var/cache/dev/ContainerXqPVELs/Whater_KernelDevDebugContainer.php line 3431

Open in your IDE?
  1. <?php
  2. namespace ContainerXqPVELs;
  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 Whater_KernelDevDebugContainer extends Container
  15. {
  16. protected $containerDir;
  17. protected $targetDir;
  18. protected $parameters = [];
  19. private $buildParameters;
  20. protected $getService;
  21. public function __construct(array $buildParameters = [], $containerDir = __DIR__)
  22. {
  23. $this->getService = \Closure::fromCallable([$this, 'getService']);
  24. $this->buildParameters = $buildParameters;
  25. $this->containerDir = $containerDir;
  26. $this->targetDir = \dirname($containerDir);
  27. $this->parameters = $this->getDefaultParameters();
  28. $this->services = $this->privates = [];
  29. $this->syntheticIds = [
  30. 'kernel' => true,
  31. ];
  32. $this->methodMap = [
  33. '.container.private.filesystem' => 'get_Container_Private_FilesystemService',
  34. '.container.private.profiler' => 'get_Container_Private_ProfilerService',
  35. '.container.private.security.authorization_checker' => 'get_Container_Private_Security_AuthorizationCheckerService',
  36. '.container.private.security.token_storage' => 'get_Container_Private_Security_TokenStorageService',
  37. '.container.private.twig' => 'get_Container_Private_TwigService',
  38. '.container.private.validator' => 'get_Container_Private_ValidatorService',
  39. 'cache.app' => 'getCache_AppService',
  40. 'cache.rate_limiter' => 'getCache_RateLimiterService',
  41. 'cache.system' => 'getCache_SystemService',
  42. 'cache.validator_expression_language' => 'getCache_ValidatorExpressionLanguageService',
  43. 'doctrine' => 'getDoctrineService',
  44. 'doctrine.dbal.default_connection' => 'getDoctrine_Dbal_DefaultConnectionService',
  45. 'doctrine.orm.default_entity_manager' => 'getDoctrine_Orm_DefaultEntityManagerService',
  46. 'event_dispatcher' => 'getEventDispatcherService',
  47. 'fos_rest.view_handler' => 'getFosRest_ViewHandlerService',
  48. 'hateoas.generator.registry' => 'getHateoas_Generator_RegistryService',
  49. 'hateoas.helper.link' => 'getHateoas_Helper_LinkService',
  50. 'http_kernel' => 'getHttpKernelService',
  51. 'jms_serializer' => 'getJmsSerializerService',
  52. 'jms_serializer.deserialization_context_factory' => 'getJmsSerializer_DeserializationContextFactoryService',
  53. 'jms_serializer.serialization_context_factory' => 'getJmsSerializer_SerializationContextFactoryService',
  54. 'liip_imagine.cache.manager' => 'getLiipImagine_Cache_ManagerService',
  55. 'liip_imagine.cache.resolver.default' => 'getLiipImagine_Cache_Resolver_DefaultService',
  56. 'liip_imagine.cache.resolver.no_cache_web_path' => 'getLiipImagine_Cache_Resolver_NoCacheWebPathService',
  57. 'liip_imagine.cache.signer' => 'getLiipImagine_Cache_SignerService',
  58. 'request_stack' => 'getRequestStackService',
  59. 'router' => 'getRouterService',
  60. 'shivas_versioning.cache.version' => 'getShivasVersioning_Cache_VersionService',
  61. 'sonata.media.pool' => 'getSonata_Media_PoolService',
  62. 'translator' => 'getTranslatorService',
  63. 'whater.logger' => 'getWhater_LoggerService',
  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. 'gos_pubsub_router.router_registry' => 'getGosPubsubRouter_RouterRegistryService',
  75. 'gos_web_socket.dispatcher.rpc' => 'getGosWebSocket_Dispatcher_RpcService',
  76. 'gos_web_socket.dispatcher.topic' => 'getGosWebSocket_Dispatcher_TopicService',
  77. 'gos_web_socket.registry.periodic' => 'getGosWebSocket_Registry_PeriodicService',
  78. 'gos_web_socket.registry.origins' => 'getGosWebSocket_Registry_OriginsService',
  79. 'gos_web_socket.registry.rpc' => 'getGosWebSocket_Registry_RpcService',
  80. 'gos_web_socket.registry.server' => 'getGosWebSocket_Registry_ServerService',
  81. 'gos_web_socket.registry.topic' => 'getGosWebSocket_Registry_TopicService',
  82. 'gos_web_socket.server.launcher' => 'getGosWebSocket_Server_LauncherService',
  83. 'gos_web_socket.server.event_loop' => 'getGosWebSocket_Server_EventLoopService',
  84. 'gos_web_socket.topic.periodic_timer' => 'getGosWebSocket_Topic_PeriodicTimerService',
  85. 'gos_web_socket.wamp.topic_manager' => 'getGosWebSocket_Wamp_TopicManagerService',
  86. 'security.password_encoder' => 'getSecurity_PasswordEncoderService',
  87. 'session' => 'getSessionService',
  88. 'validator' => 'getValidatorService',
  89. ];
  90. $this->fileMap = [
  91. '.container.private.cache_clearer' => 'get_Container_Private_CacheClearerService',
  92. '.container.private.form.factory' => 'get_Container_Private_Form_FactoryService',
  93. '.container.private.form.type.file' => 'get_Container_Private_Form_Type_FileService',
  94. '.container.private.gos_pubsub_router.router_registry' => 'get_Container_Private_GosPubsubRouter_RouterRegistryService',
  95. '.container.private.gos_web_socket.dispatcher.rpc' => 'get_Container_Private_GosWebSocket_Dispatcher_RpcService',
  96. '.container.private.gos_web_socket.dispatcher.topic' => 'get_Container_Private_GosWebSocket_Dispatcher_TopicService',
  97. '.container.private.gos_web_socket.registry.origins' => 'get_Container_Private_GosWebSocket_Registry_OriginsService',
  98. '.container.private.gos_web_socket.registry.periodic' => 'get_Container_Private_GosWebSocket_Registry_PeriodicService',
  99. '.container.private.gos_web_socket.registry.rpc' => 'get_Container_Private_GosWebSocket_Registry_RpcService',
  100. '.container.private.gos_web_socket.registry.server' => 'get_Container_Private_GosWebSocket_Registry_ServerService',
  101. '.container.private.gos_web_socket.registry.topic' => 'get_Container_Private_GosWebSocket_Registry_TopicService',
  102. '.container.private.gos_web_socket.server.event_loop' => 'get_Container_Private_GosWebSocket_Server_EventLoopService',
  103. '.container.private.gos_web_socket.server.launcher' => 'get_Container_Private_GosWebSocket_Server_LauncherService',
  104. '.container.private.gos_web_socket.topic.periodic_timer' => 'get_Container_Private_GosWebSocket_Topic_PeriodicTimerService',
  105. '.container.private.gos_web_socket.wamp.topic_manager' => 'get_Container_Private_GosWebSocket_Wamp_TopicManagerService',
  106. '.container.private.security.csrf.token_manager' => 'get_Container_Private_Security_Csrf_TokenManagerService',
  107. '.container.private.security.password_encoder' => 'get_Container_Private_Security_PasswordEncoderService',
  108. '.container.private.serializer' => 'get_Container_Private_SerializerService',
  109. '.container.private.session' => 'get_Container_Private_SessionService',
  110. 'Doctrine\\Bundle\\DoctrineBundle\\Controller\\ProfilerController' => 'getProfilerControllerService',
  111. 'Endroid\\QrCodeBundle\\Controller\\GenerateController' => 'getGenerateControllerService',
  112. 'FM\\ElfinderBundle\\Controller\\ElFinderController' => 'getElFinderControllerService',
  113. 'Geocoder\\Dumper\\GeoArray' => 'getGeoArrayService',
  114. 'Geocoder\\Dumper\\GeoJson' => 'getGeoJsonService',
  115. 'Geocoder\\Dumper\\Gpx' => 'getGpxService',
  116. 'Geocoder\\Dumper\\Kml' => 'getKmlService',
  117. 'Geocoder\\Dumper\\Wkb' => 'getWkbService',
  118. 'Geocoder\\Dumper\\Wkt' => 'getWktService',
  119. 'GpsLab\\Bundle\\GeoIP2Bundle\\Downloader\\Downloader' => 'getDownloaderService',
  120. 'Kira0269\\LogViewerBundle\\Controller\\DashboardController' => 'getDashboardControllerService',
  121. 'Kira0269\\LogViewerBundle\\Controller\\ViewerController' => 'getViewerControllerService',
  122. 'Liip\\ImagineBundle\\Controller\\ImagineController' => 'getImagineControllerService',
  123. 'Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController' => 'getRedirectControllerService',
  124. 'Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController' => 'getTemplateControllerService',
  125. 'Vich\\UploaderBundle\\Naming\\Base64Namer' => 'getBase64NamerService',
  126. 'Vich\\UploaderBundle\\Naming\\CurrentDateTimeDirectoryNamer' => 'getCurrentDateTimeDirectoryNamerService',
  127. 'Vich\\UploaderBundle\\Naming\\HashNamer' => 'getHashNamerService',
  128. 'Vich\\UploaderBundle\\Naming\\OrignameNamer' => 'getOrignameNamerService',
  129. 'Vich\\UploaderBundle\\Naming\\PropertyDirectoryNamer' => 'getPropertyDirectoryNamerService',
  130. 'Vich\\UploaderBundle\\Naming\\PropertyNamer' => 'getPropertyNamerService',
  131. 'Vich\\UploaderBundle\\Naming\\SmartUniqueNamer' => 'getSmartUniqueNamerService',
  132. 'Vich\\UploaderBundle\\Naming\\SubdirDirectoryNamer' => 'getSubdirDirectoryNamerService',
  133. 'Vich\\UploaderBundle\\Naming\\UniqidNamer' => 'getUniqidNamerService',
  134. 'Vich\\UploaderBundle\\Naming\\UniqidNamer.analytical_media' => 'getUniqidNamer_AnalyticalMediaService',
  135. 'Vich\\UploaderBundle\\Naming\\UniqidNamer.distribution_network_valoration_image' => 'getUniqidNamer_DistributionNetworkValorationImageService',
  136. 'Vich\\UploaderBundle\\Naming\\UniqidNamer.product_image' => 'getUniqidNamer_ProductImageService',
  137. 'Vich\\UploaderBundle\\Naming\\UniqidNamer.whater_point_image' => 'getUniqidNamer_WhaterPointImageService',
  138. 'Vich\\UploaderBundle\\Naming\\UniqidNamer.whater_valoration_image' => 'getUniqidNamer_WhaterValorationImageService',
  139. 'Whater\\UI\\RestBundle\\Controller\\Security\\SecurityController' => 'getSecurityControllerService',
  140. 'Whater\\UI\\RestBundle\\Controller\\User\\PrivateUserController' => 'getPrivateUserControllerService',
  141. 'Whater\\UI\\RestBundle\\Controller\\User\\PublicUserController' => 'getPublicUserControllerService',
  142. 'Whater\\UI\\RestBundle\\Controller\\Whater\\PrivateDistributionNetworkController' => 'getPrivateDistributionNetworkControllerService',
  143. 'Whater\\UI\\RestBundle\\Controller\\Whater\\PrivateWhaterController' => 'getPrivateWhaterControllerService',
  144. 'Whater\\UI\\RestBundle\\Controller\\Whater\\PublicTheThingsNetworkController' => 'getPublicTheThingsNetworkControllerService',
  145. 'Whater\\UI\\RestBundle\\Controller\\Zones\\PrivateZonesController' => 'getPrivateZonesControllerService',
  146. 'Whater\\UI\\WebBundle\\Controller\\Blog\\AdminBlogArticleController' => 'getAdminBlogArticleControllerService',
  147. 'Whater\\UI\\WebBundle\\Controller\\Blog\\AdminBlogCategoryController' => 'getAdminBlogCategoryControllerService',
  148. 'Whater\\UI\\WebBundle\\Controller\\Blog\\Api\\AdminBlogArticleApiController' => 'getAdminBlogArticleApiControllerService',
  149. 'Whater\\UI\\WebBundle\\Controller\\Blog\\Api\\AdminBlogCategoryApiController' => 'getAdminBlogCategoryApiControllerService',
  150. 'Whater\\UI\\WebBundle\\Controller\\Blog\\PublicBlogArticleController' => 'getPublicBlogArticleControllerService',
  151. 'Whater\\UI\\WebBundle\\Controller\\Common\\CommonController' => 'getCommonControllerService',
  152. 'Whater\\UI\\WebBundle\\Controller\\Notification\\Api\\AppNotificationApiController' => 'getAppNotificationApiControllerService',
  153. 'Whater\\UI\\WebBundle\\Controller\\Notification\\AppNotificationController' => 'getAppNotificationControllerService',
  154. 'Whater\\UI\\WebBundle\\Controller\\Product\\AdminCartOrderController' => 'getAdminCartOrderControllerService',
  155. 'Whater\\UI\\WebBundle\\Controller\\Product\\AdminProductAttributeController' => 'getAdminProductAttributeControllerService',
  156. 'Whater\\UI\\WebBundle\\Controller\\Product\\AdminProductCategoryController' => 'getAdminProductCategoryControllerService',
  157. 'Whater\\UI\\WebBundle\\Controller\\Product\\AdminProductController' => 'getAdminProductControllerService',
  158. 'Whater\\UI\\WebBundle\\Controller\\Product\\AdminProductVariationController' => 'getAdminProductVariationControllerService',
  159. 'Whater\\UI\\WebBundle\\Controller\\Product\\AdminWalletLiquidationRequestController' => 'getAdminWalletLiquidationRequestControllerService',
  160. 'Whater\\UI\\WebBundle\\Controller\\Product\\Api\\AdminCartOrderApiController' => 'getAdminCartOrderApiControllerService',
  161. 'Whater\\UI\\WebBundle\\Controller\\Product\\Api\\AdminProductApiController' => 'getAdminProductApiControllerService',
  162. 'Whater\\UI\\WebBundle\\Controller\\Product\\Api\\AdminProductAttributeApiController' => 'getAdminProductAttributeApiControllerService',
  163. 'Whater\\UI\\WebBundle\\Controller\\Product\\Api\\AdminProductCategoryApiController' => 'getAdminProductCategoryApiControllerService',
  164. 'Whater\\UI\\WebBundle\\Controller\\Product\\Api\\AdminProductVariationApiController' => 'getAdminProductVariationApiControllerService',
  165. 'Whater\\UI\\WebBundle\\Controller\\Product\\Api\\AdminWalletLiquidationRequestApiController' => 'getAdminWalletLiquidationRequestApiControllerService',
  166. 'Whater\\UI\\WebBundle\\Controller\\Product\\Api\\AppCartOrderApiController' => 'getAppCartOrderApiControllerService',
  167. 'Whater\\UI\\WebBundle\\Controller\\Product\\Api\\AppCartOrderItemApiController' => 'getAppCartOrderItemApiControllerService',
  168. 'Whater\\UI\\WebBundle\\Controller\\Product\\Api\\AppProductApiController' => 'getAppProductApiControllerService',
  169. 'Whater\\UI\\WebBundle\\Controller\\Product\\Api\\AppProductCategoryApiController' => 'getAppProductCategoryApiControllerService',
  170. 'Whater\\UI\\WebBundle\\Controller\\Product\\Api\\AppProductVariationApiController' => 'getAppProductVariationApiControllerService',
  171. 'Whater\\UI\\WebBundle\\Controller\\Product\\Api\\AppWalletOperationApiController' => 'getAppWalletOperationApiControllerService',
  172. 'Whater\\UI\\WebBundle\\Controller\\Product\\Api\\AppWhatercoinCouponApiController' => 'getAppWhatercoinCouponApiControllerService',
  173. 'Whater\\UI\\WebBundle\\Controller\\Product\\Api\\PublicCartOrderApiController' => 'getPublicCartOrderApiControllerService',
  174. 'Whater\\UI\\WebBundle\\Controller\\Product\\Api\\PublicProductApiController' => 'getPublicProductApiControllerService',
  175. 'Whater\\UI\\WebBundle\\Controller\\Product\\AppCartOrderController' => 'getAppCartOrderControllerService',
  176. 'Whater\\UI\\WebBundle\\Controller\\Product\\AppCartOrderItemController' => 'getAppCartOrderItemControllerService',
  177. 'Whater\\UI\\WebBundle\\Controller\\Product\\AppProductController' => 'getAppProductControllerService',
  178. 'Whater\\UI\\WebBundle\\Controller\\Product\\AppProductVariationController' => 'getAppProductVariationControllerService',
  179. 'Whater\\UI\\WebBundle\\Controller\\Product\\AppWalletOperationController' => 'getAppWalletOperationControllerService',
  180. 'Whater\\UI\\WebBundle\\Controller\\Product\\AppWhatercoinCouponController' => 'getAppWhatercoinCouponControllerService',
  181. 'Whater\\UI\\WebBundle\\Controller\\Product\\PublicCartOrderController' => 'getPublicCartOrderControllerService',
  182. 'Whater\\UI\\WebBundle\\Controller\\Product\\PublicProductController' => 'getPublicProductControllerService',
  183. 'Whater\\UI\\WebBundle\\Controller\\Security\\SecurityController' => 'getSecurityController2Service',
  184. 'Whater\\UI\\WebBundle\\Controller\\User\\AdminOrganizationLicenseController' => 'getAdminOrganizationLicenseControllerService',
  185. 'Whater\\UI\\WebBundle\\Controller\\User\\AdminOrganizationLicenseFeeController' => 'getAdminOrganizationLicenseFeeControllerService',
  186. 'Whater\\UI\\WebBundle\\Controller\\User\\AdminOwnershipRequestController' => 'getAdminOwnershipRequestControllerService',
  187. 'Whater\\UI\\WebBundle\\Controller\\User\\AdminUserController' => 'getAdminUserControllerService',
  188. 'Whater\\UI\\WebBundle\\Controller\\User\\Api\\AdminOrganizationLicenseApiController' => 'getAdminOrganizationLicenseApiControllerService',
  189. 'Whater\\UI\\WebBundle\\Controller\\User\\Api\\AdminOrganizationLicenseFeeApiController' => 'getAdminOrganizationLicenseFeeApiControllerService',
  190. 'Whater\\UI\\WebBundle\\Controller\\User\\Api\\AdminOwnershipRequestApiController' => 'getAdminOwnershipRequestApiControllerService',
  191. 'Whater\\UI\\WebBundle\\Controller\\User\\Api\\AdminUserApiController' => 'getAdminUserApiControllerService',
  192. 'Whater\\UI\\WebBundle\\Controller\\User\\Api\\AppOrganizationLicenseApiController' => 'getAppOrganizationLicenseApiControllerService',
  193. 'Whater\\UI\\WebBundle\\Controller\\User\\Api\\AppOrganizationLicenseFeeApiController' => 'getAppOrganizationLicenseFeeApiControllerService',
  194. 'Whater\\UI\\WebBundle\\Controller\\User\\Api\\AppOwnershipRequestApiController' => 'getAppOwnershipRequestApiControllerService',
  195. 'Whater\\UI\\WebBundle\\Controller\\User\\AppOrganizationLicenseController' => 'getAppOrganizationLicenseControllerService',
  196. 'Whater\\UI\\WebBundle\\Controller\\User\\AppUserController' => 'getAppUserControllerService',
  197. 'Whater\\UI\\WebBundle\\Controller\\Whater\\AdminAnalyticalController' => 'getAdminAnalyticalControllerService',
  198. 'Whater\\UI\\WebBundle\\Controller\\Whater\\AdminDistributionNetworkController' => 'getAdminDistributionNetworkControllerService',
  199. 'Whater\\UI\\WebBundle\\Controller\\Whater\\AdminOrganizationController' => 'getAdminOrganizationControllerService',
  200. 'Whater\\UI\\WebBundle\\Controller\\Whater\\AdminSinacController' => 'getAdminSinacControllerService',
  201. 'Whater\\UI\\WebBundle\\Controller\\Whater\\AdminWhaterController' => 'getAdminWhaterControllerService',
  202. 'Whater\\UI\\WebBundle\\Controller\\Whater\\AdminWhaterDeviceController' => 'getAdminWhaterDeviceControllerService',
  203. 'Whater\\UI\\WebBundle\\Controller\\Whater\\AdminWhaterPointController' => 'getAdminWhaterPointControllerService',
  204. 'Whater\\UI\\WebBundle\\Controller\\Whater\\Api\\AdminAnalyticalApiController' => 'getAdminAnalyticalApiControllerService',
  205. 'Whater\\UI\\WebBundle\\Controller\\Whater\\Api\\AdminDistributionNetworkApiController' => 'getAdminDistributionNetworkApiControllerService',
  206. 'Whater\\UI\\WebBundle\\Controller\\Whater\\Api\\AdminDistributionNetworkValorationApiController' => 'getAdminDistributionNetworkValorationApiControllerService',
  207. 'Whater\\UI\\WebBundle\\Controller\\Whater\\Api\\AdminOrganizationApiController' => 'getAdminOrganizationApiControllerService',
  208. 'Whater\\UI\\WebBundle\\Controller\\Whater\\Api\\AdminSinacApiController' => 'getAdminSinacApiControllerService',
  209. 'Whater\\UI\\WebBundle\\Controller\\Whater\\Api\\AdminWhaterDeviceApiController' => 'getAdminWhaterDeviceApiControllerService',
  210. 'Whater\\UI\\WebBundle\\Controller\\Whater\\Api\\AdminWhaterPointApiController' => 'getAdminWhaterPointApiControllerService',
  211. 'Whater\\UI\\WebBundle\\Controller\\Whater\\Api\\AdminWhaterValorationApiController' => 'getAdminWhaterValorationApiControllerService',
  212. 'Whater\\UI\\WebBundle\\Controller\\Whater\\Api\\AppDistributionNetworkApiController' => 'getAppDistributionNetworkApiControllerService',
  213. 'Whater\\UI\\WebBundle\\Controller\\Whater\\Api\\AppDistributionNetworkValorationApiController' => 'getAppDistributionNetworkValorationApiControllerService',
  214. 'Whater\\UI\\WebBundle\\Controller\\Whater\\Api\\AppOrganizationApiController' => 'getAppOrganizationApiControllerService',
  215. 'Whater\\UI\\WebBundle\\Controller\\Whater\\Api\\AppWhaterDeviceApiController' => 'getAppWhaterDeviceApiControllerService',
  216. 'Whater\\UI\\WebBundle\\Controller\\Whater\\Api\\AppWhaterPointApiController' => 'getAppWhaterPointApiControllerService',
  217. 'Whater\\UI\\WebBundle\\Controller\\Whater\\Api\\AppWhaterValorationApiController' => 'getAppWhaterValorationApiControllerService',
  218. 'Whater\\UI\\WebBundle\\Controller\\Whater\\Api\\PublicDistributionNetworkApiController' => 'getPublicDistributionNetworkApiControllerService',
  219. 'Whater\\UI\\WebBundle\\Controller\\Whater\\Api\\PublicWhaterApiController' => 'getPublicWhaterApiControllerService',
  220. 'Whater\\UI\\WebBundle\\Controller\\Whater\\AppOrganizationController' => 'getAppOrganizationControllerService',
  221. 'Whater\\UI\\WebBundle\\Controller\\Whater\\AppWhaterController' => 'getAppWhaterControllerService',
  222. 'Whater\\UI\\WebBundle\\Controller\\Whater\\AppWhaterPointController' => 'getAppWhaterPointControllerService',
  223. 'Whater\\UI\\WebBundle\\Controller\\Whater\\PublicAnalyticalController' => 'getPublicAnalyticalControllerService',
  224. 'Whater\\UI\\WebBundle\\Controller\\Whater\\PublicDistributionNetworkController' => 'getPublicDistributionNetworkControllerService',
  225. 'Whater\\UI\\WebBundle\\Controller\\Whater\\PublicWhaterController' => 'getPublicWhaterControllerService',
  226. 'Whater\\UI\\WebBundle\\Controller\\Whater\\PublicWhaterDeviceController' => 'getPublicWhaterDeviceControllerService',
  227. 'Whater\\UI\\WebBundle\\Controller\\Whater\\PublicWhaterPointController' => 'getPublicWhaterPointControllerService',
  228. 'Whater\\UI\\WebBundle\\Controller\\Whater\\Widget\\WhaterWidgetController' => 'getWhaterWidgetControllerService',
  229. 'Whater\\UI\\WebBundle\\Controller\\Zones\\AdminAgrupationController' => 'getAdminAgrupationControllerService',
  230. 'Whater\\UI\\WebBundle\\Controller\\Zones\\AdminCountryController' => 'getAdminCountryControllerService',
  231. 'Whater\\UI\\WebBundle\\Controller\\Zones\\AdminDistrictController' => 'getAdminDistrictControllerService',
  232. 'Whater\\UI\\WebBundle\\Controller\\Zones\\AdminEstablishmentController' => 'getAdminEstablishmentControllerService',
  233. 'Whater\\UI\\WebBundle\\Controller\\Zones\\AdminTownController' => 'getAdminTownControllerService',
  234. 'Whater\\UI\\WebBundle\\Controller\\Zones\\AdminTownLocationController' => 'getAdminTownLocationControllerService',
  235. 'Whater\\UI\\WebBundle\\Controller\\Zones\\AdminUbicationController' => 'getAdminUbicationControllerService',
  236. 'Whater\\UI\\WebBundle\\Controller\\Zones\\Api\\AdminAgrupationApiController' => 'getAdminAgrupationApiControllerService',
  237. 'Whater\\UI\\WebBundle\\Controller\\Zones\\Api\\AdminCountryApiController' => 'getAdminCountryApiControllerService',
  238. 'Whater\\UI\\WebBundle\\Controller\\Zones\\Api\\AdminDistrictApiController' => 'getAdminDistrictApiControllerService',
  239. 'Whater\\UI\\WebBundle\\Controller\\Zones\\Api\\AdminEstablishmentApiController' => 'getAdminEstablishmentApiControllerService',
  240. 'Whater\\UI\\WebBundle\\Controller\\Zones\\Api\\AdminTownApiController' => 'getAdminTownApiControllerService',
  241. 'Whater\\UI\\WebBundle\\Controller\\Zones\\Api\\AdminTownLocationApiController' => 'getAdminTownLocationApiControllerService',
  242. 'Whater\\UI\\WebBundle\\Controller\\Zones\\Api\\AdminUbicationApiController' => 'getAdminUbicationApiControllerService',
  243. 'Whater\\UI\\WebBundle\\Controller\\Zones\\Api\\AppAgrupationApiController' => 'getAppAgrupationApiControllerService',
  244. 'Whater\\UI\\WebBundle\\Controller\\Zones\\Api\\AppCountryApiController' => 'getAppCountryApiControllerService',
  245. 'Whater\\UI\\WebBundle\\Controller\\Zones\\Api\\AppEstablishmentApiController' => 'getAppEstablishmentApiControllerService',
  246. 'Whater\\UI\\WebBundle\\Controller\\Zones\\Api\\AppTownApiController' => 'getAppTownApiControllerService',
  247. 'Whater\\UI\\WebBundle\\Controller\\Zones\\Api\\AppUbicationApiController' => 'getAppUbicationApiControllerService',
  248. 'Whater\\UI\\WebBundle\\Controller\\Zones\\Api\\PublicCountryApiController' => 'getPublicCountryApiControllerService',
  249. 'Whater\\UI\\WebBundle\\Controller\\Zones\\Api\\PublicEstablishmentApiController' => 'getPublicEstablishmentApiControllerService',
  250. 'Whater\\UI\\WebBundle\\Controller\\Zones\\Api\\PublicTownApiController' => 'getPublicTownApiControllerService',
  251. 'Whater\\UI\\WebBundle\\Controller\\Zones\\Api\\PublicTownLocationApiController' => 'getPublicTownLocationApiControllerService',
  252. 'Whater\\UI\\WebBundle\\Controller\\Zones\\AppTownController' => 'getAppTownControllerService',
  253. 'Whater\\UI\\WebBundle\\Controller\\Zones\\AppUbicationController' => 'getAppUbicationControllerService',
  254. 'Whater\\UI\\WebBundle\\Controller\\Zones\\PublicCountryAreaController' => 'getPublicCountryAreaControllerService',
  255. 'Whater\\UI\\WebBundle\\Controller\\Zones\\PublicEstablishmentController' => 'getPublicEstablishmentControllerService',
  256. 'Whater\\UI\\WebBundle\\Controller\\Zones\\PublicTownController' => 'getPublicTownControllerService',
  257. 'Whater\\UI\\WebBundle\\Controller\\Zones\\PublicTownLocationController' => 'getPublicTownLocationControllerService',
  258. 'Whater\\UI\\WebBundle\\Controller\\Zones\\PublicUbicationController' => 'getPublicUbicationControllerService',
  259. 'Whater\\UI\\WebBundle\\Controller\\Zones\\PublicZonesController' => 'getPublicZonesControllerService',
  260. 'cache.app_clearer' => 'getCache_AppClearerService',
  261. 'cache.global_clearer' => 'getCache_GlobalClearerService',
  262. 'cache.system_clearer' => 'getCache_SystemClearerService',
  263. 'cache_warmer' => 'getCacheWarmerService',
  264. 'console.command.public_alias.GpsLab\\Bundle\\GeoIP2Bundle\\Command\\DownloadDatabaseCommand' => 'getDownloadDatabaseCommandService',
  265. 'console.command.public_alias.GpsLab\\Bundle\\GeoIP2Bundle\\Command\\UpdateDatabaseCommand' => 'getUpdateDatabaseCommandService',
  266. 'console.command.public_alias.tactician.command.debug' => 'getConsole_Command_PublicAlias_Tactician_Command_DebugService',
  267. 'console.command.public_alias.tactician_domain_events.command.debug' => 'getConsole_Command_PublicAlias_TacticianDomainEvents_Command_DebugService',
  268. 'console.command.public_alias.whater.command.clean_pending_cart_order_console_command' => 'getConsole_Command_PublicAlias_Whater_Command_CleanPendingCartOrderConsoleCommandService',
  269. 'console.command.public_alias.whater.command.debu_send_cloud_command' => 'getConsole_Command_PublicAlias_Whater_Command_DebuSendCloudCommandService',
  270. 'console.command.public_alias.whater.command.load_osm_whater_points_command' => 'getConsole_Command_PublicAlias_Whater_Command_LoadOsmWhaterPointsCommandService',
  271. 'console.command.public_alias.whater.command.process_whater_points_excel_console_command' => 'getConsole_Command_PublicAlias_Whater_Command_ProcessWhaterPointsExcelConsoleCommandService',
  272. 'console.command.public_alias.whater.command.update_google_whater_point_geoposition_command' => 'getConsole_Command_PublicAlias_Whater_Command_UpdateGoogleWhaterPointGeopositionCommandService',
  273. 'console.command.public_alias.whater.command.update_nominatim_whater_point_geoposition_command' => 'getConsole_Command_PublicAlias_Whater_Command_UpdateNominatimWhaterPointGeopositionCommandService',
  274. 'console.command.public_alias.whater.command.update_sinac_analitycs_command' => 'getConsole_Command_PublicAlias_Whater_Command_UpdateSinacAnalitycsCommandService',
  275. 'console.command.public_alias.whater.command.update_sinac_distribution_networks_command' => 'getConsole_Command_PublicAlias_Whater_Command_UpdateSinacDistributionNetworksCommandService',
  276. 'console.command.public_alias.whater.command.update_sinac_distribution_networks_v2_command' => 'getConsole_Command_PublicAlias_Whater_Command_UpdateSinacDistributionNetworksV2CommandService',
  277. 'console.command.public_alias.whater.command.update_town_nominatim_geoposition_command' => 'getConsole_Command_PublicAlias_Whater_Command_UpdateTownNominatimGeopositionCommandService',
  278. 'console.command.public_alias.whater.command.update_whater_point_with_nearest_distribution_network_command' => 'getConsole_Command_PublicAlias_Whater_Command_UpdateWhaterPointWithNearestDistributionNetworkCommandService',
  279. 'console.command_loader' => 'getConsole_CommandLoaderService',
  280. 'container.env_var_processors_locator' => 'getContainer_EnvVarProcessorsLocatorService',
  281. 'eight_points_guzzle.client.tnn' => 'getEightPointsGuzzle_Client_TnnService',
  282. 'eight_points_guzzle.formatter' => 'getEightPointsGuzzle_FormatterService',
  283. 'eight_points_guzzle.handler_stack.tnn' => 'getEightPointsGuzzle_HandlerStack_TnnService',
  284. 'eight_points_guzzle.middleware.event_dispatch.tnn' => 'getEightPointsGuzzle_Middleware_EventDispatch_TnnService',
  285. 'eight_points_guzzle.middleware.log.tnn' => 'getEightPointsGuzzle_Middleware_Log_TnnService',
  286. 'eight_points_guzzle.middleware.profile.tnn' => 'getEightPointsGuzzle_Middleware_Profile_TnnService',
  287. 'eight_points_guzzle.middleware.request_time.tnn' => 'getEightPointsGuzzle_Middleware_RequestTime_TnnService',
  288. 'eight_points_guzzle.middleware.symfony_log' => 'getEightPointsGuzzle_Middleware_SymfonyLogService',
  289. 'eight_points_guzzle.symfony_log_formatter' => 'getEightPointsGuzzle_SymfonyLogFormatterService',
  290. 'endroid_qr_code.qr_ticket_builder' => 'getEndroidQrCode_QrTicketBuilderService',
  291. 'error_controller' => 'getErrorControllerService',
  292. 'ewz_recaptcha.form.type' => 'getEwzRecaptcha_Form_TypeService',
  293. 'ewz_recaptcha.v3.form.type' => 'getEwzRecaptcha_V3_Form_TypeService',
  294. 'ewz_recaptcha.validator.true' => 'getEwzRecaptcha_Validator_TrueService',
  295. 'ewz_recaptcha.validator.v3.true' => 'getEwzRecaptcha_Validator_V3_TrueService',
  296. 'fm_elfinder.loader' => 'getFmElfinder_LoaderService',
  297. 'fos_rest.serializer.jms_handler_registry' => 'getFosRest_Serializer_JmsHandlerRegistryService',
  298. 'geoip2.database.city_reader' => 'getGeoip2_Database_CityReaderService',
  299. 'gesdinet.jwtrefreshtoken' => 'getGesdinet_JwtrefreshtokenService',
  300. 'gesdinet.jwtrefreshtoken.refresh_token_manager' => 'getGesdinet_Jwtrefreshtoken_RefreshTokenManagerService',
  301. 'gos_web_socket.pusher.wamp' => 'getGosWebSocket_Pusher_WampService',
  302. 'gos_web_socket.registry.pusher' => 'getGosWebSocket_Registry_PusherService',
  303. 'gos_web_socket.registry.server_push_handler' => 'getGosWebSocket_Registry_ServerPushHandlerService',
  304. 'gos_web_socket.server.entry_point' => 'getGosWebSocket_Server_EntryPointService',
  305. 'hateoas.configuration.metadata_driver' => 'getHateoas_Configuration_MetadataDriverService',
  306. 'hateoas.configuration.provider' => 'getHateoas_Configuration_ProviderService',
  307. 'hateoas.event_listener.json' => 'getHateoas_EventListener_JsonService',
  308. 'hateoas.event_listener.xml' => 'getHateoas_EventListener_XmlService',
  309. 'jms_serializer.handler_registry' => 'getJmsSerializer_HandlerRegistryService',
  310. 'jms_serializer.metadata_driver' => 'getJmsSerializer_MetadataDriverService',
  311. 'jms_serializer.twig_extension.serializer_runtime_helper' => 'getJmsSerializer_TwigExtension_SerializerRuntimeHelperService',
  312. 'kira_log_viewer.log_parser.default' => 'getKiraLogViewer_LogParser_DefaultService',
  313. 'knp_menu.factory' => 'getKnpMenu_FactoryService',
  314. 'knp_menu.matcher' => 'getKnpMenu_MatcherService',
  315. 'knp_snappy.image' => 'getKnpSnappy_ImageService',
  316. 'knp_snappy.pdf' => 'getKnpSnappy_PdfService',
  317. 'lexik_jwt_authentication.encoder' => 'getLexikJwtAuthentication_EncoderService',
  318. 'lexik_jwt_authentication.generate_token_command' => 'getLexikJwtAuthentication_GenerateTokenCommandService',
  319. 'lexik_jwt_authentication.jwt_manager' => 'getLexikJwtAuthentication_JwtManagerService',
  320. 'lexik_jwt_authentication.key_loader' => 'getLexikJwtAuthentication_KeyLoaderService',
  321. 'liip_imagine.binary.loader.default' => 'getLiipImagine_Binary_Loader_DefaultService',
  322. 'liip_imagine.config.stack_collection' => 'getLiipImagine_Config_StackCollectionService',
  323. 'liip_imagine.data.manager' => 'getLiipImagine_Data_ManagerService',
  324. 'liip_imagine.filter.loader.downscale' => 'getLiipImagine_Filter_Loader_DownscaleService',
  325. 'liip_imagine.filter.loader.fixed' => 'getLiipImagine_Filter_Loader_FixedService',
  326. 'liip_imagine.filter.loader.flip' => 'getLiipImagine_Filter_Loader_FlipService',
  327. 'liip_imagine.filter.loader.grayscale' => 'getLiipImagine_Filter_Loader_GrayscaleService',
  328. 'liip_imagine.filter.loader.interlace' => 'getLiipImagine_Filter_Loader_InterlaceService',
  329. 'liip_imagine.filter.loader.resample' => 'getLiipImagine_Filter_Loader_ResampleService',
  330. 'liip_imagine.filter.loader.rotate' => 'getLiipImagine_Filter_Loader_RotateService',
  331. 'liip_imagine.filter.manager' => 'getLiipImagine_Filter_ManagerService',
  332. 'monolog.logger.sinacLog' => 'getMonolog_Logger_SinacLogService',
  333. 'nelmio_api_doc.controller.swagger' => 'getNelmioApiDoc_Controller_SwaggerService',
  334. 'nelmio_api_doc.controller.swagger_ui' => 'getNelmioApiDoc_Controller_SwaggerUiService',
  335. 'nelmio_api_doc.generator.default' => 'getNelmioApiDoc_Generator_DefaultService',
  336. 'nelmio_security.csp_reporter_controller' => 'getNelmioSecurity_CspReporterControllerService',
  337. 'nelmio_security.ua_parser.ua_php' => 'getNelmioSecurity_UaParser_UaPhpService',
  338. 'presta_sitemap.controller' => 'getPrestaSitemap_ControllerService',
  339. 'presta_sitemap.dump_command' => 'getPrestaSitemap_DumpCommandService',
  340. 'presta_sitemap.dumper' => 'getPrestaSitemap_DumperService',
  341. 'presta_sitemap.generator' => 'getPrestaSitemap_GeneratorService',
  342. 'routing.loader' => 'getRouting_LoaderService',
  343. 'services_resetter' => 'getServicesResetterService',
  344. 'sonata.admin.manager.orm' => 'getSonata_Admin_Manager_OrmService',
  345. 'sonata.admin.manipulator.acl.object.orm' => 'getSonata_Admin_Manipulator_Acl_Object_OrmService',
  346. 'sonata.doctrine.model.adapter.chain' => 'getSonata_Doctrine_Model_Adapter_ChainService',
  347. 'sonata.media.action.media_download' => 'getSonata_Media_Action_MediaDownloadService',
  348. 'tactician.commandbus.default' => 'getTactician_Commandbus_DefaultService',
  349. 'vich_uploader.download_handler' => 'getVichUploader_DownloadHandlerService',
  350. 'vich_uploader.form.type.file' => 'getVichUploader_Form_Type_FileService',
  351. 'vich_uploader.form.type.image' => 'getVichUploader_Form_Type_ImageService',
  352. 'vich_uploader.upload_handler' => 'getVichUploader_UploadHandlerService',
  353. 'web_profiler.controller.exception_panel' => 'getWebProfiler_Controller_ExceptionPanelService',
  354. 'web_profiler.controller.profiler' => 'getWebProfiler_Controller_ProfilerService',
  355. 'web_profiler.controller.router' => 'getWebProfiler_Controller_RouterService',
  356. 'whater.listener.cart_order_update_state_event_listener' => 'getWhater_Listener_CartOrderUpdateStateEventListenerService',
  357. 'whater.listener.distribution_network_polygon_update_event_listener' => 'getWhater_Listener_DistributionNetworkPolygonUpdateEventListenerService',
  358. 'whater.listener.town_location_polygon_update_event_listener' => 'getWhater_Listener_TownLocationPolygonUpdateEventListenerService',
  359. 'whater.listener.town_polygon_update_event_listener' => 'getWhater_Listener_TownPolygonUpdateEventListenerService',
  360. ];
  361. $this->aliases = [
  362. 'GeoIp2\\Database\\Reader' => 'geoip2.database.city_reader',
  363. 'Presta\\SitemapBundle\\Controller\\SitemapController' => 'presta_sitemap.controller',
  364. 'database_connection' => 'doctrine.dbal.default_connection',
  365. 'doctrine.orm.entity_manager' => 'doctrine.orm.default_entity_manager',
  366. 'geoip2.reader' => 'geoip2.database.city_reader',
  367. 'jms_serializer.authorization_checker' => '.container.private.security.authorization_checker',
  368. 'liip_imagine.controller' => 'Liip\\ImagineBundle\\Controller\\ImagineController',
  369. 'nelmio_api_doc.generator' => 'nelmio_api_doc.generator.default',
  370. 'vich_uploader.directory_namer_subdir' => 'Vich\\UploaderBundle\\Naming\\SubdirDirectoryNamer',
  371. 'vich_uploader.namer_base64' => 'Vich\\UploaderBundle\\Naming\\Base64Namer',
  372. 'vich_uploader.namer_directory_current_date_time' => 'Vich\\UploaderBundle\\Naming\\CurrentDateTimeDirectoryNamer',
  373. 'vich_uploader.namer_directory_property' => 'Vich\\UploaderBundle\\Naming\\PropertyDirectoryNamer',
  374. 'vich_uploader.namer_hash' => 'Vich\\UploaderBundle\\Naming\\HashNamer',
  375. 'vich_uploader.namer_origname' => 'Vich\\UploaderBundle\\Naming\\OrignameNamer',
  376. 'vich_uploader.namer_property' => 'Vich\\UploaderBundle\\Naming\\PropertyNamer',
  377. 'vich_uploader.namer_smart_unique' => 'Vich\\UploaderBundle\\Naming\\SmartUniqueNamer',
  378. 'vich_uploader.namer_uniqid' => 'Vich\\UploaderBundle\\Naming\\UniqidNamer',
  379. ];
  380. $this->privates['service_container'] = function () {
  381. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/HttpKernelInterface.php';
  382. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/KernelInterface.php';
  383. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/RebootableInterface.php';
  384. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/TerminableInterface.php';
  385. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Kernel.php';
  386. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Kernel/MicroKernelTrait.php';
  387. include_once \dirname(__DIR__, 4).'/src/Kernel.php';
  388. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/ControllerMetadata/ArgumentMetadataFactoryInterface.php';
  389. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/ControllerMetadata/ArgumentMetadataFactory.php';
  390. include_once \dirname(__DIR__, 4).'/vendor/symfony/event-dispatcher/EventSubscriberInterface.php';
  391. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/EventListener/ResponseListener.php';
  392. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/EventListener/StreamedResponseListener.php';
  393. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/EventListener/LocaleListener.php';
  394. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/EventListener/ValidateRequestListener.php';
  395. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/EventListener/DisallowRobotsIndexingListener.php';
  396. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/EventListener/ErrorListener.php';
  397. include_once \dirname(__DIR__, 4).'/vendor/symfony/dependency-injection/ParameterBag/ParameterBagInterface.php';
  398. include_once \dirname(__DIR__, 4).'/vendor/symfony/dependency-injection/ParameterBag/ParameterBag.php';
  399. include_once \dirname(__DIR__, 4).'/vendor/symfony/dependency-injection/ParameterBag/FrozenParameterBag.php';
  400. include_once \dirname(__DIR__, 4).'/vendor/psr/container/src/ContainerInterface.php';
  401. include_once \dirname(__DIR__, 4).'/vendor/symfony/dependency-injection/ParameterBag/ContainerBagInterface.php';
  402. include_once \dirname(__DIR__, 4).'/vendor/symfony/dependency-injection/ParameterBag/ContainerBag.php';
  403. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/HttpKernel.php';
  404. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ControllerResolverInterface.php';
  405. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/TraceableControllerResolver.php';
  406. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ControllerResolver.php';
  407. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php';
  408. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/ControllerResolver.php';
  409. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ArgumentResolverInterface.php';
  410. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/TraceableArgumentResolver.php';
  411. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver.php';
  412. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/RequestStack.php';
  413. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/UriSigner.php';
  414. include_once \dirname(__DIR__, 4).'/vendor/symfony/config/ConfigCacheFactoryInterface.php';
  415. include_once \dirname(__DIR__, 4).'/vendor/symfony/config/ResourceCheckerConfigCacheFactory.php';
  416. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/EventListener/LocaleAwareListener.php';
  417. include_once \dirname(__DIR__, 4).'/vendor/psr/cache/src/CacheItemPoolInterface.php';
  418. include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Adapter/AdapterInterface.php';
  419. include_once \dirname(__DIR__, 4).'/vendor/symfony/cache-contracts/CacheInterface.php';
  420. include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/PruneableInterface.php';
  421. include_once \dirname(__DIR__, 4).'/vendor/symfony/service-contracts/ResetInterface.php';
  422. include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/ResettableInterface.php';
  423. include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Adapter/TraceableAdapter.php';
  424. include_once \dirname(__DIR__, 4).'/vendor/psr/log/Psr/Log/LoggerAwareInterface.php';
  425. include_once \dirname(__DIR__, 4).'/vendor/psr/log/Psr/Log/LoggerAwareTrait.php';
  426. include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Traits/AbstractAdapterTrait.php';
  427. include_once \dirname(__DIR__, 4).'/vendor/symfony/cache-contracts/CacheTrait.php';
  428. include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Traits/ContractsTrait.php';
  429. include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Adapter/AbstractAdapter.php';
  430. include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Traits/FilesystemCommonTrait.php';
  431. include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Traits/FilesystemTrait.php';
  432. include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Adapter/FilesystemAdapter.php';
  433. include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Marshaller/MarshallerInterface.php';
  434. include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Marshaller/DefaultMarshaller.php';
  435. include_once \dirname(__DIR__, 4).'/vendor/symfony/asset/Packages.php';
  436. include_once \dirname(__DIR__, 4).'/vendor/symfony/asset/PackageInterface.php';
  437. include_once \dirname(__DIR__, 4).'/vendor/symfony/asset/Package.php';
  438. include_once \dirname(__DIR__, 4).'/vendor/symfony/asset/PathPackage.php';
  439. include_once \dirname(__DIR__, 4).'/vendor/symfony/asset/VersionStrategy/VersionStrategyInterface.php';
  440. include_once \dirname(__DIR__, 4).'/vendor/symfony/asset/VersionStrategy/StaticVersionStrategy.php';
  441. include_once \dirname(__DIR__, 4).'/vendor/symfony/asset/Context/ContextInterface.php';
  442. include_once \dirname(__DIR__, 4).'/vendor/symfony/asset/Context/RequestStackContext.php';
  443. include_once \dirname(__DIR__, 4).'/vendor/symfony/mailer/EventListener/MessageLoggerListener.php';
  444. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/EventListener/FragmentListener.php';
  445. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation-contracts/TranslatorInterface.php';
  446. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/TranslatorBagInterface.php';
  447. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation-contracts/LocaleAwareInterface.php';
  448. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Translator.php';
  449. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/CacheWarmer/WarmableInterface.php';
  450. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Translation/Translator.php';
  451. include_once \dirname(__DIR__, 4).'/vendor/symfony/service-contracts/ServiceProviderInterface.php';
  452. include_once \dirname(__DIR__, 4).'/vendor/symfony/service-contracts/ServiceLocatorTrait.php';
  453. include_once \dirname(__DIR__, 4).'/vendor/symfony/dependency-injection/ServiceLocator.php';
  454. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Formatter/MessageFormatterInterface.php';
  455. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Formatter/IntlFormatterInterface.php';
  456. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Formatter/MessageFormatter.php';
  457. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation-contracts/TranslatorTrait.php';
  458. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/IdentityTranslator.php';
  459. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/EventListener/DebugHandlersListener.php';
  460. include_once \dirname(__DIR__, 4).'/vendor/psr/log/Psr/Log/LoggerInterface.php';
  461. include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/ResettableInterface.php';
  462. include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Logger.php';
  463. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Log/DebugLoggerInterface.php';
  464. include_once \dirname(__DIR__, 4).'/vendor/symfony/monolog-bridge/Logger.php';
  465. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Debug/FileLinkFormatter.php';
  466. include_once \dirname(__DIR__, 4).'/vendor/symfony/stopwatch/Stopwatch.php';
  467. include_once \dirname(__DIR__, 4).'/vendor/symfony/monolog-bridge/Processor/CompatibilityProcessor.php';
  468. include_once \dirname(__DIR__, 4).'/vendor/symfony/monolog-bridge/Processor/DebugProcessor.php';
  469. include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/RequestContext.php';
  470. include_once \dirname(__DIR__, 4).'/vendor/symfony/expression-language/ExpressionFunctionProviderInterface.php';
  471. include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/Matcher/ExpressionLanguageProvider.php';
  472. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/EventListener/RouterListener.php';
  473. include_once \dirname(__DIR__, 4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/Reader.php';
  474. include_once \dirname(__DIR__, 4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationReader.php';
  475. include_once \dirname(__DIR__, 4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationRegistry.php';
  476. include_once \dirname(__DIR__, 4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/PsrCachedReader.php';
  477. include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Traits/ProxyTrait.php';
  478. include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Adapter/PhpArrayAdapter.php';
  479. include_once \dirname(__DIR__, 4).'/vendor/symfony/property-access/PropertyAccessorInterface.php';
  480. include_once \dirname(__DIR__, 4).'/vendor/symfony/property-access/PropertyAccessor.php';
  481. include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Adapter/ArrayAdapter.php';
  482. include_once \dirname(__DIR__, 4).'/vendor/symfony/property-info/PropertyTypeExtractorInterface.php';
  483. include_once \dirname(__DIR__, 4).'/vendor/symfony/property-info/PropertyDescriptionExtractorInterface.php';
  484. include_once \dirname(__DIR__, 4).'/vendor/symfony/property-info/PropertyAccessExtractorInterface.php';
  485. include_once \dirname(__DIR__, 4).'/vendor/symfony/property-info/PropertyListExtractorInterface.php';
  486. include_once \dirname(__DIR__, 4).'/vendor/symfony/property-info/PropertyInfoExtractorInterface.php';
  487. include_once \dirname(__DIR__, 4).'/vendor/symfony/property-info/PropertyInitializableExtractorInterface.php';
  488. include_once \dirname(__DIR__, 4).'/vendor/symfony/property-info/PropertyInfoExtractor.php';
  489. include_once \dirname(__DIR__, 4).'/vendor/symfony/property-info/PropertyReadInfoExtractorInterface.php';
  490. include_once \dirname(__DIR__, 4).'/vendor/symfony/property-info/PropertyWriteInfoExtractorInterface.php';
  491. include_once \dirname(__DIR__, 4).'/vendor/symfony/property-info/Extractor/ConstructorArgumentTypeExtractorInterface.php';
  492. include_once \dirname(__DIR__, 4).'/vendor/symfony/property-info/Extractor/ReflectionExtractor.php';
  493. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/EventListener/AbstractSessionListener.php';
  494. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/EventListener/SessionListener.php';
  495. include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/ValidatorBuilder.php';
  496. include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/Validation.php';
  497. include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/ConstraintValidatorFactoryInterface.php';
  498. include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/ContainerConstraintValidatorFactory.php';
  499. include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/ObjectInitializerInterface.php';
  500. include_once \dirname(__DIR__, 4).'/vendor/symfony/doctrine-bridge/Validator/DoctrineInitializer.php';
  501. include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/Mapping/Loader/LoaderInterface.php';
  502. include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/Mapping/Loader/AutoMappingTrait.php';
  503. include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/Mapping/Loader/PropertyInfoLoader.php';
  504. include_once \dirname(__DIR__, 4).'/vendor/symfony/doctrine-bridge/Validator/DoctrineLoader.php';
  505. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/EventListener/ProfilerListener.php';
  506. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DataCollector/DataCollectorInterface.php';
  507. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DataCollector/DataCollector.php';
  508. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DataCollector/LateDataCollectorInterface.php';
  509. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php';
  510. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DataCollector/RouterDataCollector.php';
  511. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/DataCollector/RouterDataCollector.php';
  512. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/Extension/DataCollector/FormDataCollectorInterface.php';
  513. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/Extension/DataCollector/FormDataCollector.php';
  514. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/Extension/DataCollector/FormDataExtractorInterface.php';
  515. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/Extension/DataCollector/FormDataExtractor.php';
  516. include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Profiler/Profile.php';
  517. include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Processor/ProcessorInterface.php';
  518. include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Processor/PsrLogMessageProcessor.php';
  519. include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Handler/HandlerInterface.php';
  520. include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Handler/Handler.php';
  521. include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Handler/AbstractHandler.php';
  522. include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Handler/ProcessableHandlerInterface.php';
  523. include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Handler/FormattableHandlerInterface.php';
  524. include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Handler/ProcessableHandlerTrait.php';
  525. include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Handler/FormattableHandlerTrait.php';
  526. include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Handler/AbstractProcessingHandler.php';
  527. include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Handler/StreamHandler.php';
  528. include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Handler/RotatingFileHandler.php';
  529. include_once \dirname(__DIR__, 4).'/vendor/symfony/monolog-bridge/Handler/CompatibilityHandler.php';
  530. include_once \dirname(__DIR__, 4).'/vendor/symfony/monolog-bridge/Handler/ConsoleHandler.php';
  531. include_once \dirname(__DIR__, 4).'/vendor/symfony/monolog-bridge/Handler/CompatibilityProcessingHandler.php';
  532. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authentication/Token/Storage/TokenStorageInterface.php';
  533. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authentication/Token/Storage/TokenStorage.php';
  534. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authentication/AuthenticationTrustResolverInterface.php';
  535. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authentication/AuthenticationTrustResolver.php';
  536. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Role/RoleHierarchyInterface.php';
  537. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Role/RoleHierarchy.php';
  538. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/FirewallMapInterface.php';
  539. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-bundle/Security/FirewallMap.php';
  540. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Logout/LogoutUrlGenerator.php';
  541. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/RememberMe/ResponseListener.php';
  542. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/AccessDecisionManagerInterface.php';
  543. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/TraceableAccessDecisionManager.php';
  544. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/AccessDecisionManager.php';
  545. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/Strategy/AccessDecisionStrategyInterface.php';
  546. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/Strategy/AffirmativeStrategy.php';
  547. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Firewall.php';
  548. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-bundle/EventListener/FirewallListener.php';
  549. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php';
  550. include_once \dirname(__DIR__, 4).'/vendor/symfony/web-profiler-bundle/Csp/ContentSecurityPolicyHandler.php';
  551. include_once \dirname(__DIR__, 4).'/vendor/symfony/web-profiler-bundle/Csp/NonceGenerator.php';
  552. include_once \dirname(__DIR__, 4).'/vendor/symfony/web-profiler-bundle/EventListener/WebDebugToolbarListener.php';
  553. include_once \dirname(__DIR__, 4).'/vendor/symfony/webpack-encore-bundle/src/Asset/EntrypointLookupCollectionInterface.php';
  554. include_once \dirname(__DIR__, 4).'/vendor/symfony/webpack-encore-bundle/src/Asset/EntrypointLookupCollection.php';
  555. include_once \dirname(__DIR__, 4).'/vendor/symfony/webpack-encore-bundle/src/EventListener/ResetAssetsEventListener.php';
  556. include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/ConnectionRegistry.php';
  557. include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/ManagerRegistry.php';
  558. include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/AbstractManagerRegistry.php';
  559. include_once \dirname(__DIR__, 4).'/vendor/symfony/doctrine-bridge/ManagerRegistry.php';
  560. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Registry.php';
  561. include_once \dirname(__DIR__, 4).'/vendor/doctrine/event-manager/src/EventManager.php';
  562. include_once \dirname(__DIR__, 4).'/vendor/symfony/doctrine-bridge/ContainerAwareEventManager.php';
  563. include_once \dirname(__DIR__, 4).'/vendor/doctrine/dbal/src/Connection.php';
  564. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/ConnectionFactory.php';
  565. include_once \dirname(__DIR__, 4).'/vendor/doctrine/dbal/src/Configuration.php';
  566. include_once \dirname(__DIR__, 4).'/vendor/doctrine/dbal/src/Schema/SchemaManagerFactory.php';
  567. include_once \dirname(__DIR__, 4).'/vendor/doctrine/dbal/src/Schema/LegacySchemaManagerFactory.php';
  568. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Dbal/SchemaAssetsFilterManager.php';
  569. include_once \dirname(__DIR__, 4).'/vendor/doctrine/dbal/src/Driver/Middleware.php';
  570. include_once \dirname(__DIR__, 4).'/vendor/doctrine/dbal/src/Logging/Middleware.php';
  571. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Middleware/ConnectionNameAwareInterface.php';
  572. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Middleware/DebugMiddleware.php';
  573. include_once \dirname(__DIR__, 4).'/vendor/doctrine/dbal/src/Tools/DsnParser.php';
  574. include_once \dirname(__DIR__, 4).'/vendor/symfony/doctrine-bridge/Middleware/Debug/DebugDataHolder.php';
  575. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Middleware/BacktraceDebugDataHolder.php';
  576. include_once \dirname(__DIR__, 4).'/vendor/doctrine/common/src/Proxy/Autoloader.php';
  577. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Proxy/Autoloader.php';
  578. include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/ObjectManager.php';
  579. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/EntityManagerInterface.php';
  580. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/EntityManager.php';
  581. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Configuration.php';
  582. include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/MappingDriver.php';
  583. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Mapping/MappingDriver.php';
  584. include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/MappingDriverChain.php';
  585. include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/FileDriver.php';
  586. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Mapping/Driver/YamlDriver.php';
  587. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Mapping/Driver/SimplifiedYamlDriver.php';
  588. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Mapping/Driver/CompatibilityAnnotationDriver.php';
  589. include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/ColocatedMappingDriver.php';
  590. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Mapping/Driver/ReflectionBasedDriver.php';
  591. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Mapping/Driver/AnnotationDriver.php';
  592. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Mapping/Driver/XmlDriver.php';
  593. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Mapping/Driver/SimplifiedXmlDriver.php';
  594. include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/FileLocator.php';
  595. include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/SymfonyFileLocator.php';
  596. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Mapping/NamingStrategy.php';
  597. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Mapping/UnderscoreNamingStrategy.php';
  598. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Mapping/QuoteStrategy.php';
  599. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Internal/SQLResultCasing.php';
  600. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Mapping/DefaultQuoteStrategy.php';
  601. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Mapping/TypedFieldMapper.php';
  602. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Mapping/DefaultTypedFieldMapper.php';
  603. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Mapping/EntityListenerResolver.php';
  604. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Mapping/EntityListenerServiceResolver.php';
  605. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Mapping/ContainerEntityListenerResolver.php';
  606. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Repository/RepositoryFactory.php';
  607. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Repository/RepositoryFactoryCompatibility.php';
  608. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Repository/ContainerRepositoryFactory.php';
  609. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/ManagerConfigurator.php';
  610. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-migrations-bundle/src/EventListener/SchemaFilterListener.php';
  611. include_once \dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/src/EventListener/ControllerListener.php';
  612. include_once \dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/src/EventListener/ParamConverterListener.php';
  613. include_once \dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/ParamConverterManager.php';
  614. include_once \dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/ParamConverterInterface.php';
  615. include_once \dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/DoctrineParamConverter.php';
  616. include_once \dirname(__DIR__, 4).'/vendor/symfony/expression-language/ExpressionLanguage.php';
  617. include_once \dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/DateTimeParamConverter.php';
  618. include_once \dirname(__DIR__, 4).'/vendor/symfony/service-contracts/ServiceSubscriberInterface.php';
  619. include_once \dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/src/EventListener/TemplateListener.php';
  620. include_once \dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/src/Templating/TemplateGuesser.php';
  621. include_once \dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/src/EventListener/HttpCacheListener.php';
  622. include_once \dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/src/EventListener/SecurityListener.php';
  623. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/ExpressionLanguage.php';
  624. include_once \dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/src/Security/ExpressionLanguage.php';
  625. include_once \dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/src/EventListener/IsGrantedListener.php';
  626. include_once \dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/src/Request/ArgumentNameConverter.php';
  627. include_once \dirname(__DIR__, 4).'/vendor/jms/serializer/src/Type/ParserInterface.php';
  628. include_once \dirname(__DIR__, 4).'/vendor/jms/serializer/src/Type/Parser.php';
  629. include_once \dirname(__DIR__, 4).'/vendor/jms/metadata/src/Cache/CacheInterface.php';
  630. include_once \dirname(__DIR__, 4).'/vendor/jms/metadata/src/Cache/ClearableCacheInterface.php';
  631. include_once \dirname(__DIR__, 4).'/vendor/jms/metadata/src/Cache/FileCache.php';
  632. include_once \dirname(__DIR__, 4).'/vendor/jms/metadata/src/MetadataFactoryInterface.php';
  633. include_once \dirname(__DIR__, 4).'/vendor/jms/metadata/src/AdvancedMetadataFactoryInterface.php';
  634. include_once \dirname(__DIR__, 4).'/vendor/jms/metadata/src/MetadataFactory.php';
  635. include_once \dirname(__DIR__, 4).'/vendor/jms/metadata/src/Driver/DriverInterface.php';
  636. include_once \dirname(__DIR__, 4).'/vendor/jms/metadata/src/Driver/LazyLoadingDriver.php';
  637. include_once \dirname(__DIR__, 4).'/vendor/jms/serializer/src/Expression/CompilableExpressionEvaluatorInterface.php';
  638. include_once \dirname(__DIR__, 4).'/vendor/jms/serializer/src/Expression/ExpressionEvaluatorInterface.php';
  639. include_once \dirname(__DIR__, 4).'/vendor/jms/serializer/src/Expression/ExpressionEvaluator.php';
  640. include_once \dirname(__DIR__, 4).'/vendor/jms/serializer-bundle/ExpressionLanguage/BasicSerializerFunctionsProvider.php';
  641. include_once \dirname(__DIR__, 4).'/vendor/willdurand/hateoas-bundle/Expression/LinkExpressionFunction.php';
  642. include_once \dirname(__DIR__, 4).'/vendor/snc/redis-bundle/src/Logger/RedisLogger.php';
  643. include_once \dirname(__DIR__, 4).'/vendor/willdurand/hateoas/src/Factory/LinkFactory.php';
  644. include_once \dirname(__DIR__, 4).'/vendor/willdurand/hateoas/src/UrlGenerator/UrlGeneratorRegistry.php';
  645. include_once \dirname(__DIR__, 4).'/vendor/willdurand/hateoas/src/UrlGenerator/UrlGeneratorInterface.php';
  646. include_once \dirname(__DIR__, 4).'/vendor/willdurand/hateoas/src/UrlGenerator/SymfonyUrlGenerator.php';
  647. include_once \dirname(__DIR__, 4).'/vendor/willdurand/hateoas/src/Helper/LinkHelper.php';
  648. include_once \dirname(__DIR__, 4).'/vendor/cocur/slugify/src/SlugifyInterface.php';
  649. include_once \dirname(__DIR__, 4).'/vendor/cocur/slugify/src/Slugify.php';
  650. include_once \dirname(__DIR__, 4).'/vendor/shivas/versioning-bundle/src/Service/VersionManagerInterface.php';
  651. include_once \dirname(__DIR__, 4).'/vendor/shivas/versioning-bundle/src/Service/VersionManager.php';
  652. include_once \dirname(__DIR__, 4).'/vendor/shivas/versioning-bundle/src/Writer/WriterInterface.php';
  653. include_once \dirname(__DIR__, 4).'/vendor/shivas/versioning-bundle/src/Writer/VersionWriter.php';
  654. include_once \dirname(__DIR__, 4).'/vendor/shivas/versioning-bundle/src/Formatter/FormatterInterface.php';
  655. include_once \dirname(__DIR__, 4).'/vendor/shivas/versioning-bundle/src/Formatter/GitDescribeFormatter.php';
  656. include_once \dirname(__DIR__, 4).'/vendor/shivas/versioning-bundle/src/Provider/ProviderInterface.php';
  657. include_once \dirname(__DIR__, 4).'/vendor/shivas/versioning-bundle/src/Provider/VersionProvider.php';
  658. include_once \dirname(__DIR__, 4).'/vendor/shivas/versioning-bundle/src/Provider/GitRepositoryProvider.php';
  659. include_once \dirname(__DIR__, 4).'/vendor/shivas/versioning-bundle/src/Provider/RevisionProvider.php';
  660. include_once \dirname(__DIR__, 4).'/vendor/shivas/versioning-bundle/src/Provider/InitialVersionProvider.php';
  661. include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/rest-bundle/EventListener/MimeTypeListener.php';
  662. include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/rest-bundle/EventListener/FormatListener.php';
  663. include_once \dirname(__DIR__, 4).'/vendor/willdurand/negotiation/src/Negotiation/AbstractNegotiator.php';
  664. include_once \dirname(__DIR__, 4).'/vendor/willdurand/negotiation/src/Negotiation/Negotiator.php';
  665. include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/rest-bundle/Negotiation/FormatNegotiator.php';
  666. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/RequestMatcherInterface.php';
  667. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/RequestMatcher.php';
  668. include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/rest-bundle/EventListener/VersionListener.php';
  669. include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/rest-bundle/Version/VersionResolverInterface.php';
  670. include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/rest-bundle/Version/ChainVersionResolver.php';
  671. include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/rest-bundle/Version/Resolver/QueryParameterVersionResolver.php';
  672. include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/rest-bundle/Version/Resolver/HeaderVersionResolver.php';
  673. include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/rest-bundle/Version/Resolver/MediaTypeVersionResolver.php';
  674. include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/rest-bundle/EventListener/VersionExclusionListener.php';
  675. include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/rest-bundle/EventListener/ParamFetcherListener.php';
  676. include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/rest-bundle/Request/ParamFetcherInterface.php';
  677. include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/rest-bundle/Util/ResolverTrait.php';
  678. include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/rest-bundle/Request/ParamFetcher.php';
  679. include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/rest-bundle/Request/ParamReaderInterface.php';
  680. include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/rest-bundle/Request/ParamReader.php';
  681. include_once \dirname(__DIR__, 4).'/vendor/nelmio/cors-bundle/EventListener/CorsListener.php';
  682. include_once \dirname(__DIR__, 4).'/vendor/nelmio/cors-bundle/Options/ResolverInterface.php';
  683. include_once \dirname(__DIR__, 4).'/vendor/nelmio/cors-bundle/Options/Resolver.php';
  684. include_once \dirname(__DIR__, 4).'/vendor/nelmio/cors-bundle/Options/ProviderInterface.php';
  685. include_once \dirname(__DIR__, 4).'/vendor/nelmio/cors-bundle/Options/ConfigProvider.php';
  686. include_once \dirname(__DIR__, 4).'/vendor/nelmio/cors-bundle/EventListener/CacheableResponseVaryListener.php';
  687. include_once \dirname(__DIR__, 4).'/vendor/nelmio/security-bundle/EventListener/AbstractContentTypeRestrictableListener.php';
  688. include_once \dirname(__DIR__, 4).'/vendor/nelmio/security-bundle/EventListener/ContentSecurityPolicyListener.php';
  689. include_once \dirname(__DIR__, 4).'/vendor/nelmio/security-bundle/ContentSecurityPolicy/DirectiveSet.php';
  690. include_once \dirname(__DIR__, 4).'/vendor/nelmio/security-bundle/ContentSecurityPolicy/PolicyManager.php';
  691. include_once \dirname(__DIR__, 4).'/vendor/nelmio/security-bundle/ContentSecurityPolicy/NonceGenerator.php';
  692. include_once \dirname(__DIR__, 4).'/vendor/nelmio/security-bundle/ContentSecurityPolicy/ShaComputer.php';
  693. include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Imagine/Cache/Resolver/ResolverInterface.php';
  694. include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Imagine/Cache/Resolver/WebPathResolver.php';
  695. include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Imagine/Cache/CacheManager.php';
  696. include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Imagine/Filter/FilterConfiguration.php';
  697. include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Imagine/Cache/Resolver/NoCacheWebPathResolver.php';
  698. include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Imagine/Cache/SignerInterface.php';
  699. include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Imagine/Cache/Signer.php';
  700. include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Metadata/MetadataReader.php';
  701. include_once \dirname(__DIR__, 4).'/vendor/jms/metadata/src/Driver/AdvancedDriverInterface.php';
  702. include_once \dirname(__DIR__, 4).'/vendor/jms/metadata/src/Driver/DriverChain.php';
  703. include_once \dirname(__DIR__, 4).'/vendor/jms/metadata/src/Driver/AbstractFileDriver.php';
  704. include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Metadata/Driver/XmlDriver.php';
  705. include_once \dirname(__DIR__, 4).'/vendor/jms/metadata/src/Driver/FileLocatorInterface.php';
  706. include_once \dirname(__DIR__, 4).'/vendor/jms/metadata/src/Driver/AdvancedFileLocatorInterface.php';
  707. include_once \dirname(__DIR__, 4).'/vendor/jms/metadata/src/Driver/TraceableFileLocatorInterface.php';
  708. include_once \dirname(__DIR__, 4).'/vendor/jms/metadata/src/Driver/FileLocator.php';
  709. include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Metadata/Driver/AnnotationDriver.php';
  710. include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Metadata/Driver/AbstractYamlDriver.php';
  711. include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Metadata/Driver/YamlDriver.php';
  712. include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Metadata/Driver/YmlDriver.php';
  713. include_once \dirname(__DIR__, 4).'/vendor/sonata-project/media-bundle/src/Provider/Pool.php';
  714. include_once \dirname(__DIR__, 4).'/vendor/sonata-project/media-bundle/src/Security/DownloadStrategyInterface.php';
  715. include_once \dirname(__DIR__, 4).'/vendor/sonata-project/media-bundle/src/Security/RolesDownloadStrategy.php';
  716. include_once \dirname(__DIR__, 4).'/vendor/sonata-project/media-bundle/src/Provider/MediaProviderInterface.php';
  717. include_once \dirname(__DIR__, 4).'/vendor/sonata-project/media-bundle/src/Provider/BaseProvider.php';
  718. include_once \dirname(__DIR__, 4).'/vendor/sonata-project/media-bundle/src/Provider/FileProviderInterface.php';
  719. include_once \dirname(__DIR__, 4).'/vendor/sonata-project/media-bundle/src/Provider/FileProvider.php';
  720. include_once \dirname(__DIR__, 4).'/vendor/sonata-project/media-bundle/src/Thumbnail/ThumbnailInterface.php';
  721. include_once \dirname(__DIR__, 4).'/vendor/sonata-project/media-bundle/src/Thumbnail/FileThumbnail.php';
  722. include_once \dirname(__DIR__, 4).'/vendor/sonata-project/media-bundle/src/Provider/BaseVideoProvider.php';
  723. include_once \dirname(__DIR__, 4).'/vendor/sonata-project/media-bundle/src/Provider/YouTubeProvider.php';
  724. include_once \dirname(__DIR__, 4).'/vendor/sonata-project/media-bundle/src/Generator/GeneratorInterface.php';
  725. include_once \dirname(__DIR__, 4).'/vendor/sonata-project/media-bundle/src/Generator/IdGenerator.php';
  726. include_once \dirname(__DIR__, 4).'/vendor/psr/http-client/src/ClientInterface.php';
  727. include_once \dirname(__DIR__, 4).'/vendor/psr/http-factory/src/RequestFactoryInterface.php';
  728. include_once \dirname(__DIR__, 4).'/vendor/psr/http-factory/src/StreamFactoryInterface.php';
  729. include_once \dirname(__DIR__, 4).'/vendor/psr/http-factory/src/UriFactoryInterface.php';
  730. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-client/Psr18Client.php';
  731. include_once \dirname(__DIR__, 4).'/vendor/psr/http-factory/src/ResponseFactoryInterface.php';
  732. include_once \dirname(__DIR__, 4).'/vendor/psr/http-factory/src/ServerRequestFactoryInterface.php';
  733. include_once \dirname(__DIR__, 4).'/vendor/psr/http-factory/src/UploadedFileFactoryInterface.php';
  734. include_once \dirname(__DIR__, 4).'/vendor/nyholm/psr7/src/Factory/Psr17Factory.php';
  735. include_once \dirname(__DIR__, 4).'/vendor/sonata-project/media-bundle/src/Provider/DailyMotionProvider.php';
  736. include_once \dirname(__DIR__, 4).'/vendor/sonata-project/media-bundle/src/Provider/VimeoProvider.php';
  737. include_once \dirname(__DIR__, 4).'/vendor/sonata-project/media-bundle/src/Thumbnail/ResizableThumbnailInterface.php';
  738. include_once \dirname(__DIR__, 4).'/vendor/sonata-project/media-bundle/src/Thumbnail/GenerableThumbnailInterface.php';
  739. include_once \dirname(__DIR__, 4).'/vendor/sonata-project/media-bundle/src/Thumbnail/FormatThumbnail.php';
  740. include_once \dirname(__DIR__, 4).'/vendor/sonata-project/media-bundle/src/Resizer/ResizerInterface.php';
  741. include_once \dirname(__DIR__, 4).'/vendor/sonata-project/media-bundle/src/Resizer/CropResizer.php';
  742. include_once \dirname(__DIR__, 4).'/vendor/sonata-project/media-bundle/src/Resizer/SquareResizer.php';
  743. include_once \dirname(__DIR__, 4).'/vendor/sonata-project/media-bundle/src/Provider/ImageProviderInterface.php';
  744. include_once \dirname(__DIR__, 4).'/vendor/sonata-project/media-bundle/src/Provider/ImageProvider.php';
  745. include_once \dirname(__DIR__, 4).'/vendor/imagine/imagine/src/Factory/ClassFactoryAwareInterface.php';
  746. include_once \dirname(__DIR__, 4).'/vendor/imagine/imagine/src/Image/ImagineInterface.php';
  747. include_once \dirname(__DIR__, 4).'/vendor/imagine/imagine/src/Image/AbstractImagine.php';
  748. include_once \dirname(__DIR__, 4).'/vendor/imagine/imagine/src/Driver/InfoProvider.php';
  749. include_once \dirname(__DIR__, 4).'/vendor/imagine/imagine/src/Gd/Imagine.php';
  750. include_once \dirname(__DIR__, 4).'/vendor/sonata-project/media-bundle/src/Resizer/SimpleResizer.php';
  751. include_once \dirname(__DIR__, 4).'/vendor/sonata-project/media-bundle/src/CDN/CDNInterface.php';
  752. include_once \dirname(__DIR__, 4).'/vendor/sonata-project/media-bundle/src/CDN/Server.php';
  753. include_once \dirname(__DIR__, 4).'/vendor/knplabs/gaufrette/src/Gaufrette/Adapter.php';
  754. include_once \dirname(__DIR__, 4).'/vendor/knplabs/gaufrette/src/Gaufrette/Adapter/StreamFactory.php';
  755. include_once \dirname(__DIR__, 4).'/vendor/knplabs/gaufrette/src/Gaufrette/Adapter/ChecksumCalculator.php';
  756. include_once \dirname(__DIR__, 4).'/vendor/knplabs/gaufrette/src/Gaufrette/Adapter/SizeCalculator.php';
  757. include_once \dirname(__DIR__, 4).'/vendor/knplabs/gaufrette/src/Gaufrette/Adapter/MimeTypeProvider.php';
  758. include_once \dirname(__DIR__, 4).'/vendor/knplabs/gaufrette/src/Gaufrette/Adapter/Local.php';
  759. include_once \dirname(__DIR__, 4).'/vendor/sonata-project/media-bundle/src/Filesystem/Local.php';
  760. include_once \dirname(__DIR__, 4).'/vendor/knplabs/gaufrette/src/Gaufrette/FilesystemInterface.php';
  761. include_once \dirname(__DIR__, 4).'/vendor/knplabs/gaufrette/src/Gaufrette/Filesystem.php';
  762. include_once \dirname(__DIR__, 4).'/vendor/sonata-project/media-bundle/src/Metadata/MetadataBuilderInterface.php';
  763. include_once \dirname(__DIR__, 4).'/vendor/sonata-project/media-bundle/src/Metadata/ProxyMetadataBuilder.php';
  764. include_once \dirname(__DIR__, 4).'/vendor/sonata-project/media-bundle/src/Metadata/NoopMetadataBuilder.php';
  765. include_once \dirname(__DIR__, 4).'/vendor/sonata-project/media-bundle/src/Metadata/AmazonMetadataBuilder.php';
  766. include_once \dirname(__DIR__, 4).'/vendor/geocoder-php/plugin/Plugin.php';
  767. include_once \dirname(__DIR__, 4).'/vendor/willdurand/geocoder-bundle/src/Plugin/ProfilingPlugin.php';
  768. include_once \dirname(__DIR__, 4).'/vendor/eightpoints/guzzle-bundle/src/Log/LoggerInterface.php';
  769. include_once \dirname(__DIR__, 4).'/vendor/psr/log/Psr/Log/LoggerTrait.php';
  770. include_once \dirname(__DIR__, 4).'/vendor/eightpoints/guzzle-bundle/src/Log/Logger.php';
  771. include_once \dirname(__DIR__, 4).'/vendor/eightpoints/guzzle-bundle/src/DataCollector/DataCollectorSymfonyCompatibilityTrait.php';
  772. include_once \dirname(__DIR__, 4).'/vendor/eightpoints/guzzle-bundle/src/DataCollector/HttpDataCollector.php';
  773. include_once \dirname(__DIR__, 4).'/src/Infrastructure/CommonBundle/Monolog/MonologDomainsFilterProcessor.php';
  774. include_once \dirname(__DIR__, 4).'/src/Infrastructure/MediaBundle/Generator/DateGenerator.php';
  775. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-client-contracts/HttpClientInterface.php';
  776. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-client/TraceableHttpClient.php';
  777. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-client/HttpClient.php';
  778. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/DataCollectorTranslator.php';
  779. include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/RequestContextAwareInterface.php';
  780. include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/Matcher/UrlMatcherInterface.php';
  781. include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/Generator/UrlGeneratorInterface.php';
  782. include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/RouterInterface.php';
  783. include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/Matcher/RequestMatcherInterface.php';
  784. include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/Router.php';
  785. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Routing/Router.php';
  786. include_once \dirname(__DIR__, 4).'/vendor/jms/serializer/src/ContextFactory/SerializationContextFactoryInterface.php';
  787. include_once \dirname(__DIR__, 4).'/vendor/jms/serializer/src/ContextFactory/DeserializationContextFactoryInterface.php';
  788. include_once \dirname(__DIR__, 4).'/vendor/jms/serializer-bundle/ContextFactory/ConfiguredContextFactory.php';
  789. include_once \dirname(__DIR__, 4).'/vendor/jms/serializer/src/SerializerInterface.php';
  790. include_once \dirname(__DIR__, 4).'/vendor/jms/serializer/src/ArrayTransformerInterface.php';
  791. include_once \dirname(__DIR__, 4).'/vendor/jms/serializer/src/Serializer.php';
  792. include_once \dirname(__DIR__, 4).'/vendor/jms/serializer/src/GraphNavigator/Factory/GraphNavigatorFactoryInterface.php';
  793. include_once \dirname(__DIR__, 4).'/vendor/jms/serializer/src/GraphNavigator/Factory/DeserializationGraphNavigatorFactory.php';
  794. include_once \dirname(__DIR__, 4).'/vendor/jms/serializer/src/Construction/ObjectConstructorInterface.php';
  795. include_once \dirname(__DIR__, 4).'/vendor/jms/serializer/src/Construction/DoctrineObjectConstructor.php';
  796. include_once \dirname(__DIR__, 4).'/vendor/jms/serializer/src/Construction/UnserializeObjectConstructor.php';
  797. include_once \dirname(__DIR__, 4).'/vendor/jms/serializer/src/Accessor/AccessorStrategyInterface.php';
  798. include_once \dirname(__DIR__, 4).'/vendor/jms/serializer/src/Accessor/DefaultAccessorStrategy.php';
  799. include_once \dirname(__DIR__, 4).'/vendor/jms/serializer/src/EventDispatcher/EventDispatcherInterface.php';
  800. include_once \dirname(__DIR__, 4).'/vendor/jms/serializer/src/EventDispatcher/EventDispatcher.php';
  801. include_once \dirname(__DIR__, 4).'/vendor/jms/serializer/src/EventDispatcher/LazyEventDispatcher.php';
  802. include_once \dirname(__DIR__, 4).'/vendor/jms/serializer/src/GraphNavigator/Factory/SerializationGraphNavigatorFactory.php';
  803. include_once \dirname(__DIR__, 4).'/vendor/jms/serializer/src/Visitor/Factory/SerializationVisitorFactory.php';
  804. include_once \dirname(__DIR__, 4).'/vendor/jms/serializer/src/Visitor/Factory/JsonSerializationVisitorFactory.php';
  805. include_once \dirname(__DIR__, 4).'/vendor/jms/serializer/src/Visitor/Factory/XmlSerializationVisitorFactory.php';
  806. include_once \dirname(__DIR__, 4).'/vendor/jms/serializer/src/Visitor/Factory/DeserializationVisitorFactory.php';
  807. include_once \dirname(__DIR__, 4).'/vendor/jms/serializer/src/Visitor/Factory/JsonDeserializationVisitorFactory.php';
  808. include_once \dirname(__DIR__, 4).'/vendor/jms/serializer/src/Visitor/Factory/XmlDeserializationVisitorFactory.php';
  809. include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/rest-bundle/View/ViewHandlerInterface.php';
  810. include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/rest-bundle/View/ConfigurableViewHandlerInterface.php';
  811. include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/rest-bundle/View/ViewHandler.php';
  812. include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/rest-bundle/Serializer/Serializer.php';
  813. include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/rest-bundle/Serializer/JMSSerializerAdapter.php';
  814. include_once \dirname(__DIR__, 4).'/vendor/psr/event-dispatcher/src/EventDispatcherInterface.php';
  815. include_once \dirname(__DIR__, 4).'/vendor/symfony/event-dispatcher-contracts/EventDispatcherInterface.php';
  816. include_once \dirname(__DIR__, 4).'/vendor/symfony/event-dispatcher/EventDispatcherInterface.php';
  817. include_once \dirname(__DIR__, 4).'/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php';
  818. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Debug/TraceableEventDispatcher.php';
  819. include_once \dirname(__DIR__, 4).'/vendor/symfony/event-dispatcher/EventDispatcher.php';
  820. include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Handler/NullHandler.php';
  821. include_once \dirname(__DIR__, 4).'/vendor/symfony/filesystem/Filesystem.php';
  822. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Profiler/Profiler.php';
  823. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Profiler/ProfilerStorageInterface.php';
  824. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php';
  825. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DataCollector/TimeDataCollector.php';
  826. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DataCollector/MemoryDataCollector.php';
  827. include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/DataCollector/ValidatorDataCollector.php';
  828. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DataCollector/AjaxDataCollector.php';
  829. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DataCollector/ExceptionDataCollector.php';
  830. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DataCollector/LoggerDataCollector.php';
  831. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DataCollector/EventDataCollector.php';
  832. include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/DataCollector/CacheDataCollector.php';
  833. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/DataCollector/TranslationDataCollector.php';
  834. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-bundle/DataCollector/SecurityDataCollector.php';
  835. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/DataCollector/TwigDataCollector.php';
  836. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-client/HttpClientTrait.php';
  837. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-client/DataCollector/HttpClientDataCollector.php';
  838. include_once \dirname(__DIR__, 4).'/vendor/symfony/doctrine-bridge/DataCollector/DoctrineDataCollector.php';
  839. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/DataCollector/DoctrineDataCollector.php';
  840. include_once \dirname(__DIR__, 4).'/vendor/symfony/mailer/DataCollector/MessageDataCollector.php';
  841. include_once \dirname(__DIR__, 4).'/vendor/snc/redis-bundle/src/DataCollector/RedisDataCollector.php';
  842. include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/DataCollector/MappingCollector.php';
  843. include_once \dirname(__DIR__, 4).'/vendor/willdurand/geocoder-bundle/src/DataCollector/GeocoderDataCollector.php';
  844. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DataCollector/ConfigDataCollector.php';
  845. include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Cache/CacheInterface.php';
  846. include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Cache/RemovableCacheInterface.php';
  847. include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Cache/FilesystemCache.php';
  848. include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Extension/ExtensionInterface.php';
  849. include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Extension/LastModifiedExtensionInterface.php';
  850. include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Extension/AbstractExtension.php';
  851. include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Extension/CoreExtension.php';
  852. include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Extension/EscaperExtension.php';
  853. include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Extension/OptimizerExtension.php';
  854. include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Extension/StagingExtension.php';
  855. include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/ExtensionSet.php';
  856. include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Template.php';
  857. include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/TemplateWrapper.php';
  858. include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Environment.php';
  859. include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Loader/LoaderInterface.php';
  860. include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Loader/FilesystemLoader.php';
  861. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/CsrfExtension.php';
  862. include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Extension/ProfilerExtension.php';
  863. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/ProfilerExtension.php';
  864. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/TranslationExtension.php';
  865. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/AssetExtension.php';
  866. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/CodeExtension.php';
  867. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/RoutingExtension.php';
  868. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/YamlExtension.php';
  869. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/StopwatchExtension.php';
  870. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/ExpressionExtension.php';
  871. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/HttpKernelExtension.php';
  872. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/HttpFoundationExtension.php';
  873. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/UrlHelper.php';
  874. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/SerializerExtension.php';
  875. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/FormExtension.php';
  876. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/LogoutUrlExtension.php';
  877. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/SecurityExtension.php';
  878. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Impersonate/ImpersonateUrlGenerator.php';
  879. include_once \dirname(__DIR__, 4).'/vendor/twig/intl-extra/IntlExtension.php';
  880. include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Extension/DebugExtension.php';
  881. include_once \dirname(__DIR__, 4).'/vendor/symfony/web-profiler-bundle/Twig/WebProfilerExtension.php';
  882. include_once \dirname(__DIR__, 4).'/vendor/symfony/var-dumper/Dumper/DataDumperInterface.php';
  883. include_once \dirname(__DIR__, 4).'/vendor/symfony/var-dumper/Cloner/DumperInterface.php';
  884. include_once \dirname(__DIR__, 4).'/vendor/symfony/var-dumper/Dumper/AbstractDumper.php';
  885. include_once \dirname(__DIR__, 4).'/vendor/symfony/var-dumper/Dumper/CliDumper.php';
  886. include_once \dirname(__DIR__, 4).'/vendor/symfony/var-dumper/Dumper/HtmlDumper.php';
  887. include_once \dirname(__DIR__, 4).'/vendor/symfony/webpack-encore-bundle/src/Twig/EntryFilesTwigExtension.php';
  888. include_once \dirname(__DIR__, 4).'/vendor/symfony/webpack-encore-bundle/src/Twig/StimulusTwigExtension.php';
  889. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Twig/DoctrineExtension.php';
  890. include_once \dirname(__DIR__, 4).'/vendor/jms/serializer/src/Twig/SerializerBaseExtension.php';
  891. include_once \dirname(__DIR__, 4).'/vendor/jms/serializer/src/Twig/SerializerRuntimeExtension.php';
  892. include_once \dirname(__DIR__, 4).'/vendor/willdurand/hateoas/src/Twig/Extension/LinkExtension.php';
  893. include_once \dirname(__DIR__, 4).'/vendor/cocur/slugify/src/Bridge/Twig/SlugifyExtension.php';
  894. include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Extension/GlobalsInterface.php';
  895. include_once \dirname(__DIR__, 4).'/vendor/shivas/versioning-bundle/src/Twig/VersionExtension.php';
  896. include_once \dirname(__DIR__, 4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Twig/MenuExtension.php';
  897. include_once \dirname(__DIR__, 4).'/vendor/knplabs/knp-time-bundle/src/Twig/Extension/TimeExtension.php';
  898. include_once \dirname(__DIR__, 4).'/vendor/knplabs/knp-time-bundle/src/DateTimeFormatter.php';
  899. include_once \dirname(__DIR__, 4).'/vendor/nelmio/security-bundle/Twig/NelmioCSPTwigExtension.php';
  900. include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Templating/FilterTrait.php';
  901. include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Templating/FilterExtension.php';
  902. include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Twig/Extension/UploaderExtension.php';
  903. include_once \dirname(__DIR__, 4).'/vendor/sonata-project/media-bundle/src/Twig/Extension/MediaExtension.php';
  904. include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/ckeditor-bundle/src/Renderer/CKEditorRendererInterface.php';
  905. include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/ckeditor-bundle/src/Twig/CKEditorExtension.php';
  906. include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/ckeditor-bundle/src/Renderer/CKEditorRenderer.php';
  907. include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/ckeditor-bundle/src/Builder/JsonBuilder.php';
  908. include_once \dirname(__DIR__, 4).'/vendor/endroid/qr-code-bundle/src/Twig/QrCodeExtension.php';
  909. include_once \dirname(__DIR__, 4).'/vendor/eightpoints/guzzle-bundle/src/Twig/Extension/DebugExtension.php';
  910. include_once \dirname(__DIR__, 4).'/vendor/helios-ag/fm-elfinder-bundle/src/Twig/Extension/FMElfinderExtension.php';
  911. include_once \dirname(__DIR__, 4).'/vendor/twig/string-extra/StringExtension.php';
  912. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/AppVariable.php';
  913. include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/RuntimeLoader/RuntimeLoaderInterface.php';
  914. include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/RuntimeLoader/ContainerRuntimeLoader.php';
  915. include_once \dirname(__DIR__, 4).'/vendor/sonata-project/media-bundle/src/Twig/GlobalVariables.php';
  916. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bundle/DependencyInjection/Configurator/EnvironmentConfigurator.php';
  917. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/AuthorizationCheckerInterface.php';
  918. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/AuthorizationChecker.php';
  919. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authentication/Token/Storage/UsageTrackingTokenStorage.php';
  920. include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/Mapping/Factory/MetadataFactoryInterface.php';
  921. include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/Validator/ValidatorInterface.php';
  922. include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/Validator/TraceableValidator.php';
  923. include_once \dirname(__DIR__, 4).'/vendor/jms/serializer/src/Handler/HandlerRegistryInterface.php';
  924. include_once \dirname(__DIR__, 4).'/vendor/jms/serializer/src/Handler/HandlerRegistry.php';
  925. include_once \dirname(__DIR__, 4).'/vendor/jms/serializer/src/Handler/LazyHandlerRegistry.php';
  926. };
  927. }
  928. public function compile(): void
  929. {
  930. throw new LogicException('You cannot compile a dumped container that was already compiled.');
  931. }
  932. public function isCompiled(): bool
  933. {
  934. return true;
  935. }
  936. public function getRemovedIds(): array
  937. {
  938. return require $this->containerDir.\DIRECTORY_SEPARATOR.'removed-ids.php';
  939. }
  940. protected function load($file, $lazyLoad = true)
  941. {
  942. if (class_exists($class = __NAMESPACE__.'\\'.$file, false)) {
  943. return $class::do($this, $lazyLoad);
  944. }
  945. if ('.' === $file[-4]) {
  946. $class = substr($class, 0, -4);
  947. } else {
  948. $file .= '.php';
  949. }
  950. $service = require $this->containerDir.\DIRECTORY_SEPARATOR.$file;
  951. return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;
  952. }
  953. /**
  954. * Gets the public '.container.private.filesystem' shared service.
  955. *
  956. * @return \Symfony\Component\Filesystem\Filesystem
  957. */
  958. protected function get_Container_Private_FilesystemService()
  959. {
  960. return $this->services['.container.private.filesystem'] = new \Symfony\Component\Filesystem\Filesystem();
  961. }
  962. /**
  963. * Gets the public '.container.private.profiler' shared service.
  964. *
  965. * @return \Symfony\Component\HttpKernel\Profiler\Profiler
  966. */
  967. protected function get_Container_Private_ProfilerService()
  968. {
  969. $a = new \Symfony\Bridge\Monolog\Logger('profiler');
  970. $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  971. $a->pushProcessor(($this->privates['Whater\\Infrastructure\\CommonBundle\\Monolog\\MonologDomainsFilterProcessor'] ?? $this->getMonologDomainsFilterProcessorService()));
  972. $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  973. $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  974. \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  975. $this->services['.container.private.profiler'] = $instance = new \Symfony\Component\HttpKernel\Profiler\Profiler(new \Symfony\Component\HttpKernel\Profiler\FileProfilerStorage(('file:'.$this->targetDir.''.'/profiler')), $a, true);
  976. $b = ($this->services['kernel'] ?? $this->get('kernel'));
  977. $c = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  978. $d = new \Symfony\Component\Cache\DataCollector\CacheDataCollector();
  979. $d->addInstance('cache.app', ($this->services['cache.app'] ?? $this->getCache_AppService()));
  980. $d->addInstance('cache.system', ($this->services['cache.system'] ?? $this->getCache_SystemService()));
  981. $d->addInstance('cache.validator', ($this->privates['cache.validator'] ?? $this->getCache_ValidatorService()));
  982. $d->addInstance('cache.serializer', ($this->privates['cache.serializer'] ?? $this->getCache_SerializerService()));
  983. $d->addInstance('cache.annotations', ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService()));
  984. $d->addInstance('cache.property_info', ($this->privates['cache.property_info'] ?? $this->getCache_PropertyInfoService()));
  985. $d->addInstance('cache.rate_limiter', ($this->services['cache.rate_limiter'] ?? $this->getCache_RateLimiterService()));
  986. $d->addInstance('cache.validator_expression_language', ($this->services['cache.validator_expression_language'] ?? $this->getCache_ValidatorExpressionLanguageService()));
  987. $d->addInstance('cache.security_expression_language', ($this->privates['cache.security_expression_language'] ?? $this->getCache_SecurityExpressionLanguageService()));
  988. $d->addInstance('cache.webpack_encore', ($this->privates['cache.webpack_encore'] ?? $this->getCache_WebpackEncoreService()));
  989. $d->addInstance('cache.doctrine.orm.default.result', ($this->privates['cache.doctrine.orm.default.result'] ?? $this->getCache_Doctrine_Orm_Default_ResultService()));
  990. $d->addInstance('cache.doctrine.orm.default.query', ($this->privates['cache.doctrine.orm.default.query'] ?? $this->getCache_Doctrine_Orm_Default_QueryService()));
  991. $d->addInstance('shivas_versioning.cache.version', ($this->services['shivas_versioning.cache.version'] ?? $this->getShivasVersioning_Cache_VersionService()));
  992. $e = new \Symfony\Component\HttpClient\DataCollector\HttpClientDataCollector();
  993. $e->registerClient('http_client', ($this->privates['.debug.http_client'] ?? $this->get_Debug_HttpClientService()));
  994. $f = new \Bazinga\GeocoderBundle\DataCollector\GeocoderDataCollector();
  995. $f->addInstance(($this->privates['bazinga_geocoder.provider.acme.profiler'] ?? ($this->privates['bazinga_geocoder.provider.acme.profiler'] = new \Bazinga\GeocoderBundle\Plugin\ProfilingPlugin('acme'))));
  996. $g = new \Symfony\Component\HttpKernel\DataCollector\ConfigDataCollector();
  997. if ($this->has('kernel')) {
  998. $g->setKernel($b);
  999. }
  1000. $instance->add(($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService()));
  1001. $instance->add(new \Symfony\Component\HttpKernel\DataCollector\TimeDataCollector($b, ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)))));
  1002. $instance->add(new \Symfony\Component\HttpKernel\DataCollector\MemoryDataCollector());
  1003. $instance->add(new \Symfony\Component\Validator\DataCollector\ValidatorDataCollector(($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService())));
  1004. $instance->add(new \Symfony\Component\HttpKernel\DataCollector\AjaxDataCollector());
  1005. $instance->add(($this->privates['data_collector.form'] ?? $this->getDataCollector_FormService()));
  1006. $instance->add(new \Symfony\Component\HttpKernel\DataCollector\ExceptionDataCollector());
  1007. $instance->add(new \Symfony\Component\HttpKernel\DataCollector\LoggerDataCollector($a, ($this->targetDir.''.'/Whater_KernelDevDebugContainer'), $c));
  1008. $instance->add(new \Symfony\Component\HttpKernel\DataCollector\EventDataCollector(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), $c));
  1009. $instance->add(($this->privates['data_collector.router'] ?? ($this->privates['data_collector.router'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector())));
  1010. $instance->add($d);
  1011. $instance->add(new \Symfony\Component\Translation\DataCollector\TranslationDataCollector(($this->services['translator'] ?? $this->getTranslatorService())));
  1012. $instance->add(new \Symfony\Bundle\SecurityBundle\DataCollector\SecurityDataCollector(($this->privates['security.untracked_token_storage'] ?? ($this->privates['security.untracked_token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())), ($this->privates['security.role_hierarchy'] ?? $this->getSecurity_RoleHierarchyService()), ($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService()), ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService()), ($this->privates['security.firewall.map'] ?? $this->getSecurity_Firewall_MapService()), ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService()), false));
  1013. $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())));
  1014. $instance->add($e);
  1015. $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([])))));
  1016. $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()))));
  1017. $instance->add(new \Snc\RedisBundle\DataCollector\RedisDataCollector(($this->privates['snc_redis.logger'] ?? $this->getSncRedis_LoggerService())));
  1018. $instance->add(($this->privates['gos_web_socket.data_collector.websocket'] ?? $this->load('getGosWebSocket_DataCollector_WebsocketService')));
  1019. $instance->add(new \Vich\UploaderBundle\DataCollector\MappingCollector(($this->privates['vich_uploader.metadata_reader'] ?? $this->getVichUploader_MetadataReaderService())));
  1020. $instance->add($f);
  1021. $instance->add(($this->privates['eight_points_guzzle.data_collector'] ?? $this->getEightPointsGuzzle_DataCollectorService()));
  1022. $instance->add($g);
  1023. return $instance;
  1024. }
  1025. /**
  1026. * Gets the public '.container.private.security.authorization_checker' shared service.
  1027. *
  1028. * @return \Symfony\Component\Security\Core\Authorization\AuthorizationChecker
  1029. */
  1030. protected function get_Container_Private_Security_AuthorizationCheckerService()
  1031. {
  1032. $a = ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService());
  1033. if (isset($this->services['.container.private.security.authorization_checker'])) {
  1034. return $this->services['.container.private.security.authorization_checker'];
  1035. }
  1036. 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);
  1037. }
  1038. /**
  1039. * Gets the public '.container.private.security.token_storage' shared service.
  1040. *
  1041. * @return \Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage
  1042. */
  1043. protected function get_Container_Private_Security_TokenStorageService()
  1044. {
  1045. 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, [
  1046. 'request_stack' => ['services', 'request_stack', 'getRequestStackService', false],
  1047. ], [
  1048. 'request_stack' => '?',
  1049. ]));
  1050. }
  1051. /**
  1052. * Gets the public '.container.private.twig' shared service.
  1053. *
  1054. * @return \Twig\Environment
  1055. */
  1056. protected function get_Container_Private_TwigService()
  1057. {
  1058. $a = new \Twig\Loader\FilesystemLoader([], \dirname(__DIR__, 4));
  1059. $a->addPath((\dirname(__DIR__, 4).'/src/UI/WebBundle/Resources/views'));
  1060. $a->addPath((\dirname(__DIR__, 4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Resources/views'));
  1061. $a->addPath((\dirname(__DIR__, 4).'/vendor/symfony/security-bundle/Resources/views'), 'Security');
  1062. $a->addPath((\dirname(__DIR__, 4).'/vendor/symfony/security-bundle/Resources/views'), '!Security');
  1063. $a->addPath((\dirname(__DIR__, 4).'/vendor/symfony/web-profiler-bundle/Resources/views'), 'WebProfiler');
  1064. $a->addPath((\dirname(__DIR__, 4).'/vendor/symfony/web-profiler-bundle/Resources/views'), '!WebProfiler');
  1065. $a->addPath((\dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/templates'), 'Doctrine');
  1066. $a->addPath((\dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/templates'), '!Doctrine');
  1067. $a->addPath((\dirname(__DIR__, 4).'/vendor/doctrine/doctrine-migrations-bundle/templates'), 'DoctrineMigrations');
  1068. $a->addPath((\dirname(__DIR__, 4).'/vendor/doctrine/doctrine-migrations-bundle/templates'), '!DoctrineMigrations');
  1069. $a->addPath((\dirname(__DIR__, 4).'/vendor/snc/redis-bundle/src/Resources/views'), 'SncRedis');
  1070. $a->addPath((\dirname(__DIR__, 4).'/vendor/snc/redis-bundle/src/Resources/views'), '!SncRedis');
  1071. $a->addPath((\dirname(__DIR__, 4).'/vendor/knplabs/knp-menu-bundle/templates'), 'KnpMenu');
  1072. $a->addPath((\dirname(__DIR__, 4).'/vendor/knplabs/knp-menu-bundle/templates'), '!KnpMenu');
  1073. $a->addPath((\dirname(__DIR__, 4).'/vendor/excelwebzone/recaptcha-bundle/src/Resources/views'), 'EWZRecaptcha');
  1074. $a->addPath((\dirname(__DIR__, 4).'/vendor/excelwebzone/recaptcha-bundle/src/Resources/views'), '!EWZRecaptcha');
  1075. $a->addPath((\dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/Resources/views'), 'NelmioApiDoc');
  1076. $a->addPath((\dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/Resources/views'), '!NelmioApiDoc');
  1077. $a->addPath((\dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Resources/views'), 'LiipImagine');
  1078. $a->addPath((\dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Resources/views'), '!LiipImagine');
  1079. $a->addPath((\dirname(__DIR__, 4).'/vendor/gos/web-socket-bundle/templates'), 'GosWebSocket');
  1080. $a->addPath((\dirname(__DIR__, 4).'/vendor/gos/web-socket-bundle/templates'), '!GosWebSocket');
  1081. $a->addPath((\dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/templates'), 'VichUploader');
  1082. $a->addPath((\dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/templates'), '!VichUploader');
  1083. $a->addPath((\dirname(__DIR__, 4).'/vendor/sonata-project/media-bundle/src/Resources/views'), 'SonataMedia');
  1084. $a->addPath((\dirname(__DIR__, 4).'/vendor/sonata-project/media-bundle/src/Resources/views'), '!SonataMedia');
  1085. $a->addPath((\dirname(__DIR__, 4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Resources/views'), 'SonataDoctrineORMAdmin');
  1086. $a->addPath((\dirname(__DIR__, 4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Resources/views'), '!SonataDoctrineORMAdmin');
  1087. $a->addPath((\dirname(__DIR__, 4).'/vendor/willdurand/geocoder-bundle/templates'), 'BazingaGeocoder');
  1088. $a->addPath((\dirname(__DIR__, 4).'/vendor/willdurand/geocoder-bundle/templates'), '!BazingaGeocoder');
  1089. $a->addPath((\dirname(__DIR__, 4).'/vendor/friendsofsymfony/ckeditor-bundle/src/Resources/views'), 'FOSCKEditor');
  1090. $a->addPath((\dirname(__DIR__, 4).'/vendor/friendsofsymfony/ckeditor-bundle/src/Resources/views'), '!FOSCKEditor');
  1091. $a->addPath((\dirname(__DIR__, 4).'/vendor/kira0269/symfony-log-viewer-bundle/src/Resources/views'), 'LogViewer');
  1092. $a->addPath((\dirname(__DIR__, 4).'/vendor/kira0269/symfony-log-viewer-bundle/src/Resources/views'), '!LogViewer');
  1093. $a->addPath((\dirname(__DIR__, 4).'/vendor/eightpoints/guzzle-bundle/src/Resources/views'), 'EightPointsGuzzle');
  1094. $a->addPath((\dirname(__DIR__, 4).'/vendor/eightpoints/guzzle-bundle/src/Resources/views'), '!EightPointsGuzzle');
  1095. $a->addPath((\dirname(__DIR__, 4).'/vendor/helios-ag/fm-elfinder-bundle/src/Resources/views'), 'FMElfinder');
  1096. $a->addPath((\dirname(__DIR__, 4).'/vendor/helios-ag/fm-elfinder-bundle/src/Resources/views'), '!FMElfinder');
  1097. $a->addPath((\dirname(__DIR__, 4).'/src/UI/WebBundle/Resources/views'), 'WhaterUIWeb');
  1098. $a->addPath((\dirname(__DIR__, 4).'/src/UI/WebBundle/Resources/views'), '!WhaterUIWeb');
  1099. $a->addPath((\dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Resources/views/Email'), 'email');
  1100. $a->addPath((\dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Resources/views/Email'), '!email');
  1101. $a->addPath((\dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Resources/views/Form'));
  1102. $this->services['.container.private.twig'] = $instance = new \Twig\Environment($a, ['debug' => true, 'strict_variables' => true, 'autoescape' => 'name', 'cache' => ($this->targetDir.''.'/twig'), 'charset' => 'UTF-8']);
  1103. $b = ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)));
  1104. $c = ($this->services['translator'] ?? $this->getTranslatorService());
  1105. $d = ($this->privates['assets.packages'] ?? $this->getAssets_PackagesService());
  1106. $e = ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService());
  1107. $f = ($this->services['router'] ?? $this->getRouterService());
  1108. $g = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  1109. $h = ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService());
  1110. $i = new \Symfony\Component\VarDumper\Dumper\HtmlDumper(NULL, 'UTF-8', 1);
  1111. $i->setDisplayOptions(['maxStringLength' => 4096, 'fileLinkFormat' => $e]);
  1112. $j = new \Symfony\Bridge\Twig\AppVariable();
  1113. $j->setEnvironment('dev');
  1114. $j->setDebug(true);
  1115. if ($this->has('.container.private.security.token_storage')) {
  1116. $j->setTokenStorage($h);
  1117. }
  1118. if ($this->has('request_stack')) {
  1119. $j->setRequestStack($g);
  1120. }
  1121. $instance->addExtension(new \Symfony\Bridge\Twig\Extension\CsrfExtension());
  1122. $instance->addExtension(new \Symfony\Bridge\Twig\Extension\ProfilerExtension(($this->privates['twig.profile'] ?? ($this->privates['twig.profile'] = new \Twig\Profiler\Profile())), $b));
  1123. $instance->addExtension(new \Symfony\Bridge\Twig\Extension\TranslationExtension($c));
  1124. $instance->addExtension(new \Symfony\Bridge\Twig\Extension\AssetExtension($d));
  1125. $instance->addExtension(new \Symfony\Bridge\Twig\Extension\CodeExtension($e, \dirname(__DIR__, 4), 'UTF-8'));
  1126. $instance->addExtension(new \Symfony\Bridge\Twig\Extension\RoutingExtension($f));
  1127. $instance->addExtension(new \Symfony\Bridge\Twig\Extension\YamlExtension());
  1128. $instance->addExtension(new \Symfony\Bridge\Twig\Extension\StopwatchExtension($b, true));
  1129. $instance->addExtension(new \Symfony\Bridge\Twig\Extension\ExpressionExtension());
  1130. $instance->addExtension(new \Symfony\Bridge\Twig\Extension\HttpKernelExtension());
  1131. $instance->addExtension(new \Symfony\Bridge\Twig\Extension\HttpFoundationExtension(new \Symfony\Component\HttpFoundation\UrlHelper($g, $f)));
  1132. $instance->addExtension(new \Symfony\Bridge\Twig\Extension\SerializerExtension());
  1133. $instance->addExtension(new \Symfony\Bridge\Twig\Extension\FormExtension($c));
  1134. $instance->addExtension(new \Symfony\Bridge\Twig\Extension\LogoutUrlExtension(($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService())));
  1135. $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)));
  1136. $instance->addExtension(new \Twig\Extra\Intl\IntlExtension());
  1137. $instance->addExtension(new \Twig\Extension\DebugExtension());
  1138. $instance->addExtension(new \Symfony\Bundle\WebProfilerBundle\Twig\WebProfilerExtension($i));
  1139. $instance->addExtension(new \Symfony\WebpackEncoreBundle\Twig\EntryFilesTwigExtension(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1140. 'webpack_encore.entrypoint_lookup_collection' => ['privates', 'webpack_encore.entrypoint_lookup_collection', 'getWebpackEncore_EntrypointLookupCollectionService', false],
  1141. 'webpack_encore.tag_renderer' => ['privates', 'webpack_encore.tag_renderer', 'getWebpackEncore_TagRendererService', true],
  1142. ], [
  1143. 'webpack_encore.entrypoint_lookup_collection' => '?',
  1144. 'webpack_encore.tag_renderer' => '?',
  1145. ])));
  1146. $instance->addExtension(new \Symfony\WebpackEncoreBundle\Twig\StimulusTwigExtension());
  1147. $instance->addExtension(new \Doctrine\Bundle\DoctrineBundle\Twig\DoctrineExtension());
  1148. $instance->addExtension(new \JMS\Serializer\Twig\SerializerRuntimeExtension());
  1149. $instance->addExtension(new \Hateoas\Twig\Extension\LinkExtension(($this->services['hateoas.helper.link'] ?? $this->getHateoas_Helper_LinkService())));
  1150. $instance->addExtension(new \Cocur\Slugify\Bridge\Twig\SlugifyExtension(($this->privates['cocur_slugify'] ?? ($this->privates['cocur_slugify'] = new \Cocur\Slugify\Slugify(['lowercase' => true, 'separator' => '-'])))));
  1151. $instance->addExtension(new \Shivas\VersioningBundle\Twig\VersionExtension(($this->privates['shivas_versioning.manager'] ?? $this->getShivasVersioning_ManagerService())));
  1152. $instance->addExtension(new \Knp\Menu\Twig\MenuExtension());
  1153. $instance->addExtension(new \Knp\Bundle\TimeBundle\Twig\Extension\TimeExtension(new \Knp\Bundle\TimeBundle\DateTimeFormatter($c)));
  1154. $instance->addExtension(new \Nelmio\SecurityBundle\Twig\NelmioCSPTwigExtension(($this->privates['nelmio_security.csp_listener'] ?? $this->getNelmioSecurity_CspListenerService()), ($this->privates['nelmio_security.sha_computer'] ?? ($this->privates['nelmio_security.sha_computer'] = new \Nelmio\SecurityBundle\ContentSecurityPolicy\ShaComputer('sha256')))));
  1155. $instance->addExtension(new \Liip\ImagineBundle\Templating\FilterExtension(($this->services['liip_imagine.cache.manager'] ?? $this->getLiipImagine_Cache_ManagerService())));
  1156. $instance->addExtension(new \Vich\UploaderBundle\Twig\Extension\UploaderExtension());
  1157. $instance->addExtension(new \Sonata\MediaBundle\Twig\Extension\MediaExtension());
  1158. $instance->addExtension(new \FOS\CKEditorBundle\Twig\CKEditorExtension(new \FOS\CKEditorBundle\Renderer\CKEditorRenderer(new \FOS\CKEditorBundle\Builder\JsonBuilder(($this->privates['property_accessor'] ?? $this->getPropertyAccessorService())), $f, $d, $g, $instance, (($this->hasParameter("locale")) ? ($this->getParameter("locale")) : (null)))));
  1159. $instance->addExtension(new \Endroid\QrCodeBundle\Twig\QrCodeExtension());
  1160. $instance->addExtension(new \EightPoints\Bundle\GuzzleBundle\Twig\Extension\DebugExtension());
  1161. $instance->addExtension(new \FM\ElfinderBundle\Twig\Extension\FMElfinderExtension($instance));
  1162. $instance->addExtension(new \Twig\Extra\String\StringExtension());
  1163. $instance->addGlobal('app', $j);
  1164. $instance->addRuntimeLoader(new \Twig\RuntimeLoader\ContainerRuntimeLoader(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1165. 'Symfony\\Bridge\\Twig\\Extension\\CsrfRuntime' => ['privates', 'twig.runtime.security_csrf', 'getTwig_Runtime_SecurityCsrfService', true],
  1166. 'Symfony\\Bridge\\Twig\\Extension\\HttpKernelRuntime' => ['privates', 'twig.runtime.httpkernel', 'getTwig_Runtime_HttpkernelService', true],
  1167. 'Symfony\\Bridge\\Twig\\Extension\\SerializerRuntime' => ['privates', 'twig.runtime.serializer', 'getTwig_Runtime_SerializerService', true],
  1168. 'Symfony\\Component\\Form\\FormRenderer' => ['privates', 'twig.form.renderer', 'getTwig_Form_RendererService', true],
  1169. 'JMS\\Serializer\\Twig\\SerializerRuntimeHelper' => ['services', 'jms_serializer.twig_extension.serializer_runtime_helper', 'getJmsSerializer_TwigExtension_SerializerRuntimeHelperService', true],
  1170. 'Knp\\Menu\\Twig\\MenuRuntimeExtension' => ['privates', 'knp_menu.twig.runtime', 'getKnpMenu_Twig_RuntimeService', true],
  1171. 'Vich\\UploaderBundle\\Twig\\Extension\\UploaderExtensionRuntime' => ['privates', 'Vich\\UploaderBundle\\Twig\\Extension\\UploaderExtensionRuntime', 'getUploaderExtensionRuntimeService', true],
  1172. 'Sonata\\MediaBundle\\Twig\\MediaRuntime' => ['privates', 'sonata.media.twig.runtime', 'getSonata_Media_Twig_RuntimeService', true],
  1173. 'Endroid\\QrCodeBundle\\Twig\\QrCodeRuntime' => ['privates', 'Endroid\\QrCodeBundle\\Twig\\QrCodeRuntime', 'getQrCodeRuntimeService', true],
  1174. ], [
  1175. 'Symfony\\Bridge\\Twig\\Extension\\CsrfRuntime' => '?',
  1176. 'Symfony\\Bridge\\Twig\\Extension\\HttpKernelRuntime' => '?',
  1177. 'Symfony\\Bridge\\Twig\\Extension\\SerializerRuntime' => '?',
  1178. 'Symfony\\Component\\Form\\FormRenderer' => '?',
  1179. 'JMS\\Serializer\\Twig\\SerializerRuntimeHelper' => '?',
  1180. 'Knp\\Menu\\Twig\\MenuRuntimeExtension' => '?',
  1181. 'Vich\\UploaderBundle\\Twig\\Extension\\UploaderExtensionRuntime' => '?',
  1182. 'Sonata\\MediaBundle\\Twig\\MediaRuntime' => '?',
  1183. 'Endroid\\QrCodeBundle\\Twig\\QrCodeRuntime' => '?',
  1184. ])));
  1185. $instance->addGlobal('app_version', 'v3.2.35');
  1186. $instance->addGlobal('google_analitycs_tracking_id', '');
  1187. $instance->addGlobal('google_maps_api_key', 'AIzaSyCi_FfHyFIYtjQ-5uujTaSR5Wt6uni-flM');
  1188. $instance->addGlobal('gos_web_socket_protocol', 'ws');
  1189. $instance->addGlobal('gos_web_socket_port_js', 8888);
  1190. $instance->addGlobal('gos_web_socket_host', 'whater-dev.uegmobile.com');
  1191. $instance->addGlobal('gos_web_socket_ip', '0.0.0.0');
  1192. $instance->addGlobal('facebook_pixel_id', '');
  1193. $instance->addGlobal('sinac_domain', 'https://sinacv2.sanidad.gob.es');
  1194. $instance->addGlobal('stripe_public_key', 'pk_test_51OKdlfDcohDs0j2O4ZFsdVFV2KYVZZBJHjbUSGDuzVAGJBq8CBxL9GL63TSvC2UghGZRDmYvncjls3FTgKc0wlhg00Q1XtuVtY');
  1195. $instance->addGlobal('is_ecommerce_active', true);
  1196. $instance->addGlobal('fixed_shipping_fee', '3,00');
  1197. $instance->addGlobal('shipping_taxes_percent', 21);
  1198. $instance->addGlobal('whatercoins_discounts', $this->parameters['whatercoins_discounts']);
  1199. $instance->addGlobal('gos_web_socket_server_host', '0.0.0.0');
  1200. $instance->addGlobal('gos_web_socket_server_port', 8888);
  1201. $instance->addGlobal('sonata_media', new \Sonata\MediaBundle\Twig\GlobalVariables(($this->services['sonata.media.pool'] ?? $this->getSonata_Media_PoolService())));
  1202. (new \Symfony\Bundle\TwigBundle\DependencyInjection\Configurator\EnvironmentConfigurator('F j, Y H:i', '%d days', NULL, 0, '.', ','))->configure($instance);
  1203. return $instance;
  1204. }
  1205. /**
  1206. * Gets the public '.container.private.validator' shared service.
  1207. *
  1208. * @return \Symfony\Component\Validator\Validator\TraceableValidator
  1209. */
  1210. protected function get_Container_Private_ValidatorService()
  1211. {
  1212. $a = ($this->privates['validator.builder'] ?? $this->getValidator_BuilderService());
  1213. if (isset($this->services['.container.private.validator'])) {
  1214. return $this->services['.container.private.validator'];
  1215. }
  1216. return $this->services['.container.private.validator'] = new \Symfony\Component\Validator\Validator\TraceableValidator($a->getValidator());
  1217. }
  1218. /**
  1219. * Gets the public 'cache.app' shared service.
  1220. *
  1221. * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1222. */
  1223. protected function getCache_AppService()
  1224. {
  1225. $a = new \Symfony\Component\Cache\Adapter\FilesystemAdapter('z60uuAMUtd', 0, ($this->targetDir.''.'/pools/app'), ($this->privates['cache.default_marshaller'] ?? ($this->privates['cache.default_marshaller'] = new \Symfony\Component\Cache\Marshaller\DefaultMarshaller(NULL, true))));
  1226. $a->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  1227. return $this->services['cache.app'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter($a);
  1228. }
  1229. /**
  1230. * Gets the public 'cache.rate_limiter' shared service.
  1231. *
  1232. * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1233. */
  1234. protected function getCache_RateLimiterService()
  1235. {
  1236. $a = new \Symfony\Component\Cache\Adapter\FilesystemAdapter('hxsGF9CTl8', 0, ($this->targetDir.''.'/pools/app'), ($this->privates['cache.default_marshaller'] ?? ($this->privates['cache.default_marshaller'] = new \Symfony\Component\Cache\Marshaller\DefaultMarshaller(NULL, true))));
  1237. $a->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  1238. return $this->services['cache.rate_limiter'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter($a);
  1239. }
  1240. /**
  1241. * Gets the public 'cache.system' shared service.
  1242. *
  1243. * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1244. */
  1245. protected function getCache_SystemService()
  1246. {
  1247. return $this->services['cache.system'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('qfi12MfTOG', 0, $this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  1248. }
  1249. /**
  1250. * Gets the public 'cache.validator_expression_language' shared service.
  1251. *
  1252. * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1253. */
  1254. protected function getCache_ValidatorExpressionLanguageService()
  1255. {
  1256. return $this->services['cache.validator_expression_language'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('5BCNt7XFfD', 0, $this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  1257. }
  1258. /**
  1259. * Gets the public 'doctrine' shared service.
  1260. *
  1261. * @return \Doctrine\Bundle\DoctrineBundle\Registry
  1262. */
  1263. protected function getDoctrineService()
  1264. {
  1265. return $this->services['doctrine'] = new \Doctrine\Bundle\DoctrineBundle\Registry($this, $this->parameters['doctrine.connections'], $this->parameters['doctrine.entity_managers'], 'default', 'default');
  1266. }
  1267. /**
  1268. * Gets the public 'doctrine.dbal.default_connection' shared service.
  1269. *
  1270. * @return \Doctrine\DBAL\Connection
  1271. */
  1272. protected function getDoctrine_Dbal_DefaultConnectionService()
  1273. {
  1274. $a = ($this->privates['doctrine.dbal.default_connection.event_manager'] ?? $this->getDoctrine_Dbal_DefaultConnection_EventManagerService());
  1275. if (isset($this->services['doctrine.dbal.default_connection'])) {
  1276. return $this->services['doctrine.dbal.default_connection'];
  1277. }
  1278. $b = new \Doctrine\DBAL\Configuration();
  1279. $c = new \Symfony\Bridge\Monolog\Logger('doctrine');
  1280. $c->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1281. $c->pushProcessor(($this->privates['Whater\\Infrastructure\\CommonBundle\\Monolog\\MonologDomainsFilterProcessor'] ?? $this->getMonologDomainsFilterProcessorService()));
  1282. $c->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  1283. \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($c);
  1284. $d = new \Doctrine\Bundle\DoctrineBundle\Middleware\DebugMiddleware(($this->privates['doctrine.debug_data_holder'] ?? ($this->privates['doctrine.debug_data_holder'] = new \Doctrine\Bundle\DoctrineBundle\Middleware\BacktraceDebugDataHolder([]))), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  1285. $d->setConnectionName('default');
  1286. $b->setSchemaManagerFactory(new \Doctrine\DBAL\Schema\LegacySchemaManagerFactory());
  1287. $b->setSchemaAssetsFilter(new \Doctrine\Bundle\DoctrineBundle\Dbal\SchemaAssetsFilterManager([0 => ($this->privates['doctrine_migrations.schema_filter_listener'] ?? ($this->privates['doctrine_migrations.schema_filter_listener'] = new \Doctrine\Bundle\MigrationsBundle\EventListener\SchemaFilterListener('doctrine_migration_versions')))]));
  1288. $b->setMiddlewares([0 => new \Doctrine\DBAL\Logging\Middleware($c), 1 => $d]);
  1289. return $this->services['doctrine.dbal.default_connection'] = (new \Doctrine\Bundle\DoctrineBundle\ConnectionFactory($this->parameters['doctrine.dbal.connection_factory.types'], new \Doctrine\DBAL\Tools\DsnParser(['db2' => 'ibm_db2', 'mssql' => 'pdo_sqlsrv', 'mysql' => 'pdo_mysql', 'mysql2' => 'pdo_mysql', 'postgres' => 'pdo_pgsql', 'postgresql' => 'pdo_pgsql', 'pgsql' => 'pdo_pgsql', 'sqlite' => 'pdo_sqlite', 'sqlite3' => 'pdo_sqlite'])))->createConnection(['driver' => 'pdo_mysql', 'host' => '127.0.0.1', 'port' => NULL, 'dbname' => 'whater_server_pre', 'user' => 'root', 'password' => 'DR7&f(TD%tjeXBn(', 'charset' => 'UTF8', 'idle_connection_ttl' => 600, 'driverOptions' => [], 'serverVersion' => '8.0', 'defaultTableOptions' => ['collate' => 'utf8mb4_unicode_ci']], $b, $a, ['json' => 'string', 'point' => 'geography_point', 'polygon' => 'geography_polygon']);
  1290. }
  1291. /**
  1292. * Gets the public 'doctrine.orm.default_entity_manager' shared service.
  1293. *
  1294. * @return \Doctrine\ORM\EntityManager
  1295. */
  1296. protected function getDoctrine_Orm_DefaultEntityManagerService($lazyLoad = true)
  1297. {
  1298. $a = ($this->services['doctrine.dbal.default_connection'] ?? $this->getDoctrine_Dbal_DefaultConnectionService());
  1299. if (isset($this->services['doctrine.orm.default_entity_manager'])) {
  1300. return $this->services['doctrine.orm.default_entity_manager'];
  1301. }
  1302. $b = ($this->privates['doctrine.dbal.default_connection.event_manager'] ?? $this->getDoctrine_Dbal_DefaultConnection_EventManagerService());
  1303. if (isset($this->services['doctrine.orm.default_entity_manager'])) {
  1304. return $this->services['doctrine.orm.default_entity_manager'];
  1305. }
  1306. $c = new \Doctrine\ORM\Configuration();
  1307. $d = new \Doctrine\Persistence\Mapping\Driver\MappingDriverChain();
  1308. $e = new \Doctrine\ORM\Mapping\Driver\SimplifiedYamlDriver([(\dirname(__DIR__, 4).'/src/Infrastructure/UserBundle/Resources/config/persistence/Model') => 'Whater\\Domain\\User\\Model', (\dirname(__DIR__, 4).'/src/Infrastructure/SecurityBundle/Resources/config/persistence/ValueObject') => 'Whater\\Domain\\Security\\ValueObject', (\dirname(__DIR__, 4).'/src/Infrastructure/SecurityBundle/Resources/config/persistence/Model') => 'Whater\\Domain\\Security\\Model', (\dirname(__DIR__, 4).'/src/Infrastructure/ZonesBundle/Resources/config/persistence/Model') => 'Whater\\Domain\\Zones\\Model', (\dirname(__DIR__, 4).'/src/Infrastructure/WhaterBundle/Resources/config/persistence/Model') => 'Whater\\Domain\\Whater\\Model', (\dirname(__DIR__, 4).'/src/Infrastructure/BlogBundle/Resources/config/persistence/Model') => 'Whater\\Domain\\Blog\\Model', (\dirname(__DIR__, 4).'/src/Infrastructure/MediaBundle/Resources/config/persistence/Model') => 'Whater\\Domain\\Media\\Model', (\dirname(__DIR__, 4).'/src/Infrastructure/ProductBundle/Resources/config/persistence/Model') => 'Whater\\Domain\\Product\\Model', (\dirname(__DIR__, 4).'/src/Infrastructure/NotificationBundle/Resources/config/persistence/Model') => 'Whater\\Domain\\Notification\\Model']);
  1309. $e->setGlobalBasename('mapping');
  1310. $f = new \Doctrine\ORM\Mapping\Driver\SimplifiedXmlDriver([(\dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/config/doctrine') => 'Vich\\UploaderBundle\\Entity', (\dirname(__DIR__, 4).'/vendor/sonata-project/media-bundle/src/Resources/config/doctrine') => 'Sonata\\MediaBundle\\Entity'], '.orm.xml', false);
  1311. $f->setGlobalBasename('mapping');
  1312. $g = new \Doctrine\ORM\Mapping\Driver\XmlDriver(new \Doctrine\Persistence\Mapping\Driver\SymfonyFileLocator([(\dirname(__DIR__, 4).'/vendor/gesdinet/jwt-refresh-token-bundle/Resources/config/orm/doctrine-orm') => 'Gesdinet\\JWTRefreshTokenBundle\\Entity', (\dirname(__DIR__, 4).'/vendor/gesdinet/jwt-refresh-token-bundle/Resources/config/orm/doctrine-superclass') => 'Gesdinet\\JWTRefreshTokenBundle\\Entity'], '.orm.xml'), '.dcm.xml', false);
  1313. $d->addDriver($e, 'Whater\\Domain\\User\\Model');
  1314. $d->addDriver($e, 'Whater\\Domain\\Security\\ValueObject');
  1315. $d->addDriver($e, 'Whater\\Domain\\Security\\Model');
  1316. $d->addDriver($e, 'Whater\\Domain\\Zones\\Model');
  1317. $d->addDriver($e, 'Whater\\Domain\\Whater\\Model');
  1318. $d->addDriver($e, 'Whater\\Domain\\Blog\\Model');
  1319. $d->addDriver($e, 'Whater\\Domain\\Media\\Model');
  1320. $d->addDriver($e, 'Whater\\Domain\\Product\\Model');
  1321. $d->addDriver($e, 'Whater\\Domain\\Notification\\Model');
  1322. $d->addDriver(new \Doctrine\ORM\Mapping\Driver\AnnotationDriver(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()), [0 => (\dirname(__DIR__, 4).'/vendor/gesdinet/jwt-refresh-token-bundle/Entity')], false), 'Gesdinet\\JWTRefreshTokenBundle\\Entity');
  1323. $d->addDriver($f, 'Vich\\UploaderBundle\\Entity');
  1324. $d->addDriver($f, 'Sonata\\MediaBundle\\Entity');
  1325. $d->addDriver($g, 'Gesdinet\\JWTRefreshTokenBundle\\Entity');
  1326. $d->addDriver($g, 'Gesdinet\\JWTRefreshTokenBundle\\Entity');
  1327. $c->setEntityNamespaces(['User' => 'Whater\\Domain\\User\\Model', 'Security' => 'Whater\\Domain\\Security\\ValueObject', 'Security2' => 'Whater\\Domain\\Security\\Model', 'Role' => 'Whater\\Domain\\User\\Model', 'Zones' => 'Whater\\Domain\\Zones\\Model', 'Whater' => 'Whater\\Domain\\Whater\\Model', 'Blog' => 'Whater\\Domain\\Blog\\Model', 'Media' => 'Whater\\Domain\\Media\\Model', 'Product' => 'Whater\\Domain\\Product\\Model', 'Notification' => 'Whater\\Domain\\Notification\\Model', 'GesdinetJWTRefreshTokenBundle' => 'Gesdinet\\JWTRefreshTokenBundle\\Entity', 'VichUploaderBundle' => 'Vich\\UploaderBundle\\Entity', 'SonataMediaBundle' => 'Sonata\\MediaBundle\\Entity']);
  1328. $c->setMetadataCache(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  1329. $c->setQueryCache(($this->privates['cache.doctrine.orm.default.query'] ?? $this->getCache_Doctrine_Orm_Default_QueryService()));
  1330. $c->setResultCache(($this->privates['cache.doctrine.orm.default.result'] ?? $this->getCache_Doctrine_Orm_Default_ResultService()));
  1331. $c->setMetadataDriverImpl(new \Doctrine\Bundle\DoctrineBundle\Mapping\MappingDriver($d, new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1332. 'doctrine.ulid_generator' => ['privates', 'doctrine.ulid_generator', 'getDoctrine_UlidGeneratorService', true],
  1333. 'doctrine.uuid_generator' => ['privates', 'doctrine.uuid_generator', 'getDoctrine_UuidGeneratorService', true],
  1334. ], [
  1335. 'doctrine.ulid_generator' => '?',
  1336. 'doctrine.uuid_generator' => '?',
  1337. ])));
  1338. $c->setProxyDir(($this->targetDir.''.'/doctrine/orm/Proxies'));
  1339. $c->setProxyNamespace('Proxies');
  1340. $c->setAutoGenerateProxyClasses(true);
  1341. $c->setSchemaIgnoreClasses([]);
  1342. $c->setClassMetadataFactoryName('Doctrine\\Bundle\\DoctrineBundle\\Mapping\\ClassMetadataFactory');
  1343. $c->setDefaultRepositoryClassName('Doctrine\\ORM\\EntityRepository');
  1344. $c->setNamingStrategy(new \Doctrine\ORM\Mapping\UnderscoreNamingStrategy());
  1345. $c->setQuoteStrategy(new \Doctrine\ORM\Mapping\DefaultQuoteStrategy());
  1346. $c->setTypedFieldMapper(new \Doctrine\ORM\Mapping\DefaultTypedFieldMapper());
  1347. $c->setEntityListenerResolver(new \Doctrine\Bundle\DoctrineBundle\Mapping\ContainerEntityListenerResolver($this));
  1348. $c->setLazyGhostObjectEnabled(false);
  1349. $c->setIdentityGenerationPreferences([]);
  1350. $c->setRepositoryFactory(new \Doctrine\Bundle\DoctrineBundle\Repository\ContainerRepositoryFactory(($this->privates['.service_locator.Xbsa8iG'] ?? ($this->privates['.service_locator.Xbsa8iG'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [], [])))));
  1351. $c->addCustomStringFunction('aes_decrypt', 'DoctrineExtensions\\Query\\Mysql\\AesDecrypt');
  1352. $c->addCustomStringFunction('aes_encrypt', 'DoctrineExtensions\\Query\\Mysql\\AesEncrypt');
  1353. $c->addCustomStringFunction('any_value', 'DoctrineExtensions\\Query\\Mysql\\AnyValue');
  1354. $c->addCustomStringFunction('ascii', 'DoctrineExtensions\\Query\\Mysql\\Ascii');
  1355. $c->addCustomStringFunction('binary', 'DoctrineExtensions\\Query\\Mysql\\Binary');
  1356. $c->addCustomStringFunction('char_length', 'DoctrineExtensions\\Query\\Mysql\\CharLength');
  1357. $c->addCustomStringFunction('collate', 'DoctrineExtensions\\Query\\Mysql\\Collate');
  1358. $c->addCustomStringFunction('concat_ws', 'DoctrineExtensions\\Query\\Mysql\\ConcatWs');
  1359. $c->addCustomStringFunction('countif', 'DoctrineExtensions\\Query\\Mysql\\CountIf');
  1360. $c->addCustomStringFunction('crc32', 'DoctrineExtensions\\Query\\Mysql\\Crc32');
  1361. $c->addCustomStringFunction('degrees', 'DoctrineExtensions\\Query\\Mysql\\Degrees');
  1362. $c->addCustomStringFunction('field', 'DoctrineExtensions\\Query\\Mysql\\Field');
  1363. $c->addCustomStringFunction('find_in_set', 'DoctrineExtensions\\Query\\Mysql\\FindInSet');
  1364. $c->addCustomStringFunction('greatest', 'DoctrineExtensions\\Query\\Mysql\\Greatest');
  1365. $c->addCustomStringFunction('group_concat', 'DoctrineExtensions\\Query\\Mysql\\GroupConcat');
  1366. $c->addCustomStringFunction('ifelse', 'DoctrineExtensions\\Query\\Mysql\\IfElse');
  1367. $c->addCustomStringFunction('ifnull', 'DoctrineExtensions\\Query\\Mysql\\IfNull');
  1368. $c->addCustomStringFunction('instr', 'DoctrineExtensions\\Query\\Mysql\\Instr');
  1369. $c->addCustomStringFunction('least', 'DoctrineExtensions\\Query\\Mysql\\Least');
  1370. $c->addCustomStringFunction('lpad', 'DoctrineExtensions\\Query\\Mysql\\Lpad');
  1371. $c->addCustomStringFunction('match', 'DoctrineExtensions\\Query\\Mysql\\MatchAgainst');
  1372. $c->addCustomStringFunction('md5', 'DoctrineExtensions\\Query\\Mysql\\Md5');
  1373. $c->addCustomStringFunction('nullif', 'DoctrineExtensions\\Query\\Mysql\\NullIf');
  1374. $c->addCustomStringFunction('radians', 'DoctrineExtensions\\Query\\Mysql\\Radians');
  1375. $c->addCustomStringFunction('regexp', 'DoctrineExtensions\\Query\\Mysql\\Regexp');
  1376. $c->addCustomStringFunction('replace', 'DoctrineExtensions\\Query\\Mysql\\Replace');
  1377. $c->addCustomStringFunction('rpad', 'DoctrineExtensions\\Query\\Mysql\\Rpad');
  1378. $c->addCustomStringFunction('sha1', 'DoctrineExtensions\\Query\\Mysql\\Sha1');
  1379. $c->addCustomStringFunction('sha2', 'DoctrineExtensions\\Query\\Mysql\\Sha2');
  1380. $c->addCustomStringFunction('soundex', 'DoctrineExtensions\\Query\\Mysql\\Soundex');
  1381. $c->addCustomStringFunction('str_to_date', 'DoctrineExtensions\\Query\\Mysql\\StrToDate');
  1382. $c->addCustomStringFunction('substring_index', 'DoctrineExtensions\\Query\\Mysql\\SubstringIndex');
  1383. $c->addCustomStringFunction('uuid_short', 'DoctrineExtensions\\Query\\Mysql\\UuidShort');
  1384. $c->addCustomStringFunction('hex', 'DoctrineExtensions\\Query\\Mysql\\Hex');
  1385. $c->addCustomStringFunction('unhex', 'DoctrineExtensions\\Query\\Mysql\\Unhex');
  1386. $c->addCustomNumericFunction('acos', 'DoctrineExtensions\\Query\\Mysql\\Acos');
  1387. $c->addCustomNumericFunction('asin', 'DoctrineExtensions\\Query\\Mysql\\Asin');
  1388. $c->addCustomNumericFunction('atan2', 'DoctrineExtensions\\Query\\Mysql\\Atan2');
  1389. $c->addCustomNumericFunction('atan', 'DoctrineExtensions\\Query\\Mysql\\Atan');
  1390. $c->addCustomNumericFunction('bit_count', 'DoctrineExtensions\\Query\\Mysql\\BitCount');
  1391. $c->addCustomNumericFunction('bit_xor', 'DoctrineExtensions\\Query\\Mysql\\BitXor');
  1392. $c->addCustomNumericFunction('ceil', 'DoctrineExtensions\\Query\\Mysql\\Ceil');
  1393. $c->addCustomNumericFunction('cos', 'DoctrineExtensions\\Query\\Mysql\\Cos');
  1394. $c->addCustomNumericFunction('cot', 'DoctrineExtensions\\Query\\Mysql\\Cot');
  1395. $c->addCustomNumericFunction('degrees', 'DoctrineExtensions\\Query\\Mysql\\Degrees');
  1396. $c->addCustomNumericFunction('exp', 'DoctrineExtensions\\Query\\Mysql\\Exp');
  1397. $c->addCustomNumericFunction('floor', 'DoctrineExtensions\\Query\\Mysql\\Floor');
  1398. $c->addCustomNumericFunction('log', 'DoctrineExtensions\\Query\\Mysql\\Log');
  1399. $c->addCustomNumericFunction('log10', 'DoctrineExtensions\\Query\\Mysql\\Log10');
  1400. $c->addCustomNumericFunction('log2', 'DoctrineExtensions\\Query\\Mysql\\Log2');
  1401. $c->addCustomNumericFunction('pi', 'DoctrineExtensions\\Query\\Mysql\\Pi');
  1402. $c->addCustomNumericFunction('power', 'DoctrineExtensions\\Query\\Mysql\\Power');
  1403. $c->addCustomNumericFunction('quarter', 'DoctrineExtensions\\Query\\Mysql\\Quarter');
  1404. $c->addCustomNumericFunction('radians', 'DoctrineExtensions\\Query\\Mysql\\Radians');
  1405. $c->addCustomNumericFunction('rand', 'DoctrineExtensions\\Query\\Mysql\\Rand');
  1406. $c->addCustomNumericFunction('round', 'DoctrineExtensions\\Query\\Mysql\\Round');
  1407. $c->addCustomNumericFunction('stddev', 'DoctrineExtensions\\Query\\Mysql\\StdDev');
  1408. $c->addCustomNumericFunction('sin', 'DoctrineExtensions\\Query\\Mysql\\Sin');
  1409. $c->addCustomNumericFunction('std', 'DoctrineExtensions\\Query\\Mysql\\Std');
  1410. $c->addCustomNumericFunction('tan', 'DoctrineExtensions\\Query\\Mysql\\Tan');
  1411. $c->addCustomNumericFunction('variance', 'DoctrineExtensions\\Query\\Mysql\\Variance');
  1412. $c->addCustomNumericFunction('GEO_DISTANCE', 'Whater\\Infrastructure\\CommonBundle\\Doctrine\\Functions\\DistanceFunction');
  1413. $c->addCustomNumericFunction('sp_distance', 'LongitudeOne\\Spatial\\ORM\\Query\\AST\\Functions\\MySql\\SpDistance');
  1414. $c->addCustomNumericFunction('sp_point', 'LongitudeOne\\Spatial\\ORM\\Query\\AST\\Functions\\MySql\\SpPoint');
  1415. $c->addCustomNumericFunction('st_area', 'LongitudeOne\\Spatial\\ORM\\Query\\AST\\Functions\\Standard\\StArea');
  1416. $c->addCustomNumericFunction('st_centroid', 'LongitudeOne\\Spatial\\ORM\\Query\\AST\\Functions\\Standard\\StCentroid');
  1417. $c->addCustomNumericFunction('st_as_text', 'LongitudeOne\\Spatial\\ORM\\Query\\AST\\Functions\\Standard\\StAsText');
  1418. $c->addCustomNumericFunction('st_geom_from_text', 'LongitudeOne\\Spatial\\ORM\\Query\\AST\\Functions\\Standard\\StGeomFromText');
  1419. $c->addCustomNumericFunction('st_geom_from_wk', 'LongitudeOne\\Spatial\\ORM\\Query\\AST\\Functions\\Standard\\StGeomFromWkb');
  1420. $c->addCustomNumericFunction('st_contains', 'LongitudeOne\\Spatial\\ORM\\Query\\AST\\Functions\\Standard\\StContains');
  1421. $c->addCustomNumericFunction('st_envelope', 'LongitudeOne\\Spatial\\ORM\\Query\\AST\\Functions\\Standard\\StEnvelope');
  1422. $c->addCustomNumericFunction('st_overlaps', 'LongitudeOne\\Spatial\\ORM\\Query\\AST\\Functions\\Standard\\StOverlaps');
  1423. $c->addCustomNumericFunction('st_intersection', 'LongitudeOne\\Spatial\\ORM\\Query\\AST\\Functions\\Standard\\StIntersection');
  1424. $c->addCustomNumericFunction('st_set_srid', 'LongitudeOne\\Spatial\\ORM\\Query\\AST\\Functions\\Standard\\StSetSRID');
  1425. $c->addCustomDatetimeFunction('convert_tz', 'DoctrineExtensions\\Query\\Mysql\\ConvertTz');
  1426. $c->addCustomDatetimeFunction('date', 'DoctrineExtensions\\Query\\Mysql\\Date');
  1427. $c->addCustomDatetimeFunction('date_format', 'DoctrineExtensions\\Query\\Mysql\\DateFormat');
  1428. $c->addCustomDatetimeFunction('dateadd', 'DoctrineExtensions\\Query\\Mysql\\DateAdd');
  1429. $c->addCustomDatetimeFunction('datesub', 'DoctrineExtensions\\Query\\Mysql\\DateSub');
  1430. $c->addCustomDatetimeFunction('datediff', 'DoctrineExtensions\\Query\\Mysql\\DateDiff');
  1431. $c->addCustomDatetimeFunction('day', 'DoctrineExtensions\\Query\\Mysql\\Day');
  1432. $c->addCustomDatetimeFunction('dayname', 'DoctrineExtensions\\Query\\Mysql\\DayName');
  1433. $c->addCustomDatetimeFunction('dayofweek', 'DoctrineExtensions\\Query\\Mysql\\DayOfWeek');
  1434. $c->addCustomDatetimeFunction('dayofyear', 'DoctrineExtensions\\Query\\Mysql\\DayOfYear');
  1435. $c->addCustomDatetimeFunction('div', 'DoctrineExtensions\\Query\\Mysql\\Div');
  1436. $c->addCustomDatetimeFunction('from_unixtime', 'DoctrineExtensions\\Query\\Mysql\\FromUnixtime');
  1437. $c->addCustomDatetimeFunction('hour', 'DoctrineExtensions\\Query\\Mysql\\Hour');
  1438. $c->addCustomDatetimeFunction('last_day', 'DoctrineExtensions\\Query\\Mysql\\LastDay');
  1439. $c->addCustomDatetimeFunction('minute', 'DoctrineExtensions\\Query\\Mysql\\Minute');
  1440. $c->addCustomDatetimeFunction('now', 'DoctrineExtensions\\Query\\Mysql\\Now');
  1441. $c->addCustomDatetimeFunction('month', 'DoctrineExtensions\\Query\\Mysql\\Month');
  1442. $c->addCustomDatetimeFunction('monthname', 'DoctrineExtensions\\Query\\Mysql\\MonthName');
  1443. $c->addCustomDatetimeFunction('second', 'DoctrineExtensions\\Query\\Mysql\\Second');
  1444. $c->addCustomDatetimeFunction('sectotime', 'DoctrineExtensions\\Query\\Mysql\\SecToTime');
  1445. $c->addCustomDatetimeFunction('strtodate', 'DoctrineExtensions\\Query\\Mysql\\StrToDate');
  1446. $c->addCustomDatetimeFunction('time', 'DoctrineExtensions\\Query\\Mysql\\Time');
  1447. $c->addCustomDatetimeFunction('timediff', 'DoctrineExtensions\\Query\\Mysql\\TimeDiff');
  1448. $c->addCustomDatetimeFunction('timestampadd', 'DoctrineExtensions\\Query\\Mysql\\TimestampAdd');
  1449. $c->addCustomDatetimeFunction('timestampdiff', 'DoctrineExtensions\\Query\\Mysql\\TimestampDiff');
  1450. $c->addCustomDatetimeFunction('timetosec', 'DoctrineExtensions\\Query\\Mysql\\TimeToSec');
  1451. $c->addCustomDatetimeFunction('week', 'DoctrineExtensions\\Query\\Mysql\\Week');
  1452. $c->addCustomDatetimeFunction('weekday', 'DoctrineExtensions\\Query\\Mysql\\WeekDay');
  1453. $c->addCustomDatetimeFunction('year', 'DoctrineExtensions\\Query\\Mysql\\Year');
  1454. $c->addCustomDatetimeFunction('yearmonth', 'DoctrineExtensions\\Query\\Mysql\\YearMonth');
  1455. $c->addCustomDatetimeFunction('yearweek', 'DoctrineExtensions\\Query\\Mysql\\YearWeek');
  1456. $c->addCustomDatetimeFunction('unix_timestamp', 'DoctrineExtensions\\Query\\Mysql\\UnixTimestamp');
  1457. $c->addCustomDatetimeFunction('utc_timestamp', 'DoctrineExtensions\\Query\\Mysql\\UtcTimestamp');
  1458. $c->addCustomDatetimeFunction('extract', 'DoctrineExtensions\\Query\\Mysql\\Extract');
  1459. $this->services['doctrine.orm.default_entity_manager'] = $instance = new \Doctrine\ORM\EntityManager($a, $c, $b);
  1460. (new \Doctrine\Bundle\DoctrineBundle\ManagerConfigurator([], []))->configure($instance);
  1461. return $instance;
  1462. }
  1463. /**
  1464. * Gets the public 'event_dispatcher' shared service.
  1465. *
  1466. * @return \Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher
  1467. */
  1468. protected function getEventDispatcherService()
  1469. {
  1470. $a = new \Symfony\Bridge\Monolog\Logger('event');
  1471. $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1472. $a->pushProcessor(($this->privates['Whater\\Infrastructure\\CommonBundle\\Monolog\\MonologDomainsFilterProcessor'] ?? $this->getMonologDomainsFilterProcessorService()));
  1473. $a->pushHandler(new \Monolog\Handler\NullHandler());
  1474. \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  1475. $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())));
  1476. $instance->addListener('kernel.controller', [0 => function () {
  1477. return ($this->privates['data_collector.router'] ?? ($this->privates['data_collector.router'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector()));
  1478. }, 1 => 'onKernelController'], 0);
  1479. $instance->addListener('kernel.exception', [0 => function () {
  1480. return ($this->privates['webpack_encore.exception_listener'] ?? $this->load('getWebpackEncore_ExceptionListenerService'));
  1481. }, 1 => 'onKernelException'], 0);
  1482. $instance->addListener('console.command', [0 => function () {
  1483. return ($this->privates['doctrine_migrations.schema_filter_listener'] ?? ($this->privates['doctrine_migrations.schema_filter_listener'] = new \Doctrine\Bundle\MigrationsBundle\EventListener\SchemaFilterListener('doctrine_migration_versions')));
  1484. }, 1 => 'onConsoleCommand'], 0);
  1485. $instance->addListener('kernel.request', [0 => function () {
  1486. return ($this->privates['fos_rest.mime_type_listener'] ?? $this->getFosRest_MimeTypeListenerService());
  1487. }, 1 => 'onKernelRequest'], 200);
  1488. $instance->addListener('kernel.request', [0 => function () {
  1489. return ($this->privates['fos_rest.format_listener'] ?? $this->getFosRest_FormatListenerService());
  1490. }, 1 => 'onKernelRequest'], 34);
  1491. $instance->addListener('kernel.request', [0 => function () {
  1492. return ($this->privates['fos_rest.versioning.listener'] ?? $this->getFosRest_Versioning_ListenerService());
  1493. }, 1 => 'onKernelRequest'], 33);
  1494. $instance->addListener('kernel.request', [0 => function () {
  1495. return ($this->privates['fos_rest.versioning.exclusion_listener'] ?? $this->getFosRest_Versioning_ExclusionListenerService());
  1496. }, 1 => 'onKernelRequest'], 31);
  1497. $instance->addListener('kernel.controller', [0 => function () {
  1498. return ($this->privates['fos_rest.param_fetcher_listener'] ?? $this->getFosRest_ParamFetcherListenerService());
  1499. }, 1 => 'onKernelController'], 5);
  1500. $instance->addListener('lexik_jwt_authentication.on_authentication_success', [0 => function () {
  1501. return ($this->privates['gesdinet.jwtrefreshtoken.send_token'] ?? $this->load('getGesdinet_Jwtrefreshtoken_SendTokenService'));
  1502. }, 1 => 'attachRefreshToken'], 0);
  1503. $instance->addListener('kernel.request', [0 => function () {
  1504. return ($this->privates['nelmio_cors.cors_listener'] ?? $this->getNelmioCors_CorsListenerService());
  1505. }, 1 => 'onKernelRequest'], 250);
  1506. $instance->addListener('kernel.response', [0 => function () {
  1507. return ($this->privates['nelmio_cors.cors_listener'] ?? $this->getNelmioCors_CorsListenerService());
  1508. }, 1 => 'onKernelResponse'], 0);
  1509. $instance->addListener('kernel.response', [0 => function () {
  1510. return ($this->privates['nelmio_cors.cacheable_response_vary_listener'] ?? ($this->privates['nelmio_cors.cacheable_response_vary_listener'] = new \Nelmio\CorsBundle\EventListener\CacheableResponseVaryListener()));
  1511. }, 1 => 'onResponse'], -10);
  1512. $instance->addListener('gos_web_socket.client_connected', [0 => function () {
  1513. return ($this->privates['gos_web_socket.event_listener.client'] ?? $this->load('getGosWebSocket_EventListener_ClientService'));
  1514. }, 1 => 'onClientConnect'], 0);
  1515. $instance->addListener('gos_web_socket.client_disconnected', [0 => function () {
  1516. return ($this->privates['gos_web_socket.event_listener.client'] ?? $this->load('getGosWebSocket_EventListener_ClientService'));
  1517. }, 1 => 'onClientDisconnect'], 0);
  1518. $instance->addListener('gos_web_socket.client_error', [0 => function () {
  1519. return ($this->privates['gos_web_socket.event_listener.client'] ?? $this->load('getGosWebSocket_EventListener_ClientService'));
  1520. }, 1 => 'onClientError'], 0);
  1521. $instance->addListener('gos_web_socket.client_rejected', [0 => function () {
  1522. return ($this->privates['gos_web_socket.event_listener.client'] ?? $this->load('getGosWebSocket_EventListener_ClientService'));
  1523. }, 1 => 'onClientRejected'], 0);
  1524. $instance->addListener('gos_web_socket.connection_rejected', [0 => function () {
  1525. return ($this->privates['gos_web_socket.event_listener.client'] ?? $this->load('getGosWebSocket_EventListener_ClientService'));
  1526. }, 1 => 'onConnectionRejected'], 0);
  1527. $instance->addListener('kernel.terminate', [0 => function () {
  1528. return ($this->privates['gos_web_socket.event_listener.close_pusher_connections'] ?? $this->load('getGosWebSocket_EventListener_ClosePusherConnectionsService'));
  1529. }, 1 => 'closeConnection'], 0);
  1530. $instance->addListener('gos_web_socket.server_launched', [0 => function () {
  1531. return ($this->privates['gos_web_socket.event_listener.register_periodic_memory_timer'] ?? $this->load('getGosWebSocket_EventListener_RegisterPeriodicMemoryTimerService'));
  1532. }, 1 => 'registerPeriodicHandler'], 255);
  1533. $instance->addListener('gos_web_socket.server_launched', [0 => function () {
  1534. return ($this->privates['gos_web_socket.event_listener.register_periodic_timers'] ?? $this->load('getGosWebSocket_EventListener_RegisterPeriodicTimersService'));
  1535. }, 1 => 'registerPeriodics'], 0);
  1536. $instance->addListener('gos_web_socket.server_launched', [0 => function () {
  1537. return ($this->privates['gos_web_socket.event_listener.register_push_handlers'] ?? $this->load('getGosWebSocket_EventListener_RegisterPushHandlersService'));
  1538. }, 1 => 'registerPushHandlers'], 0);
  1539. $instance->addListener('gos_web_socket.server_launched', [0 => function () {
  1540. return ($this->privates['gos_web_socket.event_listener.start_server'] ?? $this->load('getGosWebSocket_EventListener_StartServerService'));
  1541. }, 1 => 'bindPnctlEvent'], 0);
  1542. $instance->addListener('kernel.response', [0 => function () {
  1543. return ($this->privates['response_listener'] ?? ($this->privates['response_listener'] = new \Symfony\Component\HttpKernel\EventListener\ResponseListener('UTF-8', false)));
  1544. }, 1 => 'onKernelResponse'], 0);
  1545. $instance->addListener('kernel.response', [0 => function () {
  1546. return ($this->privates['streamed_response_listener'] ?? ($this->privates['streamed_response_listener'] = new \Symfony\Component\HttpKernel\EventListener\StreamedResponseListener()));
  1547. }, 1 => 'onKernelResponse'], -1024);
  1548. $instance->addListener('kernel.request', [0 => function () {
  1549. return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  1550. }, 1 => 'setDefaultLocale'], 100);
  1551. $instance->addListener('kernel.request', [0 => function () {
  1552. return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  1553. }, 1 => 'onKernelRequest'], 16);
  1554. $instance->addListener('kernel.finish_request', [0 => function () {
  1555. return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  1556. }, 1 => 'onKernelFinishRequest'], 0);
  1557. $instance->addListener('kernel.request', [0 => function () {
  1558. return ($this->privates['validate_request_listener'] ?? ($this->privates['validate_request_listener'] = new \Symfony\Component\HttpKernel\EventListener\ValidateRequestListener()));
  1559. }, 1 => 'onKernelRequest'], 256);
  1560. $instance->addListener('kernel.response', [0 => function () {
  1561. return ($this->privates['disallow_search_engine_index_response_listener'] ?? ($this->privates['disallow_search_engine_index_response_listener'] = new \Symfony\Component\HttpKernel\EventListener\DisallowRobotsIndexingListener()));
  1562. }, 1 => 'onResponse'], -255);
  1563. $instance->addListener('kernel.controller_arguments', [0 => function () {
  1564. return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  1565. }, 1 => 'onControllerArguments'], 0);
  1566. $instance->addListener('kernel.exception', [0 => function () {
  1567. return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  1568. }, 1 => 'logKernelException'], 0);
  1569. $instance->addListener('kernel.exception', [0 => function () {
  1570. return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  1571. }, 1 => 'onKernelException'], -128);
  1572. $instance->addListener('kernel.response', [0 => function () {
  1573. return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  1574. }, 1 => 'removeCspHeader'], -128);
  1575. $instance->addListener('kernel.request', [0 => function () {
  1576. return ($this->privates['locale_aware_listener'] ?? $this->getLocaleAwareListenerService());
  1577. }, 1 => 'onKernelRequest'], 15);
  1578. $instance->addListener('kernel.finish_request', [0 => function () {
  1579. return ($this->privates['locale_aware_listener'] ?? $this->getLocaleAwareListenerService());
  1580. }, 1 => 'onKernelFinishRequest'], -15);
  1581. $instance->addListener('console.error', [0 => function () {
  1582. return ($this->privates['console.error_listener'] ?? $this->load('getConsole_ErrorListenerService'));
  1583. }, 1 => 'onConsoleError'], -128);
  1584. $instance->addListener('console.terminate', [0 => function () {
  1585. return ($this->privates['console.error_listener'] ?? $this->load('getConsole_ErrorListenerService'));
  1586. }, 1 => 'onConsoleTerminate'], -128);
  1587. $instance->addListener('console.error', [0 => function () {
  1588. return ($this->privates['console.suggest_missing_package_subscriber'] ?? ($this->privates['console.suggest_missing_package_subscriber'] = new \Symfony\Bundle\FrameworkBundle\EventListener\SuggestMissingPackageSubscriber()));
  1589. }, 1 => 'onConsoleError'], 0);
  1590. $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [0 => function () {
  1591. return ($this->privates['mailer.envelope_listener'] ?? ($this->privates['mailer.envelope_listener'] = new \Symfony\Component\Mailer\EventListener\EnvelopeListener(NULL, NULL)));
  1592. }, 1 => 'onMessage'], -255);
  1593. $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [0 => function () {
  1594. return ($this->privates['mailer.message_logger_listener'] ?? ($this->privates['mailer.message_logger_listener'] = new \Symfony\Component\Mailer\EventListener\MessageLoggerListener()));
  1595. }, 1 => 'onMessage'], -255);
  1596. $instance->addListener('kernel.request', [0 => function () {
  1597. return ($this->privates['fragment.listener'] ?? $this->getFragment_ListenerService());
  1598. }, 1 => 'onKernelRequest'], 48);
  1599. $instance->addListener('kernel.request', [0 => function () {
  1600. return ($this->privates['debug.debug_handlers_listener'] ?? $this->getDebug_DebugHandlersListenerService());
  1601. }, 1 => 'configure'], 2048);
  1602. $instance->addListener('console.command', [0 => function () {
  1603. return ($this->privates['debug.debug_handlers_listener'] ?? $this->getDebug_DebugHandlersListenerService());
  1604. }, 1 => 'configure'], 2048);
  1605. $instance->addListener('kernel.request', [0 => function () {
  1606. return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  1607. }, 1 => 'onKernelRequest'], 32);
  1608. $instance->addListener('kernel.finish_request', [0 => function () {
  1609. return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  1610. }, 1 => 'onKernelFinishRequest'], 0);
  1611. $instance->addListener('kernel.exception', [0 => function () {
  1612. return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  1613. }, 1 => 'onKernelException'], -64);
  1614. $instance->addListener('kernel.request', [0 => function () {
  1615. return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  1616. }, 1 => 'onKernelRequest'], 128);
  1617. $instance->addListener('kernel.response', [0 => function () {
  1618. return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  1619. }, 1 => 'onKernelResponse'], -1000);
  1620. $instance->addListener('kernel.finish_request', [0 => function () {
  1621. return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  1622. }, 1 => 'onFinishRequest'], 0);
  1623. $instance->addListener('kernel.response', [0 => function () {
  1624. return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  1625. }, 1 => 'onKernelResponse'], -100);
  1626. $instance->addListener('kernel.exception', [0 => function () {
  1627. return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  1628. }, 1 => 'onKernelException'], 0);
  1629. $instance->addListener('kernel.terminate', [0 => function () {
  1630. return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  1631. }, 1 => 'onKernelTerminate'], -1024);
  1632. $instance->addListener('kernel.controller', [0 => function () {
  1633. return ($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService());
  1634. }, 1 => 'onKernelController'], 0);
  1635. $instance->addListener('kernel.response', [0 => function () {
  1636. return ($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService());
  1637. }, 1 => 'onKernelResponse'], 0);
  1638. $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [0 => function () {
  1639. return ($this->privates['twig.mailer.message_listener'] ?? $this->load('getTwig_Mailer_MessageListenerService'));
  1640. }, 1 => 'onMessage'], 0);
  1641. $instance->addListener('console.command', [0 => function () {
  1642. return ($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService());
  1643. }, 1 => 'onCommand'], 255);
  1644. $instance->addListener('console.terminate', [0 => function () {
  1645. return ($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService());
  1646. }, 1 => 'onTerminate'], -255);
  1647. $instance->addListener('kernel.response', [0 => function () {
  1648. return ($this->privates['security.rememberme.response_listener'] ?? ($this->privates['security.rememberme.response_listener'] = new \Symfony\Component\Security\Http\RememberMe\ResponseListener()));
  1649. }, 1 => 'onKernelResponse'], 0);
  1650. $instance->addListener('debug.security.authorization.vote', [0 => function () {
  1651. return ($this->privates['debug.security.voter.vote_listener'] ?? $this->load('getDebug_Security_Voter_VoteListenerService'));
  1652. }, 1 => 'onVoterVote'], 0);
  1653. $instance->addListener('kernel.request', [0 => function () {
  1654. return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  1655. }, 1 => 'configureLogoutUrlGenerator'], 8);
  1656. $instance->addListener('kernel.request', [0 => function () {
  1657. return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  1658. }, 1 => 'onKernelRequest'], 8);
  1659. $instance->addListener('kernel.finish_request', [0 => function () {
  1660. return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  1661. }, 1 => 'onKernelFinishRequest'], 0);
  1662. $instance->addListener('kernel.response', [0 => function () {
  1663. return ($this->privates['web_profiler.debug_toolbar'] ?? $this->getWebProfiler_DebugToolbarService());
  1664. }, 1 => 'onKernelResponse'], -128);
  1665. $instance->addListener('kernel.finish_request', [0 => function () {
  1666. return ($this->privates['Symfony\\WebpackEncoreBundle\\EventListener\\ResetAssetsEventListener'] ?? $this->getResetAssetsEventListenerService());
  1667. }, 1 => 'resetAssets'], 0);
  1668. $instance->addListener('kernel.controller', [0 => function () {
  1669. return ($this->privates['sensio_framework_extra.controller.listener'] ?? $this->getSensioFrameworkExtra_Controller_ListenerService());
  1670. }, 1 => 'onKernelController'], 0);
  1671. $instance->addListener('kernel.controller', [0 => function () {
  1672. return ($this->privates['sensio_framework_extra.converter.listener'] ?? $this->getSensioFrameworkExtra_Converter_ListenerService());
  1673. }, 1 => 'onKernelController'], 0);
  1674. $instance->addListener('kernel.controller', [0 => function () {
  1675. return ($this->privates['sensio_framework_extra.view.listener'] ?? $this->getSensioFrameworkExtra_View_ListenerService());
  1676. }, 1 => 'onKernelController'], -128);
  1677. $instance->addListener('kernel.view', [0 => function () {
  1678. return ($this->privates['sensio_framework_extra.view.listener'] ?? $this->getSensioFrameworkExtra_View_ListenerService());
  1679. }, 1 => 'onKernelView'], 0);
  1680. $instance->addListener('kernel.controller', [0 => function () {
  1681. return ($this->privates['sensio_framework_extra.cache.listener'] ?? ($this->privates['sensio_framework_extra.cache.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener()));
  1682. }, 1 => 'onKernelController'], 0);
  1683. $instance->addListener('kernel.response', [0 => function () {
  1684. return ($this->privates['sensio_framework_extra.cache.listener'] ?? ($this->privates['sensio_framework_extra.cache.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener()));
  1685. }, 1 => 'onKernelResponse'], 0);
  1686. $instance->addListener('kernel.controller_arguments', [0 => function () {
  1687. return ($this->privates['sensio_framework_extra.security.listener'] ?? $this->getSensioFrameworkExtra_Security_ListenerService());
  1688. }, 1 => 'onKernelControllerArguments'], 0);
  1689. $instance->addListener('kernel.controller_arguments', [0 => function () {
  1690. return ($this->privates['framework_extra_bundle.event.is_granted'] ?? $this->getFrameworkExtraBundle_Event_IsGrantedService());
  1691. }, 1 => 'onKernelControllerArguments'], 0);
  1692. $instance->addListener('presta_sitemap.populate', [0 => function () {
  1693. return ($this->privates['presta_sitemap.eventlistener.route_annotation'] ?? $this->load('getPrestaSitemap_Eventlistener_RouteAnnotationService'));
  1694. }, 1 => 'registerRouteAnnotation'], 0);
  1695. $instance->addListener('kernel.view', [0 => function () {
  1696. return ($this->privates['fos_rest.view_response_listener'] ?? $this->load('getFosRest_ViewResponseListenerService'));
  1697. }, 1 => 'onKernelView'], 30);
  1698. $instance->addListener('kernel.request', [0 => function () {
  1699. return ($this->privates['nelmio_security.csp_listener'] ?? $this->getNelmioSecurity_CspListenerService());
  1700. }, 1 => 'onKernelRequest'], 512);
  1701. $instance->addListener('kernel.response', [0 => function () {
  1702. return ($this->privates['nelmio_security.csp_listener'] ?? $this->getNelmioSecurity_CspListenerService());
  1703. }, 1 => 'onKernelResponse'], 0);
  1704. $instance->addListener('presta_sitemap.populate', [0 => function () {
  1705. return ($this->privates['whater.sitemap.webpages_subscriber'] ?? $this->load('getWhater_Sitemap_WebpagesSubscriberService'));
  1706. }, 1 => 'registerWebpagesPages'], 0);
  1707. $instance->addListener('presta_sitemap.populate', [0 => function () {
  1708. return ($this->privates['whater.sitemap.blogpages_subscriber'] ?? $this->load('getWhater_Sitemap_BlogpagesSubscriberService'));
  1709. }, 1 => 'registerBlogpagesPages'], 0);
  1710. $instance->addListener('presta_sitemap.populate', [0 => function () {
  1711. return ($this->privates['whater.sitemap.town_subscriber'] ?? $this->load('getWhater_Sitemap_TownSubscriberService'));
  1712. }, 1 => 'registerTownsPages'], 0);
  1713. $instance->addListener('presta_sitemap.populate', [0 => function () {
  1714. return ($this->privates['whater.sitemap.country_area_subscriber'] ?? $this->load('getWhater_Sitemap_CountryAreaSubscriberService'));
  1715. }, 1 => 'registerCountryAreasPages'], 0);
  1716. $instance->addListener('presta_sitemap.populate', [0 => function () {
  1717. return ($this->privates['whater.sitemap.distribution_network_subscriber'] ?? $this->load('getWhater_Sitemap_DistributionNetworkSubscriberService'));
  1718. }, 1 => 'registerDistributionNetworksPages'], 0);
  1719. $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [0 => function () {
  1720. return ($this->privates['security.logout.listener.csrf_token_clearing'] ?? $this->load('getSecurity_Logout_Listener_CsrfTokenClearingService'));
  1721. }, 1 => 'onLogout'], 0);
  1722. return $instance;
  1723. }
  1724. /**
  1725. * Gets the public 'fos_rest.view_handler' shared service.
  1726. *
  1727. * @return \FOS\RestBundle\View\ViewHandler
  1728. */
  1729. protected function getFosRest_ViewHandlerService()
  1730. {
  1731. $a = ($this->services['jms_serializer'] ?? $this->getJmsSerializerService());
  1732. if (isset($this->services['fos_rest.view_handler'])) {
  1733. return $this->services['fos_rest.view_handler'];
  1734. }
  1735. return $this->services['fos_rest.view_handler'] = \FOS\RestBundle\View\ViewHandler::create(($this->services['router'] ?? $this->getRouterService()), new \FOS\RestBundle\Serializer\JMSSerializerAdapter($a, ($this->services['jms_serializer.serialization_context_factory'] ?? ($this->services['jms_serializer.serialization_context_factory'] = new \JMS\SerializerBundle\ContextFactory\ConfiguredContextFactory())), ($this->services['jms_serializer.deserialization_context_factory'] ?? ($this->services['jms_serializer.deserialization_context_factory'] = new \JMS\SerializerBundle\ContextFactory\ConfiguredContextFactory()))), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ['json' => false], 400, 204, false, ['exclusionStrategyVersion' => 'v1', 'serializeNullStrategy' => true]);
  1736. }
  1737. /**
  1738. * Gets the public 'hateoas.generator.registry' shared service.
  1739. *
  1740. * @return \Hateoas\UrlGenerator\UrlGeneratorRegistry
  1741. */
  1742. protected function getHateoas_Generator_RegistryService()
  1743. {
  1744. return $this->services['hateoas.generator.registry'] = new \Hateoas\UrlGenerator\UrlGeneratorRegistry(new \Hateoas\UrlGenerator\SymfonyUrlGenerator(($this->services['router'] ?? $this->getRouterService())));
  1745. }
  1746. /**
  1747. * Gets the public 'hateoas.helper.link' shared service.
  1748. *
  1749. * @return \Hateoas\Helper\LinkHelper
  1750. */
  1751. protected function getHateoas_Helper_LinkService()
  1752. {
  1753. return $this->services['hateoas.helper.link'] = new \Hateoas\Helper\LinkHelper(($this->privates['hateoas.link_factory'] ?? $this->getHateoas_LinkFactoryService()), ($this->privates['hateoas.configuration.metadata_factory'] ?? $this->getHateoas_Configuration_MetadataFactoryService()));
  1754. }
  1755. /**
  1756. * Gets the public 'http_kernel' shared service.
  1757. *
  1758. * @return \Symfony\Component\HttpKernel\HttpKernel
  1759. */
  1760. protected function getHttpKernelService()
  1761. {
  1762. $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  1763. if (isset($this->services['http_kernel'])) {
  1764. return $this->services['http_kernel'];
  1765. }
  1766. $b = ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)));
  1767. return $this->services['http_kernel'] = new \Symfony\Component\HttpKernel\HttpKernel($a, new \Symfony\Component\HttpKernel\Controller\TraceableControllerResolver(new \Symfony\Bundle\FrameworkBundle\Controller\ControllerResolver($this, ($this->privates['monolog.logger.request'] ?? $this->getMonolog_Logger_RequestService())), $b), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), new \Symfony\Component\HttpKernel\Controller\TraceableArgumentResolver(new \Symfony\Component\HttpKernel\Controller\ArgumentResolver(($this->privates['argument_metadata_factory'] ?? ($this->privates['argument_metadata_factory'] = new \Symfony\Component\HttpKernel\ControllerMetadata\ArgumentMetadataFactory())), new RewindableGenerator(function () {
  1768. yield 0 => ($this->privates['debug.argument_resolver.request_attribute'] ?? $this->load('getDebug_ArgumentResolver_RequestAttributeService'));
  1769. yield 1 => ($this->privates['debug.argument_resolver.request'] ?? $this->load('getDebug_ArgumentResolver_RequestService'));
  1770. yield 2 => ($this->privates['debug.argument_resolver.session'] ?? $this->load('getDebug_ArgumentResolver_SessionService'));
  1771. yield 3 => ($this->privates['debug.security.user_value_resolver'] ?? $this->load('getDebug_Security_UserValueResolverService'));
  1772. yield 4 => ($this->privates['debug.argument_resolver.service'] ?? $this->load('getDebug_ArgumentResolver_ServiceService'));
  1773. yield 5 => ($this->privates['debug.argument_resolver.default'] ?? $this->load('getDebug_ArgumentResolver_DefaultService'));
  1774. yield 6 => ($this->privates['debug.argument_resolver.variadic'] ?? $this->load('getDebug_ArgumentResolver_VariadicService'));
  1775. yield 7 => ($this->privates['debug.argument_resolver.not_tagged_controller'] ?? $this->load('getDebug_ArgumentResolver_NotTaggedControllerService'));
  1776. }, 8)), $b));
  1777. }
  1778. /**
  1779. * Gets the public 'jms_serializer' shared service.
  1780. *
  1781. * @return \JMS\Serializer\Serializer
  1782. */
  1783. protected function getJmsSerializerService()
  1784. {
  1785. $a = ($this->privates['jms_serializer.metadata_factory'] ?? $this->getJmsSerializer_MetadataFactoryService());
  1786. $b = ($this->services['fos_rest.serializer.jms_handler_registry'] ?? $this->load('getFosRest_Serializer_JmsHandlerRegistryService'));
  1787. $c = ($this->privates['jms_serializer.expression_evaluator'] ?? $this->getJmsSerializer_ExpressionEvaluatorService());
  1788. $d = new \JMS\Serializer\Accessor\DefaultAccessorStrategy($c);
  1789. $e = new \JMS\Serializer\EventDispatcher\LazyEventDispatcher(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1790. 'hateoas.event_listener.xml' => ['services', 'hateoas.event_listener.xml', 'getHateoas_EventListener_XmlService', true],
  1791. 'hateoas.event_listener.json' => ['services', 'hateoas.event_listener.json', 'getHateoas_EventListener_JsonService', true],
  1792. 'jms_serializer.doctrine_proxy_subscriber' => ['privates', 'jms_serializer.doctrine_proxy_subscriber', 'getJmsSerializer_DoctrineProxySubscriberService', true],
  1793. 'jms_serializer.stopwatch_subscriber' => ['privates', 'jms_serializer.stopwatch_subscriber', 'getJmsSerializer_StopwatchSubscriberService', true],
  1794. 'whater.serializer_subscriber.media' => ['privates', 'whater.serializer_subscriber.media', 'getWhater_SerializerSubscriber_MediaService', true],
  1795. 'whater.serializer_subscriber.article' => ['privates', 'whater.serializer_subscriber.article', 'getWhater_SerializerSubscriber_ArticleService', true],
  1796. 'whater.serializer_subscriber.article_category' => ['privates', 'whater.serializer_subscriber.article_category', 'getWhater_SerializerSubscriber_ArticleCategoryService', true],
  1797. 'whater.serializer_subscriber.user' => ['privates', 'whater.serializer_subscriber.user', 'getWhater_SerializerSubscriber_UserService', true],
  1798. 'whater.serializer_subscriber.organization_license' => ['privates', 'whater.serializer_subscriber.organization_license', 'getWhater_SerializerSubscriber_OrganizationLicenseService', true],
  1799. 'whater.serializer_subscriber.organization_license_fee' => ['privates', 'whater.serializer_subscriber.organization_license_fee', 'getWhater_SerializerSubscriber_OrganizationLicenseFeeService', true],
  1800. 'whater.serializer_subscriber.ownership_request' => ['privates', 'whater.serializer_subscriber.ownership_request', 'getWhater_SerializerSubscriber_OwnershipRequestService', true],
  1801. 'whater.serializer_subscriber.wallet_operation' => ['privates', 'whater.serializer_subscriber.wallet_operation', 'getWhater_SerializerSubscriber_WalletOperationService', true],
  1802. 'whater.serializer_subscriber.cart_order' => ['privates', 'whater.serializer_subscriber.cart_order', 'getWhater_SerializerSubscriber_CartOrderService', true],
  1803. 'whater.serializer_subscriber.cart_order_item' => ['privates', 'whater.serializer_subscriber.cart_order_item', 'getWhater_SerializerSubscriber_CartOrderItemService', true],
  1804. 'whater.serializer_subscriber.product' => ['privates', 'whater.serializer_subscriber.product', 'getWhater_SerializerSubscriber_ProductService', true],
  1805. 'whater.serializer_subscriber.product_category' => ['privates', 'whater.serializer_subscriber.product_category', 'getWhater_SerializerSubscriber_ProductCategoryService', true],
  1806. 'whater.serializer_subscriber.product_attribute' => ['privates', 'whater.serializer_subscriber.product_attribute', 'getWhater_SerializerSubscriber_ProductAttributeService', true],
  1807. 'whater.serializer_subscriber.product_variation' => ['privates', 'whater.serializer_subscriber.product_variation', 'getWhater_SerializerSubscriber_ProductVariationService', true],
  1808. 'whater.serializer_subscriber.product_valoration' => ['privates', 'whater.serializer_subscriber.product_valoration', 'getWhater_SerializerSubscriber_ProductValorationService', true],
  1809. 'whater.serializer_subscriber.wallet_liquidations_request' => ['privates', 'whater.serializer_subscriber.wallet_liquidations_request', 'getWhater_SerializerSubscriber_WalletLiquidationsRequestService', true],
  1810. 'whater.serializer_subscriber.whatercoin_coupon' => ['privates', 'whater.serializer_subscriber.whatercoin_coupon', 'getWhater_SerializerSubscriber_WhatercoinCouponService', true],
  1811. 'whater.serializer_subscriber.country' => ['privates', 'whater.serializer_subscriber.country', 'getWhater_SerializerSubscriber_CountryService', true],
  1812. 'whater.serializer_subscriber.country_area' => ['privates', 'whater.serializer_subscriber.country_area', 'getWhater_SerializerSubscriber_CountryAreaService', true],
  1813. 'whater.serializer_subscriber.town' => ['privates', 'whater.serializer_subscriber.town', 'getWhater_SerializerSubscriber_TownService', true],
  1814. 'whater.serializer_subscriber.town_location' => ['privates', 'whater.serializer_subscriber.town_location', 'getWhater_SerializerSubscriber_TownLocationService', true],
  1815. 'whater.serializer_subscriber.agrupation' => ['privates', 'whater.serializer_subscriber.agrupation', 'getWhater_SerializerSubscriber_AgrupationService', true],
  1816. 'whater.serializer_subscriber.ubication' => ['privates', 'whater.serializer_subscriber.ubication', 'getWhater_SerializerSubscriber_UbicationService', true],
  1817. 'whater.serializer_subscriber.establishment' => ['privates', 'whater.serializer_subscriber.establishment', 'getWhater_SerializerSubscriber_EstablishmentService', true],
  1818. 'whater.serializer_subscriber.distribution_network' => ['privates', 'whater.serializer_subscriber.distribution_network', 'getWhater_SerializerSubscriber_DistributionNetworkService', true],
  1819. 'whater.serializer_subscriber.whater_point' => ['privates', 'whater.serializer_subscriber.whater_point', 'getWhater_SerializerSubscriber_WhaterPointService', true],
  1820. 'whater.serializer_subscriber.analytical' => ['privates', 'whater.serializer_subscriber.analytical', 'getWhater_SerializerSubscriber_AnalyticalService', true],
  1821. 'whater.serializer_subscriber.whater_organization' => ['privates', 'whater.serializer_subscriber.whater_organization', 'getWhater_SerializerSubscriber_WhaterOrganizationService', true],
  1822. 'whater.serializer_subscriber.whater_device' => ['privates', 'whater.serializer_subscriber.whater_device', 'getWhater_SerializerSubscriber_WhaterDeviceService', true],
  1823. 'whater.serializer_subscriber.import_data_file' => ['privates', 'whater.serializer_subscriber.import_data_file', 'getWhater_SerializerSubscriber_ImportDataFileService', true],
  1824. 'whater.serializer_subscriber.notification' => ['privates', 'whater.serializer_subscriber.notification', 'getWhater_SerializerSubscriber_NotificationService', true],
  1825. ], [
  1826. 'hateoas.event_listener.xml' => '?',
  1827. 'hateoas.event_listener.json' => '?',
  1828. 'jms_serializer.doctrine_proxy_subscriber' => '?',
  1829. 'jms_serializer.stopwatch_subscriber' => '?',
  1830. 'whater.serializer_subscriber.media' => '?',
  1831. 'whater.serializer_subscriber.article' => '?',
  1832. 'whater.serializer_subscriber.article_category' => '?',
  1833. 'whater.serializer_subscriber.user' => '?',
  1834. 'whater.serializer_subscriber.organization_license' => '?',
  1835. 'whater.serializer_subscriber.organization_license_fee' => '?',
  1836. 'whater.serializer_subscriber.ownership_request' => '?',
  1837. 'whater.serializer_subscriber.wallet_operation' => '?',
  1838. 'whater.serializer_subscriber.cart_order' => '?',
  1839. 'whater.serializer_subscriber.cart_order_item' => '?',
  1840. 'whater.serializer_subscriber.product' => '?',
  1841. 'whater.serializer_subscriber.product_category' => '?',
  1842. 'whater.serializer_subscriber.product_attribute' => '?',
  1843. 'whater.serializer_subscriber.product_variation' => '?',
  1844. 'whater.serializer_subscriber.product_valoration' => '?',
  1845. 'whater.serializer_subscriber.wallet_liquidations_request' => '?',
  1846. 'whater.serializer_subscriber.whatercoin_coupon' => '?',
  1847. 'whater.serializer_subscriber.country' => '?',
  1848. 'whater.serializer_subscriber.country_area' => '?',
  1849. 'whater.serializer_subscriber.town' => '?',
  1850. 'whater.serializer_subscriber.town_location' => '?',
  1851. 'whater.serializer_subscriber.agrupation' => '?',
  1852. 'whater.serializer_subscriber.ubication' => '?',
  1853. 'whater.serializer_subscriber.establishment' => '?',
  1854. 'whater.serializer_subscriber.distribution_network' => '?',
  1855. 'whater.serializer_subscriber.whater_point' => '?',
  1856. 'whater.serializer_subscriber.analytical' => '?',
  1857. 'whater.serializer_subscriber.whater_organization' => '?',
  1858. 'whater.serializer_subscriber.whater_device' => '?',
  1859. 'whater.serializer_subscriber.import_data_file' => '?',
  1860. 'whater.serializer_subscriber.notification' => '?',
  1861. ]));
  1862. $e->setListeners(['serializer.post_serialize' => [0 => [0 => [0 => 'hateoas.event_listener.xml', 1 => 'onPostSerialize'], 1 => NULL, 2 => 'xml'], 1 => [0 => [0 => 'hateoas.event_listener.json', 1 => 'onPostSerialize'], 1 => NULL, 2 => 'json'], 2 => [0 => [0 => 'whater.serializer_subscriber.media', 1 => 'onPostSerialize'], 1 => 'Whater\\Domain\\Media\\Model\\Media', 2 => NULL, 3 => NULL], 3 => [0 => [0 => 'whater.serializer_subscriber.article', 1 => 'onPostSerialize'], 1 => 'Whater\\Domain\\Blog\\Model\\Article', 2 => NULL, 3 => NULL], 4 => [0 => [0 => 'whater.serializer_subscriber.article_category', 1 => 'onPostSerialize'], 1 => 'Whater\\Domain\\Blog\\Model\\ArticleCategory', 2 => NULL, 3 => NULL], 5 => [0 => [0 => 'whater.serializer_subscriber.user', 1 => 'onPostSerialize'], 1 => 'Whater\\Domain\\User\\Model\\User', 2 => NULL, 3 => NULL], 6 => [0 => [0 => 'whater.serializer_subscriber.organization_license', 1 => 'onPostSerialize'], 1 => 'Whater\\Domain\\User\\Model\\OrganizationLicense', 2 => NULL, 3 => NULL], 7 => [0 => [0 => 'whater.serializer_subscriber.organization_license_fee', 1 => 'onPostSerialize'], 1 => 'Whater\\Domain\\User\\Model\\OrganizationLicenseFee', 2 => NULL, 3 => NULL], 8 => [0 => [0 => 'whater.serializer_subscriber.ownership_request', 1 => 'onPostSerialize'], 1 => 'Whater\\Domain\\User\\Model\\OwnershipRequest', 2 => NULL, 3 => NULL], 9 => [0 => [0 => 'whater.serializer_subscriber.wallet_operation', 1 => 'onPostSerialize'], 1 => 'Whater\\Domain\\Product\\Model\\WalletOperation', 2 => NULL, 3 => NULL], 10 => [0 => [0 => 'whater.serializer_subscriber.cart_order', 1 => 'onPostSerialize'], 1 => 'Whater\\Domain\\Product\\Model\\CartOrder', 2 => NULL, 3 => NULL], 11 => [0 => [0 => 'whater.serializer_subscriber.cart_order_item', 1 => 'onPostSerialize'], 1 => 'Whater\\Domain\\Product\\Model\\CartOrderItem', 2 => NULL, 3 => NULL], 12 => [0 => [0 => 'whater.serializer_subscriber.product', 1 => 'onPostSerialize'], 1 => 'Whater\\Domain\\Product\\Model\\Product', 2 => NULL, 3 => NULL], 13 => [0 => [0 => 'whater.serializer_subscriber.product_category', 1 => 'onPostSerialize'], 1 => 'Whater\\Domain\\Product\\Model\\ProductCategory', 2 => NULL, 3 => NULL], 14 => [0 => [0 => 'whater.serializer_subscriber.product_attribute', 1 => 'onPostSerialize'], 1 => 'Whater\\Domain\\Product\\Model\\ProductAttribute', 2 => NULL, 3 => NULL], 15 => [0 => [0 => 'whater.serializer_subscriber.product_variation', 1 => 'onPostSerialize'], 1 => 'Whater\\Domain\\Product\\Model\\ProductVariation', 2 => NULL, 3 => NULL], 16 => [0 => [0 => 'whater.serializer_subscriber.product_valoration', 1 => 'onPostSerialize'], 1 => 'Whater\\Domain\\Product\\Model\\ProductValoration', 2 => NULL, 3 => NULL], 17 => [0 => [0 => 'whater.serializer_subscriber.wallet_liquidations_request', 1 => 'onPostSerialize'], 1 => 'Whater\\Domain\\Product\\Model\\WalletLiquidationRequest', 2 => NULL, 3 => NULL], 18 => [0 => [0 => 'whater.serializer_subscriber.whatercoin_coupon', 1 => 'onPostSerialize'], 1 => 'Whater\\Domain\\Product\\Model\\WhatercoinCoupon', 2 => NULL, 3 => NULL], 19 => [0 => [0 => 'whater.serializer_subscriber.country', 1 => 'onPostSerialize'], 1 => 'Whater\\Domain\\Zones\\Model\\Country', 2 => NULL, 3 => NULL], 20 => [0 => [0 => 'whater.serializer_subscriber.country_area', 1 => 'onPostSerialize'], 1 => 'Whater\\Domain\\Zones\\Model\\CountryArea', 2 => NULL, 3 => NULL], 21 => [0 => [0 => 'whater.serializer_subscriber.town', 1 => 'onPostSerialize'], 1 => 'Whater\\Domain\\Zones\\Model\\Town', 2 => NULL, 3 => NULL], 22 => [0 => [0 => 'whater.serializer_subscriber.town_location', 1 => 'onPostSerialize'], 1 => 'Whater\\Domain\\Zones\\Model\\TownLocation', 2 => NULL, 3 => NULL], 23 => [0 => [0 => 'whater.serializer_subscriber.agrupation', 1 => 'onPostSerialize'], 1 => 'Whater\\Domain\\Zones\\Model\\Agrupation', 2 => NULL, 3 => NULL], 24 => [0 => [0 => 'whater.serializer_subscriber.ubication', 1 => 'onPostSerialize'], 1 => 'Whater\\Domain\\Zones\\Model\\Ubication', 2 => NULL, 3 => NULL], 25 => [0 => [0 => 'whater.serializer_subscriber.establishment', 1 => 'onPostSerialize'], 1 => 'Whater\\Domain\\Zones\\Model\\Establishment', 2 => NULL, 3 => NULL], 26 => [0 => [0 => 'whater.serializer_subscriber.distribution_network', 1 => 'onPostSerialize'], 1 => 'Whater\\Domain\\Whater\\Model\\DistributionNetwork', 2 => NULL, 3 => NULL], 27 => [0 => [0 => 'whater.serializer_subscriber.whater_point', 1 => 'onPostSerialize'], 1 => 'Whater\\Domain\\Whater\\Model\\WhaterPoint', 2 => NULL, 3 => NULL], 28 => [0 => [0 => 'whater.serializer_subscriber.analytical', 1 => 'onPostSerialize'], 1 => 'Whater\\Domain\\Whater\\Model\\Analytical', 2 => NULL, 3 => NULL], 29 => [0 => [0 => 'whater.serializer_subscriber.whater_organization', 1 => 'onPostSerialize'], 1 => 'Whater\\Domain\\Whater\\Model\\WhaterOrganization', 2 => NULL, 3 => NULL], 30 => [0 => [0 => 'whater.serializer_subscriber.whater_device', 1 => 'onPostSerialize'], 1 => 'Whater\\Domain\\Whater\\Model\\WhaterDevice', 2 => NULL, 3 => NULL], 31 => [0 => [0 => 'whater.serializer_subscriber.import_data_file', 1 => 'onPostSerialize'], 1 => 'Whater\\Domain\\Whater\\Model\\ImportDataFile', 2 => NULL, 3 => NULL], 32 => [0 => [0 => 'whater.serializer_subscriber.notification', 1 => 'onPostSerialize'], 1 => 'Whater\\Domain\\Notification\\Model\\Notification', 2 => NULL, 3 => NULL], 33 => [0 => [0 => 'jms_serializer.stopwatch_subscriber', 1 => 'onPostSerialize'], 1 => NULL, 2 => NULL, 3 => NULL]], 'serializer.pre_serialize' => [0 => [0 => [0 => 'jms_serializer.stopwatch_subscriber', 1 => 'onPreSerialize'], 1 => NULL, 2 => NULL, 3 => NULL], 1 => [0 => [0 => 'jms_serializer.doctrine_proxy_subscriber', 1 => 'onPreSerializeTypedProxy'], 1 => NULL, 2 => NULL, 3 => 'Doctrine\\Persistence\\Proxy'], 2 => [0 => [0 => 'jms_serializer.doctrine_proxy_subscriber', 1 => 'onPreSerializeTypedProxy'], 1 => NULL, 2 => NULL, 3 => 'Doctrine\\Common\\Persistence\\Proxy'], 3 => [0 => [0 => 'jms_serializer.doctrine_proxy_subscriber', 1 => 'onPreSerialize'], 1 => NULL, 2 => NULL, 3 => 'Doctrine\\ORM\\PersistentCollection'], 4 => [0 => [0 => 'jms_serializer.doctrine_proxy_subscriber', 1 => 'onPreSerialize'], 1 => NULL, 2 => NULL, 3 => 'Doctrine\\ODM\\MongoDB\\PersistentCollection'], 5 => [0 => [0 => 'jms_serializer.doctrine_proxy_subscriber', 1 => 'onPreSerialize'], 1 => NULL, 2 => NULL, 3 => 'Doctrine\\ODM\\PHPCR\\PersistentCollection'], 6 => [0 => [0 => 'jms_serializer.doctrine_proxy_subscriber', 1 => 'onPreSerialize'], 1 => NULL, 2 => NULL, 3 => 'Doctrine\\Persistence\\Proxy'], 7 => [0 => [0 => 'jms_serializer.doctrine_proxy_subscriber', 1 => 'onPreSerialize'], 1 => NULL, 2 => NULL, 3 => 'Doctrine\\Common\\Persistence\\Proxy'], 8 => [0 => [0 => 'jms_serializer.doctrine_proxy_subscriber', 1 => 'onPreSerialize'], 1 => NULL, 2 => NULL, 3 => 'ProxyManager\\Proxy\\LazyLoadingInterface']]]);
  1863. $f = new \JMS\Serializer\Visitor\Factory\JsonSerializationVisitorFactory();
  1864. $f->setOptions(1024);
  1865. $g = new \JMS\Serializer\Visitor\Factory\JsonDeserializationVisitorFactory();
  1866. $g->setOptions(0);
  1867. return $this->services['jms_serializer'] = new \JMS\Serializer\Serializer($a, [2 => new \JMS\Serializer\GraphNavigator\Factory\DeserializationGraphNavigatorFactory($a, $b, new \JMS\Serializer\Construction\DoctrineObjectConstructor(($this->services['doctrine'] ?? $this->getDoctrineService()), new \JMS\Serializer\Construction\UnserializeObjectConstructor(), 'null'), $d, $e, $c), 1 => new \JMS\Serializer\GraphNavigator\Factory\SerializationGraphNavigatorFactory($a, $b, $d, $e, $c)], ['json' => $f, 'xml' => new \JMS\Serializer\Visitor\Factory\XmlSerializationVisitorFactory()], ['json' => $g, 'xml' => new \JMS\Serializer\Visitor\Factory\XmlDeserializationVisitorFactory()], ($this->services['jms_serializer.serialization_context_factory'] ?? ($this->services['jms_serializer.serialization_context_factory'] = new \JMS\SerializerBundle\ContextFactory\ConfiguredContextFactory())), ($this->services['jms_serializer.deserialization_context_factory'] ?? ($this->services['jms_serializer.deserialization_context_factory'] = new \JMS\SerializerBundle\ContextFactory\ConfiguredContextFactory())), ($this->privates['jms_serializer.type_parser'] ?? ($this->privates['jms_serializer.type_parser'] = new \JMS\Serializer\Type\Parser())));
  1868. }
  1869. /**
  1870. * Gets the public 'jms_serializer.deserialization_context_factory' shared service.
  1871. *
  1872. * @return \JMS\SerializerBundle\ContextFactory\ConfiguredContextFactory
  1873. */
  1874. protected function getJmsSerializer_DeserializationContextFactoryService()
  1875. {
  1876. return $this->services['jms_serializer.deserialization_context_factory'] = new \JMS\SerializerBundle\ContextFactory\ConfiguredContextFactory();
  1877. }
  1878. /**
  1879. * Gets the public 'jms_serializer.serialization_context_factory' shared service.
  1880. *
  1881. * @return \JMS\SerializerBundle\ContextFactory\ConfiguredContextFactory
  1882. */
  1883. protected function getJmsSerializer_SerializationContextFactoryService()
  1884. {
  1885. return $this->services['jms_serializer.serialization_context_factory'] = new \JMS\SerializerBundle\ContextFactory\ConfiguredContextFactory();
  1886. }
  1887. /**
  1888. * Gets the public 'liip_imagine.cache.manager' shared service.
  1889. *
  1890. * @return \Liip\ImagineBundle\Imagine\Cache\CacheManager
  1891. */
  1892. protected function getLiipImagine_Cache_ManagerService()
  1893. {
  1894. $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  1895. if (isset($this->services['liip_imagine.cache.manager'])) {
  1896. return $this->services['liip_imagine.cache.manager'];
  1897. }
  1898. $this->services['liip_imagine.cache.manager'] = $instance = new \Liip\ImagineBundle\Imagine\Cache\CacheManager(($this->privates['liip_imagine.filter.configuration'] ?? $this->getLiipImagine_Filter_ConfigurationService()), ($this->services['router'] ?? $this->getRouterService()), ($this->services['liip_imagine.cache.signer'] ?? ($this->services['liip_imagine.cache.signer'] = new \Liip\ImagineBundle\Imagine\Cache\Signer('5dbaa28b5f345e406ae51f6188fd6f09b2082f00'))), $a, 'default', false);
  1899. $instance->addResolver('default', ($this->services['liip_imagine.cache.resolver.default'] ?? $this->getLiipImagine_Cache_Resolver_DefaultService()));
  1900. $instance->addResolver('no_cache', ($this->services['liip_imagine.cache.resolver.no_cache_web_path'] ?? $this->getLiipImagine_Cache_Resolver_NoCacheWebPathService()));
  1901. return $instance;
  1902. }
  1903. /**
  1904. * Gets the public 'liip_imagine.cache.resolver.default' shared service.
  1905. *
  1906. * @return \Liip\ImagineBundle\Imagine\Cache\Resolver\WebPathResolver
  1907. */
  1908. protected function getLiipImagine_Cache_Resolver_DefaultService()
  1909. {
  1910. return $this->services['liip_imagine.cache.resolver.default'] = new \Liip\ImagineBundle\Imagine\Cache\Resolver\WebPathResolver(($this->services['.container.private.filesystem'] ?? ($this->services['.container.private.filesystem'] = new \Symfony\Component\Filesystem\Filesystem())), ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService()), (\dirname(__DIR__, 4).'/web/'), 'media/cache');
  1911. }
  1912. /**
  1913. * Gets the public 'liip_imagine.cache.resolver.no_cache_web_path' shared service.
  1914. *
  1915. * @return \Liip\ImagineBundle\Imagine\Cache\Resolver\NoCacheWebPathResolver
  1916. */
  1917. protected function getLiipImagine_Cache_Resolver_NoCacheWebPathService()
  1918. {
  1919. return $this->services['liip_imagine.cache.resolver.no_cache_web_path'] = new \Liip\ImagineBundle\Imagine\Cache\Resolver\NoCacheWebPathResolver(($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService()));
  1920. }
  1921. /**
  1922. * Gets the public 'liip_imagine.cache.signer' shared service.
  1923. *
  1924. * @return \Liip\ImagineBundle\Imagine\Cache\Signer
  1925. */
  1926. protected function getLiipImagine_Cache_SignerService()
  1927. {
  1928. return $this->services['liip_imagine.cache.signer'] = new \Liip\ImagineBundle\Imagine\Cache\Signer('5dbaa28b5f345e406ae51f6188fd6f09b2082f00');
  1929. }
  1930. /**
  1931. * Gets the public 'request_stack' shared service.
  1932. *
  1933. * @return \Symfony\Component\HttpFoundation\RequestStack
  1934. */
  1935. protected function getRequestStackService()
  1936. {
  1937. return $this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack();
  1938. }
  1939. /**
  1940. * Gets the public 'router' shared service.
  1941. *
  1942. * @return \Symfony\Bundle\FrameworkBundle\Routing\Router
  1943. */
  1944. protected function getRouterService()
  1945. {
  1946. $a = new \Symfony\Bridge\Monolog\Logger('router');
  1947. $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1948. $a->pushProcessor(($this->privates['Whater\\Infrastructure\\CommonBundle\\Monolog\\MonologDomainsFilterProcessor'] ?? $this->getMonologDomainsFilterProcessorService()));
  1949. $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  1950. $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  1951. \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  1952. $this->services['router'] = $instance = new \Symfony\Bundle\FrameworkBundle\Routing\Router((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1953. 'routing.loader' => ['services', 'routing.loader', 'getRouting_LoaderService', true],
  1954. ], [
  1955. 'routing.loader' => 'Symfony\\Component\\Config\\Loader\\LoaderInterface',
  1956. ]))->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, 'es');
  1957. $instance->setConfigCacheFactory(($this->privates['config_cache_factory'] ?? $this->getConfigCacheFactoryService()));
  1958. $instance->addExpressionLanguageProvider(($this->privates['router.expression_language_provider'] ?? $this->getRouter_ExpressionLanguageProviderService()));
  1959. return $instance;
  1960. }
  1961. /**
  1962. * Gets the public 'shivas_versioning.cache.version' shared service.
  1963. *
  1964. * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1965. */
  1966. protected function getShivasVersioning_Cache_VersionService()
  1967. {
  1968. return $this->services['shivas_versioning.cache.version'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('GFKn9xg8Oo', 0, $this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  1969. }
  1970. /**
  1971. * Gets the public 'sonata.media.pool' shared service.
  1972. *
  1973. * @return \Sonata\MediaBundle\Provider\Pool
  1974. */
  1975. protected function getSonata_Media_PoolService()
  1976. {
  1977. $this->services['sonata.media.pool'] = $instance = new \Sonata\MediaBundle\Provider\Pool('default');
  1978. $a = ($this->privates['sonata.media.filesystem.local'] ?? $this->getSonata_Media_Filesystem_LocalService());
  1979. $b = ($this->privates['sonata.media.cdn.server'] ?? ($this->privates['sonata.media.cdn.server'] = new \Sonata\MediaBundle\CDN\Server('/uploads/media')));
  1980. $c = ($this->privates['sonata.media.metadata.proxy'] ?? $this->getSonata_Media_Metadata_ProxyService());
  1981. $d = new \Sonata\MediaBundle\Provider\FileProvider('sonata.media.provider.file', $a, $b, ($this->privates['whater.media.generator.date'] ?? ($this->privates['whater.media.generator.date'] = new \Whater\Infrastructure\MediaBundle\Generator\DateGenerator())), new \Sonata\MediaBundle\Thumbnail\FileThumbnail(($this->privates['assets.packages'] ?? $this->getAssets_PackagesService())), [0 => 'pdf', 1 => 'txt', 2 => 'rtf', 3 => 'doc', 4 => 'docx', 5 => 'xls', 6 => 'xlsx', 7 => 'ppt', 8 => 'pttx', 9 => 'odt', 10 => 'odg', 11 => 'odp', 12 => 'ods', 13 => 'odc', 14 => 'odf', 15 => 'odb', 16 => 'csv', 17 => 'xml'], [0 => 'application/pdf', 1 => 'application/x-pdf', 2 => 'application/rtf', 3 => 'text/html', 4 => 'text/rtf', 5 => 'text/plain'], $c);
  1982. $d->setTemplates(['helper_thumbnail' => '@SonataMedia/Provider/thumbnail.html.twig', 'helper_view' => '@SonataMedia/Provider/view_file.html.twig']);
  1983. $d->addFormat('default_small', ['width' => 100, 'quality' => 70, 'height' => NULL, 'format' => 'jpg', 'constraint' => true, 'resizer' => NULL, 'resizer_options' => []]);
  1984. $d->addFormat('default_big', ['width' => 500, 'quality' => 70, 'height' => NULL, 'format' => 'jpg', 'constraint' => true, 'resizer' => NULL, 'resizer_options' => []]);
  1985. $d->addFormat('admin', $this->parameters['sonata.media.admin_format']);
  1986. $e = new \Sonata\MediaBundle\Generator\IdGenerator();
  1987. $f = ($this->privates['sonata.media.thumbnail.format'] ?? $this->getSonata_Media_Thumbnail_FormatService());
  1988. $g = new \Symfony\Component\HttpClient\Psr18Client();
  1989. $h = new \Nyholm\Psr7\Factory\Psr17Factory();
  1990. $i = new \Sonata\MediaBundle\Provider\YouTubeProvider('sonata.media.provider.youtube', $a, $b, $e, $f, $g, $h, $c, false);
  1991. $j = ($this->privates['sonata.media.resizer.simple'] ?? $this->getSonata_Media_Resizer_SimpleService());
  1992. $i->setTemplates(['helper_thumbnail' => '@SonataMedia/Provider/thumbnail.html.twig', 'helper_view' => '@SonataMedia/Provider/view_youtube.html.twig']);
  1993. $i->setResizer($j);
  1994. $i->addFormat('admin', $this->parameters['sonata.media.admin_format']);
  1995. $k = new \Sonata\MediaBundle\Provider\DailyMotionProvider('sonata.media.provider.dailymotion', $a, $b, $e, $f, $g, $h, $c);
  1996. $k->setTemplates(['helper_thumbnail' => '@SonataMedia/Provider/thumbnail.html.twig', 'helper_view' => '@SonataMedia/Provider/view_dailymotion.html.twig']);
  1997. $k->setResizer($j);
  1998. $k->addFormat('admin', $this->parameters['sonata.media.admin_format']);
  1999. $l = new \Sonata\MediaBundle\Provider\VimeoProvider('sonata.media.provider.vimeo', $a, $b, $e, $f, $g, $h, $c);
  2000. $l->setTemplates(['helper_thumbnail' => '@SonataMedia/Provider/thumbnail.html.twig', 'helper_view' => '@SonataMedia/Provider/view_vimeo.html.twig']);
  2001. $l->setResizer($j);
  2002. $l->addFormat('admin', $this->parameters['sonata.media.admin_format']);
  2003. $instance->addContext('default', [0 => 'sonata.media.provider.image', 1 => 'sonata.media.provider.file'], ['default_small' => ['width' => 100, 'quality' => 70, 'height' => NULL, 'format' => 'jpg', 'constraint' => true, 'resizer' => NULL, 'resizer_options' => []], 'default_big' => ['width' => 500, 'quality' => 70, 'height' => NULL, 'format' => 'jpg', 'constraint' => true, 'resizer' => NULL, 'resizer_options' => []]], ['strategy' => 'sonata.media.security.superadmin_strategy', 'mode' => 'http']);
  2004. $instance->addDownloadStrategy('sonata.media.security.superadmin_strategy', new \Sonata\MediaBundle\Security\RolesDownloadStrategy(($this->services['translator'] ?? $this->getTranslatorService()), ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService()), [0 => 'ROLE_SUPER_ADMIN', 1 => 'ROLE_ADMIN']));
  2005. $instance->addProvider('sonata.media.provider.image', ($this->privates['sonata.media.provider.image'] ?? $this->getSonata_Media_Provider_ImageService()));
  2006. $instance->addProvider('sonata.media.provider.file', $d);
  2007. $instance->addProvider('sonata.media.provider.youtube', $i);
  2008. $instance->addProvider('sonata.media.provider.dailymotion', $k);
  2009. $instance->addProvider('sonata.media.provider.vimeo', $l);
  2010. return $instance;
  2011. }
  2012. /**
  2013. * Gets the public 'translator' shared service.
  2014. *
  2015. * @return \Symfony\Component\Translation\DataCollectorTranslator
  2016. */
  2017. protected function getTranslatorService()
  2018. {
  2019. return $this->services['translator'] = new \Symfony\Component\Translation\DataCollectorTranslator(($this->privates['translator.default'] ?? $this->getTranslator_DefaultService()));
  2020. }
  2021. /**
  2022. * Gets the public 'whater.logger' shared service.
  2023. *
  2024. * @return \Symfony\Bridge\Monolog\Logger
  2025. */
  2026. protected function getWhater_LoggerService()
  2027. {
  2028. $this->services['whater.logger'] = $instance = new \Symfony\Bridge\Monolog\Logger('app');
  2029. $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  2030. $instance->pushProcessor(($this->privates['Whater\\Infrastructure\\CommonBundle\\Monolog\\MonologDomainsFilterProcessor'] ?? $this->getMonologDomainsFilterProcessorService()));
  2031. $instance->useMicrosecondTimestamps(true);
  2032. $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  2033. $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  2034. \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  2035. return $instance;
  2036. }
  2037. /**
  2038. * Gets the private '.debug.http_client' shared service.
  2039. *
  2040. * @return \Symfony\Component\HttpClient\TraceableHttpClient
  2041. */
  2042. protected function get_Debug_HttpClientService()
  2043. {
  2044. $a = \Symfony\Component\HttpClient\HttpClient::create([], 6);
  2045. $b = new \Symfony\Bridge\Monolog\Logger('http_client');
  2046. $b->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  2047. $b->pushProcessor(($this->privates['Whater\\Infrastructure\\CommonBundle\\Monolog\\MonologDomainsFilterProcessor'] ?? $this->getMonologDomainsFilterProcessorService()));
  2048. $b->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  2049. $b->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  2050. \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($b);
  2051. $a->setLogger($b);
  2052. return $this->privates['.debug.http_client'] = new \Symfony\Component\HttpClient\TraceableHttpClient($a, ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  2053. }
  2054. /**
  2055. * Gets the private '.service_locator.B_7ykwg' shared service.
  2056. *
  2057. * @return \Symfony\Component\DependencyInjection\ServiceLocator
  2058. */
  2059. protected function get_ServiceLocator_B7ykwgService()
  2060. {
  2061. return $this->privates['.service_locator.B_7ykwg'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2062. 'security.firewall.map.context.api_private' => ['privates', 'security.firewall.map.context.api_private', 'getSecurity_Firewall_Map_Context_ApiPrivateService', true],
  2063. 'security.firewall.map.context.dev' => ['privates', 'security.firewall.map.context.dev', 'getSecurity_Firewall_Map_Context_DevService', true],
  2064. 'security.firewall.map.context.main' => ['privates', 'security.firewall.map.context.main', 'getSecurity_Firewall_Map_Context_MainService', true],
  2065. ], [
  2066. 'security.firewall.map.context.api_private' => '?',
  2067. 'security.firewall.map.context.dev' => '?',
  2068. 'security.firewall.map.context.main' => '?',
  2069. ]);
  2070. }
  2071. /**
  2072. * Gets the private 'Symfony\WebpackEncoreBundle\EventListener\ResetAssetsEventListener' shared service.
  2073. *
  2074. * @return \Symfony\WebpackEncoreBundle\EventListener\ResetAssetsEventListener
  2075. */
  2076. protected function getResetAssetsEventListenerService()
  2077. {
  2078. return $this->privates['Symfony\\WebpackEncoreBundle\\EventListener\\ResetAssetsEventListener'] = new \Symfony\WebpackEncoreBundle\EventListener\ResetAssetsEventListener(($this->privates['webpack_encore.entrypoint_lookup_collection'] ?? $this->getWebpackEncore_EntrypointLookupCollectionService()), [0 => '_default']);
  2079. }
  2080. /**
  2081. * Gets the private 'Whater\Infrastructure\CommonBundle\Monolog\MonologDomainsFilterProcessor' shared service.
  2082. *
  2083. * @return \Whater\Infrastructure\CommonBundle\Monolog\MonologDomainsFilterProcessor
  2084. */
  2085. protected function getMonologDomainsFilterProcessorService()
  2086. {
  2087. return $this->privates['Whater\\Infrastructure\\CommonBundle\\Monolog\\MonologDomainsFilterProcessor'] = new \Whater\Infrastructure\CommonBundle\Monolog\MonologDomainsFilterProcessor(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))));
  2088. }
  2089. /**
  2090. * Gets the private 'annotations.cache_adapter' shared service.
  2091. *
  2092. * @return \Symfony\Component\Cache\Adapter\PhpArrayAdapter
  2093. */
  2094. protected function getAnnotations_CacheAdapterService()
  2095. {
  2096. return \Symfony\Component\Cache\Adapter\PhpArrayAdapter::create(($this->targetDir.''.'/annotations.php'), ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService()));
  2097. }
  2098. /**
  2099. * Gets the private 'annotations.cached_reader' shared service.
  2100. *
  2101. * @return \Doctrine\Common\Annotations\PsrCachedReader
  2102. */
  2103. protected function getAnnotations_CachedReaderService()
  2104. {
  2105. return $this->privates['annotations.cached_reader'] = new \Doctrine\Common\Annotations\PsrCachedReader(($this->privates['annotations.reader'] ?? $this->getAnnotations_ReaderService()), $this->getAnnotations_CacheAdapterService(), true);
  2106. }
  2107. /**
  2108. * Gets the private 'annotations.reader' shared service.
  2109. *
  2110. * @return \Doctrine\Common\Annotations\AnnotationReader
  2111. */
  2112. protected function getAnnotations_ReaderService()
  2113. {
  2114. $this->privates['annotations.reader'] = $instance = new \Doctrine\Common\Annotations\AnnotationReader();
  2115. $a = new \Doctrine\Common\Annotations\AnnotationRegistry();
  2116. $a->registerUniqueLoader('class_exists');
  2117. $instance->addGlobalIgnoredName('required', $a);
  2118. return $instance;
  2119. }
  2120. /**
  2121. * Gets the private 'assets.packages' shared service.
  2122. *
  2123. * @return \Symfony\Component\Asset\Packages
  2124. */
  2125. protected function getAssets_PackagesService()
  2126. {
  2127. return $this->privates['assets.packages'] = new \Symfony\Component\Asset\Packages(new \Symfony\Component\Asset\PathPackage('', new \Symfony\Component\Asset\VersionStrategy\StaticVersionStrategy('v3.2.35', '%s?%s'), new \Symfony\Component\Asset\Context\RequestStackContext(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService())->getBaseUrl(), true)), new RewindableGenerator(function () {
  2128. return new \EmptyIterator();
  2129. }, 0));
  2130. }
  2131. /**
  2132. * Gets the private 'cache.annotations' shared service.
  2133. *
  2134. * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2135. */
  2136. protected function getCache_AnnotationsService()
  2137. {
  2138. return $this->privates['cache.annotations'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('Osau9E1L2W', 0, $this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  2139. }
  2140. /**
  2141. * Gets the private 'cache.doctrine.orm.default.query' shared service.
  2142. *
  2143. * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2144. */
  2145. protected function getCache_Doctrine_Orm_Default_QueryService()
  2146. {
  2147. return $this->privates['cache.doctrine.orm.default.query'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  2148. }
  2149. /**
  2150. * Gets the private 'cache.doctrine.orm.default.result' shared service.
  2151. *
  2152. * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2153. */
  2154. protected function getCache_Doctrine_Orm_Default_ResultService()
  2155. {
  2156. return $this->privates['cache.doctrine.orm.default.result'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  2157. }
  2158. /**
  2159. * Gets the private 'cache.property_info' shared service.
  2160. *
  2161. * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2162. */
  2163. protected function getCache_PropertyInfoService()
  2164. {
  2165. return $this->privates['cache.property_info'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('zUzOhVQtz4', 0, $this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  2166. }
  2167. /**
  2168. * Gets the private 'cache.security_expression_language' shared service.
  2169. *
  2170. * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2171. */
  2172. protected function getCache_SecurityExpressionLanguageService()
  2173. {
  2174. return $this->privates['cache.security_expression_language'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('mNQUKqm3Pi', 0, $this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  2175. }
  2176. /**
  2177. * Gets the private 'cache.serializer' shared service.
  2178. *
  2179. * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2180. */
  2181. protected function getCache_SerializerService()
  2182. {
  2183. return $this->privates['cache.serializer'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('Ftu2FQM2W5', 0, $this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  2184. }
  2185. /**
  2186. * Gets the private 'cache.validator' shared service.
  2187. *
  2188. * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2189. */
  2190. protected function getCache_ValidatorService()
  2191. {
  2192. return $this->privates['cache.validator'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('dUPvXEEE1-', 0, $this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  2193. }
  2194. /**
  2195. * Gets the private 'cache.webpack_encore' shared service.
  2196. *
  2197. * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2198. */
  2199. protected function getCache_WebpackEncoreService()
  2200. {
  2201. return $this->privates['cache.webpack_encore'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('czBGH6lt46', 0, $this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  2202. }
  2203. /**
  2204. * Gets the private 'config_cache_factory' shared service.
  2205. *
  2206. * @return \Symfony\Component\Config\ResourceCheckerConfigCacheFactory
  2207. */
  2208. protected function getConfigCacheFactoryService()
  2209. {
  2210. return $this->privates['config_cache_factory'] = new \Symfony\Component\Config\ResourceCheckerConfigCacheFactory(new RewindableGenerator(function () {
  2211. 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)));
  2212. yield 1 => ($this->privates['config.resource.self_checking_resource_checker'] ?? ($this->privates['config.resource.self_checking_resource_checker'] = new \Symfony\Component\Config\Resource\SelfCheckingResourceChecker()));
  2213. }, 2));
  2214. }
  2215. /**
  2216. * Gets the private 'data_collector.form' shared service.
  2217. *
  2218. * @return \Symfony\Component\Form\Extension\DataCollector\FormDataCollector
  2219. */
  2220. protected function getDataCollector_FormService()
  2221. {
  2222. return $this->privates['data_collector.form'] = new \Symfony\Component\Form\Extension\DataCollector\FormDataCollector(new \Symfony\Component\Form\Extension\DataCollector\FormDataExtractor());
  2223. }
  2224. /**
  2225. * Gets the private 'data_collector.request' shared service.
  2226. *
  2227. * @return \Symfony\Component\HttpKernel\DataCollector\RequestDataCollector
  2228. */
  2229. protected function getDataCollector_RequestService()
  2230. {
  2231. 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())));
  2232. }
  2233. /**
  2234. * Gets the private 'debug.debug_handlers_listener' shared service.
  2235. *
  2236. * @return \Symfony\Component\HttpKernel\EventListener\DebugHandlersListener
  2237. */
  2238. protected function getDebug_DebugHandlersListenerService()
  2239. {
  2240. $a = new \Symfony\Bridge\Monolog\Logger('php');
  2241. $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  2242. $a->pushProcessor(($this->privates['Whater\\Infrastructure\\CommonBundle\\Monolog\\MonologDomainsFilterProcessor'] ?? $this->getMonologDomainsFilterProcessorService()));
  2243. $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  2244. $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  2245. \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  2246. return $this->privates['debug.debug_handlers_listener'] = new \Symfony\Component\HttpKernel\EventListener\DebugHandlersListener(NULL, $a, NULL, -1, true, true, NULL);
  2247. }
  2248. /**
  2249. * Gets the private 'debug.file_link_formatter' shared service.
  2250. *
  2251. * @return \Symfony\Component\HttpKernel\Debug\FileLinkFormatter
  2252. */
  2253. protected function getDebug_FileLinkFormatterService()
  2254. {
  2255. 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 () {
  2256. return ($this->privates['debug.file_link_formatter.url_format'] ?? $this->load('getDebug_FileLinkFormatter_UrlFormatService'));
  2257. });
  2258. }
  2259. /**
  2260. * Gets the private 'debug.log_processor' shared service.
  2261. *
  2262. * @return \Symfony\Bridge\Monolog\Processor\DebugProcessor
  2263. */
  2264. protected function getDebug_LogProcessorService()
  2265. {
  2266. 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())));
  2267. }
  2268. /**
  2269. * Gets the private 'debug.security.access.decision_manager' shared service.
  2270. *
  2271. * @return \Symfony\Component\Security\Core\Authorization\TraceableAccessDecisionManager
  2272. */
  2273. protected function getDebug_Security_Access_DecisionManagerService()
  2274. {
  2275. 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 () {
  2276. yield 0 => ($this->privates['debug.security.voter.security.access.authenticated_voter'] ?? $this->load('getDebug_Security_Voter_Security_Access_AuthenticatedVoterService'));
  2277. yield 1 => ($this->privates['debug.security.voter.security.access.role_hierarchy_voter'] ?? $this->load('getDebug_Security_Voter_Security_Access_RoleHierarchyVoterService'));
  2278. yield 2 => ($this->privates['debug.security.voter.security.access.expression_voter'] ?? $this->load('getDebug_Security_Voter_Security_Access_ExpressionVoterService'));
  2279. }, 3), new \Symfony\Component\Security\Core\Authorization\Strategy\AffirmativeStrategy(false)));
  2280. }
  2281. /**
  2282. * Gets the private 'debug.security.firewall' shared service.
  2283. *
  2284. * @return \Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener
  2285. */
  2286. protected function getDebug_Security_FirewallService()
  2287. {
  2288. $a = ($this->privates['security.firewall.map'] ?? $this->getSecurity_Firewall_MapService());
  2289. if (isset($this->privates['debug.security.firewall'])) {
  2290. return $this->privates['debug.security.firewall'];
  2291. }
  2292. $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  2293. if (isset($this->privates['debug.security.firewall'])) {
  2294. return $this->privates['debug.security.firewall'];
  2295. }
  2296. return $this->privates['debug.security.firewall'] = new \Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener($a, $b, ($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService()));
  2297. }
  2298. /**
  2299. * Gets the private 'doctrine.dbal.default_connection.event_manager' shared service.
  2300. *
  2301. * @return \Symfony\Bridge\Doctrine\ContainerAwareEventManager
  2302. */
  2303. protected function getDoctrine_Dbal_DefaultConnection_EventManagerService()
  2304. {
  2305. return $this->privates['doctrine.dbal.default_connection.event_manager'] = new \Symfony\Bridge\Doctrine\ContainerAwareEventManager(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2306. 'doctrine.orm.default_listeners.attach_entity_listeners' => ['privates', 'doctrine.orm.default_listeners.attach_entity_listeners', 'getDoctrine_Orm_DefaultListeners_AttachEntityListenersService', true],
  2307. 'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber' => ['privates', 'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber', 'getDoctrine_Orm_Listeners_DoctrineDbalCacheAdapterSchemaSubscriberService', true],
  2308. 'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber' => ['privates', 'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber', 'getDoctrine_Orm_Listeners_DoctrineTokenProviderSchemaSubscriberService', true],
  2309. 'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber' => ['privates', 'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber', 'getDoctrine_Orm_Listeners_PdoCacheAdapterDoctrineSchemaSubscriberService', true],
  2310. 'sonata.doctrine.mapper' => ['privates', 'sonata.doctrine.mapper', 'getSonata_Doctrine_MapperService', true],
  2311. 'sonata.media.doctrine.event_subscriber' => ['privates', 'sonata.media.doctrine.event_subscriber', 'getSonata_Media_Doctrine_EventSubscriberService', true],
  2312. 'stof_doctrine_extensions.listener.sluggable' => ['privates', 'stof_doctrine_extensions.listener.sluggable', 'getStofDoctrineExtensions_Listener_SluggableService', true],
  2313. 'tactician_domain_events.doctrine.event_collector' => ['privates', 'tactician_domain_events.doctrine.event_collector', 'getTacticianDomainEvents_Doctrine_EventCollectorService', true],
  2314. 'vich_uploader.listener.clean.analytical_media' => ['privates', 'vich_uploader.listener.clean.analytical_media', 'getVichUploader_Listener_Clean_AnalyticalMediaService', true],
  2315. 'vich_uploader.listener.clean.distribution_network_valoration_image' => ['privates', 'vich_uploader.listener.clean.distribution_network_valoration_image', 'getVichUploader_Listener_Clean_DistributionNetworkValorationImageService', true],
  2316. 'vich_uploader.listener.clean.product_image' => ['privates', 'vich_uploader.listener.clean.product_image', 'getVichUploader_Listener_Clean_ProductImageService', true],
  2317. 'vich_uploader.listener.clean.whater_point_image' => ['privates', 'vich_uploader.listener.clean.whater_point_image', 'getVichUploader_Listener_Clean_WhaterPointImageService', true],
  2318. 'vich_uploader.listener.clean.whater_valoration_image' => ['privates', 'vich_uploader.listener.clean.whater_valoration_image', 'getVichUploader_Listener_Clean_WhaterValorationImageService', true],
  2319. 'vich_uploader.listener.remove.analytical_media' => ['privates', 'vich_uploader.listener.remove.analytical_media', 'getVichUploader_Listener_Remove_AnalyticalMediaService', true],
  2320. 'vich_uploader.listener.remove.distribution_network_valoration_image' => ['privates', 'vich_uploader.listener.remove.distribution_network_valoration_image', 'getVichUploader_Listener_Remove_DistributionNetworkValorationImageService', true],
  2321. 'vich_uploader.listener.remove.product_image' => ['privates', 'vich_uploader.listener.remove.product_image', 'getVichUploader_Listener_Remove_ProductImageService', true],
  2322. 'vich_uploader.listener.remove.whater_point_image' => ['privates', 'vich_uploader.listener.remove.whater_point_image', 'getVichUploader_Listener_Remove_WhaterPointImageService', true],
  2323. 'vich_uploader.listener.remove.whater_valoration_image' => ['privates', 'vich_uploader.listener.remove.whater_valoration_image', 'getVichUploader_Listener_Remove_WhaterValorationImageService', true],
  2324. 'vich_uploader.listener.upload.analytical_media' => ['privates', 'vich_uploader.listener.upload.analytical_media', 'getVichUploader_Listener_Upload_AnalyticalMediaService', true],
  2325. 'vich_uploader.listener.upload.distribution_network_valoration_image' => ['privates', 'vich_uploader.listener.upload.distribution_network_valoration_image', 'getVichUploader_Listener_Upload_DistributionNetworkValorationImageService', true],
  2326. 'vich_uploader.listener.upload.product_image' => ['privates', 'vich_uploader.listener.upload.product_image', 'getVichUploader_Listener_Upload_ProductImageService', true],
  2327. 'vich_uploader.listener.upload.whater_point_image' => ['privates', 'vich_uploader.listener.upload.whater_point_image', 'getVichUploader_Listener_Upload_WhaterPointImageService', true],
  2328. 'vich_uploader.listener.upload.whater_valoration_image' => ['privates', 'vich_uploader.listener.upload.whater_valoration_image', 'getVichUploader_Listener_Upload_WhaterValorationImageService', true],
  2329. ], [
  2330. 'doctrine.orm.default_listeners.attach_entity_listeners' => '?',
  2331. 'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber' => '?',
  2332. 'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber' => '?',
  2333. 'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber' => '?',
  2334. 'sonata.doctrine.mapper' => '?',
  2335. 'sonata.media.doctrine.event_subscriber' => '?',
  2336. 'stof_doctrine_extensions.listener.sluggable' => '?',
  2337. 'tactician_domain_events.doctrine.event_collector' => '?',
  2338. 'vich_uploader.listener.clean.analytical_media' => '?',
  2339. 'vich_uploader.listener.clean.distribution_network_valoration_image' => '?',
  2340. 'vich_uploader.listener.clean.product_image' => '?',
  2341. 'vich_uploader.listener.clean.whater_point_image' => '?',
  2342. 'vich_uploader.listener.clean.whater_valoration_image' => '?',
  2343. 'vich_uploader.listener.remove.analytical_media' => '?',
  2344. 'vich_uploader.listener.remove.distribution_network_valoration_image' => '?',
  2345. 'vich_uploader.listener.remove.product_image' => '?',
  2346. 'vich_uploader.listener.remove.whater_point_image' => '?',
  2347. 'vich_uploader.listener.remove.whater_valoration_image' => '?',
  2348. 'vich_uploader.listener.upload.analytical_media' => '?',
  2349. 'vich_uploader.listener.upload.distribution_network_valoration_image' => '?',
  2350. 'vich_uploader.listener.upload.product_image' => '?',
  2351. 'vich_uploader.listener.upload.whater_point_image' => '?',
  2352. 'vich_uploader.listener.upload.whater_valoration_image' => '?',
  2353. ]), [0 => 'vich_uploader.listener.clean.whater_point_image', 1 => 'vich_uploader.listener.clean.analytical_media', 2 => 'vich_uploader.listener.clean.product_image', 3 => 'vich_uploader.listener.clean.whater_valoration_image', 4 => 'vich_uploader.listener.clean.distribution_network_valoration_image', 5 => [0 => [0 => 'loadClassMetadata'], 1 => 'sonata.doctrine.mapper'], 6 => 'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber', 7 => 'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber', 8 => 'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber', 9 => 'tactician_domain_events.doctrine.event_collector', 10 => 'vich_uploader.listener.remove.whater_point_image', 11 => 'vich_uploader.listener.upload.whater_point_image', 12 => 'vich_uploader.listener.remove.analytical_media', 13 => 'vich_uploader.listener.upload.analytical_media', 14 => 'vich_uploader.listener.remove.product_image', 15 => 'vich_uploader.listener.upload.product_image', 16 => 'vich_uploader.listener.remove.whater_valoration_image', 17 => 'vich_uploader.listener.upload.whater_valoration_image', 18 => 'vich_uploader.listener.remove.distribution_network_valoration_image', 19 => 'vich_uploader.listener.upload.distribution_network_valoration_image', 20 => 'sonata.media.doctrine.event_subscriber', 21 => [0 => [0 => 'loadClassMetadata'], 1 => 'doctrine.orm.default_listeners.attach_entity_listeners'], 22 => [0 => [0 => 'prePersist'], 1 => 'stof_doctrine_extensions.listener.sluggable'], 23 => [0 => [0 => 'onFlush'], 1 => 'stof_doctrine_extensions.listener.sluggable'], 24 => [0 => [0 => 'loadClassMetadata'], 1 => 'stof_doctrine_extensions.listener.sluggable']]);
  2354. }
  2355. /**
  2356. * Gets the private 'eight_points_guzzle.data_collector' shared service.
  2357. *
  2358. * @return \EightPoints\Bundle\GuzzleBundle\DataCollector\HttpDataCollector
  2359. */
  2360. protected function getEightPointsGuzzle_DataCollectorService()
  2361. {
  2362. return $this->privates['eight_points_guzzle.data_collector'] = new \EightPoints\Bundle\GuzzleBundle\DataCollector\HttpDataCollector([0 => ($this->privates['eight_points_guzzle.tnn_logger'] ?? ($this->privates['eight_points_guzzle.tnn_logger'] = new \EightPoints\Bundle\GuzzleBundle\Log\Logger(3)))], 1.0);
  2363. }
  2364. /**
  2365. * Gets the private 'exception_listener' shared service.
  2366. *
  2367. * @return \Symfony\Component\HttpKernel\EventListener\ErrorListener
  2368. */
  2369. protected function getExceptionListenerService()
  2370. {
  2371. return $this->privates['exception_listener'] = new \Symfony\Component\HttpKernel\EventListener\ErrorListener('error_controller', ($this->privates['monolog.logger.request'] ?? $this->getMonolog_Logger_RequestService()), true, []);
  2372. }
  2373. /**
  2374. * Gets the private 'fos_rest.format_listener' shared service.
  2375. *
  2376. * @return \FOS\RestBundle\EventListener\FormatListener
  2377. */
  2378. protected function getFosRest_FormatListenerService()
  2379. {
  2380. $a = new \FOS\RestBundle\Negotiation\FormatNegotiator(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  2381. $a->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/_profiler|_wdt/', NULL, NULL, NULL, []), ['methods' => NULL, 'priorities' => [0 => 'html', 1 => 'json'], 'fallback_format' => 'html', 'attributes' => [], 'prefer_extension' => '2.0']);
  2382. $a->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/web-api/', NULL, NULL, NULL, []), ['priorities' => [0 => 'json'], 'fallback_format' => 'json', 'prefer_extension' => false, 'methods' => NULL, 'attributes' => [], 'stop' => false]);
  2383. $a->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/rest/', NULL, NULL, NULL, []), ['priorities' => [0 => 'json'], 'fallback_format' => 'json', 'prefer_extension' => false, 'methods' => NULL, 'attributes' => [], 'stop' => false]);
  2384. $a->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/', NULL, NULL, NULL, []), ['priorities' => [0 => 'html', 1 => 'json', 2 => 'xml', 3 => 'css'], 'fallback_format' => 'html', 'prefer_extension' => false, 'methods' => NULL, 'attributes' => [], 'stop' => false]);
  2385. return $this->privates['fos_rest.format_listener'] = new \FOS\RestBundle\EventListener\FormatListener($a);
  2386. }
  2387. /**
  2388. * Gets the private 'fos_rest.mime_type_listener' shared service.
  2389. *
  2390. * @return \FOS\RestBundle\EventListener\MimeTypeListener
  2391. */
  2392. protected function getFosRest_MimeTypeListenerService()
  2393. {
  2394. return $this->privates['fos_rest.mime_type_listener'] = new \FOS\RestBundle\EventListener\MimeTypeListener(['json' => [0 => 'application/json', 1 => 'application/x-json', 2 => 'application/json;version=2.0']]);
  2395. }
  2396. /**
  2397. * Gets the private 'fos_rest.param_fetcher_listener' shared service.
  2398. *
  2399. * @return \FOS\RestBundle\EventListener\ParamFetcherListener
  2400. */
  2401. protected function getFosRest_ParamFetcherListenerService()
  2402. {
  2403. $a = ($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService());
  2404. if (isset($this->privates['fos_rest.param_fetcher_listener'])) {
  2405. return $this->privates['fos_rest.param_fetcher_listener'];
  2406. }
  2407. return $this->privates['fos_rest.param_fetcher_listener'] = new \FOS\RestBundle\EventListener\ParamFetcherListener(new \FOS\RestBundle\Request\ParamFetcher($this, new \FOS\RestBundle\Request\ParamReader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService())), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), $a), true);
  2408. }
  2409. /**
  2410. * Gets the private 'fos_rest.serializer.jms_handler_registry.inner' shared service.
  2411. *
  2412. * @return \JMS\Serializer\Handler\LazyHandlerRegistry
  2413. */
  2414. protected function getFosRest_Serializer_JmsHandlerRegistry_InnerService()
  2415. {
  2416. return $this->privates['fos_rest.serializer.jms_handler_registry.inner'] = new \JMS\Serializer\Handler\LazyHandlerRegistry(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2417. 'jms_serializer.array_collection_handler' => ['privates', 'jms_serializer.array_collection_handler', 'getJmsSerializer_ArrayCollectionHandlerService', true],
  2418. 'jms_serializer.constraint_violation_handler' => ['privates', 'jms_serializer.constraint_violation_handler', 'getJmsSerializer_ConstraintViolationHandlerService', true],
  2419. 'jms_serializer.datetime_handler' => ['privates', 'jms_serializer.datetime_handler', 'getJmsSerializer_DatetimeHandlerService', true],
  2420. 'jms_serializer.iterator_handler' => ['privates', 'jms_serializer.iterator_handler', 'getJmsSerializer_IteratorHandlerService', true],
  2421. 'fos_rest.serializer.form_error_handler' => ['privates', 'fos_rest.serializer.form_error_handler', 'getFosRest_Serializer_FormErrorHandlerService', true],
  2422. ], [
  2423. 'jms_serializer.array_collection_handler' => '?',
  2424. 'jms_serializer.constraint_violation_handler' => '?',
  2425. 'jms_serializer.datetime_handler' => '?',
  2426. 'jms_serializer.iterator_handler' => '?',
  2427. 'fos_rest.serializer.form_error_handler' => '?',
  2428. ]), [1 => ['ArrayCollection' => ['json' => [0 => 'jms_serializer.array_collection_handler', 1 => 'serializeCollection'], 'xml' => [0 => 'jms_serializer.array_collection_handler', 1 => 'serializeCollection']], 'Doctrine\\Common\\Collections\\ArrayCollection' => ['json' => [0 => 'jms_serializer.array_collection_handler', 1 => 'serializeCollection'], 'xml' => [0 => 'jms_serializer.array_collection_handler', 1 => 'serializeCollection']], 'Doctrine\\ORM\\PersistentCollection' => ['json' => [0 => 'jms_serializer.array_collection_handler', 1 => 'serializeCollection'], 'xml' => [0 => 'jms_serializer.array_collection_handler', 1 => 'serializeCollection']], 'Doctrine\\ODM\\MongoDB\\PersistentCollection' => ['json' => [0 => 'jms_serializer.array_collection_handler', 1 => 'serializeCollection'], 'xml' => [0 => 'jms_serializer.array_collection_handler', 1 => 'serializeCollection']], 'Doctrine\\ODM\\PHPCR\\PersistentCollection' => ['json' => [0 => 'jms_serializer.array_collection_handler', 1 => 'serializeCollection'], 'xml' => [0 => 'jms_serializer.array_collection_handler', 1 => 'serializeCollection']], 'Symfony\\Component\\Validator\\ConstraintViolationList' => ['xml' => [0 => 'jms_serializer.constraint_violation_handler', 1 => 'serializeListToxml'], 'json' => [0 => 'jms_serializer.constraint_violation_handler', 1 => 'serializeListTojson']], 'Symfony\\Component\\Validator\\ConstraintViolation' => ['xml' => [0 => 'jms_serializer.constraint_violation_handler', 1 => 'serializeViolationToxml'], 'json' => [0 => 'jms_serializer.constraint_violation_handler', 1 => 'serializeViolationTojson']], 'DateTime' => ['json' => [0 => 'jms_serializer.datetime_handler', 1 => 'serializeDateTime'], 'xml' => [0 => 'jms_serializer.datetime_handler', 1 => 'serializeDateTime']], 'DateTimeImmutable' => ['json' => [0 => 'jms_serializer.datetime_handler', 1 => 'serializeDateTimeImmutable'], 'xml' => [0 => 'jms_serializer.datetime_handler', 1 => 'serializeDateTimeImmutable']], 'DateInterval' => ['json' => [0 => 'jms_serializer.datetime_handler', 1 => 'serializeDateInterval'], 'xml' => [0 => 'jms_serializer.datetime_handler', 1 => 'serializeDateInterval']], 'DateTimeInterface' => ['json' => [0 => 'jms_serializer.datetime_handler', 1 => 'serializeDateTimeInterface'], 'xml' => [0 => 'jms_serializer.datetime_handler', 1 => 'serializeDateTimeInterface']], 'Iterator' => ['json' => [0 => 'jms_serializer.iterator_handler', 1 => 'serializeIterable'], 'xml' => [0 => 'jms_serializer.iterator_handler', 1 => 'serializeIterable']], 'ArrayIterator' => ['json' => [0 => 'jms_serializer.iterator_handler', 1 => 'serializeIterable'], 'xml' => [0 => 'jms_serializer.iterator_handler', 1 => 'serializeIterable']], 'Generator' => ['json' => [0 => 'jms_serializer.iterator_handler', 1 => 'serializeIterable'], 'xml' => [0 => 'jms_serializer.iterator_handler', 1 => 'serializeIterable']], 'Symfony\\Component\\Form\\Form' => ['xml' => [0 => 'fos_rest.serializer.form_error_handler', 1 => 'serializeFormToxml'], 'json' => [0 => 'fos_rest.serializer.form_error_handler', 1 => 'serializeFormTojson']], 'Symfony\\Component\\Form\\FormInterface' => ['xml' => [0 => 'fos_rest.serializer.form_error_handler', 1 => 'serializeFormToXml'], 'json' => [0 => 'fos_rest.serializer.form_error_handler', 1 => 'serializeFormToJson']], 'Symfony\\Component\\Form\\FormError' => ['xml' => [0 => 'fos_rest.serializer.form_error_handler', 1 => 'serializeFormErrorToxml'], 'json' => [0 => 'fos_rest.serializer.form_error_handler', 1 => 'serializeFormErrorTojson']]], 2 => ['ArrayCollection' => ['json' => [0 => 'jms_serializer.array_collection_handler', 1 => 'deserializeCollection'], 'xml' => [0 => 'jms_serializer.array_collection_handler', 1 => 'deserializeCollection']], 'Doctrine\\Common\\Collections\\ArrayCollection' => ['json' => [0 => 'jms_serializer.array_collection_handler', 1 => 'deserializeCollection'], 'xml' => [0 => 'jms_serializer.array_collection_handler', 1 => 'deserializeCollection']], 'Doctrine\\ORM\\PersistentCollection' => ['json' => [0 => 'jms_serializer.array_collection_handler', 1 => 'deserializeCollection'], 'xml' => [0 => 'jms_serializer.array_collection_handler', 1 => 'deserializeCollection']], 'Doctrine\\ODM\\MongoDB\\PersistentCollection' => ['json' => [0 => 'jms_serializer.array_collection_handler', 1 => 'deserializeCollection'], 'xml' => [0 => 'jms_serializer.array_collection_handler', 1 => 'deserializeCollection']], 'Doctrine\\ODM\\PHPCR\\PersistentCollection' => ['json' => [0 => 'jms_serializer.array_collection_handler', 1 => 'deserializeCollection'], 'xml' => [0 => 'jms_serializer.array_collection_handler', 1 => 'deserializeCollection']], 'DateTime' => ['json' => [0 => 'jms_serializer.datetime_handler', 1 => 'deserializeDateTimeFromjson'], 'xml' => [0 => 'jms_serializer.datetime_handler', 1 => 'deserializeDateTimeFromxml']], 'DateTimeImmutable' => ['json' => [0 => 'jms_serializer.datetime_handler', 1 => 'deserializeDateTimeImmutableFromjson'], 'xml' => [0 => 'jms_serializer.datetime_handler', 1 => 'deserializeDateTimeImmutableFromxml']], 'DateInterval' => ['json' => [0 => 'jms_serializer.datetime_handler', 1 => 'deserializeDateIntervalFromjson'], 'xml' => [0 => 'jms_serializer.datetime_handler', 1 => 'deserializeDateIntervalFromxml']], 'DateTimeInterface' => ['json' => [0 => 'jms_serializer.datetime_handler', 1 => 'deserializeDateTimeFromJson'], 'xml' => [0 => 'jms_serializer.datetime_handler', 1 => 'deserializeDateTimeFromXml']], 'Iterator' => ['json' => [0 => 'jms_serializer.iterator_handler', 1 => 'deserializeIterator'], 'xml' => [0 => 'jms_serializer.iterator_handler', 1 => 'deserializeIterator']], 'ArrayIterator' => ['json' => [0 => 'jms_serializer.iterator_handler', 1 => 'deserializeIterator'], 'xml' => [0 => 'jms_serializer.iterator_handler', 1 => 'deserializeIterator']], 'Generator' => ['json' => [0 => 'jms_serializer.iterator_handler', 1 => 'deserializeGenerator'], 'xml' => [0 => 'jms_serializer.iterator_handler', 1 => 'deserializeGenerator']]]]);
  2429. }
  2430. /**
  2431. * Gets the private 'fos_rest.versioning.exclusion_listener' shared service.
  2432. *
  2433. * @return \FOS\RestBundle\EventListener\VersionExclusionListener
  2434. */
  2435. protected function getFosRest_Versioning_ExclusionListenerService()
  2436. {
  2437. $a = ($this->services['fos_rest.view_handler'] ?? $this->getFosRest_ViewHandlerService());
  2438. if (isset($this->privates['fos_rest.versioning.exclusion_listener'])) {
  2439. return $this->privates['fos_rest.versioning.exclusion_listener'];
  2440. }
  2441. return $this->privates['fos_rest.versioning.exclusion_listener'] = new \FOS\RestBundle\EventListener\VersionExclusionListener($a);
  2442. }
  2443. /**
  2444. * Gets the private 'fos_rest.versioning.listener' shared service.
  2445. *
  2446. * @return \FOS\RestBundle\EventListener\VersionListener
  2447. */
  2448. protected function getFosRest_Versioning_ListenerService()
  2449. {
  2450. $a = new \FOS\RestBundle\Version\ChainVersionResolver([]);
  2451. $a->addResolver(new \FOS\RestBundle\Version\Resolver\QueryParameterVersionResolver('version'));
  2452. $a->addResolver(new \FOS\RestBundle\Version\Resolver\HeaderVersionResolver('X-Accept-Version'));
  2453. $a->addResolver(new \FOS\RestBundle\Version\Resolver\MediaTypeVersionResolver('/(v|version)=(?P<version>[0-9\\.]+)/'));
  2454. return $this->privates['fos_rest.versioning.listener'] = new \FOS\RestBundle\EventListener\VersionListener($a, NULL);
  2455. }
  2456. /**
  2457. * Gets the private 'fragment.listener' shared service.
  2458. *
  2459. * @return \Symfony\Component\HttpKernel\EventListener\FragmentListener
  2460. */
  2461. protected function getFragment_ListenerService()
  2462. {
  2463. return $this->privates['fragment.listener'] = new \Symfony\Component\HttpKernel\EventListener\FragmentListener(($this->privates['uri_signer'] ?? ($this->privates['uri_signer'] = new \Symfony\Component\HttpKernel\UriSigner('5dbaa28b5f345e406ae51f6188fd6f09b2082f00'))), '/_fragment');
  2464. }
  2465. /**
  2466. * Gets the private 'framework_extra_bundle.argument_name_convertor' shared service.
  2467. *
  2468. * @return \Sensio\Bundle\FrameworkExtraBundle\Request\ArgumentNameConverter
  2469. */
  2470. protected function getFrameworkExtraBundle_ArgumentNameConvertorService()
  2471. {
  2472. 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())));
  2473. }
  2474. /**
  2475. * Gets the private 'framework_extra_bundle.event.is_granted' shared service.
  2476. *
  2477. * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\IsGrantedListener
  2478. */
  2479. protected function getFrameworkExtraBundle_Event_IsGrantedService()
  2480. {
  2481. $a = ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService());
  2482. if (isset($this->privates['framework_extra_bundle.event.is_granted'])) {
  2483. return $this->privates['framework_extra_bundle.event.is_granted'];
  2484. }
  2485. 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);
  2486. }
  2487. /**
  2488. * Gets the private 'hateoas.configuration.metadata_factory' shared service.
  2489. *
  2490. * @return \Metadata\MetadataFactory
  2491. */
  2492. protected function getHateoas_Configuration_MetadataFactoryService()
  2493. {
  2494. $this->privates['hateoas.configuration.metadata_factory'] = $instance = new \Metadata\MetadataFactory(new \Metadata\Driver\LazyLoadingDriver($this, 'hateoas.configuration.metadata_driver'), 'Metadata\\ClassHierarchyMetadata', true);
  2495. $instance->setCache(new \Metadata\Cache\FileCache(($this->targetDir.''.'/hateoas')));
  2496. return $instance;
  2497. }
  2498. /**
  2499. * Gets the private 'hateoas.link_factory' shared service.
  2500. *
  2501. * @return \Hateoas\Factory\LinkFactory
  2502. */
  2503. protected function getHateoas_LinkFactoryService()
  2504. {
  2505. return $this->privates['hateoas.link_factory'] = new \Hateoas\Factory\LinkFactory(($this->services['hateoas.generator.registry'] ?? $this->getHateoas_Generator_RegistryService()), ($this->privates['jms_serializer.expression_evaluator'] ?? $this->getJmsSerializer_ExpressionEvaluatorService()));
  2506. }
  2507. /**
  2508. * Gets the private 'jms_serializer.expression_evaluator' shared service.
  2509. *
  2510. * @return \JMS\Serializer\Expression\ExpressionEvaluator
  2511. */
  2512. protected function getJmsSerializer_ExpressionEvaluatorService()
  2513. {
  2514. $a = new \Symfony\Component\ExpressionLanguage\ExpressionLanguage();
  2515. $a->registerProvider(new \JMS\SerializerBundle\ExpressionLanguage\BasicSerializerFunctionsProvider());
  2516. $a->registerProvider(new \Bazinga\Bundle\HateoasBundle\Expression\LinkExpressionFunction());
  2517. return $this->privates['jms_serializer.expression_evaluator'] = new \JMS\Serializer\Expression\ExpressionEvaluator($a, ['container' => $this]);
  2518. }
  2519. /**
  2520. * Gets the private 'jms_serializer.metadata_factory' shared service.
  2521. *
  2522. * @return \Metadata\MetadataFactory
  2523. */
  2524. protected function getJmsSerializer_MetadataFactoryService()
  2525. {
  2526. $this->privates['jms_serializer.metadata_factory'] = $instance = new \Metadata\MetadataFactory(new \Metadata\Driver\LazyLoadingDriver(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2527. 'metadata_driver' => ['services', 'jms_serializer.metadata_driver', 'getJmsSerializer_MetadataDriverService', true],
  2528. ], [
  2529. 'metadata_driver' => '?',
  2530. ]), 'metadata_driver'), 'Metadata\\ClassHierarchyMetadata', true);
  2531. $instance->setCache(($this->privates['jms_serializer.metadata.cache.file_cache'] ?? ($this->privates['jms_serializer.metadata.cache.file_cache'] = new \Metadata\Cache\FileCache(($this->targetDir.''.'/jms_serializer')))));
  2532. $instance->setIncludeInterfaces(false);
  2533. return $instance;
  2534. }
  2535. /**
  2536. * Gets the private 'liip_imagine.filter.configuration' shared service.
  2537. *
  2538. * @return \Liip\ImagineBundle\Imagine\Filter\FilterConfiguration
  2539. */
  2540. protected function getLiipImagine_Filter_ConfigurationService()
  2541. {
  2542. return $this->privates['liip_imagine.filter.configuration'] = new \Liip\ImagineBundle\Imagine\Filter\FilterConfiguration($this->parameters['liip_imagine.filter_sets']);
  2543. }
  2544. /**
  2545. * Gets the private 'locale_aware_listener' shared service.
  2546. *
  2547. * @return \Symfony\Component\HttpKernel\EventListener\LocaleAwareListener
  2548. */
  2549. protected function getLocaleAwareListenerService()
  2550. {
  2551. return $this->privates['locale_aware_listener'] = new \Symfony\Component\HttpKernel\EventListener\LocaleAwareListener(new RewindableGenerator(function () {
  2552. yield 0 => ($this->privates['slugger'] ?? ($this->privates['slugger'] = new \Symfony\Component\String\Slugger\AsciiSlugger('es')));
  2553. yield 1 => ($this->privates['translator.default'] ?? $this->getTranslator_DefaultService());
  2554. }, 2), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  2555. }
  2556. /**
  2557. * Gets the private 'locale_listener' shared service.
  2558. *
  2559. * @return \Symfony\Component\HttpKernel\EventListener\LocaleListener
  2560. */
  2561. protected function getLocaleListenerService()
  2562. {
  2563. return $this->privates['locale_listener'] = new \Symfony\Component\HttpKernel\EventListener\LocaleListener(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), 'es', ($this->services['router'] ?? $this->getRouterService()), false, []);
  2564. }
  2565. /**
  2566. * Gets the private 'monolog.handler.console' shared service.
  2567. *
  2568. * @return \Symfony\Bridge\Monolog\Handler\ConsoleHandler
  2569. */
  2570. protected function getMonolog_Handler_ConsoleService()
  2571. {
  2572. return $this->privates['monolog.handler.console'] = new \Symfony\Bridge\Monolog\Handler\ConsoleHandler(NULL, true, [], []);
  2573. }
  2574. /**
  2575. * Gets the private 'monolog.handler.main' shared service.
  2576. *
  2577. * @return \Monolog\Handler\RotatingFileHandler
  2578. */
  2579. protected function getMonolog_Handler_MainService()
  2580. {
  2581. $this->privates['monolog.handler.main'] = $instance = new \Monolog\Handler\RotatingFileHandler((\dirname(__DIR__, 3).'/log/dev.log'), 5, 'debug', true, NULL, false);
  2582. $instance->pushProcessor(($this->privates['monolog.processor.psr_log_message'] ?? ($this->privates['monolog.processor.psr_log_message'] = new \Monolog\Processor\PsrLogMessageProcessor())));
  2583. $instance->setFilenameFormat('{filename}-{date}', 'Y-m-d');
  2584. return $instance;
  2585. }
  2586. /**
  2587. * Gets the private 'monolog.logger.cache' shared service.
  2588. *
  2589. * @return \Symfony\Bridge\Monolog\Logger
  2590. */
  2591. protected function getMonolog_Logger_CacheService()
  2592. {
  2593. $this->privates['monolog.logger.cache'] = $instance = new \Symfony\Bridge\Monolog\Logger('cache');
  2594. $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  2595. $instance->pushProcessor(($this->privates['Whater\\Infrastructure\\CommonBundle\\Monolog\\MonologDomainsFilterProcessor'] ?? $this->getMonologDomainsFilterProcessorService()));
  2596. $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  2597. $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  2598. \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  2599. return $instance;
  2600. }
  2601. /**
  2602. * Gets the private 'monolog.logger.request' shared service.
  2603. *
  2604. * @return \Symfony\Bridge\Monolog\Logger
  2605. */
  2606. protected function getMonolog_Logger_RequestService()
  2607. {
  2608. $this->privates['monolog.logger.request'] = $instance = new \Symfony\Bridge\Monolog\Logger('request');
  2609. $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  2610. $instance->pushProcessor(($this->privates['Whater\\Infrastructure\\CommonBundle\\Monolog\\MonologDomainsFilterProcessor'] ?? $this->getMonologDomainsFilterProcessorService()));
  2611. $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  2612. $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  2613. \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  2614. return $instance;
  2615. }
  2616. /**
  2617. * Gets the private 'nelmio_cors.cors_listener' shared service.
  2618. *
  2619. * @return \Nelmio\CorsBundle\EventListener\CorsListener
  2620. */
  2621. protected function getNelmioCors_CorsListenerService()
  2622. {
  2623. 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'])]));
  2624. }
  2625. /**
  2626. * Gets the private 'nelmio_security.csp_listener' shared service.
  2627. *
  2628. * @return \Nelmio\SecurityBundle\EventListener\ContentSecurityPolicyListener
  2629. */
  2630. protected function getNelmioSecurity_CspListenerService()
  2631. {
  2632. $a = new \Nelmio\SecurityBundle\ContentSecurityPolicy\PolicyManager();
  2633. return $this->privates['nelmio_security.csp_listener'] = new \Nelmio\SecurityBundle\EventListener\ContentSecurityPolicyListener(\Nelmio\SecurityBundle\ContentSecurityPolicy\DirectiveSet::fromConfig($a, ['enabled' => true, 'hosts' => [], 'content_types' => [], 'report_endpoint' => ['log_channel' => NULL, 'log_formatter' => 'nelmio_security.csp_report.log_formatter', 'log_level' => 'notice', 'filters' => ['domains' => true, 'schemes' => true, 'browser_bugs' => true, 'injected_scripts' => true], 'dismiss' => []], 'compat_headers' => true, 'report_logger_service' => 'logger', 'hash' => ['algorithm' => 'sha256']], 'report'), \Nelmio\SecurityBundle\ContentSecurityPolicy\DirectiveSet::fromConfig($a, ['enabled' => true, 'hosts' => [], 'content_types' => [], 'report_endpoint' => ['log_channel' => NULL, 'log_formatter' => 'nelmio_security.csp_report.log_formatter', 'log_level' => 'notice', 'filters' => ['domains' => true, 'schemes' => true, 'browser_bugs' => true, 'injected_scripts' => true], 'dismiss' => []], 'compat_headers' => true, 'report_logger_service' => 'logger', 'hash' => ['algorithm' => 'sha256']], 'enforce'), new \Nelmio\SecurityBundle\ContentSecurityPolicy\NonceGenerator(16), ($this->privates['nelmio_security.sha_computer'] ?? ($this->privates['nelmio_security.sha_computer'] = new \Nelmio\SecurityBundle\ContentSecurityPolicy\ShaComputer('sha256'))), true, [], []);
  2634. }
  2635. /**
  2636. * Gets the private 'parameter_bag' shared service.
  2637. *
  2638. * @return \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag
  2639. */
  2640. protected function getParameterBagService()
  2641. {
  2642. return $this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this);
  2643. }
  2644. /**
  2645. * Gets the private 'profiler_listener' shared service.
  2646. *
  2647. * @return \Symfony\Component\HttpKernel\EventListener\ProfilerListener
  2648. */
  2649. protected function getProfilerListenerService()
  2650. {
  2651. $a = ($this->services['.container.private.profiler'] ?? $this->get_Container_Private_ProfilerService());
  2652. if (isset($this->privates['profiler_listener'])) {
  2653. return $this->privates['profiler_listener'];
  2654. }
  2655. 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);
  2656. }
  2657. /**
  2658. * Gets the private 'property_accessor' shared service.
  2659. *
  2660. * @return \Symfony\Component\PropertyAccess\PropertyAccessor
  2661. */
  2662. protected function getPropertyAccessorService()
  2663. {
  2664. $a = ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  2665. return $this->privates['property_accessor'] = new \Symfony\Component\PropertyAccess\PropertyAccessor(3, 2, new \Symfony\Component\Cache\Adapter\ArrayAdapter(0, false), $a, $a);
  2666. }
  2667. /**
  2668. * Gets the private 'property_info' shared service.
  2669. *
  2670. * @return \Symfony\Component\PropertyInfo\PropertyInfoExtractor
  2671. */
  2672. protected function getPropertyInfoService()
  2673. {
  2674. return $this->privates['property_info'] = new \Symfony\Component\PropertyInfo\PropertyInfoExtractor(new RewindableGenerator(function () {
  2675. yield 0 => ($this->privates['property_info.serializer_extractor'] ?? $this->load('getPropertyInfo_SerializerExtractorService'));
  2676. yield 1 => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  2677. yield 2 => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->load('getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService'));
  2678. }, 3), new RewindableGenerator(function () {
  2679. yield 0 => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->load('getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService'));
  2680. yield 1 => ($this->privates['property_info.phpstan_extractor'] ?? ($this->privates['property_info.phpstan_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\PhpStanExtractor()));
  2681. yield 2 => ($this->privates['property_info.php_doc_extractor'] ?? ($this->privates['property_info.php_doc_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\PhpDocExtractor()));
  2682. yield 3 => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  2683. }, 4), new RewindableGenerator(function () {
  2684. yield 0 => ($this->privates['property_info.php_doc_extractor'] ?? ($this->privates['property_info.php_doc_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\PhpDocExtractor()));
  2685. }, 1), new RewindableGenerator(function () {
  2686. yield 0 => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->load('getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService'));
  2687. yield 1 => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  2688. }, 2), new RewindableGenerator(function () {
  2689. yield 0 => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  2690. }, 1));
  2691. }
  2692. /**
  2693. * Gets the private 'router.expression_language_provider' shared service.
  2694. *
  2695. * @return \Symfony\Component\Routing\Matcher\ExpressionLanguageProvider
  2696. */
  2697. protected function getRouter_ExpressionLanguageProviderService()
  2698. {
  2699. return $this->privates['router.expression_language_provider'] = new \Symfony\Component\Routing\Matcher\ExpressionLanguageProvider(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2700. 'env' => ['privates', 'container.getenv', 'getContainer_GetenvService', true],
  2701. ], [
  2702. 'env' => 'Closure',
  2703. ]));
  2704. }
  2705. /**
  2706. * Gets the private 'router.request_context' shared service.
  2707. *
  2708. * @return \Symfony\Component\Routing\RequestContext
  2709. */
  2710. protected function getRouter_RequestContextService()
  2711. {
  2712. $this->privates['router.request_context'] = $instance = \Symfony\Component\Routing\RequestContext::fromUri('', 'whater-dev.uegmobile.com', 'https', 443, 443);
  2713. $instance->setParameter('_functions', ($this->privates['router.expression_language_provider'] ?? $this->getRouter_ExpressionLanguageProviderService()));
  2714. return $instance;
  2715. }
  2716. /**
  2717. * Gets the private 'router_listener' shared service.
  2718. *
  2719. * @return \Symfony\Component\HttpKernel\EventListener\RouterListener
  2720. */
  2721. protected function getRouterListenerService()
  2722. {
  2723. return $this->privates['router_listener'] = new \Symfony\Component\HttpKernel\EventListener\RouterListener(($this->services['router'] ?? $this->getRouterService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService()), ($this->privates['monolog.logger.request'] ?? $this->getMonolog_Logger_RequestService()), \dirname(__DIR__, 4), true);
  2724. }
  2725. /**
  2726. * Gets the private 'security.firewall.map' shared service.
  2727. *
  2728. * @return \Symfony\Bundle\SecurityBundle\Security\FirewallMap
  2729. */
  2730. protected function getSecurity_Firewall_MapService()
  2731. {
  2732. $a = ($this->privates['.service_locator.B_7ykwg'] ?? $this->get_ServiceLocator_B7ykwgService());
  2733. if (isset($this->privates['security.firewall.map'])) {
  2734. return $this->privates['security.firewall.map'];
  2735. }
  2736. return $this->privates['security.firewall.map'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallMap($a, new RewindableGenerator(function () {
  2737. 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)/')));
  2738. yield 'security.firewall.map.context.api_private' => ($this->privates['.security.request_matcher.e.k.11k'] ?? ($this->privates['.security.request_matcher.e.k.11k'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/rest/private')));
  2739. yield 'security.firewall.map.context.main' => ($this->privates['.security.request_matcher.OKzIMc6'] ?? ($this->privates['.security.request_matcher.OKzIMc6'] = new \Symfony\Component\HttpFoundation\RequestMatcher('.*')));
  2740. }, 3));
  2741. }
  2742. /**
  2743. * Gets the private 'security.logout_url_generator' shared service.
  2744. *
  2745. * @return \Symfony\Component\Security\Http\Logout\LogoutUrlGenerator
  2746. */
  2747. protected function getSecurity_LogoutUrlGeneratorService()
  2748. {
  2749. $this->privates['security.logout_url_generator'] = $instance = new \Symfony\Component\Security\Http\Logout\LogoutUrlGenerator(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->services['router'] ?? $this->getRouterService()), ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()));
  2750. $instance->registerListener('main', 'web_logout', 'logout', '_csrf_token', NULL, NULL);
  2751. return $instance;
  2752. }
  2753. /**
  2754. * Gets the private 'security.role_hierarchy' shared service.
  2755. *
  2756. * @return \Symfony\Component\Security\Core\Role\RoleHierarchy
  2757. */
  2758. protected function getSecurity_RoleHierarchyService()
  2759. {
  2760. return $this->privates['security.role_hierarchy'] = new \Symfony\Component\Security\Core\Role\RoleHierarchy($this->parameters['security.role_hierarchy.roles']);
  2761. }
  2762. /**
  2763. * Gets the private 'sensio_framework_extra.controller.listener' shared service.
  2764. *
  2765. * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener
  2766. */
  2767. protected function getSensioFrameworkExtra_Controller_ListenerService()
  2768. {
  2769. return $this->privates['sensio_framework_extra.controller.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  2770. }
  2771. /**
  2772. * Gets the private 'sensio_framework_extra.converter.listener' shared service.
  2773. *
  2774. * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener
  2775. */
  2776. protected function getSensioFrameworkExtra_Converter_ListenerService()
  2777. {
  2778. $a = new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\ParamConverterManager();
  2779. $a->add(new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\DoctrineParamConverter(($this->services['doctrine'] ?? $this->getDoctrineService()), new \Symfony\Component\ExpressionLanguage\ExpressionLanguage()), 0, 'doctrine.orm');
  2780. $a->add(new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\DateTimeParamConverter(), 0, 'datetime');
  2781. return $this->privates['sensio_framework_extra.converter.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener($a, true);
  2782. }
  2783. /**
  2784. * Gets the private 'sensio_framework_extra.security.listener' shared service.
  2785. *
  2786. * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\SecurityListener
  2787. */
  2788. protected function getSensioFrameworkExtra_Security_ListenerService()
  2789. {
  2790. $a = ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService());
  2791. if (isset($this->privates['sensio_framework_extra.security.listener'])) {
  2792. return $this->privates['sensio_framework_extra.security.listener'];
  2793. }
  2794. return $this->privates['sensio_framework_extra.security.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\SecurityListener(($this->privates['framework_extra_bundle.argument_name_convertor'] ?? $this->getFrameworkExtraBundle_ArgumentNameConvertorService()), new \Sensio\Bundle\FrameworkExtraBundle\Security\ExpressionLanguage(), ($this->privates['security.authentication.trust_resolver'] ?? ($this->privates['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver())), ($this->privates['security.role_hierarchy'] ?? $this->getSecurity_RoleHierarchyService()), ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), $a, ($this->services['whater.logger'] ?? $this->getWhater_LoggerService()));
  2795. }
  2796. /**
  2797. * Gets the private 'sensio_framework_extra.view.listener' shared service.
  2798. *
  2799. * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\TemplateListener
  2800. */
  2801. protected function getSensioFrameworkExtra_View_ListenerService()
  2802. {
  2803. $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))));
  2804. $instance->setContainer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2805. 'twig' => ['services', '.container.private.twig', 'get_Container_Private_TwigService', false],
  2806. ], [
  2807. 'twig' => '?',
  2808. ]))->withContext('sensio_framework_extra.view.listener', $this));
  2809. return $instance;
  2810. }
  2811. /**
  2812. * Gets the private 'session_listener' shared service.
  2813. *
  2814. * @return \Symfony\Component\HttpKernel\EventListener\SessionListener
  2815. */
  2816. protected function getSessionListenerService()
  2817. {
  2818. return $this->privates['session_listener'] = new \Symfony\Component\HttpKernel\EventListener\SessionListener(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2819. 'initialized_session' => ['services', '.container.private.session', NULL, true],
  2820. 'logger' => ['services', 'whater.logger', 'getWhater_LoggerService', false],
  2821. 'request_stack' => ['services', 'request_stack', 'getRequestStackService', false],
  2822. 'session' => ['services', '.container.private.session', 'get_Container_Private_SessionService', true],
  2823. 'session_collector' => ['privates', 'data_collector.request.session_collector', 'getDataCollector_Request_SessionCollectorService', true],
  2824. 'session_factory' => ['privates', 'session.factory', 'getSession_FactoryService', true],
  2825. ], [
  2826. 'initialized_session' => '?',
  2827. 'logger' => '?',
  2828. 'request_stack' => '?',
  2829. 'session' => '?',
  2830. 'session_collector' => '?',
  2831. 'session_factory' => '?',
  2832. ]), true, $this->parameters['session.storage.options']);
  2833. }
  2834. /**
  2835. * Gets the private 'shivas_versioning.manager' shared service.
  2836. *
  2837. * @return \Shivas\VersioningBundle\Service\VersionManager
  2838. */
  2839. protected function getShivasVersioning_ManagerService()
  2840. {
  2841. $this->privates['shivas_versioning.manager'] = $instance = new \Shivas\VersioningBundle\Service\VersionManager(($this->services['shivas_versioning.cache.version'] ?? $this->getShivasVersioning_Cache_VersionService()), new \Shivas\VersioningBundle\Writer\VersionWriter(\dirname(__DIR__, 4)), new \Shivas\VersioningBundle\Formatter\GitDescribeFormatter());
  2842. $instance->addProvider(new \Shivas\VersioningBundle\Provider\VersionProvider(\dirname(__DIR__, 4)), 'version', 100);
  2843. $instance->addProvider(new \Shivas\VersioningBundle\Provider\GitRepositoryProvider(\dirname(__DIR__, 4)), 'git', -25);
  2844. $instance->addProvider(new \Shivas\VersioningBundle\Provider\RevisionProvider(\dirname(__DIR__, 4)), 'revision', -50);
  2845. $instance->addProvider(new \Shivas\VersioningBundle\Provider\InitialVersionProvider(), 'init', -75);
  2846. return $instance;
  2847. }
  2848. /**
  2849. * Gets the private 'snc_redis.logger' shared service.
  2850. *
  2851. * @return \Snc\RedisBundle\Logger\RedisLogger
  2852. */
  2853. protected function getSncRedis_LoggerService()
  2854. {
  2855. $a = new \Symfony\Bridge\Monolog\Logger('snc_redis');
  2856. $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  2857. $a->pushProcessor(($this->privates['Whater\\Infrastructure\\CommonBundle\\Monolog\\MonologDomainsFilterProcessor'] ?? $this->getMonologDomainsFilterProcessorService()));
  2858. $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  2859. $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  2860. \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  2861. return $this->privates['snc_redis.logger'] = new \Snc\RedisBundle\Logger\RedisLogger($a);
  2862. }
  2863. /**
  2864. * Gets the private 'sonata.media.filesystem.local' shared service.
  2865. *
  2866. * @return \Gaufrette\Filesystem
  2867. */
  2868. protected function getSonata_Media_Filesystem_LocalService()
  2869. {
  2870. return $this->privates['sonata.media.filesystem.local'] = new \Gaufrette\Filesystem(($this->privates['sonata.media.adapter.filesystem.local'] ?? ($this->privates['sonata.media.adapter.filesystem.local'] = new \Sonata\MediaBundle\Filesystem\Local((\dirname(__DIR__, 4).'/web/uploads/media'), true))));
  2871. }
  2872. /**
  2873. * Gets the private 'sonata.media.metadata.proxy' shared service.
  2874. *
  2875. * @return \Sonata\MediaBundle\Metadata\ProxyMetadataBuilder
  2876. */
  2877. protected function getSonata_Media_Metadata_ProxyService()
  2878. {
  2879. $a = ($this->services['sonata.media.pool'] ?? $this->getSonata_Media_PoolService());
  2880. if (isset($this->privates['sonata.media.metadata.proxy'])) {
  2881. return $this->privates['sonata.media.metadata.proxy'];
  2882. }
  2883. return $this->privates['sonata.media.metadata.proxy'] = new \Sonata\MediaBundle\Metadata\ProxyMetadataBuilder($a, new \Sonata\MediaBundle\Metadata\NoopMetadataBuilder(), new \Sonata\MediaBundle\Metadata\AmazonMetadataBuilder([]));
  2884. }
  2885. /**
  2886. * Gets the private 'sonata.media.provider.image' shared service.
  2887. *
  2888. * @return \Sonata\MediaBundle\Provider\ImageProvider
  2889. */
  2890. protected function getSonata_Media_Provider_ImageService()
  2891. {
  2892. $a = ($this->privates['sonata.media.thumbnail.format'] ?? $this->getSonata_Media_Thumbnail_FormatService());
  2893. if (isset($this->privates['sonata.media.provider.image'])) {
  2894. return $this->privates['sonata.media.provider.image'];
  2895. }
  2896. $b = ($this->privates['sonata.media.metadata.proxy'] ?? $this->getSonata_Media_Metadata_ProxyService());
  2897. if (isset($this->privates['sonata.media.provider.image'])) {
  2898. return $this->privates['sonata.media.provider.image'];
  2899. }
  2900. $this->privates['sonata.media.provider.image'] = $instance = new \Sonata\MediaBundle\Provider\ImageProvider('sonata.media.provider.image', ($this->privates['sonata.media.filesystem.local'] ?? $this->getSonata_Media_Filesystem_LocalService()), ($this->privates['sonata.media.cdn.server'] ?? ($this->privates['sonata.media.cdn.server'] = new \Sonata\MediaBundle\CDN\Server('/uploads/media'))), ($this->privates['whater.media.generator.date'] ?? ($this->privates['whater.media.generator.date'] = new \Whater\Infrastructure\MediaBundle\Generator\DateGenerator())), $a, [0 => 'jpg', 1 => 'png', 2 => 'jpeg'], [0 => 'image/pjpeg', 1 => 'image/jpeg', 2 => 'image/png', 3 => 'image/x-png'], ($this->privates['sonata.media.adapter.image.gd'] ?? ($this->privates['sonata.media.adapter.image.gd'] = new \Imagine\Gd\Imagine())), $b);
  2901. $instance->setTemplates(['helper_thumbnail' => '@SonataMedia/Provider/thumbnail.html.twig', 'helper_view' => '@SonataMedia/Provider/view_image.html.twig']);
  2902. $instance->addFormat('default_small', ['width' => 100, 'quality' => 70, 'height' => NULL, 'format' => 'jpg', 'constraint' => true, 'resizer' => NULL, 'resizer_options' => []]);
  2903. $instance->addFormat('default_big', ['width' => 500, 'quality' => 70, 'height' => NULL, 'format' => 'jpg', 'constraint' => true, 'resizer' => NULL, 'resizer_options' => []]);
  2904. $instance->setResizer(($this->privates['sonata.media.resizer.simple'] ?? $this->getSonata_Media_Resizer_SimpleService()));
  2905. $instance->addFormat('admin', $this->parameters['sonata.media.admin_format']);
  2906. return $instance;
  2907. }
  2908. /**
  2909. * Gets the private 'sonata.media.resizer.simple' shared service.
  2910. *
  2911. * @return \Sonata\MediaBundle\Resizer\SimpleResizer
  2912. */
  2913. protected function getSonata_Media_Resizer_SimpleService()
  2914. {
  2915. $a = ($this->privates['sonata.media.metadata.proxy'] ?? $this->getSonata_Media_Metadata_ProxyService());
  2916. if (isset($this->privates['sonata.media.resizer.simple'])) {
  2917. return $this->privates['sonata.media.resizer.simple'];
  2918. }
  2919. return $this->privates['sonata.media.resizer.simple'] = new \Sonata\MediaBundle\Resizer\SimpleResizer(($this->privates['sonata.media.adapter.image.gd'] ?? ($this->privates['sonata.media.adapter.image.gd'] = new \Imagine\Gd\Imagine())), 1, $a);
  2920. }
  2921. /**
  2922. * Gets the private 'sonata.media.thumbnail.format' shared service.
  2923. *
  2924. * @return \Sonata\MediaBundle\Thumbnail\FormatThumbnail
  2925. */
  2926. protected function getSonata_Media_Thumbnail_FormatService()
  2927. {
  2928. $this->privates['sonata.media.thumbnail.format'] = $instance = new \Sonata\MediaBundle\Thumbnail\FormatThumbnail('jpg');
  2929. $a = ($this->privates['sonata.media.adapter.image.gd'] ?? ($this->privates['sonata.media.adapter.image.gd'] = new \Imagine\Gd\Imagine()));
  2930. $b = ($this->privates['sonata.media.metadata.proxy'] ?? $this->getSonata_Media_Metadata_ProxyService());
  2931. $instance->addResizer('sonata.media.resizer.crop', new \Sonata\MediaBundle\Resizer\CropResizer($a, $b));
  2932. $instance->addResizer('sonata.media.resizer.simple', ($this->privates['sonata.media.resizer.simple'] ?? $this->getSonata_Media_Resizer_SimpleService()));
  2933. $instance->addResizer('sonata.media.resizer.square', new \Sonata\MediaBundle\Resizer\SquareResizer($a, 1, $b));
  2934. return $instance;
  2935. }
  2936. /**
  2937. * Gets the private 'translator.default' shared service.
  2938. *
  2939. * @return \Symfony\Bundle\FrameworkBundle\Translation\Translator
  2940. */
  2941. protected function getTranslator_DefaultService()
  2942. {
  2943. $this->privates['translator.default'] = $instance = new \Symfony\Bundle\FrameworkBundle\Translation\Translator(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2944. 'translation.loader.csv' => ['privates', 'translation.loader.csv', 'getTranslation_Loader_CsvService', true],
  2945. 'translation.loader.dat' => ['privates', 'translation.loader.dat', 'getTranslation_Loader_DatService', true],
  2946. 'translation.loader.ini' => ['privates', 'translation.loader.ini', 'getTranslation_Loader_IniService', true],
  2947. 'translation.loader.json' => ['privates', 'translation.loader.json', 'getTranslation_Loader_JsonService', true],
  2948. 'translation.loader.mo' => ['privates', 'translation.loader.mo', 'getTranslation_Loader_MoService', true],
  2949. 'translation.loader.php' => ['privates', 'translation.loader.php', 'getTranslation_Loader_PhpService', true],
  2950. 'translation.loader.po' => ['privates', 'translation.loader.po', 'getTranslation_Loader_PoService', true],
  2951. 'translation.loader.qt' => ['privates', 'translation.loader.qt', 'getTranslation_Loader_QtService', true],
  2952. 'translation.loader.res' => ['privates', 'translation.loader.res', 'getTranslation_Loader_ResService', true],
  2953. 'translation.loader.xliff' => ['privates', 'translation.loader.xliff', 'getTranslation_Loader_XliffService', true],
  2954. 'translation.loader.yml' => ['privates', 'translation.loader.yml', 'getTranslation_Loader_YmlService', true],
  2955. ], [
  2956. 'translation.loader.csv' => '?',
  2957. 'translation.loader.dat' => '?',
  2958. 'translation.loader.ini' => '?',
  2959. 'translation.loader.json' => '?',
  2960. 'translation.loader.mo' => '?',
  2961. 'translation.loader.php' => '?',
  2962. 'translation.loader.po' => '?',
  2963. 'translation.loader.qt' => '?',
  2964. 'translation.loader.res' => '?',
  2965. 'translation.loader.xliff' => '?',
  2966. 'translation.loader.yml' => '?',
  2967. ]), new \Symfony\Component\Translation\Formatter\MessageFormatter(new \Symfony\Component\Translation\IdentityTranslator()), 'es', ['translation.loader.php' => [0 => 'php'], 'translation.loader.yml' => [0 => 'yaml', 1 => 'yml'], 'translation.loader.xliff' => [0 => 'xlf', 1 => 'xliff'], 'translation.loader.po' => [0 => 'po'], 'translation.loader.mo' => [0 => 'mo'], 'translation.loader.qt' => [0 => 'ts'], 'translation.loader.csv' => [0 => 'csv'], 'translation.loader.res' => [0 => 'res'], 'translation.loader.dat' => [0 => 'dat'], 'translation.loader.ini' => [0 => 'ini'], 'translation.loader.json' => [0 => 'json']], ['cache_dir' => ($this->targetDir.''.'/translations'), 'debug' => true, 'resource_files' => ['af' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.af.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.af.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.af.xlf')], 'ar' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.ar.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.ar.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.ar.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-time-bundle/src/Resources/translations/time.ar.xliff'), 4 => (\dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/translations/messages.ar.yaml')], 'az' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.az.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.az.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.az.xlf')], 'be' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.be.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.be.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.be.xlf')], 'bg' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.bg.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.bg.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.bg.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-time-bundle/src/Resources/translations/time.bg.xliff'), 4 => (\dirname(__DIR__, 4).'/vendor/excelwebzone/recaptcha-bundle/src/Resources/translations/validators.bg.xlf'), 5 => (\dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/translations/messages.bg.yaml'), 6 => (\dirname(__DIR__, 4).'/vendor/sonata-project/media-bundle/src/Resources/translations/SonataMediaBundle.bg.xliff')], 'bs' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.bs.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.bs.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.bs.xlf')], 'ca' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.ca.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.ca.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.ca.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-time-bundle/src/Resources/translations/time.ca.xliff'), 4 => (\dirname(__DIR__, 4).'/vendor/excelwebzone/recaptcha-bundle/src/Resources/translations/validators.ca.xlf'), 5 => (\dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/translations/messages.ca.yaml'), 6 => (\dirname(__DIR__, 4).'/vendor/sonata-project/media-bundle/src/Resources/translations/SonataMediaBundle.ca.xliff')], 'cs' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.cs.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.cs.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.cs.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-time-bundle/src/Resources/translations/time.cs.xliff'), 4 => (\dirname(__DIR__, 4).'/vendor/excelwebzone/recaptcha-bundle/src/Resources/translations/validators.cs.xlf'), 5 => (\dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/translations/messages.cs.yaml'), 6 => (\dirname(__DIR__, 4).'/vendor/sonata-project/media-bundle/src/Resources/translations/SonataMediaBundle.cs.xliff')], 'cy' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.cy.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.cy.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.cy.xlf')], 'da' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.da.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.da.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.da.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-time-bundle/src/Resources/translations/time.da.xliff')], 'de' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.de.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.de.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.de.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-time-bundle/src/Resources/translations/time.de.xliff'), 4 => (\dirname(__DIR__, 4).'/vendor/excelwebzone/recaptcha-bundle/src/Resources/translations/validators.de.xlf'), 5 => (\dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/translations/messages.de.yaml'), 6 => (\dirname(__DIR__, 4).'/vendor/sonata-project/media-bundle/src/Resources/translations/SonataMediaBundle.de.xliff')], 'el' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.el.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.el.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.el.xlf')], 'en' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.en.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.en.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.en.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-time-bundle/src/Resources/translations/time.en.xliff'), 4 => (\dirname(__DIR__, 4).'/vendor/excelwebzone/recaptcha-bundle/src/Resources/translations/validators.en.xlf'), 5 => (\dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/translations/messages.en.yaml'), 6 => (\dirname(__DIR__, 4).'/vendor/sonata-project/media-bundle/src/Resources/translations/SonataMediaBundle.en.xliff'), 7 => (\dirname(__DIR__, 4).'/src/Infrastructure/CommonBundle/Resources/translations/messages.en.yml')], 'es' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.es.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.es.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.es.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-time-bundle/src/Resources/translations/time.es.xliff'), 4 => (\dirname(__DIR__, 4).'/vendor/excelwebzone/recaptcha-bundle/src/Resources/translations/validators.es.xlf'), 5 => (\dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/translations/messages.es.yaml'), 6 => (\dirname(__DIR__, 4).'/vendor/sonata-project/media-bundle/src/Resources/translations/SonataMediaBundle.es.xliff'), 7 => (\dirname(__DIR__, 4).'/src/UI/WebBundle/Resources/translations/messages.es.yml')], 'et' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.et.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.et.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.et.xlf')], 'eu' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.eu.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.eu.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.eu.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-time-bundle/src/Resources/translations/time.eu.xliff')], 'fa' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.fa.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.fa.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.fa.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/sonata-project/media-bundle/src/Resources/translations/SonataMediaBundle.fa.xliff')], 'fi' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.fi.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.fi.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.fi.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-time-bundle/src/Resources/translations/time.fi.xliff'), 4 => (\dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/translations/messages.fi.yaml'), 5 => (\dirname(__DIR__, 4).'/vendor/sonata-project/media-bundle/src/Resources/translations/SonataMediaBundle.fi.xliff')], 'fr' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.fr.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.fr.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.fr.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-time-bundle/src/Resources/translations/time.fr.xliff'), 4 => (\dirname(__DIR__, 4).'/vendor/excelwebzone/recaptcha-bundle/src/Resources/translations/validators.fr.xlf'), 5 => (\dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/translations/messages.fr.yaml'), 6 => (\dirname(__DIR__, 4).'/vendor/sonata-project/media-bundle/src/Resources/translations/SonataMediaBundle.fr.xliff')], 'gl' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.gl.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.gl.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.gl.xlf')], 'he' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.he.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.he.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.he.xlf')], 'hr' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.hr.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.hr.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.hr.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/excelwebzone/recaptcha-bundle/src/Resources/translations/validators.hr.xlf')], 'hu' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.hu.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.hu.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.hu.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-time-bundle/src/Resources/translations/time.hu.xliff'), 4 => (\dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/translations/messages.hu.yaml'), 5 => (\dirname(__DIR__, 4).'/vendor/sonata-project/media-bundle/src/Resources/translations/SonataMediaBundle.hu.xliff')], 'hy' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.hy.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.hy.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.hy.xlf')], 'id' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.id.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.id.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.id.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-time-bundle/src/Resources/translations/time.id.xliff')], 'it' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.it.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.it.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.it.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-time-bundle/src/Resources/translations/time.it.xliff'), 4 => (\dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/translations/messages.it.yaml'), 5 => (\dirname(__DIR__, 4).'/vendor/sonata-project/media-bundle/src/Resources/translations/SonataMediaBundle.it.xliff')], 'ja' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.ja.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.ja.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.ja.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-time-bundle/src/Resources/translations/time.ja.xliff'), 4 => (\dirname(__DIR__, 4).'/vendor/sonata-project/media-bundle/src/Resources/translations/SonataMediaBundle.ja.xliff')], 'lb' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.lb.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.lb.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.lb.xlf')], 'lt' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.lt.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.lt.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.lt.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-time-bundle/src/Resources/translations/time.lt.xliff'), 4 => (\dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/translations/messages.lt.yaml'), 5 => (\dirname(__DIR__, 4).'/vendor/sonata-project/media-bundle/src/Resources/translations/SonataMediaBundle.lt.xliff')], 'lv' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.lv.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.lv.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.lv.xlf')], 'mk' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.mk.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.mk.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.mk.xlf')], 'mn' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.mn.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.mn.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.mn.xlf')], 'my' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.my.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.my.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.my.xlf')], 'nb' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.nb.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.nb.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.nb.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-time-bundle/src/Resources/translations/time.nb.xliff')], 'nl' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.nl.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.nl.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.nl.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-time-bundle/src/Resources/translations/time.nl.xliff'), 4 => (\dirname(__DIR__, 4).'/vendor/excelwebzone/recaptcha-bundle/src/Resources/translations/validators.nl.xlf'), 5 => (\dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/translations/messages.nl.yaml'), 6 => (\dirname(__DIR__, 4).'/vendor/sonata-project/media-bundle/src/Resources/translations/SonataMediaBundle.nl.xliff')], 'nn' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.nn.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.nn.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.nn.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-time-bundle/src/Resources/translations/time.nn.xliff')], 'no' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.no.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.no.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.no.xlf')], 'pl' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.pl.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.pl.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.pl.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-time-bundle/src/Resources/translations/time.pl.xliff'), 4 => (\dirname(__DIR__, 4).'/vendor/excelwebzone/recaptcha-bundle/src/Resources/translations/validators.pl.xlf'), 5 => (\dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/translations/messages.pl.yaml'), 6 => (\dirname(__DIR__, 4).'/vendor/sonata-project/media-bundle/src/Resources/translations/SonataMediaBundle.pl.xliff')], 'pt' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.pt.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.pt.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.pt.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-time-bundle/src/Resources/translations/time.pt.xliff'), 4 => (\dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/translations/messages.pt.yaml')], 'pt_BR' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.pt_BR.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.pt_BR.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.pt_BR.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-time-bundle/src/Resources/translations/time.pt_BR.xliff'), 4 => (\dirname(__DIR__, 4).'/vendor/sonata-project/media-bundle/src/Resources/translations/SonataMediaBundle.pt_BR.xliff')], 'ro' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.ro.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.ro.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.ro.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-time-bundle/src/Resources/translations/time.ro.xliff'), 4 => (\dirname(__DIR__, 4).'/vendor/excelwebzone/recaptcha-bundle/src/Resources/translations/validators.ro.xlf'), 5 => (\dirname(__DIR__, 4).'/vendor/sonata-project/media-bundle/src/Resources/translations/SonataMediaBundle.ro.xliff')], 'ru' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.ru.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.ru.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.ru.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-time-bundle/src/Resources/translations/time.ru.xliff'), 4 => (\dirname(__DIR__, 4).'/vendor/excelwebzone/recaptcha-bundle/src/Resources/translations/validators.ru.xlf'), 5 => (\dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/translations/messages.ru.yaml'), 6 => (\dirname(__DIR__, 4).'/vendor/sonata-project/media-bundle/src/Resources/translations/SonataMediaBundle.ru.xliff')], 'sk' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.sk.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.sk.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.sk.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-time-bundle/src/Resources/translations/time.sk.xliff'), 4 => (\dirname(__DIR__, 4).'/vendor/excelwebzone/recaptcha-bundle/src/Resources/translations/validators.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/knplabs/knp-time-bundle/src/Resources/translations/time.sl.xliff'), 4 => (\dirname(__DIR__, 4).'/vendor/excelwebzone/recaptcha-bundle/src/Resources/translations/validators.sl.xlf'), 5 => (\dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/translations/messages.sl.yaml'), 6 => (\dirname(__DIR__, 4).'/vendor/sonata-project/media-bundle/src/Resources/translations/SonataMediaBundle.sl.xliff')], 'sq' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.sq.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.sq.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.sq.xlf')], 'sr_Cyrl' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.sr_Cyrl.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.sr_Cyrl.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.sr_Cyrl.xlf')], 'sr_Latn' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.sr_Latn.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.sr_Latn.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.sr_Latn.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/excelwebzone/recaptcha-bundle/src/Resources/translations/validators.sr_Latn.xlf')], 'sv' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.sv.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.sv.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.sv.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-time-bundle/src/Resources/translations/time.sv.xliff')], 'th' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.th.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.th.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.th.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-time-bundle/src/Resources/translations/time.th.xliff')], 'tl' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.tl.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.tl.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.tl.xlf')], 'tr' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.tr.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.tr.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.tr.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-time-bundle/src/Resources/translations/time.tr.xliff'), 4 => (\dirname(__DIR__, 4).'/vendor/excelwebzone/recaptcha-bundle/src/Resources/translations/validators.tr.xlf'), 5 => (\dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/translations/messages.tr.yaml')], 'uk' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.uk.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.uk.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.uk.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-time-bundle/src/Resources/translations/time.uk.xliff'), 4 => (\dirname(__DIR__, 4).'/vendor/excelwebzone/recaptcha-bundle/src/Resources/translations/validators.uk.xlf'), 5 => (\dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/translations/messages.uk.yaml'), 6 => (\dirname(__DIR__, 4).'/vendor/sonata-project/media-bundle/src/Resources/translations/SonataMediaBundle.uk.xliff')], 'ur' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.ur.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.ur.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.ur.xlf')], 'uz' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.uz.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.uz.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.uz.xlf')], 'vi' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.vi.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.vi.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.vi.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-time-bundle/src/Resources/translations/time.vi.xliff')], 'zh_CN' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.zh_CN.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.zh_CN.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.zh_CN.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-time-bundle/src/Resources/translations/time.zh_CN.xliff'), 4 => (\dirname(__DIR__, 4).'/vendor/excelwebzone/recaptcha-bundle/src/Resources/translations/validators.zh_CN.xlf')], 'zh_TW' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.zh_TW.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.zh_TW.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.zh_TW.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-time-bundle/src/Resources/translations/time.zh_TW.xliff')], 'bs_Latn_BA' => [0 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-time-bundle/src/Resources/translations/time.bs_Latn_BA.xliff')], 'eo' => [0 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-time-bundle/src/Resources/translations/time.eo.xliff')], 'hr_HR' => [0 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-time-bundle/src/Resources/translations/time.hr_HR.xliff')], 'ky' => [0 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-time-bundle/src/Resources/translations/time.ky.xliff')], 'pt_PT' => [0 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-time-bundle/src/Resources/translations/time.pt_PT.xliff')], 'sr_Latin' => [0 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-time-bundle/src/Resources/translations/time.sr_Latin.xliff')], 'zh' => [0 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-time-bundle/src/Resources/translations/time.zh.xliff')], 'zh_HK' => [0 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-time-bundle/src/Resources/translations/time.zh_HK.xliff')], 'vn' => [0 => (\dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/translations/messages.vn.yaml')]], 'scanned_directories' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations'), 3 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-time-bundle/src/Resources/translations'), 4 => (\dirname(__DIR__, 4).'/vendor/excelwebzone/recaptcha-bundle/src/Resources/translations'), 5 => (\dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/translations'), 6 => (\dirname(__DIR__, 4).'/vendor/sonata-project/media-bundle/src/Resources/translations'), 7 => (\dirname(__DIR__, 4).'/src/UI/WebBundle/Resources/translations'), 8 => (\dirname(__DIR__, 4).'/src/Infrastructure/CommonBundle/Resources/translations'), 9 => (\dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/translations'), 10 => (\dirname(__DIR__, 4).'/vendor/symfony/twig-bundle/translations'), 11 => (\dirname(__DIR__, 4).'/vendor/symfony/monolog-bundle/translations'), 12 => (\dirname(__DIR__, 4).'/vendor/symfony/security-bundle/translations'), 13 => (\dirname(__DIR__, 4).'/vendor/symfony/web-profiler-bundle/translations'), 14 => (\dirname(__DIR__, 4).'/vendor/symfony/webpack-encore-bundle/src/translations'), 15 => (\dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/translations'), 16 => (\dirname(__DIR__, 4).'/vendor/doctrine/doctrine-migrations-bundle/translations'), 17 => (\dirname(__DIR__, 4).'/vendor/doctrine/doctrine-fixtures-bundle/translations'), 18 => (\dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/src/translations'), 19 => (\dirname(__DIR__, 4).'/vendor/stof/doctrine-extensions-bundle/src/translations'), 20 => (\dirname(__DIR__, 4).'/vendor/jms/serializer-bundle/translations'), 21 => (\dirname(__DIR__, 4).'/vendor/league/tactician-bundle/src/translations'), 22 => (\dirname(__DIR__, 4).'/vendor/bornfreee/tactician-domain-events-bundle/src/translations'), 23 => (\dirname(__DIR__, 4).'/vendor/snc/redis-bundle/src/translations'), 24 => (\dirname(__DIR__, 4).'/vendor/willdurand/hateoas-bundle/translations'), 25 => (\dirname(__DIR__, 4).'/vendor/cocur/slugify/src/Bridge/Symfony/translations'), 26 => (\dirname(__DIR__, 4).'/vendor/shivas/versioning-bundle/src/translations'), 27 => (\dirname(__DIR__, 4).'/vendor/presta/sitemap-bundle/translations'), 28 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-menu-bundle/translations'), 29 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/rest-bundle/translations'), 30 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-snappy-bundle/src/translations'), 31 => (\dirname(__DIR__, 4).'/vendor/lexik/jwt-authentication-bundle/translations'), 32 => (\dirname(__DIR__, 4).'/vendor/gesdinet/jwt-refresh-token-bundle/translations'), 33 => (\dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/translations'), 34 => (\dirname(__DIR__, 4).'/vendor/nelmio/cors-bundle/translations'), 35 => (\dirname(__DIR__, 4).'/vendor/nelmio/security-bundle/translations'), 36 => (\dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/translations'), 37 => (\dirname(__DIR__, 4).'/vendor/gos/pubsub-router-bundle/translations'), 38 => (\dirname(__DIR__, 4).'/vendor/gos/web-socket-bundle/translations'), 39 => (\dirname(__DIR__, 4).'/vendor/sonata-project/doctrine-extensions/src/Bridge/Symfony/translations'), 40 => (\dirname(__DIR__, 4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/translations'), 41 => (\dirname(__DIR__, 4).'/vendor/willdurand/geocoder-bundle/translations'), 42 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/ckeditor-bundle/src/translations'), 43 => (\dirname(__DIR__, 4).'/vendor/kira0269/symfony-log-viewer-bundle/src/translations'), 44 => (\dirname(__DIR__, 4).'/vendor/gpslab/geoip2/src/translations'), 45 => (\dirname(__DIR__, 4).'/vendor/endroid/qr-code-bundle/src/translations'), 46 => (\dirname(__DIR__, 4).'/vendor/eightpoints/guzzle-bundle/src/translations'), 47 => (\dirname(__DIR__, 4).'/vendor/helios-ag/fm-elfinder-bundle/src/translations'), 48 => (\dirname(__DIR__, 4).'/src/UI/RestBundle/translations'), 49 => (\dirname(__DIR__, 4).'/src/UI/ConsoleBundle/translations'), 50 => (\dirname(__DIR__, 4).'/src/Infrastructure/SecurityBundle/translations'), 51 => (\dirname(__DIR__, 4).'/src/Infrastructure/MediaBundle/translations'), 52 => (\dirname(__DIR__, 4).'/src/Infrastructure/BlogBundle/translations'), 53 => (\dirname(__DIR__, 4).'/src/Infrastructure/UserBundle/translations'), 54 => (\dirname(__DIR__, 4).'/src/Infrastructure/ProductBundle/translations'), 55 => (\dirname(__DIR__, 4).'/src/Infrastructure/ZonesBundle/translations'), 56 => (\dirname(__DIR__, 4).'/src/Infrastructure/WhaterBundle/translations'), 57 => (\dirname(__DIR__, 4).'/src/Infrastructure/NotificationBundle/translations'), 58 => (\dirname(__DIR__, 4).'/translations')], 'cache_vary' => ['scanned_directories' => [0 => 'vendor/symfony/validator/Resources/translations', 1 => 'vendor/symfony/form/Resources/translations', 2 => 'vendor/symfony/security-core/Resources/translations', 3 => 'vendor/knplabs/knp-time-bundle/src/Resources/translations', 4 => 'vendor/excelwebzone/recaptcha-bundle/src/Resources/translations', 5 => 'vendor/vich/uploader-bundle/translations', 6 => 'vendor/sonata-project/media-bundle/src/Resources/translations', 7 => 'src/UI/WebBundle/Resources/translations', 8 => 'src/Infrastructure/CommonBundle/Resources/translations', 9 => 'vendor/symfony/framework-bundle/translations', 10 => 'vendor/symfony/twig-bundle/translations', 11 => 'vendor/symfony/monolog-bundle/translations', 12 => 'vendor/symfony/security-bundle/translations', 13 => 'vendor/symfony/web-profiler-bundle/translations', 14 => 'vendor/symfony/webpack-encore-bundle/src/translations', 15 => 'vendor/doctrine/doctrine-bundle/translations', 16 => 'vendor/doctrine/doctrine-migrations-bundle/translations', 17 => 'vendor/doctrine/doctrine-fixtures-bundle/translations', 18 => 'vendor/sensio/framework-extra-bundle/src/translations', 19 => 'vendor/stof/doctrine-extensions-bundle/src/translations', 20 => 'vendor/jms/serializer-bundle/translations', 21 => 'vendor/league/tactician-bundle/src/translations', 22 => 'vendor/bornfreee/tactician-domain-events-bundle/src/translations', 23 => 'vendor/snc/redis-bundle/src/translations', 24 => 'vendor/willdurand/hateoas-bundle/translations', 25 => 'vendor/cocur/slugify/src/Bridge/Symfony/translations', 26 => 'vendor/shivas/versioning-bundle/src/translations', 27 => 'vendor/presta/sitemap-bundle/translations', 28 => 'vendor/knplabs/knp-menu-bundle/translations', 29 => 'vendor/friendsofsymfony/rest-bundle/translations', 30 => 'vendor/knplabs/knp-snappy-bundle/src/translations', 31 => 'vendor/lexik/jwt-authentication-bundle/translations', 32 => 'vendor/gesdinet/jwt-refresh-token-bundle/translations', 33 => 'vendor/nelmio/api-doc-bundle/translations', 34 => 'vendor/nelmio/cors-bundle/translations', 35 => 'vendor/nelmio/security-bundle/translations', 36 => 'vendor/liip/imagine-bundle/translations', 37 => 'vendor/gos/pubsub-router-bundle/translations', 38 => 'vendor/gos/web-socket-bundle/translations', 39 => 'vendor/sonata-project/doctrine-extensions/src/Bridge/Symfony/translations', 40 => 'vendor/sonata-project/doctrine-orm-admin-bundle/src/translations', 41 => 'vendor/willdurand/geocoder-bundle/translations', 42 => 'vendor/friendsofsymfony/ckeditor-bundle/src/translations', 43 => 'vendor/kira0269/symfony-log-viewer-bundle/src/translations', 44 => 'vendor/gpslab/geoip2/src/translations', 45 => 'vendor/endroid/qr-code-bundle/src/translations', 46 => 'vendor/eightpoints/guzzle-bundle/src/translations', 47 => 'vendor/helios-ag/fm-elfinder-bundle/src/translations', 48 => 'src/UI/RestBundle/translations', 49 => 'src/UI/ConsoleBundle/translations', 50 => 'src/Infrastructure/SecurityBundle/translations', 51 => 'src/Infrastructure/MediaBundle/translations', 52 => 'src/Infrastructure/BlogBundle/translations', 53 => 'src/Infrastructure/UserBundle/translations', 54 => 'src/Infrastructure/ProductBundle/translations', 55 => 'src/Infrastructure/ZonesBundle/translations', 56 => 'src/Infrastructure/WhaterBundle/translations', 57 => 'src/Infrastructure/NotificationBundle/translations', 58 => 'translations']]], []);
  2968. $instance->setConfigCacheFactory(($this->privates['config_cache_factory'] ?? $this->getConfigCacheFactoryService()));
  2969. $instance->setFallbackLocales([0 => 'es']);
  2970. return $instance;
  2971. }
  2972. /**
  2973. * Gets the private 'validator.builder' shared service.
  2974. *
  2975. * @return \Symfony\Component\Validator\ValidatorBuilder
  2976. */
  2977. protected function getValidator_BuilderService()
  2978. {
  2979. $this->privates['validator.builder'] = $instance = \Symfony\Component\Validator\Validation::createValidatorBuilder();
  2980. $a = ($this->privates['property_info'] ?? $this->getPropertyInfoService());
  2981. $instance->setConstraintValidatorFactory(new \Symfony\Component\Validator\ContainerConstraintValidatorFactory(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2982. 'Bazinga\\GeocoderBundle\\Validator\\Constraint\\AddressValidator' => ['privates', 'Bazinga\\GeocoderBundle\\Validator\\Constraint\\AddressValidator', 'getAddressValidatorService', true],
  2983. 'EWZ\\Bundle\\RecaptchaBundle\\Validator\\Constraints\\IsTrueValidator' => ['services', 'ewz_recaptcha.validator.true', 'getEwzRecaptcha_Validator_TrueService', true],
  2984. 'EWZ\\Bundle\\RecaptchaBundle\\Validator\\Constraints\\IsTrueValidatorV3' => ['services', 'ewz_recaptcha.validator.v3.true', 'getEwzRecaptcha_Validator_V3_TrueService', true],
  2985. 'Sonata\\MediaBundle\\Validator\\Constraints\\ImageUploadDimensionValidator' => ['privates', 'Sonata\\MediaBundle\\Validator\\Constraints\\ImageUploadDimensionValidator', 'getImageUploadDimensionValidatorService', true],
  2986. 'Sonata\\MediaBundle\\Validator\\FormatValidator' => ['privates', 'sonata.media.validator.format', 'getSonata_Media_Validator_FormatService', true],
  2987. 'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator' => ['privates', 'doctrine.orm.validator.unique', 'getDoctrine_Orm_Validator_UniqueService', true],
  2988. 'Symfony\\Component\\Security\\Core\\Validator\\Constraints\\UserPasswordValidator' => ['privates', 'security.validator.user_password', 'getSecurity_Validator_UserPasswordService', true],
  2989. 'Symfony\\Component\\Validator\\Constraints\\EmailValidator' => ['privates', 'validator.email', 'getValidator_EmailService', true],
  2990. 'Symfony\\Component\\Validator\\Constraints\\ExpressionValidator' => ['privates', 'validator.expression', 'getValidator_ExpressionService', true],
  2991. 'Symfony\\Component\\Validator\\Constraints\\NotCompromisedPasswordValidator' => ['privates', 'validator.not_compromised_password', 'getValidator_NotCompromisedPasswordService', true],
  2992. 'doctrine.orm.validator.unique' => ['privates', 'doctrine.orm.validator.unique', 'getDoctrine_Orm_Validator_UniqueService', true],
  2993. 'ewz_recaptcha.true' => ['services', 'ewz_recaptcha.validator.true', 'getEwzRecaptcha_Validator_TrueService', true],
  2994. 'ewz_recaptcha.v3.true' => ['services', 'ewz_recaptcha.validator.v3.true', 'getEwzRecaptcha_Validator_V3_TrueService', true],
  2995. 'security.validator.user_password' => ['privates', 'security.validator.user_password', 'getSecurity_Validator_UserPasswordService', true],
  2996. 'sonata.media.validator.format' => ['privates', 'sonata.media.validator.format', 'getSonata_Media_Validator_FormatService', true],
  2997. 'validator.expression' => ['privates', 'validator.expression', 'getValidator_ExpressionService', true],
  2998. ], [
  2999. 'Bazinga\\GeocoderBundle\\Validator\\Constraint\\AddressValidator' => '?',
  3000. 'EWZ\\Bundle\\RecaptchaBundle\\Validator\\Constraints\\IsTrueValidator' => '?',
  3001. 'EWZ\\Bundle\\RecaptchaBundle\\Validator\\Constraints\\IsTrueValidatorV3' => '?',
  3002. 'Sonata\\MediaBundle\\Validator\\Constraints\\ImageUploadDimensionValidator' => '?',
  3003. 'Sonata\\MediaBundle\\Validator\\FormatValidator' => '?',
  3004. 'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator' => '?',
  3005. 'Symfony\\Component\\Security\\Core\\Validator\\Constraints\\UserPasswordValidator' => '?',
  3006. 'Symfony\\Component\\Validator\\Constraints\\EmailValidator' => '?',
  3007. 'Symfony\\Component\\Validator\\Constraints\\ExpressionValidator' => '?',
  3008. 'Symfony\\Component\\Validator\\Constraints\\NotCompromisedPasswordValidator' => '?',
  3009. 'doctrine.orm.validator.unique' => '?',
  3010. 'ewz_recaptcha.true' => '?',
  3011. 'ewz_recaptcha.v3.true' => '?',
  3012. 'security.validator.user_password' => '?',
  3013. 'sonata.media.validator.format' => '?',
  3014. 'validator.expression' => '?',
  3015. ])));
  3016. if ($this->has('translator')) {
  3017. $instance->setTranslator(($this->services['translator'] ?? $this->getTranslatorService()));
  3018. }
  3019. $instance->setTranslationDomain('validators');
  3020. $instance->addXmlMappings([0 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/config/validation.xml'), 1 => (\dirname(__DIR__, 4).'/vendor/sonata-project/media-bundle/src/Resources/config/validation.xml')]);
  3021. $instance->enableAnnotationMapping(true);
  3022. $instance->setDoctrineAnnotationReader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  3023. $instance->addMethodMapping('loadValidatorMetadata');
  3024. $instance->addObjectInitializers([0 => new \Symfony\Bridge\Doctrine\Validator\DoctrineInitializer(($this->services['doctrine'] ?? $this->getDoctrineService()))]);
  3025. $instance->addLoader(new \Symfony\Component\Validator\Mapping\Loader\PropertyInfoLoader($a, $a, $a, NULL));
  3026. $instance->addLoader(new \Symfony\Bridge\Doctrine\Validator\DoctrineLoader(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), NULL));
  3027. return $instance;
  3028. }
  3029. /**
  3030. * Gets the private 'vich_uploader.metadata_reader' shared service.
  3031. *
  3032. * @return \Vich\UploaderBundle\Metadata\MetadataReader
  3033. */
  3034. protected function getVichUploader_MetadataReaderService()
  3035. {
  3036. $a = new \Metadata\Driver\FileLocator(['Whater\\Domain\\Media\\Model' => (\dirname(__DIR__, 4).'/src/Infrastructure/MediaBundle/Resources/config/vich_uploader')]);
  3037. $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);
  3038. $b->setCache(new \Metadata\Cache\FileCache(($this->targetDir.''.'/vich_uploader')));
  3039. return $this->privates['vich_uploader.metadata_reader'] = new \Vich\UploaderBundle\Metadata\MetadataReader($b);
  3040. }
  3041. /**
  3042. * Gets the private 'web_profiler.csp.handler' shared service.
  3043. *
  3044. * @return \Symfony\Bundle\WebProfilerBundle\Csp\ContentSecurityPolicyHandler
  3045. */
  3046. protected function getWebProfiler_Csp_HandlerService()
  3047. {
  3048. return $this->privates['web_profiler.csp.handler'] = new \Symfony\Bundle\WebProfilerBundle\Csp\ContentSecurityPolicyHandler(new \Symfony\Bundle\WebProfilerBundle\Csp\NonceGenerator());
  3049. }
  3050. /**
  3051. * Gets the private 'web_profiler.debug_toolbar' shared service.
  3052. *
  3053. * @return \Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener
  3054. */
  3055. protected function getWebProfiler_DebugToolbarService()
  3056. {
  3057. $a = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  3058. if (isset($this->privates['web_profiler.debug_toolbar'])) {
  3059. return $this->privates['web_profiler.debug_toolbar'];
  3060. }
  3061. return $this->privates['web_profiler.debug_toolbar'] = new \Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener($a, false, 2, ($this->services['router'] ?? $this->getRouterService()), '^/((index|app(_[\\w]+)?)\\.php/)?_wdt', ($this->privates['web_profiler.csp.handler'] ?? $this->getWebProfiler_Csp_HandlerService()), NULL);
  3062. }
  3063. /**
  3064. * Gets the private 'webpack_encore.entrypoint_lookup_collection' shared service.
  3065. *
  3066. * @return \Symfony\WebpackEncoreBundle\Asset\EntrypointLookupCollection
  3067. */
  3068. protected function getWebpackEncore_EntrypointLookupCollectionService()
  3069. {
  3070. return $this->privates['webpack_encore.entrypoint_lookup_collection'] = new \Symfony\WebpackEncoreBundle\Asset\EntrypointLookupCollection(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3071. '_default' => ['privates', 'webpack_encore.entrypoint_lookup[_default]', 'getWebpackEncore_EntrypointLookupDefaultService', true],
  3072. ], [
  3073. '_default' => '?',
  3074. ]), '_default');
  3075. }
  3076. /**
  3077. * Gets the public 'cache_clearer' alias.
  3078. *
  3079. * @return object The ".container.private.cache_clearer" service.
  3080. */
  3081. protected function getCacheClearerService()
  3082. {
  3083. trigger_deprecation('symfony/framework-bundle', '5.2', 'Accessing the "cache_clearer" service directly from the container is deprecated, use dependency injection instead.');
  3084. return $this->get('.container.private.cache_clearer');
  3085. }
  3086. /**
  3087. * Gets the public 'filesystem' alias.
  3088. *
  3089. * @return object The ".container.private.filesystem" service.
  3090. */
  3091. protected function getFilesystemService()
  3092. {
  3093. trigger_deprecation('symfony/framework-bundle', '5.2', 'Accessing the "filesystem" service directly from the container is deprecated, use dependency injection instead.');
  3094. return $this->get('.container.private.filesystem');
  3095. }
  3096. /**
  3097. * Gets the public 'serializer' alias.
  3098. *
  3099. * @return object The ".container.private.serializer" service.
  3100. */
  3101. protected function getSerializerService()
  3102. {
  3103. trigger_deprecation('symfony/framework-bundle', '5.2', 'Accessing the "serializer" service directly from the container is deprecated, use dependency injection instead.');
  3104. return $this->get('.container.private.serializer');
  3105. }
  3106. /**
  3107. * Gets the public 'security.csrf.token_manager' alias.
  3108. *
  3109. * @return object The ".container.private.security.csrf.token_manager" service.
  3110. */
  3111. protected function getSecurity_Csrf_TokenManagerService()
  3112. {
  3113. trigger_deprecation('symfony/framework-bundle', '5.2', 'Accessing the "security.csrf.token_manager" service directly from the container is deprecated, use dependency injection instead.');
  3114. return $this->get('.container.private.security.csrf.token_manager');
  3115. }
  3116. /**
  3117. * Gets the public 'form.factory' alias.
  3118. *
  3119. * @return object The ".container.private.form.factory" service.
  3120. */
  3121. protected function getForm_FactoryService()
  3122. {
  3123. trigger_deprecation('symfony/framework-bundle', '5.2', 'Accessing the "form.factory" service directly from the container is deprecated, use dependency injection instead.');
  3124. return $this->get('.container.private.form.factory');
  3125. }
  3126. /**
  3127. * Gets the public 'form.type.file' alias.
  3128. *
  3129. * @return object The ".container.private.form.type.file" service.
  3130. */
  3131. protected function getForm_Type_FileService()
  3132. {
  3133. trigger_deprecation('symfony/framework-bundle', '5.2', 'Accessing the "form.type.file" service directly from the container is deprecated, use dependency injection instead.');
  3134. return $this->get('.container.private.form.type.file');
  3135. }
  3136. /**
  3137. * Gets the public 'profiler' alias.
  3138. *
  3139. * @return object The ".container.private.profiler" service.
  3140. */
  3141. protected function getProfilerService()
  3142. {
  3143. trigger_deprecation('symfony/framework-bundle', '5.4', 'Accessing the "profiler" service directly from the container is deprecated, use dependency injection instead.');
  3144. return $this->get('.container.private.profiler');
  3145. }
  3146. /**
  3147. * Gets the public 'twig' alias.
  3148. *
  3149. * @return object The ".container.private.twig" service.
  3150. */
  3151. protected function getTwigService()
  3152. {
  3153. trigger_deprecation('symfony/twig-bundle', '5.2', 'Accessing the "twig" service directly from the container is deprecated, use dependency injection instead.');
  3154. return $this->get('.container.private.twig');
  3155. }
  3156. /**
  3157. * Gets the public 'security.authorization_checker' alias.
  3158. *
  3159. * @return object The ".container.private.security.authorization_checker" service.
  3160. */
  3161. protected function getSecurity_AuthorizationCheckerService()
  3162. {
  3163. trigger_deprecation('symfony/security-bundle', '5.3', 'Accessing the "security.authorization_checker" service directly from the container is deprecated, use dependency injection instead.');
  3164. return $this->get('.container.private.security.authorization_checker');
  3165. }
  3166. /**
  3167. * Gets the public 'security.token_storage' alias.
  3168. *
  3169. * @return object The ".container.private.security.token_storage" service.
  3170. */
  3171. protected function getSecurity_TokenStorageService()
  3172. {
  3173. trigger_deprecation('symfony/security-bundle', '5.3', 'Accessing the "security.token_storage" service directly from the container is deprecated, use dependency injection instead.');
  3174. return $this->get('.container.private.security.token_storage');
  3175. }
  3176. /**
  3177. * Gets the public 'gos_pubsub_router.router_registry' alias.
  3178. *
  3179. * @return object The ".container.private.gos_pubsub_router.router_registry" service.
  3180. */
  3181. protected function getGosPubsubRouter_RouterRegistryService()
  3182. {
  3183. trigger_deprecation('gos/pubsub-router-bundle', '2.6', 'Accessing the "gos_pubsub_router.router_registry" service directly from the container is deprecated, use dependency injection instead.');
  3184. return $this->get('.container.private.gos_pubsub_router.router_registry');
  3185. }
  3186. /**
  3187. * Gets the public 'gos_web_socket.dispatcher.rpc' alias.
  3188. *
  3189. * @return object The ".container.private.gos_web_socket.dispatcher.rpc" service.
  3190. */
  3191. protected function getGosWebSocket_Dispatcher_RpcService()
  3192. {
  3193. trigger_deprecation('gos/web-socket-bundle', '3.9', 'Accessing the "gos_web_socket.dispatcher.rpc" service directly from the container is deprecated, use dependency injection instead.');
  3194. return $this->get('.container.private.gos_web_socket.dispatcher.rpc');
  3195. }
  3196. /**
  3197. * Gets the public 'gos_web_socket.dispatcher.topic' alias.
  3198. *
  3199. * @return object The ".container.private.gos_web_socket.dispatcher.topic" service.
  3200. */
  3201. protected function getGosWebSocket_Dispatcher_TopicService()
  3202. {
  3203. trigger_deprecation('gos/web-socket-bundle', '3.9', 'Accessing the "gos_web_socket.dispatcher.topic" service directly from the container is deprecated, use dependency injection instead.');
  3204. return $this->get('.container.private.gos_web_socket.dispatcher.topic');
  3205. }
  3206. /**
  3207. * Gets the public 'gos_web_socket.registry.periodic' alias.
  3208. *
  3209. * @return object The ".container.private.gos_web_socket.registry.periodic" service.
  3210. */
  3211. protected function getGosWebSocket_Registry_PeriodicService()
  3212. {
  3213. trigger_deprecation('gos/web-socket-bundle', '3.9', 'Accessing the "gos_web_socket.registry.periodic" service directly from the container is deprecated, use dependency injection instead.');
  3214. return $this->get('.container.private.gos_web_socket.registry.periodic');
  3215. }
  3216. /**
  3217. * Gets the public 'gos_web_socket.registry.origins' alias.
  3218. *
  3219. * @return object The ".container.private.gos_web_socket.registry.origins" service.
  3220. */
  3221. protected function getGosWebSocket_Registry_OriginsService()
  3222. {
  3223. trigger_deprecation('gos/web-socket-bundle', '3.9', 'Accessing the "gos_web_socket.registry.origins" service directly from the container is deprecated, use dependency injection instead.');
  3224. return $this->get('.container.private.gos_web_socket.registry.origins');
  3225. }
  3226. /**
  3227. * Gets the public 'gos_web_socket.registry.rpc' alias.
  3228. *
  3229. * @return object The ".container.private.gos_web_socket.registry.rpc" service.
  3230. */
  3231. protected function getGosWebSocket_Registry_RpcService()
  3232. {
  3233. trigger_deprecation('gos/web-socket-bundle', '3.9', 'Accessing the "gos_web_socket.registry.rpc" service directly from the container is deprecated, use dependency injection instead.');
  3234. return $this->get('.container.private.gos_web_socket.registry.rpc');
  3235. }
  3236. /**
  3237. * Gets the public 'gos_web_socket.registry.server' alias.
  3238. *
  3239. * @return object The ".container.private.gos_web_socket.registry.server" service.
  3240. */
  3241. protected function getGosWebSocket_Registry_ServerService()
  3242. {
  3243. trigger_deprecation('gos/web-socket-bundle', '3.9', 'Accessing the "gos_web_socket.registry.server" service directly from the container is deprecated, use dependency injection instead.');
  3244. return $this->get('.container.private.gos_web_socket.registry.server');
  3245. }
  3246. /**
  3247. * Gets the public 'gos_web_socket.registry.topic' alias.
  3248. *
  3249. * @return object The ".container.private.gos_web_socket.registry.topic" service.
  3250. */
  3251. protected function getGosWebSocket_Registry_TopicService()
  3252. {
  3253. trigger_deprecation('gos/web-socket-bundle', '3.9', 'Accessing the "gos_web_socket.registry.topic" service directly from the container is deprecated, use dependency injection instead.');
  3254. return $this->get('.container.private.gos_web_socket.registry.topic');
  3255. }
  3256. /**
  3257. * Gets the public 'gos_web_socket.server.launcher' alias.
  3258. *
  3259. * @return object The ".container.private.gos_web_socket.server.launcher" service.
  3260. */
  3261. protected function getGosWebSocket_Server_LauncherService()
  3262. {
  3263. trigger_deprecation('gos/web-socket-bundle', '3.9', 'Accessing the "gos_web_socket.server.launcher" service directly from the container is deprecated, use dependency injection instead.');
  3264. return $this->get('.container.private.gos_web_socket.server.launcher');
  3265. }
  3266. /**
  3267. * Gets the public 'gos_web_socket.server.event_loop' alias.
  3268. *
  3269. * @return object The ".container.private.gos_web_socket.server.event_loop" service.
  3270. */
  3271. protected function getGosWebSocket_Server_EventLoopService()
  3272. {
  3273. trigger_deprecation('gos/web-socket-bundle', '3.9', 'Accessing the "gos_web_socket.server.event_loop" service directly from the container is deprecated, use dependency injection instead.');
  3274. return $this->get('.container.private.gos_web_socket.server.event_loop');
  3275. }
  3276. /**
  3277. * Gets the public 'gos_web_socket.topic.periodic_timer' alias.
  3278. *
  3279. * @return object The ".container.private.gos_web_socket.topic.periodic_timer" service.
  3280. */
  3281. protected function getGosWebSocket_Topic_PeriodicTimerService()
  3282. {
  3283. trigger_deprecation('gos/web-socket-bundle', '3.9', 'Accessing the "gos_web_socket.topic.periodic_timer" service directly from the container is deprecated, use dependency injection instead.');
  3284. return $this->get('.container.private.gos_web_socket.topic.periodic_timer');
  3285. }
  3286. /**
  3287. * Gets the public 'gos_web_socket.wamp.topic_manager' alias.
  3288. *
  3289. * @return object The ".container.private.gos_web_socket.wamp.topic_manager" service.
  3290. */
  3291. protected function getGosWebSocket_Wamp_TopicManagerService()
  3292. {
  3293. trigger_deprecation('gos/web-socket-bundle', '3.9', 'Accessing the "gos_web_socket.wamp.topic_manager" service directly from the container is deprecated, use dependency injection instead.');
  3294. return $this->get('.container.private.gos_web_socket.wamp.topic_manager');
  3295. }
  3296. /**
  3297. * Gets the public 'security.password_encoder' alias.
  3298. *
  3299. * @return object The ".container.private.security.password_encoder" service.
  3300. */
  3301. protected function getSecurity_PasswordEncoderService()
  3302. {
  3303. trigger_deprecation('symfony/security-bundle', '5.3', 'Accessing the "security.password_encoder" service directly from the container is deprecated, use dependency injection instead.');
  3304. return $this->get('.container.private.security.password_encoder');
  3305. }
  3306. /**
  3307. * Gets the public 'session' alias.
  3308. *
  3309. * @return object The ".container.private.session" service.
  3310. */
  3311. protected function getSessionService()
  3312. {
  3313. trigger_deprecation('symfony/framework-bundle', '5.3', 'Accessing the "session" service directly from the container is deprecated, use dependency injection instead.');
  3314. return $this->get('.container.private.session');
  3315. }
  3316. /**
  3317. * Gets the public 'validator' alias.
  3318. *
  3319. * @return object The ".container.private.validator" service.
  3320. */
  3321. protected function getValidatorService()
  3322. {
  3323. trigger_deprecation('symfony/framework-bundle', '5.2', 'Accessing the "validator" service directly from the container is deprecated, use dependency injection instead.');
  3324. return $this->get('.container.private.validator');
  3325. }
  3326. /**
  3327. * @return array|bool|float|int|string|\UnitEnum|null
  3328. */
  3329. public function getParameter(string $name)
  3330. {
  3331. if (isset($this->buildParameters[$name])) {
  3332. return $this->buildParameters[$name];
  3333. }
  3334. if (!(isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || \array_key_exists($name, $this->parameters))) {
  3335. throw new InvalidArgumentException(sprintf('The parameter "%s" must be defined.', $name));
  3336. }
  3337. if (isset($this->loadedDynamicParameters[$name])) {
  3338. return $this->loadedDynamicParameters[$name] ? $this->dynamicParameters[$name] : $this->getDynamicParameter($name);
  3339. }
  3340. return $this->parameters[$name];
  3341. }
  3342. public function hasParameter(string $name): bool
  3343. {
  3344. if (isset($this->buildParameters[$name])) {
  3345. return true;
  3346. }
  3347. return isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || \array_key_exists($name, $this->parameters);
  3348. }
  3349. public function setParameter(string $name, $value): void
  3350. {
  3351. throw new LogicException('Impossible to call set() on a frozen ParameterBag.');
  3352. }
  3353. public function getParameterBag(): ParameterBagInterface
  3354. {
  3355. if (null === $this->parameterBag) {
  3356. $parameters = $this->parameters;
  3357. foreach ($this->loadedDynamicParameters as $name => $loaded) {
  3358. $parameters[$name] = $loaded ? $this->dynamicParameters[$name] : $this->getDynamicParameter($name);
  3359. }
  3360. foreach ($this->buildParameters as $name => $value) {
  3361. $parameters[$name] = $value;
  3362. }
  3363. $this->parameterBag = new FrozenParameterBag($parameters);
  3364. }
  3365. return $this->parameterBag;
  3366. }
  3367. private $loadedDynamicParameters = [
  3368. 'kernel.runtime_environment' => false,
  3369. 'kernel.build_dir' => false,
  3370. 'kernel.cache_dir' => false,
  3371. 'debug.container.dump' => false,
  3372. 'serializer.mapping.cache.file' => false,
  3373. 'validator.mapping.cache.file' => false,
  3374. 'profiler.storage.dsn' => false,
  3375. 'doctrine.orm.proxy_dir' => false,
  3376. ];
  3377. private $dynamicParameters = [];
  3378. private function getDynamicParameter(string $name)
  3379. {
  3380. switch ($name) {
  3381. case 'kernel.runtime_environment': $value = $this->getEnv('default:kernel.environment:APP_RUNTIME_ENV'); break;
  3382. case 'kernel.build_dir': $value = $this->targetDir.''; break;
  3383. case 'kernel.cache_dir': $value = $this->targetDir.''; break;
  3384. case 'debug.container.dump': $value = ($this->targetDir.''.'/Whater_KernelDevDebugContainer.xml'); break;
  3385. case 'serializer.mapping.cache.file': $value = ($this->targetDir.''.'/serialization.php'); break;
  3386. case 'validator.mapping.cache.file': $value = ($this->targetDir.''.'/validation.php'); break;
  3387. case 'profiler.storage.dsn': $value = ('file:'.$this->targetDir.''.'/profiler'); break;
  3388. case 'doctrine.orm.proxy_dir': $value = ($this->targetDir.''.'/doctrine/orm/Proxies'); break;
  3389. default: throw new InvalidArgumentException(sprintf('The dynamic parameter "%s" must be defined.', $name));
  3390. }
  3391. $this->loadedDynamicParameters[$name] = true;
  3392. return $this->dynamicParameters[$name] = $value;
  3393. }
  3394. protected function getDefaultParameters(): array
  3395. {
  3396. return [
  3397. 'kernel.project_dir' => \dirname(__DIR__, 4),
  3398. 'kernel.environment' => 'dev',
  3399. 'kernel.debug' => true,
  3400. 'kernel.logs_dir' => (\dirname(__DIR__, 3).'/log'),
  3401. 'kernel.bundles' => [
  3402. 'FrameworkBundle' => 'Symfony\\Bundle\\FrameworkBundle\\FrameworkBundle',
  3403. 'TwigBundle' => 'Symfony\\Bundle\\TwigBundle\\TwigBundle',
  3404. 'MonologBundle' => 'Symfony\\Bundle\\MonologBundle\\MonologBundle',
  3405. 'SecurityBundle' => 'Symfony\\Bundle\\SecurityBundle\\SecurityBundle',
  3406. 'WebProfilerBundle' => 'Symfony\\Bundle\\WebProfilerBundle\\WebProfilerBundle',
  3407. 'WebpackEncoreBundle' => 'Symfony\\WebpackEncoreBundle\\WebpackEncoreBundle',
  3408. 'DoctrineBundle' => 'Doctrine\\Bundle\\DoctrineBundle\\DoctrineBundle',
  3409. 'DoctrineMigrationsBundle' => 'Doctrine\\Bundle\\MigrationsBundle\\DoctrineMigrationsBundle',
  3410. 'DoctrineFixturesBundle' => 'Doctrine\\Bundle\\FixturesBundle\\DoctrineFixturesBundle',
  3411. 'SensioFrameworkExtraBundle' => 'Sensio\\Bundle\\FrameworkExtraBundle\\SensioFrameworkExtraBundle',
  3412. 'StofDoctrineExtensionsBundle' => 'Stof\\DoctrineExtensionsBundle\\StofDoctrineExtensionsBundle',
  3413. 'JMSSerializerBundle' => 'JMS\\SerializerBundle\\JMSSerializerBundle',
  3414. 'TacticianBundle' => 'League\\Tactician\\Bundle\\TacticianBundle',
  3415. 'TacticianDomainEventBundle' => 'BornFree\\TacticianDomainEventBundle\\TacticianDomainEventBundle',
  3416. 'SncRedisBundle' => 'Snc\\RedisBundle\\SncRedisBundle',
  3417. 'BazingaHateoasBundle' => 'Bazinga\\Bundle\\HateoasBundle\\BazingaHateoasBundle',
  3418. 'CocurSlugifyBundle' => 'Cocur\\Slugify\\Bridge\\Symfony\\CocurSlugifyBundle',
  3419. 'ShivasVersioningBundle' => 'Shivas\\VersioningBundle\\ShivasVersioningBundle',
  3420. 'PrestaSitemapBundle' => 'Presta\\SitemapBundle\\PrestaSitemapBundle',
  3421. 'KnpMenuBundle' => 'Knp\\Bundle\\MenuBundle\\KnpMenuBundle',
  3422. 'FOSRestBundle' => 'FOS\\RestBundle\\FOSRestBundle',
  3423. 'KnpTimeBundle' => 'Knp\\Bundle\\TimeBundle\\KnpTimeBundle',
  3424. 'KnpSnappyBundle' => 'Knp\\Bundle\\SnappyBundle\\KnpSnappyBundle',
  3425. 'EWZRecaptchaBundle' => 'EWZ\\Bundle\\RecaptchaBundle\\EWZRecaptchaBundle',
  3426. 'LexikJWTAuthenticationBundle' => 'Lexik\\Bundle\\JWTAuthenticationBundle\\LexikJWTAuthenticationBundle',
  3427. 'GesdinetJWTRefreshTokenBundle' => 'Gesdinet\\JWTRefreshTokenBundle\\GesdinetJWTRefreshTokenBundle',
  3428. 'NelmioApiDocBundle' => 'Nelmio\\ApiDocBundle\\NelmioApiDocBundle',
  3429. 'NelmioCorsBundle' => 'Nelmio\\CorsBundle\\NelmioCorsBundle',
  3430. 'NelmioSecurityBundle' => 'Nelmio\\SecurityBundle\\NelmioSecurityBundle',
  3431. 'LiipImagineBundle' => 'Liip\\ImagineBundle\\LiipImagineBundle',
  3432. 'GosPubSubRouterBundle' => 'Gos\\Bundle\\PubSubRouterBundle\\GosPubSubRouterBundle',
  3433. 'GosWebSocketBundle' => 'Gos\\Bundle\\WebSocketBundle\\GosWebSocketBundle',
  3434. 'VichUploaderBundle' => 'Vich\\UploaderBundle\\VichUploaderBundle',
  3435. 'SonataMediaBundle' => 'Sonata\\MediaBundle\\SonataMediaBundle',
  3436. 'SonataDoctrineBundle' => 'Sonata\\Doctrine\\Bridge\\Symfony\\SonataDoctrineBundle',
  3437. 'SonataDoctrineORMAdminBundle' => 'Sonata\\DoctrineORMAdminBundle\\SonataDoctrineORMAdminBundle',
  3438. 'BazingaGeocoderBundle' => 'Bazinga\\GeocoderBundle\\BazingaGeocoderBundle',
  3439. 'FOSCKEditorBundle' => 'FOS\\CKEditorBundle\\FOSCKEditorBundle',
  3440. 'LogViewerBundle' => 'Kira0269\\LogViewerBundle\\LogViewerBundle',
  3441. 'GpsLabGeoIP2Bundle' => 'GpsLab\\Bundle\\GeoIP2Bundle\\GpsLabGeoIP2Bundle',
  3442. 'EndroidQrCodeBundle' => 'Endroid\\QrCodeBundle\\EndroidQrCodeBundle',
  3443. 'EightPointsGuzzleBundle' => 'EightPoints\\Bundle\\GuzzleBundle\\EightPointsGuzzleBundle',
  3444. 'FMElfinderBundle' => 'FM\\ElfinderBundle\\FMElfinderBundle',
  3445. 'WhaterUIWebBundle' => 'Whater\\UI\\WebBundle\\WhaterUIWebBundle',
  3446. 'WhaterUIRestBundle' => 'Whater\\UI\\RestBundle\\WhaterUIRestBundle',
  3447. 'WhaterUIConsoleBundle' => 'Whater\\UI\\ConsoleBundle\\WhaterUIConsoleBundle',
  3448. 'WhaterInfrastructureSecurityBundle' => 'Whater\\Infrastructure\\SecurityBundle\\WhaterInfrastructureSecurityBundle',
  3449. 'WhaterInfrastructureCommonBundle' => 'Whater\\Infrastructure\\CommonBundle\\WhaterInfrastructureCommonBundle',
  3450. 'WhaterInfrastructureMediaBundle' => 'Whater\\Infrastructure\\MediaBundle\\WhaterInfrastructureMediaBundle',
  3451. 'WhaterInfrastructureBlogBundle' => 'Whater\\Infrastructure\\BlogBundle\\WhaterInfrastructureBlogBundle',
  3452. 'WhaterInfrastructureUserBundle' => 'Whater\\Infrastructure\\UserBundle\\WhaterInfrastructureUserBundle',
  3453. 'WhaterInfrastructureProductBundle' => 'Whater\\Infrastructure\\ProductBundle\\WhaterInfrastructureProductBundle',
  3454. 'WhaterInfrastructureZonesBundle' => 'Whater\\Infrastructure\\ZonesBundle\\WhaterInfrastructureZonesBundle',
  3455. 'WhaterInfrastructureWhaterBundle' => 'Whater\\Infrastructure\\WhaterBundle\\WhaterInfrastructureWhaterBundle',
  3456. 'WhaterInfrastructureNotificationBundle' => 'Whater\\Infrastructure\\NotificationBundle\\WhaterInfrastructureNotificationBundle',
  3457. ],
  3458. 'kernel.bundles_metadata' => [
  3459. 'FrameworkBundle' => [
  3460. 'path' => (\dirname(__DIR__, 4).'/vendor/symfony/framework-bundle'),
  3461. 'namespace' => 'Symfony\\Bundle\\FrameworkBundle',
  3462. ],
  3463. 'TwigBundle' => [
  3464. 'path' => (\dirname(__DIR__, 4).'/vendor/symfony/twig-bundle'),
  3465. 'namespace' => 'Symfony\\Bundle\\TwigBundle',
  3466. ],
  3467. 'MonologBundle' => [
  3468. 'path' => (\dirname(__DIR__, 4).'/vendor/symfony/monolog-bundle'),
  3469. 'namespace' => 'Symfony\\Bundle\\MonologBundle',
  3470. ],
  3471. 'SecurityBundle' => [
  3472. 'path' => (\dirname(__DIR__, 4).'/vendor/symfony/security-bundle'),
  3473. 'namespace' => 'Symfony\\Bundle\\SecurityBundle',
  3474. ],
  3475. 'WebProfilerBundle' => [
  3476. 'path' => (\dirname(__DIR__, 4).'/vendor/symfony/web-profiler-bundle'),
  3477. 'namespace' => 'Symfony\\Bundle\\WebProfilerBundle',
  3478. ],
  3479. 'WebpackEncoreBundle' => [
  3480. 'path' => (\dirname(__DIR__, 4).'/vendor/symfony/webpack-encore-bundle/src'),
  3481. 'namespace' => 'Symfony\\WebpackEncoreBundle',
  3482. ],
  3483. 'DoctrineBundle' => [
  3484. 'path' => (\dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle'),
  3485. 'namespace' => 'Doctrine\\Bundle\\DoctrineBundle',
  3486. ],
  3487. 'DoctrineMigrationsBundle' => [
  3488. 'path' => (\dirname(__DIR__, 4).'/vendor/doctrine/doctrine-migrations-bundle'),
  3489. 'namespace' => 'Doctrine\\Bundle\\MigrationsBundle',
  3490. ],
  3491. 'DoctrineFixturesBundle' => [
  3492. 'path' => (\dirname(__DIR__, 4).'/vendor/doctrine/doctrine-fixtures-bundle'),
  3493. 'namespace' => 'Doctrine\\Bundle\\FixturesBundle',
  3494. ],
  3495. 'SensioFrameworkExtraBundle' => [
  3496. 'path' => (\dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/src'),
  3497. 'namespace' => 'Sensio\\Bundle\\FrameworkExtraBundle',
  3498. ],
  3499. 'StofDoctrineExtensionsBundle' => [
  3500. 'path' => (\dirname(__DIR__, 4).'/vendor/stof/doctrine-extensions-bundle/src'),
  3501. 'namespace' => 'Stof\\DoctrineExtensionsBundle',
  3502. ],
  3503. 'JMSSerializerBundle' => [
  3504. 'path' => (\dirname(__DIR__, 4).'/vendor/jms/serializer-bundle'),
  3505. 'namespace' => 'JMS\\SerializerBundle',
  3506. ],
  3507. 'TacticianBundle' => [
  3508. 'path' => (\dirname(__DIR__, 4).'/vendor/league/tactician-bundle/src'),
  3509. 'namespace' => 'League\\Tactician\\Bundle',
  3510. ],
  3511. 'TacticianDomainEventBundle' => [
  3512. 'path' => (\dirname(__DIR__, 4).'/vendor/bornfreee/tactician-domain-events-bundle/src'),
  3513. 'namespace' => 'BornFree\\TacticianDomainEventBundle',
  3514. ],
  3515. 'SncRedisBundle' => [
  3516. 'path' => (\dirname(__DIR__, 4).'/vendor/snc/redis-bundle/src'),
  3517. 'namespace' => 'Snc\\RedisBundle',
  3518. ],
  3519. 'BazingaHateoasBundle' => [
  3520. 'path' => (\dirname(__DIR__, 4).'/vendor/willdurand/hateoas-bundle'),
  3521. 'namespace' => 'Bazinga\\Bundle\\HateoasBundle',
  3522. ],
  3523. 'CocurSlugifyBundle' => [
  3524. 'path' => (\dirname(__DIR__, 4).'/vendor/cocur/slugify/src/Bridge/Symfony'),
  3525. 'namespace' => 'Cocur\\Slugify\\Bridge\\Symfony',
  3526. ],
  3527. 'ShivasVersioningBundle' => [
  3528. 'path' => (\dirname(__DIR__, 4).'/vendor/shivas/versioning-bundle/src'),
  3529. 'namespace' => 'Shivas\\VersioningBundle',
  3530. ],
  3531. 'PrestaSitemapBundle' => [
  3532. 'path' => (\dirname(__DIR__, 4).'/vendor/presta/sitemap-bundle'),
  3533. 'namespace' => 'Presta\\SitemapBundle',
  3534. ],
  3535. 'KnpMenuBundle' => [
  3536. 'path' => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-menu-bundle'),
  3537. 'namespace' => 'Knp\\Bundle\\MenuBundle',
  3538. ],
  3539. 'FOSRestBundle' => [
  3540. 'path' => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/rest-bundle'),
  3541. 'namespace' => 'FOS\\RestBundle',
  3542. ],
  3543. 'KnpTimeBundle' => [
  3544. 'path' => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-time-bundle/src'),
  3545. 'namespace' => 'Knp\\Bundle\\TimeBundle',
  3546. ],
  3547. 'KnpSnappyBundle' => [
  3548. 'path' => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-snappy-bundle/src'),
  3549. 'namespace' => 'Knp\\Bundle\\SnappyBundle',
  3550. ],
  3551. 'EWZRecaptchaBundle' => [
  3552. 'path' => (\dirname(__DIR__, 4).'/vendor/excelwebzone/recaptcha-bundle/src'),
  3553. 'namespace' => 'EWZ\\Bundle\\RecaptchaBundle',
  3554. ],
  3555. 'LexikJWTAuthenticationBundle' => [
  3556. 'path' => (\dirname(__DIR__, 4).'/vendor/lexik/jwt-authentication-bundle'),
  3557. 'namespace' => 'Lexik\\Bundle\\JWTAuthenticationBundle',
  3558. ],
  3559. 'GesdinetJWTRefreshTokenBundle' => [
  3560. 'path' => (\dirname(__DIR__, 4).'/vendor/gesdinet/jwt-refresh-token-bundle'),
  3561. 'namespace' => 'Gesdinet\\JWTRefreshTokenBundle',
  3562. ],
  3563. 'NelmioApiDocBundle' => [
  3564. 'path' => (\dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle'),
  3565. 'namespace' => 'Nelmio\\ApiDocBundle',
  3566. ],
  3567. 'NelmioCorsBundle' => [
  3568. 'path' => (\dirname(__DIR__, 4).'/vendor/nelmio/cors-bundle'),
  3569. 'namespace' => 'Nelmio\\CorsBundle',
  3570. ],
  3571. 'NelmioSecurityBundle' => [
  3572. 'path' => (\dirname(__DIR__, 4).'/vendor/nelmio/security-bundle'),
  3573. 'namespace' => 'Nelmio\\SecurityBundle',
  3574. ],
  3575. 'LiipImagineBundle' => [
  3576. 'path' => (\dirname(__DIR__, 4).'/vendor/liip/imagine-bundle'),
  3577. 'namespace' => 'Liip\\ImagineBundle',
  3578. ],
  3579. 'GosPubSubRouterBundle' => [
  3580. 'path' => (\dirname(__DIR__, 4).'/vendor/gos/pubsub-router-bundle'),
  3581. 'namespace' => 'Gos\\Bundle\\PubSubRouterBundle',
  3582. ],
  3583. 'GosWebSocketBundle' => [
  3584. 'path' => (\dirname(__DIR__, 4).'/vendor/gos/web-socket-bundle'),
  3585. 'namespace' => 'Gos\\Bundle\\WebSocketBundle',
  3586. ],
  3587. 'VichUploaderBundle' => [
  3588. 'path' => (\dirname(__DIR__, 4).'/vendor/vich/uploader-bundle'),
  3589. 'namespace' => 'Vich\\UploaderBundle',
  3590. ],
  3591. 'SonataMediaBundle' => [
  3592. 'path' => (\dirname(__DIR__, 4).'/vendor/sonata-project/media-bundle/src'),
  3593. 'namespace' => 'Sonata\\MediaBundle',
  3594. ],
  3595. 'SonataDoctrineBundle' => [
  3596. 'path' => (\dirname(__DIR__, 4).'/vendor/sonata-project/doctrine-extensions/src/Bridge/Symfony'),
  3597. 'namespace' => 'Sonata\\Doctrine\\Bridge\\Symfony',
  3598. ],
  3599. 'SonataDoctrineORMAdminBundle' => [
  3600. 'path' => (\dirname(__DIR__, 4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src'),
  3601. 'namespace' => 'Sonata\\DoctrineORMAdminBundle',
  3602. ],
  3603. 'BazingaGeocoderBundle' => [
  3604. 'path' => (\dirname(__DIR__, 4).'/vendor/willdurand/geocoder-bundle'),
  3605. 'namespace' => 'Bazinga\\GeocoderBundle',
  3606. ],
  3607. 'FOSCKEditorBundle' => [
  3608. 'path' => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/ckeditor-bundle/src'),
  3609. 'namespace' => 'FOS\\CKEditorBundle',
  3610. ],
  3611. 'LogViewerBundle' => [
  3612. 'path' => (\dirname(__DIR__, 4).'/vendor/kira0269/symfony-log-viewer-bundle/src'),
  3613. 'namespace' => 'Kira0269\\LogViewerBundle',
  3614. ],
  3615. 'GpsLabGeoIP2Bundle' => [
  3616. 'path' => (\dirname(__DIR__, 4).'/vendor/gpslab/geoip2/src'),
  3617. 'namespace' => 'GpsLab\\Bundle\\GeoIP2Bundle',
  3618. ],
  3619. 'EndroidQrCodeBundle' => [
  3620. 'path' => (\dirname(__DIR__, 4).'/vendor/endroid/qr-code-bundle/src'),
  3621. 'namespace' => 'Endroid\\QrCodeBundle',
  3622. ],
  3623. 'EightPointsGuzzleBundle' => [
  3624. 'path' => (\dirname(__DIR__, 4).'/vendor/eightpoints/guzzle-bundle/src'),
  3625. 'namespace' => 'EightPoints\\Bundle\\GuzzleBundle',
  3626. ],
  3627. 'FMElfinderBundle' => [
  3628. 'path' => (\dirname(__DIR__, 4).'/vendor/helios-ag/fm-elfinder-bundle/src'),
  3629. 'namespace' => 'FM\\ElfinderBundle',
  3630. ],
  3631. 'WhaterUIWebBundle' => [
  3632. 'path' => (\dirname(__DIR__, 4).'/src/UI/WebBundle'),
  3633. 'namespace' => 'Whater\\UI\\WebBundle',
  3634. ],
  3635. 'WhaterUIRestBundle' => [
  3636. 'path' => (\dirname(__DIR__, 4).'/src/UI/RestBundle'),
  3637. 'namespace' => 'Whater\\UI\\RestBundle',
  3638. ],
  3639. 'WhaterUIConsoleBundle' => [
  3640. 'path' => (\dirname(__DIR__, 4).'/src/UI/ConsoleBundle'),
  3641. 'namespace' => 'Whater\\UI\\ConsoleBundle',
  3642. ],
  3643. 'WhaterInfrastructureSecurityBundle' => [
  3644. 'path' => (\dirname(__DIR__, 4).'/src/Infrastructure/SecurityBundle'),
  3645. 'namespace' => 'Whater\\Infrastructure\\SecurityBundle',
  3646. ],
  3647. 'WhaterInfrastructureCommonBundle' => [
  3648. 'path' => (\dirname(__DIR__, 4).'/src/Infrastructure/CommonBundle'),
  3649. 'namespace' => 'Whater\\Infrastructure\\CommonBundle',
  3650. ],
  3651. 'WhaterInfrastructureMediaBundle' => [
  3652. 'path' => (\dirname(__DIR__, 4).'/src/Infrastructure/MediaBundle'),
  3653. 'namespace' => 'Whater\\Infrastructure\\MediaBundle',
  3654. ],
  3655. 'WhaterInfrastructureBlogBundle' => [
  3656. 'path' => (\dirname(__DIR__, 4).'/src/Infrastructure/BlogBundle'),
  3657. 'namespace' => 'Whater\\Infrastructure\\BlogBundle',
  3658. ],
  3659. 'WhaterInfrastructureUserBundle' => [
  3660. 'path' => (\dirname(__DIR__, 4).'/src/Infrastructure/UserBundle'),
  3661. 'namespace' => 'Whater\\Infrastructure\\UserBundle',
  3662. ],
  3663. 'WhaterInfrastructureProductBundle' => [
  3664. 'path' => (\dirname(__DIR__, 4).'/src/Infrastructure/ProductBundle'),
  3665. 'namespace' => 'Whater\\Infrastructure\\ProductBundle',
  3666. ],
  3667. 'WhaterInfrastructureZonesBundle' => [
  3668. 'path' => (\dirname(__DIR__, 4).'/src/Infrastructure/ZonesBundle'),
  3669. 'namespace' => 'Whater\\Infrastructure\\ZonesBundle',
  3670. ],
  3671. 'WhaterInfrastructureWhaterBundle' => [
  3672. 'path' => (\dirname(__DIR__, 4).'/src/Infrastructure/WhaterBundle'),
  3673. 'namespace' => 'Whater\\Infrastructure\\WhaterBundle',
  3674. ],
  3675. 'WhaterInfrastructureNotificationBundle' => [
  3676. 'path' => (\dirname(__DIR__, 4).'/src/Infrastructure/NotificationBundle'),
  3677. 'namespace' => 'Whater\\Infrastructure\\NotificationBundle',
  3678. ],
  3679. ],
  3680. 'kernel.charset' => 'UTF-8',
  3681. 'kernel.container_class' => 'Whater_KernelDevDebugContainer',
  3682. 'container.dumper.inline_class_loader' => true,
  3683. 'database_host' => '127.0.0.1',
  3684. 'database_port' => NULL,
  3685. 'database_name' => 'whater_server_pre',
  3686. 'database_user' => 'root',
  3687. 'database_password' => 'DR7&f(TD%tjeXBn(',
  3688. 'mailer_transport' => 'gmail',
  3689. 'mailer_encryption' => 'ssl',
  3690. 'mailer_auth_mode' => 'login',
  3691. 'mailer_host' => 'smtp.gmail.com',
  3692. 'mailer_user' => 'whater@whater.es',
  3693. 'mailer_password' => 'whater',
  3694. 'mailer_port' => NULL,
  3695. 'mailer_noreply_user' => 'noreply@whater.es',
  3696. 'mailer_noreply_password' => 'whater',
  3697. 'mailer_contact_user' => 'info@whater.es',
  3698. 'secret' => '5dbaa28b5f345e406ae51f6188fd6f09b2082f00',
  3699. 'gos_web_socket_host' => 'whater-dev.uegmobile.com',
  3700. 'gos_web_socket_ip' => '0.0.0.0',
  3701. 'gos_web_socket_port' => 8888,
  3702. 'gos_web_socket_port_js' => 8888,
  3703. 'gos_web_socket_protocol' => 'ws',
  3704. 'session_handler_redis' => 'redis://localhost:6379',
  3705. 'session_handler_redis_save_path' => 'tcp://localhost:6379',
  3706. 'session_handler_redis_prefix' => 'stsesid',
  3707. 'session_handler_redis_ttl' => 1440,
  3708. 'trusted_hosts' => NULL,
  3709. 'sass_path' => '/usr/local/bin/sass',
  3710. 'scss_path' => [
  3711. 0 => '/usr/local/bin/scss',
  3712. ],
  3713. 'node_path' => '/usr/local/bin/node',
  3714. 'yui_jar_path' => '/usr/share/yui-compressor/yui-compressor.jar',
  3715. 'java_path' => '/usr/bin/java',
  3716. 'uglifyjs2_path' => '/usr/local/bin/uglifyjs',
  3717. 'uglifycss_path' => '/usr/local/bin/uglifycss',
  3718. 'google_analytics_tracking_id' => '',
  3719. 'google_analytics_view_id' => '',
  3720. 'google_maps_api_key' => 'AIzaSyCi_FfHyFIYtjQ-5uujTaSR5Wt6uni-flM',
  3721. 'facebook_pixel_id' => '',
  3722. 'google_analytics_json_key' => (\dirname(__DIR__, 4).'/app/config/analytics/client_secret_1087543653055-jngrt43r4a4g5tempi0dr1llasbe9ufe.apps.googleusercontent.com.json'),
  3723. 'http_port' => 443,
  3724. 'router.request_context.host' => 'whater-dev.uegmobile.com',
  3725. 'router.request_context.scheme' => 'https',
  3726. 'asset.request_context.secure' => true,
  3727. 'wkhtmltopdf_path' => '/usr/local/bin/wkhtmltopdf',
  3728. 'enable_recaptcha' => false,
  3729. 'ewz_recaptcha_public_key' => '6LeOgtEUAAAAAKDoPnvxjAlSF2C79uhXltgHYwKh',
  3730. 'ewz_recaptcha_private_key' => '6LeOgtEUAAAAAIBjvXyfrEPR0zE5XqC91uAPuuPD',
  3731. 'sinac_domain' => 'https://sinacv2.sanidad.gob.es',
  3732. 'environment_name' => 'whater-dev.uegmobile.com',
  3733. 'jwt_private_key_path' => (\dirname(__DIR__, 4).'/app/security/jwt/private.pem'),
  3734. 'jwt_public_key_path' => (\dirname(__DIR__, 4).'/app/security/jwt/public.pem'),
  3735. 'jwt_key_pass_phrase' => '$#c138JWT',
  3736. 'jwt_token_ttl' => 86400,
  3737. 'jwt_refresh_token_ttl' => 2592000,
  3738. 'stripe_public_key' => 'pk_test_51OKdlfDcohDs0j2O4ZFsdVFV2KYVZZBJHjbUSGDuzVAGJBq8CBxL9GL63TSvC2UghGZRDmYvncjls3FTgKc0wlhg00Q1XtuVtY',
  3739. 'stripe_private_key' => 'sk_test_51OKdlfDcohDs0j2ObaSfQPNJP84egvPiZEDX0lxSuEn1XjEAdB631vXYJ32gJvftiP3WgbXyYzU36ujqBppAsrRG001GdaQopl',
  3740. 'stripe_webhook_account_secret' => 'whsec_XAbM1YN5HxKEfySJTKI0vs0uLUnWyHDY',
  3741. 'stripe_webhook_connect_secret' => 'whsec_C9csZW5zY3L5c5g6W0CElYDcacr2MNGT',
  3742. 'stripe_test_mode' => true,
  3743. 'sendcloud_public_key' => '4412fe9b-022d-425e-9c3a-b896f9b2c487',
  3744. 'sendcloud_secret_key' => '136fc07eecd94cdcbf2db59f869af9a3',
  3745. 'is_ecommerce_active' => true,
  3746. 'fixed_shipping_fee' => '3,00',
  3747. 'services_taxes_percent' => 21,
  3748. 'shipping_taxes_percent' => 21,
  3749. 'percent_credit_card_fee' => 3,
  3750. 'whatercoins_offers' => [
  3751. 0 => [
  3752. 0 => 300,
  3753. 1 => 30,
  3754. ],
  3755. 1 => [
  3756. 0 => 120,
  3757. 1 => 20,
  3758. ],
  3759. 2 => [
  3760. 0 => 30,
  3761. 1 => 5,
  3762. ],
  3763. ],
  3764. 'default_whater_commision_for_products' => 10,
  3765. 'default_whater_commision_for_whater_supply' => 10,
  3766. 'license_database_access_price_per_country_area' => 2.99,
  3767. 'license_database_access_price_per_country' => 99.99,
  3768. 'license_manage_organization' => 19.99,
  3769. 'license_marketplace' => 1.99,
  3770. 'thethingsnetwork_endpoint' => 'https://eu1.cloud.thethings.network',
  3771. 'thethingsnetwork_application_id' => 'demo-whater-app-eu',
  3772. 'thethingsnetwork_api_key' => 'NNSXS.RF63ZLXZZOAUZVC4UGFNLWRCIROTX2JG6K4BGWY.6JVZFIEXKV4RD7C3XUBN3OZN3QJJRP5MZIVZBWCLHSHQUXBIB3TQ',
  3773. 'thethingsnetwork_fport' => '2',
  3774. 'monolog_domains_filter' => [
  3775. 0 => 'whater-dev.uegmobile.com',
  3776. ],
  3777. 'whatercoins_discounts' => [
  3778. 10 => 100,
  3779. 15 => 150,
  3780. 20 => 200,
  3781. 25 => 250,
  3782. 30 => 300,
  3783. 35 => 350,
  3784. 40 => 400,
  3785. 45 => 450,
  3786. 50 => 500,
  3787. 55 => 550,
  3788. 60 => 600,
  3789. 65 => 650,
  3790. 70 => 700,
  3791. 75 => 750,
  3792. 80 => 800,
  3793. 85 => 850,
  3794. 90 => 900,
  3795. 95 => 950,
  3796. 100 => 1000,
  3797. ],
  3798. 'application_version' => '3.2.35',
  3799. 'locale' => 'es',
  3800. 'event_dispatcher.event_aliases' => [
  3801. 'Symfony\\Component\\Console\\Event\\ConsoleCommandEvent' => 'console.command',
  3802. 'Symfony\\Component\\Console\\Event\\ConsoleErrorEvent' => 'console.error',
  3803. 'Symfony\\Component\\Console\\Event\\ConsoleSignalEvent' => 'console.signal',
  3804. 'Symfony\\Component\\Console\\Event\\ConsoleTerminateEvent' => 'console.terminate',
  3805. 'Symfony\\Component\\Form\\Event\\PreSubmitEvent' => 'form.pre_submit',
  3806. 'Symfony\\Component\\Form\\Event\\SubmitEvent' => 'form.submit',
  3807. 'Symfony\\Component\\Form\\Event\\PostSubmitEvent' => 'form.post_submit',
  3808. 'Symfony\\Component\\Form\\Event\\PreSetDataEvent' => 'form.pre_set_data',
  3809. 'Symfony\\Component\\Form\\Event\\PostSetDataEvent' => 'form.post_set_data',
  3810. 'Symfony\\Component\\HttpKernel\\Event\\ControllerArgumentsEvent' => 'kernel.controller_arguments',
  3811. 'Symfony\\Component\\HttpKernel\\Event\\ControllerEvent' => 'kernel.controller',
  3812. 'Symfony\\Component\\HttpKernel\\Event\\ResponseEvent' => 'kernel.response',
  3813. 'Symfony\\Component\\HttpKernel\\Event\\FinishRequestEvent' => 'kernel.finish_request',
  3814. 'Symfony\\Component\\HttpKernel\\Event\\RequestEvent' => 'kernel.request',
  3815. 'Symfony\\Component\\HttpKernel\\Event\\ViewEvent' => 'kernel.view',
  3816. 'Symfony\\Component\\HttpKernel\\Event\\ExceptionEvent' => 'kernel.exception',
  3817. 'Symfony\\Component\\HttpKernel\\Event\\TerminateEvent' => 'kernel.terminate',
  3818. 'Symfony\\Component\\Security\\Core\\Event\\AuthenticationSuccessEvent' => 'security.authentication.success',
  3819. 'Symfony\\Component\\Security\\Core\\Event\\AuthenticationFailureEvent' => 'security.authentication.failure',
  3820. 'Symfony\\Component\\Security\\Http\\Event\\InteractiveLoginEvent' => 'security.interactive_login',
  3821. 'Symfony\\Component\\Security\\Http\\Event\\SwitchUserEvent' => 'security.switch_user',
  3822. 'Presta\\SitemapBundle\\Event\\SitemapAddUrlEvent' => 'presta_sitemap.add_url',
  3823. 'Presta\\SitemapBundle\\Event\\SitemapPopulateEvent' => 'presta_sitemap.populate',
  3824. 'Nelmio\\SecurityBundle\\ContentSecurityPolicy\\Violation\\ReportEvent' => 'csp.violation.report',
  3825. 'Gos\\Bundle\\WebSocketBundle\\Event\\ServerLaunchedEvent' => 'gos_web_socket.server_launched',
  3826. 'Gos\\Bundle\\WebSocketBundle\\Event\\ClientConnectedEvent' => 'gos_web_socket.client_connected',
  3827. 'Gos\\Bundle\\WebSocketBundle\\Event\\ClientDisconnectedEvent' => 'gos_web_socket.client_disconnected',
  3828. 'Gos\\Bundle\\WebSocketBundle\\Event\\ClientErrorEvent' => 'gos_web_socket.client_error',
  3829. 'Gos\\Bundle\\WebSocketBundle\\Event\\ClientRejectedEvent' => 'gos_web_socket.client_rejected',
  3830. 'Gos\\Bundle\\WebSocketBundle\\Event\\ConnectionRejectedEvent' => 'gos_web_socket.connection_rejected',
  3831. 'Gos\\Bundle\\WebSocketBundle\\Event\\PushHandlerFailEvent' => 'gos_web_socket.push_fail',
  3832. 'Gos\\Bundle\\WebSocketBundle\\Event\\PushHandlerSuccessEvent' => 'gos_web_socket.push_success',
  3833. ],
  3834. 'fragment.renderer.hinclude.global_template' => NULL,
  3835. 'fragment.path' => '/_fragment',
  3836. 'kernel.secret' => '5dbaa28b5f345e406ae51f6188fd6f09b2082f00',
  3837. 'kernel.http_method_override' => true,
  3838. 'kernel.trusted_hosts' => [
  3839. ],
  3840. 'kernel.default_locale' => 'es',
  3841. 'kernel.enabled_locales' => [
  3842. ],
  3843. 'kernel.error_controller' => 'error_controller',
  3844. 'debug.file_link_format' => NULL,
  3845. 'asset.request_context.base_path' => NULL,
  3846. 'translator.logging' => false,
  3847. 'translator.default_path' => (\dirname(__DIR__, 4).'/translations'),
  3848. 'debug.error_handler.throw_at' => -1,
  3849. 'router.request_context.base_url' => '',
  3850. 'router.resource' => 'kernel::loadRoutes',
  3851. 'request_listener.http_port' => 443,
  3852. 'request_listener.https_port' => 443,
  3853. 'session.metadata.storage_key' => '_sf2_meta',
  3854. 'session.storage.options' => [
  3855. 'cache_limiter' => '0',
  3856. 'cookie_lifetime' => 604800,
  3857. 'cookie_httponly' => true,
  3858. 'gc_maxlifetime' => 604800,
  3859. 'gc_probability' => 1,
  3860. ],
  3861. 'session.save_path' => (\dirname(__DIR__, 3).'/sessions/dev'),
  3862. 'session.metadata.update_threshold' => 0,
  3863. 'form.type_extension.csrf.enabled' => true,
  3864. 'form.type_extension.csrf.field_name' => '_token',
  3865. 'validator.translation_domain' => 'validators',
  3866. 'profiler_listener.only_exceptions' => false,
  3867. 'profiler_listener.only_main_requests' => false,
  3868. 'twig.form.resources' => [
  3869. 0 => '@FMElfinder/Form/elfinder_widget.html.twig',
  3870. 1 => '@VichUploader/Form/fields.html.twig',
  3871. 2 => 'form_div_layout.html.twig',
  3872. 3 => '@LiipImagine/Form/form_div_layout.html.twig',
  3873. 4 => '@FOSCKEditor/Form/ckeditor_widget.html.twig',
  3874. 5 => '@EWZRecaptcha/Form/ewz_recaptcha_widget.html.twig',
  3875. ],
  3876. 'twig.default_path' => (\dirname(__DIR__, 4).'/templates'),
  3877. 'monolog.use_microseconds' => true,
  3878. 'monolog.swift_mailer.handlers' => [
  3879. ],
  3880. 'monolog.handlers_to_channels' => [
  3881. 'monolog.handler.sinac_log' => [
  3882. 'type' => 'inclusive',
  3883. 'elements' => [
  3884. 0 => 'sinacLog',
  3885. ],
  3886. ],
  3887. 'monolog.handler.console' => [
  3888. 'type' => 'exclusive',
  3889. 'elements' => [
  3890. 0 => 'event',
  3891. 1 => 'doctrine',
  3892. 2 => 'console',
  3893. ],
  3894. ],
  3895. 'monolog.handler.main' => [
  3896. 'type' => 'exclusive',
  3897. 'elements' => [
  3898. 0 => 'event',
  3899. ],
  3900. ],
  3901. ],
  3902. 'security.role_hierarchy.roles' => [
  3903. 'ROLE_USER' => [
  3904. 0 => 'ROLE_USER',
  3905. ],
  3906. 'ROLE_ADMIN' => [
  3907. 0 => 'ROLE_ADMIN',
  3908. ],
  3909. ],
  3910. 'security.access.denied_url' => NULL,
  3911. 'security.authentication.manager.erase_credentials' => true,
  3912. 'security.authentication.session_strategy.strategy' => 'migrate',
  3913. 'security.access.always_authenticate_before_granting' => false,
  3914. 'security.authentication.hide_user_not_found' => true,
  3915. 'security.firewalls' => [
  3916. 0 => 'dev',
  3917. 1 => 'api_private',
  3918. 2 => 'main',
  3919. ],
  3920. 'security.api_private._indexed_authenticators' => [
  3921. ],
  3922. 'security.main._indexed_authenticators' => [
  3923. ],
  3924. 'web_profiler.debug_toolbar.intercept_redirects' => false,
  3925. 'web_profiler.debug_toolbar.mode' => 2,
  3926. 'doctrine.dbal.configuration.class' => 'Doctrine\\DBAL\\Configuration',
  3927. 'doctrine.data_collector.class' => 'Doctrine\\Bundle\\DoctrineBundle\\DataCollector\\DoctrineDataCollector',
  3928. 'doctrine.dbal.connection.event_manager.class' => 'Symfony\\Bridge\\Doctrine\\ContainerAwareEventManager',
  3929. 'doctrine.dbal.connection_factory.class' => 'Doctrine\\Bundle\\DoctrineBundle\\ConnectionFactory',
  3930. 'doctrine.dbal.events.mysql_session_init.class' => 'Doctrine\\DBAL\\Event\\Listeners\\MysqlSessionInit',
  3931. 'doctrine.dbal.events.oracle_session_init.class' => 'Doctrine\\DBAL\\Event\\Listeners\\OracleSessionInit',
  3932. 'doctrine.class' => 'Doctrine\\Bundle\\DoctrineBundle\\Registry',
  3933. 'doctrine.entity_managers' => [
  3934. 'default' => 'doctrine.orm.default_entity_manager',
  3935. ],
  3936. 'doctrine.default_entity_manager' => 'default',
  3937. 'doctrine.dbal.connection_factory.types' => [
  3938. 'datetimeutc' => [
  3939. 'class' => 'Whater\\Infrastructure\\CommonBundle\\Doctrine\\Types\\UTCDateTimeType',
  3940. ],
  3941. 'geography' => [
  3942. 'class' => 'LongitudeOne\\Spatial\\DBAL\\Types\\GeographyType',
  3943. ],
  3944. 'geography_linestring' => [
  3945. 'class' => 'LongitudeOne\\Spatial\\DBAL\\Types\\Geography\\LineStringType',
  3946. ],
  3947. 'geography_point' => [
  3948. 'class' => 'LongitudeOne\\Spatial\\DBAL\\Types\\Geography\\PointType',
  3949. ],
  3950. 'geography_polygon' => [
  3951. 'class' => 'LongitudeOne\\Spatial\\DBAL\\Types\\Geography\\PolygonType',
  3952. ],
  3953. 'geometry' => [
  3954. 'class' => 'LongitudeOne\\Spatial\\DBAL\\Types\\GeometryType',
  3955. ],
  3956. 'geometry_linestring' => [
  3957. 'class' => 'LongitudeOne\\Spatial\\DBAL\\Types\\Geometry\\LineStringType',
  3958. ],
  3959. 'geometry_point' => [
  3960. 'class' => 'LongitudeOne\\Spatial\\DBAL\\Types\\Geometry\\PointType',
  3961. ],
  3962. 'geometry_polygon' => [
  3963. 'class' => 'LongitudeOne\\Spatial\\DBAL\\Types\\Geometry\\PolygonType',
  3964. ],
  3965. 'geometry_multilinestring' => [
  3966. 'class' => 'LongitudeOne\\Spatial\\DBAL\\Types\\Geometry\\MultiLineStringType',
  3967. ],
  3968. 'geometry_multipoint' => [
  3969. 'class' => 'LongitudeOne\\Spatial\\DBAL\\Types\\Geometry\\MultiPointType',
  3970. ],
  3971. 'geometry_multipolygon' => [
  3972. 'class' => 'LongitudeOne\\Spatial\\DBAL\\Types\\Geometry\\MultiPolygonType',
  3973. ],
  3974. ],
  3975. 'doctrine.connections' => [
  3976. 'default' => 'doctrine.dbal.default_connection',
  3977. ],
  3978. 'doctrine.default_connection' => 'default',
  3979. 'doctrine.orm.configuration.class' => 'Doctrine\\ORM\\Configuration',
  3980. 'doctrine.orm.entity_manager.class' => 'Doctrine\\ORM\\EntityManager',
  3981. 'doctrine.orm.manager_configurator.class' => 'Doctrine\\Bundle\\DoctrineBundle\\ManagerConfigurator',
  3982. 'doctrine.orm.cache.array.class' => 'Doctrine\\Common\\Cache\\ArrayCache',
  3983. 'doctrine.orm.cache.apc.class' => 'Doctrine\\Common\\Cache\\ApcCache',
  3984. 'doctrine.orm.cache.memcache.class' => 'Doctrine\\Common\\Cache\\MemcacheCache',
  3985. 'doctrine.orm.cache.memcache_host' => 'localhost',
  3986. 'doctrine.orm.cache.memcache_port' => 11211,
  3987. 'doctrine.orm.cache.memcache_instance.class' => 'Memcache',
  3988. 'doctrine.orm.cache.memcached.class' => 'Doctrine\\Common\\Cache\\MemcachedCache',
  3989. 'doctrine.orm.cache.memcached_host' => 'localhost',
  3990. 'doctrine.orm.cache.memcached_port' => 11211,
  3991. 'doctrine.orm.cache.memcached_instance.class' => 'Memcached',
  3992. 'doctrine.orm.cache.redis.class' => 'Doctrine\\Common\\Cache\\RedisCache',
  3993. 'doctrine.orm.cache.redis_host' => 'localhost',
  3994. 'doctrine.orm.cache.redis_port' => 6379,
  3995. 'doctrine.orm.cache.redis_instance.class' => 'Redis',
  3996. 'doctrine.orm.cache.xcache.class' => 'Doctrine\\Common\\Cache\\XcacheCache',
  3997. 'doctrine.orm.cache.wincache.class' => 'Doctrine\\Common\\Cache\\WinCacheCache',
  3998. 'doctrine.orm.cache.zenddata.class' => 'Doctrine\\Common\\Cache\\ZendDataCache',
  3999. 'doctrine.orm.metadata.driver_chain.class' => 'Doctrine\\Persistence\\Mapping\\Driver\\MappingDriverChain',
  4000. 'doctrine.orm.metadata.annotation.class' => 'Doctrine\\ORM\\Mapping\\Driver\\AnnotationDriver',
  4001. 'doctrine.orm.metadata.xml.class' => 'Doctrine\\ORM\\Mapping\\Driver\\SimplifiedXmlDriver',
  4002. 'doctrine.orm.metadata.yml.class' => 'Doctrine\\ORM\\Mapping\\Driver\\SimplifiedYamlDriver',
  4003. 'doctrine.orm.metadata.php.class' => 'Doctrine\\ORM\\Mapping\\Driver\\PHPDriver',
  4004. 'doctrine.orm.metadata.staticphp.class' => 'Doctrine\\ORM\\Mapping\\Driver\\StaticPHPDriver',
  4005. 'doctrine.orm.metadata.attribute.class' => 'Doctrine\\ORM\\Mapping\\Driver\\AttributeDriver',
  4006. 'doctrine.orm.proxy_cache_warmer.class' => 'Symfony\\Bridge\\Doctrine\\CacheWarmer\\ProxyCacheWarmer',
  4007. 'form.type_guesser.doctrine.class' => 'Symfony\\Bridge\\Doctrine\\Form\\DoctrineOrmTypeGuesser',
  4008. 'doctrine.orm.validator.unique.class' => 'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator',
  4009. 'doctrine.orm.validator_initializer.class' => 'Symfony\\Bridge\\Doctrine\\Validator\\DoctrineInitializer',
  4010. 'doctrine.orm.security.user.provider.class' => 'Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider',
  4011. 'doctrine.orm.listeners.resolve_target_entity.class' => 'Doctrine\\ORM\\Tools\\ResolveTargetEntityListener',
  4012. 'doctrine.orm.listeners.attach_entity_listeners.class' => 'Doctrine\\ORM\\Tools\\AttachEntityListenersListener',
  4013. 'doctrine.orm.naming_strategy.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultNamingStrategy',
  4014. 'doctrine.orm.naming_strategy.underscore.class' => 'Doctrine\\ORM\\Mapping\\UnderscoreNamingStrategy',
  4015. 'doctrine.orm.quote_strategy.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultQuoteStrategy',
  4016. 'doctrine.orm.quote_strategy.ansi.class' => 'Doctrine\\ORM\\Mapping\\AnsiQuoteStrategy',
  4017. 'doctrine.orm.typed_field_mapper.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultTypedFieldMapper',
  4018. 'doctrine.orm.entity_listener_resolver.class' => 'Doctrine\\Bundle\\DoctrineBundle\\Mapping\\ContainerEntityListenerResolver',
  4019. 'doctrine.orm.second_level_cache.default_cache_factory.class' => 'Doctrine\\ORM\\Cache\\DefaultCacheFactory',
  4020. 'doctrine.orm.second_level_cache.default_region.class' => 'Doctrine\\ORM\\Cache\\Region\\DefaultRegion',
  4021. 'doctrine.orm.second_level_cache.filelock_region.class' => 'Doctrine\\ORM\\Cache\\Region\\FileLockRegion',
  4022. 'doctrine.orm.second_level_cache.logger_chain.class' => 'Doctrine\\ORM\\Cache\\Logging\\CacheLoggerChain',
  4023. 'doctrine.orm.second_level_cache.logger_statistics.class' => 'Doctrine\\ORM\\Cache\\Logging\\StatisticsCacheLogger',
  4024. 'doctrine.orm.second_level_cache.cache_configuration.class' => 'Doctrine\\ORM\\Cache\\CacheConfiguration',
  4025. 'doctrine.orm.second_level_cache.regions_configuration.class' => 'Doctrine\\ORM\\Cache\\RegionsConfiguration',
  4026. 'doctrine.orm.auto_generate_proxy_classes' => true,
  4027. 'doctrine.orm.enable_lazy_ghost_objects' => false,
  4028. 'doctrine.orm.proxy_namespace' => 'Proxies',
  4029. 'doctrine.migrations.preferred_em' => NULL,
  4030. 'doctrine.migrations.preferred_connection' => NULL,
  4031. 'stof_doctrine_extensions.listener.sluggable.class' => 'Gedmo\\Sluggable\\SluggableListener',
  4032. 'stof_doctrine_extensions.default_locale' => 'en_US',
  4033. 'stof_doctrine_extensions.translation_fallback' => false,
  4034. 'stof_doctrine_extensions.persist_default_translation' => false,
  4035. 'stof_doctrine_extensions.skip_translation_on_load' => false,
  4036. 'stof_doctrine_extensions.listener.translatable.class' => 'Gedmo\\Translatable\\TranslatableListener',
  4037. 'stof_doctrine_extensions.listener.timestampable.class' => 'Gedmo\\Timestampable\\TimestampableListener',
  4038. 'stof_doctrine_extensions.listener.blameable.class' => 'Gedmo\\Blameable\\BlameableListener',
  4039. 'stof_doctrine_extensions.listener.tree.class' => 'Gedmo\\Tree\\TreeListener',
  4040. 'stof_doctrine_extensions.listener.loggable.class' => 'Gedmo\\Loggable\\LoggableListener',
  4041. 'stof_doctrine_extensions.listener.sortable.class' => 'Gedmo\\Sortable\\SortableListener',
  4042. 'stof_doctrine_extensions.listener.softdeleteable.class' => 'Gedmo\\SoftDeleteable\\SoftDeleteableListener',
  4043. 'stof_doctrine_extensions.listener.uploadable.class' => 'Gedmo\\Uploadable\\UploadableListener',
  4044. 'stof_doctrine_extensions.listener.reference_integrity.class' => 'Gedmo\\ReferenceIntegrity\\ReferenceIntegrityListener',
  4045. 'snc_redis.client.class' => 'Predis\\Client',
  4046. 'snc_redis.client_options.class' => 'Predis\\Configuration\\Options',
  4047. 'snc_redis.connection_parameters.class' => 'Predis\\Connection\\Parameters',
  4048. 'snc_redis.connection_factory.class' => 'Snc\\RedisBundle\\Client\\Predis\\Connection\\ConnectionFactory',
  4049. 'snc_redis.connection_wrapper.class' => 'Snc\\RedisBundle\\Client\\Predis\\Connection\\ConnectionWrapper',
  4050. 'snc_redis.phpredis_client.class' => 'Redis',
  4051. 'snc_redis.relay_client.class' => 'Relay\\Relay',
  4052. 'snc_redis.phpredis_clusterclient.class' => 'RedisCluster',
  4053. 'snc_redis.logger.class' => 'Snc\\RedisBundle\\Logger\\RedisLogger',
  4054. 'snc_redis.data_collector.class' => 'Snc\\RedisBundle\\DataCollector\\RedisDataCollector',
  4055. 'snc_redis.monolog_handler.class' => 'Monolog\\Handler\\RedisHandler',
  4056. 'presta_sitemap.generator.class' => 'Presta\\SitemapBundle\\Service\\Generator',
  4057. 'presta_sitemap.dumper.class' => 'Presta\\SitemapBundle\\Service\\Dumper',
  4058. 'presta_sitemap.routing_loader.class' => 'Presta\\SitemapBundle\\Routing\\SitemapRoutingLoader',
  4059. 'presta_sitemap.dump_command.class' => 'Presta\\SitemapBundle\\Command\\DumpSitemapsCommand',
  4060. 'presta_sitemap.dump_directory' => (\dirname(__DIR__, 4).'/public'),
  4061. 'presta_sitemap.timetolive' => 3600,
  4062. 'presta_sitemap.sitemap_file_prefix' => 'sitemap',
  4063. 'presta_sitemap.items_by_set' => 50000,
  4064. 'presta_sitemap.defaults' => [
  4065. 'priority' => 0.5,
  4066. 'changefreq' => 'daily',
  4067. 'lastmod' => 'now',
  4068. ],
  4069. 'presta_sitemap.default_section' => 'default',
  4070. 'presta_sitemap.eventlistener.route_annotation.class' => 'Presta\\SitemapBundle\\EventListener\\RouteAnnotationEventListener',
  4071. 'knp_menu.renderer.list.options' => [
  4072. ],
  4073. 'knp_menu.renderer.twig.options' => [
  4074. ],
  4075. 'knp_menu.renderer.twig.template' => '@KnpMenu/menu.html.twig',
  4076. 'knp_menu.default_renderer' => 'twig',
  4077. 'fos_rest.format_listener.rules' => NULL,
  4078. 'time.datetime_formatter.class' => 'Knp\\Bundle\\TimeBundle\\DateTimeFormatter',
  4079. 'time.twig.extension.time.class' => 'Knp\\Bundle\\TimeBundle\\Twig\\Extension\\TimeExtension',
  4080. 'time.templating.helper.time.class' => 'Knp\\Bundle\\TimeBundle\\Templating\\Helper\\TimeHelper',
  4081. 'knp_snappy.pdf.binary' => 'wkhtmltopdf',
  4082. 'knp_snappy.pdf.options' => [
  4083. ],
  4084. 'knp_snappy.pdf.env' => [
  4085. ],
  4086. 'knp_snappy.image.binary' => 'wkhtmltoimage',
  4087. 'knp_snappy.image.options' => [
  4088. ],
  4089. 'knp_snappy.image.env' => [
  4090. ],
  4091. 'ewz_recaptcha.public_key' => '6LeOgtEUAAAAAKDoPnvxjAlSF2C79uhXltgHYwKh',
  4092. 'ewz_recaptcha.private_key' => '6LeOgtEUAAAAAIBjvXyfrEPR0zE5XqC91uAPuuPD',
  4093. 'ewz_recaptcha.locale_key' => 'es',
  4094. 'ewz_recaptcha.locale_from_request' => true,
  4095. 'ewz_recaptcha.enabled' => false,
  4096. 'ewz_recaptcha.verify_host' => false,
  4097. 'ewz_recaptcha.ajax' => false,
  4098. 'ewz_recaptcha.api_host' => 'www.google.com',
  4099. 'ewz_recaptcha.version' => 2,
  4100. 'ewz_recaptcha.hide_badge' => false,
  4101. 'ewz_recaptcha.score_threshold' => 0.5,
  4102. 'ewz_recaptcha.timeout' => NULL,
  4103. 'ewz_recaptcha.trusted_roles' => [
  4104. ],
  4105. 'ewz_recaptcha.http_proxy' => [
  4106. 'host' => NULL,
  4107. 'port' => NULL,
  4108. 'auth' => NULL,
  4109. ],
  4110. 'ewz_recaptcha.service_definition' => [
  4111. ],
  4112. 'lexik_jwt_authentication.private_key_path' => (\dirname(__DIR__, 4).'/app/security/jwt/private.pem'),
  4113. 'lexik_jwt_authentication.public_key_path' => (\dirname(__DIR__, 4).'/app/security/jwt/public.pem'),
  4114. 'lexik_jwt_authentication.pass_phrase' => '$#c138JWT',
  4115. 'lexik_jwt_authentication.token_ttl' => 86400,
  4116. 'lexik_jwt_authentication.clock_skew' => 0,
  4117. 'lexik_jwt_authentication.user_identity_field' => 'username',
  4118. 'lexik_jwt_authentication.allow_no_expiration' => false,
  4119. 'lexik_jwt_authentication.user_id_claim' => 'username',
  4120. 'lexik_jwt_authentication.encoder.signature_algorithm' => 'RS256',
  4121. 'lexik_jwt_authentication.encoder.crypto_engine' => 'openssl',
  4122. 'gesdinet_jwt_refresh_token.ttl' => 2592000,
  4123. 'gesdinet_jwt_refresh_token.ttl_update' => false,
  4124. 'gesdinet_jwt_refresh_token.security.firewall' => 'refresh',
  4125. 'gesdinet_jwt_refresh_token.user_provider' => NULL,
  4126. 'gesdinet_jwt_refresh_token.user_identity_field' => 'username',
  4127. 'gesdinet_jwt_refresh_token.single_use' => false,
  4128. 'gesdinet_jwt_refresh_token.token_parameter_name' => 'refresh_token',
  4129. 'gesdinet_jwt_refresh_token.doctrine_mappings' => true,
  4130. 'gesdinet.jwtrefreshtoken.refresh_token.class' => 'Whater\\Domain\\Security\\Model\\JwtRefreshToken',
  4131. 'gesdinet.jwtrefreshtoken.object_manager.id' => 'doctrine.orm.entity_manager',
  4132. 'gesdinet.jwtrefreshtoken.user_checker.id' => 'security.user_checker',
  4133. 'nelmio_api_doc.areas' => [
  4134. 0 => 'default',
  4135. ],
  4136. 'nelmio_cors.map' => [
  4137. '^/api-public/' => [
  4138. 'allow_credentials' => true,
  4139. 'allow_origin' => true,
  4140. 'allow_headers' => true,
  4141. 'allow_methods' => [
  4142. 0 => 'POST',
  4143. 1 => 'PUT',
  4144. 2 => 'GET',
  4145. 3 => 'DELETE',
  4146. ],
  4147. 'max_age' => 3600,
  4148. ],
  4149. '^/api/' => [
  4150. 'allow_credentials' => true,
  4151. 'allow_origin' => true,
  4152. 'allow_headers' => true,
  4153. 'allow_methods' => [
  4154. 0 => 'POST',
  4155. 1 => 'PUT',
  4156. 2 => 'GET',
  4157. 3 => 'DELETE',
  4158. ],
  4159. 'max_age' => 3600,
  4160. ],
  4161. '^/widget/' => [
  4162. 'allow_credentials' => true,
  4163. 'allow_origin' => true,
  4164. 'allow_headers' => true,
  4165. 'allow_methods' => [
  4166. 0 => 'POST',
  4167. 1 => 'PUT',
  4168. 2 => 'GET',
  4169. 3 => 'DELETE',
  4170. ],
  4171. 'max_age' => 3600,
  4172. ],
  4173. ],
  4174. 'nelmio_cors.defaults' => [
  4175. 'allow_origin' => [
  4176. ],
  4177. 'allow_credentials' => false,
  4178. 'allow_headers' => [
  4179. ],
  4180. 'allow_private_network' => false,
  4181. 'expose_headers' => [
  4182. ],
  4183. 'allow_methods' => [
  4184. ],
  4185. 'max_age' => 0,
  4186. 'hosts' => [
  4187. ],
  4188. 'origin_regex' => false,
  4189. 'forced_allow_origin_value' => NULL,
  4190. 'skip_same_as_origin' => true,
  4191. ],
  4192. 'nelmio_cors.cors_listener.class' => 'Nelmio\\CorsBundle\\EventListener\\CorsListener',
  4193. 'nelmio_cors.options_resolver.class' => 'Nelmio\\CorsBundle\\Options\\Resolver',
  4194. 'nelmio_cors.options_provider.config.class' => 'Nelmio\\CorsBundle\\Options\\ConfigProvider',
  4195. 'nelmio_security.nonce_generator.number_of_bytes' => 16,
  4196. 'nelmio_security.csp.hash_algorithm' => 'sha256',
  4197. 'nelmio_security.csp.report_log_level' => 'notice',
  4198. 'liip_imagine.resolvers' => [
  4199. 'default' => [
  4200. 'web_path' => [
  4201. 'web_root' => (\dirname(__DIR__, 4).'/web/'),
  4202. 'cache_prefix' => 'media/cache',
  4203. ],
  4204. ],
  4205. ],
  4206. 'liip_imagine.loaders' => [
  4207. 'default' => [
  4208. 'filesystem' => [
  4209. 'data_root' => [
  4210. 0 => (\dirname(__DIR__, 4).'/web/'),
  4211. ],
  4212. 'locator' => 'filesystem',
  4213. 'allow_unresolvable_data_roots' => false,
  4214. 'bundle_resources' => [
  4215. 'enabled' => false,
  4216. 'access_control_type' => 'blacklist',
  4217. 'access_control_list' => [
  4218. ],
  4219. ],
  4220. ],
  4221. ],
  4222. ],
  4223. 'liip_imagine.jpegoptim.binary' => '/usr/bin/jpegoptim',
  4224. 'liip_imagine.jpegoptim.stripAll' => true,
  4225. 'liip_imagine.jpegoptim.max' => NULL,
  4226. 'liip_imagine.jpegoptim.progressive' => true,
  4227. 'liip_imagine.jpegoptim.tempDir' => NULL,
  4228. 'liip_imagine.optipng.binary' => '/usr/bin/optipng',
  4229. 'liip_imagine.optipng.level' => 7,
  4230. 'liip_imagine.optipng.stripAll' => true,
  4231. 'liip_imagine.optipng.tempDir' => NULL,
  4232. 'liip_imagine.pngquant.binary' => '/usr/bin/pngquant',
  4233. 'liip_imagine.mozjpeg.binary' => '/opt/mozjpeg/bin/cjpeg',
  4234. 'liip_imagine.cwebp.binary' => '/usr/bin/cwebp',
  4235. 'liip_imagine.cwebp.tempDir' => NULL,
  4236. 'liip_imagine.cwebp.q' => 75,
  4237. 'liip_imagine.cwebp.alphaQ' => 100,
  4238. 'liip_imagine.cwebp.m' => 4,
  4239. 'liip_imagine.cwebp.alphaFilter' => 'fast',
  4240. 'liip_imagine.cwebp.alphaMethod' => 1,
  4241. 'liip_imagine.cwebp.exact' => false,
  4242. 'liip_imagine.cwebp.metadata' => [
  4243. 0 => 'none',
  4244. ],
  4245. 'liip_imagine.driver_service' => 'liip_imagine.gd',
  4246. 'liip_imagine.cache.resolver.default' => 'default',
  4247. 'liip_imagine.default_image' => NULL,
  4248. 'liip_imagine.filter_sets' => [
  4249. 'cache' => [
  4250. 'quality' => 100,
  4251. 'jpeg_quality' => NULL,
  4252. 'png_compression_level' => NULL,
  4253. 'png_compression_filter' => NULL,
  4254. 'format' => NULL,
  4255. 'animated' => false,
  4256. 'cache' => NULL,
  4257. 'data_loader' => NULL,
  4258. 'default_image' => NULL,
  4259. 'filters' => [
  4260. ],
  4261. 'post_processors' => [
  4262. ],
  4263. ],
  4264. 'whaterpoint_gallery' => [
  4265. 'quality' => 100,
  4266. 'jpeg_quality' => NULL,
  4267. 'png_compression_level' => NULL,
  4268. 'png_compression_filter' => NULL,
  4269. 'format' => NULL,
  4270. 'animated' => false,
  4271. 'cache' => NULL,
  4272. 'data_loader' => NULL,
  4273. 'default_image' => NULL,
  4274. 'filters' => [
  4275. 'thumbnail' => [
  4276. 'size' => [
  4277. 0 => 400,
  4278. 1 => 400,
  4279. ],
  4280. 'position' => 'center',
  4281. ],
  4282. ],
  4283. 'post_processors' => [
  4284. ],
  4285. ],
  4286. 'whaterpoint_thumb' => [
  4287. 'quality' => 80,
  4288. 'jpeg_quality' => NULL,
  4289. 'png_compression_level' => NULL,
  4290. 'png_compression_filter' => NULL,
  4291. 'format' => NULL,
  4292. 'animated' => false,
  4293. 'cache' => NULL,
  4294. 'data_loader' => NULL,
  4295. 'default_image' => NULL,
  4296. 'filters' => [
  4297. 'thumbnail' => [
  4298. 'size' => [
  4299. 0 => 200,
  4300. 1 => 200,
  4301. ],
  4302. 'position' => 'center',
  4303. ],
  4304. ],
  4305. 'post_processors' => [
  4306. ],
  4307. ],
  4308. 'whaterpoint_thumb_100_50' => [
  4309. 'quality' => 100,
  4310. 'jpeg_quality' => NULL,
  4311. 'png_compression_level' => NULL,
  4312. 'png_compression_filter' => NULL,
  4313. 'format' => NULL,
  4314. 'animated' => false,
  4315. 'cache' => NULL,
  4316. 'data_loader' => NULL,
  4317. 'default_image' => NULL,
  4318. 'filters' => [
  4319. 'thumbnail' => [
  4320. 'size' => [
  4321. 0 => 100,
  4322. 1 => 50,
  4323. ],
  4324. 'position' => 'center',
  4325. ],
  4326. ],
  4327. 'post_processors' => [
  4328. ],
  4329. ],
  4330. 'whaterpoint_logo' => [
  4331. 'quality' => 100,
  4332. 'jpeg_quality' => NULL,
  4333. 'png_compression_level' => NULL,
  4334. 'png_compression_filter' => NULL,
  4335. 'format' => NULL,
  4336. 'animated' => false,
  4337. 'cache' => NULL,
  4338. 'data_loader' => NULL,
  4339. 'default_image' => NULL,
  4340. 'filters' => [
  4341. 'thumbnail' => [
  4342. 'size' => [
  4343. 0 => 500,
  4344. 1 => 140,
  4345. ],
  4346. 'position' => 'center',
  4347. ],
  4348. ],
  4349. 'post_processors' => [
  4350. ],
  4351. ],
  4352. 'whaterpoint_simple_logo_60' => [
  4353. 'quality' => 100,
  4354. 'jpeg_quality' => NULL,
  4355. 'png_compression_level' => NULL,
  4356. 'png_compression_filter' => NULL,
  4357. 'format' => NULL,
  4358. 'animated' => false,
  4359. 'cache' => NULL,
  4360. 'data_loader' => NULL,
  4361. 'default_image' => NULL,
  4362. 'filters' => [
  4363. 'thumbnail' => [
  4364. 'size' => [
  4365. 0 => 60,
  4366. 1 => 60,
  4367. ],
  4368. 'position' => 'center',
  4369. ],
  4370. ],
  4371. 'post_processors' => [
  4372. ],
  4373. ],
  4374. 'whaterpoint_simple_logo_40' => [
  4375. 'quality' => 100,
  4376. 'jpeg_quality' => NULL,
  4377. 'png_compression_level' => NULL,
  4378. 'png_compression_filter' => NULL,
  4379. 'format' => NULL,
  4380. 'animated' => false,
  4381. 'cache' => NULL,
  4382. 'data_loader' => NULL,
  4383. 'default_image' => NULL,
  4384. 'filters' => [
  4385. 'thumbnail' => [
  4386. 'size' => [
  4387. 0 => 40,
  4388. 1 => 40,
  4389. ],
  4390. 'position' => 'center',
  4391. ],
  4392. ],
  4393. 'post_processors' => [
  4394. ],
  4395. ],
  4396. 'product_list_image' => [
  4397. 'quality' => 100,
  4398. 'jpeg_quality' => NULL,
  4399. 'png_compression_level' => NULL,
  4400. 'png_compression_filter' => NULL,
  4401. 'format' => NULL,
  4402. 'animated' => false,
  4403. 'cache' => NULL,
  4404. 'data_loader' => NULL,
  4405. 'default_image' => NULL,
  4406. 'filters' => [
  4407. 'thumbnail' => [
  4408. 'size' => [
  4409. 0 => 530,
  4410. 1 => 530,
  4411. ],
  4412. 'mode' => 'center',
  4413. ],
  4414. 'background' => [
  4415. 'color' => '#ffffff',
  4416. ],
  4417. ],
  4418. 'post_processors' => [
  4419. ],
  4420. ],
  4421. 'product_image_thumbnail_65_65' => [
  4422. 'quality' => 100,
  4423. 'jpeg_quality' => NULL,
  4424. 'png_compression_level' => NULL,
  4425. 'png_compression_filter' => NULL,
  4426. 'format' => NULL,
  4427. 'animated' => false,
  4428. 'cache' => NULL,
  4429. 'data_loader' => NULL,
  4430. 'default_image' => NULL,
  4431. 'filters' => [
  4432. 'thumbnail' => [
  4433. 'size' => [
  4434. 0 => 65,
  4435. 1 => 65,
  4436. ],
  4437. 'mode' => 'center',
  4438. ],
  4439. 'background' => [
  4440. 'color' => '#ffffff',
  4441. ],
  4442. ],
  4443. 'post_processors' => [
  4444. ],
  4445. ],
  4446. 'product_image_thumbnail_25_25' => [
  4447. 'quality' => 100,
  4448. 'jpeg_quality' => NULL,
  4449. 'png_compression_level' => NULL,
  4450. 'png_compression_filter' => NULL,
  4451. 'format' => NULL,
  4452. 'animated' => false,
  4453. 'cache' => NULL,
  4454. 'data_loader' => NULL,
  4455. 'default_image' => NULL,
  4456. 'filters' => [
  4457. 'thumbnail' => [
  4458. 'size' => [
  4459. 0 => 25,
  4460. 1 => 25,
  4461. ],
  4462. 'mode' => 'center',
  4463. ],
  4464. 'background' => [
  4465. 'color' => '#ffffff',
  4466. ],
  4467. ],
  4468. 'post_processors' => [
  4469. ],
  4470. ],
  4471. 'product_image_thumbnail_480_480' => [
  4472. 'quality' => 100,
  4473. 'jpeg_quality' => NULL,
  4474. 'png_compression_level' => NULL,
  4475. 'png_compression_filter' => NULL,
  4476. 'format' => NULL,
  4477. 'animated' => false,
  4478. 'cache' => NULL,
  4479. 'data_loader' => NULL,
  4480. 'default_image' => NULL,
  4481. 'filters' => [
  4482. 'thumbnail' => [
  4483. 'size' => [
  4484. 0 => 480,
  4485. 1 => 480,
  4486. ],
  4487. 'mode' => 'center',
  4488. ],
  4489. 'background' => [
  4490. 'color' => '#ffffff',
  4491. ],
  4492. ],
  4493. 'post_processors' => [
  4494. ],
  4495. ],
  4496. 'whater_valoration_image_thumb_300_200' => [
  4497. 'quality' => 100,
  4498. 'jpeg_quality' => NULL,
  4499. 'png_compression_level' => NULL,
  4500. 'png_compression_filter' => NULL,
  4501. 'format' => NULL,
  4502. 'animated' => false,
  4503. 'cache' => NULL,
  4504. 'data_loader' => NULL,
  4505. 'default_image' => NULL,
  4506. 'filters' => [
  4507. 'thumbnail' => [
  4508. 'size' => [
  4509. 0 => 300,
  4510. 1 => 200,
  4511. ],
  4512. 'position' => 'center',
  4513. ],
  4514. ],
  4515. 'post_processors' => [
  4516. ],
  4517. ],
  4518. 'distribution_network_valoration_image_thumb_300_200' => [
  4519. 'quality' => 100,
  4520. 'jpeg_quality' => NULL,
  4521. 'png_compression_level' => NULL,
  4522. 'png_compression_filter' => NULL,
  4523. 'format' => NULL,
  4524. 'animated' => false,
  4525. 'cache' => NULL,
  4526. 'data_loader' => NULL,
  4527. 'default_image' => NULL,
  4528. 'filters' => [
  4529. 'thumbnail' => [
  4530. 'size' => [
  4531. 0 => 300,
  4532. 1 => 200,
  4533. ],
  4534. 'position' => 'center',
  4535. ],
  4536. ],
  4537. 'post_processors' => [
  4538. ],
  4539. ],
  4540. 'whater_blog_header_image_1200_300' => [
  4541. 'quality' => 100,
  4542. 'jpeg_quality' => NULL,
  4543. 'png_compression_level' => NULL,
  4544. 'png_compression_filter' => NULL,
  4545. 'format' => NULL,
  4546. 'animated' => false,
  4547. 'cache' => NULL,
  4548. 'data_loader' => NULL,
  4549. 'default_image' => NULL,
  4550. 'filters' => [
  4551. 'thumbnail' => [
  4552. 'size' => [
  4553. 0 => 1200,
  4554. 1 => 300,
  4555. ],
  4556. 'position' => 'center',
  4557. ],
  4558. ],
  4559. 'post_processors' => [
  4560. ],
  4561. ],
  4562. 'whater_blog_header_list_image_1200_200' => [
  4563. 'quality' => 100,
  4564. 'jpeg_quality' => NULL,
  4565. 'png_compression_level' => NULL,
  4566. 'png_compression_filter' => NULL,
  4567. 'format' => NULL,
  4568. 'animated' => false,
  4569. 'cache' => NULL,
  4570. 'data_loader' => NULL,
  4571. 'default_image' => NULL,
  4572. 'filters' => [
  4573. 'thumbnail' => [
  4574. 'size' => [
  4575. 0 => 1200,
  4576. 1 => 200,
  4577. ],
  4578. 'position' => 'center',
  4579. ],
  4580. ],
  4581. 'post_processors' => [
  4582. ],
  4583. ],
  4584. ],
  4585. 'liip_imagine.binary.loader.default' => 'default',
  4586. 'liip_imagine.controller.filter_action' => 'Liip\\ImagineBundle\\Controller\\ImagineController::filterAction',
  4587. 'liip_imagine.controller.filter_runtime_action' => 'Liip\\ImagineBundle\\Controller\\ImagineController::filterRuntimeAction',
  4588. 'liip_imagine.webp.generate' => false,
  4589. 'liip_imagine.webp.options' => [
  4590. 'quality' => 100,
  4591. 'cache' => NULL,
  4592. 'data_loader' => NULL,
  4593. 'post_processors' => [
  4594. ],
  4595. ],
  4596. 'gos_web_socket.shared_config' => true,
  4597. 'gos_web_socket.client.storage.ttl' => 900,
  4598. 'gos_web_socket.firewall' => [
  4599. 0 => 'main',
  4600. ],
  4601. 'gos_web_socket.client.storage.prefix' => '',
  4602. 'gos_web_socket.server.port' => 8888,
  4603. 'gos_web_socket.server.host' => '0.0.0.0',
  4604. 'gos_web_socket.server.tls.enabled' => false,
  4605. 'gos_web_socket.server.tls.options' => [
  4606. ],
  4607. 'gos_web_socket.server.origin_check' => false,
  4608. 'gos_web_socket.server.ip_address_check' => false,
  4609. 'gos_web_socket.server.keepalive_ping' => false,
  4610. 'gos_web_socket.server.keepalive_interval' => 30,
  4611. 'gos_web_socket.router_resources' => [
  4612. 0 => [
  4613. 'resource' => '@WhaterUIWebBundle/Resources/config/websockets/wsrouting.yml',
  4614. 'type' => 'yaml',
  4615. ],
  4616. ],
  4617. 'gos_web_socket.blocked_ip_addresses' => [
  4618. ],
  4619. 'vich_uploader.default_filename_attribute_suffix' => '_name',
  4620. 'vich_uploader.mappings' => [
  4621. 'whater_point_image' => [
  4622. 'uri_prefix' => '/media/whaterpoint',
  4623. 'upload_destination' => (\dirname(__DIR__, 4).'/web/media/whaterpoint'),
  4624. 'namer' => [
  4625. 'service' => 'Vich\\UploaderBundle\\Naming\\UniqidNamer.whater_point_image',
  4626. 'options' => [
  4627. ],
  4628. ],
  4629. 'inject_on_load' => false,
  4630. 'delete_on_update' => true,
  4631. 'delete_on_remove' => true,
  4632. 'directory_namer' => [
  4633. 'service' => NULL,
  4634. 'options' => NULL,
  4635. ],
  4636. 'db_driver' => 'orm',
  4637. ],
  4638. 'analytical_media' => [
  4639. 'uri_prefix' => '/media/analytical_media',
  4640. 'upload_destination' => (\dirname(__DIR__, 4).'/web/media/analytical_media'),
  4641. 'namer' => [
  4642. 'service' => 'Vich\\UploaderBundle\\Naming\\UniqidNamer.analytical_media',
  4643. 'options' => [
  4644. ],
  4645. ],
  4646. 'inject_on_load' => false,
  4647. 'delete_on_update' => true,
  4648. 'delete_on_remove' => true,
  4649. 'directory_namer' => [
  4650. 'service' => NULL,
  4651. 'options' => NULL,
  4652. ],
  4653. 'db_driver' => 'orm',
  4654. ],
  4655. 'product_image' => [
  4656. 'uri_prefix' => '/media/product',
  4657. 'upload_destination' => (\dirname(__DIR__, 4).'/web/media/product'),
  4658. 'namer' => [
  4659. 'service' => 'Vich\\UploaderBundle\\Naming\\UniqidNamer.product_image',
  4660. 'options' => [
  4661. ],
  4662. ],
  4663. 'inject_on_load' => false,
  4664. 'delete_on_update' => true,
  4665. 'delete_on_remove' => true,
  4666. 'directory_namer' => [
  4667. 'service' => NULL,
  4668. 'options' => NULL,
  4669. ],
  4670. 'db_driver' => 'orm',
  4671. ],
  4672. 'whater_valoration_image' => [
  4673. 'uri_prefix' => '/media/valoration',
  4674. 'upload_destination' => (\dirname(__DIR__, 4).'/web/media/valoration'),
  4675. 'namer' => [
  4676. 'service' => 'Vich\\UploaderBundle\\Naming\\UniqidNamer.whater_valoration_image',
  4677. 'options' => [
  4678. ],
  4679. ],
  4680. 'inject_on_load' => false,
  4681. 'delete_on_update' => true,
  4682. 'delete_on_remove' => true,
  4683. 'directory_namer' => [
  4684. 'service' => NULL,
  4685. 'options' => NULL,
  4686. ],
  4687. 'db_driver' => 'orm',
  4688. ],
  4689. 'distribution_network_valoration_image' => [
  4690. 'uri_prefix' => '/media/dn_valoration',
  4691. 'upload_destination' => (\dirname(__DIR__, 4).'/web/media/dn_valoration'),
  4692. 'namer' => [
  4693. 'service' => 'Vich\\UploaderBundle\\Naming\\UniqidNamer.distribution_network_valoration_image',
  4694. 'options' => [
  4695. ],
  4696. ],
  4697. 'inject_on_load' => false,
  4698. 'delete_on_update' => true,
  4699. 'delete_on_remove' => true,
  4700. 'directory_namer' => [
  4701. 'service' => NULL,
  4702. 'options' => NULL,
  4703. ],
  4704. 'db_driver' => 'orm',
  4705. ],
  4706. ],
  4707. 'vich_uploader.file_injector.class' => 'Vich\\UploaderBundle\\Injector\\FileInjector',
  4708. 'sonata.media.admin_format' => [
  4709. 'width' => 200,
  4710. 'height' => NULL,
  4711. 'quality' => 90,
  4712. 'format' => 'jpg',
  4713. 'constraint' => true,
  4714. 'resizer' => NULL,
  4715. 'resizer_options' => [
  4716. ],
  4717. ],
  4718. 'sonata.media.resizer.simple.adapter.mode' => 1,
  4719. 'sonata.media.resizer.square.adapter.mode' => 1,
  4720. 'sonata.media.media.class' => 'App\\Entity\\SonataMediaMedia',
  4721. 'sonata.media.gallery.class' => 'App\\Entity\\SonataMediaGallery',
  4722. 'sonata.media.gallery_item.class' => 'App\\Entity\\SonataMediaGalleryItem',
  4723. 'sonata.admin.manipulator.acl.object.orm.class' => 'Sonata\\DoctrineORMAdminBundle\\Util\\ObjectAclManipulator',
  4724. 'sonata_doctrine_orm_admin.entity_manager' => NULL,
  4725. 'sonata_doctrine_orm_admin.templates' => [
  4726. 'types' => [
  4727. 'list' => [
  4728. 'array' => '@SonataAdmin/CRUD/list_array.html.twig',
  4729. 'boolean' => '@SonataAdmin/CRUD/list_boolean.html.twig',
  4730. 'date' => '@SonataAdmin/CRUD/list_date.html.twig',
  4731. 'time' => '@SonataAdmin/CRUD/list_time.html.twig',
  4732. 'datetime' => '@SonataAdmin/CRUD/list_datetime.html.twig',
  4733. 'textarea' => '@SonataAdmin/CRUD/list_string.html.twig',
  4734. 'email' => '@SonataAdmin/CRUD/list_email.html.twig',
  4735. 'enum' => '@SonataAdmin/CRUD/list_enum.html.twig',
  4736. 'trans' => '@SonataAdmin/CRUD/list_trans.html.twig',
  4737. 'string' => '@SonataAdmin/CRUD/list_string.html.twig',
  4738. 'integer' => '@SonataAdmin/CRUD/list_string.html.twig',
  4739. 'float' => '@SonataAdmin/CRUD/list_string.html.twig',
  4740. 'identifier' => '@SonataAdmin/CRUD/list_string.html.twig',
  4741. 'currency' => '@SonataAdmin/CRUD/list_currency.html.twig',
  4742. 'percent' => '@SonataAdmin/CRUD/list_percent.html.twig',
  4743. 'choice' => '@SonataAdmin/CRUD/list_choice.html.twig',
  4744. 'url' => '@SonataAdmin/CRUD/list_url.html.twig',
  4745. 'html' => '@SonataAdmin/CRUD/list_html.html.twig',
  4746. 'many_to_many' => '@SonataAdmin/CRUD/Association/list_many_to_many.html.twig',
  4747. 'many_to_one' => '@SonataAdmin/CRUD/Association/list_many_to_one.html.twig',
  4748. 'one_to_many' => '@SonataAdmin/CRUD/Association/list_one_to_many.html.twig',
  4749. 'one_to_one' => '@SonataAdmin/CRUD/Association/list_one_to_one.html.twig',
  4750. ],
  4751. 'show' => [
  4752. 'array' => '@SonataAdmin/CRUD/show_array.html.twig',
  4753. 'boolean' => '@SonataAdmin/CRUD/show_boolean.html.twig',
  4754. 'date' => '@SonataAdmin/CRUD/show_date.html.twig',
  4755. 'time' => '@SonataAdmin/CRUD/show_time.html.twig',
  4756. 'datetime' => '@SonataAdmin/CRUD/show_datetime.html.twig',
  4757. 'email' => '@SonataAdmin/CRUD/show_email.html.twig',
  4758. 'enum' => '@SonataAdmin/CRUD/show_enum.html.twig',
  4759. 'trans' => '@SonataAdmin/CRUD/show_trans.html.twig',
  4760. 'string' => '@SonataAdmin/CRUD/base_show_field.html.twig',
  4761. 'integer' => '@SonataAdmin/CRUD/base_show_field.html.twig',
  4762. 'float' => '@SonataAdmin/CRUD/base_show_field.html.twig',
  4763. 'currency' => '@SonataAdmin/CRUD/show_currency.html.twig',
  4764. 'percent' => '@SonataAdmin/CRUD/show_percent.html.twig',
  4765. 'choice' => '@SonataAdmin/CRUD/show_choice.html.twig',
  4766. 'url' => '@SonataAdmin/CRUD/show_url.html.twig',
  4767. 'html' => '@SonataAdmin/CRUD/show_html.html.twig',
  4768. 'many_to_many' => '@SonataAdmin/CRUD/Association/show_many_to_many.html.twig',
  4769. 'many_to_one' => '@SonataAdmin/CRUD/Association/show_many_to_one.html.twig',
  4770. 'one_to_many' => '@SonataAdmin/CRUD/Association/show_one_to_many.html.twig',
  4771. 'one_to_one' => '@SonataAdmin/CRUD/Association/show_one_to_one.html.twig',
  4772. ],
  4773. ],
  4774. ],
  4775. 'kira_log_viewer.dashboard.metrics_per_row' => 3,
  4776. 'kira_log_viewer.dashboard.metrics' => [
  4777. 'logs_of_day' => [
  4778. 'title' => 'Daily',
  4779. 'type' => 'counter',
  4780. 'color' => 'blue-600',
  4781. 'icon' => 'fa-calendar-check',
  4782. 'filters' => [
  4783. 'level' => [
  4784. 0 => 'INFO',
  4785. ],
  4786. 'channel' => [
  4787. 0 => 'security',
  4788. ],
  4789. 'message' => [
  4790. 0 => 'login',
  4791. ],
  4792. ],
  4793. ],
  4794. 'logs_of_day2' => [
  4795. 'title' => 'Daily',
  4796. 'type' => 'counter',
  4797. 'color' => 'blue-600',
  4798. 'icon' => 'fa-calendar-check',
  4799. 'filters' => [
  4800. 'level' => [
  4801. 0 => 'INFO',
  4802. ],
  4803. 'channel' => [
  4804. 0 => 'security',
  4805. ],
  4806. 'message' => [
  4807. 0 => 'login',
  4808. ],
  4809. ],
  4810. ],
  4811. 'notice' => [
  4812. 'title' => 'Notice',
  4813. 'color' => 'yellow-600',
  4814. 'icon' => 'fa-calendar-check',
  4815. 'filters' => [
  4816. 'level' => [
  4817. 0 => 'NOTICE',
  4818. ],
  4819. ],
  4820. 'type' => 'counter',
  4821. ],
  4822. 'info' => [
  4823. 'title' => 'Info',
  4824. 'color' => 'green-600',
  4825. 'icon' => 'fa-calendar-check',
  4826. 'filters' => [
  4827. 'level' => [
  4828. 0 => 'INFO',
  4829. ],
  4830. ],
  4831. 'type' => 'counter',
  4832. ],
  4833. 'debug' => [
  4834. 'title' => 'Debug',
  4835. 'color' => 'gray-600',
  4836. 'icon' => 'fa-calendar-check',
  4837. 'filters' => [
  4838. 'level' => [
  4839. 0 => 'DEBUG',
  4840. ],
  4841. ],
  4842. 'type' => 'counter',
  4843. ],
  4844. 'error' => [
  4845. 'title' => 'Error',
  4846. 'color' => 'red-600',
  4847. 'icon' => 'fa-calendar-check',
  4848. 'filters' => [
  4849. 'level' => [
  4850. 0 => 'ERROR',
  4851. ],
  4852. ],
  4853. 'type' => 'counter',
  4854. ],
  4855. 'all_logs' => [
  4856. 'title' => 'All',
  4857. 'color' => 'indigo-600',
  4858. 'icon' => 'fa-calendar-check',
  4859. 'type' => 'counter',
  4860. 'filters' => [
  4861. ],
  4862. ],
  4863. ],
  4864. 'kira_log_viewer.groups' => [
  4865. 'date' => [
  4866. 'regex' => '.*',
  4867. 'type' => 'date',
  4868. ],
  4869. 'channel' => [
  4870. 'regex' => '[a-z_]+',
  4871. 'type' => 'text',
  4872. ],
  4873. 'level' => [
  4874. 'regex' => '[A-Z]+',
  4875. 'type' => 'text',
  4876. ],
  4877. 'message' => [
  4878. 'regex' => '.*',
  4879. 'type' => 'text',
  4880. ],
  4881. 'context' => [
  4882. 'regex' => '(?\'array1\'\\[(?>(?>[^[\\]]+)|(?&array1))*\\])|(?\'object1\'{(?>(?>[^{}]+)|(?&object1))*})',
  4883. 'type' => 'json',
  4884. ],
  4885. 'extra' => [
  4886. 'regex' => '(?\'array2\'\\[(?>(?>[^[\\]]+)|(?&array2))*\\])',
  4887. 'type' => 'json',
  4888. ],
  4889. ],
  4890. 'kira_log_viewer.dashboard.date' => 'today',
  4891. 'eight_points_guzzle.http_client.class' => 'GuzzleHttp\\Client',
  4892. 'eight_points_guzzle.formatter.class' => 'GuzzleHttp\\MessageFormatter',
  4893. 'eight_points_guzzle.symfony_log_formatter.class' => 'GuzzleHttp\\MessageFormatter',
  4894. 'eight_points_guzzle.data_collector.class' => 'EightPoints\\Bundle\\GuzzleBundle\\DataCollector\\HttpDataCollector',
  4895. 'eight_points_guzzle.logger.class' => 'EightPoints\\Bundle\\GuzzleBundle\\Log\\Logger',
  4896. 'eight_points_guzzle.middleware.log.class' => 'EightPoints\\Bundle\\GuzzleBundle\\Middleware\\LogMiddleware',
  4897. 'eight_points_guzzle.middleware.profile.class' => 'EightPoints\\Bundle\\GuzzleBundle\\Middleware\\ProfileMiddleware',
  4898. 'eight_points_guzzle.middleware.event_dispatcher.class' => 'EightPoints\\Bundle\\GuzzleBundle\\Middleware\\EventDispatchMiddleware',
  4899. 'eight_points_guzzle.middleware.request_time.class' => 'EightPoints\\Bundle\\GuzzleBundle\\Middleware\\RequestTimeMiddleware',
  4900. 'eight_points_guzzle.middleware.symfony_log.class' => 'EightPoints\\Bundle\\GuzzleBundle\\Middleware\\SymfonyLogMiddleware',
  4901. 'eight_points_guzzle.symfony_log_formatter.pattern' => '{method} {uri} {code}',
  4902. 'eight_points_guzzle.middleware.class' => 'GuzzleHttp\\Middleware',
  4903. 'eight_points_guzzle.plugin.header.headers' => [
  4904. ],
  4905. 'fm_elfinder.loader' => 'FM\\ElfinderBundle\\Loader\\ElFinderLoader',
  4906. 'fm_elfinder.configurator' => 'FM\\ElfinderBundle\\Configuration\\ElFinderConfigurationReader',
  4907. 'elfinder.form.type.class' => 'FM\\ElfinderBundle\\Form\\Type\\ElFinderType',
  4908. 'fm_elfinder' => [
  4909. 'assets_path' => '/assets/elfinder/',
  4910. 'instances' => [
  4911. 'blog' => [
  4912. 'locale' => 'es',
  4913. 'editor' => 'ckeditor',
  4914. 'connector' => [
  4915. 'debug' => false,
  4916. 'roots' => [
  4917. 'blog_files' => [
  4918. 'driver' => 'LocalFileSystem',
  4919. 'path' => 'blog_files',
  4920. 'alias' => 'Recursos del Blog',
  4921. 'upload_allow' => [
  4922. 0 => 'image/png',
  4923. 1 => 'image/jpg',
  4924. 2 => 'image/jpeg',
  4925. 3 => 'video/mp4',
  4926. ],
  4927. 'upload_max_size' => '20M',
  4928. 'attributes' => [
  4929. 0 => [
  4930. 'pattern' => '..',
  4931. 'read' => true,
  4932. 'write' => true,
  4933. 'locked' => false,
  4934. 'hidden' => false,
  4935. ],
  4936. ],
  4937. 'volume_id' => 0,
  4938. 'autoload' => false,
  4939. 'phash' => '',
  4940. 'trash_hash' => '',
  4941. 'locale' => '',
  4942. 'i18n_folder_name' => false,
  4943. 'mime_detect' => 'auto',
  4944. 'mimefile' => '',
  4945. 'security_voter' => '',
  4946. 'start_path' => '',
  4947. 'encoding' => 'UTF-8',
  4948. 'url' => '',
  4949. 'img_lib' => 'auto',
  4950. 'tmb_path' => '.tmb',
  4951. 'tmb_path_mode' => 511,
  4952. 'tmb_url' => '',
  4953. 'tmb_size' => 48,
  4954. 'tmb_crop' => true,
  4955. 'tmb_bg_color' => '#ffffff',
  4956. 'quarantine' => NULL,
  4957. 'copy_overwrite' => true,
  4958. 'copy_join' => true,
  4959. 'copy_from' => true,
  4960. 'copy_to' => true,
  4961. 'upload_overwrite' => true,
  4962. 'fileMode' => 420,
  4963. 'upload_deny' => [
  4964. 0 => 'all',
  4965. ],
  4966. 'upload_order' => [
  4967. 0 => 'deny',
  4968. 1 => 'allow',
  4969. ],
  4970. 'upload_max_conn' => 3,
  4971. 'defaults' => [
  4972. 'read' => true,
  4973. 'write' => true,
  4974. ],
  4975. 'accepted_name' => '/^\\w[\\w\\s\\.\\%\\-]*$/u',
  4976. 'show_hidden' => false,
  4977. 'disabled_commands' => [
  4978. ],
  4979. 'tree_deep' => 0,
  4980. 'check_subfolders' => 1,
  4981. 'separator' => '/',
  4982. 'date_format' => 'j M Y H:i',
  4983. 'time_format' => 'H:i',
  4984. 'archive_mimes' => [
  4985. ],
  4986. 'archivers' => [
  4987. 'enabled' => false,
  4988. 'create' => [
  4989. ],
  4990. 'extract' => [
  4991. ],
  4992. ],
  4993. 'flysystem' => [
  4994. 'enabled' => false,
  4995. 'filesystem' => '',
  4996. 'type' => '',
  4997. 'adapter_service' => '',
  4998. ],
  4999. 'glide_url' => '',
  5000. 'glide_key' => '',
  5001. 'plugins' => [
  5002. ],
  5003. 'driver_options' => [
  5004. ],
  5005. 'dropbox2_settings' => [
  5006. 'enabled' => false,
  5007. 'aliasFormat' => '%s@Dropbox',
  5008. 'path' => '/',
  5009. 'separator' => '/',
  5010. 'acceptedName' => '%s@Dropbox',
  5011. 'rootCssClass' => 'elfinder-navbar-root-dropbox',
  5012. 'getThumbSize' => 'medium',
  5013. ],
  5014. 'box_settings' => [
  5015. 'enabled' => false,
  5016. 'root' => 'Box.com',
  5017. 'path' => '/',
  5018. 'separator' => '/',
  5019. 'tmbPath' => '',
  5020. 'tmbURL' => '',
  5021. 'tmpPath' => '',
  5022. 'acceptedName' => '#^[^/\\?*:|"<>]*[^./\\?*:|"<>]$#',
  5023. 'rootCssClass' => 'elfinder-navbar-root-box',
  5024. ],
  5025. 'onedrive_settings' => [
  5026. 'enabled' => false,
  5027. 'root' => 'OneDrive.com',
  5028. 'OneDriveApiClient' => '',
  5029. 'path' => '/',
  5030. 'separator' => '/',
  5031. 'tmbPath' => '',
  5032. 'tmbURL' => '',
  5033. 'tmpPath' => '',
  5034. 'acceptedName' => '#^[^/\\?*:|"<>]*[^./\\?*:|"<>]$#',
  5035. 'rootCssClass' => 'elfinder-navbar-root-onedrive',
  5036. 'useApiThumbnail' => true,
  5037. ],
  5038. 'ftp_settings' => [
  5039. 'enabled' => false,
  5040. ],
  5041. 'mysql_settings' => [
  5042. 'enabled' => false,
  5043. 'port' => NULL,
  5044. 'socket' => NULL,
  5045. 'files_table' => 'elfinder_file',
  5046. 'tmbPath' => '',
  5047. 'tmpPath' => '',
  5048. 'rootCssClass' => 'elfinder-navbar-root-sql',
  5049. 'noSessionCache' => 'hasdirs',
  5050. ],
  5051. ],
  5052. ],
  5053. 'binds' => [
  5054. ],
  5055. 'plugins' => [
  5056. ],
  5057. ],
  5058. 'cors_support' => false,
  5059. 'editor_template' => NULL,
  5060. 'fullscreen' => true,
  5061. 'multi_home_folder' => false,
  5062. 'folder_separator' => '',
  5063. 'theme' => 'smoothness',
  5064. 'tinymce_popup_path' => '',
  5065. 'relative_path' => true,
  5066. 'path_prefix' => '/',
  5067. 'where_is_multi' => [
  5068. ],
  5069. 'visible_mime_types' => [
  5070. ],
  5071. ],
  5072. 'form' => [
  5073. 'locale' => 'es',
  5074. 'editor' => 'form',
  5075. 'connector' => [
  5076. 'debug' => false,
  5077. 'roots' => [
  5078. 'blog_files' => [
  5079. 'driver' => 'LocalFileSystem',
  5080. 'path' => 'blog_files',
  5081. 'upload_allow' => [
  5082. 0 => 'image/png',
  5083. 1 => 'image/jpg',
  5084. 2 => 'image/jpeg',
  5085. 3 => 'video/mp4',
  5086. ],
  5087. 'upload_deny' => [
  5088. 0 => 'all',
  5089. ],
  5090. 'upload_max_size' => '2M',
  5091. 'volume_id' => 0,
  5092. 'autoload' => false,
  5093. 'phash' => '',
  5094. 'trash_hash' => '',
  5095. 'locale' => '',
  5096. 'i18n_folder_name' => false,
  5097. 'mime_detect' => 'auto',
  5098. 'mimefile' => '',
  5099. 'security_voter' => '',
  5100. 'start_path' => '',
  5101. 'encoding' => 'UTF-8',
  5102. 'url' => '',
  5103. 'alias' => '',
  5104. 'img_lib' => 'auto',
  5105. 'tmb_path' => '.tmb',
  5106. 'tmb_path_mode' => 511,
  5107. 'tmb_url' => '',
  5108. 'tmb_size' => 48,
  5109. 'tmb_crop' => true,
  5110. 'tmb_bg_color' => '#ffffff',
  5111. 'quarantine' => NULL,
  5112. 'copy_overwrite' => true,
  5113. 'copy_join' => true,
  5114. 'copy_from' => true,
  5115. 'copy_to' => true,
  5116. 'upload_overwrite' => true,
  5117. 'fileMode' => 420,
  5118. 'upload_order' => [
  5119. 0 => 'deny',
  5120. 1 => 'allow',
  5121. ],
  5122. 'upload_max_conn' => 3,
  5123. 'defaults' => [
  5124. 'read' => true,
  5125. 'write' => true,
  5126. ],
  5127. 'attributes' => [
  5128. ],
  5129. 'accepted_name' => '/^\\w[\\w\\s\\.\\%\\-]*$/u',
  5130. 'show_hidden' => false,
  5131. 'disabled_commands' => [
  5132. ],
  5133. 'tree_deep' => 0,
  5134. 'check_subfolders' => 1,
  5135. 'separator' => '/',
  5136. 'date_format' => 'j M Y H:i',
  5137. 'time_format' => 'H:i',
  5138. 'archive_mimes' => [
  5139. ],
  5140. 'archivers' => [
  5141. 'enabled' => false,
  5142. 'create' => [
  5143. ],
  5144. 'extract' => [
  5145. ],
  5146. ],
  5147. 'flysystem' => [
  5148. 'enabled' => false,
  5149. 'filesystem' => '',
  5150. 'type' => '',
  5151. 'adapter_service' => '',
  5152. ],
  5153. 'glide_url' => '',
  5154. 'glide_key' => '',
  5155. 'plugins' => [
  5156. ],
  5157. 'driver_options' => [
  5158. ],
  5159. 'dropbox2_settings' => [
  5160. 'enabled' => false,
  5161. 'aliasFormat' => '%s@Dropbox',
  5162. 'path' => '/',
  5163. 'separator' => '/',
  5164. 'acceptedName' => '%s@Dropbox',
  5165. 'rootCssClass' => 'elfinder-navbar-root-dropbox',
  5166. 'getThumbSize' => 'medium',
  5167. ],
  5168. 'box_settings' => [
  5169. 'enabled' => false,
  5170. 'root' => 'Box.com',
  5171. 'path' => '/',
  5172. 'separator' => '/',
  5173. 'tmbPath' => '',
  5174. 'tmbURL' => '',
  5175. 'tmpPath' => '',
  5176. 'acceptedName' => '#^[^/\\?*:|"<>]*[^./\\?*:|"<>]$#',
  5177. 'rootCssClass' => 'elfinder-navbar-root-box',
  5178. ],
  5179. 'onedrive_settings' => [
  5180. 'enabled' => false,
  5181. 'root' => 'OneDrive.com',
  5182. 'OneDriveApiClient' => '',
  5183. 'path' => '/',
  5184. 'separator' => '/',
  5185. 'tmbPath' => '',
  5186. 'tmbURL' => '',
  5187. 'tmpPath' => '',
  5188. 'acceptedName' => '#^[^/\\?*:|"<>]*[^./\\?*:|"<>]$#',
  5189. 'rootCssClass' => 'elfinder-navbar-root-onedrive',
  5190. 'useApiThumbnail' => true,
  5191. ],
  5192. 'ftp_settings' => [
  5193. 'enabled' => false,
  5194. ],
  5195. 'mysql_settings' => [
  5196. 'enabled' => false,
  5197. 'port' => NULL,
  5198. 'socket' => NULL,
  5199. 'files_table' => 'elfinder_file',
  5200. 'tmbPath' => '',
  5201. 'tmpPath' => '',
  5202. 'rootCssClass' => 'elfinder-navbar-root-sql',
  5203. 'noSessionCache' => 'hasdirs',
  5204. ],
  5205. ],
  5206. ],
  5207. 'binds' => [
  5208. ],
  5209. 'plugins' => [
  5210. ],
  5211. ],
  5212. 'cors_support' => false,
  5213. 'editor_template' => NULL,
  5214. 'fullscreen' => true,
  5215. 'multi_home_folder' => false,
  5216. 'folder_separator' => '',
  5217. 'theme' => 'smoothness',
  5218. 'tinymce_popup_path' => '',
  5219. 'relative_path' => true,
  5220. 'path_prefix' => '/',
  5221. 'where_is_multi' => [
  5222. ],
  5223. 'visible_mime_types' => [
  5224. ],
  5225. ],
  5226. ],
  5227. 'configuration_provider' => 'fm_elfinder.configurator.default',
  5228. 'loader' => 'fm_elfinder.loader.default',
  5229. ],
  5230. 'data_collector.templates' => [
  5231. 'data_collector.request' => [
  5232. 0 => 'request',
  5233. 1 => '@WebProfiler/Collector/request.html.twig',
  5234. ],
  5235. 'data_collector.time' => [
  5236. 0 => 'time',
  5237. 1 => '@WebProfiler/Collector/time.html.twig',
  5238. ],
  5239. 'data_collector.memory' => [
  5240. 0 => 'memory',
  5241. 1 => '@WebProfiler/Collector/memory.html.twig',
  5242. ],
  5243. 'data_collector.validator' => [
  5244. 0 => 'validator',
  5245. 1 => '@WebProfiler/Collector/validator.html.twig',
  5246. ],
  5247. 'data_collector.ajax' => [
  5248. 0 => 'ajax',
  5249. 1 => '@WebProfiler/Collector/ajax.html.twig',
  5250. ],
  5251. 'data_collector.form' => [
  5252. 0 => 'form',
  5253. 1 => '@WebProfiler/Collector/form.html.twig',
  5254. ],
  5255. 'data_collector.exception' => [
  5256. 0 => 'exception',
  5257. 1 => '@WebProfiler/Collector/exception.html.twig',
  5258. ],
  5259. 'data_collector.logger' => [
  5260. 0 => 'logger',
  5261. 1 => '@WebProfiler/Collector/logger.html.twig',
  5262. ],
  5263. 'data_collector.events' => [
  5264. 0 => 'events',
  5265. 1 => '@WebProfiler/Collector/events.html.twig',
  5266. ],
  5267. 'data_collector.router' => [
  5268. 0 => 'router',
  5269. 1 => '@WebProfiler/Collector/router.html.twig',
  5270. ],
  5271. 'data_collector.cache' => [
  5272. 0 => 'cache',
  5273. 1 => '@WebProfiler/Collector/cache.html.twig',
  5274. ],
  5275. 'data_collector.translation' => [
  5276. 0 => 'translation',
  5277. 1 => '@WebProfiler/Collector/translation.html.twig',
  5278. ],
  5279. 'data_collector.security' => [
  5280. 0 => 'security',
  5281. 1 => '@Security/Collector/security.html.twig',
  5282. ],
  5283. 'data_collector.twig' => [
  5284. 0 => 'twig',
  5285. 1 => '@WebProfiler/Collector/twig.html.twig',
  5286. ],
  5287. 'data_collector.http_client' => [
  5288. 0 => 'http_client',
  5289. 1 => '@WebProfiler/Collector/http_client.html.twig',
  5290. ],
  5291. 'data_collector.doctrine' => [
  5292. 0 => 'db',
  5293. 1 => '@Doctrine/Collector/db.html.twig',
  5294. ],
  5295. 'mailer.data_collector' => [
  5296. 0 => 'mailer',
  5297. 1 => '@WebProfiler/Collector/mailer.html.twig',
  5298. ],
  5299. 'snc_redis.data_collector' => [
  5300. 0 => 'redis',
  5301. 1 => '@SncRedis/Collector/redis.html.twig',
  5302. ],
  5303. 'gos_web_socket.data_collector.websocket' => [
  5304. 0 => 'websocket',
  5305. 1 => '@GosWebSocket/Collector/websocket.html.twig',
  5306. ],
  5307. 'Vich\\UploaderBundle\\DataCollector\\MappingCollector' => [
  5308. 0 => 'vich_uploader.mapping_collector',
  5309. 1 => '@VichUploader/Collector/mapping_collector.html.twig',
  5310. ],
  5311. 'Bazinga\\GeocoderBundle\\DataCollector\\GeocoderDataCollector' => [
  5312. 0 => 'geocoder',
  5313. 1 => '@BazingaGeocoder/Collector/geocoder.html.twig',
  5314. ],
  5315. 'eight_points_guzzle.data_collector' => [
  5316. 0 => 'eight_points_guzzle',
  5317. 1 => '@EightPointsGuzzle/debug.html.twig',
  5318. ],
  5319. 'data_collector.config' => [
  5320. 0 => 'config',
  5321. 1 => '@WebProfiler/Collector/config.html.twig',
  5322. ],
  5323. ],
  5324. 'console.command.ids' => [
  5325. 0 => 'console.command.public_alias.tactician.command.debug',
  5326. 1 => 'console.command.public_alias.tactician_domain_events.command.debug',
  5327. 2 => 'console.command.public_alias.GpsLab\\Bundle\\GeoIP2Bundle\\Command\\UpdateDatabaseCommand',
  5328. 3 => 'console.command.public_alias.GpsLab\\Bundle\\GeoIP2Bundle\\Command\\DownloadDatabaseCommand',
  5329. 4 => 'console.command.public_alias.whater.command.update_sinac_distribution_networks_command',
  5330. 5 => 'console.command.public_alias.whater.command.update_sinac_distribution_networks_v2_command',
  5331. 6 => 'console.command.public_alias.whater.command.update_sinac_analitycs_command',
  5332. 7 => 'console.command.public_alias.whater.command.update_google_whater_point_geoposition_command',
  5333. 8 => 'console.command.public_alias.whater.command.update_nominatim_whater_point_geoposition_command',
  5334. 9 => 'console.command.public_alias.whater.command.load_osm_whater_points_command',
  5335. 10 => 'console.command.public_alias.whater.command.update_whater_point_with_nearest_distribution_network_command',
  5336. 11 => 'console.command.public_alias.whater.command.update_town_nominatim_geoposition_command',
  5337. 12 => 'console.command.public_alias.whater.command.process_whater_points_excel_console_command',
  5338. 13 => 'console.command.public_alias.whater.command.clean_pending_cart_order_console_command',
  5339. 14 => 'console.command.public_alias.whater.command.debu_send_cloud_command',
  5340. ],
  5341. ];
  5342. }
  5343. protected function throw($message)
  5344. {
  5345. throw new RuntimeException($message);
  5346. }
  5347. }