<?php
namespace ContainerXqPVELs;
use Symfony\Component\DependencyInjection\Argument\RewindableGenerator;
use Symfony\Component\DependencyInjection\ContainerInterface;
use Symfony\Component\DependencyInjection\Container;
use Symfony\Component\DependencyInjection\Exception\InvalidArgumentException;
use Symfony\Component\DependencyInjection\Exception\LogicException;
use Symfony\Component\DependencyInjection\Exception\RuntimeException;
use Symfony\Component\DependencyInjection\ParameterBag\FrozenParameterBag;
use Symfony\Component\DependencyInjection\ParameterBag\ParameterBagInterface;
/**
* @internal This class has been auto-generated by the Symfony Dependency Injection Component.
*/
class Whater_KernelDevDebugContainer extends Container
{
protected $containerDir;
protected $targetDir;
protected $parameters = [];
private $buildParameters;
protected $getService;
public function __construct(array $buildParameters = [], $containerDir = __DIR__)
{
$this->getService = \Closure::fromCallable([$this, 'getService']);
$this->buildParameters = $buildParameters;
$this->containerDir = $containerDir;
$this->targetDir = \dirname($containerDir);
$this->parameters = $this->getDefaultParameters();
$this->services = $this->privates = [];
$this->syntheticIds = [
'kernel' => true,
];
$this->methodMap = [
'.container.private.filesystem' => 'get_Container_Private_FilesystemService',
'.container.private.profiler' => 'get_Container_Private_ProfilerService',
'.container.private.security.authorization_checker' => 'get_Container_Private_Security_AuthorizationCheckerService',
'.container.private.security.token_storage' => 'get_Container_Private_Security_TokenStorageService',
'.container.private.twig' => 'get_Container_Private_TwigService',
'.container.private.validator' => 'get_Container_Private_ValidatorService',
'cache.app' => 'getCache_AppService',
'cache.rate_limiter' => 'getCache_RateLimiterService',
'cache.system' => 'getCache_SystemService',
'cache.validator_expression_language' => 'getCache_ValidatorExpressionLanguageService',
'doctrine' => 'getDoctrineService',
'doctrine.dbal.default_connection' => 'getDoctrine_Dbal_DefaultConnectionService',
'doctrine.orm.default_entity_manager' => 'getDoctrine_Orm_DefaultEntityManagerService',
'event_dispatcher' => 'getEventDispatcherService',
'fos_rest.view_handler' => 'getFosRest_ViewHandlerService',
'hateoas.generator.registry' => 'getHateoas_Generator_RegistryService',
'hateoas.helper.link' => 'getHateoas_Helper_LinkService',
'http_kernel' => 'getHttpKernelService',
'jms_serializer' => 'getJmsSerializerService',
'jms_serializer.deserialization_context_factory' => 'getJmsSerializer_DeserializationContextFactoryService',
'jms_serializer.serialization_context_factory' => 'getJmsSerializer_SerializationContextFactoryService',
'liip_imagine.cache.manager' => 'getLiipImagine_Cache_ManagerService',
'liip_imagine.cache.resolver.default' => 'getLiipImagine_Cache_Resolver_DefaultService',
'liip_imagine.cache.resolver.no_cache_web_path' => 'getLiipImagine_Cache_Resolver_NoCacheWebPathService',
'liip_imagine.cache.signer' => 'getLiipImagine_Cache_SignerService',
'request_stack' => 'getRequestStackService',
'router' => 'getRouterService',
'shivas_versioning.cache.version' => 'getShivasVersioning_Cache_VersionService',
'sonata.media.pool' => 'getSonata_Media_PoolService',
'translator' => 'getTranslatorService',
'whater.logger' => 'getWhater_LoggerService',
'cache_clearer' => 'getCacheClearerService',
'filesystem' => 'getFilesystemService',
'serializer' => 'getSerializerService',
'security.csrf.token_manager' => 'getSecurity_Csrf_TokenManagerService',
'form.factory' => 'getForm_FactoryService',
'form.type.file' => 'getForm_Type_FileService',
'profiler' => 'getProfilerService',
'twig' => 'getTwigService',
'security.authorization_checker' => 'getSecurity_AuthorizationCheckerService',
'security.token_storage' => 'getSecurity_TokenStorageService',
'gos_pubsub_router.router_registry' => 'getGosPubsubRouter_RouterRegistryService',
'gos_web_socket.dispatcher.rpc' => 'getGosWebSocket_Dispatcher_RpcService',
'gos_web_socket.dispatcher.topic' => 'getGosWebSocket_Dispatcher_TopicService',
'gos_web_socket.registry.periodic' => 'getGosWebSocket_Registry_PeriodicService',
'gos_web_socket.registry.origins' => 'getGosWebSocket_Registry_OriginsService',
'gos_web_socket.registry.rpc' => 'getGosWebSocket_Registry_RpcService',
'gos_web_socket.registry.server' => 'getGosWebSocket_Registry_ServerService',
'gos_web_socket.registry.topic' => 'getGosWebSocket_Registry_TopicService',
'gos_web_socket.server.launcher' => 'getGosWebSocket_Server_LauncherService',
'gos_web_socket.server.event_loop' => 'getGosWebSocket_Server_EventLoopService',
'gos_web_socket.topic.periodic_timer' => 'getGosWebSocket_Topic_PeriodicTimerService',
'gos_web_socket.wamp.topic_manager' => 'getGosWebSocket_Wamp_TopicManagerService',
'security.password_encoder' => 'getSecurity_PasswordEncoderService',
'session' => 'getSessionService',
'validator' => 'getValidatorService',
];
$this->fileMap = [
'.container.private.cache_clearer' => 'get_Container_Private_CacheClearerService',
'.container.private.form.factory' => 'get_Container_Private_Form_FactoryService',
'.container.private.form.type.file' => 'get_Container_Private_Form_Type_FileService',
'.container.private.gos_pubsub_router.router_registry' => 'get_Container_Private_GosPubsubRouter_RouterRegistryService',
'.container.private.gos_web_socket.dispatcher.rpc' => 'get_Container_Private_GosWebSocket_Dispatcher_RpcService',
'.container.private.gos_web_socket.dispatcher.topic' => 'get_Container_Private_GosWebSocket_Dispatcher_TopicService',
'.container.private.gos_web_socket.registry.origins' => 'get_Container_Private_GosWebSocket_Registry_OriginsService',
'.container.private.gos_web_socket.registry.periodic' => 'get_Container_Private_GosWebSocket_Registry_PeriodicService',
'.container.private.gos_web_socket.registry.rpc' => 'get_Container_Private_GosWebSocket_Registry_RpcService',
'.container.private.gos_web_socket.registry.server' => 'get_Container_Private_GosWebSocket_Registry_ServerService',
'.container.private.gos_web_socket.registry.topic' => 'get_Container_Private_GosWebSocket_Registry_TopicService',
'.container.private.gos_web_socket.server.event_loop' => 'get_Container_Private_GosWebSocket_Server_EventLoopService',
'.container.private.gos_web_socket.server.launcher' => 'get_Container_Private_GosWebSocket_Server_LauncherService',
'.container.private.gos_web_socket.topic.periodic_timer' => 'get_Container_Private_GosWebSocket_Topic_PeriodicTimerService',
'.container.private.gos_web_socket.wamp.topic_manager' => 'get_Container_Private_GosWebSocket_Wamp_TopicManagerService',
'.container.private.security.csrf.token_manager' => 'get_Container_Private_Security_Csrf_TokenManagerService',
'.container.private.security.password_encoder' => 'get_Container_Private_Security_PasswordEncoderService',
'.container.private.serializer' => 'get_Container_Private_SerializerService',
'.container.private.session' => 'get_Container_Private_SessionService',
'Doctrine\\Bundle\\DoctrineBundle\\Controller\\ProfilerController' => 'getProfilerControllerService',
'Endroid\\QrCodeBundle\\Controller\\GenerateController' => 'getGenerateControllerService',
'FM\\ElfinderBundle\\Controller\\ElFinderController' => 'getElFinderControllerService',
'Geocoder\\Dumper\\GeoArray' => 'getGeoArrayService',
'Geocoder\\Dumper\\GeoJson' => 'getGeoJsonService',
'Geocoder\\Dumper\\Gpx' => 'getGpxService',
'Geocoder\\Dumper\\Kml' => 'getKmlService',
'Geocoder\\Dumper\\Wkb' => 'getWkbService',
'Geocoder\\Dumper\\Wkt' => 'getWktService',
'GpsLab\\Bundle\\GeoIP2Bundle\\Downloader\\Downloader' => 'getDownloaderService',
'Kira0269\\LogViewerBundle\\Controller\\DashboardController' => 'getDashboardControllerService',
'Kira0269\\LogViewerBundle\\Controller\\ViewerController' => 'getViewerControllerService',
'Liip\\ImagineBundle\\Controller\\ImagineController' => 'getImagineControllerService',
'Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController' => 'getRedirectControllerService',
'Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController' => 'getTemplateControllerService',
'Vich\\UploaderBundle\\Naming\\Base64Namer' => 'getBase64NamerService',
'Vich\\UploaderBundle\\Naming\\CurrentDateTimeDirectoryNamer' => 'getCurrentDateTimeDirectoryNamerService',
'Vich\\UploaderBundle\\Naming\\HashNamer' => 'getHashNamerService',
'Vich\\UploaderBundle\\Naming\\OrignameNamer' => 'getOrignameNamerService',
'Vich\\UploaderBundle\\Naming\\PropertyDirectoryNamer' => 'getPropertyDirectoryNamerService',
'Vich\\UploaderBundle\\Naming\\PropertyNamer' => 'getPropertyNamerService',
'Vich\\UploaderBundle\\Naming\\SmartUniqueNamer' => 'getSmartUniqueNamerService',
'Vich\\UploaderBundle\\Naming\\SubdirDirectoryNamer' => 'getSubdirDirectoryNamerService',
'Vich\\UploaderBundle\\Naming\\UniqidNamer' => 'getUniqidNamerService',
'Vich\\UploaderBundle\\Naming\\UniqidNamer.analytical_media' => 'getUniqidNamer_AnalyticalMediaService',
'Vich\\UploaderBundle\\Naming\\UniqidNamer.distribution_network_valoration_image' => 'getUniqidNamer_DistributionNetworkValorationImageService',
'Vich\\UploaderBundle\\Naming\\UniqidNamer.product_image' => 'getUniqidNamer_ProductImageService',
'Vich\\UploaderBundle\\Naming\\UniqidNamer.whater_point_image' => 'getUniqidNamer_WhaterPointImageService',
'Vich\\UploaderBundle\\Naming\\UniqidNamer.whater_valoration_image' => 'getUniqidNamer_WhaterValorationImageService',
'Whater\\UI\\RestBundle\\Controller\\Security\\SecurityController' => 'getSecurityControllerService',
'Whater\\UI\\RestBundle\\Controller\\User\\PrivateUserController' => 'getPrivateUserControllerService',
'Whater\\UI\\RestBundle\\Controller\\User\\PublicUserController' => 'getPublicUserControllerService',
'Whater\\UI\\RestBundle\\Controller\\Whater\\PrivateDistributionNetworkController' => 'getPrivateDistributionNetworkControllerService',
'Whater\\UI\\RestBundle\\Controller\\Whater\\PrivateWhaterController' => 'getPrivateWhaterControllerService',
'Whater\\UI\\RestBundle\\Controller\\Whater\\PublicTheThingsNetworkController' => 'getPublicTheThingsNetworkControllerService',
'Whater\\UI\\RestBundle\\Controller\\Zones\\PrivateZonesController' => 'getPrivateZonesControllerService',
'Whater\\UI\\WebBundle\\Controller\\Blog\\AdminBlogArticleController' => 'getAdminBlogArticleControllerService',
'Whater\\UI\\WebBundle\\Controller\\Blog\\AdminBlogCategoryController' => 'getAdminBlogCategoryControllerService',
'Whater\\UI\\WebBundle\\Controller\\Blog\\Api\\AdminBlogArticleApiController' => 'getAdminBlogArticleApiControllerService',
'Whater\\UI\\WebBundle\\Controller\\Blog\\Api\\AdminBlogCategoryApiController' => 'getAdminBlogCategoryApiControllerService',
'Whater\\UI\\WebBundle\\Controller\\Blog\\PublicBlogArticleController' => 'getPublicBlogArticleControllerService',
'Whater\\UI\\WebBundle\\Controller\\Common\\CommonController' => 'getCommonControllerService',
'Whater\\UI\\WebBundle\\Controller\\Notification\\Api\\AppNotificationApiController' => 'getAppNotificationApiControllerService',
'Whater\\UI\\WebBundle\\Controller\\Notification\\AppNotificationController' => 'getAppNotificationControllerService',
'Whater\\UI\\WebBundle\\Controller\\Product\\AdminCartOrderController' => 'getAdminCartOrderControllerService',
'Whater\\UI\\WebBundle\\Controller\\Product\\AdminProductAttributeController' => 'getAdminProductAttributeControllerService',
'Whater\\UI\\WebBundle\\Controller\\Product\\AdminProductCategoryController' => 'getAdminProductCategoryControllerService',
'Whater\\UI\\WebBundle\\Controller\\Product\\AdminProductController' => 'getAdminProductControllerService',
'Whater\\UI\\WebBundle\\Controller\\Product\\AdminProductVariationController' => 'getAdminProductVariationControllerService',
'Whater\\UI\\WebBundle\\Controller\\Product\\AdminWalletLiquidationRequestController' => 'getAdminWalletLiquidationRequestControllerService',
'Whater\\UI\\WebBundle\\Controller\\Product\\Api\\AdminCartOrderApiController' => 'getAdminCartOrderApiControllerService',
'Whater\\UI\\WebBundle\\Controller\\Product\\Api\\AdminProductApiController' => 'getAdminProductApiControllerService',
'Whater\\UI\\WebBundle\\Controller\\Product\\Api\\AdminProductAttributeApiController' => 'getAdminProductAttributeApiControllerService',
'Whater\\UI\\WebBundle\\Controller\\Product\\Api\\AdminProductCategoryApiController' => 'getAdminProductCategoryApiControllerService',
'Whater\\UI\\WebBundle\\Controller\\Product\\Api\\AdminProductVariationApiController' => 'getAdminProductVariationApiControllerService',
'Whater\\UI\\WebBundle\\Controller\\Product\\Api\\AdminWalletLiquidationRequestApiController' => 'getAdminWalletLiquidationRequestApiControllerService',
'Whater\\UI\\WebBundle\\Controller\\Product\\Api\\AppCartOrderApiController' => 'getAppCartOrderApiControllerService',
'Whater\\UI\\WebBundle\\Controller\\Product\\Api\\AppCartOrderItemApiController' => 'getAppCartOrderItemApiControllerService',
'Whater\\UI\\WebBundle\\Controller\\Product\\Api\\AppProductApiController' => 'getAppProductApiControllerService',
'Whater\\UI\\WebBundle\\Controller\\Product\\Api\\AppProductCategoryApiController' => 'getAppProductCategoryApiControllerService',
'Whater\\UI\\WebBundle\\Controller\\Product\\Api\\AppProductVariationApiController' => 'getAppProductVariationApiControllerService',
'Whater\\UI\\WebBundle\\Controller\\Product\\Api\\AppWalletOperationApiController' => 'getAppWalletOperationApiControllerService',
'Whater\\UI\\WebBundle\\Controller\\Product\\Api\\AppWhatercoinCouponApiController' => 'getAppWhatercoinCouponApiControllerService',
'Whater\\UI\\WebBundle\\Controller\\Product\\Api\\PublicCartOrderApiController' => 'getPublicCartOrderApiControllerService',
'Whater\\UI\\WebBundle\\Controller\\Product\\Api\\PublicProductApiController' => 'getPublicProductApiControllerService',
'Whater\\UI\\WebBundle\\Controller\\Product\\AppCartOrderController' => 'getAppCartOrderControllerService',
'Whater\\UI\\WebBundle\\Controller\\Product\\AppCartOrderItemController' => 'getAppCartOrderItemControllerService',
'Whater\\UI\\WebBundle\\Controller\\Product\\AppProductController' => 'getAppProductControllerService',
'Whater\\UI\\WebBundle\\Controller\\Product\\AppProductVariationController' => 'getAppProductVariationControllerService',
'Whater\\UI\\WebBundle\\Controller\\Product\\AppWalletOperationController' => 'getAppWalletOperationControllerService',
'Whater\\UI\\WebBundle\\Controller\\Product\\AppWhatercoinCouponController' => 'getAppWhatercoinCouponControllerService',
'Whater\\UI\\WebBundle\\Controller\\Product\\PublicCartOrderController' => 'getPublicCartOrderControllerService',
'Whater\\UI\\WebBundle\\Controller\\Product\\PublicProductController' => 'getPublicProductControllerService',
'Whater\\UI\\WebBundle\\Controller\\Security\\SecurityController' => 'getSecurityController2Service',
'Whater\\UI\\WebBundle\\Controller\\User\\AdminOrganizationLicenseController' => 'getAdminOrganizationLicenseControllerService',
'Whater\\UI\\WebBundle\\Controller\\User\\AdminOrganizationLicenseFeeController' => 'getAdminOrganizationLicenseFeeControllerService',
'Whater\\UI\\WebBundle\\Controller\\User\\AdminOwnershipRequestController' => 'getAdminOwnershipRequestControllerService',
'Whater\\UI\\WebBundle\\Controller\\User\\AdminUserController' => 'getAdminUserControllerService',
'Whater\\UI\\WebBundle\\Controller\\User\\Api\\AdminOrganizationLicenseApiController' => 'getAdminOrganizationLicenseApiControllerService',
'Whater\\UI\\WebBundle\\Controller\\User\\Api\\AdminOrganizationLicenseFeeApiController' => 'getAdminOrganizationLicenseFeeApiControllerService',
'Whater\\UI\\WebBundle\\Controller\\User\\Api\\AdminOwnershipRequestApiController' => 'getAdminOwnershipRequestApiControllerService',
'Whater\\UI\\WebBundle\\Controller\\User\\Api\\AdminUserApiController' => 'getAdminUserApiControllerService',
'Whater\\UI\\WebBundle\\Controller\\User\\Api\\AppOrganizationLicenseApiController' => 'getAppOrganizationLicenseApiControllerService',
'Whater\\UI\\WebBundle\\Controller\\User\\Api\\AppOrganizationLicenseFeeApiController' => 'getAppOrganizationLicenseFeeApiControllerService',
'Whater\\UI\\WebBundle\\Controller\\User\\Api\\AppOwnershipRequestApiController' => 'getAppOwnershipRequestApiControllerService',
'Whater\\UI\\WebBundle\\Controller\\User\\AppOrganizationLicenseController' => 'getAppOrganizationLicenseControllerService',
'Whater\\UI\\WebBundle\\Controller\\User\\AppUserController' => 'getAppUserControllerService',
'Whater\\UI\\WebBundle\\Controller\\Whater\\AdminAnalyticalController' => 'getAdminAnalyticalControllerService',
'Whater\\UI\\WebBundle\\Controller\\Whater\\AdminDistributionNetworkController' => 'getAdminDistributionNetworkControllerService',
'Whater\\UI\\WebBundle\\Controller\\Whater\\AdminOrganizationController' => 'getAdminOrganizationControllerService',
'Whater\\UI\\WebBundle\\Controller\\Whater\\AdminSinacController' => 'getAdminSinacControllerService',
'Whater\\UI\\WebBundle\\Controller\\Whater\\AdminWhaterController' => 'getAdminWhaterControllerService',
'Whater\\UI\\WebBundle\\Controller\\Whater\\AdminWhaterDeviceController' => 'getAdminWhaterDeviceControllerService',
'Whater\\UI\\WebBundle\\Controller\\Whater\\AdminWhaterPointController' => 'getAdminWhaterPointControllerService',
'Whater\\UI\\WebBundle\\Controller\\Whater\\Api\\AdminAnalyticalApiController' => 'getAdminAnalyticalApiControllerService',
'Whater\\UI\\WebBundle\\Controller\\Whater\\Api\\AdminDistributionNetworkApiController' => 'getAdminDistributionNetworkApiControllerService',
'Whater\\UI\\WebBundle\\Controller\\Whater\\Api\\AdminDistributionNetworkValorationApiController' => 'getAdminDistributionNetworkValorationApiControllerService',
'Whater\\UI\\WebBundle\\Controller\\Whater\\Api\\AdminOrganizationApiController' => 'getAdminOrganizationApiControllerService',
'Whater\\UI\\WebBundle\\Controller\\Whater\\Api\\AdminSinacApiController' => 'getAdminSinacApiControllerService',
'Whater\\UI\\WebBundle\\Controller\\Whater\\Api\\AdminWhaterDeviceApiController' => 'getAdminWhaterDeviceApiControllerService',
'Whater\\UI\\WebBundle\\Controller\\Whater\\Api\\AdminWhaterPointApiController' => 'getAdminWhaterPointApiControllerService',
'Whater\\UI\\WebBundle\\Controller\\Whater\\Api\\AdminWhaterValorationApiController' => 'getAdminWhaterValorationApiControllerService',
'Whater\\UI\\WebBundle\\Controller\\Whater\\Api\\AppDistributionNetworkApiController' => 'getAppDistributionNetworkApiControllerService',
'Whater\\UI\\WebBundle\\Controller\\Whater\\Api\\AppDistributionNetworkValorationApiController' => 'getAppDistributionNetworkValorationApiControllerService',
'Whater\\UI\\WebBundle\\Controller\\Whater\\Api\\AppOrganizationApiController' => 'getAppOrganizationApiControllerService',
'Whater\\UI\\WebBundle\\Controller\\Whater\\Api\\AppWhaterDeviceApiController' => 'getAppWhaterDeviceApiControllerService',
'Whater\\UI\\WebBundle\\Controller\\Whater\\Api\\AppWhaterPointApiController' => 'getAppWhaterPointApiControllerService',
'Whater\\UI\\WebBundle\\Controller\\Whater\\Api\\AppWhaterValorationApiController' => 'getAppWhaterValorationApiControllerService',
'Whater\\UI\\WebBundle\\Controller\\Whater\\Api\\PublicDistributionNetworkApiController' => 'getPublicDistributionNetworkApiControllerService',
'Whater\\UI\\WebBundle\\Controller\\Whater\\Api\\PublicWhaterApiController' => 'getPublicWhaterApiControllerService',
'Whater\\UI\\WebBundle\\Controller\\Whater\\AppOrganizationController' => 'getAppOrganizationControllerService',
'Whater\\UI\\WebBundle\\Controller\\Whater\\AppWhaterController' => 'getAppWhaterControllerService',
'Whater\\UI\\WebBundle\\Controller\\Whater\\AppWhaterPointController' => 'getAppWhaterPointControllerService',
'Whater\\UI\\WebBundle\\Controller\\Whater\\PublicAnalyticalController' => 'getPublicAnalyticalControllerService',
'Whater\\UI\\WebBundle\\Controller\\Whater\\PublicDistributionNetworkController' => 'getPublicDistributionNetworkControllerService',
'Whater\\UI\\WebBundle\\Controller\\Whater\\PublicWhaterController' => 'getPublicWhaterControllerService',
'Whater\\UI\\WebBundle\\Controller\\Whater\\PublicWhaterDeviceController' => 'getPublicWhaterDeviceControllerService',
'Whater\\UI\\WebBundle\\Controller\\Whater\\PublicWhaterPointController' => 'getPublicWhaterPointControllerService',
'Whater\\UI\\WebBundle\\Controller\\Whater\\Widget\\WhaterWidgetController' => 'getWhaterWidgetControllerService',
'Whater\\UI\\WebBundle\\Controller\\Zones\\AdminAgrupationController' => 'getAdminAgrupationControllerService',
'Whater\\UI\\WebBundle\\Controller\\Zones\\AdminCountryController' => 'getAdminCountryControllerService',
'Whater\\UI\\WebBundle\\Controller\\Zones\\AdminDistrictController' => 'getAdminDistrictControllerService',
'Whater\\UI\\WebBundle\\Controller\\Zones\\AdminEstablishmentController' => 'getAdminEstablishmentControllerService',
'Whater\\UI\\WebBundle\\Controller\\Zones\\AdminTownController' => 'getAdminTownControllerService',
'Whater\\UI\\WebBundle\\Controller\\Zones\\AdminTownLocationController' => 'getAdminTownLocationControllerService',
'Whater\\UI\\WebBundle\\Controller\\Zones\\AdminUbicationController' => 'getAdminUbicationControllerService',
'Whater\\UI\\WebBundle\\Controller\\Zones\\Api\\AdminAgrupationApiController' => 'getAdminAgrupationApiControllerService',
'Whater\\UI\\WebBundle\\Controller\\Zones\\Api\\AdminCountryApiController' => 'getAdminCountryApiControllerService',
'Whater\\UI\\WebBundle\\Controller\\Zones\\Api\\AdminDistrictApiController' => 'getAdminDistrictApiControllerService',
'Whater\\UI\\WebBundle\\Controller\\Zones\\Api\\AdminEstablishmentApiController' => 'getAdminEstablishmentApiControllerService',
'Whater\\UI\\WebBundle\\Controller\\Zones\\Api\\AdminTownApiController' => 'getAdminTownApiControllerService',
'Whater\\UI\\WebBundle\\Controller\\Zones\\Api\\AdminTownLocationApiController' => 'getAdminTownLocationApiControllerService',
'Whater\\UI\\WebBundle\\Controller\\Zones\\Api\\AdminUbicationApiController' => 'getAdminUbicationApiControllerService',
'Whater\\UI\\WebBundle\\Controller\\Zones\\Api\\AppAgrupationApiController' => 'getAppAgrupationApiControllerService',
'Whater\\UI\\WebBundle\\Controller\\Zones\\Api\\AppCountryApiController' => 'getAppCountryApiControllerService',
'Whater\\UI\\WebBundle\\Controller\\Zones\\Api\\AppEstablishmentApiController' => 'getAppEstablishmentApiControllerService',
'Whater\\UI\\WebBundle\\Controller\\Zones\\Api\\AppTownApiController' => 'getAppTownApiControllerService',
'Whater\\UI\\WebBundle\\Controller\\Zones\\Api\\AppUbicationApiController' => 'getAppUbicationApiControllerService',
'Whater\\UI\\WebBundle\\Controller\\Zones\\Api\\PublicCountryApiController' => 'getPublicCountryApiControllerService',
'Whater\\UI\\WebBundle\\Controller\\Zones\\Api\\PublicEstablishmentApiController' => 'getPublicEstablishmentApiControllerService',
'Whater\\UI\\WebBundle\\Controller\\Zones\\Api\\PublicTownApiController' => 'getPublicTownApiControllerService',
'Whater\\UI\\WebBundle\\Controller\\Zones\\Api\\PublicTownLocationApiController' => 'getPublicTownLocationApiControllerService',
'Whater\\UI\\WebBundle\\Controller\\Zones\\AppTownController' => 'getAppTownControllerService',
'Whater\\UI\\WebBundle\\Controller\\Zones\\AppUbicationController' => 'getAppUbicationControllerService',
'Whater\\UI\\WebBundle\\Controller\\Zones\\PublicCountryAreaController' => 'getPublicCountryAreaControllerService',
'Whater\\UI\\WebBundle\\Controller\\Zones\\PublicEstablishmentController' => 'getPublicEstablishmentControllerService',
'Whater\\UI\\WebBundle\\Controller\\Zones\\PublicTownController' => 'getPublicTownControllerService',
'Whater\\UI\\WebBundle\\Controller\\Zones\\PublicTownLocationController' => 'getPublicTownLocationControllerService',
'Whater\\UI\\WebBundle\\Controller\\Zones\\PublicUbicationController' => 'getPublicUbicationControllerService',
'Whater\\UI\\WebBundle\\Controller\\Zones\\PublicZonesController' => 'getPublicZonesControllerService',
'cache.app_clearer' => 'getCache_AppClearerService',
'cache.global_clearer' => 'getCache_GlobalClearerService',
'cache.system_clearer' => 'getCache_SystemClearerService',
'cache_warmer' => 'getCacheWarmerService',
'console.command.public_alias.GpsLab\\Bundle\\GeoIP2Bundle\\Command\\DownloadDatabaseCommand' => 'getDownloadDatabaseCommandService',
'console.command.public_alias.GpsLab\\Bundle\\GeoIP2Bundle\\Command\\UpdateDatabaseCommand' => 'getUpdateDatabaseCommandService',
'console.command.public_alias.tactician.command.debug' => 'getConsole_Command_PublicAlias_Tactician_Command_DebugService',
'console.command.public_alias.tactician_domain_events.command.debug' => 'getConsole_Command_PublicAlias_TacticianDomainEvents_Command_DebugService',
'console.command.public_alias.whater.command.clean_pending_cart_order_console_command' => 'getConsole_Command_PublicAlias_Whater_Command_CleanPendingCartOrderConsoleCommandService',
'console.command.public_alias.whater.command.debu_send_cloud_command' => 'getConsole_Command_PublicAlias_Whater_Command_DebuSendCloudCommandService',
'console.command.public_alias.whater.command.load_osm_whater_points_command' => 'getConsole_Command_PublicAlias_Whater_Command_LoadOsmWhaterPointsCommandService',
'console.command.public_alias.whater.command.process_whater_points_excel_console_command' => 'getConsole_Command_PublicAlias_Whater_Command_ProcessWhaterPointsExcelConsoleCommandService',
'console.command.public_alias.whater.command.update_google_whater_point_geoposition_command' => 'getConsole_Command_PublicAlias_Whater_Command_UpdateGoogleWhaterPointGeopositionCommandService',
'console.command.public_alias.whater.command.update_nominatim_whater_point_geoposition_command' => 'getConsole_Command_PublicAlias_Whater_Command_UpdateNominatimWhaterPointGeopositionCommandService',
'console.command.public_alias.whater.command.update_sinac_analitycs_command' => 'getConsole_Command_PublicAlias_Whater_Command_UpdateSinacAnalitycsCommandService',
'console.command.public_alias.whater.command.update_sinac_distribution_networks_command' => 'getConsole_Command_PublicAlias_Whater_Command_UpdateSinacDistributionNetworksCommandService',
'console.command.public_alias.whater.command.update_sinac_distribution_networks_v2_command' => 'getConsole_Command_PublicAlias_Whater_Command_UpdateSinacDistributionNetworksV2CommandService',
'console.command.public_alias.whater.command.update_town_nominatim_geoposition_command' => 'getConsole_Command_PublicAlias_Whater_Command_UpdateTownNominatimGeopositionCommandService',
'console.command.public_alias.whater.command.update_whater_point_with_nearest_distribution_network_command' => 'getConsole_Command_PublicAlias_Whater_Command_UpdateWhaterPointWithNearestDistributionNetworkCommandService',
'console.command_loader' => 'getConsole_CommandLoaderService',
'container.env_var_processors_locator' => 'getContainer_EnvVarProcessorsLocatorService',
'eight_points_guzzle.client.tnn' => 'getEightPointsGuzzle_Client_TnnService',
'eight_points_guzzle.formatter' => 'getEightPointsGuzzle_FormatterService',
'eight_points_guzzle.handler_stack.tnn' => 'getEightPointsGuzzle_HandlerStack_TnnService',
'eight_points_guzzle.middleware.event_dispatch.tnn' => 'getEightPointsGuzzle_Middleware_EventDispatch_TnnService',
'eight_points_guzzle.middleware.log.tnn' => 'getEightPointsGuzzle_Middleware_Log_TnnService',
'eight_points_guzzle.middleware.profile.tnn' => 'getEightPointsGuzzle_Middleware_Profile_TnnService',
'eight_points_guzzle.middleware.request_time.tnn' => 'getEightPointsGuzzle_Middleware_RequestTime_TnnService',
'eight_points_guzzle.middleware.symfony_log' => 'getEightPointsGuzzle_Middleware_SymfonyLogService',
'eight_points_guzzle.symfony_log_formatter' => 'getEightPointsGuzzle_SymfonyLogFormatterService',
'endroid_qr_code.qr_ticket_builder' => 'getEndroidQrCode_QrTicketBuilderService',
'error_controller' => 'getErrorControllerService',
'ewz_recaptcha.form.type' => 'getEwzRecaptcha_Form_TypeService',
'ewz_recaptcha.v3.form.type' => 'getEwzRecaptcha_V3_Form_TypeService',
'ewz_recaptcha.validator.true' => 'getEwzRecaptcha_Validator_TrueService',
'ewz_recaptcha.validator.v3.true' => 'getEwzRecaptcha_Validator_V3_TrueService',
'fm_elfinder.loader' => 'getFmElfinder_LoaderService',
'fos_rest.serializer.jms_handler_registry' => 'getFosRest_Serializer_JmsHandlerRegistryService',
'geoip2.database.city_reader' => 'getGeoip2_Database_CityReaderService',
'gesdinet.jwtrefreshtoken' => 'getGesdinet_JwtrefreshtokenService',
'gesdinet.jwtrefreshtoken.refresh_token_manager' => 'getGesdinet_Jwtrefreshtoken_RefreshTokenManagerService',
'gos_web_socket.pusher.wamp' => 'getGosWebSocket_Pusher_WampService',
'gos_web_socket.registry.pusher' => 'getGosWebSocket_Registry_PusherService',
'gos_web_socket.registry.server_push_handler' => 'getGosWebSocket_Registry_ServerPushHandlerService',
'gos_web_socket.server.entry_point' => 'getGosWebSocket_Server_EntryPointService',
'hateoas.configuration.metadata_driver' => 'getHateoas_Configuration_MetadataDriverService',
'hateoas.configuration.provider' => 'getHateoas_Configuration_ProviderService',
'hateoas.event_listener.json' => 'getHateoas_EventListener_JsonService',
'hateoas.event_listener.xml' => 'getHateoas_EventListener_XmlService',
'jms_serializer.handler_registry' => 'getJmsSerializer_HandlerRegistryService',
'jms_serializer.metadata_driver' => 'getJmsSerializer_MetadataDriverService',
'jms_serializer.twig_extension.serializer_runtime_helper' => 'getJmsSerializer_TwigExtension_SerializerRuntimeHelperService',
'kira_log_viewer.log_parser.default' => 'getKiraLogViewer_LogParser_DefaultService',
'knp_menu.factory' => 'getKnpMenu_FactoryService',
'knp_menu.matcher' => 'getKnpMenu_MatcherService',
'knp_snappy.image' => 'getKnpSnappy_ImageService',
'knp_snappy.pdf' => 'getKnpSnappy_PdfService',
'lexik_jwt_authentication.encoder' => 'getLexikJwtAuthentication_EncoderService',
'lexik_jwt_authentication.generate_token_command' => 'getLexikJwtAuthentication_GenerateTokenCommandService',
'lexik_jwt_authentication.jwt_manager' => 'getLexikJwtAuthentication_JwtManagerService',
'lexik_jwt_authentication.key_loader' => 'getLexikJwtAuthentication_KeyLoaderService',
'liip_imagine.binary.loader.default' => 'getLiipImagine_Binary_Loader_DefaultService',
'liip_imagine.config.stack_collection' => 'getLiipImagine_Config_StackCollectionService',
'liip_imagine.data.manager' => 'getLiipImagine_Data_ManagerService',
'liip_imagine.filter.loader.downscale' => 'getLiipImagine_Filter_Loader_DownscaleService',
'liip_imagine.filter.loader.fixed' => 'getLiipImagine_Filter_Loader_FixedService',
'liip_imagine.filter.loader.flip' => 'getLiipImagine_Filter_Loader_FlipService',
'liip_imagine.filter.loader.grayscale' => 'getLiipImagine_Filter_Loader_GrayscaleService',
'liip_imagine.filter.loader.interlace' => 'getLiipImagine_Filter_Loader_InterlaceService',
'liip_imagine.filter.loader.resample' => 'getLiipImagine_Filter_Loader_ResampleService',
'liip_imagine.filter.loader.rotate' => 'getLiipImagine_Filter_Loader_RotateService',
'liip_imagine.filter.manager' => 'getLiipImagine_Filter_ManagerService',
'monolog.logger.sinacLog' => 'getMonolog_Logger_SinacLogService',
'nelmio_api_doc.controller.swagger' => 'getNelmioApiDoc_Controller_SwaggerService',
'nelmio_api_doc.controller.swagger_ui' => 'getNelmioApiDoc_Controller_SwaggerUiService',
'nelmio_api_doc.generator.default' => 'getNelmioApiDoc_Generator_DefaultService',
'nelmio_security.csp_reporter_controller' => 'getNelmioSecurity_CspReporterControllerService',
'nelmio_security.ua_parser.ua_php' => 'getNelmioSecurity_UaParser_UaPhpService',
'presta_sitemap.controller' => 'getPrestaSitemap_ControllerService',
'presta_sitemap.dump_command' => 'getPrestaSitemap_DumpCommandService',
'presta_sitemap.dumper' => 'getPrestaSitemap_DumperService',
'presta_sitemap.generator' => 'getPrestaSitemap_GeneratorService',
'routing.loader' => 'getRouting_LoaderService',
'services_resetter' => 'getServicesResetterService',
'sonata.admin.manager.orm' => 'getSonata_Admin_Manager_OrmService',
'sonata.admin.manipulator.acl.object.orm' => 'getSonata_Admin_Manipulator_Acl_Object_OrmService',
'sonata.doctrine.model.adapter.chain' => 'getSonata_Doctrine_Model_Adapter_ChainService',
'sonata.media.action.media_download' => 'getSonata_Media_Action_MediaDownloadService',
'tactician.commandbus.default' => 'getTactician_Commandbus_DefaultService',
'vich_uploader.download_handler' => 'getVichUploader_DownloadHandlerService',
'vich_uploader.form.type.file' => 'getVichUploader_Form_Type_FileService',
'vich_uploader.form.type.image' => 'getVichUploader_Form_Type_ImageService',
'vich_uploader.upload_handler' => 'getVichUploader_UploadHandlerService',
'web_profiler.controller.exception_panel' => 'getWebProfiler_Controller_ExceptionPanelService',
'web_profiler.controller.profiler' => 'getWebProfiler_Controller_ProfilerService',
'web_profiler.controller.router' => 'getWebProfiler_Controller_RouterService',
'whater.listener.cart_order_update_state_event_listener' => 'getWhater_Listener_CartOrderUpdateStateEventListenerService',
'whater.listener.distribution_network_polygon_update_event_listener' => 'getWhater_Listener_DistributionNetworkPolygonUpdateEventListenerService',
'whater.listener.town_location_polygon_update_event_listener' => 'getWhater_Listener_TownLocationPolygonUpdateEventListenerService',
'whater.listener.town_polygon_update_event_listener' => 'getWhater_Listener_TownPolygonUpdateEventListenerService',
];
$this->aliases = [
'GeoIp2\\Database\\Reader' => 'geoip2.database.city_reader',
'Presta\\SitemapBundle\\Controller\\SitemapController' => 'presta_sitemap.controller',
'database_connection' => 'doctrine.dbal.default_connection',
'doctrine.orm.entity_manager' => 'doctrine.orm.default_entity_manager',
'geoip2.reader' => 'geoip2.database.city_reader',
'jms_serializer.authorization_checker' => '.container.private.security.authorization_checker',
'liip_imagine.controller' => 'Liip\\ImagineBundle\\Controller\\ImagineController',
'nelmio_api_doc.generator' => 'nelmio_api_doc.generator.default',
'vich_uploader.directory_namer_subdir' => 'Vich\\UploaderBundle\\Naming\\SubdirDirectoryNamer',
'vich_uploader.namer_base64' => 'Vich\\UploaderBundle\\Naming\\Base64Namer',
'vich_uploader.namer_directory_current_date_time' => 'Vich\\UploaderBundle\\Naming\\CurrentDateTimeDirectoryNamer',
'vich_uploader.namer_directory_property' => 'Vich\\UploaderBundle\\Naming\\PropertyDirectoryNamer',
'vich_uploader.namer_hash' => 'Vich\\UploaderBundle\\Naming\\HashNamer',
'vich_uploader.namer_origname' => 'Vich\\UploaderBundle\\Naming\\OrignameNamer',
'vich_uploader.namer_property' => 'Vich\\UploaderBundle\\Naming\\PropertyNamer',
'vich_uploader.namer_smart_unique' => 'Vich\\UploaderBundle\\Naming\\SmartUniqueNamer',
'vich_uploader.namer_uniqid' => 'Vich\\UploaderBundle\\Naming\\UniqidNamer',
];
$this->privates['service_container'] = function () {
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/HttpKernelInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/KernelInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/RebootableInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/TerminableInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Kernel.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Kernel/MicroKernelTrait.php';
include_once \dirname(__DIR__, 4).'/src/Kernel.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/ControllerMetadata/ArgumentMetadataFactoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/ControllerMetadata/ArgumentMetadataFactory.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/event-dispatcher/EventSubscriberInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/EventListener/ResponseListener.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/EventListener/StreamedResponseListener.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/EventListener/LocaleListener.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/EventListener/ValidateRequestListener.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/EventListener/DisallowRobotsIndexingListener.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/EventListener/ErrorListener.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/dependency-injection/ParameterBag/ParameterBagInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/dependency-injection/ParameterBag/ParameterBag.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/dependency-injection/ParameterBag/FrozenParameterBag.php';
include_once \dirname(__DIR__, 4).'/vendor/psr/container/src/ContainerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/dependency-injection/ParameterBag/ContainerBagInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/dependency-injection/ParameterBag/ContainerBag.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/HttpKernel.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ControllerResolverInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/TraceableControllerResolver.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ControllerResolver.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/ControllerResolver.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ArgumentResolverInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/TraceableArgumentResolver.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/RequestStack.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/UriSigner.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/config/ConfigCacheFactoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/config/ResourceCheckerConfigCacheFactory.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/EventListener/LocaleAwareListener.php';
include_once \dirname(__DIR__, 4).'/vendor/psr/cache/src/CacheItemPoolInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Adapter/AdapterInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/cache-contracts/CacheInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/PruneableInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/service-contracts/ResetInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/ResettableInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Adapter/TraceableAdapter.php';
include_once \dirname(__DIR__, 4).'/vendor/psr/log/Psr/Log/LoggerAwareInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/psr/log/Psr/Log/LoggerAwareTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Traits/AbstractAdapterTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/cache-contracts/CacheTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Traits/ContractsTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Adapter/AbstractAdapter.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Traits/FilesystemCommonTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Traits/FilesystemTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Adapter/FilesystemAdapter.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Marshaller/MarshallerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Marshaller/DefaultMarshaller.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/asset/Packages.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/asset/PackageInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/asset/Package.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/asset/PathPackage.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/asset/VersionStrategy/VersionStrategyInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/asset/VersionStrategy/StaticVersionStrategy.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/asset/Context/ContextInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/asset/Context/RequestStackContext.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/mailer/EventListener/MessageLoggerListener.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/EventListener/FragmentListener.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation-contracts/TranslatorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/TranslatorBagInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation-contracts/LocaleAwareInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Translator.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/CacheWarmer/WarmableInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Translation/Translator.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/service-contracts/ServiceProviderInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/service-contracts/ServiceLocatorTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/dependency-injection/ServiceLocator.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Formatter/MessageFormatterInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Formatter/IntlFormatterInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Formatter/MessageFormatter.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation-contracts/TranslatorTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/IdentityTranslator.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/EventListener/DebugHandlersListener.php';
include_once \dirname(__DIR__, 4).'/vendor/psr/log/Psr/Log/LoggerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/ResettableInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Logger.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Log/DebugLoggerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/monolog-bridge/Logger.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Debug/FileLinkFormatter.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/stopwatch/Stopwatch.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/monolog-bridge/Processor/CompatibilityProcessor.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/monolog-bridge/Processor/DebugProcessor.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/RequestContext.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/expression-language/ExpressionFunctionProviderInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/Matcher/ExpressionLanguageProvider.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/EventListener/RouterListener.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/Reader.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationReader.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationRegistry.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/PsrCachedReader.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Traits/ProxyTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Adapter/PhpArrayAdapter.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/property-access/PropertyAccessorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/property-access/PropertyAccessor.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Adapter/ArrayAdapter.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/property-info/PropertyTypeExtractorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/property-info/PropertyDescriptionExtractorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/property-info/PropertyAccessExtractorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/property-info/PropertyListExtractorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/property-info/PropertyInfoExtractorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/property-info/PropertyInitializableExtractorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/property-info/PropertyInfoExtractor.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/property-info/PropertyReadInfoExtractorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/property-info/PropertyWriteInfoExtractorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/property-info/Extractor/ConstructorArgumentTypeExtractorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/property-info/Extractor/ReflectionExtractor.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/EventListener/AbstractSessionListener.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/EventListener/SessionListener.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/ValidatorBuilder.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/Validation.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/ConstraintValidatorFactoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/ContainerConstraintValidatorFactory.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/ObjectInitializerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/doctrine-bridge/Validator/DoctrineInitializer.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/Mapping/Loader/LoaderInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/Mapping/Loader/AutoMappingTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/Mapping/Loader/PropertyInfoLoader.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/doctrine-bridge/Validator/DoctrineLoader.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/EventListener/ProfilerListener.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DataCollector/DataCollectorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DataCollector/DataCollector.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DataCollector/LateDataCollectorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DataCollector/RouterDataCollector.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/DataCollector/RouterDataCollector.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/Extension/DataCollector/FormDataCollectorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/Extension/DataCollector/FormDataCollector.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/Extension/DataCollector/FormDataExtractorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/Extension/DataCollector/FormDataExtractor.php';
include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Profiler/Profile.php';
include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Processor/ProcessorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Processor/PsrLogMessageProcessor.php';
include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Handler/HandlerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Handler/Handler.php';
include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Handler/AbstractHandler.php';
include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Handler/ProcessableHandlerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Handler/FormattableHandlerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Handler/ProcessableHandlerTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Handler/FormattableHandlerTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Handler/AbstractProcessingHandler.php';
include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Handler/StreamHandler.php';
include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Handler/RotatingFileHandler.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/monolog-bridge/Handler/CompatibilityHandler.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/monolog-bridge/Handler/ConsoleHandler.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/monolog-bridge/Handler/CompatibilityProcessingHandler.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authentication/Token/Storage/TokenStorageInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authentication/Token/Storage/TokenStorage.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authentication/AuthenticationTrustResolverInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authentication/AuthenticationTrustResolver.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Role/RoleHierarchyInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Role/RoleHierarchy.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/FirewallMapInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-bundle/Security/FirewallMap.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Logout/LogoutUrlGenerator.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/RememberMe/ResponseListener.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/AccessDecisionManagerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/TraceableAccessDecisionManager.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/AccessDecisionManager.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/Strategy/AccessDecisionStrategyInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/Strategy/AffirmativeStrategy.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Firewall.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-bundle/EventListener/FirewallListener.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/web-profiler-bundle/Csp/ContentSecurityPolicyHandler.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/web-profiler-bundle/Csp/NonceGenerator.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/web-profiler-bundle/EventListener/WebDebugToolbarListener.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/webpack-encore-bundle/src/Asset/EntrypointLookupCollectionInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/webpack-encore-bundle/src/Asset/EntrypointLookupCollection.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/webpack-encore-bundle/src/EventListener/ResetAssetsEventListener.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/ConnectionRegistry.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/ManagerRegistry.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/AbstractManagerRegistry.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/doctrine-bridge/ManagerRegistry.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Registry.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/event-manager/src/EventManager.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/doctrine-bridge/ContainerAwareEventManager.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/dbal/src/Connection.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/ConnectionFactory.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/dbal/src/Configuration.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/dbal/src/Schema/SchemaManagerFactory.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/dbal/src/Schema/LegacySchemaManagerFactory.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Dbal/SchemaAssetsFilterManager.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/dbal/src/Driver/Middleware.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/dbal/src/Logging/Middleware.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Middleware/ConnectionNameAwareInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Middleware/DebugMiddleware.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/dbal/src/Tools/DsnParser.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/doctrine-bridge/Middleware/Debug/DebugDataHolder.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Middleware/BacktraceDebugDataHolder.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/common/src/Proxy/Autoloader.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Proxy/Autoloader.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/ObjectManager.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/EntityManagerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/EntityManager.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Configuration.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/MappingDriver.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Mapping/MappingDriver.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/MappingDriverChain.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/FileDriver.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Mapping/Driver/YamlDriver.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Mapping/Driver/SimplifiedYamlDriver.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Mapping/Driver/CompatibilityAnnotationDriver.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/ColocatedMappingDriver.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Mapping/Driver/ReflectionBasedDriver.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Mapping/Driver/AnnotationDriver.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Mapping/Driver/XmlDriver.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Mapping/Driver/SimplifiedXmlDriver.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/FileLocator.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/SymfonyFileLocator.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Mapping/NamingStrategy.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Mapping/UnderscoreNamingStrategy.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Mapping/QuoteStrategy.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Internal/SQLResultCasing.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Mapping/DefaultQuoteStrategy.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Mapping/TypedFieldMapper.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Mapping/DefaultTypedFieldMapper.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Mapping/EntityListenerResolver.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Mapping/EntityListenerServiceResolver.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Mapping/ContainerEntityListenerResolver.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Repository/RepositoryFactory.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Repository/RepositoryFactoryCompatibility.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Repository/ContainerRepositoryFactory.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/ManagerConfigurator.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-migrations-bundle/src/EventListener/SchemaFilterListener.php';
include_once \dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/src/EventListener/ControllerListener.php';
include_once \dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/src/EventListener/ParamConverterListener.php';
include_once \dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/ParamConverterManager.php';
include_once \dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/ParamConverterInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/DoctrineParamConverter.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/expression-language/ExpressionLanguage.php';
include_once \dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/DateTimeParamConverter.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/service-contracts/ServiceSubscriberInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/src/EventListener/TemplateListener.php';
include_once \dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/src/Templating/TemplateGuesser.php';
include_once \dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/src/EventListener/HttpCacheListener.php';
include_once \dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/src/EventListener/SecurityListener.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/ExpressionLanguage.php';
include_once \dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/src/Security/ExpressionLanguage.php';
include_once \dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/src/EventListener/IsGrantedListener.php';
include_once \dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/src/Request/ArgumentNameConverter.php';
include_once \dirname(__DIR__, 4).'/vendor/jms/serializer/src/Type/ParserInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/jms/serializer/src/Type/Parser.php';
include_once \dirname(__DIR__, 4).'/vendor/jms/metadata/src/Cache/CacheInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/jms/metadata/src/Cache/ClearableCacheInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/jms/metadata/src/Cache/FileCache.php';
include_once \dirname(__DIR__, 4).'/vendor/jms/metadata/src/MetadataFactoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/jms/metadata/src/AdvancedMetadataFactoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/jms/metadata/src/MetadataFactory.php';
include_once \dirname(__DIR__, 4).'/vendor/jms/metadata/src/Driver/DriverInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/jms/metadata/src/Driver/LazyLoadingDriver.php';
include_once \dirname(__DIR__, 4).'/vendor/jms/serializer/src/Expression/CompilableExpressionEvaluatorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/jms/serializer/src/Expression/ExpressionEvaluatorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/jms/serializer/src/Expression/ExpressionEvaluator.php';
include_once \dirname(__DIR__, 4).'/vendor/jms/serializer-bundle/ExpressionLanguage/BasicSerializerFunctionsProvider.php';
include_once \dirname(__DIR__, 4).'/vendor/willdurand/hateoas-bundle/Expression/LinkExpressionFunction.php';
include_once \dirname(__DIR__, 4).'/vendor/snc/redis-bundle/src/Logger/RedisLogger.php';
include_once \dirname(__DIR__, 4).'/vendor/willdurand/hateoas/src/Factory/LinkFactory.php';
include_once \dirname(__DIR__, 4).'/vendor/willdurand/hateoas/src/UrlGenerator/UrlGeneratorRegistry.php';
include_once \dirname(__DIR__, 4).'/vendor/willdurand/hateoas/src/UrlGenerator/UrlGeneratorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/willdurand/hateoas/src/UrlGenerator/SymfonyUrlGenerator.php';
include_once \dirname(__DIR__, 4).'/vendor/willdurand/hateoas/src/Helper/LinkHelper.php';
include_once \dirname(__DIR__, 4).'/vendor/cocur/slugify/src/SlugifyInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/cocur/slugify/src/Slugify.php';
include_once \dirname(__DIR__, 4).'/vendor/shivas/versioning-bundle/src/Service/VersionManagerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/shivas/versioning-bundle/src/Service/VersionManager.php';
include_once \dirname(__DIR__, 4).'/vendor/shivas/versioning-bundle/src/Writer/WriterInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/shivas/versioning-bundle/src/Writer/VersionWriter.php';
include_once \dirname(__DIR__, 4).'/vendor/shivas/versioning-bundle/src/Formatter/FormatterInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/shivas/versioning-bundle/src/Formatter/GitDescribeFormatter.php';
include_once \dirname(__DIR__, 4).'/vendor/shivas/versioning-bundle/src/Provider/ProviderInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/shivas/versioning-bundle/src/Provider/VersionProvider.php';
include_once \dirname(__DIR__, 4).'/vendor/shivas/versioning-bundle/src/Provider/GitRepositoryProvider.php';
include_once \dirname(__DIR__, 4).'/vendor/shivas/versioning-bundle/src/Provider/RevisionProvider.php';
include_once \dirname(__DIR__, 4).'/vendor/shivas/versioning-bundle/src/Provider/InitialVersionProvider.php';
include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/rest-bundle/EventListener/MimeTypeListener.php';
include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/rest-bundle/EventListener/FormatListener.php';
include_once \dirname(__DIR__, 4).'/vendor/willdurand/negotiation/src/Negotiation/AbstractNegotiator.php';
include_once \dirname(__DIR__, 4).'/vendor/willdurand/negotiation/src/Negotiation/Negotiator.php';
include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/rest-bundle/Negotiation/FormatNegotiator.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/RequestMatcherInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/RequestMatcher.php';
include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/rest-bundle/EventListener/VersionListener.php';
include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/rest-bundle/Version/VersionResolverInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/rest-bundle/Version/ChainVersionResolver.php';
include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/rest-bundle/Version/Resolver/QueryParameterVersionResolver.php';
include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/rest-bundle/Version/Resolver/HeaderVersionResolver.php';
include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/rest-bundle/Version/Resolver/MediaTypeVersionResolver.php';
include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/rest-bundle/EventListener/VersionExclusionListener.php';
include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/rest-bundle/EventListener/ParamFetcherListener.php';
include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/rest-bundle/Request/ParamFetcherInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/rest-bundle/Util/ResolverTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/rest-bundle/Request/ParamFetcher.php';
include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/rest-bundle/Request/ParamReaderInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/rest-bundle/Request/ParamReader.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/cors-bundle/EventListener/CorsListener.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/cors-bundle/Options/ResolverInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/cors-bundle/Options/Resolver.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/cors-bundle/Options/ProviderInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/cors-bundle/Options/ConfigProvider.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/cors-bundle/EventListener/CacheableResponseVaryListener.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/security-bundle/EventListener/AbstractContentTypeRestrictableListener.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/security-bundle/EventListener/ContentSecurityPolicyListener.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/security-bundle/ContentSecurityPolicy/DirectiveSet.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/security-bundle/ContentSecurityPolicy/PolicyManager.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/security-bundle/ContentSecurityPolicy/NonceGenerator.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/security-bundle/ContentSecurityPolicy/ShaComputer.php';
include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Imagine/Cache/Resolver/ResolverInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Imagine/Cache/Resolver/WebPathResolver.php';
include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Imagine/Cache/CacheManager.php';
include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Imagine/Filter/FilterConfiguration.php';
include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Imagine/Cache/Resolver/NoCacheWebPathResolver.php';
include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Imagine/Cache/SignerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Imagine/Cache/Signer.php';
include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Metadata/MetadataReader.php';
include_once \dirname(__DIR__, 4).'/vendor/jms/metadata/src/Driver/AdvancedDriverInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/jms/metadata/src/Driver/DriverChain.php';
include_once \dirname(__DIR__, 4).'/vendor/jms/metadata/src/Driver/AbstractFileDriver.php';
include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Metadata/Driver/XmlDriver.php';
include_once \dirname(__DIR__, 4).'/vendor/jms/metadata/src/Driver/FileLocatorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/jms/metadata/src/Driver/AdvancedFileLocatorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/jms/metadata/src/Driver/TraceableFileLocatorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/jms/metadata/src/Driver/FileLocator.php';
include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Metadata/Driver/AnnotationDriver.php';
include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Metadata/Driver/AbstractYamlDriver.php';
include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Metadata/Driver/YamlDriver.php';
include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Metadata/Driver/YmlDriver.php';
include_once \dirname(__DIR__, 4).'/vendor/sonata-project/media-bundle/src/Provider/Pool.php';
include_once \dirname(__DIR__, 4).'/vendor/sonata-project/media-bundle/src/Security/DownloadStrategyInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/sonata-project/media-bundle/src/Security/RolesDownloadStrategy.php';
include_once \dirname(__DIR__, 4).'/vendor/sonata-project/media-bundle/src/Provider/MediaProviderInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/sonata-project/media-bundle/src/Provider/BaseProvider.php';
include_once \dirname(__DIR__, 4).'/vendor/sonata-project/media-bundle/src/Provider/FileProviderInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/sonata-project/media-bundle/src/Provider/FileProvider.php';
include_once \dirname(__DIR__, 4).'/vendor/sonata-project/media-bundle/src/Thumbnail/ThumbnailInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/sonata-project/media-bundle/src/Thumbnail/FileThumbnail.php';
include_once \dirname(__DIR__, 4).'/vendor/sonata-project/media-bundle/src/Provider/BaseVideoProvider.php';
include_once \dirname(__DIR__, 4).'/vendor/sonata-project/media-bundle/src/Provider/YouTubeProvider.php';
include_once \dirname(__DIR__, 4).'/vendor/sonata-project/media-bundle/src/Generator/GeneratorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/sonata-project/media-bundle/src/Generator/IdGenerator.php';
include_once \dirname(__DIR__, 4).'/vendor/psr/http-client/src/ClientInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/psr/http-factory/src/RequestFactoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/psr/http-factory/src/StreamFactoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/psr/http-factory/src/UriFactoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-client/Psr18Client.php';
include_once \dirname(__DIR__, 4).'/vendor/psr/http-factory/src/ResponseFactoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/psr/http-factory/src/ServerRequestFactoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/psr/http-factory/src/UploadedFileFactoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/nyholm/psr7/src/Factory/Psr17Factory.php';
include_once \dirname(__DIR__, 4).'/vendor/sonata-project/media-bundle/src/Provider/DailyMotionProvider.php';
include_once \dirname(__DIR__, 4).'/vendor/sonata-project/media-bundle/src/Provider/VimeoProvider.php';
include_once \dirname(__DIR__, 4).'/vendor/sonata-project/media-bundle/src/Thumbnail/ResizableThumbnailInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/sonata-project/media-bundle/src/Thumbnail/GenerableThumbnailInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/sonata-project/media-bundle/src/Thumbnail/FormatThumbnail.php';
include_once \dirname(__DIR__, 4).'/vendor/sonata-project/media-bundle/src/Resizer/ResizerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/sonata-project/media-bundle/src/Resizer/CropResizer.php';
include_once \dirname(__DIR__, 4).'/vendor/sonata-project/media-bundle/src/Resizer/SquareResizer.php';
include_once \dirname(__DIR__, 4).'/vendor/sonata-project/media-bundle/src/Provider/ImageProviderInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/sonata-project/media-bundle/src/Provider/ImageProvider.php';
include_once \dirname(__DIR__, 4).'/vendor/imagine/imagine/src/Factory/ClassFactoryAwareInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/imagine/imagine/src/Image/ImagineInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/imagine/imagine/src/Image/AbstractImagine.php';
include_once \dirname(__DIR__, 4).'/vendor/imagine/imagine/src/Driver/InfoProvider.php';
include_once \dirname(__DIR__, 4).'/vendor/imagine/imagine/src/Gd/Imagine.php';
include_once \dirname(__DIR__, 4).'/vendor/sonata-project/media-bundle/src/Resizer/SimpleResizer.php';
include_once \dirname(__DIR__, 4).'/vendor/sonata-project/media-bundle/src/CDN/CDNInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/sonata-project/media-bundle/src/CDN/Server.php';
include_once \dirname(__DIR__, 4).'/vendor/knplabs/gaufrette/src/Gaufrette/Adapter.php';
include_once \dirname(__DIR__, 4).'/vendor/knplabs/gaufrette/src/Gaufrette/Adapter/StreamFactory.php';
include_once \dirname(__DIR__, 4).'/vendor/knplabs/gaufrette/src/Gaufrette/Adapter/ChecksumCalculator.php';
include_once \dirname(__DIR__, 4).'/vendor/knplabs/gaufrette/src/Gaufrette/Adapter/SizeCalculator.php';
include_once \dirname(__DIR__, 4).'/vendor/knplabs/gaufrette/src/Gaufrette/Adapter/MimeTypeProvider.php';
include_once \dirname(__DIR__, 4).'/vendor/knplabs/gaufrette/src/Gaufrette/Adapter/Local.php';
include_once \dirname(__DIR__, 4).'/vendor/sonata-project/media-bundle/src/Filesystem/Local.php';
include_once \dirname(__DIR__, 4).'/vendor/knplabs/gaufrette/src/Gaufrette/FilesystemInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/knplabs/gaufrette/src/Gaufrette/Filesystem.php';
include_once \dirname(__DIR__, 4).'/vendor/sonata-project/media-bundle/src/Metadata/MetadataBuilderInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/sonata-project/media-bundle/src/Metadata/ProxyMetadataBuilder.php';
include_once \dirname(__DIR__, 4).'/vendor/sonata-project/media-bundle/src/Metadata/NoopMetadataBuilder.php';
include_once \dirname(__DIR__, 4).'/vendor/sonata-project/media-bundle/src/Metadata/AmazonMetadataBuilder.php';
include_once \dirname(__DIR__, 4).'/vendor/geocoder-php/plugin/Plugin.php';
include_once \dirname(__DIR__, 4).'/vendor/willdurand/geocoder-bundle/src/Plugin/ProfilingPlugin.php';
include_once \dirname(__DIR__, 4).'/vendor/eightpoints/guzzle-bundle/src/Log/LoggerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/psr/log/Psr/Log/LoggerTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/eightpoints/guzzle-bundle/src/Log/Logger.php';
include_once \dirname(__DIR__, 4).'/vendor/eightpoints/guzzle-bundle/src/DataCollector/DataCollectorSymfonyCompatibilityTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/eightpoints/guzzle-bundle/src/DataCollector/HttpDataCollector.php';
include_once \dirname(__DIR__, 4).'/src/Infrastructure/CommonBundle/Monolog/MonologDomainsFilterProcessor.php';
include_once \dirname(__DIR__, 4).'/src/Infrastructure/MediaBundle/Generator/DateGenerator.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-client-contracts/HttpClientInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-client/TraceableHttpClient.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-client/HttpClient.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/DataCollectorTranslator.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/RequestContextAwareInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/Matcher/UrlMatcherInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/Generator/UrlGeneratorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/RouterInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/Matcher/RequestMatcherInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/Router.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Routing/Router.php';
include_once \dirname(__DIR__, 4).'/vendor/jms/serializer/src/ContextFactory/SerializationContextFactoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/jms/serializer/src/ContextFactory/DeserializationContextFactoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/jms/serializer-bundle/ContextFactory/ConfiguredContextFactory.php';
include_once \dirname(__DIR__, 4).'/vendor/jms/serializer/src/SerializerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/jms/serializer/src/ArrayTransformerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/jms/serializer/src/Serializer.php';
include_once \dirname(__DIR__, 4).'/vendor/jms/serializer/src/GraphNavigator/Factory/GraphNavigatorFactoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/jms/serializer/src/GraphNavigator/Factory/DeserializationGraphNavigatorFactory.php';
include_once \dirname(__DIR__, 4).'/vendor/jms/serializer/src/Construction/ObjectConstructorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/jms/serializer/src/Construction/DoctrineObjectConstructor.php';
include_once \dirname(__DIR__, 4).'/vendor/jms/serializer/src/Construction/UnserializeObjectConstructor.php';
include_once \dirname(__DIR__, 4).'/vendor/jms/serializer/src/Accessor/AccessorStrategyInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/jms/serializer/src/Accessor/DefaultAccessorStrategy.php';
include_once \dirname(__DIR__, 4).'/vendor/jms/serializer/src/EventDispatcher/EventDispatcherInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/jms/serializer/src/EventDispatcher/EventDispatcher.php';
include_once \dirname(__DIR__, 4).'/vendor/jms/serializer/src/EventDispatcher/LazyEventDispatcher.php';
include_once \dirname(__DIR__, 4).'/vendor/jms/serializer/src/GraphNavigator/Factory/SerializationGraphNavigatorFactory.php';
include_once \dirname(__DIR__, 4).'/vendor/jms/serializer/src/Visitor/Factory/SerializationVisitorFactory.php';
include_once \dirname(__DIR__, 4).'/vendor/jms/serializer/src/Visitor/Factory/JsonSerializationVisitorFactory.php';
include_once \dirname(__DIR__, 4).'/vendor/jms/serializer/src/Visitor/Factory/XmlSerializationVisitorFactory.php';
include_once \dirname(__DIR__, 4).'/vendor/jms/serializer/src/Visitor/Factory/DeserializationVisitorFactory.php';
include_once \dirname(__DIR__, 4).'/vendor/jms/serializer/src/Visitor/Factory/JsonDeserializationVisitorFactory.php';
include_once \dirname(__DIR__, 4).'/vendor/jms/serializer/src/Visitor/Factory/XmlDeserializationVisitorFactory.php';
include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/rest-bundle/View/ViewHandlerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/rest-bundle/View/ConfigurableViewHandlerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/rest-bundle/View/ViewHandler.php';
include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/rest-bundle/Serializer/Serializer.php';
include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/rest-bundle/Serializer/JMSSerializerAdapter.php';
include_once \dirname(__DIR__, 4).'/vendor/psr/event-dispatcher/src/EventDispatcherInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/event-dispatcher-contracts/EventDispatcherInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/event-dispatcher/EventDispatcherInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Debug/TraceableEventDispatcher.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/event-dispatcher/EventDispatcher.php';
include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Handler/NullHandler.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/filesystem/Filesystem.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Profiler/Profiler.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Profiler/ProfilerStorageInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DataCollector/TimeDataCollector.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DataCollector/MemoryDataCollector.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/DataCollector/ValidatorDataCollector.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DataCollector/AjaxDataCollector.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DataCollector/ExceptionDataCollector.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DataCollector/LoggerDataCollector.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DataCollector/EventDataCollector.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/DataCollector/CacheDataCollector.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/DataCollector/TranslationDataCollector.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-bundle/DataCollector/SecurityDataCollector.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/DataCollector/TwigDataCollector.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-client/HttpClientTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-client/DataCollector/HttpClientDataCollector.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/doctrine-bridge/DataCollector/DoctrineDataCollector.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/DataCollector/DoctrineDataCollector.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/mailer/DataCollector/MessageDataCollector.php';
include_once \dirname(__DIR__, 4).'/vendor/snc/redis-bundle/src/DataCollector/RedisDataCollector.php';
include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/DataCollector/MappingCollector.php';
include_once \dirname(__DIR__, 4).'/vendor/willdurand/geocoder-bundle/src/DataCollector/GeocoderDataCollector.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DataCollector/ConfigDataCollector.php';
include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Cache/CacheInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Cache/RemovableCacheInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Cache/FilesystemCache.php';
include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Extension/ExtensionInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Extension/LastModifiedExtensionInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Extension/AbstractExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Extension/CoreExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Extension/EscaperExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Extension/OptimizerExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Extension/StagingExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/ExtensionSet.php';
include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Template.php';
include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/TemplateWrapper.php';
include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Environment.php';
include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Loader/LoaderInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Loader/FilesystemLoader.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/CsrfExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Extension/ProfilerExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/ProfilerExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/TranslationExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/AssetExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/CodeExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/RoutingExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/YamlExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/StopwatchExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/ExpressionExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/HttpKernelExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/HttpFoundationExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/UrlHelper.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/SerializerExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/FormExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/LogoutUrlExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/SecurityExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Impersonate/ImpersonateUrlGenerator.php';
include_once \dirname(__DIR__, 4).'/vendor/twig/intl-extra/IntlExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Extension/DebugExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/web-profiler-bundle/Twig/WebProfilerExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/var-dumper/Dumper/DataDumperInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/var-dumper/Cloner/DumperInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/var-dumper/Dumper/AbstractDumper.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/var-dumper/Dumper/CliDumper.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/var-dumper/Dumper/HtmlDumper.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/webpack-encore-bundle/src/Twig/EntryFilesTwigExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/webpack-encore-bundle/src/Twig/StimulusTwigExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Twig/DoctrineExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/jms/serializer/src/Twig/SerializerBaseExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/jms/serializer/src/Twig/SerializerRuntimeExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/willdurand/hateoas/src/Twig/Extension/LinkExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/cocur/slugify/src/Bridge/Twig/SlugifyExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Extension/GlobalsInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/shivas/versioning-bundle/src/Twig/VersionExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Twig/MenuExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/knplabs/knp-time-bundle/src/Twig/Extension/TimeExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/knplabs/knp-time-bundle/src/DateTimeFormatter.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/security-bundle/Twig/NelmioCSPTwigExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Templating/FilterTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Templating/FilterExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Twig/Extension/UploaderExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/sonata-project/media-bundle/src/Twig/Extension/MediaExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/ckeditor-bundle/src/Renderer/CKEditorRendererInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/ckeditor-bundle/src/Twig/CKEditorExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/ckeditor-bundle/src/Renderer/CKEditorRenderer.php';
include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/ckeditor-bundle/src/Builder/JsonBuilder.php';
include_once \dirname(__DIR__, 4).'/vendor/endroid/qr-code-bundle/src/Twig/QrCodeExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/eightpoints/guzzle-bundle/src/Twig/Extension/DebugExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/helios-ag/fm-elfinder-bundle/src/Twig/Extension/FMElfinderExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/twig/string-extra/StringExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/AppVariable.php';
include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/RuntimeLoader/RuntimeLoaderInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/RuntimeLoader/ContainerRuntimeLoader.php';
include_once \dirname(__DIR__, 4).'/vendor/sonata-project/media-bundle/src/Twig/GlobalVariables.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bundle/DependencyInjection/Configurator/EnvironmentConfigurator.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/AuthorizationCheckerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/AuthorizationChecker.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authentication/Token/Storage/UsageTrackingTokenStorage.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/Mapping/Factory/MetadataFactoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/Validator/ValidatorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/Validator/TraceableValidator.php';
include_once \dirname(__DIR__, 4).'/vendor/jms/serializer/src/Handler/HandlerRegistryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/jms/serializer/src/Handler/HandlerRegistry.php';
include_once \dirname(__DIR__, 4).'/vendor/jms/serializer/src/Handler/LazyHandlerRegistry.php';
};
}
public function compile(): void
{
throw new LogicException('You cannot compile a dumped container that was already compiled.');
}
public function isCompiled(): bool
{
return true;
}
public function getRemovedIds(): array
{
return require $this->containerDir.\DIRECTORY_SEPARATOR.'removed-ids.php';
}
protected function load($file, $lazyLoad = true)
{
if (class_exists($class = __NAMESPACE__.'\\'.$file, false)) {
return $class::do($this, $lazyLoad);
}
if ('.' === $file[-4]) {
$class = substr($class, 0, -4);
} else {
$file .= '.php';
}
$service = require $this->containerDir.\DIRECTORY_SEPARATOR.$file;
return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;
}
/**
* Gets the public '.container.private.filesystem' shared service.
*
* @return \Symfony\Component\Filesystem\Filesystem
*/
protected function get_Container_Private_FilesystemService()
{
return $this->services['.container.private.filesystem'] = new \Symfony\Component\Filesystem\Filesystem();
}
/**
* Gets the public '.container.private.profiler' shared service.
*
* @return \Symfony\Component\HttpKernel\Profiler\Profiler
*/
protected function get_Container_Private_ProfilerService()
{
$a = new \Symfony\Bridge\Monolog\Logger('profiler');
$a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
$a->pushProcessor(($this->privates['Whater\\Infrastructure\\CommonBundle\\Monolog\\MonologDomainsFilterProcessor'] ?? $this->getMonologDomainsFilterProcessorService()));
$a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
$a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
\Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
$this->services['.container.private.profiler'] = $instance = new \Symfony\Component\HttpKernel\Profiler\Profiler(new \Symfony\Component\HttpKernel\Profiler\FileProfilerStorage(('file:'.$this->targetDir.''.'/profiler')), $a, true);
$b = ($this->services['kernel'] ?? $this->get('kernel'));
$c = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
$d = new \Symfony\Component\Cache\DataCollector\CacheDataCollector();
$d->addInstance('cache.app', ($this->services['cache.app'] ?? $this->getCache_AppService()));
$d->addInstance('cache.system', ($this->services['cache.system'] ?? $this->getCache_SystemService()));
$d->addInstance('cache.validator', ($this->privates['cache.validator'] ?? $this->getCache_ValidatorService()));
$d->addInstance('cache.serializer', ($this->privates['cache.serializer'] ?? $this->getCache_SerializerService()));
$d->addInstance('cache.annotations', ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService()));
$d->addInstance('cache.property_info', ($this->privates['cache.property_info'] ?? $this->getCache_PropertyInfoService()));
$d->addInstance('cache.rate_limiter', ($this->services['cache.rate_limiter'] ?? $this->getCache_RateLimiterService()));
$d->addInstance('cache.validator_expression_language', ($this->services['cache.validator_expression_language'] ?? $this->getCache_ValidatorExpressionLanguageService()));
$d->addInstance('cache.security_expression_language', ($this->privates['cache.security_expression_language'] ?? $this->getCache_SecurityExpressionLanguageService()));
$d->addInstance('cache.webpack_encore', ($this->privates['cache.webpack_encore'] ?? $this->getCache_WebpackEncoreService()));
$d->addInstance('cache.doctrine.orm.default.result', ($this->privates['cache.doctrine.orm.default.result'] ?? $this->getCache_Doctrine_Orm_Default_ResultService()));
$d->addInstance('cache.doctrine.orm.default.query', ($this->privates['cache.doctrine.orm.default.query'] ?? $this->getCache_Doctrine_Orm_Default_QueryService()));
$d->addInstance('shivas_versioning.cache.version', ($this->services['shivas_versioning.cache.version'] ?? $this->getShivasVersioning_Cache_VersionService()));
$e = new \Symfony\Component\HttpClient\DataCollector\HttpClientDataCollector();
$e->registerClient('http_client', ($this->privates['.debug.http_client'] ?? $this->get_Debug_HttpClientService()));
$f = new \Bazinga\GeocoderBundle\DataCollector\GeocoderDataCollector();
$f->addInstance(($this->privates['bazinga_geocoder.provider.acme.profiler'] ?? ($this->privates['bazinga_geocoder.provider.acme.profiler'] = new \Bazinga\GeocoderBundle\Plugin\ProfilingPlugin('acme'))));
$g = new \Symfony\Component\HttpKernel\DataCollector\ConfigDataCollector();
if ($this->has('kernel')) {
$g->setKernel($b);
}
$instance->add(($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService()));
$instance->add(new \Symfony\Component\HttpKernel\DataCollector\TimeDataCollector($b, ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)))));
$instance->add(new \Symfony\Component\HttpKernel\DataCollector\MemoryDataCollector());
$instance->add(new \Symfony\Component\Validator\DataCollector\ValidatorDataCollector(($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService())));
$instance->add(new \Symfony\Component\HttpKernel\DataCollector\AjaxDataCollector());
$instance->add(($this->privates['data_collector.form'] ?? $this->getDataCollector_FormService()));
$instance->add(new \Symfony\Component\HttpKernel\DataCollector\ExceptionDataCollector());
$instance->add(new \Symfony\Component\HttpKernel\DataCollector\LoggerDataCollector($a, ($this->targetDir.''.'/Whater_KernelDevDebugContainer'), $c));
$instance->add(new \Symfony\Component\HttpKernel\DataCollector\EventDataCollector(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), $c));
$instance->add(($this->privates['data_collector.router'] ?? ($this->privates['data_collector.router'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector())));
$instance->add($d);
$instance->add(new \Symfony\Component\Translation\DataCollector\TranslationDataCollector(($this->services['translator'] ?? $this->getTranslatorService())));
$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));
$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())));
$instance->add($e);
$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([])))));
$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()))));
$instance->add(new \Snc\RedisBundle\DataCollector\RedisDataCollector(($this->privates['snc_redis.logger'] ?? $this->getSncRedis_LoggerService())));
$instance->add(($this->privates['gos_web_socket.data_collector.websocket'] ?? $this->load('getGosWebSocket_DataCollector_WebsocketService')));
$instance->add(new \Vich\UploaderBundle\DataCollector\MappingCollector(($this->privates['vich_uploader.metadata_reader'] ?? $this->getVichUploader_MetadataReaderService())));
$instance->add($f);
$instance->add(($this->privates['eight_points_guzzle.data_collector'] ?? $this->getEightPointsGuzzle_DataCollectorService()));
$instance->add($g);
return $instance;
}
/**
* Gets the public '.container.private.security.authorization_checker' shared service.
*
* @return \Symfony\Component\Security\Core\Authorization\AuthorizationChecker
*/
protected function get_Container_Private_Security_AuthorizationCheckerService()
{
$a = ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService());
if (isset($this->services['.container.private.security.authorization_checker'])) {
return $this->services['.container.private.security.authorization_checker'];
}
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);
}
/**
* Gets the public '.container.private.security.token_storage' shared service.
*
* @return \Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage
*/
protected function get_Container_Private_Security_TokenStorageService()
{
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, [
'request_stack' => ['services', 'request_stack', 'getRequestStackService', false],
], [
'request_stack' => '?',
]));
}
/**
* Gets the public '.container.private.twig' shared service.
*
* @return \Twig\Environment
*/
protected function get_Container_Private_TwigService()
{
$a = new \Twig\Loader\FilesystemLoader([], \dirname(__DIR__, 4));
$a->addPath((\dirname(__DIR__, 4).'/src/UI/WebBundle/Resources/views'));
$a->addPath((\dirname(__DIR__, 4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Resources/views'));
$a->addPath((\dirname(__DIR__, 4).'/vendor/symfony/security-bundle/Resources/views'), 'Security');
$a->addPath((\dirname(__DIR__, 4).'/vendor/symfony/security-bundle/Resources/views'), '!Security');
$a->addPath((\dirname(__DIR__, 4).'/vendor/symfony/web-profiler-bundle/Resources/views'), 'WebProfiler');
$a->addPath((\dirname(__DIR__, 4).'/vendor/symfony/web-profiler-bundle/Resources/views'), '!WebProfiler');
$a->addPath((\dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/templates'), 'Doctrine');
$a->addPath((\dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/templates'), '!Doctrine');
$a->addPath((\dirname(__DIR__, 4).'/vendor/doctrine/doctrine-migrations-bundle/templates'), 'DoctrineMigrations');
$a->addPath((\dirname(__DIR__, 4).'/vendor/doctrine/doctrine-migrations-bundle/templates'), '!DoctrineMigrations');
$a->addPath((\dirname(__DIR__, 4).'/vendor/snc/redis-bundle/src/Resources/views'), 'SncRedis');
$a->addPath((\dirname(__DIR__, 4).'/vendor/snc/redis-bundle/src/Resources/views'), '!SncRedis');
$a->addPath((\dirname(__DIR__, 4).'/vendor/knplabs/knp-menu-bundle/templates'), 'KnpMenu');
$a->addPath((\dirname(__DIR__, 4).'/vendor/knplabs/knp-menu-bundle/templates'), '!KnpMenu');
$a->addPath((\dirname(__DIR__, 4).'/vendor/excelwebzone/recaptcha-bundle/src/Resources/views'), 'EWZRecaptcha');
$a->addPath((\dirname(__DIR__, 4).'/vendor/excelwebzone/recaptcha-bundle/src/Resources/views'), '!EWZRecaptcha');
$a->addPath((\dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/Resources/views'), 'NelmioApiDoc');
$a->addPath((\dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/Resources/views'), '!NelmioApiDoc');
$a->addPath((\dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Resources/views'), 'LiipImagine');
$a->addPath((\dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Resources/views'), '!LiipImagine');
$a->addPath((\dirname(__DIR__, 4).'/vendor/gos/web-socket-bundle/templates'), 'GosWebSocket');
$a->addPath((\dirname(__DIR__, 4).'/vendor/gos/web-socket-bundle/templates'), '!GosWebSocket');
$a->addPath((\dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/templates'), 'VichUploader');
$a->addPath((\dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/templates'), '!VichUploader');
$a->addPath((\dirname(__DIR__, 4).'/vendor/sonata-project/media-bundle/src/Resources/views'), 'SonataMedia');
$a->addPath((\dirname(__DIR__, 4).'/vendor/sonata-project/media-bundle/src/Resources/views'), '!SonataMedia');
$a->addPath((\dirname(__DIR__, 4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Resources/views'), 'SonataDoctrineORMAdmin');
$a->addPath((\dirname(__DIR__, 4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Resources/views'), '!SonataDoctrineORMAdmin');
$a->addPath((\dirname(__DIR__, 4).'/vendor/willdurand/geocoder-bundle/templates'), 'BazingaGeocoder');
$a->addPath((\dirname(__DIR__, 4).'/vendor/willdurand/geocoder-bundle/templates'), '!BazingaGeocoder');
$a->addPath((\dirname(__DIR__, 4).'/vendor/friendsofsymfony/ckeditor-bundle/src/Resources/views'), 'FOSCKEditor');
$a->addPath((\dirname(__DIR__, 4).'/vendor/friendsofsymfony/ckeditor-bundle/src/Resources/views'), '!FOSCKEditor');
$a->addPath((\dirname(__DIR__, 4).'/vendor/kira0269/symfony-log-viewer-bundle/src/Resources/views'), 'LogViewer');
$a->addPath((\dirname(__DIR__, 4).'/vendor/kira0269/symfony-log-viewer-bundle/src/Resources/views'), '!LogViewer');
$a->addPath((\dirname(__DIR__, 4).'/vendor/eightpoints/guzzle-bundle/src/Resources/views'), 'EightPointsGuzzle');
$a->addPath((\dirname(__DIR__, 4).'/vendor/eightpoints/guzzle-bundle/src/Resources/views'), '!EightPointsGuzzle');
$a->addPath((\dirname(__DIR__, 4).'/vendor/helios-ag/fm-elfinder-bundle/src/Resources/views'), 'FMElfinder');
$a->addPath((\dirname(__DIR__, 4).'/vendor/helios-ag/fm-elfinder-bundle/src/Resources/views'), '!FMElfinder');
$a->addPath((\dirname(__DIR__, 4).'/src/UI/WebBundle/Resources/views'), 'WhaterUIWeb');
$a->addPath((\dirname(__DIR__, 4).'/src/UI/WebBundle/Resources/views'), '!WhaterUIWeb');
$a->addPath((\dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Resources/views/Email'), 'email');
$a->addPath((\dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Resources/views/Email'), '!email');
$a->addPath((\dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Resources/views/Form'));
$this->services['.container.private.twig'] = $instance = new \Twig\Environment($a, ['debug' => true, 'strict_variables' => true, 'autoescape' => 'name', 'cache' => ($this->targetDir.''.'/twig'), 'charset' => 'UTF-8']);
$b = ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)));
$c = ($this->services['translator'] ?? $this->getTranslatorService());
$d = ($this->privates['assets.packages'] ?? $this->getAssets_PackagesService());
$e = ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService());
$f = ($this->services['router'] ?? $this->getRouterService());
$g = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
$h = ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService());
$i = new \Symfony\Component\VarDumper\Dumper\HtmlDumper(NULL, 'UTF-8', 1);
$i->setDisplayOptions(['maxStringLength' => 4096, 'fileLinkFormat' => $e]);
$j = new \Symfony\Bridge\Twig\AppVariable();
$j->setEnvironment('dev');
$j->setDebug(true);
if ($this->has('.container.private.security.token_storage')) {
$j->setTokenStorage($h);
}
if ($this->has('request_stack')) {
$j->setRequestStack($g);
}
$instance->addExtension(new \Symfony\Bridge\Twig\Extension\CsrfExtension());
$instance->addExtension(new \Symfony\Bridge\Twig\Extension\ProfilerExtension(($this->privates['twig.profile'] ?? ($this->privates['twig.profile'] = new \Twig\Profiler\Profile())), $b));
$instance->addExtension(new \Symfony\Bridge\Twig\Extension\TranslationExtension($c));
$instance->addExtension(new \Symfony\Bridge\Twig\Extension\AssetExtension($d));
$instance->addExtension(new \Symfony\Bridge\Twig\Extension\CodeExtension($e, \dirname(__DIR__, 4), 'UTF-8'));
$instance->addExtension(new \Symfony\Bridge\Twig\Extension\RoutingExtension($f));
$instance->addExtension(new \Symfony\Bridge\Twig\Extension\YamlExtension());
$instance->addExtension(new \Symfony\Bridge\Twig\Extension\StopwatchExtension($b, true));
$instance->addExtension(new \Symfony\Bridge\Twig\Extension\ExpressionExtension());
$instance->addExtension(new \Symfony\Bridge\Twig\Extension\HttpKernelExtension());
$instance->addExtension(new \Symfony\Bridge\Twig\Extension\HttpFoundationExtension(new \Symfony\Component\HttpFoundation\UrlHelper($g, $f)));
$instance->addExtension(new \Symfony\Bridge\Twig\Extension\SerializerExtension());
$instance->addExtension(new \Symfony\Bridge\Twig\Extension\FormExtension($c));
$instance->addExtension(new \Symfony\Bridge\Twig\Extension\LogoutUrlExtension(($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService())));
$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)));
$instance->addExtension(new \Twig\Extra\Intl\IntlExtension());
$instance->addExtension(new \Twig\Extension\DebugExtension());
$instance->addExtension(new \Symfony\Bundle\WebProfilerBundle\Twig\WebProfilerExtension($i));
$instance->addExtension(new \Symfony\WebpackEncoreBundle\Twig\EntryFilesTwigExtension(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'webpack_encore.entrypoint_lookup_collection' => ['privates', 'webpack_encore.entrypoint_lookup_collection', 'getWebpackEncore_EntrypointLookupCollectionService', false],
'webpack_encore.tag_renderer' => ['privates', 'webpack_encore.tag_renderer', 'getWebpackEncore_TagRendererService', true],
], [
'webpack_encore.entrypoint_lookup_collection' => '?',
'webpack_encore.tag_renderer' => '?',
])));
$instance->addExtension(new \Symfony\WebpackEncoreBundle\Twig\StimulusTwigExtension());
$instance->addExtension(new \Doctrine\Bundle\DoctrineBundle\Twig\DoctrineExtension());
$instance->addExtension(new \JMS\Serializer\Twig\SerializerRuntimeExtension());
$instance->addExtension(new \Hateoas\Twig\Extension\LinkExtension(($this->services['hateoas.helper.link'] ?? $this->getHateoas_Helper_LinkService())));
$instance->addExtension(new \Cocur\Slugify\Bridge\Twig\SlugifyExtension(($this->privates['cocur_slugify'] ?? ($this->privates['cocur_slugify'] = new \Cocur\Slugify\Slugify(['lowercase' => true, 'separator' => '-'])))));
$instance->addExtension(new \Shivas\VersioningBundle\Twig\VersionExtension(($this->privates['shivas_versioning.manager'] ?? $this->getShivasVersioning_ManagerService())));
$instance->addExtension(new \Knp\Menu\Twig\MenuExtension());
$instance->addExtension(new \Knp\Bundle\TimeBundle\Twig\Extension\TimeExtension(new \Knp\Bundle\TimeBundle\DateTimeFormatter($c)));
$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')))));
$instance->addExtension(new \Liip\ImagineBundle\Templating\FilterExtension(($this->services['liip_imagine.cache.manager'] ?? $this->getLiipImagine_Cache_ManagerService())));
$instance->addExtension(new \Vich\UploaderBundle\Twig\Extension\UploaderExtension());
$instance->addExtension(new \Sonata\MediaBundle\Twig\Extension\MediaExtension());
$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)))));
$instance->addExtension(new \Endroid\QrCodeBundle\Twig\QrCodeExtension());
$instance->addExtension(new \EightPoints\Bundle\GuzzleBundle\Twig\Extension\DebugExtension());
$instance->addExtension(new \FM\ElfinderBundle\Twig\Extension\FMElfinderExtension($instance));
$instance->addExtension(new \Twig\Extra\String\StringExtension());
$instance->addGlobal('app', $j);
$instance->addRuntimeLoader(new \Twig\RuntimeLoader\ContainerRuntimeLoader(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'Symfony\\Bridge\\Twig\\Extension\\CsrfRuntime' => ['privates', 'twig.runtime.security_csrf', 'getTwig_Runtime_SecurityCsrfService', true],
'Symfony\\Bridge\\Twig\\Extension\\HttpKernelRuntime' => ['privates', 'twig.runtime.httpkernel', 'getTwig_Runtime_HttpkernelService', true],
'Symfony\\Bridge\\Twig\\Extension\\SerializerRuntime' => ['privates', 'twig.runtime.serializer', 'getTwig_Runtime_SerializerService', true],
'Symfony\\Component\\Form\\FormRenderer' => ['privates', 'twig.form.renderer', 'getTwig_Form_RendererService', true],
'JMS\\Serializer\\Twig\\SerializerRuntimeHelper' => ['services', 'jms_serializer.twig_extension.serializer_runtime_helper', 'getJmsSerializer_TwigExtension_SerializerRuntimeHelperService', true],
'Knp\\Menu\\Twig\\MenuRuntimeExtension' => ['privates', 'knp_menu.twig.runtime', 'getKnpMenu_Twig_RuntimeService', true],
'Vich\\UploaderBundle\\Twig\\Extension\\UploaderExtensionRuntime' => ['privates', 'Vich\\UploaderBundle\\Twig\\Extension\\UploaderExtensionRuntime', 'getUploaderExtensionRuntimeService', true],
'Sonata\\MediaBundle\\Twig\\MediaRuntime' => ['privates', 'sonata.media.twig.runtime', 'getSonata_Media_Twig_RuntimeService', true],
'Endroid\\QrCodeBundle\\Twig\\QrCodeRuntime' => ['privates', 'Endroid\\QrCodeBundle\\Twig\\QrCodeRuntime', 'getQrCodeRuntimeService', true],
], [
'Symfony\\Bridge\\Twig\\Extension\\CsrfRuntime' => '?',
'Symfony\\Bridge\\Twig\\Extension\\HttpKernelRuntime' => '?',
'Symfony\\Bridge\\Twig\\Extension\\SerializerRuntime' => '?',
'Symfony\\Component\\Form\\FormRenderer' => '?',
'JMS\\Serializer\\Twig\\SerializerRuntimeHelper' => '?',
'Knp\\Menu\\Twig\\MenuRuntimeExtension' => '?',
'Vich\\UploaderBundle\\Twig\\Extension\\UploaderExtensionRuntime' => '?',
'Sonata\\MediaBundle\\Twig\\MediaRuntime' => '?',
'Endroid\\QrCodeBundle\\Twig\\QrCodeRuntime' => '?',
])));
$instance->addGlobal('app_version', 'v3.2.35');
$instance->addGlobal('google_analitycs_tracking_id', '');
$instance->addGlobal('google_maps_api_key', 'AIzaSyCi_FfHyFIYtjQ-5uujTaSR5Wt6uni-flM');
$instance->addGlobal('gos_web_socket_protocol', 'ws');
$instance->addGlobal('gos_web_socket_port_js', 8888);
$instance->addGlobal('gos_web_socket_host', 'whater-dev.uegmobile.com');
$instance->addGlobal('gos_web_socket_ip', '0.0.0.0');
$instance->addGlobal('facebook_pixel_id', '');
$instance->addGlobal('sinac_domain', 'https://sinacv2.sanidad.gob.es');
$instance->addGlobal('stripe_public_key', 'pk_test_51OKdlfDcohDs0j2O4ZFsdVFV2KYVZZBJHjbUSGDuzVAGJBq8CBxL9GL63TSvC2UghGZRDmYvncjls3FTgKc0wlhg00Q1XtuVtY');
$instance->addGlobal('is_ecommerce_active', true);
$instance->addGlobal('fixed_shipping_fee', '3,00');
$instance->addGlobal('shipping_taxes_percent', 21);
$instance->addGlobal('whatercoins_discounts', $this->parameters['whatercoins_discounts']);
$instance->addGlobal('gos_web_socket_server_host', '0.0.0.0');
$instance->addGlobal('gos_web_socket_server_port', 8888);
$instance->addGlobal('sonata_media', new \Sonata\MediaBundle\Twig\GlobalVariables(($this->services['sonata.media.pool'] ?? $this->getSonata_Media_PoolService())));
(new \Symfony\Bundle\TwigBundle\DependencyInjection\Configurator\EnvironmentConfigurator('F j, Y H:i', '%d days', NULL, 0, '.', ','))->configure($instance);
return $instance;
}
/**
* Gets the public '.container.private.validator' shared service.
*
* @return \Symfony\Component\Validator\Validator\TraceableValidator
*/
protected function get_Container_Private_ValidatorService()
{
$a = ($this->privates['validator.builder'] ?? $this->getValidator_BuilderService());
if (isset($this->services['.container.private.validator'])) {
return $this->services['.container.private.validator'];
}
return $this->services['.container.private.validator'] = new \Symfony\Component\Validator\Validator\TraceableValidator($a->getValidator());
}
/**
* Gets the public 'cache.app' shared service.
*
* @return \Symfony\Component\Cache\Adapter\TraceableAdapter
*/
protected function getCache_AppService()
{
$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))));
$a->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
return $this->services['cache.app'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter($a);
}
/**
* Gets the public 'cache.rate_limiter' shared service.
*
* @return \Symfony\Component\Cache\Adapter\TraceableAdapter
*/
protected function getCache_RateLimiterService()
{
$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))));
$a->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
return $this->services['cache.rate_limiter'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter($a);
}
/**
* Gets the public 'cache.system' shared service.
*
* @return \Symfony\Component\Cache\Adapter\TraceableAdapter
*/
protected function getCache_SystemService()
{
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())));
}
/**
* Gets the public 'cache.validator_expression_language' shared service.
*
* @return \Symfony\Component\Cache\Adapter\TraceableAdapter
*/
protected function getCache_ValidatorExpressionLanguageService()
{
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())));
}
/**
* Gets the public 'doctrine' shared service.
*
* @return \Doctrine\Bundle\DoctrineBundle\Registry
*/
protected function getDoctrineService()
{
return $this->services['doctrine'] = new \Doctrine\Bundle\DoctrineBundle\Registry($this, $this->parameters['doctrine.connections'], $this->parameters['doctrine.entity_managers'], 'default', 'default');
}
/**
* Gets the public 'doctrine.dbal.default_connection' shared service.
*
* @return \Doctrine\DBAL\Connection
*/
protected function getDoctrine_Dbal_DefaultConnectionService()
{
$a = ($this->privates['doctrine.dbal.default_connection.event_manager'] ?? $this->getDoctrine_Dbal_DefaultConnection_EventManagerService());
if (isset($this->services['doctrine.dbal.default_connection'])) {
return $this->services['doctrine.dbal.default_connection'];
}
$b = new \Doctrine\DBAL\Configuration();
$c = new \Symfony\Bridge\Monolog\Logger('doctrine');
$c->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
$c->pushProcessor(($this->privates['Whater\\Infrastructure\\CommonBundle\\Monolog\\MonologDomainsFilterProcessor'] ?? $this->getMonologDomainsFilterProcessorService()));
$c->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
\Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($c);
$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))));
$d->setConnectionName('default');
$b->setSchemaManagerFactory(new \Doctrine\DBAL\Schema\LegacySchemaManagerFactory());
$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')))]));
$b->setMiddlewares([0 => new \Doctrine\DBAL\Logging\Middleware($c), 1 => $d]);
return $this->services['doctrine.dbal.default_connection'] = (new \Doctrine\Bundle\DoctrineBundle\ConnectionFactory($this->parameters['doctrine.dbal.connection_factory.types'], new \Doctrine\DBAL\Tools\DsnParser(['db2' => 'ibm_db2', 'mssql' => 'pdo_sqlsrv', 'mysql' => 'pdo_mysql', 'mysql2' => 'pdo_mysql', 'postgres' => 'pdo_pgsql', 'postgresql' => 'pdo_pgsql', 'pgsql' => 'pdo_pgsql', 'sqlite' => 'pdo_sqlite', 'sqlite3' => 'pdo_sqlite'])))->createConnection(['driver' => 'pdo_mysql', 'host' => '127.0.0.1', 'port' => NULL, 'dbname' => 'whater_server_pre', 'user' => 'root', 'password' => 'DR7&f(TD%tjeXBn(', 'charset' => 'UTF8', 'idle_connection_ttl' => 600, 'driverOptions' => [], 'serverVersion' => '8.0', 'defaultTableOptions' => ['collate' => 'utf8mb4_unicode_ci']], $b, $a, ['json' => 'string', 'point' => 'geography_point', 'polygon' => 'geography_polygon']);
}
/**
* Gets the public 'doctrine.orm.default_entity_manager' shared service.
*
* @return \Doctrine\ORM\EntityManager
*/
protected function getDoctrine_Orm_DefaultEntityManagerService($lazyLoad = true)
{
$a = ($this->services['doctrine.dbal.default_connection'] ?? $this->getDoctrine_Dbal_DefaultConnectionService());
if (isset($this->services['doctrine.orm.default_entity_manager'])) {
return $this->services['doctrine.orm.default_entity_manager'];
}
$b = ($this->privates['doctrine.dbal.default_connection.event_manager'] ?? $this->getDoctrine_Dbal_DefaultConnection_EventManagerService());
if (isset($this->services['doctrine.orm.default_entity_manager'])) {
return $this->services['doctrine.orm.default_entity_manager'];
}
$c = new \Doctrine\ORM\Configuration();
$d = new \Doctrine\Persistence\Mapping\Driver\MappingDriverChain();
$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']);
$e->setGlobalBasename('mapping');
$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);
$f->setGlobalBasename('mapping');
$g = new \Doctrine\ORM\Mapping\Driver\XmlDriver(new \Doctrine\Persistence\Mapping\Driver\SymfonyFileLocator([(\dirname(__DIR__, 4).'/vendor/gesdinet/jwt-refresh-token-bundle/Resources/config/orm/doctrine-orm') => 'Gesdinet\\JWTRefreshTokenBundle\\Entity', (\dirname(__DIR__, 4).'/vendor/gesdinet/jwt-refresh-token-bundle/Resources/config/orm/doctrine-superclass') => 'Gesdinet\\JWTRefreshTokenBundle\\Entity'], '.orm.xml'), '.dcm.xml', false);
$d->addDriver($e, 'Whater\\Domain\\User\\Model');
$d->addDriver($e, 'Whater\\Domain\\Security\\ValueObject');
$d->addDriver($e, 'Whater\\Domain\\Security\\Model');
$d->addDriver($e, 'Whater\\Domain\\Zones\\Model');
$d->addDriver($e, 'Whater\\Domain\\Whater\\Model');
$d->addDriver($e, 'Whater\\Domain\\Blog\\Model');
$d->addDriver($e, 'Whater\\Domain\\Media\\Model');
$d->addDriver($e, 'Whater\\Domain\\Product\\Model');
$d->addDriver($e, 'Whater\\Domain\\Notification\\Model');
$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');
$d->addDriver($f, 'Vich\\UploaderBundle\\Entity');
$d->addDriver($f, 'Sonata\\MediaBundle\\Entity');
$d->addDriver($g, 'Gesdinet\\JWTRefreshTokenBundle\\Entity');
$d->addDriver($g, 'Gesdinet\\JWTRefreshTokenBundle\\Entity');
$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']);
$c->setMetadataCache(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
$c->setQueryCache(($this->privates['cache.doctrine.orm.default.query'] ?? $this->getCache_Doctrine_Orm_Default_QueryService()));
$c->setResultCache(($this->privates['cache.doctrine.orm.default.result'] ?? $this->getCache_Doctrine_Orm_Default_ResultService()));
$c->setMetadataDriverImpl(new \Doctrine\Bundle\DoctrineBundle\Mapping\MappingDriver($d, new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'doctrine.ulid_generator' => ['privates', 'doctrine.ulid_generator', 'getDoctrine_UlidGeneratorService', true],
'doctrine.uuid_generator' => ['privates', 'doctrine.uuid_generator', 'getDoctrine_UuidGeneratorService', true],
], [
'doctrine.ulid_generator' => '?',
'doctrine.uuid_generator' => '?',
])));
$c->setProxyDir(($this->targetDir.''.'/doctrine/orm/Proxies'));
$c->setProxyNamespace('Proxies');
$c->setAutoGenerateProxyClasses(true);
$c->setSchemaIgnoreClasses([]);
$c->setClassMetadataFactoryName('Doctrine\\Bundle\\DoctrineBundle\\Mapping\\ClassMetadataFactory');
$c->setDefaultRepositoryClassName('Doctrine\\ORM\\EntityRepository');
$c->setNamingStrategy(new \Doctrine\ORM\Mapping\UnderscoreNamingStrategy());
$c->setQuoteStrategy(new \Doctrine\ORM\Mapping\DefaultQuoteStrategy());
$c->setTypedFieldMapper(new \Doctrine\ORM\Mapping\DefaultTypedFieldMapper());
$c->setEntityListenerResolver(new \Doctrine\Bundle\DoctrineBundle\Mapping\ContainerEntityListenerResolver($this));
$c->setLazyGhostObjectEnabled(false);
$c->setIdentityGenerationPreferences([]);
$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, [], [])))));
$c->addCustomStringFunction('aes_decrypt', 'DoctrineExtensions\\Query\\Mysql\\AesDecrypt');
$c->addCustomStringFunction('aes_encrypt', 'DoctrineExtensions\\Query\\Mysql\\AesEncrypt');
$c->addCustomStringFunction('any_value', 'DoctrineExtensions\\Query\\Mysql\\AnyValue');
$c->addCustomStringFunction('ascii', 'DoctrineExtensions\\Query\\Mysql\\Ascii');
$c->addCustomStringFunction('binary', 'DoctrineExtensions\\Query\\Mysql\\Binary');
$c->addCustomStringFunction('char_length', 'DoctrineExtensions\\Query\\Mysql\\CharLength');
$c->addCustomStringFunction('collate', 'DoctrineExtensions\\Query\\Mysql\\Collate');
$c->addCustomStringFunction('concat_ws', 'DoctrineExtensions\\Query\\Mysql\\ConcatWs');
$c->addCustomStringFunction('countif', 'DoctrineExtensions\\Query\\Mysql\\CountIf');
$c->addCustomStringFunction('crc32', 'DoctrineExtensions\\Query\\Mysql\\Crc32');
$c->addCustomStringFunction('degrees', 'DoctrineExtensions\\Query\\Mysql\\Degrees');
$c->addCustomStringFunction('field', 'DoctrineExtensions\\Query\\Mysql\\Field');
$c->addCustomStringFunction('find_in_set', 'DoctrineExtensions\\Query\\Mysql\\FindInSet');
$c->addCustomStringFunction('greatest', 'DoctrineExtensions\\Query\\Mysql\\Greatest');
$c->addCustomStringFunction('group_concat', 'DoctrineExtensions\\Query\\Mysql\\GroupConcat');
$c->addCustomStringFunction('ifelse', 'DoctrineExtensions\\Query\\Mysql\\IfElse');
$c->addCustomStringFunction('ifnull', 'DoctrineExtensions\\Query\\Mysql\\IfNull');
$c->addCustomStringFunction('instr', 'DoctrineExtensions\\Query\\Mysql\\Instr');
$c->addCustomStringFunction('least', 'DoctrineExtensions\\Query\\Mysql\\Least');
$c->addCustomStringFunction('lpad', 'DoctrineExtensions\\Query\\Mysql\\Lpad');
$c->addCustomStringFunction('match', 'DoctrineExtensions\\Query\\Mysql\\MatchAgainst');
$c->addCustomStringFunction('md5', 'DoctrineExtensions\\Query\\Mysql\\Md5');
$c->addCustomStringFunction('nullif', 'DoctrineExtensions\\Query\\Mysql\\NullIf');
$c->addCustomStringFunction('radians', 'DoctrineExtensions\\Query\\Mysql\\Radians');
$c->addCustomStringFunction('regexp', 'DoctrineExtensions\\Query\\Mysql\\Regexp');
$c->addCustomStringFunction('replace', 'DoctrineExtensions\\Query\\Mysql\\Replace');
$c->addCustomStringFunction('rpad', 'DoctrineExtensions\\Query\\Mysql\\Rpad');
$c->addCustomStringFunction('sha1', 'DoctrineExtensions\\Query\\Mysql\\Sha1');
$c->addCustomStringFunction('sha2', 'DoctrineExtensions\\Query\\Mysql\\Sha2');
$c->addCustomStringFunction('soundex', 'DoctrineExtensions\\Query\\Mysql\\Soundex');
$c->addCustomStringFunction('str_to_date', 'DoctrineExtensions\\Query\\Mysql\\StrToDate');
$c->addCustomStringFunction('substring_index', 'DoctrineExtensions\\Query\\Mysql\\SubstringIndex');
$c->addCustomStringFunction('uuid_short', 'DoctrineExtensions\\Query\\Mysql\\UuidShort');
$c->addCustomStringFunction('hex', 'DoctrineExtensions\\Query\\Mysql\\Hex');
$c->addCustomStringFunction('unhex', 'DoctrineExtensions\\Query\\Mysql\\Unhex');
$c->addCustomNumericFunction('acos', 'DoctrineExtensions\\Query\\Mysql\\Acos');
$c->addCustomNumericFunction('asin', 'DoctrineExtensions\\Query\\Mysql\\Asin');
$c->addCustomNumericFunction('atan2', 'DoctrineExtensions\\Query\\Mysql\\Atan2');
$c->addCustomNumericFunction('atan', 'DoctrineExtensions\\Query\\Mysql\\Atan');
$c->addCustomNumericFunction('bit_count', 'DoctrineExtensions\\Query\\Mysql\\BitCount');
$c->addCustomNumericFunction('bit_xor', 'DoctrineExtensions\\Query\\Mysql\\BitXor');
$c->addCustomNumericFunction('ceil', 'DoctrineExtensions\\Query\\Mysql\\Ceil');
$c->addCustomNumericFunction('cos', 'DoctrineExtensions\\Query\\Mysql\\Cos');
$c->addCustomNumericFunction('cot', 'DoctrineExtensions\\Query\\Mysql\\Cot');
$c->addCustomNumericFunction('degrees', 'DoctrineExtensions\\Query\\Mysql\\Degrees');
$c->addCustomNumericFunction('exp', 'DoctrineExtensions\\Query\\Mysql\\Exp');
$c->addCustomNumericFunction('floor', 'DoctrineExtensions\\Query\\Mysql\\Floor');
$c->addCustomNumericFunction('log', 'DoctrineExtensions\\Query\\Mysql\\Log');
$c->addCustomNumericFunction('log10', 'DoctrineExtensions\\Query\\Mysql\\Log10');
$c->addCustomNumericFunction('log2', 'DoctrineExtensions\\Query\\Mysql\\Log2');
$c->addCustomNumericFunction('pi', 'DoctrineExtensions\\Query\\Mysql\\Pi');
$c->addCustomNumericFunction('power', 'DoctrineExtensions\\Query\\Mysql\\Power');
$c->addCustomNumericFunction('quarter', 'DoctrineExtensions\\Query\\Mysql\\Quarter');
$c->addCustomNumericFunction('radians', 'DoctrineExtensions\\Query\\Mysql\\Radians');
$c->addCustomNumericFunction('rand', 'DoctrineExtensions\\Query\\Mysql\\Rand');
$c->addCustomNumericFunction('round', 'DoctrineExtensions\\Query\\Mysql\\Round');
$c->addCustomNumericFunction('stddev', 'DoctrineExtensions\\Query\\Mysql\\StdDev');
$c->addCustomNumericFunction('sin', 'DoctrineExtensions\\Query\\Mysql\\Sin');
$c->addCustomNumericFunction('std', 'DoctrineExtensions\\Query\\Mysql\\Std');
$c->addCustomNumericFunction('tan', 'DoctrineExtensions\\Query\\Mysql\\Tan');
$c->addCustomNumericFunction('variance', 'DoctrineExtensions\\Query\\Mysql\\Variance');
$c->addCustomNumericFunction('GEO_DISTANCE', 'Whater\\Infrastructure\\CommonBundle\\Doctrine\\Functions\\DistanceFunction');
$c->addCustomNumericFunction('sp_distance', 'LongitudeOne\\Spatial\\ORM\\Query\\AST\\Functions\\MySql\\SpDistance');
$c->addCustomNumericFunction('sp_point', 'LongitudeOne\\Spatial\\ORM\\Query\\AST\\Functions\\MySql\\SpPoint');
$c->addCustomNumericFunction('st_area', 'LongitudeOne\\Spatial\\ORM\\Query\\AST\\Functions\\Standard\\StArea');
$c->addCustomNumericFunction('st_centroid', 'LongitudeOne\\Spatial\\ORM\\Query\\AST\\Functions\\Standard\\StCentroid');
$c->addCustomNumericFunction('st_as_text', 'LongitudeOne\\Spatial\\ORM\\Query\\AST\\Functions\\Standard\\StAsText');
$c->addCustomNumericFunction('st_geom_from_text', 'LongitudeOne\\Spatial\\ORM\\Query\\AST\\Functions\\Standard\\StGeomFromText');
$c->addCustomNumericFunction('st_geom_from_wk', 'LongitudeOne\\Spatial\\ORM\\Query\\AST\\Functions\\Standard\\StGeomFromWkb');
$c->addCustomNumericFunction('st_contains', 'LongitudeOne\\Spatial\\ORM\\Query\\AST\\Functions\\Standard\\StContains');
$c->addCustomNumericFunction('st_envelope', 'LongitudeOne\\Spatial\\ORM\\Query\\AST\\Functions\\Standard\\StEnvelope');
$c->addCustomNumericFunction('st_overlaps', 'LongitudeOne\\Spatial\\ORM\\Query\\AST\\Functions\\Standard\\StOverlaps');
$c->addCustomNumericFunction('st_intersection', 'LongitudeOne\\Spatial\\ORM\\Query\\AST\\Functions\\Standard\\StIntersection');
$c->addCustomNumericFunction('st_set_srid', 'LongitudeOne\\Spatial\\ORM\\Query\\AST\\Functions\\Standard\\StSetSRID');
$c->addCustomDatetimeFunction('convert_tz', 'DoctrineExtensions\\Query\\Mysql\\ConvertTz');
$c->addCustomDatetimeFunction('date', 'DoctrineExtensions\\Query\\Mysql\\Date');
$c->addCustomDatetimeFunction('date_format', 'DoctrineExtensions\\Query\\Mysql\\DateFormat');
$c->addCustomDatetimeFunction('dateadd', 'DoctrineExtensions\\Query\\Mysql\\DateAdd');
$c->addCustomDatetimeFunction('datesub', 'DoctrineExtensions\\Query\\Mysql\\DateSub');
$c->addCustomDatetimeFunction('datediff', 'DoctrineExtensions\\Query\\Mysql\\DateDiff');
$c->addCustomDatetimeFunction('day', 'DoctrineExtensions\\Query\\Mysql\\Day');
$c->addCustomDatetimeFunction('dayname', 'DoctrineExtensions\\Query\\Mysql\\DayName');
$c->addCustomDatetimeFunction('dayofweek', 'DoctrineExtensions\\Query\\Mysql\\DayOfWeek');
$c->addCustomDatetimeFunction('dayofyear', 'DoctrineExtensions\\Query\\Mysql\\DayOfYear');
$c->addCustomDatetimeFunction('div', 'DoctrineExtensions\\Query\\Mysql\\Div');
$c->addCustomDatetimeFunction('from_unixtime', 'DoctrineExtensions\\Query\\Mysql\\FromUnixtime');
$c->addCustomDatetimeFunction('hour', 'DoctrineExtensions\\Query\\Mysql\\Hour');
$c->addCustomDatetimeFunction('last_day', 'DoctrineExtensions\\Query\\Mysql\\LastDay');
$c->addCustomDatetimeFunction('minute', 'DoctrineExtensions\\Query\\Mysql\\Minute');
$c->addCustomDatetimeFunction('now', 'DoctrineExtensions\\Query\\Mysql\\Now');
$c->addCustomDatetimeFunction('month', 'DoctrineExtensions\\Query\\Mysql\\Month');
$c->addCustomDatetimeFunction('monthname', 'DoctrineExtensions\\Query\\Mysql\\MonthName');
$c->addCustomDatetimeFunction('second', 'DoctrineExtensions\\Query\\Mysql\\Second');
$c->addCustomDatetimeFunction('sectotime', 'DoctrineExtensions\\Query\\Mysql\\SecToTime');
$c->addCustomDatetimeFunction('strtodate', 'DoctrineExtensions\\Query\\Mysql\\StrToDate');
$c->addCustomDatetimeFunction('time', 'DoctrineExtensions\\Query\\Mysql\\Time');
$c->addCustomDatetimeFunction('timediff', 'DoctrineExtensions\\Query\\Mysql\\TimeDiff');
$c->addCustomDatetimeFunction('timestampadd', 'DoctrineExtensions\\Query\\Mysql\\TimestampAdd');
$c->addCustomDatetimeFunction('timestampdiff', 'DoctrineExtensions\\Query\\Mysql\\TimestampDiff');
$c->addCustomDatetimeFunction('timetosec', 'DoctrineExtensions\\Query\\Mysql\\TimeToSec');
$c->addCustomDatetimeFunction('week', 'DoctrineExtensions\\Query\\Mysql\\Week');
$c->addCustomDatetimeFunction('weekday', 'DoctrineExtensions\\Query\\Mysql\\WeekDay');
$c->addCustomDatetimeFunction('year', 'DoctrineExtensions\\Query\\Mysql\\Year');
$c->addCustomDatetimeFunction('yearmonth', 'DoctrineExtensions\\Query\\Mysql\\YearMonth');
$c->addCustomDatetimeFunction('yearweek', 'DoctrineExtensions\\Query\\Mysql\\YearWeek');
$c->addCustomDatetimeFunction('unix_timestamp', 'DoctrineExtensions\\Query\\Mysql\\UnixTimestamp');
$c->addCustomDatetimeFunction('utc_timestamp', 'DoctrineExtensions\\Query\\Mysql\\UtcTimestamp');
$c->addCustomDatetimeFunction('extract', 'DoctrineExtensions\\Query\\Mysql\\Extract');
$this->services['doctrine.orm.default_entity_manager'] = $instance = new \Doctrine\ORM\EntityManager($a, $c, $b);
(new \Doctrine\Bundle\DoctrineBundle\ManagerConfigurator([], []))->configure($instance);
return $instance;
}
/**
* Gets the public 'event_dispatcher' shared service.
*
* @return \Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher
*/
protected function getEventDispatcherService()
{
$a = new \Symfony\Bridge\Monolog\Logger('event');
$a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
$a->pushProcessor(($this->privates['Whater\\Infrastructure\\CommonBundle\\Monolog\\MonologDomainsFilterProcessor'] ?? $this->getMonologDomainsFilterProcessorService()));
$a->pushHandler(new \Monolog\Handler\NullHandler());
\Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
$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())));
$instance->addListener('kernel.controller', [0 => function () {
return ($this->privates['data_collector.router'] ?? ($this->privates['data_collector.router'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector()));
}, 1 => 'onKernelController'], 0);
$instance->addListener('kernel.exception', [0 => function () {
return ($this->privates['webpack_encore.exception_listener'] ?? $this->load('getWebpackEncore_ExceptionListenerService'));
}, 1 => 'onKernelException'], 0);
$instance->addListener('console.command', [0 => function () {
return ($this->privates['doctrine_migrations.schema_filter_listener'] ?? ($this->privates['doctrine_migrations.schema_filter_listener'] = new \Doctrine\Bundle\MigrationsBundle\EventListener\SchemaFilterListener('doctrine_migration_versions')));
}, 1 => 'onConsoleCommand'], 0);
$instance->addListener('kernel.request', [0 => function () {
return ($this->privates['fos_rest.mime_type_listener'] ?? $this->getFosRest_MimeTypeListenerService());
}, 1 => 'onKernelRequest'], 200);
$instance->addListener('kernel.request', [0 => function () {
return ($this->privates['fos_rest.format_listener'] ?? $this->getFosRest_FormatListenerService());
}, 1 => 'onKernelRequest'], 34);
$instance->addListener('kernel.request', [0 => function () {
return ($this->privates['fos_rest.versioning.listener'] ?? $this->getFosRest_Versioning_ListenerService());
}, 1 => 'onKernelRequest'], 33);
$instance->addListener('kernel.request', [0 => function () {
return ($this->privates['fos_rest.versioning.exclusion_listener'] ?? $this->getFosRest_Versioning_ExclusionListenerService());
}, 1 => 'onKernelRequest'], 31);
$instance->addListener('kernel.controller', [0 => function () {
return ($this->privates['fos_rest.param_fetcher_listener'] ?? $this->getFosRest_ParamFetcherListenerService());
}, 1 => 'onKernelController'], 5);
$instance->addListener('lexik_jwt_authentication.on_authentication_success', [0 => function () {
return ($this->privates['gesdinet.jwtrefreshtoken.send_token'] ?? $this->load('getGesdinet_Jwtrefreshtoken_SendTokenService'));
}, 1 => 'attachRefreshToken'], 0);
$instance->addListener('kernel.request', [0 => function () {
return ($this->privates['nelmio_cors.cors_listener'] ?? $this->getNelmioCors_CorsListenerService());
}, 1 => 'onKernelRequest'], 250);
$instance->addListener('kernel.response', [0 => function () {
return ($this->privates['nelmio_cors.cors_listener'] ?? $this->getNelmioCors_CorsListenerService());
}, 1 => 'onKernelResponse'], 0);
$instance->addListener('kernel.response', [0 => function () {
return ($this->privates['nelmio_cors.cacheable_response_vary_listener'] ?? ($this->privates['nelmio_cors.cacheable_response_vary_listener'] = new \Nelmio\CorsBundle\EventListener\CacheableResponseVaryListener()));
}, 1 => 'onResponse'], -10);
$instance->addListener('gos_web_socket.client_connected', [0 => function () {
return ($this->privates['gos_web_socket.event_listener.client'] ?? $this->load('getGosWebSocket_EventListener_ClientService'));
}, 1 => 'onClientConnect'], 0);
$instance->addListener('gos_web_socket.client_disconnected', [0 => function () {
return ($this->privates['gos_web_socket.event_listener.client'] ?? $this->load('getGosWebSocket_EventListener_ClientService'));
}, 1 => 'onClientDisconnect'], 0);
$instance->addListener('gos_web_socket.client_error', [0 => function () {
return ($this->privates['gos_web_socket.event_listener.client'] ?? $this->load('getGosWebSocket_EventListener_ClientService'));
}, 1 => 'onClientError'], 0);
$instance->addListener('gos_web_socket.client_rejected', [0 => function () {
return ($this->privates['gos_web_socket.event_listener.client'] ?? $this->load('getGosWebSocket_EventListener_ClientService'));
}, 1 => 'onClientRejected'], 0);
$instance->addListener('gos_web_socket.connection_rejected', [0 => function () {
return ($this->privates['gos_web_socket.event_listener.client'] ?? $this->load('getGosWebSocket_EventListener_ClientService'));
}, 1 => 'onConnectionRejected'], 0);
$instance->addListener('kernel.terminate', [0 => function () {
return ($this->privates['gos_web_socket.event_listener.close_pusher_connections'] ?? $this->load('getGosWebSocket_EventListener_ClosePusherConnectionsService'));
}, 1 => 'closeConnection'], 0);
$instance->addListener('gos_web_socket.server_launched', [0 => function () {
return ($this->privates['gos_web_socket.event_listener.register_periodic_memory_timer'] ?? $this->load('getGosWebSocket_EventListener_RegisterPeriodicMemoryTimerService'));
}, 1 => 'registerPeriodicHandler'], 255);
$instance->addListener('gos_web_socket.server_launched', [0 => function () {
return ($this->privates['gos_web_socket.event_listener.register_periodic_timers'] ?? $this->load('getGosWebSocket_EventListener_RegisterPeriodicTimersService'));
}, 1 => 'registerPeriodics'], 0);
$instance->addListener('gos_web_socket.server_launched', [0 => function () {
return ($this->privates['gos_web_socket.event_listener.register_push_handlers'] ?? $this->load('getGosWebSocket_EventListener_RegisterPushHandlersService'));
}, 1 => 'registerPushHandlers'], 0);
$instance->addListener('gos_web_socket.server_launched', [0 => function () {
return ($this->privates['gos_web_socket.event_listener.start_server'] ?? $this->load('getGosWebSocket_EventListener_StartServerService'));
}, 1 => 'bindPnctlEvent'], 0);
$instance->addListener('kernel.response', [0 => function () {
return ($this->privates['response_listener'] ?? ($this->privates['response_listener'] = new \Symfony\Component\HttpKernel\EventListener\ResponseListener('UTF-8', false)));
}, 1 => 'onKernelResponse'], 0);
$instance->addListener('kernel.response', [0 => function () {
return ($this->privates['streamed_response_listener'] ?? ($this->privates['streamed_response_listener'] = new \Symfony\Component\HttpKernel\EventListener\StreamedResponseListener()));
}, 1 => 'onKernelResponse'], -1024);
$instance->addListener('kernel.request', [0 => function () {
return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
}, 1 => 'setDefaultLocale'], 100);
$instance->addListener('kernel.request', [0 => function () {
return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
}, 1 => 'onKernelRequest'], 16);
$instance->addListener('kernel.finish_request', [0 => function () {
return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
}, 1 => 'onKernelFinishRequest'], 0);
$instance->addListener('kernel.request', [0 => function () {
return ($this->privates['validate_request_listener'] ?? ($this->privates['validate_request_listener'] = new \Symfony\Component\HttpKernel\EventListener\ValidateRequestListener()));
}, 1 => 'onKernelRequest'], 256);
$instance->addListener('kernel.response', [0 => function () {
return ($this->privates['disallow_search_engine_index_response_listener'] ?? ($this->privates['disallow_search_engine_index_response_listener'] = new \Symfony\Component\HttpKernel\EventListener\DisallowRobotsIndexingListener()));
}, 1 => 'onResponse'], -255);
$instance->addListener('kernel.controller_arguments', [0 => function () {
return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
}, 1 => 'onControllerArguments'], 0);
$instance->addListener('kernel.exception', [0 => function () {
return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
}, 1 => 'logKernelException'], 0);
$instance->addListener('kernel.exception', [0 => function () {
return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
}, 1 => 'onKernelException'], -128);
$instance->addListener('kernel.response', [0 => function () {
return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
}, 1 => 'removeCspHeader'], -128);
$instance->addListener('kernel.request', [0 => function () {
return ($this->privates['locale_aware_listener'] ?? $this->getLocaleAwareListenerService());
}, 1 => 'onKernelRequest'], 15);
$instance->addListener('kernel.finish_request', [0 => function () {
return ($this->privates['locale_aware_listener'] ?? $this->getLocaleAwareListenerService());
}, 1 => 'onKernelFinishRequest'], -15);
$instance->addListener('console.error', [0 => function () {
return ($this->privates['console.error_listener'] ?? $this->load('getConsole_ErrorListenerService'));
}, 1 => 'onConsoleError'], -128);
$instance->addListener('console.terminate', [0 => function () {
return ($this->privates['console.error_listener'] ?? $this->load('getConsole_ErrorListenerService'));
}, 1 => 'onConsoleTerminate'], -128);
$instance->addListener('console.error', [0 => function () {
return ($this->privates['console.suggest_missing_package_subscriber'] ?? ($this->privates['console.suggest_missing_package_subscriber'] = new \Symfony\Bundle\FrameworkBundle\EventListener\SuggestMissingPackageSubscriber()));
}, 1 => 'onConsoleError'], 0);
$instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [0 => function () {
return ($this->privates['mailer.envelope_listener'] ?? ($this->privates['mailer.envelope_listener'] = new \Symfony\Component\Mailer\EventListener\EnvelopeListener(NULL, NULL)));
}, 1 => 'onMessage'], -255);
$instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [0 => function () {
return ($this->privates['mailer.message_logger_listener'] ?? ($this->privates['mailer.message_logger_listener'] = new \Symfony\Component\Mailer\EventListener\MessageLoggerListener()));
}, 1 => 'onMessage'], -255);
$instance->addListener('kernel.request', [0 => function () {
return ($this->privates['fragment.listener'] ?? $this->getFragment_ListenerService());
}, 1 => 'onKernelRequest'], 48);
$instance->addListener('kernel.request', [0 => function () {
return ($this->privates['debug.debug_handlers_listener'] ?? $this->getDebug_DebugHandlersListenerService());
}, 1 => 'configure'], 2048);
$instance->addListener('console.command', [0 => function () {
return ($this->privates['debug.debug_handlers_listener'] ?? $this->getDebug_DebugHandlersListenerService());
}, 1 => 'configure'], 2048);
$instance->addListener('kernel.request', [0 => function () {
return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
}, 1 => 'onKernelRequest'], 32);
$instance->addListener('kernel.finish_request', [0 => function () {
return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
}, 1 => 'onKernelFinishRequest'], 0);
$instance->addListener('kernel.exception', [0 => function () {
return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
}, 1 => 'onKernelException'], -64);
$instance->addListener('kernel.request', [0 => function () {
return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
}, 1 => 'onKernelRequest'], 128);
$instance->addListener('kernel.response', [0 => function () {
return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
}, 1 => 'onKernelResponse'], -1000);
$instance->addListener('kernel.finish_request', [0 => function () {
return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
}, 1 => 'onFinishRequest'], 0);
$instance->addListener('kernel.response', [0 => function () {
return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
}, 1 => 'onKernelResponse'], -100);
$instance->addListener('kernel.exception', [0 => function () {
return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
}, 1 => 'onKernelException'], 0);
$instance->addListener('kernel.terminate', [0 => function () {
return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
}, 1 => 'onKernelTerminate'], -1024);
$instance->addListener('kernel.controller', [0 => function () {
return ($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService());
}, 1 => 'onKernelController'], 0);
$instance->addListener('kernel.response', [0 => function () {
return ($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService());
}, 1 => 'onKernelResponse'], 0);
$instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [0 => function () {
return ($this->privates['twig.mailer.message_listener'] ?? $this->load('getTwig_Mailer_MessageListenerService'));
}, 1 => 'onMessage'], 0);
$instance->addListener('console.command', [0 => function () {
return ($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService());
}, 1 => 'onCommand'], 255);
$instance->addListener('console.terminate', [0 => function () {
return ($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService());
}, 1 => 'onTerminate'], -255);
$instance->addListener('kernel.response', [0 => function () {
return ($this->privates['security.rememberme.response_listener'] ?? ($this->privates['security.rememberme.response_listener'] = new \Symfony\Component\Security\Http\RememberMe\ResponseListener()));
}, 1 => 'onKernelResponse'], 0);
$instance->addListener('debug.security.authorization.vote', [0 => function () {
return ($this->privates['debug.security.voter.vote_listener'] ?? $this->load('getDebug_Security_Voter_VoteListenerService'));
}, 1 => 'onVoterVote'], 0);
$instance->addListener('kernel.request', [0 => function () {
return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
}, 1 => 'configureLogoutUrlGenerator'], 8);
$instance->addListener('kernel.request', [0 => function () {
return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
}, 1 => 'onKernelRequest'], 8);
$instance->addListener('kernel.finish_request', [0 => function () {
return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
}, 1 => 'onKernelFinishRequest'], 0);
$instance->addListener('kernel.response', [0 => function () {
return ($this->privates['web_profiler.debug_toolbar'] ?? $this->getWebProfiler_DebugToolbarService());
}, 1 => 'onKernelResponse'], -128);
$instance->addListener('kernel.finish_request', [0 => function () {
return ($this->privates['Symfony\\WebpackEncoreBundle\\EventListener\\ResetAssetsEventListener'] ?? $this->getResetAssetsEventListenerService());
}, 1 => 'resetAssets'], 0);
$instance->addListener('kernel.controller', [0 => function () {
return ($this->privates['sensio_framework_extra.controller.listener'] ?? $this->getSensioFrameworkExtra_Controller_ListenerService());
}, 1 => 'onKernelController'], 0);
$instance->addListener('kernel.controller', [0 => function () {
return ($this->privates['sensio_framework_extra.converter.listener'] ?? $this->getSensioFrameworkExtra_Converter_ListenerService());
}, 1 => 'onKernelController'], 0);
$instance->addListener('kernel.controller', [0 => function () {
return ($this->privates['sensio_framework_extra.view.listener'] ?? $this->getSensioFrameworkExtra_View_ListenerService());
}, 1 => 'onKernelController'], -128);
$instance->addListener('kernel.view', [0 => function () {
return ($this->privates['sensio_framework_extra.view.listener'] ?? $this->getSensioFrameworkExtra_View_ListenerService());
}, 1 => 'onKernelView'], 0);
$instance->addListener('kernel.controller', [0 => function () {
return ($this->privates['sensio_framework_extra.cache.listener'] ?? ($this->privates['sensio_framework_extra.cache.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener()));
}, 1 => 'onKernelController'], 0);
$instance->addListener('kernel.response', [0 => function () {
return ($this->privates['sensio_framework_extra.cache.listener'] ?? ($this->privates['sensio_framework_extra.cache.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener()));
}, 1 => 'onKernelResponse'], 0);
$instance->addListener('kernel.controller_arguments', [0 => function () {
return ($this->privates['sensio_framework_extra.security.listener'] ?? $this->getSensioFrameworkExtra_Security_ListenerService());
}, 1 => 'onKernelControllerArguments'], 0);
$instance->addListener('kernel.controller_arguments', [0 => function () {
return ($this->privates['framework_extra_bundle.event.is_granted'] ?? $this->getFrameworkExtraBundle_Event_IsGrantedService());
}, 1 => 'onKernelControllerArguments'], 0);
$instance->addListener('presta_sitemap.populate', [0 => function () {
return ($this->privates['presta_sitemap.eventlistener.route_annotation'] ?? $this->load('getPrestaSitemap_Eventlistener_RouteAnnotationService'));
}, 1 => 'registerRouteAnnotation'], 0);
$instance->addListener('kernel.view', [0 => function () {
return ($this->privates['fos_rest.view_response_listener'] ?? $this->load('getFosRest_ViewResponseListenerService'));
}, 1 => 'onKernelView'], 30);
$instance->addListener('kernel.request', [0 => function () {
return ($this->privates['nelmio_security.csp_listener'] ?? $this->getNelmioSecurity_CspListenerService());
}, 1 => 'onKernelRequest'], 512);
$instance->addListener('kernel.response', [0 => function () {
return ($this->privates['nelmio_security.csp_listener'] ?? $this->getNelmioSecurity_CspListenerService());
}, 1 => 'onKernelResponse'], 0);
$instance->addListener('presta_sitemap.populate', [0 => function () {
return ($this->privates['whater.sitemap.webpages_subscriber'] ?? $this->load('getWhater_Sitemap_WebpagesSubscriberService'));
}, 1 => 'registerWebpagesPages'], 0);
$instance->addListener('presta_sitemap.populate', [0 => function () {
return ($this->privates['whater.sitemap.blogpages_subscriber'] ?? $this->load('getWhater_Sitemap_BlogpagesSubscriberService'));
}, 1 => 'registerBlogpagesPages'], 0);
$instance->addListener('presta_sitemap.populate', [0 => function () {
return ($this->privates['whater.sitemap.town_subscriber'] ?? $this->load('getWhater_Sitemap_TownSubscriberService'));
}, 1 => 'registerTownsPages'], 0);
$instance->addListener('presta_sitemap.populate', [0 => function () {
return ($this->privates['whater.sitemap.country_area_subscriber'] ?? $this->load('getWhater_Sitemap_CountryAreaSubscriberService'));
}, 1 => 'registerCountryAreasPages'], 0);
$instance->addListener('presta_sitemap.populate', [0 => function () {
return ($this->privates['whater.sitemap.distribution_network_subscriber'] ?? $this->load('getWhater_Sitemap_DistributionNetworkSubscriberService'));
}, 1 => 'registerDistributionNetworksPages'], 0);
$instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [0 => function () {
return ($this->privates['security.logout.listener.csrf_token_clearing'] ?? $this->load('getSecurity_Logout_Listener_CsrfTokenClearingService'));
}, 1 => 'onLogout'], 0);
return $instance;
}
/**
* Gets the public 'fos_rest.view_handler' shared service.
*
* @return \FOS\RestBundle\View\ViewHandler
*/
protected function getFosRest_ViewHandlerService()
{
$a = ($this->services['jms_serializer'] ?? $this->getJmsSerializerService());
if (isset($this->services['fos_rest.view_handler'])) {
return $this->services['fos_rest.view_handler'];
}
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]);
}
/**
* Gets the public 'hateoas.generator.registry' shared service.
*
* @return \Hateoas\UrlGenerator\UrlGeneratorRegistry
*/
protected function getHateoas_Generator_RegistryService()
{
return $this->services['hateoas.generator.registry'] = new \Hateoas\UrlGenerator\UrlGeneratorRegistry(new \Hateoas\UrlGenerator\SymfonyUrlGenerator(($this->services['router'] ?? $this->getRouterService())));
}
/**
* Gets the public 'hateoas.helper.link' shared service.
*
* @return \Hateoas\Helper\LinkHelper
*/
protected function getHateoas_Helper_LinkService()
{
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()));
}
/**
* Gets the public 'http_kernel' shared service.
*
* @return \Symfony\Component\HttpKernel\HttpKernel
*/
protected function getHttpKernelService()
{
$a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
if (isset($this->services['http_kernel'])) {
return $this->services['http_kernel'];
}
$b = ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)));
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 () {
yield 0 => ($this->privates['debug.argument_resolver.request_attribute'] ?? $this->load('getDebug_ArgumentResolver_RequestAttributeService'));
yield 1 => ($this->privates['debug.argument_resolver.request'] ?? $this->load('getDebug_ArgumentResolver_RequestService'));
yield 2 => ($this->privates['debug.argument_resolver.session'] ?? $this->load('getDebug_ArgumentResolver_SessionService'));
yield 3 => ($this->privates['debug.security.user_value_resolver'] ?? $this->load('getDebug_Security_UserValueResolverService'));
yield 4 => ($this->privates['debug.argument_resolver.service'] ?? $this->load('getDebug_ArgumentResolver_ServiceService'));
yield 5 => ($this->privates['debug.argument_resolver.default'] ?? $this->load('getDebug_ArgumentResolver_DefaultService'));
yield 6 => ($this->privates['debug.argument_resolver.variadic'] ?? $this->load('getDebug_ArgumentResolver_VariadicService'));
yield 7 => ($this->privates['debug.argument_resolver.not_tagged_controller'] ?? $this->load('getDebug_ArgumentResolver_NotTaggedControllerService'));
}, 8)), $b));
}
/**
* Gets the public 'jms_serializer' shared service.
*
* @return \JMS\Serializer\Serializer
*/
protected function getJmsSerializerService()
{
$a = ($this->privates['jms_serializer.metadata_factory'] ?? $this->getJmsSerializer_MetadataFactoryService());
$b = ($this->services['fos_rest.serializer.jms_handler_registry'] ?? $this->load('getFosRest_Serializer_JmsHandlerRegistryService'));
$c = ($this->privates['jms_serializer.expression_evaluator'] ?? $this->getJmsSerializer_ExpressionEvaluatorService());
$d = new \JMS\Serializer\Accessor\DefaultAccessorStrategy($c);
$e = new \JMS\Serializer\EventDispatcher\LazyEventDispatcher(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'hateoas.event_listener.xml' => ['services', 'hateoas.event_listener.xml', 'getHateoas_EventListener_XmlService', true],
'hateoas.event_listener.json' => ['services', 'hateoas.event_listener.json', 'getHateoas_EventListener_JsonService', true],
'jms_serializer.doctrine_proxy_subscriber' => ['privates', 'jms_serializer.doctrine_proxy_subscriber', 'getJmsSerializer_DoctrineProxySubscriberService', true],
'jms_serializer.stopwatch_subscriber' => ['privates', 'jms_serializer.stopwatch_subscriber', 'getJmsSerializer_StopwatchSubscriberService', true],
'whater.serializer_subscriber.media' => ['privates', 'whater.serializer_subscriber.media', 'getWhater_SerializerSubscriber_MediaService', true],
'whater.serializer_subscriber.article' => ['privates', 'whater.serializer_subscriber.article', 'getWhater_SerializerSubscriber_ArticleService', true],
'whater.serializer_subscriber.article_category' => ['privates', 'whater.serializer_subscriber.article_category', 'getWhater_SerializerSubscriber_ArticleCategoryService', true],
'whater.serializer_subscriber.user' => ['privates', 'whater.serializer_subscriber.user', 'getWhater_SerializerSubscriber_UserService', true],
'whater.serializer_subscriber.organization_license' => ['privates', 'whater.serializer_subscriber.organization_license', 'getWhater_SerializerSubscriber_OrganizationLicenseService', true],
'whater.serializer_subscriber.organization_license_fee' => ['privates', 'whater.serializer_subscriber.organization_license_fee', 'getWhater_SerializerSubscriber_OrganizationLicenseFeeService', true],
'whater.serializer_subscriber.ownership_request' => ['privates', 'whater.serializer_subscriber.ownership_request', 'getWhater_SerializerSubscriber_OwnershipRequestService', true],
'whater.serializer_subscriber.wallet_operation' => ['privates', 'whater.serializer_subscriber.wallet_operation', 'getWhater_SerializerSubscriber_WalletOperationService', true],
'whater.serializer_subscriber.cart_order' => ['privates', 'whater.serializer_subscriber.cart_order', 'getWhater_SerializerSubscriber_CartOrderService', true],
'whater.serializer_subscriber.cart_order_item' => ['privates', 'whater.serializer_subscriber.cart_order_item', 'getWhater_SerializerSubscriber_CartOrderItemService', true],
'whater.serializer_subscriber.product' => ['privates', 'whater.serializer_subscriber.product', 'getWhater_SerializerSubscriber_ProductService', true],
'whater.serializer_subscriber.product_category' => ['privates', 'whater.serializer_subscriber.product_category', 'getWhater_SerializerSubscriber_ProductCategoryService', true],
'whater.serializer_subscriber.product_attribute' => ['privates', 'whater.serializer_subscriber.product_attribute', 'getWhater_SerializerSubscriber_ProductAttributeService', true],
'whater.serializer_subscriber.product_variation' => ['privates', 'whater.serializer_subscriber.product_variation', 'getWhater_SerializerSubscriber_ProductVariationService', true],
'whater.serializer_subscriber.product_valoration' => ['privates', 'whater.serializer_subscriber.product_valoration', 'getWhater_SerializerSubscriber_ProductValorationService', true],
'whater.serializer_subscriber.wallet_liquidations_request' => ['privates', 'whater.serializer_subscriber.wallet_liquidations_request', 'getWhater_SerializerSubscriber_WalletLiquidationsRequestService', true],
'whater.serializer_subscriber.whatercoin_coupon' => ['privates', 'whater.serializer_subscriber.whatercoin_coupon', 'getWhater_SerializerSubscriber_WhatercoinCouponService', true],
'whater.serializer_subscriber.country' => ['privates', 'whater.serializer_subscriber.country', 'getWhater_SerializerSubscriber_CountryService', true],
'whater.serializer_subscriber.country_area' => ['privates', 'whater.serializer_subscriber.country_area', 'getWhater_SerializerSubscriber_CountryAreaService', true],
'whater.serializer_subscriber.town' => ['privates', 'whater.serializer_subscriber.town', 'getWhater_SerializerSubscriber_TownService', true],
'whater.serializer_subscriber.town_location' => ['privates', 'whater.serializer_subscriber.town_location', 'getWhater_SerializerSubscriber_TownLocationService', true],
'whater.serializer_subscriber.agrupation' => ['privates', 'whater.serializer_subscriber.agrupation', 'getWhater_SerializerSubscriber_AgrupationService', true],
'whater.serializer_subscriber.ubication' => ['privates', 'whater.serializer_subscriber.ubication', 'getWhater_SerializerSubscriber_UbicationService', true],
'whater.serializer_subscriber.establishment' => ['privates', 'whater.serializer_subscriber.establishment', 'getWhater_SerializerSubscriber_EstablishmentService', true],
'whater.serializer_subscriber.distribution_network' => ['privates', 'whater.serializer_subscriber.distribution_network', 'getWhater_SerializerSubscriber_DistributionNetworkService', true],
'whater.serializer_subscriber.whater_point' => ['privates', 'whater.serializer_subscriber.whater_point', 'getWhater_SerializerSubscriber_WhaterPointService', true],
'whater.serializer_subscriber.analytical' => ['privates', 'whater.serializer_subscriber.analytical', 'getWhater_SerializerSubscriber_AnalyticalService', true],
'whater.serializer_subscriber.whater_organization' => ['privates', 'whater.serializer_subscriber.whater_organization', 'getWhater_SerializerSubscriber_WhaterOrganizationService', true],
'whater.serializer_subscriber.whater_device' => ['privates', 'whater.serializer_subscriber.whater_device', 'getWhater_SerializerSubscriber_WhaterDeviceService', true],
'whater.serializer_subscriber.import_data_file' => ['privates', 'whater.serializer_subscriber.import_data_file', 'getWhater_SerializerSubscriber_ImportDataFileService', true],
'whater.serializer_subscriber.notification' => ['privates', 'whater.serializer_subscriber.notification', 'getWhater_SerializerSubscriber_NotificationService', true],
], [
'hateoas.event_listener.xml' => '?',
'hateoas.event_listener.json' => '?',
'jms_serializer.doctrine_proxy_subscriber' => '?',
'jms_serializer.stopwatch_subscriber' => '?',
'whater.serializer_subscriber.media' => '?',
'whater.serializer_subscriber.article' => '?',
'whater.serializer_subscriber.article_category' => '?',
'whater.serializer_subscriber.user' => '?',
'whater.serializer_subscriber.organization_license' => '?',
'whater.serializer_subscriber.organization_license_fee' => '?',
'whater.serializer_subscriber.ownership_request' => '?',
'whater.serializer_subscriber.wallet_operation' => '?',
'whater.serializer_subscriber.cart_order' => '?',
'whater.serializer_subscriber.cart_order_item' => '?',
'whater.serializer_subscriber.product' => '?',
'whater.serializer_subscriber.product_category' => '?',
'whater.serializer_subscriber.product_attribute' => '?',
'whater.serializer_subscriber.product_variation' => '?',
'whater.serializer_subscriber.product_valoration' => '?',
'whater.serializer_subscriber.wallet_liquidations_request' => '?',
'whater.serializer_subscriber.whatercoin_coupon' => '?',
'whater.serializer_subscriber.country' => '?',
'whater.serializer_subscriber.country_area' => '?',
'whater.serializer_subscriber.town' => '?',
'whater.serializer_subscriber.town_location' => '?',
'whater.serializer_subscriber.agrupation' => '?',
'whater.serializer_subscriber.ubication' => '?',
'whater.serializer_subscriber.establishment' => '?',
'whater.serializer_subscriber.distribution_network' => '?',
'whater.serializer_subscriber.whater_point' => '?',
'whater.serializer_subscriber.analytical' => '?',
'whater.serializer_subscriber.whater_organization' => '?',
'whater.serializer_subscriber.whater_device' => '?',
'whater.serializer_subscriber.import_data_file' => '?',
'whater.serializer_subscriber.notification' => '?',
]));
$e->setListeners(['serializer.post_serialize' => [0 => [0 => [0 => 'hateoas.event_listener.xml', 1 => 'onPostSerialize'], 1 => NULL, 2 => 'xml'], 1 => [0 => [0 => 'hateoas.event_listener.json', 1 => 'onPostSerialize'], 1 => NULL, 2 => 'json'], 2 => [0 => [0 => 'whater.serializer_subscriber.media', 1 => 'onPostSerialize'], 1 => 'Whater\\Domain\\Media\\Model\\Media', 2 => NULL, 3 => NULL], 3 => [0 => [0 => 'whater.serializer_subscriber.article', 1 => 'onPostSerialize'], 1 => 'Whater\\Domain\\Blog\\Model\\Article', 2 => NULL, 3 => NULL], 4 => [0 => [0 => 'whater.serializer_subscriber.article_category', 1 => 'onPostSerialize'], 1 => 'Whater\\Domain\\Blog\\Model\\ArticleCategory', 2 => NULL, 3 => NULL], 5 => [0 => [0 => 'whater.serializer_subscriber.user', 1 => 'onPostSerialize'], 1 => 'Whater\\Domain\\User\\Model\\User', 2 => NULL, 3 => NULL], 6 => [0 => [0 => 'whater.serializer_subscriber.organization_license', 1 => 'onPostSerialize'], 1 => 'Whater\\Domain\\User\\Model\\OrganizationLicense', 2 => NULL, 3 => NULL], 7 => [0 => [0 => 'whater.serializer_subscriber.organization_license_fee', 1 => 'onPostSerialize'], 1 => 'Whater\\Domain\\User\\Model\\OrganizationLicenseFee', 2 => NULL, 3 => NULL], 8 => [0 => [0 => 'whater.serializer_subscriber.ownership_request', 1 => 'onPostSerialize'], 1 => 'Whater\\Domain\\User\\Model\\OwnershipRequest', 2 => NULL, 3 => NULL], 9 => [0 => [0 => 'whater.serializer_subscriber.wallet_operation', 1 => 'onPostSerialize'], 1 => 'Whater\\Domain\\Product\\Model\\WalletOperation', 2 => NULL, 3 => NULL], 10 => [0 => [0 => 'whater.serializer_subscriber.cart_order', 1 => 'onPostSerialize'], 1 => 'Whater\\Domain\\Product\\Model\\CartOrder', 2 => NULL, 3 => NULL], 11 => [0 => [0 => 'whater.serializer_subscriber.cart_order_item', 1 => 'onPostSerialize'], 1 => 'Whater\\Domain\\Product\\Model\\CartOrderItem', 2 => NULL, 3 => NULL], 12 => [0 => [0 => 'whater.serializer_subscriber.product', 1 => 'onPostSerialize'], 1 => 'Whater\\Domain\\Product\\Model\\Product', 2 => NULL, 3 => NULL], 13 => [0 => [0 => 'whater.serializer_subscriber.product_category', 1 => 'onPostSerialize'], 1 => 'Whater\\Domain\\Product\\Model\\ProductCategory', 2 => NULL, 3 => NULL], 14 => [0 => [0 => 'whater.serializer_subscriber.product_attribute', 1 => 'onPostSerialize'], 1 => 'Whater\\Domain\\Product\\Model\\ProductAttribute', 2 => NULL, 3 => NULL], 15 => [0 => [0 => 'whater.serializer_subscriber.product_variation', 1 => 'onPostSerialize'], 1 => 'Whater\\Domain\\Product\\Model\\ProductVariation', 2 => NULL, 3 => NULL], 16 => [0 => [0 => 'whater.serializer_subscriber.product_valoration', 1 => 'onPostSerialize'], 1 => 'Whater\\Domain\\Product\\Model\\ProductValoration', 2 => NULL, 3 => NULL], 17 => [0 => [0 => 'whater.serializer_subscriber.wallet_liquidations_request', 1 => 'onPostSerialize'], 1 => 'Whater\\Domain\\Product\\Model\\WalletLiquidationRequest', 2 => NULL, 3 => NULL], 18 => [0 => [0 => 'whater.serializer_subscriber.whatercoin_coupon', 1 => 'onPostSerialize'], 1 => 'Whater\\Domain\\Product\\Model\\WhatercoinCoupon', 2 => NULL, 3 => NULL], 19 => [0 => [0 => 'whater.serializer_subscriber.country', 1 => 'onPostSerialize'], 1 => 'Whater\\Domain\\Zones\\Model\\Country', 2 => NULL, 3 => NULL], 20 => [0 => [0 => 'whater.serializer_subscriber.country_area', 1 => 'onPostSerialize'], 1 => 'Whater\\Domain\\Zones\\Model\\CountryArea', 2 => NULL, 3 => NULL], 21 => [0 => [0 => 'whater.serializer_subscriber.town', 1 => 'onPostSerialize'], 1 => 'Whater\\Domain\\Zones\\Model\\Town', 2 => NULL, 3 => NULL], 22 => [0 => [0 => 'whater.serializer_subscriber.town_location', 1 => 'onPostSerialize'], 1 => 'Whater\\Domain\\Zones\\Model\\TownLocation', 2 => NULL, 3 => NULL], 23 => [0 => [0 => 'whater.serializer_subscriber.agrupation', 1 => 'onPostSerialize'], 1 => 'Whater\\Domain\\Zones\\Model\\Agrupation', 2 => NULL, 3 => NULL], 24 => [0 => [0 => 'whater.serializer_subscriber.ubication', 1 => 'onPostSerialize'], 1 => 'Whater\\Domain\\Zones\\Model\\Ubication', 2 => NULL, 3 => NULL], 25 => [0 => [0 => 'whater.serializer_subscriber.establishment', 1 => 'onPostSerialize'], 1 => 'Whater\\Domain\\Zones\\Model\\Establishment', 2 => NULL, 3 => NULL], 26 => [0 => [0 => 'whater.serializer_subscriber.distribution_network', 1 => 'onPostSerialize'], 1 => 'Whater\\Domain\\Whater\\Model\\DistributionNetwork', 2 => NULL, 3 => NULL], 27 => [0 => [0 => 'whater.serializer_subscriber.whater_point', 1 => 'onPostSerialize'], 1 => 'Whater\\Domain\\Whater\\Model\\WhaterPoint', 2 => NULL, 3 => NULL], 28 => [0 => [0 => 'whater.serializer_subscriber.analytical', 1 => 'onPostSerialize'], 1 => 'Whater\\Domain\\Whater\\Model\\Analytical', 2 => NULL, 3 => NULL], 29 => [0 => [0 => 'whater.serializer_subscriber.whater_organization', 1 => 'onPostSerialize'], 1 => 'Whater\\Domain\\Whater\\Model\\WhaterOrganization', 2 => NULL, 3 => NULL], 30 => [0 => [0 => 'whater.serializer_subscriber.whater_device', 1 => 'onPostSerialize'], 1 => 'Whater\\Domain\\Whater\\Model\\WhaterDevice', 2 => NULL, 3 => NULL], 31 => [0 => [0 => 'whater.serializer_subscriber.import_data_file', 1 => 'onPostSerialize'], 1 => 'Whater\\Domain\\Whater\\Model\\ImportDataFile', 2 => NULL, 3 => NULL], 32 => [0 => [0 => 'whater.serializer_subscriber.notification', 1 => 'onPostSerialize'], 1 => 'Whater\\Domain\\Notification\\Model\\Notification', 2 => NULL, 3 => NULL], 33 => [0 => [0 => 'jms_serializer.stopwatch_subscriber', 1 => 'onPostSerialize'], 1 => NULL, 2 => NULL, 3 => NULL]], 'serializer.pre_serialize' => [0 => [0 => [0 => 'jms_serializer.stopwatch_subscriber', 1 => 'onPreSerialize'], 1 => NULL, 2 => NULL, 3 => NULL], 1 => [0 => [0 => 'jms_serializer.doctrine_proxy_subscriber', 1 => 'onPreSerializeTypedProxy'], 1 => NULL, 2 => NULL, 3 => 'Doctrine\\Persistence\\Proxy'], 2 => [0 => [0 => 'jms_serializer.doctrine_proxy_subscriber', 1 => 'onPreSerializeTypedProxy'], 1 => NULL, 2 => NULL, 3 => 'Doctrine\\Common\\Persistence\\Proxy'], 3 => [0 => [0 => 'jms_serializer.doctrine_proxy_subscriber', 1 => 'onPreSerialize'], 1 => NULL, 2 => NULL, 3 => 'Doctrine\\ORM\\PersistentCollection'], 4 => [0 => [0 => 'jms_serializer.doctrine_proxy_subscriber', 1 => 'onPreSerialize'], 1 => NULL, 2 => NULL, 3 => 'Doctrine\\ODM\\MongoDB\\PersistentCollection'], 5 => [0 => [0 => 'jms_serializer.doctrine_proxy_subscriber', 1 => 'onPreSerialize'], 1 => NULL, 2 => NULL, 3 => 'Doctrine\\ODM\\PHPCR\\PersistentCollection'], 6 => [0 => [0 => 'jms_serializer.doctrine_proxy_subscriber', 1 => 'onPreSerialize'], 1 => NULL, 2 => NULL, 3 => 'Doctrine\\Persistence\\Proxy'], 7 => [0 => [0 => 'jms_serializer.doctrine_proxy_subscriber', 1 => 'onPreSerialize'], 1 => NULL, 2 => NULL, 3 => 'Doctrine\\Common\\Persistence\\Proxy'], 8 => [0 => [0 => 'jms_serializer.doctrine_proxy_subscriber', 1 => 'onPreSerialize'], 1 => NULL, 2 => NULL, 3 => 'ProxyManager\\Proxy\\LazyLoadingInterface']]]);
$f = new \JMS\Serializer\Visitor\Factory\JsonSerializationVisitorFactory();
$f->setOptions(1024);
$g = new \JMS\Serializer\Visitor\Factory\JsonDeserializationVisitorFactory();
$g->setOptions(0);
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())));
}
/**
* Gets the public 'jms_serializer.deserialization_context_factory' shared service.
*
* @return \JMS\SerializerBundle\ContextFactory\ConfiguredContextFactory
*/
protected function getJmsSerializer_DeserializationContextFactoryService()
{
return $this->services['jms_serializer.deserialization_context_factory'] = new \JMS\SerializerBundle\ContextFactory\ConfiguredContextFactory();
}
/**
* Gets the public 'jms_serializer.serialization_context_factory' shared service.
*
* @return \JMS\SerializerBundle\ContextFactory\ConfiguredContextFactory
*/
protected function getJmsSerializer_SerializationContextFactoryService()
{
return $this->services['jms_serializer.serialization_context_factory'] = new \JMS\SerializerBundle\ContextFactory\ConfiguredContextFactory();
}
/**
* Gets the public 'liip_imagine.cache.manager' shared service.
*
* @return \Liip\ImagineBundle\Imagine\Cache\CacheManager
*/
protected function getLiipImagine_Cache_ManagerService()
{
$a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
if (isset($this->services['liip_imagine.cache.manager'])) {
return $this->services['liip_imagine.cache.manager'];
}
$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);
$instance->addResolver('default', ($this->services['liip_imagine.cache.resolver.default'] ?? $this->getLiipImagine_Cache_Resolver_DefaultService()));
$instance->addResolver('no_cache', ($this->services['liip_imagine.cache.resolver.no_cache_web_path'] ?? $this->getLiipImagine_Cache_Resolver_NoCacheWebPathService()));
return $instance;
}
/**
* Gets the public 'liip_imagine.cache.resolver.default' shared service.
*
* @return \Liip\ImagineBundle\Imagine\Cache\Resolver\WebPathResolver
*/
protected function getLiipImagine_Cache_Resolver_DefaultService()
{
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');
}
/**
* Gets the public 'liip_imagine.cache.resolver.no_cache_web_path' shared service.
*
* @return \Liip\ImagineBundle\Imagine\Cache\Resolver\NoCacheWebPathResolver
*/
protected function getLiipImagine_Cache_Resolver_NoCacheWebPathService()
{
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()));
}
/**
* Gets the public 'liip_imagine.cache.signer' shared service.
*
* @return \Liip\ImagineBundle\Imagine\Cache\Signer
*/
protected function getLiipImagine_Cache_SignerService()
{
return $this->services['liip_imagine.cache.signer'] = new \Liip\ImagineBundle\Imagine\Cache\Signer('5dbaa28b5f345e406ae51f6188fd6f09b2082f00');
}
/**
* Gets the public 'request_stack' shared service.
*
* @return \Symfony\Component\HttpFoundation\RequestStack
*/
protected function getRequestStackService()
{
return $this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack();
}
/**
* Gets the public 'router' shared service.
*
* @return \Symfony\Bundle\FrameworkBundle\Routing\Router
*/
protected function getRouterService()
{
$a = new \Symfony\Bridge\Monolog\Logger('router');
$a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
$a->pushProcessor(($this->privates['Whater\\Infrastructure\\CommonBundle\\Monolog\\MonologDomainsFilterProcessor'] ?? $this->getMonologDomainsFilterProcessorService()));
$a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
$a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
\Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
$this->services['router'] = $instance = new \Symfony\Bundle\FrameworkBundle\Routing\Router((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'routing.loader' => ['services', 'routing.loader', 'getRouting_LoaderService', true],
], [
'routing.loader' => 'Symfony\\Component\\Config\\Loader\\LoaderInterface',
]))->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');
$instance->setConfigCacheFactory(($this->privates['config_cache_factory'] ?? $this->getConfigCacheFactoryService()));
$instance->addExpressionLanguageProvider(($this->privates['router.expression_language_provider'] ?? $this->getRouter_ExpressionLanguageProviderService()));
return $instance;
}
/**
* Gets the public 'shivas_versioning.cache.version' shared service.
*
* @return \Symfony\Component\Cache\Adapter\TraceableAdapter
*/
protected function getShivasVersioning_Cache_VersionService()
{
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())));
}
/**
* Gets the public 'sonata.media.pool' shared service.
*
* @return \Sonata\MediaBundle\Provider\Pool
*/
protected function getSonata_Media_PoolService()
{
$this->services['sonata.media.pool'] = $instance = new \Sonata\MediaBundle\Provider\Pool('default');
$a = ($this->privates['sonata.media.filesystem.local'] ?? $this->getSonata_Media_Filesystem_LocalService());
$b = ($this->privates['sonata.media.cdn.server'] ?? ($this->privates['sonata.media.cdn.server'] = new \Sonata\MediaBundle\CDN\Server('/uploads/media')));
$c = ($this->privates['sonata.media.metadata.proxy'] ?? $this->getSonata_Media_Metadata_ProxyService());
$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);
$d->setTemplates(['helper_thumbnail' => '@SonataMedia/Provider/thumbnail.html.twig', 'helper_view' => '@SonataMedia/Provider/view_file.html.twig']);
$d->addFormat('default_small', ['width' => 100, 'quality' => 70, 'height' => NULL, 'format' => 'jpg', 'constraint' => true, 'resizer' => NULL, 'resizer_options' => []]);
$d->addFormat('default_big', ['width' => 500, 'quality' => 70, 'height' => NULL, 'format' => 'jpg', 'constraint' => true, 'resizer' => NULL, 'resizer_options' => []]);
$d->addFormat('admin', $this->parameters['sonata.media.admin_format']);
$e = new \Sonata\MediaBundle\Generator\IdGenerator();
$f = ($this->privates['sonata.media.thumbnail.format'] ?? $this->getSonata_Media_Thumbnail_FormatService());
$g = new \Symfony\Component\HttpClient\Psr18Client();
$h = new \Nyholm\Psr7\Factory\Psr17Factory();
$i = new \Sonata\MediaBundle\Provider\YouTubeProvider('sonata.media.provider.youtube', $a, $b, $e, $f, $g, $h, $c, false);
$j = ($this->privates['sonata.media.resizer.simple'] ?? $this->getSonata_Media_Resizer_SimpleService());
$i->setTemplates(['helper_thumbnail' => '@SonataMedia/Provider/thumbnail.html.twig', 'helper_view' => '@SonataMedia/Provider/view_youtube.html.twig']);
$i->setResizer($j);
$i->addFormat('admin', $this->parameters['sonata.media.admin_format']);
$k = new \Sonata\MediaBundle\Provider\DailyMotionProvider('sonata.media.provider.dailymotion', $a, $b, $e, $f, $g, $h, $c);
$k->setTemplates(['helper_thumbnail' => '@SonataMedia/Provider/thumbnail.html.twig', 'helper_view' => '@SonataMedia/Provider/view_dailymotion.html.twig']);
$k->setResizer($j);
$k->addFormat('admin', $this->parameters['sonata.media.admin_format']);
$l = new \Sonata\MediaBundle\Provider\VimeoProvider('sonata.media.provider.vimeo', $a, $b, $e, $f, $g, $h, $c);
$l->setTemplates(['helper_thumbnail' => '@SonataMedia/Provider/thumbnail.html.twig', 'helper_view' => '@SonataMedia/Provider/view_vimeo.html.twig']);
$l->setResizer($j);
$l->addFormat('admin', $this->parameters['sonata.media.admin_format']);
$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']);
$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']));
$instance->addProvider('sonata.media.provider.image', ($this->privates['sonata.media.provider.image'] ?? $this->getSonata_Media_Provider_ImageService()));
$instance->addProvider('sonata.media.provider.file', $d);
$instance->addProvider('sonata.media.provider.youtube', $i);
$instance->addProvider('sonata.media.provider.dailymotion', $k);
$instance->addProvider('sonata.media.provider.vimeo', $l);
return $instance;
}
/**
* Gets the public 'translator' shared service.
*
* @return \Symfony\Component\Translation\DataCollectorTranslator
*/
protected function getTranslatorService()
{
return $this->services['translator'] = new \Symfony\Component\Translation\DataCollectorTranslator(($this->privates['translator.default'] ?? $this->getTranslator_DefaultService()));
}
/**
* Gets the public 'whater.logger' shared service.
*
* @return \Symfony\Bridge\Monolog\Logger
*/
protected function getWhater_LoggerService()
{
$this->services['whater.logger'] = $instance = new \Symfony\Bridge\Monolog\Logger('app');
$instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
$instance->pushProcessor(($this->privates['Whater\\Infrastructure\\CommonBundle\\Monolog\\MonologDomainsFilterProcessor'] ?? $this->getMonologDomainsFilterProcessorService()));
$instance->useMicrosecondTimestamps(true);
$instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
$instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
\Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
return $instance;
}
/**
* Gets the private '.debug.http_client' shared service.
*
* @return \Symfony\Component\HttpClient\TraceableHttpClient
*/
protected function get_Debug_HttpClientService()
{
$a = \Symfony\Component\HttpClient\HttpClient::create([], 6);
$b = new \Symfony\Bridge\Monolog\Logger('http_client');
$b->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
$b->pushProcessor(($this->privates['Whater\\Infrastructure\\CommonBundle\\Monolog\\MonologDomainsFilterProcessor'] ?? $this->getMonologDomainsFilterProcessorService()));
$b->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
$b->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
\Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($b);
$a->setLogger($b);
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))));
}
/**
* Gets the private '.service_locator.B_7ykwg' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_B7ykwgService()
{
return $this->privates['.service_locator.B_7ykwg'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'security.firewall.map.context.api_private' => ['privates', 'security.firewall.map.context.api_private', 'getSecurity_Firewall_Map_Context_ApiPrivateService', true],
'security.firewall.map.context.dev' => ['privates', 'security.firewall.map.context.dev', 'getSecurity_Firewall_Map_Context_DevService', true],
'security.firewall.map.context.main' => ['privates', 'security.firewall.map.context.main', 'getSecurity_Firewall_Map_Context_MainService', true],
], [
'security.firewall.map.context.api_private' => '?',
'security.firewall.map.context.dev' => '?',
'security.firewall.map.context.main' => '?',
]);
}
/**
* Gets the private 'Symfony\WebpackEncoreBundle\EventListener\ResetAssetsEventListener' shared service.
*
* @return \Symfony\WebpackEncoreBundle\EventListener\ResetAssetsEventListener
*/
protected function getResetAssetsEventListenerService()
{
return $this->privates['Symfony\\WebpackEncoreBundle\\EventListener\\ResetAssetsEventListener'] = new \Symfony\WebpackEncoreBundle\EventListener\ResetAssetsEventListener(($this->privates['webpack_encore.entrypoint_lookup_collection'] ?? $this->getWebpackEncore_EntrypointLookupCollectionService()), [0 => '_default']);
}
/**
* Gets the private 'Whater\Infrastructure\CommonBundle\Monolog\MonologDomainsFilterProcessor' shared service.
*
* @return \Whater\Infrastructure\CommonBundle\Monolog\MonologDomainsFilterProcessor
*/
protected function getMonologDomainsFilterProcessorService()
{
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))));
}
/**
* Gets the private 'annotations.cache_adapter' shared service.
*
* @return \Symfony\Component\Cache\Adapter\PhpArrayAdapter
*/
protected function getAnnotations_CacheAdapterService()
{
return \Symfony\Component\Cache\Adapter\PhpArrayAdapter::create(($this->targetDir.''.'/annotations.php'), ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService()));
}
/**
* Gets the private 'annotations.cached_reader' shared service.
*
* @return \Doctrine\Common\Annotations\PsrCachedReader
*/
protected function getAnnotations_CachedReaderService()
{
return $this->privates['annotations.cached_reader'] = new \Doctrine\Common\Annotations\PsrCachedReader(($this->privates['annotations.reader'] ?? $this->getAnnotations_ReaderService()), $this->getAnnotations_CacheAdapterService(), true);
}
/**
* Gets the private 'annotations.reader' shared service.
*
* @return \Doctrine\Common\Annotations\AnnotationReader
*/
protected function getAnnotations_ReaderService()
{
$this->privates['annotations.reader'] = $instance = new \Doctrine\Common\Annotations\AnnotationReader();
$a = new \Doctrine\Common\Annotations\AnnotationRegistry();
$a->registerUniqueLoader('class_exists');
$instance->addGlobalIgnoredName('required', $a);
return $instance;
}
/**
* Gets the private 'assets.packages' shared service.
*
* @return \Symfony\Component\Asset\Packages
*/
protected function getAssets_PackagesService()
{
return $this->privates['assets.packages'] = new \Symfony\Component\Asset\Packages(new \Symfony\Component\Asset\PathPackage('', new \Symfony\Component\Asset\VersionStrategy\StaticVersionStrategy('v3.2.35', '%s?%s'), new \Symfony\Component\Asset\Context\RequestStackContext(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService())->getBaseUrl(), true)), new RewindableGenerator(function () {
return new \EmptyIterator();
}, 0));
}
/**
* Gets the private 'cache.annotations' shared service.
*
* @return \Symfony\Component\Cache\Adapter\TraceableAdapter
*/
protected function getCache_AnnotationsService()
{
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())));
}
/**
* Gets the private 'cache.doctrine.orm.default.query' shared service.
*
* @return \Symfony\Component\Cache\Adapter\TraceableAdapter
*/
protected function getCache_Doctrine_Orm_Default_QueryService()
{
return $this->privates['cache.doctrine.orm.default.query'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
}
/**
* Gets the private 'cache.doctrine.orm.default.result' shared service.
*
* @return \Symfony\Component\Cache\Adapter\TraceableAdapter
*/
protected function getCache_Doctrine_Orm_Default_ResultService()
{
return $this->privates['cache.doctrine.orm.default.result'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
}
/**
* Gets the private 'cache.property_info' shared service.
*
* @return \Symfony\Component\Cache\Adapter\TraceableAdapter
*/
protected function getCache_PropertyInfoService()
{
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())));
}
/**
* Gets the private 'cache.security_expression_language' shared service.
*
* @return \Symfony\Component\Cache\Adapter\TraceableAdapter
*/
protected function getCache_SecurityExpressionLanguageService()
{
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())));
}
/**
* Gets the private 'cache.serializer' shared service.
*
* @return \Symfony\Component\Cache\Adapter\TraceableAdapter
*/
protected function getCache_SerializerService()
{
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())));
}
/**
* Gets the private 'cache.validator' shared service.
*
* @return \Symfony\Component\Cache\Adapter\TraceableAdapter
*/
protected function getCache_ValidatorService()
{
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())));
}
/**
* Gets the private 'cache.webpack_encore' shared service.
*
* @return \Symfony\Component\Cache\Adapter\TraceableAdapter
*/
protected function getCache_WebpackEncoreService()
{
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())));
}
/**
* Gets the private 'config_cache_factory' shared service.
*
* @return \Symfony\Component\Config\ResourceCheckerConfigCacheFactory
*/
protected function getConfigCacheFactoryService()
{
return $this->privates['config_cache_factory'] = new \Symfony\Component\Config\ResourceCheckerConfigCacheFactory(new RewindableGenerator(function () {
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)));
yield 1 => ($this->privates['config.resource.self_checking_resource_checker'] ?? ($this->privates['config.resource.self_checking_resource_checker'] = new \Symfony\Component\Config\Resource\SelfCheckingResourceChecker()));
}, 2));
}
/**
* Gets the private 'data_collector.form' shared service.
*
* @return \Symfony\Component\Form\Extension\DataCollector\FormDataCollector
*/
protected function getDataCollector_FormService()
{
return $this->privates['data_collector.form'] = new \Symfony\Component\Form\Extension\DataCollector\FormDataCollector(new \Symfony\Component\Form\Extension\DataCollector\FormDataExtractor());
}
/**
* Gets the private 'data_collector.request' shared service.
*
* @return \Symfony\Component\HttpKernel\DataCollector\RequestDataCollector
*/
protected function getDataCollector_RequestService()
{
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())));
}
/**
* Gets the private 'debug.debug_handlers_listener' shared service.
*
* @return \Symfony\Component\HttpKernel\EventListener\DebugHandlersListener
*/
protected function getDebug_DebugHandlersListenerService()
{
$a = new \Symfony\Bridge\Monolog\Logger('php');
$a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
$a->pushProcessor(($this->privates['Whater\\Infrastructure\\CommonBundle\\Monolog\\MonologDomainsFilterProcessor'] ?? $this->getMonologDomainsFilterProcessorService()));
$a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
$a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
\Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
return $this->privates['debug.debug_handlers_listener'] = new \Symfony\Component\HttpKernel\EventListener\DebugHandlersListener(NULL, $a, NULL, -1, true, true, NULL);
}
/**
* Gets the private 'debug.file_link_formatter' shared service.
*
* @return \Symfony\Component\HttpKernel\Debug\FileLinkFormatter
*/
protected function getDebug_FileLinkFormatterService()
{
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 () {
return ($this->privates['debug.file_link_formatter.url_format'] ?? $this->load('getDebug_FileLinkFormatter_UrlFormatService'));
});
}
/**
* Gets the private 'debug.log_processor' shared service.
*
* @return \Symfony\Bridge\Monolog\Processor\DebugProcessor
*/
protected function getDebug_LogProcessorService()
{
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())));
}
/**
* Gets the private 'debug.security.access.decision_manager' shared service.
*
* @return \Symfony\Component\Security\Core\Authorization\TraceableAccessDecisionManager
*/
protected function getDebug_Security_Access_DecisionManagerService()
{
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 () {
yield 0 => ($this->privates['debug.security.voter.security.access.authenticated_voter'] ?? $this->load('getDebug_Security_Voter_Security_Access_AuthenticatedVoterService'));
yield 1 => ($this->privates['debug.security.voter.security.access.role_hierarchy_voter'] ?? $this->load('getDebug_Security_Voter_Security_Access_RoleHierarchyVoterService'));
yield 2 => ($this->privates['debug.security.voter.security.access.expression_voter'] ?? $this->load('getDebug_Security_Voter_Security_Access_ExpressionVoterService'));
}, 3), new \Symfony\Component\Security\Core\Authorization\Strategy\AffirmativeStrategy(false)));
}
/**
* Gets the private 'debug.security.firewall' shared service.
*
* @return \Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener
*/
protected function getDebug_Security_FirewallService()
{
$a = ($this->privates['security.firewall.map'] ?? $this->getSecurity_Firewall_MapService());
if (isset($this->privates['debug.security.firewall'])) {
return $this->privates['debug.security.firewall'];
}
$b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
if (isset($this->privates['debug.security.firewall'])) {
return $this->privates['debug.security.firewall'];
}
return $this->privates['debug.security.firewall'] = new \Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener($a, $b, ($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService()));
}
/**
* Gets the private 'doctrine.dbal.default_connection.event_manager' shared service.
*
* @return \Symfony\Bridge\Doctrine\ContainerAwareEventManager
*/
protected function getDoctrine_Dbal_DefaultConnection_EventManagerService()
{
return $this->privates['doctrine.dbal.default_connection.event_manager'] = new \Symfony\Bridge\Doctrine\ContainerAwareEventManager(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'doctrine.orm.default_listeners.attach_entity_listeners' => ['privates', 'doctrine.orm.default_listeners.attach_entity_listeners', 'getDoctrine_Orm_DefaultListeners_AttachEntityListenersService', true],
'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber' => ['privates', 'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber', 'getDoctrine_Orm_Listeners_DoctrineDbalCacheAdapterSchemaSubscriberService', true],
'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber' => ['privates', 'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber', 'getDoctrine_Orm_Listeners_DoctrineTokenProviderSchemaSubscriberService', true],
'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber' => ['privates', 'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber', 'getDoctrine_Orm_Listeners_PdoCacheAdapterDoctrineSchemaSubscriberService', true],
'sonata.doctrine.mapper' => ['privates', 'sonata.doctrine.mapper', 'getSonata_Doctrine_MapperService', true],
'sonata.media.doctrine.event_subscriber' => ['privates', 'sonata.media.doctrine.event_subscriber', 'getSonata_Media_Doctrine_EventSubscriberService', true],
'stof_doctrine_extensions.listener.sluggable' => ['privates', 'stof_doctrine_extensions.listener.sluggable', 'getStofDoctrineExtensions_Listener_SluggableService', true],
'tactician_domain_events.doctrine.event_collector' => ['privates', 'tactician_domain_events.doctrine.event_collector', 'getTacticianDomainEvents_Doctrine_EventCollectorService', true],
'vich_uploader.listener.clean.analytical_media' => ['privates', 'vich_uploader.listener.clean.analytical_media', 'getVichUploader_Listener_Clean_AnalyticalMediaService', true],
'vich_uploader.listener.clean.distribution_network_valoration_image' => ['privates', 'vich_uploader.listener.clean.distribution_network_valoration_image', 'getVichUploader_Listener_Clean_DistributionNetworkValorationImageService', true],
'vich_uploader.listener.clean.product_image' => ['privates', 'vich_uploader.listener.clean.product_image', 'getVichUploader_Listener_Clean_ProductImageService', true],
'vich_uploader.listener.clean.whater_point_image' => ['privates', 'vich_uploader.listener.clean.whater_point_image', 'getVichUploader_Listener_Clean_WhaterPointImageService', true],
'vich_uploader.listener.clean.whater_valoration_image' => ['privates', 'vich_uploader.listener.clean.whater_valoration_image', 'getVichUploader_Listener_Clean_WhaterValorationImageService', true],
'vich_uploader.listener.remove.analytical_media' => ['privates', 'vich_uploader.listener.remove.analytical_media', 'getVichUploader_Listener_Remove_AnalyticalMediaService', true],
'vich_uploader.listener.remove.distribution_network_valoration_image' => ['privates', 'vich_uploader.listener.remove.distribution_network_valoration_image', 'getVichUploader_Listener_Remove_DistributionNetworkValorationImageService', true],
'vich_uploader.listener.remove.product_image' => ['privates', 'vich_uploader.listener.remove.product_image', 'getVichUploader_Listener_Remove_ProductImageService', true],
'vich_uploader.listener.remove.whater_point_image' => ['privates', 'vich_uploader.listener.remove.whater_point_image', 'getVichUploader_Listener_Remove_WhaterPointImageService', true],
'vich_uploader.listener.remove.whater_valoration_image' => ['privates', 'vich_uploader.listener.remove.whater_valoration_image', 'getVichUploader_Listener_Remove_WhaterValorationImageService', true],
'vich_uploader.listener.upload.analytical_media' => ['privates', 'vich_uploader.listener.upload.analytical_media', 'getVichUploader_Listener_Upload_AnalyticalMediaService', true],
'vich_uploader.listener.upload.distribution_network_valoration_image' => ['privates', 'vich_uploader.listener.upload.distribution_network_valoration_image', 'getVichUploader_Listener_Upload_DistributionNetworkValorationImageService', true],
'vich_uploader.listener.upload.product_image' => ['privates', 'vich_uploader.listener.upload.product_image', 'getVichUploader_Listener_Upload_ProductImageService', true],
'vich_uploader.listener.upload.whater_point_image' => ['privates', 'vich_uploader.listener.upload.whater_point_image', 'getVichUploader_Listener_Upload_WhaterPointImageService', true],
'vich_uploader.listener.upload.whater_valoration_image' => ['privates', 'vich_uploader.listener.upload.whater_valoration_image', 'getVichUploader_Listener_Upload_WhaterValorationImageService', true],
], [
'doctrine.orm.default_listeners.attach_entity_listeners' => '?',
'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber' => '?',
'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber' => '?',
'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber' => '?',
'sonata.doctrine.mapper' => '?',
'sonata.media.doctrine.event_subscriber' => '?',
'stof_doctrine_extensions.listener.sluggable' => '?',
'tactician_domain_events.doctrine.event_collector' => '?',
'vich_uploader.listener.clean.analytical_media' => '?',
'vich_uploader.listener.clean.distribution_network_valoration_image' => '?',
'vich_uploader.listener.clean.product_image' => '?',
'vich_uploader.listener.clean.whater_point_image' => '?',
'vich_uploader.listener.clean.whater_valoration_image' => '?',
'vich_uploader.listener.remove.analytical_media' => '?',
'vich_uploader.listener.remove.distribution_network_valoration_image' => '?',
'vich_uploader.listener.remove.product_image' => '?',
'vich_uploader.listener.remove.whater_point_image' => '?',
'vich_uploader.listener.remove.whater_valoration_image' => '?',
'vich_uploader.listener.upload.analytical_media' => '?',
'vich_uploader.listener.upload.distribution_network_valoration_image' => '?',
'vich_uploader.listener.upload.product_image' => '?',
'vich_uploader.listener.upload.whater_point_image' => '?',
'vich_uploader.listener.upload.whater_valoration_image' => '?',
]), [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']]);
}
/**
* Gets the private 'eight_points_guzzle.data_collector' shared service.
*
* @return \EightPoints\Bundle\GuzzleBundle\DataCollector\HttpDataCollector
*/
protected function getEightPointsGuzzle_DataCollectorService()
{
return $this->privates['eight_points_guzzle.data_collector'] = new \EightPoints\Bundle\GuzzleBundle\DataCollector\HttpDataCollector([0 => ($this->privates['eight_points_guzzle.tnn_logger'] ?? ($this->privates['eight_points_guzzle.tnn_logger'] = new \EightPoints\Bundle\GuzzleBundle\Log\Logger(3)))], 1.0);
}
/**
* Gets the private 'exception_listener' shared service.
*
* @return \Symfony\Component\HttpKernel\EventListener\ErrorListener
*/
protected function getExceptionListenerService()
{
return $this->privates['exception_listener'] = new \Symfony\Component\HttpKernel\EventListener\ErrorListener('error_controller', ($this->privates['monolog.logger.request'] ?? $this->getMonolog_Logger_RequestService()), true, []);
}
/**
* Gets the private 'fos_rest.format_listener' shared service.
*
* @return \FOS\RestBundle\EventListener\FormatListener
*/
protected function getFosRest_FormatListenerService()
{
$a = new \FOS\RestBundle\Negotiation\FormatNegotiator(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
$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']);
$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]);
$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]);
$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]);
return $this->privates['fos_rest.format_listener'] = new \FOS\RestBundle\EventListener\FormatListener($a);
}
/**
* Gets the private 'fos_rest.mime_type_listener' shared service.
*
* @return \FOS\RestBundle\EventListener\MimeTypeListener
*/
protected function getFosRest_MimeTypeListenerService()
{
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']]);
}
/**
* Gets the private 'fos_rest.param_fetcher_listener' shared service.
*
* @return \FOS\RestBundle\EventListener\ParamFetcherListener
*/
protected function getFosRest_ParamFetcherListenerService()
{
$a = ($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService());
if (isset($this->privates['fos_rest.param_fetcher_listener'])) {
return $this->privates['fos_rest.param_fetcher_listener'];
}
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);
}
/**
* Gets the private 'fos_rest.serializer.jms_handler_registry.inner' shared service.
*
* @return \JMS\Serializer\Handler\LazyHandlerRegistry
*/
protected function getFosRest_Serializer_JmsHandlerRegistry_InnerService()
{
return $this->privates['fos_rest.serializer.jms_handler_registry.inner'] = new \JMS\Serializer\Handler\LazyHandlerRegistry(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'jms_serializer.array_collection_handler' => ['privates', 'jms_serializer.array_collection_handler', 'getJmsSerializer_ArrayCollectionHandlerService', true],
'jms_serializer.constraint_violation_handler' => ['privates', 'jms_serializer.constraint_violation_handler', 'getJmsSerializer_ConstraintViolationHandlerService', true],
'jms_serializer.datetime_handler' => ['privates', 'jms_serializer.datetime_handler', 'getJmsSerializer_DatetimeHandlerService', true],
'jms_serializer.iterator_handler' => ['privates', 'jms_serializer.iterator_handler', 'getJmsSerializer_IteratorHandlerService', true],
'fos_rest.serializer.form_error_handler' => ['privates', 'fos_rest.serializer.form_error_handler', 'getFosRest_Serializer_FormErrorHandlerService', true],
], [
'jms_serializer.array_collection_handler' => '?',
'jms_serializer.constraint_violation_handler' => '?',
'jms_serializer.datetime_handler' => '?',
'jms_serializer.iterator_handler' => '?',
'fos_rest.serializer.form_error_handler' => '?',
]), [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']]]]);
}
/**
* Gets the private 'fos_rest.versioning.exclusion_listener' shared service.
*
* @return \FOS\RestBundle\EventListener\VersionExclusionListener
*/
protected function getFosRest_Versioning_ExclusionListenerService()
{
$a = ($this->services['fos_rest.view_handler'] ?? $this->getFosRest_ViewHandlerService());
if (isset($this->privates['fos_rest.versioning.exclusion_listener'])) {
return $this->privates['fos_rest.versioning.exclusion_listener'];
}
return $this->privates['fos_rest.versioning.exclusion_listener'] = new \FOS\RestBundle\EventListener\VersionExclusionListener($a);
}
/**
* Gets the private 'fos_rest.versioning.listener' shared service.
*
* @return \FOS\RestBundle\EventListener\VersionListener
*/
protected function getFosRest_Versioning_ListenerService()
{
$a = new \FOS\RestBundle\Version\ChainVersionResolver([]);
$a->addResolver(new \FOS\RestBundle\Version\Resolver\QueryParameterVersionResolver('version'));
$a->addResolver(new \FOS\RestBundle\Version\Resolver\HeaderVersionResolver('X-Accept-Version'));
$a->addResolver(new \FOS\RestBundle\Version\Resolver\MediaTypeVersionResolver('/(v|version)=(?P<version>[0-9\\.]+)/'));
return $this->privates['fos_rest.versioning.listener'] = new \FOS\RestBundle\EventListener\VersionListener($a, NULL);
}
/**
* Gets the private 'fragment.listener' shared service.
*
* @return \Symfony\Component\HttpKernel\EventListener\FragmentListener
*/
protected function getFragment_ListenerService()
{
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');
}
/**
* Gets the private 'framework_extra_bundle.argument_name_convertor' shared service.
*
* @return \Sensio\Bundle\FrameworkExtraBundle\Request\ArgumentNameConverter
*/
protected function getFrameworkExtraBundle_ArgumentNameConvertorService()
{
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())));
}
/**
* Gets the private 'framework_extra_bundle.event.is_granted' shared service.
*
* @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\IsGrantedListener
*/
protected function getFrameworkExtraBundle_Event_IsGrantedService()
{
$a = ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService());
if (isset($this->privates['framework_extra_bundle.event.is_granted'])) {
return $this->privates['framework_extra_bundle.event.is_granted'];
}
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);
}
/**
* Gets the private 'hateoas.configuration.metadata_factory' shared service.
*
* @return \Metadata\MetadataFactory
*/
protected function getHateoas_Configuration_MetadataFactoryService()
{
$this->privates['hateoas.configuration.metadata_factory'] = $instance = new \Metadata\MetadataFactory(new \Metadata\Driver\LazyLoadingDriver($this, 'hateoas.configuration.metadata_driver'), 'Metadata\\ClassHierarchyMetadata', true);
$instance->setCache(new \Metadata\Cache\FileCache(($this->targetDir.''.'/hateoas')));
return $instance;
}
/**
* Gets the private 'hateoas.link_factory' shared service.
*
* @return \Hateoas\Factory\LinkFactory
*/
protected function getHateoas_LinkFactoryService()
{
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()));
}
/**
* Gets the private 'jms_serializer.expression_evaluator' shared service.
*
* @return \JMS\Serializer\Expression\ExpressionEvaluator
*/
protected function getJmsSerializer_ExpressionEvaluatorService()
{
$a = new \Symfony\Component\ExpressionLanguage\ExpressionLanguage();
$a->registerProvider(new \JMS\SerializerBundle\ExpressionLanguage\BasicSerializerFunctionsProvider());
$a->registerProvider(new \Bazinga\Bundle\HateoasBundle\Expression\LinkExpressionFunction());
return $this->privates['jms_serializer.expression_evaluator'] = new \JMS\Serializer\Expression\ExpressionEvaluator($a, ['container' => $this]);
}
/**
* Gets the private 'jms_serializer.metadata_factory' shared service.
*
* @return \Metadata\MetadataFactory
*/
protected function getJmsSerializer_MetadataFactoryService()
{
$this->privates['jms_serializer.metadata_factory'] = $instance = new \Metadata\MetadataFactory(new \Metadata\Driver\LazyLoadingDriver(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'metadata_driver' => ['services', 'jms_serializer.metadata_driver', 'getJmsSerializer_MetadataDriverService', true],
], [
'metadata_driver' => '?',
]), 'metadata_driver'), 'Metadata\\ClassHierarchyMetadata', true);
$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')))));
$instance->setIncludeInterfaces(false);
return $instance;
}
/**
* Gets the private 'liip_imagine.filter.configuration' shared service.
*
* @return \Liip\ImagineBundle\Imagine\Filter\FilterConfiguration
*/
protected function getLiipImagine_Filter_ConfigurationService()
{
return $this->privates['liip_imagine.filter.configuration'] = new \Liip\ImagineBundle\Imagine\Filter\FilterConfiguration($this->parameters['liip_imagine.filter_sets']);
}
/**
* Gets the private 'locale_aware_listener' shared service.
*
* @return \Symfony\Component\HttpKernel\EventListener\LocaleAwareListener
*/
protected function getLocaleAwareListenerService()
{
return $this->privates['locale_aware_listener'] = new \Symfony\Component\HttpKernel\EventListener\LocaleAwareListener(new RewindableGenerator(function () {
yield 0 => ($this->privates['slugger'] ?? ($this->privates['slugger'] = new \Symfony\Component\String\Slugger\AsciiSlugger('es')));
yield 1 => ($this->privates['translator.default'] ?? $this->getTranslator_DefaultService());
}, 2), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
}
/**
* Gets the private 'locale_listener' shared service.
*
* @return \Symfony\Component\HttpKernel\EventListener\LocaleListener
*/
protected function getLocaleListenerService()
{
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, []);
}
/**
* Gets the private 'monolog.handler.console' shared service.
*
* @return \Symfony\Bridge\Monolog\Handler\ConsoleHandler
*/
protected function getMonolog_Handler_ConsoleService()
{
return $this->privates['monolog.handler.console'] = new \Symfony\Bridge\Monolog\Handler\ConsoleHandler(NULL, true, [], []);
}
/**
* Gets the private 'monolog.handler.main' shared service.
*
* @return \Monolog\Handler\RotatingFileHandler
*/
protected function getMonolog_Handler_MainService()
{
$this->privates['monolog.handler.main'] = $instance = new \Monolog\Handler\RotatingFileHandler((\dirname(__DIR__, 3).'/log/dev.log'), 5, 'debug', true, NULL, false);
$instance->pushProcessor(($this->privates['monolog.processor.psr_log_message'] ?? ($this->privates['monolog.processor.psr_log_message'] = new \Monolog\Processor\PsrLogMessageProcessor())));
$instance->setFilenameFormat('{filename}-{date}', 'Y-m-d');
return $instance;
}
/**
* Gets the private 'monolog.logger.cache' shared service.
*
* @return \Symfony\Bridge\Monolog\Logger
*/
protected function getMonolog_Logger_CacheService()
{
$this->privates['monolog.logger.cache'] = $instance = new \Symfony\Bridge\Monolog\Logger('cache');
$instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
$instance->pushProcessor(($this->privates['Whater\\Infrastructure\\CommonBundle\\Monolog\\MonologDomainsFilterProcessor'] ?? $this->getMonologDomainsFilterProcessorService()));
$instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
$instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
\Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
return $instance;
}
/**
* Gets the private 'monolog.logger.request' shared service.
*
* @return \Symfony\Bridge\Monolog\Logger
*/
protected function getMonolog_Logger_RequestService()
{
$this->privates['monolog.logger.request'] = $instance = new \Symfony\Bridge\Monolog\Logger('request');
$instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
$instance->pushProcessor(($this->privates['Whater\\Infrastructure\\CommonBundle\\Monolog\\MonologDomainsFilterProcessor'] ?? $this->getMonologDomainsFilterProcessorService()));
$instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
$instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
\Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
return $instance;
}
/**
* Gets the private 'nelmio_cors.cors_listener' shared service.
*
* @return \Nelmio\CorsBundle\EventListener\CorsListener
*/
protected function getNelmioCors_CorsListenerService()
{
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'])]));
}
/**
* Gets the private 'nelmio_security.csp_listener' shared service.
*
* @return \Nelmio\SecurityBundle\EventListener\ContentSecurityPolicyListener
*/
protected function getNelmioSecurity_CspListenerService()
{
$a = new \Nelmio\SecurityBundle\ContentSecurityPolicy\PolicyManager();
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, [], []);
}
/**
* Gets the private 'parameter_bag' shared service.
*
* @return \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag
*/
protected function getParameterBagService()
{
return $this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this);
}
/**
* Gets the private 'profiler_listener' shared service.
*
* @return \Symfony\Component\HttpKernel\EventListener\ProfilerListener
*/
protected function getProfilerListenerService()
{
$a = ($this->services['.container.private.profiler'] ?? $this->get_Container_Private_ProfilerService());
if (isset($this->privates['profiler_listener'])) {
return $this->privates['profiler_listener'];
}
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);
}
/**
* Gets the private 'property_accessor' shared service.
*
* @return \Symfony\Component\PropertyAccess\PropertyAccessor
*/
protected function getPropertyAccessorService()
{
$a = ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
return $this->privates['property_accessor'] = new \Symfony\Component\PropertyAccess\PropertyAccessor(3, 2, new \Symfony\Component\Cache\Adapter\ArrayAdapter(0, false), $a, $a);
}
/**
* Gets the private 'property_info' shared service.
*
* @return \Symfony\Component\PropertyInfo\PropertyInfoExtractor
*/
protected function getPropertyInfoService()
{
return $this->privates['property_info'] = new \Symfony\Component\PropertyInfo\PropertyInfoExtractor(new RewindableGenerator(function () {
yield 0 => ($this->privates['property_info.serializer_extractor'] ?? $this->load('getPropertyInfo_SerializerExtractorService'));
yield 1 => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
yield 2 => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->load('getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService'));
}, 3), new RewindableGenerator(function () {
yield 0 => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->load('getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService'));
yield 1 => ($this->privates['property_info.phpstan_extractor'] ?? ($this->privates['property_info.phpstan_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\PhpStanExtractor()));
yield 2 => ($this->privates['property_info.php_doc_extractor'] ?? ($this->privates['property_info.php_doc_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\PhpDocExtractor()));
yield 3 => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
}, 4), new RewindableGenerator(function () {
yield 0 => ($this->privates['property_info.php_doc_extractor'] ?? ($this->privates['property_info.php_doc_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\PhpDocExtractor()));
}, 1), new RewindableGenerator(function () {
yield 0 => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->load('getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService'));
yield 1 => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
}, 2), new RewindableGenerator(function () {
yield 0 => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
}, 1));
}
/**
* Gets the private 'router.expression_language_provider' shared service.
*
* @return \Symfony\Component\Routing\Matcher\ExpressionLanguageProvider
*/
protected function getRouter_ExpressionLanguageProviderService()
{
return $this->privates['router.expression_language_provider'] = new \Symfony\Component\Routing\Matcher\ExpressionLanguageProvider(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'env' => ['privates', 'container.getenv', 'getContainer_GetenvService', true],
], [
'env' => 'Closure',
]));
}
/**
* Gets the private 'router.request_context' shared service.
*
* @return \Symfony\Component\Routing\RequestContext
*/
protected function getRouter_RequestContextService()
{
$this->privates['router.request_context'] = $instance = \Symfony\Component\Routing\RequestContext::fromUri('', 'whater-dev.uegmobile.com', 'https', 443, 443);
$instance->setParameter('_functions', ($this->privates['router.expression_language_provider'] ?? $this->getRouter_ExpressionLanguageProviderService()));
return $instance;
}
/**
* Gets the private 'router_listener' shared service.
*
* @return \Symfony\Component\HttpKernel\EventListener\RouterListener
*/
protected function getRouterListenerService()
{
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);
}
/**
* Gets the private 'security.firewall.map' shared service.
*
* @return \Symfony\Bundle\SecurityBundle\Security\FirewallMap
*/
protected function getSecurity_Firewall_MapService()
{
$a = ($this->privates['.service_locator.B_7ykwg'] ?? $this->get_ServiceLocator_B7ykwgService());
if (isset($this->privates['security.firewall.map'])) {
return $this->privates['security.firewall.map'];
}
return $this->privates['security.firewall.map'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallMap($a, new RewindableGenerator(function () {
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)/')));
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')));
yield 'security.firewall.map.context.main' => ($this->privates['.security.request_matcher.OKzIMc6'] ?? ($this->privates['.security.request_matcher.OKzIMc6'] = new \Symfony\Component\HttpFoundation\RequestMatcher('.*')));
}, 3));
}
/**
* Gets the private 'security.logout_url_generator' shared service.
*
* @return \Symfony\Component\Security\Http\Logout\LogoutUrlGenerator
*/
protected function getSecurity_LogoutUrlGeneratorService()
{
$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()));
$instance->registerListener('main', 'web_logout', 'logout', '_csrf_token', NULL, NULL);
return $instance;
}
/**
* Gets the private 'security.role_hierarchy' shared service.
*
* @return \Symfony\Component\Security\Core\Role\RoleHierarchy
*/
protected function getSecurity_RoleHierarchyService()
{
return $this->privates['security.role_hierarchy'] = new \Symfony\Component\Security\Core\Role\RoleHierarchy($this->parameters['security.role_hierarchy.roles']);
}
/**
* Gets the private 'sensio_framework_extra.controller.listener' shared service.
*
* @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener
*/
protected function getSensioFrameworkExtra_Controller_ListenerService()
{
return $this->privates['sensio_framework_extra.controller.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
}
/**
* Gets the private 'sensio_framework_extra.converter.listener' shared service.
*
* @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener
*/
protected function getSensioFrameworkExtra_Converter_ListenerService()
{
$a = new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\ParamConverterManager();
$a->add(new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\DoctrineParamConverter(($this->services['doctrine'] ?? $this->getDoctrineService()), new \Symfony\Component\ExpressionLanguage\ExpressionLanguage()), 0, 'doctrine.orm');
$a->add(new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\DateTimeParamConverter(), 0, 'datetime');
return $this->privates['sensio_framework_extra.converter.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener($a, true);
}
/**
* Gets the private 'sensio_framework_extra.security.listener' shared service.
*
* @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\SecurityListener
*/
protected function getSensioFrameworkExtra_Security_ListenerService()
{
$a = ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService());
if (isset($this->privates['sensio_framework_extra.security.listener'])) {
return $this->privates['sensio_framework_extra.security.listener'];
}
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()));
}
/**
* Gets the private 'sensio_framework_extra.view.listener' shared service.
*
* @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\TemplateListener
*/
protected function getSensioFrameworkExtra_View_ListenerService()
{
$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))));
$instance->setContainer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'twig' => ['services', '.container.private.twig', 'get_Container_Private_TwigService', false],
], [
'twig' => '?',
]))->withContext('sensio_framework_extra.view.listener', $this));
return $instance;
}
/**
* Gets the private 'session_listener' shared service.
*
* @return \Symfony\Component\HttpKernel\EventListener\SessionListener
*/
protected function getSessionListenerService()
{
return $this->privates['session_listener'] = new \Symfony\Component\HttpKernel\EventListener\SessionListener(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'initialized_session' => ['services', '.container.private.session', NULL, true],
'logger' => ['services', 'whater.logger', 'getWhater_LoggerService', false],
'request_stack' => ['services', 'request_stack', 'getRequestStackService', false],
'session' => ['services', '.container.private.session', 'get_Container_Private_SessionService', true],
'session_collector' => ['privates', 'data_collector.request.session_collector', 'getDataCollector_Request_SessionCollectorService', true],
'session_factory' => ['privates', 'session.factory', 'getSession_FactoryService', true],
], [
'initialized_session' => '?',
'logger' => '?',
'request_stack' => '?',
'session' => '?',
'session_collector' => '?',
'session_factory' => '?',
]), true, $this->parameters['session.storage.options']);
}
/**
* Gets the private 'shivas_versioning.manager' shared service.
*
* @return \Shivas\VersioningBundle\Service\VersionManager
*/
protected function getShivasVersioning_ManagerService()
{
$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());
$instance->addProvider(new \Shivas\VersioningBundle\Provider\VersionProvider(\dirname(__DIR__, 4)), 'version', 100);
$instance->addProvider(new \Shivas\VersioningBundle\Provider\GitRepositoryProvider(\dirname(__DIR__, 4)), 'git', -25);
$instance->addProvider(new \Shivas\VersioningBundle\Provider\RevisionProvider(\dirname(__DIR__, 4)), 'revision', -50);
$instance->addProvider(new \Shivas\VersioningBundle\Provider\InitialVersionProvider(), 'init', -75);
return $instance;
}
/**
* Gets the private 'snc_redis.logger' shared service.
*
* @return \Snc\RedisBundle\Logger\RedisLogger
*/
protected function getSncRedis_LoggerService()
{
$a = new \Symfony\Bridge\Monolog\Logger('snc_redis');
$a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
$a->pushProcessor(($this->privates['Whater\\Infrastructure\\CommonBundle\\Monolog\\MonologDomainsFilterProcessor'] ?? $this->getMonologDomainsFilterProcessorService()));
$a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
$a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
\Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
return $this->privates['snc_redis.logger'] = new \Snc\RedisBundle\Logger\RedisLogger($a);
}
/**
* Gets the private 'sonata.media.filesystem.local' shared service.
*
* @return \Gaufrette\Filesystem
*/
protected function getSonata_Media_Filesystem_LocalService()
{
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))));
}
/**
* Gets the private 'sonata.media.metadata.proxy' shared service.
*
* @return \Sonata\MediaBundle\Metadata\ProxyMetadataBuilder
*/
protected function getSonata_Media_Metadata_ProxyService()
{
$a = ($this->services['sonata.media.pool'] ?? $this->getSonata_Media_PoolService());
if (isset($this->privates['sonata.media.metadata.proxy'])) {
return $this->privates['sonata.media.metadata.proxy'];
}
return $this->privates['sonata.media.metadata.proxy'] = new \Sonata\MediaBundle\Metadata\ProxyMetadataBuilder($a, new \Sonata\MediaBundle\Metadata\NoopMetadataBuilder(), new \Sonata\MediaBundle\Metadata\AmazonMetadataBuilder([]));
}
/**
* Gets the private 'sonata.media.provider.image' shared service.
*
* @return \Sonata\MediaBundle\Provider\ImageProvider
*/
protected function getSonata_Media_Provider_ImageService()
{
$a = ($this->privates['sonata.media.thumbnail.format'] ?? $this->getSonata_Media_Thumbnail_FormatService());
if (isset($this->privates['sonata.media.provider.image'])) {
return $this->privates['sonata.media.provider.image'];
}
$b = ($this->privates['sonata.media.metadata.proxy'] ?? $this->getSonata_Media_Metadata_ProxyService());
if (isset($this->privates['sonata.media.provider.image'])) {
return $this->privates['sonata.media.provider.image'];
}
$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);
$instance->setTemplates(['helper_thumbnail' => '@SonataMedia/Provider/thumbnail.html.twig', 'helper_view' => '@SonataMedia/Provider/view_image.html.twig']);
$instance->addFormat('default_small', ['width' => 100, 'quality' => 70, 'height' => NULL, 'format' => 'jpg', 'constraint' => true, 'resizer' => NULL, 'resizer_options' => []]);
$instance->addFormat('default_big', ['width' => 500, 'quality' => 70, 'height' => NULL, 'format' => 'jpg', 'constraint' => true, 'resizer' => NULL, 'resizer_options' => []]);
$instance->setResizer(($this->privates['sonata.media.resizer.simple'] ?? $this->getSonata_Media_Resizer_SimpleService()));
$instance->addFormat('admin', $this->parameters['sonata.media.admin_format']);
return $instance;
}
/**
* Gets the private 'sonata.media.resizer.simple' shared service.
*
* @return \Sonata\MediaBundle\Resizer\SimpleResizer
*/
protected function getSonata_Media_Resizer_SimpleService()
{
$a = ($this->privates['sonata.media.metadata.proxy'] ?? $this->getSonata_Media_Metadata_ProxyService());
if (isset($this->privates['sonata.media.resizer.simple'])) {
return $this->privates['sonata.media.resizer.simple'];
}
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);
}
/**
* Gets the private 'sonata.media.thumbnail.format' shared service.
*
* @return \Sonata\MediaBundle\Thumbnail\FormatThumbnail
*/
protected function getSonata_Media_Thumbnail_FormatService()
{
$this->privates['sonata.media.thumbnail.format'] = $instance = new \Sonata\MediaBundle\Thumbnail\FormatThumbnail('jpg');
$a = ($this->privates['sonata.media.adapter.image.gd'] ?? ($this->privates['sonata.media.adapter.image.gd'] = new \Imagine\Gd\Imagine()));
$b = ($this->privates['sonata.media.metadata.proxy'] ?? $this->getSonata_Media_Metadata_ProxyService());
$instance->addResizer('sonata.media.resizer.crop', new \Sonata\MediaBundle\Resizer\CropResizer($a, $b));
$instance->addResizer('sonata.media.resizer.simple', ($this->privates['sonata.media.resizer.simple'] ?? $this->getSonata_Media_Resizer_SimpleService()));
$instance->addResizer('sonata.media.resizer.square', new \Sonata\MediaBundle\Resizer\SquareResizer($a, 1, $b));
return $instance;
}
/**
* Gets the private 'translator.default' shared service.
*
* @return \Symfony\Bundle\FrameworkBundle\Translation\Translator
*/
protected function getTranslator_DefaultService()
{
$this->privates['translator.default'] = $instance = new \Symfony\Bundle\FrameworkBundle\Translation\Translator(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'translation.loader.csv' => ['privates', 'translation.loader.csv', 'getTranslation_Loader_CsvService', true],
'translation.loader.dat' => ['privates', 'translation.loader.dat', 'getTranslation_Loader_DatService', true],
'translation.loader.ini' => ['privates', 'translation.loader.ini', 'getTranslation_Loader_IniService', true],
'translation.loader.json' => ['privates', 'translation.loader.json', 'getTranslation_Loader_JsonService', true],
'translation.loader.mo' => ['privates', 'translation.loader.mo', 'getTranslation_Loader_MoService', true],
'translation.loader.php' => ['privates', 'translation.loader.php', 'getTranslation_Loader_PhpService', true],
'translation.loader.po' => ['privates', 'translation.loader.po', 'getTranslation_Loader_PoService', true],
'translation.loader.qt' => ['privates', 'translation.loader.qt', 'getTranslation_Loader_QtService', true],
'translation.loader.res' => ['privates', 'translation.loader.res', 'getTranslation_Loader_ResService', true],
'translation.loader.xliff' => ['privates', 'translation.loader.xliff', 'getTranslation_Loader_XliffService', true],
'translation.loader.yml' => ['privates', 'translation.loader.yml', 'getTranslation_Loader_YmlService', true],
], [
'translation.loader.csv' => '?',
'translation.loader.dat' => '?',
'translation.loader.ini' => '?',
'translation.loader.json' => '?',
'translation.loader.mo' => '?',
'translation.loader.php' => '?',
'translation.loader.po' => '?',
'translation.loader.qt' => '?',
'translation.loader.res' => '?',
'translation.loader.xliff' => '?',
'translation.loader.yml' => '?',
]), 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']]], []);
$instance->setConfigCacheFactory(($this->privates['config_cache_factory'] ?? $this->getConfigCacheFactoryService()));
$instance->setFallbackLocales([0 => 'es']);
return $instance;
}
/**
* Gets the private 'validator.builder' shared service.
*
* @return \Symfony\Component\Validator\ValidatorBuilder
*/
protected function getValidator_BuilderService()
{
$this->privates['validator.builder'] = $instance = \Symfony\Component\Validator\Validation::createValidatorBuilder();
$a = ($this->privates['property_info'] ?? $this->getPropertyInfoService());
$instance->setConstraintValidatorFactory(new \Symfony\Component\Validator\ContainerConstraintValidatorFactory(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'Bazinga\\GeocoderBundle\\Validator\\Constraint\\AddressValidator' => ['privates', 'Bazinga\\GeocoderBundle\\Validator\\Constraint\\AddressValidator', 'getAddressValidatorService', true],
'EWZ\\Bundle\\RecaptchaBundle\\Validator\\Constraints\\IsTrueValidator' => ['services', 'ewz_recaptcha.validator.true', 'getEwzRecaptcha_Validator_TrueService', true],
'EWZ\\Bundle\\RecaptchaBundle\\Validator\\Constraints\\IsTrueValidatorV3' => ['services', 'ewz_recaptcha.validator.v3.true', 'getEwzRecaptcha_Validator_V3_TrueService', true],
'Sonata\\MediaBundle\\Validator\\Constraints\\ImageUploadDimensionValidator' => ['privates', 'Sonata\\MediaBundle\\Validator\\Constraints\\ImageUploadDimensionValidator', 'getImageUploadDimensionValidatorService', true],
'Sonata\\MediaBundle\\Validator\\FormatValidator' => ['privates', 'sonata.media.validator.format', 'getSonata_Media_Validator_FormatService', true],
'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator' => ['privates', 'doctrine.orm.validator.unique', 'getDoctrine_Orm_Validator_UniqueService', true],
'Symfony\\Component\\Security\\Core\\Validator\\Constraints\\UserPasswordValidator' => ['privates', 'security.validator.user_password', 'getSecurity_Validator_UserPasswordService', true],
'Symfony\\Component\\Validator\\Constraints\\EmailValidator' => ['privates', 'validator.email', 'getValidator_EmailService', true],
'Symfony\\Component\\Validator\\Constraints\\ExpressionValidator' => ['privates', 'validator.expression', 'getValidator_ExpressionService', true],
'Symfony\\Component\\Validator\\Constraints\\NotCompromisedPasswordValidator' => ['privates', 'validator.not_compromised_password', 'getValidator_NotCompromisedPasswordService', true],
'doctrine.orm.validator.unique' => ['privates', 'doctrine.orm.validator.unique', 'getDoctrine_Orm_Validator_UniqueService', true],
'ewz_recaptcha.true' => ['services', 'ewz_recaptcha.validator.true', 'getEwzRecaptcha_Validator_TrueService', true],
'ewz_recaptcha.v3.true' => ['services', 'ewz_recaptcha.validator.v3.true', 'getEwzRecaptcha_Validator_V3_TrueService', true],
'security.validator.user_password' => ['privates', 'security.validator.user_password', 'getSecurity_Validator_UserPasswordService', true],
'sonata.media.validator.format' => ['privates', 'sonata.media.validator.format', 'getSonata_Media_Validator_FormatService', true],
'validator.expression' => ['privates', 'validator.expression', 'getValidator_ExpressionService', true],
], [
'Bazinga\\GeocoderBundle\\Validator\\Constraint\\AddressValidator' => '?',
'EWZ\\Bundle\\RecaptchaBundle\\Validator\\Constraints\\IsTrueValidator' => '?',
'EWZ\\Bundle\\RecaptchaBundle\\Validator\\Constraints\\IsTrueValidatorV3' => '?',
'Sonata\\MediaBundle\\Validator\\Constraints\\ImageUploadDimensionValidator' => '?',
'Sonata\\MediaBundle\\Validator\\FormatValidator' => '?',
'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator' => '?',
'Symfony\\Component\\Security\\Core\\Validator\\Constraints\\UserPasswordValidator' => '?',
'Symfony\\Component\\Validator\\Constraints\\EmailValidator' => '?',
'Symfony\\Component\\Validator\\Constraints\\ExpressionValidator' => '?',
'Symfony\\Component\\Validator\\Constraints\\NotCompromisedPasswordValidator' => '?',
'doctrine.orm.validator.unique' => '?',
'ewz_recaptcha.true' => '?',
'ewz_recaptcha.v3.true' => '?',
'security.validator.user_password' => '?',
'sonata.media.validator.format' => '?',
'validator.expression' => '?',
])));
if ($this->has('translator')) {
$instance->setTranslator(($this->services['translator'] ?? $this->getTranslatorService()));
}
$instance->setTranslationDomain('validators');
$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')]);
$instance->enableAnnotationMapping(true);
$instance->setDoctrineAnnotationReader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
$instance->addMethodMapping('loadValidatorMetadata');
$instance->addObjectInitializers([0 => new \Symfony\Bridge\Doctrine\Validator\DoctrineInitializer(($this->services['doctrine'] ?? $this->getDoctrineService()))]);
$instance->addLoader(new \Symfony\Component\Validator\Mapping\Loader\PropertyInfoLoader($a, $a, $a, NULL));
$instance->addLoader(new \Symfony\Bridge\Doctrine\Validator\DoctrineLoader(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), NULL));
return $instance;
}
/**
* Gets the private 'vich_uploader.metadata_reader' shared service.
*
* @return \Vich\UploaderBundle\Metadata\MetadataReader
*/
protected function getVichUploader_MetadataReaderService()
{
$a = new \Metadata\Driver\FileLocator(['Whater\\Domain\\Media\\Model' => (\dirname(__DIR__, 4).'/src/Infrastructure/MediaBundle/Resources/config/vich_uploader')]);
$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);
$b->setCache(new \Metadata\Cache\FileCache(($this->targetDir.''.'/vich_uploader')));
return $this->privates['vich_uploader.metadata_reader'] = new \Vich\UploaderBundle\Metadata\MetadataReader($b);
}
/**
* Gets the private 'web_profiler.csp.handler' shared service.
*
* @return \Symfony\Bundle\WebProfilerBundle\Csp\ContentSecurityPolicyHandler
*/
protected function getWebProfiler_Csp_HandlerService()
{
return $this->privates['web_profiler.csp.handler'] = new \Symfony\Bundle\WebProfilerBundle\Csp\ContentSecurityPolicyHandler(new \Symfony\Bundle\WebProfilerBundle\Csp\NonceGenerator());
}
/**
* Gets the private 'web_profiler.debug_toolbar' shared service.
*
* @return \Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener
*/
protected function getWebProfiler_DebugToolbarService()
{
$a = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
if (isset($this->privates['web_profiler.debug_toolbar'])) {
return $this->privates['web_profiler.debug_toolbar'];
}
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);
}
/**
* Gets the private 'webpack_encore.entrypoint_lookup_collection' shared service.
*
* @return \Symfony\WebpackEncoreBundle\Asset\EntrypointLookupCollection
*/
protected function getWebpackEncore_EntrypointLookupCollectionService()
{
return $this->privates['webpack_encore.entrypoint_lookup_collection'] = new \Symfony\WebpackEncoreBundle\Asset\EntrypointLookupCollection(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'_default' => ['privates', 'webpack_encore.entrypoint_lookup[_default]', 'getWebpackEncore_EntrypointLookupDefaultService', true],
], [
'_default' => '?',
]), '_default');
}
/**
* Gets the public 'cache_clearer' alias.
*
* @return object The ".container.private.cache_clearer" service.
*/
protected function getCacheClearerService()
{
trigger_deprecation('symfony/framework-bundle', '5.2', 'Accessing the "cache_clearer" service directly from the container is deprecated, use dependency injection instead.');
return $this->get('.container.private.cache_clearer');
}
/**
* Gets the public 'filesystem' alias.
*
* @return object The ".container.private.filesystem" service.
*/
protected function getFilesystemService()
{
trigger_deprecation('symfony/framework-bundle', '5.2', 'Accessing the "filesystem" service directly from the container is deprecated, use dependency injection instead.');
return $this->get('.container.private.filesystem');
}
/**
* Gets the public 'serializer' alias.
*
* @return object The ".container.private.serializer" service.
*/
protected function getSerializerService()
{
trigger_deprecation('symfony/framework-bundle', '5.2', 'Accessing the "serializer" service directly from the container is deprecated, use dependency injection instead.');
return $this->get('.container.private.serializer');
}
/**
* Gets the public 'security.csrf.token_manager' alias.
*
* @return object The ".container.private.security.csrf.token_manager" service.
*/
protected function getSecurity_Csrf_TokenManagerService()
{
trigger_deprecation('symfony/framework-bundle', '5.2', 'Accessing the "security.csrf.token_manager" service directly from the container is deprecated, use dependency injection instead.');
return $this->get('.container.private.security.csrf.token_manager');
}
/**
* Gets the public 'form.factory' alias.
*
* @return object The ".container.private.form.factory" service.
*/
protected function getForm_FactoryService()
{
trigger_deprecation('symfony/framework-bundle', '5.2', 'Accessing the "form.factory" service directly from the container is deprecated, use dependency injection instead.');
return $this->get('.container.private.form.factory');
}
/**
* Gets the public 'form.type.file' alias.
*
* @return object The ".container.private.form.type.file" service.
*/
protected function getForm_Type_FileService()
{
trigger_deprecation('symfony/framework-bundle', '5.2', 'Accessing the "form.type.file" service directly from the container is deprecated, use dependency injection instead.');
return $this->get('.container.private.form.type.file');
}
/**
* Gets the public 'profiler' alias.
*
* @return object The ".container.private.profiler" service.
*/
protected function getProfilerService()
{
trigger_deprecation('symfony/framework-bundle', '5.4', 'Accessing the "profiler" service directly from the container is deprecated, use dependency injection instead.');
return $this->get('.container.private.profiler');
}
/**
* Gets the public 'twig' alias.
*
* @return object The ".container.private.twig" service.
*/
protected function getTwigService()
{
trigger_deprecation('symfony/twig-bundle', '5.2', 'Accessing the "twig" service directly from the container is deprecated, use dependency injection instead.');
return $this->get('.container.private.twig');
}
/**
* Gets the public 'security.authorization_checker' alias.
*
* @return object The ".container.private.security.authorization_checker" service.
*/
protected function getSecurity_AuthorizationCheckerService()
{
trigger_deprecation('symfony/security-bundle', '5.3', 'Accessing the "security.authorization_checker" service directly from the container is deprecated, use dependency injection instead.');
return $this->get('.container.private.security.authorization_checker');
}
/**
* Gets the public 'security.token_storage' alias.
*
* @return object The ".container.private.security.token_storage" service.
*/
protected function getSecurity_TokenStorageService()
{
trigger_deprecation('symfony/security-bundle', '5.3', 'Accessing the "security.token_storage" service directly from the container is deprecated, use dependency injection instead.');
return $this->get('.container.private.security.token_storage');
}
/**
* Gets the public 'gos_pubsub_router.router_registry' alias.
*
* @return object The ".container.private.gos_pubsub_router.router_registry" service.
*/
protected function getGosPubsubRouter_RouterRegistryService()
{
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.');
return $this->get('.container.private.gos_pubsub_router.router_registry');
}
/**
* Gets the public 'gos_web_socket.dispatcher.rpc' alias.
*
* @return object The ".container.private.gos_web_socket.dispatcher.rpc" service.
*/
protected function getGosWebSocket_Dispatcher_RpcService()
{
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.');
return $this->get('.container.private.gos_web_socket.dispatcher.rpc');
}
/**
* Gets the public 'gos_web_socket.dispatcher.topic' alias.
*
* @return object The ".container.private.gos_web_socket.dispatcher.topic" service.
*/
protected function getGosWebSocket_Dispatcher_TopicService()
{
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.');
return $this->get('.container.private.gos_web_socket.dispatcher.topic');
}
/**
* Gets the public 'gos_web_socket.registry.periodic' alias.
*
* @return object The ".container.private.gos_web_socket.registry.periodic" service.
*/
protected function getGosWebSocket_Registry_PeriodicService()
{
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.');
return $this->get('.container.private.gos_web_socket.registry.periodic');
}
/**
* Gets the public 'gos_web_socket.registry.origins' alias.
*
* @return object The ".container.private.gos_web_socket.registry.origins" service.
*/
protected function getGosWebSocket_Registry_OriginsService()
{
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.');
return $this->get('.container.private.gos_web_socket.registry.origins');
}
/**
* Gets the public 'gos_web_socket.registry.rpc' alias.
*
* @return object The ".container.private.gos_web_socket.registry.rpc" service.
*/
protected function getGosWebSocket_Registry_RpcService()
{
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.');
return $this->get('.container.private.gos_web_socket.registry.rpc');
}
/**
* Gets the public 'gos_web_socket.registry.server' alias.
*
* @return object The ".container.private.gos_web_socket.registry.server" service.
*/
protected function getGosWebSocket_Registry_ServerService()
{
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.');
return $this->get('.container.private.gos_web_socket.registry.server');
}
/**
* Gets the public 'gos_web_socket.registry.topic' alias.
*
* @return object The ".container.private.gos_web_socket.registry.topic" service.
*/
protected function getGosWebSocket_Registry_TopicService()
{
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.');
return $this->get('.container.private.gos_web_socket.registry.topic');
}
/**
* Gets the public 'gos_web_socket.server.launcher' alias.
*
* @return object The ".container.private.gos_web_socket.server.launcher" service.
*/
protected function getGosWebSocket_Server_LauncherService()
{
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.');
return $this->get('.container.private.gos_web_socket.server.launcher');
}
/**
* Gets the public 'gos_web_socket.server.event_loop' alias.
*
* @return object The ".container.private.gos_web_socket.server.event_loop" service.
*/
protected function getGosWebSocket_Server_EventLoopService()
{
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.');
return $this->get('.container.private.gos_web_socket.server.event_loop');
}
/**
* Gets the public 'gos_web_socket.topic.periodic_timer' alias.
*
* @return object The ".container.private.gos_web_socket.topic.periodic_timer" service.
*/
protected function getGosWebSocket_Topic_PeriodicTimerService()
{
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.');
return $this->get('.container.private.gos_web_socket.topic.periodic_timer');
}
/**
* Gets the public 'gos_web_socket.wamp.topic_manager' alias.
*
* @return object The ".container.private.gos_web_socket.wamp.topic_manager" service.
*/
protected function getGosWebSocket_Wamp_TopicManagerService()
{
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.');
return $this->get('.container.private.gos_web_socket.wamp.topic_manager');
}
/**
* Gets the public 'security.password_encoder' alias.
*
* @return object The ".container.private.security.password_encoder" service.
*/
protected function getSecurity_PasswordEncoderService()
{
trigger_deprecation('symfony/security-bundle', '5.3', 'Accessing the "security.password_encoder" service directly from the container is deprecated, use dependency injection instead.');
return $this->get('.container.private.security.password_encoder');
}
/**
* Gets the public 'session' alias.
*
* @return object The ".container.private.session" service.
*/
protected function getSessionService()
{
trigger_deprecation('symfony/framework-bundle', '5.3', 'Accessing the "session" service directly from the container is deprecated, use dependency injection instead.');
return $this->get('.container.private.session');
}
/**
* Gets the public 'validator' alias.
*
* @return object The ".container.private.validator" service.
*/
protected function getValidatorService()
{
trigger_deprecation('symfony/framework-bundle', '5.2', 'Accessing the "validator" service directly from the container is deprecated, use dependency injection instead.');
return $this->get('.container.private.validator');
}
/**
* @return array|bool|float|int|string|\UnitEnum|null
*/
public function getParameter(string $name)
{
if (isset($this->buildParameters[$name])) {
return $this->buildParameters[$name];
}
if (!(isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || \array_key_exists($name, $this->parameters))) {
throw new InvalidArgumentException(sprintf('The parameter "%s" must be defined.', $name));
}
if (isset($this->loadedDynamicParameters[$name])) {
return $this->loadedDynamicParameters[$name] ? $this->dynamicParameters[$name] : $this->getDynamicParameter($name);
}
return $this->parameters[$name];
}
public function hasParameter(string $name): bool
{
if (isset($this->buildParameters[$name])) {
return true;
}
return isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || \array_key_exists($name, $this->parameters);
}
public function setParameter(string $name, $value): void
{
throw new LogicException('Impossible to call set() on a frozen ParameterBag.');
}
public function getParameterBag(): ParameterBagInterface
{
if (null === $this->parameterBag) {
$parameters = $this->parameters;
foreach ($this->loadedDynamicParameters as $name => $loaded) {
$parameters[$name] = $loaded ? $this->dynamicParameters[$name] : $this->getDynamicParameter($name);
}
foreach ($this->buildParameters as $name => $value) {
$parameters[$name] = $value;
}
$this->parameterBag = new FrozenParameterBag($parameters);
}
return $this->parameterBag;
}
private $loadedDynamicParameters = [
'kernel.runtime_environment' => false,
'kernel.build_dir' => false,
'kernel.cache_dir' => false,
'debug.container.dump' => false,
'serializer.mapping.cache.file' => false,
'validator.mapping.cache.file' => false,
'profiler.storage.dsn' => false,
'doctrine.orm.proxy_dir' => false,
];
private $dynamicParameters = [];
private function getDynamicParameter(string $name)
{
switch ($name) {
case 'kernel.runtime_environment': $value = $this->getEnv('default:kernel.environment:APP_RUNTIME_ENV'); break;
case 'kernel.build_dir': $value = $this->targetDir.''; break;
case 'kernel.cache_dir': $value = $this->targetDir.''; break;
case 'debug.container.dump': $value = ($this->targetDir.''.'/Whater_KernelDevDebugContainer.xml'); break;
case 'serializer.mapping.cache.file': $value = ($this->targetDir.''.'/serialization.php'); break;
case 'validator.mapping.cache.file': $value = ($this->targetDir.''.'/validation.php'); break;
case 'profiler.storage.dsn': $value = ('file:'.$this->targetDir.''.'/profiler'); break;
case 'doctrine.orm.proxy_dir': $value = ($this->targetDir.''.'/doctrine/orm/Proxies'); break;
default: throw new InvalidArgumentException(sprintf('The dynamic parameter "%s" must be defined.', $name));
}
$this->loadedDynamicParameters[$name] = true;
return $this->dynamicParameters[$name] = $value;
}
protected function getDefaultParameters(): array
{
return [
'kernel.project_dir' => \dirname(__DIR__, 4),
'kernel.environment' => 'dev',
'kernel.debug' => true,
'kernel.logs_dir' => (\dirname(__DIR__, 3).'/log'),
'kernel.bundles' => [
'FrameworkBundle' => 'Symfony\\Bundle\\FrameworkBundle\\FrameworkBundle',
'TwigBundle' => 'Symfony\\Bundle\\TwigBundle\\TwigBundle',
'MonologBundle' => 'Symfony\\Bundle\\MonologBundle\\MonologBundle',
'SecurityBundle' => 'Symfony\\Bundle\\SecurityBundle\\SecurityBundle',
'WebProfilerBundle' => 'Symfony\\Bundle\\WebProfilerBundle\\WebProfilerBundle',
'WebpackEncoreBundle' => 'Symfony\\WebpackEncoreBundle\\WebpackEncoreBundle',
'DoctrineBundle' => 'Doctrine\\Bundle\\DoctrineBundle\\DoctrineBundle',
'DoctrineMigrationsBundle' => 'Doctrine\\Bundle\\MigrationsBundle\\DoctrineMigrationsBundle',
'DoctrineFixturesBundle' => 'Doctrine\\Bundle\\FixturesBundle\\DoctrineFixturesBundle',
'SensioFrameworkExtraBundle' => 'Sensio\\Bundle\\FrameworkExtraBundle\\SensioFrameworkExtraBundle',
'StofDoctrineExtensionsBundle' => 'Stof\\DoctrineExtensionsBundle\\StofDoctrineExtensionsBundle',
'JMSSerializerBundle' => 'JMS\\SerializerBundle\\JMSSerializerBundle',
'TacticianBundle' => 'League\\Tactician\\Bundle\\TacticianBundle',
'TacticianDomainEventBundle' => 'BornFree\\TacticianDomainEventBundle\\TacticianDomainEventBundle',
'SncRedisBundle' => 'Snc\\RedisBundle\\SncRedisBundle',
'BazingaHateoasBundle' => 'Bazinga\\Bundle\\HateoasBundle\\BazingaHateoasBundle',
'CocurSlugifyBundle' => 'Cocur\\Slugify\\Bridge\\Symfony\\CocurSlugifyBundle',
'ShivasVersioningBundle' => 'Shivas\\VersioningBundle\\ShivasVersioningBundle',
'PrestaSitemapBundle' => 'Presta\\SitemapBundle\\PrestaSitemapBundle',
'KnpMenuBundle' => 'Knp\\Bundle\\MenuBundle\\KnpMenuBundle',
'FOSRestBundle' => 'FOS\\RestBundle\\FOSRestBundle',
'KnpTimeBundle' => 'Knp\\Bundle\\TimeBundle\\KnpTimeBundle',
'KnpSnappyBundle' => 'Knp\\Bundle\\SnappyBundle\\KnpSnappyBundle',
'EWZRecaptchaBundle' => 'EWZ\\Bundle\\RecaptchaBundle\\EWZRecaptchaBundle',
'LexikJWTAuthenticationBundle' => 'Lexik\\Bundle\\JWTAuthenticationBundle\\LexikJWTAuthenticationBundle',
'GesdinetJWTRefreshTokenBundle' => 'Gesdinet\\JWTRefreshTokenBundle\\GesdinetJWTRefreshTokenBundle',
'NelmioApiDocBundle' => 'Nelmio\\ApiDocBundle\\NelmioApiDocBundle',
'NelmioCorsBundle' => 'Nelmio\\CorsBundle\\NelmioCorsBundle',
'NelmioSecurityBundle' => 'Nelmio\\SecurityBundle\\NelmioSecurityBundle',
'LiipImagineBundle' => 'Liip\\ImagineBundle\\LiipImagineBundle',
'GosPubSubRouterBundle' => 'Gos\\Bundle\\PubSubRouterBundle\\GosPubSubRouterBundle',
'GosWebSocketBundle' => 'Gos\\Bundle\\WebSocketBundle\\GosWebSocketBundle',
'VichUploaderBundle' => 'Vich\\UploaderBundle\\VichUploaderBundle',
'SonataMediaBundle' => 'Sonata\\MediaBundle\\SonataMediaBundle',
'SonataDoctrineBundle' => 'Sonata\\Doctrine\\Bridge\\Symfony\\SonataDoctrineBundle',
'SonataDoctrineORMAdminBundle' => 'Sonata\\DoctrineORMAdminBundle\\SonataDoctrineORMAdminBundle',
'BazingaGeocoderBundle' => 'Bazinga\\GeocoderBundle\\BazingaGeocoderBundle',
'FOSCKEditorBundle' => 'FOS\\CKEditorBundle\\FOSCKEditorBundle',
'LogViewerBundle' => 'Kira0269\\LogViewerBundle\\LogViewerBundle',
'GpsLabGeoIP2Bundle' => 'GpsLab\\Bundle\\GeoIP2Bundle\\GpsLabGeoIP2Bundle',
'EndroidQrCodeBundle' => 'Endroid\\QrCodeBundle\\EndroidQrCodeBundle',
'EightPointsGuzzleBundle' => 'EightPoints\\Bundle\\GuzzleBundle\\EightPointsGuzzleBundle',
'FMElfinderBundle' => 'FM\\ElfinderBundle\\FMElfinderBundle',
'WhaterUIWebBundle' => 'Whater\\UI\\WebBundle\\WhaterUIWebBundle',
'WhaterUIRestBundle' => 'Whater\\UI\\RestBundle\\WhaterUIRestBundle',
'WhaterUIConsoleBundle' => 'Whater\\UI\\ConsoleBundle\\WhaterUIConsoleBundle',
'WhaterInfrastructureSecurityBundle' => 'Whater\\Infrastructure\\SecurityBundle\\WhaterInfrastructureSecurityBundle',
'WhaterInfrastructureCommonBundle' => 'Whater\\Infrastructure\\CommonBundle\\WhaterInfrastructureCommonBundle',
'WhaterInfrastructureMediaBundle' => 'Whater\\Infrastructure\\MediaBundle\\WhaterInfrastructureMediaBundle',
'WhaterInfrastructureBlogBundle' => 'Whater\\Infrastructure\\BlogBundle\\WhaterInfrastructureBlogBundle',
'WhaterInfrastructureUserBundle' => 'Whater\\Infrastructure\\UserBundle\\WhaterInfrastructureUserBundle',
'WhaterInfrastructureProductBundle' => 'Whater\\Infrastructure\\ProductBundle\\WhaterInfrastructureProductBundle',
'WhaterInfrastructureZonesBundle' => 'Whater\\Infrastructure\\ZonesBundle\\WhaterInfrastructureZonesBundle',
'WhaterInfrastructureWhaterBundle' => 'Whater\\Infrastructure\\WhaterBundle\\WhaterInfrastructureWhaterBundle',
'WhaterInfrastructureNotificationBundle' => 'Whater\\Infrastructure\\NotificationBundle\\WhaterInfrastructureNotificationBundle',
],
'kernel.bundles_metadata' => [
'FrameworkBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/symfony/framework-bundle'),
'namespace' => 'Symfony\\Bundle\\FrameworkBundle',
],
'TwigBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/symfony/twig-bundle'),
'namespace' => 'Symfony\\Bundle\\TwigBundle',
],
'MonologBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/symfony/monolog-bundle'),
'namespace' => 'Symfony\\Bundle\\MonologBundle',
],
'SecurityBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/symfony/security-bundle'),
'namespace' => 'Symfony\\Bundle\\SecurityBundle',
],
'WebProfilerBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/symfony/web-profiler-bundle'),
'namespace' => 'Symfony\\Bundle\\WebProfilerBundle',
],
'WebpackEncoreBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/symfony/webpack-encore-bundle/src'),
'namespace' => 'Symfony\\WebpackEncoreBundle',
],
'DoctrineBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle'),
'namespace' => 'Doctrine\\Bundle\\DoctrineBundle',
],
'DoctrineMigrationsBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/doctrine/doctrine-migrations-bundle'),
'namespace' => 'Doctrine\\Bundle\\MigrationsBundle',
],
'DoctrineFixturesBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/doctrine/doctrine-fixtures-bundle'),
'namespace' => 'Doctrine\\Bundle\\FixturesBundle',
],
'SensioFrameworkExtraBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/src'),
'namespace' => 'Sensio\\Bundle\\FrameworkExtraBundle',
],
'StofDoctrineExtensionsBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/stof/doctrine-extensions-bundle/src'),
'namespace' => 'Stof\\DoctrineExtensionsBundle',
],
'JMSSerializerBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/jms/serializer-bundle'),
'namespace' => 'JMS\\SerializerBundle',
],
'TacticianBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/league/tactician-bundle/src'),
'namespace' => 'League\\Tactician\\Bundle',
],
'TacticianDomainEventBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/bornfreee/tactician-domain-events-bundle/src'),
'namespace' => 'BornFree\\TacticianDomainEventBundle',
],
'SncRedisBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/snc/redis-bundle/src'),
'namespace' => 'Snc\\RedisBundle',
],
'BazingaHateoasBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/willdurand/hateoas-bundle'),
'namespace' => 'Bazinga\\Bundle\\HateoasBundle',
],
'CocurSlugifyBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/cocur/slugify/src/Bridge/Symfony'),
'namespace' => 'Cocur\\Slugify\\Bridge\\Symfony',
],
'ShivasVersioningBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/shivas/versioning-bundle/src'),
'namespace' => 'Shivas\\VersioningBundle',
],
'PrestaSitemapBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/presta/sitemap-bundle'),
'namespace' => 'Presta\\SitemapBundle',
],
'KnpMenuBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-menu-bundle'),
'namespace' => 'Knp\\Bundle\\MenuBundle',
],
'FOSRestBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/rest-bundle'),
'namespace' => 'FOS\\RestBundle',
],
'KnpTimeBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-time-bundle/src'),
'namespace' => 'Knp\\Bundle\\TimeBundle',
],
'KnpSnappyBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-snappy-bundle/src'),
'namespace' => 'Knp\\Bundle\\SnappyBundle',
],
'EWZRecaptchaBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/excelwebzone/recaptcha-bundle/src'),
'namespace' => 'EWZ\\Bundle\\RecaptchaBundle',
],
'LexikJWTAuthenticationBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/lexik/jwt-authentication-bundle'),
'namespace' => 'Lexik\\Bundle\\JWTAuthenticationBundle',
],
'GesdinetJWTRefreshTokenBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/gesdinet/jwt-refresh-token-bundle'),
'namespace' => 'Gesdinet\\JWTRefreshTokenBundle',
],
'NelmioApiDocBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle'),
'namespace' => 'Nelmio\\ApiDocBundle',
],
'NelmioCorsBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/nelmio/cors-bundle'),
'namespace' => 'Nelmio\\CorsBundle',
],
'NelmioSecurityBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/nelmio/security-bundle'),
'namespace' => 'Nelmio\\SecurityBundle',
],
'LiipImagineBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/liip/imagine-bundle'),
'namespace' => 'Liip\\ImagineBundle',
],
'GosPubSubRouterBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/gos/pubsub-router-bundle'),
'namespace' => 'Gos\\Bundle\\PubSubRouterBundle',
],
'GosWebSocketBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/gos/web-socket-bundle'),
'namespace' => 'Gos\\Bundle\\WebSocketBundle',
],
'VichUploaderBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/vich/uploader-bundle'),
'namespace' => 'Vich\\UploaderBundle',
],
'SonataMediaBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/sonata-project/media-bundle/src'),
'namespace' => 'Sonata\\MediaBundle',
],
'SonataDoctrineBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/sonata-project/doctrine-extensions/src/Bridge/Symfony'),
'namespace' => 'Sonata\\Doctrine\\Bridge\\Symfony',
],
'SonataDoctrineORMAdminBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src'),
'namespace' => 'Sonata\\DoctrineORMAdminBundle',
],
'BazingaGeocoderBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/willdurand/geocoder-bundle'),
'namespace' => 'Bazinga\\GeocoderBundle',
],
'FOSCKEditorBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/ckeditor-bundle/src'),
'namespace' => 'FOS\\CKEditorBundle',
],
'LogViewerBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/kira0269/symfony-log-viewer-bundle/src'),
'namespace' => 'Kira0269\\LogViewerBundle',
],
'GpsLabGeoIP2Bundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/gpslab/geoip2/src'),
'namespace' => 'GpsLab\\Bundle\\GeoIP2Bundle',
],
'EndroidQrCodeBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/endroid/qr-code-bundle/src'),
'namespace' => 'Endroid\\QrCodeBundle',
],
'EightPointsGuzzleBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/eightpoints/guzzle-bundle/src'),
'namespace' => 'EightPoints\\Bundle\\GuzzleBundle',
],
'FMElfinderBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/helios-ag/fm-elfinder-bundle/src'),
'namespace' => 'FM\\ElfinderBundle',
],
'WhaterUIWebBundle' => [
'path' => (\dirname(__DIR__, 4).'/src/UI/WebBundle'),
'namespace' => 'Whater\\UI\\WebBundle',
],
'WhaterUIRestBundle' => [
'path' => (\dirname(__DIR__, 4).'/src/UI/RestBundle'),
'namespace' => 'Whater\\UI\\RestBundle',
],
'WhaterUIConsoleBundle' => [
'path' => (\dirname(__DIR__, 4).'/src/UI/ConsoleBundle'),
'namespace' => 'Whater\\UI\\ConsoleBundle',
],
'WhaterInfrastructureSecurityBundle' => [
'path' => (\dirname(__DIR__, 4).'/src/Infrastructure/SecurityBundle'),
'namespace' => 'Whater\\Infrastructure\\SecurityBundle',
],
'WhaterInfrastructureCommonBundle' => [
'path' => (\dirname(__DIR__, 4).'/src/Infrastructure/CommonBundle'),
'namespace' => 'Whater\\Infrastructure\\CommonBundle',
],
'WhaterInfrastructureMediaBundle' => [
'path' => (\dirname(__DIR__, 4).'/src/Infrastructure/MediaBundle'),
'namespace' => 'Whater\\Infrastructure\\MediaBundle',
],
'WhaterInfrastructureBlogBundle' => [
'path' => (\dirname(__DIR__, 4).'/src/Infrastructure/BlogBundle'),
'namespace' => 'Whater\\Infrastructure\\BlogBundle',
],
'WhaterInfrastructureUserBundle' => [
'path' => (\dirname(__DIR__, 4).'/src/Infrastructure/UserBundle'),
'namespace' => 'Whater\\Infrastructure\\UserBundle',
],
'WhaterInfrastructureProductBundle' => [
'path' => (\dirname(__DIR__, 4).'/src/Infrastructure/ProductBundle'),
'namespace' => 'Whater\\Infrastructure\\ProductBundle',
],
'WhaterInfrastructureZonesBundle' => [
'path' => (\dirname(__DIR__, 4).'/src/Infrastructure/ZonesBundle'),
'namespace' => 'Whater\\Infrastructure\\ZonesBundle',
],
'WhaterInfrastructureWhaterBundle' => [
'path' => (\dirname(__DIR__, 4).'/src/Infrastructure/WhaterBundle'),
'namespace' => 'Whater\\Infrastructure\\WhaterBundle',
],
'WhaterInfrastructureNotificationBundle' => [
'path' => (\dirname(__DIR__, 4).'/src/Infrastructure/NotificationBundle'),
'namespace' => 'Whater\\Infrastructure\\NotificationBundle',
],
],
'kernel.charset' => 'UTF-8',
'kernel.container_class' => 'Whater_KernelDevDebugContainer',
'container.dumper.inline_class_loader' => true,
'database_host' => '127.0.0.1',
'database_port' => NULL,
'database_name' => 'whater_server_pre',
'database_user' => 'root',
'database_password' => 'DR7&f(TD%tjeXBn(',
'mailer_transport' => 'gmail',
'mailer_encryption' => 'ssl',
'mailer_auth_mode' => 'login',
'mailer_host' => 'smtp.gmail.com',
'mailer_user' => 'whater@whater.es',
'mailer_password' => 'whater',
'mailer_port' => NULL,
'mailer_noreply_user' => 'noreply@whater.es',
'mailer_noreply_password' => 'whater',
'mailer_contact_user' => 'info@whater.es',
'secret' => '5dbaa28b5f345e406ae51f6188fd6f09b2082f00',
'gos_web_socket_host' => 'whater-dev.uegmobile.com',
'gos_web_socket_ip' => '0.0.0.0',
'gos_web_socket_port' => 8888,
'gos_web_socket_port_js' => 8888,
'gos_web_socket_protocol' => 'ws',
'session_handler_redis' => 'redis://localhost:6379',
'session_handler_redis_save_path' => 'tcp://localhost:6379',
'session_handler_redis_prefix' => 'stsesid',
'session_handler_redis_ttl' => 1440,
'trusted_hosts' => NULL,
'sass_path' => '/usr/local/bin/sass',
'scss_path' => [
0 => '/usr/local/bin/scss',
],
'node_path' => '/usr/local/bin/node',
'yui_jar_path' => '/usr/share/yui-compressor/yui-compressor.jar',
'java_path' => '/usr/bin/java',
'uglifyjs2_path' => '/usr/local/bin/uglifyjs',
'uglifycss_path' => '/usr/local/bin/uglifycss',
'google_analytics_tracking_id' => '',
'google_analytics_view_id' => '',
'google_maps_api_key' => 'AIzaSyCi_FfHyFIYtjQ-5uujTaSR5Wt6uni-flM',
'facebook_pixel_id' => '',
'google_analytics_json_key' => (\dirname(__DIR__, 4).'/app/config/analytics/client_secret_1087543653055-jngrt43r4a4g5tempi0dr1llasbe9ufe.apps.googleusercontent.com.json'),
'http_port' => 443,
'router.request_context.host' => 'whater-dev.uegmobile.com',
'router.request_context.scheme' => 'https',
'asset.request_context.secure' => true,
'wkhtmltopdf_path' => '/usr/local/bin/wkhtmltopdf',
'enable_recaptcha' => false,
'ewz_recaptcha_public_key' => '6LeOgtEUAAAAAKDoPnvxjAlSF2C79uhXltgHYwKh',
'ewz_recaptcha_private_key' => '6LeOgtEUAAAAAIBjvXyfrEPR0zE5XqC91uAPuuPD',
'sinac_domain' => 'https://sinacv2.sanidad.gob.es',
'environment_name' => 'whater-dev.uegmobile.com',
'jwt_private_key_path' => (\dirname(__DIR__, 4).'/app/security/jwt/private.pem'),
'jwt_public_key_path' => (\dirname(__DIR__, 4).'/app/security/jwt/public.pem'),
'jwt_key_pass_phrase' => '$#c138JWT',
'jwt_token_ttl' => 86400,
'jwt_refresh_token_ttl' => 2592000,
'stripe_public_key' => 'pk_test_51OKdlfDcohDs0j2O4ZFsdVFV2KYVZZBJHjbUSGDuzVAGJBq8CBxL9GL63TSvC2UghGZRDmYvncjls3FTgKc0wlhg00Q1XtuVtY',
'stripe_private_key' => 'sk_test_51OKdlfDcohDs0j2ObaSfQPNJP84egvPiZEDX0lxSuEn1XjEAdB631vXYJ32gJvftiP3WgbXyYzU36ujqBppAsrRG001GdaQopl',
'stripe_webhook_account_secret' => 'whsec_XAbM1YN5HxKEfySJTKI0vs0uLUnWyHDY',
'stripe_webhook_connect_secret' => 'whsec_C9csZW5zY3L5c5g6W0CElYDcacr2MNGT',
'stripe_test_mode' => true,
'sendcloud_public_key' => '4412fe9b-022d-425e-9c3a-b896f9b2c487',
'sendcloud_secret_key' => '136fc07eecd94cdcbf2db59f869af9a3',
'is_ecommerce_active' => true,
'fixed_shipping_fee' => '3,00',
'services_taxes_percent' => 21,
'shipping_taxes_percent' => 21,
'percent_credit_card_fee' => 3,
'whatercoins_offers' => [
0 => [
0 => 300,
1 => 30,
],
1 => [
0 => 120,
1 => 20,
],
2 => [
0 => 30,
1 => 5,
],
],
'default_whater_commision_for_products' => 10,
'default_whater_commision_for_whater_supply' => 10,
'license_database_access_price_per_country_area' => 2.99,
'license_database_access_price_per_country' => 99.99,
'license_manage_organization' => 19.99,
'license_marketplace' => 1.99,
'thethingsnetwork_endpoint' => 'https://eu1.cloud.thethings.network',
'thethingsnetwork_application_id' => 'demo-whater-app-eu',
'thethingsnetwork_api_key' => 'NNSXS.RF63ZLXZZOAUZVC4UGFNLWRCIROTX2JG6K4BGWY.6JVZFIEXKV4RD7C3XUBN3OZN3QJJRP5MZIVZBWCLHSHQUXBIB3TQ',
'thethingsnetwork_fport' => '2',
'monolog_domains_filter' => [
0 => 'whater-dev.uegmobile.com',
],
'whatercoins_discounts' => [
10 => 100,
15 => 150,
20 => 200,
25 => 250,
30 => 300,
35 => 350,
40 => 400,
45 => 450,
50 => 500,
55 => 550,
60 => 600,
65 => 650,
70 => 700,
75 => 750,
80 => 800,
85 => 850,
90 => 900,
95 => 950,
100 => 1000,
],
'application_version' => '3.2.35',
'locale' => 'es',
'event_dispatcher.event_aliases' => [
'Symfony\\Component\\Console\\Event\\ConsoleCommandEvent' => 'console.command',
'Symfony\\Component\\Console\\Event\\ConsoleErrorEvent' => 'console.error',
'Symfony\\Component\\Console\\Event\\ConsoleSignalEvent' => 'console.signal',
'Symfony\\Component\\Console\\Event\\ConsoleTerminateEvent' => 'console.terminate',
'Symfony\\Component\\Form\\Event\\PreSubmitEvent' => 'form.pre_submit',
'Symfony\\Component\\Form\\Event\\SubmitEvent' => 'form.submit',
'Symfony\\Component\\Form\\Event\\PostSubmitEvent' => 'form.post_submit',
'Symfony\\Component\\Form\\Event\\PreSetDataEvent' => 'form.pre_set_data',
'Symfony\\Component\\Form\\Event\\PostSetDataEvent' => 'form.post_set_data',
'Symfony\\Component\\HttpKernel\\Event\\ControllerArgumentsEvent' => 'kernel.controller_arguments',
'Symfony\\Component\\HttpKernel\\Event\\ControllerEvent' => 'kernel.controller',
'Symfony\\Component\\HttpKernel\\Event\\ResponseEvent' => 'kernel.response',
'Symfony\\Component\\HttpKernel\\Event\\FinishRequestEvent' => 'kernel.finish_request',
'Symfony\\Component\\HttpKernel\\Event\\RequestEvent' => 'kernel.request',
'Symfony\\Component\\HttpKernel\\Event\\ViewEvent' => 'kernel.view',
'Symfony\\Component\\HttpKernel\\Event\\ExceptionEvent' => 'kernel.exception',
'Symfony\\Component\\HttpKernel\\Event\\TerminateEvent' => 'kernel.terminate',
'Symfony\\Component\\Security\\Core\\Event\\AuthenticationSuccessEvent' => 'security.authentication.success',
'Symfony\\Component\\Security\\Core\\Event\\AuthenticationFailureEvent' => 'security.authentication.failure',
'Symfony\\Component\\Security\\Http\\Event\\InteractiveLoginEvent' => 'security.interactive_login',
'Symfony\\Component\\Security\\Http\\Event\\SwitchUserEvent' => 'security.switch_user',
'Presta\\SitemapBundle\\Event\\SitemapAddUrlEvent' => 'presta_sitemap.add_url',
'Presta\\SitemapBundle\\Event\\SitemapPopulateEvent' => 'presta_sitemap.populate',
'Nelmio\\SecurityBundle\\ContentSecurityPolicy\\Violation\\ReportEvent' => 'csp.violation.report',
'Gos\\Bundle\\WebSocketBundle\\Event\\ServerLaunchedEvent' => 'gos_web_socket.server_launched',
'Gos\\Bundle\\WebSocketBundle\\Event\\ClientConnectedEvent' => 'gos_web_socket.client_connected',
'Gos\\Bundle\\WebSocketBundle\\Event\\ClientDisconnectedEvent' => 'gos_web_socket.client_disconnected',
'Gos\\Bundle\\WebSocketBundle\\Event\\ClientErrorEvent' => 'gos_web_socket.client_error',
'Gos\\Bundle\\WebSocketBundle\\Event\\ClientRejectedEvent' => 'gos_web_socket.client_rejected',
'Gos\\Bundle\\WebSocketBundle\\Event\\ConnectionRejectedEvent' => 'gos_web_socket.connection_rejected',
'Gos\\Bundle\\WebSocketBundle\\Event\\PushHandlerFailEvent' => 'gos_web_socket.push_fail',
'Gos\\Bundle\\WebSocketBundle\\Event\\PushHandlerSuccessEvent' => 'gos_web_socket.push_success',
],
'fragment.renderer.hinclude.global_template' => NULL,
'fragment.path' => '/_fragment',
'kernel.secret' => '5dbaa28b5f345e406ae51f6188fd6f09b2082f00',
'kernel.http_method_override' => true,
'kernel.trusted_hosts' => [
],
'kernel.default_locale' => 'es',
'kernel.enabled_locales' => [
],
'kernel.error_controller' => 'error_controller',
'debug.file_link_format' => NULL,
'asset.request_context.base_path' => NULL,
'translator.logging' => false,
'translator.default_path' => (\dirname(__DIR__, 4).'/translations'),
'debug.error_handler.throw_at' => -1,
'router.request_context.base_url' => '',
'router.resource' => 'kernel::loadRoutes',
'request_listener.http_port' => 443,
'request_listener.https_port' => 443,
'session.metadata.storage_key' => '_sf2_meta',
'session.storage.options' => [
'cache_limiter' => '0',
'cookie_lifetime' => 604800,
'cookie_httponly' => true,
'gc_maxlifetime' => 604800,
'gc_probability' => 1,
],
'session.save_path' => (\dirname(__DIR__, 3).'/sessions/dev'),
'session.metadata.update_threshold' => 0,
'form.type_extension.csrf.enabled' => true,
'form.type_extension.csrf.field_name' => '_token',
'validator.translation_domain' => 'validators',
'profiler_listener.only_exceptions' => false,
'profiler_listener.only_main_requests' => false,
'twig.form.resources' => [
0 => '@FMElfinder/Form/elfinder_widget.html.twig',
1 => '@VichUploader/Form/fields.html.twig',
2 => 'form_div_layout.html.twig',
3 => '@LiipImagine/Form/form_div_layout.html.twig',
4 => '@FOSCKEditor/Form/ckeditor_widget.html.twig',
5 => '@EWZRecaptcha/Form/ewz_recaptcha_widget.html.twig',
],
'twig.default_path' => (\dirname(__DIR__, 4).'/templates'),
'monolog.use_microseconds' => true,
'monolog.swift_mailer.handlers' => [
],
'monolog.handlers_to_channels' => [
'monolog.handler.sinac_log' => [
'type' => 'inclusive',
'elements' => [
0 => 'sinacLog',
],
],
'monolog.handler.console' => [
'type' => 'exclusive',
'elements' => [
0 => 'event',
1 => 'doctrine',
2 => 'console',
],
],
'monolog.handler.main' => [
'type' => 'exclusive',
'elements' => [
0 => 'event',
],
],
],
'security.role_hierarchy.roles' => [
'ROLE_USER' => [
0 => 'ROLE_USER',
],
'ROLE_ADMIN' => [
0 => 'ROLE_ADMIN',
],
],
'security.access.denied_url' => NULL,
'security.authentication.manager.erase_credentials' => true,
'security.authentication.session_strategy.strategy' => 'migrate',
'security.access.always_authenticate_before_granting' => false,
'security.authentication.hide_user_not_found' => true,
'security.firewalls' => [
0 => 'dev',
1 => 'api_private',
2 => 'main',
],
'security.api_private._indexed_authenticators' => [
],
'security.main._indexed_authenticators' => [
],
'web_profiler.debug_toolbar.intercept_redirects' => false,
'web_profiler.debug_toolbar.mode' => 2,
'doctrine.dbal.configuration.class' => 'Doctrine\\DBAL\\Configuration',
'doctrine.data_collector.class' => 'Doctrine\\Bundle\\DoctrineBundle\\DataCollector\\DoctrineDataCollector',
'doctrine.dbal.connection.event_manager.class' => 'Symfony\\Bridge\\Doctrine\\ContainerAwareEventManager',
'doctrine.dbal.connection_factory.class' => 'Doctrine\\Bundle\\DoctrineBundle\\ConnectionFactory',
'doctrine.dbal.events.mysql_session_init.class' => 'Doctrine\\DBAL\\Event\\Listeners\\MysqlSessionInit',
'doctrine.dbal.events.oracle_session_init.class' => 'Doctrine\\DBAL\\Event\\Listeners\\OracleSessionInit',
'doctrine.class' => 'Doctrine\\Bundle\\DoctrineBundle\\Registry',
'doctrine.entity_managers' => [
'default' => 'doctrine.orm.default_entity_manager',
],
'doctrine.default_entity_manager' => 'default',
'doctrine.dbal.connection_factory.types' => [
'datetimeutc' => [
'class' => 'Whater\\Infrastructure\\CommonBundle\\Doctrine\\Types\\UTCDateTimeType',
],
'geography' => [
'class' => 'LongitudeOne\\Spatial\\DBAL\\Types\\GeographyType',
],
'geography_linestring' => [
'class' => 'LongitudeOne\\Spatial\\DBAL\\Types\\Geography\\LineStringType',
],
'geography_point' => [
'class' => 'LongitudeOne\\Spatial\\DBAL\\Types\\Geography\\PointType',
],
'geography_polygon' => [
'class' => 'LongitudeOne\\Spatial\\DBAL\\Types\\Geography\\PolygonType',
],
'geometry' => [
'class' => 'LongitudeOne\\Spatial\\DBAL\\Types\\GeometryType',
],
'geometry_linestring' => [
'class' => 'LongitudeOne\\Spatial\\DBAL\\Types\\Geometry\\LineStringType',
],
'geometry_point' => [
'class' => 'LongitudeOne\\Spatial\\DBAL\\Types\\Geometry\\PointType',
],
'geometry_polygon' => [
'class' => 'LongitudeOne\\Spatial\\DBAL\\Types\\Geometry\\PolygonType',
],
'geometry_multilinestring' => [
'class' => 'LongitudeOne\\Spatial\\DBAL\\Types\\Geometry\\MultiLineStringType',
],
'geometry_multipoint' => [
'class' => 'LongitudeOne\\Spatial\\DBAL\\Types\\Geometry\\MultiPointType',
],
'geometry_multipolygon' => [
'class' => 'LongitudeOne\\Spatial\\DBAL\\Types\\Geometry\\MultiPolygonType',
],
],
'doctrine.connections' => [
'default' => 'doctrine.dbal.default_connection',
],
'doctrine.default_connection' => 'default',
'doctrine.orm.configuration.class' => 'Doctrine\\ORM\\Configuration',
'doctrine.orm.entity_manager.class' => 'Doctrine\\ORM\\EntityManager',
'doctrine.orm.manager_configurator.class' => 'Doctrine\\Bundle\\DoctrineBundle\\ManagerConfigurator',
'doctrine.orm.cache.array.class' => 'Doctrine\\Common\\Cache\\ArrayCache',
'doctrine.orm.cache.apc.class' => 'Doctrine\\Common\\Cache\\ApcCache',
'doctrine.orm.cache.memcache.class' => 'Doctrine\\Common\\Cache\\MemcacheCache',
'doctrine.orm.cache.memcache_host' => 'localhost',
'doctrine.orm.cache.memcache_port' => 11211,
'doctrine.orm.cache.memcache_instance.class' => 'Memcache',
'doctrine.orm.cache.memcached.class' => 'Doctrine\\Common\\Cache\\MemcachedCache',
'doctrine.orm.cache.memcached_host' => 'localhost',
'doctrine.orm.cache.memcached_port' => 11211,
'doctrine.orm.cache.memcached_instance.class' => 'Memcached',
'doctrine.orm.cache.redis.class' => 'Doctrine\\Common\\Cache\\RedisCache',
'doctrine.orm.cache.redis_host' => 'localhost',
'doctrine.orm.cache.redis_port' => 6379,
'doctrine.orm.cache.redis_instance.class' => 'Redis',
'doctrine.orm.cache.xcache.class' => 'Doctrine\\Common\\Cache\\XcacheCache',
'doctrine.orm.cache.wincache.class' => 'Doctrine\\Common\\Cache\\WinCacheCache',
'doctrine.orm.cache.zenddata.class' => 'Doctrine\\Common\\Cache\\ZendDataCache',
'doctrine.orm.metadata.driver_chain.class' => 'Doctrine\\Persistence\\Mapping\\Driver\\MappingDriverChain',
'doctrine.orm.metadata.annotation.class' => 'Doctrine\\ORM\\Mapping\\Driver\\AnnotationDriver',
'doctrine.orm.metadata.xml.class' => 'Doctrine\\ORM\\Mapping\\Driver\\SimplifiedXmlDriver',
'doctrine.orm.metadata.yml.class' => 'Doctrine\\ORM\\Mapping\\Driver\\SimplifiedYamlDriver',
'doctrine.orm.metadata.php.class' => 'Doctrine\\ORM\\Mapping\\Driver\\PHPDriver',
'doctrine.orm.metadata.staticphp.class' => 'Doctrine\\ORM\\Mapping\\Driver\\StaticPHPDriver',
'doctrine.orm.metadata.attribute.class' => 'Doctrine\\ORM\\Mapping\\Driver\\AttributeDriver',
'doctrine.orm.proxy_cache_warmer.class' => 'Symfony\\Bridge\\Doctrine\\CacheWarmer\\ProxyCacheWarmer',
'form.type_guesser.doctrine.class' => 'Symfony\\Bridge\\Doctrine\\Form\\DoctrineOrmTypeGuesser',
'doctrine.orm.validator.unique.class' => 'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator',
'doctrine.orm.validator_initializer.class' => 'Symfony\\Bridge\\Doctrine\\Validator\\DoctrineInitializer',
'doctrine.orm.security.user.provider.class' => 'Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider',
'doctrine.orm.listeners.resolve_target_entity.class' => 'Doctrine\\ORM\\Tools\\ResolveTargetEntityListener',
'doctrine.orm.listeners.attach_entity_listeners.class' => 'Doctrine\\ORM\\Tools\\AttachEntityListenersListener',
'doctrine.orm.naming_strategy.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultNamingStrategy',
'doctrine.orm.naming_strategy.underscore.class' => 'Doctrine\\ORM\\Mapping\\UnderscoreNamingStrategy',
'doctrine.orm.quote_strategy.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultQuoteStrategy',
'doctrine.orm.quote_strategy.ansi.class' => 'Doctrine\\ORM\\Mapping\\AnsiQuoteStrategy',
'doctrine.orm.typed_field_mapper.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultTypedFieldMapper',
'doctrine.orm.entity_listener_resolver.class' => 'Doctrine\\Bundle\\DoctrineBundle\\Mapping\\ContainerEntityListenerResolver',
'doctrine.orm.second_level_cache.default_cache_factory.class' => 'Doctrine\\ORM\\Cache\\DefaultCacheFactory',
'doctrine.orm.second_level_cache.default_region.class' => 'Doctrine\\ORM\\Cache\\Region\\DefaultRegion',
'doctrine.orm.second_level_cache.filelock_region.class' => 'Doctrine\\ORM\\Cache\\Region\\FileLockRegion',
'doctrine.orm.second_level_cache.logger_chain.class' => 'Doctrine\\ORM\\Cache\\Logging\\CacheLoggerChain',
'doctrine.orm.second_level_cache.logger_statistics.class' => 'Doctrine\\ORM\\Cache\\Logging\\StatisticsCacheLogger',
'doctrine.orm.second_level_cache.cache_configuration.class' => 'Doctrine\\ORM\\Cache\\CacheConfiguration',
'doctrine.orm.second_level_cache.regions_configuration.class' => 'Doctrine\\ORM\\Cache\\RegionsConfiguration',
'doctrine.orm.auto_generate_proxy_classes' => true,
'doctrine.orm.enable_lazy_ghost_objects' => false,
'doctrine.orm.proxy_namespace' => 'Proxies',
'doctrine.migrations.preferred_em' => NULL,
'doctrine.migrations.preferred_connection' => NULL,
'stof_doctrine_extensions.listener.sluggable.class' => 'Gedmo\\Sluggable\\SluggableListener',
'stof_doctrine_extensions.default_locale' => 'en_US',
'stof_doctrine_extensions.translation_fallback' => false,
'stof_doctrine_extensions.persist_default_translation' => false,
'stof_doctrine_extensions.skip_translation_on_load' => false,
'stof_doctrine_extensions.listener.translatable.class' => 'Gedmo\\Translatable\\TranslatableListener',
'stof_doctrine_extensions.listener.timestampable.class' => 'Gedmo\\Timestampable\\TimestampableListener',
'stof_doctrine_extensions.listener.blameable.class' => 'Gedmo\\Blameable\\BlameableListener',
'stof_doctrine_extensions.listener.tree.class' => 'Gedmo\\Tree\\TreeListener',
'stof_doctrine_extensions.listener.loggable.class' => 'Gedmo\\Loggable\\LoggableListener',
'stof_doctrine_extensions.listener.sortable.class' => 'Gedmo\\Sortable\\SortableListener',
'stof_doctrine_extensions.listener.softdeleteable.class' => 'Gedmo\\SoftDeleteable\\SoftDeleteableListener',
'stof_doctrine_extensions.listener.uploadable.class' => 'Gedmo\\Uploadable\\UploadableListener',
'stof_doctrine_extensions.listener.reference_integrity.class' => 'Gedmo\\ReferenceIntegrity\\ReferenceIntegrityListener',
'snc_redis.client.class' => 'Predis\\Client',
'snc_redis.client_options.class' => 'Predis\\Configuration\\Options',
'snc_redis.connection_parameters.class' => 'Predis\\Connection\\Parameters',
'snc_redis.connection_factory.class' => 'Snc\\RedisBundle\\Client\\Predis\\Connection\\ConnectionFactory',
'snc_redis.connection_wrapper.class' => 'Snc\\RedisBundle\\Client\\Predis\\Connection\\ConnectionWrapper',
'snc_redis.phpredis_client.class' => 'Redis',
'snc_redis.relay_client.class' => 'Relay\\Relay',
'snc_redis.phpredis_clusterclient.class' => 'RedisCluster',
'snc_redis.logger.class' => 'Snc\\RedisBundle\\Logger\\RedisLogger',
'snc_redis.data_collector.class' => 'Snc\\RedisBundle\\DataCollector\\RedisDataCollector',
'snc_redis.monolog_handler.class' => 'Monolog\\Handler\\RedisHandler',
'presta_sitemap.generator.class' => 'Presta\\SitemapBundle\\Service\\Generator',
'presta_sitemap.dumper.class' => 'Presta\\SitemapBundle\\Service\\Dumper',
'presta_sitemap.routing_loader.class' => 'Presta\\SitemapBundle\\Routing\\SitemapRoutingLoader',
'presta_sitemap.dump_command.class' => 'Presta\\SitemapBundle\\Command\\DumpSitemapsCommand',
'presta_sitemap.dump_directory' => (\dirname(__DIR__, 4).'/public'),
'presta_sitemap.timetolive' => 3600,
'presta_sitemap.sitemap_file_prefix' => 'sitemap',
'presta_sitemap.items_by_set' => 50000,
'presta_sitemap.defaults' => [
'priority' => 0.5,
'changefreq' => 'daily',
'lastmod' => 'now',
],
'presta_sitemap.default_section' => 'default',
'presta_sitemap.eventlistener.route_annotation.class' => 'Presta\\SitemapBundle\\EventListener\\RouteAnnotationEventListener',
'knp_menu.renderer.list.options' => [
],
'knp_menu.renderer.twig.options' => [
],
'knp_menu.renderer.twig.template' => '@KnpMenu/menu.html.twig',
'knp_menu.default_renderer' => 'twig',
'fos_rest.format_listener.rules' => NULL,
'time.datetime_formatter.class' => 'Knp\\Bundle\\TimeBundle\\DateTimeFormatter',
'time.twig.extension.time.class' => 'Knp\\Bundle\\TimeBundle\\Twig\\Extension\\TimeExtension',
'time.templating.helper.time.class' => 'Knp\\Bundle\\TimeBundle\\Templating\\Helper\\TimeHelper',
'knp_snappy.pdf.binary' => 'wkhtmltopdf',
'knp_snappy.pdf.options' => [
],
'knp_snappy.pdf.env' => [
],
'knp_snappy.image.binary' => 'wkhtmltoimage',
'knp_snappy.image.options' => [
],
'knp_snappy.image.env' => [
],
'ewz_recaptcha.public_key' => '6LeOgtEUAAAAAKDoPnvxjAlSF2C79uhXltgHYwKh',
'ewz_recaptcha.private_key' => '6LeOgtEUAAAAAIBjvXyfrEPR0zE5XqC91uAPuuPD',
'ewz_recaptcha.locale_key' => 'es',
'ewz_recaptcha.locale_from_request' => true,
'ewz_recaptcha.enabled' => false,
'ewz_recaptcha.verify_host' => false,
'ewz_recaptcha.ajax' => false,
'ewz_recaptcha.api_host' => 'www.google.com',
'ewz_recaptcha.version' => 2,
'ewz_recaptcha.hide_badge' => false,
'ewz_recaptcha.score_threshold' => 0.5,
'ewz_recaptcha.timeout' => NULL,
'ewz_recaptcha.trusted_roles' => [
],
'ewz_recaptcha.http_proxy' => [
'host' => NULL,
'port' => NULL,
'auth' => NULL,
],
'ewz_recaptcha.service_definition' => [
],
'lexik_jwt_authentication.private_key_path' => (\dirname(__DIR__, 4).'/app/security/jwt/private.pem'),
'lexik_jwt_authentication.public_key_path' => (\dirname(__DIR__, 4).'/app/security/jwt/public.pem'),
'lexik_jwt_authentication.pass_phrase' => '$#c138JWT',
'lexik_jwt_authentication.token_ttl' => 86400,
'lexik_jwt_authentication.clock_skew' => 0,
'lexik_jwt_authentication.user_identity_field' => 'username',
'lexik_jwt_authentication.allow_no_expiration' => false,
'lexik_jwt_authentication.user_id_claim' => 'username',
'lexik_jwt_authentication.encoder.signature_algorithm' => 'RS256',
'lexik_jwt_authentication.encoder.crypto_engine' => 'openssl',
'gesdinet_jwt_refresh_token.ttl' => 2592000,
'gesdinet_jwt_refresh_token.ttl_update' => false,
'gesdinet_jwt_refresh_token.security.firewall' => 'refresh',
'gesdinet_jwt_refresh_token.user_provider' => NULL,
'gesdinet_jwt_refresh_token.user_identity_field' => 'username',
'gesdinet_jwt_refresh_token.single_use' => false,
'gesdinet_jwt_refresh_token.token_parameter_name' => 'refresh_token',
'gesdinet_jwt_refresh_token.doctrine_mappings' => true,
'gesdinet.jwtrefreshtoken.refresh_token.class' => 'Whater\\Domain\\Security\\Model\\JwtRefreshToken',
'gesdinet.jwtrefreshtoken.object_manager.id' => 'doctrine.orm.entity_manager',
'gesdinet.jwtrefreshtoken.user_checker.id' => 'security.user_checker',
'nelmio_api_doc.areas' => [
0 => 'default',
],
'nelmio_cors.map' => [
'^/api-public/' => [
'allow_credentials' => true,
'allow_origin' => true,
'allow_headers' => true,
'allow_methods' => [
0 => 'POST',
1 => 'PUT',
2 => 'GET',
3 => 'DELETE',
],
'max_age' => 3600,
],
'^/api/' => [
'allow_credentials' => true,
'allow_origin' => true,
'allow_headers' => true,
'allow_methods' => [
0 => 'POST',
1 => 'PUT',
2 => 'GET',
3 => 'DELETE',
],
'max_age' => 3600,
],
'^/widget/' => [
'allow_credentials' => true,
'allow_origin' => true,
'allow_headers' => true,
'allow_methods' => [
0 => 'POST',
1 => 'PUT',
2 => 'GET',
3 => 'DELETE',
],
'max_age' => 3600,
],
],
'nelmio_cors.defaults' => [
'allow_origin' => [
],
'allow_credentials' => false,
'allow_headers' => [
],
'allow_private_network' => false,
'expose_headers' => [
],
'allow_methods' => [
],
'max_age' => 0,
'hosts' => [
],
'origin_regex' => false,
'forced_allow_origin_value' => NULL,
'skip_same_as_origin' => true,
],
'nelmio_cors.cors_listener.class' => 'Nelmio\\CorsBundle\\EventListener\\CorsListener',
'nelmio_cors.options_resolver.class' => 'Nelmio\\CorsBundle\\Options\\Resolver',
'nelmio_cors.options_provider.config.class' => 'Nelmio\\CorsBundle\\Options\\ConfigProvider',
'nelmio_security.nonce_generator.number_of_bytes' => 16,
'nelmio_security.csp.hash_algorithm' => 'sha256',
'nelmio_security.csp.report_log_level' => 'notice',
'liip_imagine.resolvers' => [
'default' => [
'web_path' => [
'web_root' => (\dirname(__DIR__, 4).'/web/'),
'cache_prefix' => 'media/cache',
],
],
],
'liip_imagine.loaders' => [
'default' => [
'filesystem' => [
'data_root' => [
0 => (\dirname(__DIR__, 4).'/web/'),
],
'locator' => 'filesystem',
'allow_unresolvable_data_roots' => false,
'bundle_resources' => [
'enabled' => false,
'access_control_type' => 'blacklist',
'access_control_list' => [
],
],
],
],
],
'liip_imagine.jpegoptim.binary' => '/usr/bin/jpegoptim',
'liip_imagine.jpegoptim.stripAll' => true,
'liip_imagine.jpegoptim.max' => NULL,
'liip_imagine.jpegoptim.progressive' => true,
'liip_imagine.jpegoptim.tempDir' => NULL,
'liip_imagine.optipng.binary' => '/usr/bin/optipng',
'liip_imagine.optipng.level' => 7,
'liip_imagine.optipng.stripAll' => true,
'liip_imagine.optipng.tempDir' => NULL,
'liip_imagine.pngquant.binary' => '/usr/bin/pngquant',
'liip_imagine.mozjpeg.binary' => '/opt/mozjpeg/bin/cjpeg',
'liip_imagine.cwebp.binary' => '/usr/bin/cwebp',
'liip_imagine.cwebp.tempDir' => NULL,
'liip_imagine.cwebp.q' => 75,
'liip_imagine.cwebp.alphaQ' => 100,
'liip_imagine.cwebp.m' => 4,
'liip_imagine.cwebp.alphaFilter' => 'fast',
'liip_imagine.cwebp.alphaMethod' => 1,
'liip_imagine.cwebp.exact' => false,
'liip_imagine.cwebp.metadata' => [
0 => 'none',
],
'liip_imagine.driver_service' => 'liip_imagine.gd',
'liip_imagine.cache.resolver.default' => 'default',
'liip_imagine.default_image' => NULL,
'liip_imagine.filter_sets' => [
'cache' => [
'quality' => 100,
'jpeg_quality' => NULL,
'png_compression_level' => NULL,
'png_compression_filter' => NULL,
'format' => NULL,
'animated' => false,
'cache' => NULL,
'data_loader' => NULL,
'default_image' => NULL,
'filters' => [
],
'post_processors' => [
],
],
'whaterpoint_gallery' => [
'quality' => 100,
'jpeg_quality' => NULL,
'png_compression_level' => NULL,
'png_compression_filter' => NULL,
'format' => NULL,
'animated' => false,
'cache' => NULL,
'data_loader' => NULL,
'default_image' => NULL,
'filters' => [
'thumbnail' => [
'size' => [
0 => 400,
1 => 400,
],
'position' => 'center',
],
],
'post_processors' => [
],
],
'whaterpoint_thumb' => [
'quality' => 80,
'jpeg_quality' => NULL,
'png_compression_level' => NULL,
'png_compression_filter' => NULL,
'format' => NULL,
'animated' => false,
'cache' => NULL,
'data_loader' => NULL,
'default_image' => NULL,
'filters' => [
'thumbnail' => [
'size' => [
0 => 200,
1 => 200,
],
'position' => 'center',
],
],
'post_processors' => [
],
],
'whaterpoint_thumb_100_50' => [
'quality' => 100,
'jpeg_quality' => NULL,
'png_compression_level' => NULL,
'png_compression_filter' => NULL,
'format' => NULL,
'animated' => false,
'cache' => NULL,
'data_loader' => NULL,
'default_image' => NULL,
'filters' => [
'thumbnail' => [
'size' => [
0 => 100,
1 => 50,
],
'position' => 'center',
],
],
'post_processors' => [
],
],
'whaterpoint_logo' => [
'quality' => 100,
'jpeg_quality' => NULL,
'png_compression_level' => NULL,
'png_compression_filter' => NULL,
'format' => NULL,
'animated' => false,
'cache' => NULL,
'data_loader' => NULL,
'default_image' => NULL,
'filters' => [
'thumbnail' => [
'size' => [
0 => 500,
1 => 140,
],
'position' => 'center',
],
],
'post_processors' => [
],
],
'whaterpoint_simple_logo_60' => [
'quality' => 100,
'jpeg_quality' => NULL,
'png_compression_level' => NULL,
'png_compression_filter' => NULL,
'format' => NULL,
'animated' => false,
'cache' => NULL,
'data_loader' => NULL,
'default_image' => NULL,
'filters' => [
'thumbnail' => [
'size' => [
0 => 60,
1 => 60,
],
'position' => 'center',
],
],
'post_processors' => [
],
],
'whaterpoint_simple_logo_40' => [
'quality' => 100,
'jpeg_quality' => NULL,
'png_compression_level' => NULL,
'png_compression_filter' => NULL,
'format' => NULL,
'animated' => false,
'cache' => NULL,
'data_loader' => NULL,
'default_image' => NULL,
'filters' => [
'thumbnail' => [
'size' => [
0 => 40,
1 => 40,
],
'position' => 'center',
],
],
'post_processors' => [
],
],
'product_list_image' => [
'quality' => 100,
'jpeg_quality' => NULL,
'png_compression_level' => NULL,
'png_compression_filter' => NULL,
'format' => NULL,
'animated' => false,
'cache' => NULL,
'data_loader' => NULL,
'default_image' => NULL,
'filters' => [
'thumbnail' => [
'size' => [
0 => 530,
1 => 530,
],
'mode' => 'center',
],
'background' => [
'color' => '#ffffff',
],
],
'post_processors' => [
],
],
'product_image_thumbnail_65_65' => [
'quality' => 100,
'jpeg_quality' => NULL,
'png_compression_level' => NULL,
'png_compression_filter' => NULL,
'format' => NULL,
'animated' => false,
'cache' => NULL,
'data_loader' => NULL,
'default_image' => NULL,
'filters' => [
'thumbnail' => [
'size' => [
0 => 65,
1 => 65,
],
'mode' => 'center',
],
'background' => [
'color' => '#ffffff',
],
],
'post_processors' => [
],
],
'product_image_thumbnail_25_25' => [
'quality' => 100,
'jpeg_quality' => NULL,
'png_compression_level' => NULL,
'png_compression_filter' => NULL,
'format' => NULL,
'animated' => false,
'cache' => NULL,
'data_loader' => NULL,
'default_image' => NULL,
'filters' => [
'thumbnail' => [
'size' => [
0 => 25,
1 => 25,
],
'mode' => 'center',
],
'background' => [
'color' => '#ffffff',
],
],
'post_processors' => [
],
],
'product_image_thumbnail_480_480' => [
'quality' => 100,
'jpeg_quality' => NULL,
'png_compression_level' => NULL,
'png_compression_filter' => NULL,
'format' => NULL,
'animated' => false,
'cache' => NULL,
'data_loader' => NULL,
'default_image' => NULL,
'filters' => [
'thumbnail' => [
'size' => [
0 => 480,
1 => 480,
],
'mode' => 'center',
],
'background' => [
'color' => '#ffffff',
],
],
'post_processors' => [
],
],
'whater_valoration_image_thumb_300_200' => [
'quality' => 100,
'jpeg_quality' => NULL,
'png_compression_level' => NULL,
'png_compression_filter' => NULL,
'format' => NULL,
'animated' => false,
'cache' => NULL,
'data_loader' => NULL,
'default_image' => NULL,
'filters' => [
'thumbnail' => [
'size' => [
0 => 300,
1 => 200,
],
'position' => 'center',
],
],
'post_processors' => [
],
],
'distribution_network_valoration_image_thumb_300_200' => [
'quality' => 100,
'jpeg_quality' => NULL,
'png_compression_level' => NULL,
'png_compression_filter' => NULL,
'format' => NULL,
'animated' => false,
'cache' => NULL,
'data_loader' => NULL,
'default_image' => NULL,
'filters' => [
'thumbnail' => [
'size' => [
0 => 300,
1 => 200,
],
'position' => 'center',
],
],
'post_processors' => [
],
],
'whater_blog_header_image_1200_300' => [
'quality' => 100,
'jpeg_quality' => NULL,
'png_compression_level' => NULL,
'png_compression_filter' => NULL,
'format' => NULL,
'animated' => false,
'cache' => NULL,
'data_loader' => NULL,
'default_image' => NULL,
'filters' => [
'thumbnail' => [
'size' => [
0 => 1200,
1 => 300,
],
'position' => 'center',
],
],
'post_processors' => [
],
],
'whater_blog_header_list_image_1200_200' => [
'quality' => 100,
'jpeg_quality' => NULL,
'png_compression_level' => NULL,
'png_compression_filter' => NULL,
'format' => NULL,
'animated' => false,
'cache' => NULL,
'data_loader' => NULL,
'default_image' => NULL,
'filters' => [
'thumbnail' => [
'size' => [
0 => 1200,
1 => 200,
],
'position' => 'center',
],
],
'post_processors' => [
],
],
],
'liip_imagine.binary.loader.default' => 'default',
'liip_imagine.controller.filter_action' => 'Liip\\ImagineBundle\\Controller\\ImagineController::filterAction',
'liip_imagine.controller.filter_runtime_action' => 'Liip\\ImagineBundle\\Controller\\ImagineController::filterRuntimeAction',
'liip_imagine.webp.generate' => false,
'liip_imagine.webp.options' => [
'quality' => 100,
'cache' => NULL,
'data_loader' => NULL,
'post_processors' => [
],
],
'gos_web_socket.shared_config' => true,
'gos_web_socket.client.storage.ttl' => 900,
'gos_web_socket.firewall' => [
0 => 'main',
],
'gos_web_socket.client.storage.prefix' => '',
'gos_web_socket.server.port' => 8888,
'gos_web_socket.server.host' => '0.0.0.0',
'gos_web_socket.server.tls.enabled' => false,
'gos_web_socket.server.tls.options' => [
],
'gos_web_socket.server.origin_check' => false,
'gos_web_socket.server.ip_address_check' => false,
'gos_web_socket.server.keepalive_ping' => false,
'gos_web_socket.server.keepalive_interval' => 30,
'gos_web_socket.router_resources' => [
0 => [
'resource' => '@WhaterUIWebBundle/Resources/config/websockets/wsrouting.yml',
'type' => 'yaml',
],
],
'gos_web_socket.blocked_ip_addresses' => [
],
'vich_uploader.default_filename_attribute_suffix' => '_name',
'vich_uploader.mappings' => [
'whater_point_image' => [
'uri_prefix' => '/media/whaterpoint',
'upload_destination' => (\dirname(__DIR__, 4).'/web/media/whaterpoint'),
'namer' => [
'service' => 'Vich\\UploaderBundle\\Naming\\UniqidNamer.whater_point_image',
'options' => [
],
],
'inject_on_load' => false,
'delete_on_update' => true,
'delete_on_remove' => true,
'directory_namer' => [
'service' => NULL,
'options' => NULL,
],
'db_driver' => 'orm',
],
'analytical_media' => [
'uri_prefix' => '/media/analytical_media',
'upload_destination' => (\dirname(__DIR__, 4).'/web/media/analytical_media'),
'namer' => [
'service' => 'Vich\\UploaderBundle\\Naming\\UniqidNamer.analytical_media',
'options' => [
],
],
'inject_on_load' => false,
'delete_on_update' => true,
'delete_on_remove' => true,
'directory_namer' => [
'service' => NULL,
'options' => NULL,
],
'db_driver' => 'orm',
],
'product_image' => [
'uri_prefix' => '/media/product',
'upload_destination' => (\dirname(__DIR__, 4).'/web/media/product'),
'namer' => [
'service' => 'Vich\\UploaderBundle\\Naming\\UniqidNamer.product_image',
'options' => [
],
],
'inject_on_load' => false,
'delete_on_update' => true,
'delete_on_remove' => true,
'directory_namer' => [
'service' => NULL,
'options' => NULL,
],
'db_driver' => 'orm',
],
'whater_valoration_image' => [
'uri_prefix' => '/media/valoration',
'upload_destination' => (\dirname(__DIR__, 4).'/web/media/valoration'),
'namer' => [
'service' => 'Vich\\UploaderBundle\\Naming\\UniqidNamer.whater_valoration_image',
'options' => [
],
],
'inject_on_load' => false,
'delete_on_update' => true,
'delete_on_remove' => true,
'directory_namer' => [
'service' => NULL,
'options' => NULL,
],
'db_driver' => 'orm',
],
'distribution_network_valoration_image' => [
'uri_prefix' => '/media/dn_valoration',
'upload_destination' => (\dirname(__DIR__, 4).'/web/media/dn_valoration'),
'namer' => [
'service' => 'Vich\\UploaderBundle\\Naming\\UniqidNamer.distribution_network_valoration_image',
'options' => [
],
],
'inject_on_load' => false,
'delete_on_update' => true,
'delete_on_remove' => true,
'directory_namer' => [
'service' => NULL,
'options' => NULL,
],
'db_driver' => 'orm',
],
],
'vich_uploader.file_injector.class' => 'Vich\\UploaderBundle\\Injector\\FileInjector',
'sonata.media.admin_format' => [
'width' => 200,
'height' => NULL,
'quality' => 90,
'format' => 'jpg',
'constraint' => true,
'resizer' => NULL,
'resizer_options' => [
],
],
'sonata.media.resizer.simple.adapter.mode' => 1,
'sonata.media.resizer.square.adapter.mode' => 1,
'sonata.media.media.class' => 'App\\Entity\\SonataMediaMedia',
'sonata.media.gallery.class' => 'App\\Entity\\SonataMediaGallery',
'sonata.media.gallery_item.class' => 'App\\Entity\\SonataMediaGalleryItem',
'sonata.admin.manipulator.acl.object.orm.class' => 'Sonata\\DoctrineORMAdminBundle\\Util\\ObjectAclManipulator',
'sonata_doctrine_orm_admin.entity_manager' => NULL,
'sonata_doctrine_orm_admin.templates' => [
'types' => [
'list' => [
'array' => '@SonataAdmin/CRUD/list_array.html.twig',
'boolean' => '@SonataAdmin/CRUD/list_boolean.html.twig',
'date' => '@SonataAdmin/CRUD/list_date.html.twig',
'time' => '@SonataAdmin/CRUD/list_time.html.twig',
'datetime' => '@SonataAdmin/CRUD/list_datetime.html.twig',
'textarea' => '@SonataAdmin/CRUD/list_string.html.twig',
'email' => '@SonataAdmin/CRUD/list_email.html.twig',
'enum' => '@SonataAdmin/CRUD/list_enum.html.twig',
'trans' => '@SonataAdmin/CRUD/list_trans.html.twig',
'string' => '@SonataAdmin/CRUD/list_string.html.twig',
'integer' => '@SonataAdmin/CRUD/list_string.html.twig',
'float' => '@SonataAdmin/CRUD/list_string.html.twig',
'identifier' => '@SonataAdmin/CRUD/list_string.html.twig',
'currency' => '@SonataAdmin/CRUD/list_currency.html.twig',
'percent' => '@SonataAdmin/CRUD/list_percent.html.twig',
'choice' => '@SonataAdmin/CRUD/list_choice.html.twig',
'url' => '@SonataAdmin/CRUD/list_url.html.twig',
'html' => '@SonataAdmin/CRUD/list_html.html.twig',
'many_to_many' => '@SonataAdmin/CRUD/Association/list_many_to_many.html.twig',
'many_to_one' => '@SonataAdmin/CRUD/Association/list_many_to_one.html.twig',
'one_to_many' => '@SonataAdmin/CRUD/Association/list_one_to_many.html.twig',
'one_to_one' => '@SonataAdmin/CRUD/Association/list_one_to_one.html.twig',
],
'show' => [
'array' => '@SonataAdmin/CRUD/show_array.html.twig',
'boolean' => '@SonataAdmin/CRUD/show_boolean.html.twig',
'date' => '@SonataAdmin/CRUD/show_date.html.twig',
'time' => '@SonataAdmin/CRUD/show_time.html.twig',
'datetime' => '@SonataAdmin/CRUD/show_datetime.html.twig',
'email' => '@SonataAdmin/CRUD/show_email.html.twig',
'enum' => '@SonataAdmin/CRUD/show_enum.html.twig',
'trans' => '@SonataAdmin/CRUD/show_trans.html.twig',
'string' => '@SonataAdmin/CRUD/base_show_field.html.twig',
'integer' => '@SonataAdmin/CRUD/base_show_field.html.twig',
'float' => '@SonataAdmin/CRUD/base_show_field.html.twig',
'currency' => '@SonataAdmin/CRUD/show_currency.html.twig',
'percent' => '@SonataAdmin/CRUD/show_percent.html.twig',
'choice' => '@SonataAdmin/CRUD/show_choice.html.twig',
'url' => '@SonataAdmin/CRUD/show_url.html.twig',
'html' => '@SonataAdmin/CRUD/show_html.html.twig',
'many_to_many' => '@SonataAdmin/CRUD/Association/show_many_to_many.html.twig',
'many_to_one' => '@SonataAdmin/CRUD/Association/show_many_to_one.html.twig',
'one_to_many' => '@SonataAdmin/CRUD/Association/show_one_to_many.html.twig',
'one_to_one' => '@SonataAdmin/CRUD/Association/show_one_to_one.html.twig',
],
],
],
'kira_log_viewer.dashboard.metrics_per_row' => 3,
'kira_log_viewer.dashboard.metrics' => [
'logs_of_day' => [
'title' => 'Daily',
'type' => 'counter',
'color' => 'blue-600',
'icon' => 'fa-calendar-check',
'filters' => [
'level' => [
0 => 'INFO',
],
'channel' => [
0 => 'security',
],
'message' => [
0 => 'login',
],
],
],
'logs_of_day2' => [
'title' => 'Daily',
'type' => 'counter',
'color' => 'blue-600',
'icon' => 'fa-calendar-check',
'filters' => [
'level' => [
0 => 'INFO',
],
'channel' => [
0 => 'security',
],
'message' => [
0 => 'login',
],
],
],
'notice' => [
'title' => 'Notice',
'color' => 'yellow-600',
'icon' => 'fa-calendar-check',
'filters' => [
'level' => [
0 => 'NOTICE',
],
],
'type' => 'counter',
],
'info' => [
'title' => 'Info',
'color' => 'green-600',
'icon' => 'fa-calendar-check',
'filters' => [
'level' => [
0 => 'INFO',
],
],
'type' => 'counter',
],
'debug' => [
'title' => 'Debug',
'color' => 'gray-600',
'icon' => 'fa-calendar-check',
'filters' => [
'level' => [
0 => 'DEBUG',
],
],
'type' => 'counter',
],
'error' => [
'title' => 'Error',
'color' => 'red-600',
'icon' => 'fa-calendar-check',
'filters' => [
'level' => [
0 => 'ERROR',
],
],
'type' => 'counter',
],
'all_logs' => [
'title' => 'All',
'color' => 'indigo-600',
'icon' => 'fa-calendar-check',
'type' => 'counter',
'filters' => [
],
],
],
'kira_log_viewer.groups' => [
'date' => [
'regex' => '.*',
'type' => 'date',
],
'channel' => [
'regex' => '[a-z_]+',
'type' => 'text',
],
'level' => [
'regex' => '[A-Z]+',
'type' => 'text',
],
'message' => [
'regex' => '.*',
'type' => 'text',
],
'context' => [
'regex' => '(?\'array1\'\\[(?>(?>[^[\\]]+)|(?&array1))*\\])|(?\'object1\'{(?>(?>[^{}]+)|(?&object1))*})',
'type' => 'json',
],
'extra' => [
'regex' => '(?\'array2\'\\[(?>(?>[^[\\]]+)|(?&array2))*\\])',
'type' => 'json',
],
],
'kira_log_viewer.dashboard.date' => 'today',
'eight_points_guzzle.http_client.class' => 'GuzzleHttp\\Client',
'eight_points_guzzle.formatter.class' => 'GuzzleHttp\\MessageFormatter',
'eight_points_guzzle.symfony_log_formatter.class' => 'GuzzleHttp\\MessageFormatter',
'eight_points_guzzle.data_collector.class' => 'EightPoints\\Bundle\\GuzzleBundle\\DataCollector\\HttpDataCollector',
'eight_points_guzzle.logger.class' => 'EightPoints\\Bundle\\GuzzleBundle\\Log\\Logger',
'eight_points_guzzle.middleware.log.class' => 'EightPoints\\Bundle\\GuzzleBundle\\Middleware\\LogMiddleware',
'eight_points_guzzle.middleware.profile.class' => 'EightPoints\\Bundle\\GuzzleBundle\\Middleware\\ProfileMiddleware',
'eight_points_guzzle.middleware.event_dispatcher.class' => 'EightPoints\\Bundle\\GuzzleBundle\\Middleware\\EventDispatchMiddleware',
'eight_points_guzzle.middleware.request_time.class' => 'EightPoints\\Bundle\\GuzzleBundle\\Middleware\\RequestTimeMiddleware',
'eight_points_guzzle.middleware.symfony_log.class' => 'EightPoints\\Bundle\\GuzzleBundle\\Middleware\\SymfonyLogMiddleware',
'eight_points_guzzle.symfony_log_formatter.pattern' => '{method} {uri} {code}',
'eight_points_guzzle.middleware.class' => 'GuzzleHttp\\Middleware',
'eight_points_guzzle.plugin.header.headers' => [
],
'fm_elfinder.loader' => 'FM\\ElfinderBundle\\Loader\\ElFinderLoader',
'fm_elfinder.configurator' => 'FM\\ElfinderBundle\\Configuration\\ElFinderConfigurationReader',
'elfinder.form.type.class' => 'FM\\ElfinderBundle\\Form\\Type\\ElFinderType',
'fm_elfinder' => [
'assets_path' => '/assets/elfinder/',
'instances' => [
'blog' => [
'locale' => 'es',
'editor' => 'ckeditor',
'connector' => [
'debug' => false,
'roots' => [
'blog_files' => [
'driver' => 'LocalFileSystem',
'path' => 'blog_files',
'alias' => 'Recursos del Blog',
'upload_allow' => [
0 => 'image/png',
1 => 'image/jpg',
2 => 'image/jpeg',
3 => 'video/mp4',
],
'upload_max_size' => '20M',
'attributes' => [
0 => [
'pattern' => '..',
'read' => true,
'write' => true,
'locked' => false,
'hidden' => false,
],
],
'volume_id' => 0,
'autoload' => false,
'phash' => '',
'trash_hash' => '',
'locale' => '',
'i18n_folder_name' => false,
'mime_detect' => 'auto',
'mimefile' => '',
'security_voter' => '',
'start_path' => '',
'encoding' => 'UTF-8',
'url' => '',
'img_lib' => 'auto',
'tmb_path' => '.tmb',
'tmb_path_mode' => 511,
'tmb_url' => '',
'tmb_size' => 48,
'tmb_crop' => true,
'tmb_bg_color' => '#ffffff',
'quarantine' => NULL,
'copy_overwrite' => true,
'copy_join' => true,
'copy_from' => true,
'copy_to' => true,
'upload_overwrite' => true,
'fileMode' => 420,
'upload_deny' => [
0 => 'all',
],
'upload_order' => [
0 => 'deny',
1 => 'allow',
],
'upload_max_conn' => 3,
'defaults' => [
'read' => true,
'write' => true,
],
'accepted_name' => '/^\\w[\\w\\s\\.\\%\\-]*$/u',
'show_hidden' => false,
'disabled_commands' => [
],
'tree_deep' => 0,
'check_subfolders' => 1,
'separator' => '/',
'date_format' => 'j M Y H:i',
'time_format' => 'H:i',
'archive_mimes' => [
],
'archivers' => [
'enabled' => false,
'create' => [
],
'extract' => [
],
],
'flysystem' => [
'enabled' => false,
'filesystem' => '',
'type' => '',
'adapter_service' => '',
],
'glide_url' => '',
'glide_key' => '',
'plugins' => [
],
'driver_options' => [
],
'dropbox2_settings' => [
'enabled' => false,
'aliasFormat' => '%s@Dropbox',
'path' => '/',
'separator' => '/',
'acceptedName' => '%s@Dropbox',
'rootCssClass' => 'elfinder-navbar-root-dropbox',
'getThumbSize' => 'medium',
],
'box_settings' => [
'enabled' => false,
'root' => 'Box.com',
'path' => '/',
'separator' => '/',
'tmbPath' => '',
'tmbURL' => '',
'tmpPath' => '',
'acceptedName' => '#^[^/\\?*:|"<>]*[^./\\?*:|"<>]$#',
'rootCssClass' => 'elfinder-navbar-root-box',
],
'onedrive_settings' => [
'enabled' => false,
'root' => 'OneDrive.com',
'OneDriveApiClient' => '',
'path' => '/',
'separator' => '/',
'tmbPath' => '',
'tmbURL' => '',
'tmpPath' => '',
'acceptedName' => '#^[^/\\?*:|"<>]*[^./\\?*:|"<>]$#',
'rootCssClass' => 'elfinder-navbar-root-onedrive',
'useApiThumbnail' => true,
],
'ftp_settings' => [
'enabled' => false,
],
'mysql_settings' => [
'enabled' => false,
'port' => NULL,
'socket' => NULL,
'files_table' => 'elfinder_file',
'tmbPath' => '',
'tmpPath' => '',
'rootCssClass' => 'elfinder-navbar-root-sql',
'noSessionCache' => 'hasdirs',
],
],
],
'binds' => [
],
'plugins' => [
],
],
'cors_support' => false,
'editor_template' => NULL,
'fullscreen' => true,
'multi_home_folder' => false,
'folder_separator' => '',
'theme' => 'smoothness',
'tinymce_popup_path' => '',
'relative_path' => true,
'path_prefix' => '/',
'where_is_multi' => [
],
'visible_mime_types' => [
],
],
'form' => [
'locale' => 'es',
'editor' => 'form',
'connector' => [
'debug' => false,
'roots' => [
'blog_files' => [
'driver' => 'LocalFileSystem',
'path' => 'blog_files',
'upload_allow' => [
0 => 'image/png',
1 => 'image/jpg',
2 => 'image/jpeg',
3 => 'video/mp4',
],
'upload_deny' => [
0 => 'all',
],
'upload_max_size' => '2M',
'volume_id' => 0,
'autoload' => false,
'phash' => '',
'trash_hash' => '',
'locale' => '',
'i18n_folder_name' => false,
'mime_detect' => 'auto',
'mimefile' => '',
'security_voter' => '',
'start_path' => '',
'encoding' => 'UTF-8',
'url' => '',
'alias' => '',
'img_lib' => 'auto',
'tmb_path' => '.tmb',
'tmb_path_mode' => 511,
'tmb_url' => '',
'tmb_size' => 48,
'tmb_crop' => true,
'tmb_bg_color' => '#ffffff',
'quarantine' => NULL,
'copy_overwrite' => true,
'copy_join' => true,
'copy_from' => true,
'copy_to' => true,
'upload_overwrite' => true,
'fileMode' => 420,
'upload_order' => [
0 => 'deny',
1 => 'allow',
],
'upload_max_conn' => 3,
'defaults' => [
'read' => true,
'write' => true,
],
'attributes' => [
],
'accepted_name' => '/^\\w[\\w\\s\\.\\%\\-]*$/u',
'show_hidden' => false,
'disabled_commands' => [
],
'tree_deep' => 0,
'check_subfolders' => 1,
'separator' => '/',
'date_format' => 'j M Y H:i',
'time_format' => 'H:i',
'archive_mimes' => [
],
'archivers' => [
'enabled' => false,
'create' => [
],
'extract' => [
],
],
'flysystem' => [
'enabled' => false,
'filesystem' => '',
'type' => '',
'adapter_service' => '',
],
'glide_url' => '',
'glide_key' => '',
'plugins' => [
],
'driver_options' => [
],
'dropbox2_settings' => [
'enabled' => false,
'aliasFormat' => '%s@Dropbox',
'path' => '/',
'separator' => '/',
'acceptedName' => '%s@Dropbox',
'rootCssClass' => 'elfinder-navbar-root-dropbox',
'getThumbSize' => 'medium',
],
'box_settings' => [
'enabled' => false,
'root' => 'Box.com',
'path' => '/',
'separator' => '/',
'tmbPath' => '',
'tmbURL' => '',
'tmpPath' => '',
'acceptedName' => '#^[^/\\?*:|"<>]*[^./\\?*:|"<>]$#',
'rootCssClass' => 'elfinder-navbar-root-box',
],
'onedrive_settings' => [
'enabled' => false,
'root' => 'OneDrive.com',
'OneDriveApiClient' => '',
'path' => '/',
'separator' => '/',
'tmbPath' => '',
'tmbURL' => '',
'tmpPath' => '',
'acceptedName' => '#^[^/\\?*:|"<>]*[^./\\?*:|"<>]$#',
'rootCssClass' => 'elfinder-navbar-root-onedrive',
'useApiThumbnail' => true,
],
'ftp_settings' => [
'enabled' => false,
],
'mysql_settings' => [
'enabled' => false,
'port' => NULL,
'socket' => NULL,
'files_table' => 'elfinder_file',
'tmbPath' => '',
'tmpPath' => '',
'rootCssClass' => 'elfinder-navbar-root-sql',
'noSessionCache' => 'hasdirs',
],
],
],
'binds' => [
],
'plugins' => [
],
],
'cors_support' => false,
'editor_template' => NULL,
'fullscreen' => true,
'multi_home_folder' => false,
'folder_separator' => '',
'theme' => 'smoothness',
'tinymce_popup_path' => '',
'relative_path' => true,
'path_prefix' => '/',
'where_is_multi' => [
],
'visible_mime_types' => [
],
],
],
'configuration_provider' => 'fm_elfinder.configurator.default',
'loader' => 'fm_elfinder.loader.default',
],
'data_collector.templates' => [
'data_collector.request' => [
0 => 'request',
1 => '@WebProfiler/Collector/request.html.twig',
],
'data_collector.time' => [
0 => 'time',
1 => '@WebProfiler/Collector/time.html.twig',
],
'data_collector.memory' => [
0 => 'memory',
1 => '@WebProfiler/Collector/memory.html.twig',
],
'data_collector.validator' => [
0 => 'validator',
1 => '@WebProfiler/Collector/validator.html.twig',
],
'data_collector.ajax' => [
0 => 'ajax',
1 => '@WebProfiler/Collector/ajax.html.twig',
],
'data_collector.form' => [
0 => 'form',
1 => '@WebProfiler/Collector/form.html.twig',
],
'data_collector.exception' => [
0 => 'exception',
1 => '@WebProfiler/Collector/exception.html.twig',
],
'data_collector.logger' => [
0 => 'logger',
1 => '@WebProfiler/Collector/logger.html.twig',
],
'data_collector.events' => [
0 => 'events',
1 => '@WebProfiler/Collector/events.html.twig',
],
'data_collector.router' => [
0 => 'router',
1 => '@WebProfiler/Collector/router.html.twig',
],
'data_collector.cache' => [
0 => 'cache',
1 => '@WebProfiler/Collector/cache.html.twig',
],
'data_collector.translation' => [
0 => 'translation',
1 => '@WebProfiler/Collector/translation.html.twig',
],
'data_collector.security' => [
0 => 'security',
1 => '@Security/Collector/security.html.twig',
],
'data_collector.twig' => [
0 => 'twig',
1 => '@WebProfiler/Collector/twig.html.twig',
],
'data_collector.http_client' => [
0 => 'http_client',
1 => '@WebProfiler/Collector/http_client.html.twig',
],
'data_collector.doctrine' => [
0 => 'db',
1 => '@Doctrine/Collector/db.html.twig',
],
'mailer.data_collector' => [
0 => 'mailer',
1 => '@WebProfiler/Collector/mailer.html.twig',
],
'snc_redis.data_collector' => [
0 => 'redis',
1 => '@SncRedis/Collector/redis.html.twig',
],
'gos_web_socket.data_collector.websocket' => [
0 => 'websocket',
1 => '@GosWebSocket/Collector/websocket.html.twig',
],
'Vich\\UploaderBundle\\DataCollector\\MappingCollector' => [
0 => 'vich_uploader.mapping_collector',
1 => '@VichUploader/Collector/mapping_collector.html.twig',
],
'Bazinga\\GeocoderBundle\\DataCollector\\GeocoderDataCollector' => [
0 => 'geocoder',
1 => '@BazingaGeocoder/Collector/geocoder.html.twig',
],
'eight_points_guzzle.data_collector' => [
0 => 'eight_points_guzzle',
1 => '@EightPointsGuzzle/debug.html.twig',
],
'data_collector.config' => [
0 => 'config',
1 => '@WebProfiler/Collector/config.html.twig',
],
],
'console.command.ids' => [
0 => 'console.command.public_alias.tactician.command.debug',
1 => 'console.command.public_alias.tactician_domain_events.command.debug',
2 => 'console.command.public_alias.GpsLab\\Bundle\\GeoIP2Bundle\\Command\\UpdateDatabaseCommand',
3 => 'console.command.public_alias.GpsLab\\Bundle\\GeoIP2Bundle\\Command\\DownloadDatabaseCommand',
4 => 'console.command.public_alias.whater.command.update_sinac_distribution_networks_command',
5 => 'console.command.public_alias.whater.command.update_sinac_distribution_networks_v2_command',
6 => 'console.command.public_alias.whater.command.update_sinac_analitycs_command',
7 => 'console.command.public_alias.whater.command.update_google_whater_point_geoposition_command',
8 => 'console.command.public_alias.whater.command.update_nominatim_whater_point_geoposition_command',
9 => 'console.command.public_alias.whater.command.load_osm_whater_points_command',
10 => 'console.command.public_alias.whater.command.update_whater_point_with_nearest_distribution_network_command',
11 => 'console.command.public_alias.whater.command.update_town_nominatim_geoposition_command',
12 => 'console.command.public_alias.whater.command.process_whater_points_excel_console_command',
13 => 'console.command.public_alias.whater.command.clean_pending_cart_order_console_command',
14 => 'console.command.public_alias.whater.command.debu_send_cloud_command',
],
];
}
protected function throw($message)
{
throw new RuntimeException($message);
}
}