var/cache/dev/ContainerYlIO0Ah/Whater_KernelDevDebugContainer.php line 486

Open in your IDE?
  1. <?php
  2. namespace ContainerYlIO0Ah;
  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\\PrivateUserNfcController' => 'getPrivateUserNfcControllerService',
  142. 'Whater\\UI\\RestBundle\\Controller\\User\\PublicUserController' => 'getPublicUserControllerService',
  143. 'Whater\\UI\\RestBundle\\Controller\\Whater\\PrivateCloscaController' => 'getPrivateCloscaControllerService',
  144. 'Whater\\UI\\RestBundle\\Controller\\Whater\\PrivateDistributionNetworkController' => 'getPrivateDistributionNetworkControllerService',
  145. 'Whater\\UI\\RestBundle\\Controller\\Whater\\PrivateWhaterController' => 'getPrivateWhaterControllerService',
  146. 'Whater\\UI\\RestBundle\\Controller\\Whater\\PublicTheThingsNetworkController' => 'getPublicTheThingsNetworkControllerService',
  147. 'Whater\\UI\\RestBundle\\Controller\\Whater\\PublicWhaterNfcController' => 'getPublicWhaterNfcControllerService',
  148. 'Whater\\UI\\RestBundle\\Controller\\Zones\\PrivateZonesController' => 'getPrivateZonesControllerService',
  149. 'Whater\\UI\\WebBundle\\Controller\\Blog\\AdminBlogArticleController' => 'getAdminBlogArticleControllerService',
  150. 'Whater\\UI\\WebBundle\\Controller\\Blog\\AdminBlogCategoryController' => 'getAdminBlogCategoryControllerService',
  151. 'Whater\\UI\\WebBundle\\Controller\\Blog\\Api\\AdminBlogArticleApiController' => 'getAdminBlogArticleApiControllerService',
  152. 'Whater\\UI\\WebBundle\\Controller\\Blog\\Api\\AdminBlogCategoryApiController' => 'getAdminBlogCategoryApiControllerService',
  153. 'Whater\\UI\\WebBundle\\Controller\\Blog\\PublicBlogArticleController' => 'getPublicBlogArticleControllerService',
  154. 'Whater\\UI\\WebBundle\\Controller\\Common\\CommonController' => 'getCommonControllerService',
  155. 'Whater\\UI\\WebBundle\\Controller\\Notification\\Api\\AppNotificationApiController' => 'getAppNotificationApiControllerService',
  156. 'Whater\\UI\\WebBundle\\Controller\\Notification\\AppNotificationController' => 'getAppNotificationControllerService',
  157. 'Whater\\UI\\WebBundle\\Controller\\Product\\AdminCartOrderController' => 'getAdminCartOrderControllerService',
  158. 'Whater\\UI\\WebBundle\\Controller\\Product\\AdminProductAttributeController' => 'getAdminProductAttributeControllerService',
  159. 'Whater\\UI\\WebBundle\\Controller\\Product\\AdminProductCategoryController' => 'getAdminProductCategoryControllerService',
  160. 'Whater\\UI\\WebBundle\\Controller\\Product\\AdminProductController' => 'getAdminProductControllerService',
  161. 'Whater\\UI\\WebBundle\\Controller\\Product\\AdminProductVariationController' => 'getAdminProductVariationControllerService',
  162. 'Whater\\UI\\WebBundle\\Controller\\Product\\AdminWalletLiquidationRequestController' => 'getAdminWalletLiquidationRequestControllerService',
  163. 'Whater\\UI\\WebBundle\\Controller\\Product\\Api\\AdminCartOrderApiController' => 'getAdminCartOrderApiControllerService',
  164. 'Whater\\UI\\WebBundle\\Controller\\Product\\Api\\AdminProductApiController' => 'getAdminProductApiControllerService',
  165. 'Whater\\UI\\WebBundle\\Controller\\Product\\Api\\AdminProductAttributeApiController' => 'getAdminProductAttributeApiControllerService',
  166. 'Whater\\UI\\WebBundle\\Controller\\Product\\Api\\AdminProductCategoryApiController' => 'getAdminProductCategoryApiControllerService',
  167. 'Whater\\UI\\WebBundle\\Controller\\Product\\Api\\AdminProductVariationApiController' => 'getAdminProductVariationApiControllerService',
  168. 'Whater\\UI\\WebBundle\\Controller\\Product\\Api\\AdminWalletLiquidationRequestApiController' => 'getAdminWalletLiquidationRequestApiControllerService',
  169. 'Whater\\UI\\WebBundle\\Controller\\Product\\Api\\AppCartOrderApiController' => 'getAppCartOrderApiControllerService',
  170. 'Whater\\UI\\WebBundle\\Controller\\Product\\Api\\AppCartOrderItemApiController' => 'getAppCartOrderItemApiControllerService',
  171. 'Whater\\UI\\WebBundle\\Controller\\Product\\Api\\AppProductApiController' => 'getAppProductApiControllerService',
  172. 'Whater\\UI\\WebBundle\\Controller\\Product\\Api\\AppProductCategoryApiController' => 'getAppProductCategoryApiControllerService',
  173. 'Whater\\UI\\WebBundle\\Controller\\Product\\Api\\AppProductVariationApiController' => 'getAppProductVariationApiControllerService',
  174. 'Whater\\UI\\WebBundle\\Controller\\Product\\Api\\AppWalletOperationApiController' => 'getAppWalletOperationApiControllerService',
  175. 'Whater\\UI\\WebBundle\\Controller\\Product\\Api\\AppWhatercoinCouponApiController' => 'getAppWhatercoinCouponApiControllerService',
  176. 'Whater\\UI\\WebBundle\\Controller\\Product\\Api\\PublicCartOrderApiController' => 'getPublicCartOrderApiControllerService',
  177. 'Whater\\UI\\WebBundle\\Controller\\Product\\Api\\PublicProductApiController' => 'getPublicProductApiControllerService',
  178. 'Whater\\UI\\WebBundle\\Controller\\Product\\AppCartOrderController' => 'getAppCartOrderControllerService',
  179. 'Whater\\UI\\WebBundle\\Controller\\Product\\AppCartOrderItemController' => 'getAppCartOrderItemControllerService',
  180. 'Whater\\UI\\WebBundle\\Controller\\Product\\AppProductController' => 'getAppProductControllerService',
  181. 'Whater\\UI\\WebBundle\\Controller\\Product\\AppProductVariationController' => 'getAppProductVariationControllerService',
  182. 'Whater\\UI\\WebBundle\\Controller\\Product\\AppWalletOperationController' => 'getAppWalletOperationControllerService',
  183. 'Whater\\UI\\WebBundle\\Controller\\Product\\AppWhatercoinCouponController' => 'getAppWhatercoinCouponControllerService',
  184. 'Whater\\UI\\WebBundle\\Controller\\Product\\PublicCartOrderController' => 'getPublicCartOrderControllerService',
  185. 'Whater\\UI\\WebBundle\\Controller\\Product\\PublicProductController' => 'getPublicProductControllerService',
  186. 'Whater\\UI\\WebBundle\\Controller\\Security\\SecurityController' => 'getSecurityController2Service',
  187. 'Whater\\UI\\WebBundle\\Controller\\User\\AdminOrganizationLicenseController' => 'getAdminOrganizationLicenseControllerService',
  188. 'Whater\\UI\\WebBundle\\Controller\\User\\AdminOrganizationLicenseFeeController' => 'getAdminOrganizationLicenseFeeControllerService',
  189. 'Whater\\UI\\WebBundle\\Controller\\User\\AdminOwnershipRequestController' => 'getAdminOwnershipRequestControllerService',
  190. 'Whater\\UI\\WebBundle\\Controller\\User\\AdminUserController' => 'getAdminUserControllerService',
  191. 'Whater\\UI\\WebBundle\\Controller\\User\\AdminUserNfcController' => 'getAdminUserNfcControllerService',
  192. 'Whater\\UI\\WebBundle\\Controller\\User\\Api\\AdminOrganizationLicenseApiController' => 'getAdminOrganizationLicenseApiControllerService',
  193. 'Whater\\UI\\WebBundle\\Controller\\User\\Api\\AdminOrganizationLicenseFeeApiController' => 'getAdminOrganizationLicenseFeeApiControllerService',
  194. 'Whater\\UI\\WebBundle\\Controller\\User\\Api\\AdminOwnershipRequestApiController' => 'getAdminOwnershipRequestApiControllerService',
  195. 'Whater\\UI\\WebBundle\\Controller\\User\\Api\\AdminUserApiController' => 'getAdminUserApiControllerService',
  196. 'Whater\\UI\\WebBundle\\Controller\\User\\Api\\AdminUserNfcApiController' => 'getAdminUserNfcApiControllerService',
  197. 'Whater\\UI\\WebBundle\\Controller\\User\\Api\\AppOrganizationLicenseApiController' => 'getAppOrganizationLicenseApiControllerService',
  198. 'Whater\\UI\\WebBundle\\Controller\\User\\Api\\AppOrganizationLicenseFeeApiController' => 'getAppOrganizationLicenseFeeApiControllerService',
  199. 'Whater\\UI\\WebBundle\\Controller\\User\\Api\\AppOwnershipRequestApiController' => 'getAppOwnershipRequestApiControllerService',
  200. 'Whater\\UI\\WebBundle\\Controller\\User\\Api\\AppUserApiController' => 'getAppUserApiControllerService',
  201. 'Whater\\UI\\WebBundle\\Controller\\User\\Api\\AppUserNfcApiController' => 'getAppUserNfcApiControllerService',
  202. 'Whater\\UI\\WebBundle\\Controller\\User\\AppOrganizationLicenseController' => 'getAppOrganizationLicenseControllerService',
  203. 'Whater\\UI\\WebBundle\\Controller\\User\\AppUserController' => 'getAppUserControllerService',
  204. 'Whater\\UI\\WebBundle\\Controller\\User\\AppUserNfcController' => 'getAppUserNfcControllerService',
  205. 'Whater\\UI\\WebBundle\\Controller\\Whater\\AdminAnalyticalController' => 'getAdminAnalyticalControllerService',
  206. 'Whater\\UI\\WebBundle\\Controller\\Whater\\AdminAnalyticalParameterController' => 'getAdminAnalyticalParameterControllerService',
  207. 'Whater\\UI\\WebBundle\\Controller\\Whater\\AdminDistributionNetworkController' => 'getAdminDistributionNetworkControllerService',
  208. 'Whater\\UI\\WebBundle\\Controller\\Whater\\AdminOrganizationController' => 'getAdminOrganizationControllerService',
  209. 'Whater\\UI\\WebBundle\\Controller\\Whater\\AdminSinacController' => 'getAdminSinacControllerService',
  210. 'Whater\\UI\\WebBundle\\Controller\\Whater\\AdminWhaterController' => 'getAdminWhaterControllerService',
  211. 'Whater\\UI\\WebBundle\\Controller\\Whater\\AdminWhaterDeviceController' => 'getAdminWhaterDeviceControllerService',
  212. 'Whater\\UI\\WebBundle\\Controller\\Whater\\AdminWhaterPointController' => 'getAdminWhaterPointControllerService',
  213. 'Whater\\UI\\WebBundle\\Controller\\Whater\\Api\\AdminAnalyticalApiController' => 'getAdminAnalyticalApiControllerService',
  214. 'Whater\\UI\\WebBundle\\Controller\\Whater\\Api\\AdminAnalyticalParameterApiController' => 'getAdminAnalyticalParameterApiControllerService',
  215. 'Whater\\UI\\WebBundle\\Controller\\Whater\\Api\\AdminDistributionNetworkApiController' => 'getAdminDistributionNetworkApiControllerService',
  216. 'Whater\\UI\\WebBundle\\Controller\\Whater\\Api\\AdminDistributionNetworkValorationApiController' => 'getAdminDistributionNetworkValorationApiControllerService',
  217. 'Whater\\UI\\WebBundle\\Controller\\Whater\\Api\\AdminOrganizationApiController' => 'getAdminOrganizationApiControllerService',
  218. 'Whater\\UI\\WebBundle\\Controller\\Whater\\Api\\AdminSinacApiController' => 'getAdminSinacApiControllerService',
  219. 'Whater\\UI\\WebBundle\\Controller\\Whater\\Api\\AdminWhaterDeviceApiController' => 'getAdminWhaterDeviceApiControllerService',
  220. 'Whater\\UI\\WebBundle\\Controller\\Whater\\Api\\AdminWhaterPointApiController' => 'getAdminWhaterPointApiControllerService',
  221. 'Whater\\UI\\WebBundle\\Controller\\Whater\\Api\\AdminWhaterValorationApiController' => 'getAdminWhaterValorationApiControllerService',
  222. 'Whater\\UI\\WebBundle\\Controller\\Whater\\Api\\AppDistributionNetworkApiController' => 'getAppDistributionNetworkApiControllerService',
  223. 'Whater\\UI\\WebBundle\\Controller\\Whater\\Api\\AppDistributionNetworkValorationApiController' => 'getAppDistributionNetworkValorationApiControllerService',
  224. 'Whater\\UI\\WebBundle\\Controller\\Whater\\Api\\AppOrganizationApiController' => 'getAppOrganizationApiControllerService',
  225. 'Whater\\UI\\WebBundle\\Controller\\Whater\\Api\\AppWhaterDeviceApiController' => 'getAppWhaterDeviceApiControllerService',
  226. 'Whater\\UI\\WebBundle\\Controller\\Whater\\Api\\AppWhaterPointApiController' => 'getAppWhaterPointApiControllerService',
  227. 'Whater\\UI\\WebBundle\\Controller\\Whater\\Api\\AppWhaterValorationApiController' => 'getAppWhaterValorationApiControllerService',
  228. 'Whater\\UI\\WebBundle\\Controller\\Whater\\Api\\PublicDistributionNetworkApiController' => 'getPublicDistributionNetworkApiControllerService',
  229. 'Whater\\UI\\WebBundle\\Controller\\Whater\\Api\\PublicWhaterApiController' => 'getPublicWhaterApiControllerService',
  230. 'Whater\\UI\\WebBundle\\Controller\\Whater\\AppOrganizationController' => 'getAppOrganizationControllerService',
  231. 'Whater\\UI\\WebBundle\\Controller\\Whater\\AppWhaterController' => 'getAppWhaterControllerService',
  232. 'Whater\\UI\\WebBundle\\Controller\\Whater\\AppWhaterPointController' => 'getAppWhaterPointControllerService',
  233. 'Whater\\UI\\WebBundle\\Controller\\Whater\\PublicAnalyticalController' => 'getPublicAnalyticalControllerService',
  234. 'Whater\\UI\\WebBundle\\Controller\\Whater\\PublicDistributionNetworkController' => 'getPublicDistributionNetworkControllerService',
  235. 'Whater\\UI\\WebBundle\\Controller\\Whater\\PublicWhaterController' => 'getPublicWhaterControllerService',
  236. 'Whater\\UI\\WebBundle\\Controller\\Whater\\PublicWhaterDeviceController' => 'getPublicWhaterDeviceControllerService',
  237. 'Whater\\UI\\WebBundle\\Controller\\Whater\\PublicWhaterPointController' => 'getPublicWhaterPointControllerService',
  238. 'Whater\\UI\\WebBundle\\Controller\\Whater\\Widget\\WhaterWidgetController' => 'getWhaterWidgetControllerService',
  239. 'Whater\\UI\\WebBundle\\Controller\\Zones\\AdminAgrupationController' => 'getAdminAgrupationControllerService',
  240. 'Whater\\UI\\WebBundle\\Controller\\Zones\\AdminCountryController' => 'getAdminCountryControllerService',
  241. 'Whater\\UI\\WebBundle\\Controller\\Zones\\AdminDistrictController' => 'getAdminDistrictControllerService',
  242. 'Whater\\UI\\WebBundle\\Controller\\Zones\\AdminEstablishmentController' => 'getAdminEstablishmentControllerService',
  243. 'Whater\\UI\\WebBundle\\Controller\\Zones\\AdminTownController' => 'getAdminTownControllerService',
  244. 'Whater\\UI\\WebBundle\\Controller\\Zones\\AdminTownLocationController' => 'getAdminTownLocationControllerService',
  245. 'Whater\\UI\\WebBundle\\Controller\\Zones\\AdminUbicationController' => 'getAdminUbicationControllerService',
  246. 'Whater\\UI\\WebBundle\\Controller\\Zones\\Api\\AdminAgrupationApiController' => 'getAdminAgrupationApiControllerService',
  247. 'Whater\\UI\\WebBundle\\Controller\\Zones\\Api\\AdminCountryApiController' => 'getAdminCountryApiControllerService',
  248. 'Whater\\UI\\WebBundle\\Controller\\Zones\\Api\\AdminDistrictApiController' => 'getAdminDistrictApiControllerService',
  249. 'Whater\\UI\\WebBundle\\Controller\\Zones\\Api\\AdminEstablishmentApiController' => 'getAdminEstablishmentApiControllerService',
  250. 'Whater\\UI\\WebBundle\\Controller\\Zones\\Api\\AdminTownApiController' => 'getAdminTownApiControllerService',
  251. 'Whater\\UI\\WebBundle\\Controller\\Zones\\Api\\AdminTownLocationApiController' => 'getAdminTownLocationApiControllerService',
  252. 'Whater\\UI\\WebBundle\\Controller\\Zones\\Api\\AdminUbicationApiController' => 'getAdminUbicationApiControllerService',
  253. 'Whater\\UI\\WebBundle\\Controller\\Zones\\Api\\AppAgrupationApiController' => 'getAppAgrupationApiControllerService',
  254. 'Whater\\UI\\WebBundle\\Controller\\Zones\\Api\\AppCountryApiController' => 'getAppCountryApiControllerService',
  255. 'Whater\\UI\\WebBundle\\Controller\\Zones\\Api\\AppEstablishmentApiController' => 'getAppEstablishmentApiControllerService',
  256. 'Whater\\UI\\WebBundle\\Controller\\Zones\\Api\\AppTownApiController' => 'getAppTownApiControllerService',
  257. 'Whater\\UI\\WebBundle\\Controller\\Zones\\Api\\AppUbicationApiController' => 'getAppUbicationApiControllerService',
  258. 'Whater\\UI\\WebBundle\\Controller\\Zones\\Api\\PublicCountryApiController' => 'getPublicCountryApiControllerService',
  259. 'Whater\\UI\\WebBundle\\Controller\\Zones\\Api\\PublicEstablishmentApiController' => 'getPublicEstablishmentApiControllerService',
  260. 'Whater\\UI\\WebBundle\\Controller\\Zones\\Api\\PublicTownApiController' => 'getPublicTownApiControllerService',
  261. 'Whater\\UI\\WebBundle\\Controller\\Zones\\Api\\PublicTownLocationApiController' => 'getPublicTownLocationApiControllerService',
  262. 'Whater\\UI\\WebBundle\\Controller\\Zones\\AppTownController' => 'getAppTownControllerService',
  263. 'Whater\\UI\\WebBundle\\Controller\\Zones\\AppUbicationController' => 'getAppUbicationControllerService',
  264. 'Whater\\UI\\WebBundle\\Controller\\Zones\\PublicCountryAreaController' => 'getPublicCountryAreaControllerService',
  265. 'Whater\\UI\\WebBundle\\Controller\\Zones\\PublicEstablishmentController' => 'getPublicEstablishmentControllerService',
  266. 'Whater\\UI\\WebBundle\\Controller\\Zones\\PublicTownController' => 'getPublicTownControllerService',
  267. 'Whater\\UI\\WebBundle\\Controller\\Zones\\PublicTownLocationController' => 'getPublicTownLocationControllerService',
  268. 'Whater\\UI\\WebBundle\\Controller\\Zones\\PublicUbicationController' => 'getPublicUbicationControllerService',
  269. 'Whater\\UI\\WebBundle\\Controller\\Zones\\PublicZonesController' => 'getPublicZonesControllerService',
  270. 'cache.app_clearer' => 'getCache_AppClearerService',
  271. 'cache.global_clearer' => 'getCache_GlobalClearerService',
  272. 'cache.system_clearer' => 'getCache_SystemClearerService',
  273. 'cache_warmer' => 'getCacheWarmerService',
  274. 'console.command.public_alias.GpsLab\\Bundle\\GeoIP2Bundle\\Command\\DownloadDatabaseCommand' => 'getDownloadDatabaseCommandService',
  275. 'console.command.public_alias.GpsLab\\Bundle\\GeoIP2Bundle\\Command\\UpdateDatabaseCommand' => 'getUpdateDatabaseCommandService',
  276. 'console.command.public_alias.tactician.command.debug' => 'getConsole_Command_PublicAlias_Tactician_Command_DebugService',
  277. 'console.command.public_alias.tactician_domain_events.command.debug' => 'getConsole_Command_PublicAlias_TacticianDomainEvents_Command_DebugService',
  278. 'console.command.public_alias.whater.command.clean_pending_cart_order_console_command' => 'getConsole_Command_PublicAlias_Whater_Command_CleanPendingCartOrderConsoleCommandService',
  279. 'console.command.public_alias.whater.command.debu_send_cloud_command' => 'getConsole_Command_PublicAlias_Whater_Command_DebuSendCloudCommandService',
  280. 'console.command.public_alias.whater.command.load_osm_whater_points_command' => 'getConsole_Command_PublicAlias_Whater_Command_LoadOsmWhaterPointsCommandService',
  281. 'console.command.public_alias.whater.command.process_whater_points_excel_console_command' => 'getConsole_Command_PublicAlias_Whater_Command_ProcessWhaterPointsExcelConsoleCommandService',
  282. 'console.command.public_alias.whater.command.update_google_whater_point_geoposition_command' => 'getConsole_Command_PublicAlias_Whater_Command_UpdateGoogleWhaterPointGeopositionCommandService',
  283. 'console.command.public_alias.whater.command.update_nominatim_whater_point_geoposition_command' => 'getConsole_Command_PublicAlias_Whater_Command_UpdateNominatimWhaterPointGeopositionCommandService',
  284. 'console.command.public_alias.whater.command.update_sinac_analitycs_command' => 'getConsole_Command_PublicAlias_Whater_Command_UpdateSinacAnalitycsCommandService',
  285. 'console.command.public_alias.whater.command.update_sinac_distribution_networks_command' => 'getConsole_Command_PublicAlias_Whater_Command_UpdateSinacDistributionNetworksCommandService',
  286. 'console.command.public_alias.whater.command.update_sinac_distribution_networks_v2_command' => 'getConsole_Command_PublicAlias_Whater_Command_UpdateSinacDistributionNetworksV2CommandService',
  287. 'console.command.public_alias.whater.command.update_town_nominatim_geoposition_command' => 'getConsole_Command_PublicAlias_Whater_Command_UpdateTownNominatimGeopositionCommandService',
  288. 'console.command.public_alias.whater.command.update_whater_point_with_nearest_distribution_network_command' => 'getConsole_Command_PublicAlias_Whater_Command_UpdateWhaterPointWithNearestDistributionNetworkCommandService',
  289. 'console.command_loader' => 'getConsole_CommandLoaderService',
  290. 'container.env_var_processors_locator' => 'getContainer_EnvVarProcessorsLocatorService',
  291. 'eight_points_guzzle.client.closca' => 'getEightPointsGuzzle_Client_CloscaService',
  292. 'eight_points_guzzle.client.tnn' => 'getEightPointsGuzzle_Client_TnnService',
  293. 'eight_points_guzzle.formatter' => 'getEightPointsGuzzle_FormatterService',
  294. 'eight_points_guzzle.handler_stack.closca' => 'getEightPointsGuzzle_HandlerStack_CloscaService',
  295. 'eight_points_guzzle.handler_stack.tnn' => 'getEightPointsGuzzle_HandlerStack_TnnService',
  296. 'eight_points_guzzle.middleware.event_dispatch.closca' => 'getEightPointsGuzzle_Middleware_EventDispatch_CloscaService',
  297. 'eight_points_guzzle.middleware.event_dispatch.tnn' => 'getEightPointsGuzzle_Middleware_EventDispatch_TnnService',
  298. 'eight_points_guzzle.middleware.log.closca' => 'getEightPointsGuzzle_Middleware_Log_CloscaService',
  299. 'eight_points_guzzle.middleware.log.tnn' => 'getEightPointsGuzzle_Middleware_Log_TnnService',
  300. 'eight_points_guzzle.middleware.profile.closca' => 'getEightPointsGuzzle_Middleware_Profile_CloscaService',
  301. 'eight_points_guzzle.middleware.profile.tnn' => 'getEightPointsGuzzle_Middleware_Profile_TnnService',
  302. 'eight_points_guzzle.middleware.request_time.closca' => 'getEightPointsGuzzle_Middleware_RequestTime_CloscaService',
  303. 'eight_points_guzzle.middleware.request_time.tnn' => 'getEightPointsGuzzle_Middleware_RequestTime_TnnService',
  304. 'eight_points_guzzle.middleware.symfony_log' => 'getEightPointsGuzzle_Middleware_SymfonyLogService',
  305. 'eight_points_guzzle.symfony_log_formatter' => 'getEightPointsGuzzle_SymfonyLogFormatterService',
  306. 'endroid_qr_code.qr_ticket_builder' => 'getEndroidQrCode_QrTicketBuilderService',
  307. 'error_controller' => 'getErrorControllerService',
  308. 'ewz_recaptcha.form.type' => 'getEwzRecaptcha_Form_TypeService',
  309. 'ewz_recaptcha.v3.form.type' => 'getEwzRecaptcha_V3_Form_TypeService',
  310. 'ewz_recaptcha.validator.true' => 'getEwzRecaptcha_Validator_TrueService',
  311. 'ewz_recaptcha.validator.v3.true' => 'getEwzRecaptcha_Validator_V3_TrueService',
  312. 'fm_elfinder.loader' => 'getFmElfinder_LoaderService',
  313. 'fos_rest.serializer.jms_handler_registry' => 'getFosRest_Serializer_JmsHandlerRegistryService',
  314. 'geoip2.database.city_reader' => 'getGeoip2_Database_CityReaderService',
  315. 'gesdinet.jwtrefreshtoken' => 'getGesdinet_JwtrefreshtokenService',
  316. 'gesdinet.jwtrefreshtoken.refresh_token_manager' => 'getGesdinet_Jwtrefreshtoken_RefreshTokenManagerService',
  317. 'gos_web_socket.pusher.wamp' => 'getGosWebSocket_Pusher_WampService',
  318. 'gos_web_socket.registry.pusher' => 'getGosWebSocket_Registry_PusherService',
  319. 'gos_web_socket.registry.server_push_handler' => 'getGosWebSocket_Registry_ServerPushHandlerService',
  320. 'gos_web_socket.server.entry_point' => 'getGosWebSocket_Server_EntryPointService',
  321. 'hateoas.configuration.metadata_driver' => 'getHateoas_Configuration_MetadataDriverService',
  322. 'hateoas.configuration.provider' => 'getHateoas_Configuration_ProviderService',
  323. 'hateoas.event_listener.json' => 'getHateoas_EventListener_JsonService',
  324. 'hateoas.event_listener.xml' => 'getHateoas_EventListener_XmlService',
  325. 'jms_serializer.handler_registry' => 'getJmsSerializer_HandlerRegistryService',
  326. 'jms_serializer.metadata_driver' => 'getJmsSerializer_MetadataDriverService',
  327. 'jms_serializer.twig_extension.serializer_runtime_helper' => 'getJmsSerializer_TwigExtension_SerializerRuntimeHelperService',
  328. 'kira_log_viewer.log_parser.default' => 'getKiraLogViewer_LogParser_DefaultService',
  329. 'knp_menu.factory' => 'getKnpMenu_FactoryService',
  330. 'knp_menu.matcher' => 'getKnpMenu_MatcherService',
  331. 'knp_snappy.image' => 'getKnpSnappy_ImageService',
  332. 'knp_snappy.pdf' => 'getKnpSnappy_PdfService',
  333. 'lexik_jwt_authentication.encoder' => 'getLexikJwtAuthentication_EncoderService',
  334. 'lexik_jwt_authentication.generate_token_command' => 'getLexikJwtAuthentication_GenerateTokenCommandService',
  335. 'lexik_jwt_authentication.jwt_manager' => 'getLexikJwtAuthentication_JwtManagerService',
  336. 'lexik_jwt_authentication.key_loader' => 'getLexikJwtAuthentication_KeyLoaderService',
  337. 'liip_imagine.binary.loader.default' => 'getLiipImagine_Binary_Loader_DefaultService',
  338. 'liip_imagine.config.stack_collection' => 'getLiipImagine_Config_StackCollectionService',
  339. 'liip_imagine.data.manager' => 'getLiipImagine_Data_ManagerService',
  340. 'liip_imagine.filter.loader.downscale' => 'getLiipImagine_Filter_Loader_DownscaleService',
  341. 'liip_imagine.filter.loader.fixed' => 'getLiipImagine_Filter_Loader_FixedService',
  342. 'liip_imagine.filter.loader.flip' => 'getLiipImagine_Filter_Loader_FlipService',
  343. 'liip_imagine.filter.loader.grayscale' => 'getLiipImagine_Filter_Loader_GrayscaleService',
  344. 'liip_imagine.filter.loader.interlace' => 'getLiipImagine_Filter_Loader_InterlaceService',
  345. 'liip_imagine.filter.loader.resample' => 'getLiipImagine_Filter_Loader_ResampleService',
  346. 'liip_imagine.filter.loader.rotate' => 'getLiipImagine_Filter_Loader_RotateService',
  347. 'liip_imagine.filter.manager' => 'getLiipImagine_Filter_ManagerService',
  348. 'monolog.logger.sinacLog' => 'getMonolog_Logger_SinacLogService',
  349. 'nelmio_api_doc.controller.swagger' => 'getNelmioApiDoc_Controller_SwaggerService',
  350. 'nelmio_api_doc.controller.swagger_ui' => 'getNelmioApiDoc_Controller_SwaggerUiService',
  351. 'nelmio_api_doc.generator.default' => 'getNelmioApiDoc_Generator_DefaultService',
  352. 'nelmio_security.csp_reporter_controller' => 'getNelmioSecurity_CspReporterControllerService',
  353. 'nelmio_security.ua_parser.ua_php' => 'getNelmioSecurity_UaParser_UaPhpService',
  354. 'presta_sitemap.controller' => 'getPrestaSitemap_ControllerService',
  355. 'presta_sitemap.dump_command' => 'getPrestaSitemap_DumpCommandService',
  356. 'presta_sitemap.dumper' => 'getPrestaSitemap_DumperService',
  357. 'presta_sitemap.generator' => 'getPrestaSitemap_GeneratorService',
  358. 'routing.loader' => 'getRouting_LoaderService',
  359. 'services_resetter' => 'getServicesResetterService',
  360. 'sonata.admin.manager.orm' => 'getSonata_Admin_Manager_OrmService',
  361. 'sonata.admin.manipulator.acl.object.orm' => 'getSonata_Admin_Manipulator_Acl_Object_OrmService',
  362. 'sonata.doctrine.model.adapter.chain' => 'getSonata_Doctrine_Model_Adapter_ChainService',
  363. 'sonata.media.action.media_download' => 'getSonata_Media_Action_MediaDownloadService',
  364. 'tactician.commandbus.default' => 'getTactician_Commandbus_DefaultService',
  365. 'vich_uploader.download_handler' => 'getVichUploader_DownloadHandlerService',
  366. 'vich_uploader.form.type.file' => 'getVichUploader_Form_Type_FileService',
  367. 'vich_uploader.form.type.image' => 'getVichUploader_Form_Type_ImageService',
  368. 'vich_uploader.upload_handler' => 'getVichUploader_UploadHandlerService',
  369. 'web_profiler.controller.exception_panel' => 'getWebProfiler_Controller_ExceptionPanelService',
  370. 'web_profiler.controller.profiler' => 'getWebProfiler_Controller_ProfilerService',
  371. 'web_profiler.controller.router' => 'getWebProfiler_Controller_RouterService',
  372. 'whater.listener.cart_order_update_state_event_listener' => 'getWhater_Listener_CartOrderUpdateStateEventListenerService',
  373. 'whater.listener.distribution_network_polygon_update_event_listener' => 'getWhater_Listener_DistributionNetworkPolygonUpdateEventListenerService',
  374. 'whater.listener.town_location_polygon_update_event_listener' => 'getWhater_Listener_TownLocationPolygonUpdateEventListenerService',
  375. 'whater.listener.town_polygon_update_event_listener' => 'getWhater_Listener_TownPolygonUpdateEventListenerService',
  376. ];
  377. $this->aliases = [
  378. 'GeoIp2\\Database\\Reader' => 'geoip2.database.city_reader',
  379. 'Presta\\SitemapBundle\\Controller\\SitemapController' => 'presta_sitemap.controller',
  380. 'database_connection' => 'doctrine.dbal.default_connection',
  381. 'doctrine.orm.entity_manager' => 'doctrine.orm.default_entity_manager',
  382. 'geoip2.reader' => 'geoip2.database.city_reader',
  383. 'jms_serializer.authorization_checker' => '.container.private.security.authorization_checker',
  384. 'liip_imagine.controller' => 'Liip\\ImagineBundle\\Controller\\ImagineController',
  385. 'nelmio_api_doc.generator' => 'nelmio_api_doc.generator.default',
  386. 'vich_uploader.directory_namer_subdir' => 'Vich\\UploaderBundle\\Naming\\SubdirDirectoryNamer',
  387. 'vich_uploader.namer_base64' => 'Vich\\UploaderBundle\\Naming\\Base64Namer',
  388. 'vich_uploader.namer_directory_current_date_time' => 'Vich\\UploaderBundle\\Naming\\CurrentDateTimeDirectoryNamer',
  389. 'vich_uploader.namer_directory_property' => 'Vich\\UploaderBundle\\Naming\\PropertyDirectoryNamer',
  390. 'vich_uploader.namer_hash' => 'Vich\\UploaderBundle\\Naming\\HashNamer',
  391. 'vich_uploader.namer_origname' => 'Vich\\UploaderBundle\\Naming\\OrignameNamer',
  392. 'vich_uploader.namer_property' => 'Vich\\UploaderBundle\\Naming\\PropertyNamer',
  393. 'vich_uploader.namer_smart_unique' => 'Vich\\UploaderBundle\\Naming\\SmartUniqueNamer',
  394. 'vich_uploader.namer_uniqid' => 'Vich\\UploaderBundle\\Naming\\UniqidNamer',
  395. ];
  396. $this->privates['service_container'] = function () {
  397. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/HttpKernelInterface.php';
  398. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/KernelInterface.php';
  399. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/RebootableInterface.php';
  400. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/TerminableInterface.php';
  401. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Kernel.php';
  402. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Kernel/MicroKernelTrait.php';
  403. include_once \dirname(__DIR__, 4).'/src/Kernel.php';
  404. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/ControllerMetadata/ArgumentMetadataFactoryInterface.php';
  405. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/ControllerMetadata/ArgumentMetadataFactory.php';
  406. include_once \dirname(__DIR__, 4).'/vendor/symfony/event-dispatcher/EventSubscriberInterface.php';
  407. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/EventListener/ResponseListener.php';
  408. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/EventListener/StreamedResponseListener.php';
  409. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/EventListener/LocaleListener.php';
  410. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/EventListener/ValidateRequestListener.php';
  411. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/EventListener/DisallowRobotsIndexingListener.php';
  412. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/EventListener/ErrorListener.php';
  413. include_once \dirname(__DIR__, 4).'/vendor/symfony/dependency-injection/ParameterBag/ParameterBagInterface.php';
  414. include_once \dirname(__DIR__, 4).'/vendor/symfony/dependency-injection/ParameterBag/ParameterBag.php';
  415. include_once \dirname(__DIR__, 4).'/vendor/symfony/dependency-injection/ParameterBag/FrozenParameterBag.php';
  416. include_once \dirname(__DIR__, 4).'/vendor/psr/container/src/ContainerInterface.php';
  417. include_once \dirname(__DIR__, 4).'/vendor/symfony/dependency-injection/ParameterBag/ContainerBagInterface.php';
  418. include_once \dirname(__DIR__, 4).'/vendor/symfony/dependency-injection/ParameterBag/ContainerBag.php';
  419. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/HttpKernel.php';
  420. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ControllerResolverInterface.php';
  421. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/TraceableControllerResolver.php';
  422. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ControllerResolver.php';
  423. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php';
  424. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/ControllerResolver.php';
  425. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ArgumentResolverInterface.php';
  426. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/TraceableArgumentResolver.php';
  427. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver.php';
  428. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/RequestStack.php';
  429. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/UriSigner.php';
  430. include_once \dirname(__DIR__, 4).'/vendor/symfony/config/ConfigCacheFactoryInterface.php';
  431. include_once \dirname(__DIR__, 4).'/vendor/symfony/config/ResourceCheckerConfigCacheFactory.php';
  432. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/EventListener/LocaleAwareListener.php';
  433. include_once \dirname(__DIR__, 4).'/vendor/psr/cache/src/CacheItemPoolInterface.php';
  434. include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Adapter/AdapterInterface.php';
  435. include_once \dirname(__DIR__, 4).'/vendor/symfony/cache-contracts/CacheInterface.php';
  436. include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/PruneableInterface.php';
  437. include_once \dirname(__DIR__, 4).'/vendor/symfony/service-contracts/ResetInterface.php';
  438. include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/ResettableInterface.php';
  439. include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Adapter/TraceableAdapter.php';
  440. include_once \dirname(__DIR__, 4).'/vendor/psr/log/Psr/Log/LoggerAwareInterface.php';
  441. include_once \dirname(__DIR__, 4).'/vendor/psr/log/Psr/Log/LoggerAwareTrait.php';
  442. include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Traits/AbstractAdapterTrait.php';
  443. include_once \dirname(__DIR__, 4).'/vendor/symfony/cache-contracts/CacheTrait.php';
  444. include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Traits/ContractsTrait.php';
  445. include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Adapter/AbstractAdapter.php';
  446. include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Traits/FilesystemCommonTrait.php';
  447. include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Traits/FilesystemTrait.php';
  448. include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Adapter/FilesystemAdapter.php';
  449. include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Marshaller/MarshallerInterface.php';
  450. include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Marshaller/DefaultMarshaller.php';
  451. include_once \dirname(__DIR__, 4).'/vendor/symfony/asset/Packages.php';
  452. include_once \dirname(__DIR__, 4).'/vendor/symfony/asset/PackageInterface.php';
  453. include_once \dirname(__DIR__, 4).'/vendor/symfony/asset/Package.php';
  454. include_once \dirname(__DIR__, 4).'/vendor/symfony/asset/PathPackage.php';
  455. include_once \dirname(__DIR__, 4).'/vendor/symfony/asset/VersionStrategy/VersionStrategyInterface.php';
  456. include_once \dirname(__DIR__, 4).'/vendor/symfony/asset/VersionStrategy/StaticVersionStrategy.php';
  457. include_once \dirname(__DIR__, 4).'/vendor/symfony/asset/Context/ContextInterface.php';
  458. include_once \dirname(__DIR__, 4).'/vendor/symfony/asset/Context/RequestStackContext.php';
  459. include_once \dirname(__DIR__, 4).'/vendor/symfony/mailer/EventListener/MessageLoggerListener.php';
  460. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/EventListener/FragmentListener.php';
  461. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation-contracts/TranslatorInterface.php';
  462. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/TranslatorBagInterface.php';
  463. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation-contracts/LocaleAwareInterface.php';
  464. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Translator.php';
  465. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/CacheWarmer/WarmableInterface.php';
  466. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Translation/Translator.php';
  467. include_once \dirname(__DIR__, 4).'/vendor/symfony/service-contracts/ServiceProviderInterface.php';
  468. include_once \dirname(__DIR__, 4).'/vendor/symfony/service-contracts/ServiceLocatorTrait.php';
  469. include_once \dirname(__DIR__, 4).'/vendor/symfony/dependency-injection/ServiceLocator.php';
  470. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Formatter/MessageFormatterInterface.php';
  471. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Formatter/IntlFormatterInterface.php';
  472. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Formatter/MessageFormatter.php';
  473. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation-contracts/TranslatorTrait.php';
  474. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/IdentityTranslator.php';
  475. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/EventListener/DebugHandlersListener.php';
  476. include_once \dirname(__DIR__, 4).'/vendor/psr/log/Psr/Log/LoggerInterface.php';
  477. include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/ResettableInterface.php';
  478. include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Logger.php';
  479. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Log/DebugLoggerInterface.php';
  480. include_once \dirname(__DIR__, 4).'/vendor/symfony/monolog-bridge/Logger.php';
  481. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Debug/FileLinkFormatter.php';
  482. include_once \dirname(__DIR__, 4).'/vendor/symfony/stopwatch/Stopwatch.php';
  483. include_once \dirname(__DIR__, 4).'/vendor/symfony/monolog-bridge/Processor/CompatibilityProcessor.php';
  484. include_once \dirname(__DIR__, 4).'/vendor/symfony/monolog-bridge/Processor/DebugProcessor.php';
  485. include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/RequestContext.php';
  486. include_once \dirname(__DIR__, 4).'/vendor/symfony/expression-language/ExpressionFunctionProviderInterface.php';
  487. include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/Matcher/ExpressionLanguageProvider.php';
  488. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/EventListener/RouterListener.php';
  489. include_once \dirname(__DIR__, 4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/Reader.php';
  490. include_once \dirname(__DIR__, 4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationReader.php';
  491. include_once \dirname(__DIR__, 4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationRegistry.php';
  492. include_once \dirname(__DIR__, 4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/PsrCachedReader.php';
  493. include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Traits/ProxyTrait.php';
  494. include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Adapter/PhpArrayAdapter.php';
  495. include_once \dirname(__DIR__, 4).'/vendor/symfony/property-access/PropertyAccessorInterface.php';
  496. include_once \dirname(__DIR__, 4).'/vendor/symfony/property-access/PropertyAccessor.php';
  497. include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Adapter/ArrayAdapter.php';
  498. include_once \dirname(__DIR__, 4).'/vendor/symfony/property-info/PropertyTypeExtractorInterface.php';
  499. include_once \dirname(__DIR__, 4).'/vendor/symfony/property-info/PropertyDescriptionExtractorInterface.php';
  500. include_once \dirname(__DIR__, 4).'/vendor/symfony/property-info/PropertyAccessExtractorInterface.php';
  501. include_once \dirname(__DIR__, 4).'/vendor/symfony/property-info/PropertyListExtractorInterface.php';
  502. include_once \dirname(__DIR__, 4).'/vendor/symfony/property-info/PropertyInfoExtractorInterface.php';
  503. include_once \dirname(__DIR__, 4).'/vendor/symfony/property-info/PropertyInitializableExtractorInterface.php';
  504. include_once \dirname(__DIR__, 4).'/vendor/symfony/property-info/PropertyInfoExtractor.php';
  505. include_once \dirname(__DIR__, 4).'/vendor/symfony/property-info/PropertyReadInfoExtractorInterface.php';
  506. include_once \dirname(__DIR__, 4).'/vendor/symfony/property-info/PropertyWriteInfoExtractorInterface.php';
  507. include_once \dirname(__DIR__, 4).'/vendor/symfony/property-info/Extractor/ConstructorArgumentTypeExtractorInterface.php';
  508. include_once \dirname(__DIR__, 4).'/vendor/symfony/property-info/Extractor/ReflectionExtractor.php';
  509. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/EventListener/AbstractSessionListener.php';
  510. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/EventListener/SessionListener.php';
  511. include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/ValidatorBuilder.php';
  512. include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/Validation.php';
  513. include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/ConstraintValidatorFactoryInterface.php';
  514. include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/ContainerConstraintValidatorFactory.php';
  515. include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/ObjectInitializerInterface.php';
  516. include_once \dirname(__DIR__, 4).'/vendor/symfony/doctrine-bridge/Validator/DoctrineInitializer.php';
  517. include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/Mapping/Loader/LoaderInterface.php';
  518. include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/Mapping/Loader/AutoMappingTrait.php';
  519. include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/Mapping/Loader/PropertyInfoLoader.php';
  520. include_once \dirname(__DIR__, 4).'/vendor/symfony/doctrine-bridge/Validator/DoctrineLoader.php';
  521. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/EventListener/ProfilerListener.php';
  522. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DataCollector/DataCollectorInterface.php';
  523. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DataCollector/DataCollector.php';
  524. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DataCollector/LateDataCollectorInterface.php';
  525. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php';
  526. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DataCollector/RouterDataCollector.php';
  527. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/DataCollector/RouterDataCollector.php';
  528. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/Extension/DataCollector/FormDataCollectorInterface.php';
  529. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/Extension/DataCollector/FormDataCollector.php';
  530. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/Extension/DataCollector/FormDataExtractorInterface.php';
  531. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/Extension/DataCollector/FormDataExtractor.php';
  532. include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Profiler/Profile.php';
  533. include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Processor/ProcessorInterface.php';
  534. include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Processor/PsrLogMessageProcessor.php';
  535. include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Handler/HandlerInterface.php';
  536. include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Handler/Handler.php';
  537. include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Handler/AbstractHandler.php';
  538. include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Handler/ProcessableHandlerInterface.php';
  539. include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Handler/FormattableHandlerInterface.php';
  540. include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Handler/ProcessableHandlerTrait.php';
  541. include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Handler/FormattableHandlerTrait.php';
  542. include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Handler/AbstractProcessingHandler.php';
  543. include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Handler/StreamHandler.php';
  544. include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Handler/RotatingFileHandler.php';
  545. include_once \dirname(__DIR__, 4).'/vendor/symfony/monolog-bridge/Handler/CompatibilityHandler.php';
  546. include_once \dirname(__DIR__, 4).'/vendor/symfony/monolog-bridge/Handler/ConsoleHandler.php';
  547. include_once \dirname(__DIR__, 4).'/vendor/symfony/monolog-bridge/Handler/CompatibilityProcessingHandler.php';
  548. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authentication/Token/Storage/TokenStorageInterface.php';
  549. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authentication/Token/Storage/TokenStorage.php';
  550. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authentication/AuthenticationTrustResolverInterface.php';
  551. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authentication/AuthenticationTrustResolver.php';
  552. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Role/RoleHierarchyInterface.php';
  553. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Role/RoleHierarchy.php';
  554. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/FirewallMapInterface.php';
  555. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-bundle/Security/FirewallMap.php';
  556. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Logout/LogoutUrlGenerator.php';
  557. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/RememberMe/ResponseListener.php';
  558. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/AccessDecisionManagerInterface.php';
  559. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/TraceableAccessDecisionManager.php';
  560. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/AccessDecisionManager.php';
  561. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/Strategy/AccessDecisionStrategyInterface.php';
  562. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/Strategy/AffirmativeStrategy.php';
  563. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Firewall.php';
  564. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-bundle/EventListener/FirewallListener.php';
  565. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php';
  566. include_once \dirname(__DIR__, 4).'/vendor/symfony/web-profiler-bundle/Csp/ContentSecurityPolicyHandler.php';
  567. include_once \dirname(__DIR__, 4).'/vendor/symfony/web-profiler-bundle/Csp/NonceGenerator.php';
  568. include_once \dirname(__DIR__, 4).'/vendor/symfony/web-profiler-bundle/EventListener/WebDebugToolbarListener.php';
  569. include_once \dirname(__DIR__, 4).'/vendor/symfony/webpack-encore-bundle/src/Asset/EntrypointLookupCollectionInterface.php';
  570. include_once \dirname(__DIR__, 4).'/vendor/symfony/webpack-encore-bundle/src/Asset/EntrypointLookupCollection.php';
  571. include_once \dirname(__DIR__, 4).'/vendor/symfony/webpack-encore-bundle/src/EventListener/ResetAssetsEventListener.php';
  572. include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/ConnectionRegistry.php';
  573. include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/ManagerRegistry.php';
  574. include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/AbstractManagerRegistry.php';
  575. include_once \dirname(__DIR__, 4).'/vendor/symfony/doctrine-bridge/ManagerRegistry.php';
  576. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Registry.php';
  577. include_once \dirname(__DIR__, 4).'/vendor/doctrine/event-manager/src/EventManager.php';
  578. include_once \dirname(__DIR__, 4).'/vendor/symfony/doctrine-bridge/ContainerAwareEventManager.php';
  579. include_once \dirname(__DIR__, 4).'/vendor/doctrine/dbal/src/Connection.php';
  580. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/ConnectionFactory.php';
  581. include_once \dirname(__DIR__, 4).'/vendor/doctrine/dbal/src/Configuration.php';
  582. include_once \dirname(__DIR__, 4).'/vendor/doctrine/dbal/src/Schema/SchemaManagerFactory.php';
  583. include_once \dirname(__DIR__, 4).'/vendor/doctrine/dbal/src/Schema/LegacySchemaManagerFactory.php';
  584. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Dbal/SchemaAssetsFilterManager.php';
  585. include_once \dirname(__DIR__, 4).'/vendor/doctrine/dbal/src/Driver/Middleware.php';
  586. include_once \dirname(__DIR__, 4).'/vendor/doctrine/dbal/src/Logging/Middleware.php';
  587. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Middleware/ConnectionNameAwareInterface.php';
  588. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Middleware/DebugMiddleware.php';
  589. include_once \dirname(__DIR__, 4).'/vendor/doctrine/dbal/src/Tools/DsnParser.php';
  590. include_once \dirname(__DIR__, 4).'/vendor/symfony/doctrine-bridge/Middleware/Debug/DebugDataHolder.php';
  591. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Middleware/BacktraceDebugDataHolder.php';
  592. include_once \dirname(__DIR__, 4).'/vendor/doctrine/common/src/Proxy/Autoloader.php';
  593. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Proxy/Autoloader.php';
  594. include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/ObjectManager.php';
  595. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/EntityManagerInterface.php';
  596. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/EntityManager.php';
  597. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Configuration.php';
  598. include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/MappingDriver.php';
  599. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Mapping/MappingDriver.php';
  600. include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/MappingDriverChain.php';
  601. include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/FileDriver.php';
  602. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Mapping/Driver/YamlDriver.php';
  603. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Mapping/Driver/SimplifiedYamlDriver.php';
  604. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Mapping/Driver/CompatibilityAnnotationDriver.php';
  605. include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/ColocatedMappingDriver.php';
  606. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Mapping/Driver/ReflectionBasedDriver.php';
  607. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Mapping/Driver/AnnotationDriver.php';
  608. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Mapping/Driver/XmlDriver.php';
  609. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Mapping/Driver/SimplifiedXmlDriver.php';
  610. include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/FileLocator.php';
  611. include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/SymfonyFileLocator.php';
  612. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Mapping/NamingStrategy.php';
  613. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Mapping/UnderscoreNamingStrategy.php';
  614. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Mapping/QuoteStrategy.php';
  615. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Internal/SQLResultCasing.php';
  616. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Mapping/DefaultQuoteStrategy.php';
  617. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Mapping/EntityListenerResolver.php';
  618. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Mapping/EntityListenerServiceResolver.php';
  619. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Mapping/ContainerEntityListenerResolver.php';
  620. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Repository/RepositoryFactory.php';
  621. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Repository/ContainerRepositoryFactory.php';
  622. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/ManagerConfigurator.php';
  623. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-migrations-bundle/src/EventListener/SchemaFilterListener.php';
  624. include_once \dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/src/EventListener/ControllerListener.php';
  625. include_once \dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/src/EventListener/ParamConverterListener.php';
  626. include_once \dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/ParamConverterManager.php';
  627. include_once \dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/ParamConverterInterface.php';
  628. include_once \dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/DoctrineParamConverter.php';
  629. include_once \dirname(__DIR__, 4).'/vendor/symfony/expression-language/ExpressionLanguage.php';
  630. include_once \dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/DateTimeParamConverter.php';
  631. include_once \dirname(__DIR__, 4).'/vendor/symfony/service-contracts/ServiceSubscriberInterface.php';
  632. include_once \dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/src/EventListener/TemplateListener.php';
  633. include_once \dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/src/Templating/TemplateGuesser.php';
  634. include_once \dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/src/EventListener/HttpCacheListener.php';
  635. include_once \dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/src/EventListener/SecurityListener.php';
  636. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/ExpressionLanguage.php';
  637. include_once \dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/src/Security/ExpressionLanguage.php';
  638. include_once \dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/src/EventListener/IsGrantedListener.php';
  639. include_once \dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/src/Request/ArgumentNameConverter.php';
  640. include_once \dirname(__DIR__, 4).'/vendor/jms/serializer/src/Type/ParserInterface.php';
  641. include_once \dirname(__DIR__, 4).'/vendor/jms/serializer/src/Type/Parser.php';
  642. include_once \dirname(__DIR__, 4).'/vendor/jms/metadata/src/Cache/CacheInterface.php';
  643. include_once \dirname(__DIR__, 4).'/vendor/jms/metadata/src/Cache/ClearableCacheInterface.php';
  644. include_once \dirname(__DIR__, 4).'/vendor/jms/metadata/src/Cache/FileCache.php';
  645. include_once \dirname(__DIR__, 4).'/vendor/jms/metadata/src/MetadataFactoryInterface.php';
  646. include_once \dirname(__DIR__, 4).'/vendor/jms/metadata/src/AdvancedMetadataFactoryInterface.php';
  647. include_once \dirname(__DIR__, 4).'/vendor/jms/metadata/src/MetadataFactory.php';
  648. include_once \dirname(__DIR__, 4).'/vendor/jms/metadata/src/Driver/DriverInterface.php';
  649. include_once \dirname(__DIR__, 4).'/vendor/jms/metadata/src/Driver/LazyLoadingDriver.php';
  650. include_once \dirname(__DIR__, 4).'/vendor/jms/serializer/src/Expression/CompilableExpressionEvaluatorInterface.php';
  651. include_once \dirname(__DIR__, 4).'/vendor/jms/serializer/src/Expression/ExpressionEvaluatorInterface.php';
  652. include_once \dirname(__DIR__, 4).'/vendor/jms/serializer/src/Expression/ExpressionEvaluator.php';
  653. include_once \dirname(__DIR__, 4).'/vendor/jms/serializer-bundle/ExpressionLanguage/BasicSerializerFunctionsProvider.php';
  654. include_once \dirname(__DIR__, 4).'/vendor/willdurand/hateoas-bundle/Expression/LinkExpressionFunction.php';
  655. include_once \dirname(__DIR__, 4).'/vendor/snc/redis-bundle/src/Logger/RedisLogger.php';
  656. include_once \dirname(__DIR__, 4).'/vendor/willdurand/hateoas/src/Factory/LinkFactory.php';
  657. include_once \dirname(__DIR__, 4).'/vendor/willdurand/hateoas/src/UrlGenerator/UrlGeneratorRegistry.php';
  658. include_once \dirname(__DIR__, 4).'/vendor/willdurand/hateoas/src/UrlGenerator/UrlGeneratorInterface.php';
  659. include_once \dirname(__DIR__, 4).'/vendor/willdurand/hateoas/src/UrlGenerator/SymfonyUrlGenerator.php';
  660. include_once \dirname(__DIR__, 4).'/vendor/willdurand/hateoas/src/Helper/LinkHelper.php';
  661. include_once \dirname(__DIR__, 4).'/vendor/cocur/slugify/src/SlugifyInterface.php';
  662. include_once \dirname(__DIR__, 4).'/vendor/cocur/slugify/src/Slugify.php';
  663. include_once \dirname(__DIR__, 4).'/vendor/shivas/versioning-bundle/src/Service/VersionManagerInterface.php';
  664. include_once \dirname(__DIR__, 4).'/vendor/shivas/versioning-bundle/src/Service/VersionManager.php';
  665. include_once \dirname(__DIR__, 4).'/vendor/shivas/versioning-bundle/src/Writer/WriterInterface.php';
  666. include_once \dirname(__DIR__, 4).'/vendor/shivas/versioning-bundle/src/Writer/VersionWriter.php';
  667. include_once \dirname(__DIR__, 4).'/vendor/shivas/versioning-bundle/src/Formatter/FormatterInterface.php';
  668. include_once \dirname(__DIR__, 4).'/vendor/shivas/versioning-bundle/src/Formatter/GitDescribeFormatter.php';
  669. include_once \dirname(__DIR__, 4).'/vendor/shivas/versioning-bundle/src/Provider/ProviderInterface.php';
  670. include_once \dirname(__DIR__, 4).'/vendor/shivas/versioning-bundle/src/Provider/VersionProvider.php';
  671. include_once \dirname(__DIR__, 4).'/vendor/shivas/versioning-bundle/src/Provider/GitRepositoryProvider.php';
  672. include_once \dirname(__DIR__, 4).'/vendor/shivas/versioning-bundle/src/Provider/RevisionProvider.php';
  673. include_once \dirname(__DIR__, 4).'/vendor/shivas/versioning-bundle/src/Provider/InitialVersionProvider.php';
  674. include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/rest-bundle/EventListener/MimeTypeListener.php';
  675. include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/rest-bundle/EventListener/FormatListener.php';
  676. include_once \dirname(__DIR__, 4).'/vendor/willdurand/negotiation/src/Negotiation/AbstractNegotiator.php';
  677. include_once \dirname(__DIR__, 4).'/vendor/willdurand/negotiation/src/Negotiation/Negotiator.php';
  678. include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/rest-bundle/Negotiation/FormatNegotiator.php';
  679. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/RequestMatcherInterface.php';
  680. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/RequestMatcher.php';
  681. include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/rest-bundle/EventListener/VersionListener.php';
  682. include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/rest-bundle/Version/VersionResolverInterface.php';
  683. include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/rest-bundle/Version/ChainVersionResolver.php';
  684. include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/rest-bundle/Version/Resolver/QueryParameterVersionResolver.php';
  685. include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/rest-bundle/Version/Resolver/HeaderVersionResolver.php';
  686. include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/rest-bundle/Version/Resolver/MediaTypeVersionResolver.php';
  687. include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/rest-bundle/EventListener/VersionExclusionListener.php';
  688. include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/rest-bundle/EventListener/ParamFetcherListener.php';
  689. include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/rest-bundle/Request/ParamFetcherInterface.php';
  690. include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/rest-bundle/Util/ResolverTrait.php';
  691. include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/rest-bundle/Request/ParamFetcher.php';
  692. include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/rest-bundle/Request/ParamReaderInterface.php';
  693. include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/rest-bundle/Request/ParamReader.php';
  694. include_once \dirname(__DIR__, 4).'/vendor/nelmio/cors-bundle/EventListener/CorsListener.php';
  695. include_once \dirname(__DIR__, 4).'/vendor/nelmio/cors-bundle/Options/ResolverInterface.php';
  696. include_once \dirname(__DIR__, 4).'/vendor/nelmio/cors-bundle/Options/Resolver.php';
  697. include_once \dirname(__DIR__, 4).'/vendor/nelmio/cors-bundle/Options/ProviderInterface.php';
  698. include_once \dirname(__DIR__, 4).'/vendor/nelmio/cors-bundle/Options/ConfigProvider.php';
  699. include_once \dirname(__DIR__, 4).'/vendor/nelmio/cors-bundle/EventListener/CacheableResponseVaryListener.php';
  700. include_once \dirname(__DIR__, 4).'/vendor/nelmio/security-bundle/EventListener/AbstractContentTypeRestrictableListener.php';
  701. include_once \dirname(__DIR__, 4).'/vendor/nelmio/security-bundle/EventListener/ContentSecurityPolicyListener.php';
  702. include_once \dirname(__DIR__, 4).'/vendor/nelmio/security-bundle/ContentSecurityPolicy/DirectiveSet.php';
  703. include_once \dirname(__DIR__, 4).'/vendor/nelmio/security-bundle/ContentSecurityPolicy/PolicyManager.php';
  704. include_once \dirname(__DIR__, 4).'/vendor/nelmio/security-bundle/ContentSecurityPolicy/NonceGenerator.php';
  705. include_once \dirname(__DIR__, 4).'/vendor/nelmio/security-bundle/ContentSecurityPolicy/ShaComputer.php';
  706. include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Imagine/Cache/Resolver/ResolverInterface.php';
  707. include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Imagine/Cache/Resolver/WebPathResolver.php';
  708. include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Imagine/Cache/CacheManager.php';
  709. include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Imagine/Filter/FilterConfiguration.php';
  710. include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Imagine/Cache/Resolver/NoCacheWebPathResolver.php';
  711. include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Imagine/Cache/SignerInterface.php';
  712. include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Imagine/Cache/Signer.php';
  713. include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Metadata/MetadataReader.php';
  714. include_once \dirname(__DIR__, 4).'/vendor/jms/metadata/src/Driver/AdvancedDriverInterface.php';
  715. include_once \dirname(__DIR__, 4).'/vendor/jms/metadata/src/Driver/DriverChain.php';
  716. include_once \dirname(__DIR__, 4).'/vendor/jms/metadata/src/Driver/AbstractFileDriver.php';
  717. include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Metadata/Driver/XmlDriver.php';
  718. include_once \dirname(__DIR__, 4).'/vendor/jms/metadata/src/Driver/FileLocatorInterface.php';
  719. include_once \dirname(__DIR__, 4).'/vendor/jms/metadata/src/Driver/AdvancedFileLocatorInterface.php';
  720. include_once \dirname(__DIR__, 4).'/vendor/jms/metadata/src/Driver/TraceableFileLocatorInterface.php';
  721. include_once \dirname(__DIR__, 4).'/vendor/jms/metadata/src/Driver/FileLocator.php';
  722. include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Metadata/Driver/AnnotationDriver.php';
  723. include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Metadata/Driver/AbstractYamlDriver.php';
  724. include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Metadata/Driver/YamlDriver.php';
  725. include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Metadata/Driver/YmlDriver.php';
  726. include_once \dirname(__DIR__, 4).'/vendor/sonata-project/media-bundle/src/Provider/Pool.php';
  727. include_once \dirname(__DIR__, 4).'/vendor/sonata-project/media-bundle/src/Security/DownloadStrategyInterface.php';
  728. include_once \dirname(__DIR__, 4).'/vendor/sonata-project/media-bundle/src/Security/RolesDownloadStrategy.php';
  729. include_once \dirname(__DIR__, 4).'/vendor/sonata-project/media-bundle/src/Provider/MediaProviderInterface.php';
  730. include_once \dirname(__DIR__, 4).'/vendor/sonata-project/media-bundle/src/Provider/BaseProvider.php';
  731. include_once \dirname(__DIR__, 4).'/vendor/sonata-project/media-bundle/src/Provider/FileProviderInterface.php';
  732. include_once \dirname(__DIR__, 4).'/vendor/sonata-project/media-bundle/src/Provider/FileProvider.php';
  733. include_once \dirname(__DIR__, 4).'/vendor/sonata-project/media-bundle/src/Thumbnail/ThumbnailInterface.php';
  734. include_once \dirname(__DIR__, 4).'/vendor/sonata-project/media-bundle/src/Thumbnail/FileThumbnail.php';
  735. include_once \dirname(__DIR__, 4).'/vendor/sonata-project/media-bundle/src/Provider/BaseVideoProvider.php';
  736. include_once \dirname(__DIR__, 4).'/vendor/sonata-project/media-bundle/src/Provider/YouTubeProvider.php';
  737. include_once \dirname(__DIR__, 4).'/vendor/sonata-project/media-bundle/src/Generator/GeneratorInterface.php';
  738. include_once \dirname(__DIR__, 4).'/vendor/sonata-project/media-bundle/src/Generator/IdGenerator.php';
  739. include_once \dirname(__DIR__, 4).'/vendor/psr/http-client/src/ClientInterface.php';
  740. include_once \dirname(__DIR__, 4).'/vendor/psr/http-factory/src/RequestFactoryInterface.php';
  741. include_once \dirname(__DIR__, 4).'/vendor/psr/http-factory/src/StreamFactoryInterface.php';
  742. include_once \dirname(__DIR__, 4).'/vendor/psr/http-factory/src/UriFactoryInterface.php';
  743. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-client/Psr18Client.php';
  744. include_once \dirname(__DIR__, 4).'/vendor/psr/http-factory/src/ResponseFactoryInterface.php';
  745. include_once \dirname(__DIR__, 4).'/vendor/psr/http-factory/src/ServerRequestFactoryInterface.php';
  746. include_once \dirname(__DIR__, 4).'/vendor/psr/http-factory/src/UploadedFileFactoryInterface.php';
  747. include_once \dirname(__DIR__, 4).'/vendor/nyholm/psr7/src/Factory/Psr17Factory.php';
  748. include_once \dirname(__DIR__, 4).'/vendor/sonata-project/media-bundle/src/Provider/DailyMotionProvider.php';
  749. include_once \dirname(__DIR__, 4).'/vendor/sonata-project/media-bundle/src/Provider/VimeoProvider.php';
  750. include_once \dirname(__DIR__, 4).'/vendor/sonata-project/media-bundle/src/Thumbnail/ResizableThumbnailInterface.php';
  751. include_once \dirname(__DIR__, 4).'/vendor/sonata-project/media-bundle/src/Thumbnail/GenerableThumbnailInterface.php';
  752. include_once \dirname(__DIR__, 4).'/vendor/sonata-project/media-bundle/src/Thumbnail/FormatThumbnail.php';
  753. include_once \dirname(__DIR__, 4).'/vendor/sonata-project/media-bundle/src/Resizer/ResizerInterface.php';
  754. include_once \dirname(__DIR__, 4).'/vendor/sonata-project/media-bundle/src/Resizer/CropResizer.php';
  755. include_once \dirname(__DIR__, 4).'/vendor/sonata-project/media-bundle/src/Resizer/SquareResizer.php';
  756. include_once \dirname(__DIR__, 4).'/vendor/sonata-project/media-bundle/src/Provider/ImageProviderInterface.php';
  757. include_once \dirname(__DIR__, 4).'/vendor/sonata-project/media-bundle/src/Provider/ImageProvider.php';
  758. include_once \dirname(__DIR__, 4).'/vendor/imagine/imagine/src/Factory/ClassFactoryAwareInterface.php';
  759. include_once \dirname(__DIR__, 4).'/vendor/imagine/imagine/src/Image/ImagineInterface.php';
  760. include_once \dirname(__DIR__, 4).'/vendor/imagine/imagine/src/Image/AbstractImagine.php';
  761. include_once \dirname(__DIR__, 4).'/vendor/imagine/imagine/src/Driver/InfoProvider.php';
  762. include_once \dirname(__DIR__, 4).'/vendor/imagine/imagine/src/Gd/Imagine.php';
  763. include_once \dirname(__DIR__, 4).'/vendor/sonata-project/media-bundle/src/Resizer/SimpleResizer.php';
  764. include_once \dirname(__DIR__, 4).'/vendor/sonata-project/media-bundle/src/CDN/CDNInterface.php';
  765. include_once \dirname(__DIR__, 4).'/vendor/sonata-project/media-bundle/src/CDN/Server.php';
  766. include_once \dirname(__DIR__, 4).'/vendor/knplabs/gaufrette/src/Gaufrette/Adapter.php';
  767. include_once \dirname(__DIR__, 4).'/vendor/knplabs/gaufrette/src/Gaufrette/Adapter/StreamFactory.php';
  768. include_once \dirname(__DIR__, 4).'/vendor/knplabs/gaufrette/src/Gaufrette/Adapter/ChecksumCalculator.php';
  769. include_once \dirname(__DIR__, 4).'/vendor/knplabs/gaufrette/src/Gaufrette/Adapter/SizeCalculator.php';
  770. include_once \dirname(__DIR__, 4).'/vendor/knplabs/gaufrette/src/Gaufrette/Adapter/MimeTypeProvider.php';
  771. include_once \dirname(__DIR__, 4).'/vendor/knplabs/gaufrette/src/Gaufrette/Adapter/Local.php';
  772. include_once \dirname(__DIR__, 4).'/vendor/sonata-project/media-bundle/src/Filesystem/Local.php';
  773. include_once \dirname(__DIR__, 4).'/vendor/knplabs/gaufrette/src/Gaufrette/FilesystemInterface.php';
  774. include_once \dirname(__DIR__, 4).'/vendor/knplabs/gaufrette/src/Gaufrette/Filesystem.php';
  775. include_once \dirname(__DIR__, 4).'/vendor/sonata-project/media-bundle/src/Metadata/MetadataBuilderInterface.php';
  776. include_once \dirname(__DIR__, 4).'/vendor/sonata-project/media-bundle/src/Metadata/ProxyMetadataBuilder.php';
  777. include_once \dirname(__DIR__, 4).'/vendor/sonata-project/media-bundle/src/Metadata/NoopMetadataBuilder.php';
  778. include_once \dirname(__DIR__, 4).'/vendor/sonata-project/media-bundle/src/Metadata/AmazonMetadataBuilder.php';
  779. include_once \dirname(__DIR__, 4).'/vendor/geocoder-php/plugin/Plugin.php';
  780. include_once \dirname(__DIR__, 4).'/vendor/willdurand/geocoder-bundle/src/Plugin/ProfilingPlugin.php';
  781. include_once \dirname(__DIR__, 4).'/vendor/eightpoints/guzzle-bundle/src/Log/LoggerInterface.php';
  782. include_once \dirname(__DIR__, 4).'/vendor/psr/log/Psr/Log/LoggerTrait.php';
  783. include_once \dirname(__DIR__, 4).'/vendor/eightpoints/guzzle-bundle/src/Log/Logger.php';
  784. include_once \dirname(__DIR__, 4).'/vendor/eightpoints/guzzle-bundle/src/DataCollector/DataCollectorSymfonyCompatibilityTrait.php';
  785. include_once \dirname(__DIR__, 4).'/vendor/eightpoints/guzzle-bundle/src/DataCollector/HttpDataCollector.php';
  786. include_once \dirname(__DIR__, 4).'/src/Infrastructure/CommonBundle/Monolog/MonologDomainsFilterProcessor.php';
  787. include_once \dirname(__DIR__, 4).'/src/Infrastructure/MediaBundle/Generator/DateGenerator.php';
  788. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-client-contracts/HttpClientInterface.php';
  789. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-client/TraceableHttpClient.php';
  790. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-client/HttpClient.php';
  791. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/DataCollectorTranslator.php';
  792. include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/RequestContextAwareInterface.php';
  793. include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/Matcher/UrlMatcherInterface.php';
  794. include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/Generator/UrlGeneratorInterface.php';
  795. include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/RouterInterface.php';
  796. include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/Matcher/RequestMatcherInterface.php';
  797. include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/Router.php';
  798. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Routing/Router.php';
  799. include_once \dirname(__DIR__, 4).'/vendor/jms/serializer/src/ContextFactory/SerializationContextFactoryInterface.php';
  800. include_once \dirname(__DIR__, 4).'/vendor/jms/serializer/src/ContextFactory/DeserializationContextFactoryInterface.php';
  801. include_once \dirname(__DIR__, 4).'/vendor/jms/serializer-bundle/ContextFactory/ConfiguredContextFactory.php';
  802. include_once \dirname(__DIR__, 4).'/vendor/jms/serializer/src/SerializerInterface.php';
  803. include_once \dirname(__DIR__, 4).'/vendor/jms/serializer/src/ArrayTransformerInterface.php';
  804. include_once \dirname(__DIR__, 4).'/vendor/jms/serializer/src/Serializer.php';
  805. include_once \dirname(__DIR__, 4).'/vendor/jms/serializer/src/GraphNavigator/Factory/GraphNavigatorFactoryInterface.php';
  806. include_once \dirname(__DIR__, 4).'/vendor/jms/serializer/src/GraphNavigator/Factory/DeserializationGraphNavigatorFactory.php';
  807. include_once \dirname(__DIR__, 4).'/vendor/jms/serializer/src/Construction/ObjectConstructorInterface.php';
  808. include_once \dirname(__DIR__, 4).'/vendor/jms/serializer/src/Construction/DoctrineObjectConstructor.php';
  809. include_once \dirname(__DIR__, 4).'/vendor/jms/serializer/src/Construction/UnserializeObjectConstructor.php';
  810. include_once \dirname(__DIR__, 4).'/vendor/jms/serializer/src/Accessor/AccessorStrategyInterface.php';
  811. include_once \dirname(__DIR__, 4).'/vendor/jms/serializer/src/Accessor/DefaultAccessorStrategy.php';
  812. include_once \dirname(__DIR__, 4).'/vendor/jms/serializer/src/EventDispatcher/EventDispatcherInterface.php';
  813. include_once \dirname(__DIR__, 4).'/vendor/jms/serializer/src/EventDispatcher/EventDispatcher.php';
  814. include_once \dirname(__DIR__, 4).'/vendor/jms/serializer/src/EventDispatcher/LazyEventDispatcher.php';
  815. include_once \dirname(__DIR__, 4).'/vendor/jms/serializer/src/GraphNavigator/Factory/SerializationGraphNavigatorFactory.php';
  816. include_once \dirname(__DIR__, 4).'/vendor/jms/serializer/src/Visitor/Factory/SerializationVisitorFactory.php';
  817. include_once \dirname(__DIR__, 4).'/vendor/jms/serializer/src/Visitor/Factory/JsonSerializationVisitorFactory.php';
  818. include_once \dirname(__DIR__, 4).'/vendor/jms/serializer/src/Visitor/Factory/XmlSerializationVisitorFactory.php';
  819. include_once \dirname(__DIR__, 4).'/vendor/jms/serializer/src/Visitor/Factory/DeserializationVisitorFactory.php';
  820. include_once \dirname(__DIR__, 4).'/vendor/jms/serializer/src/Visitor/Factory/JsonDeserializationVisitorFactory.php';
  821. include_once \dirname(__DIR__, 4).'/vendor/jms/serializer/src/Visitor/Factory/XmlDeserializationVisitorFactory.php';
  822. include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/rest-bundle/View/ViewHandlerInterface.php';
  823. include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/rest-bundle/View/ConfigurableViewHandlerInterface.php';
  824. include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/rest-bundle/View/ViewHandler.php';
  825. include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/rest-bundle/Serializer/Serializer.php';
  826. include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/rest-bundle/Serializer/JMSSerializerAdapter.php';
  827. include_once \dirname(__DIR__, 4).'/vendor/psr/event-dispatcher/src/EventDispatcherInterface.php';
  828. include_once \dirname(__DIR__, 4).'/vendor/symfony/event-dispatcher-contracts/EventDispatcherInterface.php';
  829. include_once \dirname(__DIR__, 4).'/vendor/symfony/event-dispatcher/EventDispatcherInterface.php';
  830. include_once \dirname(__DIR__, 4).'/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php';
  831. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Debug/TraceableEventDispatcher.php';
  832. include_once \dirname(__DIR__, 4).'/vendor/symfony/event-dispatcher/EventDispatcher.php';
  833. include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Handler/NullHandler.php';
  834. include_once \dirname(__DIR__, 4).'/vendor/symfony/filesystem/Filesystem.php';
  835. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Profiler/Profiler.php';
  836. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Profiler/ProfilerStorageInterface.php';
  837. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php';
  838. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DataCollector/TimeDataCollector.php';
  839. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DataCollector/MemoryDataCollector.php';
  840. include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/DataCollector/ValidatorDataCollector.php';
  841. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DataCollector/AjaxDataCollector.php';
  842. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DataCollector/ExceptionDataCollector.php';
  843. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DataCollector/LoggerDataCollector.php';
  844. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DataCollector/EventDataCollector.php';
  845. include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/DataCollector/CacheDataCollector.php';
  846. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/DataCollector/TranslationDataCollector.php';
  847. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-bundle/DataCollector/SecurityDataCollector.php';
  848. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/DataCollector/TwigDataCollector.php';
  849. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-client/HttpClientTrait.php';
  850. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-client/DataCollector/HttpClientDataCollector.php';
  851. include_once \dirname(__DIR__, 4).'/vendor/symfony/doctrine-bridge/DataCollector/DoctrineDataCollector.php';
  852. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/DataCollector/DoctrineDataCollector.php';
  853. include_once \dirname(__DIR__, 4).'/vendor/symfony/mailer/DataCollector/MessageDataCollector.php';
  854. include_once \dirname(__DIR__, 4).'/vendor/snc/redis-bundle/src/DataCollector/RedisDataCollector.php';
  855. include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/DataCollector/MappingCollector.php';
  856. include_once \dirname(__DIR__, 4).'/vendor/willdurand/geocoder-bundle/src/DataCollector/GeocoderDataCollector.php';
  857. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DataCollector/ConfigDataCollector.php';
  858. include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Cache/CacheInterface.php';
  859. include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Cache/RemovableCacheInterface.php';
  860. include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Cache/FilesystemCache.php';
  861. include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Extension/ExtensionInterface.php';
  862. include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Extension/LastModifiedExtensionInterface.php';
  863. include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Extension/AbstractExtension.php';
  864. include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Extension/CoreExtension.php';
  865. include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Extension/EscaperExtension.php';
  866. include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Extension/OptimizerExtension.php';
  867. include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Extension/StagingExtension.php';
  868. include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/ExtensionSet.php';
  869. include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Template.php';
  870. include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/TemplateWrapper.php';
  871. include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Environment.php';
  872. include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Loader/LoaderInterface.php';
  873. include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Loader/FilesystemLoader.php';
  874. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/CsrfExtension.php';
  875. include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Extension/ProfilerExtension.php';
  876. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/ProfilerExtension.php';
  877. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/TranslationExtension.php';
  878. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/AssetExtension.php';
  879. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/CodeExtension.php';
  880. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/RoutingExtension.php';
  881. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/YamlExtension.php';
  882. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/StopwatchExtension.php';
  883. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/ExpressionExtension.php';
  884. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/HttpKernelExtension.php';
  885. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/HttpFoundationExtension.php';
  886. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/UrlHelper.php';
  887. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/SerializerExtension.php';
  888. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/FormExtension.php';
  889. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/LogoutUrlExtension.php';
  890. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/SecurityExtension.php';
  891. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Impersonate/ImpersonateUrlGenerator.php';
  892. include_once \dirname(__DIR__, 4).'/vendor/twig/intl-extra/IntlExtension.php';
  893. include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Extension/DebugExtension.php';
  894. include_once \dirname(__DIR__, 4).'/vendor/symfony/web-profiler-bundle/Twig/WebProfilerExtension.php';
  895. include_once \dirname(__DIR__, 4).'/vendor/symfony/var-dumper/Dumper/DataDumperInterface.php';
  896. include_once \dirname(__DIR__, 4).'/vendor/symfony/var-dumper/Cloner/DumperInterface.php';
  897. include_once \dirname(__DIR__, 4).'/vendor/symfony/var-dumper/Dumper/AbstractDumper.php';
  898. include_once \dirname(__DIR__, 4).'/vendor/symfony/var-dumper/Dumper/CliDumper.php';
  899. include_once \dirname(__DIR__, 4).'/vendor/symfony/var-dumper/Dumper/HtmlDumper.php';
  900. include_once \dirname(__DIR__, 4).'/vendor/symfony/webpack-encore-bundle/src/Twig/EntryFilesTwigExtension.php';
  901. include_once \dirname(__DIR__, 4).'/vendor/symfony/webpack-encore-bundle/src/Twig/StimulusTwigExtension.php';
  902. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Twig/DoctrineExtension.php';
  903. include_once \dirname(__DIR__, 4).'/vendor/jms/serializer/src/Twig/SerializerBaseExtension.php';
  904. include_once \dirname(__DIR__, 4).'/vendor/jms/serializer/src/Twig/SerializerRuntimeExtension.php';
  905. include_once \dirname(__DIR__, 4).'/vendor/willdurand/hateoas/src/Twig/Extension/LinkExtension.php';
  906. include_once \dirname(__DIR__, 4).'/vendor/cocur/slugify/src/Bridge/Twig/SlugifyExtension.php';
  907. include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Extension/GlobalsInterface.php';
  908. include_once \dirname(__DIR__, 4).'/vendor/shivas/versioning-bundle/src/Twig/VersionExtension.php';
  909. include_once \dirname(__DIR__, 4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Twig/MenuExtension.php';
  910. include_once \dirname(__DIR__, 4).'/vendor/knplabs/knp-time-bundle/src/Twig/Extension/TimeExtension.php';
  911. include_once \dirname(__DIR__, 4).'/vendor/knplabs/knp-time-bundle/src/DateTimeFormatter.php';
  912. include_once \dirname(__DIR__, 4).'/vendor/nelmio/security-bundle/Twig/NelmioCSPTwigExtension.php';
  913. include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Templating/FilterTrait.php';
  914. include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Templating/FilterExtension.php';
  915. include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Twig/Extension/UploaderExtension.php';
  916. include_once \dirname(__DIR__, 4).'/vendor/sonata-project/media-bundle/src/Twig/Extension/MediaExtension.php';
  917. include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/ckeditor-bundle/src/Renderer/CKEditorRendererInterface.php';
  918. include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/ckeditor-bundle/src/Twig/CKEditorExtension.php';
  919. include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/ckeditor-bundle/src/Renderer/CKEditorRenderer.php';
  920. include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/ckeditor-bundle/src/Builder/JsonBuilder.php';
  921. include_once \dirname(__DIR__, 4).'/vendor/endroid/qr-code-bundle/src/Twig/QrCodeExtension.php';
  922. include_once \dirname(__DIR__, 4).'/vendor/eightpoints/guzzle-bundle/src/Twig/Extension/DebugExtension.php';
  923. include_once \dirname(__DIR__, 4).'/vendor/helios-ag/fm-elfinder-bundle/src/Twig/Extension/FMElfinderExtension.php';
  924. include_once \dirname(__DIR__, 4).'/vendor/twig/string-extra/StringExtension.php';
  925. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/AppVariable.php';
  926. include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/RuntimeLoader/RuntimeLoaderInterface.php';
  927. include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/RuntimeLoader/ContainerRuntimeLoader.php';
  928. include_once \dirname(__DIR__, 4).'/vendor/sonata-project/media-bundle/src/Twig/GlobalVariables.php';
  929. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bundle/DependencyInjection/Configurator/EnvironmentConfigurator.php';
  930. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/AuthorizationCheckerInterface.php';
  931. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/AuthorizationChecker.php';
  932. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authentication/Token/Storage/UsageTrackingTokenStorage.php';
  933. include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/Mapping/Factory/MetadataFactoryInterface.php';
  934. include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/Validator/ValidatorInterface.php';
  935. include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/Validator/TraceableValidator.php';
  936. include_once \dirname(__DIR__, 4).'/vendor/jms/serializer/src/Handler/HandlerRegistryInterface.php';
  937. include_once \dirname(__DIR__, 4).'/vendor/jms/serializer/src/Handler/HandlerRegistry.php';
  938. include_once \dirname(__DIR__, 4).'/vendor/jms/serializer/src/Handler/LazyHandlerRegistry.php';
  939. };
  940. }
  941. public function compile(): void
  942. {
  943. throw new LogicException('You cannot compile a dumped container that was already compiled.');
  944. }
  945. public function isCompiled(): bool
  946. {
  947. return true;
  948. }
  949. public function getRemovedIds(): array
  950. {
  951. return require $this->containerDir.\DIRECTORY_SEPARATOR.'removed-ids.php';
  952. }
  953. protected function load($file, $lazyLoad = true)
  954. {
  955. if (class_exists($class = __NAMESPACE__.'\\'.$file, false)) {
  956. return $class::do($this, $lazyLoad);
  957. }
  958. if ('.' === $file[-4]) {
  959. $class = substr($class, 0, -4);
  960. } else {
  961. $file .= '.php';
  962. }
  963. $service = require $this->containerDir.\DIRECTORY_SEPARATOR.$file;
  964. return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;
  965. }
  966. /**
  967. * Gets the public '.container.private.filesystem' shared service.
  968. *
  969. * @return \Symfony\Component\Filesystem\Filesystem
  970. */
  971. protected function get_Container_Private_FilesystemService()
  972. {
  973. return $this->services['.container.private.filesystem'] = new \Symfony\Component\Filesystem\Filesystem();
  974. }
  975. /**
  976. * Gets the public '.container.private.profiler' shared service.
  977. *
  978. * @return \Symfony\Component\HttpKernel\Profiler\Profiler
  979. */
  980. protected function get_Container_Private_ProfilerService()
  981. {
  982. $a = new \Symfony\Bridge\Monolog\Logger('profiler');
  983. $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  984. $a->pushProcessor(($this->privates['Whater\\Infrastructure\\CommonBundle\\Monolog\\MonologDomainsFilterProcessor'] ?? $this->getMonologDomainsFilterProcessorService()));
  985. $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  986. $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  987. \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  988. $this->services['.container.private.profiler'] = $instance = new \Symfony\Component\HttpKernel\Profiler\Profiler(new \Symfony\Component\HttpKernel\Profiler\FileProfilerStorage(('file:'.$this->targetDir.''.'/profiler')), $a, true);
  989. $b = ($this->services['kernel'] ?? $this->get('kernel'));
  990. $c = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  991. $d = new \Symfony\Component\Cache\DataCollector\CacheDataCollector();
  992. $d->addInstance('cache.app', ($this->services['cache.app'] ?? $this->getCache_AppService()));
  993. $d->addInstance('cache.system', ($this->services['cache.system'] ?? $this->getCache_SystemService()));
  994. $d->addInstance('cache.validator', ($this->privates['cache.validator'] ?? $this->getCache_ValidatorService()));
  995. $d->addInstance('cache.serializer', ($this->privates['cache.serializer'] ?? $this->getCache_SerializerService()));
  996. $d->addInstance('cache.annotations', ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService()));
  997. $d->addInstance('cache.property_info', ($this->privates['cache.property_info'] ?? $this->getCache_PropertyInfoService()));
  998. $d->addInstance('cache.rate_limiter', ($this->services['cache.rate_limiter'] ?? $this->getCache_RateLimiterService()));
  999. $d->addInstance('cache.validator_expression_language', ($this->services['cache.validator_expression_language'] ?? $this->getCache_ValidatorExpressionLanguageService()));
  1000. $d->addInstance('cache.security_expression_language', ($this->privates['cache.security_expression_language'] ?? $this->getCache_SecurityExpressionLanguageService()));
  1001. $d->addInstance('cache.webpack_encore', ($this->privates['cache.webpack_encore'] ?? $this->getCache_WebpackEncoreService()));
  1002. $d->addInstance('cache.doctrine.orm.default.result', ($this->privates['cache.doctrine.orm.default.result'] ?? $this->getCache_Doctrine_Orm_Default_ResultService()));
  1003. $d->addInstance('cache.doctrine.orm.default.query', ($this->privates['cache.doctrine.orm.default.query'] ?? $this->getCache_Doctrine_Orm_Default_QueryService()));
  1004. $d->addInstance('shivas_versioning.cache.version', ($this->services['shivas_versioning.cache.version'] ?? $this->getShivasVersioning_Cache_VersionService()));
  1005. $e = new \Symfony\Component\HttpClient\DataCollector\HttpClientDataCollector();
  1006. $e->registerClient('http_client', ($this->privates['.debug.http_client'] ?? $this->get_Debug_HttpClientService()));
  1007. $f = new \Bazinga\GeocoderBundle\DataCollector\GeocoderDataCollector();
  1008. $f->addInstance(($this->privates['bazinga_geocoder.provider.acme.profiler'] ?? ($this->privates['bazinga_geocoder.provider.acme.profiler'] = new \Bazinga\GeocoderBundle\Plugin\ProfilingPlugin('acme'))));
  1009. $g = new \Symfony\Component\HttpKernel\DataCollector\ConfigDataCollector();
  1010. if ($this->has('kernel')) {
  1011. $g->setKernel($b);
  1012. }
  1013. $instance->add(($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService()));
  1014. $instance->add(new \Symfony\Component\HttpKernel\DataCollector\TimeDataCollector($b, ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)))));
  1015. $instance->add(new \Symfony\Component\HttpKernel\DataCollector\MemoryDataCollector());
  1016. $instance->add(new \Symfony\Component\Validator\DataCollector\ValidatorDataCollector(($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService())));
  1017. $instance->add(new \Symfony\Component\HttpKernel\DataCollector\AjaxDataCollector());
  1018. $instance->add(($this->privates['data_collector.form'] ?? $this->getDataCollector_FormService()));
  1019. $instance->add(new \Symfony\Component\HttpKernel\DataCollector\ExceptionDataCollector());
  1020. $instance->add(new \Symfony\Component\HttpKernel\DataCollector\LoggerDataCollector($a, ($this->targetDir.''.'/Whater_KernelDevDebugContainer'), $c));
  1021. $instance->add(new \Symfony\Component\HttpKernel\DataCollector\EventDataCollector(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), $c));
  1022. $instance->add(($this->privates['data_collector.router'] ?? ($this->privates['data_collector.router'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector())));
  1023. $instance->add($d);
  1024. $instance->add(new \Symfony\Component\Translation\DataCollector\TranslationDataCollector(($this->services['translator'] ?? $this->getTranslatorService())));
  1025. $instance->add(new \Symfony\Bundle\SecurityBundle\DataCollector\SecurityDataCollector(($this->privates['security.untracked_token_storage'] ?? ($this->privates['security.untracked_token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())), ($this->privates['security.role_hierarchy'] ?? $this->getSecurity_RoleHierarchyService()), ($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService()), ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService()), ($this->privates['security.firewall.map'] ?? $this->getSecurity_Firewall_MapService()), ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService()), false));
  1026. $instance->add(new \Symfony\Bridge\Twig\DataCollector\TwigDataCollector(($this->privates['twig.profile'] ?? ($this->privates['twig.profile'] = new \Twig\Profiler\Profile())), ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService())));
  1027. $instance->add($e);
  1028. $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([])))));
  1029. $instance->add(new \Symfony\Component\Mailer\DataCollector\MessageDataCollector(($this->privates['mailer.message_logger_listener'] ?? ($this->privates['mailer.message_logger_listener'] = new \Symfony\Component\Mailer\EventListener\MessageLoggerListener()))));
  1030. $instance->add(new \Snc\RedisBundle\DataCollector\RedisDataCollector(($this->privates['snc_redis.logger'] ?? $this->getSncRedis_LoggerService())));
  1031. $instance->add(($this->privates['gos_web_socket.data_collector.websocket'] ?? $this->load('getGosWebSocket_DataCollector_WebsocketService')));
  1032. $instance->add(new \Vich\UploaderBundle\DataCollector\MappingCollector(($this->privates['vich_uploader.metadata_reader'] ?? $this->getVichUploader_MetadataReaderService())));
  1033. $instance->add($f);
  1034. $instance->add(($this->privates['eight_points_guzzle.data_collector'] ?? $this->getEightPointsGuzzle_DataCollectorService()));
  1035. $instance->add($g);
  1036. return $instance;
  1037. }
  1038. /**
  1039. * Gets the public '.container.private.security.authorization_checker' shared service.
  1040. *
  1041. * @return \Symfony\Component\Security\Core\Authorization\AuthorizationChecker
  1042. */
  1043. protected function get_Container_Private_Security_AuthorizationCheckerService()
  1044. {
  1045. $a = ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService());
  1046. if (isset($this->services['.container.private.security.authorization_checker'])) {
  1047. return $this->services['.container.private.security.authorization_checker'];
  1048. }
  1049. 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);
  1050. }
  1051. /**
  1052. * Gets the public '.container.private.security.token_storage' shared service.
  1053. *
  1054. * @return \Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage
  1055. */
  1056. protected function get_Container_Private_Security_TokenStorageService()
  1057. {
  1058. 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, [
  1059. 'request_stack' => ['services', 'request_stack', 'getRequestStackService', false],
  1060. ], [
  1061. 'request_stack' => '?',
  1062. ]));
  1063. }
  1064. /**
  1065. * Gets the public '.container.private.twig' shared service.
  1066. *
  1067. * @return \Twig\Environment
  1068. */
  1069. protected function get_Container_Private_TwigService()
  1070. {
  1071. $a = new \Twig\Loader\FilesystemLoader([], \dirname(__DIR__, 4));
  1072. $a->addPath((\dirname(__DIR__, 4).'/src/UI/WebBundle/Resources/views'));
  1073. $a->addPath((\dirname(__DIR__, 4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Resources/views'));
  1074. $a->addPath((\dirname(__DIR__, 4).'/vendor/symfony/security-bundle/Resources/views'), 'Security');
  1075. $a->addPath((\dirname(__DIR__, 4).'/vendor/symfony/security-bundle/Resources/views'), '!Security');
  1076. $a->addPath((\dirname(__DIR__, 4).'/vendor/symfony/web-profiler-bundle/Resources/views'), 'WebProfiler');
  1077. $a->addPath((\dirname(__DIR__, 4).'/vendor/symfony/web-profiler-bundle/Resources/views'), '!WebProfiler');
  1078. $a->addPath((\dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Resources/views'), 'Doctrine');
  1079. $a->addPath((\dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Resources/views'), '!Doctrine');
  1080. $a->addPath((\dirname(__DIR__, 4).'/vendor/doctrine/doctrine-migrations-bundle/templates'), 'DoctrineMigrations');
  1081. $a->addPath((\dirname(__DIR__, 4).'/vendor/doctrine/doctrine-migrations-bundle/templates'), '!DoctrineMigrations');
  1082. $a->addPath((\dirname(__DIR__, 4).'/vendor/snc/redis-bundle/src/Resources/views'), 'SncRedis');
  1083. $a->addPath((\dirname(__DIR__, 4).'/vendor/snc/redis-bundle/src/Resources/views'), '!SncRedis');
  1084. $a->addPath((\dirname(__DIR__, 4).'/vendor/knplabs/knp-menu-bundle/templates'), 'KnpMenu');
  1085. $a->addPath((\dirname(__DIR__, 4).'/vendor/knplabs/knp-menu-bundle/templates'), '!KnpMenu');
  1086. $a->addPath((\dirname(__DIR__, 4).'/vendor/excelwebzone/recaptcha-bundle/src/Resources/views'), 'EWZRecaptcha');
  1087. $a->addPath((\dirname(__DIR__, 4).'/vendor/excelwebzone/recaptcha-bundle/src/Resources/views'), '!EWZRecaptcha');
  1088. $a->addPath((\dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/Resources/views'), 'NelmioApiDoc');
  1089. $a->addPath((\dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/Resources/views'), '!NelmioApiDoc');
  1090. $a->addPath((\dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Resources/views'), 'LiipImagine');
  1091. $a->addPath((\dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Resources/views'), '!LiipImagine');
  1092. $a->addPath((\dirname(__DIR__, 4).'/vendor/gos/web-socket-bundle/templates'), 'GosWebSocket');
  1093. $a->addPath((\dirname(__DIR__, 4).'/vendor/gos/web-socket-bundle/templates'), '!GosWebSocket');
  1094. $a->addPath((\dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/templates'), 'VichUploader');
  1095. $a->addPath((\dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/templates'), '!VichUploader');
  1096. $a->addPath((\dirname(__DIR__, 4).'/vendor/sonata-project/media-bundle/src/Resources/views'), 'SonataMedia');
  1097. $a->addPath((\dirname(__DIR__, 4).'/vendor/sonata-project/media-bundle/src/Resources/views'), '!SonataMedia');
  1098. $a->addPath((\dirname(__DIR__, 4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Resources/views'), 'SonataDoctrineORMAdmin');
  1099. $a->addPath((\dirname(__DIR__, 4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Resources/views'), '!SonataDoctrineORMAdmin');
  1100. $a->addPath((\dirname(__DIR__, 4).'/vendor/willdurand/geocoder-bundle/templates'), 'BazingaGeocoder');
  1101. $a->addPath((\dirname(__DIR__, 4).'/vendor/willdurand/geocoder-bundle/templates'), '!BazingaGeocoder');
  1102. $a->addPath((\dirname(__DIR__, 4).'/vendor/friendsofsymfony/ckeditor-bundle/src/Resources/views'), 'FOSCKEditor');
  1103. $a->addPath((\dirname(__DIR__, 4).'/vendor/friendsofsymfony/ckeditor-bundle/src/Resources/views'), '!FOSCKEditor');
  1104. $a->addPath((\dirname(__DIR__, 4).'/vendor/kira0269/symfony-log-viewer-bundle/src/Resources/views'), 'LogViewer');
  1105. $a->addPath((\dirname(__DIR__, 4).'/vendor/kira0269/symfony-log-viewer-bundle/src/Resources/views'), '!LogViewer');
  1106. $a->addPath((\dirname(__DIR__, 4).'/vendor/eightpoints/guzzle-bundle/src/Resources/views'), 'EightPointsGuzzle');
  1107. $a->addPath((\dirname(__DIR__, 4).'/vendor/eightpoints/guzzle-bundle/src/Resources/views'), '!EightPointsGuzzle');
  1108. $a->addPath((\dirname(__DIR__, 4).'/vendor/helios-ag/fm-elfinder-bundle/src/Resources/views'), 'FMElfinder');
  1109. $a->addPath((\dirname(__DIR__, 4).'/vendor/helios-ag/fm-elfinder-bundle/src/Resources/views'), '!FMElfinder');
  1110. $a->addPath((\dirname(__DIR__, 4).'/src/UI/WebBundle/Resources/views'), 'WhaterUIWeb');
  1111. $a->addPath((\dirname(__DIR__, 4).'/src/UI/WebBundle/Resources/views'), '!WhaterUIWeb');
  1112. $a->addPath((\dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Resources/views/Email'), 'email');
  1113. $a->addPath((\dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Resources/views/Email'), '!email');
  1114. $a->addPath((\dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Resources/views/Form'));
  1115. $this->services['.container.private.twig'] = $instance = new \Twig\Environment($a, ['debug' => true, 'strict_variables' => true, 'autoescape' => 'name', 'cache' => ($this->targetDir.''.'/twig'), 'charset' => 'UTF-8']);
  1116. $b = ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)));
  1117. $c = ($this->services['translator'] ?? $this->getTranslatorService());
  1118. $d = ($this->privates['assets.packages'] ?? $this->getAssets_PackagesService());
  1119. $e = ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService());
  1120. $f = ($this->services['router'] ?? $this->getRouterService());
  1121. $g = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  1122. $h = ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService());
  1123. $i = new \Symfony\Component\VarDumper\Dumper\HtmlDumper(NULL, 'UTF-8', 1);
  1124. $i->setDisplayOptions(['maxStringLength' => 4096, 'fileLinkFormat' => $e]);
  1125. $j = new \Symfony\Bridge\Twig\AppVariable();
  1126. $j->setEnvironment('dev');
  1127. $j->setDebug(true);
  1128. if ($this->has('.container.private.security.token_storage')) {
  1129. $j->setTokenStorage($h);
  1130. }
  1131. if ($this->has('request_stack')) {
  1132. $j->setRequestStack($g);
  1133. }
  1134. $instance->addExtension(new \Symfony\Bridge\Twig\Extension\CsrfExtension());
  1135. $instance->addExtension(new \Symfony\Bridge\Twig\Extension\ProfilerExtension(($this->privates['twig.profile'] ?? ($this->privates['twig.profile'] = new \Twig\Profiler\Profile())), $b));
  1136. $instance->addExtension(new \Symfony\Bridge\Twig\Extension\TranslationExtension($c));
  1137. $instance->addExtension(new \Symfony\Bridge\Twig\Extension\AssetExtension($d));
  1138. $instance->addExtension(new \Symfony\Bridge\Twig\Extension\CodeExtension($e, \dirname(__DIR__, 4), 'UTF-8'));
  1139. $instance->addExtension(new \Symfony\Bridge\Twig\Extension\RoutingExtension($f));
  1140. $instance->addExtension(new \Symfony\Bridge\Twig\Extension\YamlExtension());
  1141. $instance->addExtension(new \Symfony\Bridge\Twig\Extension\StopwatchExtension($b, true));
  1142. $instance->addExtension(new \Symfony\Bridge\Twig\Extension\ExpressionExtension());
  1143. $instance->addExtension(new \Symfony\Bridge\Twig\Extension\HttpKernelExtension());
  1144. $instance->addExtension(new \Symfony\Bridge\Twig\Extension\HttpFoundationExtension(new \Symfony\Component\HttpFoundation\UrlHelper($g, $f)));
  1145. $instance->addExtension(new \Symfony\Bridge\Twig\Extension\SerializerExtension());
  1146. $instance->addExtension(new \Symfony\Bridge\Twig\Extension\FormExtension($c));
  1147. $instance->addExtension(new \Symfony\Bridge\Twig\Extension\LogoutUrlExtension(($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService())));
  1148. $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)));
  1149. $instance->addExtension(new \Twig\Extra\Intl\IntlExtension());
  1150. $instance->addExtension(new \Twig\Extension\DebugExtension());
  1151. $instance->addExtension(new \Symfony\Bundle\WebProfilerBundle\Twig\WebProfilerExtension($i));
  1152. $instance->addExtension(new \Symfony\WebpackEncoreBundle\Twig\EntryFilesTwigExtension(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1153. 'webpack_encore.entrypoint_lookup_collection' => ['privates', 'webpack_encore.entrypoint_lookup_collection', 'getWebpackEncore_EntrypointLookupCollectionService', false],
  1154. 'webpack_encore.tag_renderer' => ['privates', 'webpack_encore.tag_renderer', 'getWebpackEncore_TagRendererService', true],
  1155. ], [
  1156. 'webpack_encore.entrypoint_lookup_collection' => '?',
  1157. 'webpack_encore.tag_renderer' => '?',
  1158. ])));
  1159. $instance->addExtension(new \Symfony\WebpackEncoreBundle\Twig\StimulusTwigExtension());
  1160. $instance->addExtension(new \Doctrine\Bundle\DoctrineBundle\Twig\DoctrineExtension());
  1161. $instance->addExtension(new \JMS\Serializer\Twig\SerializerRuntimeExtension());
  1162. $instance->addExtension(new \Hateoas\Twig\Extension\LinkExtension(($this->services['hateoas.helper.link'] ?? $this->getHateoas_Helper_LinkService())));
  1163. $instance->addExtension(new \Cocur\Slugify\Bridge\Twig\SlugifyExtension(($this->privates['cocur_slugify'] ?? ($this->privates['cocur_slugify'] = new \Cocur\Slugify\Slugify(['lowercase' => true, 'separator' => '-'])))));
  1164. $instance->addExtension(new \Shivas\VersioningBundle\Twig\VersionExtension(($this->privates['shivas_versioning.manager'] ?? $this->getShivasVersioning_ManagerService())));
  1165. $instance->addExtension(new \Knp\Menu\Twig\MenuExtension());
  1166. $instance->addExtension(new \Knp\Bundle\TimeBundle\Twig\Extension\TimeExtension(new \Knp\Bundle\TimeBundle\DateTimeFormatter($c)));
  1167. $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')))));
  1168. $instance->addExtension(new \Liip\ImagineBundle\Templating\FilterExtension(($this->services['liip_imagine.cache.manager'] ?? $this->getLiipImagine_Cache_ManagerService())));
  1169. $instance->addExtension(new \Vich\UploaderBundle\Twig\Extension\UploaderExtension());
  1170. $instance->addExtension(new \Sonata\MediaBundle\Twig\Extension\MediaExtension());
  1171. $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)))));
  1172. $instance->addExtension(new \Endroid\QrCodeBundle\Twig\QrCodeExtension());
  1173. $instance->addExtension(new \EightPoints\Bundle\GuzzleBundle\Twig\Extension\DebugExtension());
  1174. $instance->addExtension(new \FM\ElfinderBundle\Twig\Extension\FMElfinderExtension($instance));
  1175. $instance->addExtension(new \Twig\Extra\String\StringExtension());
  1176. $instance->addGlobal('app', $j);
  1177. $instance->addRuntimeLoader(new \Twig\RuntimeLoader\ContainerRuntimeLoader(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1178. 'Symfony\\Bridge\\Twig\\Extension\\CsrfRuntime' => ['privates', 'twig.runtime.security_csrf', 'getTwig_Runtime_SecurityCsrfService', true],
  1179. 'Symfony\\Bridge\\Twig\\Extension\\HttpKernelRuntime' => ['privates', 'twig.runtime.httpkernel', 'getTwig_Runtime_HttpkernelService', true],
  1180. 'Symfony\\Bridge\\Twig\\Extension\\SerializerRuntime' => ['privates', 'twig.runtime.serializer', 'getTwig_Runtime_SerializerService', true],
  1181. 'Symfony\\Component\\Form\\FormRenderer' => ['privates', 'twig.form.renderer', 'getTwig_Form_RendererService', true],
  1182. 'JMS\\Serializer\\Twig\\SerializerRuntimeHelper' => ['services', 'jms_serializer.twig_extension.serializer_runtime_helper', 'getJmsSerializer_TwigExtension_SerializerRuntimeHelperService', true],
  1183. 'Knp\\Menu\\Twig\\MenuRuntimeExtension' => ['privates', 'knp_menu.twig.runtime', 'getKnpMenu_Twig_RuntimeService', true],
  1184. 'Vich\\UploaderBundle\\Twig\\Extension\\UploaderExtensionRuntime' => ['privates', 'Vich\\UploaderBundle\\Twig\\Extension\\UploaderExtensionRuntime', 'getUploaderExtensionRuntimeService', true],
  1185. 'Sonata\\MediaBundle\\Twig\\MediaRuntime' => ['privates', 'sonata.media.twig.runtime', 'getSonata_Media_Twig_RuntimeService', true],
  1186. 'Endroid\\QrCodeBundle\\Twig\\QrCodeRuntime' => ['privates', 'Endroid\\QrCodeBundle\\Twig\\QrCodeRuntime', 'getQrCodeRuntimeService', true],
  1187. ], [
  1188. 'Symfony\\Bridge\\Twig\\Extension\\CsrfRuntime' => '?',
  1189. 'Symfony\\Bridge\\Twig\\Extension\\HttpKernelRuntime' => '?',
  1190. 'Symfony\\Bridge\\Twig\\Extension\\SerializerRuntime' => '?',
  1191. 'Symfony\\Component\\Form\\FormRenderer' => '?',
  1192. 'JMS\\Serializer\\Twig\\SerializerRuntimeHelper' => '?',
  1193. 'Knp\\Menu\\Twig\\MenuRuntimeExtension' => '?',
  1194. 'Vich\\UploaderBundle\\Twig\\Extension\\UploaderExtensionRuntime' => '?',
  1195. 'Sonata\\MediaBundle\\Twig\\MediaRuntime' => '?',
  1196. 'Endroid\\QrCodeBundle\\Twig\\QrCodeRuntime' => '?',
  1197. ])));
  1198. $instance->addGlobal('app_version', 'v3.2.69');
  1199. $instance->addGlobal('google_analitycs_tracking_id', '');
  1200. $instance->addGlobal('google_maps_api_key', 'AIzaSyCi_FfHyFIYtjQ-5uujTaSR5Wt6uni-flM');
  1201. $instance->addGlobal('gos_web_socket_protocol', 'ws');
  1202. $instance->addGlobal('gos_web_socket_port_js', 8888);
  1203. $instance->addGlobal('gos_web_socket_host', 'whater-dev.uegmobile.com');
  1204. $instance->addGlobal('gos_web_socket_ip', '0.0.0.0');
  1205. $instance->addGlobal('facebook_pixel_id', '');
  1206. $instance->addGlobal('sinac_domain', 'https://sinacv2.sanidad.gob.es');
  1207. $instance->addGlobal('stripe_public_key', 'pk_test_51OKdlfDcohDs0j2O4ZFsdVFV2KYVZZBJHjbUSGDuzVAGJBq8CBxL9GL63TSvC2UghGZRDmYvncjls3FTgKc0wlhg00Q1XtuVtY');
  1208. $instance->addGlobal('is_ecommerce_active', true);
  1209. $instance->addGlobal('fixed_shipping_fee', '3,00');
  1210. $instance->addGlobal('shipping_taxes_percent', 21);
  1211. $instance->addGlobal('whatercoins_discounts', $this->parameters['whatercoins_discounts']);
  1212. $instance->addGlobal('default_nfc_whater_organization_slug', 'whater-app-solutions-s-l');
  1213. $instance->addGlobal('gos_web_socket_server_host', '0.0.0.0');
  1214. $instance->addGlobal('gos_web_socket_server_port', 8888);
  1215. $instance->addGlobal('sonata_media', new \Sonata\MediaBundle\Twig\GlobalVariables(($this->services['sonata.media.pool'] ?? $this->getSonata_Media_PoolService())));
  1216. (new \Symfony\Bundle\TwigBundle\DependencyInjection\Configurator\EnvironmentConfigurator('F j, Y H:i', '%d days', NULL, 0, '.', ','))->configure($instance);
  1217. return $instance;
  1218. }
  1219. /**
  1220. * Gets the public '.container.private.validator' shared service.
  1221. *
  1222. * @return \Symfony\Component\Validator\Validator\TraceableValidator
  1223. */
  1224. protected function get_Container_Private_ValidatorService()
  1225. {
  1226. $a = ($this->privates['validator.builder'] ?? $this->getValidator_BuilderService());
  1227. if (isset($this->services['.container.private.validator'])) {
  1228. return $this->services['.container.private.validator'];
  1229. }
  1230. return $this->services['.container.private.validator'] = new \Symfony\Component\Validator\Validator\TraceableValidator($a->getValidator());
  1231. }
  1232. /**
  1233. * Gets the public 'cache.app' shared service.
  1234. *
  1235. * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1236. */
  1237. protected function getCache_AppService()
  1238. {
  1239. $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))));
  1240. $a->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  1241. return $this->services['cache.app'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter($a);
  1242. }
  1243. /**
  1244. * Gets the public 'cache.rate_limiter' shared service.
  1245. *
  1246. * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1247. */
  1248. protected function getCache_RateLimiterService()
  1249. {
  1250. $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))));
  1251. $a->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  1252. return $this->services['cache.rate_limiter'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter($a);
  1253. }
  1254. /**
  1255. * Gets the public 'cache.system' shared service.
  1256. *
  1257. * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1258. */
  1259. protected function getCache_SystemService()
  1260. {
  1261. 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())));
  1262. }
  1263. /**
  1264. * Gets the public 'cache.validator_expression_language' shared service.
  1265. *
  1266. * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1267. */
  1268. protected function getCache_ValidatorExpressionLanguageService()
  1269. {
  1270. 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())));
  1271. }
  1272. /**
  1273. * Gets the public 'doctrine' shared service.
  1274. *
  1275. * @return \Doctrine\Bundle\DoctrineBundle\Registry
  1276. */
  1277. protected function getDoctrineService()
  1278. {
  1279. return $this->services['doctrine'] = new \Doctrine\Bundle\DoctrineBundle\Registry($this, $this->parameters['doctrine.connections'], $this->parameters['doctrine.entity_managers'], 'default', 'default');
  1280. }
  1281. /**
  1282. * Gets the public 'doctrine.dbal.default_connection' shared service.
  1283. *
  1284. * @return \Doctrine\DBAL\Connection
  1285. */
  1286. protected function getDoctrine_Dbal_DefaultConnectionService()
  1287. {
  1288. $a = ($this->privates['doctrine.dbal.default_connection.event_manager'] ?? $this->getDoctrine_Dbal_DefaultConnection_EventManagerService());
  1289. if (isset($this->services['doctrine.dbal.default_connection'])) {
  1290. return $this->services['doctrine.dbal.default_connection'];
  1291. }
  1292. $b = new \Doctrine\DBAL\Configuration();
  1293. $c = new \Symfony\Bridge\Monolog\Logger('doctrine');
  1294. $c->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1295. $c->pushProcessor(($this->privates['Whater\\Infrastructure\\CommonBundle\\Monolog\\MonologDomainsFilterProcessor'] ?? $this->getMonologDomainsFilterProcessorService()));
  1296. $c->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  1297. \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($c);
  1298. $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))));
  1299. $d->setConnectionName('default');
  1300. $b->setSchemaManagerFactory(new \Doctrine\DBAL\Schema\LegacySchemaManagerFactory());
  1301. $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')))]));
  1302. $b->setMiddlewares([0 => new \Doctrine\DBAL\Logging\Middleware($c), 1 => $d]);
  1303. 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', 'driverOptions' => [], 'serverVersion' => '8.0', 'defaultTableOptions' => ['collate' => 'utf8mb4_unicode_ci']], $b, $a, ['json' => 'string', 'point' => 'geography_point', 'polygon' => 'geography_polygon']);
  1304. }
  1305. /**
  1306. * Gets the public 'doctrine.orm.default_entity_manager' shared service.
  1307. *
  1308. * @return \Doctrine\ORM\EntityManager
  1309. */
  1310. protected function getDoctrine_Orm_DefaultEntityManagerService($lazyLoad = true)
  1311. {
  1312. $a = ($this->services['doctrine.dbal.default_connection'] ?? $this->getDoctrine_Dbal_DefaultConnectionService());
  1313. if (isset($this->services['doctrine.orm.default_entity_manager'])) {
  1314. return $this->services['doctrine.orm.default_entity_manager'];
  1315. }
  1316. $b = ($this->privates['doctrine.dbal.default_connection.event_manager'] ?? $this->getDoctrine_Dbal_DefaultConnection_EventManagerService());
  1317. if (isset($this->services['doctrine.orm.default_entity_manager'])) {
  1318. return $this->services['doctrine.orm.default_entity_manager'];
  1319. }
  1320. $c = new \Doctrine\ORM\Configuration();
  1321. $d = new \Doctrine\Persistence\Mapping\Driver\MappingDriverChain();
  1322. $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']);
  1323. $e->setGlobalBasename('mapping');
  1324. $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);
  1325. $f->setGlobalBasename('mapping');
  1326. $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'), NULL, false);
  1327. $d->addDriver($e, 'Whater\\Domain\\User\\Model');
  1328. $d->addDriver($e, 'Whater\\Domain\\Security\\ValueObject');
  1329. $d->addDriver($e, 'Whater\\Domain\\Security\\Model');
  1330. $d->addDriver($e, 'Whater\\Domain\\Zones\\Model');
  1331. $d->addDriver($e, 'Whater\\Domain\\Whater\\Model');
  1332. $d->addDriver($e, 'Whater\\Domain\\Blog\\Model');
  1333. $d->addDriver($e, 'Whater\\Domain\\Media\\Model');
  1334. $d->addDriver($e, 'Whater\\Domain\\Product\\Model');
  1335. $d->addDriver($e, 'Whater\\Domain\\Notification\\Model');
  1336. $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');
  1337. $d->addDriver($f, 'Vich\\UploaderBundle\\Entity');
  1338. $d->addDriver($f, 'Sonata\\MediaBundle\\Entity');
  1339. $d->addDriver($g, 'Gesdinet\\JWTRefreshTokenBundle\\Entity');
  1340. $d->addDriver($g, 'Gesdinet\\JWTRefreshTokenBundle\\Entity');
  1341. $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']);
  1342. $c->setMetadataCache(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  1343. $c->setQueryCache(($this->privates['cache.doctrine.orm.default.query'] ?? $this->getCache_Doctrine_Orm_Default_QueryService()));
  1344. $c->setResultCache(($this->privates['cache.doctrine.orm.default.result'] ?? $this->getCache_Doctrine_Orm_Default_ResultService()));
  1345. $c->setMetadataDriverImpl(new \Doctrine\Bundle\DoctrineBundle\Mapping\MappingDriver($d, new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1346. 'doctrine.ulid_generator' => ['privates', 'doctrine.ulid_generator', 'getDoctrine_UlidGeneratorService', true],
  1347. 'doctrine.uuid_generator' => ['privates', 'doctrine.uuid_generator', 'getDoctrine_UuidGeneratorService', true],
  1348. ], [
  1349. 'doctrine.ulid_generator' => '?',
  1350. 'doctrine.uuid_generator' => '?',
  1351. ])));
  1352. $c->setProxyDir(($this->targetDir.''.'/doctrine/orm/Proxies'));
  1353. $c->setProxyNamespace('Proxies');
  1354. $c->setAutoGenerateProxyClasses(true);
  1355. $c->setSchemaIgnoreClasses([]);
  1356. $c->setClassMetadataFactoryName('Doctrine\\Bundle\\DoctrineBundle\\Mapping\\ClassMetadataFactory');
  1357. $c->setDefaultRepositoryClassName('Doctrine\\ORM\\EntityRepository');
  1358. $c->setNamingStrategy(new \Doctrine\ORM\Mapping\UnderscoreNamingStrategy());
  1359. $c->setQuoteStrategy(new \Doctrine\ORM\Mapping\DefaultQuoteStrategy());
  1360. $c->setEntityListenerResolver(new \Doctrine\Bundle\DoctrineBundle\Mapping\ContainerEntityListenerResolver($this));
  1361. $c->setLazyGhostObjectEnabled(false);
  1362. $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, [], [])))));
  1363. $c->addCustomStringFunction('aes_decrypt', 'DoctrineExtensions\\Query\\Mysql\\AesDecrypt');
  1364. $c->addCustomStringFunction('aes_encrypt', 'DoctrineExtensions\\Query\\Mysql\\AesEncrypt');
  1365. $c->addCustomStringFunction('any_value', 'DoctrineExtensions\\Query\\Mysql\\AnyValue');
  1366. $c->addCustomStringFunction('ascii', 'DoctrineExtensions\\Query\\Mysql\\Ascii');
  1367. $c->addCustomStringFunction('binary', 'DoctrineExtensions\\Query\\Mysql\\Binary');
  1368. $c->addCustomStringFunction('char_length', 'DoctrineExtensions\\Query\\Mysql\\CharLength');
  1369. $c->addCustomStringFunction('collate', 'DoctrineExtensions\\Query\\Mysql\\Collate');
  1370. $c->addCustomStringFunction('concat_ws', 'DoctrineExtensions\\Query\\Mysql\\ConcatWs');
  1371. $c->addCustomStringFunction('countif', 'DoctrineExtensions\\Query\\Mysql\\CountIf');
  1372. $c->addCustomStringFunction('crc32', 'DoctrineExtensions\\Query\\Mysql\\Crc32');
  1373. $c->addCustomStringFunction('degrees', 'DoctrineExtensions\\Query\\Mysql\\Degrees');
  1374. $c->addCustomStringFunction('field', 'DoctrineExtensions\\Query\\Mysql\\Field');
  1375. $c->addCustomStringFunction('find_in_set', 'DoctrineExtensions\\Query\\Mysql\\FindInSet');
  1376. $c->addCustomStringFunction('greatest', 'DoctrineExtensions\\Query\\Mysql\\Greatest');
  1377. $c->addCustomStringFunction('group_concat', 'DoctrineExtensions\\Query\\Mysql\\GroupConcat');
  1378. $c->addCustomStringFunction('ifelse', 'DoctrineExtensions\\Query\\Mysql\\IfElse');
  1379. $c->addCustomStringFunction('ifnull', 'DoctrineExtensions\\Query\\Mysql\\IfNull');
  1380. $c->addCustomStringFunction('instr', 'DoctrineExtensions\\Query\\Mysql\\Instr');
  1381. $c->addCustomStringFunction('least', 'DoctrineExtensions\\Query\\Mysql\\Least');
  1382. $c->addCustomStringFunction('lpad', 'DoctrineExtensions\\Query\\Mysql\\Lpad');
  1383. $c->addCustomStringFunction('match', 'DoctrineExtensions\\Query\\Mysql\\MatchAgainst');
  1384. $c->addCustomStringFunction('md5', 'DoctrineExtensions\\Query\\Mysql\\Md5');
  1385. $c->addCustomStringFunction('nullif', 'DoctrineExtensions\\Query\\Mysql\\NullIf');
  1386. $c->addCustomStringFunction('radians', 'DoctrineExtensions\\Query\\Mysql\\Radians');
  1387. $c->addCustomStringFunction('regexp', 'DoctrineExtensions\\Query\\Mysql\\Regexp');
  1388. $c->addCustomStringFunction('replace', 'DoctrineExtensions\\Query\\Mysql\\Replace');
  1389. $c->addCustomStringFunction('rpad', 'DoctrineExtensions\\Query\\Mysql\\Rpad');
  1390. $c->addCustomStringFunction('sha1', 'DoctrineExtensions\\Query\\Mysql\\Sha1');
  1391. $c->addCustomStringFunction('sha2', 'DoctrineExtensions\\Query\\Mysql\\Sha2');
  1392. $c->addCustomStringFunction('soundex', 'DoctrineExtensions\\Query\\Mysql\\Soundex');
  1393. $c->addCustomStringFunction('str_to_date', 'DoctrineExtensions\\Query\\Mysql\\StrToDate');
  1394. $c->addCustomStringFunction('substring_index', 'DoctrineExtensions\\Query\\Mysql\\SubstringIndex');
  1395. $c->addCustomStringFunction('uuid_short', 'DoctrineExtensions\\Query\\Mysql\\UuidShort');
  1396. $c->addCustomStringFunction('hex', 'DoctrineExtensions\\Query\\Mysql\\Hex');
  1397. $c->addCustomStringFunction('unhex', 'DoctrineExtensions\\Query\\Mysql\\Unhex');
  1398. $c->addCustomNumericFunction('acos', 'DoctrineExtensions\\Query\\Mysql\\Acos');
  1399. $c->addCustomNumericFunction('asin', 'DoctrineExtensions\\Query\\Mysql\\Asin');
  1400. $c->addCustomNumericFunction('atan2', 'DoctrineExtensions\\Query\\Mysql\\Atan2');
  1401. $c->addCustomNumericFunction('atan', 'DoctrineExtensions\\Query\\Mysql\\Atan');
  1402. $c->addCustomNumericFunction('bit_count', 'DoctrineExtensions\\Query\\Mysql\\BitCount');
  1403. $c->addCustomNumericFunction('bit_xor', 'DoctrineExtensions\\Query\\Mysql\\BitXor');
  1404. $c->addCustomNumericFunction('ceil', 'DoctrineExtensions\\Query\\Mysql\\Ceil');
  1405. $c->addCustomNumericFunction('cos', 'DoctrineExtensions\\Query\\Mysql\\Cos');
  1406. $c->addCustomNumericFunction('cot', 'DoctrineExtensions\\Query\\Mysql\\Cot');
  1407. $c->addCustomNumericFunction('degrees', 'DoctrineExtensions\\Query\\Mysql\\Degrees');
  1408. $c->addCustomNumericFunction('exp', 'DoctrineExtensions\\Query\\Mysql\\Exp');
  1409. $c->addCustomNumericFunction('floor', 'DoctrineExtensions\\Query\\Mysql\\Floor');
  1410. $c->addCustomNumericFunction('log', 'DoctrineExtensions\\Query\\Mysql\\Log');
  1411. $c->addCustomNumericFunction('log10', 'DoctrineExtensions\\Query\\Mysql\\Log10');
  1412. $c->addCustomNumericFunction('log2', 'DoctrineExtensions\\Query\\Mysql\\Log2');
  1413. $c->addCustomNumericFunction('pi', 'DoctrineExtensions\\Query\\Mysql\\Pi');
  1414. $c->addCustomNumericFunction('power', 'DoctrineExtensions\\Query\\Mysql\\Power');
  1415. $c->addCustomNumericFunction('quarter', 'DoctrineExtensions\\Query\\Mysql\\Quarter');
  1416. $c->addCustomNumericFunction('radians', 'DoctrineExtensions\\Query\\Mysql\\Radians');
  1417. $c->addCustomNumericFunction('rand', 'DoctrineExtensions\\Query\\Mysql\\Rand');
  1418. $c->addCustomNumericFunction('round', 'DoctrineExtensions\\Query\\Mysql\\Round');
  1419. $c->addCustomNumericFunction('stddev', 'DoctrineExtensions\\Query\\Mysql\\StdDev');
  1420. $c->addCustomNumericFunction('sin', 'DoctrineExtensions\\Query\\Mysql\\Sin');
  1421. $c->addCustomNumericFunction('std', 'DoctrineExtensions\\Query\\Mysql\\Std');
  1422. $c->addCustomNumericFunction('tan', 'DoctrineExtensions\\Query\\Mysql\\Tan');
  1423. $c->addCustomNumericFunction('variance', 'DoctrineExtensions\\Query\\Mysql\\Variance');
  1424. $c->addCustomNumericFunction('GEO_DISTANCE', 'Whater\\Infrastructure\\CommonBundle\\Doctrine\\Functions\\DistanceFunction');
  1425. $c->addCustomNumericFunction('sp_distance', 'LongitudeOne\\Spatial\\ORM\\Query\\AST\\Functions\\MySql\\SpDistance');
  1426. $c->addCustomNumericFunction('sp_point', 'LongitudeOne\\Spatial\\ORM\\Query\\AST\\Functions\\MySql\\SpPoint');
  1427. $c->addCustomNumericFunction('st_area', 'LongitudeOne\\Spatial\\ORM\\Query\\AST\\Functions\\Standard\\StArea');
  1428. $c->addCustomNumericFunction('st_centroid', 'LongitudeOne\\Spatial\\ORM\\Query\\AST\\Functions\\Standard\\StCentroid');
  1429. $c->addCustomNumericFunction('st_as_text', 'LongitudeOne\\Spatial\\ORM\\Query\\AST\\Functions\\Standard\\StAsText');
  1430. $c->addCustomNumericFunction('st_geom_from_text', 'LongitudeOne\\Spatial\\ORM\\Query\\AST\\Functions\\Standard\\StGeomFromText');
  1431. $c->addCustomNumericFunction('st_geom_from_wk', 'LongitudeOne\\Spatial\\ORM\\Query\\AST\\Functions\\Standard\\StGeomFromWkb');
  1432. $c->addCustomNumericFunction('st_contains', 'LongitudeOne\\Spatial\\ORM\\Query\\AST\\Functions\\Standard\\StContains');
  1433. $c->addCustomNumericFunction('st_envelope', 'LongitudeOne\\Spatial\\ORM\\Query\\AST\\Functions\\Standard\\StEnvelope');
  1434. $c->addCustomNumericFunction('st_overlaps', 'LongitudeOne\\Spatial\\ORM\\Query\\AST\\Functions\\Standard\\StOverlaps');
  1435. $c->addCustomNumericFunction('st_intersection', 'LongitudeOne\\Spatial\\ORM\\Query\\AST\\Functions\\Standard\\StIntersection');
  1436. $c->addCustomNumericFunction('st_set_srid', 'LongitudeOne\\Spatial\\ORM\\Query\\AST\\Functions\\Standard\\StSetSRID');
  1437. $c->addCustomDatetimeFunction('convert_tz', 'DoctrineExtensions\\Query\\Mysql\\ConvertTz');
  1438. $c->addCustomDatetimeFunction('date', 'DoctrineExtensions\\Query\\Mysql\\Date');
  1439. $c->addCustomDatetimeFunction('date_format', 'DoctrineExtensions\\Query\\Mysql\\DateFormat');
  1440. $c->addCustomDatetimeFunction('dateadd', 'DoctrineExtensions\\Query\\Mysql\\DateAdd');
  1441. $c->addCustomDatetimeFunction('datesub', 'DoctrineExtensions\\Query\\Mysql\\DateSub');
  1442. $c->addCustomDatetimeFunction('datediff', 'DoctrineExtensions\\Query\\Mysql\\DateDiff');
  1443. $c->addCustomDatetimeFunction('day', 'DoctrineExtensions\\Query\\Mysql\\Day');
  1444. $c->addCustomDatetimeFunction('dayname', 'DoctrineExtensions\\Query\\Mysql\\DayName');
  1445. $c->addCustomDatetimeFunction('dayofweek', 'DoctrineExtensions\\Query\\Mysql\\DayOfWeek');
  1446. $c->addCustomDatetimeFunction('dayofyear', 'DoctrineExtensions\\Query\\Mysql\\DayOfYear');
  1447. $c->addCustomDatetimeFunction('div', 'DoctrineExtensions\\Query\\Mysql\\Div');
  1448. $c->addCustomDatetimeFunction('from_unixtime', 'DoctrineExtensions\\Query\\Mysql\\FromUnixtime');
  1449. $c->addCustomDatetimeFunction('hour', 'DoctrineExtensions\\Query\\Mysql\\Hour');
  1450. $c->addCustomDatetimeFunction('last_day', 'DoctrineExtensions\\Query\\Mysql\\LastDay');
  1451. $c->addCustomDatetimeFunction('minute', 'DoctrineExtensions\\Query\\Mysql\\Minute');
  1452. $c->addCustomDatetimeFunction('now', 'DoctrineExtensions\\Query\\Mysql\\Now');
  1453. $c->addCustomDatetimeFunction('month', 'DoctrineExtensions\\Query\\Mysql\\Month');
  1454. $c->addCustomDatetimeFunction('monthname', 'DoctrineExtensions\\Query\\Mysql\\MonthName');
  1455. $c->addCustomDatetimeFunction('second', 'DoctrineExtensions\\Query\\Mysql\\Second');
  1456. $c->addCustomDatetimeFunction('sectotime', 'DoctrineExtensions\\Query\\Mysql\\SecToTime');
  1457. $c->addCustomDatetimeFunction('strtodate', 'DoctrineExtensions\\Query\\Mysql\\StrToDate');
  1458. $c->addCustomDatetimeFunction('time', 'DoctrineExtensions\\Query\\Mysql\\Time');
  1459. $c->addCustomDatetimeFunction('timediff', 'DoctrineExtensions\\Query\\Mysql\\TimeDiff');
  1460. $c->addCustomDatetimeFunction('timestampadd', 'DoctrineExtensions\\Query\\Mysql\\TimestampAdd');
  1461. $c->addCustomDatetimeFunction('timestampdiff', 'DoctrineExtensions\\Query\\Mysql\\TimestampDiff');
  1462. $c->addCustomDatetimeFunction('timetosec', 'DoctrineExtensions\\Query\\Mysql\\TimeToSec');
  1463. $c->addCustomDatetimeFunction('week', 'DoctrineExtensions\\Query\\Mysql\\Week');
  1464. $c->addCustomDatetimeFunction('weekday', 'DoctrineExtensions\\Query\\Mysql\\WeekDay');
  1465. $c->addCustomDatetimeFunction('year', 'DoctrineExtensions\\Query\\Mysql\\Year');
  1466. $c->addCustomDatetimeFunction('yearmonth', 'DoctrineExtensions\\Query\\Mysql\\YearMonth');
  1467. $c->addCustomDatetimeFunction('yearweek', 'DoctrineExtensions\\Query\\Mysql\\YearWeek');
  1468. $c->addCustomDatetimeFunction('unix_timestamp', 'DoctrineExtensions\\Query\\Mysql\\UnixTimestamp');
  1469. $c->addCustomDatetimeFunction('utc_timestamp', 'DoctrineExtensions\\Query\\Mysql\\UtcTimestamp');
  1470. $c->addCustomDatetimeFunction('extract', 'DoctrineExtensions\\Query\\Mysql\\Extract');
  1471. $this->services['doctrine.orm.default_entity_manager'] = $instance = new \Doctrine\ORM\EntityManager($a, $c, $b);
  1472. (new \Doctrine\Bundle\DoctrineBundle\ManagerConfigurator([], []))->configure($instance);
  1473. return $instance;
  1474. }
  1475. /**
  1476. * Gets the public 'event_dispatcher' shared service.
  1477. *
  1478. * @return \Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher
  1479. */
  1480. protected function getEventDispatcherService()
  1481. {
  1482. $a = new \Symfony\Bridge\Monolog\Logger('event');
  1483. $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1484. $a->pushProcessor(($this->privates['Whater\\Infrastructure\\CommonBundle\\Monolog\\MonologDomainsFilterProcessor'] ?? $this->getMonologDomainsFilterProcessorService()));
  1485. $a->pushHandler(new \Monolog\Handler\NullHandler());
  1486. \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  1487. $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())));
  1488. $instance->addListener('kernel.controller', [0 => function () {
  1489. return ($this->privates['data_collector.router'] ?? ($this->privates['data_collector.router'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector()));
  1490. }, 1 => 'onKernelController'], 0);
  1491. $instance->addListener('kernel.exception', [0 => function () {
  1492. return ($this->privates['webpack_encore.exception_listener'] ?? $this->load('getWebpackEncore_ExceptionListenerService'));
  1493. }, 1 => 'onKernelException'], 0);
  1494. $instance->addListener('console.command', [0 => function () {
  1495. return ($this->privates['doctrine_migrations.schema_filter_listener'] ?? ($this->privates['doctrine_migrations.schema_filter_listener'] = new \Doctrine\Bundle\MigrationsBundle\EventListener\SchemaFilterListener('doctrine_migration_versions')));
  1496. }, 1 => 'onConsoleCommand'], 0);
  1497. $instance->addListener('kernel.request', [0 => function () {
  1498. return ($this->privates['fos_rest.mime_type_listener'] ?? $this->getFosRest_MimeTypeListenerService());
  1499. }, 1 => 'onKernelRequest'], 200);
  1500. $instance->addListener('kernel.request', [0 => function () {
  1501. return ($this->privates['fos_rest.format_listener'] ?? $this->getFosRest_FormatListenerService());
  1502. }, 1 => 'onKernelRequest'], 34);
  1503. $instance->addListener('kernel.request', [0 => function () {
  1504. return ($this->privates['fos_rest.versioning.listener'] ?? $this->getFosRest_Versioning_ListenerService());
  1505. }, 1 => 'onKernelRequest'], 33);
  1506. $instance->addListener('kernel.request', [0 => function () {
  1507. return ($this->privates['fos_rest.versioning.exclusion_listener'] ?? $this->getFosRest_Versioning_ExclusionListenerService());
  1508. }, 1 => 'onKernelRequest'], 31);
  1509. $instance->addListener('kernel.controller', [0 => function () {
  1510. return ($this->privates['fos_rest.param_fetcher_listener'] ?? $this->getFosRest_ParamFetcherListenerService());
  1511. }, 1 => 'onKernelController'], 5);
  1512. $instance->addListener('lexik_jwt_authentication.on_authentication_success', [0 => function () {
  1513. return ($this->privates['gesdinet.jwtrefreshtoken.send_token'] ?? $this->load('getGesdinet_Jwtrefreshtoken_SendTokenService'));
  1514. }, 1 => 'attachRefreshToken'], 0);
  1515. $instance->addListener('kernel.request', [0 => function () {
  1516. return ($this->privates['nelmio_cors.cors_listener'] ?? $this->getNelmioCors_CorsListenerService());
  1517. }, 1 => 'onKernelRequest'], 250);
  1518. $instance->addListener('kernel.response', [0 => function () {
  1519. return ($this->privates['nelmio_cors.cors_listener'] ?? $this->getNelmioCors_CorsListenerService());
  1520. }, 1 => 'onKernelResponse'], 0);
  1521. $instance->addListener('kernel.response', [0 => function () {
  1522. return ($this->privates['nelmio_cors.cacheable_response_vary_listener'] ?? ($this->privates['nelmio_cors.cacheable_response_vary_listener'] = new \Nelmio\CorsBundle\EventListener\CacheableResponseVaryListener()));
  1523. }, 1 => 'onResponse'], -10);
  1524. $instance->addListener('gos_web_socket.client_connected', [0 => function () {
  1525. return ($this->privates['gos_web_socket.event_listener.client'] ?? $this->load('getGosWebSocket_EventListener_ClientService'));
  1526. }, 1 => 'onClientConnect'], 0);
  1527. $instance->addListener('gos_web_socket.client_disconnected', [0 => function () {
  1528. return ($this->privates['gos_web_socket.event_listener.client'] ?? $this->load('getGosWebSocket_EventListener_ClientService'));
  1529. }, 1 => 'onClientDisconnect'], 0);
  1530. $instance->addListener('gos_web_socket.client_error', [0 => function () {
  1531. return ($this->privates['gos_web_socket.event_listener.client'] ?? $this->load('getGosWebSocket_EventListener_ClientService'));
  1532. }, 1 => 'onClientError'], 0);
  1533. $instance->addListener('gos_web_socket.client_rejected', [0 => function () {
  1534. return ($this->privates['gos_web_socket.event_listener.client'] ?? $this->load('getGosWebSocket_EventListener_ClientService'));
  1535. }, 1 => 'onClientRejected'], 0);
  1536. $instance->addListener('gos_web_socket.connection_rejected', [0 => function () {
  1537. return ($this->privates['gos_web_socket.event_listener.client'] ?? $this->load('getGosWebSocket_EventListener_ClientService'));
  1538. }, 1 => 'onConnectionRejected'], 0);
  1539. $instance->addListener('kernel.terminate', [0 => function () {
  1540. return ($this->privates['gos_web_socket.event_listener.close_pusher_connections'] ?? $this->load('getGosWebSocket_EventListener_ClosePusherConnectionsService'));
  1541. }, 1 => 'closeConnection'], 0);
  1542. $instance->addListener('gos_web_socket.server_launched', [0 => function () {
  1543. return ($this->privates['gos_web_socket.event_listener.register_periodic_memory_timer'] ?? $this->load('getGosWebSocket_EventListener_RegisterPeriodicMemoryTimerService'));
  1544. }, 1 => 'registerPeriodicHandler'], 255);
  1545. $instance->addListener('gos_web_socket.server_launched', [0 => function () {
  1546. return ($this->privates['gos_web_socket.event_listener.register_periodic_timers'] ?? $this->load('getGosWebSocket_EventListener_RegisterPeriodicTimersService'));
  1547. }, 1 => 'registerPeriodics'], 0);
  1548. $instance->addListener('gos_web_socket.server_launched', [0 => function () {
  1549. return ($this->privates['gos_web_socket.event_listener.register_push_handlers'] ?? $this->load('getGosWebSocket_EventListener_RegisterPushHandlersService'));
  1550. }, 1 => 'registerPushHandlers'], 0);
  1551. $instance->addListener('gos_web_socket.server_launched', [0 => function () {
  1552. return ($this->privates['gos_web_socket.event_listener.start_server'] ?? $this->load('getGosWebSocket_EventListener_StartServerService'));
  1553. }, 1 => 'bindPnctlEvent'], 0);
  1554. $instance->addListener('kernel.response', [0 => function () {
  1555. return ($this->privates['response_listener'] ?? ($this->privates['response_listener'] = new \Symfony\Component\HttpKernel\EventListener\ResponseListener('UTF-8', false)));
  1556. }, 1 => 'onKernelResponse'], 0);
  1557. $instance->addListener('kernel.response', [0 => function () {
  1558. return ($this->privates['streamed_response_listener'] ?? ($this->privates['streamed_response_listener'] = new \Symfony\Component\HttpKernel\EventListener\StreamedResponseListener()));
  1559. }, 1 => 'onKernelResponse'], -1024);
  1560. $instance->addListener('kernel.request', [0 => function () {
  1561. return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  1562. }, 1 => 'setDefaultLocale'], 100);
  1563. $instance->addListener('kernel.request', [0 => function () {
  1564. return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  1565. }, 1 => 'onKernelRequest'], 16);
  1566. $instance->addListener('kernel.finish_request', [0 => function () {
  1567. return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  1568. }, 1 => 'onKernelFinishRequest'], 0);
  1569. $instance->addListener('kernel.request', [0 => function () {
  1570. return ($this->privates['validate_request_listener'] ?? ($this->privates['validate_request_listener'] = new \Symfony\Component\HttpKernel\EventListener\ValidateRequestListener()));
  1571. }, 1 => 'onKernelRequest'], 256);
  1572. $instance->addListener('kernel.response', [0 => function () {
  1573. return ($this->privates['disallow_search_engine_index_response_listener'] ?? ($this->privates['disallow_search_engine_index_response_listener'] = new \Symfony\Component\HttpKernel\EventListener\DisallowRobotsIndexingListener()));
  1574. }, 1 => 'onResponse'], -255);
  1575. $instance->addListener('kernel.controller_arguments', [0 => function () {
  1576. return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  1577. }, 1 => 'onControllerArguments'], 0);
  1578. $instance->addListener('kernel.exception', [0 => function () {
  1579. return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  1580. }, 1 => 'logKernelException'], 0);
  1581. $instance->addListener('kernel.exception', [0 => function () {
  1582. return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  1583. }, 1 => 'onKernelException'], -128);
  1584. $instance->addListener('kernel.response', [0 => function () {
  1585. return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  1586. }, 1 => 'removeCspHeader'], -128);
  1587. $instance->addListener('kernel.request', [0 => function () {
  1588. return ($this->privates['locale_aware_listener'] ?? $this->getLocaleAwareListenerService());
  1589. }, 1 => 'onKernelRequest'], 15);
  1590. $instance->addListener('kernel.finish_request', [0 => function () {
  1591. return ($this->privates['locale_aware_listener'] ?? $this->getLocaleAwareListenerService());
  1592. }, 1 => 'onKernelFinishRequest'], -15);
  1593. $instance->addListener('console.error', [0 => function () {
  1594. return ($this->privates['console.error_listener'] ?? $this->load('getConsole_ErrorListenerService'));
  1595. }, 1 => 'onConsoleError'], -128);
  1596. $instance->addListener('console.terminate', [0 => function () {
  1597. return ($this->privates['console.error_listener'] ?? $this->load('getConsole_ErrorListenerService'));
  1598. }, 1 => 'onConsoleTerminate'], -128);
  1599. $instance->addListener('console.error', [0 => function () {
  1600. return ($this->privates['console.suggest_missing_package_subscriber'] ?? ($this->privates['console.suggest_missing_package_subscriber'] = new \Symfony\Bundle\FrameworkBundle\EventListener\SuggestMissingPackageSubscriber()));
  1601. }, 1 => 'onConsoleError'], 0);
  1602. $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [0 => function () {
  1603. return ($this->privates['mailer.envelope_listener'] ?? ($this->privates['mailer.envelope_listener'] = new \Symfony\Component\Mailer\EventListener\EnvelopeListener(NULL, NULL)));
  1604. }, 1 => 'onMessage'], -255);
  1605. $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [0 => function () {
  1606. return ($this->privates['mailer.message_logger_listener'] ?? ($this->privates['mailer.message_logger_listener'] = new \Symfony\Component\Mailer\EventListener\MessageLoggerListener()));
  1607. }, 1 => 'onMessage'], -255);
  1608. $instance->addListener('kernel.request', [0 => function () {
  1609. return ($this->privates['fragment.listener'] ?? $this->getFragment_ListenerService());
  1610. }, 1 => 'onKernelRequest'], 48);
  1611. $instance->addListener('kernel.request', [0 => function () {
  1612. return ($this->privates['debug.debug_handlers_listener'] ?? $this->getDebug_DebugHandlersListenerService());
  1613. }, 1 => 'configure'], 2048);
  1614. $instance->addListener('console.command', [0 => function () {
  1615. return ($this->privates['debug.debug_handlers_listener'] ?? $this->getDebug_DebugHandlersListenerService());
  1616. }, 1 => 'configure'], 2048);
  1617. $instance->addListener('kernel.request', [0 => function () {
  1618. return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  1619. }, 1 => 'onKernelRequest'], 32);
  1620. $instance->addListener('kernel.finish_request', [0 => function () {
  1621. return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  1622. }, 1 => 'onKernelFinishRequest'], 0);
  1623. $instance->addListener('kernel.exception', [0 => function () {
  1624. return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  1625. }, 1 => 'onKernelException'], -64);
  1626. $instance->addListener('kernel.request', [0 => function () {
  1627. return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  1628. }, 1 => 'onKernelRequest'], 128);
  1629. $instance->addListener('kernel.response', [0 => function () {
  1630. return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  1631. }, 1 => 'onKernelResponse'], -1000);
  1632. $instance->addListener('kernel.finish_request', [0 => function () {
  1633. return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  1634. }, 1 => 'onFinishRequest'], 0);
  1635. $instance->addListener('kernel.response', [0 => function () {
  1636. return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  1637. }, 1 => 'onKernelResponse'], -100);
  1638. $instance->addListener('kernel.exception', [0 => function () {
  1639. return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  1640. }, 1 => 'onKernelException'], 0);
  1641. $instance->addListener('kernel.terminate', [0 => function () {
  1642. return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  1643. }, 1 => 'onKernelTerminate'], -1024);
  1644. $instance->addListener('kernel.controller', [0 => function () {
  1645. return ($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService());
  1646. }, 1 => 'onKernelController'], 0);
  1647. $instance->addListener('kernel.response', [0 => function () {
  1648. return ($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService());
  1649. }, 1 => 'onKernelResponse'], 0);
  1650. $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [0 => function () {
  1651. return ($this->privates['twig.mailer.message_listener'] ?? $this->load('getTwig_Mailer_MessageListenerService'));
  1652. }, 1 => 'onMessage'], 0);
  1653. $instance->addListener('console.command', [0 => function () {
  1654. return ($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService());
  1655. }, 1 => 'onCommand'], 255);
  1656. $instance->addListener('console.terminate', [0 => function () {
  1657. return ($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService());
  1658. }, 1 => 'onTerminate'], -255);
  1659. $instance->addListener('kernel.response', [0 => function () {
  1660. return ($this->privates['security.rememberme.response_listener'] ?? ($this->privates['security.rememberme.response_listener'] = new \Symfony\Component\Security\Http\RememberMe\ResponseListener()));
  1661. }, 1 => 'onKernelResponse'], 0);
  1662. $instance->addListener('debug.security.authorization.vote', [0 => function () {
  1663. return ($this->privates['debug.security.voter.vote_listener'] ?? $this->load('getDebug_Security_Voter_VoteListenerService'));
  1664. }, 1 => 'onVoterVote'], 0);
  1665. $instance->addListener('kernel.request', [0 => function () {
  1666. return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  1667. }, 1 => 'configureLogoutUrlGenerator'], 8);
  1668. $instance->addListener('kernel.request', [0 => function () {
  1669. return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  1670. }, 1 => 'onKernelRequest'], 8);
  1671. $instance->addListener('kernel.finish_request', [0 => function () {
  1672. return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  1673. }, 1 => 'onKernelFinishRequest'], 0);
  1674. $instance->addListener('kernel.response', [0 => function () {
  1675. return ($this->privates['web_profiler.debug_toolbar'] ?? $this->getWebProfiler_DebugToolbarService());
  1676. }, 1 => 'onKernelResponse'], -128);
  1677. $instance->addListener('kernel.finish_request', [0 => function () {
  1678. return ($this->privates['Symfony\\WebpackEncoreBundle\\EventListener\\ResetAssetsEventListener'] ?? $this->getResetAssetsEventListenerService());
  1679. }, 1 => 'resetAssets'], 0);
  1680. $instance->addListener('kernel.controller', [0 => function () {
  1681. return ($this->privates['sensio_framework_extra.controller.listener'] ?? $this->getSensioFrameworkExtra_Controller_ListenerService());
  1682. }, 1 => 'onKernelController'], 0);
  1683. $instance->addListener('kernel.controller', [0 => function () {
  1684. return ($this->privates['sensio_framework_extra.converter.listener'] ?? $this->getSensioFrameworkExtra_Converter_ListenerService());
  1685. }, 1 => 'onKernelController'], 0);
  1686. $instance->addListener('kernel.controller', [0 => function () {
  1687. return ($this->privates['sensio_framework_extra.view.listener'] ?? $this->getSensioFrameworkExtra_View_ListenerService());
  1688. }, 1 => 'onKernelController'], -128);
  1689. $instance->addListener('kernel.view', [0 => function () {
  1690. return ($this->privates['sensio_framework_extra.view.listener'] ?? $this->getSensioFrameworkExtra_View_ListenerService());
  1691. }, 1 => 'onKernelView'], 0);
  1692. $instance->addListener('kernel.controller', [0 => function () {
  1693. return ($this->privates['sensio_framework_extra.cache.listener'] ?? ($this->privates['sensio_framework_extra.cache.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener()));
  1694. }, 1 => 'onKernelController'], 0);
  1695. $instance->addListener('kernel.response', [0 => function () {
  1696. return ($this->privates['sensio_framework_extra.cache.listener'] ?? ($this->privates['sensio_framework_extra.cache.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener()));
  1697. }, 1 => 'onKernelResponse'], 0);
  1698. $instance->addListener('kernel.controller_arguments', [0 => function () {
  1699. return ($this->privates['sensio_framework_extra.security.listener'] ?? $this->getSensioFrameworkExtra_Security_ListenerService());
  1700. }, 1 => 'onKernelControllerArguments'], 0);
  1701. $instance->addListener('kernel.controller_arguments', [0 => function () {
  1702. return ($this->privates['framework_extra_bundle.event.is_granted'] ?? $this->getFrameworkExtraBundle_Event_IsGrantedService());
  1703. }, 1 => 'onKernelControllerArguments'], 0);
  1704. $instance->addListener('presta_sitemap.populate', [0 => function () {
  1705. return ($this->privates['presta_sitemap.eventlistener.route_annotation'] ?? $this->load('getPrestaSitemap_Eventlistener_RouteAnnotationService'));
  1706. }, 1 => 'registerRouteAnnotation'], 0);
  1707. $instance->addListener('kernel.view', [0 => function () {
  1708. return ($this->privates['fos_rest.view_response_listener'] ?? $this->load('getFosRest_ViewResponseListenerService'));
  1709. }, 1 => 'onKernelView'], 30);
  1710. $instance->addListener('kernel.request', [0 => function () {
  1711. return ($this->privates['nelmio_security.csp_listener'] ?? $this->getNelmioSecurity_CspListenerService());
  1712. }, 1 => 'onKernelRequest'], 512);
  1713. $instance->addListener('kernel.response', [0 => function () {
  1714. return ($this->privates['nelmio_security.csp_listener'] ?? $this->getNelmioSecurity_CspListenerService());
  1715. }, 1 => 'onKernelResponse'], 0);
  1716. $instance->addListener('presta_sitemap.populate', [0 => function () {
  1717. return ($this->privates['whater.sitemap.webpages_subscriber'] ?? $this->load('getWhater_Sitemap_WebpagesSubscriberService'));
  1718. }, 1 => 'registerWebpagesPages'], 0);
  1719. $instance->addListener('presta_sitemap.populate', [0 => function () {
  1720. return ($this->privates['whater.sitemap.blogpages_subscriber'] ?? $this->load('getWhater_Sitemap_BlogpagesSubscriberService'));
  1721. }, 1 => 'registerBlogpagesPages'], 0);
  1722. $instance->addListener('presta_sitemap.populate', [0 => function () {
  1723. return ($this->privates['whater.sitemap.town_subscriber'] ?? $this->load('getWhater_Sitemap_TownSubscriberService'));
  1724. }, 1 => 'registerTownsPages'], 0);
  1725. $instance->addListener('presta_sitemap.populate', [0 => function () {
  1726. return ($this->privates['whater.sitemap.country_area_subscriber'] ?? $this->load('getWhater_Sitemap_CountryAreaSubscriberService'));
  1727. }, 1 => 'registerCountryAreasPages'], 0);
  1728. $instance->addListener('presta_sitemap.populate', [0 => function () {
  1729. return ($this->privates['whater.sitemap.distribution_network_subscriber'] ?? $this->load('getWhater_Sitemap_DistributionNetworkSubscriberService'));
  1730. }, 1 => 'registerDistributionNetworksPages'], 0);
  1731. $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [0 => function () {
  1732. return ($this->privates['security.logout.listener.csrf_token_clearing'] ?? $this->load('getSecurity_Logout_Listener_CsrfTokenClearingService'));
  1733. }, 1 => 'onLogout'], 0);
  1734. return $instance;
  1735. }
  1736. /**
  1737. * Gets the public 'fos_rest.view_handler' shared service.
  1738. *
  1739. * @return \FOS\RestBundle\View\ViewHandler
  1740. */
  1741. protected function getFosRest_ViewHandlerService()
  1742. {
  1743. $a = ($this->services['jms_serializer'] ?? $this->getJmsSerializerService());
  1744. if (isset($this->services['fos_rest.view_handler'])) {
  1745. return $this->services['fos_rest.view_handler'];
  1746. }
  1747. 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]);
  1748. }
  1749. /**
  1750. * Gets the public 'hateoas.generator.registry' shared service.
  1751. *
  1752. * @return \Hateoas\UrlGenerator\UrlGeneratorRegistry
  1753. */
  1754. protected function getHateoas_Generator_RegistryService()
  1755. {
  1756. return $this->services['hateoas.generator.registry'] = new \Hateoas\UrlGenerator\UrlGeneratorRegistry(new \Hateoas\UrlGenerator\SymfonyUrlGenerator(($this->services['router'] ?? $this->getRouterService())));
  1757. }
  1758. /**
  1759. * Gets the public 'hateoas.helper.link' shared service.
  1760. *
  1761. * @return \Hateoas\Helper\LinkHelper
  1762. */
  1763. protected function getHateoas_Helper_LinkService()
  1764. {
  1765. 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()));
  1766. }
  1767. /**
  1768. * Gets the public 'http_kernel' shared service.
  1769. *
  1770. * @return \Symfony\Component\HttpKernel\HttpKernel
  1771. */
  1772. protected function getHttpKernelService()
  1773. {
  1774. $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  1775. if (isset($this->services['http_kernel'])) {
  1776. return $this->services['http_kernel'];
  1777. }
  1778. $b = ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)));
  1779. 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 () {
  1780. yield 0 => ($this->privates['debug.argument_resolver.request_attribute'] ?? $this->load('getDebug_ArgumentResolver_RequestAttributeService'));
  1781. yield 1 => ($this->privates['debug.argument_resolver.request'] ?? $this->load('getDebug_ArgumentResolver_RequestService'));
  1782. yield 2 => ($this->privates['debug.argument_resolver.session'] ?? $this->load('getDebug_ArgumentResolver_SessionService'));
  1783. yield 3 => ($this->privates['debug.security.user_value_resolver'] ?? $this->load('getDebug_Security_UserValueResolverService'));
  1784. yield 4 => ($this->privates['debug.argument_resolver.service'] ?? $this->load('getDebug_ArgumentResolver_ServiceService'));
  1785. yield 5 => ($this->privates['debug.argument_resolver.default'] ?? $this->load('getDebug_ArgumentResolver_DefaultService'));
  1786. yield 6 => ($this->privates['debug.argument_resolver.variadic'] ?? $this->load('getDebug_ArgumentResolver_VariadicService'));
  1787. yield 7 => ($this->privates['debug.argument_resolver.not_tagged_controller'] ?? $this->load('getDebug_ArgumentResolver_NotTaggedControllerService'));
  1788. }, 8)), $b));
  1789. }
  1790. /**
  1791. * Gets the public 'jms_serializer' shared service.
  1792. *
  1793. * @return \JMS\Serializer\Serializer
  1794. */
  1795. protected function getJmsSerializerService()
  1796. {
  1797. $a = ($this->privates['jms_serializer.metadata_factory'] ?? $this->getJmsSerializer_MetadataFactoryService());
  1798. $b = ($this->services['fos_rest.serializer.jms_handler_registry'] ?? $this->load('getFosRest_Serializer_JmsHandlerRegistryService'));
  1799. $c = ($this->privates['jms_serializer.expression_evaluator'] ?? $this->getJmsSerializer_ExpressionEvaluatorService());
  1800. $d = new \JMS\Serializer\Accessor\DefaultAccessorStrategy($c);
  1801. $e = new \JMS\Serializer\EventDispatcher\LazyEventDispatcher(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1802. 'hateoas.event_listener.xml' => ['services', 'hateoas.event_listener.xml', 'getHateoas_EventListener_XmlService', true],
  1803. 'hateoas.event_listener.json' => ['services', 'hateoas.event_listener.json', 'getHateoas_EventListener_JsonService', true],
  1804. 'jms_serializer.doctrine_proxy_subscriber' => ['privates', 'jms_serializer.doctrine_proxy_subscriber', 'getJmsSerializer_DoctrineProxySubscriberService', true],
  1805. 'jms_serializer.stopwatch_subscriber' => ['privates', 'jms_serializer.stopwatch_subscriber', 'getJmsSerializer_StopwatchSubscriberService', true],
  1806. 'whater.serializer_subscriber.media' => ['privates', 'whater.serializer_subscriber.media', 'getWhater_SerializerSubscriber_MediaService', true],
  1807. 'whater.serializer_subscriber.article' => ['privates', 'whater.serializer_subscriber.article', 'getWhater_SerializerSubscriber_ArticleService', true],
  1808. 'whater.serializer_subscriber.article_category' => ['privates', 'whater.serializer_subscriber.article_category', 'getWhater_SerializerSubscriber_ArticleCategoryService', true],
  1809. 'whater.serializer_subscriber.user' => ['privates', 'whater.serializer_subscriber.user', 'getWhater_SerializerSubscriber_UserService', true],
  1810. 'whater.serializer_subscriber.organization_license' => ['privates', 'whater.serializer_subscriber.organization_license', 'getWhater_SerializerSubscriber_OrganizationLicenseService', true],
  1811. 'whater.serializer_subscriber.organization_license_fee' => ['privates', 'whater.serializer_subscriber.organization_license_fee', 'getWhater_SerializerSubscriber_OrganizationLicenseFeeService', true],
  1812. 'whater.serializer_subscriber.ownership_request' => ['privates', 'whater.serializer_subscriber.ownership_request', 'getWhater_SerializerSubscriber_OwnershipRequestService', true],
  1813. 'whater.serializer_subscriber.user_nfc' => ['privates', 'whater.serializer_subscriber.user_nfc', 'getWhater_SerializerSubscriber_UserNfcService', true],
  1814. 'whater.serializer_subscriber.wallet_operation' => ['privates', 'whater.serializer_subscriber.wallet_operation', 'getWhater_SerializerSubscriber_WalletOperationService', true],
  1815. 'whater.serializer_subscriber.cart_order' => ['privates', 'whater.serializer_subscriber.cart_order', 'getWhater_SerializerSubscriber_CartOrderService', true],
  1816. 'whater.serializer_subscriber.cart_order_item' => ['privates', 'whater.serializer_subscriber.cart_order_item', 'getWhater_SerializerSubscriber_CartOrderItemService', true],
  1817. 'whater.serializer_subscriber.product' => ['privates', 'whater.serializer_subscriber.product', 'getWhater_SerializerSubscriber_ProductService', true],
  1818. 'whater.serializer_subscriber.product_category' => ['privates', 'whater.serializer_subscriber.product_category', 'getWhater_SerializerSubscriber_ProductCategoryService', true],
  1819. 'whater.serializer_subscriber.product_attribute' => ['privates', 'whater.serializer_subscriber.product_attribute', 'getWhater_SerializerSubscriber_ProductAttributeService', true],
  1820. 'whater.serializer_subscriber.product_variation' => ['privates', 'whater.serializer_subscriber.product_variation', 'getWhater_SerializerSubscriber_ProductVariationService', true],
  1821. 'whater.serializer_subscriber.product_valoration' => ['privates', 'whater.serializer_subscriber.product_valoration', 'getWhater_SerializerSubscriber_ProductValorationService', true],
  1822. 'whater.serializer_subscriber.wallet_liquidations_request' => ['privates', 'whater.serializer_subscriber.wallet_liquidations_request', 'getWhater_SerializerSubscriber_WalletLiquidationsRequestService', true],
  1823. 'whater.serializer_subscriber.whatercoin_coupon' => ['privates', 'whater.serializer_subscriber.whatercoin_coupon', 'getWhater_SerializerSubscriber_WhatercoinCouponService', true],
  1824. 'whater.serializer_subscriber.country' => ['privates', 'whater.serializer_subscriber.country', 'getWhater_SerializerSubscriber_CountryService', true],
  1825. 'whater.serializer_subscriber.country_area' => ['privates', 'whater.serializer_subscriber.country_area', 'getWhater_SerializerSubscriber_CountryAreaService', true],
  1826. 'whater.serializer_subscriber.town' => ['privates', 'whater.serializer_subscriber.town', 'getWhater_SerializerSubscriber_TownService', true],
  1827. 'whater.serializer_subscriber.town_location' => ['privates', 'whater.serializer_subscriber.town_location', 'getWhater_SerializerSubscriber_TownLocationService', true],
  1828. 'whater.serializer_subscriber.agrupation' => ['privates', 'whater.serializer_subscriber.agrupation', 'getWhater_SerializerSubscriber_AgrupationService', true],
  1829. 'whater.serializer_subscriber.ubication' => ['privates', 'whater.serializer_subscriber.ubication', 'getWhater_SerializerSubscriber_UbicationService', true],
  1830. 'whater.serializer_subscriber.establishment' => ['privates', 'whater.serializer_subscriber.establishment', 'getWhater_SerializerSubscriber_EstablishmentService', true],
  1831. 'whater.serializer_subscriber.distribution_network' => ['privates', 'whater.serializer_subscriber.distribution_network', 'getWhater_SerializerSubscriber_DistributionNetworkService', true],
  1832. 'whater.serializer_subscriber.whater_point' => ['privates', 'whater.serializer_subscriber.whater_point', 'getWhater_SerializerSubscriber_WhaterPointService', true],
  1833. 'whater.serializer_subscriber.analytical' => ['privates', 'whater.serializer_subscriber.analytical', 'getWhater_SerializerSubscriber_AnalyticalService', true],
  1834. 'whater.serializer_subscriber.whater_organization' => ['privates', 'whater.serializer_subscriber.whater_organization', 'getWhater_SerializerSubscriber_WhaterOrganizationService', true],
  1835. 'whater.serializer_subscriber.whater_device' => ['privates', 'whater.serializer_subscriber.whater_device', 'getWhater_SerializerSubscriber_WhaterDeviceService', true],
  1836. 'whater.serializer_subscriber.anlytical_parameter' => ['privates', 'whater.serializer_subscriber.anlytical_parameter', 'getWhater_SerializerSubscriber_AnlyticalParameterService', true],
  1837. 'whater.serializer_subscriber.import_data_file' => ['privates', 'whater.serializer_subscriber.import_data_file', 'getWhater_SerializerSubscriber_ImportDataFileService', true],
  1838. 'whater.serializer_subscriber.notification' => ['privates', 'whater.serializer_subscriber.notification', 'getWhater_SerializerSubscriber_NotificationService', true],
  1839. ], [
  1840. 'hateoas.event_listener.xml' => '?',
  1841. 'hateoas.event_listener.json' => '?',
  1842. 'jms_serializer.doctrine_proxy_subscriber' => '?',
  1843. 'jms_serializer.stopwatch_subscriber' => '?',
  1844. 'whater.serializer_subscriber.media' => '?',
  1845. 'whater.serializer_subscriber.article' => '?',
  1846. 'whater.serializer_subscriber.article_category' => '?',
  1847. 'whater.serializer_subscriber.user' => '?',
  1848. 'whater.serializer_subscriber.organization_license' => '?',
  1849. 'whater.serializer_subscriber.organization_license_fee' => '?',
  1850. 'whater.serializer_subscriber.ownership_request' => '?',
  1851. 'whater.serializer_subscriber.user_nfc' => '?',
  1852. 'whater.serializer_subscriber.wallet_operation' => '?',
  1853. 'whater.serializer_subscriber.cart_order' => '?',
  1854. 'whater.serializer_subscriber.cart_order_item' => '?',
  1855. 'whater.serializer_subscriber.product' => '?',
  1856. 'whater.serializer_subscriber.product_category' => '?',
  1857. 'whater.serializer_subscriber.product_attribute' => '?',
  1858. 'whater.serializer_subscriber.product_variation' => '?',
  1859. 'whater.serializer_subscriber.product_valoration' => '?',
  1860. 'whater.serializer_subscriber.wallet_liquidations_request' => '?',
  1861. 'whater.serializer_subscriber.whatercoin_coupon' => '?',
  1862. 'whater.serializer_subscriber.country' => '?',
  1863. 'whater.serializer_subscriber.country_area' => '?',
  1864. 'whater.serializer_subscriber.town' => '?',
  1865. 'whater.serializer_subscriber.town_location' => '?',
  1866. 'whater.serializer_subscriber.agrupation' => '?',
  1867. 'whater.serializer_subscriber.ubication' => '?',
  1868. 'whater.serializer_subscriber.establishment' => '?',
  1869. 'whater.serializer_subscriber.distribution_network' => '?',
  1870. 'whater.serializer_subscriber.whater_point' => '?',
  1871. 'whater.serializer_subscriber.analytical' => '?',
  1872. 'whater.serializer_subscriber.whater_organization' => '?',
  1873. 'whater.serializer_subscriber.whater_device' => '?',
  1874. 'whater.serializer_subscriber.anlytical_parameter' => '?',
  1875. 'whater.serializer_subscriber.import_data_file' => '?',
  1876. 'whater.serializer_subscriber.notification' => '?',
  1877. ]));
  1878. $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.user_nfc', 1 => 'onPostSerialize'], 1 => 'Whater\\Domain\\User\\Model\\UserNfc', 2 => NULL, 3 => NULL], 10 => [0 => [0 => 'whater.serializer_subscriber.wallet_operation', 1 => 'onPostSerialize'], 1 => 'Whater\\Domain\\Product\\Model\\WalletOperation', 2 => NULL, 3 => NULL], 11 => [0 => [0 => 'whater.serializer_subscriber.cart_order', 1 => 'onPostSerialize'], 1 => 'Whater\\Domain\\Product\\Model\\CartOrder', 2 => NULL, 3 => NULL], 12 => [0 => [0 => 'whater.serializer_subscriber.cart_order_item', 1 => 'onPostSerialize'], 1 => 'Whater\\Domain\\Product\\Model\\CartOrderItem', 2 => NULL, 3 => NULL], 13 => [0 => [0 => 'whater.serializer_subscriber.product', 1 => 'onPostSerialize'], 1 => 'Whater\\Domain\\Product\\Model\\Product', 2 => NULL, 3 => NULL], 14 => [0 => [0 => 'whater.serializer_subscriber.product_category', 1 => 'onPostSerialize'], 1 => 'Whater\\Domain\\Product\\Model\\ProductCategory', 2 => NULL, 3 => NULL], 15 => [0 => [0 => 'whater.serializer_subscriber.product_attribute', 1 => 'onPostSerialize'], 1 => 'Whater\\Domain\\Product\\Model\\ProductAttribute', 2 => NULL, 3 => NULL], 16 => [0 => [0 => 'whater.serializer_subscriber.product_variation', 1 => 'onPostSerialize'], 1 => 'Whater\\Domain\\Product\\Model\\ProductVariation', 2 => NULL, 3 => NULL], 17 => [0 => [0 => 'whater.serializer_subscriber.product_valoration', 1 => 'onPostSerialize'], 1 => 'Whater\\Domain\\Product\\Model\\ProductValoration', 2 => NULL, 3 => NULL], 18 => [0 => [0 => 'whater.serializer_subscriber.wallet_liquidations_request', 1 => 'onPostSerialize'], 1 => 'Whater\\Domain\\Product\\Model\\WalletLiquidationRequest', 2 => NULL, 3 => NULL], 19 => [0 => [0 => 'whater.serializer_subscriber.whatercoin_coupon', 1 => 'onPostSerialize'], 1 => 'Whater\\Domain\\Product\\Model\\WhatercoinCoupon', 2 => NULL, 3 => NULL], 20 => [0 => [0 => 'whater.serializer_subscriber.country', 1 => 'onPostSerialize'], 1 => 'Whater\\Domain\\Zones\\Model\\Country', 2 => NULL, 3 => NULL], 21 => [0 => [0 => 'whater.serializer_subscriber.country_area', 1 => 'onPostSerialize'], 1 => 'Whater\\Domain\\Zones\\Model\\CountryArea', 2 => NULL, 3 => NULL], 22 => [0 => [0 => 'whater.serializer_subscriber.town', 1 => 'onPostSerialize'], 1 => 'Whater\\Domain\\Zones\\Model\\Town', 2 => NULL, 3 => NULL], 23 => [0 => [0 => 'whater.serializer_subscriber.town_location', 1 => 'onPostSerialize'], 1 => 'Whater\\Domain\\Zones\\Model\\TownLocation', 2 => NULL, 3 => NULL], 24 => [0 => [0 => 'whater.serializer_subscriber.agrupation', 1 => 'onPostSerialize'], 1 => 'Whater\\Domain\\Zones\\Model\\Agrupation', 2 => NULL, 3 => NULL], 25 => [0 => [0 => 'whater.serializer_subscriber.ubication', 1 => 'onPostSerialize'], 1 => 'Whater\\Domain\\Zones\\Model\\Ubication', 2 => NULL, 3 => NULL], 26 => [0 => [0 => 'whater.serializer_subscriber.establishment', 1 => 'onPostSerialize'], 1 => 'Whater\\Domain\\Zones\\Model\\Establishment', 2 => NULL, 3 => NULL], 27 => [0 => [0 => 'whater.serializer_subscriber.distribution_network', 1 => 'onPostSerialize'], 1 => 'Whater\\Domain\\Whater\\Model\\DistributionNetwork', 2 => NULL, 3 => NULL], 28 => [0 => [0 => 'whater.serializer_subscriber.whater_point', 1 => 'onPostSerialize'], 1 => 'Whater\\Domain\\Whater\\Model\\WhaterPoint', 2 => NULL, 3 => NULL], 29 => [0 => [0 => 'whater.serializer_subscriber.analytical', 1 => 'onPostSerialize'], 1 => 'Whater\\Domain\\Whater\\Model\\Analytical', 2 => NULL, 3 => NULL], 30 => [0 => [0 => 'whater.serializer_subscriber.whater_organization', 1 => 'onPostSerialize'], 1 => 'Whater\\Domain\\Whater\\Model\\WhaterOrganization', 2 => NULL, 3 => NULL], 31 => [0 => [0 => 'whater.serializer_subscriber.whater_device', 1 => 'onPostSerialize'], 1 => 'Whater\\Domain\\Whater\\Model\\WhaterDevice', 2 => NULL, 3 => NULL], 32 => [0 => [0 => 'whater.serializer_subscriber.anlytical_parameter', 1 => 'onPostSerialize'], 1 => 'Whater\\Domain\\Whater\\Model\\AnalyticalParameter', 2 => NULL, 3 => NULL], 33 => [0 => [0 => 'whater.serializer_subscriber.import_data_file', 1 => 'onPostSerialize'], 1 => 'Whater\\Domain\\Whater\\Model\\ImportDataFile', 2 => NULL, 3 => NULL], 34 => [0 => [0 => 'whater.serializer_subscriber.notification', 1 => 'onPostSerialize'], 1 => 'Whater\\Domain\\Notification\\Model\\Notification', 2 => NULL, 3 => NULL], 35 => [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']]]);
  1879. $f = new \JMS\Serializer\Visitor\Factory\JsonSerializationVisitorFactory();
  1880. $f->setOptions(1024);
  1881. $g = new \JMS\Serializer\Visitor\Factory\JsonDeserializationVisitorFactory();
  1882. $g->setOptions(0);
  1883. 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())));
  1884. }
  1885. /**
  1886. * Gets the public 'jms_serializer.deserialization_context_factory' shared service.
  1887. *
  1888. * @return \JMS\SerializerBundle\ContextFactory\ConfiguredContextFactory
  1889. */
  1890. protected function getJmsSerializer_DeserializationContextFactoryService()
  1891. {
  1892. return $this->services['jms_serializer.deserialization_context_factory'] = new \JMS\SerializerBundle\ContextFactory\ConfiguredContextFactory();
  1893. }
  1894. /**
  1895. * Gets the public 'jms_serializer.serialization_context_factory' shared service.
  1896. *
  1897. * @return \JMS\SerializerBundle\ContextFactory\ConfiguredContextFactory
  1898. */
  1899. protected function getJmsSerializer_SerializationContextFactoryService()
  1900. {
  1901. return $this->services['jms_serializer.serialization_context_factory'] = new \JMS\SerializerBundle\ContextFactory\ConfiguredContextFactory();
  1902. }
  1903. /**
  1904. * Gets the public 'liip_imagine.cache.manager' shared service.
  1905. *
  1906. * @return \Liip\ImagineBundle\Imagine\Cache\CacheManager
  1907. */
  1908. protected function getLiipImagine_Cache_ManagerService()
  1909. {
  1910. $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  1911. if (isset($this->services['liip_imagine.cache.manager'])) {
  1912. return $this->services['liip_imagine.cache.manager'];
  1913. }
  1914. $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);
  1915. $instance->addResolver('default', ($this->services['liip_imagine.cache.resolver.default'] ?? $this->getLiipImagine_Cache_Resolver_DefaultService()));
  1916. $instance->addResolver('no_cache', ($this->services['liip_imagine.cache.resolver.no_cache_web_path'] ?? $this->getLiipImagine_Cache_Resolver_NoCacheWebPathService()));
  1917. return $instance;
  1918. }
  1919. /**
  1920. * Gets the public 'liip_imagine.cache.resolver.default' shared service.
  1921. *
  1922. * @return \Liip\ImagineBundle\Imagine\Cache\Resolver\WebPathResolver
  1923. */
  1924. protected function getLiipImagine_Cache_Resolver_DefaultService()
  1925. {
  1926. 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');
  1927. }
  1928. /**
  1929. * Gets the public 'liip_imagine.cache.resolver.no_cache_web_path' shared service.
  1930. *
  1931. * @return \Liip\ImagineBundle\Imagine\Cache\Resolver\NoCacheWebPathResolver
  1932. */
  1933. protected function getLiipImagine_Cache_Resolver_NoCacheWebPathService()
  1934. {
  1935. 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()));
  1936. }
  1937. /**
  1938. * Gets the public 'liip_imagine.cache.signer' shared service.
  1939. *
  1940. * @return \Liip\ImagineBundle\Imagine\Cache\Signer
  1941. */
  1942. protected function getLiipImagine_Cache_SignerService()
  1943. {
  1944. return $this->services['liip_imagine.cache.signer'] = new \Liip\ImagineBundle\Imagine\Cache\Signer('5dbaa28b5f345e406ae51f6188fd6f09b2082f00');
  1945. }
  1946. /**
  1947. * Gets the public 'request_stack' shared service.
  1948. *
  1949. * @return \Symfony\Component\HttpFoundation\RequestStack
  1950. */
  1951. protected function getRequestStackService()
  1952. {
  1953. return $this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack();
  1954. }
  1955. /**
  1956. * Gets the public 'router' shared service.
  1957. *
  1958. * @return \Symfony\Bundle\FrameworkBundle\Routing\Router
  1959. */
  1960. protected function getRouterService()
  1961. {
  1962. $a = new \Symfony\Bridge\Monolog\Logger('router');
  1963. $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1964. $a->pushProcessor(($this->privates['Whater\\Infrastructure\\CommonBundle\\Monolog\\MonologDomainsFilterProcessor'] ?? $this->getMonologDomainsFilterProcessorService()));
  1965. $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  1966. $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  1967. \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  1968. $this->services['router'] = $instance = new \Symfony\Bundle\FrameworkBundle\Routing\Router((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1969. 'routing.loader' => ['services', 'routing.loader', 'getRouting_LoaderService', true],
  1970. ], [
  1971. 'routing.loader' => 'Symfony\\Component\\Config\\Loader\\LoaderInterface',
  1972. ]))->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');
  1973. $instance->setConfigCacheFactory(($this->privates['config_cache_factory'] ?? $this->getConfigCacheFactoryService()));
  1974. $instance->addExpressionLanguageProvider(($this->privates['router.expression_language_provider'] ?? $this->getRouter_ExpressionLanguageProviderService()));
  1975. return $instance;
  1976. }
  1977. /**
  1978. * Gets the public 'shivas_versioning.cache.version' shared service.
  1979. *
  1980. * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1981. */
  1982. protected function getShivasVersioning_Cache_VersionService()
  1983. {
  1984. 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())));
  1985. }
  1986. /**
  1987. * Gets the public 'sonata.media.pool' shared service.
  1988. *
  1989. * @return \Sonata\MediaBundle\Provider\Pool
  1990. */
  1991. protected function getSonata_Media_PoolService()
  1992. {
  1993. $this->services['sonata.media.pool'] = $instance = new \Sonata\MediaBundle\Provider\Pool('default');
  1994. $a = ($this->privates['sonata.media.filesystem.local'] ?? $this->getSonata_Media_Filesystem_LocalService());
  1995. $b = ($this->privates['sonata.media.cdn.server'] ?? ($this->privates['sonata.media.cdn.server'] = new \Sonata\MediaBundle\CDN\Server('/uploads/media')));
  1996. $c = ($this->privates['sonata.media.metadata.proxy'] ?? $this->getSonata_Media_Metadata_ProxyService());
  1997. $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);
  1998. $d->setTemplates(['helper_thumbnail' => '@SonataMedia/Provider/thumbnail.html.twig', 'helper_view' => '@SonataMedia/Provider/view_file.html.twig']);
  1999. $d->addFormat('default_small', ['width' => 100, 'quality' => 70, 'height' => NULL, 'format' => 'jpg', 'constraint' => true, 'resizer' => NULL, 'resizer_options' => []]);
  2000. $d->addFormat('default_big', ['width' => 500, 'quality' => 70, 'height' => NULL, 'format' => 'jpg', 'constraint' => true, 'resizer' => NULL, 'resizer_options' => []]);
  2001. $d->addFormat('admin', $this->parameters['sonata.media.admin_format']);
  2002. $e = new \Sonata\MediaBundle\Generator\IdGenerator();
  2003. $f = ($this->privates['sonata.media.thumbnail.format'] ?? $this->getSonata_Media_Thumbnail_FormatService());
  2004. $g = new \Symfony\Component\HttpClient\Psr18Client();
  2005. $h = new \Nyholm\Psr7\Factory\Psr17Factory();
  2006. $i = new \Sonata\MediaBundle\Provider\YouTubeProvider('sonata.media.provider.youtube', $a, $b, $e, $f, $g, $h, $c, false);
  2007. $j = ($this->privates['sonata.media.resizer.simple'] ?? $this->getSonata_Media_Resizer_SimpleService());
  2008. $i->setTemplates(['helper_thumbnail' => '@SonataMedia/Provider/thumbnail.html.twig', 'helper_view' => '@SonataMedia/Provider/view_youtube.html.twig']);
  2009. $i->setResizer($j);
  2010. $i->addFormat('admin', $this->parameters['sonata.media.admin_format']);
  2011. $k = new \Sonata\MediaBundle\Provider\DailyMotionProvider('sonata.media.provider.dailymotion', $a, $b, $e, $f, $g, $h, $c);
  2012. $k->setTemplates(['helper_thumbnail' => '@SonataMedia/Provider/thumbnail.html.twig', 'helper_view' => '@SonataMedia/Provider/view_dailymotion.html.twig']);
  2013. $k->setResizer($j);
  2014. $k->addFormat('admin', $this->parameters['sonata.media.admin_format']);
  2015. $l = new \Sonata\MediaBundle\Provider\VimeoProvider('sonata.media.provider.vimeo', $a, $b, $e, $f, $g, $h, $c);
  2016. $l->setTemplates(['helper_thumbnail' => '@SonataMedia/Provider/thumbnail.html.twig', 'helper_view' => '@SonataMedia/Provider/view_vimeo.html.twig']);
  2017. $l->setResizer($j);
  2018. $l->addFormat('admin', $this->parameters['sonata.media.admin_format']);
  2019. $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']);
  2020. $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']));
  2021. $instance->addProvider('sonata.media.provider.image', ($this->privates['sonata.media.provider.image'] ?? $this->getSonata_Media_Provider_ImageService()));
  2022. $instance->addProvider('sonata.media.provider.file', $d);
  2023. $instance->addProvider('sonata.media.provider.youtube', $i);
  2024. $instance->addProvider('sonata.media.provider.dailymotion', $k);
  2025. $instance->addProvider('sonata.media.provider.vimeo', $l);
  2026. return $instance;
  2027. }
  2028. /**
  2029. * Gets the public 'translator' shared service.
  2030. *
  2031. * @return \Symfony\Component\Translation\DataCollectorTranslator
  2032. */
  2033. protected function getTranslatorService()
  2034. {
  2035. return $this->services['translator'] = new \Symfony\Component\Translation\DataCollectorTranslator(($this->privates['translator.default'] ?? $this->getTranslator_DefaultService()));
  2036. }
  2037. /**
  2038. * Gets the public 'whater.logger' shared service.
  2039. *
  2040. * @return \Symfony\Bridge\Monolog\Logger
  2041. */
  2042. protected function getWhater_LoggerService()
  2043. {
  2044. $this->services['whater.logger'] = $instance = new \Symfony\Bridge\Monolog\Logger('app');
  2045. $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  2046. $instance->pushProcessor(($this->privates['Whater\\Infrastructure\\CommonBundle\\Monolog\\MonologDomainsFilterProcessor'] ?? $this->getMonologDomainsFilterProcessorService()));
  2047. $instance->useMicrosecondTimestamps(true);
  2048. $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  2049. $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  2050. \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  2051. return $instance;
  2052. }
  2053. /**
  2054. * Gets the private '.debug.http_client' shared service.
  2055. *
  2056. * @return \Symfony\Component\HttpClient\TraceableHttpClient
  2057. */
  2058. protected function get_Debug_HttpClientService()
  2059. {
  2060. $a = \Symfony\Component\HttpClient\HttpClient::create([], 6);
  2061. $b = new \Symfony\Bridge\Monolog\Logger('http_client');
  2062. $b->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  2063. $b->pushProcessor(($this->privates['Whater\\Infrastructure\\CommonBundle\\Monolog\\MonologDomainsFilterProcessor'] ?? $this->getMonologDomainsFilterProcessorService()));
  2064. $b->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  2065. $b->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  2066. \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($b);
  2067. $a->setLogger($b);
  2068. 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))));
  2069. }
  2070. /**
  2071. * Gets the private '.service_locator.B_7ykwg' shared service.
  2072. *
  2073. * @return \Symfony\Component\DependencyInjection\ServiceLocator
  2074. */
  2075. protected function get_ServiceLocator_B7ykwgService()
  2076. {
  2077. return $this->privates['.service_locator.B_7ykwg'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2078. 'security.firewall.map.context.api_private' => ['privates', 'security.firewall.map.context.api_private', 'getSecurity_Firewall_Map_Context_ApiPrivateService', true],
  2079. 'security.firewall.map.context.dev' => ['privates', 'security.firewall.map.context.dev', 'getSecurity_Firewall_Map_Context_DevService', true],
  2080. 'security.firewall.map.context.main' => ['privates', 'security.firewall.map.context.main', 'getSecurity_Firewall_Map_Context_MainService', true],
  2081. ], [
  2082. 'security.firewall.map.context.api_private' => '?',
  2083. 'security.firewall.map.context.dev' => '?',
  2084. 'security.firewall.map.context.main' => '?',
  2085. ]);
  2086. }
  2087. /**
  2088. * Gets the private 'Symfony\WebpackEncoreBundle\EventListener\ResetAssetsEventListener' shared service.
  2089. *
  2090. * @return \Symfony\WebpackEncoreBundle\EventListener\ResetAssetsEventListener
  2091. */
  2092. protected function getResetAssetsEventListenerService()
  2093. {
  2094. return $this->privates['Symfony\\WebpackEncoreBundle\\EventListener\\ResetAssetsEventListener'] = new \Symfony\WebpackEncoreBundle\EventListener\ResetAssetsEventListener(($this->privates['webpack_encore.entrypoint_lookup_collection'] ?? $this->getWebpackEncore_EntrypointLookupCollectionService()), [0 => '_default']);
  2095. }
  2096. /**
  2097. * Gets the private 'Whater\Infrastructure\CommonBundle\Monolog\MonologDomainsFilterProcessor' shared service.
  2098. *
  2099. * @return \Whater\Infrastructure\CommonBundle\Monolog\MonologDomainsFilterProcessor
  2100. */
  2101. protected function getMonologDomainsFilterProcessorService()
  2102. {
  2103. 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))));
  2104. }
  2105. /**
  2106. * Gets the private 'annotations.cache_adapter' shared service.
  2107. *
  2108. * @return \Symfony\Component\Cache\Adapter\PhpArrayAdapter
  2109. */
  2110. protected function getAnnotations_CacheAdapterService()
  2111. {
  2112. return \Symfony\Component\Cache\Adapter\PhpArrayAdapter::create(($this->targetDir.''.'/annotations.php'), ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService()));
  2113. }
  2114. /**
  2115. * Gets the private 'annotations.cached_reader' shared service.
  2116. *
  2117. * @return \Doctrine\Common\Annotations\PsrCachedReader
  2118. */
  2119. protected function getAnnotations_CachedReaderService()
  2120. {
  2121. return $this->privates['annotations.cached_reader'] = new \Doctrine\Common\Annotations\PsrCachedReader(($this->privates['annotations.reader'] ?? $this->getAnnotations_ReaderService()), $this->getAnnotations_CacheAdapterService(), true);
  2122. }
  2123. /**
  2124. * Gets the private 'annotations.reader' shared service.
  2125. *
  2126. * @return \Doctrine\Common\Annotations\AnnotationReader
  2127. */
  2128. protected function getAnnotations_ReaderService()
  2129. {
  2130. $this->privates['annotations.reader'] = $instance = new \Doctrine\Common\Annotations\AnnotationReader();
  2131. $a = new \Doctrine\Common\Annotations\AnnotationRegistry();
  2132. $a->registerUniqueLoader('class_exists');
  2133. $instance->addGlobalIgnoredName('required', $a);
  2134. return $instance;
  2135. }
  2136. /**
  2137. * Gets the private 'assets.packages' shared service.
  2138. *
  2139. * @return \Symfony\Component\Asset\Packages
  2140. */
  2141. protected function getAssets_PackagesService()
  2142. {
  2143. return $this->privates['assets.packages'] = new \Symfony\Component\Asset\Packages(new \Symfony\Component\Asset\PathPackage('', new \Symfony\Component\Asset\VersionStrategy\StaticVersionStrategy('v3.2.69', '%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 () {
  2144. return new \EmptyIterator();
  2145. }, 0));
  2146. }
  2147. /**
  2148. * Gets the private 'cache.annotations' shared service.
  2149. *
  2150. * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2151. */
  2152. protected function getCache_AnnotationsService()
  2153. {
  2154. 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())));
  2155. }
  2156. /**
  2157. * Gets the private 'cache.doctrine.orm.default.query' shared service.
  2158. *
  2159. * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2160. */
  2161. protected function getCache_Doctrine_Orm_Default_QueryService()
  2162. {
  2163. return $this->privates['cache.doctrine.orm.default.query'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  2164. }
  2165. /**
  2166. * Gets the private 'cache.doctrine.orm.default.result' shared service.
  2167. *
  2168. * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2169. */
  2170. protected function getCache_Doctrine_Orm_Default_ResultService()
  2171. {
  2172. return $this->privates['cache.doctrine.orm.default.result'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  2173. }
  2174. /**
  2175. * Gets the private 'cache.property_info' shared service.
  2176. *
  2177. * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2178. */
  2179. protected function getCache_PropertyInfoService()
  2180. {
  2181. 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())));
  2182. }
  2183. /**
  2184. * Gets the private 'cache.security_expression_language' shared service.
  2185. *
  2186. * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2187. */
  2188. protected function getCache_SecurityExpressionLanguageService()
  2189. {
  2190. 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())));
  2191. }
  2192. /**
  2193. * Gets the private 'cache.serializer' shared service.
  2194. *
  2195. * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2196. */
  2197. protected function getCache_SerializerService()
  2198. {
  2199. 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())));
  2200. }
  2201. /**
  2202. * Gets the private 'cache.validator' shared service.
  2203. *
  2204. * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2205. */
  2206. protected function getCache_ValidatorService()
  2207. {
  2208. 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())));
  2209. }
  2210. /**
  2211. * Gets the private 'cache.webpack_encore' shared service.
  2212. *
  2213. * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2214. */
  2215. protected function getCache_WebpackEncoreService()
  2216. {
  2217. 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())));
  2218. }
  2219. /**
  2220. * Gets the private 'config_cache_factory' shared service.
  2221. *
  2222. * @return \Symfony\Component\Config\ResourceCheckerConfigCacheFactory
  2223. */
  2224. protected function getConfigCacheFactoryService()
  2225. {
  2226. return $this->privates['config_cache_factory'] = new \Symfony\Component\Config\ResourceCheckerConfigCacheFactory(new RewindableGenerator(function () {
  2227. 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)));
  2228. yield 1 => ($this->privates['config.resource.self_checking_resource_checker'] ?? ($this->privates['config.resource.self_checking_resource_checker'] = new \Symfony\Component\Config\Resource\SelfCheckingResourceChecker()));
  2229. }, 2));
  2230. }
  2231. /**
  2232. * Gets the private 'data_collector.form' shared service.
  2233. *
  2234. * @return \Symfony\Component\Form\Extension\DataCollector\FormDataCollector
  2235. */
  2236. protected function getDataCollector_FormService()
  2237. {
  2238. return $this->privates['data_collector.form'] = new \Symfony\Component\Form\Extension\DataCollector\FormDataCollector(new \Symfony\Component\Form\Extension\DataCollector\FormDataExtractor());
  2239. }
  2240. /**
  2241. * Gets the private 'data_collector.request' shared service.
  2242. *
  2243. * @return \Symfony\Component\HttpKernel\DataCollector\RequestDataCollector
  2244. */
  2245. protected function getDataCollector_RequestService()
  2246. {
  2247. 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())));
  2248. }
  2249. /**
  2250. * Gets the private 'debug.debug_handlers_listener' shared service.
  2251. *
  2252. * @return \Symfony\Component\HttpKernel\EventListener\DebugHandlersListener
  2253. */
  2254. protected function getDebug_DebugHandlersListenerService()
  2255. {
  2256. $a = new \Symfony\Bridge\Monolog\Logger('php');
  2257. $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  2258. $a->pushProcessor(($this->privates['Whater\\Infrastructure\\CommonBundle\\Monolog\\MonologDomainsFilterProcessor'] ?? $this->getMonologDomainsFilterProcessorService()));
  2259. $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  2260. $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  2261. \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  2262. return $this->privates['debug.debug_handlers_listener'] = new \Symfony\Component\HttpKernel\EventListener\DebugHandlersListener(NULL, $a, NULL, -1, true, true, NULL);
  2263. }
  2264. /**
  2265. * Gets the private 'debug.file_link_formatter' shared service.
  2266. *
  2267. * @return \Symfony\Component\HttpKernel\Debug\FileLinkFormatter
  2268. */
  2269. protected function getDebug_FileLinkFormatterService()
  2270. {
  2271. 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 () {
  2272. return ($this->privates['debug.file_link_formatter.url_format'] ?? $this->load('getDebug_FileLinkFormatter_UrlFormatService'));
  2273. });
  2274. }
  2275. /**
  2276. * Gets the private 'debug.log_processor' shared service.
  2277. *
  2278. * @return \Symfony\Bridge\Monolog\Processor\DebugProcessor
  2279. */
  2280. protected function getDebug_LogProcessorService()
  2281. {
  2282. 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())));
  2283. }
  2284. /**
  2285. * Gets the private 'debug.security.access.decision_manager' shared service.
  2286. *
  2287. * @return \Symfony\Component\Security\Core\Authorization\TraceableAccessDecisionManager
  2288. */
  2289. protected function getDebug_Security_Access_DecisionManagerService()
  2290. {
  2291. 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 () {
  2292. yield 0 => ($this->privates['debug.security.voter.security.access.authenticated_voter'] ?? $this->load('getDebug_Security_Voter_Security_Access_AuthenticatedVoterService'));
  2293. yield 1 => ($this->privates['debug.security.voter.security.access.role_hierarchy_voter'] ?? $this->load('getDebug_Security_Voter_Security_Access_RoleHierarchyVoterService'));
  2294. yield 2 => ($this->privates['debug.security.voter.security.access.expression_voter'] ?? $this->load('getDebug_Security_Voter_Security_Access_ExpressionVoterService'));
  2295. }, 3), new \Symfony\Component\Security\Core\Authorization\Strategy\AffirmativeStrategy(false)));
  2296. }
  2297. /**
  2298. * Gets the private 'debug.security.firewall' shared service.
  2299. *
  2300. * @return \Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener
  2301. */
  2302. protected function getDebug_Security_FirewallService()
  2303. {
  2304. $a = ($this->privates['security.firewall.map'] ?? $this->getSecurity_Firewall_MapService());
  2305. if (isset($this->privates['debug.security.firewall'])) {
  2306. return $this->privates['debug.security.firewall'];
  2307. }
  2308. $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  2309. if (isset($this->privates['debug.security.firewall'])) {
  2310. return $this->privates['debug.security.firewall'];
  2311. }
  2312. return $this->privates['debug.security.firewall'] = new \Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener($a, $b, ($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService()));
  2313. }
  2314. /**
  2315. * Gets the private 'doctrine.dbal.default_connection.event_manager' shared service.
  2316. *
  2317. * @return \Symfony\Bridge\Doctrine\ContainerAwareEventManager
  2318. */
  2319. protected function getDoctrine_Dbal_DefaultConnection_EventManagerService()
  2320. {
  2321. return $this->privates['doctrine.dbal.default_connection.event_manager'] = new \Symfony\Bridge\Doctrine\ContainerAwareEventManager(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2322. 'doctrine.orm.default_listeners.attach_entity_listeners' => ['privates', 'doctrine.orm.default_listeners.attach_entity_listeners', 'getDoctrine_Orm_DefaultListeners_AttachEntityListenersService', true],
  2323. 'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber' => ['privates', 'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber', 'getDoctrine_Orm_Listeners_DoctrineDbalCacheAdapterSchemaSubscriberService', true],
  2324. 'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber' => ['privates', 'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber', 'getDoctrine_Orm_Listeners_DoctrineTokenProviderSchemaSubscriberService', true],
  2325. 'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber' => ['privates', 'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber', 'getDoctrine_Orm_Listeners_PdoCacheAdapterDoctrineSchemaSubscriberService', true],
  2326. 'sonata.doctrine.mapper' => ['privates', 'sonata.doctrine.mapper', 'getSonata_Doctrine_MapperService', true],
  2327. 'sonata.media.doctrine.event_subscriber' => ['privates', 'sonata.media.doctrine.event_subscriber', 'getSonata_Media_Doctrine_EventSubscriberService', true],
  2328. 'stof_doctrine_extensions.listener.sluggable' => ['privates', 'stof_doctrine_extensions.listener.sluggable', 'getStofDoctrineExtensions_Listener_SluggableService', true],
  2329. 'tactician_domain_events.doctrine.event_collector' => ['privates', 'tactician_domain_events.doctrine.event_collector', 'getTacticianDomainEvents_Doctrine_EventCollectorService', true],
  2330. 'vich_uploader.listener.clean.analytical_media' => ['privates', 'vich_uploader.listener.clean.analytical_media', 'getVichUploader_Listener_Clean_AnalyticalMediaService', true],
  2331. 'vich_uploader.listener.clean.distribution_network_valoration_image' => ['privates', 'vich_uploader.listener.clean.distribution_network_valoration_image', 'getVichUploader_Listener_Clean_DistributionNetworkValorationImageService', true],
  2332. 'vich_uploader.listener.clean.product_image' => ['privates', 'vich_uploader.listener.clean.product_image', 'getVichUploader_Listener_Clean_ProductImageService', true],
  2333. 'vich_uploader.listener.clean.whater_point_image' => ['privates', 'vich_uploader.listener.clean.whater_point_image', 'getVichUploader_Listener_Clean_WhaterPointImageService', true],
  2334. 'vich_uploader.listener.clean.whater_valoration_image' => ['privates', 'vich_uploader.listener.clean.whater_valoration_image', 'getVichUploader_Listener_Clean_WhaterValorationImageService', true],
  2335. 'vich_uploader.listener.remove.analytical_media' => ['privates', 'vich_uploader.listener.remove.analytical_media', 'getVichUploader_Listener_Remove_AnalyticalMediaService', true],
  2336. 'vich_uploader.listener.remove.distribution_network_valoration_image' => ['privates', 'vich_uploader.listener.remove.distribution_network_valoration_image', 'getVichUploader_Listener_Remove_DistributionNetworkValorationImageService', true],
  2337. 'vich_uploader.listener.remove.product_image' => ['privates', 'vich_uploader.listener.remove.product_image', 'getVichUploader_Listener_Remove_ProductImageService', true],
  2338. 'vich_uploader.listener.remove.whater_point_image' => ['privates', 'vich_uploader.listener.remove.whater_point_image', 'getVichUploader_Listener_Remove_WhaterPointImageService', true],
  2339. 'vich_uploader.listener.remove.whater_valoration_image' => ['privates', 'vich_uploader.listener.remove.whater_valoration_image', 'getVichUploader_Listener_Remove_WhaterValorationImageService', true],
  2340. 'vich_uploader.listener.upload.analytical_media' => ['privates', 'vich_uploader.listener.upload.analytical_media', 'getVichUploader_Listener_Upload_AnalyticalMediaService', true],
  2341. 'vich_uploader.listener.upload.distribution_network_valoration_image' => ['privates', 'vich_uploader.listener.upload.distribution_network_valoration_image', 'getVichUploader_Listener_Upload_DistributionNetworkValorationImageService', true],
  2342. 'vich_uploader.listener.upload.product_image' => ['privates', 'vich_uploader.listener.upload.product_image', 'getVichUploader_Listener_Upload_ProductImageService', true],
  2343. 'vich_uploader.listener.upload.whater_point_image' => ['privates', 'vich_uploader.listener.upload.whater_point_image', 'getVichUploader_Listener_Upload_WhaterPointImageService', true],
  2344. 'vich_uploader.listener.upload.whater_valoration_image' => ['privates', 'vich_uploader.listener.upload.whater_valoration_image', 'getVichUploader_Listener_Upload_WhaterValorationImageService', true],
  2345. ], [
  2346. 'doctrine.orm.default_listeners.attach_entity_listeners' => '?',
  2347. 'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber' => '?',
  2348. 'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber' => '?',
  2349. 'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber' => '?',
  2350. 'sonata.doctrine.mapper' => '?',
  2351. 'sonata.media.doctrine.event_subscriber' => '?',
  2352. 'stof_doctrine_extensions.listener.sluggable' => '?',
  2353. 'tactician_domain_events.doctrine.event_collector' => '?',
  2354. 'vich_uploader.listener.clean.analytical_media' => '?',
  2355. 'vich_uploader.listener.clean.distribution_network_valoration_image' => '?',
  2356. 'vich_uploader.listener.clean.product_image' => '?',
  2357. 'vich_uploader.listener.clean.whater_point_image' => '?',
  2358. 'vich_uploader.listener.clean.whater_valoration_image' => '?',
  2359. 'vich_uploader.listener.remove.analytical_media' => '?',
  2360. 'vich_uploader.listener.remove.distribution_network_valoration_image' => '?',
  2361. 'vich_uploader.listener.remove.product_image' => '?',
  2362. 'vich_uploader.listener.remove.whater_point_image' => '?',
  2363. 'vich_uploader.listener.remove.whater_valoration_image' => '?',
  2364. 'vich_uploader.listener.upload.analytical_media' => '?',
  2365. 'vich_uploader.listener.upload.distribution_network_valoration_image' => '?',
  2366. 'vich_uploader.listener.upload.product_image' => '?',
  2367. 'vich_uploader.listener.upload.whater_point_image' => '?',
  2368. 'vich_uploader.listener.upload.whater_valoration_image' => '?',
  2369. ]), [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']]);
  2370. }
  2371. /**
  2372. * Gets the private 'eight_points_guzzle.data_collector' shared service.
  2373. *
  2374. * @return \EightPoints\Bundle\GuzzleBundle\DataCollector\HttpDataCollector
  2375. */
  2376. protected function getEightPointsGuzzle_DataCollectorService()
  2377. {
  2378. 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 => ($this->privates['eight_points_guzzle.closca_logger'] ?? ($this->privates['eight_points_guzzle.closca_logger'] = new \EightPoints\Bundle\GuzzleBundle\Log\Logger(3)))], 1.0);
  2379. }
  2380. /**
  2381. * Gets the private 'exception_listener' shared service.
  2382. *
  2383. * @return \Symfony\Component\HttpKernel\EventListener\ErrorListener
  2384. */
  2385. protected function getExceptionListenerService()
  2386. {
  2387. return $this->privates['exception_listener'] = new \Symfony\Component\HttpKernel\EventListener\ErrorListener('error_controller', ($this->privates['monolog.logger.request'] ?? $this->getMonolog_Logger_RequestService()), true, []);
  2388. }
  2389. /**
  2390. * Gets the private 'fos_rest.format_listener' shared service.
  2391. *
  2392. * @return \FOS\RestBundle\EventListener\FormatListener
  2393. */
  2394. protected function getFosRest_FormatListenerService()
  2395. {
  2396. $a = new \FOS\RestBundle\Negotiation\FormatNegotiator(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  2397. $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']);
  2398. $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]);
  2399. $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]);
  2400. $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]);
  2401. return $this->privates['fos_rest.format_listener'] = new \FOS\RestBundle\EventListener\FormatListener($a);
  2402. }
  2403. /**
  2404. * Gets the private 'fos_rest.mime_type_listener' shared service.
  2405. *
  2406. * @return \FOS\RestBundle\EventListener\MimeTypeListener
  2407. */
  2408. protected function getFosRest_MimeTypeListenerService()
  2409. {
  2410. 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']]);
  2411. }
  2412. /**
  2413. * Gets the private 'fos_rest.param_fetcher_listener' shared service.
  2414. *
  2415. * @return \FOS\RestBundle\EventListener\ParamFetcherListener
  2416. */
  2417. protected function getFosRest_ParamFetcherListenerService()
  2418. {
  2419. $a = ($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService());
  2420. if (isset($this->privates['fos_rest.param_fetcher_listener'])) {
  2421. return $this->privates['fos_rest.param_fetcher_listener'];
  2422. }
  2423. 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);
  2424. }
  2425. /**
  2426. * Gets the private 'fos_rest.serializer.jms_handler_registry.inner' shared service.
  2427. *
  2428. * @return \JMS\Serializer\Handler\LazyHandlerRegistry
  2429. */
  2430. protected function getFosRest_Serializer_JmsHandlerRegistry_InnerService()
  2431. {
  2432. return $this->privates['fos_rest.serializer.jms_handler_registry.inner'] = new \JMS\Serializer\Handler\LazyHandlerRegistry(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2433. 'jms_serializer.array_collection_handler' => ['privates', 'jms_serializer.array_collection_handler', 'getJmsSerializer_ArrayCollectionHandlerService', true],
  2434. 'jms_serializer.constraint_violation_handler' => ['privates', 'jms_serializer.constraint_violation_handler', 'getJmsSerializer_ConstraintViolationHandlerService', true],
  2435. 'jms_serializer.datetime_handler' => ['privates', 'jms_serializer.datetime_handler', 'getJmsSerializer_DatetimeHandlerService', true],
  2436. 'jms_serializer.iterator_handler' => ['privates', 'jms_serializer.iterator_handler', 'getJmsSerializer_IteratorHandlerService', true],
  2437. 'fos_rest.serializer.form_error_handler' => ['privates', 'fos_rest.serializer.form_error_handler', 'getFosRest_Serializer_FormErrorHandlerService', true],
  2438. ], [
  2439. 'jms_serializer.array_collection_handler' => '?',
  2440. 'jms_serializer.constraint_violation_handler' => '?',
  2441. 'jms_serializer.datetime_handler' => '?',
  2442. 'jms_serializer.iterator_handler' => '?',
  2443. 'fos_rest.serializer.form_error_handler' => '?',
  2444. ]), [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']]]]);
  2445. }
  2446. /**
  2447. * Gets the private 'fos_rest.versioning.exclusion_listener' shared service.
  2448. *
  2449. * @return \FOS\RestBundle\EventListener\VersionExclusionListener
  2450. */
  2451. protected function getFosRest_Versioning_ExclusionListenerService()
  2452. {
  2453. $a = ($this->services['fos_rest.view_handler'] ?? $this->getFosRest_ViewHandlerService());
  2454. if (isset($this->privates['fos_rest.versioning.exclusion_listener'])) {
  2455. return $this->privates['fos_rest.versioning.exclusion_listener'];
  2456. }
  2457. return $this->privates['fos_rest.versioning.exclusion_listener'] = new \FOS\RestBundle\EventListener\VersionExclusionListener($a);
  2458. }
  2459. /**
  2460. * Gets the private 'fos_rest.versioning.listener' shared service.
  2461. *
  2462. * @return \FOS\RestBundle\EventListener\VersionListener
  2463. */
  2464. protected function getFosRest_Versioning_ListenerService()
  2465. {
  2466. $a = new \FOS\RestBundle\Version\ChainVersionResolver([]);
  2467. $a->addResolver(new \FOS\RestBundle\Version\Resolver\QueryParameterVersionResolver('version'));
  2468. $a->addResolver(new \FOS\RestBundle\Version\Resolver\HeaderVersionResolver('X-Accept-Version'));
  2469. $a->addResolver(new \FOS\RestBundle\Version\Resolver\MediaTypeVersionResolver('/(v|version)=(?P<version>[0-9\\.]+)/'));
  2470. return $this->privates['fos_rest.versioning.listener'] = new \FOS\RestBundle\EventListener\VersionListener($a, NULL);
  2471. }
  2472. /**
  2473. * Gets the private 'fragment.listener' shared service.
  2474. *
  2475. * @return \Symfony\Component\HttpKernel\EventListener\FragmentListener
  2476. */
  2477. protected function getFragment_ListenerService()
  2478. {
  2479. 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');
  2480. }
  2481. /**
  2482. * Gets the private 'framework_extra_bundle.argument_name_convertor' shared service.
  2483. *
  2484. * @return \Sensio\Bundle\FrameworkExtraBundle\Request\ArgumentNameConverter
  2485. */
  2486. protected function getFrameworkExtraBundle_ArgumentNameConvertorService()
  2487. {
  2488. 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())));
  2489. }
  2490. /**
  2491. * Gets the private 'framework_extra_bundle.event.is_granted' shared service.
  2492. *
  2493. * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\IsGrantedListener
  2494. */
  2495. protected function getFrameworkExtraBundle_Event_IsGrantedService()
  2496. {
  2497. $a = ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService());
  2498. if (isset($this->privates['framework_extra_bundle.event.is_granted'])) {
  2499. return $this->privates['framework_extra_bundle.event.is_granted'];
  2500. }
  2501. 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);
  2502. }
  2503. /**
  2504. * Gets the private 'hateoas.configuration.metadata_factory' shared service.
  2505. *
  2506. * @return \Metadata\MetadataFactory
  2507. */
  2508. protected function getHateoas_Configuration_MetadataFactoryService()
  2509. {
  2510. $this->privates['hateoas.configuration.metadata_factory'] = $instance = new \Metadata\MetadataFactory(new \Metadata\Driver\LazyLoadingDriver($this, 'hateoas.configuration.metadata_driver'), 'Metadata\\ClassHierarchyMetadata', true);
  2511. $instance->setCache(new \Metadata\Cache\FileCache(($this->targetDir.''.'/hateoas')));
  2512. return $instance;
  2513. }
  2514. /**
  2515. * Gets the private 'hateoas.link_factory' shared service.
  2516. *
  2517. * @return \Hateoas\Factory\LinkFactory
  2518. */
  2519. protected function getHateoas_LinkFactoryService()
  2520. {
  2521. 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()));
  2522. }
  2523. /**
  2524. * Gets the private 'jms_serializer.expression_evaluator' shared service.
  2525. *
  2526. * @return \JMS\Serializer\Expression\ExpressionEvaluator
  2527. */
  2528. protected function getJmsSerializer_ExpressionEvaluatorService()
  2529. {
  2530. $a = new \Symfony\Component\ExpressionLanguage\ExpressionLanguage();
  2531. $a->registerProvider(new \JMS\SerializerBundle\ExpressionLanguage\BasicSerializerFunctionsProvider());
  2532. $a->registerProvider(new \Bazinga\Bundle\HateoasBundle\Expression\LinkExpressionFunction());
  2533. return $this->privates['jms_serializer.expression_evaluator'] = new \JMS\Serializer\Expression\ExpressionEvaluator($a, ['container' => $this]);
  2534. }
  2535. /**
  2536. * Gets the private 'jms_serializer.metadata_factory' shared service.
  2537. *
  2538. * @return \Metadata\MetadataFactory
  2539. */
  2540. protected function getJmsSerializer_MetadataFactoryService()
  2541. {
  2542. $this->privates['jms_serializer.metadata_factory'] = $instance = new \Metadata\MetadataFactory(new \Metadata\Driver\LazyLoadingDriver(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2543. 'metadata_driver' => ['services', 'jms_serializer.metadata_driver', 'getJmsSerializer_MetadataDriverService', true],
  2544. ], [
  2545. 'metadata_driver' => '?',
  2546. ]), 'metadata_driver'), 'Metadata\\ClassHierarchyMetadata', true);
  2547. $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')))));
  2548. $instance->setIncludeInterfaces(false);
  2549. return $instance;
  2550. }
  2551. /**
  2552. * Gets the private 'liip_imagine.filter.configuration' shared service.
  2553. *
  2554. * @return \Liip\ImagineBundle\Imagine\Filter\FilterConfiguration
  2555. */
  2556. protected function getLiipImagine_Filter_ConfigurationService()
  2557. {
  2558. return $this->privates['liip_imagine.filter.configuration'] = new \Liip\ImagineBundle\Imagine\Filter\FilterConfiguration($this->parameters['liip_imagine.filter_sets']);
  2559. }
  2560. /**
  2561. * Gets the private 'locale_aware_listener' shared service.
  2562. *
  2563. * @return \Symfony\Component\HttpKernel\EventListener\LocaleAwareListener
  2564. */
  2565. protected function getLocaleAwareListenerService()
  2566. {
  2567. return $this->privates['locale_aware_listener'] = new \Symfony\Component\HttpKernel\EventListener\LocaleAwareListener(new RewindableGenerator(function () {
  2568. yield 0 => ($this->privates['slugger'] ?? ($this->privates['slugger'] = new \Symfony\Component\String\Slugger\AsciiSlugger('es')));
  2569. yield 1 => ($this->privates['translator.default'] ?? $this->getTranslator_DefaultService());
  2570. }, 2), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  2571. }
  2572. /**
  2573. * Gets the private 'locale_listener' shared service.
  2574. *
  2575. * @return \Symfony\Component\HttpKernel\EventListener\LocaleListener
  2576. */
  2577. protected function getLocaleListenerService()
  2578. {
  2579. 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, []);
  2580. }
  2581. /**
  2582. * Gets the private 'monolog.handler.console' shared service.
  2583. *
  2584. * @return \Symfony\Bridge\Monolog\Handler\ConsoleHandler
  2585. */
  2586. protected function getMonolog_Handler_ConsoleService()
  2587. {
  2588. return $this->privates['monolog.handler.console'] = new \Symfony\Bridge\Monolog\Handler\ConsoleHandler(NULL, true, [], []);
  2589. }
  2590. /**
  2591. * Gets the private 'monolog.handler.main' shared service.
  2592. *
  2593. * @return \Monolog\Handler\RotatingFileHandler
  2594. */
  2595. protected function getMonolog_Handler_MainService()
  2596. {
  2597. $this->privates['monolog.handler.main'] = $instance = new \Monolog\Handler\RotatingFileHandler((\dirname(__DIR__, 3).'/log/dev.log'), 5, 'debug', true, NULL, false);
  2598. $instance->pushProcessor(($this->privates['monolog.processor.psr_log_message'] ?? ($this->privates['monolog.processor.psr_log_message'] = new \Monolog\Processor\PsrLogMessageProcessor())));
  2599. $instance->setFilenameFormat('{filename}-{date}', 'Y-m-d');
  2600. return $instance;
  2601. }
  2602. /**
  2603. * Gets the private 'monolog.logger.cache' shared service.
  2604. *
  2605. * @return \Symfony\Bridge\Monolog\Logger
  2606. */
  2607. protected function getMonolog_Logger_CacheService()
  2608. {
  2609. $this->privates['monolog.logger.cache'] = $instance = new \Symfony\Bridge\Monolog\Logger('cache');
  2610. $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  2611. $instance->pushProcessor(($this->privates['Whater\\Infrastructure\\CommonBundle\\Monolog\\MonologDomainsFilterProcessor'] ?? $this->getMonologDomainsFilterProcessorService()));
  2612. $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  2613. $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  2614. \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  2615. return $instance;
  2616. }
  2617. /**
  2618. * Gets the private 'monolog.logger.request' shared service.
  2619. *
  2620. * @return \Symfony\Bridge\Monolog\Logger
  2621. */
  2622. protected function getMonolog_Logger_RequestService()
  2623. {
  2624. $this->privates['monolog.logger.request'] = $instance = new \Symfony\Bridge\Monolog\Logger('request');
  2625. $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  2626. $instance->pushProcessor(($this->privates['Whater\\Infrastructure\\CommonBundle\\Monolog\\MonologDomainsFilterProcessor'] ?? $this->getMonologDomainsFilterProcessorService()));
  2627. $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  2628. $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  2629. \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  2630. return $instance;
  2631. }
  2632. /**
  2633. * Gets the private 'nelmio_cors.cors_listener' shared service.
  2634. *
  2635. * @return \Nelmio\CorsBundle\EventListener\CorsListener
  2636. */
  2637. protected function getNelmioCors_CorsListenerService()
  2638. {
  2639. 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'])]));
  2640. }
  2641. /**
  2642. * Gets the private 'nelmio_security.csp_listener' shared service.
  2643. *
  2644. * @return \Nelmio\SecurityBundle\EventListener\ContentSecurityPolicyListener
  2645. */
  2646. protected function getNelmioSecurity_CspListenerService()
  2647. {
  2648. $a = new \Nelmio\SecurityBundle\ContentSecurityPolicy\PolicyManager();
  2649. 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, [], []);
  2650. }
  2651. /**
  2652. * Gets the private 'parameter_bag' shared service.
  2653. *
  2654. * @return \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag
  2655. */
  2656. protected function getParameterBagService()
  2657. {
  2658. return $this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this);
  2659. }
  2660. /**
  2661. * Gets the private 'profiler_listener' shared service.
  2662. *
  2663. * @return \Symfony\Component\HttpKernel\EventListener\ProfilerListener
  2664. */
  2665. protected function getProfilerListenerService()
  2666. {
  2667. $a = ($this->services['.container.private.profiler'] ?? $this->get_Container_Private_ProfilerService());
  2668. if (isset($this->privates['profiler_listener'])) {
  2669. return $this->privates['profiler_listener'];
  2670. }
  2671. 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);
  2672. }
  2673. /**
  2674. * Gets the private 'property_accessor' shared service.
  2675. *
  2676. * @return \Symfony\Component\PropertyAccess\PropertyAccessor
  2677. */
  2678. protected function getPropertyAccessorService()
  2679. {
  2680. $a = ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  2681. return $this->privates['property_accessor'] = new \Symfony\Component\PropertyAccess\PropertyAccessor(3, 2, new \Symfony\Component\Cache\Adapter\ArrayAdapter(0, false), $a, $a);
  2682. }
  2683. /**
  2684. * Gets the private 'property_info' shared service.
  2685. *
  2686. * @return \Symfony\Component\PropertyInfo\PropertyInfoExtractor
  2687. */
  2688. protected function getPropertyInfoService()
  2689. {
  2690. return $this->privates['property_info'] = new \Symfony\Component\PropertyInfo\PropertyInfoExtractor(new RewindableGenerator(function () {
  2691. yield 0 => ($this->privates['property_info.serializer_extractor'] ?? $this->load('getPropertyInfo_SerializerExtractorService'));
  2692. yield 1 => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  2693. yield 2 => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->load('getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService'));
  2694. }, 3), new RewindableGenerator(function () {
  2695. yield 0 => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->load('getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService'));
  2696. yield 1 => ($this->privates['property_info.phpstan_extractor'] ?? ($this->privates['property_info.phpstan_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\PhpStanExtractor()));
  2697. yield 2 => ($this->privates['property_info.php_doc_extractor'] ?? ($this->privates['property_info.php_doc_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\PhpDocExtractor()));
  2698. yield 3 => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  2699. }, 4), new RewindableGenerator(function () {
  2700. yield 0 => ($this->privates['property_info.php_doc_extractor'] ?? ($this->privates['property_info.php_doc_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\PhpDocExtractor()));
  2701. }, 1), new RewindableGenerator(function () {
  2702. yield 0 => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->load('getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService'));
  2703. yield 1 => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  2704. }, 2), new RewindableGenerator(function () {
  2705. yield 0 => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  2706. }, 1));
  2707. }
  2708. /**
  2709. * Gets the private 'router.expression_language_provider' shared service.
  2710. *
  2711. * @return \Symfony\Component\Routing\Matcher\ExpressionLanguageProvider
  2712. */
  2713. protected function getRouter_ExpressionLanguageProviderService()
  2714. {
  2715. return $this->privates['router.expression_language_provider'] = new \Symfony\Component\Routing\Matcher\ExpressionLanguageProvider(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2716. 'env' => ['privates', 'container.getenv', 'getContainer_GetenvService', true],
  2717. ], [
  2718. 'env' => 'Closure',
  2719. ]));
  2720. }
  2721. /**
  2722. * Gets the private 'router.request_context' shared service.
  2723. *
  2724. * @return \Symfony\Component\Routing\RequestContext
  2725. */
  2726. protected function getRouter_RequestContextService()
  2727. {
  2728. $this->privates['router.request_context'] = $instance = \Symfony\Component\Routing\RequestContext::fromUri('', 'whater-dev.uegmobile.com', 'https', 443, 443);
  2729. $instance->setParameter('_functions', ($this->privates['router.expression_language_provider'] ?? $this->getRouter_ExpressionLanguageProviderService()));
  2730. return $instance;
  2731. }
  2732. /**
  2733. * Gets the private 'router_listener' shared service.
  2734. *
  2735. * @return \Symfony\Component\HttpKernel\EventListener\RouterListener
  2736. */
  2737. protected function getRouterListenerService()
  2738. {
  2739. 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);
  2740. }
  2741. /**
  2742. * Gets the private 'security.firewall.map' shared service.
  2743. *
  2744. * @return \Symfony\Bundle\SecurityBundle\Security\FirewallMap
  2745. */
  2746. protected function getSecurity_Firewall_MapService()
  2747. {
  2748. $a = ($this->privates['.service_locator.B_7ykwg'] ?? $this->get_ServiceLocator_B7ykwgService());
  2749. if (isset($this->privates['security.firewall.map'])) {
  2750. return $this->privates['security.firewall.map'];
  2751. }
  2752. return $this->privates['security.firewall.map'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallMap($a, new RewindableGenerator(function () {
  2753. 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)/')));
  2754. 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')));
  2755. yield 'security.firewall.map.context.main' => ($this->privates['.security.request_matcher.OKzIMc6'] ?? ($this->privates['.security.request_matcher.OKzIMc6'] = new \Symfony\Component\HttpFoundation\RequestMatcher('.*')));
  2756. }, 3));
  2757. }
  2758. /**
  2759. * Gets the private 'security.logout_url_generator' shared service.
  2760. *
  2761. * @return \Symfony\Component\Security\Http\Logout\LogoutUrlGenerator
  2762. */
  2763. protected function getSecurity_LogoutUrlGeneratorService()
  2764. {
  2765. $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()));
  2766. $instance->registerListener('main', 'web_logout', 'logout', '_csrf_token', NULL, NULL);
  2767. return $instance;
  2768. }
  2769. /**
  2770. * Gets the private 'security.role_hierarchy' shared service.
  2771. *
  2772. * @return \Symfony\Component\Security\Core\Role\RoleHierarchy
  2773. */
  2774. protected function getSecurity_RoleHierarchyService()
  2775. {
  2776. return $this->privates['security.role_hierarchy'] = new \Symfony\Component\Security\Core\Role\RoleHierarchy($this->parameters['security.role_hierarchy.roles']);
  2777. }
  2778. /**
  2779. * Gets the private 'sensio_framework_extra.controller.listener' shared service.
  2780. *
  2781. * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener
  2782. */
  2783. protected function getSensioFrameworkExtra_Controller_ListenerService()
  2784. {
  2785. return $this->privates['sensio_framework_extra.controller.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  2786. }
  2787. /**
  2788. * Gets the private 'sensio_framework_extra.converter.listener' shared service.
  2789. *
  2790. * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener
  2791. */
  2792. protected function getSensioFrameworkExtra_Converter_ListenerService()
  2793. {
  2794. $a = new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\ParamConverterManager();
  2795. $a->add(new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\DoctrineParamConverter(($this->services['doctrine'] ?? $this->getDoctrineService()), new \Symfony\Component\ExpressionLanguage\ExpressionLanguage()), 0, 'doctrine.orm');
  2796. $a->add(new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\DateTimeParamConverter(), 0, 'datetime');
  2797. return $this->privates['sensio_framework_extra.converter.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener($a, true);
  2798. }
  2799. /**
  2800. * Gets the private 'sensio_framework_extra.security.listener' shared service.
  2801. *
  2802. * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\SecurityListener
  2803. */
  2804. protected function getSensioFrameworkExtra_Security_ListenerService()
  2805. {
  2806. $a = ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService());
  2807. if (isset($this->privates['sensio_framework_extra.security.listener'])) {
  2808. return $this->privates['sensio_framework_extra.security.listener'];
  2809. }
  2810. 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()));
  2811. }
  2812. /**
  2813. * Gets the private 'sensio_framework_extra.view.listener' shared service.
  2814. *
  2815. * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\TemplateListener
  2816. */
  2817. protected function getSensioFrameworkExtra_View_ListenerService()
  2818. {
  2819. $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))));
  2820. $instance->setContainer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2821. 'twig' => ['services', '.container.private.twig', 'get_Container_Private_TwigService', false],
  2822. ], [
  2823. 'twig' => '?',
  2824. ]))->withContext('sensio_framework_extra.view.listener', $this));
  2825. return $instance;
  2826. }
  2827. /**
  2828. * Gets the private 'session_listener' shared service.
  2829. *
  2830. * @return \Symfony\Component\HttpKernel\EventListener\SessionListener
  2831. */
  2832. protected function getSessionListenerService()
  2833. {
  2834. return $this->privates['session_listener'] = new \Symfony\Component\HttpKernel\EventListener\SessionListener(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2835. 'initialized_session' => ['services', '.container.private.session', NULL, true],
  2836. 'logger' => ['services', 'whater.logger', 'getWhater_LoggerService', false],
  2837. 'request_stack' => ['services', 'request_stack', 'getRequestStackService', false],
  2838. 'session' => ['services', '.container.private.session', 'get_Container_Private_SessionService', true],
  2839. 'session_collector' => ['privates', 'data_collector.request.session_collector', 'getDataCollector_Request_SessionCollectorService', true],
  2840. 'session_factory' => ['privates', 'session.factory', 'getSession_FactoryService', true],
  2841. ], [
  2842. 'initialized_session' => '?',
  2843. 'logger' => '?',
  2844. 'request_stack' => '?',
  2845. 'session' => '?',
  2846. 'session_collector' => '?',
  2847. 'session_factory' => '?',
  2848. ]), true, $this->parameters['session.storage.options']);
  2849. }
  2850. /**
  2851. * Gets the private 'shivas_versioning.manager' shared service.
  2852. *
  2853. * @return \Shivas\VersioningBundle\Service\VersionManager
  2854. */
  2855. protected function getShivasVersioning_ManagerService()
  2856. {
  2857. $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());
  2858. $instance->addProvider(new \Shivas\VersioningBundle\Provider\VersionProvider(\dirname(__DIR__, 4)), 'version', 100);
  2859. $instance->addProvider(new \Shivas\VersioningBundle\Provider\GitRepositoryProvider(\dirname(__DIR__, 4)), 'git', -25);
  2860. $instance->addProvider(new \Shivas\VersioningBundle\Provider\RevisionProvider(\dirname(__DIR__, 4)), 'revision', -50);
  2861. $instance->addProvider(new \Shivas\VersioningBundle\Provider\InitialVersionProvider(), 'init', -75);
  2862. return $instance;
  2863. }
  2864. /**
  2865. * Gets the private 'snc_redis.logger' shared service.
  2866. *
  2867. * @return \Snc\RedisBundle\Logger\RedisLogger
  2868. */
  2869. protected function getSncRedis_LoggerService()
  2870. {
  2871. $a = new \Symfony\Bridge\Monolog\Logger('snc_redis');
  2872. $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  2873. $a->pushProcessor(($this->privates['Whater\\Infrastructure\\CommonBundle\\Monolog\\MonologDomainsFilterProcessor'] ?? $this->getMonologDomainsFilterProcessorService()));
  2874. $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  2875. $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  2876. \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  2877. return $this->privates['snc_redis.logger'] = new \Snc\RedisBundle\Logger\RedisLogger($a);
  2878. }
  2879. /**
  2880. * Gets the private 'sonata.media.filesystem.local' shared service.
  2881. *
  2882. * @return \Gaufrette\Filesystem
  2883. */
  2884. protected function getSonata_Media_Filesystem_LocalService()
  2885. {
  2886. 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))));
  2887. }
  2888. /**
  2889. * Gets the private 'sonata.media.metadata.proxy' shared service.
  2890. *
  2891. * @return \Sonata\MediaBundle\Metadata\ProxyMetadataBuilder
  2892. */
  2893. protected function getSonata_Media_Metadata_ProxyService()
  2894. {
  2895. $a = ($this->services['sonata.media.pool'] ?? $this->getSonata_Media_PoolService());
  2896. if (isset($this->privates['sonata.media.metadata.proxy'])) {
  2897. return $this->privates['sonata.media.metadata.proxy'];
  2898. }
  2899. return $this->privates['sonata.media.metadata.proxy'] = new \Sonata\MediaBundle\Metadata\ProxyMetadataBuilder($a, new \Sonata\MediaBundle\Metadata\NoopMetadataBuilder(), new \Sonata\MediaBundle\Metadata\AmazonMetadataBuilder([]));
  2900. }
  2901. /**
  2902. * Gets the private 'sonata.media.provider.image' shared service.
  2903. *
  2904. * @return \Sonata\MediaBundle\Provider\ImageProvider
  2905. */
  2906. protected function getSonata_Media_Provider_ImageService()
  2907. {
  2908. $a = ($this->privates['sonata.media.thumbnail.format'] ?? $this->getSonata_Media_Thumbnail_FormatService());
  2909. if (isset($this->privates['sonata.media.provider.image'])) {
  2910. return $this->privates['sonata.media.provider.image'];
  2911. }
  2912. $b = ($this->privates['sonata.media.metadata.proxy'] ?? $this->getSonata_Media_Metadata_ProxyService());
  2913. if (isset($this->privates['sonata.media.provider.image'])) {
  2914. return $this->privates['sonata.media.provider.image'];
  2915. }
  2916. $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);
  2917. $instance->setTemplates(['helper_thumbnail' => '@SonataMedia/Provider/thumbnail.html.twig', 'helper_view' => '@SonataMedia/Provider/view_image.html.twig']);
  2918. $instance->addFormat('default_small', ['width' => 100, 'quality' => 70, 'height' => NULL, 'format' => 'jpg', 'constraint' => true, 'resizer' => NULL, 'resizer_options' => []]);
  2919. $instance->addFormat('default_big', ['width' => 500, 'quality' => 70, 'height' => NULL, 'format' => 'jpg', 'constraint' => true, 'resizer' => NULL, 'resizer_options' => []]);
  2920. $instance->setResizer(($this->privates['sonata.media.resizer.simple'] ?? $this->getSonata_Media_Resizer_SimpleService()));
  2921. $instance->addFormat('admin', $this->parameters['sonata.media.admin_format']);
  2922. return $instance;
  2923. }
  2924. /**
  2925. * Gets the private 'sonata.media.resizer.simple' shared service.
  2926. *
  2927. * @return \Sonata\MediaBundle\Resizer\SimpleResizer
  2928. */
  2929. protected function getSonata_Media_Resizer_SimpleService()
  2930. {
  2931. $a = ($this->privates['sonata.media.metadata.proxy'] ?? $this->getSonata_Media_Metadata_ProxyService());
  2932. if (isset($this->privates['sonata.media.resizer.simple'])) {
  2933. return $this->privates['sonata.media.resizer.simple'];
  2934. }
  2935. 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);
  2936. }
  2937. /**
  2938. * Gets the private 'sonata.media.thumbnail.format' shared service.
  2939. *
  2940. * @return \Sonata\MediaBundle\Thumbnail\FormatThumbnail
  2941. */
  2942. protected function getSonata_Media_Thumbnail_FormatService()
  2943. {
  2944. $this->privates['sonata.media.thumbnail.format'] = $instance = new \Sonata\MediaBundle\Thumbnail\FormatThumbnail('jpg');
  2945. $a = ($this->privates['sonata.media.adapter.image.gd'] ?? ($this->privates['sonata.media.adapter.image.gd'] = new \Imagine\Gd\Imagine()));
  2946. $b = ($this->privates['sonata.media.metadata.proxy'] ?? $this->getSonata_Media_Metadata_ProxyService());
  2947. $instance->addResizer('sonata.media.resizer.crop', new \Sonata\MediaBundle\Resizer\CropResizer($a, $b));
  2948. $instance->addResizer('sonata.media.resizer.simple', ($this->privates['sonata.media.resizer.simple'] ?? $this->getSonata_Media_Resizer_SimpleService()));
  2949. $instance->addResizer('sonata.media.resizer.square', new \Sonata\MediaBundle\Resizer\SquareResizer($a, 1, $b));
  2950. return $instance;
  2951. }
  2952. /**
  2953. * Gets the private 'translator.default' shared service.
  2954. *
  2955. * @return \Symfony\Bundle\FrameworkBundle\Translation\Translator
  2956. */
  2957. protected function getTranslator_DefaultService()
  2958. {
  2959. $this->privates['translator.default'] = $instance = new \Symfony\Bundle\FrameworkBundle\Translation\Translator(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2960. 'translation.loader.csv' => ['privates', 'translation.loader.csv', 'getTranslation_Loader_CsvService', true],
  2961. 'translation.loader.dat' => ['privates', 'translation.loader.dat', 'getTranslation_Loader_DatService', true],
  2962. 'translation.loader.ini' => ['privates', 'translation.loader.ini', 'getTranslation_Loader_IniService', true],
  2963. 'translation.loader.json' => ['privates', 'translation.loader.json', 'getTranslation_Loader_JsonService', true],
  2964. 'translation.loader.mo' => ['privates', 'translation.loader.mo', 'getTranslation_Loader_MoService', true],
  2965. 'translation.loader.php' => ['privates', 'translation.loader.php', 'getTranslation_Loader_PhpService', true],
  2966. 'translation.loader.po' => ['privates', 'translation.loader.po', 'getTranslation_Loader_PoService', true],
  2967. 'translation.loader.qt' => ['privates', 'translation.loader.qt', 'getTranslation_Loader_QtService', true],
  2968. 'translation.loader.res' => ['privates', 'translation.loader.res', 'getTranslation_Loader_ResService', true],
  2969. 'translation.loader.xliff' => ['privates', 'translation.loader.xliff', 'getTranslation_Loader_XliffService', true],
  2970. 'translation.loader.yml' => ['privates', 'translation.loader.yml', 'getTranslation_Loader_YmlService', true],
  2971. ], [
  2972. 'translation.loader.csv' => '?',
  2973. 'translation.loader.dat' => '?',
  2974. 'translation.loader.ini' => '?',
  2975. 'translation.loader.json' => '?',
  2976. 'translation.loader.mo' => '?',
  2977. 'translation.loader.php' => '?',
  2978. 'translation.loader.po' => '?',
  2979. 'translation.loader.qt' => '?',
  2980. 'translation.loader.res' => '?',
  2981. 'translation.loader.xliff' => '?',
  2982. 'translation.loader.yml' => '?',
  2983. ]), 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']]], []);
  2984. $instance->setConfigCacheFactory(($this->privates['config_cache_factory'] ?? $this->getConfigCacheFactoryService()));
  2985. $instance->setFallbackLocales([0 => 'es']);
  2986. return $instance;
  2987. }
  2988. /**
  2989. * Gets the private 'validator.builder' shared service.
  2990. *
  2991. * @return \Symfony\Component\Validator\ValidatorBuilder
  2992. */
  2993. protected function getValidator_BuilderService()
  2994. {
  2995. $this->privates['validator.builder'] = $instance = \Symfony\Component\Validator\Validation::createValidatorBuilder();
  2996. $a = ($this->privates['property_info'] ?? $this->getPropertyInfoService());
  2997. $instance->setConstraintValidatorFactory(new \Symfony\Component\Validator\ContainerConstraintValidatorFactory(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2998. 'Bazinga\\GeocoderBundle\\Validator\\Constraint\\AddressValidator' => ['privates', 'Bazinga\\GeocoderBundle\\Validator\\Constraint\\AddressValidator', 'getAddressValidatorService', true],
  2999. 'EWZ\\Bundle\\RecaptchaBundle\\Validator\\Constraints\\IsTrueValidator' => ['services', 'ewz_recaptcha.validator.true', 'getEwzRecaptcha_Validator_TrueService', true],
  3000. 'EWZ\\Bundle\\RecaptchaBundle\\Validator\\Constraints\\IsTrueValidatorV3' => ['services', 'ewz_recaptcha.validator.v3.true', 'getEwzRecaptcha_Validator_V3_TrueService', true],
  3001. 'Sonata\\MediaBundle\\Validator\\Constraints\\ImageUploadDimensionValidator' => ['privates', 'Sonata\\MediaBundle\\Validator\\Constraints\\ImageUploadDimensionValidator', 'getImageUploadDimensionValidatorService', true],
  3002. 'Sonata\\MediaBundle\\Validator\\FormatValidator' => ['privates', 'sonata.media.validator.format', 'getSonata_Media_Validator_FormatService', true],
  3003. 'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator' => ['privates', 'doctrine.orm.validator.unique', 'getDoctrine_Orm_Validator_UniqueService', true],
  3004. 'Symfony\\Component\\Security\\Core\\Validator\\Constraints\\UserPasswordValidator' => ['privates', 'security.validator.user_password', 'getSecurity_Validator_UserPasswordService', true],
  3005. 'Symfony\\Component\\Validator\\Constraints\\EmailValidator' => ['privates', 'validator.email', 'getValidator_EmailService', true],
  3006. 'Symfony\\Component\\Validator\\Constraints\\ExpressionValidator' => ['privates', 'validator.expression', 'getValidator_ExpressionService', true],
  3007. 'Symfony\\Component\\Validator\\Constraints\\NotCompromisedPasswordValidator' => ['privates', 'validator.not_compromised_password', 'getValidator_NotCompromisedPasswordService', true],
  3008. 'doctrine.orm.validator.unique' => ['privates', 'doctrine.orm.validator.unique', 'getDoctrine_Orm_Validator_UniqueService', true],
  3009. 'ewz_recaptcha.true' => ['services', 'ewz_recaptcha.validator.true', 'getEwzRecaptcha_Validator_TrueService', true],
  3010. 'ewz_recaptcha.v3.true' => ['services', 'ewz_recaptcha.validator.v3.true', 'getEwzRecaptcha_Validator_V3_TrueService', true],
  3011. 'security.validator.user_password' => ['privates', 'security.validator.user_password', 'getSecurity_Validator_UserPasswordService', true],
  3012. 'sonata.media.validator.format' => ['privates', 'sonata.media.validator.format', 'getSonata_Media_Validator_FormatService', true],
  3013. 'validator.expression' => ['privates', 'validator.expression', 'getValidator_ExpressionService', true],
  3014. ], [
  3015. 'Bazinga\\GeocoderBundle\\Validator\\Constraint\\AddressValidator' => '?',
  3016. 'EWZ\\Bundle\\RecaptchaBundle\\Validator\\Constraints\\IsTrueValidator' => '?',
  3017. 'EWZ\\Bundle\\RecaptchaBundle\\Validator\\Constraints\\IsTrueValidatorV3' => '?',
  3018. 'Sonata\\MediaBundle\\Validator\\Constraints\\ImageUploadDimensionValidator' => '?',
  3019. 'Sonata\\MediaBundle\\Validator\\FormatValidator' => '?',
  3020. 'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator' => '?',
  3021. 'Symfony\\Component\\Security\\Core\\Validator\\Constraints\\UserPasswordValidator' => '?',
  3022. 'Symfony\\Component\\Validator\\Constraints\\EmailValidator' => '?',
  3023. 'Symfony\\Component\\Validator\\Constraints\\ExpressionValidator' => '?',
  3024. 'Symfony\\Component\\Validator\\Constraints\\NotCompromisedPasswordValidator' => '?',
  3025. 'doctrine.orm.validator.unique' => '?',
  3026. 'ewz_recaptcha.true' => '?',
  3027. 'ewz_recaptcha.v3.true' => '?',
  3028. 'security.validator.user_password' => '?',
  3029. 'sonata.media.validator.format' => '?',
  3030. 'validator.expression' => '?',
  3031. ])));
  3032. if ($this->has('translator')) {
  3033. $instance->setTranslator(($this->services['translator'] ?? $this->getTranslatorService()));
  3034. }
  3035. $instance->setTranslationDomain('validators');
  3036. $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')]);
  3037. $instance->enableAnnotationMapping(true);
  3038. $instance->setDoctrineAnnotationReader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  3039. $instance->addMethodMapping('loadValidatorMetadata');
  3040. $instance->addObjectInitializers([0 => new \Symfony\Bridge\Doctrine\Validator\DoctrineInitializer(($this->services['doctrine'] ?? $this->getDoctrineService()))]);
  3041. $instance->addLoader(new \Symfony\Component\Validator\Mapping\Loader\PropertyInfoLoader($a, $a, $a, NULL));
  3042. $instance->addLoader(new \Symfony\Bridge\Doctrine\Validator\DoctrineLoader(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), NULL));
  3043. return $instance;
  3044. }
  3045. /**
  3046. * Gets the private 'vich_uploader.metadata_reader' shared service.
  3047. *
  3048. * @return \Vich\UploaderBundle\Metadata\MetadataReader
  3049. */
  3050. protected function getVichUploader_MetadataReaderService()
  3051. {
  3052. $a = new \Metadata\Driver\FileLocator(['Whater\\Domain\\Media\\Model' => (\dirname(__DIR__, 4).'/src/Infrastructure/MediaBundle/Resources/config/vich_uploader')]);
  3053. $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);
  3054. $b->setCache(new \Metadata\Cache\FileCache(($this->targetDir.''.'/vich_uploader')));
  3055. return $this->privates['vich_uploader.metadata_reader'] = new \Vich\UploaderBundle\Metadata\MetadataReader($b);
  3056. }
  3057. /**
  3058. * Gets the private 'web_profiler.csp.handler' shared service.
  3059. *
  3060. * @return \Symfony\Bundle\WebProfilerBundle\Csp\ContentSecurityPolicyHandler
  3061. */
  3062. protected function getWebProfiler_Csp_HandlerService()
  3063. {
  3064. return $this->privates['web_profiler.csp.handler'] = new \Symfony\Bundle\WebProfilerBundle\Csp\ContentSecurityPolicyHandler(new \Symfony\Bundle\WebProfilerBundle\Csp\NonceGenerator());
  3065. }
  3066. /**
  3067. * Gets the private 'web_profiler.debug_toolbar' shared service.
  3068. *
  3069. * @return \Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener
  3070. */
  3071. protected function getWebProfiler_DebugToolbarService()
  3072. {
  3073. $a = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  3074. if (isset($this->privates['web_profiler.debug_toolbar'])) {
  3075. return $this->privates['web_profiler.debug_toolbar'];
  3076. }
  3077. 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);
  3078. }
  3079. /**
  3080. * Gets the private 'webpack_encore.entrypoint_lookup_collection' shared service.
  3081. *
  3082. * @return \Symfony\WebpackEncoreBundle\Asset\EntrypointLookupCollection
  3083. */
  3084. protected function getWebpackEncore_EntrypointLookupCollectionService()
  3085. {
  3086. return $this->privates['webpack_encore.entrypoint_lookup_collection'] = new \Symfony\WebpackEncoreBundle\Asset\EntrypointLookupCollection(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3087. '_default' => ['privates', 'webpack_encore.entrypoint_lookup[_default]', 'getWebpackEncore_EntrypointLookupDefaultService', true],
  3088. ], [
  3089. '_default' => '?',
  3090. ]), '_default');
  3091. }
  3092. /**
  3093. * Gets the public 'cache_clearer' alias.
  3094. *
  3095. * @return object The ".container.private.cache_clearer" service.
  3096. */
  3097. protected function getCacheClearerService()
  3098. {
  3099. trigger_deprecation('symfony/framework-bundle', '5.2', 'Accessing the "cache_clearer" service directly from the container is deprecated, use dependency injection instead.');
  3100. return $this->get('.container.private.cache_clearer');
  3101. }
  3102. /**
  3103. * Gets the public 'filesystem' alias.
  3104. *
  3105. * @return object The ".container.private.filesystem" service.
  3106. */
  3107. protected function getFilesystemService()
  3108. {
  3109. trigger_deprecation('symfony/framework-bundle', '5.2', 'Accessing the "filesystem" service directly from the container is deprecated, use dependency injection instead.');
  3110. return $this->get('.container.private.filesystem');
  3111. }
  3112. /**
  3113. * Gets the public 'serializer' alias.
  3114. *
  3115. * @return object The ".container.private.serializer" service.
  3116. */
  3117. protected function getSerializerService()
  3118. {
  3119. trigger_deprecation('symfony/framework-bundle', '5.2', 'Accessing the "serializer" service directly from the container is deprecated, use dependency injection instead.');
  3120. return $this->get('.container.private.serializer');
  3121. }
  3122. /**
  3123. * Gets the public 'security.csrf.token_manager' alias.
  3124. *
  3125. * @return object The ".container.private.security.csrf.token_manager" service.
  3126. */
  3127. protected function getSecurity_Csrf_TokenManagerService()
  3128. {
  3129. trigger_deprecation('symfony/framework-bundle', '5.2', 'Accessing the "security.csrf.token_manager" service directly from the container is deprecated, use dependency injection instead.');
  3130. return $this->get('.container.private.security.csrf.token_manager');
  3131. }
  3132. /**
  3133. * Gets the public 'form.factory' alias.
  3134. *
  3135. * @return object The ".container.private.form.factory" service.
  3136. */
  3137. protected function getForm_FactoryService()
  3138. {
  3139. trigger_deprecation('symfony/framework-bundle', '5.2', 'Accessing the "form.factory" service directly from the container is deprecated, use dependency injection instead.');
  3140. return $this->get('.container.private.form.factory');
  3141. }
  3142. /**
  3143. * Gets the public 'form.type.file' alias.
  3144. *
  3145. * @return object The ".container.private.form.type.file" service.
  3146. */
  3147. protected function getForm_Type_FileService()
  3148. {
  3149. trigger_deprecation('symfony/framework-bundle', '5.2', 'Accessing the "form.type.file" service directly from the container is deprecated, use dependency injection instead.');
  3150. return $this->get('.container.private.form.type.file');
  3151. }
  3152. /**
  3153. * Gets the public 'profiler' alias.
  3154. *
  3155. * @return object The ".container.private.profiler" service.
  3156. */
  3157. protected function getProfilerService()
  3158. {
  3159. trigger_deprecation('symfony/framework-bundle', '5.4', 'Accessing the "profiler" service directly from the container is deprecated, use dependency injection instead.');
  3160. return $this->get('.container.private.profiler');
  3161. }
  3162. /**
  3163. * Gets the public 'twig' alias.
  3164. *
  3165. * @return object The ".container.private.twig" service.
  3166. */
  3167. protected function getTwigService()
  3168. {
  3169. trigger_deprecation('symfony/twig-bundle', '5.2', 'Accessing the "twig" service directly from the container is deprecated, use dependency injection instead.');
  3170. return $this->get('.container.private.twig');
  3171. }
  3172. /**
  3173. * Gets the public 'security.authorization_checker' alias.
  3174. *
  3175. * @return object The ".container.private.security.authorization_checker" service.
  3176. */
  3177. protected function getSecurity_AuthorizationCheckerService()
  3178. {
  3179. trigger_deprecation('symfony/security-bundle', '5.3', 'Accessing the "security.authorization_checker" service directly from the container is deprecated, use dependency injection instead.');
  3180. return $this->get('.container.private.security.authorization_checker');
  3181. }
  3182. /**
  3183. * Gets the public 'security.token_storage' alias.
  3184. *
  3185. * @return object The ".container.private.security.token_storage" service.
  3186. */
  3187. protected function getSecurity_TokenStorageService()
  3188. {
  3189. trigger_deprecation('symfony/security-bundle', '5.3', 'Accessing the "security.token_storage" service directly from the container is deprecated, use dependency injection instead.');
  3190. return $this->get('.container.private.security.token_storage');
  3191. }
  3192. /**
  3193. * Gets the public 'gos_pubsub_router.router_registry' alias.
  3194. *
  3195. * @return object The ".container.private.gos_pubsub_router.router_registry" service.
  3196. */
  3197. protected function getGosPubsubRouter_RouterRegistryService()
  3198. {
  3199. 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.');
  3200. return $this->get('.container.private.gos_pubsub_router.router_registry');
  3201. }
  3202. /**
  3203. * Gets the public 'gos_web_socket.dispatcher.rpc' alias.
  3204. *
  3205. * @return object The ".container.private.gos_web_socket.dispatcher.rpc" service.
  3206. */
  3207. protected function getGosWebSocket_Dispatcher_RpcService()
  3208. {
  3209. 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.');
  3210. return $this->get('.container.private.gos_web_socket.dispatcher.rpc');
  3211. }
  3212. /**
  3213. * Gets the public 'gos_web_socket.dispatcher.topic' alias.
  3214. *
  3215. * @return object The ".container.private.gos_web_socket.dispatcher.topic" service.
  3216. */
  3217. protected function getGosWebSocket_Dispatcher_TopicService()
  3218. {
  3219. 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.');
  3220. return $this->get('.container.private.gos_web_socket.dispatcher.topic');
  3221. }
  3222. /**
  3223. * Gets the public 'gos_web_socket.registry.periodic' alias.
  3224. *
  3225. * @return object The ".container.private.gos_web_socket.registry.periodic" service.
  3226. */
  3227. protected function getGosWebSocket_Registry_PeriodicService()
  3228. {
  3229. 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.');
  3230. return $this->get('.container.private.gos_web_socket.registry.periodic');
  3231. }
  3232. /**
  3233. * Gets the public 'gos_web_socket.registry.origins' alias.
  3234. *
  3235. * @return object The ".container.private.gos_web_socket.registry.origins" service.
  3236. */
  3237. protected function getGosWebSocket_Registry_OriginsService()
  3238. {
  3239. 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.');
  3240. return $this->get('.container.private.gos_web_socket.registry.origins');
  3241. }
  3242. /**
  3243. * Gets the public 'gos_web_socket.registry.rpc' alias.
  3244. *
  3245. * @return object The ".container.private.gos_web_socket.registry.rpc" service.
  3246. */
  3247. protected function getGosWebSocket_Registry_RpcService()
  3248. {
  3249. 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.');
  3250. return $this->get('.container.private.gos_web_socket.registry.rpc');
  3251. }
  3252. /**
  3253. * Gets the public 'gos_web_socket.registry.server' alias.
  3254. *
  3255. * @return object The ".container.private.gos_web_socket.registry.server" service.
  3256. */
  3257. protected function getGosWebSocket_Registry_ServerService()
  3258. {
  3259. 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.');
  3260. return $this->get('.container.private.gos_web_socket.registry.server');
  3261. }
  3262. /**
  3263. * Gets the public 'gos_web_socket.registry.topic' alias.
  3264. *
  3265. * @return object The ".container.private.gos_web_socket.registry.topic" service.
  3266. */
  3267. protected function getGosWebSocket_Registry_TopicService()
  3268. {
  3269. 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.');
  3270. return $this->get('.container.private.gos_web_socket.registry.topic');
  3271. }
  3272. /**
  3273. * Gets the public 'gos_web_socket.server.launcher' alias.
  3274. *
  3275. * @return object The ".container.private.gos_web_socket.server.launcher" service.
  3276. */
  3277. protected function getGosWebSocket_Server_LauncherService()
  3278. {
  3279. 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.');
  3280. return $this->get('.container.private.gos_web_socket.server.launcher');
  3281. }
  3282. /**
  3283. * Gets the public 'gos_web_socket.server.event_loop' alias.
  3284. *
  3285. * @return object The ".container.private.gos_web_socket.server.event_loop" service.
  3286. */
  3287. protected function getGosWebSocket_Server_EventLoopService()
  3288. {
  3289. 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.');
  3290. return $this->get('.container.private.gos_web_socket.server.event_loop');
  3291. }
  3292. /**
  3293. * Gets the public 'gos_web_socket.topic.periodic_timer' alias.
  3294. *
  3295. * @return object The ".container.private.gos_web_socket.topic.periodic_timer" service.
  3296. */
  3297. protected function getGosWebSocket_Topic_PeriodicTimerService()
  3298. {
  3299. 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.');
  3300. return $this->get('.container.private.gos_web_socket.topic.periodic_timer');
  3301. }
  3302. /**
  3303. * Gets the public 'gos_web_socket.wamp.topic_manager' alias.
  3304. *
  3305. * @return object The ".container.private.gos_web_socket.wamp.topic_manager" service.
  3306. */
  3307. protected function getGosWebSocket_Wamp_TopicManagerService()
  3308. {
  3309. 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.');
  3310. return $this->get('.container.private.gos_web_socket.wamp.topic_manager');
  3311. }
  3312. /**
  3313. * Gets the public 'security.password_encoder' alias.
  3314. *
  3315. * @return object The ".container.private.security.password_encoder" service.
  3316. */
  3317. protected function getSecurity_PasswordEncoderService()
  3318. {
  3319. trigger_deprecation('symfony/security-bundle', '5.3', 'Accessing the "security.password_encoder" service directly from the container is deprecated, use dependency injection instead.');
  3320. return $this->get('.container.private.security.password_encoder');
  3321. }
  3322. /**
  3323. * Gets the public 'session' alias.
  3324. *
  3325. * @return object The ".container.private.session" service.
  3326. */
  3327. protected function getSessionService()
  3328. {
  3329. trigger_deprecation('symfony/framework-bundle', '5.3', 'Accessing the "session" service directly from the container is deprecated, use dependency injection instead.');
  3330. return $this->get('.container.private.session');
  3331. }
  3332. /**
  3333. * Gets the public 'validator' alias.
  3334. *
  3335. * @return object The ".container.private.validator" service.
  3336. */
  3337. protected function getValidatorService()
  3338. {
  3339. trigger_deprecation('symfony/framework-bundle', '5.2', 'Accessing the "validator" service directly from the container is deprecated, use dependency injection instead.');
  3340. return $this->get('.container.private.validator');
  3341. }
  3342. /**
  3343. * @return array|bool|float|int|string|\UnitEnum|null
  3344. */
  3345. public function getParameter(string $name)
  3346. {
  3347. if (isset($this->buildParameters[$name])) {
  3348. return $this->buildParameters[$name];
  3349. }
  3350. if (!(isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || \array_key_exists($name, $this->parameters))) {
  3351. throw new InvalidArgumentException(sprintf('The parameter "%s" must be defined.', $name));
  3352. }
  3353. if (isset($this->loadedDynamicParameters[$name])) {
  3354. return $this->loadedDynamicParameters[$name] ? $this->dynamicParameters[$name] : $this->getDynamicParameter($name);
  3355. }
  3356. return $this->parameters[$name];
  3357. }
  3358. public function hasParameter(string $name): bool
  3359. {
  3360. if (isset($this->buildParameters[$name])) {
  3361. return true;
  3362. }
  3363. return isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || \array_key_exists($name, $this->parameters);
  3364. }
  3365. public function setParameter(string $name, $value): void
  3366. {
  3367. throw new LogicException('Impossible to call set() on a frozen ParameterBag.');
  3368. }
  3369. public function getParameterBag(): ParameterBagInterface
  3370. {
  3371. if (null === $this->parameterBag) {
  3372. $parameters = $this->parameters;
  3373. foreach ($this->loadedDynamicParameters as $name => $loaded) {
  3374. $parameters[$name] = $loaded ? $this->dynamicParameters[$name] : $this->getDynamicParameter($name);
  3375. }
  3376. foreach ($this->buildParameters as $name => $value) {
  3377. $parameters[$name] = $value;
  3378. }
  3379. $this->parameterBag = new FrozenParameterBag($parameters);
  3380. }
  3381. return $this->parameterBag;
  3382. }
  3383. private $loadedDynamicParameters = [
  3384. 'kernel.runtime_environment' => false,
  3385. 'kernel.build_dir' => false,
  3386. 'kernel.cache_dir' => false,
  3387. 'debug.container.dump' => false,
  3388. 'serializer.mapping.cache.file' => false,
  3389. 'validator.mapping.cache.file' => false,
  3390. 'profiler.storage.dsn' => false,
  3391. 'doctrine.orm.proxy_dir' => false,
  3392. ];
  3393. private $dynamicParameters = [];
  3394. private function getDynamicParameter(string $name)
  3395. {
  3396. switch ($name) {
  3397. case 'kernel.runtime_environment': $value = $this->getEnv('default:kernel.environment:APP_RUNTIME_ENV'); break;
  3398. case 'kernel.build_dir': $value = $this->targetDir.''; break;
  3399. case 'kernel.cache_dir': $value = $this->targetDir.''; break;
  3400. case 'debug.container.dump': $value = ($this->targetDir.''.'/Whater_KernelDevDebugContainer.xml'); break;
  3401. case 'serializer.mapping.cache.file': $value = ($this->targetDir.''.'/serialization.php'); break;
  3402. case 'validator.mapping.cache.file': $value = ($this->targetDir.''.'/validation.php'); break;
  3403. case 'profiler.storage.dsn': $value = ('file:'.$this->targetDir.''.'/profiler'); break;
  3404. case 'doctrine.orm.proxy_dir': $value = ($this->targetDir.''.'/doctrine/orm/Proxies'); break;
  3405. default: throw new InvalidArgumentException(sprintf('The dynamic parameter "%s" must be defined.', $name));
  3406. }
  3407. $this->loadedDynamicParameters[$name] = true;
  3408. return $this->dynamicParameters[$name] = $value;
  3409. }
  3410. protected function getDefaultParameters(): array
  3411. {
  3412. return [
  3413. 'kernel.project_dir' => \dirname(__DIR__, 4),
  3414. 'kernel.environment' => 'dev',
  3415. 'kernel.debug' => true,
  3416. 'kernel.logs_dir' => (\dirname(__DIR__, 3).'/log'),
  3417. 'kernel.bundles' => [
  3418. 'FrameworkBundle' => 'Symfony\\Bundle\\FrameworkBundle\\FrameworkBundle',
  3419. 'TwigBundle' => 'Symfony\\Bundle\\TwigBundle\\TwigBundle',
  3420. 'MonologBundle' => 'Symfony\\Bundle\\MonologBundle\\MonologBundle',
  3421. 'SecurityBundle' => 'Symfony\\Bundle\\SecurityBundle\\SecurityBundle',
  3422. 'WebProfilerBundle' => 'Symfony\\Bundle\\WebProfilerBundle\\WebProfilerBundle',
  3423. 'WebpackEncoreBundle' => 'Symfony\\WebpackEncoreBundle\\WebpackEncoreBundle',
  3424. 'DoctrineBundle' => 'Doctrine\\Bundle\\DoctrineBundle\\DoctrineBundle',
  3425. 'DoctrineMigrationsBundle' => 'Doctrine\\Bundle\\MigrationsBundle\\DoctrineMigrationsBundle',
  3426. 'DoctrineFixturesBundle' => 'Doctrine\\Bundle\\FixturesBundle\\DoctrineFixturesBundle',
  3427. 'SensioFrameworkExtraBundle' => 'Sensio\\Bundle\\FrameworkExtraBundle\\SensioFrameworkExtraBundle',
  3428. 'StofDoctrineExtensionsBundle' => 'Stof\\DoctrineExtensionsBundle\\StofDoctrineExtensionsBundle',
  3429. 'JMSSerializerBundle' => 'JMS\\SerializerBundle\\JMSSerializerBundle',
  3430. 'TacticianBundle' => 'League\\Tactician\\Bundle\\TacticianBundle',
  3431. 'TacticianDomainEventBundle' => 'BornFree\\TacticianDomainEventBundle\\TacticianDomainEventBundle',
  3432. 'SncRedisBundle' => 'Snc\\RedisBundle\\SncRedisBundle',
  3433. 'BazingaHateoasBundle' => 'Bazinga\\Bundle\\HateoasBundle\\BazingaHateoasBundle',
  3434. 'CocurSlugifyBundle' => 'Cocur\\Slugify\\Bridge\\Symfony\\CocurSlugifyBundle',
  3435. 'ShivasVersioningBundle' => 'Shivas\\VersioningBundle\\ShivasVersioningBundle',
  3436. 'PrestaSitemapBundle' => 'Presta\\SitemapBundle\\PrestaSitemapBundle',
  3437. 'KnpMenuBundle' => 'Knp\\Bundle\\MenuBundle\\KnpMenuBundle',
  3438. 'FOSRestBundle' => 'FOS\\RestBundle\\FOSRestBundle',
  3439. 'KnpTimeBundle' => 'Knp\\Bundle\\TimeBundle\\KnpTimeBundle',
  3440. 'KnpSnappyBundle' => 'Knp\\Bundle\\SnappyBundle\\KnpSnappyBundle',
  3441. 'EWZRecaptchaBundle' => 'EWZ\\Bundle\\RecaptchaBundle\\EWZRecaptchaBundle',
  3442. 'LexikJWTAuthenticationBundle' => 'Lexik\\Bundle\\JWTAuthenticationBundle\\LexikJWTAuthenticationBundle',
  3443. 'GesdinetJWTRefreshTokenBundle' => 'Gesdinet\\JWTRefreshTokenBundle\\GesdinetJWTRefreshTokenBundle',
  3444. 'NelmioApiDocBundle' => 'Nelmio\\ApiDocBundle\\NelmioApiDocBundle',
  3445. 'NelmioCorsBundle' => 'Nelmio\\CorsBundle\\NelmioCorsBundle',
  3446. 'NelmioSecurityBundle' => 'Nelmio\\SecurityBundle\\NelmioSecurityBundle',
  3447. 'LiipImagineBundle' => 'Liip\\ImagineBundle\\LiipImagineBundle',
  3448. 'GosPubSubRouterBundle' => 'Gos\\Bundle\\PubSubRouterBundle\\GosPubSubRouterBundle',
  3449. 'GosWebSocketBundle' => 'Gos\\Bundle\\WebSocketBundle\\GosWebSocketBundle',
  3450. 'VichUploaderBundle' => 'Vich\\UploaderBundle\\VichUploaderBundle',
  3451. 'SonataMediaBundle' => 'Sonata\\MediaBundle\\SonataMediaBundle',
  3452. 'SonataDoctrineBundle' => 'Sonata\\Doctrine\\Bridge\\Symfony\\SonataDoctrineBundle',
  3453. 'SonataDoctrineORMAdminBundle' => 'Sonata\\DoctrineORMAdminBundle\\SonataDoctrineORMAdminBundle',
  3454. 'BazingaGeocoderBundle' => 'Bazinga\\GeocoderBundle\\BazingaGeocoderBundle',
  3455. 'FOSCKEditorBundle' => 'FOS\\CKEditorBundle\\FOSCKEditorBundle',
  3456. 'LogViewerBundle' => 'Kira0269\\LogViewerBundle\\LogViewerBundle',
  3457. 'GpsLabGeoIP2Bundle' => 'GpsLab\\Bundle\\GeoIP2Bundle\\GpsLabGeoIP2Bundle',
  3458. 'EndroidQrCodeBundle' => 'Endroid\\QrCodeBundle\\EndroidQrCodeBundle',
  3459. 'EightPointsGuzzleBundle' => 'EightPoints\\Bundle\\GuzzleBundle\\EightPointsGuzzleBundle',
  3460. 'FMElfinderBundle' => 'FM\\ElfinderBundle\\FMElfinderBundle',
  3461. 'WhaterUIWebBundle' => 'Whater\\UI\\WebBundle\\WhaterUIWebBundle',
  3462. 'WhaterUIRestBundle' => 'Whater\\UI\\RestBundle\\WhaterUIRestBundle',
  3463. 'WhaterUIConsoleBundle' => 'Whater\\UI\\ConsoleBundle\\WhaterUIConsoleBundle',
  3464. 'WhaterInfrastructureSecurityBundle' => 'Whater\\Infrastructure\\SecurityBundle\\WhaterInfrastructureSecurityBundle',
  3465. 'WhaterInfrastructureCommonBundle' => 'Whater\\Infrastructure\\CommonBundle\\WhaterInfrastructureCommonBundle',
  3466. 'WhaterInfrastructureMediaBundle' => 'Whater\\Infrastructure\\MediaBundle\\WhaterInfrastructureMediaBundle',
  3467. 'WhaterInfrastructureBlogBundle' => 'Whater\\Infrastructure\\BlogBundle\\WhaterInfrastructureBlogBundle',
  3468. 'WhaterInfrastructureUserBundle' => 'Whater\\Infrastructure\\UserBundle\\WhaterInfrastructureUserBundle',
  3469. 'WhaterInfrastructureProductBundle' => 'Whater\\Infrastructure\\ProductBundle\\WhaterInfrastructureProductBundle',
  3470. 'WhaterInfrastructureZonesBundle' => 'Whater\\Infrastructure\\ZonesBundle\\WhaterInfrastructureZonesBundle',
  3471. 'WhaterInfrastructureWhaterBundle' => 'Whater\\Infrastructure\\WhaterBundle\\WhaterInfrastructureWhaterBundle',
  3472. 'WhaterInfrastructureNotificationBundle' => 'Whater\\Infrastructure\\NotificationBundle\\WhaterInfrastructureNotificationBundle',
  3473. ],
  3474. 'kernel.bundles_metadata' => [
  3475. 'FrameworkBundle' => [
  3476. 'path' => (\dirname(__DIR__, 4).'/vendor/symfony/framework-bundle'),
  3477. 'namespace' => 'Symfony\\Bundle\\FrameworkBundle',
  3478. ],
  3479. 'TwigBundle' => [
  3480. 'path' => (\dirname(__DIR__, 4).'/vendor/symfony/twig-bundle'),
  3481. 'namespace' => 'Symfony\\Bundle\\TwigBundle',
  3482. ],
  3483. 'MonologBundle' => [
  3484. 'path' => (\dirname(__DIR__, 4).'/vendor/symfony/monolog-bundle'),
  3485. 'namespace' => 'Symfony\\Bundle\\MonologBundle',
  3486. ],
  3487. 'SecurityBundle' => [
  3488. 'path' => (\dirname(__DIR__, 4).'/vendor/symfony/security-bundle'),
  3489. 'namespace' => 'Symfony\\Bundle\\SecurityBundle',
  3490. ],
  3491. 'WebProfilerBundle' => [
  3492. 'path' => (\dirname(__DIR__, 4).'/vendor/symfony/web-profiler-bundle'),
  3493. 'namespace' => 'Symfony\\Bundle\\WebProfilerBundle',
  3494. ],
  3495. 'WebpackEncoreBundle' => [
  3496. 'path' => (\dirname(__DIR__, 4).'/vendor/symfony/webpack-encore-bundle/src'),
  3497. 'namespace' => 'Symfony\\WebpackEncoreBundle',
  3498. ],
  3499. 'DoctrineBundle' => [
  3500. 'path' => (\dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle'),
  3501. 'namespace' => 'Doctrine\\Bundle\\DoctrineBundle',
  3502. ],
  3503. 'DoctrineMigrationsBundle' => [
  3504. 'path' => (\dirname(__DIR__, 4).'/vendor/doctrine/doctrine-migrations-bundle'),
  3505. 'namespace' => 'Doctrine\\Bundle\\MigrationsBundle',
  3506. ],
  3507. 'DoctrineFixturesBundle' => [
  3508. 'path' => (\dirname(__DIR__, 4).'/vendor/doctrine/doctrine-fixtures-bundle'),
  3509. 'namespace' => 'Doctrine\\Bundle\\FixturesBundle',
  3510. ],
  3511. 'SensioFrameworkExtraBundle' => [
  3512. 'path' => (\dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/src'),
  3513. 'namespace' => 'Sensio\\Bundle\\FrameworkExtraBundle',
  3514. ],
  3515. 'StofDoctrineExtensionsBundle' => [
  3516. 'path' => (\dirname(__DIR__, 4).'/vendor/stof/doctrine-extensions-bundle/src'),
  3517. 'namespace' => 'Stof\\DoctrineExtensionsBundle',
  3518. ],
  3519. 'JMSSerializerBundle' => [
  3520. 'path' => (\dirname(__DIR__, 4).'/vendor/jms/serializer-bundle'),
  3521. 'namespace' => 'JMS\\SerializerBundle',
  3522. ],
  3523. 'TacticianBundle' => [
  3524. 'path' => (\dirname(__DIR__, 4).'/vendor/league/tactician-bundle/src'),
  3525. 'namespace' => 'League\\Tactician\\Bundle',
  3526. ],
  3527. 'TacticianDomainEventBundle' => [
  3528. 'path' => (\dirname(__DIR__, 4).'/vendor/bornfreee/tactician-domain-events-bundle/src'),
  3529. 'namespace' => 'BornFree\\TacticianDomainEventBundle',
  3530. ],
  3531. 'SncRedisBundle' => [
  3532. 'path' => (\dirname(__DIR__, 4).'/vendor/snc/redis-bundle/src'),
  3533. 'namespace' => 'Snc\\RedisBundle',
  3534. ],
  3535. 'BazingaHateoasBundle' => [
  3536. 'path' => (\dirname(__DIR__, 4).'/vendor/willdurand/hateoas-bundle'),
  3537. 'namespace' => 'Bazinga\\Bundle\\HateoasBundle',
  3538. ],
  3539. 'CocurSlugifyBundle' => [
  3540. 'path' => (\dirname(__DIR__, 4).'/vendor/cocur/slugify/src/Bridge/Symfony'),
  3541. 'namespace' => 'Cocur\\Slugify\\Bridge\\Symfony',
  3542. ],
  3543. 'ShivasVersioningBundle' => [
  3544. 'path' => (\dirname(__DIR__, 4).'/vendor/shivas/versioning-bundle/src'),
  3545. 'namespace' => 'Shivas\\VersioningBundle',
  3546. ],
  3547. 'PrestaSitemapBundle' => [
  3548. 'path' => (\dirname(__DIR__, 4).'/vendor/presta/sitemap-bundle'),
  3549. 'namespace' => 'Presta\\SitemapBundle',
  3550. ],
  3551. 'KnpMenuBundle' => [
  3552. 'path' => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-menu-bundle'),
  3553. 'namespace' => 'Knp\\Bundle\\MenuBundle',
  3554. ],
  3555. 'FOSRestBundle' => [
  3556. 'path' => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/rest-bundle'),
  3557. 'namespace' => 'FOS\\RestBundle',
  3558. ],
  3559. 'KnpTimeBundle' => [
  3560. 'path' => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-time-bundle/src'),
  3561. 'namespace' => 'Knp\\Bundle\\TimeBundle',
  3562. ],
  3563. 'KnpSnappyBundle' => [
  3564. 'path' => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-snappy-bundle/src'),
  3565. 'namespace' => 'Knp\\Bundle\\SnappyBundle',
  3566. ],
  3567. 'EWZRecaptchaBundle' => [
  3568. 'path' => (\dirname(__DIR__, 4).'/vendor/excelwebzone/recaptcha-bundle/src'),
  3569. 'namespace' => 'EWZ\\Bundle\\RecaptchaBundle',
  3570. ],
  3571. 'LexikJWTAuthenticationBundle' => [
  3572. 'path' => (\dirname(__DIR__, 4).'/vendor/lexik/jwt-authentication-bundle'),
  3573. 'namespace' => 'Lexik\\Bundle\\JWTAuthenticationBundle',
  3574. ],
  3575. 'GesdinetJWTRefreshTokenBundle' => [
  3576. 'path' => (\dirname(__DIR__, 4).'/vendor/gesdinet/jwt-refresh-token-bundle'),
  3577. 'namespace' => 'Gesdinet\\JWTRefreshTokenBundle',
  3578. ],
  3579. 'NelmioApiDocBundle' => [
  3580. 'path' => (\dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle'),
  3581. 'namespace' => 'Nelmio\\ApiDocBundle',
  3582. ],
  3583. 'NelmioCorsBundle' => [
  3584. 'path' => (\dirname(__DIR__, 4).'/vendor/nelmio/cors-bundle'),
  3585. 'namespace' => 'Nelmio\\CorsBundle',
  3586. ],
  3587. 'NelmioSecurityBundle' => [
  3588. 'path' => (\dirname(__DIR__, 4).'/vendor/nelmio/security-bundle'),
  3589. 'namespace' => 'Nelmio\\SecurityBundle',
  3590. ],
  3591. 'LiipImagineBundle' => [
  3592. 'path' => (\dirname(__DIR__, 4).'/vendor/liip/imagine-bundle'),
  3593. 'namespace' => 'Liip\\ImagineBundle',
  3594. ],
  3595. 'GosPubSubRouterBundle' => [
  3596. 'path' => (\dirname(__DIR__, 4).'/vendor/gos/pubsub-router-bundle'),
  3597. 'namespace' => 'Gos\\Bundle\\PubSubRouterBundle',
  3598. ],
  3599. 'GosWebSocketBundle' => [
  3600. 'path' => (\dirname(__DIR__, 4).'/vendor/gos/web-socket-bundle'),
  3601. 'namespace' => 'Gos\\Bundle\\WebSocketBundle',
  3602. ],
  3603. 'VichUploaderBundle' => [
  3604. 'path' => (\dirname(__DIR__, 4).'/vendor/vich/uploader-bundle'),
  3605. 'namespace' => 'Vich\\UploaderBundle',
  3606. ],
  3607. 'SonataMediaBundle' => [
  3608. 'path' => (\dirname(__DIR__, 4).'/vendor/sonata-project/media-bundle/src'),
  3609. 'namespace' => 'Sonata\\MediaBundle',
  3610. ],
  3611. 'SonataDoctrineBundle' => [
  3612. 'path' => (\dirname(__DIR__, 4).'/vendor/sonata-project/doctrine-extensions/src/Bridge/Symfony'),
  3613. 'namespace' => 'Sonata\\Doctrine\\Bridge\\Symfony',
  3614. ],
  3615. 'SonataDoctrineORMAdminBundle' => [
  3616. 'path' => (\dirname(__DIR__, 4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src'),
  3617. 'namespace' => 'Sonata\\DoctrineORMAdminBundle',
  3618. ],
  3619. 'BazingaGeocoderBundle' => [
  3620. 'path' => (\dirname(__DIR__, 4).'/vendor/willdurand/geocoder-bundle'),
  3621. 'namespace' => 'Bazinga\\GeocoderBundle',
  3622. ],
  3623. 'FOSCKEditorBundle' => [
  3624. 'path' => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/ckeditor-bundle/src'),
  3625. 'namespace' => 'FOS\\CKEditorBundle',
  3626. ],
  3627. 'LogViewerBundle' => [
  3628. 'path' => (\dirname(__DIR__, 4).'/vendor/kira0269/symfony-log-viewer-bundle/src'),
  3629. 'namespace' => 'Kira0269\\LogViewerBundle',
  3630. ],
  3631. 'GpsLabGeoIP2Bundle' => [
  3632. 'path' => (\dirname(__DIR__, 4).'/vendor/gpslab/geoip2/src'),
  3633. 'namespace' => 'GpsLab\\Bundle\\GeoIP2Bundle',
  3634. ],
  3635. 'EndroidQrCodeBundle' => [
  3636. 'path' => (\dirname(__DIR__, 4).'/vendor/endroid/qr-code-bundle/src'),
  3637. 'namespace' => 'Endroid\\QrCodeBundle',
  3638. ],
  3639. 'EightPointsGuzzleBundle' => [
  3640. 'path' => (\dirname(__DIR__, 4).'/vendor/eightpoints/guzzle-bundle/src'),
  3641. 'namespace' => 'EightPoints\\Bundle\\GuzzleBundle',
  3642. ],
  3643. 'FMElfinderBundle' => [
  3644. 'path' => (\dirname(__DIR__, 4).'/vendor/helios-ag/fm-elfinder-bundle/src'),
  3645. 'namespace' => 'FM\\ElfinderBundle',
  3646. ],
  3647. 'WhaterUIWebBundle' => [
  3648. 'path' => (\dirname(__DIR__, 4).'/src/UI/WebBundle'),
  3649. 'namespace' => 'Whater\\UI\\WebBundle',
  3650. ],
  3651. 'WhaterUIRestBundle' => [
  3652. 'path' => (\dirname(__DIR__, 4).'/src/UI/RestBundle'),
  3653. 'namespace' => 'Whater\\UI\\RestBundle',
  3654. ],
  3655. 'WhaterUIConsoleBundle' => [
  3656. 'path' => (\dirname(__DIR__, 4).'/src/UI/ConsoleBundle'),
  3657. 'namespace' => 'Whater\\UI\\ConsoleBundle',
  3658. ],
  3659. 'WhaterInfrastructureSecurityBundle' => [
  3660. 'path' => (\dirname(__DIR__, 4).'/src/Infrastructure/SecurityBundle'),
  3661. 'namespace' => 'Whater\\Infrastructure\\SecurityBundle',
  3662. ],
  3663. 'WhaterInfrastructureCommonBundle' => [
  3664. 'path' => (\dirname(__DIR__, 4).'/src/Infrastructure/CommonBundle'),
  3665. 'namespace' => 'Whater\\Infrastructure\\CommonBundle',
  3666. ],
  3667. 'WhaterInfrastructureMediaBundle' => [
  3668. 'path' => (\dirname(__DIR__, 4).'/src/Infrastructure/MediaBundle'),
  3669. 'namespace' => 'Whater\\Infrastructure\\MediaBundle',
  3670. ],
  3671. 'WhaterInfrastructureBlogBundle' => [
  3672. 'path' => (\dirname(__DIR__, 4).'/src/Infrastructure/BlogBundle'),
  3673. 'namespace' => 'Whater\\Infrastructure\\BlogBundle',
  3674. ],
  3675. 'WhaterInfrastructureUserBundle' => [
  3676. 'path' => (\dirname(__DIR__, 4).'/src/Infrastructure/UserBundle'),
  3677. 'namespace' => 'Whater\\Infrastructure\\UserBundle',
  3678. ],
  3679. 'WhaterInfrastructureProductBundle' => [
  3680. 'path' => (\dirname(__DIR__, 4).'/src/Infrastructure/ProductBundle'),
  3681. 'namespace' => 'Whater\\Infrastructure\\ProductBundle',
  3682. ],
  3683. 'WhaterInfrastructureZonesBundle' => [
  3684. 'path' => (\dirname(__DIR__, 4).'/src/Infrastructure/ZonesBundle'),
  3685. 'namespace' => 'Whater\\Infrastructure\\ZonesBundle',
  3686. ],
  3687. 'WhaterInfrastructureWhaterBundle' => [
  3688. 'path' => (\dirname(__DIR__, 4).'/src/Infrastructure/WhaterBundle'),
  3689. 'namespace' => 'Whater\\Infrastructure\\WhaterBundle',
  3690. ],
  3691. 'WhaterInfrastructureNotificationBundle' => [
  3692. 'path' => (\dirname(__DIR__, 4).'/src/Infrastructure/NotificationBundle'),
  3693. 'namespace' => 'Whater\\Infrastructure\\NotificationBundle',
  3694. ],
  3695. ],
  3696. 'kernel.charset' => 'UTF-8',
  3697. 'kernel.container_class' => 'Whater_KernelDevDebugContainer',
  3698. 'container.dumper.inline_class_loader' => true,
  3699. 'database_host' => '127.0.0.1',
  3700. 'database_port' => NULL,
  3701. 'database_name' => 'whater_server_pre',
  3702. 'database_user' => 'root',
  3703. 'database_password' => 'DR7&f(TD%tjeXBn(',
  3704. 'mailer_transport' => 'gmail',
  3705. 'mailer_encryption' => 'ssl',
  3706. 'mailer_auth_mode' => 'login',
  3707. 'mailer_host' => 'smtp.gmail.com',
  3708. 'mailer_user' => 'whater@whater.es',
  3709. 'mailer_password' => 'whater',
  3710. 'mailer_port' => NULL,
  3711. 'mailer_noreply_user' => 'noreply@whater.es',
  3712. 'mailer_noreply_password' => 'whater',
  3713. 'mailer_contact_user' => 'info@whater.es',
  3714. 'secret' => '5dbaa28b5f345e406ae51f6188fd6f09b2082f00',
  3715. 'gos_web_socket_host' => 'whater-dev.uegmobile.com',
  3716. 'gos_web_socket_ip' => '0.0.0.0',
  3717. 'gos_web_socket_port' => 8888,
  3718. 'gos_web_socket_port_js' => 8888,
  3719. 'gos_web_socket_protocol' => 'ws',
  3720. 'session_handler_redis' => 'redis://localhost:6379',
  3721. 'session_handler_redis_save_path' => 'tcp://localhost:6379',
  3722. 'session_handler_redis_prefix' => 'stsesid',
  3723. 'session_handler_redis_ttl' => 1440,
  3724. 'trusted_hosts' => NULL,
  3725. 'sass_path' => '/usr/local/bin/sass',
  3726. 'scss_path' => [
  3727. 0 => '/usr/local/bin/scss',
  3728. ],
  3729. 'node_path' => '/usr/local/bin/node',
  3730. 'yui_jar_path' => '/usr/share/yui-compressor/yui-compressor.jar',
  3731. 'java_path' => '/usr/bin/java',
  3732. 'uglifyjs2_path' => '/usr/local/bin/uglifyjs',
  3733. 'uglifycss_path' => '/usr/local/bin/uglifycss',
  3734. 'google_analytics_tracking_id' => '',
  3735. 'google_analytics_view_id' => '',
  3736. 'google_maps_api_key' => 'AIzaSyCi_FfHyFIYtjQ-5uujTaSR5Wt6uni-flM',
  3737. 'facebook_pixel_id' => '',
  3738. 'google_analytics_json_key' => (\dirname(__DIR__, 4).'/app/config/analytics/client_secret_1087543653055-jngrt43r4a4g5tempi0dr1llasbe9ufe.apps.googleusercontent.com.json'),
  3739. 'http_port' => 443,
  3740. 'router.request_context.host' => 'whater-dev.uegmobile.com',
  3741. 'router.request_context.scheme' => 'https',
  3742. 'asset.request_context.secure' => true,
  3743. 'wkhtmltopdf_path' => '/usr/local/bin/wkhtmltopdf',
  3744. 'enable_recaptcha' => false,
  3745. 'ewz_recaptcha_public_key' => '6LeOgtEUAAAAAKDoPnvxjAlSF2C79uhXltgHYwKh',
  3746. 'ewz_recaptcha_private_key' => '6LeOgtEUAAAAAIBjvXyfrEPR0zE5XqC91uAPuuPD',
  3747. 'sinac_domain' => 'https://sinacv2.sanidad.gob.es',
  3748. 'environment_name' => 'whater-dev.uegmobile.com',
  3749. 'jwt_private_key_path' => (\dirname(__DIR__, 4).'/app/security/jwt/private.pem'),
  3750. 'jwt_public_key_path' => (\dirname(__DIR__, 4).'/app/security/jwt/public.pem'),
  3751. 'jwt_key_pass_phrase' => '$#c138JWT',
  3752. 'jwt_token_ttl' => 86400,
  3753. 'jwt_refresh_token_ttl' => 2592000,
  3754. 'stripe_public_key' => 'pk_test_51OKdlfDcohDs0j2O4ZFsdVFV2KYVZZBJHjbUSGDuzVAGJBq8CBxL9GL63TSvC2UghGZRDmYvncjls3FTgKc0wlhg00Q1XtuVtY',
  3755. 'stripe_private_key' => 'sk_test_51OKdlfDcohDs0j2ObaSfQPNJP84egvPiZEDX0lxSuEn1XjEAdB631vXYJ32gJvftiP3WgbXyYzU36ujqBppAsrRG001GdaQopl',
  3756. 'stripe_webhook_account_secret' => 'whsec_XAbM1YN5HxKEfySJTKI0vs0uLUnWyHDY',
  3757. 'stripe_webhook_connect_secret' => 'whsec_C9csZW5zY3L5c5g6W0CElYDcacr2MNGT',
  3758. 'stripe_test_mode' => true,
  3759. 'sendcloud_public_key' => '4412fe9b-022d-425e-9c3a-b896f9b2c487',
  3760. 'sendcloud_secret_key' => '136fc07eecd94cdcbf2db59f869af9a3',
  3761. 'is_ecommerce_active' => true,
  3762. 'fixed_shipping_fee' => '3,00',
  3763. 'services_taxes_percent' => 21,
  3764. 'shipping_taxes_percent' => 21,
  3765. 'percent_credit_card_fee' => 3,
  3766. 'whatercoins_offers' => [
  3767. 0 => [
  3768. 0 => 300,
  3769. 1 => 30,
  3770. ],
  3771. 1 => [
  3772. 0 => 120,
  3773. 1 => 20,
  3774. ],
  3775. 2 => [
  3776. 0 => 30,
  3777. 1 => 5,
  3778. ],
  3779. ],
  3780. 'default_whater_commision_for_products' => 10,
  3781. 'default_whater_commision_for_whater_supply' => 10,
  3782. 'license_database_access_price_per_country_area' => 2.99,
  3783. 'license_database_access_price_per_country' => 99.99,
  3784. 'license_manage_organization' => 19.99,
  3785. 'license_marketplace' => 1.99,
  3786. 'thethingsnetwork_endpoint' => 'https://eu1.cloud.thethings.network',
  3787. 'thethingsnetwork_application_id' => 'demo-whater-app-eu',
  3788. 'thethingsnetwork_api_key' => 'NNSXS.RF63ZLXZZOAUZVC4UGFNLWRCIROTX2JG6K4BGWY.6JVZFIEXKV4RD7C3XUBN3OZN3QJJRP5MZIVZBWCLHSHQUXBIB3TQ',
  3789. 'thethingsnetwork_fport' => '2',
  3790. 'monolog_domains_filter' => [
  3791. 0 => 'whater-dev.uegmobile.com',
  3792. ],
  3793. 'whatercoins_discounts' => [
  3794. 10 => 100,
  3795. 15 => 150,
  3796. 20 => 200,
  3797. 25 => 250,
  3798. 30 => 300,
  3799. 35 => 350,
  3800. 40 => 400,
  3801. 45 => 450,
  3802. 50 => 500,
  3803. 55 => 550,
  3804. 60 => 600,
  3805. 65 => 650,
  3806. 70 => 700,
  3807. 75 => 750,
  3808. 80 => 800,
  3809. 85 => 850,
  3810. 90 => 900,
  3811. 95 => 950,
  3812. 100 => 1000,
  3813. ],
  3814. 'default_nfc_whater_organization_slug' => 'whater-app-solutions-s-l',
  3815. 'closca_user' => 'whaterapp@closca.com',
  3816. 'closca_password' => 'closcal_password',
  3817. 'closca_endpoint' => 'https://api.closca.co/',
  3818. 'application_version' => '3.2.69',
  3819. 'locale' => 'es',
  3820. 'event_dispatcher.event_aliases' => [
  3821. 'Symfony\\Component\\Console\\Event\\ConsoleCommandEvent' => 'console.command',
  3822. 'Symfony\\Component\\Console\\Event\\ConsoleErrorEvent' => 'console.error',
  3823. 'Symfony\\Component\\Console\\Event\\ConsoleSignalEvent' => 'console.signal',
  3824. 'Symfony\\Component\\Console\\Event\\ConsoleTerminateEvent' => 'console.terminate',
  3825. 'Symfony\\Component\\Form\\Event\\PreSubmitEvent' => 'form.pre_submit',
  3826. 'Symfony\\Component\\Form\\Event\\SubmitEvent' => 'form.submit',
  3827. 'Symfony\\Component\\Form\\Event\\PostSubmitEvent' => 'form.post_submit',
  3828. 'Symfony\\Component\\Form\\Event\\PreSetDataEvent' => 'form.pre_set_data',
  3829. 'Symfony\\Component\\Form\\Event\\PostSetDataEvent' => 'form.post_set_data',
  3830. 'Symfony\\Component\\HttpKernel\\Event\\ControllerArgumentsEvent' => 'kernel.controller_arguments',
  3831. 'Symfony\\Component\\HttpKernel\\Event\\ControllerEvent' => 'kernel.controller',
  3832. 'Symfony\\Component\\HttpKernel\\Event\\ResponseEvent' => 'kernel.response',
  3833. 'Symfony\\Component\\HttpKernel\\Event\\FinishRequestEvent' => 'kernel.finish_request',
  3834. 'Symfony\\Component\\HttpKernel\\Event\\RequestEvent' => 'kernel.request',
  3835. 'Symfony\\Component\\HttpKernel\\Event\\ViewEvent' => 'kernel.view',
  3836. 'Symfony\\Component\\HttpKernel\\Event\\ExceptionEvent' => 'kernel.exception',
  3837. 'Symfony\\Component\\HttpKernel\\Event\\TerminateEvent' => 'kernel.terminate',
  3838. 'Symfony\\Component\\Security\\Core\\Event\\AuthenticationSuccessEvent' => 'security.authentication.success',
  3839. 'Symfony\\Component\\Security\\Core\\Event\\AuthenticationFailureEvent' => 'security.authentication.failure',
  3840. 'Symfony\\Component\\Security\\Http\\Event\\InteractiveLoginEvent' => 'security.interactive_login',
  3841. 'Symfony\\Component\\Security\\Http\\Event\\SwitchUserEvent' => 'security.switch_user',
  3842. 'Presta\\SitemapBundle\\Event\\SitemapAddUrlEvent' => 'presta_sitemap.add_url',
  3843. 'Presta\\SitemapBundle\\Event\\SitemapPopulateEvent' => 'presta_sitemap.populate',
  3844. 'Nelmio\\SecurityBundle\\ContentSecurityPolicy\\Violation\\ReportEvent' => 'csp.violation.report',
  3845. 'Gos\\Bundle\\WebSocketBundle\\Event\\ServerLaunchedEvent' => 'gos_web_socket.server_launched',
  3846. 'Gos\\Bundle\\WebSocketBundle\\Event\\ClientConnectedEvent' => 'gos_web_socket.client_connected',
  3847. 'Gos\\Bundle\\WebSocketBundle\\Event\\ClientDisconnectedEvent' => 'gos_web_socket.client_disconnected',
  3848. 'Gos\\Bundle\\WebSocketBundle\\Event\\ClientErrorEvent' => 'gos_web_socket.client_error',
  3849. 'Gos\\Bundle\\WebSocketBundle\\Event\\ClientRejectedEvent' => 'gos_web_socket.client_rejected',
  3850. 'Gos\\Bundle\\WebSocketBundle\\Event\\ConnectionRejectedEvent' => 'gos_web_socket.connection_rejected',
  3851. 'Gos\\Bundle\\WebSocketBundle\\Event\\PushHandlerFailEvent' => 'gos_web_socket.push_fail',
  3852. 'Gos\\Bundle\\WebSocketBundle\\Event\\PushHandlerSuccessEvent' => 'gos_web_socket.push_success',
  3853. ],
  3854. 'fragment.renderer.hinclude.global_template' => NULL,
  3855. 'fragment.path' => '/_fragment',
  3856. 'kernel.secret' => '5dbaa28b5f345e406ae51f6188fd6f09b2082f00',
  3857. 'kernel.http_method_override' => true,
  3858. 'kernel.trusted_hosts' => [
  3859. ],
  3860. 'kernel.default_locale' => 'es',
  3861. 'kernel.enabled_locales' => [
  3862. ],
  3863. 'kernel.error_controller' => 'error_controller',
  3864. 'debug.file_link_format' => NULL,
  3865. 'asset.request_context.base_path' => NULL,
  3866. 'translator.logging' => false,
  3867. 'translator.default_path' => (\dirname(__DIR__, 4).'/translations'),
  3868. 'debug.error_handler.throw_at' => -1,
  3869. 'router.request_context.base_url' => '',
  3870. 'router.resource' => 'kernel::loadRoutes',
  3871. 'request_listener.http_port' => 443,
  3872. 'request_listener.https_port' => 443,
  3873. 'session.metadata.storage_key' => '_sf2_meta',
  3874. 'session.storage.options' => [
  3875. 'cache_limiter' => '0',
  3876. 'cookie_lifetime' => 604800,
  3877. 'cookie_httponly' => true,
  3878. 'gc_maxlifetime' => 604800,
  3879. 'gc_probability' => 1,
  3880. ],
  3881. 'session.save_path' => (\dirname(__DIR__, 3).'/sessions/dev'),
  3882. 'session.metadata.update_threshold' => 0,
  3883. 'form.type_extension.csrf.enabled' => true,
  3884. 'form.type_extension.csrf.field_name' => '_token',
  3885. 'validator.translation_domain' => 'validators',
  3886. 'profiler_listener.only_exceptions' => false,
  3887. 'profiler_listener.only_main_requests' => false,
  3888. 'twig.form.resources' => [
  3889. 0 => '@FMElfinder/Form/elfinder_widget.html.twig',
  3890. 1 => '@VichUploader/Form/fields.html.twig',
  3891. 2 => 'form_div_layout.html.twig',
  3892. 3 => '@LiipImagine/Form/form_div_layout.html.twig',
  3893. 4 => '@FOSCKEditor/Form/ckeditor_widget.html.twig',
  3894. 5 => '@EWZRecaptcha/Form/ewz_recaptcha_widget.html.twig',
  3895. ],
  3896. 'twig.default_path' => (\dirname(__DIR__, 4).'/templates'),
  3897. 'monolog.use_microseconds' => true,
  3898. 'monolog.swift_mailer.handlers' => [
  3899. ],
  3900. 'monolog.handlers_to_channels' => [
  3901. 'monolog.handler.sinac_log' => [
  3902. 'type' => 'inclusive',
  3903. 'elements' => [
  3904. 0 => 'sinacLog',
  3905. ],
  3906. ],
  3907. 'monolog.handler.console' => [
  3908. 'type' => 'exclusive',
  3909. 'elements' => [
  3910. 0 => 'event',
  3911. 1 => 'doctrine',
  3912. 2 => 'console',
  3913. ],
  3914. ],
  3915. 'monolog.handler.main' => [
  3916. 'type' => 'exclusive',
  3917. 'elements' => [
  3918. 0 => 'event',
  3919. ],
  3920. ],
  3921. ],
  3922. 'security.role_hierarchy.roles' => [
  3923. 'ROLE_USER' => [
  3924. 0 => 'ROLE_USER',
  3925. ],
  3926. 'ROLE_ADMIN' => [
  3927. 0 => 'ROLE_ADMIN',
  3928. ],
  3929. ],
  3930. 'security.access.denied_url' => NULL,
  3931. 'security.authentication.manager.erase_credentials' => true,
  3932. 'security.authentication.session_strategy.strategy' => 'migrate',
  3933. 'security.access.always_authenticate_before_granting' => false,
  3934. 'security.authentication.hide_user_not_found' => true,
  3935. 'security.firewalls' => [
  3936. 0 => 'dev',
  3937. 1 => 'api_private',
  3938. 2 => 'main',
  3939. ],
  3940. 'security.api_private._indexed_authenticators' => [
  3941. ],
  3942. 'security.main._indexed_authenticators' => [
  3943. ],
  3944. 'web_profiler.debug_toolbar.intercept_redirects' => false,
  3945. 'web_profiler.debug_toolbar.mode' => 2,
  3946. 'doctrine.dbal.configuration.class' => 'Doctrine\\DBAL\\Configuration',
  3947. 'doctrine.data_collector.class' => 'Doctrine\\Bundle\\DoctrineBundle\\DataCollector\\DoctrineDataCollector',
  3948. 'doctrine.dbal.connection.event_manager.class' => 'Symfony\\Bridge\\Doctrine\\ContainerAwareEventManager',
  3949. 'doctrine.dbal.connection_factory.class' => 'Doctrine\\Bundle\\DoctrineBundle\\ConnectionFactory',
  3950. 'doctrine.dbal.events.mysql_session_init.class' => 'Doctrine\\DBAL\\Event\\Listeners\\MysqlSessionInit',
  3951. 'doctrine.dbal.events.oracle_session_init.class' => 'Doctrine\\DBAL\\Event\\Listeners\\OracleSessionInit',
  3952. 'doctrine.class' => 'Doctrine\\Bundle\\DoctrineBundle\\Registry',
  3953. 'doctrine.entity_managers' => [
  3954. 'default' => 'doctrine.orm.default_entity_manager',
  3955. ],
  3956. 'doctrine.default_entity_manager' => 'default',
  3957. 'doctrine.dbal.connection_factory.types' => [
  3958. 'datetimeutc' => [
  3959. 'class' => 'Whater\\Infrastructure\\CommonBundle\\Doctrine\\Types\\UTCDateTimeType',
  3960. ],
  3961. 'geography' => [
  3962. 'class' => 'LongitudeOne\\Spatial\\DBAL\\Types\\GeographyType',
  3963. ],
  3964. 'geography_linestring' => [
  3965. 'class' => 'LongitudeOne\\Spatial\\DBAL\\Types\\Geography\\LineStringType',
  3966. ],
  3967. 'geography_point' => [
  3968. 'class' => 'LongitudeOne\\Spatial\\DBAL\\Types\\Geography\\PointType',
  3969. ],
  3970. 'geography_polygon' => [
  3971. 'class' => 'LongitudeOne\\Spatial\\DBAL\\Types\\Geography\\PolygonType',
  3972. ],
  3973. 'geometry' => [
  3974. 'class' => 'LongitudeOne\\Spatial\\DBAL\\Types\\GeometryType',
  3975. ],
  3976. 'geometry_linestring' => [
  3977. 'class' => 'LongitudeOne\\Spatial\\DBAL\\Types\\Geometry\\LineStringType',
  3978. ],
  3979. 'geometry_point' => [
  3980. 'class' => 'LongitudeOne\\Spatial\\DBAL\\Types\\Geometry\\PointType',
  3981. ],
  3982. 'geometry_polygon' => [
  3983. 'class' => 'LongitudeOne\\Spatial\\DBAL\\Types\\Geometry\\PolygonType',
  3984. ],
  3985. 'geometry_multilinestring' => [
  3986. 'class' => 'LongitudeOne\\Spatial\\DBAL\\Types\\Geometry\\MultiLineStringType',
  3987. ],
  3988. 'geometry_multipoint' => [
  3989. 'class' => 'LongitudeOne\\Spatial\\DBAL\\Types\\Geometry\\MultiPointType',
  3990. ],
  3991. 'geometry_multipolygon' => [
  3992. 'class' => 'LongitudeOne\\Spatial\\DBAL\\Types\\Geometry\\MultiPolygonType',
  3993. ],
  3994. ],
  3995. 'doctrine.connections' => [
  3996. 'default' => 'doctrine.dbal.default_connection',
  3997. ],
  3998. 'doctrine.default_connection' => 'default',
  3999. 'doctrine.orm.configuration.class' => 'Doctrine\\ORM\\Configuration',
  4000. 'doctrine.orm.entity_manager.class' => 'Doctrine\\ORM\\EntityManager',
  4001. 'doctrine.orm.manager_configurator.class' => 'Doctrine\\Bundle\\DoctrineBundle\\ManagerConfigurator',
  4002. 'doctrine.orm.cache.array.class' => 'Doctrine\\Common\\Cache\\ArrayCache',
  4003. 'doctrine.orm.cache.apc.class' => 'Doctrine\\Common\\Cache\\ApcCache',
  4004. 'doctrine.orm.cache.memcache.class' => 'Doctrine\\Common\\Cache\\MemcacheCache',
  4005. 'doctrine.orm.cache.memcache_host' => 'localhost',
  4006. 'doctrine.orm.cache.memcache_port' => 11211,
  4007. 'doctrine.orm.cache.memcache_instance.class' => 'Memcache',
  4008. 'doctrine.orm.cache.memcached.class' => 'Doctrine\\Common\\Cache\\MemcachedCache',
  4009. 'doctrine.orm.cache.memcached_host' => 'localhost',
  4010. 'doctrine.orm.cache.memcached_port' => 11211,
  4011. 'doctrine.orm.cache.memcached_instance.class' => 'Memcached',
  4012. 'doctrine.orm.cache.redis.class' => 'Doctrine\\Common\\Cache\\RedisCache',
  4013. 'doctrine.orm.cache.redis_host' => 'localhost',
  4014. 'doctrine.orm.cache.redis_port' => 6379,
  4015. 'doctrine.orm.cache.redis_instance.class' => 'Redis',
  4016. 'doctrine.orm.cache.xcache.class' => 'Doctrine\\Common\\Cache\\XcacheCache',
  4017. 'doctrine.orm.cache.wincache.class' => 'Doctrine\\Common\\Cache\\WinCacheCache',
  4018. 'doctrine.orm.cache.zenddata.class' => 'Doctrine\\Common\\Cache\\ZendDataCache',
  4019. 'doctrine.orm.metadata.driver_chain.class' => 'Doctrine\\Persistence\\Mapping\\Driver\\MappingDriverChain',
  4020. 'doctrine.orm.metadata.annotation.class' => 'Doctrine\\ORM\\Mapping\\Driver\\AnnotationDriver',
  4021. 'doctrine.orm.metadata.xml.class' => 'Doctrine\\ORM\\Mapping\\Driver\\SimplifiedXmlDriver',
  4022. 'doctrine.orm.metadata.yml.class' => 'Doctrine\\ORM\\Mapping\\Driver\\SimplifiedYamlDriver',
  4023. 'doctrine.orm.metadata.php.class' => 'Doctrine\\ORM\\Mapping\\Driver\\PHPDriver',
  4024. 'doctrine.orm.metadata.staticphp.class' => 'Doctrine\\ORM\\Mapping\\Driver\\StaticPHPDriver',
  4025. 'doctrine.orm.metadata.attribute.class' => 'Doctrine\\ORM\\Mapping\\Driver\\AttributeDriver',
  4026. 'doctrine.orm.proxy_cache_warmer.class' => 'Symfony\\Bridge\\Doctrine\\CacheWarmer\\ProxyCacheWarmer',
  4027. 'form.type_guesser.doctrine.class' => 'Symfony\\Bridge\\Doctrine\\Form\\DoctrineOrmTypeGuesser',
  4028. 'doctrine.orm.validator.unique.class' => 'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator',
  4029. 'doctrine.orm.validator_initializer.class' => 'Symfony\\Bridge\\Doctrine\\Validator\\DoctrineInitializer',
  4030. 'doctrine.orm.security.user.provider.class' => 'Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider',
  4031. 'doctrine.orm.listeners.resolve_target_entity.class' => 'Doctrine\\ORM\\Tools\\ResolveTargetEntityListener',
  4032. 'doctrine.orm.listeners.attach_entity_listeners.class' => 'Doctrine\\ORM\\Tools\\AttachEntityListenersListener',
  4033. 'doctrine.orm.naming_strategy.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultNamingStrategy',
  4034. 'doctrine.orm.naming_strategy.underscore.class' => 'Doctrine\\ORM\\Mapping\\UnderscoreNamingStrategy',
  4035. 'doctrine.orm.quote_strategy.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultQuoteStrategy',
  4036. 'doctrine.orm.quote_strategy.ansi.class' => 'Doctrine\\ORM\\Mapping\\AnsiQuoteStrategy',
  4037. 'doctrine.orm.entity_listener_resolver.class' => 'Doctrine\\Bundle\\DoctrineBundle\\Mapping\\ContainerEntityListenerResolver',
  4038. 'doctrine.orm.second_level_cache.default_cache_factory.class' => 'Doctrine\\ORM\\Cache\\DefaultCacheFactory',
  4039. 'doctrine.orm.second_level_cache.default_region.class' => 'Doctrine\\ORM\\Cache\\Region\\DefaultRegion',
  4040. 'doctrine.orm.second_level_cache.filelock_region.class' => 'Doctrine\\ORM\\Cache\\Region\\FileLockRegion',
  4041. 'doctrine.orm.second_level_cache.logger_chain.class' => 'Doctrine\\ORM\\Cache\\Logging\\CacheLoggerChain',
  4042. 'doctrine.orm.second_level_cache.logger_statistics.class' => 'Doctrine\\ORM\\Cache\\Logging\\StatisticsCacheLogger',
  4043. 'doctrine.orm.second_level_cache.cache_configuration.class' => 'Doctrine\\ORM\\Cache\\CacheConfiguration',
  4044. 'doctrine.orm.second_level_cache.regions_configuration.class' => 'Doctrine\\ORM\\Cache\\RegionsConfiguration',
  4045. 'doctrine.orm.auto_generate_proxy_classes' => true,
  4046. 'doctrine.orm.enable_lazy_ghost_objects' => false,
  4047. 'doctrine.orm.proxy_namespace' => 'Proxies',
  4048. 'doctrine.migrations.preferred_em' => NULL,
  4049. 'doctrine.migrations.preferred_connection' => NULL,
  4050. 'stof_doctrine_extensions.listener.sluggable.class' => 'Gedmo\\Sluggable\\SluggableListener',
  4051. 'stof_doctrine_extensions.default_locale' => 'en_US',
  4052. 'stof_doctrine_extensions.translation_fallback' => false,
  4053. 'stof_doctrine_extensions.persist_default_translation' => false,
  4054. 'stof_doctrine_extensions.skip_translation_on_load' => false,
  4055. 'stof_doctrine_extensions.listener.translatable.class' => 'Gedmo\\Translatable\\TranslatableListener',
  4056. 'stof_doctrine_extensions.listener.timestampable.class' => 'Gedmo\\Timestampable\\TimestampableListener',
  4057. 'stof_doctrine_extensions.listener.blameable.class' => 'Gedmo\\Blameable\\BlameableListener',
  4058. 'stof_doctrine_extensions.listener.tree.class' => 'Gedmo\\Tree\\TreeListener',
  4059. 'stof_doctrine_extensions.listener.loggable.class' => 'Gedmo\\Loggable\\LoggableListener',
  4060. 'stof_doctrine_extensions.listener.sortable.class' => 'Gedmo\\Sortable\\SortableListener',
  4061. 'stof_doctrine_extensions.listener.softdeleteable.class' => 'Gedmo\\SoftDeleteable\\SoftDeleteableListener',
  4062. 'stof_doctrine_extensions.listener.uploadable.class' => 'Gedmo\\Uploadable\\UploadableListener',
  4063. 'stof_doctrine_extensions.listener.reference_integrity.class' => 'Gedmo\\ReferenceIntegrity\\ReferenceIntegrityListener',
  4064. 'snc_redis.client.class' => 'Predis\\Client',
  4065. 'snc_redis.client_options.class' => 'Predis\\Configuration\\Options',
  4066. 'snc_redis.connection_parameters.class' => 'Predis\\Connection\\Parameters',
  4067. 'snc_redis.connection_factory.class' => 'Snc\\RedisBundle\\Client\\Predis\\Connection\\ConnectionFactory',
  4068. 'snc_redis.connection_wrapper.class' => 'Snc\\RedisBundle\\Client\\Predis\\Connection\\ConnectionWrapper',
  4069. 'snc_redis.phpredis_client.class' => 'Redis',
  4070. 'snc_redis.relay_client.class' => 'Relay\\Relay',
  4071. 'snc_redis.phpredis_clusterclient.class' => 'RedisCluster',
  4072. 'snc_redis.logger.class' => 'Snc\\RedisBundle\\Logger\\RedisLogger',
  4073. 'snc_redis.data_collector.class' => 'Snc\\RedisBundle\\DataCollector\\RedisDataCollector',
  4074. 'snc_redis.monolog_handler.class' => 'Monolog\\Handler\\RedisHandler',
  4075. 'presta_sitemap.generator.class' => 'Presta\\SitemapBundle\\Service\\Generator',
  4076. 'presta_sitemap.dumper.class' => 'Presta\\SitemapBundle\\Service\\Dumper',
  4077. 'presta_sitemap.routing_loader.class' => 'Presta\\SitemapBundle\\Routing\\SitemapRoutingLoader',
  4078. 'presta_sitemap.dump_command.class' => 'Presta\\SitemapBundle\\Command\\DumpSitemapsCommand',
  4079. 'presta_sitemap.dump_directory' => (\dirname(__DIR__, 4).'/public'),
  4080. 'presta_sitemap.timetolive' => 3600,
  4081. 'presta_sitemap.sitemap_file_prefix' => 'sitemap',
  4082. 'presta_sitemap.items_by_set' => 50000,
  4083. 'presta_sitemap.defaults' => [
  4084. 'priority' => 0.5,
  4085. 'changefreq' => 'daily',
  4086. 'lastmod' => 'now',
  4087. ],
  4088. 'presta_sitemap.default_section' => 'default',
  4089. 'presta_sitemap.eventlistener.route_annotation.class' => 'Presta\\SitemapBundle\\EventListener\\RouteAnnotationEventListener',
  4090. 'knp_menu.renderer.list.options' => [
  4091. ],
  4092. 'knp_menu.renderer.twig.options' => [
  4093. ],
  4094. 'knp_menu.renderer.twig.template' => '@KnpMenu/menu.html.twig',
  4095. 'knp_menu.default_renderer' => 'twig',
  4096. 'fos_rest.format_listener.rules' => NULL,
  4097. 'time.datetime_formatter.class' => 'Knp\\Bundle\\TimeBundle\\DateTimeFormatter',
  4098. 'time.twig.extension.time.class' => 'Knp\\Bundle\\TimeBundle\\Twig\\Extension\\TimeExtension',
  4099. 'time.templating.helper.time.class' => 'Knp\\Bundle\\TimeBundle\\Templating\\Helper\\TimeHelper',
  4100. 'knp_snappy.pdf.binary' => 'wkhtmltopdf',
  4101. 'knp_snappy.pdf.options' => [
  4102. ],
  4103. 'knp_snappy.pdf.env' => [
  4104. ],
  4105. 'knp_snappy.image.binary' => 'wkhtmltoimage',
  4106. 'knp_snappy.image.options' => [
  4107. ],
  4108. 'knp_snappy.image.env' => [
  4109. ],
  4110. 'ewz_recaptcha.public_key' => '6LeOgtEUAAAAAKDoPnvxjAlSF2C79uhXltgHYwKh',
  4111. 'ewz_recaptcha.private_key' => '6LeOgtEUAAAAAIBjvXyfrEPR0zE5XqC91uAPuuPD',
  4112. 'ewz_recaptcha.locale_key' => 'es',
  4113. 'ewz_recaptcha.locale_from_request' => true,
  4114. 'ewz_recaptcha.enabled' => false,
  4115. 'ewz_recaptcha.verify_host' => false,
  4116. 'ewz_recaptcha.ajax' => false,
  4117. 'ewz_recaptcha.api_host' => 'www.google.com',
  4118. 'ewz_recaptcha.version' => 2,
  4119. 'ewz_recaptcha.hide_badge' => false,
  4120. 'ewz_recaptcha.score_threshold' => 0.5,
  4121. 'ewz_recaptcha.timeout' => NULL,
  4122. 'ewz_recaptcha.trusted_roles' => [
  4123. ],
  4124. 'ewz_recaptcha.http_proxy' => [
  4125. 'host' => NULL,
  4126. 'port' => NULL,
  4127. 'auth' => NULL,
  4128. ],
  4129. 'ewz_recaptcha.service_definition' => [
  4130. ],
  4131. 'lexik_jwt_authentication.private_key_path' => (\dirname(__DIR__, 4).'/app/security/jwt/private.pem'),
  4132. 'lexik_jwt_authentication.public_key_path' => (\dirname(__DIR__, 4).'/app/security/jwt/public.pem'),
  4133. 'lexik_jwt_authentication.pass_phrase' => '$#c138JWT',
  4134. 'lexik_jwt_authentication.token_ttl' => 86400,
  4135. 'lexik_jwt_authentication.clock_skew' => 0,
  4136. 'lexik_jwt_authentication.user_identity_field' => 'username',
  4137. 'lexik_jwt_authentication.allow_no_expiration' => false,
  4138. 'lexik_jwt_authentication.user_id_claim' => 'username',
  4139. 'lexik_jwt_authentication.encoder.signature_algorithm' => 'RS256',
  4140. 'lexik_jwt_authentication.encoder.crypto_engine' => 'openssl',
  4141. 'gesdinet_jwt_refresh_token.ttl' => 2592000,
  4142. 'gesdinet_jwt_refresh_token.ttl_update' => false,
  4143. 'gesdinet_jwt_refresh_token.security.firewall' => 'refresh',
  4144. 'gesdinet_jwt_refresh_token.user_provider' => NULL,
  4145. 'gesdinet_jwt_refresh_token.user_identity_field' => 'username',
  4146. 'gesdinet_jwt_refresh_token.single_use' => false,
  4147. 'gesdinet_jwt_refresh_token.token_parameter_name' => 'refresh_token',
  4148. 'gesdinet_jwt_refresh_token.doctrine_mappings' => true,
  4149. 'gesdinet.jwtrefreshtoken.refresh_token.class' => 'Whater\\Domain\\Security\\Model\\JwtRefreshToken',
  4150. 'gesdinet.jwtrefreshtoken.object_manager.id' => 'doctrine.orm.entity_manager',
  4151. 'gesdinet.jwtrefreshtoken.user_checker.id' => 'security.user_checker',
  4152. 'nelmio_api_doc.areas' => [
  4153. 0 => 'default',
  4154. ],
  4155. 'nelmio_cors.map' => [
  4156. '^/api-public/' => [
  4157. 'allow_credentials' => true,
  4158. 'allow_origin' => true,
  4159. 'allow_headers' => true,
  4160. 'allow_methods' => [
  4161. 0 => 'POST',
  4162. 1 => 'PUT',
  4163. 2 => 'GET',
  4164. 3 => 'DELETE',
  4165. ],
  4166. 'max_age' => 3600,
  4167. ],
  4168. '^/api/' => [
  4169. 'allow_credentials' => true,
  4170. 'allow_origin' => true,
  4171. 'allow_headers' => true,
  4172. 'allow_methods' => [
  4173. 0 => 'POST',
  4174. 1 => 'PUT',
  4175. 2 => 'GET',
  4176. 3 => 'DELETE',
  4177. ],
  4178. 'max_age' => 3600,
  4179. ],
  4180. '^/widget/' => [
  4181. 'allow_credentials' => true,
  4182. 'allow_origin' => true,
  4183. 'allow_headers' => true,
  4184. 'allow_methods' => [
  4185. 0 => 'POST',
  4186. 1 => 'PUT',
  4187. 2 => 'GET',
  4188. 3 => 'DELETE',
  4189. ],
  4190. 'max_age' => 3600,
  4191. ],
  4192. ],
  4193. 'nelmio_cors.defaults' => [
  4194. 'allow_origin' => [
  4195. ],
  4196. 'allow_credentials' => false,
  4197. 'allow_headers' => [
  4198. ],
  4199. 'allow_private_network' => false,
  4200. 'expose_headers' => [
  4201. ],
  4202. 'allow_methods' => [
  4203. ],
  4204. 'max_age' => 0,
  4205. 'hosts' => [
  4206. ],
  4207. 'origin_regex' => false,
  4208. 'forced_allow_origin_value' => NULL,
  4209. 'skip_same_as_origin' => true,
  4210. ],
  4211. 'nelmio_cors.cors_listener.class' => 'Nelmio\\CorsBundle\\EventListener\\CorsListener',
  4212. 'nelmio_cors.options_resolver.class' => 'Nelmio\\CorsBundle\\Options\\Resolver',
  4213. 'nelmio_cors.options_provider.config.class' => 'Nelmio\\CorsBundle\\Options\\ConfigProvider',
  4214. 'nelmio_security.nonce_generator.number_of_bytes' => 16,
  4215. 'nelmio_security.csp.hash_algorithm' => 'sha256',
  4216. 'nelmio_security.csp.report_log_level' => 'notice',
  4217. 'liip_imagine.resolvers' => [
  4218. 'default' => [
  4219. 'web_path' => [
  4220. 'web_root' => (\dirname(__DIR__, 4).'/web/'),
  4221. 'cache_prefix' => 'media/cache',
  4222. ],
  4223. ],
  4224. ],
  4225. 'liip_imagine.loaders' => [
  4226. 'default' => [
  4227. 'filesystem' => [
  4228. 'data_root' => [
  4229. 0 => (\dirname(__DIR__, 4).'/web/'),
  4230. ],
  4231. 'locator' => 'filesystem',
  4232. 'allow_unresolvable_data_roots' => false,
  4233. 'bundle_resources' => [
  4234. 'enabled' => false,
  4235. 'access_control_type' => 'blacklist',
  4236. 'access_control_list' => [
  4237. ],
  4238. ],
  4239. ],
  4240. ],
  4241. ],
  4242. 'liip_imagine.jpegoptim.binary' => '/usr/bin/jpegoptim',
  4243. 'liip_imagine.jpegoptim.stripAll' => true,
  4244. 'liip_imagine.jpegoptim.max' => NULL,
  4245. 'liip_imagine.jpegoptim.progressive' => true,
  4246. 'liip_imagine.jpegoptim.tempDir' => NULL,
  4247. 'liip_imagine.optipng.binary' => '/usr/bin/optipng',
  4248. 'liip_imagine.optipng.level' => 7,
  4249. 'liip_imagine.optipng.stripAll' => true,
  4250. 'liip_imagine.optipng.tempDir' => NULL,
  4251. 'liip_imagine.pngquant.binary' => '/usr/bin/pngquant',
  4252. 'liip_imagine.mozjpeg.binary' => '/opt/mozjpeg/bin/cjpeg',
  4253. 'liip_imagine.cwebp.binary' => '/usr/bin/cwebp',
  4254. 'liip_imagine.cwebp.tempDir' => NULL,
  4255. 'liip_imagine.cwebp.q' => 75,
  4256. 'liip_imagine.cwebp.alphaQ' => 100,
  4257. 'liip_imagine.cwebp.m' => 4,
  4258. 'liip_imagine.cwebp.alphaFilter' => 'fast',
  4259. 'liip_imagine.cwebp.alphaMethod' => 1,
  4260. 'liip_imagine.cwebp.exact' => false,
  4261. 'liip_imagine.cwebp.metadata' => [
  4262. 0 => 'none',
  4263. ],
  4264. 'liip_imagine.driver_service' => 'liip_imagine.gd',
  4265. 'liip_imagine.cache.resolver.default' => 'default',
  4266. 'liip_imagine.default_image' => NULL,
  4267. 'liip_imagine.filter_sets' => [
  4268. 'cache' => [
  4269. 'quality' => 100,
  4270. 'jpeg_quality' => NULL,
  4271. 'png_compression_level' => NULL,
  4272. 'png_compression_filter' => NULL,
  4273. 'format' => NULL,
  4274. 'animated' => false,
  4275. 'cache' => NULL,
  4276. 'data_loader' => NULL,
  4277. 'default_image' => NULL,
  4278. 'filters' => [
  4279. ],
  4280. 'post_processors' => [
  4281. ],
  4282. ],
  4283. 'whaterpoint_gallery' => [
  4284. 'quality' => 100,
  4285. 'jpeg_quality' => NULL,
  4286. 'png_compression_level' => NULL,
  4287. 'png_compression_filter' => NULL,
  4288. 'format' => NULL,
  4289. 'animated' => false,
  4290. 'cache' => NULL,
  4291. 'data_loader' => NULL,
  4292. 'default_image' => NULL,
  4293. 'filters' => [
  4294. 'thumbnail' => [
  4295. 'size' => [
  4296. 0 => 400,
  4297. 1 => 400,
  4298. ],
  4299. 'position' => 'center',
  4300. ],
  4301. ],
  4302. 'post_processors' => [
  4303. ],
  4304. ],
  4305. 'whaterpoint_thumb' => [
  4306. 'quality' => 80,
  4307. 'jpeg_quality' => NULL,
  4308. 'png_compression_level' => NULL,
  4309. 'png_compression_filter' => NULL,
  4310. 'format' => NULL,
  4311. 'animated' => false,
  4312. 'cache' => NULL,
  4313. 'data_loader' => NULL,
  4314. 'default_image' => NULL,
  4315. 'filters' => [
  4316. 'thumbnail' => [
  4317. 'size' => [
  4318. 0 => 200,
  4319. 1 => 200,
  4320. ],
  4321. 'position' => 'center',
  4322. ],
  4323. ],
  4324. 'post_processors' => [
  4325. ],
  4326. ],
  4327. 'whaterpoint_thumb_100_50' => [
  4328. 'quality' => 100,
  4329. 'jpeg_quality' => NULL,
  4330. 'png_compression_level' => NULL,
  4331. 'png_compression_filter' => NULL,
  4332. 'format' => NULL,
  4333. 'animated' => false,
  4334. 'cache' => NULL,
  4335. 'data_loader' => NULL,
  4336. 'default_image' => NULL,
  4337. 'filters' => [
  4338. 'thumbnail' => [
  4339. 'size' => [
  4340. 0 => 100,
  4341. 1 => 50,
  4342. ],
  4343. 'position' => 'center',
  4344. ],
  4345. ],
  4346. 'post_processors' => [
  4347. ],
  4348. ],
  4349. 'whaterpoint_logo' => [
  4350. 'quality' => 100,
  4351. 'jpeg_quality' => NULL,
  4352. 'png_compression_level' => NULL,
  4353. 'png_compression_filter' => NULL,
  4354. 'format' => NULL,
  4355. 'animated' => false,
  4356. 'cache' => NULL,
  4357. 'data_loader' => NULL,
  4358. 'default_image' => NULL,
  4359. 'filters' => [
  4360. 'thumbnail' => [
  4361. 'size' => [
  4362. 0 => 500,
  4363. 1 => 140,
  4364. ],
  4365. 'position' => 'center',
  4366. ],
  4367. ],
  4368. 'post_processors' => [
  4369. ],
  4370. ],
  4371. 'whaterpoint_simple_logo_60' => [
  4372. 'quality' => 100,
  4373. 'jpeg_quality' => NULL,
  4374. 'png_compression_level' => NULL,
  4375. 'png_compression_filter' => NULL,
  4376. 'format' => NULL,
  4377. 'animated' => false,
  4378. 'cache' => NULL,
  4379. 'data_loader' => NULL,
  4380. 'default_image' => NULL,
  4381. 'filters' => [
  4382. 'thumbnail' => [
  4383. 'size' => [
  4384. 0 => 60,
  4385. 1 => 60,
  4386. ],
  4387. 'position' => 'center',
  4388. ],
  4389. ],
  4390. 'post_processors' => [
  4391. ],
  4392. ],
  4393. 'whaterpoint_simple_logo_40' => [
  4394. 'quality' => 100,
  4395. 'jpeg_quality' => NULL,
  4396. 'png_compression_level' => NULL,
  4397. 'png_compression_filter' => NULL,
  4398. 'format' => NULL,
  4399. 'animated' => false,
  4400. 'cache' => NULL,
  4401. 'data_loader' => NULL,
  4402. 'default_image' => NULL,
  4403. 'filters' => [
  4404. 'thumbnail' => [
  4405. 'size' => [
  4406. 0 => 40,
  4407. 1 => 40,
  4408. ],
  4409. 'position' => 'center',
  4410. ],
  4411. ],
  4412. 'post_processors' => [
  4413. ],
  4414. ],
  4415. 'product_list_image' => [
  4416. 'quality' => 100,
  4417. 'jpeg_quality' => NULL,
  4418. 'png_compression_level' => NULL,
  4419. 'png_compression_filter' => NULL,
  4420. 'format' => NULL,
  4421. 'animated' => false,
  4422. 'cache' => NULL,
  4423. 'data_loader' => NULL,
  4424. 'default_image' => NULL,
  4425. 'filters' => [
  4426. 'thumbnail' => [
  4427. 'size' => [
  4428. 0 => 530,
  4429. 1 => 530,
  4430. ],
  4431. 'mode' => 'center',
  4432. ],
  4433. 'background' => [
  4434. 'color' => '#ffffff',
  4435. ],
  4436. ],
  4437. 'post_processors' => [
  4438. ],
  4439. ],
  4440. 'product_image_thumbnail_65_65' => [
  4441. 'quality' => 100,
  4442. 'jpeg_quality' => NULL,
  4443. 'png_compression_level' => NULL,
  4444. 'png_compression_filter' => NULL,
  4445. 'format' => NULL,
  4446. 'animated' => false,
  4447. 'cache' => NULL,
  4448. 'data_loader' => NULL,
  4449. 'default_image' => NULL,
  4450. 'filters' => [
  4451. 'thumbnail' => [
  4452. 'size' => [
  4453. 0 => 65,
  4454. 1 => 65,
  4455. ],
  4456. 'mode' => 'center',
  4457. ],
  4458. 'background' => [
  4459. 'color' => '#ffffff',
  4460. ],
  4461. ],
  4462. 'post_processors' => [
  4463. ],
  4464. ],
  4465. 'product_image_thumbnail_25_25' => [
  4466. 'quality' => 100,
  4467. 'jpeg_quality' => NULL,
  4468. 'png_compression_level' => NULL,
  4469. 'png_compression_filter' => NULL,
  4470. 'format' => NULL,
  4471. 'animated' => false,
  4472. 'cache' => NULL,
  4473. 'data_loader' => NULL,
  4474. 'default_image' => NULL,
  4475. 'filters' => [
  4476. 'thumbnail' => [
  4477. 'size' => [
  4478. 0 => 25,
  4479. 1 => 25,
  4480. ],
  4481. 'mode' => 'center',
  4482. ],
  4483. 'background' => [
  4484. 'color' => '#ffffff',
  4485. ],
  4486. ],
  4487. 'post_processors' => [
  4488. ],
  4489. ],
  4490. 'product_image_thumbnail_480_480' => [
  4491. 'quality' => 100,
  4492. 'jpeg_quality' => NULL,
  4493. 'png_compression_level' => NULL,
  4494. 'png_compression_filter' => NULL,
  4495. 'format' => NULL,
  4496. 'animated' => false,
  4497. 'cache' => NULL,
  4498. 'data_loader' => NULL,
  4499. 'default_image' => NULL,
  4500. 'filters' => [
  4501. 'thumbnail' => [
  4502. 'size' => [
  4503. 0 => 480,
  4504. 1 => 480,
  4505. ],
  4506. 'mode' => 'center',
  4507. ],
  4508. 'background' => [
  4509. 'color' => '#ffffff',
  4510. ],
  4511. ],
  4512. 'post_processors' => [
  4513. ],
  4514. ],
  4515. 'whater_valoration_image_thumb_300_200' => [
  4516. 'quality' => 100,
  4517. 'jpeg_quality' => NULL,
  4518. 'png_compression_level' => NULL,
  4519. 'png_compression_filter' => NULL,
  4520. 'format' => NULL,
  4521. 'animated' => false,
  4522. 'cache' => NULL,
  4523. 'data_loader' => NULL,
  4524. 'default_image' => NULL,
  4525. 'filters' => [
  4526. 'thumbnail' => [
  4527. 'size' => [
  4528. 0 => 300,
  4529. 1 => 200,
  4530. ],
  4531. 'position' => 'center',
  4532. ],
  4533. ],
  4534. 'post_processors' => [
  4535. ],
  4536. ],
  4537. 'distribution_network_valoration_image_thumb_300_200' => [
  4538. 'quality' => 100,
  4539. 'jpeg_quality' => NULL,
  4540. 'png_compression_level' => NULL,
  4541. 'png_compression_filter' => NULL,
  4542. 'format' => NULL,
  4543. 'animated' => false,
  4544. 'cache' => NULL,
  4545. 'data_loader' => NULL,
  4546. 'default_image' => NULL,
  4547. 'filters' => [
  4548. 'thumbnail' => [
  4549. 'size' => [
  4550. 0 => 300,
  4551. 1 => 200,
  4552. ],
  4553. 'position' => 'center',
  4554. ],
  4555. ],
  4556. 'post_processors' => [
  4557. ],
  4558. ],
  4559. 'whater_blog_header_image_1200_300' => [
  4560. 'quality' => 100,
  4561. 'jpeg_quality' => NULL,
  4562. 'png_compression_level' => NULL,
  4563. 'png_compression_filter' => NULL,
  4564. 'format' => NULL,
  4565. 'animated' => false,
  4566. 'cache' => NULL,
  4567. 'data_loader' => NULL,
  4568. 'default_image' => NULL,
  4569. 'filters' => [
  4570. 'thumbnail' => [
  4571. 'size' => [
  4572. 0 => 1200,
  4573. 1 => 300,
  4574. ],
  4575. 'position' => 'center',
  4576. ],
  4577. ],
  4578. 'post_processors' => [
  4579. ],
  4580. ],
  4581. 'whater_blog_header_list_image_1200_200' => [
  4582. 'quality' => 100,
  4583. 'jpeg_quality' => NULL,
  4584. 'png_compression_level' => NULL,
  4585. 'png_compression_filter' => NULL,
  4586. 'format' => NULL,
  4587. 'animated' => false,
  4588. 'cache' => NULL,
  4589. 'data_loader' => NULL,
  4590. 'default_image' => NULL,
  4591. 'filters' => [
  4592. 'thumbnail' => [
  4593. 'size' => [
  4594. 0 => 1200,
  4595. 1 => 200,
  4596. ],
  4597. 'position' => 'center',
  4598. ],
  4599. ],
  4600. 'post_processors' => [
  4601. ],
  4602. ],
  4603. ],
  4604. 'liip_imagine.binary.loader.default' => 'default',
  4605. 'liip_imagine.controller.filter_action' => 'Liip\\ImagineBundle\\Controller\\ImagineController::filterAction',
  4606. 'liip_imagine.controller.filter_runtime_action' => 'Liip\\ImagineBundle\\Controller\\ImagineController::filterRuntimeAction',
  4607. 'liip_imagine.webp.generate' => false,
  4608. 'liip_imagine.webp.options' => [
  4609. 'quality' => 100,
  4610. 'cache' => NULL,
  4611. 'data_loader' => NULL,
  4612. 'post_processors' => [
  4613. ],
  4614. ],
  4615. 'gos_web_socket.shared_config' => true,
  4616. 'gos_web_socket.client.storage.ttl' => 900,
  4617. 'gos_web_socket.firewall' => [
  4618. 0 => 'main',
  4619. ],
  4620. 'gos_web_socket.client.storage.prefix' => '',
  4621. 'gos_web_socket.server.port' => 8888,
  4622. 'gos_web_socket.server.host' => '0.0.0.0',
  4623. 'gos_web_socket.server.tls.enabled' => false,
  4624. 'gos_web_socket.server.tls.options' => [
  4625. ],
  4626. 'gos_web_socket.server.origin_check' => false,
  4627. 'gos_web_socket.server.ip_address_check' => false,
  4628. 'gos_web_socket.server.keepalive_ping' => false,
  4629. 'gos_web_socket.server.keepalive_interval' => 30,
  4630. 'gos_web_socket.router_resources' => [
  4631. 0 => [
  4632. 'resource' => '@WhaterUIWebBundle/Resources/config/websockets/wsrouting.yml',
  4633. 'type' => 'yaml',
  4634. ],
  4635. ],
  4636. 'gos_web_socket.blocked_ip_addresses' => [
  4637. ],
  4638. 'vich_uploader.default_filename_attribute_suffix' => '_name',
  4639. 'vich_uploader.mappings' => [
  4640. 'whater_point_image' => [
  4641. 'uri_prefix' => '/media/whaterpoint',
  4642. 'upload_destination' => (\dirname(__DIR__, 4).'/web/media/whaterpoint'),
  4643. 'namer' => [
  4644. 'service' => 'Vich\\UploaderBundle\\Naming\\UniqidNamer.whater_point_image',
  4645. 'options' => [
  4646. ],
  4647. ],
  4648. 'inject_on_load' => false,
  4649. 'delete_on_update' => true,
  4650. 'delete_on_remove' => true,
  4651. 'directory_namer' => [
  4652. 'service' => NULL,
  4653. 'options' => NULL,
  4654. ],
  4655. 'db_driver' => 'orm',
  4656. ],
  4657. 'analytical_media' => [
  4658. 'uri_prefix' => '/media/analytical_media',
  4659. 'upload_destination' => (\dirname(__DIR__, 4).'/web/media/analytical_media'),
  4660. 'namer' => [
  4661. 'service' => 'Vich\\UploaderBundle\\Naming\\UniqidNamer.analytical_media',
  4662. 'options' => [
  4663. ],
  4664. ],
  4665. 'inject_on_load' => false,
  4666. 'delete_on_update' => true,
  4667. 'delete_on_remove' => true,
  4668. 'directory_namer' => [
  4669. 'service' => NULL,
  4670. 'options' => NULL,
  4671. ],
  4672. 'db_driver' => 'orm',
  4673. ],
  4674. 'product_image' => [
  4675. 'uri_prefix' => '/media/product',
  4676. 'upload_destination' => (\dirname(__DIR__, 4).'/web/media/product'),
  4677. 'namer' => [
  4678. 'service' => 'Vich\\UploaderBundle\\Naming\\UniqidNamer.product_image',
  4679. 'options' => [
  4680. ],
  4681. ],
  4682. 'inject_on_load' => false,
  4683. 'delete_on_update' => true,
  4684. 'delete_on_remove' => true,
  4685. 'directory_namer' => [
  4686. 'service' => NULL,
  4687. 'options' => NULL,
  4688. ],
  4689. 'db_driver' => 'orm',
  4690. ],
  4691. 'whater_valoration_image' => [
  4692. 'uri_prefix' => '/media/valoration',
  4693. 'upload_destination' => (\dirname(__DIR__, 4).'/web/media/valoration'),
  4694. 'namer' => [
  4695. 'service' => 'Vich\\UploaderBundle\\Naming\\UniqidNamer.whater_valoration_image',
  4696. 'options' => [
  4697. ],
  4698. ],
  4699. 'inject_on_load' => false,
  4700. 'delete_on_update' => true,
  4701. 'delete_on_remove' => true,
  4702. 'directory_namer' => [
  4703. 'service' => NULL,
  4704. 'options' => NULL,
  4705. ],
  4706. 'db_driver' => 'orm',
  4707. ],
  4708. 'distribution_network_valoration_image' => [
  4709. 'uri_prefix' => '/media/dn_valoration',
  4710. 'upload_destination' => (\dirname(__DIR__, 4).'/web/media/dn_valoration'),
  4711. 'namer' => [
  4712. 'service' => 'Vich\\UploaderBundle\\Naming\\UniqidNamer.distribution_network_valoration_image',
  4713. 'options' => [
  4714. ],
  4715. ],
  4716. 'inject_on_load' => false,
  4717. 'delete_on_update' => true,
  4718. 'delete_on_remove' => true,
  4719. 'directory_namer' => [
  4720. 'service' => NULL,
  4721. 'options' => NULL,
  4722. ],
  4723. 'db_driver' => 'orm',
  4724. ],
  4725. ],
  4726. 'vich_uploader.file_injector.class' => 'Vich\\UploaderBundle\\Injector\\FileInjector',
  4727. 'sonata.media.admin_format' => [
  4728. 'width' => 200,
  4729. 'height' => NULL,
  4730. 'quality' => 90,
  4731. 'format' => 'jpg',
  4732. 'constraint' => true,
  4733. 'resizer' => NULL,
  4734. 'resizer_options' => [
  4735. ],
  4736. ],
  4737. 'sonata.media.resizer.simple.adapter.mode' => 1,
  4738. 'sonata.media.resizer.square.adapter.mode' => 1,
  4739. 'sonata.media.media.class' => 'App\\Entity\\SonataMediaMedia',
  4740. 'sonata.media.gallery.class' => 'App\\Entity\\SonataMediaGallery',
  4741. 'sonata.media.gallery_item.class' => 'App\\Entity\\SonataMediaGalleryItem',
  4742. 'sonata.admin.manipulator.acl.object.orm.class' => 'Sonata\\DoctrineORMAdminBundle\\Util\\ObjectAclManipulator',
  4743. 'sonata_doctrine_orm_admin.entity_manager' => NULL,
  4744. 'sonata_doctrine_orm_admin.templates' => [
  4745. 'types' => [
  4746. 'list' => [
  4747. 'array' => '@SonataAdmin/CRUD/list_array.html.twig',
  4748. 'boolean' => '@SonataAdmin/CRUD/list_boolean.html.twig',
  4749. 'date' => '@SonataAdmin/CRUD/list_date.html.twig',
  4750. 'time' => '@SonataAdmin/CRUD/list_time.html.twig',
  4751. 'datetime' => '@SonataAdmin/CRUD/list_datetime.html.twig',
  4752. 'textarea' => '@SonataAdmin/CRUD/list_string.html.twig',
  4753. 'email' => '@SonataAdmin/CRUD/list_email.html.twig',
  4754. 'enum' => '@SonataAdmin/CRUD/list_enum.html.twig',
  4755. 'trans' => '@SonataAdmin/CRUD/list_trans.html.twig',
  4756. 'string' => '@SonataAdmin/CRUD/list_string.html.twig',
  4757. 'integer' => '@SonataAdmin/CRUD/list_string.html.twig',
  4758. 'float' => '@SonataAdmin/CRUD/list_string.html.twig',
  4759. 'identifier' => '@SonataAdmin/CRUD/list_string.html.twig',
  4760. 'currency' => '@SonataAdmin/CRUD/list_currency.html.twig',
  4761. 'percent' => '@SonataAdmin/CRUD/list_percent.html.twig',
  4762. 'choice' => '@SonataAdmin/CRUD/list_choice.html.twig',
  4763. 'url' => '@SonataAdmin/CRUD/list_url.html.twig',
  4764. 'html' => '@SonataAdmin/CRUD/list_html.html.twig',
  4765. 'many_to_many' => '@SonataAdmin/CRUD/Association/list_many_to_many.html.twig',
  4766. 'many_to_one' => '@SonataAdmin/CRUD/Association/list_many_to_one.html.twig',
  4767. 'one_to_many' => '@SonataAdmin/CRUD/Association/list_one_to_many.html.twig',
  4768. 'one_to_one' => '@SonataAdmin/CRUD/Association/list_one_to_one.html.twig',
  4769. ],
  4770. 'show' => [
  4771. 'array' => '@SonataAdmin/CRUD/show_array.html.twig',
  4772. 'boolean' => '@SonataAdmin/CRUD/show_boolean.html.twig',
  4773. 'date' => '@SonataAdmin/CRUD/show_date.html.twig',
  4774. 'time' => '@SonataAdmin/CRUD/show_time.html.twig',
  4775. 'datetime' => '@SonataAdmin/CRUD/show_datetime.html.twig',
  4776. 'email' => '@SonataAdmin/CRUD/show_email.html.twig',
  4777. 'enum' => '@SonataAdmin/CRUD/show_enum.html.twig',
  4778. 'trans' => '@SonataAdmin/CRUD/show_trans.html.twig',
  4779. 'string' => '@SonataAdmin/CRUD/base_show_field.html.twig',
  4780. 'integer' => '@SonataAdmin/CRUD/base_show_field.html.twig',
  4781. 'float' => '@SonataAdmin/CRUD/base_show_field.html.twig',
  4782. 'currency' => '@SonataAdmin/CRUD/show_currency.html.twig',
  4783. 'percent' => '@SonataAdmin/CRUD/show_percent.html.twig',
  4784. 'choice' => '@SonataAdmin/CRUD/show_choice.html.twig',
  4785. 'url' => '@SonataAdmin/CRUD/show_url.html.twig',
  4786. 'html' => '@SonataAdmin/CRUD/show_html.html.twig',
  4787. 'many_to_many' => '@SonataAdmin/CRUD/Association/show_many_to_many.html.twig',
  4788. 'many_to_one' => '@SonataAdmin/CRUD/Association/show_many_to_one.html.twig',
  4789. 'one_to_many' => '@SonataAdmin/CRUD/Association/show_one_to_many.html.twig',
  4790. 'one_to_one' => '@SonataAdmin/CRUD/Association/show_one_to_one.html.twig',
  4791. ],
  4792. ],
  4793. ],
  4794. 'kira_log_viewer.dashboard.metrics_per_row' => 3,
  4795. 'kira_log_viewer.dashboard.metrics' => [
  4796. 'logs_of_day' => [
  4797. 'title' => 'Daily',
  4798. 'type' => 'counter',
  4799. 'color' => 'blue-600',
  4800. 'icon' => 'fa-calendar-check',
  4801. 'filters' => [
  4802. 'level' => [
  4803. 0 => 'INFO',
  4804. ],
  4805. 'channel' => [
  4806. 0 => 'security',
  4807. ],
  4808. 'message' => [
  4809. 0 => 'login',
  4810. ],
  4811. ],
  4812. ],
  4813. 'logs_of_day2' => [
  4814. 'title' => 'Daily',
  4815. 'type' => 'counter',
  4816. 'color' => 'blue-600',
  4817. 'icon' => 'fa-calendar-check',
  4818. 'filters' => [
  4819. 'level' => [
  4820. 0 => 'INFO',
  4821. ],
  4822. 'channel' => [
  4823. 0 => 'security',
  4824. ],
  4825. 'message' => [
  4826. 0 => 'login',
  4827. ],
  4828. ],
  4829. ],
  4830. 'notice' => [
  4831. 'title' => 'Notice',
  4832. 'color' => 'yellow-600',
  4833. 'icon' => 'fa-calendar-check',
  4834. 'filters' => [
  4835. 'level' => [
  4836. 0 => 'NOTICE',
  4837. ],
  4838. ],
  4839. 'type' => 'counter',
  4840. ],
  4841. 'info' => [
  4842. 'title' => 'Info',
  4843. 'color' => 'green-600',
  4844. 'icon' => 'fa-calendar-check',
  4845. 'filters' => [
  4846. 'level' => [
  4847. 0 => 'INFO',
  4848. ],
  4849. ],
  4850. 'type' => 'counter',
  4851. ],
  4852. 'debug' => [
  4853. 'title' => 'Debug',
  4854. 'color' => 'gray-600',
  4855. 'icon' => 'fa-calendar-check',
  4856. 'filters' => [
  4857. 'level' => [
  4858. 0 => 'DEBUG',
  4859. ],
  4860. ],
  4861. 'type' => 'counter',
  4862. ],
  4863. 'error' => [
  4864. 'title' => 'Error',
  4865. 'color' => 'red-600',
  4866. 'icon' => 'fa-calendar-check',
  4867. 'filters' => [
  4868. 'level' => [
  4869. 0 => 'ERROR',
  4870. ],
  4871. ],
  4872. 'type' => 'counter',
  4873. ],
  4874. 'all_logs' => [
  4875. 'title' => 'All',
  4876. 'color' => 'indigo-600',
  4877. 'icon' => 'fa-calendar-check',
  4878. 'type' => 'counter',
  4879. 'filters' => [
  4880. ],
  4881. ],
  4882. ],
  4883. 'kira_log_viewer.groups' => [
  4884. 'date' => [
  4885. 'regex' => '.*',
  4886. 'type' => 'date',
  4887. ],
  4888. 'channel' => [
  4889. 'regex' => '[a-z_]+',
  4890. 'type' => 'text',
  4891. ],
  4892. 'level' => [
  4893. 'regex' => '[A-Z]+',
  4894. 'type' => 'text',
  4895. ],
  4896. 'message' => [
  4897. 'regex' => '.*',
  4898. 'type' => 'text',
  4899. ],
  4900. 'context' => [
  4901. 'regex' => '(?\'array1\'\\[(?>(?>[^[\\]]+)|(?&array1))*\\])|(?\'object1\'{(?>(?>[^{}]+)|(?&object1))*})',
  4902. 'type' => 'json',
  4903. ],
  4904. 'extra' => [
  4905. 'regex' => '(?\'array2\'\\[(?>(?>[^[\\]]+)|(?&array2))*\\])',
  4906. 'type' => 'json',
  4907. ],
  4908. ],
  4909. 'kira_log_viewer.dashboard.date' => 'today',
  4910. 'eight_points_guzzle.http_client.class' => 'GuzzleHttp\\Client',
  4911. 'eight_points_guzzle.formatter.class' => 'GuzzleHttp\\MessageFormatter',
  4912. 'eight_points_guzzle.symfony_log_formatter.class' => 'GuzzleHttp\\MessageFormatter',
  4913. 'eight_points_guzzle.data_collector.class' => 'EightPoints\\Bundle\\GuzzleBundle\\DataCollector\\HttpDataCollector',
  4914. 'eight_points_guzzle.logger.class' => 'EightPoints\\Bundle\\GuzzleBundle\\Log\\Logger',
  4915. 'eight_points_guzzle.middleware.log.class' => 'EightPoints\\Bundle\\GuzzleBundle\\Middleware\\LogMiddleware',
  4916. 'eight_points_guzzle.middleware.profile.class' => 'EightPoints\\Bundle\\GuzzleBundle\\Middleware\\ProfileMiddleware',
  4917. 'eight_points_guzzle.middleware.event_dispatcher.class' => 'EightPoints\\Bundle\\GuzzleBundle\\Middleware\\EventDispatchMiddleware',
  4918. 'eight_points_guzzle.middleware.request_time.class' => 'EightPoints\\Bundle\\GuzzleBundle\\Middleware\\RequestTimeMiddleware',
  4919. 'eight_points_guzzle.middleware.symfony_log.class' => 'EightPoints\\Bundle\\GuzzleBundle\\Middleware\\SymfonyLogMiddleware',
  4920. 'eight_points_guzzle.symfony_log_formatter.pattern' => '{method} {uri} {code}',
  4921. 'eight_points_guzzle.middleware.class' => 'GuzzleHttp\\Middleware',
  4922. 'eight_points_guzzle.plugin.header.headers' => [
  4923. ],
  4924. 'fm_elfinder.loader' => 'FM\\ElfinderBundle\\Loader\\ElFinderLoader',
  4925. 'fm_elfinder.configurator' => 'FM\\ElfinderBundle\\Configuration\\ElFinderConfigurationReader',
  4926. 'elfinder.form.type.class' => 'FM\\ElfinderBundle\\Form\\Type\\ElFinderType',
  4927. 'fm_elfinder' => [
  4928. 'assets_path' => '/assets/elfinder/',
  4929. 'instances' => [
  4930. 'blog' => [
  4931. 'locale' => 'es',
  4932. 'editor' => 'ckeditor',
  4933. 'connector' => [
  4934. 'debug' => false,
  4935. 'roots' => [
  4936. 'blog_files' => [
  4937. 'driver' => 'LocalFileSystem',
  4938. 'path' => 'blog_files',
  4939. 'alias' => 'Recursos del Blog',
  4940. 'upload_allow' => [
  4941. 0 => 'image/png',
  4942. 1 => 'image/jpg',
  4943. 2 => 'image/jpeg',
  4944. 3 => 'video/mp4',
  4945. ],
  4946. 'upload_max_size' => '20M',
  4947. 'attributes' => [
  4948. 0 => [
  4949. 'pattern' => '..',
  4950. 'read' => true,
  4951. 'write' => true,
  4952. 'locked' => false,
  4953. 'hidden' => false,
  4954. ],
  4955. ],
  4956. 'volume_id' => 0,
  4957. 'autoload' => false,
  4958. 'phash' => '',
  4959. 'trash_hash' => '',
  4960. 'locale' => '',
  4961. 'i18n_folder_name' => false,
  4962. 'mime_detect' => 'auto',
  4963. 'mimefile' => '',
  4964. 'security_voter' => '',
  4965. 'start_path' => '',
  4966. 'encoding' => 'UTF-8',
  4967. 'url' => '',
  4968. 'img_lib' => 'auto',
  4969. 'tmb_path' => '.tmb',
  4970. 'tmb_path_mode' => 511,
  4971. 'tmb_url' => '',
  4972. 'tmb_size' => 48,
  4973. 'tmb_crop' => true,
  4974. 'tmb_bg_color' => '#ffffff',
  4975. 'quarantine' => NULL,
  4976. 'copy_overwrite' => true,
  4977. 'copy_join' => true,
  4978. 'copy_from' => true,
  4979. 'copy_to' => true,
  4980. 'upload_overwrite' => true,
  4981. 'fileMode' => 420,
  4982. 'upload_deny' => [
  4983. 0 => 'all',
  4984. ],
  4985. 'upload_order' => [
  4986. 0 => 'deny',
  4987. 1 => 'allow',
  4988. ],
  4989. 'upload_max_conn' => 3,
  4990. 'defaults' => [
  4991. 'read' => true,
  4992. 'write' => true,
  4993. ],
  4994. 'accepted_name' => '/^\\w[\\w\\s\\.\\%\\-]*$/u',
  4995. 'show_hidden' => false,
  4996. 'disabled_commands' => [
  4997. ],
  4998. 'tree_deep' => 0,
  4999. 'check_subfolders' => 1,
  5000. 'separator' => '/',
  5001. 'date_format' => 'j M Y H:i',
  5002. 'time_format' => 'H:i',
  5003. 'archive_mimes' => [
  5004. ],
  5005. 'archivers' => [
  5006. 'enabled' => false,
  5007. 'create' => [
  5008. ],
  5009. 'extract' => [
  5010. ],
  5011. ],
  5012. 'flysystem' => [
  5013. 'enabled' => false,
  5014. 'filesystem' => '',
  5015. 'type' => '',
  5016. 'adapter_service' => '',
  5017. ],
  5018. 'glide_url' => '',
  5019. 'glide_key' => '',
  5020. 'plugins' => [
  5021. ],
  5022. 'driver_options' => [
  5023. ],
  5024. 'dropbox2_settings' => [
  5025. 'enabled' => false,
  5026. 'aliasFormat' => '%s@Dropbox',
  5027. 'path' => '/',
  5028. 'separator' => '/',
  5029. 'acceptedName' => '%s@Dropbox',
  5030. 'rootCssClass' => 'elfinder-navbar-root-dropbox',
  5031. 'getThumbSize' => 'medium',
  5032. ],
  5033. 'box_settings' => [
  5034. 'enabled' => false,
  5035. 'root' => 'Box.com',
  5036. 'path' => '/',
  5037. 'separator' => '/',
  5038. 'tmbPath' => '',
  5039. 'tmbURL' => '',
  5040. 'tmpPath' => '',
  5041. 'acceptedName' => '#^[^/\\?*:|"<>]*[^./\\?*:|"<>]$#',
  5042. 'rootCssClass' => 'elfinder-navbar-root-box',
  5043. ],
  5044. 'onedrive_settings' => [
  5045. 'enabled' => false,
  5046. 'root' => 'OneDrive.com',
  5047. 'OneDriveApiClient' => '',
  5048. 'path' => '/',
  5049. 'separator' => '/',
  5050. 'tmbPath' => '',
  5051. 'tmbURL' => '',
  5052. 'tmpPath' => '',
  5053. 'acceptedName' => '#^[^/\\?*:|"<>]*[^./\\?*:|"<>]$#',
  5054. 'rootCssClass' => 'elfinder-navbar-root-onedrive',
  5055. 'useApiThumbnail' => true,
  5056. ],
  5057. 'ftp_settings' => [
  5058. 'enabled' => false,
  5059. ],
  5060. 'mysql_settings' => [
  5061. 'enabled' => false,
  5062. 'port' => NULL,
  5063. 'socket' => NULL,
  5064. 'files_table' => 'elfinder_file',
  5065. 'tmbPath' => '',
  5066. 'tmpPath' => '',
  5067. 'rootCssClass' => 'elfinder-navbar-root-sql',
  5068. 'noSessionCache' => 'hasdirs',
  5069. ],
  5070. ],
  5071. ],
  5072. 'binds' => [
  5073. ],
  5074. 'plugins' => [
  5075. ],
  5076. ],
  5077. 'cors_support' => false,
  5078. 'editor_template' => NULL,
  5079. 'fullscreen' => true,
  5080. 'multi_home_folder' => false,
  5081. 'folder_separator' => '',
  5082. 'theme' => 'smoothness',
  5083. 'tinymce_popup_path' => '',
  5084. 'relative_path' => true,
  5085. 'path_prefix' => '/',
  5086. 'where_is_multi' => [
  5087. ],
  5088. 'visible_mime_types' => [
  5089. ],
  5090. ],
  5091. 'form' => [
  5092. 'locale' => 'es',
  5093. 'editor' => 'form',
  5094. 'connector' => [
  5095. 'debug' => false,
  5096. 'roots' => [
  5097. 'blog_files' => [
  5098. 'driver' => 'LocalFileSystem',
  5099. 'path' => 'blog_files',
  5100. 'upload_allow' => [
  5101. 0 => 'image/png',
  5102. 1 => 'image/jpg',
  5103. 2 => 'image/jpeg',
  5104. 3 => 'video/mp4',
  5105. ],
  5106. 'upload_deny' => [
  5107. 0 => 'all',
  5108. ],
  5109. 'upload_max_size' => '2M',
  5110. 'volume_id' => 0,
  5111. 'autoload' => false,
  5112. 'phash' => '',
  5113. 'trash_hash' => '',
  5114. 'locale' => '',
  5115. 'i18n_folder_name' => false,
  5116. 'mime_detect' => 'auto',
  5117. 'mimefile' => '',
  5118. 'security_voter' => '',
  5119. 'start_path' => '',
  5120. 'encoding' => 'UTF-8',
  5121. 'url' => '',
  5122. 'alias' => '',
  5123. 'img_lib' => 'auto',
  5124. 'tmb_path' => '.tmb',
  5125. 'tmb_path_mode' => 511,
  5126. 'tmb_url' => '',
  5127. 'tmb_size' => 48,
  5128. 'tmb_crop' => true,
  5129. 'tmb_bg_color' => '#ffffff',
  5130. 'quarantine' => NULL,
  5131. 'copy_overwrite' => true,
  5132. 'copy_join' => true,
  5133. 'copy_from' => true,
  5134. 'copy_to' => true,
  5135. 'upload_overwrite' => true,
  5136. 'fileMode' => 420,
  5137. 'upload_order' => [
  5138. 0 => 'deny',
  5139. 1 => 'allow',
  5140. ],
  5141. 'upload_max_conn' => 3,
  5142. 'defaults' => [
  5143. 'read' => true,
  5144. 'write' => true,
  5145. ],
  5146. 'attributes' => [
  5147. ],
  5148. 'accepted_name' => '/^\\w[\\w\\s\\.\\%\\-]*$/u',
  5149. 'show_hidden' => false,
  5150. 'disabled_commands' => [
  5151. ],
  5152. 'tree_deep' => 0,
  5153. 'check_subfolders' => 1,
  5154. 'separator' => '/',
  5155. 'date_format' => 'j M Y H:i',
  5156. 'time_format' => 'H:i',
  5157. 'archive_mimes' => [
  5158. ],
  5159. 'archivers' => [
  5160. 'enabled' => false,
  5161. 'create' => [
  5162. ],
  5163. 'extract' => [
  5164. ],
  5165. ],
  5166. 'flysystem' => [
  5167. 'enabled' => false,
  5168. 'filesystem' => '',
  5169. 'type' => '',
  5170. 'adapter_service' => '',
  5171. ],
  5172. 'glide_url' => '',
  5173. 'glide_key' => '',
  5174. 'plugins' => [
  5175. ],
  5176. 'driver_options' => [
  5177. ],
  5178. 'dropbox2_settings' => [
  5179. 'enabled' => false,
  5180. 'aliasFormat' => '%s@Dropbox',
  5181. 'path' => '/',
  5182. 'separator' => '/',
  5183. 'acceptedName' => '%s@Dropbox',
  5184. 'rootCssClass' => 'elfinder-navbar-root-dropbox',
  5185. 'getThumbSize' => 'medium',
  5186. ],
  5187. 'box_settings' => [
  5188. 'enabled' => false,
  5189. 'root' => 'Box.com',
  5190. 'path' => '/',
  5191. 'separator' => '/',
  5192. 'tmbPath' => '',
  5193. 'tmbURL' => '',
  5194. 'tmpPath' => '',
  5195. 'acceptedName' => '#^[^/\\?*:|"<>]*[^./\\?*:|"<>]$#',
  5196. 'rootCssClass' => 'elfinder-navbar-root-box',
  5197. ],
  5198. 'onedrive_settings' => [
  5199. 'enabled' => false,
  5200. 'root' => 'OneDrive.com',
  5201. 'OneDriveApiClient' => '',
  5202. 'path' => '/',
  5203. 'separator' => '/',
  5204. 'tmbPath' => '',
  5205. 'tmbURL' => '',
  5206. 'tmpPath' => '',
  5207. 'acceptedName' => '#^[^/\\?*:|"<>]*[^./\\?*:|"<>]$#',
  5208. 'rootCssClass' => 'elfinder-navbar-root-onedrive',
  5209. 'useApiThumbnail' => true,
  5210. ],
  5211. 'ftp_settings' => [
  5212. 'enabled' => false,
  5213. ],
  5214. 'mysql_settings' => [
  5215. 'enabled' => false,
  5216. 'port' => NULL,
  5217. 'socket' => NULL,
  5218. 'files_table' => 'elfinder_file',
  5219. 'tmbPath' => '',
  5220. 'tmpPath' => '',
  5221. 'rootCssClass' => 'elfinder-navbar-root-sql',
  5222. 'noSessionCache' => 'hasdirs',
  5223. ],
  5224. ],
  5225. ],
  5226. 'binds' => [
  5227. ],
  5228. 'plugins' => [
  5229. ],
  5230. ],
  5231. 'cors_support' => false,
  5232. 'editor_template' => NULL,
  5233. 'fullscreen' => true,
  5234. 'multi_home_folder' => false,
  5235. 'folder_separator' => '',
  5236. 'theme' => 'smoothness',
  5237. 'tinymce_popup_path' => '',
  5238. 'relative_path' => true,
  5239. 'path_prefix' => '/',
  5240. 'where_is_multi' => [
  5241. ],
  5242. 'visible_mime_types' => [
  5243. ],
  5244. ],
  5245. ],
  5246. 'configuration_provider' => 'fm_elfinder.configurator.default',
  5247. 'loader' => 'fm_elfinder.loader.default',
  5248. ],
  5249. 'data_collector.templates' => [
  5250. 'data_collector.request' => [
  5251. 0 => 'request',
  5252. 1 => '@WebProfiler/Collector/request.html.twig',
  5253. ],
  5254. 'data_collector.time' => [
  5255. 0 => 'time',
  5256. 1 => '@WebProfiler/Collector/time.html.twig',
  5257. ],
  5258. 'data_collector.memory' => [
  5259. 0 => 'memory',
  5260. 1 => '@WebProfiler/Collector/memory.html.twig',
  5261. ],
  5262. 'data_collector.validator' => [
  5263. 0 => 'validator',
  5264. 1 => '@WebProfiler/Collector/validator.html.twig',
  5265. ],
  5266. 'data_collector.ajax' => [
  5267. 0 => 'ajax',
  5268. 1 => '@WebProfiler/Collector/ajax.html.twig',
  5269. ],
  5270. 'data_collector.form' => [
  5271. 0 => 'form',
  5272. 1 => '@WebProfiler/Collector/form.html.twig',
  5273. ],
  5274. 'data_collector.exception' => [
  5275. 0 => 'exception',
  5276. 1 => '@WebProfiler/Collector/exception.html.twig',
  5277. ],
  5278. 'data_collector.logger' => [
  5279. 0 => 'logger',
  5280. 1 => '@WebProfiler/Collector/logger.html.twig',
  5281. ],
  5282. 'data_collector.events' => [
  5283. 0 => 'events',
  5284. 1 => '@WebProfiler/Collector/events.html.twig',
  5285. ],
  5286. 'data_collector.router' => [
  5287. 0 => 'router',
  5288. 1 => '@WebProfiler/Collector/router.html.twig',
  5289. ],
  5290. 'data_collector.cache' => [
  5291. 0 => 'cache',
  5292. 1 => '@WebProfiler/Collector/cache.html.twig',
  5293. ],
  5294. 'data_collector.translation' => [
  5295. 0 => 'translation',
  5296. 1 => '@WebProfiler/Collector/translation.html.twig',
  5297. ],
  5298. 'data_collector.security' => [
  5299. 0 => 'security',
  5300. 1 => '@Security/Collector/security.html.twig',
  5301. ],
  5302. 'data_collector.twig' => [
  5303. 0 => 'twig',
  5304. 1 => '@WebProfiler/Collector/twig.html.twig',
  5305. ],
  5306. 'data_collector.http_client' => [
  5307. 0 => 'http_client',
  5308. 1 => '@WebProfiler/Collector/http_client.html.twig',
  5309. ],
  5310. 'data_collector.doctrine' => [
  5311. 0 => 'db',
  5312. 1 => '@Doctrine/Collector/db.html.twig',
  5313. ],
  5314. 'mailer.data_collector' => [
  5315. 0 => 'mailer',
  5316. 1 => '@WebProfiler/Collector/mailer.html.twig',
  5317. ],
  5318. 'snc_redis.data_collector' => [
  5319. 0 => 'redis',
  5320. 1 => '@SncRedis/Collector/redis.html.twig',
  5321. ],
  5322. 'gos_web_socket.data_collector.websocket' => [
  5323. 0 => 'websocket',
  5324. 1 => '@GosWebSocket/Collector/websocket.html.twig',
  5325. ],
  5326. 'Vich\\UploaderBundle\\DataCollector\\MappingCollector' => [
  5327. 0 => 'vich_uploader.mapping_collector',
  5328. 1 => '@VichUploader/Collector/mapping_collector.html.twig',
  5329. ],
  5330. 'Bazinga\\GeocoderBundle\\DataCollector\\GeocoderDataCollector' => [
  5331. 0 => 'geocoder',
  5332. 1 => '@BazingaGeocoder/Collector/geocoder.html.twig',
  5333. ],
  5334. 'eight_points_guzzle.data_collector' => [
  5335. 0 => 'eight_points_guzzle',
  5336. 1 => '@EightPointsGuzzle/debug.html.twig',
  5337. ],
  5338. 'data_collector.config' => [
  5339. 0 => 'config',
  5340. 1 => '@WebProfiler/Collector/config.html.twig',
  5341. ],
  5342. ],
  5343. 'console.command.ids' => [
  5344. 0 => 'console.command.public_alias.tactician.command.debug',
  5345. 1 => 'console.command.public_alias.tactician_domain_events.command.debug',
  5346. 2 => 'console.command.public_alias.GpsLab\\Bundle\\GeoIP2Bundle\\Command\\UpdateDatabaseCommand',
  5347. 3 => 'console.command.public_alias.GpsLab\\Bundle\\GeoIP2Bundle\\Command\\DownloadDatabaseCommand',
  5348. 4 => 'console.command.public_alias.whater.command.update_sinac_distribution_networks_command',
  5349. 5 => 'console.command.public_alias.whater.command.update_sinac_distribution_networks_v2_command',
  5350. 6 => 'console.command.public_alias.whater.command.update_sinac_analitycs_command',
  5351. 7 => 'console.command.public_alias.whater.command.update_google_whater_point_geoposition_command',
  5352. 8 => 'console.command.public_alias.whater.command.update_nominatim_whater_point_geoposition_command',
  5353. 9 => 'console.command.public_alias.whater.command.load_osm_whater_points_command',
  5354. 10 => 'console.command.public_alias.whater.command.update_whater_point_with_nearest_distribution_network_command',
  5355. 11 => 'console.command.public_alias.whater.command.update_town_nominatim_geoposition_command',
  5356. 12 => 'console.command.public_alias.whater.command.process_whater_points_excel_console_command',
  5357. 13 => 'console.command.public_alias.whater.command.clean_pending_cart_order_console_command',
  5358. 14 => 'console.command.public_alias.whater.command.debu_send_cloud_command',
  5359. ],
  5360. ];
  5361. }
  5362. protected function throw($message)
  5363. {
  5364. throw new RuntimeException($message);
  5365. }
  5366. }