var/cache/dev/ContainerCSFLMX5/Whater_KernelDevDebugContainer.php line 979

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