var/cache/dev/ContainerD233Q0c/Whater_KernelDevDebugContainer.php line 971

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