var/cache/dev/ContainerAMPhsfa/App_KernelDevDebugContainer.php line 1132

Open in your IDE?
  1. <?php
  2. namespace ContainerAMPhsfa;
  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. 'data_collector.dump' => 'getDataCollector_DumpService',
  48. 'doctrine' => 'getDoctrineService',
  49. 'doctrine.dbal.default_connection' => 'getDoctrine_Dbal_DefaultConnectionService',
  50. 'doctrine.dbal.my_brunex_connection' => 'getDoctrine_Dbal_MyBrunexConnectionService',
  51. 'doctrine.orm.default_entity_manager' => 'getDoctrine_Orm_DefaultEntityManagerService',
  52. 'doctrine.orm.my_brunex_entity_manager' => 'getDoctrine_Orm_MyBrunexEntityManagerService',
  53. 'event_dispatcher' => 'getEventDispatcherService',
  54. 'flagception.listener.routing_metadata_subscriber' => 'getFlagception_Listener_RoutingMetadataSubscriberService',
  55. 'flagception.manager.feature_manager' => 'getFlagception_Manager_FeatureManagerService',
  56. 'http_kernel' => 'getHttpKernelService',
  57. 'lexik_jwt_authentication.encoder' => 'getLexikJwtAuthentication_EncoderService',
  58. 'lexik_jwt_authentication.jwt_manager' => 'getLexikJwtAuthentication_JwtManagerService',
  59. 'lexik_jwt_authentication.key_loader' => 'getLexikJwtAuthentication_KeyLoaderService',
  60. 'request_stack' => 'getRequestStackService',
  61. 'router' => 'getRouterService',
  62. 'translator' => 'getTranslatorService',
  63. 'var_dumper.cloner' => 'getVarDumper_ClonerService',
  64. 'cache_clearer' => 'getCacheClearerService',
  65. 'filesystem' => 'getFilesystemService',
  66. 'serializer' => 'getSerializerService',
  67. 'security.csrf.token_manager' => 'getSecurity_Csrf_TokenManagerService',
  68. 'form.factory' => 'getForm_FactoryService',
  69. 'form.type.file' => 'getForm_Type_FileService',
  70. 'profiler' => 'getProfilerService',
  71. 'twig' => 'getTwigService',
  72. 'security.authorization_checker' => 'getSecurity_AuthorizationCheckerService',
  73. 'security.token_storage' => 'getSecurity_TokenStorageService',
  74. 'security.password_encoder' => 'getSecurity_PasswordEncoderService',
  75. 'session' => 'getSessionService',
  76. 'validator' => 'getValidatorService',
  77. ];
  78. $this->fileMap = [
  79. '.container.private.cache_clearer' => 'get_Container_Private_CacheClearerService',
  80. '.container.private.filesystem' => 'get_Container_Private_FilesystemService',
  81. '.container.private.form.factory' => 'get_Container_Private_Form_FactoryService',
  82. '.container.private.form.type.file' => 'get_Container_Private_Form_Type_FileService',
  83. '.container.private.security.password_encoder' => 'get_Container_Private_Security_PasswordEncoderService',
  84. 'App\\Controller\\AdminController' => 'getAdminControllerService',
  85. 'App\\Controller\\Api\\EstimateAutoFillController' => 'getEstimateAutoFillControllerService',
  86. 'App\\Controller\\CompanyCrudController' => 'getCompanyCrudControllerService',
  87. 'App\\Controller\\ContentController' => 'getContentControllerService',
  88. 'App\\Controller\\Declaration\\DeclarationController' => 'getDeclarationControllerService',
  89. 'App\\Controller\\Declaration\\DeclarationCrudController' => 'getDeclarationCrudControllerService',
  90. 'App\\Controller\\Declaration\\DeclarationFileController' => 'getDeclarationFileControllerService',
  91. 'App\\Controller\\Declaration\\FieldCrudController' => 'getFieldCrudControllerService',
  92. 'App\\Controller\\Declaration\\ProductCrudController' => 'getProductCrudControllerService',
  93. 'App\\Controller\\EstimateCrudController' => 'getEstimateCrudControllerService',
  94. 'App\\Controller\\FrontendController' => 'getFrontendControllerService',
  95. 'App\\Controller\\Legacy\\AddressController' => 'getAddressControllerService',
  96. 'App\\Controller\\Legacy\\DocxController' => 'getDocxControllerService',
  97. 'App\\Controller\\Legacy\\PdfController' => 'getPdfControllerService',
  98. 'App\\Controller\\Legacy\\UploadController' => 'getUploadControllerService',
  99. 'App\\Controller\\OrderCrudController' => 'getOrderCrudControllerService',
  100. 'App\\Controller\\SiteCrudController' => 'getSiteCrudControllerService',
  101. 'App\\Controller\\TestController' => 'getTestControllerService',
  102. 'App\\Tus\\Controller\\TusController' => 'getTusControllerService',
  103. 'Doctrine\\Bundle\\DoctrineBundle\\Controller\\ProfilerController' => 'getProfilerControllerService',
  104. 'EFrane\\TusBundle\\Controller\\TusController' => 'getTusController2Service',
  105. 'EasyCorp\\Bundle\\EasyAdminBundle\\Command\\MakeAdminDashboardCommand' => 'getMakeAdminDashboardCommandService',
  106. 'EasyCorp\\Bundle\\EasyAdminBundle\\Command\\MakeCrudControllerCommand' => 'getMakeCrudControllerCommandService',
  107. 'Faker\\Generator' => 'getGeneratorService',
  108. 'Roothirsch\\ConfiguratorBundle\\Commands\\DataUpdateCommand' => 'getDataUpdateCommandService',
  109. 'Roothirsch\\ConfiguratorBundle\\Commands\\RenameHelperCommand' => 'getRenameHelperCommandService',
  110. 'Roothirsch\\ConfiguratorBundle\\ConfiguratorBundle' => 'getConfiguratorBundleService',
  111. 'Roothirsch\\ConfiguratorBundle\\DataImporter\\PreisAnpassungImport' => 'getPreisAnpassungImportService',
  112. 'Roothirsch\\CoreBundle\\Controller\\CompanyAttributeCrudController' => 'getCompanyAttributeCrudControllerService',
  113. 'Roothirsch\\CoreBundle\\Controller\\CompanyCrudController' => 'getCompanyCrudController2Service',
  114. 'Roothirsch\\CoreBundle\\Controller\\ContactPersonCrudController' => 'getContactPersonCrudControllerService',
  115. 'Roothirsch\\CoreBundle\\Controller\\FeedbackController' => 'getFeedbackControllerService',
  116. 'Roothirsch\\CoreBundle\\Controller\\ReportController' => 'getReportControllerService',
  117. 'Roothirsch\\CoreBundle\\Controller\\RoleCrudController' => 'getRoleCrudControllerService',
  118. 'Roothirsch\\CoreBundle\\Controller\\UserCrudController' => 'getUserCrudControllerService',
  119. 'Roothirsch\\CoreBundle\\FeatureFlag\\Controller\\FeatureFlagCrudController' => 'getFeatureFlagCrudControllerService',
  120. 'Roothirsch\\CoreBundle\\Menu\\API\\UpdateSorting' => 'getUpdateSortingService',
  121. 'Roothirsch\\CoreBundle\\Menu\\Controller\\MenuItemCrudController' => 'getMenuItemCrudControllerService',
  122. 'Roothirsch\\CoreBundle\\Security\\Controller\\ChangePasswordController' => 'getChangePasswordControllerService',
  123. 'Roothirsch\\CoreBundle\\Security\\Controller\\ProfileController' => 'getProfileControllerService',
  124. 'Roothirsch\\CoreBundle\\Security\\Controller\\RegistrationController' => 'getRegistrationControllerService',
  125. 'Roothirsch\\CoreBundle\\Security\\Controller\\ResetPasswordController' => 'getResetPasswordControllerService',
  126. 'Roothirsch\\CoreBundle\\Security\\Controller\\SecurityController' => 'getSecurityControllerService',
  127. 'Roothirsch\\CoreBundle\\Site\\Controller\\SiteCrudController' => 'getSiteCrudController2Service',
  128. 'Roothirsch\\CoreBundle\\Translation\\Controller\\Api\\TranslationScope\\PushTranslationsController' => 'getPushTranslationsControllerService',
  129. 'Roothirsch\\CoreBundle\\Translation\\Controller\\Api\\TranslationUnit\\TranslateController' => 'getTranslateControllerService',
  130. 'Roothirsch\\CoreBundle\\Translation\\Controller\\LanguageCrudController' => 'getLanguageCrudControllerService',
  131. 'Roothirsch\\CoreBundle\\Translation\\Controller\\TranslationScopeCrudController' => 'getTranslationScopeCrudControllerService',
  132. 'Roothirsch\\CoreBundle\\Translation\\Controller\\TranslationUnitCrudController' => 'getTranslationUnitCrudControllerService',
  133. 'Roothirsch\\DamBundle\\API\\UpdateSorting' => 'getUpdateSorting2Service',
  134. 'Roothirsch\\DamBundle\\Command\\ImportDirectoryCommand' => 'getImportDirectoryCommandService',
  135. 'Roothirsch\\DamBundle\\Command\\MigrateDirectoryStructureCommand' => 'getMigrateDirectoryStructureCommandService',
  136. 'Roothirsch\\DamBundle\\Controller\\AssetManagementCrudController' => 'getAssetManagementCrudControllerService',
  137. 'Roothirsch\\DamBundle\\Controller\\CategoryCrudController' => 'getCategoryCrudControllerService',
  138. 'Roothirsch\\DamBundle\\Controller\\FileCrudController' => 'getFileCrudControllerService',
  139. 'Roothirsch\\DamBundle\\Controller\\FileManagementCrudController' => 'getFileManagementCrudControllerService',
  140. 'Roothirsch\\DamBundle\\DamBundle' => 'getDamBundleService',
  141. 'Roothirsch\\DamBundle\\EventSubscriber\\AssetToggleFavoriteSubscriber' => 'getAssetToggleFavoriteSubscriberService',
  142. 'Roothirsch\\DamBundle\\EventSubscriber\\FileMetadataSubscriber' => 'getFileMetadataSubscriberService',
  143. 'Roothirsch\\DamBundle\\Filter\\FileAccessSqlFilter' => 'getFileAccessSqlFilterService',
  144. 'Roothirsch\\DamBundle\\Filter\\FileLocaleSqlFilter' => 'getFileLocaleSqlFilterService',
  145. 'Roothirsch\\DamBundle\\Form\\FileFormType' => 'getFileFormTypeService',
  146. 'Roothirsch\\DamBundle\\Repository\\AssetRepository' => 'getAssetRepositoryService',
  147. 'Roothirsch\\DamBundle\\Repository\\CategoryRepository' => 'getCategoryRepositoryService',
  148. 'Roothirsch\\DamBundle\\Repository\\FileRepository' => 'getFileRepositoryService',
  149. 'Roothirsch\\DeliveryTimeEstimatorBundle\\Controller\\DowntimeCrudController' => 'getDowntimeCrudControllerService',
  150. 'Roothirsch\\DeliveryTimeEstimatorBundle\\Controller\\ProductCrudController' => 'getProductCrudController2Service',
  151. 'Roothirsch\\DeliveryTimeEstimatorBundle\\Controller\\ProductGroupCrudController' => 'getProductGroupCrudControllerService',
  152. 'Roothirsch\\NotificationBundle\\Controller\\FetchController' => 'getFetchControllerService',
  153. 'Roothirsch\\NotificationBundle\\Controller\\NotificationCrudController' => 'getNotificationCrudControllerService',
  154. 'Roothirsch\\NotificationBundle\\DependencyInjection\\RoothirschNotificationExtension' => 'getRoothirschNotificationExtensionService',
  155. 'Roothirsch\\NotificationBundle\\NotificationBundle' => 'getNotificationBundleService',
  156. 'Roothirsch\\NotificationBundle\\Repository\\NotificationReadOnRepository' => 'getNotificationReadOnRepositoryService',
  157. 'Roothirsch\\NotificationBundle\\Repository\\NotificationRepository' => 'getNotificationRepositoryService',
  158. 'Roothirsch\\PimBundle\\Controller\\ArticleCrudController' => 'getArticleCrudControllerService',
  159. 'Roothirsch\\PimBundle\\Controller\\AttributeCrudController' => 'getAttributeCrudControllerService',
  160. 'Roothirsch\\PimBundle\\Controller\\AttributeGroupCrudController' => 'getAttributeGroupCrudControllerService',
  161. 'Roothirsch\\PimBundle\\Controller\\CategoryCrudController' => 'getCategoryCrudController2Service',
  162. 'Roothirsch\\PimBundle\\Controller\\ChannelCrudController' => 'getChannelCrudControllerService',
  163. 'Roothirsch\\PimBundle\\Controller\\ProductCrudController' => 'getProductCrudController3Service',
  164. 'Roothirsch\\ShopBundle\\API\\Filter\\EstimateNotEmptyFilter' => 'getEstimateNotEmptyFilterService',
  165. 'Roothirsch\\ShopBundle\\Controller\\AddressController' => 'getAddressController2Service',
  166. 'Roothirsch\\ShopBundle\\Controller\\EstimateAttributeCrudController' => 'getEstimateAttributeCrudControllerService',
  167. 'Roothirsch\\ShopBundle\\Controller\\EstimateCrudController' => 'getEstimateCrudController2Service',
  168. 'Roothirsch\\ShopBundle\\Controller\\EstimateManagementCrudController' => 'getEstimateManagementCrudControllerService',
  169. 'Roothirsch\\ShopBundle\\Controller\\OrderAttributeCrudController' => 'getOrderAttributeCrudControllerService',
  170. 'Roothirsch\\ShopBundle\\Controller\\OrderCrudController' => 'getOrderCrudController2Service',
  171. 'Roothirsch\\ShopBundle\\Controller\\OrderManagementCrudController' => 'getOrderManagementCrudControllerService',
  172. 'Roothirsch\\ShopBundle\\Controller\\PositionTemplateCrudController' => 'getPositionTemplateCrudControllerService',
  173. 'Roothirsch\\ShopBundle\\Email\\OrderConfirmationEmail' => 'getOrderConfirmationEmailService',
  174. 'Roothirsch\\ShopBundle\\EventSubscriber\\Api\\EstimateAddressSubscriber' => 'getEstimateAddressSubscriberService',
  175. 'Roothirsch\\ShopBundle\\EventSubscriber\\Api\\EstimateDistributorSubscriber' => 'getEstimateDistributorSubscriberService',
  176. 'Roothirsch\\ShopBundle\\EventSubscriber\\Api\\EstimateDuplicateSubscriber' => 'getEstimateDuplicateSubscriberService',
  177. 'Roothirsch\\ShopBundle\\EventSubscriber\\Api\\EstimateOrderSubscriber' => 'getEstimateOrderSubscriberService',
  178. 'Roothirsch\\ShopBundle\\EventSubscriber\\Api\\EstimateOwnerSubscriber' => 'getEstimateOwnerSubscriberService',
  179. 'Roothirsch\\ShopBundle\\EventSubscriber\\AttributesInjector' => 'getAttributesInjectorService',
  180. 'Roothirsch\\ShopBundle\\Export\\StfExport' => 'getStfExportService',
  181. 'Roothirsch\\ShopBundle\\Form\\EstimateAttributeOptionType' => 'getEstimateAttributeOptionTypeService',
  182. 'Roothirsch\\ShopBundle\\Form\\OrderAttributeOptionType' => 'getOrderAttributeOptionTypeService',
  183. 'Roothirsch\\ShopBundle\\Repository\\AddressRepository' => 'getAddressRepositoryService',
  184. 'Roothirsch\\ShopBundle\\Repository\\AttributeOptionRepository' => 'getAttributeOptionRepositoryService',
  185. 'Roothirsch\\ShopBundle\\Repository\\AttributeValueRepository' => 'getAttributeValueRepositoryService',
  186. 'Roothirsch\\ShopBundle\\Repository\\EstimateAttributeRepository' => 'getEstimateAttributeRepositoryService',
  187. 'Roothirsch\\ShopBundle\\Repository\\EstimatePositionAttributeRepository' => 'getEstimatePositionAttributeRepositoryService',
  188. 'Roothirsch\\ShopBundle\\Repository\\EstimatePositionRepository' => 'getEstimatePositionRepositoryService',
  189. 'Roothirsch\\ShopBundle\\Repository\\EstimateRepository' => 'getEstimateRepositoryService',
  190. 'Roothirsch\\ShopBundle\\Repository\\OrderAttributeRepository' => 'getOrderAttributeRepositoryService',
  191. 'Roothirsch\\ShopBundle\\Repository\\OrderPositionRepository' => 'getOrderPositionRepositoryService',
  192. 'Roothirsch\\ShopBundle\\Repository\\OrderRepository' => 'getOrderRepositoryService',
  193. 'Roothirsch\\ShopBundle\\Repository\\PositionTemplateRepository' => 'getPositionTemplateRepositoryService',
  194. 'Roothirsch\\ShopBundle\\ShopBundle' => 'getShopBundleService',
  195. 'Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController' => 'getRedirectControllerService',
  196. 'Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController' => 'getTemplateControllerService',
  197. 'Vich\\UploaderBundle\\Naming\\Base64Namer' => 'getBase64NamerService',
  198. 'Vich\\UploaderBundle\\Naming\\CurrentDateTimeDirectoryNamer' => 'getCurrentDateTimeDirectoryNamerService',
  199. 'Vich\\UploaderBundle\\Naming\\HashNamer' => 'getHashNamerService',
  200. 'Vich\\UploaderBundle\\Naming\\OrignameNamer' => 'getOrignameNamerService',
  201. 'Vich\\UploaderBundle\\Naming\\PropertyDirectoryNamer' => 'getPropertyDirectoryNamerService',
  202. 'Vich\\UploaderBundle\\Naming\\PropertyNamer' => 'getPropertyNamerService',
  203. 'Vich\\UploaderBundle\\Naming\\SmartUniqueNamer' => 'getSmartUniqueNamerService',
  204. 'Vich\\UploaderBundle\\Naming\\SubdirDirectoryNamer' => 'getSubdirDirectoryNamerService',
  205. 'Vich\\UploaderBundle\\Naming\\UniqidNamer' => 'getUniqidNamerService',
  206. 'api_platform.action.documentation' => 'getApiPlatform_Action_DocumentationService',
  207. 'api_platform.action.entrypoint' => 'getApiPlatform_Action_EntrypointService',
  208. 'api_platform.action.exception' => 'getApiPlatform_Action_ExceptionService',
  209. 'api_platform.action.not_exposed' => 'getApiPlatform_Action_NotExposedService',
  210. 'api_platform.action.not_found' => 'getApiPlatform_Action_NotFoundService',
  211. 'api_platform.action.placeholder' => 'getApiPlatform_Action_PlaceholderService',
  212. 'api_platform.jsonld.action.context' => 'getApiPlatform_Jsonld_Action_ContextService',
  213. 'api_platform.swagger.action.ui' => 'getApiPlatform_Swagger_Action_UiService',
  214. 'api_platform.swagger_ui.action' => 'getApiPlatform_SwaggerUi_ActionService',
  215. 'app.tus.collector' => 'getApp_Tus_CollectorService',
  216. 'cache.app_clearer' => 'getCache_AppClearerService',
  217. 'cache.global_clearer' => 'getCache_GlobalClearerService',
  218. 'cache.system_clearer' => 'getCache_SystemClearerService',
  219. 'cache_warmer' => 'getCacheWarmerService',
  220. 'console.command.public_alias.Roothirsch\\CoreBundle\\Translation\\Command\\TranslationUpdateCommand' => 'getTranslationUpdateCommandService',
  221. 'console.command_loader' => 'getConsole_CommandLoaderService',
  222. 'container.env_var_processors_locator' => 'getContainer_EnvVarProcessorsLocatorService',
  223. 'error_controller' => 'getErrorControllerService',
  224. 'fidry_alice_data_fixtures.loader.doctrine' => 'getFidryAliceDataFixtures_Loader_DoctrineService',
  225. 'fidry_alice_data_fixtures.persistence.persister.doctrine' => 'getFidryAliceDataFixtures_Persistence_Persister_DoctrineService',
  226. 'fidry_alice_data_fixtures.persistence.purger_factory.doctrine' => 'getFidryAliceDataFixtures_Persistence_PurgerFactory_DoctrineService',
  227. 'hautelook_alice.console.command.doctrine.doctrine_orm_load_data_fixtures_command' => 'getHautelookAlice_Console_Command_Doctrine_DoctrineOrmLoadDataFixturesCommandService',
  228. 'hautelook_alice.data_fixtures.append_loader' => 'getHautelookAlice_DataFixtures_AppendLoaderService',
  229. 'hautelook_alice.data_fixtures.purge_loader' => 'getHautelookAlice_DataFixtures_PurgeLoaderService',
  230. 'hautelook_alice.loader' => 'getHautelookAlice_LoaderService',
  231. 'hautelook_alice.locator' => 'getHautelookAlice_LocatorService',
  232. 'hautelook_alice.resolver.bundle' => 'getHautelookAlice_Resolver_BundleService',
  233. 'hautelook_alice.resolver.file' => 'getHautelookAlice_Resolver_FileService',
  234. 'knp_snappy.image' => 'getKnpSnappy_ImageService',
  235. 'knp_snappy.pdf' => 'getKnpSnappy_PdfService',
  236. 'lexik_jwt_authentication.generate_token_command' => 'getLexikJwtAuthentication_GenerateTokenCommandService',
  237. 'nelmio_alice.data_loader' => 'getNelmioAlice_DataLoaderService',
  238. 'nelmio_alice.file_loader' => 'getNelmioAlice_FileLoaderService',
  239. 'nelmio_alice.files_loader' => 'getNelmioAlice_FilesLoaderService',
  240. 'roothirsch.core.attribute_types' => 'getRoothirsch_Core_AttributeTypesService',
  241. 'roothirsch.core.reporter' => 'getRoothirsch_Core_ReporterService',
  242. 'roothirsch.core.site_setting.resolver' => 'getRoothirsch_Core_SiteSetting_ResolverService',
  243. 'routing.loader' => 'getRouting_LoaderService',
  244. 'services_resetter' => 'getServicesResetterService',
  245. 'vich_uploader.download_handler' => 'getVichUploader_DownloadHandlerService',
  246. 'vich_uploader.form.type.file' => 'getVichUploader_Form_Type_FileService',
  247. 'vich_uploader.form.type.image' => 'getVichUploader_Form_Type_ImageService',
  248. 'vich_uploader.upload_handler' => 'getVichUploader_UploadHandlerService',
  249. 'web_profiler.controller.exception_panel' => 'getWebProfiler_Controller_ExceptionPanelService',
  250. 'web_profiler.controller.profiler' => 'getWebProfiler_Controller_ProfilerService',
  251. 'web_profiler.controller.router' => 'getWebProfiler_Controller_RouterService',
  252. ];
  253. $this->aliases = [
  254. 'ApiPlatform\\Action\\NotExposedAction' => 'api_platform.action.not_exposed',
  255. 'ApiPlatform\\Action\\NotFoundAction' => 'api_platform.action.not_found',
  256. 'api_platform.action.delete_item' => 'api_platform.action.placeholder',
  257. 'api_platform.action.get_collection' => 'api_platform.action.placeholder',
  258. 'api_platform.action.get_item' => 'api_platform.action.placeholder',
  259. 'api_platform.action.get_subresource' => 'api_platform.action.placeholder',
  260. 'api_platform.action.patch_item' => 'api_platform.action.placeholder',
  261. 'api_platform.action.post_collection' => 'api_platform.action.placeholder',
  262. 'api_platform.action.put_item' => 'api_platform.action.placeholder',
  263. 'database_connection' => 'doctrine.dbal.default_connection',
  264. 'doctrine.orm.entity_manager' => 'doctrine.orm.default_entity_manager',
  265. 'vich_uploader.directory_namer_subdir' => 'Vich\\UploaderBundle\\Naming\\SubdirDirectoryNamer',
  266. 'vich_uploader.namer_base64' => 'Vich\\UploaderBundle\\Naming\\Base64Namer',
  267. 'vich_uploader.namer_directory_current_date_time' => 'Vich\\UploaderBundle\\Naming\\CurrentDateTimeDirectoryNamer',
  268. 'vich_uploader.namer_directory_property' => 'Vich\\UploaderBundle\\Naming\\PropertyDirectoryNamer',
  269. 'vich_uploader.namer_hash' => 'Vich\\UploaderBundle\\Naming\\HashNamer',
  270. 'vich_uploader.namer_origname' => 'Vich\\UploaderBundle\\Naming\\OrignameNamer',
  271. 'vich_uploader.namer_property' => 'Vich\\UploaderBundle\\Naming\\PropertyNamer',
  272. 'vich_uploader.namer_smart_unique' => 'Vich\\UploaderBundle\\Naming\\SmartUniqueNamer',
  273. 'vich_uploader.namer_uniqid' => 'Vich\\UploaderBundle\\Naming\\UniqidNamer',
  274. ];
  275. $this->privates['service_container'] = function () {
  276. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/HttpKernelInterface.php';
  277. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/KernelInterface.php';
  278. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/RebootableInterface.php';
  279. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/TerminableInterface.php';
  280. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Kernel.php';
  281. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Kernel/MicroKernelTrait.php';
  282. include_once \dirname(__DIR__, 4).'/src/Kernel.php';
  283. include_once \dirname(__DIR__, 4).'/vendor/roothirsch/core-bundle/EventListener/LocaleEventListener.php';
  284. include_once \dirname(__DIR__, 4).'/vendor/symfony/event-dispatcher/EventSubscriberInterface.php';
  285. include_once \dirname(__DIR__, 4).'/vendor/roothirsch/core-bundle/EventSubscriber/UserReadSubscriber.php';
  286. include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
  287. include_once \dirname(__DIR__, 4).'/vendor/doctrine/collections/src/Selectable.php';
  288. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/EntityRepository.php';
  289. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Repository/ServiceEntityRepositoryInterface.php';
  290. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Repository/LazyServiceEntityRepository.php';
  291. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Repository/ServiceEntityRepository.php';
  292. include_once \dirname(__DIR__, 4).'/vendor/roothirsch/core-bundle/FeatureFlag/Repository/FeatureFlagRepository.php';
  293. include_once \dirname(__DIR__, 4).'/vendor/symfony/dependency-injection/ContainerAwareInterface.php';
  294. include_once \dirname(__DIR__, 4).'/vendor/symfony/dependency-injection/ContainerAwareTrait.php';
  295. include_once \dirname(__DIR__, 4).'/vendor/roothirsch/core-bundle/Messaging/MessagingService.php';
  296. include_once \dirname(__DIR__, 4).'/vendor/roothirsch/core-bundle/Repository/GroupRepository.php';
  297. include_once \dirname(__DIR__, 4).'/vendor/roothirsch/core-bundle/Repository/UserRepository.php';
  298. include_once \dirname(__DIR__, 4).'/vendor/roothirsch/core-bundle/Security/EventListener/CheckUserListener.php';
  299. include_once \dirname(__DIR__, 4).'/vendor/roothirsch/core-bundle/Security/TokenCookieListener.php';
  300. include_once \dirname(__DIR__, 4).'/vendor/roothirsch/core-bundle/Security/UserManager.php';
  301. include_once \dirname(__DIR__, 4).'/vendor/roothirsch/core-bundle/Site/SiteProvider.php';
  302. include_once \dirname(__DIR__, 4).'/vendor/roothirsch/core-bundle/Site/TemplatePathInjection.php';
  303. include_once \dirname(__DIR__, 4).'/vendor/roothirsch/core-bundle/Translation/EventSubscriber/TranslationScopeReadSubscriber.php';
  304. include_once \dirname(__DIR__, 4).'/vendor/roothirsch/core-bundle/Translation/Repository/LanguageRepository.php';
  305. include_once \dirname(__DIR__, 4).'/vendor/roothirsch/core-bundle/Translation/Repository/TranslationScopeRepository.php';
  306. include_once \dirname(__DIR__, 4).'/vendor/roothirsch/core-bundle/Translation/Services/LegacyTranslator.php';
  307. include_once \dirname(__DIR__, 4).'/vendor/roothirsch/core-bundle/UserAware/UserDetection.php';
  308. include_once \dirname(__DIR__, 4).'/vendor/roothirsch/dam-bundle/Filter/FileAccessUserInjection.php';
  309. include_once \dirname(__DIR__, 4).'/vendor/roothirsch/dam-bundle/Filter/FileLocaleInjection.php';
  310. include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Extension/ExtensionInterface.php';
  311. include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Extension/LastModifiedExtensionInterface.php';
  312. include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Extension/AbstractExtension.php';
  313. include_once \dirname(__DIR__, 4).'/vendor/roothirsch/shop-bundle/Twig/ShopExtension.php';
  314. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/ControllerMetadata/ArgumentMetadataFactoryInterface.php';
  315. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/ControllerMetadata/ArgumentMetadataFactory.php';
  316. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/EventListener/ResponseListener.php';
  317. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/EventListener/StreamedResponseListener.php';
  318. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/EventListener/LocaleListener.php';
  319. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/EventListener/ValidateRequestListener.php';
  320. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/EventListener/DisallowRobotsIndexingListener.php';
  321. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/EventListener/ErrorListener.php';
  322. include_once \dirname(__DIR__, 4).'/vendor/symfony/dependency-injection/ParameterBag/ParameterBagInterface.php';
  323. include_once \dirname(__DIR__, 4).'/vendor/symfony/dependency-injection/ParameterBag/ParameterBag.php';
  324. include_once \dirname(__DIR__, 4).'/vendor/symfony/dependency-injection/ParameterBag/FrozenParameterBag.php';
  325. include_once \dirname(__DIR__, 4).'/vendor/psr/container/src/ContainerInterface.php';
  326. include_once \dirname(__DIR__, 4).'/vendor/symfony/dependency-injection/ParameterBag/ContainerBagInterface.php';
  327. include_once \dirname(__DIR__, 4).'/vendor/symfony/dependency-injection/ParameterBag/ContainerBag.php';
  328. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/HttpKernel.php';
  329. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ArgumentResolverInterface.php';
  330. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/TraceableArgumentResolver.php';
  331. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver.php';
  332. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/RequestStack.php';
  333. include_once \dirname(__DIR__, 4).'/vendor/symfony/config/ConfigCacheFactoryInterface.php';
  334. include_once \dirname(__DIR__, 4).'/vendor/symfony/config/ResourceCheckerConfigCacheFactory.php';
  335. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/EventListener/LocaleAwareListener.php';
  336. include_once \dirname(__DIR__, 4).'/vendor/psr/cache/src/CacheItemPoolInterface.php';
  337. include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Adapter/AdapterInterface.php';
  338. include_once \dirname(__DIR__, 4).'/vendor/symfony/cache-contracts/CacheInterface.php';
  339. include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/PruneableInterface.php';
  340. include_once \dirname(__DIR__, 4).'/vendor/symfony/service-contracts/ResetInterface.php';
  341. include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/ResettableInterface.php';
  342. include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Adapter/TraceableAdapter.php';
  343. include_once \dirname(__DIR__, 4).'/vendor/psr/log/src/LoggerAwareInterface.php';
  344. include_once \dirname(__DIR__, 4).'/vendor/psr/log/src/LoggerAwareTrait.php';
  345. include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Traits/AbstractAdapterTrait.php';
  346. include_once \dirname(__DIR__, 4).'/vendor/symfony/cache-contracts/CacheTrait.php';
  347. include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Traits/ContractsTrait.php';
  348. include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Adapter/AbstractAdapter.php';
  349. include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Traits/FilesystemCommonTrait.php';
  350. include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Traits/FilesystemTrait.php';
  351. include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Adapter/FilesystemAdapter.php';
  352. include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Marshaller/MarshallerInterface.php';
  353. include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Marshaller/DefaultMarshaller.php';
  354. include_once \dirname(__DIR__, 4).'/vendor/symfony/asset/Packages.php';
  355. include_once \dirname(__DIR__, 4).'/vendor/symfony/asset/PackageInterface.php';
  356. include_once \dirname(__DIR__, 4).'/vendor/symfony/asset/Package.php';
  357. include_once \dirname(__DIR__, 4).'/vendor/symfony/asset/PathPackage.php';
  358. include_once \dirname(__DIR__, 4).'/vendor/symfony/asset/VersionStrategy/VersionStrategyInterface.php';
  359. include_once \dirname(__DIR__, 4).'/vendor/symfony/asset/VersionStrategy/EmptyVersionStrategy.php';
  360. include_once \dirname(__DIR__, 4).'/vendor/symfony/asset/Context/ContextInterface.php';
  361. include_once \dirname(__DIR__, 4).'/vendor/symfony/asset/Context/RequestStackContext.php';
  362. include_once \dirname(__DIR__, 4).'/vendor/symfony/mailer/MailerInterface.php';
  363. include_once \dirname(__DIR__, 4).'/vendor/symfony/mailer/Mailer.php';
  364. include_once \dirname(__DIR__, 4).'/vendor/symfony/mailer/Transport/TransportInterface.php';
  365. include_once \dirname(__DIR__, 4).'/vendor/symfony/mailer/Transport/Transports.php';
  366. include_once \dirname(__DIR__, 4).'/vendor/symfony/mailer/Transport.php';
  367. include_once \dirname(__DIR__, 4).'/vendor/symfony/mailer/EventListener/MessageLoggerListener.php';
  368. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation-contracts/TranslatorInterface.php';
  369. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/TranslatorBagInterface.php';
  370. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation-contracts/LocaleAwareInterface.php';
  371. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Translator.php';
  372. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/CacheWarmer/WarmableInterface.php';
  373. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Translation/Translator.php';
  374. include_once \dirname(__DIR__, 4).'/vendor/symfony/service-contracts/ServiceProviderInterface.php';
  375. include_once \dirname(__DIR__, 4).'/vendor/symfony/service-contracts/ServiceLocatorTrait.php';
  376. include_once \dirname(__DIR__, 4).'/vendor/symfony/dependency-injection/ServiceLocator.php';
  377. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Formatter/MessageFormatterInterface.php';
  378. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Formatter/IntlFormatterInterface.php';
  379. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Formatter/MessageFormatter.php';
  380. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation-contracts/TranslatorTrait.php';
  381. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/IdentityTranslator.php';
  382. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/EventListener/DebugHandlersListener.php';
  383. include_once \dirname(__DIR__, 4).'/vendor/psr/log/src/LoggerInterface.php';
  384. include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/ResettableInterface.php';
  385. include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Logger.php';
  386. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Log/DebugLoggerInterface.php';
  387. include_once \dirname(__DIR__, 4).'/vendor/symfony/monolog-bridge/Logger.php';
  388. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Debug/FileLinkFormatter.php';
  389. include_once \dirname(__DIR__, 4).'/vendor/symfony/stopwatch/Stopwatch.php';
  390. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ControllerResolverInterface.php';
  391. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/TraceableControllerResolver.php';
  392. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ControllerResolver.php';
  393. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php';
  394. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/ControllerResolver.php';
  395. include_once \dirname(__DIR__, 4).'/vendor/symfony/monolog-bridge/Processor/DebugProcessor.php';
  396. include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/RequestContext.php';
  397. include_once \dirname(__DIR__, 4).'/vendor/symfony/expression-language/ExpressionFunctionProviderInterface.php';
  398. include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/Matcher/ExpressionLanguageProvider.php';
  399. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/EventListener/RouterListener.php';
  400. include_once \dirname(__DIR__, 4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/Reader.php';
  401. include_once \dirname(__DIR__, 4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationReader.php';
  402. include_once \dirname(__DIR__, 4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationRegistry.php';
  403. include_once \dirname(__DIR__, 4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/PsrCachedReader.php';
  404. include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Traits/ProxyTrait.php';
  405. include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Adapter/PhpArrayAdapter.php';
  406. include_once \dirname(__DIR__, 4).'/vendor/symfony/property-access/PropertyAccessorInterface.php';
  407. include_once \dirname(__DIR__, 4).'/vendor/symfony/property-access/PropertyAccessor.php';
  408. include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Adapter/ArrayAdapter.php';
  409. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/NameConverter/NameConverterInterface.php';
  410. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/NameConverter/AdvancedNameConverterInterface.php';
  411. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/NameConverter/MetadataAwareNameConverter.php';
  412. include_once \dirname(__DIR__, 4).'/vendor/symfony/property-info/PropertyTypeExtractorInterface.php';
  413. include_once \dirname(__DIR__, 4).'/vendor/symfony/property-info/PropertyDescriptionExtractorInterface.php';
  414. include_once \dirname(__DIR__, 4).'/vendor/symfony/property-info/PropertyAccessExtractorInterface.php';
  415. include_once \dirname(__DIR__, 4).'/vendor/symfony/property-info/PropertyListExtractorInterface.php';
  416. include_once \dirname(__DIR__, 4).'/vendor/symfony/property-info/PropertyInfoExtractorInterface.php';
  417. include_once \dirname(__DIR__, 4).'/vendor/symfony/property-info/PropertyInitializableExtractorInterface.php';
  418. include_once \dirname(__DIR__, 4).'/vendor/symfony/property-info/PropertyInfoExtractor.php';
  419. include_once \dirname(__DIR__, 4).'/vendor/symfony/property-info/PropertyReadInfoExtractorInterface.php';
  420. include_once \dirname(__DIR__, 4).'/vendor/symfony/property-info/PropertyWriteInfoExtractorInterface.php';
  421. include_once \dirname(__DIR__, 4).'/vendor/symfony/property-info/Extractor/ConstructorArgumentTypeExtractorInterface.php';
  422. include_once \dirname(__DIR__, 4).'/vendor/symfony/property-info/Extractor/ReflectionExtractor.php';
  423. include_once \dirname(__DIR__, 4).'/vendor/symfony/web-link/EventListener/AddLinkHeaderListener.php';
  424. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/SessionFactoryInterface.php';
  425. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/SessionFactory.php';
  426. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/EventListener/AbstractSessionListener.php';
  427. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/EventListener/SessionListener.php';
  428. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-csrf/TokenStorage/TokenStorageInterface.php';
  429. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-csrf/TokenStorage/ClearableTokenStorageInterface.php';
  430. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-csrf/TokenStorage/SessionTokenStorage.php';
  431. include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/ValidatorBuilder.php';
  432. include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/Validation.php';
  433. include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/ConstraintValidatorFactoryInterface.php';
  434. include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/ContainerConstraintValidatorFactory.php';
  435. include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/ObjectInitializerInterface.php';
  436. include_once \dirname(__DIR__, 4).'/vendor/symfony/doctrine-bridge/Validator/DoctrineInitializer.php';
  437. include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/Mapping/Loader/LoaderInterface.php';
  438. include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/Mapping/Loader/AutoMappingTrait.php';
  439. include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/Mapping/Loader/PropertyInfoLoader.php';
  440. include_once \dirname(__DIR__, 4).'/vendor/symfony/doctrine-bridge/Validator/DoctrineLoader.php';
  441. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/EventListener/ProfilerListener.php';
  442. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DataCollector/DataCollectorInterface.php';
  443. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DataCollector/DataCollector.php';
  444. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DataCollector/LateDataCollectorInterface.php';
  445. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php';
  446. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DataCollector/RouterDataCollector.php';
  447. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/DataCollector/RouterDataCollector.php';
  448. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/Extension/DataCollector/FormDataCollectorInterface.php';
  449. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/Extension/DataCollector/FormDataCollector.php';
  450. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/Extension/DataCollector/FormDataExtractorInterface.php';
  451. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/Extension/DataCollector/FormDataExtractor.php';
  452. include_once \dirname(__DIR__, 4).'/vendor/symfony/mime/MimeTypeGuesserInterface.php';
  453. include_once \dirname(__DIR__, 4).'/vendor/symfony/mime/MimeTypesInterface.php';
  454. include_once \dirname(__DIR__, 4).'/vendor/symfony/mime/MimeTypes.php';
  455. include_once \dirname(__DIR__, 4).'/vendor/nelmio/cors-bundle/EventListener/CorsListener.php';
  456. include_once \dirname(__DIR__, 4).'/vendor/nelmio/cors-bundle/Options/ResolverInterface.php';
  457. include_once \dirname(__DIR__, 4).'/vendor/nelmio/cors-bundle/Options/Resolver.php';
  458. include_once \dirname(__DIR__, 4).'/vendor/nelmio/cors-bundle/Options/ProviderInterface.php';
  459. include_once \dirname(__DIR__, 4).'/vendor/nelmio/cors-bundle/Options/ConfigProvider.php';
  460. include_once \dirname(__DIR__, 4).'/vendor/nelmio/cors-bundle/EventListener/CacheableResponseVaryListener.php';
  461. include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Profiler/Profile.php';
  462. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authentication/Token/Storage/TokenStorageInterface.php';
  463. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authentication/Token/Storage/TokenStorage.php';
  464. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/AuthorizationCheckerInterface.php';
  465. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Security.php';
  466. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authentication/AuthenticationTrustResolverInterface.php';
  467. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authentication/AuthenticationTrustResolver.php';
  468. include_once \dirname(__DIR__, 4).'/vendor/symfony/expression-language/ExpressionLanguage.php';
  469. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/ExpressionLanguage.php';
  470. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Role/RoleHierarchyInterface.php';
  471. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Role/RoleHierarchy.php';
  472. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/FirewallMapInterface.php';
  473. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-bundle/Security/FirewallMap.php';
  474. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Logout/LogoutUrlGenerator.php';
  475. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/RememberMe/ResponseListener.php';
  476. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/AccessDecisionManagerInterface.php';
  477. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/TraceableAccessDecisionManager.php';
  478. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/AccessDecisionManager.php';
  479. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/Strategy/AccessDecisionStrategyInterface.php';
  480. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/Strategy/AffirmativeStrategy.php';
  481. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Firewall.php';
  482. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-bundle/EventListener/FirewallListener.php';
  483. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php';
  484. include_once \dirname(__DIR__, 4).'/vendor/psr/event-dispatcher/src/EventDispatcherInterface.php';
  485. include_once \dirname(__DIR__, 4).'/vendor/symfony/event-dispatcher-contracts/EventDispatcherInterface.php';
  486. include_once \dirname(__DIR__, 4).'/vendor/symfony/event-dispatcher/EventDispatcherInterface.php';
  487. include_once \dirname(__DIR__, 4).'/vendor/symfony/event-dispatcher/EventDispatcher.php';
  488. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Firewall/FirewallListenerInterface.php';
  489. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  490. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Firewall/ContextListener.php';
  491. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Api/ResourceClassResolverInterface.php';
  492. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Util/ClassInfoTrait.php';
  493. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Api/ResourceClassResolver.php';
  494. include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/RequestContextAwareInterface.php';
  495. include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/Matcher/UrlMatcherInterface.php';
  496. include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/Generator/UrlGeneratorInterface.php';
  497. include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/RouterInterface.php';
  498. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Api/UrlGeneratorInterface.php';
  499. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Symfony/Routing/Router.php';
  500. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Serializer/SerializerContextBuilderInterface.php';
  501. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Serializer/SerializerFilterContextBuilder.php';
  502. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Serializer/SerializerContextBuilder.php';
  503. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Mapping/Factory/ClassMetadataFactoryInterface.php';
  504. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Serializer/Mapping/Factory/ClassMetadataFactory.php';
  505. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Mapping/Factory/ClassResolverTrait.php';
  506. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Mapping/Factory/ClassMetadataFactory.php';
  507. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Mapping/Loader/LoaderInterface.php';
  508. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Mapping/Loader/LoaderChain.php';
  509. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Mapping/Loader/AnnotationLoader.php';
  510. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/PathResolver/OperationPathResolverInterface.php';
  511. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/PathResolver/CustomOperationPathResolver.php';
  512. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/PathResolver/OperationPathResolver.php';
  513. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Operation/PathSegmentNameGeneratorInterface.php';
  514. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Operation/UnderscorePathSegmentNameGenerator.php';
  515. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/Bridge/Symfony/Routing/RouterOperationPathResolver.php';
  516. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Util/OperationRequestInitiatorTrait.php';
  517. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Symfony/EventListener/AddFormatListener.php';
  518. include_once \dirname(__DIR__, 4).'/vendor/willdurand/negotiation/src/Negotiation/AbstractNegotiator.php';
  519. include_once \dirname(__DIR__, 4).'/vendor/willdurand/negotiation/src/Negotiation/Negotiator.php';
  520. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/Metadata/Resource/ToggleableOperationAttributeTrait.php';
  521. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Symfony/EventListener/DeserializeListener.php';
  522. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Util/CloneTrait.php';
  523. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/DataProvider/OperationDataProviderTrait.php';
  524. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/EventListener/ReadListener.php';
  525. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Metadata/Resource/Factory/ResourceNameCollectionFactoryInterface.php';
  526. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Util/CachedTrait.php';
  527. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Metadata/Resource/Factory/CachedResourceNameCollectionFactory.php';
  528. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Metadata/Resource/Factory/ExtractorResourceNameCollectionFactory.php';
  529. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/Metadata/Resource/Factory/AnnotationResourceNameCollectionFactory.php';
  530. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Metadata/Property/Factory/PropertyNameCollectionFactoryInterface.php';
  531. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Metadata/Property/Factory/CachedPropertyNameCollectionFactory.php';
  532. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Metadata/Property/Factory/ExtractorPropertyNameCollectionFactory.php';
  533. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Metadata/Property/Factory/PropertyInfoPropertyNameCollectionFactory.php';
  534. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/Metadata/Resource/Factory/ResourceMetadataFactoryInterface.php';
  535. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/Metadata/Resource/Factory/CachedResourceMetadataFactory.php';
  536. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/Metadata/Resource/Factory/FormatsResourceMetadataFactory.php';
  537. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/Metadata/Resource/Factory/OperationResourceMetadataFactory.php';
  538. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Util/AnnotationFilterExtractorTrait.php';
  539. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/Metadata/Resource/Factory/AnnotationResourceFilterMetadataFactory.php';
  540. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/Metadata/Resource/Factory/ShortNameResourceMetadataFactory.php';
  541. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/Metadata/Resource/Factory/InputOutputResourceMetadataFactory.php';
  542. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/Metadata/Resource/Factory/ExtractorResourceMetadataFactory.php';
  543. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/Metadata/Resource/Factory/AnnotationResourceMetadataFactory.php';
  544. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/Metadata/Property/Factory/PropertyMetadataFactoryInterface.php';
  545. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/Metadata/Property/Factory/CachedPropertyMetadataFactory.php';
  546. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/Bridge/Symfony/Validator/Metadata/Property/ValidatorPropertyMetadataFactory.php';
  547. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/Metadata/Property/Factory/ExtractorPropertyMetadataFactory.php';
  548. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/Metadata/Property/Factory/AnnotationPropertyMetadataFactory.php';
  549. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/Metadata/Property/Factory/AnnotationSubresourceMetadataFactory.php';
  550. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/Metadata/Property/Factory/DefaultPropertyMetadataFactory.php';
  551. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Util/ResourceClassInfoTrait.php';
  552. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/Metadata/Property/Factory/SerializerPropertyMetadataFactory.php';
  553. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Metadata/Property/DoctrineOrmPropertyMetadataFactory.php';
  554. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/Bridge/Symfony/PropertyInfo/Metadata/Property/PropertyInfoPropertyMetadataFactory.php';
  555. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Metadata/Extractor/ResourceExtractorInterface.php';
  556. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Metadata/Extractor/AbstractResourceExtractor.php';
  557. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Metadata/Extractor/PropertyExtractorInterface.php';
  558. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/Metadata/Extractor/XmlExtractor.php';
  559. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/Operation/Factory/SubresourceOperationFactoryInterface.php';
  560. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/Operation/Factory/CachedSubresourceOperationFactory.php';
  561. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/Operation/Factory/SubresourceOperationFactory.php';
  562. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/Metadata/Extractor/YamlExtractor.php';
  563. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/JsonSchema/TypeFactoryInterface.php';
  564. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/JsonSchema/TypeFactory.php';
  565. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Symfony/Bundle/EventListener/SwaggerUiListener.php';
  566. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/JsonLd/ContextBuilderInterface.php';
  567. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/JsonLd/AnonymousContextBuilderInterface.php';
  568. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/JsonLd/ContextBuilder.php';
  569. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Api/IriConverterInterface.php';
  570. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Symfony/Routing/SkolemIriConverter.php';
  571. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Util/CorsTrait.php';
  572. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Hydra/EventListener/AddLinkHeaderListener.php';
  573. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/JsonSchema/SchemaFactoryInterface.php';
  574. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/Hydra/JsonSchema/SchemaFactory.php';
  575. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/JsonSchema/SchemaFactory.php';
  576. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/HttpCache/EventListener/AddHeadersListener.php';
  577. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Symfony/EventListener/QueryParameterValidateListener.php';
  578. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Api/FilterLocatorTrait.php';
  579. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Api/QueryParameterValidator/QueryParameterValidator.php';
  580. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/DataProvider/CollectionDataProviderInterface.php';
  581. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/DataProvider/ContextAwareCollectionDataProviderInterface.php';
  582. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/DataProvider/RestrictedDataProviderInterface.php';
  583. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/DataProvider/RestrictDataProviderTrait.php';
  584. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/Bridge/Symfony/Bundle/DataProvider/TraceableChainCollectionDataProvider.php';
  585. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/DataProvider/ChainCollectionDataProvider.php';
  586. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/DataProvider/ItemDataProviderInterface.php';
  587. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/Bridge/Symfony/Bundle/DataProvider/TraceableChainItemDataProvider.php';
  588. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/DataProvider/ChainItemDataProvider.php';
  589. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/DataProvider/SubresourceDataProviderInterface.php';
  590. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/Bridge/Symfony/Bundle/DataProvider/TraceableChainSubresourceDataProvider.php';
  591. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/DataProvider/ChainSubresourceDataProvider.php';
  592. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/DataPersister/DataPersisterInterface.php';
  593. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/DataPersister/ContextAwareDataPersisterInterface.php';
  594. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/Bridge/Symfony/Bundle/DataPersister/TraceableChainDataPersister.php';
  595. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/DataPersister/ChainDataPersister.php';
  596. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Symfony/Security/ResourceAccessCheckerInterface.php';
  597. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Symfony/Security/ResourceAccessChecker.php';
  598. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Symfony/EventListener/DenyAccessListener.php';
  599. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Symfony/Security/Core/Authorization/ExpressionLanguageProvider.php';
  600. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/Api/IdentifiersExtractorInterface.php';
  601. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/Api/CachedIdentifiersExtractor.php';
  602. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/Api/IdentifiersExtractor.php';
  603. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/Identifier/IdentifierConverterInterface.php';
  604. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/Identifier/ContextAwareIdentifierConverterInterface.php';
  605. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/Identifier/IdentifierConverter.php';
  606. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/ConnectionFactory.php';
  607. include_once \dirname(__DIR__, 4).'/vendor/doctrine/dbal/src/Tools/DsnParser.php';
  608. include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/ConnectionRegistry.php';
  609. include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/ManagerRegistry.php';
  610. include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/AbstractManagerRegistry.php';
  611. include_once \dirname(__DIR__, 4).'/vendor/symfony/doctrine-bridge/ManagerRegistry.php';
  612. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Registry.php';
  613. include_once \dirname(__DIR__, 4).'/vendor/doctrine/dbal/src/Schema/SchemaManagerFactory.php';
  614. include_once \dirname(__DIR__, 4).'/vendor/doctrine/dbal/src/Schema/LegacySchemaManagerFactory.php';
  615. include_once \dirname(__DIR__, 4).'/vendor/doctrine/event-manager/src/EventManager.php';
  616. include_once \dirname(__DIR__, 4).'/vendor/symfony/doctrine-bridge/ContainerAwareEventManager.php';
  617. include_once \dirname(__DIR__, 4).'/vendor/doctrine/dbal/src/Connection.php';
  618. include_once \dirname(__DIR__, 4).'/vendor/doctrine/dbal/src/Configuration.php';
  619. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Dbal/SchemaAssetsFilterManager.php';
  620. include_once \dirname(__DIR__, 4).'/vendor/doctrine/dbal/src/Driver/Middleware.php';
  621. include_once \dirname(__DIR__, 4).'/vendor/doctrine/dbal/src/Logging/Middleware.php';
  622. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Middleware/ConnectionNameAwareInterface.php';
  623. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Middleware/DebugMiddleware.php';
  624. include_once \dirname(__DIR__, 4).'/vendor/symfony/doctrine-bridge/Middleware/Debug/DebugDataHolder.php';
  625. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Middleware/BacktraceDebugDataHolder.php';
  626. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Repository/RepositoryFactory.php';
  627. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Repository/RepositoryFactoryCompatibility.php';
  628. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Repository/ContainerRepositoryFactory.php';
  629. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Mapping/QuoteStrategy.php';
  630. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Internal/SQLResultCasing.php';
  631. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Mapping/DefaultQuoteStrategy.php';
  632. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Mapping/TypedFieldMapper.php';
  633. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Mapping/DefaultTypedFieldMapper.php';
  634. include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/ObjectManager.php';
  635. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/EntityManagerInterface.php';
  636. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/EntityManager.php';
  637. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Configuration.php';
  638. include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/MappingDriver.php';
  639. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Mapping/MappingDriver.php';
  640. include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/MappingDriverChain.php';
  641. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Mapping/NamingStrategy.php';
  642. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Mapping/DefaultNamingStrategy.php';
  643. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Mapping/EntityListenerResolver.php';
  644. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Mapping/EntityListenerServiceResolver.php';
  645. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Mapping/ContainerEntityListenerResolver.php';
  646. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/ManagerConfigurator.php';
  647. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Mapping/Driver/CompatibilityAnnotationDriver.php';
  648. include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/ColocatedMappingDriver.php';
  649. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Mapping/Driver/ReflectionBasedDriver.php';
  650. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Mapping/Driver/AnnotationDriver.php';
  651. include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/FileDriver.php';
  652. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Mapping/Driver/XmlDriver.php';
  653. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Mapping/Driver/SimplifiedXmlDriver.php';
  654. include_once \dirname(__DIR__, 4).'/vendor/doctrine/common/src/Proxy/Autoloader.php';
  655. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Proxy/Autoloader.php';
  656. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Mapping/UnderscoreNamingStrategy.php';
  657. include_once \dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/src/EventListener/ControllerListener.php';
  658. include_once \dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/src/EventListener/ParamConverterListener.php';
  659. include_once \dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/ParamConverterManager.php';
  660. include_once \dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/ParamConverterInterface.php';
  661. include_once \dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/DoctrineParamConverter.php';
  662. include_once \dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/DateTimeParamConverter.php';
  663. include_once \dirname(__DIR__, 4).'/vendor/symfony/service-contracts/ServiceSubscriberInterface.php';
  664. include_once \dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/src/EventListener/TemplateListener.php';
  665. include_once \dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/src/Templating/TemplateGuesser.php';
  666. include_once \dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/src/EventListener/HttpCacheListener.php';
  667. include_once \dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/src/EventListener/SecurityListener.php';
  668. include_once \dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/src/Security/ExpressionLanguage.php';
  669. include_once \dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/src/EventListener/IsGrantedListener.php';
  670. include_once \dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/src/Request/ArgumentNameConverter.php';
  671. include_once \dirname(__DIR__, 4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  672. include_once \dirname(__DIR__, 4).'/vendor/gedmo/doctrine-extensions/src/Mapping/MappedEventSubscriber.php';
  673. include_once \dirname(__DIR__, 4).'/vendor/gedmo/doctrine-extensions/src/Translatable/TranslatableListener.php';
  674. include_once \dirname(__DIR__, 4).'/vendor/roothirsch/core-bundle/Behaviors/Translatable/TranslatableDoctrineListener.php';
  675. include_once \dirname(__DIR__, 4).'/vendor/stof/doctrine-extensions-bundle/src/EventListener/LocaleListener.php';
  676. include_once \dirname(__DIR__, 4).'/vendor/symfony/web-profiler-bundle/Csp/ContentSecurityPolicyHandler.php';
  677. include_once \dirname(__DIR__, 4).'/vendor/symfony/web-profiler-bundle/Csp/NonceGenerator.php';
  678. include_once \dirname(__DIR__, 4).'/vendor/symfony/web-profiler-bundle/EventListener/WebDebugToolbarListener.php';
  679. include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Handler/HandlerInterface.php';
  680. include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Handler/Handler.php';
  681. include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Handler/AbstractHandler.php';
  682. include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Handler/ProcessableHandlerInterface.php';
  683. include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Handler/FormattableHandlerInterface.php';
  684. include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Handler/ProcessableHandlerTrait.php';
  685. include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Handler/FormattableHandlerTrait.php';
  686. include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Handler/AbstractProcessingHandler.php';
  687. include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Handler/StreamHandler.php';
  688. include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Processor/ProcessorInterface.php';
  689. include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Processor/PsrLogMessageProcessor.php';
  690. include_once \dirname(__DIR__, 4).'/vendor/symfony/monolog-bridge/Handler/ConsoleHandler.php';
  691. include_once \dirname(__DIR__, 4).'/vendor/symfony/var-dumper/Dumper/DataDumperInterface.php';
  692. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DataCollector/DumpDataCollector.php';
  693. include_once \dirname(__DIR__, 4).'/vendor/symfony/var-dumper/Cloner/ClonerInterface.php';
  694. include_once \dirname(__DIR__, 4).'/vendor/symfony/var-dumper/Cloner/AbstractCloner.php';
  695. include_once \dirname(__DIR__, 4).'/vendor/symfony/var-dumper/Cloner/VarCloner.php';
  696. include_once \dirname(__DIR__, 4).'/vendor/symfony/var-dumper/Cloner/DumperInterface.php';
  697. include_once \dirname(__DIR__, 4).'/vendor/symfony/var-dumper/Dumper/AbstractDumper.php';
  698. include_once \dirname(__DIR__, 4).'/vendor/symfony/var-dumper/Dumper/CliDumper.php';
  699. include_once \dirname(__DIR__, 4).'/vendor/symfony/var-dumper/Dumper/HtmlDumper.php';
  700. include_once \dirname(__DIR__, 4).'/vendor/symfony/var-dumper/Server/Connection.php';
  701. include_once \dirname(__DIR__, 4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/ContextProviderInterface.php';
  702. include_once \dirname(__DIR__, 4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/SourceContextProvider.php';
  703. include_once \dirname(__DIR__, 4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/RequestContextProvider.php';
  704. include_once \dirname(__DIR__, 4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/CliContextProvider.php';
  705. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-migrations-bundle/src/EventListener/SchemaFilterListener.php';
  706. include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Metadata/MetadataReader.php';
  707. include_once \dirname(__DIR__, 4).'/vendor/jms/metadata/src/MetadataFactoryInterface.php';
  708. include_once \dirname(__DIR__, 4).'/vendor/jms/metadata/src/AdvancedMetadataFactoryInterface.php';
  709. include_once \dirname(__DIR__, 4).'/vendor/jms/metadata/src/MetadataFactory.php';
  710. include_once \dirname(__DIR__, 4).'/vendor/jms/metadata/src/Driver/DriverInterface.php';
  711. include_once \dirname(__DIR__, 4).'/vendor/jms/metadata/src/Driver/AdvancedDriverInterface.php';
  712. include_once \dirname(__DIR__, 4).'/vendor/jms/metadata/src/Driver/DriverChain.php';
  713. include_once \dirname(__DIR__, 4).'/vendor/jms/metadata/src/Driver/AbstractFileDriver.php';
  714. include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Metadata/Driver/XmlDriver.php';
  715. include_once \dirname(__DIR__, 4).'/vendor/jms/metadata/src/Driver/FileLocatorInterface.php';
  716. include_once \dirname(__DIR__, 4).'/vendor/jms/metadata/src/Driver/AdvancedFileLocatorInterface.php';
  717. include_once \dirname(__DIR__, 4).'/vendor/jms/metadata/src/Driver/TraceableFileLocatorInterface.php';
  718. include_once \dirname(__DIR__, 4).'/vendor/jms/metadata/src/Driver/FileLocator.php';
  719. include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Metadata/Driver/AnnotationDriver.php';
  720. include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Metadata/Driver/AbstractYamlDriver.php';
  721. include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Metadata/Driver/YamlDriver.php';
  722. include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Metadata/Driver/YmlDriver.php';
  723. include_once \dirname(__DIR__, 4).'/vendor/jms/metadata/src/Cache/CacheInterface.php';
  724. include_once \dirname(__DIR__, 4).'/vendor/jms/metadata/src/Cache/ClearableCacheInterface.php';
  725. include_once \dirname(__DIR__, 4).'/vendor/jms/metadata/src/Cache/FileCache.php';
  726. include_once \dirname(__DIR__, 4).'/vendor/flagception/flagception/src/Manager/FeatureManagerInterface.php';
  727. include_once \dirname(__DIR__, 4).'/vendor/flagception/flagception/src/Manager/FeatureManager.php';
  728. include_once \dirname(__DIR__, 4).'/vendor/flagception/flagception/src/Activator/FeatureActivatorInterface.php';
  729. include_once \dirname(__DIR__, 4).'/vendor/flagception/flagception/src/Activator/ChainActivator.php';
  730. include_once \dirname(__DIR__, 4).'/vendor/flagception/flagception-bundle/src/Activator/TraceableChainActivator.php';
  731. include_once \dirname(__DIR__, 4).'/vendor/flagception/flagception/src/Activator/ArrayActivator.php';
  732. include_once \dirname(__DIR__, 4).'/vendor/flagception/flagception/src/Activator/EnvironmentActivator.php';
  733. include_once \dirname(__DIR__, 4).'/vendor/flagception/flagception/src/Activator/ConstraintActivator.php';
  734. include_once \dirname(__DIR__, 4).'/vendor/flagception/flagception/src/Constraint/ConstraintResolverInterface.php';
  735. include_once \dirname(__DIR__, 4).'/vendor/flagception/flagception/src/Constraint/ConstraintResolver.php';
  736. include_once \dirname(__DIR__, 4).'/vendor/flagception/flagception/src/Factory/ExpressionLanguageFactory.php';
  737. include_once \dirname(__DIR__, 4).'/vendor/flagception/flagception/src/Constraint/Provider/DateProvider.php';
  738. include_once \dirname(__DIR__, 4).'/vendor/flagception/flagception/src/Constraint/Provider/MatchProvider.php';
  739. include_once \dirname(__DIR__, 4).'/vendor/roothirsch/core-bundle/FeatureFlag/DatabaseActivator.php';
  740. include_once \dirname(__DIR__, 4).'/vendor/flagception/flagception/src/Decorator/ContextDecoratorInterface.php';
  741. include_once \dirname(__DIR__, 4).'/vendor/flagception/flagception/src/Decorator/ChainDecorator.php';
  742. include_once \dirname(__DIR__, 4).'/vendor/flagception/flagception-bundle/src/Listener/RoutingMetadataSubscriber.php';
  743. include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Security/AuthorizationChecker.php';
  744. include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Provider/AdminContextProvider.php';
  745. include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/EventListener/AdminRouterSubscriber.php';
  746. include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Factory/AdminContextFactory.php';
  747. include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Factory/MenuFactory.php';
  748. include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Menu/MenuItemMatcherInterface.php';
  749. include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Menu/MenuItemMatcher.php';
  750. include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Registry/CrudControllerRegistry.php';
  751. include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Factory/ControllerFactory.php';
  752. include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Router/AdminUrlGenerator.php';
  753. include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Factory/EntityFactory.php';
  754. include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Factory/FieldFactory.php';
  755. include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Factory/ActionFactory.php';
  756. include_once \dirname(__DIR__, 4).'/vendor/symfony/webpack-encore-bundle/src/Asset/EntrypointLookupCollectionInterface.php';
  757. include_once \dirname(__DIR__, 4).'/vendor/symfony/webpack-encore-bundle/src/Asset/EntrypointLookupCollection.php';
  758. include_once \dirname(__DIR__, 4).'/vendor/symfony/webpack-encore-bundle/src/EventListener/ResetAssetsEventListener.php';
  759. include_once \dirname(__DIR__, 4).'/vendor/lexik/jwt-authentication-bundle/Services/JWTManagerInterface.php';
  760. include_once \dirname(__DIR__, 4).'/vendor/lexik/jwt-authentication-bundle/Services/JWTTokenManagerInterface.php';
  761. include_once \dirname(__DIR__, 4).'/vendor/lexik/jwt-authentication-bundle/Services/JWTManager.php';
  762. include_once \dirname(__DIR__, 4).'/vendor/lexik/jwt-authentication-bundle/Services/PayloadEnrichmentInterface.php';
  763. include_once \dirname(__DIR__, 4).'/vendor/lexik/jwt-authentication-bundle/Services/PayloadEnrichment/ChainEnrichment.php';
  764. include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Registry/DashboardControllerRegistry.php';
  765. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/DataCollectorTranslator.php';
  766. include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/Matcher/RequestMatcherInterface.php';
  767. include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/Router.php';
  768. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Routing/Router.php';
  769. include_once \dirname(__DIR__, 4).'/vendor/lexik/jwt-authentication-bundle/Encoder/JWTEncoderInterface.php';
  770. include_once \dirname(__DIR__, 4).'/vendor/lexik/jwt-authentication-bundle/Encoder/HeaderAwareJWTEncoderInterface.php';
  771. include_once \dirname(__DIR__, 4).'/vendor/lexik/jwt-authentication-bundle/Encoder/LcobucciJWTEncoder.php';
  772. include_once \dirname(__DIR__, 4).'/vendor/lexik/jwt-authentication-bundle/Services/JWSProvider/JWSProviderInterface.php';
  773. include_once \dirname(__DIR__, 4).'/vendor/lexik/jwt-authentication-bundle/Services/JWSProvider/LcobucciJWSProvider.php';
  774. include_once \dirname(__DIR__, 4).'/vendor/lexik/jwt-authentication-bundle/Services/KeyLoader/KeyLoaderInterface.php';
  775. include_once \dirname(__DIR__, 4).'/vendor/lexik/jwt-authentication-bundle/Services/KeyLoader/AbstractKeyLoader.php';
  776. include_once \dirname(__DIR__, 4).'/vendor/lexik/jwt-authentication-bundle/Services/KeyLoader/KeyDumperInterface.php';
  777. include_once \dirname(__DIR__, 4).'/vendor/lexik/jwt-authentication-bundle/Services/KeyLoader/RawKeyLoader.php';
  778. include_once \dirname(__DIR__, 4).'/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php';
  779. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Debug/TraceableEventDispatcher.php';
  780. include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Handler/NullHandler.php';
  781. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/SerializerInterface.php';
  782. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/NormalizerInterface.php';
  783. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/ContextAwareNormalizerInterface.php';
  784. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/DenormalizerInterface.php';
  785. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/ContextAwareDenormalizerInterface.php';
  786. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Encoder/EncoderInterface.php';
  787. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Encoder/ContextAwareEncoderInterface.php';
  788. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Encoder/DecoderInterface.php';
  789. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Encoder/ContextAwareDecoderInterface.php';
  790. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Serializer.php';
  791. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/SerializerAwareInterface.php';
  792. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/CacheableSupportsMethodInterface.php';
  793. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/SerializerAwareTrait.php';
  794. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/UnwrappingDenormalizer.php';
  795. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/DateTimeNormalizer.php';
  796. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/RamseyUuid/Serializer/UuidDenormalizer.php';
  797. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/OpenApi/Serializer/ApiGatewayNormalizer.php';
  798. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/OpenApi/Serializer/OpenApiNormalizer.php';
  799. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/ObjectToPopulateTrait.php';
  800. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/AbstractNormalizer.php';
  801. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/AbstractObjectNormalizer.php';
  802. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/ObjectNormalizer.php';
  803. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Encoder/JsonEncoder.php';
  804. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/Metadata/Resource/ApiResourceToLegacyResourceMetadataTrait.php';
  805. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/Api/FilterLocatorTrait.php';
  806. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/Swagger/Serializer/DocumentationNormalizer.php';
  807. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Serializer/AbstractConstraintViolationListNormalizer.php';
  808. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Hydra/Serializer/ConstraintViolationListNormalizer.php';
  809. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Problem/Serializer/ConstraintViolationListNormalizer.php';
  810. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Hydra/Serializer/DocumentationNormalizer.php';
  811. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Hydra/Serializer/EntrypointNormalizer.php';
  812. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Problem/Serializer/ErrorNormalizerTrait.php';
  813. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Hydra/Serializer/ErrorNormalizer.php';
  814. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Problem/Serializer/ErrorNormalizer.php';
  815. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/ProblemNormalizer.php';
  816. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/UidNormalizer.php';
  817. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Serializer/ContextTrait.php';
  818. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Serializer/InputOutputMetadataTrait.php';
  819. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Serializer/OperationContextTrait.php';
  820. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Serializer/AbstractItemNormalizer.php';
  821. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/JsonLd/Serializer/JsonLdContextTrait.php';
  822. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/JsonLd/Serializer/ItemNormalizer.php';
  823. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Serializer/ItemNormalizer.php';
  824. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/ConstraintViolationListNormalizer.php';
  825. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/MimeMessageNormalizer.php';
  826. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/PropertyNormalizer.php';
  827. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Mapping/ClassDiscriminatorResolverInterface.php';
  828. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Mapping/ClassDiscriminatorFromClassMetadata.php';
  829. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/DateTimeZoneNormalizer.php';
  830. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/DateIntervalNormalizer.php';
  831. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/FormErrorNormalizer.php';
  832. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/BackedEnumNormalizer.php';
  833. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/DataUriNormalizer.php';
  834. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/JsonSerializableNormalizer.php';
  835. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/NormalizerAwareInterface.php';
  836. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Hydra/Serializer/CollectionFiltersNormalizer.php';
  837. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Hydra/Serializer/PartialCollectionViewNormalizer.php';
  838. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/NormalizerAwareTrait.php';
  839. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Hydra/Serializer/CollectionNormalizer.php';
  840. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/DenormalizerAwareInterface.php';
  841. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/DenormalizerAwareTrait.php';
  842. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/ArrayDenormalizer.php';
  843. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/JsonLd/Serializer/ObjectNormalizer.php';
  844. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Encoder/NormalizationAwareInterface.php';
  845. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Encoder/XmlEncoder.php';
  846. include_once \dirname(__DIR__, 4).'/src/Serializer/CustomXmlEncoder.php';
  847. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Encoder/YamlEncoder.php';
  848. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Encoder/CsvEncoder.php';
  849. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Serializer/JsonEncoder.php';
  850. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-csrf/CsrfTokenManagerInterface.php';
  851. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-csrf/CsrfTokenManager.php';
  852. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-csrf/TokenGenerator/TokenGeneratorInterface.php';
  853. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-csrf/TokenGenerator/UriSafeTokenGenerator.php';
  854. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Profiler/Profiler.php';
  855. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Profiler/ProfilerStorageInterface.php';
  856. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php';
  857. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/Bridge/Symfony/Bundle/DataCollector/RequestDataCollector.php';
  858. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DataCollector/TimeDataCollector.php';
  859. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DataCollector/MemoryDataCollector.php';
  860. include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/DataCollector/ValidatorDataCollector.php';
  861. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DataCollector/AjaxDataCollector.php';
  862. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DataCollector/ExceptionDataCollector.php';
  863. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DataCollector/LoggerDataCollector.php';
  864. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DataCollector/EventDataCollector.php';
  865. include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/DataCollector/CacheDataCollector.php';
  866. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/DataCollector/TranslationDataCollector.php';
  867. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-bundle/DataCollector/SecurityDataCollector.php';
  868. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/DataCollector/TwigDataCollector.php';
  869. include_once \dirname(__DIR__, 4).'/vendor/symfony/doctrine-bridge/DataCollector/DoctrineDataCollector.php';
  870. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/DataCollector/DoctrineDataCollector.php';
  871. include_once \dirname(__DIR__, 4).'/vendor/symfony/mailer/DataCollector/MessageDataCollector.php';
  872. include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/DataCollector/MappingCollector.php';
  873. include_once \dirname(__DIR__, 4).'/vendor/flagception/flagception-bundle/src/Profiler/FeatureDataCollector.php';
  874. include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Inspector/DataCollector.php';
  875. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DataCollector/ConfigDataCollector.php';
  876. include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Cache/CacheInterface.php';
  877. include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Cache/RemovableCacheInterface.php';
  878. include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Cache/FilesystemCache.php';
  879. include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Extension/CoreExtension.php';
  880. include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Extension/EscaperExtension.php';
  881. include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Extension/OptimizerExtension.php';
  882. include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Extension/StagingExtension.php';
  883. include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/ExtensionSet.php';
  884. include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Template.php';
  885. include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/TemplateWrapper.php';
  886. include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Environment.php';
  887. include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Loader/LoaderInterface.php';
  888. include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Loader/FilesystemLoader.php';
  889. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/CsrfExtension.php';
  890. include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Extension/ProfilerExtension.php';
  891. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/ProfilerExtension.php';
  892. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/TranslationExtension.php';
  893. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/AssetExtension.php';
  894. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/CodeExtension.php';
  895. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/RoutingExtension.php';
  896. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/YamlExtension.php';
  897. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/StopwatchExtension.php';
  898. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/ExpressionExtension.php';
  899. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/HttpKernelExtension.php';
  900. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/HttpFoundationExtension.php';
  901. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/UrlHelper.php';
  902. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/WebLinkExtension.php';
  903. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/SerializerExtension.php';
  904. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/FormExtension.php';
  905. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/LogoutUrlExtension.php';
  906. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/SecurityExtension.php';
  907. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Impersonate/ImpersonateUrlGenerator.php';
  908. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/DumpExtension.php';
  909. include_once \dirname(__DIR__, 4).'/vendor/roothirsch/core-bundle/Translation/Twig/TranslateExtension.php';
  910. include_once \dirname(__DIR__, 4).'/vendor/roothirsch/core-bundle/Twig/FavoriteExtension.php';
  911. include_once \dirname(__DIR__, 4).'/vendor/roothirsch/core-bundle/Twig/FileExtension.php';
  912. include_once \dirname(__DIR__, 4).'/vendor/roothirsch/core-bundle/Twig/HistoryExtension.php';
  913. include_once \dirname(__DIR__, 4).'/vendor/roothirsch/core-bundle/Twig/LocalizedAssetExtension.php';
  914. include_once \dirname(__DIR__, 4).'/vendor/roothirsch/core-bundle/Twig/MoneyExtension.php';
  915. include_once \dirname(__DIR__, 4).'/src/Twig/AppExtension.php';
  916. include_once \dirname(__DIR__, 4).'/src/Twig/ShopExtension.php';
  917. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Twig/DoctrineExtension.php';
  918. include_once \dirname(__DIR__, 4).'/vendor/symfony/web-profiler-bundle/Twig/WebProfilerExtension.php';
  919. include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Twig/Extension/UploaderExtension.php';
  920. include_once \dirname(__DIR__, 4).'/vendor/flagception/flagception-bundle/src/Twig/ToggleExtension.php';
  921. include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Extension/GlobalsInterface.php';
  922. include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Twig/EasyAdminTwigExtension.php';
  923. include_once \dirname(__DIR__, 4).'/vendor/twig/intl-extra/IntlExtension.php';
  924. include_once \dirname(__DIR__, 4).'/vendor/twig/cssinliner-extra/CssInlinerExtension.php';
  925. include_once \dirname(__DIR__, 4).'/vendor/twig/inky-extra/InkyExtension.php';
  926. include_once \dirname(__DIR__, 4).'/vendor/twig/string-extra/StringExtension.php';
  927. include_once \dirname(__DIR__, 4).'/vendor/symfony/webpack-encore-bundle/src/Twig/EntryFilesTwigExtension.php';
  928. include_once \dirname(__DIR__, 4).'/vendor/symfony/stimulus-bundle/src/Twig/UxControllersTwigExtension.php';
  929. include_once \dirname(__DIR__, 4).'/vendor/symfony/stimulus-bundle/src/Twig/StimulusTwigExtension.php';
  930. include_once \dirname(__DIR__, 4).'/vendor/symfony/stimulus-bundle/src/Helper/StimulusHelper.php';
  931. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/AppVariable.php';
  932. include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/RuntimeLoader/RuntimeLoaderInterface.php';
  933. include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/RuntimeLoader/ContainerRuntimeLoader.php';
  934. include_once \dirname(__DIR__, 4).'/vendor/roothirsch/core-bundle/Translation/LanguageProvider.php';
  935. include_once \dirname(__DIR__, 4).'/vendor/roothirsch/core-bundle/FeatureFlag/FeaturesProvider.php';
  936. include_once \dirname(__DIR__, 4).'/vendor/twig/extra-bundle/MissingExtensionSuggestor.php';
  937. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bundle/DependencyInjection/Configurator/EnvironmentConfigurator.php';
  938. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/AuthorizationChecker.php';
  939. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authentication/Token/Storage/UsageTrackingTokenStorage.php';
  940. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/SessionInterface.php';
  941. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/Session.php';
  942. include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/Mapping/Factory/MetadataFactoryInterface.php';
  943. include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/Validator/ValidatorInterface.php';
  944. include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/Validator/TraceableValidator.php';
  945. };
  946. }
  947. public function compile(): void
  948. {
  949. throw new LogicException('You cannot compile a dumped container that was already compiled.');
  950. }
  951. public function isCompiled(): bool
  952. {
  953. return true;
  954. }
  955. public function getRemovedIds(): array
  956. {
  957. return require $this->containerDir.\DIRECTORY_SEPARATOR.'removed-ids.php';
  958. }
  959. protected function load($file, $lazyLoad = true)
  960. {
  961. if (class_exists($class = __NAMESPACE__.'\\'.$file, false)) {
  962. return $class::do($this, $lazyLoad);
  963. }
  964. if ('.' === $file[-4]) {
  965. $class = substr($class, 0, -4);
  966. } else {
  967. $file .= '.php';
  968. }
  969. $service = require $this->containerDir.\DIRECTORY_SEPARATOR.$file;
  970. return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;
  971. }
  972. /**
  973. * Gets the public '.container.private.profiler' shared service.
  974. *
  975. * @return \Symfony\Component\HttpKernel\Profiler\Profiler
  976. */
  977. protected function get_Container_Private_ProfilerService()
  978. {
  979. $a = new \Symfony\Bridge\Monolog\Logger('profiler');
  980. $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  981. $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  982. $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  983. \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  984. $this->services['.container.private.profiler'] = $instance = new \Symfony\Component\HttpKernel\Profiler\Profiler(new \Symfony\Component\HttpKernel\Profiler\FileProfilerStorage(('file:'.$this->targetDir.''.'/profiler')), $a, true);
  985. $b = ($this->services['kernel'] ?? $this->get('kernel'));
  986. $c = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  987. $d = new \Symfony\Component\Cache\DataCollector\CacheDataCollector();
  988. $d->addInstance('cache.app', ($this->services['cache.app'] ?? $this->getCache_AppService()));
  989. $d->addInstance('cache.system', ($this->services['cache.system'] ?? $this->getCache_SystemService()));
  990. $d->addInstance('cache.validator', ($this->privates['cache.validator'] ?? $this->getCache_ValidatorService()));
  991. $d->addInstance('cache.serializer', ($this->privates['cache.serializer'] ?? $this->getCache_SerializerService()));
  992. $d->addInstance('cache.annotations', ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService()));
  993. $d->addInstance('cache.property_info', ($this->privates['cache.property_info'] ?? $this->getCache_PropertyInfoService()));
  994. $d->addInstance('cache.validator_expression_language', ($this->services['cache.validator_expression_language'] ?? $this->getCache_ValidatorExpressionLanguageService()));
  995. $d->addInstance('cache.security_expression_language', ($this->privates['cache.security_expression_language'] ?? $this->getCache_SecurityExpressionLanguageService()));
  996. $d->addInstance('cache.security_token_verifier', ($this->privates['cache.security_token_verifier'] ?? $this->getCache_SecurityTokenVerifierService()));
  997. $d->addInstance('api_platform.cache.route_name_resolver', ($this->privates['api_platform.cache.route_name_resolver'] ?? $this->getApiPlatform_Cache_RouteNameResolverService()));
  998. $d->addInstance('api_platform.cache.metadata.resource', ($this->privates['api_platform.cache.metadata.resource'] ?? $this->getApiPlatform_Cache_Metadata_ResourceService()));
  999. $d->addInstance('api_platform.cache.metadata.resource.legacy', ($this->privates['api_platform.cache.metadata.resource.legacy'] ?? $this->getApiPlatform_Cache_Metadata_Resource_LegacyService()));
  1000. $d->addInstance('api_platform.cache.metadata.property.legacy', ($this->privates['api_platform.cache.metadata.property.legacy'] ?? $this->getApiPlatform_Cache_Metadata_Property_LegacyService()));
  1001. $d->addInstance('api_platform.cache.subresource_operation_factory', ($this->privates['api_platform.cache.subresource_operation_factory'] ?? $this->getApiPlatform_Cache_SubresourceOperationFactoryService()));
  1002. $d->addInstance('api_platform.cache.identifiers_extractor', ($this->privates['api_platform.cache.identifiers_extractor'] ?? $this->getApiPlatform_Cache_IdentifiersExtractorService()));
  1003. $d->addInstance('cache.doctrine.orm.my_brunex.result', ($this->privates['cache.doctrine.orm.my_brunex.result'] ?? $this->getCache_Doctrine_Orm_MyBrunex_ResultService()));
  1004. $d->addInstance('cache.doctrine.orm.my_brunex.query', ($this->privates['cache.doctrine.orm.my_brunex.query'] ?? $this->getCache_Doctrine_Orm_MyBrunex_QueryService()));
  1005. $d->addInstance('cache.doctrine.orm.default.result', ($this->privates['cache.doctrine.orm.default.result'] ?? $this->getCache_Doctrine_Orm_Default_ResultService()));
  1006. $d->addInstance('cache.doctrine.orm.default.query', ($this->privates['cache.doctrine.orm.default.query'] ?? $this->getCache_Doctrine_Orm_Default_QueryService()));
  1007. $d->addInstance('cache.webpack_encore', ($this->privates['cache.webpack_encore'] ?? $this->getCache_WebpackEncoreService()));
  1008. $e = new \Symfony\Component\HttpKernel\DataCollector\ConfigDataCollector();
  1009. if ($this->has('kernel')) {
  1010. $e->setKernel($b);
  1011. }
  1012. $instance->add(($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService()));
  1013. $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())));
  1014. $instance->add(new \Symfony\Component\HttpKernel\DataCollector\TimeDataCollector($b, ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)))));
  1015. $instance->add(new \Symfony\Component\HttpKernel\DataCollector\MemoryDataCollector());
  1016. $instance->add(new \Symfony\Component\Validator\DataCollector\ValidatorDataCollector(($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService())));
  1017. $instance->add(new \Symfony\Component\HttpKernel\DataCollector\AjaxDataCollector());
  1018. $instance->add(($this->privates['data_collector.form'] ?? $this->getDataCollector_FormService()));
  1019. $instance->add(new \Symfony\Component\HttpKernel\DataCollector\ExceptionDataCollector());
  1020. $instance->add(new \Symfony\Component\HttpKernel\DataCollector\LoggerDataCollector($a, ($this->targetDir.''.'/App_KernelDevDebugContainer'), $c));
  1021. $instance->add(new \Symfony\Component\HttpKernel\DataCollector\EventDataCollector(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), $c));
  1022. $instance->add(($this->privates['data_collector.router'] ?? ($this->privates['data_collector.router'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector())));
  1023. $instance->add($d);
  1024. $instance->add(new \Symfony\Component\Translation\DataCollector\TranslationDataCollector(($this->services['translator'] ?? $this->getTranslatorService())));
  1025. $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));
  1026. $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())));
  1027. $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([])))));
  1028. $instance->add(($this->services['data_collector.dump'] ?? $this->getDataCollector_DumpService()));
  1029. $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()))));
  1030. $instance->add(new \Vich\UploaderBundle\DataCollector\MappingCollector(($this->privates['vich_uploader.metadata_reader'] ?? $this->getVichUploader_MetadataReaderService())));
  1031. $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()))));
  1032. $instance->add(new \EasyCorp\Bundle\EasyAdminBundle\Inspector\DataCollector(($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Provider\\AdminContextProvider'] ?? $this->getAdminContextProviderService())));
  1033. $instance->add($e);
  1034. return $instance;
  1035. }
  1036. /**
  1037. * Gets the public '.container.private.security.authorization_checker' shared service.
  1038. *
  1039. * @return \Symfony\Component\Security\Core\Authorization\AuthorizationChecker
  1040. */
  1041. protected function get_Container_Private_Security_AuthorizationCheckerService()
  1042. {
  1043. $a = ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService());
  1044. if (isset($this->services['.container.private.security.authorization_checker'])) {
  1045. return $this->services['.container.private.security.authorization_checker'];
  1046. }
  1047. 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);
  1048. }
  1049. /**
  1050. * Gets the public '.container.private.security.csrf.token_manager' shared service.
  1051. *
  1052. * @return \Symfony\Component\Security\Csrf\CsrfTokenManager
  1053. */
  1054. protected function get_Container_Private_Security_Csrf_TokenManagerService()
  1055. {
  1056. 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())));
  1057. }
  1058. /**
  1059. * Gets the public '.container.private.security.token_storage' shared service.
  1060. *
  1061. * @return \Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage
  1062. */
  1063. protected function get_Container_Private_Security_TokenStorageService()
  1064. {
  1065. 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, [
  1066. 'request_stack' => ['services', 'request_stack', 'getRequestStackService', false],
  1067. ], [
  1068. 'request_stack' => '?',
  1069. ]));
  1070. }
  1071. /**
  1072. * Gets the public '.container.private.serializer' shared service.
  1073. *
  1074. * @return \Symfony\Component\Serializer\Serializer
  1075. */
  1076. protected function get_Container_Private_SerializerService()
  1077. {
  1078. $a = ($this->privates['property_info'] ?? $this->getPropertyInfoService());
  1079. if (isset($this->services['.container.private.serializer'])) {
  1080. return $this->services['.container.private.serializer'];
  1081. }
  1082. $b = ($this->privates['api_platform.metadata.property.name_collection_factory.cached'] ?? $this->getApiPlatform_Metadata_Property_NameCollectionFactory_CachedService());
  1083. if (isset($this->services['.container.private.serializer'])) {
  1084. return $this->services['.container.private.serializer'];
  1085. }
  1086. $c = ($this->privates['api_platform.hydra.json_schema.schema_factory'] ?? $this->getApiPlatform_Hydra_JsonSchema_SchemaFactoryService());
  1087. if (isset($this->services['.container.private.serializer'])) {
  1088. return $this->services['.container.private.serializer'];
  1089. }
  1090. $d = ($this->privates['api_platform.operation_path_resolver.router'] ?? $this->getApiPlatform_OperationPathResolver_RouterService());
  1091. if (isset($this->services['.container.private.serializer'])) {
  1092. return $this->services['.container.private.serializer'];
  1093. }
  1094. $e = ($this->privates['api_platform.filter_locator'] ?? $this->getApiPlatform_FilterLocatorService());
  1095. if (isset($this->services['.container.private.serializer'])) {
  1096. return $this->services['.container.private.serializer'];
  1097. }
  1098. $f = ($this->privates['api_platform.subresource_operation_factory.cached'] ?? $this->getApiPlatform_SubresourceOperationFactory_CachedService());
  1099. if (isset($this->services['.container.private.serializer'])) {
  1100. return $this->services['.container.private.serializer'];
  1101. }
  1102. $g = ($this->privates['api_platform.jsonld.context_builder'] ?? $this->getApiPlatform_Jsonld_ContextBuilderService());
  1103. if (isset($this->services['.container.private.serializer'])) {
  1104. return $this->services['.container.private.serializer'];
  1105. }
  1106. $h = ($this->privates['api_platform.security.resource_access_checker'] ?? $this->getApiPlatform_Security_ResourceAccessCheckerService());
  1107. if (isset($this->services['.container.private.serializer'])) {
  1108. return $this->services['.container.private.serializer'];
  1109. }
  1110. $i = ($this->privates['property_accessor'] ?? $this->getPropertyAccessorService());
  1111. $j = new \Symfony\Component\Serializer\Encoder\JsonEncoder(NULL, NULL);
  1112. $k = new \ApiPlatform\OpenApi\Serializer\OpenApiNormalizer(new \Symfony\Component\Serializer\Serializer([0 => new \Symfony\Component\Serializer\Normalizer\ObjectNormalizer(NULL, NULL, $i, $a)], [0 => $j]));
  1113. $l = new \ApiPlatform\OpenApi\Serializer\ApiGatewayNormalizer($k);
  1114. $m = ($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService());
  1115. $n = ($this->privates['api_platform.metadata.property.metadata_factory.cached.legacy'] ?? $this->getApiPlatform_Metadata_Property_MetadataFactory_Cached_LegacyService());
  1116. $o = new \ApiPlatform\OpenApi\Serializer\ApiGatewayNormalizer(new \ApiPlatform\Core\Swagger\Serializer\DocumentationNormalizer($m, $b, $n, $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, $k));
  1117. $p = ($this->privates['api_platform.router'] ?? $this->getApiPlatform_RouterService());
  1118. $q = ($this->privates['serializer.name_converter.metadata_aware'] ?? $this->getSerializer_NameConverter_MetadataAwareService());
  1119. $r = ($this->privates['api_platform.resource_class_resolver'] ?? $this->getApiPlatform_ResourceClassResolverService());
  1120. $s = ($this->privates['api_platform.iri_converter.legacy'] ?? $this->load('getApiPlatform_IriConverter_LegacyService'));
  1121. $t = ($this->privates['api_platform.serializer.mapping.class_metadata_factory'] ?? $this->getApiPlatform_Serializer_Mapping_ClassMetadataFactoryService());
  1122. $u = new \Symfony\Component\Serializer\Mapping\ClassDiscriminatorFromClassMetadata($t);
  1123. $v = new \Symfony\Component\Serializer\Normalizer\ObjectNormalizer($t, $q, $i, $a, $u, NULL, [], $a);
  1124. return $this->services['.container.private.serializer'] = new \Symfony\Component\Serializer\Serializer([0 => new \Symfony\Component\Serializer\Normalizer\UnwrappingDenormalizer($i), 1 => new \Symfony\Component\Serializer\Normalizer\DateTimeNormalizer(['datetime_format' => 'd.m.Y']), 2 => new \ApiPlatform\RamseyUuid\Serializer\UuidDenormalizer(), 3 => $l, 4 => $o, 5 => new \ApiPlatform\Hydra\Serializer\ConstraintViolationListNormalizer($p, [], $q), 6 => new \ApiPlatform\Problem\Serializer\ConstraintViolationListNormalizer([], $q), 7 => $o, 8 => $l, 9 => new \ApiPlatform\Hydra\Serializer\DocumentationNormalizer($m, $b, $n, $r, NULL, $p, NULL, $q), 10 => new \ApiPlatform\Hydra\Serializer\EntrypointNormalizer($m, $s, $p), 11 => new \ApiPlatform\Hydra\Serializer\ErrorNormalizer($p, true), 12 => new \ApiPlatform\Problem\Serializer\ErrorNormalizer(true), 13 => new \Symfony\Component\Serializer\Normalizer\ProblemNormalizer(true), 14 => new \Symfony\Component\Serializer\Normalizer\UidNormalizer(), 15 => new \ApiPlatform\JsonLd\Serializer\ItemNormalizer($m, $b, $n, $s, $r, $g, $i, $q, $t, [], new RewindableGenerator(function () {
  1125. return new \EmptyIterator();
  1126. }, 0), $h), 16 => new \ApiPlatform\Serializer\ItemNormalizer($b, $n, $s, $r, $i, $q, $t, ($this->privates['debug.api_platform.item_data_provider'] ?? $this->getDebug_ApiPlatform_ItemDataProviderService()), false, NULL, new RewindableGenerator(function () {
  1127. return new \EmptyIterator();
  1128. }, 0), $m, $h), 17 => new \Symfony\Component\Serializer\Normalizer\DateTimeNormalizer(), 18 => new \Symfony\Component\Serializer\Normalizer\ConstraintViolationListNormalizer([], $q), 19 => new \Symfony\Component\Serializer\Normalizer\MimeMessageNormalizer(new \Symfony\Component\Serializer\Normalizer\PropertyNormalizer($t, $q, $a, $u, NULL, [])), 20 => new \Symfony\Component\Serializer\Normalizer\DateTimeZoneNormalizer(), 21 => new \Symfony\Component\Serializer\Normalizer\DateIntervalNormalizer(), 22 => new \Symfony\Component\Serializer\Normalizer\FormErrorNormalizer(), 23 => new \Symfony\Component\Serializer\Normalizer\BackedEnumNormalizer(), 24 => new \Symfony\Component\Serializer\Normalizer\DataUriNormalizer(($this->privates['mime_types'] ?? $this->getMimeTypesService())), 25 => new \Symfony\Component\Serializer\Normalizer\JsonSerializableNormalizer(NULL, NULL), 26 => new \ApiPlatform\Hydra\Serializer\CollectionFiltersNormalizer(new \ApiPlatform\Hydra\Serializer\PartialCollectionViewNormalizer(new \ApiPlatform\Hydra\Serializer\CollectionNormalizer($g, $r, $s, NULL), 'page', 'pagination', $m, $i), $m, $r, $e), 27 => new \Symfony\Component\Serializer\Normalizer\ArrayDenormalizer(), 28 => new \ApiPlatform\JsonLd\Serializer\ObjectNormalizer($v, $s, $g), 29 => $v], [0 => new \App\Serializer\CustomXmlEncoder(), 1 => new \Symfony\Component\Serializer\Encoder\XmlEncoder(), 2 => $j, 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')]);
  1129. }
  1130. /**
  1131. * Gets the public '.container.private.session' shared service.
  1132. *
  1133. * @return \Symfony\Component\HttpFoundation\Session\Session
  1134. */
  1135. protected function get_Container_Private_SessionService()
  1136. {
  1137. $a = ($this->privates['session.factory'] ?? $this->getSession_FactoryService());
  1138. if (isset($this->services['.container.private.session'])) {
  1139. return $this->services['.container.private.session'];
  1140. }
  1141. return $this->services['.container.private.session'] = $a->createSession();
  1142. }
  1143. /**
  1144. * Gets the public '.container.private.twig' shared service.
  1145. *
  1146. * @return \Twig\Environment
  1147. */
  1148. protected function get_Container_Private_TwigService()
  1149. {
  1150. $a = new \Twig\Loader\FilesystemLoader([], \dirname(__DIR__, 4));
  1151. $a->addPath((\dirname(__DIR__, 4).'/templates'), 'templates');
  1152. $a->addPath((\dirname(__DIR__, 4).'/assets/'), 'assets');
  1153. $a->addPath((\dirname(__DIR__, 4).'/vendor/roothirsch/core-bundle/Resources/views'), 'RoothirschCore');
  1154. $a->addPath((\dirname(__DIR__, 4).'/vendor/symfony/security-bundle/Resources/views'), 'Security');
  1155. $a->addPath((\dirname(__DIR__, 4).'/vendor/symfony/security-bundle/Resources/views'), '!Security');
  1156. $a->addPath((\dirname(__DIR__, 4).'/vendor/api-platform/core/src/Symfony/Bundle/Resources/views'), 'ApiPlatform');
  1157. $a->addPath((\dirname(__DIR__, 4).'/vendor/api-platform/core/src/Symfony/Bundle/Resources/views'), '!ApiPlatform');
  1158. $a->addPath((\dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/templates'), 'Doctrine');
  1159. $a->addPath((\dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/templates'), '!Doctrine');
  1160. $a->addPath((\dirname(__DIR__, 4).'/vendor/symfony/web-profiler-bundle/Resources/views'), 'WebProfiler');
  1161. $a->addPath((\dirname(__DIR__, 4).'/vendor/symfony/web-profiler-bundle/Resources/views'), '!WebProfiler');
  1162. $a->addPath((\dirname(__DIR__, 4).'/vendor/symfony/debug-bundle/Resources/views'), 'Debug');
  1163. $a->addPath((\dirname(__DIR__, 4).'/vendor/symfony/debug-bundle/Resources/views'), '!Debug');
  1164. $a->addPath((\dirname(__DIR__, 4).'/vendor/doctrine/doctrine-migrations-bundle/templates'), 'DoctrineMigrations');
  1165. $a->addPath((\dirname(__DIR__, 4).'/vendor/doctrine/doctrine-migrations-bundle/templates'), '!DoctrineMigrations');
  1166. $a->addPath((\dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/templates'), 'VichUploader');
  1167. $a->addPath((\dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/templates'), '!VichUploader');
  1168. $a->addPath((\dirname(__DIR__, 4).'/vendor/flagception/flagception-bundle/src/Resources/views'), 'Flagception');
  1169. $a->addPath((\dirname(__DIR__, 4).'/vendor/flagception/flagception-bundle/src/Resources/views'), '!Flagception');
  1170. $a->addPath((\dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Resources/views'), 'EasyAdmin');
  1171. $a->addPath((\dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Resources/views'), '!EasyAdmin');
  1172. $a->addPath((\dirname(__DIR__, 4).'/vendor/roothirsch/core-bundle/Resources/views'), 'RoothirschCore');
  1173. $a->addPath((\dirname(__DIR__, 4).'/vendor/roothirsch/core-bundle/Resources/views'), '!RoothirschCore');
  1174. $a->addPath((\dirname(__DIR__, 4).'/vendor/roothirsch/dam-bundle/Resources/views'), 'Dam');
  1175. $a->addPath((\dirname(__DIR__, 4).'/vendor/roothirsch/dam-bundle/Resources/views'), '!Dam');
  1176. $a->addPath((\dirname(__DIR__, 4).'/vendor/roothirsch/shop-bundle/Resources/views'), 'Shop');
  1177. $a->addPath((\dirname(__DIR__, 4).'/vendor/roothirsch/shop-bundle/Resources/views'), '!Shop');
  1178. $a->addPath((\dirname(__DIR__, 4).'/vendor/roothirsch/notification-bundle/templates'), 'Notification');
  1179. $a->addPath((\dirname(__DIR__, 4).'/vendor/roothirsch/notification-bundle/templates'), '!Notification');
  1180. $a->addPath((\dirname(__DIR__, 4).'/templates'));
  1181. $a->addPath((\dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Resources/views/Email'), 'email');
  1182. $a->addPath((\dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Resources/views/Email'), '!email');
  1183. $a->addPath((\dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Resources/views/Form'));
  1184. $this->services['.container.private.twig'] = $instance = new \Twig\Environment($a, ['debug' => true, 'strict_variables' => true, 'autoescape' => 'name', 'cache' => ($this->targetDir.''.'/twig'), 'charset' => 'UTF-8']);
  1185. $b = ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)));
  1186. $c = ($this->services['translator'] ?? $this->getTranslatorService());
  1187. $d = ($this->privates['assets.packages'] ?? $this->getAssets_PackagesService());
  1188. $e = ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService());
  1189. $f = ($this->services['router'] ?? $this->getRouterService());
  1190. $g = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  1191. $h = ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService());
  1192. $i = new \Symfony\Component\VarDumper\Dumper\HtmlDumper(NULL, 'UTF-8', 1);
  1193. $i->setDisplayOptions(['maxStringLength' => 4096, 'fileLinkFormat' => $e]);
  1194. $j = ($this->services['flagception.manager.feature_manager'] ?? $this->getFlagception_Manager_FeatureManagerService());
  1195. $k = new \Symfony\Bridge\Twig\AppVariable();
  1196. $k->setEnvironment('dev');
  1197. $k->setDebug(true);
  1198. if ($this->has('.container.private.security.token_storage')) {
  1199. $k->setTokenStorage($h);
  1200. }
  1201. if ($this->has('request_stack')) {
  1202. $k->setRequestStack($g);
  1203. }
  1204. $l = new \Twig\Extra\TwigExtraBundle\MissingExtensionSuggestor();
  1205. $instance->addExtension(new \Symfony\Bridge\Twig\Extension\CsrfExtension());
  1206. $instance->addExtension(new \Symfony\Bridge\Twig\Extension\ProfilerExtension(($this->privates['twig.profile'] ?? ($this->privates['twig.profile'] = new \Twig\Profiler\Profile())), $b));
  1207. $instance->addExtension(new \Symfony\Bridge\Twig\Extension\TranslationExtension($c));
  1208. $instance->addExtension(new \Symfony\Bridge\Twig\Extension\AssetExtension($d));
  1209. $instance->addExtension(new \Symfony\Bridge\Twig\Extension\CodeExtension($e, \dirname(__DIR__, 4), 'UTF-8'));
  1210. $instance->addExtension(new \Symfony\Bridge\Twig\Extension\RoutingExtension($f));
  1211. $instance->addExtension(new \Symfony\Bridge\Twig\Extension\YamlExtension());
  1212. $instance->addExtension(new \Symfony\Bridge\Twig\Extension\StopwatchExtension($b, true));
  1213. $instance->addExtension(new \Symfony\Bridge\Twig\Extension\ExpressionExtension());
  1214. $instance->addExtension(new \Symfony\Bridge\Twig\Extension\HttpKernelExtension());
  1215. $instance->addExtension(new \Symfony\Bridge\Twig\Extension\HttpFoundationExtension(new \Symfony\Component\HttpFoundation\UrlHelper($g, $f)));
  1216. $instance->addExtension(new \Symfony\Bridge\Twig\Extension\WebLinkExtension($g));
  1217. $instance->addExtension(new \Symfony\Bridge\Twig\Extension\SerializerExtension());
  1218. $instance->addExtension(new \Symfony\Bridge\Twig\Extension\FormExtension($c));
  1219. $instance->addExtension(new \Symfony\Bridge\Twig\Extension\LogoutUrlExtension(($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService())));
  1220. $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)));
  1221. $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())));
  1222. $instance->addExtension(new \Roothirsch\CoreBundle\Translation\Twig\TranslateExtension());
  1223. $instance->addExtension(new \Roothirsch\CoreBundle\Twig\FavoriteExtension($h));
  1224. $instance->addExtension(new \Roothirsch\CoreBundle\Twig\FileExtension($h));
  1225. $instance->addExtension(new \Roothirsch\CoreBundle\Twig\HistoryExtension());
  1226. $instance->addExtension(new \Roothirsch\CoreBundle\Twig\LocalizedAssetExtension($g, $d));
  1227. $instance->addExtension(new \Roothirsch\CoreBundle\Twig\MoneyExtension());
  1228. $instance->addExtension(($this->services['Roothirsch\\ShopBundle\\Twig\\ShopExtension'] ?? ($this->services['Roothirsch\\ShopBundle\\Twig\\ShopExtension'] = new \Roothirsch\ShopBundle\Twig\ShopExtension())));
  1229. $instance->addExtension(new \App\Twig\AppExtension());
  1230. $instance->addExtension(new \App\Twig\ShopExtension(($this->privates['Roothirsch\\CoreBundle\\Translation\\Services\\LegacyTranslator'] ?? $this->getLegacyTranslatorService())));
  1231. $instance->addExtension(new \Doctrine\Bundle\DoctrineBundle\Twig\DoctrineExtension());
  1232. $instance->addExtension(new \Symfony\Bundle\WebProfilerBundle\Twig\WebProfilerExtension($i));
  1233. $instance->addExtension(new \Vich\UploaderBundle\Twig\Extension\UploaderExtension());
  1234. $instance->addExtension(new \Flagception\Bundle\FlagceptionBundle\Twig\ToggleExtension($j));
  1235. $instance->addExtension(new \EasyCorp\Bundle\EasyAdminBundle\Twig\EasyAdminTwigExtension(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1236. 'EasyCorp\\Bundle\\EasyAdminBundle\\Router\\AdminUrlGenerator' => [false, 'EasyCorp\\Bundle\\EasyAdminBundle\\Router\\AdminUrlGenerator', 'getAdminUrlGeneratorService', false],
  1237. ], [
  1238. 'EasyCorp\\Bundle\\EasyAdminBundle\\Router\\AdminUrlGenerator' => '?',
  1239. ]), ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Provider\\AdminContextProvider'] ?? $this->getAdminContextProviderService()), ($this->services['.container.private.security.csrf.token_manager'] ?? $this->get_Container_Private_Security_Csrf_TokenManagerService())));
  1240. $instance->addExtension(new \Twig\Extra\Intl\IntlExtension());
  1241. $instance->addExtension(new \Twig\Extra\CssInliner\CssInlinerExtension());
  1242. $instance->addExtension(new \Twig\Extra\Inky\InkyExtension());
  1243. $instance->addExtension(new \Twig\Extra\String\StringExtension());
  1244. $instance->addExtension(new \Symfony\WebpackEncoreBundle\Twig\EntryFilesTwigExtension(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1245. 'webpack_encore.entrypoint_lookup_collection' => ['privates', 'webpack_encore.entrypoint_lookup_collection', 'getWebpackEncore_EntrypointLookupCollectionService', false],
  1246. 'webpack_encore.tag_renderer' => ['privates', 'webpack_encore.tag_renderer', 'getWebpackEncore_TagRendererService', true],
  1247. ], [
  1248. 'webpack_encore.entrypoint_lookup_collection' => '?',
  1249. 'webpack_encore.tag_renderer' => '?',
  1250. ])));
  1251. $instance->addExtension(new \Symfony\UX\StimulusBundle\Twig\UxControllersTwigExtension());
  1252. $instance->addExtension(new \Symfony\UX\StimulusBundle\Twig\StimulusTwigExtension(new \Symfony\UX\StimulusBundle\Helper\StimulusHelper($instance)));
  1253. $instance->addGlobal('app', $k);
  1254. $instance->addRuntimeLoader(new \Twig\RuntimeLoader\ContainerRuntimeLoader(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1255. 'Roothirsch\\CoreBundle\\Translation\\Twig\\TranslatorRuntime' => ['privates', 'Roothirsch\\CoreBundle\\Translation\\Twig\\TranslatorRuntime', 'getTranslatorRuntimeService', true],
  1256. 'App\\Twig\\AppRuntime' => ['privates', 'App\\Twig\\AppRuntime', 'getAppRuntimeService', true],
  1257. 'App\\Twig\\ShopRuntime' => ['privates', 'App\\Twig\\ShopRuntime', 'getShopRuntimeService', true],
  1258. 'Symfony\\Bridge\\Twig\\Extension\\CsrfRuntime' => ['privates', 'twig.runtime.security_csrf', 'getTwig_Runtime_SecurityCsrfService', true],
  1259. 'Symfony\\Bridge\\Twig\\Extension\\HttpKernelRuntime' => ['privates', 'twig.runtime.httpkernel', 'getTwig_Runtime_HttpkernelService', true],
  1260. 'Symfony\\Bridge\\Twig\\Extension\\SerializerRuntime' => ['privates', 'twig.runtime.serializer', 'getTwig_Runtime_SerializerService', true],
  1261. 'Symfony\\Component\\Form\\FormRenderer' => ['privates', 'twig.form.renderer', 'getTwig_Form_RendererService', true],
  1262. 'Vich\\UploaderBundle\\Twig\\Extension\\UploaderExtensionRuntime' => ['privates', 'Vich\\UploaderBundle\\Twig\\Extension\\UploaderExtensionRuntime', 'getUploaderExtensionRuntimeService', true],
  1263. ], [
  1264. 'Roothirsch\\CoreBundle\\Translation\\Twig\\TranslatorRuntime' => '?',
  1265. 'App\\Twig\\AppRuntime' => '?',
  1266. 'App\\Twig\\ShopRuntime' => '?',
  1267. 'Symfony\\Bridge\\Twig\\Extension\\CsrfRuntime' => '?',
  1268. 'Symfony\\Bridge\\Twig\\Extension\\HttpKernelRuntime' => '?',
  1269. 'Symfony\\Bridge\\Twig\\Extension\\SerializerRuntime' => '?',
  1270. 'Symfony\\Component\\Form\\FormRenderer' => '?',
  1271. 'Vich\\UploaderBundle\\Twig\\Extension\\UploaderExtensionRuntime' => '?',
  1272. ])));
  1273. $instance->addGlobal('languageProvider', new \Roothirsch\CoreBundle\Translation\LanguageProvider(($this->privates['Roothirsch\\CoreBundle\\Translation\\Repository\\LanguageRepository'] ?? $this->getLanguageRepositoryService())));
  1274. $instance->addGlobal('site', ($this->privates['Roothirsch\\CoreBundle\\Site\\SiteProvider'] ?? $this->getSiteProviderService()));
  1275. $instance->addGlobal('features', new \Roothirsch\CoreBundle\FeatureFlag\FeaturesProvider($j, ($this->services['kernel'] ?? $this->get('kernel', 1))));
  1276. $instance->registerUndefinedFilterCallback([0 => $l, 1 => 'suggestFilter']);
  1277. $instance->registerUndefinedFunctionCallback([0 => $l, 1 => 'suggestFunction']);
  1278. $instance->registerUndefinedTokenParserCallback([0 => $l, 1 => 'suggestTag']);
  1279. (new \Symfony\Bundle\TwigBundle\DependencyInjection\Configurator\EnvironmentConfigurator('F j, Y H:i', '%d days', NULL, 0, '.', ','))->configure($instance);
  1280. return $instance;
  1281. }
  1282. /**
  1283. * Gets the public '.container.private.validator' shared service.
  1284. *
  1285. * @return \Symfony\Component\Validator\Validator\TraceableValidator
  1286. */
  1287. protected function get_Container_Private_ValidatorService()
  1288. {
  1289. $a = ($this->privates['validator.builder'] ?? $this->getValidator_BuilderService());
  1290. if (isset($this->services['.container.private.validator'])) {
  1291. return $this->services['.container.private.validator'];
  1292. }
  1293. return $this->services['.container.private.validator'] = new \Symfony\Component\Validator\Validator\TraceableValidator($a->getValidator());
  1294. }
  1295. /**
  1296. * Gets the public 'Roothirsch\DamBundle\Filter\FileAccessUserInjection' shared autowired service.
  1297. *
  1298. * @return \Roothirsch\DamBundle\Filter\FileAccessUserInjection
  1299. */
  1300. protected function getFileAccessUserInjectionService()
  1301. {
  1302. $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  1303. if (isset($this->services['Roothirsch\\DamBundle\\Filter\\FileAccessUserInjection'])) {
  1304. return $this->services['Roothirsch\\DamBundle\\Filter\\FileAccessUserInjection'];
  1305. }
  1306. $b = ($this->services['router'] ?? $this->getRouterService());
  1307. if (isset($this->services['Roothirsch\\DamBundle\\Filter\\FileAccessUserInjection'])) {
  1308. return $this->services['Roothirsch\\DamBundle\\Filter\\FileAccessUserInjection'];
  1309. }
  1310. 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()));
  1311. }
  1312. /**
  1313. * Gets the public 'Roothirsch\DamBundle\Filter\FileLocaleInjection' shared autowired service.
  1314. *
  1315. * @return \Roothirsch\DamBundle\Filter\FileLocaleInjection
  1316. */
  1317. protected function getFileLocaleInjectionService()
  1318. {
  1319. $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  1320. if (isset($this->services['Roothirsch\\DamBundle\\Filter\\FileLocaleInjection'])) {
  1321. return $this->services['Roothirsch\\DamBundle\\Filter\\FileLocaleInjection'];
  1322. }
  1323. 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()));
  1324. }
  1325. /**
  1326. * Gets the public 'Roothirsch\ShopBundle\Twig\ShopExtension' shared autowired service.
  1327. *
  1328. * @return \Roothirsch\ShopBundle\Twig\ShopExtension
  1329. */
  1330. protected function getShopExtensionService()
  1331. {
  1332. return $this->services['Roothirsch\\ShopBundle\\Twig\\ShopExtension'] = new \Roothirsch\ShopBundle\Twig\ShopExtension();
  1333. }
  1334. /**
  1335. * Gets the public 'cache.app' shared service.
  1336. *
  1337. * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1338. */
  1339. protected function getCache_AppService()
  1340. {
  1341. $a = new \Symfony\Component\Cache\Adapter\FilesystemAdapter('AtvUFpBe0C', 0, ($this->targetDir.''.'/pools/app'), new \Symfony\Component\Cache\Marshaller\DefaultMarshaller(NULL, true));
  1342. $a->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  1343. return $this->services['cache.app'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter($a);
  1344. }
  1345. /**
  1346. * Gets the public 'cache.system' shared service.
  1347. *
  1348. * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1349. */
  1350. protected function getCache_SystemService()
  1351. {
  1352. return $this->services['cache.system'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('GmGNKMzseq', 0, $this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  1353. }
  1354. /**
  1355. * Gets the public 'cache.validator_expression_language' shared service.
  1356. *
  1357. * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1358. */
  1359. protected function getCache_ValidatorExpressionLanguageService()
  1360. {
  1361. return $this->services['cache.validator_expression_language'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('KgQB-L2htc', 0, $this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  1362. }
  1363. /**
  1364. * Gets the public 'data_collector.dump' shared service.
  1365. *
  1366. * @return \Symfony\Component\HttpKernel\DataCollector\DumpDataCollector
  1367. */
  1368. protected function getDataCollector_DumpService()
  1369. {
  1370. 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()));
  1371. }
  1372. /**
  1373. * Gets the public 'doctrine' shared service.
  1374. *
  1375. * @return \Doctrine\Bundle\DoctrineBundle\Registry
  1376. */
  1377. protected function getDoctrineService()
  1378. {
  1379. return $this->services['doctrine'] = new \Doctrine\Bundle\DoctrineBundle\Registry($this, $this->parameters['doctrine.connections'], $this->parameters['doctrine.entity_managers'], 'default', 'default');
  1380. }
  1381. /**
  1382. * Gets the public 'doctrine.dbal.default_connection' shared service.
  1383. *
  1384. * @return \Doctrine\DBAL\Connection
  1385. */
  1386. protected function getDoctrine_Dbal_DefaultConnectionService()
  1387. {
  1388. $a = ($this->privates['doctrine.dbal.default_connection.event_manager'] ?? $this->getDoctrine_Dbal_DefaultConnection_EventManagerService());
  1389. if (isset($this->services['doctrine.dbal.default_connection'])) {
  1390. return $this->services['doctrine.dbal.default_connection'];
  1391. }
  1392. $b = new \Doctrine\DBAL\Configuration();
  1393. $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))));
  1394. $c->setConnectionName('default');
  1395. $b->setSchemaManagerFactory(($this->privates['doctrine.dbal.legacy_schema_manager_factory'] ?? ($this->privates['doctrine.dbal.legacy_schema_manager_factory'] = new \Doctrine\DBAL\Schema\LegacySchemaManagerFactory())));
  1396. $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')))]));
  1397. $b->setMiddlewares([0 => new \Doctrine\DBAL\Logging\Middleware(($this->privates['monolog.logger.doctrine'] ?? $this->getMonolog_Logger_DoctrineService())), 1 => $c]);
  1398. 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' => '5.2', 'defaultTableOptions' => ['charset' => 'utf8', 'collate' => 'utf8_unicode_ci']], $b, $a, []);
  1399. }
  1400. /**
  1401. * Gets the public 'doctrine.dbal.my_brunex_connection' shared service.
  1402. *
  1403. * @return \Doctrine\DBAL\Connection
  1404. */
  1405. protected function getDoctrine_Dbal_MyBrunexConnectionService()
  1406. {
  1407. $a = ($this->privates['doctrine.dbal.my_brunex_connection.event_manager'] ?? $this->getDoctrine_Dbal_MyBrunexConnection_EventManagerService());
  1408. if (isset($this->services['doctrine.dbal.my_brunex_connection'])) {
  1409. return $this->services['doctrine.dbal.my_brunex_connection'];
  1410. }
  1411. $b = new \Doctrine\DBAL\Configuration();
  1412. $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))));
  1413. $c->setConnectionName('my_brunex');
  1414. $b->setSchemaManagerFactory(($this->privates['doctrine.dbal.legacy_schema_manager_factory'] ?? ($this->privates['doctrine.dbal.legacy_schema_manager_factory'] = new \Doctrine\DBAL\Schema\LegacySchemaManagerFactory())));
  1415. $b->setMiddlewares([0 => new \Doctrine\DBAL\Logging\Middleware(($this->privates['monolog.logger.doctrine'] ?? $this->getMonolog_Logger_DoctrineService())), 1 => $c]);
  1416. 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' => '5.7', 'defaultTableOptions' => []], $b, $a, []);
  1417. }
  1418. /**
  1419. * Gets the public 'doctrine.orm.default_entity_manager' shared service.
  1420. *
  1421. * @return \Doctrine\ORM\EntityManager
  1422. */
  1423. protected function getDoctrine_Orm_DefaultEntityManagerService($lazyLoad = true)
  1424. {
  1425. $a = ($this->services['doctrine.dbal.default_connection'] ?? $this->getDoctrine_Dbal_DefaultConnectionService());
  1426. if (isset($this->services['doctrine.orm.default_entity_manager'])) {
  1427. return $this->services['doctrine.orm.default_entity_manager'];
  1428. }
  1429. $b = ($this->privates['doctrine.orm.container_repository_factory'] ?? $this->getDoctrine_Orm_ContainerRepositoryFactoryService());
  1430. if (isset($this->services['doctrine.orm.default_entity_manager'])) {
  1431. return $this->services['doctrine.orm.default_entity_manager'];
  1432. }
  1433. $c = ($this->privates['doctrine.dbal.default_connection.event_manager'] ?? $this->getDoctrine_Dbal_DefaultConnection_EventManagerService());
  1434. if (isset($this->services['doctrine.orm.default_entity_manager'])) {
  1435. return $this->services['doctrine.orm.default_entity_manager'];
  1436. }
  1437. $d = new \Doctrine\ORM\Configuration();
  1438. $e = new \Doctrine\Persistence\Mapping\Driver\MappingDriverChain();
  1439. $f = ($this->privates['doctrine.orm.default_annotation_metadata_driver'] ?? $this->getDoctrine_Orm_DefaultAnnotationMetadataDriverService());
  1440. $e->addDriver($f, 'App\\Entity\\');
  1441. $e->addDriver($f, 'Gedmo\\Translatable\\Entity');
  1442. $e->addDriver($f, 'Gedmo\\Translator\\Entity');
  1443. $e->addDriver($f, 'Gedmo\\Loggable\\Entity');
  1444. $e->addDriver($f, 'Gedmo\\Tree\\Entity');
  1445. $e->addDriver($f, 'Roothirsch\\CoreBundle\\Entity');
  1446. $e->addDriver($f, 'Roothirsch\\CoreBundle\\FeatureFlag\\Entity');
  1447. $e->addDriver($f, 'Roothirsch\\CoreBundle\\Menu\\Entity');
  1448. $e->addDriver($f, 'Roothirsch\\CoreBundle\\Site\\Entity');
  1449. $e->addDriver($f, 'Roothirsch\\CoreBundle\\Translation\\Entity');
  1450. $e->addDriver($f, 'Roothirsch\\PimBundle\\Entity');
  1451. $e->addDriver($f, 'Roothirsch\\DamBundle\\Entity');
  1452. $e->addDriver($f, 'Roothirsch\\ShopBundle\\Entity');
  1453. $e->addDriver($f, 'Roothirsch\\NotificationBundle\\Entity');
  1454. $e->addDriver($f, 'Roothirsch\\DeliveryTimeEstimatorBundle\\Entity');
  1455. $e->addDriver(($this->privates['doctrine.orm.default_xml_metadata_driver'] ?? $this->getDoctrine_Orm_DefaultXmlMetadataDriverService()), 'Vich\\UploaderBundle\\Entity');
  1456. $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']);
  1457. $d->setMetadataCache(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  1458. $d->setQueryCache(($this->privates['cache.doctrine.orm.default.query'] ?? $this->getCache_Doctrine_Orm_Default_QueryService()));
  1459. $d->setResultCache(($this->privates['cache.doctrine.orm.default.result'] ?? $this->getCache_Doctrine_Orm_Default_ResultService()));
  1460. $d->setMetadataDriverImpl(new \Doctrine\Bundle\DoctrineBundle\Mapping\MappingDriver($e, ($this->privates['.service_locator.KLVvNIq'] ?? $this->get_ServiceLocator_KLVvNIqService())));
  1461. $d->setProxyDir(($this->targetDir.''.'/doctrine/orm/Proxies'));
  1462. $d->setProxyNamespace('Proxies');
  1463. $d->setAutoGenerateProxyClasses(true);
  1464. $d->setSchemaIgnoreClasses([]);
  1465. $d->setClassMetadataFactoryName('Doctrine\\Bundle\\DoctrineBundle\\Mapping\\ClassMetadataFactory');
  1466. $d->setDefaultRepositoryClassName('Doctrine\\ORM\\EntityRepository');
  1467. $d->setNamingStrategy(new \Doctrine\ORM\Mapping\UnderscoreNamingStrategy());
  1468. $d->setQuoteStrategy(($this->privates['doctrine.orm.quote_strategy.default'] ?? ($this->privates['doctrine.orm.quote_strategy.default'] = new \Doctrine\ORM\Mapping\DefaultQuoteStrategy())));
  1469. $d->setTypedFieldMapper(($this->privates['doctrine.orm.typed_field_mapper.default'] ?? ($this->privates['doctrine.orm.typed_field_mapper.default'] = new \Doctrine\ORM\Mapping\DefaultTypedFieldMapper())));
  1470. $d->setEntityListenerResolver(new \Doctrine\Bundle\DoctrineBundle\Mapping\ContainerEntityListenerResolver($this));
  1471. $d->setLazyGhostObjectEnabled(false);
  1472. $d->setIdentityGenerationPreferences([]);
  1473. $d->setRepositoryFactory($b);
  1474. $d->addFilter('softdeleteable', 'Gedmo\\SoftDeleteable\\Filter\\SoftDeleteableFilter');
  1475. $d->addFilter('user_aware_filter', 'Roothirsch\\CoreBundle\\UserAware\\UserAwareSqlFilter');
  1476. $d->addFilter('file_access_filter', 'Roothirsch\\DamBundle\\Filter\\FileAccessSqlFilter');
  1477. $d->addFilter('file_locale_filter', 'Roothirsch\\DamBundle\\Filter\\FileLocaleSqlFilter');
  1478. $this->services['doctrine.orm.default_entity_manager'] = $instance = new \Doctrine\ORM\EntityManager($a, $d, $c);
  1479. (new \Doctrine\Bundle\DoctrineBundle\ManagerConfigurator([0 => 'softdeleteable', 1 => 'user_aware_filter', 2 => 'file_access_filter', 3 => 'file_locale_filter'], []))->configure($instance);
  1480. return $instance;
  1481. }
  1482. /**
  1483. * Gets the public 'doctrine.orm.my_brunex_entity_manager' shared service.
  1484. *
  1485. * @return \Doctrine\ORM\EntityManager
  1486. */
  1487. protected function getDoctrine_Orm_MyBrunexEntityManagerService($lazyLoad = true)
  1488. {
  1489. $a = ($this->services['doctrine.dbal.my_brunex_connection'] ?? $this->getDoctrine_Dbal_MyBrunexConnectionService());
  1490. if (isset($this->services['doctrine.orm.my_brunex_entity_manager'])) {
  1491. return $this->services['doctrine.orm.my_brunex_entity_manager'];
  1492. }
  1493. $b = ($this->privates['doctrine.dbal.my_brunex_connection.event_manager'] ?? $this->getDoctrine_Dbal_MyBrunexConnection_EventManagerService());
  1494. if (isset($this->services['doctrine.orm.my_brunex_entity_manager'])) {
  1495. return $this->services['doctrine.orm.my_brunex_entity_manager'];
  1496. }
  1497. $c = new \Doctrine\ORM\Configuration();
  1498. $c->setEntityNamespaces([]);
  1499. $c->setMetadataCache(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  1500. $c->setQueryCache(($this->privates['cache.doctrine.orm.my_brunex.query'] ?? $this->getCache_Doctrine_Orm_MyBrunex_QueryService()));
  1501. $c->setResultCache(($this->privates['cache.doctrine.orm.my_brunex.result'] ?? $this->getCache_Doctrine_Orm_MyBrunex_ResultService()));
  1502. $c->setMetadataDriverImpl(new \Doctrine\Bundle\DoctrineBundle\Mapping\MappingDriver(new \Doctrine\Persistence\Mapping\Driver\MappingDriverChain(), ($this->privates['.service_locator.KLVvNIq'] ?? $this->get_ServiceLocator_KLVvNIqService())));
  1503. $c->setProxyDir(($this->targetDir.''.'/doctrine/orm/Proxies'));
  1504. $c->setProxyNamespace('Proxies');
  1505. $c->setAutoGenerateProxyClasses(true);
  1506. $c->setSchemaIgnoreClasses([]);
  1507. $c->setClassMetadataFactoryName('Doctrine\\Bundle\\DoctrineBundle\\Mapping\\ClassMetadataFactory');
  1508. $c->setDefaultRepositoryClassName('Doctrine\\ORM\\EntityRepository');
  1509. $c->setNamingStrategy(new \Doctrine\ORM\Mapping\DefaultNamingStrategy());
  1510. $c->setQuoteStrategy(($this->privates['doctrine.orm.quote_strategy.default'] ?? ($this->privates['doctrine.orm.quote_strategy.default'] = new \Doctrine\ORM\Mapping\DefaultQuoteStrategy())));
  1511. $c->setTypedFieldMapper(($this->privates['doctrine.orm.typed_field_mapper.default'] ?? ($this->privates['doctrine.orm.typed_field_mapper.default'] = new \Doctrine\ORM\Mapping\DefaultTypedFieldMapper())));
  1512. $c->setEntityListenerResolver(new \Doctrine\Bundle\DoctrineBundle\Mapping\ContainerEntityListenerResolver($this));
  1513. $c->setLazyGhostObjectEnabled(false);
  1514. $c->setIdentityGenerationPreferences([]);
  1515. $c->setRepositoryFactory(($this->privates['doctrine.orm.container_repository_factory'] ?? $this->getDoctrine_Orm_ContainerRepositoryFactoryService()));
  1516. $this->services['doctrine.orm.my_brunex_entity_manager'] = $instance = new \Doctrine\ORM\EntityManager($a, $c, $b);
  1517. (new \Doctrine\Bundle\DoctrineBundle\ManagerConfigurator([], []))->configure($instance);
  1518. return $instance;
  1519. }
  1520. /**
  1521. * Gets the public 'event_dispatcher' shared service.
  1522. *
  1523. * @return \Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher
  1524. */
  1525. protected function getEventDispatcherService()
  1526. {
  1527. $a = new \Symfony\Bridge\Monolog\Logger('event');
  1528. $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1529. $a->pushHandler(new \Monolog\Handler\NullHandler());
  1530. \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  1531. $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())));
  1532. $instance->addListener('kernel.request', [0 => function () {
  1533. return ($this->privates['Roothirsch\\CoreBundle\\EventListener\\LocaleEventListener'] ?? ($this->privates['Roothirsch\\CoreBundle\\EventListener\\LocaleEventListener'] = new \Roothirsch\CoreBundle\EventListener\LocaleEventListener()));
  1534. }, 1 => 'onKernelRequest'], 0);
  1535. $instance->addListener('kernel.request', [0 => function () {
  1536. return ($this->privates['Roothirsch\\CoreBundle\\Security\\EventListener\\CheckUserListener'] ?? $this->getCheckUserListenerService());
  1537. }, 1 => 'onKernelRequest'], 0);
  1538. $instance->addListener('kernel.response', [0 => function () {
  1539. return ($this->privates['Roothirsch\\CoreBundle\\Security\\TokenCookieListener'] ?? $this->getTokenCookieListenerService());
  1540. }, 1 => 'onAuthenticationSuccessEvent'], 0);
  1541. $instance->addListener('kernel.controller', [0 => function () {
  1542. return ($this->privates['data_collector.router'] ?? ($this->privates['data_collector.router'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector()));
  1543. }, 1 => 'onKernelController'], 0);
  1544. $instance->addListener('kernel.request', [0 => function () {
  1545. return ($this->privates['nelmio_cors.cors_listener'] ?? $this->getNelmioCors_CorsListenerService());
  1546. }, 1 => 'onKernelRequest'], 250);
  1547. $instance->addListener('kernel.response', [0 => function () {
  1548. return ($this->privates['nelmio_cors.cors_listener'] ?? $this->getNelmioCors_CorsListenerService());
  1549. }, 1 => 'onKernelResponse'], 0);
  1550. $instance->addListener('kernel.response', [0 => function () {
  1551. return ($this->privates['nelmio_cors.cacheable_response_vary_listener'] ?? ($this->privates['nelmio_cors.cacheable_response_vary_listener'] = new \Nelmio\CorsBundle\EventListener\CacheableResponseVaryListener()));
  1552. }, 1 => 'onResponse'], -10);
  1553. $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [0 => function () {
  1554. return ($this->privates['security.listener.user_provider'] ?? $this->load('getSecurity_Listener_UserProviderService'));
  1555. }, 1 => 'checkPassport'], 1024);
  1556. $instance->addListener('kernel.response', [0 => function () {
  1557. return ($this->privates['security.context_listener.0'] ?? $this->getSecurity_ContextListener_0Service());
  1558. }, 1 => 'onKernelResponse'], 0);
  1559. $instance->addListener('kernel.request', [0 => function () {
  1560. return ($this->privates['api_platform.listener.request.add_format'] ?? $this->getApiPlatform_Listener_Request_AddFormatService());
  1561. }, 1 => 'onKernelRequest'], 28);
  1562. $instance->addListener('kernel.request', [0 => function () {
  1563. return ($this->privates['api_platform.listener.request.deserialize'] ?? $this->getApiPlatform_Listener_Request_DeserializeService());
  1564. }, 1 => 'onKernelRequest'], 2);
  1565. $instance->addListener('kernel.view', [0 => function () {
  1566. return ($this->privates['api_platform.listener.view.serialize'] ?? $this->load('getApiPlatform_Listener_View_SerializeService'));
  1567. }, 1 => 'onKernelView'], 16);
  1568. $instance->addListener('kernel.view', [0 => function () {
  1569. return ($this->privates['api_platform.listener.view.respond'] ?? $this->load('getApiPlatform_Listener_View_RespondService'));
  1570. }, 1 => 'onKernelView'], 8);
  1571. $instance->addListener('kernel.exception', [0 => function () {
  1572. return ($this->privates['api_platform.listener.exception.validation'] ?? $this->load('getApiPlatform_Listener_Exception_ValidationService'));
  1573. }, 1 => 'onKernelException'], 0);
  1574. $instance->addListener('kernel.exception', [0 => function () {
  1575. return ($this->privates['api_platform.listener.exception'] ?? $this->load('getApiPlatform_Listener_ExceptionService'));
  1576. }, 1 => 'onKernelException'], -96);
  1577. $instance->addListener('kernel.view', [0 => function () {
  1578. return ($this->privates['api_platform.listener.view.write.legacy'] ?? $this->load('getApiPlatform_Listener_View_Write_LegacyService'));
  1579. }, 1 => 'onKernelView'], 32);
  1580. $instance->addListener('kernel.request', [0 => function () {
  1581. return ($this->privates['api_platform.listener.request.read.legacy'] ?? $this->getApiPlatform_Listener_Request_Read_LegacyService());
  1582. }, 1 => 'onKernelRequest'], 4);
  1583. $instance->addListener('kernel.request', [0 => function () {
  1584. return ($this->privates['api_platform.swagger.listener.ui'] ?? ($this->privates['api_platform.swagger.listener.ui'] = new \ApiPlatform\Symfony\Bundle\EventListener\SwaggerUiListener()));
  1585. }, 1 => 'onKernelRequest'], 0);
  1586. $instance->addListener('kernel.response', [0 => function () {
  1587. return ($this->privates['api_platform.hydra.listener.response.add_link_header'] ?? $this->getApiPlatform_Hydra_Listener_Response_AddLinkHeaderService());
  1588. }, 1 => 'onKernelResponse'], 0);
  1589. $instance->addListener('kernel.response', [0 => function () {
  1590. return ($this->privates['api_platform.http_cache.listener.response.configure'] ?? $this->getApiPlatform_HttpCache_Listener_Response_ConfigureService());
  1591. }, 1 => 'onKernelResponse'], -1);
  1592. $instance->addListener('kernel.view', [0 => function () {
  1593. return ($this->privates['api_platform.listener.view.validate'] ?? $this->load('getApiPlatform_Listener_View_ValidateService'));
  1594. }, 1 => 'onKernelView'], 64);
  1595. $instance->addListener('kernel.request', [0 => function () {
  1596. return ($this->privates['api_platform.listener.view.validate_query_parameters'] ?? $this->getApiPlatform_Listener_View_ValidateQueryParametersService());
  1597. }, 1 => 'onKernelRequest'], 16);
  1598. $instance->addListener('kernel.request', [0 => function () {
  1599. return ($this->privates['api_platform.security.listener.request.deny_access'] ?? $this->getApiPlatform_Security_Listener_Request_DenyAccessService());
  1600. }, 1 => 'onSecurity'], 3);
  1601. $instance->addListener('kernel.request', [0 => function () {
  1602. return ($this->privates['api_platform.security.listener.request.deny_access'] ?? $this->getApiPlatform_Security_Listener_Request_DenyAccessService());
  1603. }, 1 => 'onSecurityPostDenormalize'], 1);
  1604. $instance->addListener('kernel.view', [0 => function () {
  1605. return ($this->privates['api_platform.security.listener.request.deny_access'] ?? $this->getApiPlatform_Security_Listener_Request_DenyAccessService());
  1606. }, 1 => 'onSecurityPostValidation'], 63);
  1607. $instance->addListener('console.command', [0 => function () {
  1608. return ($this->privates['doctrine_migrations.schema_filter_listener'] ?? ($this->privates['doctrine_migrations.schema_filter_listener'] = new \Doctrine\Bundle\MigrationsBundle\EventListener\SchemaFilterListener('migration_versions')));
  1609. }, 1 => 'onConsoleCommand'], 0);
  1610. $instance->addListener('kernel.exception', [0 => function () {
  1611. return ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\EventListener\\ExceptionListener'] ?? $this->load('getExceptionListenerService'));
  1612. }, 1 => 'onKernelException'], -64);
  1613. $instance->addListener('kernel.view', [0 => function () {
  1614. return ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\EventListener\\CrudResponseListener'] ?? $this->load('getCrudResponseListenerService'));
  1615. }, 1 => 'onKernelView'], 0);
  1616. $instance->addListener('kernel.exception', [0 => function () {
  1617. return ($this->privates['webpack_encore.exception_listener'] ?? $this->load('getWebpackEncore_ExceptionListenerService'));
  1618. }, 1 => 'onKernelException'], 0);
  1619. $instance->addListener('form.pre_set_data', [0 => function () {
  1620. return ($this->privates['Roothirsch\\CoreBundle\\Behaviors\\Attributable\\EventSubscriber\\AttributeInjectorEventSubscriber'] ?? $this->load('getAttributeInjectorEventSubscriberService'));
  1621. }, 1 => 'buildForm'], 0);
  1622. $instance->addListener('EasyCorp\\Bundle\\EasyAdminBundle\\Event\\AfterCrudActionEvent', [0 => function () {
  1623. return ($this->privates['Roothirsch\\CoreBundle\\Behaviors\\DragDropSortable\\DragDropSortableSubscriber'] ?? $this->load('getDragDropSortableSubscriberService'));
  1624. }, 1 => 'processGroups'], 0);
  1625. $instance->addListener('form.pre_set_data', [0 => function () {
  1626. return ($this->privates['Roothirsch\\CoreBundle\\Behaviors\\Translatable\\TranslatableFormSubscriber'] ?? $this->load('getTranslatableFormSubscriberService'));
  1627. }, 1 => 'preSetData'], 0);
  1628. $instance->addListener('form.post_submit', [0 => function () {
  1629. return ($this->privates['Roothirsch\\CoreBundle\\Behaviors\\Translatable\\TranslatableFormSubscriber'] ?? $this->load('getTranslatableFormSubscriberService'));
  1630. }, 1 => 'postSubmit'], 0);
  1631. $instance->addListener('kernel.view', [0 => function () {
  1632. return ($this->privates['Roothirsch\\CoreBundle\\EventSubscriber\\FeatureSubscriber'] ?? $this->load('getFeatureSubscriberService'));
  1633. }, 1 => 'load'], 17);
  1634. $instance->addListener('kernel.request', [0 => function () {
  1635. return ($this->privates['Roothirsch\\CoreBundle\\EventSubscriber\\UserReadSubscriber'] ?? $this->getUserReadSubscriberService());
  1636. }, 1 => 'load'], 5);
  1637. $instance->addListener('kernel.view', [0 => function () {
  1638. return ($this->privates['Roothirsch\\CoreBundle\\EventSubscriber\\UserWriteSubscriber'] ?? $this->load('getUserWriteSubscriberService'));
  1639. }, 1 => 'validate'], 63);
  1640. $instance->addListener('kernel.request', [0 => function () {
  1641. return ($this->privates['Roothirsch\\CoreBundle\\Site\\TemplatePathInjection'] ?? $this->getTemplatePathInjectionService());
  1642. }, 1 => 'onKernelRequest'], 5);
  1643. $instance->addListener('kernel.request', [0 => function () {
  1644. return ($this->privates['Roothirsch\\CoreBundle\\Translation\\EventSubscriber\\TranslationScopeReadSubscriber'] ?? $this->getTranslationScopeReadSubscriberService());
  1645. }, 1 => 'handle'], 5);
  1646. $instance->addListener('kernel.request', [0 => function () {
  1647. return ($this->privates['Roothirsch\\CoreBundle\\UserAware\\UserDetection'] ?? $this->getUserDetectionService());
  1648. }, 1 => 'onKernelRequest'], 5);
  1649. $instance->addListener('kernel.view', [0 => function () {
  1650. return ($this->services['Roothirsch\\DamBundle\\EventSubscriber\\AssetToggleFavoriteSubscriber'] ?? $this->load('getAssetToggleFavoriteSubscriberService'));
  1651. }, 1 => 'validate'], 63);
  1652. $instance->addListener('kernel.request', [0 => function () {
  1653. return ($this->services['Roothirsch\\DamBundle\\Filter\\FileAccessUserInjection'] ?? $this->getFileAccessUserInjectionService());
  1654. }, 1 => 'onKernelRequest'], 5);
  1655. $instance->addListener('kernel.request', [0 => function () {
  1656. return ($this->services['Roothirsch\\DamBundle\\Filter\\FileLocaleInjection'] ?? $this->getFileLocaleInjectionService());
  1657. }, 1 => 'onKernelRequest'], 5);
  1658. $instance->addListener('kernel.view', [0 => function () {
  1659. return ($this->services['Roothirsch\\ShopBundle\\EventSubscriber\\Api\\EstimateAddressSubscriber'] ?? $this->load('getEstimateAddressSubscriberService'));
  1660. }, 1 => 'validate'], 65);
  1661. $instance->addListener('kernel.view', [0 => function () {
  1662. return ($this->services['Roothirsch\\ShopBundle\\EventSubscriber\\Api\\EstimateDistributorSubscriber'] ?? $this->load('getEstimateDistributorSubscriberService'));
  1663. }, 1 => 'validate'], 65);
  1664. $instance->addListener('kernel.view', [0 => function () {
  1665. return ($this->services['Roothirsch\\ShopBundle\\EventSubscriber\\Api\\EstimateDuplicateSubscriber'] ?? $this->load('getEstimateDuplicateSubscriberService'));
  1666. }, 1 => 'validate'], 65);
  1667. $instance->addListener('kernel.view', [0 => function () {
  1668. return ($this->services['Roothirsch\\ShopBundle\\EventSubscriber\\Api\\EstimateOrderSubscriber'] ?? $this->load('getEstimateOrderSubscriberService'));
  1669. }, 1 => 'validate'], 63);
  1670. $instance->addListener('kernel.view', [0 => function () {
  1671. return ($this->services['Roothirsch\\ShopBundle\\EventSubscriber\\Api\\EstimateOwnerSubscriber'] ?? $this->load('getEstimateOwnerSubscriberService'));
  1672. }, 1 => 'validate'], 65);
  1673. $instance->addListener('EasyCorp\\Bundle\\EasyAdminBundle\\Event\\BeforeCrudActionEvent', [0 => function () {
  1674. return ($this->privates['App\\EventListener\\ContactPersonDeleteListener'] ?? $this->load('getContactPersonDeleteListenerService'));
  1675. }, 1 => 'check'], 0);
  1676. $instance->addListener('core.registration.token_created', [0 => function () {
  1677. return ($this->privates['App\\EventListener\\RegistrationListener'] ?? $this->load('getRegistrationListenerService'));
  1678. }, 1 => 'onTokenCreatedEvent'], 0);
  1679. $instance->addListener('core.registration.completed', [0 => function () {
  1680. return ($this->privates['App\\EventListener\\RegistrationListener'] ?? $this->load('getRegistrationListenerService'));
  1681. }, 1 => 'onRegistrationCompletedEvent'], 0);
  1682. $instance->addListener('kernel.view', [0 => function () {
  1683. return ($this->privates['App\\EventSubscriber\\Api\\EstimateAddressSubscriber'] ?? $this->load('getEstimateAddressSubscriber2Service'));
  1684. }, 1 => 'validate'], 65);
  1685. $instance->addListener('kernel.view', [0 => function () {
  1686. return ($this->privates['App\\EventSubscriber\\Api\\EstimateDistributorSubscriber'] ?? $this->load('getEstimateDistributorSubscriber2Service'));
  1687. }, 1 => 'validate'], 65);
  1688. $instance->addListener('kernel.view', [0 => function () {
  1689. return ($this->privates['App\\EventSubscriber\\Api\\EstimateDuplicateSubscriber'] ?? $this->load('getEstimateDuplicateSubscriber2Service'));
  1690. }, 1 => 'validate'], 65);
  1691. $instance->addListener('kernel.view', [0 => function () {
  1692. return ($this->privates['App\\EventSubscriber\\Api\\EstimateOrderSubscriber'] ?? $this->load('getEstimateOrderSubscriber2Service'));
  1693. }, 1 => 'validate'], 63);
  1694. $instance->addListener('kernel.view', [0 => function () {
  1695. return ($this->privates['App\\EventSubscriber\\Api\\EstimateOwnerSubscriber'] ?? $this->load('getEstimateOwnerSubscriber2Service'));
  1696. }, 1 => 'validate'], 65);
  1697. $instance->addListener('kernel.view', [0 => function () {
  1698. return ($this->privates['App\\EventSubscriber\\Api\\UploadSubscriber'] ?? ($this->privates['App\\EventSubscriber\\Api\\UploadSubscriber'] = new \App\EventSubscriber\Api\UploadSubscriber($this, $this->targetDir.'')));
  1699. }, 1 => 'PRE_WRITE'], 33);
  1700. $instance->addListener('tus-server.upload.complete', [0 => function () {
  1701. return ($this->privates['App\\Tus\\EventListener\\TusListener'] ?? $this->load('getTusListenerService'));
  1702. }, 1 => 'onComplete'], 0);
  1703. $instance->addListener('kernel.response', [0 => function () {
  1704. return ($this->privates['response_listener'] ?? ($this->privates['response_listener'] = new \Symfony\Component\HttpKernel\EventListener\ResponseListener('UTF-8', false)));
  1705. }, 1 => 'onKernelResponse'], 0);
  1706. $instance->addListener('kernel.response', [0 => function () {
  1707. return ($this->privates['streamed_response_listener'] ?? ($this->privates['streamed_response_listener'] = new \Symfony\Component\HttpKernel\EventListener\StreamedResponseListener()));
  1708. }, 1 => 'onKernelResponse'], -1024);
  1709. $instance->addListener('kernel.request', [0 => function () {
  1710. return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  1711. }, 1 => 'setDefaultLocale'], 100);
  1712. $instance->addListener('kernel.request', [0 => function () {
  1713. return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  1714. }, 1 => 'onKernelRequest'], 16);
  1715. $instance->addListener('kernel.finish_request', [0 => function () {
  1716. return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  1717. }, 1 => 'onKernelFinishRequest'], 0);
  1718. $instance->addListener('kernel.request', [0 => function () {
  1719. return ($this->privates['validate_request_listener'] ?? ($this->privates['validate_request_listener'] = new \Symfony\Component\HttpKernel\EventListener\ValidateRequestListener()));
  1720. }, 1 => 'onKernelRequest'], 256);
  1721. $instance->addListener('kernel.response', [0 => function () {
  1722. return ($this->privates['disallow_search_engine_index_response_listener'] ?? ($this->privates['disallow_search_engine_index_response_listener'] = new \Symfony\Component\HttpKernel\EventListener\DisallowRobotsIndexingListener()));
  1723. }, 1 => 'onResponse'], -255);
  1724. $instance->addListener('kernel.controller_arguments', [0 => function () {
  1725. return ($this->privates['exception_listener'] ?? $this->getExceptionListener2Service());
  1726. }, 1 => 'onControllerArguments'], 0);
  1727. $instance->addListener('kernel.exception', [0 => function () {
  1728. return ($this->privates['exception_listener'] ?? $this->getExceptionListener2Service());
  1729. }, 1 => 'logKernelException'], 0);
  1730. $instance->addListener('kernel.exception', [0 => function () {
  1731. return ($this->privates['exception_listener'] ?? $this->getExceptionListener2Service());
  1732. }, 1 => 'onKernelException'], -128);
  1733. $instance->addListener('kernel.response', [0 => function () {
  1734. return ($this->privates['exception_listener'] ?? $this->getExceptionListener2Service());
  1735. }, 1 => 'removeCspHeader'], -128);
  1736. $instance->addListener('kernel.request', [0 => function () {
  1737. return ($this->privates['locale_aware_listener'] ?? $this->getLocaleAwareListenerService());
  1738. }, 1 => 'onKernelRequest'], 15);
  1739. $instance->addListener('kernel.finish_request', [0 => function () {
  1740. return ($this->privates['locale_aware_listener'] ?? $this->getLocaleAwareListenerService());
  1741. }, 1 => 'onKernelFinishRequest'], -15);
  1742. $instance->addListener('console.error', [0 => function () {
  1743. return ($this->privates['console.error_listener'] ?? $this->load('getConsole_ErrorListenerService'));
  1744. }, 1 => 'onConsoleError'], -128);
  1745. $instance->addListener('console.terminate', [0 => function () {
  1746. return ($this->privates['console.error_listener'] ?? $this->load('getConsole_ErrorListenerService'));
  1747. }, 1 => 'onConsoleTerminate'], -128);
  1748. $instance->addListener('console.error', [0 => function () {
  1749. return ($this->privates['console.suggest_missing_package_subscriber'] ?? ($this->privates['console.suggest_missing_package_subscriber'] = new \Symfony\Bundle\FrameworkBundle\EventListener\SuggestMissingPackageSubscriber()));
  1750. }, 1 => 'onConsoleError'], 0);
  1751. $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [0 => function () {
  1752. return ($this->privates['mailer.envelope_listener'] ?? ($this->privates['mailer.envelope_listener'] = new \Symfony\Component\Mailer\EventListener\EnvelopeListener($this->getEnv('site_setting:MAILER_FROM'), [])));
  1753. }, 1 => 'onMessage'], -255);
  1754. $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [0 => function () {
  1755. return ($this->privates['mailer.message_logger_listener'] ?? ($this->privates['mailer.message_logger_listener'] = new \Symfony\Component\Mailer\EventListener\MessageLoggerListener()));
  1756. }, 1 => 'onMessage'], -255);
  1757. $instance->addListener('kernel.request', [0 => function () {
  1758. return ($this->privates['debug.debug_handlers_listener'] ?? $this->getDebug_DebugHandlersListenerService());
  1759. }, 1 => 'configure'], 2048);
  1760. $instance->addListener('console.command', [0 => function () {
  1761. return ($this->privates['debug.debug_handlers_listener'] ?? $this->getDebug_DebugHandlersListenerService());
  1762. }, 1 => 'configure'], 2048);
  1763. $instance->addListener('kernel.request', [0 => function () {
  1764. return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  1765. }, 1 => 'onKernelRequest'], 32);
  1766. $instance->addListener('kernel.finish_request', [0 => function () {
  1767. return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  1768. }, 1 => 'onKernelFinishRequest'], 0);
  1769. $instance->addListener('kernel.exception', [0 => function () {
  1770. return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  1771. }, 1 => 'onKernelException'], -64);
  1772. $instance->addListener('kernel.response', [0 => function () {
  1773. return ($this->privates['web_link.add_link_header_listener'] ?? ($this->privates['web_link.add_link_header_listener'] = new \Symfony\Component\WebLink\EventListener\AddLinkHeaderListener()));
  1774. }, 1 => 'onKernelResponse'], 0);
  1775. $instance->addListener('kernel.request', [0 => function () {
  1776. return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  1777. }, 1 => 'onKernelRequest'], 128);
  1778. $instance->addListener('kernel.response', [0 => function () {
  1779. return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  1780. }, 1 => 'onKernelResponse'], -1000);
  1781. $instance->addListener('kernel.finish_request', [0 => function () {
  1782. return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  1783. }, 1 => 'onFinishRequest'], 0);
  1784. $instance->addListener('kernel.response', [0 => function () {
  1785. return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  1786. }, 1 => 'onKernelResponse'], -100);
  1787. $instance->addListener('kernel.exception', [0 => function () {
  1788. return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  1789. }, 1 => 'onKernelException'], 0);
  1790. $instance->addListener('kernel.terminate', [0 => function () {
  1791. return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  1792. }, 1 => 'onKernelTerminate'], -1024);
  1793. $instance->addListener('kernel.controller', [0 => function () {
  1794. return ($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService());
  1795. }, 1 => 'onKernelController'], 0);
  1796. $instance->addListener('kernel.response', [0 => function () {
  1797. return ($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService());
  1798. }, 1 => 'onKernelResponse'], 0);
  1799. $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [0 => function () {
  1800. return ($this->privates['twig.mailer.message_listener'] ?? $this->load('getTwig_Mailer_MessageListenerService'));
  1801. }, 1 => 'onMessage'], 0);
  1802. $instance->addListener('kernel.response', [0 => function () {
  1803. return ($this->privates['security.rememberme.response_listener'] ?? ($this->privates['security.rememberme.response_listener'] = new \Symfony\Component\Security\Http\RememberMe\ResponseListener()));
  1804. }, 1 => 'onKernelResponse'], 0);
  1805. $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [0 => function () {
  1806. return ($this->privates['security.listener.check_authenticator_credentials'] ?? $this->load('getSecurity_Listener_CheckAuthenticatorCredentialsService'));
  1807. }, 1 => 'checkPassport'], 0);
  1808. $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [0 => function () {
  1809. return ($this->privates['security.listener.password_migrating'] ?? $this->load('getSecurity_Listener_PasswordMigratingService'));
  1810. }, 1 => 'onLoginSuccess'], 0);
  1811. $instance->addListener('debug.security.authorization.vote', [0 => function () {
  1812. return ($this->privates['debug.security.voter.vote_listener'] ?? $this->load('getDebug_Security_Voter_VoteListenerService'));
  1813. }, 1 => 'onVoterVote'], 0);
  1814. $instance->addListener('kernel.request', [0 => function () {
  1815. return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  1816. }, 1 => 'configureLogoutUrlGenerator'], 8);
  1817. $instance->addListener('kernel.request', [0 => function () {
  1818. return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  1819. }, 1 => 'onKernelRequest'], 8);
  1820. $instance->addListener('kernel.finish_request', [0 => function () {
  1821. return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  1822. }, 1 => 'onKernelFinishRequest'], 0);
  1823. $instance->addListener('kernel.controller', [0 => function () {
  1824. return ($this->privates['sensio_framework_extra.controller.listener'] ?? $this->getSensioFrameworkExtra_Controller_ListenerService());
  1825. }, 1 => 'onKernelController'], 0);
  1826. $instance->addListener('kernel.controller', [0 => function () {
  1827. return ($this->privates['sensio_framework_extra.converter.listener'] ?? $this->getSensioFrameworkExtra_Converter_ListenerService());
  1828. }, 1 => 'onKernelController'], 0);
  1829. $instance->addListener('kernel.controller', [0 => function () {
  1830. return ($this->privates['sensio_framework_extra.view.listener'] ?? $this->getSensioFrameworkExtra_View_ListenerService());
  1831. }, 1 => 'onKernelController'], -128);
  1832. $instance->addListener('kernel.view', [0 => function () {
  1833. return ($this->privates['sensio_framework_extra.view.listener'] ?? $this->getSensioFrameworkExtra_View_ListenerService());
  1834. }, 1 => 'onKernelView'], 0);
  1835. $instance->addListener('kernel.controller', [0 => function () {
  1836. return ($this->privates['sensio_framework_extra.cache.listener'] ?? ($this->privates['sensio_framework_extra.cache.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener()));
  1837. }, 1 => 'onKernelController'], 0);
  1838. $instance->addListener('kernel.response', [0 => function () {
  1839. return ($this->privates['sensio_framework_extra.cache.listener'] ?? ($this->privates['sensio_framework_extra.cache.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener()));
  1840. }, 1 => 'onKernelResponse'], 0);
  1841. $instance->addListener('kernel.controller_arguments', [0 => function () {
  1842. return ($this->privates['sensio_framework_extra.security.listener'] ?? $this->getSensioFrameworkExtra_Security_ListenerService());
  1843. }, 1 => 'onKernelControllerArguments'], 0);
  1844. $instance->addListener('kernel.controller_arguments', [0 => function () {
  1845. return ($this->privates['framework_extra_bundle.event.is_granted'] ?? $this->getFrameworkExtraBundle_Event_IsGrantedService());
  1846. }, 1 => 'onKernelControllerArguments'], 0);
  1847. $instance->addListener('kernel.request', [0 => function () {
  1848. return ($this->privates['stof_doctrine_extensions.event_listener.locale'] ?? $this->getStofDoctrineExtensions_EventListener_LocaleService());
  1849. }, 1 => 'onKernelRequest'], 0);
  1850. $instance->addListener('kernel.response', [0 => function () {
  1851. return ($this->privates['web_profiler.debug_toolbar'] ?? $this->getWebProfiler_DebugToolbarService());
  1852. }, 1 => 'onKernelResponse'], -128);
  1853. $instance->addListener('console.command', [0 => function () {
  1854. return ($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService());
  1855. }, 1 => 'onCommand'], 255);
  1856. $instance->addListener('console.terminate', [0 => function () {
  1857. return ($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService());
  1858. }, 1 => 'onTerminate'], -255);
  1859. $instance->addListener('console.command', [0 => function () {
  1860. return ($this->privates['debug.dump_listener'] ?? $this->load('getDebug_DumpListenerService'));
  1861. }, 1 => 'configure'], 1024);
  1862. $instance->addListener('console.error', [0 => function () {
  1863. return ($this->privates['maker.console_error_listener'] ?? ($this->privates['maker.console_error_listener'] = new \Symfony\Bundle\MakerBundle\Event\ConsoleErrorSubscriber()));
  1864. }, 1 => 'onConsoleError'], 0);
  1865. $instance->addListener('console.terminate', [0 => function () {
  1866. return ($this->privates['maker.console_error_listener'] ?? ($this->privates['maker.console_error_listener'] = new \Symfony\Bundle\MakerBundle\Event\ConsoleErrorSubscriber()));
  1867. }, 1 => 'onConsoleTerminate'], 0);
  1868. $instance->addListener('kernel.controller', [0 => function () {
  1869. return ($this->services['flagception.listener.routing_metadata_subscriber'] ?? $this->getFlagception_Listener_RoutingMetadataSubscriberService());
  1870. }, 1 => 'onKernelController'], 0);
  1871. $instance->addListener('kernel.request', [0 => function () {
  1872. return ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\EventListener\\AdminRouterSubscriber'] ?? $this->getAdminRouterSubscriberService());
  1873. }, 1 => 'onKernelRequest'], 0);
  1874. $instance->addListener('kernel.controller', [0 => function () {
  1875. return ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\EventListener\\AdminRouterSubscriber'] ?? $this->getAdminRouterSubscriberService());
  1876. }, 1 => 'onKernelController'], 128);
  1877. $instance->addListener('kernel.finish_request', [0 => function () {
  1878. return ($this->privates['Symfony\\WebpackEncoreBundle\\EventListener\\ResetAssetsEventListener'] ?? $this->getResetAssetsEventListenerService());
  1879. }, 1 => 'resetAssets'], 0);
  1880. $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [0 => function () {
  1881. return ($this->privates['security.listener.csrf_protection'] ?? $this->load('getSecurity_Listener_CsrfProtectionService'));
  1882. }, 1 => 'checkPassport'], 512);
  1883. $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [0 => function () {
  1884. return ($this->privates['security.logout.listener.csrf_token_clearing'] ?? $this->load('getSecurity_Logout_Listener_CsrfTokenClearingService'));
  1885. }, 1 => 'onLogout'], 0);
  1886. return $instance;
  1887. }
  1888. /**
  1889. * Gets the public 'flagception.listener.routing_metadata_subscriber' shared service.
  1890. *
  1891. * @return \Flagception\Bundle\FlagceptionBundle\Listener\RoutingMetadataSubscriber
  1892. */
  1893. protected function getFlagception_Listener_RoutingMetadataSubscriberService()
  1894. {
  1895. return $this->services['flagception.listener.routing_metadata_subscriber'] = new \Flagception\Bundle\FlagceptionBundle\Listener\RoutingMetadataSubscriber(($this->services['flagception.manager.feature_manager'] ?? $this->getFlagception_Manager_FeatureManagerService()));
  1896. }
  1897. /**
  1898. * Gets the public 'flagception.manager.feature_manager' shared service.
  1899. *
  1900. * @return \Flagception\Manager\FeatureManager
  1901. */
  1902. protected function getFlagception_Manager_FeatureManagerService()
  1903. {
  1904. $a = ($this->privates['flagception.activator.chain_activator'] ?? $this->getFlagception_Activator_ChainActivatorService());
  1905. if (isset($this->services['flagception.manager.feature_manager'])) {
  1906. return $this->services['flagception.manager.feature_manager'];
  1907. }
  1908. 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())));
  1909. }
  1910. /**
  1911. * Gets the public 'http_kernel' shared service.
  1912. *
  1913. * @return \Symfony\Component\HttpKernel\HttpKernel
  1914. */
  1915. protected function getHttpKernelService()
  1916. {
  1917. $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  1918. if (isset($this->services['http_kernel'])) {
  1919. return $this->services['http_kernel'];
  1920. }
  1921. return $this->services['http_kernel'] = new \Symfony\Component\HttpKernel\HttpKernel($a, ($this->privates['debug.controller_resolver'] ?? $this->getDebug_ControllerResolverService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), new \Symfony\Component\HttpKernel\Controller\TraceableArgumentResolver(new \Symfony\Component\HttpKernel\Controller\ArgumentResolver(($this->privates['argument_metadata_factory'] ?? ($this->privates['argument_metadata_factory'] = new \Symfony\Component\HttpKernel\ControllerMetadata\ArgumentMetadataFactory())), new RewindableGenerator(function () {
  1922. yield 0 => ($this->privates['debug.argument_resolver.request_attribute'] ?? $this->load('getDebug_ArgumentResolver_RequestAttributeService'));
  1923. yield 1 => ($this->privates['debug.argument_resolver.request'] ?? $this->load('getDebug_ArgumentResolver_RequestService'));
  1924. yield 2 => ($this->privates['debug.argument_resolver.session'] ?? $this->load('getDebug_ArgumentResolver_SessionService'));
  1925. yield 3 => ($this->privates['debug.security.user_value_resolver'] ?? $this->load('getDebug_Security_UserValueResolverService'));
  1926. yield 4 => ($this->privates['debug.EasyCorp\\Bundle\\EasyAdminBundle\\ArgumentResolver\\AdminContextResolver'] ?? $this->load('getAdminContextResolverService'));
  1927. yield 5 => ($this->privates['debug.EasyCorp\\Bundle\\EasyAdminBundle\\ArgumentResolver\\BatchActionDtoResolver'] ?? $this->load('getBatchActionDtoResolverService'));
  1928. yield 6 => ($this->privates['debug.argument_resolver.service'] ?? $this->load('getDebug_ArgumentResolver_ServiceService'));
  1929. yield 7 => ($this->privates['debug.argument_resolver.default'] ?? $this->load('getDebug_ArgumentResolver_DefaultService'));
  1930. yield 8 => ($this->privates['debug.argument_resolver.variadic'] ?? $this->load('getDebug_ArgumentResolver_VariadicService'));
  1931. yield 9 => ($this->privates['debug.argument_resolver.not_tagged_controller'] ?? $this->load('getDebug_ArgumentResolver_NotTaggedControllerService'));
  1932. }, 10)), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)))));
  1933. }
  1934. /**
  1935. * Gets the public 'lexik_jwt_authentication.encoder' shared service.
  1936. *
  1937. * @return \Lexik\Bundle\JWTAuthenticationBundle\Encoder\LcobucciJWTEncoder
  1938. */
  1939. protected function getLexikJwtAuthentication_EncoderService()
  1940. {
  1941. 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));
  1942. }
  1943. /**
  1944. * Gets the public 'lexik_jwt_authentication.jwt_manager' shared service.
  1945. *
  1946. * @return \Lexik\Bundle\JWTAuthenticationBundle\Services\JWTManager
  1947. */
  1948. protected function getLexikJwtAuthentication_JwtManagerService()
  1949. {
  1950. $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  1951. if (isset($this->services['lexik_jwt_authentication.jwt_manager'])) {
  1952. return $this->services['lexik_jwt_authentication.jwt_manager'];
  1953. }
  1954. $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([]));
  1955. $instance->setUserIdentityField('username', false);
  1956. return $instance;
  1957. }
  1958. /**
  1959. * Gets the public 'lexik_jwt_authentication.key_loader' shared service.
  1960. *
  1961. * @return \Lexik\Bundle\JWTAuthenticationBundle\Services\KeyLoader\RawKeyLoader
  1962. */
  1963. protected function getLexikJwtAuthentication_KeyLoaderService()
  1964. {
  1965. 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'), []);
  1966. }
  1967. /**
  1968. * Gets the public 'request_stack' shared service.
  1969. *
  1970. * @return \Symfony\Component\HttpFoundation\RequestStack
  1971. */
  1972. protected function getRequestStackService()
  1973. {
  1974. return $this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack();
  1975. }
  1976. /**
  1977. * Gets the public 'router' shared service.
  1978. *
  1979. * @return \Symfony\Bundle\FrameworkBundle\Routing\Router
  1980. */
  1981. protected function getRouterService()
  1982. {
  1983. $a = new \Symfony\Bridge\Monolog\Logger('router');
  1984. $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1985. $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  1986. $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  1987. \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  1988. $this->services['router'] = $instance = new \Symfony\Bundle\FrameworkBundle\Routing\Router((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1989. 'routing.loader' => ['services', 'routing.loader', 'getRouting_LoaderService', true],
  1990. ], [
  1991. 'routing.loader' => 'Symfony\\Component\\Config\\Loader\\LoaderInterface',
  1992. ]))->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');
  1993. $instance->setConfigCacheFactory(($this->privates['config_cache_factory'] ?? $this->getConfigCacheFactoryService()));
  1994. $instance->addExpressionLanguageProvider(($this->privates['router.expression_language_provider'] ?? $this->getRouter_ExpressionLanguageProviderService()));
  1995. return $instance;
  1996. }
  1997. /**
  1998. * Gets the public 'translator' shared service.
  1999. *
  2000. * @return \Symfony\Component\Translation\DataCollectorTranslator
  2001. */
  2002. protected function getTranslatorService()
  2003. {
  2004. return $this->services['translator'] = new \Symfony\Component\Translation\DataCollectorTranslator(($this->privates['translator.default'] ?? $this->getTranslator_DefaultService()));
  2005. }
  2006. /**
  2007. * Gets the public 'var_dumper.cloner' shared service.
  2008. *
  2009. * @return \Symfony\Component\VarDumper\Cloner\VarCloner
  2010. */
  2011. protected function getVarDumper_ClonerService()
  2012. {
  2013. $this->services['var_dumper.cloner'] = $instance = new \Symfony\Component\VarDumper\Cloner\VarCloner();
  2014. $instance->setMaxItems(2500);
  2015. $instance->setMinDepth(1);
  2016. $instance->setMaxString(-1);
  2017. $instance->addCasters(['Closure' => 'Symfony\\Component\\VarDumper\\Caster\\ReflectionCaster::unsetClosureFileInfo']);
  2018. return $instance;
  2019. }
  2020. /**
  2021. * Gets the private '.service_locator.IkldLAI' shared service.
  2022. *
  2023. * @return \Symfony\Component\DependencyInjection\ServiceLocator
  2024. */
  2025. protected function get_ServiceLocator_IkldLAIService()
  2026. {
  2027. return $this->privates['.service_locator.IkldLAI'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2028. 'security.firewall.map.context.api' => ['privates', 'security.firewall.map.context.api', 'getSecurity_Firewall_Map_Context_ApiService', true],
  2029. 'security.firewall.map.context.api_legacy' => ['privates', 'security.firewall.map.context.api_legacy', 'getSecurity_Firewall_Map_Context_ApiLegacyService', true],
  2030. 'security.firewall.map.context.api_login' => ['privates', 'security.firewall.map.context.api_login', 'getSecurity_Firewall_Map_Context_ApiLoginService', true],
  2031. 'security.firewall.map.context.dev' => ['privates', 'security.firewall.map.context.dev', 'getSecurity_Firewall_Map_Context_DevService', true],
  2032. 'security.firewall.map.context.main' => ['privates', 'security.firewall.map.context.main', 'getSecurity_Firewall_Map_Context_MainService', true],
  2033. ], [
  2034. 'security.firewall.map.context.api' => '?',
  2035. 'security.firewall.map.context.api_legacy' => '?',
  2036. 'security.firewall.map.context.api_login' => '?',
  2037. 'security.firewall.map.context.dev' => '?',
  2038. 'security.firewall.map.context.main' => '?',
  2039. ]);
  2040. }
  2041. /**
  2042. * Gets the private '.service_locator.KLVvNIq' shared service.
  2043. *
  2044. * @return \Symfony\Component\DependencyInjection\ServiceLocator
  2045. */
  2046. protected function get_ServiceLocator_KLVvNIqService()
  2047. {
  2048. return $this->privates['.service_locator.KLVvNIq'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2049. 'doctrine.ulid_generator' => ['privates', 'doctrine.ulid_generator', 'getDoctrine_UlidGeneratorService', true],
  2050. 'doctrine.uuid_generator' => ['privates', 'doctrine.uuid_generator', 'getDoctrine_UuidGeneratorService', true],
  2051. ], [
  2052. 'doctrine.ulid_generator' => '?',
  2053. 'doctrine.uuid_generator' => '?',
  2054. ]);
  2055. }
  2056. /**
  2057. * Gets the private 'EasyCorp\Bundle\EasyAdminBundle\EventListener\AdminRouterSubscriber' shared service.
  2058. *
  2059. * @return \EasyCorp\Bundle\EasyAdminBundle\EventListener\AdminRouterSubscriber
  2060. */
  2061. protected function getAdminRouterSubscriberService()
  2062. {
  2063. $a = ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Factory\\EntityFactory'] ?? $this->getEntityFactoryService());
  2064. if (isset($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\EventListener\\AdminRouterSubscriber'])) {
  2065. return $this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\EventListener\\AdminRouterSubscriber'];
  2066. }
  2067. $b = ($this->services['router'] ?? $this->getRouterService());
  2068. if (isset($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\EventListener\\AdminRouterSubscriber'])) {
  2069. return $this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\EventListener\\AdminRouterSubscriber'];
  2070. }
  2071. $c = ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Provider\\AdminContextProvider'] ?? $this->getAdminContextProviderService());
  2072. 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\\EstimateCrudController' => 'Roothirsch\\ShopBundle\\Entity\\Estimate', 'App\\Controller\\OrderCrudController' => 'Roothirsch\\ShopBundle\\Entity\\Order', 'App\\Controller\\SiteCrudController' => 'Roothirsch\\CoreBundle\\Site\\Entity\\Site'], ['Roothirsch\\CoreBundle\\Controller\\CompanyAttributeCrudController' => 'da30e4e', 'Roothirsch\\CoreBundle\\Controller\\CompanyCrudController' => '84e2b73', 'Roothirsch\\CoreBundle\\Controller\\ContactPersonCrudController' => '5f3fb34', 'Roothirsch\\CoreBundle\\Controller\\RoleCrudController' => '04d6287', 'Roothirsch\\CoreBundle\\Controller\\UserCrudController' => 'd82ac61', 'Roothirsch\\CoreBundle\\FeatureFlag\\Controller\\FeatureFlagCrudController' => '2d1bfb8', 'Roothirsch\\CoreBundle\\Menu\\Controller\\MenuItemCrudController' => '03a99b7', 'Roothirsch\\CoreBundle\\Site\\Controller\\SiteCrudController' => '352c08e', 'Roothirsch\\CoreBundle\\Translation\\Controller\\LanguageCrudController' => '9e88d34', 'Roothirsch\\CoreBundle\\Translation\\Controller\\TranslationScopeCrudController' => '1e3d9d4', 'Roothirsch\\CoreBundle\\Translation\\Controller\\TranslationUnitCrudController' => 'c047f47', 'Roothirsch\\PimBundle\\Controller\\ArticleCrudController' => '0b579a2', 'Roothirsch\\PimBundle\\Controller\\AttributeCrudController' => 'c40c6bf', 'Roothirsch\\PimBundle\\Controller\\AttributeGroupCrudController' => '13832aa', 'Roothirsch\\PimBundle\\Controller\\CategoryCrudController' => '81a4a8d', 'Roothirsch\\PimBundle\\Controller\\ChannelCrudController' => '5be70bc', 'Roothirsch\\PimBundle\\Controller\\ProductCrudController' => 'f5ab123', 'Roothirsch\\DamBundle\\Controller\\AssetManagementCrudController' => 'd6a23e7', 'Roothirsch\\DamBundle\\Controller\\CategoryCrudController' => '99325f2', 'Roothirsch\\DamBundle\\Controller\\FileCrudController' => 'ed94455', 'Roothirsch\\DamBundle\\Controller\\FileManagementCrudController' => '740ebc2', 'Roothirsch\\ShopBundle\\Controller\\EstimateAttributeCrudController' => '977df93', 'Roothirsch\\ShopBundle\\Controller\\EstimateCrudController' => '098f466', 'Roothirsch\\ShopBundle\\Controller\\EstimateManagementCrudController' => 'fe2e372', 'Roothirsch\\ShopBundle\\Controller\\OrderAttributeCrudController' => 'ed593de', 'Roothirsch\\ShopBundle\\Controller\\OrderCrudController' => '4d4c329', 'Roothirsch\\ShopBundle\\Controller\\OrderManagementCrudController' => '0c4cd0e', 'Roothirsch\\ShopBundle\\Controller\\PositionTemplateCrudController' => '710fe4d', 'Roothirsch\\NotificationBundle\\Controller\\NotificationCrudController' => '3847963', 'Roothirsch\\DeliveryTimeEstimatorBundle\\Controller\\DowntimeCrudController' => '68b3fef', 'Roothirsch\\DeliveryTimeEstimatorBundle\\Controller\\ProductCrudController' => 'e69e0b5', 'Roothirsch\\DeliveryTimeEstimatorBundle\\Controller\\ProductGroupCrudController' => '5827ad7', 'App\\Controller\\CompanyCrudController' => 'cdaa041', 'App\\Controller\\Declaration\\DeclarationCrudController' => 'e5ee1de', 'App\\Controller\\Declaration\\FieldCrudController' => 'c4380ca', 'App\\Controller\\Declaration\\ProductCrudController' => 'f44ab99', 'App\\Controller\\EstimateCrudController' => '8e5169f', 'App\\Controller\\OrderCrudController' => '0cb4492', 'App\\Controller\\SiteCrudController' => '8db5c7b'], ['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'], ['da30e4e' => 'Roothirsch\\CoreBundle\\Controller\\CompanyAttributeCrudController', '84e2b73' => 'Roothirsch\\CoreBundle\\Controller\\CompanyCrudController', '5f3fb34' => 'Roothirsch\\CoreBundle\\Controller\\ContactPersonCrudController', '04d6287' => 'Roothirsch\\CoreBundle\\Controller\\RoleCrudController', 'd82ac61' => 'Roothirsch\\CoreBundle\\Controller\\UserCrudController', '2d1bfb8' => 'Roothirsch\\CoreBundle\\FeatureFlag\\Controller\\FeatureFlagCrudController', '03a99b7' => 'Roothirsch\\CoreBundle\\Menu\\Controller\\MenuItemCrudController', '352c08e' => 'Roothirsch\\CoreBundle\\Site\\Controller\\SiteCrudController', '9e88d34' => 'Roothirsch\\CoreBundle\\Translation\\Controller\\LanguageCrudController', '1e3d9d4' => 'Roothirsch\\CoreBundle\\Translation\\Controller\\TranslationScopeCrudController', 'c047f47' => 'Roothirsch\\CoreBundle\\Translation\\Controller\\TranslationUnitCrudController', '0b579a2' => 'Roothirsch\\PimBundle\\Controller\\ArticleCrudController', 'c40c6bf' => 'Roothirsch\\PimBundle\\Controller\\AttributeCrudController', '13832aa' => 'Roothirsch\\PimBundle\\Controller\\AttributeGroupCrudController', '81a4a8d' => 'Roothirsch\\PimBundle\\Controller\\CategoryCrudController', '5be70bc' => 'Roothirsch\\PimBundle\\Controller\\ChannelCrudController', 'f5ab123' => 'Roothirsch\\PimBundle\\Controller\\ProductCrudController', 'd6a23e7' => 'Roothirsch\\DamBundle\\Controller\\AssetManagementCrudController', '99325f2' => 'Roothirsch\\DamBundle\\Controller\\CategoryCrudController', 'ed94455' => 'Roothirsch\\DamBundle\\Controller\\FileCrudController', '740ebc2' => 'Roothirsch\\DamBundle\\Controller\\FileManagementCrudController', '977df93' => 'Roothirsch\\ShopBundle\\Controller\\EstimateAttributeCrudController', '098f466' => 'Roothirsch\\ShopBundle\\Controller\\EstimateCrudController', 'fe2e372' => 'Roothirsch\\ShopBundle\\Controller\\EstimateManagementCrudController', 'ed593de' => 'Roothirsch\\ShopBundle\\Controller\\OrderAttributeCrudController', '4d4c329' => 'Roothirsch\\ShopBundle\\Controller\\OrderCrudController', '0c4cd0e' => 'Roothirsch\\ShopBundle\\Controller\\OrderManagementCrudController', '710fe4d' => 'Roothirsch\\ShopBundle\\Controller\\PositionTemplateCrudController', 3847963 => 'Roothirsch\\NotificationBundle\\Controller\\NotificationCrudController', '68b3fef' => 'Roothirsch\\DeliveryTimeEstimatorBundle\\Controller\\DowntimeCrudController', 'e69e0b5' => 'Roothirsch\\DeliveryTimeEstimatorBundle\\Controller\\ProductCrudController', '5827ad7' => 'Roothirsch\\DeliveryTimeEstimatorBundle\\Controller\\ProductGroupCrudController', 'cdaa041' => 'App\\Controller\\CompanyCrudController', 'e5ee1de' => 'App\\Controller\\Declaration\\DeclarationCrudController', 'c4380ca' => 'App\\Controller\\Declaration\\FieldCrudController', 'f44ab99' => 'App\\Controller\\Declaration\\ProductCrudController', '8e5169f' => 'App\\Controller\\EstimateCrudController', '0cb4492' => 'App\\Controller\\OrderCrudController', '8db5c7b' => 'App\\Controller\\SiteCrudController']), $a), ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Factory\\ControllerFactory'] ?? $this->getControllerFactoryService()), ($this->privates['debug.controller_resolver'] ?? $this->getDebug_ControllerResolverService()), $b, $b);
  2073. }
  2074. /**
  2075. * Gets the private 'EasyCorp\Bundle\EasyAdminBundle\Factory\ActionFactory' shared service.
  2076. *
  2077. * @return \EasyCorp\Bundle\EasyAdminBundle\Factory\ActionFactory
  2078. */
  2079. protected function getActionFactoryService()
  2080. {
  2081. 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()));
  2082. }
  2083. /**
  2084. * Gets the private 'EasyCorp\Bundle\EasyAdminBundle\Factory\ControllerFactory' shared service.
  2085. *
  2086. * @return \EasyCorp\Bundle\EasyAdminBundle\Factory\ControllerFactory
  2087. */
  2088. protected function getControllerFactoryService()
  2089. {
  2090. return $this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Factory\\ControllerFactory'] = new \EasyCorp\Bundle\EasyAdminBundle\Factory\ControllerFactory(($this->privates['debug.controller_resolver'] ?? $this->getDebug_ControllerResolverService()));
  2091. }
  2092. /**
  2093. * Gets the private 'EasyCorp\Bundle\EasyAdminBundle\Factory\EntityFactory' shared service.
  2094. *
  2095. * @return \EasyCorp\Bundle\EasyAdminBundle\Factory\EntityFactory
  2096. */
  2097. protected function getEntityFactoryService()
  2098. {
  2099. $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  2100. if (isset($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Factory\\EntityFactory'])) {
  2101. return $this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Factory\\EntityFactory'];
  2102. }
  2103. $b = ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Security\\AuthorizationChecker'] ?? $this->getAuthorizationCheckerService());
  2104. 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 () {
  2105. yield 0 => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\CommonPreConfigurator'] ?? $this->load('getCommonPreConfiguratorService'));
  2106. yield 1 => ($this->privates['Roothirsch\\CoreBundle\\Admin\\Field\\Configurator\\RangeConfigurator'] ?? $this->load('getRangeConfiguratorService'));
  2107. yield 2 => ($this->privates['Roothirsch\\CoreBundle\\Behaviors\\Attributable\\EasyAdminField\\Configurator\\AttributeAssociationConfigurator'] ?? $this->load('getAttributeAssociationConfiguratorService'));
  2108. yield 3 => ($this->privates['Roothirsch\\CoreBundle\\Behaviors\\Translatable\\TranslatableFieldConfigurator'] ?? $this->load('getTranslatableFieldConfiguratorService'));
  2109. 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()));
  2110. yield 5 => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\AssociationConfigurator'] ?? $this->load('getAssociationConfiguratorService'));
  2111. 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()));
  2112. yield 7 => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\BooleanConfigurator'] ?? $this->load('getBooleanConfiguratorService'));
  2113. 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()));
  2114. yield 9 => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\CollectionConfigurator'] ?? $this->load('getCollectionConfiguratorService'));
  2115. yield 10 => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\CountryConfigurator'] ?? $this->load('getCountryConfiguratorService'));
  2116. 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()));
  2117. yield 12 => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\DateTimeConfigurator'] ?? $this->load('getDateTimeConfiguratorService'));
  2118. 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()));
  2119. 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()));
  2120. 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()));
  2121. 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))));
  2122. 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()));
  2123. 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()));
  2124. 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()));
  2125. yield 20 => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\MoneyConfigurator'] ?? $this->load('getMoneyConfiguratorService'));
  2126. yield 21 => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\NumberConfigurator'] ?? $this->load('getNumberConfiguratorService'));
  2127. 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()));
  2128. 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()));
  2129. 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()));
  2130. 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()));
  2131. 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()));
  2132. 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()));
  2133. 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()));
  2134. 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()));
  2135. yield 30 => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\CommonPostConfigurator'] ?? $this->load('getCommonPostConfiguratorService'));
  2136. }, 31)), ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Factory\\ActionFactory'] ?? $this->getActionFactoryService()), $b, ($this->services['doctrine'] ?? $this->getDoctrineService()), $a);
  2137. }
  2138. /**
  2139. * Gets the private 'EasyCorp\Bundle\EasyAdminBundle\Provider\AdminContextProvider' shared service.
  2140. *
  2141. * @return \EasyCorp\Bundle\EasyAdminBundle\Provider\AdminContextProvider
  2142. */
  2143. protected function getAdminContextProviderService()
  2144. {
  2145. 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())));
  2146. }
  2147. /**
  2148. * Gets the private 'EasyCorp\Bundle\EasyAdminBundle\Router\AdminUrlGenerator' service.
  2149. *
  2150. * @return \EasyCorp\Bundle\EasyAdminBundle\Router\AdminUrlGenerator
  2151. */
  2152. protected function getAdminUrlGeneratorService()
  2153. {
  2154. $this->factories['service_container']['EasyCorp\\Bundle\\EasyAdminBundle\\Router\\AdminUrlGenerator'] = function () {
  2155. $a = ($this->services['router'] ?? $this->getRouterService());
  2156. if (isset($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Router\\AdminUrlGenerator'])) {
  2157. return $this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Router\\AdminUrlGenerator'];
  2158. }
  2159. 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' => '7427eef', 'App\\Controller\\FrontendController' => '7f8900d'], ['7427eef' => 'App\\Controller\\AdminController', '7f8900d' => 'App\\Controller\\FrontendController']))));
  2160. };
  2161. return $this->factories['service_container']['EasyCorp\\Bundle\\EasyAdminBundle\\Router\\AdminUrlGenerator']();
  2162. }
  2163. /**
  2164. * Gets the private 'EasyCorp\Bundle\EasyAdminBundle\Security\AuthorizationChecker' shared service.
  2165. *
  2166. * @return \EasyCorp\Bundle\EasyAdminBundle\Security\AuthorizationChecker
  2167. */
  2168. protected function getAuthorizationCheckerService()
  2169. {
  2170. $a = ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService());
  2171. if (isset($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Security\\AuthorizationChecker'])) {
  2172. return $this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Security\\AuthorizationChecker'];
  2173. }
  2174. return $this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Security\\AuthorizationChecker'] = new \EasyCorp\Bundle\EasyAdminBundle\Security\AuthorizationChecker($a);
  2175. }
  2176. /**
  2177. * Gets the private 'Roothirsch\CoreBundle\EventSubscriber\UserReadSubscriber' shared autowired service.
  2178. *
  2179. * @return \Roothirsch\CoreBundle\EventSubscriber\UserReadSubscriber
  2180. */
  2181. protected function getUserReadSubscriberService()
  2182. {
  2183. $a = ($this->privates['Roothirsch\\CoreBundle\\Security\\UserManager'] ?? $this->getUserManagerService());
  2184. if (isset($this->privates['Roothirsch\\CoreBundle\\EventSubscriber\\UserReadSubscriber'])) {
  2185. return $this->privates['Roothirsch\\CoreBundle\\EventSubscriber\\UserReadSubscriber'];
  2186. }
  2187. 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()));
  2188. }
  2189. /**
  2190. * Gets the private 'Roothirsch\CoreBundle\FeatureFlag\Repository\FeatureFlagRepository' shared autowired service.
  2191. *
  2192. * @return \Roothirsch\CoreBundle\FeatureFlag\Repository\FeatureFlagRepository
  2193. */
  2194. protected function getFeatureFlagRepositoryService()
  2195. {
  2196. return $this->privates['Roothirsch\\CoreBundle\\FeatureFlag\\Repository\\FeatureFlagRepository'] = new \Roothirsch\CoreBundle\FeatureFlag\Repository\FeatureFlagRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  2197. }
  2198. /**
  2199. * Gets the private 'Roothirsch\CoreBundle\Messaging\MessagingService' shared autowired service.
  2200. *
  2201. * @return \Roothirsch\CoreBundle\Messaging\MessagingService
  2202. */
  2203. protected function getMessagingService2Service()
  2204. {
  2205. $a = ($this->privates['mailer.mailer'] ?? $this->getMailer_MailerService());
  2206. if (isset($this->privates['Roothirsch\\CoreBundle\\Messaging\\MessagingService'])) {
  2207. return $this->privates['Roothirsch\\CoreBundle\\Messaging\\MessagingService'];
  2208. }
  2209. $b = ($this->services['router'] ?? $this->getRouterService());
  2210. if (isset($this->privates['Roothirsch\\CoreBundle\\Messaging\\MessagingService'])) {
  2211. return $this->privates['Roothirsch\\CoreBundle\\Messaging\\MessagingService'];
  2212. }
  2213. return $this->privates['Roothirsch\\CoreBundle\\Messaging\\MessagingService'] = new \Roothirsch\CoreBundle\Messaging\MessagingService($a, $b);
  2214. }
  2215. /**
  2216. * Gets the private 'Roothirsch\CoreBundle\Repository\GroupRepository' shared autowired service.
  2217. *
  2218. * @return \Roothirsch\CoreBundle\Repository\GroupRepository
  2219. */
  2220. protected function getGroupRepositoryService()
  2221. {
  2222. return $this->privates['Roothirsch\\CoreBundle\\Repository\\GroupRepository'] = new \Roothirsch\CoreBundle\Repository\GroupRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  2223. }
  2224. /**
  2225. * Gets the private 'Roothirsch\CoreBundle\Repository\UserRepository' shared autowired service.
  2226. *
  2227. * @return \Roothirsch\CoreBundle\Repository\UserRepository
  2228. */
  2229. protected function getUserRepositoryService()
  2230. {
  2231. return $this->privates['Roothirsch\\CoreBundle\\Repository\\UserRepository'] = new \Roothirsch\CoreBundle\Repository\UserRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  2232. }
  2233. /**
  2234. * Gets the private 'Roothirsch\CoreBundle\Security\EventListener\CheckUserListener' shared autowired service.
  2235. *
  2236. * @return \Roothirsch\CoreBundle\Security\EventListener\CheckUserListener
  2237. */
  2238. protected function getCheckUserListenerService()
  2239. {
  2240. $a = ($this->services['router'] ?? $this->getRouterService());
  2241. if (isset($this->privates['Roothirsch\\CoreBundle\\Security\\EventListener\\CheckUserListener'])) {
  2242. return $this->privates['Roothirsch\\CoreBundle\\Security\\EventListener\\CheckUserListener'];
  2243. }
  2244. $b = ($this->privates['security.helper'] ?? $this->getSecurity_HelperService());
  2245. if (isset($this->privates['Roothirsch\\CoreBundle\\Security\\EventListener\\CheckUserListener'])) {
  2246. return $this->privates['Roothirsch\\CoreBundle\\Security\\EventListener\\CheckUserListener'];
  2247. }
  2248. 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()));
  2249. }
  2250. /**
  2251. * Gets the private 'Roothirsch\CoreBundle\Security\TokenCookieListener' shared autowired service.
  2252. *
  2253. * @return \Roothirsch\CoreBundle\Security\TokenCookieListener
  2254. */
  2255. protected function getTokenCookieListenerService()
  2256. {
  2257. $a = ($this->services['lexik_jwt_authentication.jwt_manager'] ?? $this->getLexikJwtAuthentication_JwtManagerService());
  2258. if (isset($this->privates['Roothirsch\\CoreBundle\\Security\\TokenCookieListener'])) {
  2259. return $this->privates['Roothirsch\\CoreBundle\\Security\\TokenCookieListener'];
  2260. }
  2261. 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()));
  2262. }
  2263. /**
  2264. * Gets the private 'Roothirsch\CoreBundle\Security\UserManager' shared autowired service.
  2265. *
  2266. * @return \Roothirsch\CoreBundle\Security\UserManager
  2267. */
  2268. protected function getUserManagerService()
  2269. {
  2270. $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  2271. if (isset($this->privates['Roothirsch\\CoreBundle\\Security\\UserManager'])) {
  2272. return $this->privates['Roothirsch\\CoreBundle\\Security\\UserManager'];
  2273. }
  2274. $b = ($this->privates['Roothirsch\\CoreBundle\\Messaging\\MessagingService'] ?? $this->getMessagingService2Service());
  2275. if (isset($this->privates['Roothirsch\\CoreBundle\\Security\\UserManager'])) {
  2276. return $this->privates['Roothirsch\\CoreBundle\\Security\\UserManager'];
  2277. }
  2278. 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()));
  2279. }
  2280. /**
  2281. * Gets the private 'Roothirsch\CoreBundle\Site\SiteProvider' shared autowired service.
  2282. *
  2283. * @return \Roothirsch\CoreBundle\Site\SiteProvider
  2284. */
  2285. protected function getSiteProviderService()
  2286. {
  2287. $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  2288. if (isset($this->privates['Roothirsch\\CoreBundle\\Site\\SiteProvider'])) {
  2289. return $this->privates['Roothirsch\\CoreBundle\\Site\\SiteProvider'];
  2290. }
  2291. 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);
  2292. }
  2293. /**
  2294. * Gets the private 'Roothirsch\CoreBundle\Site\TemplatePathInjection' shared autowired service.
  2295. *
  2296. * @return \Roothirsch\CoreBundle\Site\TemplatePathInjection
  2297. */
  2298. protected function getTemplatePathInjectionService()
  2299. {
  2300. $a = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  2301. if (isset($this->privates['Roothirsch\\CoreBundle\\Site\\TemplatePathInjection'])) {
  2302. return $this->privates['Roothirsch\\CoreBundle\\Site\\TemplatePathInjection'];
  2303. }
  2304. return $this->privates['Roothirsch\\CoreBundle\\Site\\TemplatePathInjection'] = new \Roothirsch\CoreBundle\Site\TemplatePathInjection(($this->privates['Roothirsch\\CoreBundle\\Site\\SiteProvider'] ?? $this->getSiteProviderService()), $a, \dirname(__DIR__, 4));
  2305. }
  2306. /**
  2307. * Gets the private 'Roothirsch\CoreBundle\Translation\EventSubscriber\TranslationScopeReadSubscriber' shared autowired service.
  2308. *
  2309. * @return \Roothirsch\CoreBundle\Translation\EventSubscriber\TranslationScopeReadSubscriber
  2310. */
  2311. protected function getTranslationScopeReadSubscriberService()
  2312. {
  2313. return $this->privates['Roothirsch\\CoreBundle\\Translation\\EventSubscriber\\TranslationScopeReadSubscriber'] = new \Roothirsch\CoreBundle\Translation\EventSubscriber\TranslationScopeReadSubscriber(($this->privates['Roothirsch\\CoreBundle\\Translation\\Repository\\TranslationScopeRepository'] ?? $this->getTranslationScopeRepositoryService()));
  2314. }
  2315. /**
  2316. * Gets the private 'Roothirsch\CoreBundle\Translation\Repository\LanguageRepository' shared autowired service.
  2317. *
  2318. * @return \Roothirsch\CoreBundle\Translation\Repository\LanguageRepository
  2319. */
  2320. protected function getLanguageRepositoryService()
  2321. {
  2322. return $this->privates['Roothirsch\\CoreBundle\\Translation\\Repository\\LanguageRepository'] = new \Roothirsch\CoreBundle\Translation\Repository\LanguageRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  2323. }
  2324. /**
  2325. * Gets the private 'Roothirsch\CoreBundle\Translation\Repository\TranslationScopeRepository' shared autowired service.
  2326. *
  2327. * @return \Roothirsch\CoreBundle\Translation\Repository\TranslationScopeRepository
  2328. */
  2329. protected function getTranslationScopeRepositoryService()
  2330. {
  2331. return $this->privates['Roothirsch\\CoreBundle\\Translation\\Repository\\TranslationScopeRepository'] = new \Roothirsch\CoreBundle\Translation\Repository\TranslationScopeRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  2332. }
  2333. /**
  2334. * Gets the private 'Roothirsch\CoreBundle\Translation\Services\LegacyTranslator' shared autowired service.
  2335. *
  2336. * @return \Roothirsch\CoreBundle\Translation\Services\LegacyTranslator
  2337. */
  2338. protected function getLegacyTranslatorService()
  2339. {
  2340. 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())));
  2341. }
  2342. /**
  2343. * Gets the private 'Roothirsch\CoreBundle\UserAware\UserDetection' shared autowired service.
  2344. *
  2345. * @return \Roothirsch\CoreBundle\UserAware\UserDetection
  2346. */
  2347. protected function getUserDetectionService()
  2348. {
  2349. $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  2350. if (isset($this->privates['Roothirsch\\CoreBundle\\UserAware\\UserDetection'])) {
  2351. return $this->privates['Roothirsch\\CoreBundle\\UserAware\\UserDetection'];
  2352. }
  2353. $b = ($this->services['router'] ?? $this->getRouterService());
  2354. if (isset($this->privates['Roothirsch\\CoreBundle\\UserAware\\UserDetection'])) {
  2355. return $this->privates['Roothirsch\\CoreBundle\\UserAware\\UserDetection'];
  2356. }
  2357. 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()));
  2358. }
  2359. /**
  2360. * Gets the private 'Symfony\WebpackEncoreBundle\EventListener\ResetAssetsEventListener' shared service.
  2361. *
  2362. * @return \Symfony\WebpackEncoreBundle\EventListener\ResetAssetsEventListener
  2363. */
  2364. protected function getResetAssetsEventListenerService()
  2365. {
  2366. 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_stf', 3 => 'theme_sturm', 4 => 'theme_brunex', 5 => 'theme_hgc', 6 => 'delivery_time_estimator']);
  2367. }
  2368. /**
  2369. * Gets the private 'annotations.cache_adapter' shared service.
  2370. *
  2371. * @return \Symfony\Component\Cache\Adapter\PhpArrayAdapter
  2372. */
  2373. protected function getAnnotations_CacheAdapterService()
  2374. {
  2375. return \Symfony\Component\Cache\Adapter\PhpArrayAdapter::create(($this->targetDir.''.'/annotations.php'), ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService()));
  2376. }
  2377. /**
  2378. * Gets the private 'annotations.cached_reader' shared service.
  2379. *
  2380. * @return \Doctrine\Common\Annotations\PsrCachedReader
  2381. */
  2382. protected function getAnnotations_CachedReaderService()
  2383. {
  2384. return $this->privates['annotations.cached_reader'] = new \Doctrine\Common\Annotations\PsrCachedReader(($this->privates['annotations.reader'] ?? $this->getAnnotations_ReaderService()), $this->getAnnotations_CacheAdapterService(), true);
  2385. }
  2386. /**
  2387. * Gets the private 'annotations.reader' shared service.
  2388. *
  2389. * @return \Doctrine\Common\Annotations\AnnotationReader
  2390. */
  2391. protected function getAnnotations_ReaderService()
  2392. {
  2393. $this->privates['annotations.reader'] = $instance = new \Doctrine\Common\Annotations\AnnotationReader();
  2394. $a = new \Doctrine\Common\Annotations\AnnotationRegistry();
  2395. $a->registerUniqueLoader('class_exists');
  2396. $instance->addGlobalIgnoredName('required', $a);
  2397. return $instance;
  2398. }
  2399. /**
  2400. * Gets the private 'api_platform.cache.identifiers_extractor' shared service.
  2401. *
  2402. * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2403. */
  2404. protected function getApiPlatform_Cache_IdentifiersExtractorService()
  2405. {
  2406. return $this->privates['api_platform.cache.identifiers_extractor'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('I-IDxkI0OH', 0, $this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  2407. }
  2408. /**
  2409. * Gets the private 'api_platform.cache.metadata.property.legacy' shared service.
  2410. *
  2411. * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2412. */
  2413. protected function getApiPlatform_Cache_Metadata_Property_LegacyService()
  2414. {
  2415. return $this->privates['api_platform.cache.metadata.property.legacy'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('p9ggIVqPlC', 0, $this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  2416. }
  2417. /**
  2418. * Gets the private 'api_platform.cache.metadata.resource' shared service.
  2419. *
  2420. * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2421. */
  2422. protected function getApiPlatform_Cache_Metadata_ResourceService()
  2423. {
  2424. return $this->privates['api_platform.cache.metadata.resource'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('e65AF1afA+', 0, $this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  2425. }
  2426. /**
  2427. * Gets the private 'api_platform.cache.metadata.resource.legacy' shared service.
  2428. *
  2429. * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2430. */
  2431. protected function getApiPlatform_Cache_Metadata_Resource_LegacyService()
  2432. {
  2433. return $this->privates['api_platform.cache.metadata.resource.legacy'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('PqmTSHqPJJ', 0, $this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  2434. }
  2435. /**
  2436. * Gets the private 'api_platform.cache.route_name_resolver' shared service.
  2437. *
  2438. * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2439. */
  2440. protected function getApiPlatform_Cache_RouteNameResolverService()
  2441. {
  2442. return $this->privates['api_platform.cache.route_name_resolver'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('XOcTqFGv9Q', 0, $this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  2443. }
  2444. /**
  2445. * Gets the private 'api_platform.cache.subresource_operation_factory' shared service.
  2446. *
  2447. * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2448. */
  2449. protected function getApiPlatform_Cache_SubresourceOperationFactoryService()
  2450. {
  2451. return $this->privates['api_platform.cache.subresource_operation_factory'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('qhCUOtFmQn', 0, $this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  2452. }
  2453. /**
  2454. * Gets the private 'api_platform.filter_locator' shared service.
  2455. *
  2456. * @return \Symfony\Component\DependencyInjection\ServiceLocator
  2457. */
  2458. protected function getApiPlatform_FilterLocatorService()
  2459. {
  2460. return $this->privates['api_platform.filter_locator'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2461. 'Roothirsch\\CoreBundle\\API\\Filter\\InArrayFilter' => ['privates', 'Roothirsch\\CoreBundle\\API\\Filter\\InArrayFilter', 'getInArrayFilterService', true],
  2462. 'Roothirsch\\CoreBundle\\API\\Filter\\OrSearchFilter' => ['privates', 'Roothirsch\\CoreBundle\\API\\Filter\\OrSearchFilter', 'getOrSearchFilterService', true],
  2463. 'Roothirsch\\ShopBundle\\API\\Filter\\EstimateNotEmptyFilter' => ['services', 'Roothirsch\\ShopBundle\\API\\Filter\\EstimateNotEmptyFilter', 'getEstimateNotEmptyFilterService', true],
  2464. '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],
  2465. 'annotated_app_entity_legacy_estimate_address_api_platform_core_bridge_doctrine_orm_filter_boolean_filter' => ['privates', 'annotated_app_entity_legacy_estimate_address_api_platform_core_bridge_doctrine_orm_filter_boolean_filter', 'getAnnotatedAppEntityLegacyEstimateAddressApiPlatformCoreBridgeDoctrineOrmFilterBooleanFilterService', true],
  2466. 'annotated_app_entity_legacy_estimate_api_platform_core_bridge_doctrine_orm_filter_order_filter' => ['privates', 'annotated_app_entity_legacy_estimate_api_platform_core_bridge_doctrine_orm_filter_order_filter', 'getAnnotatedAppEntityLegacyEstimateApiPlatformCoreBridgeDoctrineOrmFilterOrderFilterService', true],
  2467. 'annotated_app_entity_legacy_estimate_api_platform_core_bridge_doctrine_orm_filter_search_filter' => ['privates', 'annotated_app_entity_legacy_estimate_api_platform_core_bridge_doctrine_orm_filter_search_filter', 'getAnnotatedAppEntityLegacyEstimateApiPlatformCoreBridgeDoctrineOrmFilterSearchFilterService', true],
  2468. 'annotated_app_entity_legacy_estimate_roothirsch_shop_bundle_a_p_i_filter_estimate_not_empty_filter' => ['privates', 'annotated_app_entity_legacy_estimate_roothirsch_shop_bundle_a_p_i_filter_estimate_not_empty_filter', 'getAnnotatedAppEntityLegacyEstimateRoothirschShopBundleAPIFilterEstimateNotEmptyFilterService', true],
  2469. '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],
  2470. '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],
  2471. '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],
  2472. '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],
  2473. '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],
  2474. '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],
  2475. '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],
  2476. 'annotated_roothirsch_shop_bundle_entity_order_api_platform_core_bridge_doctrine_orm_filter_order_filter' => ['privates', 'annotated_roothirsch_shop_bundle_entity_order_api_platform_core_bridge_doctrine_orm_filter_order_filter', 'getAnnotatedRoothirschShopBundleEntityOrderApiPlatformCoreBridgeDoctrineOrmFilterOrderFilterService', true],
  2477. '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],
  2478. ], [
  2479. 'Roothirsch\\CoreBundle\\API\\Filter\\InArrayFilter' => '?',
  2480. 'Roothirsch\\CoreBundle\\API\\Filter\\OrSearchFilter' => '?',
  2481. 'Roothirsch\\ShopBundle\\API\\Filter\\EstimateNotEmptyFilter' => '?',
  2482. 'annotated_app_entity_declaration_declaration_api_platform_core_bridge_doctrine_orm_filter_order_filter' => '?',
  2483. 'annotated_app_entity_legacy_estimate_address_api_platform_core_bridge_doctrine_orm_filter_boolean_filter' => '?',
  2484. 'annotated_app_entity_legacy_estimate_api_platform_core_bridge_doctrine_orm_filter_order_filter' => '?',
  2485. 'annotated_app_entity_legacy_estimate_api_platform_core_bridge_doctrine_orm_filter_search_filter' => '?',
  2486. 'annotated_app_entity_legacy_estimate_roothirsch_shop_bundle_a_p_i_filter_estimate_not_empty_filter' => '?',
  2487. 'annotated_roothirsch_core_bundle_entity_company_roothirsch_core_bundle_a_p_i_filter_in_array_filter' => '?',
  2488. 'annotated_roothirsch_core_bundle_entity_company_roothirsch_core_bundle_a_p_i_filter_or_search_filter' => '?',
  2489. 'annotated_roothirsch_core_bundle_entity_user_api_platform_core_bridge_doctrine_orm_filter_boolean_filter' => '?',
  2490. 'annotated_roothirsch_core_bundle_entity_user_roothirsch_core_bundle_a_p_i_filter_or_search_filter' => '?',
  2491. 'annotated_roothirsch_core_bundle_translation_entity_translation_unit_api_platform_core_bridge_doctrine_orm_filter_search_filter' => '?',
  2492. 'annotated_roothirsch_pim_bundle_entity_product_api_platform_core_bridge_doctrine_orm_filter_search_filter' => '?',
  2493. 'annotated_roothirsch_shop_bundle_entity_address_api_platform_core_bridge_doctrine_orm_filter_boolean_filter' => '?',
  2494. 'annotated_roothirsch_shop_bundle_entity_order_api_platform_core_bridge_doctrine_orm_filter_order_filter' => '?',
  2495. 'annotated_roothirsch_shop_bundle_entity_order_api_platform_core_bridge_doctrine_orm_filter_search_filter' => '?',
  2496. ]);
  2497. }
  2498. /**
  2499. * Gets the private 'api_platform.http_cache.listener.response.configure' shared service.
  2500. *
  2501. * @return \ApiPlatform\HttpCache\EventListener\AddHeadersListener
  2502. */
  2503. protected function getApiPlatform_HttpCache_Listener_Response_ConfigureService()
  2504. {
  2505. 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()));
  2506. }
  2507. /**
  2508. * Gets the private 'api_platform.hydra.json_schema.schema_factory' shared service.
  2509. *
  2510. * @return \ApiPlatform\Core\Hydra\JsonSchema\SchemaFactory
  2511. */
  2512. protected function getApiPlatform_Hydra_JsonSchema_SchemaFactoryService()
  2513. {
  2514. $a = ($this->privates['api_platform.json_schema.type_factory'] ?? $this->getApiPlatform_JsonSchema_TypeFactoryService());
  2515. if (isset($this->privates['api_platform.hydra.json_schema.schema_factory'])) {
  2516. return $this->privates['api_platform.hydra.json_schema.schema_factory'];
  2517. }
  2518. $b = ($this->privates['api_platform.metadata.property.name_collection_factory.cached'] ?? $this->getApiPlatform_Metadata_Property_NameCollectionFactory_CachedService());
  2519. if (isset($this->privates['api_platform.hydra.json_schema.schema_factory'])) {
  2520. return $this->privates['api_platform.hydra.json_schema.schema_factory'];
  2521. }
  2522. 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())));
  2523. }
  2524. /**
  2525. * Gets the private 'api_platform.hydra.listener.response.add_link_header' shared service.
  2526. *
  2527. * @return \ApiPlatform\Hydra\EventListener\AddLinkHeaderListener
  2528. */
  2529. protected function getApiPlatform_Hydra_Listener_Response_AddLinkHeaderService()
  2530. {
  2531. return $this->privates['api_platform.hydra.listener.response.add_link_header'] = new \ApiPlatform\Hydra\EventListener\AddLinkHeaderListener(($this->privates['api_platform.router'] ?? $this->getApiPlatform_RouterService()));
  2532. }
  2533. /**
  2534. * Gets the private 'api_platform.identifier.converter' shared service.
  2535. *
  2536. * @return \ApiPlatform\Core\Identifier\IdentifierConverter
  2537. */
  2538. protected function getApiPlatform_Identifier_ConverterService()
  2539. {
  2540. 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 () {
  2541. yield 0 => ($this->privates['api_platform.identifier.symfony_ulid_normalizer'] ?? $this->load('getApiPlatform_Identifier_SymfonyUlidNormalizerService'));
  2542. yield 1 => ($this->privates['api_platform.identifier.symfony_uuid_normalizer'] ?? $this->load('getApiPlatform_Identifier_SymfonyUuidNormalizerService'));
  2543. yield 2 => ($this->privates['api_platform.identifier.integer'] ?? ($this->privates['api_platform.identifier.integer'] = new \ApiPlatform\Core\Identifier\Normalizer\IntegerDenormalizer()));
  2544. yield 3 => ($this->privates['api_platform.identifier.date_normalizer'] ?? ($this->privates['api_platform.identifier.date_normalizer'] = new \ApiPlatform\Core\Identifier\Normalizer\DateTimeIdentifierDenormalizer()));
  2545. yield 4 => ($this->privates['api_platform.identifier.uuid_normalizer'] ?? $this->load('getApiPlatform_Identifier_UuidNormalizerService'));
  2546. }, 5));
  2547. }
  2548. /**
  2549. * Gets the private 'api_platform.identifiers_extractor.cached' shared service.
  2550. *
  2551. * @return \ApiPlatform\Core\Api\CachedIdentifiersExtractor
  2552. */
  2553. protected function getApiPlatform_IdentifiersExtractor_CachedService()
  2554. {
  2555. $a = ($this->privates['api_platform.metadata.property.name_collection_factory.cached'] ?? $this->getApiPlatform_Metadata_Property_NameCollectionFactory_CachedService());
  2556. if (isset($this->privates['api_platform.identifiers_extractor.cached'])) {
  2557. return $this->privates['api_platform.identifiers_extractor.cached'];
  2558. }
  2559. $b = ($this->privates['property_accessor'] ?? $this->getPropertyAccessorService());
  2560. $c = ($this->privates['api_platform.resource_class_resolver'] ?? $this->getApiPlatform_ResourceClassResolverService());
  2561. 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);
  2562. }
  2563. /**
  2564. * Gets the private 'api_platform.json_schema.type_factory' shared service.
  2565. *
  2566. * @return \ApiPlatform\Core\JsonSchema\TypeFactory
  2567. */
  2568. protected function getApiPlatform_JsonSchema_TypeFactoryService()
  2569. {
  2570. $this->privates['api_platform.json_schema.type_factory'] = $instance = new \ApiPlatform\Core\JsonSchema\TypeFactory(($this->privates['api_platform.resource_class_resolver'] ?? $this->getApiPlatform_ResourceClassResolverService()));
  2571. $instance->setSchemaFactory(($this->privates['api_platform.hydra.json_schema.schema_factory'] ?? $this->getApiPlatform_Hydra_JsonSchema_SchemaFactoryService()));
  2572. return $instance;
  2573. }
  2574. /**
  2575. * Gets the private 'api_platform.jsonld.context_builder' shared service.
  2576. *
  2577. * @return \ApiPlatform\JsonLd\ContextBuilder
  2578. */
  2579. protected function getApiPlatform_Jsonld_ContextBuilderService()
  2580. {
  2581. $a = ($this->privates['api_platform.metadata.property.name_collection_factory.cached'] ?? $this->getApiPlatform_Metadata_Property_NameCollectionFactory_CachedService());
  2582. if (isset($this->privates['api_platform.jsonld.context_builder'])) {
  2583. return $this->privates['api_platform.jsonld.context_builder'];
  2584. }
  2585. $b = ($this->privates['api_platform.router'] ?? $this->getApiPlatform_RouterService());
  2586. 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));
  2587. }
  2588. /**
  2589. * Gets the private 'api_platform.listener.request.add_format' shared service.
  2590. *
  2591. * @return \ApiPlatform\Symfony\EventListener\AddFormatListener
  2592. */
  2593. protected function getApiPlatform_Listener_Request_AddFormatService()
  2594. {
  2595. 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']);
  2596. }
  2597. /**
  2598. * Gets the private 'api_platform.listener.request.deserialize' shared service.
  2599. *
  2600. * @return \ApiPlatform\Symfony\EventListener\DeserializeListener
  2601. */
  2602. protected function getApiPlatform_Listener_Request_DeserializeService()
  2603. {
  2604. $a = ($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService());
  2605. if (isset($this->privates['api_platform.listener.request.deserialize'])) {
  2606. return $this->privates['api_platform.listener.request.deserialize'];
  2607. }
  2608. return $this->privates['api_platform.listener.request.deserialize'] = new \ApiPlatform\Symfony\EventListener\DeserializeListener($a, ($this->privates['api_platform.serializer.context_builder.filter'] ?? $this->getApiPlatform_Serializer_ContextBuilder_FilterService()), ($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()));
  2609. }
  2610. /**
  2611. * Gets the private 'api_platform.listener.request.read.legacy' shared service.
  2612. *
  2613. * @return \ApiPlatform\Core\EventListener\ReadListener
  2614. */
  2615. protected function getApiPlatform_Listener_Request_Read_LegacyService()
  2616. {
  2617. $a = ($this->privates['debug.api_platform.collection_data_provider'] ?? $this->getDebug_ApiPlatform_CollectionDataProviderService());
  2618. if (isset($this->privates['api_platform.listener.request.read.legacy'])) {
  2619. return $this->privates['api_platform.listener.request.read.legacy'];
  2620. }
  2621. return $this->privates['api_platform.listener.request.read.legacy'] = new \ApiPlatform\Core\EventListener\ReadListener($a, ($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['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()));
  2622. }
  2623. /**
  2624. * Gets the private 'api_platform.listener.view.validate_query_parameters' shared service.
  2625. *
  2626. * @return \ApiPlatform\Symfony\EventListener\QueryParameterValidateListener
  2627. */
  2628. protected function getApiPlatform_Listener_View_ValidateQueryParametersService()
  2629. {
  2630. 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(($this->privates['api_platform.filter_locator'] ?? $this->getApiPlatform_FilterLocatorService())), true);
  2631. }
  2632. /**
  2633. * Gets the private 'api_platform.metadata.property.metadata_factory.cached.legacy' shared service.
  2634. *
  2635. * @return \ApiPlatform\Core\Metadata\Property\Factory\CachedPropertyMetadataFactory
  2636. */
  2637. protected function getApiPlatform_Metadata_Property_MetadataFactory_Cached_LegacyService()
  2638. {
  2639. $a = ($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService());
  2640. if (isset($this->privates['api_platform.metadata.property.metadata_factory.cached.legacy'])) {
  2641. return $this->privates['api_platform.metadata.property.metadata_factory.cached.legacy'];
  2642. }
  2643. $b = ($this->privates['property_info'] ?? $this->getPropertyInfoService());
  2644. if (isset($this->privates['api_platform.metadata.property.metadata_factory.cached.legacy'])) {
  2645. return $this->privates['api_platform.metadata.property.metadata_factory.cached.legacy'];
  2646. }
  2647. $c = ($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService());
  2648. 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 () {
  2649. 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()));
  2650. yield 1 => ($this->privates['api_platform.metadata.property_schema.collection_restriction'] ?? $this->load('getApiPlatform_Metadata_PropertySchema_CollectionRestrictionService'));
  2651. 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()));
  2652. 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()));
  2653. 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()));
  2654. 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()));
  2655. 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()));
  2656. 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()));
  2657. yield 8 => ($this->privates['api_platform.metadata.property_schema.one_of_restriction'] ?? $this->load('getApiPlatform_Metadata_PropertySchema_OneOfRestrictionService'));
  2658. 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()));
  2659. 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()));
  2660. 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()));
  2661. 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()));
  2662. }, 13)));
  2663. }
  2664. /**
  2665. * Gets the private 'api_platform.metadata.property.name_collection_factory.cached' shared service.
  2666. *
  2667. * @return \ApiPlatform\Metadata\Property\Factory\CachedPropertyNameCollectionFactory
  2668. */
  2669. protected function getApiPlatform_Metadata_Property_NameCollectionFactory_CachedService()
  2670. {
  2671. $a = ($this->privates['property_info'] ?? $this->getPropertyInfoService());
  2672. if (isset($this->privates['api_platform.metadata.property.name_collection_factory.cached'])) {
  2673. return $this->privates['api_platform.metadata.property.name_collection_factory.cached'];
  2674. }
  2675. 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)));
  2676. }
  2677. /**
  2678. * Gets the private 'api_platform.metadata.resource.metadata_factory.cached' shared service.
  2679. *
  2680. * @return \ApiPlatform\Core\Metadata\Resource\Factory\CachedResourceMetadataFactory
  2681. */
  2682. protected function getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()
  2683. {
  2684. $a = ($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService());
  2685. 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'], []));
  2686. }
  2687. /**
  2688. * Gets the private 'api_platform.metadata.resource.name_collection_factory.cached' shared service.
  2689. *
  2690. * @return \ApiPlatform\Metadata\Resource\Factory\CachedResourceNameCollectionFactory
  2691. */
  2692. protected function getApiPlatform_Metadata_Resource_NameCollectionFactory_CachedService()
  2693. {
  2694. 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)))))));
  2695. }
  2696. /**
  2697. * Gets the private 'api_platform.operation_path_resolver.custom' shared service.
  2698. *
  2699. * @return \ApiPlatform\PathResolver\CustomOperationPathResolver
  2700. */
  2701. protected function getApiPlatform_OperationPathResolver_CustomService()
  2702. {
  2703. 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()))));
  2704. }
  2705. /**
  2706. * Gets the private 'api_platform.operation_path_resolver.router' shared service.
  2707. *
  2708. * @return \ApiPlatform\Core\Bridge\Symfony\Routing\RouterOperationPathResolver
  2709. */
  2710. protected function getApiPlatform_OperationPathResolver_RouterService()
  2711. {
  2712. $a = ($this->privates['api_platform.router'] ?? $this->getApiPlatform_RouterService());
  2713. if (isset($this->privates['api_platform.operation_path_resolver.router'])) {
  2714. return $this->privates['api_platform.operation_path_resolver.router'];
  2715. }
  2716. $b = ($this->privates['api_platform.subresource_operation_factory.cached'] ?? $this->getApiPlatform_SubresourceOperationFactory_CachedService());
  2717. if (isset($this->privates['api_platform.operation_path_resolver.router'])) {
  2718. return $this->privates['api_platform.operation_path_resolver.router'];
  2719. }
  2720. 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);
  2721. }
  2722. /**
  2723. * Gets the private 'api_platform.resource_class_resolver' shared service.
  2724. *
  2725. * @return \ApiPlatform\Api\ResourceClassResolver
  2726. */
  2727. protected function getApiPlatform_ResourceClassResolverService()
  2728. {
  2729. 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()));
  2730. }
  2731. /**
  2732. * Gets the private 'api_platform.router' shared service.
  2733. *
  2734. * @return \ApiPlatform\Symfony\Routing\Router
  2735. */
  2736. protected function getApiPlatform_RouterService()
  2737. {
  2738. $a = ($this->services['router'] ?? $this->getRouterService());
  2739. if (isset($this->privates['api_platform.router'])) {
  2740. return $this->privates['api_platform.router'];
  2741. }
  2742. return $this->privates['api_platform.router'] = new \ApiPlatform\Symfony\Routing\Router($a, 1);
  2743. }
  2744. /**
  2745. * Gets the private 'api_platform.security.listener.request.deny_access' shared service.
  2746. *
  2747. * @return \ApiPlatform\Symfony\EventListener\DenyAccessListener
  2748. */
  2749. protected function getApiPlatform_Security_Listener_Request_DenyAccessService()
  2750. {
  2751. 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()));
  2752. }
  2753. /**
  2754. * Gets the private 'api_platform.security.resource_access_checker' shared service.
  2755. *
  2756. * @return \ApiPlatform\Symfony\Security\ResourceAccessChecker
  2757. */
  2758. protected function getApiPlatform_Security_ResourceAccessCheckerService()
  2759. {
  2760. $a = ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService());
  2761. if (isset($this->privates['api_platform.security.resource_access_checker'])) {
  2762. return $this->privates['api_platform.security.resource_access_checker'];
  2763. }
  2764. 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);
  2765. }
  2766. /**
  2767. * Gets the private 'api_platform.serializer.context_builder.filter' shared service.
  2768. *
  2769. * @return \ApiPlatform\Serializer\SerializerFilterContextBuilder
  2770. */
  2771. protected function getApiPlatform_Serializer_ContextBuilder_FilterService()
  2772. {
  2773. $a = ($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService());
  2774. return $this->privates['api_platform.serializer.context_builder.filter'] = new \ApiPlatform\Serializer\SerializerFilterContextBuilder($a, ($this->privates['api_platform.filter_locator'] ?? $this->getApiPlatform_FilterLocatorService()), new \ApiPlatform\Serializer\SerializerContextBuilder($a));
  2775. }
  2776. /**
  2777. * Gets the private 'api_platform.serializer.mapping.class_metadata_factory' shared service.
  2778. *
  2779. * @return \ApiPlatform\Serializer\Mapping\Factory\ClassMetadataFactory
  2780. */
  2781. protected function getApiPlatform_Serializer_Mapping_ClassMetadataFactoryService()
  2782. {
  2783. 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()))])));
  2784. }
  2785. /**
  2786. * Gets the private 'api_platform.subresource_operation_factory.cached' shared service.
  2787. *
  2788. * @return \ApiPlatform\Core\Operation\Factory\CachedSubresourceOperationFactory
  2789. */
  2790. protected function getApiPlatform_SubresourceOperationFactory_CachedService()
  2791. {
  2792. $a = ($this->privates['api_platform.metadata.property.name_collection_factory.cached'] ?? $this->getApiPlatform_Metadata_Property_NameCollectionFactory_CachedService());
  2793. if (isset($this->privates['api_platform.subresource_operation_factory.cached'])) {
  2794. return $this->privates['api_platform.subresource_operation_factory.cached'];
  2795. }
  2796. $b = ($this->privates['api_platform.metadata.property.metadata_factory.cached.legacy'] ?? $this->getApiPlatform_Metadata_Property_MetadataFactory_Cached_LegacyService());
  2797. if (isset($this->privates['api_platform.subresource_operation_factory.cached'])) {
  2798. return $this->privates['api_platform.subresource_operation_factory.cached'];
  2799. }
  2800. $c = ($this->privates['api_platform.identifiers_extractor.cached'] ?? $this->getApiPlatform_IdentifiersExtractor_CachedService());
  2801. if (isset($this->privates['api_platform.subresource_operation_factory.cached'])) {
  2802. return $this->privates['api_platform.subresource_operation_factory.cached'];
  2803. }
  2804. 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));
  2805. }
  2806. /**
  2807. * Gets the private 'assets.context' shared service.
  2808. *
  2809. * @return \Symfony\Component\Asset\Context\RequestStackContext
  2810. */
  2811. protected function getAssets_ContextService()
  2812. {
  2813. $a = ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService());
  2814. 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());
  2815. }
  2816. /**
  2817. * Gets the private 'assets.packages' shared service.
  2818. *
  2819. * @return \Symfony\Component\Asset\Packages
  2820. */
  2821. protected function getAssets_PackagesService()
  2822. {
  2823. 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 () {
  2824. yield 'main' => ($this->privates['assets._package_main'] ?? $this->load('getAssets_PackageMainService'));
  2825. yield 'configurator' => ($this->privates['assets._package_configurator'] ?? $this->load('getAssets_PackageConfiguratorService'));
  2826. yield 'theme_brunex' => ($this->privates['assets._package_theme_brunex'] ?? $this->load('getAssets_PackageThemeBrunexService'));
  2827. yield 'theme_hgc' => ($this->privates['assets._package_theme_hgc'] ?? $this->load('getAssets_PackageThemeHgcService'));
  2828. yield 'theme_sturm' => ($this->privates['assets._package_theme_sturm'] ?? $this->load('getAssets_PackageThemeSturmService'));
  2829. yield 'theme_stf' => ($this->privates['assets._package_theme_stf'] ?? $this->load('getAssets_PackageThemeStfService'));
  2830. yield 'delivery_time_estimator' => ($this->privates['assets._package_delivery_time_estimator'] ?? $this->load('getAssets_PackageDeliveryTimeEstimatorService'));
  2831. yield 'easyadmin.assets.package' => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Asset\\AssetPackage'] ?? $this->load('getAssetPackageService'));
  2832. }, 8));
  2833. }
  2834. /**
  2835. * Gets the private 'cache.annotations' shared service.
  2836. *
  2837. * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2838. */
  2839. protected function getCache_AnnotationsService()
  2840. {
  2841. return $this->privates['cache.annotations'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('LUwju8oo-c', 0, $this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  2842. }
  2843. /**
  2844. * Gets the private 'cache.doctrine.orm.default.query' shared service.
  2845. *
  2846. * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2847. */
  2848. protected function getCache_Doctrine_Orm_Default_QueryService()
  2849. {
  2850. return $this->privates['cache.doctrine.orm.default.query'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  2851. }
  2852. /**
  2853. * Gets the private 'cache.doctrine.orm.default.result' shared service.
  2854. *
  2855. * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2856. */
  2857. protected function getCache_Doctrine_Orm_Default_ResultService()
  2858. {
  2859. return $this->privates['cache.doctrine.orm.default.result'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  2860. }
  2861. /**
  2862. * Gets the private 'cache.doctrine.orm.my_brunex.query' shared service.
  2863. *
  2864. * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2865. */
  2866. protected function getCache_Doctrine_Orm_MyBrunex_QueryService()
  2867. {
  2868. return $this->privates['cache.doctrine.orm.my_brunex.query'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  2869. }
  2870. /**
  2871. * Gets the private 'cache.doctrine.orm.my_brunex.result' shared service.
  2872. *
  2873. * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2874. */
  2875. protected function getCache_Doctrine_Orm_MyBrunex_ResultService()
  2876. {
  2877. return $this->privates['cache.doctrine.orm.my_brunex.result'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  2878. }
  2879. /**
  2880. * Gets the private 'cache.property_info' shared service.
  2881. *
  2882. * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2883. */
  2884. protected function getCache_PropertyInfoService()
  2885. {
  2886. return $this->privates['cache.property_info'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('fqcb06i6Oh', 0, $this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  2887. }
  2888. /**
  2889. * Gets the private 'cache.security_expression_language' shared service.
  2890. *
  2891. * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2892. */
  2893. protected function getCache_SecurityExpressionLanguageService()
  2894. {
  2895. return $this->privates['cache.security_expression_language'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('ImKoGTF81r', 0, $this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  2896. }
  2897. /**
  2898. * Gets the private 'cache.security_token_verifier' shared service.
  2899. *
  2900. * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2901. */
  2902. protected function getCache_SecurityTokenVerifierService()
  2903. {
  2904. return $this->privates['cache.security_token_verifier'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('EKkS-HcMMG', 0, $this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  2905. }
  2906. /**
  2907. * Gets the private 'cache.serializer' shared service.
  2908. *
  2909. * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2910. */
  2911. protected function getCache_SerializerService()
  2912. {
  2913. return $this->privates['cache.serializer'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('vgS1FVNAMw', 0, $this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  2914. }
  2915. /**
  2916. * Gets the private 'cache.validator' shared service.
  2917. *
  2918. * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2919. */
  2920. protected function getCache_ValidatorService()
  2921. {
  2922. return $this->privates['cache.validator'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('6qMHOiEOqs', 0, $this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  2923. }
  2924. /**
  2925. * Gets the private 'cache.webpack_encore' shared service.
  2926. *
  2927. * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2928. */
  2929. protected function getCache_WebpackEncoreService()
  2930. {
  2931. return $this->privates['cache.webpack_encore'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('ZQ8HYV4CDR', 0, $this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  2932. }
  2933. /**
  2934. * Gets the private 'config_cache_factory' shared service.
  2935. *
  2936. * @return \Symfony\Component\Config\ResourceCheckerConfigCacheFactory
  2937. */
  2938. protected function getConfigCacheFactoryService()
  2939. {
  2940. return $this->privates['config_cache_factory'] = new \Symfony\Component\Config\ResourceCheckerConfigCacheFactory(new RewindableGenerator(function () {
  2941. 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)));
  2942. yield 1 => ($this->privates['config.resource.self_checking_resource_checker'] ?? ($this->privates['config.resource.self_checking_resource_checker'] = new \Symfony\Component\Config\Resource\SelfCheckingResourceChecker()));
  2943. }, 2));
  2944. }
  2945. /**
  2946. * Gets the private 'data_collector.form' shared service.
  2947. *
  2948. * @return \Symfony\Component\Form\Extension\DataCollector\FormDataCollector
  2949. */
  2950. protected function getDataCollector_FormService()
  2951. {
  2952. return $this->privates['data_collector.form'] = new \Symfony\Component\Form\Extension\DataCollector\FormDataCollector(new \Symfony\Component\Form\Extension\DataCollector\FormDataExtractor());
  2953. }
  2954. /**
  2955. * Gets the private 'data_collector.request' shared service.
  2956. *
  2957. * @return \Symfony\Component\HttpKernel\DataCollector\RequestDataCollector
  2958. */
  2959. protected function getDataCollector_RequestService()
  2960. {
  2961. 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())));
  2962. }
  2963. /**
  2964. * Gets the private 'debug.api_platform.collection_data_provider' shared service.
  2965. *
  2966. * @return \ApiPlatform\Core\Bridge\Symfony\Bundle\DataProvider\TraceableChainCollectionDataProvider
  2967. */
  2968. protected function getDebug_ApiPlatform_CollectionDataProviderService()
  2969. {
  2970. 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 () {
  2971. yield 0 => ($this->privates['App\\Brunex\\API\\DataProvider\\BodenabschlussCollectionDataProvider'] ?? $this->load('getBodenabschlussCollectionDataProviderService'));
  2972. yield 1 => ($this->privates['App\\Brunex\\API\\DataProvider\\DeckblattCollectionDataProvider'] ?? $this->load('getDeckblattCollectionDataProviderService'));
  2973. yield 2 => ($this->privates['App\\Brunex\\API\\DataProvider\\PlaketteCollectionDataProvider'] ?? $this->load('getPlaketteCollectionDataProviderService'));
  2974. yield 3 => ($this->privates['App\\Brunex\\API\\DataProvider\\RahmenCollectionDataProvider'] ?? $this->load('getRahmenCollectionDataProviderService'));
  2975. yield 4 => ($this->privates['App\\Brunex\\API\\DataProvider\\RahmenholzDataProvider'] ?? $this->load('getRahmenholzDataProviderService'));
  2976. yield 5 => ($this->privates['App\\Brunex\\API\\DataProvider\\TuerRahmenCollectionDataProvider'] ?? ($this->privates['App\\Brunex\\API\\DataProvider\\TuerRahmenCollectionDataProvider'] = new \App\Brunex\API\DataProvider\TuerRahmenCollectionDataProvider()));
  2977. yield 6 => ($this->privates['App\\Brunex\\API\\DataProvider\\TuerblattCollectionDataProvider'] ?? $this->load('getTuerblattCollectionDataProviderService'));
  2978. yield 7 => ($this->privates['api_platform.doctrine.orm.default.collection_data_provider'] ?? $this->load('getApiPlatform_Doctrine_Orm_Default_CollectionDataProviderService'));
  2979. }, 8)));
  2980. }
  2981. /**
  2982. * Gets the private 'debug.api_platform.data_persister' shared service.
  2983. *
  2984. * @return \ApiPlatform\Core\Bridge\Symfony\Bundle\DataPersister\TraceableChainDataPersister
  2985. */
  2986. protected function getDebug_ApiPlatform_DataPersisterService()
  2987. {
  2988. return $this->privates['debug.api_platform.data_persister'] = new \ApiPlatform\Core\Bridge\Symfony\Bundle\DataPersister\TraceableChainDataPersister(new \ApiPlatform\Core\DataPersister\ChainDataPersister(new RewindableGenerator(function () {
  2989. yield 0 => ($this->privates['api_platform.doctrine.orm.data_persister'] ?? $this->load('getApiPlatform_Doctrine_Orm_DataPersisterService'));
  2990. }, 1)));
  2991. }
  2992. /**
  2993. * Gets the private 'debug.api_platform.item_data_provider' shared service.
  2994. *
  2995. * @return \ApiPlatform\Core\Bridge\Symfony\Bundle\DataProvider\TraceableChainItemDataProvider
  2996. */
  2997. protected function getDebug_ApiPlatform_ItemDataProviderService()
  2998. {
  2999. 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 () {
  3000. yield 0 => ($this->privates['api_platform.doctrine.orm.default.item_data_provider'] ?? $this->load('getApiPlatform_Doctrine_Orm_Default_ItemDataProviderService'));
  3001. }, 1)));
  3002. }
  3003. /**
  3004. * Gets the private 'debug.api_platform.subresource_data_provider' shared service.
  3005. *
  3006. * @return \ApiPlatform\Core\Bridge\Symfony\Bundle\DataProvider\TraceableChainSubresourceDataProvider
  3007. */
  3008. protected function getDebug_ApiPlatform_SubresourceDataProviderService()
  3009. {
  3010. 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 () {
  3011. yield 0 => ($this->privates['api_platform.doctrine.orm.default.subresource_data_provider'] ?? $this->load('getApiPlatform_Doctrine_Orm_Default_SubresourceDataProviderService'));
  3012. }, 1)));
  3013. }
  3014. /**
  3015. * Gets the private 'debug.controller_resolver' shared service.
  3016. *
  3017. * @return \Symfony\Component\HttpKernel\Controller\TraceableControllerResolver
  3018. */
  3019. protected function getDebug_ControllerResolverService()
  3020. {
  3021. 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))));
  3022. }
  3023. /**
  3024. * Gets the private 'debug.debug_handlers_listener' shared service.
  3025. *
  3026. * @return \Symfony\Component\HttpKernel\EventListener\DebugHandlersListener
  3027. */
  3028. protected function getDebug_DebugHandlersListenerService()
  3029. {
  3030. $a = new \Symfony\Bridge\Monolog\Logger('php');
  3031. $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  3032. $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  3033. $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  3034. \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  3035. return $this->privates['debug.debug_handlers_listener'] = new \Symfony\Component\HttpKernel\EventListener\DebugHandlersListener(NULL, $a, NULL, -1, true, true, NULL);
  3036. }
  3037. /**
  3038. * Gets the private 'debug.file_link_formatter' shared service.
  3039. *
  3040. * @return \Symfony\Component\HttpKernel\Debug\FileLinkFormatter
  3041. */
  3042. protected function getDebug_FileLinkFormatterService()
  3043. {
  3044. 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 () {
  3045. return ($this->privates['debug.file_link_formatter.url_format'] ?? $this->load('getDebug_FileLinkFormatter_UrlFormatService'));
  3046. });
  3047. }
  3048. /**
  3049. * Gets the private 'debug.log_processor' shared service.
  3050. *
  3051. * @return \Symfony\Bridge\Monolog\Processor\DebugProcessor
  3052. */
  3053. protected function getDebug_LogProcessorService()
  3054. {
  3055. 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())));
  3056. }
  3057. /**
  3058. * Gets the private 'debug.security.access.decision_manager' shared service.
  3059. *
  3060. * @return \Symfony\Component\Security\Core\Authorization\TraceableAccessDecisionManager
  3061. */
  3062. protected function getDebug_Security_Access_DecisionManagerService()
  3063. {
  3064. 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 () {
  3065. yield 0 => ($this->privates['debug.security.voter.security.access.authenticated_voter'] ?? $this->load('getDebug_Security_Voter_Security_Access_AuthenticatedVoterService'));
  3066. yield 1 => ($this->privates['debug.security.voter.security.access.role_hierarchy_voter'] ?? $this->load('getDebug_Security_Voter_Security_Access_RoleHierarchyVoterService'));
  3067. yield 2 => ($this->privates['debug.security.voter.security.access.expression_voter'] ?? $this->load('getDebug_Security_Voter_Security_Access_ExpressionVoterService'));
  3068. yield 3 => ($this->privates['debug.security.voter.EasyCorp\\Bundle\\EasyAdminBundle\\Security\\SecurityVoter'] ?? $this->load('getSecurityVoterService'));
  3069. }, 4), new \Symfony\Component\Security\Core\Authorization\Strategy\AffirmativeStrategy(false)));
  3070. }
  3071. /**
  3072. * Gets the private 'debug.security.firewall' shared service.
  3073. *
  3074. * @return \Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener
  3075. */
  3076. protected function getDebug_Security_FirewallService()
  3077. {
  3078. $a = ($this->privates['security.firewall.map'] ?? $this->getSecurity_Firewall_MapService());
  3079. if (isset($this->privates['debug.security.firewall'])) {
  3080. return $this->privates['debug.security.firewall'];
  3081. }
  3082. $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  3083. if (isset($this->privates['debug.security.firewall'])) {
  3084. return $this->privates['debug.security.firewall'];
  3085. }
  3086. return $this->privates['debug.security.firewall'] = new \Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener($a, $b, ($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService()));
  3087. }
  3088. /**
  3089. * Gets the private 'doctrine.dbal.connection_factory' shared service.
  3090. *
  3091. * @return \Doctrine\Bundle\DoctrineBundle\ConnectionFactory
  3092. */
  3093. protected function getDoctrine_Dbal_ConnectionFactoryService()
  3094. {
  3095. 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']));
  3096. }
  3097. /**
  3098. * Gets the private 'doctrine.dbal.default_connection.event_manager' shared service.
  3099. *
  3100. * @return \Symfony\Bridge\Doctrine\ContainerAwareEventManager
  3101. */
  3102. protected function getDoctrine_Dbal_DefaultConnection_EventManagerService()
  3103. {
  3104. return $this->privates['doctrine.dbal.default_connection.event_manager'] = new \Symfony\Bridge\Doctrine\ContainerAwareEventManager(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3105. 'Roothirsch\\CoreBundle\\Behaviors\\Attributable\\EventSubscriber\\AttributeValueInjectionEventSubscriber' => ['privates', 'Roothirsch\\CoreBundle\\Behaviors\\Attributable\\EventSubscriber\\AttributeValueInjectionEventSubscriber', 'getAttributeValueInjectionEventSubscriberService', true],
  3106. 'Roothirsch\\CoreBundle\\Behaviors\\Translatable\\TranslatableDoctrineListener' => ['privates', 'Roothirsch\\CoreBundle\\Behaviors\\Translatable\\TranslatableDoctrineListener', 'getTranslatableDoctrineListenerService', true],
  3107. 'Roothirsch\\CoreBundle\\Behaviors\\Translatable\\TranslatableRepositoryOverrideSubscriber' => ['privates', 'Roothirsch\\CoreBundle\\Behaviors\\Translatable\\TranslatableRepositoryOverrideSubscriber', 'getTranslatableRepositoryOverrideSubscriberService', true],
  3108. 'Roothirsch\\CoreBundle\\Security\\UserPasswordEncoder' => ['privates', 'Roothirsch\\CoreBundle\\Security\\UserPasswordEncoder', 'getUserPasswordEncoderService', true],
  3109. 'Roothirsch\\CoreBundle\\Translation\\EventSubscriber\\TranslationUnitStatusUpdate' => ['privates', 'Roothirsch\\CoreBundle\\Translation\\EventSubscriber\\TranslationUnitStatusUpdate', 'getTranslationUnitStatusUpdateService', true],
  3110. 'Roothirsch\\CoreBundle\\UserAware\\EntityValueInjection' => ['privates', 'Roothirsch\\CoreBundle\\UserAware\\EntityValueInjection', 'getEntityValueInjectionService', true],
  3111. 'Roothirsch\\DamBundle\\EventSubscriber\\FileMetadataSubscriber' => ['services', 'Roothirsch\\DamBundle\\EventSubscriber\\FileMetadataSubscriber', 'getFileMetadataSubscriberService', true],
  3112. 'Roothirsch\\ShopBundle\\EventSubscriber\\AttributesInjector' => ['services', 'Roothirsch\\ShopBundle\\EventSubscriber\\AttributesInjector', 'getAttributesInjectorService', true],
  3113. 'doctrine.orm.default_listeners.attach_entity_listeners' => ['privates', 'doctrine.orm.default_listeners.attach_entity_listeners', 'getDoctrine_Orm_DefaultListeners_AttachEntityListenersService', true],
  3114. 'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber' => ['privates', 'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber', 'getDoctrine_Orm_Listeners_DoctrineDbalCacheAdapterSchemaSubscriberService', true],
  3115. 'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber' => ['privates', 'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber', 'getDoctrine_Orm_Listeners_DoctrineTokenProviderSchemaSubscriberService', true],
  3116. 'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber' => ['privates', 'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber', 'getDoctrine_Orm_Listeners_PdoCacheAdapterDoctrineSchemaSubscriberService', true],
  3117. 'stof_doctrine_extensions.listener.softdeleteable' => ['privates', 'stof_doctrine_extensions.listener.softdeleteable', 'getStofDoctrineExtensions_Listener_SoftdeleteableService', true],
  3118. 'stof_doctrine_extensions.listener.timestampable' => ['privates', 'stof_doctrine_extensions.listener.timestampable', 'getStofDoctrineExtensions_Listener_TimestampableService', true],
  3119. 'stof_doctrine_extensions.listener.translatable' => ['privates', 'stof_doctrine_extensions.listener.translatable', 'getStofDoctrineExtensions_Listener_TranslatableService', false],
  3120. 'stof_doctrine_extensions.listener.tree' => ['privates', 'stof_doctrine_extensions.listener.tree', 'getStofDoctrineExtensions_Listener_TreeService', true],
  3121. 'vich_uploader.listener.clean.company_logo' => ['privates', 'vich_uploader.listener.clean.company_logo', 'getVichUploader_Listener_Clean_CompanyLogoService', true],
  3122. 'vich_uploader.listener.clean.estimate_file' => ['privates', 'vich_uploader.listener.clean.estimate_file', 'getVichUploader_Listener_Clean_EstimateFileService', true],
  3123. 'vich_uploader.listener.clean.estimate_item_file' => ['privates', 'vich_uploader.listener.clean.estimate_item_file', 'getVichUploader_Listener_Clean_EstimateItemFileService', true],
  3124. 'vich_uploader.listener.clean.feedback_file' => ['privates', 'vich_uploader.listener.clean.feedback_file', 'getVichUploader_Listener_Clean_FeedbackFileService', true],
  3125. 'vich_uploader.listener.remove.company_logo' => ['privates', 'vich_uploader.listener.remove.company_logo', 'getVichUploader_Listener_Remove_CompanyLogoService', true],
  3126. 'vich_uploader.listener.remove.estimate_file' => ['privates', 'vich_uploader.listener.remove.estimate_file', 'getVichUploader_Listener_Remove_EstimateFileService', true],
  3127. 'vich_uploader.listener.remove.estimate_item_file' => ['privates', 'vich_uploader.listener.remove.estimate_item_file', 'getVichUploader_Listener_Remove_EstimateItemFileService', true],
  3128. 'vich_uploader.listener.remove.feedback_file' => ['privates', 'vich_uploader.listener.remove.feedback_file', 'getVichUploader_Listener_Remove_FeedbackFileService', true],
  3129. 'vich_uploader.listener.upload.company_logo' => ['privates', 'vich_uploader.listener.upload.company_logo', 'getVichUploader_Listener_Upload_CompanyLogoService', true],
  3130. 'vich_uploader.listener.upload.estimate_file' => ['privates', 'vich_uploader.listener.upload.estimate_file', 'getVichUploader_Listener_Upload_EstimateFileService', true],
  3131. 'vich_uploader.listener.upload.estimate_item_file' => ['privates', 'vich_uploader.listener.upload.estimate_item_file', 'getVichUploader_Listener_Upload_EstimateItemFileService', true],
  3132. 'vich_uploader.listener.upload.feedback_file' => ['privates', 'vich_uploader.listener.upload.feedback_file', 'getVichUploader_Listener_Upload_FeedbackFileService', true],
  3133. ], [
  3134. 'Roothirsch\\CoreBundle\\Behaviors\\Attributable\\EventSubscriber\\AttributeValueInjectionEventSubscriber' => '?',
  3135. 'Roothirsch\\CoreBundle\\Behaviors\\Translatable\\TranslatableDoctrineListener' => '?',
  3136. 'Roothirsch\\CoreBundle\\Behaviors\\Translatable\\TranslatableRepositoryOverrideSubscriber' => '?',
  3137. 'Roothirsch\\CoreBundle\\Security\\UserPasswordEncoder' => '?',
  3138. 'Roothirsch\\CoreBundle\\Translation\\EventSubscriber\\TranslationUnitStatusUpdate' => '?',
  3139. 'Roothirsch\\CoreBundle\\UserAware\\EntityValueInjection' => '?',
  3140. 'Roothirsch\\DamBundle\\EventSubscriber\\FileMetadataSubscriber' => '?',
  3141. 'Roothirsch\\ShopBundle\\EventSubscriber\\AttributesInjector' => '?',
  3142. 'doctrine.orm.default_listeners.attach_entity_listeners' => '?',
  3143. 'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber' => '?',
  3144. 'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber' => '?',
  3145. 'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber' => '?',
  3146. 'stof_doctrine_extensions.listener.softdeleteable' => '?',
  3147. 'stof_doctrine_extensions.listener.timestampable' => '?',
  3148. 'stof_doctrine_extensions.listener.translatable' => '?',
  3149. 'stof_doctrine_extensions.listener.tree' => '?',
  3150. 'vich_uploader.listener.clean.company_logo' => '?',
  3151. 'vich_uploader.listener.clean.estimate_file' => '?',
  3152. 'vich_uploader.listener.clean.estimate_item_file' => '?',
  3153. 'vich_uploader.listener.clean.feedback_file' => '?',
  3154. 'vich_uploader.listener.remove.company_logo' => '?',
  3155. 'vich_uploader.listener.remove.estimate_file' => '?',
  3156. 'vich_uploader.listener.remove.estimate_item_file' => '?',
  3157. 'vich_uploader.listener.remove.feedback_file' => '?',
  3158. 'vich_uploader.listener.upload.company_logo' => '?',
  3159. 'vich_uploader.listener.upload.estimate_file' => '?',
  3160. 'vich_uploader.listener.upload.estimate_item_file' => '?',
  3161. 'vich_uploader.listener.upload.feedback_file' => '?',
  3162. ]), [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\\EventSubscriber\\FileMetadataSubscriber', 11 => 'Roothirsch\\ShopBundle\\EventSubscriber\\AttributesInjector', 12 => 'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber', 13 => 'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber', 14 => 'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber', 15 => 'vich_uploader.listener.remove.company_logo', 16 => 'vich_uploader.listener.upload.company_logo', 17 => 'vich_uploader.listener.remove.feedback_file', 18 => 'vich_uploader.listener.upload.feedback_file', 19 => 'vich_uploader.listener.remove.estimate_file', 20 => 'vich_uploader.listener.upload.estimate_file', 21 => 'vich_uploader.listener.remove.estimate_item_file', 22 => 'vich_uploader.listener.upload.estimate_item_file', 23 => [0 => [0 => 'loadClassMetadata'], 1 => 'doctrine.orm.default_listeners.attach_entity_listeners'], 24 => [0 => [0 => 'prePersist'], 1 => 'stof_doctrine_extensions.listener.tree'], 25 => [0 => [0 => 'preRemove'], 1 => 'stof_doctrine_extensions.listener.tree'], 26 => [0 => [0 => 'preUpdate'], 1 => 'stof_doctrine_extensions.listener.tree'], 27 => [0 => [0 => 'onFlush'], 1 => 'stof_doctrine_extensions.listener.tree'], 28 => [0 => [0 => 'loadClassMetadata'], 1 => 'stof_doctrine_extensions.listener.tree'], 29 => [0 => [0 => 'postPersist'], 1 => 'stof_doctrine_extensions.listener.tree'], 30 => [0 => [0 => 'postUpdate'], 1 => 'stof_doctrine_extensions.listener.tree'], 31 => [0 => [0 => 'postRemove'], 1 => 'stof_doctrine_extensions.listener.tree'], 32 => [0 => [0 => 'prePersist'], 1 => 'stof_doctrine_extensions.listener.timestampable'], 33 => [0 => [0 => 'onFlush'], 1 => 'stof_doctrine_extensions.listener.timestampable'], 34 => [0 => [0 => 'loadClassMetadata'], 1 => 'stof_doctrine_extensions.listener.timestampable'], 35 => [0 => [0 => 'loadClassMetadata'], 1 => 'stof_doctrine_extensions.listener.softdeleteable'], 36 => [0 => [0 => 'onFlush'], 1 => 'stof_doctrine_extensions.listener.softdeleteable'], 37 => [0 => [0 => 'postLoad'], 1 => 'stof_doctrine_extensions.listener.translatable'], 38 => [0 => [0 => 'postPersist'], 1 => 'stof_doctrine_extensions.listener.translatable'], 39 => [0 => [0 => 'preFlush'], 1 => 'stof_doctrine_extensions.listener.translatable'], 40 => [0 => [0 => 'onFlush'], 1 => 'stof_doctrine_extensions.listener.translatable'], 41 => [0 => [0 => 'loadClassMetadata'], 1 => 'stof_doctrine_extensions.listener.translatable']]);
  3163. }
  3164. /**
  3165. * Gets the private 'doctrine.dbal.my_brunex_connection.event_manager' shared service.
  3166. *
  3167. * @return \Symfony\Bridge\Doctrine\ContainerAwareEventManager
  3168. */
  3169. protected function getDoctrine_Dbal_MyBrunexConnection_EventManagerService()
  3170. {
  3171. return $this->privates['doctrine.dbal.my_brunex_connection.event_manager'] = new \Symfony\Bridge\Doctrine\ContainerAwareEventManager(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3172. 'Roothirsch\\CoreBundle\\Behaviors\\Attributable\\EventSubscriber\\AttributeValueInjectionEventSubscriber' => ['privates', 'Roothirsch\\CoreBundle\\Behaviors\\Attributable\\EventSubscriber\\AttributeValueInjectionEventSubscriber', 'getAttributeValueInjectionEventSubscriberService', true],
  3173. 'Roothirsch\\CoreBundle\\Behaviors\\Translatable\\TranslatableDoctrineListener' => ['privates', 'Roothirsch\\CoreBundle\\Behaviors\\Translatable\\TranslatableDoctrineListener', 'getTranslatableDoctrineListenerService', true],
  3174. 'Roothirsch\\CoreBundle\\Behaviors\\Translatable\\TranslatableRepositoryOverrideSubscriber' => ['privates', 'Roothirsch\\CoreBundle\\Behaviors\\Translatable\\TranslatableRepositoryOverrideSubscriber', 'getTranslatableRepositoryOverrideSubscriberService', true],
  3175. 'Roothirsch\\CoreBundle\\Security\\UserPasswordEncoder' => ['privates', 'Roothirsch\\CoreBundle\\Security\\UserPasswordEncoder', 'getUserPasswordEncoderService', true],
  3176. 'Roothirsch\\CoreBundle\\Translation\\EventSubscriber\\TranslationUnitStatusUpdate' => ['privates', 'Roothirsch\\CoreBundle\\Translation\\EventSubscriber\\TranslationUnitStatusUpdate', 'getTranslationUnitStatusUpdateService', true],
  3177. 'Roothirsch\\CoreBundle\\UserAware\\EntityValueInjection' => ['privates', 'Roothirsch\\CoreBundle\\UserAware\\EntityValueInjection', 'getEntityValueInjectionService', true],
  3178. 'Roothirsch\\DamBundle\\EventSubscriber\\FileMetadataSubscriber' => ['services', 'Roothirsch\\DamBundle\\EventSubscriber\\FileMetadataSubscriber', 'getFileMetadataSubscriberService', true],
  3179. 'Roothirsch\\ShopBundle\\EventSubscriber\\AttributesInjector' => ['services', 'Roothirsch\\ShopBundle\\EventSubscriber\\AttributesInjector', 'getAttributesInjectorService', true],
  3180. 'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber' => ['privates', 'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber', 'getDoctrine_Orm_Listeners_DoctrineDbalCacheAdapterSchemaSubscriberService', true],
  3181. 'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber' => ['privates', 'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber', 'getDoctrine_Orm_Listeners_DoctrineTokenProviderSchemaSubscriberService', true],
  3182. 'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber' => ['privates', 'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber', 'getDoctrine_Orm_Listeners_PdoCacheAdapterDoctrineSchemaSubscriberService', true],
  3183. 'doctrine.orm.my_brunex_listeners.attach_entity_listeners' => ['privates', 'doctrine.orm.my_brunex_listeners.attach_entity_listeners', 'getDoctrine_Orm_MyBrunexListeners_AttachEntityListenersService', true],
  3184. 'vich_uploader.listener.clean.company_logo' => ['privates', 'vich_uploader.listener.clean.company_logo', 'getVichUploader_Listener_Clean_CompanyLogoService', true],
  3185. 'vich_uploader.listener.clean.estimate_file' => ['privates', 'vich_uploader.listener.clean.estimate_file', 'getVichUploader_Listener_Clean_EstimateFileService', true],
  3186. 'vich_uploader.listener.clean.estimate_item_file' => ['privates', 'vich_uploader.listener.clean.estimate_item_file', 'getVichUploader_Listener_Clean_EstimateItemFileService', true],
  3187. 'vich_uploader.listener.clean.feedback_file' => ['privates', 'vich_uploader.listener.clean.feedback_file', 'getVichUploader_Listener_Clean_FeedbackFileService', true],
  3188. 'vich_uploader.listener.remove.company_logo' => ['privates', 'vich_uploader.listener.remove.company_logo', 'getVichUploader_Listener_Remove_CompanyLogoService', true],
  3189. 'vich_uploader.listener.remove.estimate_file' => ['privates', 'vich_uploader.listener.remove.estimate_file', 'getVichUploader_Listener_Remove_EstimateFileService', true],
  3190. 'vich_uploader.listener.remove.estimate_item_file' => ['privates', 'vich_uploader.listener.remove.estimate_item_file', 'getVichUploader_Listener_Remove_EstimateItemFileService', true],
  3191. 'vich_uploader.listener.remove.feedback_file' => ['privates', 'vich_uploader.listener.remove.feedback_file', 'getVichUploader_Listener_Remove_FeedbackFileService', true],
  3192. 'vich_uploader.listener.upload.company_logo' => ['privates', 'vich_uploader.listener.upload.company_logo', 'getVichUploader_Listener_Upload_CompanyLogoService', true],
  3193. 'vich_uploader.listener.upload.estimate_file' => ['privates', 'vich_uploader.listener.upload.estimate_file', 'getVichUploader_Listener_Upload_EstimateFileService', true],
  3194. 'vich_uploader.listener.upload.estimate_item_file' => ['privates', 'vich_uploader.listener.upload.estimate_item_file', 'getVichUploader_Listener_Upload_EstimateItemFileService', true],
  3195. 'vich_uploader.listener.upload.feedback_file' => ['privates', 'vich_uploader.listener.upload.feedback_file', 'getVichUploader_Listener_Upload_FeedbackFileService', true],
  3196. ], [
  3197. 'Roothirsch\\CoreBundle\\Behaviors\\Attributable\\EventSubscriber\\AttributeValueInjectionEventSubscriber' => '?',
  3198. 'Roothirsch\\CoreBundle\\Behaviors\\Translatable\\TranslatableDoctrineListener' => '?',
  3199. 'Roothirsch\\CoreBundle\\Behaviors\\Translatable\\TranslatableRepositoryOverrideSubscriber' => '?',
  3200. 'Roothirsch\\CoreBundle\\Security\\UserPasswordEncoder' => '?',
  3201. 'Roothirsch\\CoreBundle\\Translation\\EventSubscriber\\TranslationUnitStatusUpdate' => '?',
  3202. 'Roothirsch\\CoreBundle\\UserAware\\EntityValueInjection' => '?',
  3203. 'Roothirsch\\DamBundle\\EventSubscriber\\FileMetadataSubscriber' => '?',
  3204. 'Roothirsch\\ShopBundle\\EventSubscriber\\AttributesInjector' => '?',
  3205. 'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber' => '?',
  3206. 'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber' => '?',
  3207. 'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber' => '?',
  3208. 'doctrine.orm.my_brunex_listeners.attach_entity_listeners' => '?',
  3209. 'vich_uploader.listener.clean.company_logo' => '?',
  3210. 'vich_uploader.listener.clean.estimate_file' => '?',
  3211. 'vich_uploader.listener.clean.estimate_item_file' => '?',
  3212. 'vich_uploader.listener.clean.feedback_file' => '?',
  3213. 'vich_uploader.listener.remove.company_logo' => '?',
  3214. 'vich_uploader.listener.remove.estimate_file' => '?',
  3215. 'vich_uploader.listener.remove.estimate_item_file' => '?',
  3216. 'vich_uploader.listener.remove.feedback_file' => '?',
  3217. 'vich_uploader.listener.upload.company_logo' => '?',
  3218. 'vich_uploader.listener.upload.estimate_file' => '?',
  3219. 'vich_uploader.listener.upload.estimate_item_file' => '?',
  3220. 'vich_uploader.listener.upload.feedback_file' => '?',
  3221. ]), [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\\EventSubscriber\\FileMetadataSubscriber', 11 => 'Roothirsch\\ShopBundle\\EventSubscriber\\AttributesInjector', 12 => 'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber', 13 => 'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber', 14 => 'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber', 15 => 'vich_uploader.listener.remove.company_logo', 16 => 'vich_uploader.listener.upload.company_logo', 17 => 'vich_uploader.listener.remove.feedback_file', 18 => 'vich_uploader.listener.upload.feedback_file', 19 => 'vich_uploader.listener.remove.estimate_file', 20 => 'vich_uploader.listener.upload.estimate_file', 21 => 'vich_uploader.listener.remove.estimate_item_file', 22 => 'vich_uploader.listener.upload.estimate_item_file', 23 => [0 => [0 => 'loadClassMetadata'], 1 => 'doctrine.orm.my_brunex_listeners.attach_entity_listeners']]);
  3222. }
  3223. /**
  3224. * Gets the private 'doctrine.orm.container_repository_factory' shared service.
  3225. *
  3226. * @return \Doctrine\Bundle\DoctrineBundle\Repository\ContainerRepositoryFactory
  3227. */
  3228. protected function getDoctrine_Orm_ContainerRepositoryFactoryService()
  3229. {
  3230. return $this->privates['doctrine.orm.container_repository_factory'] = new \Doctrine\Bundle\DoctrineBundle\Repository\ContainerRepositoryFactory(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3231. 'App\\Repository\\Declaration\\DeclarationRepository' => ['privates', 'App\\Repository\\Declaration\\DeclarationRepository', 'getDeclarationRepositoryService', true],
  3232. 'App\\Repository\\Declaration\\DefinitionRepository' => ['privates', 'App\\Repository\\Declaration\\DefinitionRepository', 'getDefinitionRepositoryService', true],
  3233. 'App\\Repository\\Declaration\\FieldRepository' => ['privates', 'App\\Repository\\Declaration\\FieldRepository', 'getFieldRepositoryService', true],
  3234. 'App\\Repository\\Declaration\\ProductRepository' => ['privates', 'App\\Repository\\Declaration\\ProductRepository', 'getProductRepositoryService', true],
  3235. 'App\\Repository\\EstimateAddressRepository' => ['privates', 'App\\Repository\\EstimateAddressRepository', 'getEstimateAddressRepositoryService', true],
  3236. 'App\\Repository\\EstimateRepository' => ['privates', 'App\\Repository\\EstimateRepository', 'getEstimateRepository2Service', true],
  3237. 'Roothirsch\\CoreBundle\\FeatureFlag\\Repository\\FeatureFlagRepository' => ['privates', 'Roothirsch\\CoreBundle\\FeatureFlag\\Repository\\FeatureFlagRepository', 'getFeatureFlagRepositoryService', false],
  3238. 'Roothirsch\\CoreBundle\\Repository\\AddressRepository' => ['privates', 'Roothirsch\\CoreBundle\\Repository\\AddressRepository', 'getAddressRepository2Service', true],
  3239. 'Roothirsch\\CoreBundle\\Repository\\CompanyAttributeRepository' => ['privates', 'Roothirsch\\CoreBundle\\Repository\\CompanyAttributeRepository', 'getCompanyAttributeRepositoryService', true],
  3240. 'Roothirsch\\CoreBundle\\Repository\\CompanyRepository' => ['privates', 'Roothirsch\\CoreBundle\\Repository\\CompanyRepository', 'getCompanyRepositoryService', true],
  3241. 'Roothirsch\\CoreBundle\\Repository\\ContactPersonRepository' => ['privates', 'Roothirsch\\CoreBundle\\Repository\\ContactPersonRepository', 'getContactPersonRepositoryService', true],
  3242. 'Roothirsch\\CoreBundle\\Repository\\ContactValidationRepository' => ['privates', 'Roothirsch\\CoreBundle\\Repository\\ContactValidationRepository', 'getContactValidationRepositoryService', true],
  3243. 'Roothirsch\\CoreBundle\\Repository\\GroupRepository' => ['privates', 'Roothirsch\\CoreBundle\\Repository\\GroupRepository', 'getGroupRepositoryService', false],
  3244. 'Roothirsch\\CoreBundle\\Repository\\ReportSubscriptionRepository' => ['privates', 'Roothirsch\\CoreBundle\\Repository\\ReportSubscriptionRepository', 'getReportSubscriptionRepositoryService', true],
  3245. 'Roothirsch\\CoreBundle\\Repository\\ResetPasswordRequestRepository' => ['privates', 'Roothirsch\\CoreBundle\\Repository\\ResetPasswordRequestRepository', 'getResetPasswordRequestRepositoryService', true],
  3246. 'Roothirsch\\CoreBundle\\Repository\\UserRepository' => ['privates', 'Roothirsch\\CoreBundle\\Repository\\UserRepository', 'getUserRepositoryService', false],
  3247. 'Roothirsch\\CoreBundle\\Site\\Repository\\SiteRepository' => ['privates', 'Roothirsch\\CoreBundle\\Site\\Repository\\SiteRepository', 'getSiteRepositoryService', true],
  3248. 'Roothirsch\\CoreBundle\\Translation\\Repository\\LanguageRepository' => ['privates', 'Roothirsch\\CoreBundle\\Translation\\Repository\\LanguageRepository', 'getLanguageRepositoryService', false],
  3249. 'Roothirsch\\CoreBundle\\Translation\\Repository\\TranslationScopeRepository' => ['privates', 'Roothirsch\\CoreBundle\\Translation\\Repository\\TranslationScopeRepository', 'getTranslationScopeRepositoryService', false],
  3250. 'Roothirsch\\CoreBundle\\Translation\\Repository\\TranslationUnitRepository' => ['privates', 'Roothirsch\\CoreBundle\\Translation\\Repository\\TranslationUnitRepository', 'getTranslationUnitRepositoryService', true],
  3251. 'Roothirsch\\DamBundle\\Repository\\AssetRepository' => ['services', 'Roothirsch\\DamBundle\\Repository\\AssetRepository', 'getAssetRepositoryService', true],
  3252. 'Roothirsch\\DamBundle\\Repository\\FileRepository' => ['services', 'Roothirsch\\DamBundle\\Repository\\FileRepository', 'getFileRepositoryService', true],
  3253. 'Roothirsch\\NotificationBundle\\Repository\\NotificationReadOnRepository' => ['services', 'Roothirsch\\NotificationBundle\\Repository\\NotificationReadOnRepository', 'getNotificationReadOnRepositoryService', true],
  3254. 'Roothirsch\\NotificationBundle\\Repository\\NotificationRepository' => ['services', 'Roothirsch\\NotificationBundle\\Repository\\NotificationRepository', 'getNotificationRepositoryService', true],
  3255. 'Roothirsch\\PimBundle\\Repository\\ArticleRepository' => ['privates', 'Roothirsch\\PimBundle\\Repository\\ArticleRepository', 'getArticleRepositoryService', true],
  3256. 'Roothirsch\\PimBundle\\Repository\\AttributeGroupRepository' => ['privates', 'Roothirsch\\PimBundle\\Repository\\AttributeGroupRepository', 'getAttributeGroupRepositoryService', true],
  3257. 'Roothirsch\\PimBundle\\Repository\\AttributeOptionRepository' => ['privates', 'Roothirsch\\PimBundle\\Repository\\AttributeOptionRepository', 'getAttributeOptionRepository2Service', true],
  3258. 'Roothirsch\\PimBundle\\Repository\\AttributeRepository' => ['privates', 'Roothirsch\\PimBundle\\Repository\\AttributeRepository', 'getAttributeRepositoryService', true],
  3259. 'Roothirsch\\PimBundle\\Repository\\AttributeValueRepository' => ['privates', 'Roothirsch\\PimBundle\\Repository\\AttributeValueRepository', 'getAttributeValueRepository2Service', true],
  3260. 'Roothirsch\\PimBundle\\Repository\\ChannelRepository' => ['privates', 'Roothirsch\\PimBundle\\Repository\\ChannelRepository', 'getChannelRepositoryService', true],
  3261. 'Roothirsch\\PimBundle\\Repository\\DataSourceRepository' => ['privates', 'Roothirsch\\PimBundle\\Repository\\DataSourceRepository', 'getDataSourceRepositoryService', true],
  3262. 'Roothirsch\\PimBundle\\Repository\\ProductRepository' => ['privates', 'Roothirsch\\PimBundle\\Repository\\ProductRepository', 'getProductRepository2Service', true],
  3263. 'Roothirsch\\ShopBundle\\Repository\\AddressRepository' => ['services', 'Roothirsch\\ShopBundle\\Repository\\AddressRepository', 'getAddressRepositoryService', true],
  3264. 'Roothirsch\\ShopBundle\\Repository\\AttributeOptionRepository' => ['services', 'Roothirsch\\ShopBundle\\Repository\\AttributeOptionRepository', 'getAttributeOptionRepositoryService', true],
  3265. 'Roothirsch\\ShopBundle\\Repository\\AttributeValueRepository' => ['services', 'Roothirsch\\ShopBundle\\Repository\\AttributeValueRepository', 'getAttributeValueRepositoryService', true],
  3266. 'Roothirsch\\ShopBundle\\Repository\\EstimateAttributeRepository' => ['services', 'Roothirsch\\ShopBundle\\Repository\\EstimateAttributeRepository', 'getEstimateAttributeRepositoryService', true],
  3267. 'Roothirsch\\ShopBundle\\Repository\\EstimatePositionAttributeRepository' => ['services', 'Roothirsch\\ShopBundle\\Repository\\EstimatePositionAttributeRepository', 'getEstimatePositionAttributeRepositoryService', true],
  3268. 'Roothirsch\\ShopBundle\\Repository\\EstimatePositionRepository' => ['services', 'Roothirsch\\ShopBundle\\Repository\\EstimatePositionRepository', 'getEstimatePositionRepositoryService', true],
  3269. 'Roothirsch\\ShopBundle\\Repository\\EstimateRepository' => ['services', 'Roothirsch\\ShopBundle\\Repository\\EstimateRepository', 'getEstimateRepositoryService', true],
  3270. 'Roothirsch\\ShopBundle\\Repository\\OrderAttributeRepository' => ['services', 'Roothirsch\\ShopBundle\\Repository\\OrderAttributeRepository', 'getOrderAttributeRepositoryService', true],
  3271. 'Roothirsch\\ShopBundle\\Repository\\OrderPositionRepository' => ['services', 'Roothirsch\\ShopBundle\\Repository\\OrderPositionRepository', 'getOrderPositionRepositoryService', true],
  3272. 'Roothirsch\\ShopBundle\\Repository\\OrderRepository' => ['services', 'Roothirsch\\ShopBundle\\Repository\\OrderRepository', 'getOrderRepositoryService', true],
  3273. 'Roothirsch\\ShopBundle\\Repository\\PositionTemplateRepository' => ['services', 'Roothirsch\\ShopBundle\\Repository\\PositionTemplateRepository', 'getPositionTemplateRepositoryService', true],
  3274. ], [
  3275. 'App\\Repository\\Declaration\\DeclarationRepository' => '?',
  3276. 'App\\Repository\\Declaration\\DefinitionRepository' => '?',
  3277. 'App\\Repository\\Declaration\\FieldRepository' => '?',
  3278. 'App\\Repository\\Declaration\\ProductRepository' => '?',
  3279. 'App\\Repository\\EstimateAddressRepository' => '?',
  3280. 'App\\Repository\\EstimateRepository' => '?',
  3281. 'Roothirsch\\CoreBundle\\FeatureFlag\\Repository\\FeatureFlagRepository' => '?',
  3282. 'Roothirsch\\CoreBundle\\Repository\\AddressRepository' => '?',
  3283. 'Roothirsch\\CoreBundle\\Repository\\CompanyAttributeRepository' => '?',
  3284. 'Roothirsch\\CoreBundle\\Repository\\CompanyRepository' => '?',
  3285. 'Roothirsch\\CoreBundle\\Repository\\ContactPersonRepository' => '?',
  3286. 'Roothirsch\\CoreBundle\\Repository\\ContactValidationRepository' => '?',
  3287. 'Roothirsch\\CoreBundle\\Repository\\GroupRepository' => '?',
  3288. 'Roothirsch\\CoreBundle\\Repository\\ReportSubscriptionRepository' => '?',
  3289. 'Roothirsch\\CoreBundle\\Repository\\ResetPasswordRequestRepository' => '?',
  3290. 'Roothirsch\\CoreBundle\\Repository\\UserRepository' => '?',
  3291. 'Roothirsch\\CoreBundle\\Site\\Repository\\SiteRepository' => '?',
  3292. 'Roothirsch\\CoreBundle\\Translation\\Repository\\LanguageRepository' => '?',
  3293. 'Roothirsch\\CoreBundle\\Translation\\Repository\\TranslationScopeRepository' => '?',
  3294. 'Roothirsch\\CoreBundle\\Translation\\Repository\\TranslationUnitRepository' => '?',
  3295. 'Roothirsch\\DamBundle\\Repository\\AssetRepository' => '?',
  3296. 'Roothirsch\\DamBundle\\Repository\\FileRepository' => '?',
  3297. 'Roothirsch\\NotificationBundle\\Repository\\NotificationReadOnRepository' => '?',
  3298. 'Roothirsch\\NotificationBundle\\Repository\\NotificationRepository' => '?',
  3299. 'Roothirsch\\PimBundle\\Repository\\ArticleRepository' => '?',
  3300. 'Roothirsch\\PimBundle\\Repository\\AttributeGroupRepository' => '?',
  3301. 'Roothirsch\\PimBundle\\Repository\\AttributeOptionRepository' => '?',
  3302. 'Roothirsch\\PimBundle\\Repository\\AttributeRepository' => '?',
  3303. 'Roothirsch\\PimBundle\\Repository\\AttributeValueRepository' => '?',
  3304. 'Roothirsch\\PimBundle\\Repository\\ChannelRepository' => '?',
  3305. 'Roothirsch\\PimBundle\\Repository\\DataSourceRepository' => '?',
  3306. 'Roothirsch\\PimBundle\\Repository\\ProductRepository' => '?',
  3307. 'Roothirsch\\ShopBundle\\Repository\\AddressRepository' => '?',
  3308. 'Roothirsch\\ShopBundle\\Repository\\AttributeOptionRepository' => '?',
  3309. 'Roothirsch\\ShopBundle\\Repository\\AttributeValueRepository' => '?',
  3310. 'Roothirsch\\ShopBundle\\Repository\\EstimateAttributeRepository' => '?',
  3311. 'Roothirsch\\ShopBundle\\Repository\\EstimatePositionAttributeRepository' => '?',
  3312. 'Roothirsch\\ShopBundle\\Repository\\EstimatePositionRepository' => '?',
  3313. 'Roothirsch\\ShopBundle\\Repository\\EstimateRepository' => '?',
  3314. 'Roothirsch\\ShopBundle\\Repository\\OrderAttributeRepository' => '?',
  3315. 'Roothirsch\\ShopBundle\\Repository\\OrderPositionRepository' => '?',
  3316. 'Roothirsch\\ShopBundle\\Repository\\OrderRepository' => '?',
  3317. 'Roothirsch\\ShopBundle\\Repository\\PositionTemplateRepository' => '?',
  3318. ]));
  3319. }
  3320. /**
  3321. * Gets the private 'doctrine.orm.default_annotation_metadata_driver' shared service.
  3322. *
  3323. * @return \Doctrine\ORM\Mapping\Driver\AnnotationDriver
  3324. */
  3325. protected function getDoctrine_Orm_DefaultAnnotationMetadataDriverService()
  3326. {
  3327. 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);
  3328. }
  3329. /**
  3330. * Gets the private 'doctrine.orm.default_xml_metadata_driver' shared service.
  3331. *
  3332. * @return \Doctrine\ORM\Mapping\Driver\SimplifiedXmlDriver
  3333. */
  3334. protected function getDoctrine_Orm_DefaultXmlMetadataDriverService()
  3335. {
  3336. $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);
  3337. $instance->setGlobalBasename('mapping');
  3338. return $instance;
  3339. }
  3340. /**
  3341. * Gets the private 'exception_listener' shared service.
  3342. *
  3343. * @return \Symfony\Component\HttpKernel\EventListener\ErrorListener
  3344. */
  3345. protected function getExceptionListener2Service()
  3346. {
  3347. return $this->privates['exception_listener'] = new \Symfony\Component\HttpKernel\EventListener\ErrorListener('error_controller', ($this->privates['monolog.logger.request'] ?? $this->getMonolog_Logger_RequestService()), true, []);
  3348. }
  3349. /**
  3350. * Gets the private 'flagception.activator.chain_activator' shared service.
  3351. *
  3352. * @return \Flagception\Bundle\FlagceptionBundle\Activator\TraceableChainActivator
  3353. */
  3354. protected function getFlagception_Activator_ChainActivatorService()
  3355. {
  3356. $this->privates['flagception.activator.chain_activator'] = $instance = new \Flagception\Bundle\FlagceptionBundle\Activator\TraceableChainActivator();
  3357. $a = new \Flagception\Factory\ExpressionLanguageFactory();
  3358. $a->addProvider(new \Flagception\Constraint\Provider\DateProvider());
  3359. $a->addProvider(new \Flagception\Constraint\Provider\MatchProvider());
  3360. $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]));
  3361. $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']));
  3362. $instance->add(new \Flagception\Activator\ConstraintActivator(new \Flagception\Constraint\ConstraintResolver($a->create()), []));
  3363. $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())));
  3364. return $instance;
  3365. }
  3366. /**
  3367. * Gets the private 'framework_extra_bundle.argument_name_convertor' shared service.
  3368. *
  3369. * @return \Sensio\Bundle\FrameworkExtraBundle\Request\ArgumentNameConverter
  3370. */
  3371. protected function getFrameworkExtraBundle_ArgumentNameConvertorService()
  3372. {
  3373. return $this->privates['framework_extra_bundle.argument_name_convertor'] = new \Sensio\Bundle\FrameworkExtraBundle\Request\ArgumentNameConverter(($this->privates['argument_metadata_factory'] ?? ($this->privates['argument_metadata_factory'] = new \Symfony\Component\HttpKernel\ControllerMetadata\ArgumentMetadataFactory())));
  3374. }
  3375. /**
  3376. * Gets the private 'framework_extra_bundle.event.is_granted' shared service.
  3377. *
  3378. * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\IsGrantedListener
  3379. */
  3380. protected function getFrameworkExtraBundle_Event_IsGrantedService()
  3381. {
  3382. $a = ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService());
  3383. if (isset($this->privates['framework_extra_bundle.event.is_granted'])) {
  3384. return $this->privates['framework_extra_bundle.event.is_granted'];
  3385. }
  3386. return $this->privates['framework_extra_bundle.event.is_granted'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\IsGrantedListener(($this->privates['framework_extra_bundle.argument_name_convertor'] ?? $this->getFrameworkExtraBundle_ArgumentNameConvertorService()), $a);
  3387. }
  3388. /**
  3389. * Gets the private 'locale_aware_listener' shared service.
  3390. *
  3391. * @return \Symfony\Component\HttpKernel\EventListener\LocaleAwareListener
  3392. */
  3393. protected function getLocaleAwareListenerService()
  3394. {
  3395. return $this->privates['locale_aware_listener'] = new \Symfony\Component\HttpKernel\EventListener\LocaleAwareListener(new RewindableGenerator(function () {
  3396. yield 0 => ($this->privates['slugger'] ?? ($this->privates['slugger'] = new \Symfony\Component\String\Slugger\AsciiSlugger('de')));
  3397. yield 1 => ($this->privates['translator.default'] ?? $this->getTranslator_DefaultService());
  3398. }, 2), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  3399. }
  3400. /**
  3401. * Gets the private 'locale_listener' shared service.
  3402. *
  3403. * @return \Symfony\Component\HttpKernel\EventListener\LocaleListener
  3404. */
  3405. protected function getLocaleListenerService()
  3406. {
  3407. $a = ($this->services['router'] ?? $this->getRouterService());
  3408. if (isset($this->privates['locale_listener'])) {
  3409. return $this->privates['locale_listener'];
  3410. }
  3411. 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, []);
  3412. }
  3413. /**
  3414. * Gets the private 'mailer.mailer' shared service.
  3415. *
  3416. * @return \Symfony\Component\Mailer\Mailer
  3417. */
  3418. protected function getMailer_MailerService()
  3419. {
  3420. $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  3421. if (isset($this->privates['mailer.mailer'])) {
  3422. return $this->privates['mailer.mailer'];
  3423. }
  3424. return $this->privates['mailer.mailer'] = new \Symfony\Component\Mailer\Mailer((new \Symfony\Component\Mailer\Transport(new RewindableGenerator(function () {
  3425. yield 0 => ($this->privates['mailer.transport_factory.null'] ?? $this->load('getMailer_TransportFactory_NullService'));
  3426. yield 1 => ($this->privates['mailer.transport_factory.sendmail'] ?? $this->load('getMailer_TransportFactory_SendmailService'));
  3427. yield 2 => ($this->privates['mailer.transport_factory.native'] ?? $this->load('getMailer_TransportFactory_NativeService'));
  3428. yield 3 => ($this->privates['mailer.transport_factory.smtp'] ?? $this->load('getMailer_TransportFactory_SmtpService'));
  3429. }, 4)))->fromStrings(['main' => $this->getEnv('MAILER_DSN')]), NULL, $a);
  3430. }
  3431. /**
  3432. * Gets the private 'mime_types' shared service.
  3433. *
  3434. * @return \Symfony\Component\Mime\MimeTypes
  3435. */
  3436. protected function getMimeTypesService()
  3437. {
  3438. $this->privates['mime_types'] = $instance = new \Symfony\Component\Mime\MimeTypes();
  3439. $instance->setDefault($instance);
  3440. return $instance;
  3441. }
  3442. /**
  3443. * Gets the private 'monolog.handler.console' shared service.
  3444. *
  3445. * @return \Symfony\Bridge\Monolog\Handler\ConsoleHandler
  3446. */
  3447. protected function getMonolog_Handler_ConsoleService()
  3448. {
  3449. return $this->privates['monolog.handler.console'] = new \Symfony\Bridge\Monolog\Handler\ConsoleHandler(NULL, true, [], []);
  3450. }
  3451. /**
  3452. * Gets the private 'monolog.handler.main' shared service.
  3453. *
  3454. * @return \Monolog\Handler\StreamHandler
  3455. */
  3456. protected function getMonolog_Handler_MainService()
  3457. {
  3458. $this->privates['monolog.handler.main'] = $instance = new \Monolog\Handler\StreamHandler((\dirname(__DIR__, 3).'/log/dev.log'), 'debug', true, NULL, false);
  3459. $instance->pushProcessor(new \Monolog\Processor\PsrLogMessageProcessor());
  3460. return $instance;
  3461. }
  3462. /**
  3463. * Gets the private 'monolog.logger' shared service.
  3464. *
  3465. * @return \Symfony\Bridge\Monolog\Logger
  3466. */
  3467. protected function getMonolog_LoggerService()
  3468. {
  3469. $this->privates['monolog.logger'] = $instance = new \Symfony\Bridge\Monolog\Logger('app');
  3470. $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  3471. $instance->useMicrosecondTimestamps(true);
  3472. $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  3473. $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  3474. \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  3475. return $instance;
  3476. }
  3477. /**
  3478. * Gets the private 'monolog.logger.cache' shared service.
  3479. *
  3480. * @return \Symfony\Bridge\Monolog\Logger
  3481. */
  3482. protected function getMonolog_Logger_CacheService()
  3483. {
  3484. $this->privates['monolog.logger.cache'] = $instance = new \Symfony\Bridge\Monolog\Logger('cache');
  3485. $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  3486. $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  3487. $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  3488. \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  3489. return $instance;
  3490. }
  3491. /**
  3492. * Gets the private 'monolog.logger.doctrine' shared service.
  3493. *
  3494. * @return \Symfony\Bridge\Monolog\Logger
  3495. */
  3496. protected function getMonolog_Logger_DoctrineService()
  3497. {
  3498. $this->privates['monolog.logger.doctrine'] = $instance = new \Symfony\Bridge\Monolog\Logger('doctrine');
  3499. $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  3500. $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  3501. \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  3502. return $instance;
  3503. }
  3504. /**
  3505. * Gets the private 'monolog.logger.request' shared service.
  3506. *
  3507. * @return \Symfony\Bridge\Monolog\Logger
  3508. */
  3509. protected function getMonolog_Logger_RequestService()
  3510. {
  3511. $this->privates['monolog.logger.request'] = $instance = new \Symfony\Bridge\Monolog\Logger('request');
  3512. $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  3513. $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  3514. $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  3515. \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  3516. return $instance;
  3517. }
  3518. /**
  3519. * Gets the private 'monolog.logger.security' shared service.
  3520. *
  3521. * @return \Symfony\Bridge\Monolog\Logger
  3522. */
  3523. protected function getMonolog_Logger_SecurityService()
  3524. {
  3525. $this->privates['monolog.logger.security'] = $instance = new \Symfony\Bridge\Monolog\Logger('security');
  3526. $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  3527. $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  3528. $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  3529. \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  3530. return $instance;
  3531. }
  3532. /**
  3533. * Gets the private 'nelmio_cors.cors_listener' shared service.
  3534. *
  3535. * @return \Nelmio\CorsBundle\EventListener\CorsListener
  3536. */
  3537. protected function getNelmioCors_CorsListenerService()
  3538. {
  3539. 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'])]));
  3540. }
  3541. /**
  3542. * Gets the private 'parameter_bag' shared service.
  3543. *
  3544. * @return \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag
  3545. */
  3546. protected function getParameterBagService()
  3547. {
  3548. return $this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this);
  3549. }
  3550. /**
  3551. * Gets the private 'profiler_listener' shared service.
  3552. *
  3553. * @return \Symfony\Component\HttpKernel\EventListener\ProfilerListener
  3554. */
  3555. protected function getProfilerListenerService()
  3556. {
  3557. $a = ($this->services['.container.private.profiler'] ?? $this->get_Container_Private_ProfilerService());
  3558. if (isset($this->privates['profiler_listener'])) {
  3559. return $this->privates['profiler_listener'];
  3560. }
  3561. 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);
  3562. }
  3563. /**
  3564. * Gets the private 'property_accessor' shared service.
  3565. *
  3566. * @return \Symfony\Component\PropertyAccess\PropertyAccessor
  3567. */
  3568. protected function getPropertyAccessorService()
  3569. {
  3570. $a = ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  3571. return $this->privates['property_accessor'] = new \Symfony\Component\PropertyAccess\PropertyAccessor(3, 2, new \Symfony\Component\Cache\Adapter\ArrayAdapter(0, false), $a, $a);
  3572. }
  3573. /**
  3574. * Gets the private 'property_info' shared service.
  3575. *
  3576. * @return \Symfony\Component\PropertyInfo\PropertyInfoExtractor
  3577. */
  3578. protected function getPropertyInfoService()
  3579. {
  3580. return $this->privates['property_info'] = new \Symfony\Component\PropertyInfo\PropertyInfoExtractor(new RewindableGenerator(function () {
  3581. yield 0 => ($this->privates['property_info.serializer_extractor'] ?? $this->load('getPropertyInfo_SerializerExtractorService'));
  3582. yield 1 => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  3583. yield 2 => ($this->privates['doctrine.orm.my_brunex_entity_manager.property_info_extractor'] ?? $this->load('getDoctrine_Orm_MyBrunexEntityManager_PropertyInfoExtractorService'));
  3584. yield 3 => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->load('getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService'));
  3585. }, 4), new RewindableGenerator(function () {
  3586. yield 0 => ($this->privates['doctrine.orm.my_brunex_entity_manager.property_info_extractor'] ?? $this->load('getDoctrine_Orm_MyBrunexEntityManager_PropertyInfoExtractorService'));
  3587. yield 1 => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->load('getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService'));
  3588. yield 2 => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  3589. }, 3), new RewindableGenerator(function () {
  3590. return new \EmptyIterator();
  3591. }, 0), new RewindableGenerator(function () {
  3592. yield 0 => ($this->privates['doctrine.orm.my_brunex_entity_manager.property_info_extractor'] ?? $this->load('getDoctrine_Orm_MyBrunexEntityManager_PropertyInfoExtractorService'));
  3593. yield 1 => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->load('getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService'));
  3594. yield 2 => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  3595. }, 3), new RewindableGenerator(function () {
  3596. yield 0 => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  3597. }, 1));
  3598. }
  3599. /**
  3600. * Gets the private 'router.expression_language_provider' shared service.
  3601. *
  3602. * @return \Symfony\Component\Routing\Matcher\ExpressionLanguageProvider
  3603. */
  3604. protected function getRouter_ExpressionLanguageProviderService()
  3605. {
  3606. return $this->privates['router.expression_language_provider'] = new \Symfony\Component\Routing\Matcher\ExpressionLanguageProvider(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3607. 'env' => ['privates', 'container.getenv', 'getContainer_GetenvService', true],
  3608. ], [
  3609. 'env' => 'Closure',
  3610. ]));
  3611. }
  3612. /**
  3613. * Gets the private 'router.request_context' shared service.
  3614. *
  3615. * @return \Symfony\Component\Routing\RequestContext
  3616. */
  3617. protected function getRouter_RequestContextService()
  3618. {
  3619. $this->privates['router.request_context'] = $instance = \Symfony\Component\Routing\RequestContext::fromUri('', 'localhost', 'http', 80, 443);
  3620. $instance->setParameter('_functions', ($this->privates['router.expression_language_provider'] ?? $this->getRouter_ExpressionLanguageProviderService()));
  3621. return $instance;
  3622. }
  3623. /**
  3624. * Gets the private 'router_listener' shared service.
  3625. *
  3626. * @return \Symfony\Component\HttpKernel\EventListener\RouterListener
  3627. */
  3628. protected function getRouterListenerService()
  3629. {
  3630. $a = ($this->services['router'] ?? $this->getRouterService());
  3631. if (isset($this->privates['router_listener'])) {
  3632. return $this->privates['router_listener'];
  3633. }
  3634. 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);
  3635. }
  3636. /**
  3637. * Gets the private 'security.context_listener.0' shared service.
  3638. *
  3639. * @return \Symfony\Component\Security\Http\Firewall\ContextListener
  3640. */
  3641. protected function getSecurity_ContextListener_0Service()
  3642. {
  3643. $a = ($this->privates['security.event_dispatcher.main'] ?? $this->getSecurity_EventDispatcher_MainService());
  3644. if (isset($this->privates['security.context_listener.0'])) {
  3645. return $this->privates['security.context_listener.0'];
  3646. }
  3647. 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 () {
  3648. yield 0 => ($this->privates['security.user.provider.concrete.default_provider'] ?? $this->load('getSecurity_User_Provider_Concrete_DefaultProviderService'));
  3649. }, 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']);
  3650. }
  3651. /**
  3652. * Gets the private 'security.csrf.token_storage' shared service.
  3653. *
  3654. * @return \Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage
  3655. */
  3656. protected function getSecurity_Csrf_TokenStorageService()
  3657. {
  3658. 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())));
  3659. }
  3660. /**
  3661. * Gets the private 'security.event_dispatcher.main' shared service.
  3662. *
  3663. * @return \Symfony\Component\EventDispatcher\EventDispatcher
  3664. */
  3665. protected function getSecurity_EventDispatcher_MainService()
  3666. {
  3667. $this->privates['security.event_dispatcher.main'] = $instance = new \Symfony\Component\EventDispatcher\EventDispatcher();
  3668. $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [0 => function () {
  3669. return ($this->privates['App\\Security\\LogoutSuccessHandler'] ?? ($this->privates['App\\Security\\LogoutSuccessHandler'] = new \App\Security\LogoutSuccessHandler()));
  3670. }, 1 => 'onSymfonyComponentSecurityHttpEventLogoutEvent'], 0);
  3671. $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [0 => function () {
  3672. return ($this->privates['security.listener.session.main'] ?? $this->load('getSecurity_Listener_Session_MainService'));
  3673. }, 1 => 'onSuccessfulLogin'], 0);
  3674. $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [0 => function () {
  3675. return ($this->privates['security.logout.listener.default.main'] ?? $this->load('getSecurity_Logout_Listener_Default_MainService'));
  3676. }, 1 => 'onLogout'], 64);
  3677. $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [0 => function () {
  3678. return ($this->privates['security.logout.listener.session.main'] ?? ($this->privates['security.logout.listener.session.main'] = new \Symfony\Component\Security\Http\EventListener\SessionLogoutListener()));
  3679. }, 1 => 'onLogout'], 0);
  3680. $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [0 => function () {
  3681. return ($this->privates['security.listener.check_remember_me_conditions.main'] ?? $this->load('getSecurity_Listener_CheckRememberMeConditions_MainService'));
  3682. }, 1 => 'onSuccessfulLogin'], -32);
  3683. $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [0 => function () {
  3684. return ($this->privates['security.listener.remember_me.main'] ?? $this->load('getSecurity_Listener_RememberMe_MainService'));
  3685. }, 1 => 'onSuccessfulLogin'], -64);
  3686. $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginFailureEvent', [0 => function () {
  3687. return ($this->privates['security.listener.remember_me.main'] ?? $this->load('getSecurity_Listener_RememberMe_MainService'));
  3688. }, 1 => 'clearCookie'], 0);
  3689. $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [0 => function () {
  3690. return ($this->privates['security.listener.remember_me.main'] ?? $this->load('getSecurity_Listener_RememberMe_MainService'));
  3691. }, 1 => 'clearCookie'], 0);
  3692. $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\TokenDeauthenticatedEvent', [0 => function () {
  3693. return ($this->privates['security.listener.remember_me.main'] ?? $this->load('getSecurity_Listener_RememberMe_MainService'));
  3694. }, 1 => 'clearCookie'], 0);
  3695. $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [0 => function () {
  3696. return ($this->privates['security.listener.user_checker.main'] ?? $this->load('getSecurity_Listener_UserChecker_MainService'));
  3697. }, 1 => 'preCheckCredentials'], 256);
  3698. $instance->addListener('security.authentication.success', [0 => function () {
  3699. return ($this->privates['security.listener.user_checker.main'] ?? $this->load('getSecurity_Listener_UserChecker_MainService'));
  3700. }, 1 => 'postCheckCredentials'], 256);
  3701. $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [0 => function () {
  3702. return ($this->privates['security.listener.user_provider'] ?? $this->load('getSecurity_Listener_UserProviderService'));
  3703. }, 1 => 'checkPassport'], 1024);
  3704. $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [0 => function () {
  3705. return ($this->privates['security.listener.check_authenticator_credentials'] ?? $this->load('getSecurity_Listener_CheckAuthenticatorCredentialsService'));
  3706. }, 1 => 'checkPassport'], 0);
  3707. $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [0 => function () {
  3708. return ($this->privates['security.listener.password_migrating'] ?? $this->load('getSecurity_Listener_PasswordMigratingService'));
  3709. }, 1 => 'onLoginSuccess'], 0);
  3710. $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [0 => function () {
  3711. return ($this->privates['security.listener.csrf_protection'] ?? $this->load('getSecurity_Listener_CsrfProtectionService'));
  3712. }, 1 => 'checkPassport'], 512);
  3713. $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [0 => function () {
  3714. return ($this->privates['security.logout.listener.csrf_token_clearing'] ?? $this->load('getSecurity_Logout_Listener_CsrfTokenClearingService'));
  3715. }, 1 => 'onLogout'], 0);
  3716. return $instance;
  3717. }
  3718. /**
  3719. * Gets the private 'security.expression_language' shared service.
  3720. *
  3721. * @return \Symfony\Component\Security\Core\Authorization\ExpressionLanguage
  3722. */
  3723. protected function getSecurity_ExpressionLanguageService()
  3724. {
  3725. $this->privates['security.expression_language'] = $instance = new \Symfony\Component\Security\Core\Authorization\ExpressionLanguage(($this->privates['cache.security_expression_language'] ?? $this->getCache_SecurityExpressionLanguageService()));
  3726. $instance->registerProvider(($this->privates['api_platform.security.expression_language_provider'] ?? ($this->privates['api_platform.security.expression_language_provider'] = new \ApiPlatform\Symfony\Security\Core\Authorization\ExpressionLanguageProvider())));
  3727. return $instance;
  3728. }
  3729. /**
  3730. * Gets the private 'security.firewall.map' shared service.
  3731. *
  3732. * @return \Symfony\Bundle\SecurityBundle\Security\FirewallMap
  3733. */
  3734. protected function getSecurity_Firewall_MapService()
  3735. {
  3736. $a = ($this->privates['.service_locator.IkldLAI'] ?? $this->get_ServiceLocator_IkldLAIService());
  3737. if (isset($this->privates['security.firewall.map'])) {
  3738. return $this->privates['security.firewall.map'];
  3739. }
  3740. return $this->privates['security.firewall.map'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallMap($a, new RewindableGenerator(function () {
  3741. 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)/')));
  3742. 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)')));
  3743. 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')));
  3744. yield 'security.firewall.map.context.api' => ($this->privates['.security.request_matcher.p4VlLPC'] ?? ($this->privates['.security.request_matcher.p4VlLPC'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/api')));
  3745. yield 'security.firewall.map.context.main' => NULL;
  3746. }, 5));
  3747. }
  3748. /**
  3749. * Gets the private 'security.helper' shared service.
  3750. *
  3751. * @return \Symfony\Component\Security\Core\Security
  3752. */
  3753. protected function getSecurity_HelperService()
  3754. {
  3755. return $this->privates['security.helper'] = new \Symfony\Component\Security\Core\Security(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3756. 'security.authorization_checker' => ['services', '.container.private.security.authorization_checker', 'get_Container_Private_Security_AuthorizationCheckerService', false],
  3757. 'security.token_storage' => ['services', '.container.private.security.token_storage', 'get_Container_Private_Security_TokenStorageService', false],
  3758. ], [
  3759. 'security.authorization_checker' => '?',
  3760. 'security.token_storage' => '?',
  3761. ]));
  3762. }
  3763. /**
  3764. * Gets the private 'security.logout_url_generator' shared service.
  3765. *
  3766. * @return \Symfony\Component\Security\Http\Logout\LogoutUrlGenerator
  3767. */
  3768. protected function getSecurity_LogoutUrlGeneratorService()
  3769. {
  3770. $a = ($this->services['router'] ?? $this->getRouterService());
  3771. if (isset($this->privates['security.logout_url_generator'])) {
  3772. return $this->privates['security.logout_url_generator'];
  3773. }
  3774. $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()));
  3775. $instance->registerListener('main', 'app_logout', 'logout', '_csrf_token', NULL, NULL);
  3776. return $instance;
  3777. }
  3778. /**
  3779. * Gets the private 'security.role_hierarchy' shared service.
  3780. *
  3781. * @return \Symfony\Component\Security\Core\Role\RoleHierarchy
  3782. */
  3783. protected function getSecurity_RoleHierarchyService()
  3784. {
  3785. return $this->privates['security.role_hierarchy'] = new \Symfony\Component\Security\Core\Role\RoleHierarchy($this->parameters['security.role_hierarchy.roles']);
  3786. }
  3787. /**
  3788. * Gets the private 'sensio_framework_extra.controller.listener' shared service.
  3789. *
  3790. * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener
  3791. */
  3792. protected function getSensioFrameworkExtra_Controller_ListenerService()
  3793. {
  3794. return $this->privates['sensio_framework_extra.controller.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  3795. }
  3796. /**
  3797. * Gets the private 'sensio_framework_extra.converter.listener' shared service.
  3798. *
  3799. * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener
  3800. */
  3801. protected function getSensioFrameworkExtra_Converter_ListenerService()
  3802. {
  3803. $a = new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\ParamConverterManager();
  3804. $a->add(new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\DoctrineParamConverter(($this->services['doctrine'] ?? $this->getDoctrineService()), new \Symfony\Component\ExpressionLanguage\ExpressionLanguage()), 0, 'doctrine.orm');
  3805. $a->add(new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\DateTimeParamConverter(), 0, 'datetime');
  3806. return $this->privates['sensio_framework_extra.converter.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener($a, true);
  3807. }
  3808. /**
  3809. * Gets the private 'sensio_framework_extra.security.listener' shared service.
  3810. *
  3811. * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\SecurityListener
  3812. */
  3813. protected function getSensioFrameworkExtra_Security_ListenerService()
  3814. {
  3815. $a = ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService());
  3816. if (isset($this->privates['sensio_framework_extra.security.listener'])) {
  3817. return $this->privates['sensio_framework_extra.security.listener'];
  3818. }
  3819. $b = new \Sensio\Bundle\FrameworkExtraBundle\Security\ExpressionLanguage();
  3820. $b->registerProvider(($this->privates['api_platform.security.expression_language_provider'] ?? ($this->privates['api_platform.security.expression_language_provider'] = new \ApiPlatform\Symfony\Security\Core\Authorization\ExpressionLanguageProvider())));
  3821. return $this->privates['sensio_framework_extra.security.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\SecurityListener(($this->privates['framework_extra_bundle.argument_name_convertor'] ?? $this->getFrameworkExtraBundle_ArgumentNameConvertorService()), $b, ($this->privates['security.authentication.trust_resolver'] ?? ($this->privates['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver())), ($this->privates['security.role_hierarchy'] ?? $this->getSecurity_RoleHierarchyService()), ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), $a, ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  3822. }
  3823. /**
  3824. * Gets the private 'sensio_framework_extra.view.listener' shared service.
  3825. *
  3826. * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\TemplateListener
  3827. */
  3828. protected function getSensioFrameworkExtra_View_ListenerService()
  3829. {
  3830. $this->privates['sensio_framework_extra.view.listener'] = $instance = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\TemplateListener(new \Sensio\Bundle\FrameworkExtraBundle\Templating\TemplateGuesser(($this->services['kernel'] ?? $this->get('kernel', 1))));
  3831. $instance->setContainer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3832. 'twig' => ['services', '.container.private.twig', 'get_Container_Private_TwigService', false],
  3833. ], [
  3834. 'twig' => '?',
  3835. ]))->withContext('sensio_framework_extra.view.listener', $this));
  3836. return $instance;
  3837. }
  3838. /**
  3839. * Gets the private 'serializer.name_converter.metadata_aware' shared service.
  3840. *
  3841. * @return \Symfony\Component\Serializer\NameConverter\MetadataAwareNameConverter
  3842. */
  3843. protected function getSerializer_NameConverter_MetadataAwareService()
  3844. {
  3845. 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()));
  3846. }
  3847. /**
  3848. * Gets the private 'session.factory' shared service.
  3849. *
  3850. * @return \Symfony\Component\HttpFoundation\Session\SessionFactory
  3851. */
  3852. protected function getSession_FactoryService()
  3853. {
  3854. $a = ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  3855. if (isset($this->privates['session.factory'])) {
  3856. return $this->privates['session.factory'];
  3857. }
  3858. 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']);
  3859. }
  3860. /**
  3861. * Gets the private 'session_listener' shared service.
  3862. *
  3863. * @return \Symfony\Component\HttpKernel\EventListener\SessionListener
  3864. */
  3865. protected function getSessionListenerService()
  3866. {
  3867. return $this->privates['session_listener'] = new \Symfony\Component\HttpKernel\EventListener\SessionListener(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3868. 'initialized_session' => ['services', '.container.private.session', NULL, false],
  3869. 'logger' => ['privates', 'monolog.logger', 'getMonolog_LoggerService', false],
  3870. 'request_stack' => ['services', 'request_stack', 'getRequestStackService', false],
  3871. 'session' => ['services', '.container.private.session', 'get_Container_Private_SessionService', false],
  3872. 'session_collector' => ['privates', 'data_collector.request.session_collector', 'getDataCollector_Request_SessionCollectorService', true],
  3873. 'session_factory' => ['privates', 'session.factory', 'getSession_FactoryService', false],
  3874. ], [
  3875. 'initialized_session' => '?',
  3876. 'logger' => '?',
  3877. 'request_stack' => '?',
  3878. 'session' => '?',
  3879. 'session_collector' => '?',
  3880. 'session_factory' => '?',
  3881. ]), true, $this->parameters['session.storage.options']);
  3882. }
  3883. /**
  3884. * Gets the private 'stof_doctrine_extensions.event_listener.locale' shared service.
  3885. *
  3886. * @return \Stof\DoctrineExtensionsBundle\EventListener\LocaleListener
  3887. */
  3888. protected function getStofDoctrineExtensions_EventListener_LocaleService()
  3889. {
  3890. 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()));
  3891. }
  3892. /**
  3893. * Gets the private 'stof_doctrine_extensions.listener.translatable' shared service.
  3894. *
  3895. * @return \Roothirsch\CoreBundle\Behaviors\Translatable\TranslatableDoctrineListener
  3896. */
  3897. protected function getStofDoctrineExtensions_Listener_TranslatableService()
  3898. {
  3899. $this->privates['stof_doctrine_extensions.listener.translatable'] = $instance = new \Roothirsch\CoreBundle\Behaviors\Translatable\TranslatableDoctrineListener();
  3900. $instance->setCacheItemPool(($this->privates['stof_doctrine_extensions.metadata_cache'] ?? ($this->privates['stof_doctrine_extensions.metadata_cache'] = new \Symfony\Component\Cache\Adapter\ArrayAdapter())));
  3901. $instance->setAnnotationReader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  3902. $instance->setDefaultLocale('de');
  3903. $instance->setTranslatableLocale('de');
  3904. $instance->setTranslationFallback(false);
  3905. $instance->setPersistDefaultLocaleTranslation(false);
  3906. $instance->setSkipOnLoad(false);
  3907. return $instance;
  3908. }
  3909. /**
  3910. * Gets the private 'translator.default' shared service.
  3911. *
  3912. * @return \Symfony\Bundle\FrameworkBundle\Translation\Translator
  3913. */
  3914. protected function getTranslator_DefaultService()
  3915. {
  3916. $this->privates['translator.default'] = $instance = new \Symfony\Bundle\FrameworkBundle\Translation\Translator(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3917. 'translation.loader.csv' => ['privates', 'translation.loader.csv', 'getTranslation_Loader_CsvService', true],
  3918. 'translation.loader.dat' => ['privates', 'translation.loader.dat', 'getTranslation_Loader_DatService', true],
  3919. 'translation.loader.ini' => ['privates', 'translation.loader.ini', 'getTranslation_Loader_IniService', true],
  3920. 'translation.loader.json' => ['privates', 'translation.loader.json', 'getTranslation_Loader_JsonService', true],
  3921. 'translation.loader.mo' => ['privates', 'translation.loader.mo', 'getTranslation_Loader_MoService', true],
  3922. 'translation.loader.php' => ['privates', 'translation.loader.php', 'getTranslation_Loader_PhpService', true],
  3923. 'translation.loader.po' => ['privates', 'translation.loader.po', 'getTranslation_Loader_PoService', true],
  3924. 'translation.loader.qt' => ['privates', 'translation.loader.qt', 'getTranslation_Loader_QtService', true],
  3925. 'translation.loader.res' => ['privates', 'translation.loader.res', 'getTranslation_Loader_ResService', true],
  3926. 'translation.loader.xliff' => ['privates', 'translation.loader.xliff', 'getTranslation_Loader_XliffService', true],
  3927. 'translation.loader.yml' => ['privates', 'translation.loader.yml', 'getTranslation_Loader_YmlService', true],
  3928. ], [
  3929. 'translation.loader.csv' => '?',
  3930. 'translation.loader.dat' => '?',
  3931. 'translation.loader.ini' => '?',
  3932. 'translation.loader.json' => '?',
  3933. 'translation.loader.mo' => '?',
  3934. 'translation.loader.php' => '?',
  3935. 'translation.loader.po' => '?',
  3936. 'translation.loader.qt' => '?',
  3937. 'translation.loader.res' => '?',
  3938. 'translation.loader.xliff' => '?',
  3939. 'translation.loader.yml' => '?',
  3940. ]), 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/default.de.xlf'), 7 => (\dirname(__DIR__, 4).'/translations/default.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')], '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/default.fr.xlf'), 7 => (\dirname(__DIR__, 4).'/translations/default.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+intl-icu.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/sensio/framework-extra-bundle/src/translations'), 17 => (\dirname(__DIR__, 4).'/vendor/stof/doctrine-extensions-bundle/src/translations'), 18 => (\dirname(__DIR__, 4).'/vendor/symfony/web-profiler-bundle/translations'), 19 => (\dirname(__DIR__, 4).'/vendor/symfony/monolog-bundle/translations'), 20 => (\dirname(__DIR__, 4).'/vendor/symfony/debug-bundle/translations'), 21 => (\dirname(__DIR__, 4).'/vendor/doctrine/doctrine-migrations-bundle/translations'), 22 => (\dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/translations'), 23 => (\dirname(__DIR__, 4).'/vendor/flagception/flagception-bundle/src/translations'), 24 => (\dirname(__DIR__, 4).'/vendor/twig/extra-bundle/translations'), 25 => (\dirname(__DIR__, 4).'/vendor/symfony/webpack-encore-bundle/src/translations'), 26 => (\dirname(__DIR__, 4).'/vendor/nelmio/alice/src/Bridge/Symfony/translations'), 27 => (\dirname(__DIR__, 4).'/vendor/theofidry/alice-data-fixtures/src/Bridge/Symfony/translations'), 28 => (\dirname(__DIR__, 4).'/vendor/hautelook/alice-bundle/src/translations'), 29 => (\dirname(__DIR__, 4).'/vendor/setono/cron-expression-bundle/src/translations'), 30 => (\dirname(__DIR__, 4).'/vendor/roothirsch/core-bundle/translations'), 31 => (\dirname(__DIR__, 4).'/vendor/roothirsch/dam-bundle/translations'), 32 => (\dirname(__DIR__, 4).'/vendor/roothirsch/shop-bundle/translations'), 33 => (\dirname(__DIR__, 4).'/vendor/roothirsch/configurator-bundle/translations'), 34 => (\dirname(__DIR__, 4).'/vendor/lexik/jwt-authentication-bundle/translations'), 35 => (\dirname(__DIR__, 4).'/vendor/efrane/tus-bundle/src/Bundle/translations'), 36 => (\dirname(__DIR__, 4).'/vendor/symfony/stimulus-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/sensio/framework-extra-bundle/src/translations', 17 => 'vendor/stof/doctrine-extensions-bundle/src/translations', 18 => 'vendor/symfony/web-profiler-bundle/translations', 19 => 'vendor/symfony/monolog-bundle/translations', 20 => 'vendor/symfony/debug-bundle/translations', 21 => 'vendor/doctrine/doctrine-migrations-bundle/translations', 22 => 'vendor/symfony/maker-bundle/src/translations', 23 => 'vendor/flagception/flagception-bundle/src/translations', 24 => 'vendor/twig/extra-bundle/translations', 25 => 'vendor/symfony/webpack-encore-bundle/src/translations', 26 => 'vendor/nelmio/alice/src/Bridge/Symfony/translations', 27 => 'vendor/theofidry/alice-data-fixtures/src/Bridge/Symfony/translations', 28 => 'vendor/hautelook/alice-bundle/src/translations', 29 => 'vendor/setono/cron-expression-bundle/src/translations', 30 => 'vendor/roothirsch/core-bundle/translations', 31 => 'vendor/roothirsch/dam-bundle/translations', 32 => 'vendor/roothirsch/shop-bundle/translations', 33 => 'vendor/roothirsch/configurator-bundle/translations', 34 => 'vendor/lexik/jwt-authentication-bundle/translations', 35 => 'vendor/efrane/tus-bundle/src/Bundle/translations', 36 => 'vendor/symfony/stimulus-bundle/translations']]], []);
  3941. $instance->setConfigCacheFactory(($this->privates['config_cache_factory'] ?? $this->getConfigCacheFactoryService()));
  3942. $instance->setFallbackLocales([0 => 'de']);
  3943. return $instance;
  3944. }
  3945. /**
  3946. * Gets the private 'validator.builder' shared service.
  3947. *
  3948. * @return \Symfony\Component\Validator\ValidatorBuilder
  3949. */
  3950. protected function getValidator_BuilderService()
  3951. {
  3952. $this->privates['validator.builder'] = $instance = \Symfony\Component\Validator\Validation::createValidatorBuilder();
  3953. $a = ($this->privates['property_info'] ?? $this->getPropertyInfoService());
  3954. $instance->setConstraintValidatorFactory(new \Symfony\Component\Validator\ContainerConstraintValidatorFactory(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3955. 'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator' => ['privates', 'doctrine.orm.validator.unique', 'getDoctrine_Orm_Validator_UniqueService', true],
  3956. 'Symfony\\Component\\Security\\Core\\Validator\\Constraints\\UserPasswordValidator' => ['privates', 'security.validator.user_password', 'getSecurity_Validator_UserPasswordService', true],
  3957. 'Symfony\\Component\\Validator\\Constraints\\EmailValidator' => ['privates', 'validator.email', 'getValidator_EmailService', true],
  3958. 'Symfony\\Component\\Validator\\Constraints\\ExpressionValidator' => ['privates', 'validator.expression', 'getValidator_ExpressionService', true],
  3959. 'Symfony\\Component\\Validator\\Constraints\\NotCompromisedPasswordValidator' => ['privates', 'validator.not_compromised_password', 'getValidator_NotCompromisedPasswordService', true],
  3960. 'doctrine.orm.validator.unique' => ['privates', 'doctrine.orm.validator.unique', 'getDoctrine_Orm_Validator_UniqueService', true],
  3961. 'security.validator.user_password' => ['privates', 'security.validator.user_password', 'getSecurity_Validator_UserPasswordService', true],
  3962. 'validator.expression' => ['privates', 'validator.expression', 'getValidator_ExpressionService', true],
  3963. ], [
  3964. 'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator' => '?',
  3965. 'Symfony\\Component\\Security\\Core\\Validator\\Constraints\\UserPasswordValidator' => '?',
  3966. 'Symfony\\Component\\Validator\\Constraints\\EmailValidator' => '?',
  3967. 'Symfony\\Component\\Validator\\Constraints\\ExpressionValidator' => '?',
  3968. 'Symfony\\Component\\Validator\\Constraints\\NotCompromisedPasswordValidator' => '?',
  3969. 'doctrine.orm.validator.unique' => '?',
  3970. 'security.validator.user_password' => '?',
  3971. 'validator.expression' => '?',
  3972. ])));
  3973. if ($this->has('translator')) {
  3974. $instance->setTranslator(($this->services['translator'] ?? $this->getTranslatorService()));
  3975. }
  3976. $instance->setTranslationDomain('validators');
  3977. $instance->addXmlMappings([0 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/config/validation.xml')]);
  3978. $instance->enableAnnotationMapping(true);
  3979. $instance->setDoctrineAnnotationReader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  3980. $instance->addMethodMapping('loadValidatorMetadata');
  3981. $instance->addObjectInitializers([0 => new \Symfony\Bridge\Doctrine\Validator\DoctrineInitializer(($this->services['doctrine'] ?? $this->getDoctrineService()))]);
  3982. $instance->addLoader(new \Symfony\Component\Validator\Mapping\Loader\PropertyInfoLoader($a, $a, $a, NULL));
  3983. $instance->addLoader(new \Symfony\Bridge\Doctrine\Validator\DoctrineLoader(($this->services['doctrine.orm.my_brunex_entity_manager'] ?? $this->getDoctrine_Orm_MyBrunexEntityManagerService()), NULL));
  3984. $instance->addLoader(new \Symfony\Bridge\Doctrine\Validator\DoctrineLoader(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), NULL));
  3985. return $instance;
  3986. }
  3987. /**
  3988. * Gets the private 'var_dumper.html_dumper' shared service.
  3989. *
  3990. * @return \Symfony\Component\VarDumper\Dumper\HtmlDumper
  3991. */
  3992. protected function getVarDumper_HtmlDumperService()
  3993. {
  3994. $this->privates['var_dumper.html_dumper'] = $instance = new \Symfony\Component\VarDumper\Dumper\HtmlDumper(NULL, 'UTF-8', 0);
  3995. $instance->setDisplayOptions(['fileLinkFormat' => ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService())]);
  3996. return $instance;
  3997. }
  3998. /**
  3999. * Gets the private 'var_dumper.server_connection' shared service.
  4000. *
  4001. * @return \Symfony\Component\VarDumper\Server\Connection
  4002. */
  4003. protected function getVarDumper_ServerConnectionService()
  4004. {
  4005. 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()]);
  4006. }
  4007. /**
  4008. * Gets the private 'vich_uploader.metadata_reader' shared service.
  4009. *
  4010. * @return \Vich\UploaderBundle\Metadata\MetadataReader
  4011. */
  4012. protected function getVichUploader_MetadataReaderService()
  4013. {
  4014. $a = new \Metadata\Driver\FileLocator([]);
  4015. $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);
  4016. $b->setCache(new \Metadata\Cache\FileCache(($this->targetDir.''.'/vich_uploader')));
  4017. return $this->privates['vich_uploader.metadata_reader'] = new \Vich\UploaderBundle\Metadata\MetadataReader($b);
  4018. }
  4019. /**
  4020. * Gets the private 'web_profiler.csp.handler' shared service.
  4021. *
  4022. * @return \Symfony\Bundle\WebProfilerBundle\Csp\ContentSecurityPolicyHandler
  4023. */
  4024. protected function getWebProfiler_Csp_HandlerService()
  4025. {
  4026. return $this->privates['web_profiler.csp.handler'] = new \Symfony\Bundle\WebProfilerBundle\Csp\ContentSecurityPolicyHandler(new \Symfony\Bundle\WebProfilerBundle\Csp\NonceGenerator());
  4027. }
  4028. /**
  4029. * Gets the private 'web_profiler.debug_toolbar' shared service.
  4030. *
  4031. * @return \Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener
  4032. */
  4033. protected function getWebProfiler_DebugToolbarService()
  4034. {
  4035. $a = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  4036. if (isset($this->privates['web_profiler.debug_toolbar'])) {
  4037. return $this->privates['web_profiler.debug_toolbar'];
  4038. }
  4039. $b = ($this->services['router'] ?? $this->getRouterService());
  4040. if (isset($this->privates['web_profiler.debug_toolbar'])) {
  4041. return $this->privates['web_profiler.debug_toolbar'];
  4042. }
  4043. 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()));
  4044. }
  4045. /**
  4046. * Gets the private 'webpack_encore.entrypoint_lookup_collection' shared service.
  4047. *
  4048. * @return \Symfony\WebpackEncoreBundle\Asset\EntrypointLookupCollection
  4049. */
  4050. protected function getWebpackEncore_EntrypointLookupCollectionService()
  4051. {
  4052. return $this->privates['webpack_encore.entrypoint_lookup_collection'] = new \Symfony\WebpackEncoreBundle\Asset\EntrypointLookupCollection(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4053. 'configurator' => ['privates', 'webpack_encore.entrypoint_lookup[configurator]', 'getWebpackEncore_EntrypointLookupconfiguratorService', true],
  4054. 'delivery_time_estimator' => ['privates', 'webpack_encore.entrypoint_lookup[delivery_time_estimator]', 'getWebpackEncore_EntrypointLookupdeliveryTimeEstimatorService', true],
  4055. 'main' => ['privates', 'webpack_encore.entrypoint_lookup[main]', 'getWebpackEncore_EntrypointLookupmainService', true],
  4056. 'theme_brunex' => ['privates', 'webpack_encore.entrypoint_lookup[theme_brunex]', 'getWebpackEncore_EntrypointLookupthemeBrunexService', true],
  4057. 'theme_hgc' => ['privates', 'webpack_encore.entrypoint_lookup[theme_hgc]', 'getWebpackEncore_EntrypointLookupthemeHgcService', true],
  4058. 'theme_stf' => ['privates', 'webpack_encore.entrypoint_lookup[theme_stf]', 'getWebpackEncore_EntrypointLookupthemeStfService', true],
  4059. 'theme_sturm' => ['privates', 'webpack_encore.entrypoint_lookup[theme_sturm]', 'getWebpackEncore_EntrypointLookupthemeSturmService', true],
  4060. ], [
  4061. 'configurator' => '?',
  4062. 'delivery_time_estimator' => '?',
  4063. 'main' => '?',
  4064. 'theme_brunex' => '?',
  4065. 'theme_hgc' => '?',
  4066. 'theme_stf' => '?',
  4067. 'theme_sturm' => '?',
  4068. ]));
  4069. }
  4070. /**
  4071. * Gets the public 'cache_clearer' alias.
  4072. *
  4073. * @return object The ".container.private.cache_clearer" service.
  4074. */
  4075. protected function getCacheClearerService()
  4076. {
  4077. trigger_deprecation('symfony/framework-bundle', '5.2', 'Accessing the "cache_clearer" service directly from the container is deprecated, use dependency injection instead.');
  4078. return $this->get('.container.private.cache_clearer');
  4079. }
  4080. /**
  4081. * Gets the public 'filesystem' alias.
  4082. *
  4083. * @return object The ".container.private.filesystem" service.
  4084. */
  4085. protected function getFilesystemService()
  4086. {
  4087. trigger_deprecation('symfony/framework-bundle', '5.2', 'Accessing the "filesystem" service directly from the container is deprecated, use dependency injection instead.');
  4088. return $this->get('.container.private.filesystem');
  4089. }
  4090. /**
  4091. * Gets the public 'serializer' alias.
  4092. *
  4093. * @return object The ".container.private.serializer" service.
  4094. */
  4095. protected function getSerializerService()
  4096. {
  4097. trigger_deprecation('symfony/framework-bundle', '5.2', 'Accessing the "serializer" service directly from the container is deprecated, use dependency injection instead.');
  4098. return $this->get('.container.private.serializer');
  4099. }
  4100. /**
  4101. * Gets the public 'security.csrf.token_manager' alias.
  4102. *
  4103. * @return object The ".container.private.security.csrf.token_manager" service.
  4104. */
  4105. protected function getSecurity_Csrf_TokenManagerService()
  4106. {
  4107. trigger_deprecation('symfony/framework-bundle', '5.2', 'Accessing the "security.csrf.token_manager" service directly from the container is deprecated, use dependency injection instead.');
  4108. return $this->get('.container.private.security.csrf.token_manager');
  4109. }
  4110. /**
  4111. * Gets the public 'form.factory' alias.
  4112. *
  4113. * @return object The ".container.private.form.factory" service.
  4114. */
  4115. protected function getForm_FactoryService()
  4116. {
  4117. trigger_deprecation('symfony/framework-bundle', '5.2', 'Accessing the "form.factory" service directly from the container is deprecated, use dependency injection instead.');
  4118. return $this->get('.container.private.form.factory');
  4119. }
  4120. /**
  4121. * Gets the public 'form.type.file' alias.
  4122. *
  4123. * @return object The ".container.private.form.type.file" service.
  4124. */
  4125. protected function getForm_Type_FileService()
  4126. {
  4127. trigger_deprecation('symfony/framework-bundle', '5.2', 'Accessing the "form.type.file" service directly from the container is deprecated, use dependency injection instead.');
  4128. return $this->get('.container.private.form.type.file');
  4129. }
  4130. /**
  4131. * Gets the public 'profiler' alias.
  4132. *
  4133. * @return object The ".container.private.profiler" service.
  4134. */
  4135. protected function getProfilerService()
  4136. {
  4137. trigger_deprecation('symfony/framework-bundle', '5.4', 'Accessing the "profiler" service directly from the container is deprecated, use dependency injection instead.');
  4138. return $this->get('.container.private.profiler');
  4139. }
  4140. /**
  4141. * Gets the public 'twig' alias.
  4142. *
  4143. * @return object The ".container.private.twig" service.
  4144. */
  4145. protected function getTwigService()
  4146. {
  4147. trigger_deprecation('symfony/twig-bundle', '5.2', 'Accessing the "twig" service directly from the container is deprecated, use dependency injection instead.');
  4148. return $this->get('.container.private.twig');
  4149. }
  4150. /**
  4151. * Gets the public 'security.authorization_checker' alias.
  4152. *
  4153. * @return object The ".container.private.security.authorization_checker" service.
  4154. */
  4155. protected function getSecurity_AuthorizationCheckerService()
  4156. {
  4157. trigger_deprecation('symfony/security-bundle', '5.3', 'Accessing the "security.authorization_checker" service directly from the container is deprecated, use dependency injection instead.');
  4158. return $this->get('.container.private.security.authorization_checker');
  4159. }
  4160. /**
  4161. * Gets the public 'security.token_storage' alias.
  4162. *
  4163. * @return object The ".container.private.security.token_storage" service.
  4164. */
  4165. protected function getSecurity_TokenStorageService()
  4166. {
  4167. trigger_deprecation('symfony/security-bundle', '5.3', 'Accessing the "security.token_storage" service directly from the container is deprecated, use dependency injection instead.');
  4168. return $this->get('.container.private.security.token_storage');
  4169. }
  4170. /**
  4171. * Gets the public 'security.password_encoder' alias.
  4172. *
  4173. * @return object The ".container.private.security.password_encoder" service.
  4174. */
  4175. protected function getSecurity_PasswordEncoderService()
  4176. {
  4177. trigger_deprecation('symfony/security-bundle', '5.3', 'Accessing the "security.password_encoder" service directly from the container is deprecated, use dependency injection instead.');
  4178. return $this->get('.container.private.security.password_encoder');
  4179. }
  4180. /**
  4181. * Gets the public 'session' alias.
  4182. *
  4183. * @return object The ".container.private.session" service.
  4184. */
  4185. protected function getSessionService()
  4186. {
  4187. trigger_deprecation('symfony/framework-bundle', '5.3', 'Accessing the "session" service directly from the container is deprecated, use dependency injection instead.');
  4188. return $this->get('.container.private.session');
  4189. }
  4190. /**
  4191. * Gets the public 'validator' alias.
  4192. *
  4193. * @return object The ".container.private.validator" service.
  4194. */
  4195. protected function getValidatorService()
  4196. {
  4197. trigger_deprecation('symfony/framework-bundle', '5.2', 'Accessing the "validator" service directly from the container is deprecated, use dependency injection instead.');
  4198. return $this->get('.container.private.validator');
  4199. }
  4200. /**
  4201. * @return array|bool|float|int|string|\UnitEnum|null
  4202. */
  4203. public function getParameter(string $name)
  4204. {
  4205. if (isset($this->buildParameters[$name])) {
  4206. return $this->buildParameters[$name];
  4207. }
  4208. if (!(isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || \array_key_exists($name, $this->parameters))) {
  4209. throw new InvalidArgumentException(sprintf('The parameter "%s" must be defined.', $name));
  4210. }
  4211. if (isset($this->loadedDynamicParameters[$name])) {
  4212. return $this->loadedDynamicParameters[$name] ? $this->dynamicParameters[$name] : $this->getDynamicParameter($name);
  4213. }
  4214. return $this->parameters[$name];
  4215. }
  4216. public function hasParameter(string $name): bool
  4217. {
  4218. if (isset($this->buildParameters[$name])) {
  4219. return true;
  4220. }
  4221. return isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || \array_key_exists($name, $this->parameters);
  4222. }
  4223. public function setParameter(string $name, $value): void
  4224. {
  4225. throw new LogicException('Impossible to call set() on a frozen ParameterBag.');
  4226. }
  4227. public function getParameterBag(): ParameterBagInterface
  4228. {
  4229. if (null === $this->parameterBag) {
  4230. $parameters = $this->parameters;
  4231. foreach ($this->loadedDynamicParameters as $name => $loaded) {
  4232. $parameters[$name] = $loaded ? $this->dynamicParameters[$name] : $this->getDynamicParameter($name);
  4233. }
  4234. foreach ($this->buildParameters as $name => $value) {
  4235. $parameters[$name] = $value;
  4236. }
  4237. $this->parameterBag = new FrozenParameterBag($parameters);
  4238. }
  4239. return $this->parameterBag;
  4240. }
  4241. private $loadedDynamicParameters = [
  4242. 'kernel.runtime_environment' => false,
  4243. 'kernel.build_dir' => false,
  4244. 'kernel.cache_dir' => false,
  4245. 'kernel.secret' => false,
  4246. 'debug.container.dump' => false,
  4247. 'serializer.mapping.cache.file' => false,
  4248. 'validator.mapping.cache.file' => false,
  4249. 'profiler.storage.dsn' => false,
  4250. 'doctrine.orm.proxy_dir' => false,
  4251. 'knp_snappy.pdf.binary' => false,
  4252. 'knp_snappy.image.binary' => false,
  4253. 'lexik_jwt_authentication.pass_phrase' => false,
  4254. ];
  4255. private $dynamicParameters = [];
  4256. private function getDynamicParameter(string $name)
  4257. {
  4258. switch ($name) {
  4259. case 'kernel.runtime_environment': $value = $this->getEnv('default:kernel.environment:APP_RUNTIME_ENV'); break;
  4260. case 'kernel.build_dir': $value = $this->targetDir.''; break;
  4261. case 'kernel.cache_dir': $value = $this->targetDir.''; break;
  4262. case 'kernel.secret': $value = $this->getEnv('APP_SECRET'); break;
  4263. case 'debug.container.dump': $value = ($this->targetDir.''.'/App_KernelDevDebugContainer.xml'); break;
  4264. case 'serializer.mapping.cache.file': $value = ($this->targetDir.''.'/serialization.php'); break;
  4265. case 'validator.mapping.cache.file': $value = ($this->targetDir.''.'/validation.php'); break;
  4266. case 'profiler.storage.dsn': $value = ('file:'.$this->targetDir.''.'/profiler'); break;
  4267. case 'doctrine.orm.proxy_dir': $value = ($this->targetDir.''.'/doctrine/orm/Proxies'); break;
  4268. case 'knp_snappy.pdf.binary': $value = $this->getEnv('WKHTMLTOPDF_PATH'); break;
  4269. case 'knp_snappy.image.binary': $value = $this->getEnv('WKHTMLTOIMAGE_PATH'); break;
  4270. case 'lexik_jwt_authentication.pass_phrase': $value = $this->getEnv('JWT_PASSPHRASE'); break;
  4271. default: throw new InvalidArgumentException(sprintf('The dynamic parameter "%s" must be defined.', $name));
  4272. }
  4273. $this->loadedDynamicParameters[$name] = true;
  4274. return $this->dynamicParameters[$name] = $value;
  4275. }
  4276. protected function getDefaultParameters(): array
  4277. {
  4278. return [
  4279. 'kernel.project_dir' => \dirname(__DIR__, 4),
  4280. 'kernel.environment' => 'dev',
  4281. 'kernel.debug' => true,
  4282. 'kernel.logs_dir' => (\dirname(__DIR__, 3).'/log'),
  4283. 'kernel.bundles' => [
  4284. 'FrameworkBundle' => 'Symfony\\Bundle\\FrameworkBundle\\FrameworkBundle',
  4285. 'NelmioCorsBundle' => 'Nelmio\\CorsBundle\\NelmioCorsBundle',
  4286. 'TwigBundle' => 'Symfony\\Bundle\\TwigBundle\\TwigBundle',
  4287. 'SecurityBundle' => 'Symfony\\Bundle\\SecurityBundle\\SecurityBundle',
  4288. 'ApiPlatformBundle' => 'ApiPlatform\\Symfony\\Bundle\\ApiPlatformBundle',
  4289. 'DoctrineBundle' => 'Doctrine\\Bundle\\DoctrineBundle\\DoctrineBundle',
  4290. 'KnpSnappyBundle' => 'Knp\\Bundle\\SnappyBundle\\KnpSnappyBundle',
  4291. 'SensioFrameworkExtraBundle' => 'Sensio\\Bundle\\FrameworkExtraBundle\\SensioFrameworkExtraBundle',
  4292. 'StofDoctrineExtensionsBundle' => 'Stof\\DoctrineExtensionsBundle\\StofDoctrineExtensionsBundle',
  4293. 'WebProfilerBundle' => 'Symfony\\Bundle\\WebProfilerBundle\\WebProfilerBundle',
  4294. 'MonologBundle' => 'Symfony\\Bundle\\MonologBundle\\MonologBundle',
  4295. 'DebugBundle' => 'Symfony\\Bundle\\DebugBundle\\DebugBundle',
  4296. 'DoctrineMigrationsBundle' => 'Doctrine\\Bundle\\MigrationsBundle\\DoctrineMigrationsBundle',
  4297. 'MakerBundle' => 'Symfony\\Bundle\\MakerBundle\\MakerBundle',
  4298. 'VichUploaderBundle' => 'Vich\\UploaderBundle\\VichUploaderBundle',
  4299. 'FlagceptionBundle' => 'Flagception\\Bundle\\FlagceptionBundle\\FlagceptionBundle',
  4300. 'EasyAdminBundle' => 'EasyCorp\\Bundle\\EasyAdminBundle\\EasyAdminBundle',
  4301. 'TwigExtraBundle' => 'Twig\\Extra\\TwigExtraBundle\\TwigExtraBundle',
  4302. 'SymfonyCastsResetPasswordBundle' => 'SymfonyCasts\\Bundle\\ResetPassword\\SymfonyCastsResetPasswordBundle',
  4303. 'WebpackEncoreBundle' => 'Symfony\\WebpackEncoreBundle\\WebpackEncoreBundle',
  4304. 'NelmioAliceBundle' => 'Nelmio\\Alice\\Bridge\\Symfony\\NelmioAliceBundle',
  4305. 'FidryAliceDataFixturesBundle' => 'Fidry\\AliceDataFixtures\\Bridge\\Symfony\\FidryAliceDataFixturesBundle',
  4306. 'HautelookAliceBundle' => 'Hautelook\\AliceBundle\\HautelookAliceBundle',
  4307. 'SetonoCronExpressionBundle' => 'Setono\\CronExpressionBundle\\SetonoCronExpressionBundle',
  4308. 'RoothirschCoreBundle' => 'Roothirsch\\CoreBundle\\RoothirschCoreBundle',
  4309. 'DamBundle' => 'Roothirsch\\DamBundle\\DamBundle',
  4310. 'ShopBundle' => 'Roothirsch\\ShopBundle\\ShopBundle',
  4311. 'ConfiguratorBundle' => 'Roothirsch\\ConfiguratorBundle\\ConfiguratorBundle',
  4312. 'NotificationBundle' => 'Roothirsch\\NotificationBundle\\NotificationBundle',
  4313. 'LexikJWTAuthenticationBundle' => 'Lexik\\Bundle\\JWTAuthenticationBundle\\LexikJWTAuthenticationBundle',
  4314. 'TusBundle' => 'EFrane\\TusBundle\\Bundle\\TusBundle',
  4315. 'StimulusBundle' => 'Symfony\\UX\\StimulusBundle\\StimulusBundle',
  4316. ],
  4317. 'kernel.bundles_metadata' => [
  4318. 'FrameworkBundle' => [
  4319. 'path' => (\dirname(__DIR__, 4).'/vendor/symfony/framework-bundle'),
  4320. 'namespace' => 'Symfony\\Bundle\\FrameworkBundle',
  4321. ],
  4322. 'NelmioCorsBundle' => [
  4323. 'path' => (\dirname(__DIR__, 4).'/vendor/nelmio/cors-bundle'),
  4324. 'namespace' => 'Nelmio\\CorsBundle',
  4325. ],
  4326. 'TwigBundle' => [
  4327. 'path' => (\dirname(__DIR__, 4).'/vendor/symfony/twig-bundle'),
  4328. 'namespace' => 'Symfony\\Bundle\\TwigBundle',
  4329. ],
  4330. 'SecurityBundle' => [
  4331. 'path' => (\dirname(__DIR__, 4).'/vendor/symfony/security-bundle'),
  4332. 'namespace' => 'Symfony\\Bundle\\SecurityBundle',
  4333. ],
  4334. 'ApiPlatformBundle' => [
  4335. 'path' => (\dirname(__DIR__, 4).'/vendor/api-platform/core/src/Symfony/Bundle'),
  4336. 'namespace' => 'ApiPlatform\\Symfony\\Bundle',
  4337. ],
  4338. 'DoctrineBundle' => [
  4339. 'path' => (\dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle'),
  4340. 'namespace' => 'Doctrine\\Bundle\\DoctrineBundle',
  4341. ],
  4342. 'KnpSnappyBundle' => [
  4343. 'path' => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-snappy-bundle/src'),
  4344. 'namespace' => 'Knp\\Bundle\\SnappyBundle',
  4345. ],
  4346. 'SensioFrameworkExtraBundle' => [
  4347. 'path' => (\dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/src'),
  4348. 'namespace' => 'Sensio\\Bundle\\FrameworkExtraBundle',
  4349. ],
  4350. 'StofDoctrineExtensionsBundle' => [
  4351. 'path' => (\dirname(__DIR__, 4).'/vendor/stof/doctrine-extensions-bundle/src'),
  4352. 'namespace' => 'Stof\\DoctrineExtensionsBundle',
  4353. ],
  4354. 'WebProfilerBundle' => [
  4355. 'path' => (\dirname(__DIR__, 4).'/vendor/symfony/web-profiler-bundle'),
  4356. 'namespace' => 'Symfony\\Bundle\\WebProfilerBundle',
  4357. ],
  4358. 'MonologBundle' => [
  4359. 'path' => (\dirname(__DIR__, 4).'/vendor/symfony/monolog-bundle'),
  4360. 'namespace' => 'Symfony\\Bundle\\MonologBundle',
  4361. ],
  4362. 'DebugBundle' => [
  4363. 'path' => (\dirname(__DIR__, 4).'/vendor/symfony/debug-bundle'),
  4364. 'namespace' => 'Symfony\\Bundle\\DebugBundle',
  4365. ],
  4366. 'DoctrineMigrationsBundle' => [
  4367. 'path' => (\dirname(__DIR__, 4).'/vendor/doctrine/doctrine-migrations-bundle'),
  4368. 'namespace' => 'Doctrine\\Bundle\\MigrationsBundle',
  4369. ],
  4370. 'MakerBundle' => [
  4371. 'path' => (\dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src'),
  4372. 'namespace' => 'Symfony\\Bundle\\MakerBundle',
  4373. ],
  4374. 'VichUploaderBundle' => [
  4375. 'path' => (\dirname(__DIR__, 4).'/vendor/vich/uploader-bundle'),
  4376. 'namespace' => 'Vich\\UploaderBundle',
  4377. ],
  4378. 'FlagceptionBundle' => [
  4379. 'path' => (\dirname(__DIR__, 4).'/vendor/flagception/flagception-bundle/src'),
  4380. 'namespace' => 'Flagception\\Bundle\\FlagceptionBundle',
  4381. ],
  4382. 'EasyAdminBundle' => [
  4383. 'path' => (\dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src'),
  4384. 'namespace' => 'EasyCorp\\Bundle\\EasyAdminBundle',
  4385. ],
  4386. 'TwigExtraBundle' => [
  4387. 'path' => (\dirname(__DIR__, 4).'/vendor/twig/extra-bundle'),
  4388. 'namespace' => 'Twig\\Extra\\TwigExtraBundle',
  4389. ],
  4390. 'SymfonyCastsResetPasswordBundle' => [
  4391. 'path' => (\dirname(__DIR__, 4).'/vendor/symfonycasts/reset-password-bundle/src'),
  4392. 'namespace' => 'SymfonyCasts\\Bundle\\ResetPassword',
  4393. ],
  4394. 'WebpackEncoreBundle' => [
  4395. 'path' => (\dirname(__DIR__, 4).'/vendor/symfony/webpack-encore-bundle/src'),
  4396. 'namespace' => 'Symfony\\WebpackEncoreBundle',
  4397. ],
  4398. 'NelmioAliceBundle' => [
  4399. 'path' => (\dirname(__DIR__, 4).'/vendor/nelmio/alice/src/Bridge/Symfony'),
  4400. 'namespace' => 'Nelmio\\Alice\\Bridge\\Symfony',
  4401. ],
  4402. 'FidryAliceDataFixturesBundle' => [
  4403. 'path' => (\dirname(__DIR__, 4).'/vendor/theofidry/alice-data-fixtures/src/Bridge/Symfony'),
  4404. 'namespace' => 'Fidry\\AliceDataFixtures\\Bridge\\Symfony',
  4405. ],
  4406. 'HautelookAliceBundle' => [
  4407. 'path' => (\dirname(__DIR__, 4).'/vendor/hautelook/alice-bundle/src'),
  4408. 'namespace' => 'Hautelook\\AliceBundle',
  4409. ],
  4410. 'SetonoCronExpressionBundle' => [
  4411. 'path' => (\dirname(__DIR__, 4).'/vendor/setono/cron-expression-bundle/src'),
  4412. 'namespace' => 'Setono\\CronExpressionBundle',
  4413. ],
  4414. 'RoothirschCoreBundle' => [
  4415. 'path' => (\dirname(__DIR__, 4).'/vendor/roothirsch/core-bundle'),
  4416. 'namespace' => 'Roothirsch\\CoreBundle',
  4417. ],
  4418. 'DamBundle' => [
  4419. 'path' => (\dirname(__DIR__, 4).'/vendor/roothirsch/dam-bundle'),
  4420. 'namespace' => 'Roothirsch\\DamBundle',
  4421. ],
  4422. 'ShopBundle' => [
  4423. 'path' => (\dirname(__DIR__, 4).'/vendor/roothirsch/shop-bundle'),
  4424. 'namespace' => 'Roothirsch\\ShopBundle',
  4425. ],
  4426. 'ConfiguratorBundle' => [
  4427. 'path' => (\dirname(__DIR__, 4).'/vendor/roothirsch/configurator-bundle'),
  4428. 'namespace' => 'Roothirsch\\ConfiguratorBundle',
  4429. ],
  4430. 'NotificationBundle' => [
  4431. 'path' => (\dirname(__DIR__, 4).'/vendor/roothirsch/notification-bundle'),
  4432. 'namespace' => 'Roothirsch\\NotificationBundle',
  4433. ],
  4434. 'LexikJWTAuthenticationBundle' => [
  4435. 'path' => (\dirname(__DIR__, 4).'/vendor/lexik/jwt-authentication-bundle'),
  4436. 'namespace' => 'Lexik\\Bundle\\JWTAuthenticationBundle',
  4437. ],
  4438. 'TusBundle' => [
  4439. 'path' => (\dirname(__DIR__, 4).'/vendor/efrane/tus-bundle/src/Bundle'),
  4440. 'namespace' => 'EFrane\\TusBundle\\Bundle',
  4441. ],
  4442. 'StimulusBundle' => [
  4443. 'path' => (\dirname(__DIR__, 4).'/vendor/symfony/stimulus-bundle'),
  4444. 'namespace' => 'Symfony\\UX\\StimulusBundle',
  4445. ],
  4446. ],
  4447. 'kernel.charset' => 'UTF-8',
  4448. 'kernel.container_class' => 'App_KernelDevDebugContainer',
  4449. 'container.autowiring.strict_mode' => true,
  4450. 'container.dumper.inline_class_loader' => true,
  4451. 'env(DATABASE_URL)' => 'mysql://root:root@127.0.0.1:3306/my_brunex_ch',
  4452. 'env(DATABASE_MY_BRUNEX_URL)' => 'mysql://root:root@127.0.0.1:3306/my_brunex',
  4453. 'locale' => 'de',
  4454. 'event_dispatcher.event_aliases' => [
  4455. 'Symfony\\Component\\Console\\Event\\ConsoleCommandEvent' => 'console.command',
  4456. 'Symfony\\Component\\Console\\Event\\ConsoleErrorEvent' => 'console.error',
  4457. 'Symfony\\Component\\Console\\Event\\ConsoleSignalEvent' => 'console.signal',
  4458. 'Symfony\\Component\\Console\\Event\\ConsoleTerminateEvent' => 'console.terminate',
  4459. 'Symfony\\Component\\Form\\Event\\PreSubmitEvent' => 'form.pre_submit',
  4460. 'Symfony\\Component\\Form\\Event\\SubmitEvent' => 'form.submit',
  4461. 'Symfony\\Component\\Form\\Event\\PostSubmitEvent' => 'form.post_submit',
  4462. 'Symfony\\Component\\Form\\Event\\PreSetDataEvent' => 'form.pre_set_data',
  4463. 'Symfony\\Component\\Form\\Event\\PostSetDataEvent' => 'form.post_set_data',
  4464. 'Symfony\\Component\\HttpKernel\\Event\\ControllerArgumentsEvent' => 'kernel.controller_arguments',
  4465. 'Symfony\\Component\\HttpKernel\\Event\\ControllerEvent' => 'kernel.controller',
  4466. 'Symfony\\Component\\HttpKernel\\Event\\ResponseEvent' => 'kernel.response',
  4467. 'Symfony\\Component\\HttpKernel\\Event\\FinishRequestEvent' => 'kernel.finish_request',
  4468. 'Symfony\\Component\\HttpKernel\\Event\\RequestEvent' => 'kernel.request',
  4469. 'Symfony\\Component\\HttpKernel\\Event\\ViewEvent' => 'kernel.view',
  4470. 'Symfony\\Component\\HttpKernel\\Event\\ExceptionEvent' => 'kernel.exception',
  4471. 'Symfony\\Component\\HttpKernel\\Event\\TerminateEvent' => 'kernel.terminate',
  4472. 'Symfony\\Component\\Security\\Core\\Event\\AuthenticationSuccessEvent' => 'security.authentication.success',
  4473. 'Symfony\\Component\\Security\\Core\\Event\\AuthenticationFailureEvent' => 'security.authentication.failure',
  4474. 'Symfony\\Component\\Security\\Http\\Event\\InteractiveLoginEvent' => 'security.interactive_login',
  4475. 'Symfony\\Component\\Security\\Http\\Event\\SwitchUserEvent' => 'security.switch_user',
  4476. ],
  4477. 'fragment.renderer.hinclude.global_template' => NULL,
  4478. 'fragment.path' => '/_fragment',
  4479. 'kernel.http_method_override' => true,
  4480. 'kernel.trusted_hosts' => [
  4481. ],
  4482. 'kernel.default_locale' => 'de',
  4483. 'kernel.enabled_locales' => [
  4484. ],
  4485. 'kernel.error_controller' => 'error_controller',
  4486. 'debug.file_link_format' => NULL,
  4487. 'asset.request_context.base_path' => NULL,
  4488. 'asset.request_context.secure' => NULL,
  4489. 'translator.logging' => false,
  4490. 'translator.default_path' => (\dirname(__DIR__, 4).'/translations'),
  4491. 'debug.error_handler.throw_at' => -1,
  4492. 'router.request_context.host' => 'localhost',
  4493. 'router.request_context.scheme' => 'http',
  4494. 'router.request_context.base_url' => '',
  4495. 'router.resource' => 'kernel::loadRoutes',
  4496. 'request_listener.http_port' => 80,
  4497. 'request_listener.https_port' => 443,
  4498. 'session.metadata.storage_key' => '_sf2_meta',
  4499. 'session.storage.options' => [
  4500. 'cache_limiter' => '0',
  4501. 'cookie_httponly' => true,
  4502. 'gc_probability' => 1,
  4503. ],
  4504. 'session.save_path' => NULL,
  4505. 'session.metadata.update_threshold' => 0,
  4506. 'form.type_extension.csrf.enabled' => true,
  4507. 'form.type_extension.csrf.field_name' => '_token',
  4508. 'validator.translation_domain' => 'validators',
  4509. 'profiler_listener.only_exceptions' => false,
  4510. 'profiler_listener.only_main_requests' => false,
  4511. 'nelmio_cors.map' => [
  4512. '^/api/' => [
  4513. ],
  4514. '^/' => [
  4515. ],
  4516. ],
  4517. 'nelmio_cors.defaults' => [
  4518. 'allow_origin' => [
  4519. 0 => '^https?://.*brunex\\.ch$',
  4520. ],
  4521. 'allow_credentials' => false,
  4522. 'allow_headers' => true,
  4523. 'allow_private_network' => false,
  4524. 'expose_headers' => [
  4525. ],
  4526. 'allow_methods' => [
  4527. 0 => 'POST',
  4528. 1 => 'PUT',
  4529. 2 => 'GET',
  4530. 3 => 'DELETE',
  4531. ],
  4532. 'max_age' => 0,
  4533. 'hosts' => [
  4534. 0 => '.*',
  4535. ],
  4536. 'origin_regex' => false,
  4537. 'forced_allow_origin_value' => '*',
  4538. 'skip_same_as_origin' => true,
  4539. ],
  4540. 'nelmio_cors.cors_listener.class' => 'Nelmio\\CorsBundle\\EventListener\\CorsListener',
  4541. 'nelmio_cors.options_resolver.class' => 'Nelmio\\CorsBundle\\Options\\Resolver',
  4542. 'nelmio_cors.options_provider.config.class' => 'Nelmio\\CorsBundle\\Options\\ConfigProvider',
  4543. 'twig.form.resources' => [
  4544. 0 => '@VichUploader/Form/fields.html.twig',
  4545. 1 => 'form_div_layout.html.twig',
  4546. 2 => 'form/types/icon_picker.html.twig',
  4547. 3 => 'form/types/ea_fileupload_widget.html.twig',
  4548. 4 => 'form/types/translatable.html.twig',
  4549. 5 => 'form/types/tus.html.twig',
  4550. ],
  4551. 'twig.default_path' => (\dirname(__DIR__, 4).'/templates'),
  4552. 'security.role_hierarchy.roles' => [
  4553. 'ROLE_ADMIN' => [
  4554. 0 => 'ROLE_MANAGER',
  4555. 1 => 'ROLE_MANAGE_DELIVERY_TIME',
  4556. ],
  4557. 'ROLE_MANAGER' => [
  4558. 0 => 'ROLE_MANAGE_BACKEND',
  4559. ],
  4560. 'ROLE_MANAGE_DELIVERY_TIME' => [
  4561. 0 => 'ROLE_MANAGE_BACKEND',
  4562. ],
  4563. 'ROLE_MANAGE_BACKEND' => [
  4564. 0 => 'ROLE_USER',
  4565. ],
  4566. ],
  4567. 'security.access.denied_url' => NULL,
  4568. 'security.authentication.manager.erase_credentials' => true,
  4569. 'security.authentication.session_strategy.strategy' => 'migrate',
  4570. 'security.access.always_authenticate_before_granting' => false,
  4571. 'security.authentication.hide_user_not_found' => true,
  4572. 'security.firewalls' => [
  4573. 0 => 'dev',
  4574. 1 => 'api_legacy',
  4575. 2 => 'api_login',
  4576. 3 => 'api',
  4577. 4 => 'main',
  4578. ],
  4579. 'lexik_jwt_authentication.authenticator_manager_enabled' => true,
  4580. 'api_platform.metadata_backward_compatibility_layer' => true,
  4581. 'api_platform.enable_entrypoint' => true,
  4582. 'api_platform.enable_docs' => true,
  4583. 'api_platform.title' => '',
  4584. 'api_platform.description' => '',
  4585. 'api_platform.version' => '0.0.0',
  4586. 'api_platform.show_webby' => true,
  4587. 'api_platform.url_generation_strategy' => 1,
  4588. 'api_platform.exception_to_status' => [
  4589. 'Symfony\\Component\\Serializer\\Exception\\ExceptionInterface' => 400,
  4590. 'ApiPlatform\\Exception\\InvalidArgumentException' => 400,
  4591. 'ApiPlatform\\Exception\\FilterValidationException' => 400,
  4592. 'Doctrine\\ORM\\OptimisticLockException' => 409,
  4593. ],
  4594. 'api_platform.formats' => [
  4595. 'jsonld' => [
  4596. 0 => 'application/ld+json',
  4597. ],
  4598. 'json' => [
  4599. 0 => 'application/json',
  4600. ],
  4601. 'html' => [
  4602. 0 => 'text/html',
  4603. ],
  4604. 'xml' => [
  4605. 0 => 'application/xml',
  4606. ],
  4607. ],
  4608. 'api_platform.patch_formats' => [
  4609. ],
  4610. 'api_platform.error_formats' => [
  4611. 'jsonproblem' => [
  4612. 0 => 'application/problem+json',
  4613. ],
  4614. 'jsonld' => [
  4615. 0 => 'application/ld+json',
  4616. ],
  4617. ],
  4618. 'api_platform.allow_plain_identifiers' => false,
  4619. 'api_platform.eager_loading.enabled' => true,
  4620. 'api_platform.eager_loading.max_joins' => 300,
  4621. 'api_platform.eager_loading.fetch_partial' => false,
  4622. 'api_platform.eager_loading.force_eager' => true,
  4623. 'api_platform.collection.exists_parameter_name' => 'exists',
  4624. 'api_platform.collection.order' => 'ASC',
  4625. 'api_platform.collection.order_parameter_name' => 'order',
  4626. 'api_platform.collection.order_nulls_comparison' => NULL,
  4627. 'api_platform.collection.pagination.enabled' => true,
  4628. 'api_platform.collection.pagination.partial' => false,
  4629. 'api_platform.collection.pagination.client_enabled' => false,
  4630. 'api_platform.collection.pagination.client_items_per_page' => true,
  4631. 'api_platform.collection.pagination.client_partial' => false,
  4632. 'api_platform.collection.pagination.items_per_page' => 30,
  4633. 'api_platform.collection.pagination.maximum_items_per_page' => NULL,
  4634. 'api_platform.collection.pagination.page_parameter_name' => 'page',
  4635. 'api_platform.collection.pagination.enabled_parameter_name' => 'pagination',
  4636. 'api_platform.collection.pagination.items_per_page_parameter_name' => 'limit',
  4637. 'api_platform.collection.pagination.partial_parameter_name' => 'partial',
  4638. 'api_platform.collection.pagination' => [
  4639. 'client_items_per_page' => true,
  4640. 'items_per_page_parameter_name' => 'limit',
  4641. 'enabled' => true,
  4642. 'partial' => false,
  4643. 'client_enabled' => false,
  4644. 'client_partial' => false,
  4645. 'items_per_page' => 30,
  4646. 'maximum_items_per_page' => NULL,
  4647. 'page_parameter_name' => 'page',
  4648. 'enabled_parameter_name' => 'pagination',
  4649. 'partial_parameter_name' => 'partial',
  4650. ],
  4651. 'api_platform.http_cache.etag' => true,
  4652. 'api_platform.http_cache.max_age' => NULL,
  4653. 'api_platform.http_cache.shared_max_age' => NULL,
  4654. 'api_platform.http_cache.vary' => [
  4655. 0 => 'Accept',
  4656. ],
  4657. 'api_platform.http_cache.public' => NULL,
  4658. 'api_platform.http_cache.invalidation.max_header_length' => 7500,
  4659. 'api_platform.http_cache.invalidation.xkey.glue' => ' ',
  4660. 'api_platform.asset_package' => NULL,
  4661. 'api_platform.defaults' => [
  4662. 'attributes' => [
  4663. ],
  4664. ],
  4665. 'api_platform.resource_class_directories' => [
  4666. 0 => (\dirname(__DIR__, 4).'/vendor/roothirsch/core-bundle/Entity'),
  4667. 1 => (\dirname(__DIR__, 4).'/vendor/roothirsch/dam-bundle/Entity'),
  4668. 2 => (\dirname(__DIR__, 4).'/vendor/roothirsch/shop-bundle/Entity'),
  4669. 3 => (\dirname(__DIR__, 4).'/src/Entity'),
  4670. 4 => (\dirname(__DIR__, 4).'/vendor/roothirsch/core-bundle/Translation/Entity'),
  4671. 5 => (\dirname(__DIR__, 4).'/src/Brunex/API'),
  4672. 6 => (\dirname(__DIR__, 4).'/vendor/roothirsch/core-bundle/FeatureFlag/Entity'),
  4673. 7 => (\dirname(__DIR__, 4).'/vendor/roothirsch/core-bundle/Menu/Entity'),
  4674. 8 => (\dirname(__DIR__, 4).'/vendor/roothirsch/pim-bundle/Entity'),
  4675. 9 => (\dirname(__DIR__, 4).'/vendor/roothirsch/notification-bundle/src/Entity'),
  4676. 10 => (\dirname(__DIR__, 4).'/vendor/roothirsch/delivery-time-estimator-bundle/Entity'),
  4677. ],
  4678. 'api_platform.oauth.enabled' => false,
  4679. 'api_platform.oauth.clientId' => '',
  4680. 'api_platform.oauth.clientSecret' => '',
  4681. 'api_platform.oauth.type' => 'oauth2',
  4682. 'api_platform.oauth.flow' => 'application',
  4683. 'api_platform.oauth.tokenUrl' => '',
  4684. 'api_platform.oauth.authorizationUrl' => '',
  4685. 'api_platform.oauth.refreshUrl' => '',
  4686. 'api_platform.oauth.scopes' => [
  4687. ],
  4688. 'api_platform.oauth.pkce' => false,
  4689. 'api_platform.openapi.termsOfService' => NULL,
  4690. 'api_platform.openapi.contact.name' => NULL,
  4691. 'api_platform.openapi.contact.url' => NULL,
  4692. 'api_platform.openapi.contact.email' => NULL,
  4693. 'api_platform.openapi.license.name' => NULL,
  4694. 'api_platform.openapi.license.url' => NULL,
  4695. 'api_platform.swagger.versions' => [
  4696. 0 => 2,
  4697. 1 => 3,
  4698. ],
  4699. 'api_platform.enable_swagger_ui' => true,
  4700. 'api_platform.enable_re_doc' => true,
  4701. 'api_platform.swagger.api_keys' => [
  4702. 'JWT' => [
  4703. 'name' => 'Authorization',
  4704. 'type' => 'header',
  4705. ],
  4706. ],
  4707. 'api_platform.swagger_ui.extra_configuration' => [
  4708. ],
  4709. 'api_platform.graphql.enabled' => false,
  4710. 'api_platform.graphql.graphiql.enabled' => false,
  4711. 'api_platform.graphql.graphql_playground.enabled' => false,
  4712. 'api_platform.graphql.collection.pagination' => [
  4713. 'enabled' => true,
  4714. ],
  4715. 'api_platform.validator.serialize_payload_fields' => [
  4716. ],
  4717. 'api_platform.validator.query_parameter_validation' => true,
  4718. 'api_platform.elasticsearch.enabled' => false,
  4719. 'doctrine.dbal.configuration.class' => 'Doctrine\\DBAL\\Configuration',
  4720. 'doctrine.data_collector.class' => 'Doctrine\\Bundle\\DoctrineBundle\\DataCollector\\DoctrineDataCollector',
  4721. 'doctrine.dbal.connection.event_manager.class' => 'Symfony\\Bridge\\Doctrine\\ContainerAwareEventManager',
  4722. 'doctrine.dbal.connection_factory.class' => 'Doctrine\\Bundle\\DoctrineBundle\\ConnectionFactory',
  4723. 'doctrine.dbal.events.mysql_session_init.class' => 'Doctrine\\DBAL\\Event\\Listeners\\MysqlSessionInit',
  4724. 'doctrine.dbal.events.oracle_session_init.class' => 'Doctrine\\DBAL\\Event\\Listeners\\OracleSessionInit',
  4725. 'doctrine.class' => 'Doctrine\\Bundle\\DoctrineBundle\\Registry',
  4726. 'doctrine.entity_managers' => [
  4727. 'my_brunex' => 'doctrine.orm.my_brunex_entity_manager',
  4728. 'default' => 'doctrine.orm.default_entity_manager',
  4729. ],
  4730. 'doctrine.default_entity_manager' => 'default',
  4731. 'doctrine.dbal.connection_factory.types' => [
  4732. 'cron_expression' => [
  4733. 'class' => 'Setono\\CronExpressionBundle\\Doctrine\\DBAL\\Types\\CronExpressionType',
  4734. ],
  4735. 'uuid' => [
  4736. 'class' => 'Symfony\\Bridge\\Doctrine\\Types\\UuidType',
  4737. ],
  4738. 'ulid' => [
  4739. 'class' => 'Symfony\\Bridge\\Doctrine\\Types\\UlidType',
  4740. ],
  4741. ],
  4742. 'doctrine.connections' => [
  4743. 'default' => 'doctrine.dbal.default_connection',
  4744. 'my_brunex' => 'doctrine.dbal.my_brunex_connection',
  4745. ],
  4746. 'doctrine.default_connection' => 'default',
  4747. 'doctrine.orm.configuration.class' => 'Doctrine\\ORM\\Configuration',
  4748. 'doctrine.orm.entity_manager.class' => 'Doctrine\\ORM\\EntityManager',
  4749. 'doctrine.orm.manager_configurator.class' => 'Doctrine\\Bundle\\DoctrineBundle\\ManagerConfigurator',
  4750. 'doctrine.orm.cache.array.class' => 'Doctrine\\Common\\Cache\\ArrayCache',
  4751. 'doctrine.orm.cache.apc.class' => 'Doctrine\\Common\\Cache\\ApcCache',
  4752. 'doctrine.orm.cache.memcache.class' => 'Doctrine\\Common\\Cache\\MemcacheCache',
  4753. 'doctrine.orm.cache.memcache_host' => 'localhost',
  4754. 'doctrine.orm.cache.memcache_port' => 11211,
  4755. 'doctrine.orm.cache.memcache_instance.class' => 'Memcache',
  4756. 'doctrine.orm.cache.memcached.class' => 'Doctrine\\Common\\Cache\\MemcachedCache',
  4757. 'doctrine.orm.cache.memcached_host' => 'localhost',
  4758. 'doctrine.orm.cache.memcached_port' => 11211,
  4759. 'doctrine.orm.cache.memcached_instance.class' => 'Memcached',
  4760. 'doctrine.orm.cache.redis.class' => 'Doctrine\\Common\\Cache\\RedisCache',
  4761. 'doctrine.orm.cache.redis_host' => 'localhost',
  4762. 'doctrine.orm.cache.redis_port' => 6379,
  4763. 'doctrine.orm.cache.redis_instance.class' => 'Redis',
  4764. 'doctrine.orm.cache.xcache.class' => 'Doctrine\\Common\\Cache\\XcacheCache',
  4765. 'doctrine.orm.cache.wincache.class' => 'Doctrine\\Common\\Cache\\WinCacheCache',
  4766. 'doctrine.orm.cache.zenddata.class' => 'Doctrine\\Common\\Cache\\ZendDataCache',
  4767. 'doctrine.orm.metadata.driver_chain.class' => 'Doctrine\\Persistence\\Mapping\\Driver\\MappingDriverChain',
  4768. 'doctrine.orm.metadata.annotation.class' => 'Doctrine\\ORM\\Mapping\\Driver\\AnnotationDriver',
  4769. 'doctrine.orm.metadata.xml.class' => 'Doctrine\\ORM\\Mapping\\Driver\\SimplifiedXmlDriver',
  4770. 'doctrine.orm.metadata.yml.class' => 'Doctrine\\ORM\\Mapping\\Driver\\SimplifiedYamlDriver',
  4771. 'doctrine.orm.metadata.php.class' => 'Doctrine\\ORM\\Mapping\\Driver\\PHPDriver',
  4772. 'doctrine.orm.metadata.staticphp.class' => 'Doctrine\\ORM\\Mapping\\Driver\\StaticPHPDriver',
  4773. 'doctrine.orm.metadata.attribute.class' => 'Doctrine\\ORM\\Mapping\\Driver\\AttributeDriver',
  4774. 'doctrine.orm.proxy_cache_warmer.class' => 'Symfony\\Bridge\\Doctrine\\CacheWarmer\\ProxyCacheWarmer',
  4775. 'form.type_guesser.doctrine.class' => 'Symfony\\Bridge\\Doctrine\\Form\\DoctrineOrmTypeGuesser',
  4776. 'doctrine.orm.validator.unique.class' => 'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator',
  4777. 'doctrine.orm.validator_initializer.class' => 'Symfony\\Bridge\\Doctrine\\Validator\\DoctrineInitializer',
  4778. 'doctrine.orm.security.user.provider.class' => 'Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider',
  4779. 'doctrine.orm.listeners.resolve_target_entity.class' => 'Doctrine\\ORM\\Tools\\ResolveTargetEntityListener',
  4780. 'doctrine.orm.listeners.attach_entity_listeners.class' => 'Doctrine\\ORM\\Tools\\AttachEntityListenersListener',
  4781. 'doctrine.orm.naming_strategy.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultNamingStrategy',
  4782. 'doctrine.orm.naming_strategy.underscore.class' => 'Doctrine\\ORM\\Mapping\\UnderscoreNamingStrategy',
  4783. 'doctrine.orm.quote_strategy.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultQuoteStrategy',
  4784. 'doctrine.orm.quote_strategy.ansi.class' => 'Doctrine\\ORM\\Mapping\\AnsiQuoteStrategy',
  4785. 'doctrine.orm.typed_field_mapper.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultTypedFieldMapper',
  4786. 'doctrine.orm.entity_listener_resolver.class' => 'Doctrine\\Bundle\\DoctrineBundle\\Mapping\\ContainerEntityListenerResolver',
  4787. 'doctrine.orm.second_level_cache.default_cache_factory.class' => 'Doctrine\\ORM\\Cache\\DefaultCacheFactory',
  4788. 'doctrine.orm.second_level_cache.default_region.class' => 'Doctrine\\ORM\\Cache\\Region\\DefaultRegion',
  4789. 'doctrine.orm.second_level_cache.filelock_region.class' => 'Doctrine\\ORM\\Cache\\Region\\FileLockRegion',
  4790. 'doctrine.orm.second_level_cache.logger_chain.class' => 'Doctrine\\ORM\\Cache\\Logging\\CacheLoggerChain',
  4791. 'doctrine.orm.second_level_cache.logger_statistics.class' => 'Doctrine\\ORM\\Cache\\Logging\\StatisticsCacheLogger',
  4792. 'doctrine.orm.second_level_cache.cache_configuration.class' => 'Doctrine\\ORM\\Cache\\CacheConfiguration',
  4793. 'doctrine.orm.second_level_cache.regions_configuration.class' => 'Doctrine\\ORM\\Cache\\RegionsConfiguration',
  4794. 'doctrine.orm.auto_generate_proxy_classes' => true,
  4795. 'doctrine.orm.enable_lazy_ghost_objects' => false,
  4796. 'doctrine.orm.proxy_namespace' => 'Proxies',
  4797. 'knp_snappy.pdf.options' => [
  4798. ],
  4799. 'knp_snappy.pdf.env' => [
  4800. ],
  4801. 'knp_snappy.image.options' => [
  4802. ],
  4803. 'knp_snappy.image.env' => [
  4804. ],
  4805. 'stof_doctrine_extensions.listener.tree.class' => 'Gedmo\\Tree\\TreeListener',
  4806. 'stof_doctrine_extensions.listener.timestampable.class' => 'Gedmo\\Timestampable\\TimestampableListener',
  4807. 'stof_doctrine_extensions.listener.softdeleteable.class' => 'Gedmo\\SoftDeleteable\\SoftDeleteableListener',
  4808. 'stof_doctrine_extensions.listener.translatable.class' => 'Roothirsch\\CoreBundle\\Behaviors\\Translatable\\TranslatableDoctrineListener',
  4809. 'stof_doctrine_extensions.event_listener.locale.class' => 'Stof\\DoctrineExtensionsBundle\\EventListener\\LocaleListener',
  4810. 'stof_doctrine_extensions.default_locale' => 'de',
  4811. 'stof_doctrine_extensions.translation_fallback' => false,
  4812. 'stof_doctrine_extensions.persist_default_translation' => false,
  4813. 'stof_doctrine_extensions.skip_translation_on_load' => false,
  4814. 'stof_doctrine_extensions.listener.blameable.class' => 'Gedmo\\Blameable\\BlameableListener',
  4815. 'stof_doctrine_extensions.listener.sluggable.class' => 'Gedmo\\Sluggable\\SluggableListener',
  4816. 'stof_doctrine_extensions.listener.loggable.class' => 'Gedmo\\Loggable\\LoggableListener',
  4817. 'stof_doctrine_extensions.listener.sortable.class' => 'Gedmo\\Sortable\\SortableListener',
  4818. 'stof_doctrine_extensions.listener.uploadable.class' => 'Gedmo\\Uploadable\\UploadableListener',
  4819. 'stof_doctrine_extensions.listener.reference_integrity.class' => 'Gedmo\\ReferenceIntegrity\\ReferenceIntegrityListener',
  4820. 'web_profiler.debug_toolbar.intercept_redirects' => false,
  4821. 'web_profiler.debug_toolbar.mode' => 2,
  4822. 'monolog.use_microseconds' => true,
  4823. 'monolog.swift_mailer.handlers' => [
  4824. ],
  4825. 'monolog.handlers_to_channels' => [
  4826. 'monolog.handler.console' => [
  4827. 'type' => 'exclusive',
  4828. 'elements' => [
  4829. 0 => 'event',
  4830. 1 => 'doctrine',
  4831. 2 => 'console',
  4832. ],
  4833. ],
  4834. 'monolog.handler.main' => [
  4835. 'type' => 'exclusive',
  4836. 'elements' => [
  4837. 0 => 'event',
  4838. ],
  4839. ],
  4840. ],
  4841. 'env(VAR_DUMPER_SERVER)' => '127.0.0.1:9912',
  4842. 'doctrine.migrations.preferred_em' => 'default',
  4843. 'doctrine.migrations.preferred_connection' => NULL,
  4844. 'vich_uploader.default_filename_attribute_suffix' => '_name',
  4845. 'vich_uploader.mappings' => [
  4846. 'company_logo' => [
  4847. 'uri_prefix' => '/uploads/company/logo',
  4848. 'upload_destination' => (\dirname(__DIR__, 4).'/public/uploads/company/logo'),
  4849. 'inject_on_load' => false,
  4850. 'delete_on_update' => true,
  4851. 'delete_on_remove' => true,
  4852. 'namer' => [
  4853. 'service' => NULL,
  4854. 'options' => NULL,
  4855. ],
  4856. 'directory_namer' => [
  4857. 'service' => NULL,
  4858. 'options' => NULL,
  4859. ],
  4860. 'db_driver' => 'orm',
  4861. ],
  4862. 'feedback_file' => [
  4863. 'uri_prefix' => '/uploads/feedback/files',
  4864. 'upload_destination' => (\dirname(__DIR__, 4).'/public/uploads/feedback/files'),
  4865. 'inject_on_load' => false,
  4866. 'delete_on_update' => true,
  4867. 'delete_on_remove' => true,
  4868. 'namer' => [
  4869. 'service' => NULL,
  4870. 'options' => NULL,
  4871. ],
  4872. 'directory_namer' => [
  4873. 'service' => NULL,
  4874. 'options' => NULL,
  4875. ],
  4876. 'db_driver' => 'orm',
  4877. ],
  4878. 'estimate_file' => [
  4879. 'uri_prefix' => '/uploads/estimate/file',
  4880. 'upload_destination' => (\dirname(__DIR__, 4).'/public/uploads/estimate/file'),
  4881. 'inject_on_load' => false,
  4882. 'delete_on_update' => true,
  4883. 'delete_on_remove' => true,
  4884. 'namer' => [
  4885. 'service' => NULL,
  4886. 'options' => NULL,
  4887. ],
  4888. 'directory_namer' => [
  4889. 'service' => NULL,
  4890. 'options' => NULL,
  4891. ],
  4892. 'db_driver' => 'orm',
  4893. ],
  4894. 'estimate_item_file' => [
  4895. 'uri_prefix' => '/uploads/estimate_item/file',
  4896. 'upload_destination' => (\dirname(__DIR__, 4).'/public/uploads/estimate_item/file'),
  4897. 'inject_on_load' => false,
  4898. 'delete_on_update' => true,
  4899. 'delete_on_remove' => true,
  4900. 'namer' => [
  4901. 'service' => NULL,
  4902. 'options' => NULL,
  4903. ],
  4904. 'directory_namer' => [
  4905. 'service' => NULL,
  4906. 'options' => NULL,
  4907. ],
  4908. 'db_driver' => 'orm',
  4909. ],
  4910. ],
  4911. 'vich_uploader.file_injector.class' => 'Vich\\UploaderBundle\\Injector\\FileInjector',
  4912. 'nelmio_alice.functions_blacklist' => [
  4913. 0 => 'current',
  4914. 1 => 'shuffle',
  4915. 2 => 'date',
  4916. 3 => 'time',
  4917. 4 => 'file',
  4918. 5 => 'md5',
  4919. 6 => 'sha1',
  4920. ],
  4921. 'nelmio_alice.locale' => 'en_US',
  4922. 'nelmio_alice.seed' => 1,
  4923. 'nelmio_alice.loading_limit' => 5,
  4924. 'nelmio_alice.max_unique_values_retry' => 150,
  4925. 'fidry_alice_data_fixtures.default_purge_mode' => 'delete',
  4926. 'hautelook_alice.fixtures_path' => [
  4927. 0 => 'fixtures',
  4928. 1 => 'fixtures',
  4929. ],
  4930. 'hautelook_alice.root_dirs' => [
  4931. 0 => \dirname(__DIR__, 4),
  4932. 1 => (\dirname(__DIR__, 4).'/vendor/roothirsch/core-bundle/Resources'),
  4933. ],
  4934. 'lexik_jwt_authentication.token_ttl' => 36000,
  4935. 'lexik_jwt_authentication.clock_skew' => 0,
  4936. 'lexik_jwt_authentication.user_identity_field' => 'username',
  4937. 'lexik_jwt_authentication.allow_no_expiration' => false,
  4938. 'lexik_jwt_authentication.user_id_claim' => 'username',
  4939. 'lexik_jwt_authentication.encoder.signature_algorithm' => 'RS256',
  4940. 'lexik_jwt_authentication.encoder.crypto_engine' => 'openssl',
  4941. 'data_collector.templates' => [
  4942. 'data_collector.request' => [
  4943. 0 => 'request',
  4944. 1 => '@WebProfiler/Collector/request.html.twig',
  4945. ],
  4946. 'api_platform.data_collector.request' => [
  4947. 0 => 'api_platform.data_collector.request',
  4948. 1 => '@ApiPlatform/DataCollector/request_legacy.html.twig',
  4949. ],
  4950. 'data_collector.time' => [
  4951. 0 => 'time',
  4952. 1 => '@WebProfiler/Collector/time.html.twig',
  4953. ],
  4954. 'data_collector.memory' => [
  4955. 0 => 'memory',
  4956. 1 => '@WebProfiler/Collector/memory.html.twig',
  4957. ],
  4958. 'data_collector.validator' => [
  4959. 0 => 'validator',
  4960. 1 => '@WebProfiler/Collector/validator.html.twig',
  4961. ],
  4962. 'data_collector.ajax' => [
  4963. 0 => 'ajax',
  4964. 1 => '@WebProfiler/Collector/ajax.html.twig',
  4965. ],
  4966. 'data_collector.form' => [
  4967. 0 => 'form',
  4968. 1 => '@WebProfiler/Collector/form.html.twig',
  4969. ],
  4970. 'data_collector.exception' => [
  4971. 0 => 'exception',
  4972. 1 => '@WebProfiler/Collector/exception.html.twig',
  4973. ],
  4974. 'data_collector.logger' => [
  4975. 0 => 'logger',
  4976. 1 => '@WebProfiler/Collector/logger.html.twig',
  4977. ],
  4978. 'data_collector.events' => [
  4979. 0 => 'events',
  4980. 1 => '@WebProfiler/Collector/events.html.twig',
  4981. ],
  4982. 'data_collector.router' => [
  4983. 0 => 'router',
  4984. 1 => '@WebProfiler/Collector/router.html.twig',
  4985. ],
  4986. 'data_collector.cache' => [
  4987. 0 => 'cache',
  4988. 1 => '@WebProfiler/Collector/cache.html.twig',
  4989. ],
  4990. 'data_collector.translation' => [
  4991. 0 => 'translation',
  4992. 1 => '@WebProfiler/Collector/translation.html.twig',
  4993. ],
  4994. 'data_collector.security' => [
  4995. 0 => 'security',
  4996. 1 => '@Security/Collector/security.html.twig',
  4997. ],
  4998. 'data_collector.twig' => [
  4999. 0 => 'twig',
  5000. 1 => '@WebProfiler/Collector/twig.html.twig',
  5001. ],
  5002. 'data_collector.doctrine' => [
  5003. 0 => 'db',
  5004. 1 => '@Doctrine/Collector/db.html.twig',
  5005. ],
  5006. 'data_collector.dump' => [
  5007. 0 => 'dump',
  5008. 1 => '@Debug/Profiler/dump.html.twig',
  5009. ],
  5010. 'mailer.data_collector' => [
  5011. 0 => 'mailer',
  5012. 1 => '@WebProfiler/Collector/mailer.html.twig',
  5013. ],
  5014. 'Vich\\UploaderBundle\\DataCollector\\MappingCollector' => [
  5015. 0 => 'vich_uploader.mapping_collector',
  5016. 1 => '@VichUploader/Collector/mapping_collector.html.twig',
  5017. ],
  5018. 'flagception.profiler.feature_data_collector' => [
  5019. 0 => 'flagception',
  5020. 1 => '@Flagception/profiler/layout.html.twig',
  5021. ],
  5022. 'EasyCorp\\Bundle\\EasyAdminBundle\\Inspector\\DataCollector' => [
  5023. 0 => 'easyadmin',
  5024. 1 => '@EasyAdmin/inspector/data_collector.html.twig',
  5025. ],
  5026. 'data_collector.config' => [
  5027. 0 => 'config',
  5028. 1 => '@WebProfiler/Collector/config.html.twig',
  5029. ],
  5030. ],
  5031. 'console.command.ids' => [
  5032. 0 => 'console.command.public_alias.Roothirsch\\CoreBundle\\Translation\\Command\\TranslationUpdateCommand',
  5033. 1 => 'Roothirsch\\ConfiguratorBundle\\Commands\\DataUpdateCommand',
  5034. 2 => 'Roothirsch\\ConfiguratorBundle\\Commands\\RenameHelperCommand',
  5035. ],
  5036. ];
  5037. }
  5038. protected function throw($message)
  5039. {
  5040. throw new RuntimeException($message);
  5041. }
  5042. }