<?php
namespace ContainerDx2jCQw;
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;
/**
* This class has been auto-generated
* by the Symfony Dependency Injection Component.
*
* @final since Symfony 3.3
*/
class srcApp_KernelDevDebugContainer extends Container
{
private $buildParameters;
private $containerDir;
private $parameters = [];
private $targetDirs = [];
private $getService;
public function __construct(array $buildParameters = [], $containerDir = __DIR__)
{
$this->getService = \Closure::fromCallable([$this, 'getService']);
$dir = $this->targetDirs[0] = \dirname($containerDir);
for ($i = 1; $i <= 5; ++$i) {
$this->targetDirs[$i] = $dir = \dirname($dir);
}
$this->buildParameters = $buildParameters;
$this->containerDir = $containerDir;
$this->parameters = $this->getDefaultParameters();
$this->services = $this->privates = [];
$this->syntheticIds = [
'kernel' => true,
];
$this->methodMap = [
'cache.app' => 'getCache_AppService',
'cache.doctrine.orm.default.metadata' => 'getCache_Doctrine_Orm_Default_MetadataService',
'cache.doctrine.orm.default.query' => 'getCache_Doctrine_Orm_Default_QueryService',
'cache.doctrine.orm.default.result' => 'getCache_Doctrine_Orm_Default_ResultService',
'cache.system' => 'getCache_SystemService',
'data_collector.dump' => 'getDataCollector_DumpService',
'doctrine' => 'getDoctrineService',
'easyadmin.config.manager' => 'getEasyadmin_Config_ManagerService',
'easyadmin.filter.registry' => 'getEasyadmin_Filter_RegistryService',
'easyadmin.listener.controller' => 'getEasyadmin_Listener_ControllerService',
'easyadmin.property_accessor' => 'getEasyadmin_PropertyAccessorService',
'easyadmin.router' => 'getEasyadmin_RouterService',
'easyadmin.security.authorization_checker' => 'getEasyadmin_Security_AuthorizationCheckerService',
'event_dispatcher' => 'getEventDispatcherService',
'filesystem' => 'getFilesystemService',
'http_kernel' => 'getHttpKernelService',
'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',
'profiler' => 'getProfilerService',
'request_stack' => 'getRequestStackService',
'router' => 'getRouterService',
'security.authorization_checker' => 'getSecurity_AuthorizationCheckerService',
'security.token_storage' => 'getSecurity_TokenStorageService',
'translator' => 'getTranslatorService',
'twig' => 'getTwigService',
'validator' => 'getValidatorService',
'var_dumper.cloner' => 'getVarDumper_ClonerService',
'vich_uploader.templating.helper.uploader_helper' => 'getVichUploader_Templating_Helper_UploaderHelperService',
];
$this->fileMap = [
'App\\Controller\\AdminController' => 'getAdminControllerService.php',
'App\\Controller\\AgencyUserController' => 'getAgencyUserControllerService.php',
'App\\Controller\\FacebookController' => 'getFacebookControllerService.php',
'App\\Controller\\FrontController' => 'getFrontControllerService.php',
'App\\Controller\\SecurityController' => 'getSecurityControllerService.php',
'EasyCorp\\Bundle\\EasyAdminBundle\\Controller\\EasyAdminController' => 'getEasyAdminControllerService.php',
'Liip\\ImagineBundle\\Controller\\ImagineController' => 'getImagineControllerService.php',
'Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController' => 'getRedirectControllerService.php',
'Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController' => 'getTemplateControllerService.php',
'Vich\\UploaderBundle\\Naming\\Base64Namer' => 'getBase64NamerService.php',
'Vich\\UploaderBundle\\Naming\\CurrentDateTimeDirectoryNamer' => 'getCurrentDateTimeDirectoryNamerService.php',
'Vich\\UploaderBundle\\Naming\\HashNamer' => 'getHashNamerService.php',
'Vich\\UploaderBundle\\Naming\\OrignameNamer' => 'getOrignameNamerService.php',
'Vich\\UploaderBundle\\Naming\\PropertyDirectoryNamer' => 'getPropertyDirectoryNamerService.php',
'Vich\\UploaderBundle\\Naming\\PropertyNamer' => 'getPropertyNamerService.php',
'Vich\\UploaderBundle\\Naming\\SmartUniqueNamer' => 'getSmartUniqueNamerService.php',
'Vich\\UploaderBundle\\Naming\\SmartUniqueNamer.agency_logo' => 'getSmartUniqueNamer_AgencyLogoService.php',
'Vich\\UploaderBundle\\Naming\\SmartUniqueNamer.estatead_images' => 'getSmartUniqueNamer_EstateadImagesService.php',
'Vich\\UploaderBundle\\Naming\\SubdirDirectoryNamer' => 'getSubdirDirectoryNamerService.php',
'Vich\\UploaderBundle\\Naming\\UniqidNamer' => 'getUniqidNamerService.php',
'beelab_recaptcha2.type' => 'getBeelabRecaptcha2_TypeService.php',
'beelab_recaptcha2.validator' => 'getBeelabRecaptcha2_ValidatorService.php',
'cache.app_clearer' => 'getCache_AppClearerService.php',
'cache.global_clearer' => 'getCache_GlobalClearerService.php',
'cache.system_clearer' => 'getCache_SystemClearerService.php',
'cache_clearer' => 'getCacheClearerService.php',
'cache_warmer' => 'getCacheWarmerService.php',
'console.command_loader' => 'getConsole_CommandLoaderService.php',
'doctrine.dbal.default_connection' => 'getDoctrine_Dbal_DefaultConnectionService.php',
'doctrine.orm.default_entity_manager' => 'getDoctrine_Orm_DefaultEntityManagerService.php',
'easyadmin.autocomplete' => 'getEasyadmin_AutocompleteService.php',
'easyadmin.command.make_admin_migration' => 'getEasyadmin_Command_MakeAdminMigrationService.php',
'easyadmin.form.guesser.missing_doctrine_orm_type_guesser' => 'getEasyadmin_Form_Guesser_MissingDoctrineOrmTypeGuesserService.php',
'easyadmin.listener.request_post_initialize' => 'getEasyadmin_Listener_RequestPostInitializeService.php',
'easyadmin.paginator' => 'getEasyadmin_PaginatorService.php',
'easyadmin.query_builder' => 'getEasyadmin_QueryBuilderService.php',
'form.factory' => 'getForm_FactoryService.php',
'form.type.file' => 'getForm_Type_FileService.php',
'knp_paginator' => 'getKnpPaginatorService.php',
'knpu.oauth2.client.facebook' => 'getKnpu_Oauth2_Client_FacebookService.php',
'knpu.oauth2.registry' => 'getKnpu_Oauth2_RegistryService.php',
'liip_imagine.binary.loader.default' => 'getLiipImagine_Binary_Loader_DefaultService.php',
'liip_imagine.config.stack_collection' => 'getLiipImagine_Config_StackCollectionService.php',
'liip_imagine.data.manager' => 'getLiipImagine_Data_ManagerService.php',
'liip_imagine.filter.loader.downscale' => 'getLiipImagine_Filter_Loader_DownscaleService.php',
'liip_imagine.filter.loader.flip' => 'getLiipImagine_Filter_Loader_FlipService.php',
'liip_imagine.filter.loader.grayscale' => 'getLiipImagine_Filter_Loader_GrayscaleService.php',
'liip_imagine.filter.loader.interlace' => 'getLiipImagine_Filter_Loader_InterlaceService.php',
'liip_imagine.filter.loader.resample' => 'getLiipImagine_Filter_Loader_ResampleService.php',
'liip_imagine.filter.loader.rotate' => 'getLiipImagine_Filter_Loader_RotateService.php',
'liip_imagine.filter.manager' => 'getLiipImagine_Filter_ManagerService.php',
'routing.loader' => 'getRouting_LoaderService.php',
'security.authentication_utils' => 'getSecurity_AuthenticationUtilsService.php',
'security.csrf.token_manager' => 'getSecurity_Csrf_TokenManagerService.php',
'security.password_encoder' => 'getSecurity_PasswordEncoderService.php',
'serializer' => 'getSerializerService.php',
'services_resetter' => 'getServicesResetterService.php',
'session' => 'getSessionService.php',
'swiftmailer.mailer.default' => 'getSwiftmailer_Mailer_DefaultService.php',
'swiftmailer.mailer.default.plugin.messagelogger' => 'getSwiftmailer_Mailer_Default_Plugin_MessageloggerService.php',
'swiftmailer.transport' => 'getSwiftmailer_TransportService.php',
'templating' => 'getTemplatingService.php',
'templating.loader' => 'getTemplating_LoaderService.php',
'twig.controller.exception' => 'getTwig_Controller_ExceptionService.php',
'twig.controller.preview_error' => 'getTwig_Controller_PreviewErrorService.php',
'vich_uploader.download_handler' => 'getVichUploader_DownloadHandlerService.php',
'vich_uploader.form.type.file' => 'getVichUploader_Form_Type_FileService.php',
'vich_uploader.form.type.image' => 'getVichUploader_Form_Type_ImageService.php',
'vich_uploader.upload_handler' => 'getVichUploader_UploadHandlerService.php',
'web_profiler.controller.exception' => 'getWebProfiler_Controller_ExceptionService.php',
'web_profiler.controller.profiler' => 'getWebProfiler_Controller_ProfilerService.php',
'web_profiler.controller.router' => 'getWebProfiler_Controller_RouterService.php',
'welp_mailchimp.list_provider' => 'getWelpMailchimp_ListProviderService.php',
'welp_mailchimp.list_repository' => 'getWelpMailchimp_ListRepositoryService.php',
'welp_mailchimp.list_synchronizer' => 'getWelpMailchimp_ListSynchronizerService.php',
'welp_mailchimp.mailchimp_master' => 'getWelpMailchimp_MailchimpMasterService.php',
'welp_mailchimp.provider.factory' => 'getWelpMailchimp_Provider_FactoryService.php',
];
$this->aliases = [
'EasyCorp\\Bundle\\EasyAdminBundle\\Form\\Filter\\FilterRegistry' => 'easyadmin.filter.registry',
'database_connection' => 'doctrine.dbal.default_connection',
'doctrine.orm.entity_manager' => 'doctrine.orm.default_entity_manager',
'liip_imagine.controller' => 'Liip\\ImagineBundle\\Controller\\ImagineController',
'mailer' => 'swiftmailer.mailer.default',
'oauth2.registry' => 'knpu.oauth2.registry',
'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 $this->targetDirs[3].'/vendor/symfony/event-dispatcher/EventSubscriberInterface.php';
include_once $this->targetDirs[3].'/src/Subscriber/CustomRequestSubscriber.php';
include_once $this->targetDirs[3].'/vendor/symfony/framework-bundle/Controller/ControllerNameParser.php';
include_once $this->targetDirs[3].'/vendor/symfony/http-kernel/ControllerMetadata/ArgumentMetadataFactoryInterface.php';
include_once $this->targetDirs[3].'/vendor/symfony/http-kernel/ControllerMetadata/ArgumentMetadataFactory.php';
include_once $this->targetDirs[3].'/vendor/symfony/http-kernel/EventListener/ResponseListener.php';
include_once $this->targetDirs[3].'/vendor/symfony/http-kernel/EventListener/StreamedResponseListener.php';
include_once $this->targetDirs[3].'/vendor/symfony/http-kernel/EventListener/LocaleListener.php';
include_once $this->targetDirs[3].'/vendor/symfony/http-kernel/EventListener/ValidateRequestListener.php';
include_once $this->targetDirs[3].'/vendor/symfony/framework-bundle/EventListener/ResolveControllerNameSubscriber.php';
include_once $this->targetDirs[3].'/vendor/symfony/http-kernel/EventListener/DisallowRobotsIndexingListener.php';
include_once $this->targetDirs[3].'/vendor/symfony/dependency-injection/ParameterBag/ParameterBagInterface.php';
include_once $this->targetDirs[3].'/vendor/symfony/dependency-injection/ParameterBag/ParameterBag.php';
include_once $this->targetDirs[3].'/vendor/symfony/dependency-injection/ParameterBag/FrozenParameterBag.php';
include_once $this->targetDirs[3].'/vendor/symfony/dependency-injection/ParameterBag/ContainerBagInterface.php';
include_once $this->targetDirs[3].'/vendor/symfony/dependency-injection/ParameterBag/ContainerBag.php';
include_once $this->targetDirs[3].'/vendor/symfony/http-kernel/HttpKernelInterface.php';
include_once $this->targetDirs[3].'/vendor/symfony/http-kernel/TerminableInterface.php';
include_once $this->targetDirs[3].'/vendor/symfony/http-kernel/HttpKernel.php';
include_once $this->targetDirs[3].'/vendor/symfony/http-kernel/Controller/ArgumentResolverInterface.php';
include_once $this->targetDirs[3].'/vendor/symfony/http-kernel/Controller/TraceableArgumentResolver.php';
include_once $this->targetDirs[3].'/vendor/symfony/http-kernel/Controller/ArgumentResolver.php';
include_once $this->targetDirs[3].'/vendor/symfony/http-foundation/RequestStack.php';
include_once $this->targetDirs[3].'/vendor/symfony/filesystem/Filesystem.php';
include_once $this->targetDirs[3].'/vendor/symfony/config/ConfigCacheFactoryInterface.php';
include_once $this->targetDirs[3].'/vendor/symfony/config/ResourceCheckerConfigCacheFactory.php';
include_once $this->targetDirs[3].'/vendor/symfony/http-kernel/EventListener/LocaleAwareListener.php';
include_once $this->targetDirs[3].'/vendor/psr/cache/src/CacheItemPoolInterface.php';
include_once $this->targetDirs[3].'/vendor/symfony/cache/Adapter/AdapterInterface.php';
include_once $this->targetDirs[3].'/vendor/symfony/cache-contracts/CacheInterface.php';
include_once $this->targetDirs[3].'/vendor/symfony/cache/PruneableInterface.php';
include_once $this->targetDirs[3].'/vendor/symfony/cache/ResettableInterface.php';
include_once $this->targetDirs[3].'/vendor/symfony/cache/Adapter/TraceableAdapter.php';
include_once $this->targetDirs[3].'/vendor/psr/log/Psr/Log/LoggerAwareInterface.php';
include_once $this->targetDirs[3].'/vendor/psr/log/Psr/Log/LoggerAwareTrait.php';
include_once $this->targetDirs[3].'/vendor/symfony/cache/Traits/AbstractTrait.php';
include_once $this->targetDirs[3].'/vendor/symfony/cache/Traits/AbstractAdapterTrait.php';
include_once $this->targetDirs[3].'/vendor/symfony/cache-contracts/CacheTrait.php';
include_once $this->targetDirs[3].'/vendor/symfony/cache/Traits/ContractsTrait.php';
include_once $this->targetDirs[3].'/vendor/symfony/cache/Adapter/AbstractAdapter.php';
include_once $this->targetDirs[3].'/vendor/symfony/cache/Traits/FilesystemCommonTrait.php';
include_once $this->targetDirs[3].'/vendor/symfony/cache/Traits/FilesystemTrait.php';
include_once $this->targetDirs[3].'/vendor/symfony/cache/Adapter/FilesystemAdapter.php';
include_once $this->targetDirs[3].'/vendor/symfony/cache/Marshaller/MarshallerInterface.php';
include_once $this->targetDirs[3].'/vendor/symfony/cache/Marshaller/DefaultMarshaller.php';
include_once $this->targetDirs[3].'/vendor/symfony/http-kernel/EventListener/AbstractSessionListener.php';
include_once $this->targetDirs[3].'/vendor/symfony/http-kernel/EventListener/SessionListener.php';
include_once $this->targetDirs[3].'/vendor/symfony/service-contracts/ServiceProviderInterface.php';
include_once $this->targetDirs[3].'/vendor/symfony/service-contracts/ServiceLocatorTrait.php';
include_once $this->targetDirs[3].'/vendor/symfony/dependency-injection/ServiceLocator.php';
include_once $this->targetDirs[3].'/vendor/symfony/form/FormRegistryInterface.php';
include_once $this->targetDirs[3].'/vendor/symfony/form/FormRegistry.php';
include_once $this->targetDirs[3].'/vendor/symfony/form/FormExtensionInterface.php';
include_once $this->targetDirs[3].'/vendor/symfony/form/Extension/DependencyInjection/DependencyInjectionExtension.php';
include_once $this->targetDirs[3].'/vendor/symfony/form/ResolvedFormTypeFactoryInterface.php';
include_once $this->targetDirs[3].'/vendor/symfony/form/Extension/DataCollector/Proxy/ResolvedTypeFactoryDataCollectorProxy.php';
include_once $this->targetDirs[3].'/vendor/symfony/form/ResolvedFormTypeFactory.php';
include_once $this->targetDirs[3].'/vendor/symfony/asset/Packages.php';
include_once $this->targetDirs[3].'/vendor/symfony/asset/PackageInterface.php';
include_once $this->targetDirs[3].'/vendor/symfony/asset/Package.php';
include_once $this->targetDirs[3].'/vendor/symfony/asset/PathPackage.php';
include_once $this->targetDirs[3].'/vendor/symfony/asset/VersionStrategy/VersionStrategyInterface.php';
include_once $this->targetDirs[3].'/vendor/symfony/asset/VersionStrategy/EmptyVersionStrategy.php';
include_once $this->targetDirs[3].'/vendor/symfony/asset/Context/ContextInterface.php';
include_once $this->targetDirs[3].'/vendor/symfony/asset/Context/RequestStackContext.php';
include_once $this->targetDirs[3].'/vendor/symfony/validator/Validation.php';
include_once $this->targetDirs[3].'/vendor/symfony/validator/ConstraintValidatorFactoryInterface.php';
include_once $this->targetDirs[3].'/vendor/symfony/validator/ContainerConstraintValidatorFactory.php';
include_once $this->targetDirs[3].'/vendor/symfony/translation-contracts/LocaleAwareInterface.php';
include_once $this->targetDirs[3].'/vendor/symfony/translation/TranslatorInterface.php';
include_once $this->targetDirs[3].'/vendor/symfony/translation-contracts/TranslatorInterface.php';
include_once $this->targetDirs[3].'/vendor/symfony/validator/Util/LegacyTranslatorProxy.php';
include_once $this->targetDirs[3].'/vendor/symfony/validator/ObjectInitializerInterface.php';
include_once $this->targetDirs[3].'/vendor/symfony/doctrine-bridge/Validator/DoctrineInitializer.php';
include_once $this->targetDirs[3].'/vendor/symfony/translation/TranslatorBagInterface.php';
include_once $this->targetDirs[3].'/vendor/symfony/translation/Translator.php';
include_once $this->targetDirs[3].'/vendor/symfony/http-kernel/CacheWarmer/WarmableInterface.php';
include_once $this->targetDirs[3].'/vendor/symfony/framework-bundle/Translation/Translator.php';
include_once $this->targetDirs[3].'/vendor/symfony/translation/Formatter/MessageFormatterInterface.php';
include_once $this->targetDirs[3].'/vendor/symfony/translation/Formatter/IntlFormatterInterface.php';
include_once $this->targetDirs[3].'/vendor/symfony/translation/Formatter/ChoiceMessageFormatterInterface.php';
include_once $this->targetDirs[3].'/vendor/symfony/translation/Formatter/MessageFormatter.php';
include_once $this->targetDirs[3].'/vendor/symfony/translation-contracts/TranslatorTrait.php';
include_once $this->targetDirs[3].'/vendor/symfony/translation/IdentityTranslator.php';
include_once $this->targetDirs[3].'/vendor/symfony/http-kernel/Profiler/Profiler.php';
include_once $this->targetDirs[3].'/vendor/symfony/http-kernel/Profiler/ProfilerStorageInterface.php';
include_once $this->targetDirs[3].'/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php';
include_once $this->targetDirs[3].'/vendor/psr/log/Psr/Log/LoggerInterface.php';
include_once $this->targetDirs[3].'/vendor/monolog/monolog/src/Monolog/ResettableInterface.php';
include_once $this->targetDirs[3].'/vendor/monolog/monolog/src/Monolog/Logger.php';
include_once $this->targetDirs[3].'/vendor/symfony/http-kernel/Log/DebugLoggerInterface.php';
include_once $this->targetDirs[3].'/vendor/symfony/monolog-bridge/Logger.php';
include_once $this->targetDirs[3].'/vendor/symfony/http-kernel/DataCollector/DataCollectorInterface.php';
include_once $this->targetDirs[3].'/vendor/symfony/http-kernel/DataCollector/DataCollector.php';
include_once $this->targetDirs[3].'/vendor/symfony/http-kernel/DataCollector/LateDataCollectorInterface.php';
include_once $this->targetDirs[3].'/vendor/symfony/http-kernel/DataCollector/TimeDataCollector.php';
include_once $this->targetDirs[3].'/vendor/symfony/http-kernel/DataCollector/MemoryDataCollector.php';
include_once $this->targetDirs[3].'/vendor/symfony/validator/DataCollector/ValidatorDataCollector.php';
include_once $this->targetDirs[3].'/vendor/symfony/http-kernel/DataCollector/AjaxDataCollector.php';
include_once $this->targetDirs[3].'/vendor/symfony/http-kernel/DataCollector/ExceptionDataCollector.php';
include_once $this->targetDirs[3].'/vendor/symfony/http-kernel/DataCollector/LoggerDataCollector.php';
include_once $this->targetDirs[3].'/vendor/symfony/http-kernel/DataCollector/EventDataCollector.php';
include_once $this->targetDirs[3].'/vendor/symfony/cache/DataCollector/CacheDataCollector.php';
include_once $this->targetDirs[3].'/vendor/symfony/translation/DataCollector/TranslationDataCollector.php';
include_once $this->targetDirs[3].'/vendor/symfony/security-bundle/DataCollector/SecurityDataCollector.php';
include_once $this->targetDirs[3].'/vendor/symfony/twig-bridge/DataCollector/TwigDataCollector.php';
include_once $this->targetDirs[3].'/vendor/symfony/doctrine-bridge/DataCollector/DoctrineDataCollector.php';
include_once $this->targetDirs[3].'/vendor/doctrine/doctrine-bundle/DataCollector/DoctrineDataCollector.php';
include_once $this->targetDirs[3].'/vendor/symfony/swiftmailer-bundle/DataCollector/MessageDataCollector.php';
include_once $this->targetDirs[3].'/vendor/easycorp/easyadmin-bundle/src/DataCollector/EasyAdminDataCollector.php';
include_once $this->targetDirs[3].'/vendor/vich/uploader-bundle/DataCollector/MappingCollector.php';
include_once $this->targetDirs[3].'/vendor/symfony/http-kernel/DataCollector/ConfigDataCollector.php';
include_once $this->targetDirs[3].'/vendor/symfony/http-kernel/EventListener/ProfilerListener.php';
include_once $this->targetDirs[3].'/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php';
include_once $this->targetDirs[3].'/vendor/symfony/http-kernel/DataCollector/RouterDataCollector.php';
include_once $this->targetDirs[3].'/vendor/symfony/framework-bundle/DataCollector/RouterDataCollector.php';
include_once $this->targetDirs[3].'/vendor/symfony/form/Extension/DataCollector/FormDataCollectorInterface.php';
include_once $this->targetDirs[3].'/vendor/symfony/form/Extension/DataCollector/FormDataCollector.php';
include_once $this->targetDirs[3].'/vendor/symfony/form/Extension/DataCollector/FormDataExtractorInterface.php';
include_once $this->targetDirs[3].'/vendor/symfony/form/Extension/DataCollector/FormDataExtractor.php';
include_once $this->targetDirs[3].'/vendor/symfony/http-kernel/EventListener/DebugHandlersListener.php';
include_once $this->targetDirs[3].'/vendor/symfony/http-kernel/Debug/FileLinkFormatter.php';
include_once $this->targetDirs[3].'/vendor/symfony/stopwatch/Stopwatch.php';
include_once $this->targetDirs[3].'/vendor/symfony/http-kernel/Controller/ControllerResolverInterface.php';
include_once $this->targetDirs[3].'/vendor/symfony/http-kernel/Controller/TraceableControllerResolver.php';
include_once $this->targetDirs[3].'/vendor/symfony/http-kernel/Controller/ControllerResolver.php';
include_once $this->targetDirs[3].'/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php';
include_once $this->targetDirs[3].'/vendor/symfony/framework-bundle/Controller/ControllerResolver.php';
include_once $this->targetDirs[3].'/vendor/symfony/monolog-bridge/Processor/DebugProcessor.php';
include_once $this->targetDirs[3].'/vendor/symfony/routing/RequestContext.php';
include_once $this->targetDirs[3].'/vendor/symfony/http-kernel/EventListener/RouterListener.php';
include_once $this->targetDirs[3].'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/Reader.php';
include_once $this->targetDirs[3].'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationReader.php';
include_once $this->targetDirs[3].'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationRegistry.php';
include_once $this->targetDirs[3].'/vendor/symfony/web-link/EventListener/AddLinkHeaderListener.php';
include_once $this->targetDirs[3].'/vendor/sensio/framework-extra-bundle/src/EventListener/ControllerListener.php';
include_once $this->targetDirs[3].'/vendor/sensio/framework-extra-bundle/src/EventListener/ParamConverterListener.php';
include_once $this->targetDirs[3].'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/ParamConverterManager.php';
include_once $this->targetDirs[3].'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/ParamConverterInterface.php';
include_once $this->targetDirs[3].'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/DoctrineParamConverter.php';
include_once $this->targetDirs[3].'/vendor/symfony/expression-language/ExpressionLanguage.php';
include_once $this->targetDirs[3].'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/DateTimeParamConverter.php';
include_once $this->targetDirs[3].'/vendor/sensio/framework-extra-bundle/src/EventListener/TemplateListener.php';
include_once $this->targetDirs[3].'/vendor/sensio/framework-extra-bundle/src/Templating/TemplateGuesser.php';
include_once $this->targetDirs[3].'/vendor/sensio/framework-extra-bundle/src/EventListener/HttpCacheListener.php';
include_once $this->targetDirs[3].'/vendor/sensio/framework-extra-bundle/src/EventListener/SecurityListener.php';
include_once $this->targetDirs[3].'/vendor/symfony/security-core/Authorization/ExpressionLanguage.php';
include_once $this->targetDirs[3].'/vendor/sensio/framework-extra-bundle/src/Security/ExpressionLanguage.php';
include_once $this->targetDirs[3].'/vendor/sensio/framework-extra-bundle/src/EventListener/IsGrantedListener.php';
include_once $this->targetDirs[3].'/vendor/sensio/framework-extra-bundle/src/Request/ArgumentNameConverter.php';
include_once $this->targetDirs[3].'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ConnectionRegistry.php';
include_once $this->targetDirs[3].'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ManagerRegistry.php';
include_once $this->targetDirs[3].'/vendor/doctrine/persistence/lib/Doctrine/Persistence/AbstractManagerRegistry.php';
include_once $this->targetDirs[3].'/vendor/symfony/doctrine-bridge/ManagerRegistry.php';
include_once $this->targetDirs[3].'/vendor/doctrine/doctrine-bundle/Registry.php';
include_once $this->targetDirs[3].'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Logging/SQLLogger.php';
include_once $this->targetDirs[3].'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Logging/DebugStack.php';
include_once $this->targetDirs[3].'/vendor/symfony/cache/Traits/ArrayTrait.php';
include_once $this->targetDirs[3].'/vendor/symfony/cache/Adapter/ArrayAdapter.php';
include_once $this->targetDirs[3].'/vendor/symfony/security-core/Authorization/AuthorizationCheckerInterface.php';
include_once $this->targetDirs[3].'/vendor/symfony/security-core/Authorization/AuthorizationChecker.php';
include_once $this->targetDirs[3].'/vendor/symfony/security-core/Authentication/Token/Storage/TokenStorageInterface.php';
include_once $this->targetDirs[3].'/vendor/symfony/security-core/Authentication/Token/Storage/TokenStorage.php';
include_once $this->targetDirs[3].'/vendor/symfony/security-core/Authentication/AuthenticationManagerInterface.php';
include_once $this->targetDirs[3].'/vendor/symfony/security-core/Authentication/AuthenticationProviderManager.php';
include_once $this->targetDirs[3].'/vendor/symfony/security-core/Authentication/AuthenticationTrustResolverInterface.php';
include_once $this->targetDirs[3].'/vendor/symfony/security-core/Authentication/AuthenticationTrustResolver.php';
include_once $this->targetDirs[3].'/vendor/symfony/security-core/Role/RoleHierarchyInterface.php';
include_once $this->targetDirs[3].'/vendor/symfony/security-core/Role/RoleHierarchy.php';
include_once $this->targetDirs[3].'/vendor/symfony/security-http/FirewallMapInterface.php';
include_once $this->targetDirs[3].'/vendor/symfony/security-bundle/Security/FirewallMap.php';
include_once $this->targetDirs[3].'/vendor/symfony/security-http/Logout/LogoutUrlGenerator.php';
include_once $this->targetDirs[3].'/vendor/symfony/security-http/RememberMe/ResponseListener.php';
include_once $this->targetDirs[3].'/vendor/symfony/security-core/Authorization/AccessDecisionManagerInterface.php';
include_once $this->targetDirs[3].'/vendor/symfony/security-core/Authorization/TraceableAccessDecisionManager.php';
include_once $this->targetDirs[3].'/vendor/symfony/security-core/Authorization/AccessDecisionManager.php';
include_once $this->targetDirs[3].'/vendor/symfony/security-http/Firewall.php';
include_once $this->targetDirs[3].'/vendor/symfony/security-bundle/EventListener/FirewallListener.php';
include_once $this->targetDirs[3].'/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php';
include_once $this->targetDirs[3].'/vendor/twig/twig/src/Environment.php';
include_once $this->targetDirs[3].'/vendor/twig/twig/src/Extension/ExtensionInterface.php';
include_once $this->targetDirs[3].'/vendor/twig/twig/src/Extension/AbstractExtension.php';
include_once $this->targetDirs[3].'/vendor/symfony/twig-bridge/Extension/CsrfExtension.php';
include_once $this->targetDirs[3].'/vendor/symfony/twig-bridge/Extension/LogoutUrlExtension.php';
include_once $this->targetDirs[3].'/vendor/symfony/twig-bridge/Extension/SecurityExtension.php';
include_once $this->targetDirs[3].'/vendor/twig/twig/src/Extension/ProfilerExtension.php';
include_once $this->targetDirs[3].'/vendor/symfony/twig-bridge/Extension/ProfilerExtension.php';
include_once $this->targetDirs[3].'/vendor/symfony/twig-bridge/Extension/TranslationExtension.php';
include_once $this->targetDirs[3].'/vendor/symfony/twig-bridge/Extension/AssetExtension.php';
include_once $this->targetDirs[3].'/vendor/symfony/twig-bridge/Extension/CodeExtension.php';
include_once $this->targetDirs[3].'/vendor/symfony/twig-bridge/Extension/RoutingExtension.php';
include_once $this->targetDirs[3].'/vendor/symfony/twig-bridge/Extension/YamlExtension.php';
include_once $this->targetDirs[3].'/vendor/symfony/twig-bridge/Extension/StopwatchExtension.php';
include_once $this->targetDirs[3].'/vendor/symfony/twig-bridge/Extension/ExpressionExtension.php';
include_once $this->targetDirs[3].'/vendor/symfony/twig-bridge/Extension/HttpKernelExtension.php';
include_once $this->targetDirs[3].'/vendor/symfony/twig-bridge/Extension/HttpFoundationExtension.php';
include_once $this->targetDirs[3].'/vendor/symfony/http-foundation/UrlHelper.php';
include_once $this->targetDirs[3].'/vendor/symfony/twig-bridge/Extension/WebLinkExtension.php';
include_once $this->targetDirs[3].'/vendor/symfony/twig-bridge/Extension/FormExtension.php';
include_once $this->targetDirs[3].'/vendor/symfony/twig-bridge/Extension/DumpExtension.php';
include_once $this->targetDirs[3].'/src/Twig/AppExtension.php';
include_once $this->targetDirs[3].'/vendor/twig/extensions/lib/Twig/Extensions/Extension/Intl.php';
include_once $this->targetDirs[3].'/vendor/twig/extensions/lib/Twig/Extensions/Extension/Text.php';
include_once $this->targetDirs[3].'/vendor/doctrine/doctrine-bundle/Twig/DoctrineExtension.php';
include_once $this->targetDirs[3].'/vendor/symfony/web-profiler-bundle/Twig/WebProfilerExtension.php';
include_once $this->targetDirs[3].'/vendor/symfony/var-dumper/Dumper/DataDumperInterface.php';
include_once $this->targetDirs[3].'/vendor/symfony/var-dumper/Cloner/DumperInterface.php';
include_once $this->targetDirs[3].'/vendor/symfony/var-dumper/Dumper/AbstractDumper.php';
include_once $this->targetDirs[3].'/vendor/symfony/var-dumper/Dumper/CliDumper.php';
include_once $this->targetDirs[3].'/vendor/symfony/var-dumper/Dumper/HtmlDumper.php';
include_once $this->targetDirs[3].'/vendor/easycorp/easyadmin-bundle/src/Twig/EasyAdminTwigExtension.php';
include_once $this->targetDirs[3].'/vendor/vich/uploader-bundle/Twig/Extension/UploaderExtension.php';
include_once $this->targetDirs[3].'/vendor/liip/imagine-bundle/Templating/FilterTrait.php';
include_once $this->targetDirs[3].'/vendor/liip/imagine-bundle/Templating/FilterExtension.php';
include_once $this->targetDirs[3].'/vendor/knplabs/knp-paginator-bundle/Twig/Extension/PaginationExtension.php';
include_once $this->targetDirs[3].'/vendor/symfony/twig-bridge/AppVariable.php';
include_once $this->targetDirs[3].'/vendor/twig/twig/src/RuntimeLoader/RuntimeLoaderInterface.php';
include_once $this->targetDirs[3].'/vendor/twig/twig/src/RuntimeLoader/ContainerRuntimeLoader.php';
include_once $this->targetDirs[3].'/vendor/symfony/twig-bundle/DependencyInjection/Configurator/EnvironmentConfigurator.php';
include_once $this->targetDirs[3].'/vendor/twig/twig/src/Profiler/Profile.php';
include_once $this->targetDirs[3].'/vendor/twig/twig/src/Loader/LoaderInterface.php';
include_once $this->targetDirs[3].'/vendor/twig/twig/src/Loader/ExistsLoaderInterface.php';
include_once $this->targetDirs[3].'/vendor/twig/twig/src/Loader/SourceContextLoaderInterface.php';
include_once $this->targetDirs[3].'/vendor/twig/twig/src/Loader/FilesystemLoader.php';
include_once $this->targetDirs[3].'/vendor/symfony/twig-bundle/Loader/FilesystemLoader.php';
include_once $this->targetDirs[3].'/vendor/symfony/web-profiler-bundle/Csp/ContentSecurityPolicyHandler.php';
include_once $this->targetDirs[3].'/vendor/symfony/web-profiler-bundle/Csp/NonceGenerator.php';
include_once $this->targetDirs[3].'/vendor/symfony/web-profiler-bundle/EventListener/WebDebugToolbarListener.php';
include_once $this->targetDirs[3].'/vendor/monolog/monolog/src/Monolog/Handler/HandlerInterface.php';
include_once $this->targetDirs[3].'/vendor/monolog/monolog/src/Monolog/Handler/AbstractHandler.php';
include_once $this->targetDirs[3].'/vendor/monolog/monolog/src/Monolog/Handler/AbstractProcessingHandler.php';
include_once $this->targetDirs[3].'/vendor/monolog/monolog/src/Monolog/Handler/StreamHandler.php';
include_once $this->targetDirs[3].'/vendor/monolog/monolog/src/Monolog/Processor/ProcessorInterface.php';
include_once $this->targetDirs[3].'/vendor/monolog/monolog/src/Monolog/Processor/PsrLogMessageProcessor.php';
include_once $this->targetDirs[3].'/vendor/symfony/monolog-bridge/Handler/ConsoleHandler.php';
include_once $this->targetDirs[3].'/vendor/symfony/http-kernel/DataCollector/DumpDataCollector.php';
include_once $this->targetDirs[3].'/vendor/symfony/var-dumper/Cloner/ClonerInterface.php';
include_once $this->targetDirs[3].'/vendor/symfony/var-dumper/Cloner/AbstractCloner.php';
include_once $this->targetDirs[3].'/vendor/symfony/var-dumper/Cloner/VarCloner.php';
include_once $this->targetDirs[3].'/vendor/symfony/var-dumper/Server/Connection.php';
include_once $this->targetDirs[3].'/vendor/symfony/var-dumper/Dumper/ContextProvider/ContextProviderInterface.php';
include_once $this->targetDirs[3].'/vendor/symfony/var-dumper/Dumper/ContextProvider/SourceContextProvider.php';
include_once $this->targetDirs[3].'/vendor/symfony/var-dumper/Dumper/ContextProvider/RequestContextProvider.php';
include_once $this->targetDirs[3].'/vendor/symfony/var-dumper/Dumper/ContextProvider/CliContextProvider.php';
include_once $this->targetDirs[3].'/vendor/easycorp/easyadmin-bundle/src/Configuration/ConfigManager.php';
include_once $this->targetDirs[3].'/vendor/easycorp/easyadmin-bundle/src/Configuration/ConfigPassInterface.php';
include_once $this->targetDirs[3].'/vendor/easycorp/easyadmin-bundle/src/Configuration/NormalizerConfigPass.php';
include_once $this->targetDirs[3].'/vendor/easycorp/easyadmin-bundle/src/Configuration/DesignConfigPass.php';
include_once $this->targetDirs[3].'/vendor/easycorp/easyadmin-bundle/src/Configuration/MenuConfigPass.php';
include_once $this->targetDirs[3].'/vendor/easycorp/easyadmin-bundle/src/Configuration/ActionConfigPass.php';
include_once $this->targetDirs[3].'/vendor/easycorp/easyadmin-bundle/src/Configuration/MetadataConfigPass.php';
include_once $this->targetDirs[3].'/vendor/easycorp/easyadmin-bundle/src/Configuration/PropertyConfigPass.php';
include_once $this->targetDirs[3].'/vendor/easycorp/easyadmin-bundle/src/Configuration/ViewConfigPass.php';
include_once $this->targetDirs[3].'/vendor/easycorp/easyadmin-bundle/src/Configuration/TemplateConfigPass.php';
include_once $this->targetDirs[3].'/vendor/easycorp/easyadmin-bundle/src/Configuration/DefaultConfigPass.php';
include_once $this->targetDirs[3].'/vendor/easycorp/easyadmin-bundle/src/Router/EasyAdminRouter.php';
include_once $this->targetDirs[3].'/vendor/easycorp/easyadmin-bundle/src/Security/AuthorizationChecker.php';
include_once $this->targetDirs[3].'/vendor/easycorp/easyadmin-bundle/src/EventListener/ControllerListener.php';
include_once $this->targetDirs[3].'/vendor/easycorp/easyadmin-bundle/src/Form/Filter/FilterRegistry.php';
include_once $this->targetDirs[3].'/vendor/vich/uploader-bundle/Storage/StorageInterface.php';
include_once $this->targetDirs[3].'/vendor/vich/uploader-bundle/Storage/AbstractStorage.php';
include_once $this->targetDirs[3].'/vendor/vich/uploader-bundle/Storage/FileSystemStorage.php';
include_once $this->targetDirs[3].'/vendor/vich/uploader-bundle/Metadata/MetadataReader.php';
include_once $this->targetDirs[3].'/vendor/jms/metadata/src/MetadataFactoryInterface.php';
include_once $this->targetDirs[3].'/vendor/jms/metadata/src/AdvancedMetadataFactoryInterface.php';
include_once $this->targetDirs[3].'/vendor/jms/metadata/src/MetadataFactory.php';
include_once $this->targetDirs[3].'/vendor/jms/metadata/src/Driver/DriverInterface.php';
include_once $this->targetDirs[3].'/vendor/jms/metadata/src/Driver/AdvancedDriverInterface.php';
include_once $this->targetDirs[3].'/vendor/jms/metadata/src/Driver/DriverChain.php';
include_once $this->targetDirs[3].'/vendor/jms/metadata/src/Driver/AbstractFileDriver.php';
include_once $this->targetDirs[3].'/vendor/vich/uploader-bundle/Metadata/Driver/XmlDriver.php';
include_once $this->targetDirs[3].'/vendor/jms/metadata/src/Driver/FileLocatorInterface.php';
include_once $this->targetDirs[3].'/vendor/jms/metadata/src/Driver/AdvancedFileLocatorInterface.php';
include_once $this->targetDirs[3].'/vendor/jms/metadata/src/Driver/FileLocator.php';
include_once $this->targetDirs[3].'/vendor/vich/uploader-bundle/Metadata/Driver/AnnotationDriver.php';
include_once $this->targetDirs[3].'/vendor/vich/uploader-bundle/Metadata/Driver/YamlDriver.php';
include_once $this->targetDirs[3].'/vendor/jms/metadata/src/Cache/CacheInterface.php';
include_once $this->targetDirs[3].'/vendor/jms/metadata/src/Cache/FileCache.php';
include_once $this->targetDirs[3].'/vendor/vich/uploader-bundle/Mapping/PropertyMappingFactory.php';
include_once $this->targetDirs[3].'/vendor/symfony/templating/Helper/HelperInterface.php';
include_once $this->targetDirs[3].'/vendor/symfony/templating/Helper/Helper.php';
include_once $this->targetDirs[3].'/vendor/vich/uploader-bundle/Templating/Helper/UploaderHelper.php';
include_once $this->targetDirs[3].'/vendor/liip/imagine-bundle/Imagine/Cache/Resolver/ResolverInterface.php';
include_once $this->targetDirs[3].'/vendor/liip/imagine-bundle/Imagine/Cache/Resolver/WebPathResolver.php';
include_once $this->targetDirs[3].'/vendor/liip/imagine-bundle/Imagine/Cache/CacheManager.php';
include_once $this->targetDirs[3].'/vendor/liip/imagine-bundle/Imagine/Filter/FilterConfiguration.php';
include_once $this->targetDirs[3].'/vendor/liip/imagine-bundle/Imagine/Cache/Resolver/NoCacheWebPathResolver.php';
include_once $this->targetDirs[3].'/vendor/liip/imagine-bundle/Imagine/Cache/SignerInterface.php';
include_once $this->targetDirs[3].'/vendor/liip/imagine-bundle/Imagine/Cache/Signer.php';
include_once $this->targetDirs[3].'/vendor/knplabs/knp-paginator-bundle/Subscriber/SlidingPaginationSubscriber.php';
include_once $this->targetDirs[3].'/vendor/knplabs/knp-paginator-bundle/Helper/Processor.php';
include_once $this->targetDirs[3].'/vendor/symfony/translation/DataCollectorTranslator.php';
include_once $this->targetDirs[3].'/vendor/symfony/routing/RequestContextAwareInterface.php';
include_once $this->targetDirs[3].'/vendor/symfony/routing/Matcher/UrlMatcherInterface.php';
include_once $this->targetDirs[3].'/vendor/symfony/routing/Generator/UrlGeneratorInterface.php';
include_once $this->targetDirs[3].'/vendor/symfony/routing/RouterInterface.php';
include_once $this->targetDirs[3].'/vendor/symfony/routing/Matcher/RequestMatcherInterface.php';
include_once $this->targetDirs[3].'/vendor/symfony/routing/Router.php';
include_once $this->targetDirs[3].'/vendor/symfony/service-contracts/ServiceSubscriberInterface.php';
include_once $this->targetDirs[3].'/vendor/symfony/dependency-injection/ServiceSubscriberInterface.php';
include_once $this->targetDirs[3].'/vendor/symfony/framework-bundle/Routing/Router.php';
include_once $this->targetDirs[3].'/vendor/symfony/property-access/PropertyAccessorInterface.php';
include_once $this->targetDirs[3].'/vendor/symfony/property-access/PropertyAccessor.php';
include_once $this->targetDirs[3].'/vendor/symfony/validator/Mapping/Factory/MetadataFactoryInterface.php';
include_once $this->targetDirs[3].'/vendor/symfony/validator/Validator/ValidatorInterface.php';
include_once $this->targetDirs[3].'/vendor/symfony/validator/Validator/TraceableValidator.php';
include_once $this->targetDirs[3].'/vendor/symfony/event-dispatcher-contracts/EventDispatcherInterface.php';
include_once $this->targetDirs[3].'/vendor/symfony/event-dispatcher/EventDispatcherInterface.php';
include_once $this->targetDirs[3].'/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcherInterface.php';
include_once $this->targetDirs[3].'/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php';
include_once $this->targetDirs[3].'/vendor/symfony/http-kernel/Debug/TraceableEventDispatcher.php';
include_once $this->targetDirs[3].'/vendor/symfony/event-dispatcher/EventDispatcher.php';
include_once $this->targetDirs[3].'/vendor/monolog/monolog/src/Monolog/Handler/NullHandler.php';
include_once $this->targetDirs[3].'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/CachedReader.php';
};
}
public function compile()
{
throw new LogicException('You cannot compile a dumped container that was already compiled.');
}
public function isCompiled()
{
return true;
}
public function getRemovedIds()
{
return require $this->containerDir.\DIRECTORY_SEPARATOR.'removed-ids.php';
}
protected function load($file, $lazyLoad = true)
{
return require $this->containerDir.\DIRECTORY_SEPARATOR.$file;
}
/**
* Gets the public 'cache.app' shared service.
*
* @return \Symfony\Component\Cache\Adapter\TraceableAdapter
*/
protected function getCache_AppService()
{
$a = new \Symfony\Component\Cache\Adapter\FilesystemAdapter('pxkT1uOKi2', 0, ($this->targetDirs[0].'/pools'), ($this->privates['cache.default_marshaller'] ?? ($this->privates['cache.default_marshaller'] = new \Symfony\Component\Cache\Marshaller\DefaultMarshaller(NULL))));
$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.doctrine.orm.default.metadata' shared service.
*
* @return \Symfony\Component\Cache\Adapter\TraceableAdapter
*/
protected function getCache_Doctrine_Orm_Default_MetadataService()
{
return $this->services['cache.doctrine.orm.default.metadata'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
}
/**
* Gets the public 'cache.doctrine.orm.default.query' shared service.
*
* @return \Symfony\Component\Cache\Adapter\TraceableAdapter
*/
protected function getCache_Doctrine_Orm_Default_QueryService()
{
return $this->services['cache.doctrine.orm.default.query'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
}
/**
* Gets the public 'cache.doctrine.orm.default.result' shared service.
*
* @return \Symfony\Component\Cache\Adapter\TraceableAdapter
*/
protected function getCache_Doctrine_Orm_Default_ResultService()
{
return $this->services['cache.doctrine.orm.default.result'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
}
/**
* 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('f+VR7NZm-q', 0, $this->getParameter('container.build_id'), ($this->targetDirs[0].'/pools'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
}
/**
* Gets the public 'data_collector.dump' shared service.
*
* @return \Symfony\Component\HttpKernel\DataCollector\DumpDataCollector
*/
protected function getDataCollector_DumpService()
{
return $this->services['data_collector.dump'] = new \Symfony\Component\HttpKernel\DataCollector\DumpDataCollector(($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))), ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService()), 'UTF-8', ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->privates['var_dumper.server_connection'] ?? $this->getVarDumper_ServerConnectionService()));
}
/**
* 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 'easyadmin.config.manager' shared service.
*
* @return \EasyCorp\Bundle\EasyAdminBundle\Configuration\ConfigManager
*/
protected function getEasyadmin_Config_ManagerService()
{
$this->services['easyadmin.config.manager'] = $instance = new \EasyCorp\Bundle\EasyAdminBundle\Configuration\ConfigManager($this->parameters['easyadmin.config'], true, ($this->services['easyadmin.property_accessor'] ?? $this->getEasyadmin_PropertyAccessorService()), ($this->privates['cache.easyadmin'] ?? $this->getCache_EasyadminService()));
$a = ($this->services['easyadmin.filter.registry'] ?? $this->getEasyadmin_Filter_RegistryService());
$instance->addConfigPass(new \EasyCorp\Bundle\EasyAdminBundle\Configuration\NormalizerConfigPass($this, $a));
$instance->addConfigPass(new \EasyCorp\Bundle\EasyAdminBundle\Configuration\DesignConfigPass('fr'));
$instance->addConfigPass(new \EasyCorp\Bundle\EasyAdminBundle\Configuration\MenuConfigPass());
$instance->addConfigPass(new \EasyCorp\Bundle\EasyAdminBundle\Configuration\ActionConfigPass());
$instance->addConfigPass(new \EasyCorp\Bundle\EasyAdminBundle\Configuration\MetadataConfigPass(($this->services['doctrine'] ?? $this->getDoctrineService())));
$instance->addConfigPass(new \EasyCorp\Bundle\EasyAdminBundle\Configuration\PropertyConfigPass(($this->privates['form.registry'] ?? $this->getForm_RegistryService()), $a));
$instance->addConfigPass(new \EasyCorp\Bundle\EasyAdminBundle\Configuration\ViewConfigPass());
$instance->addConfigPass(new \EasyCorp\Bundle\EasyAdminBundle\Configuration\TemplateConfigPass(($this->privates['twig.loader.filesystem'] ?? $this->getTwig_Loader_FilesystemService())));
$instance->addConfigPass(new \EasyCorp\Bundle\EasyAdminBundle\Configuration\DefaultConfigPass());
return $instance;
}
/**
* Gets the public 'easyadmin.filter.registry' shared service.
*
* @return \EasyCorp\Bundle\EasyAdminBundle\Form\Filter\FilterRegistry
*/
protected function getEasyadmin_Filter_RegistryService()
{
return $this->services['easyadmin.filter.registry'] = new \EasyCorp\Bundle\EasyAdminBundle\Form\Filter\FilterRegistry(['array' => 'easyadmin.filter.type.array', 'boolean' => 'easyadmin.filter.type.boolean', 'comparison' => 'easyadmin.filter.type.comparison', 'date' => 'easyadmin.filter.type.date', 'dateinterval' => 'easyadmin.filter.type.dateinterval', 'datetime' => 'easyadmin.filter.type.datetime', 'decimal' => 'easyadmin.filter.type.decimal', 'choice' => 'easyadmin.filter.type.choice', 'entity' => 'easyadmin.filter.type.entity', 'float' => 'easyadmin.filter.type.float', 'integer' => 'easyadmin.filter.type.integer', 'text' => 'easyadmin.filter.type.text', 'textarea' => 'easyadmin.filter.type.textarea', 'time' => 'easyadmin.filter.type.time'], new RewindableGenerator(function () {
yield 0 => ($this->privates['easyadmin.filter.type_guesser.doctrine'] ?? $this->load('getEasyadmin_Filter_TypeGuesser_DoctrineService.php'));
}, 1));
}
/**
* Gets the public 'easyadmin.listener.controller' shared service.
*
* @return \EasyCorp\Bundle\EasyAdminBundle\EventListener\ControllerListener
*/
protected function getEasyadmin_Listener_ControllerService()
{
return $this->services['easyadmin.listener.controller'] = new \EasyCorp\Bundle\EasyAdminBundle\EventListener\ControllerListener(($this->services['easyadmin.config.manager'] ?? $this->getEasyadmin_Config_ManagerService()), ($this->privates['debug.controller_resolver'] ?? $this->getDebug_ControllerResolverService()));
}
/**
* Gets the public 'easyadmin.property_accessor' shared service.
*
* @return \Symfony\Component\PropertyAccess\PropertyAccessor
*/
protected function getEasyadmin_PropertyAccessorService()
{
return $this->services['easyadmin.property_accessor'] = new \Symfony\Component\PropertyAccess\PropertyAccessor(false, false, new \Symfony\Component\Cache\Adapter\ArrayAdapter(0, false), true);
}
/**
* Gets the public 'easyadmin.router' shared service.
*
* @return \EasyCorp\Bundle\EasyAdminBundle\Router\EasyAdminRouter
*/
protected function getEasyadmin_RouterService()
{
return $this->services['easyadmin.router'] = new \EasyCorp\Bundle\EasyAdminBundle\Router\EasyAdminRouter(($this->services['easyadmin.config.manager'] ?? $this->getEasyadmin_Config_ManagerService()), ($this->services['router'] ?? $this->getRouterService()), ($this->services['easyadmin.property_accessor'] ?? $this->getEasyadmin_PropertyAccessorService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
}
/**
* Gets the public 'easyadmin.security.authorization_checker' shared service.
*
* @return \EasyCorp\Bundle\EasyAdminBundle\Security\AuthorizationChecker
*/
protected function getEasyadmin_Security_AuthorizationCheckerService()
{
return $this->services['easyadmin.security.authorization_checker'] = new \EasyCorp\Bundle\EasyAdminBundle\Security\AuthorizationChecker(($this->services['security.authorization_checker'] ?? $this->getSecurity_AuthorizationCheckerService()));
}
/**
* 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->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('vich_uploader.pre_inject', [0 => function () {
return ($this->privates['App\\Listeners\\ImageListener'] ?? $this->load('getImageListenerService.php'));
}, 1 => 'onVichuploaderPreinject'], 0);
$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.controller', [0 => function () {
return ($this->services['easyadmin.listener.controller'] ?? $this->getEasyadmin_Listener_ControllerService());
}, 1 => 'onKernelController'], 0);
$instance->addListener('easy_admin.post_initialize', [0 => function () {
return ($this->services['easyadmin.listener.request_post_initialize'] ?? $this->load('getEasyadmin_Listener_RequestPostInitializeService.php'));
}, 1 => 'initializeRequest'], 0);
$instance->addListener('kernel.request', [0 => function () {
return ($this->privates['knp_paginator.subscriber.sliding_pagination'] ?? $this->getKnpPaginator_Subscriber_SlidingPaginationService());
}, 1 => 'onKernelRequest'], 0);
$instance->addListener('welp.mailchimp.subscribe', [0 => function () {
return ($this->privates['welp_mailchimp.subscriber_listener'] ?? $this->load('getWelpMailchimp_SubscriberListenerService.php'));
}, 1 => 'onSubscribe'], 0);
$instance->addListener('welp.mailchimp.unsubscribe', [0 => function () {
return ($this->privates['welp_mailchimp.subscriber_listener'] ?? $this->load('getWelpMailchimp_SubscriberListenerService.php'));
}, 1 => 'onUnsubscribe'], 0);
$instance->addListener('welp.mailchimp.pending', [0 => function () {
return ($this->privates['welp_mailchimp.subscriber_listener'] ?? $this->load('getWelpMailchimp_SubscriberListenerService.php'));
}, 1 => 'onPending'], 0);
$instance->addListener('welp.mailchimp.clean', [0 => function () {
return ($this->privates['welp_mailchimp.subscriber_listener'] ?? $this->load('getWelpMailchimp_SubscriberListenerService.php'));
}, 1 => 'onClean'], 0);
$instance->addListener('welp.mailchimp.update', [0 => function () {
return ($this->privates['welp_mailchimp.subscriber_listener'] ?? $this->load('getWelpMailchimp_SubscriberListenerService.php'));
}, 1 => 'onUpdate'], 0);
$instance->addListener('welp.mailchimp.change_email', [0 => function () {
return ($this->privates['welp_mailchimp.subscriber_listener'] ?? $this->load('getWelpMailchimp_SubscriberListenerService.php'));
}, 1 => 'onChangeEmail'], 0);
$instance->addListener('welp.mailchimp.delete', [0 => function () {
return ($this->privates['welp_mailchimp.subscriber_listener'] ?? $this->load('getWelpMailchimp_SubscriberListenerService.php'));
}, 1 => 'onDelete'], 0);
$instance->addListener('easy_admin.pre_update', [0 => function () {
return ($this->privates['App\\EventSubscriber\\EasyAdminSubscriber'] ?? $this->load('getEasyAdminSubscriberService.php'));
}, 1 => 'setBlogPostSlug'], 0);
$instance->addListener('easy_admin.pre_persist', [0 => function () {
return ($this->privates['App\\EventSubscriber\\EasyAdminSubscriber'] ?? $this->load('getEasyAdminSubscriberService.php'));
}, 1 => 'setAgencyId'], 0);
$instance->addListener('kernel.request', [0 => function () {
return ($this->privates['App\\Subscriber\\CustomRequestSubscriber'] ?? $this->getCustomRequestSubscriberService());
}, 1 => 'onRequest'], 0);
$instance->addListener('kernel.response', [0 => function () {
return ($this->privates['response_listener'] ?? ($this->privates['response_listener'] = new \Symfony\Component\HttpKernel\EventListener\ResponseListener('UTF-8')));
}, 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.request', [0 => function () {
return ($this->privates['resolve_controller_name_subscriber'] ?? $this->getResolveControllerNameSubscriberService());
}, 1 => 'onKernelRequest'], 24);
$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.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.php'));
}, 1 => 'onConsoleError'], -128);
$instance->addListener('console.terminate', [0 => function () {
return ($this->privates['console.error_listener'] ?? $this->load('getConsole_ErrorListenerService.php'));
}, 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('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->privates['data_collector.request'] = new \Symfony\Component\HttpKernel\DataCollector\RequestDataCollector()));
}, 1 => 'onKernelController'], 0);
$instance->addListener('kernel.response', [0 => function () {
return ($this->privates['data_collector.request'] ?? ($this->privates['data_collector.request'] = new \Symfony\Component\HttpKernel\DataCollector\RequestDataCollector()));
}, 1 => 'onKernelResponse'], 0);
$instance->addListener('kernel.request', [0 => function () {
return ($this->privates['debug.debug_handlers_listener'] ?? $this->getDebug_DebugHandlersListenerService());
}, 1 => 'configure'], 2048);
$instance->addListener('kernel.exception', [0 => function () {
return ($this->privates['debug.debug_handlers_listener'] ?? $this->getDebug_DebugHandlersListenerService());
}, 1 => 'onKernelException'], -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.response', [0 => function () {
return ($this->privates['web_link.add_link_header_listener'] ?? ($this->privates['web_link.add_link_header_listener'] = new \Symfony\Component\WebLink\EventListener\AddLinkHeaderListener()));
}, 1 => 'onKernelResponse'], 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('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.php'));
}, 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.exception', [0 => function () {
return ($this->privates['swiftmailer.email_sender.listener'] ?? $this->load('getSwiftmailer_EmailSender_ListenerService.php'));
}, 1 => 'onException'], 0);
$instance->addListener('kernel.terminate', [0 => function () {
return ($this->privates['swiftmailer.email_sender.listener'] ?? $this->load('getSwiftmailer_EmailSender_ListenerService.php'));
}, 1 => 'onTerminate'], 0);
$instance->addListener('console.error', [0 => function () {
return ($this->privates['swiftmailer.email_sender.listener'] ?? $this->load('getSwiftmailer_EmailSender_ListenerService.php'));
}, 1 => 'onException'], 0);
$instance->addListener('console.terminate', [0 => function () {
return ($this->privates['swiftmailer.email_sender.listener'] ?? $this->load('getSwiftmailer_EmailSender_ListenerService.php'));
}, 1 => 'onTerminate'], 0);
$instance->addListener('kernel.exception', [0 => function () {
return ($this->privates['twig.exception_listener'] ?? $this->load('getTwig_ExceptionListenerService.php'));
}, 1 => 'logKernelException'], 0);
$instance->addListener('kernel.exception', [0 => function () {
return ($this->privates['twig.exception_listener'] ?? $this->load('getTwig_ExceptionListenerService.php'));
}, 1 => 'onKernelException'], -128);
$instance->addListener('kernel.response', [0 => function () {
return ($this->privates['web_profiler.debug_toolbar'] ?? $this->getWebProfiler_DebugToolbarService());
}, 1 => 'onKernelResponse'], -128);
$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('console.command', [0 => function () {
return ($this->privates['debug.dump_listener'] ?? $this->load('getDebug_DumpListenerService.php'));
}, 1 => 'configure'], 1024);
$instance->addListener('console.error', [0 => function () {
return ($this->privates['maker.console_error_listener'] ?? ($this->privates['maker.console_error_listener'] = new \Symfony\Bundle\MakerBundle\Event\ConsoleErrorSubscriber()));
}, 1 => 'onConsoleError'], 0);
$instance->addListener('console.terminate', [0 => function () {
return ($this->privates['maker.console_error_listener'] ?? ($this->privates['maker.console_error_listener'] = new \Symfony\Bundle\MakerBundle\Event\ConsoleErrorSubscriber()));
}, 1 => 'onConsoleTerminate'], 0);
$instance->addListener('knp_pager.before', [0 => function () {
return ($this->privates['knp_paginator.subscriber.paginate'] ?? ($this->privates['knp_paginator.subscriber.paginate'] = new \Knp\Component\Pager\Event\Subscriber\Paginate\PaginationSubscriber()));
}, 1 => 'before'], 0);
$instance->addListener('knp_pager.pagination', [0 => function () {
return ($this->privates['knp_paginator.subscriber.paginate'] ?? ($this->privates['knp_paginator.subscriber.paginate'] = new \Knp\Component\Pager\Event\Subscriber\Paginate\PaginationSubscriber()));
}, 1 => 'pagination'], 0);
$instance->addListener('knp_pager.before', [0 => function () {
return ($this->privates['knp_paginator.subscriber.sortable'] ?? ($this->privates['knp_paginator.subscriber.sortable'] = new \Knp\Component\Pager\Event\Subscriber\Sortable\SortableSubscriber()));
}, 1 => 'before'], 1);
$instance->addListener('knp_pager.before', [0 => function () {
return ($this->privates['knp_paginator.subscriber.filtration'] ?? ($this->privates['knp_paginator.subscriber.filtration'] = new \Knp\Component\Pager\Event\Subscriber\Filtration\FiltrationSubscriber()));
}, 1 => 'before'], 1);
$instance->addListener('knp_pager.pagination', [0 => function () {
return ($this->privates['knp_paginator.subscriber.sliding_pagination'] ?? $this->getKnpPaginator_Subscriber_SlidingPaginationService());
}, 1 => 'pagination'], 1);
return $instance;
}
/**
* Gets the public 'filesystem' shared service.
*
* @return \Symfony\Component\Filesystem\Filesystem
*/
protected function getFilesystemService()
{
return $this->services['filesystem'] = new \Symfony\Component\Filesystem\Filesystem();
}
/**
* Gets the public 'http_kernel' shared service.
*
* @return \Symfony\Component\HttpKernel\HttpKernel
*/
protected function getHttpKernelService()
{
return $this->services['http_kernel'] = new \Symfony\Component\HttpKernel\HttpKernel(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->privates['debug.controller_resolver'] ?? $this->getDebug_ControllerResolverService()), ($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.php'));
yield 1 => ($this->privates['debug.argument_resolver.request'] ?? $this->load('getDebug_ArgumentResolver_RequestService.php'));
yield 2 => ($this->privates['debug.argument_resolver.session'] ?? $this->load('getDebug_ArgumentResolver_SessionService.php'));
yield 3 => ($this->privates['debug.security.user_value_resolver'] ?? $this->load('getDebug_Security_UserValueResolverService.php'));
yield 4 => ($this->privates['debug.argument_resolver.service'] ?? $this->load('getDebug_ArgumentResolver_ServiceService.php'));
yield 5 => ($this->privates['debug.argument_resolver.default'] ?? $this->load('getDebug_ArgumentResolver_DefaultService.php'));
yield 6 => ($this->privates['debug.argument_resolver.variadic'] ?? $this->load('getDebug_ArgumentResolver_VariadicService.php'));
yield 7 => ($this->privates['debug.argument_resolver.not_tagged_controller'] ?? $this->load('getDebug_ArgumentResolver_NotTaggedControllerService.php'));
}, 8)), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)))));
}
/**
* Gets the public 'liip_imagine.cache.manager' shared service.
*
* @return \Liip\ImagineBundle\Imagine\Cache\CacheManager
*/
protected function getLiipImagine_Cache_ManagerService()
{
$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($this->getEnv('APP_SECRET')))), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), 'default');
$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['filesystem'] ?? ($this->services['filesystem'] = new \Symfony\Component\Filesystem\Filesystem())), ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService()), ($this->targetDirs[3].'/public'), '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($this->getEnv('APP_SECRET'));
}
/**
* Gets the public 'profiler' shared service.
*
* @return \Symfony\Component\HttpKernel\Profiler\Profiler
*/
protected function getProfilerService()
{
$a = new \Symfony\Bridge\Monolog\Logger('profiler');
$a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
$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['profiler'] = $instance = new \Symfony\Component\HttpKernel\Profiler\Profiler(new \Symfony\Component\HttpKernel\Profiler\FileProfilerStorage(('file:'.$this->targetDirs[0].'/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.messenger.restart_workers_signal', ($this->privates['cache.messenger.restart_workers_signal'] ?? $this->getCache_Messenger_RestartWorkersSignalService()));
$d->addInstance('cache.doctrine.orm.default.metadata', ($this->services['cache.doctrine.orm.default.metadata'] ?? $this->getCache_Doctrine_Orm_Default_MetadataService()));
$d->addInstance('cache.doctrine.orm.default.result', ($this->services['cache.doctrine.orm.default.result'] ?? $this->getCache_Doctrine_Orm_Default_ResultService()));
$d->addInstance('cache.doctrine.orm.default.query', ($this->services['cache.doctrine.orm.default.query'] ?? $this->getCache_Doctrine_Orm_Default_QueryService()));
$d->addInstance('cache.security_expression_language', ($this->privates['cache.security_expression_language'] ?? $this->getCache_SecurityExpressionLanguageService()));
$d->addInstance('cache.easyadmin', ($this->privates['cache.easyadmin'] ?? $this->getCache_EasyadminService()));
$e = new \Doctrine\Bundle\DoctrineBundle\DataCollector\DoctrineDataCollector(($this->services['doctrine'] ?? $this->getDoctrineService()));
$e->addLogger('default', ($this->privates['doctrine.dbal.logger.profiling.default'] ?? ($this->privates['doctrine.dbal.logger.profiling.default'] = new \Doctrine\DBAL\Logging\DebugStack())));
$f = new \Symfony\Component\HttpKernel\DataCollector\ConfigDataCollector();
if ($this->has('kernel')) {
$f->setKernel($b);
}
$instance->add(($this->privates['data_collector.request'] ?? ($this->privates['data_collector.request'] = new \Symfony\Component\HttpKernel\DataCollector\RequestDataCollector())));
$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['validator'] ?? $this->getValidatorService())));
$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->targetDirs[0].'/srcApp_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->services['security.token_storage'] ?? ($this->services['security.token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())), ($this->privates['security.role_hierarchy'] ?? ($this->privates['security.role_hierarchy'] = new \Symfony\Component\Security\Core\Role\RoleHierarchy([]))), ($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())));
$instance->add(new \Symfony\Bridge\Twig\DataCollector\TwigDataCollector(($this->privates['twig.profile'] ?? ($this->privates['twig.profile'] = new \Twig\Profiler\Profile())), ($this->services['twig'] ?? $this->getTwigService())));
$instance->add($e);
$instance->add(new \Symfony\Bundle\SwiftmailerBundle\DataCollector\MessageDataCollector($this));
$instance->add(($this->services['data_collector.dump'] ?? $this->getDataCollector_DumpService()));
$instance->add(new \EasyCorp\Bundle\EasyAdminBundle\DataCollector\EasyAdminDataCollector(($this->services['easyadmin.config.manager'] ?? $this->getEasyadmin_Config_ManagerService())));
$instance->add(new \Vich\UploaderBundle\DataCollector\MappingCollector(($this->privates['vich_uploader.metadata_reader'] ?? $this->getVichUploader_MetadataReaderService())));
$instance->add($f);
return $instance;
}
/**
* 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->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.php', true],
], [
'routing.loader' => 'Symfony\\Component\\Config\\Loader\\LoaderInterface',
]))->withContext('router.default', $this), 'kernel::loadRoutes', ['cache_dir' => $this->targetDirs[0], '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, 'fr');
$instance->setConfigCacheFactory(($this->privates['config_cache_factory'] ?? $this->getConfigCacheFactoryService()));
return $instance;
}
/**
* Gets the public 'security.authorization_checker' shared service.
*
* @return \Symfony\Component\Security\Core\Authorization\AuthorizationChecker
*/
protected function getSecurity_AuthorizationCheckerService()
{
return $this->services['security.authorization_checker'] = new \Symfony\Component\Security\Core\Authorization\AuthorizationChecker(($this->services['security.token_storage'] ?? ($this->services['security.token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())), ($this->privates['security.authentication.manager'] ?? $this->getSecurity_Authentication_ManagerService()), ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService()), true);
}
/**
* Gets the public 'security.token_storage' shared service.
*
* @return \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage
*/
protected function getSecurity_TokenStorageService()
{
return $this->services['security.token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage();
}
/**
* 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 'twig' shared service.
*
* @return \Twig\Environment
*/
protected function getTwigService()
{
$this->services['twig'] = $instance = new \Twig\Environment(($this->privates['twig.loader.filesystem'] ?? $this->getTwig_Loader_FilesystemService()), ['debug' => true, 'strict_variables' => true, 'autoescape' => 'name', 'cache' => ($this->targetDirs[0].'/twig'), 'charset' => 'UTF-8']);
$a = ($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService());
$b = ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)));
$c = ($this->services['translator'] ?? $this->getTranslatorService());
$d = ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService());
$e = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
$f = new \Symfony\Component\VarDumper\Dumper\HtmlDumper(NULL, 'UTF-8', 1);
$f->setDisplayOptions(['maxStringLength' => 4096, 'fileLinkFormat' => $d]);
$g = new \Symfony\Bridge\Twig\AppVariable();
$g->setEnvironment('dev');
$g->setDebug(true);
if ($this->has('security.token_storage')) {
$g->setTokenStorage(($this->services['security.token_storage'] ?? ($this->services['security.token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())));
}
if ($this->has('request_stack')) {
$g->setRequestStack($e);
}
$instance->addExtension(new \Symfony\Bridge\Twig\Extension\CsrfExtension());
$instance->addExtension(new \Symfony\Bridge\Twig\Extension\LogoutUrlExtension($a));
$instance->addExtension(new \Symfony\Bridge\Twig\Extension\SecurityExtension(($this->services['security.authorization_checker'] ?? $this->getSecurity_AuthorizationCheckerService())));
$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(($this->privates['assets.packages'] ?? $this->getAssets_PackagesService())));
$instance->addExtension(new \Symfony\Bridge\Twig\Extension\CodeExtension($d, $this->targetDirs[3], 'UTF-8'));
$instance->addExtension(new \Symfony\Bridge\Twig\Extension\RoutingExtension(($this->services['router'] ?? $this->getRouterService())));
$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($e, ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService()))));
$instance->addExtension(new \Symfony\Bridge\Twig\Extension\WebLinkExtension($e));
$instance->addExtension(new \Symfony\Bridge\Twig\Extension\FormExtension([0 => $this, 1 => 'twig.form.renderer']));
$instance->addExtension(new \Symfony\Bridge\Twig\Extension\DumpExtension(($this->services['var_dumper.cloner'] ?? $this->getVarDumper_ClonerService()), ($this->privates['var_dumper.html_dumper'] ?? $this->getVarDumper_HtmlDumperService())));
$instance->addExtension(new \App\Twig\AppExtension());
$instance->addExtension(new \Twig\Extensions\IntlExtension());
$instance->addExtension(new \Twig_Extensions_Extension_Text());
$instance->addExtension(new \Doctrine\Bundle\DoctrineBundle\Twig\DoctrineExtension());
$instance->addExtension(new \Symfony\Bundle\WebProfilerBundle\Twig\WebProfilerExtension($f));
$instance->addExtension(new \EasyCorp\Bundle\EasyAdminBundle\Twig\EasyAdminTwigExtension(($this->services['easyadmin.config.manager'] ?? $this->getEasyadmin_Config_ManagerService()), ($this->services['easyadmin.property_accessor'] ?? $this->getEasyadmin_PropertyAccessorService()), ($this->services['easyadmin.router'] ?? $this->getEasyadmin_RouterService()), true, $a, $c, ($this->services['easyadmin.security.authorization_checker'] ?? $this->getEasyadmin_Security_AuthorizationCheckerService())));
$instance->addExtension(new \Vich\UploaderBundle\Twig\Extension\UploaderExtension(($this->services['vich_uploader.templating.helper.uploader_helper'] ?? $this->getVichUploader_Templating_Helper_UploaderHelperService())));
$instance->addExtension(new \Liip\ImagineBundle\Templating\FilterExtension(($this->services['liip_imagine.cache.manager'] ?? $this->getLiipImagine_Cache_ManagerService())));
$instance->addExtension(new \Knp\Bundle\PaginatorBundle\Twig\Extension\PaginationExtension(($this->privates['knp_paginator.helper.processor'] ?? $this->getKnpPaginator_Helper_ProcessorService())));
$instance->addGlobal('app', $g);
$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.php', true],
'Symfony\\Bridge\\Twig\\Extension\\HttpKernelRuntime' => ['privates', 'twig.runtime.httpkernel', 'getTwig_Runtime_HttpkernelService.php', true],
'Symfony\\Component\\Form\\FormRenderer' => ['privates', 'twig.form.renderer', 'getTwig_Form_RendererService.php', true],
], [
'Symfony\\Bridge\\Twig\\Extension\\CsrfRuntime' => '?',
'Symfony\\Bridge\\Twig\\Extension\\HttpKernelRuntime' => '?',
'Symfony\\Component\\Form\\FormRenderer' => '?',
])));
$instance->addGlobal('insta_link', 'https://www.instagram.com/preums_/');
$instance->addGlobal('fb_link', 'https://www.facebook.com/Preums-101176798085505');
(new \Symfony\Bundle\TwigBundle\DependencyInjection\Configurator\EnvironmentConfigurator('F j, Y H:i', '%d days', NULL, 0, '.', ','))->configure($instance);
return $instance;
}
/**
* Gets the public 'validator' shared service.
*
* @return \Symfony\Component\Validator\Validator\TraceableValidator
*/
protected function getValidatorService()
{
return $this->services['validator'] = new \Symfony\Component\Validator\Validator\TraceableValidator(($this->privates['validator.builder'] ?? $this->getValidator_BuilderService())->getValidator());
}
/**
* Gets the public 'var_dumper.cloner' shared service.
*
* @return \Symfony\Component\VarDumper\Cloner\VarCloner
*/
protected function getVarDumper_ClonerService()
{
$this->services['var_dumper.cloner'] = $instance = new \Symfony\Component\VarDumper\Cloner\VarCloner();
$instance->setMaxItems(2500);
$instance->setMinDepth(1);
$instance->setMaxString(-1);
$instance->addCasters(['Closure' => 'Symfony\\Component\\VarDumper\\Caster\\ReflectionCaster::unsetClosureFileInfo']);
return $instance;
}
/**
* Gets the public 'vich_uploader.templating.helper.uploader_helper' shared service.
*
* @return \Vich\UploaderBundle\Templating\Helper\UploaderHelper
*/
protected function getVichUploader_Templating_Helper_UploaderHelperService()
{
return $this->services['vich_uploader.templating.helper.uploader_helper'] = new \Vich\UploaderBundle\Templating\Helper\UploaderHelper(($this->privates['vich_uploader.storage.file_system'] ?? $this->getVichUploader_Storage_FileSystemService()));
}
/**
* Gets the private 'App\Subscriber\CustomRequestSubscriber' shared autowired service.
*
* @return \App\Subscriber\CustomRequestSubscriber
*/
protected function getCustomRequestSubscriberService()
{
return $this->privates['App\\Subscriber\\CustomRequestSubscriber'] = new \App\Subscriber\CustomRequestSubscriber(($this->services['security.token_storage'] ?? ($this->services['security.token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())));
}
/**
* Gets the private 'annotations.cached_reader' shared service.
*
* @return \Doctrine\Common\Annotations\CachedReader
*/
protected function getAnnotations_CachedReaderService()
{
return $this->privates['annotations.cached_reader'] = new \Doctrine\Common\Annotations\CachedReader(($this->privates['annotations.reader'] ?? $this->getAnnotations_ReaderService()), $this->load('getAnnotations_CacheService.php'), 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\EmptyVersionStrategy(), new \Symfony\Component\Asset\Context\RequestStackContext(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), '', false)), []);
}
/**
* 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('D1YYEmU5Dy', 0, $this->getParameter('container.build_id'), ($this->targetDirs[0].'/pools'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
}
/**
* Gets the private 'cache.easyadmin' shared service.
*
* @return \Symfony\Component\Cache\Adapter\TraceableAdapter
*/
protected function getCache_EasyadminService()
{
return $this->privates['cache.easyadmin'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('vXzhdqeaT1', 0, $this->getParameter('container.build_id'), ($this->targetDirs[0].'/pools'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
}
/**
* Gets the private 'cache.messenger.restart_workers_signal' shared service.
*
* @return \Symfony\Component\Cache\Adapter\TraceableAdapter
*/
protected function getCache_Messenger_RestartWorkersSignalService()
{
$a = new \Symfony\Component\Cache\Adapter\FilesystemAdapter('FJx-xRbM3a', 0, ($this->targetDirs[0].'/pools'), ($this->privates['cache.default_marshaller'] ?? ($this->privates['cache.default_marshaller'] = new \Symfony\Component\Cache\Marshaller\DefaultMarshaller(NULL))));
$a->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
return $this->privates['cache.messenger.restart_workers_signal'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter($a);
}
/**
* 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('eaHU-4bSBM', 0, $this->getParameter('container.build_id'), ($this->targetDirs[0].'/pools'), ($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('5woaZb83F0', 0, $this->getParameter('container.build_id'), ($this->targetDirs[0].'/pools'), ($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('0PD+dTA2Ij', 0, $this->getParameter('container.build_id'), ($this->targetDirs[0].'/pools'), ($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('hjLpVUe7T4', 0, $this->getParameter('container.build_id'), ($this->targetDirs[0].'/pools'), ($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 'debug.controller_resolver' shared service.
*
* @return \Symfony\Component\HttpKernel\Controller\TraceableControllerResolver
*/
protected function getDebug_ControllerResolverService()
{
return $this->privates['debug.controller_resolver'] = new \Symfony\Component\HttpKernel\Controller\TraceableControllerResolver(new \Symfony\Bundle\FrameworkBundle\Controller\ControllerResolver($this, ($this->privates['controller_name_converter'] ?? ($this->privates['controller_name_converter'] = new \Symfony\Bundle\FrameworkBundle\Controller\ControllerNameParser(($this->services['kernel'] ?? $this->get('kernel', 1))))), ($this->privates['monolog.logger.request'] ?? $this->getMonolog_Logger_RequestService())), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
}
/**
* 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->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, ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService()), true, 'UTF-8');
}
/**
* 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())), $this->targetDirs[3], function () {
return ($this->privates['debug.file_link_formatter.url_format'] ?? $this->load('getDebug_FileLinkFormatter_UrlFormatService.php'));
});
}
/**
* 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.php'));
yield 1 => ($this->privates['debug.security.voter.security.access.simple_role_voter'] ?? $this->load('getDebug_Security_Voter_Security_Access_SimpleRoleVoterService.php'));
yield 2 => ($this->privates['debug.security.voter.security.access.expression_voter'] ?? $this->load('getDebug_Security_Voter_Security_Access_ExpressionVoterService.php'));
}, 3), 'affirmative', false, true));
}
/**
* Gets the private 'debug.security.firewall' shared service.
*
* @return \Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener
*/
protected function getDebug_Security_FirewallService()
{
return $this->privates['debug.security.firewall'] = new \Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener(($this->privates['security.firewall.map'] ?? $this->getSecurity_Firewall_MapService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService()));
}
/**
* Gets the private 'form.registry' shared service.
*
* @return \Symfony\Component\Form\FormRegistry
*/
protected function getForm_RegistryService()
{
return $this->privates['form.registry'] = new \Symfony\Component\Form\FormRegistry([0 => new \Symfony\Component\Form\Extension\DependencyInjection\DependencyInjectionExtension(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'easyadmin.filter.type.array' => ['privates', 'easyadmin.filter.type.array', 'getEasyadmin_Filter_Type_ArrayService.php', true],
'easyadmin.filter.type.boolean' => ['privates', 'easyadmin.filter.type.boolean', 'getEasyadmin_Filter_Type_BooleanService.php', true],
'easyadmin.filter.type.choice' => ['privates', 'easyadmin.filter.type.choice', 'getEasyadmin_Filter_Type_ChoiceService.php', true],
'easyadmin.filter.type.comparison' => ['privates', 'easyadmin.filter.type.comparison', 'getEasyadmin_Filter_Type_ComparisonService.php', true],
'easyadmin.filter.type.date' => ['privates', 'easyadmin.filter.type.date', 'getEasyadmin_Filter_Type_DateService.php', true],
'easyadmin.filter.type.dateinterval' => ['privates', 'easyadmin.filter.type.dateinterval', 'getEasyadmin_Filter_Type_DateintervalService.php', true],
'easyadmin.filter.type.datetime' => ['privates', 'easyadmin.filter.type.datetime', 'getEasyadmin_Filter_Type_DatetimeService.php', true],
'easyadmin.filter.type.decimal' => ['privates', 'easyadmin.filter.type.decimal', 'getEasyadmin_Filter_Type_DecimalService.php', true],
'easyadmin.filter.type.entity' => ['privates', 'easyadmin.filter.type.entity', 'getEasyadmin_Filter_Type_EntityService.php', true],
'easyadmin.filter.type.float' => ['privates', 'easyadmin.filter.type.float', 'getEasyadmin_Filter_Type_FloatService.php', true],
'easyadmin.filter.type.integer' => ['privates', 'easyadmin.filter.type.integer', 'getEasyadmin_Filter_Type_IntegerService.php', true],
'easyadmin.filter.type.text' => ['privates', 'easyadmin.filter.type.text', 'getEasyadmin_Filter_Type_TextService.php', true],
'easyadmin.filter.type.textarea' => ['privates', 'easyadmin.filter.type.textarea', 'getEasyadmin_Filter_Type_TextareaService.php', true],
'easyadmin.filter.type.time' => ['privates', 'easyadmin.filter.type.time', 'getEasyadmin_Filter_Type_TimeService.php', true],
], [
'easyadmin.filter.type.array' => '?',
'easyadmin.filter.type.boolean' => '?',
'easyadmin.filter.type.choice' => '?',
'easyadmin.filter.type.comparison' => '?',
'easyadmin.filter.type.date' => '?',
'easyadmin.filter.type.dateinterval' => '?',
'easyadmin.filter.type.datetime' => '?',
'easyadmin.filter.type.decimal' => '?',
'easyadmin.filter.type.entity' => '?',
'easyadmin.filter.type.float' => '?',
'easyadmin.filter.type.integer' => '?',
'easyadmin.filter.type.text' => '?',
'easyadmin.filter.type.textarea' => '?',
'easyadmin.filter.type.time' => '?',
]), [], new RewindableGenerator(function () {
return new \EmptyIterator();
}, 0)), 1 => new \Symfony\Component\Form\Extension\DependencyInjection\DependencyInjectionExtension(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'App\\Form\\AgencyType' => ['privates', 'App\\Form\\AgencyType', 'getAgencyTypeService.php', true],
'App\\Form\\AgencyUserType' => ['privates', 'App\\Form\\AgencyUserType', 'getAgencyUserTypeService.php', true],
'App\\Form\\ConfirmPasswordType' => ['privates', 'App\\Form\\ConfirmPasswordType', 'getConfirmPasswordTypeService.php', true],
'App\\Form\\EStateAdContactFormType' => ['privates', 'App\\Form\\EStateAdContactFormType', 'getEStateAdContactFormTypeService.php', true],
'App\\Form\\EStateAdImageType' => ['privates', 'App\\Form\\EStateAdImageType', 'getEStateAdImageTypeService.php', true],
'App\\Form\\FilterAdsType' => ['privates', 'App\\Form\\FilterAdsType', 'getFilterAdsTypeService.php', true],
'App\\Form\\RentalSubscribeType' => ['privates', 'App\\Form\\RentalSubscribeType', 'getRentalSubscribeTypeService.php', true],
'App\\Form\\ResetPasswordType' => ['privates', 'App\\Form\\ResetPasswordType', 'getResetPasswordTypeService.php', true],
'App\\Form\\SearchAdsType' => ['privates', 'App\\Form\\SearchAdsType', 'getSearchAdsTypeService.php', true],
'App\\Form\\SignupContactType' => ['privates', 'App\\Form\\SignupContactType', 'getSignupContactTypeService.php', true],
'App\\Form\\SignupFormType' => ['privates', 'App\\Form\\SignupFormType', 'getSignupFormTypeService.php', true],
'Beelab\\Recaptcha2Bundle\\Form\\Type\\RecaptchaType' => ['services', 'beelab_recaptcha2.type', 'getBeelabRecaptcha2_TypeService.php', true],
'EasyCorp\\Bundle\\EasyAdminBundle\\Form\\Type\\EasyAdminAutocompleteType' => ['privates', 'easyadmin.form.type.autocomplete', 'getEasyadmin_Form_Type_AutocompleteService.php', true],
'EasyCorp\\Bundle\\EasyAdminBundle\\Form\\Type\\EasyAdminBatchFormType' => ['privates', 'easyadmin.form.type.batch', 'getEasyadmin_Form_Type_BatchService.php', true],
'EasyCorp\\Bundle\\EasyAdminBundle\\Form\\Type\\EasyAdminDividerType' => ['privates', 'easyadmin.form.type.divider', 'getEasyadmin_Form_Type_DividerService.php', true],
'EasyCorp\\Bundle\\EasyAdminBundle\\Form\\Type\\EasyAdminFiltersFormType' => ['privates', 'easyadmin.form.type.filters', 'getEasyadmin_Form_Type_FiltersService.php', true],
'EasyCorp\\Bundle\\EasyAdminBundle\\Form\\Type\\EasyAdminFormType' => ['privates', 'easyadmin.form.type', 'getEasyadmin_Form_TypeService.php', true],
'EasyCorp\\Bundle\\EasyAdminBundle\\Form\\Type\\EasyAdminGroupType' => ['privates', 'easyadmin.form.type.group', 'getEasyadmin_Form_Type_GroupService.php', true],
'EasyCorp\\Bundle\\EasyAdminBundle\\Form\\Type\\EasyAdminSectionType' => ['privates', 'easyadmin.form.type.section', 'getEasyadmin_Form_Type_SectionService.php', true],
'EasyCorp\\Bundle\\EasyAdminBundle\\Form\\Type\\FileUploadType' => ['privates', 'easyadmin.form.type.fileupload', 'getEasyadmin_Form_Type_FileuploadService.php', true],
'Liip\\ImagineBundle\\Form\\Type\\ImageType' => ['privates', 'liip_imagine.form.type.image', 'getLiipImagine_Form_Type_ImageService.php', true],
'Symfony\\Bridge\\Doctrine\\Form\\Type\\EntityType' => ['privates', 'form.type.entity', 'getForm_Type_EntityService.php', true],
'Symfony\\Component\\Form\\Extension\\Core\\Type\\ChoiceType' => ['privates', 'form.type.choice', 'getForm_Type_ChoiceService.php', true],
'Symfony\\Component\\Form\\Extension\\Core\\Type\\FileType' => ['services', 'form.type.file', 'getForm_Type_FileService.php', true],
'Symfony\\Component\\Form\\Extension\\Core\\Type\\FormType' => ['privates', 'form.type.form', 'getForm_Type_FormService.php', true],
'Vich\\UploaderBundle\\Form\\Type\\VichFileType' => ['services', 'vich_uploader.form.type.file', 'getVichUploader_Form_Type_FileService.php', true],
'Vich\\UploaderBundle\\Form\\Type\\VichImageType' => ['services', 'vich_uploader.form.type.image', 'getVichUploader_Form_Type_ImageService.php', true],
], [
'App\\Form\\AgencyType' => '?',
'App\\Form\\AgencyUserType' => '?',
'App\\Form\\ConfirmPasswordType' => '?',
'App\\Form\\EStateAdContactFormType' => '?',
'App\\Form\\EStateAdImageType' => '?',
'App\\Form\\FilterAdsType' => '?',
'App\\Form\\RentalSubscribeType' => '?',
'App\\Form\\ResetPasswordType' => '?',
'App\\Form\\SearchAdsType' => '?',
'App\\Form\\SignupContactType' => '?',
'App\\Form\\SignupFormType' => '?',
'Beelab\\Recaptcha2Bundle\\Form\\Type\\RecaptchaType' => '?',
'EasyCorp\\Bundle\\EasyAdminBundle\\Form\\Type\\EasyAdminAutocompleteType' => '?',
'EasyCorp\\Bundle\\EasyAdminBundle\\Form\\Type\\EasyAdminBatchFormType' => '?',
'EasyCorp\\Bundle\\EasyAdminBundle\\Form\\Type\\EasyAdminDividerType' => '?',
'EasyCorp\\Bundle\\EasyAdminBundle\\Form\\Type\\EasyAdminFiltersFormType' => '?',
'EasyCorp\\Bundle\\EasyAdminBundle\\Form\\Type\\EasyAdminFormType' => '?',
'EasyCorp\\Bundle\\EasyAdminBundle\\Form\\Type\\EasyAdminGroupType' => '?',
'EasyCorp\\Bundle\\EasyAdminBundle\\Form\\Type\\EasyAdminSectionType' => '?',
'EasyCorp\\Bundle\\EasyAdminBundle\\Form\\Type\\FileUploadType' => '?',
'Liip\\ImagineBundle\\Form\\Type\\ImageType' => '?',
'Symfony\\Bridge\\Doctrine\\Form\\Type\\EntityType' => '?',
'Symfony\\Component\\Form\\Extension\\Core\\Type\\ChoiceType' => '?',
'Symfony\\Component\\Form\\Extension\\Core\\Type\\FileType' => '?',
'Symfony\\Component\\Form\\Extension\\Core\\Type\\FormType' => '?',
'Vich\\UploaderBundle\\Form\\Type\\VichFileType' => '?',
'Vich\\UploaderBundle\\Form\\Type\\VichImageType' => '?',
]), ['Symfony\\Component\\Form\\Extension\\Core\\Type\\FormType' => new RewindableGenerator(function () {
yield 0 => ($this->privates['form.type_extension.form.transformation_failure_handling'] ?? $this->load('getForm_TypeExtension_Form_TransformationFailureHandlingService.php'));
yield 1 => ($this->privates['form.type_extension.form.http_foundation'] ?? $this->load('getForm_TypeExtension_Form_HttpFoundationService.php'));
yield 2 => ($this->privates['form.type_extension.form.validator'] ?? $this->load('getForm_TypeExtension_Form_ValidatorService.php'));
yield 3 => ($this->privates['form.type_extension.upload.validator'] ?? $this->load('getForm_TypeExtension_Upload_ValidatorService.php'));
yield 4 => ($this->privates['form.type_extension.csrf'] ?? $this->load('getForm_TypeExtension_CsrfService.php'));
yield 5 => ($this->privates['form.type_extension.form.data_collector'] ?? $this->load('getForm_TypeExtension_Form_DataCollectorService.php'));
yield 6 => ($this->privates['easyadmin.form.type.extension'] ?? $this->load('getEasyadmin_Form_Type_ExtensionService.php'));
}, 7), 'Symfony\\Component\\Form\\Extension\\Core\\Type\\RepeatedType' => new RewindableGenerator(function () {
yield 0 => ($this->privates['form.type_extension.repeated.validator'] ?? ($this->privates['form.type_extension.repeated.validator'] = new \Symfony\Component\Form\Extension\Validator\Type\RepeatedTypeValidatorExtension()));
}, 1), 'Symfony\\Component\\Form\\Extension\\Core\\Type\\SubmitType' => new RewindableGenerator(function () {
yield 0 => ($this->privates['form.type_extension.submit.validator'] ?? ($this->privates['form.type_extension.submit.validator'] = new \Symfony\Component\Form\Extension\Validator\Type\SubmitTypeValidatorExtension()));
}, 1)], new RewindableGenerator(function () {
yield 0 => ($this->privates['form.type_guesser.validator'] ?? $this->load('getForm_TypeGuesser_ValidatorService.php'));
yield 1 => ($this->privates['form.type_guesser.doctrine'] ?? $this->load('getForm_TypeGuesser_DoctrineService.php'));
yield 2 => ($this->services['easyadmin.form.guesser.missing_doctrine_orm_type_guesser'] ?? $this->load('getEasyadmin_Form_Guesser_MissingDoctrineOrmTypeGuesserService.php'));
}, 3))], new \Symfony\Component\Form\Extension\DataCollector\Proxy\ResolvedTypeFactoryDataCollectorProxy(new \Symfony\Component\Form\ResolvedFormTypeFactory(), ($this->privates['data_collector.form'] ?? $this->getDataCollector_FormService())));
}
/**
* 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()
{
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()), ($this->services['security.authorization_checker'] ?? $this->getSecurity_AuthorizationCheckerService()));
}
/**
* Gets the private 'knp_paginator.helper.processor' shared service.
*
* @return \Knp\Bundle\PaginatorBundle\Helper\Processor
*/
protected function getKnpPaginator_Helper_ProcessorService()
{
return $this->privates['knp_paginator.helper.processor'] = new \Knp\Bundle\PaginatorBundle\Helper\Processor(($this->services['router'] ?? $this->getRouterService()), ($this->services['translator'] ?? $this->getTranslatorService()));
}
/**
* Gets the private 'knp_paginator.subscriber.sliding_pagination' shared service.
*
* @return \Knp\Bundle\PaginatorBundle\Subscriber\SlidingPaginationSubscriber
*/
protected function getKnpPaginator_Subscriber_SlidingPaginationService()
{
return $this->privates['knp_paginator.subscriber.sliding_pagination'] = new \Knp\Bundle\PaginatorBundle\Subscriber\SlidingPaginationSubscriber(['defaultPaginationTemplate' => '@KnpPaginator/Pagination/sliding.html.twig', 'defaultSortableTemplate' => '@KnpPaginator/Pagination/sortable_link.html.twig', 'defaultFiltrationTemplate' => '@KnpPaginator/Pagination/filtration.html.twig', 'defaultPageRange' => 5]);
}
/**
* 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['translator.default'] ?? $this->getTranslator_DefaultService());
}, 1), ($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())), 'fr', ($this->services['router'] ?? $this->getRouterService()));
}
/**
* 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\StreamHandler
*/
protected function getMonolog_Handler_MainService()
{
$this->privates['monolog.handler.main'] = $instance = new \Monolog\Handler\StreamHandler(($this->targetDirs[2].'/log/dev.log'), 100, true, NULL, false);
$instance->pushProcessor(new \Monolog\Processor\PsrLogMessageProcessor());
return $instance;
}
/**
* Gets the private 'monolog.logger' shared service.
*
* @return \Symfony\Bridge\Monolog\Logger
*/
protected function getMonolog_LoggerService()
{
$this->privates['monolog.logger'] = $instance = new \Symfony\Bridge\Monolog\Logger('app');
$instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
$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 '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->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->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 '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()
{
return $this->privates['profiler_listener'] = new \Symfony\Component\HttpKernel\EventListener\ProfilerListener(($this->services['profiler'] ?? $this->getProfilerService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), NULL, false, false);
}
/**
* Gets the private 'resolve_controller_name_subscriber' shared service.
*
* @return \Symfony\Bundle\FrameworkBundle\EventListener\ResolveControllerNameSubscriber
*/
protected function getResolveControllerNameSubscriberService()
{
return $this->privates['resolve_controller_name_subscriber'] = new \Symfony\Bundle\FrameworkBundle\EventListener\ResolveControllerNameSubscriber(($this->privates['controller_name_converter'] ?? ($this->privates['controller_name_converter'] = new \Symfony\Bundle\FrameworkBundle\Controller\ControllerNameParser(($this->services['kernel'] ?? $this->get('kernel', 1))))));
}
/**
* Gets the private 'router.request_context' shared service.
*
* @return \Symfony\Component\Routing\RequestContext
*/
protected function getRouter_RequestContextService()
{
return $this->privates['router.request_context'] = new \Symfony\Component\Routing\RequestContext('', 'GET', 'localhost', 'http', 80, 443);
}
/**
* 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()), $this->targetDirs[3], true);
}
/**
* Gets the private 'security.authentication.manager' shared service.
*
* @return \Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager
*/
protected function getSecurity_Authentication_ManagerService()
{
$this->privates['security.authentication.manager'] = $instance = new \Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager(new RewindableGenerator(function () {
yield 0 => ($this->privates['security.authentication.provider.guard.main'] ?? $this->load('getSecurity_Authentication_Provider_Guard_MainService.php'));
yield 1 => ($this->privates['security.authentication.provider.dao.main'] ?? $this->load('getSecurity_Authentication_Provider_Dao_MainService.php'));
yield 2 => ($this->privates['security.authentication.provider.anonymous.main'] ?? ($this->privates['security.authentication.provider.anonymous.main'] = new \Symfony\Component\Security\Core\Authentication\Provider\AnonymousAuthenticationProvider($this->getParameter('container.build_hash'))));
}, 3), true);
$instance->setEventDispatcher(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
return $instance;
}
/**
* Gets the private 'security.firewall.map' shared service.
*
* @return \Symfony\Bundle\SecurityBundle\Security\FirewallMap
*/
protected function getSecurity_Firewall_MapService()
{
return $this->privates['security.firewall.map'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallMap(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'security.firewall.map.context.dev' => ['privates', 'security.firewall.map.context.dev', 'getSecurity_Firewall_Map_Context_DevService.php', true],
'security.firewall.map.context.main' => ['privates', 'security.firewall.map.context.main', 'getSecurity_Firewall_Map_Context_MainService.php', true],
], [
'security.firewall.map.context.dev' => '?',
'security.firewall.map.context.main' => '?',
]), 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.main' => NULL;
}, 2));
}
/**
* 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['security.token_storage'] ?? ($this->services['security.token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())));
$instance->registerListener('main', 'app_logout', 'logout', '_csrf_token', NULL, NULL);
return $instance;
}
/**
* 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()
{
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(NULL, NULL))), ($this->privates['security.role_hierarchy'] ?? ($this->privates['security.role_hierarchy'] = new \Symfony\Component\Security\Core\Role\RoleHierarchy([]))), ($this->services['security.token_storage'] ?? ($this->services['security.token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())), ($this->services['security.authorization_checker'] ?? $this->getSecurity_AuthorizationCheckerService()), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
}
/**
* Gets the private 'sensio_framework_extra.view.listener' shared service.
*
* @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\TemplateListener
*/
protected function getSensioFrameworkExtra_View_ListenerService()
{
return $this->privates['sensio_framework_extra.view.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\TemplateListener(new \Sensio\Bundle\FrameworkExtraBundle\Templating\TemplateGuesser(($this->services['kernel'] ?? $this->get('kernel', 1))), ($this->services['twig'] ?? $this->getTwigService()));
}
/**
* 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', 'session', NULL, true],
'request_stack' => ['services', 'request_stack', 'getRequestStackService', false],
'session' => ['services', 'session', 'getSessionService.php', true],
'session_storage' => ['privates', 'session.storage.native', 'getSession_Storage_NativeService.php', true],
], [
'initialized_session' => '?',
'request_stack' => '?',
'session' => '?',
'session_storage' => '?',
]));
}
/**
* 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.php', true],
'translation.loader.dat' => ['privates', 'translation.loader.dat', 'getTranslation_Loader_DatService.php', true],
'translation.loader.ini' => ['privates', 'translation.loader.ini', 'getTranslation_Loader_IniService.php', true],
'translation.loader.json' => ['privates', 'translation.loader.json', 'getTranslation_Loader_JsonService.php', true],
'translation.loader.mo' => ['privates', 'translation.loader.mo', 'getTranslation_Loader_MoService.php', true],
'translation.loader.php' => ['privates', 'translation.loader.php', 'getTranslation_Loader_PhpService.php', true],
'translation.loader.po' => ['privates', 'translation.loader.po', 'getTranslation_Loader_PoService.php', true],
'translation.loader.qt' => ['privates', 'translation.loader.qt', 'getTranslation_Loader_QtService.php', true],
'translation.loader.res' => ['privates', 'translation.loader.res', 'getTranslation_Loader_ResService.php', true],
'translation.loader.xliff' => ['privates', 'translation.loader.xliff', 'getTranslation_Loader_XliffService.php', true],
'translation.loader.yml' => ['privates', 'translation.loader.yml', 'getTranslation_Loader_YmlService.php', 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()), 'fr', ['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->targetDirs[0].'/translations'), 'debug' => true, 'resource_files' => ['af' => [0 => ($this->targetDirs[3].'/vendor/symfony/validator/Resources/translations/validators.af.xlf')], 'ar' => [0 => ($this->targetDirs[3].'/vendor/symfony/validator/Resources/translations/validators.ar.xlf'), 1 => ($this->targetDirs[3].'/vendor/symfony/form/Resources/translations/validators.ar.xlf'), 2 => ($this->targetDirs[3].'/vendor/symfony/security-core/Resources/translations/security.ar.xlf'), 3 => ($this->targetDirs[3].'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.ar.xlf'), 4 => ($this->targetDirs[3].'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/messages.ar.xlf'), 5 => ($this->targetDirs[3].'/vendor/vich/uploader-bundle/Resources/translations/VichUploaderBundle.ar.yml'), 6 => ($this->targetDirs[3].'/vendor/knplabs/knp-paginator-bundle/Resources/translations/KnpPaginatorBundle.ar.xliff')], 'az' => [0 => ($this->targetDirs[3].'/vendor/symfony/validator/Resources/translations/validators.az.xlf'), 1 => ($this->targetDirs[3].'/vendor/symfony/form/Resources/translations/validators.az.xlf'), 2 => ($this->targetDirs[3].'/vendor/symfony/security-core/Resources/translations/security.az.xlf')], 'be' => [0 => ($this->targetDirs[3].'/vendor/symfony/validator/Resources/translations/validators.be.xlf'), 1 => ($this->targetDirs[3].'/vendor/symfony/form/Resources/translations/validators.be.xlf'), 2 => ($this->targetDirs[3].'/vendor/symfony/security-core/Resources/translations/security.be.xlf')], 'bg' => [0 => ($this->targetDirs[3].'/vendor/symfony/validator/Resources/translations/validators.bg.xlf'), 1 => ($this->targetDirs[3].'/vendor/symfony/form/Resources/translations/validators.bg.xlf'), 2 => ($this->targetDirs[3].'/vendor/symfony/security-core/Resources/translations/security.bg.xlf'), 3 => ($this->targetDirs[3].'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.bg.xlf'), 4 => ($this->targetDirs[3].'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/messages.bg.xlf'), 5 => ($this->targetDirs[3].'/vendor/vich/uploader-bundle/Resources/translations/VichUploaderBundle.bg.yml'), 6 => ($this->targetDirs[3].'/vendor/knplabs/knp-paginator-bundle/Resources/translations/KnpPaginatorBundle.bg.xliff')], 'ca' => [0 => ($this->targetDirs[3].'/vendor/symfony/validator/Resources/translations/validators.ca.xlf'), 1 => ($this->targetDirs[3].'/vendor/symfony/form/Resources/translations/validators.ca.xlf'), 2 => ($this->targetDirs[3].'/vendor/symfony/security-core/Resources/translations/security.ca.xlf'), 3 => ($this->targetDirs[3].'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.ca.xlf'), 4 => ($this->targetDirs[3].'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/messages.ca.xlf'), 5 => ($this->targetDirs[3].'/vendor/vich/uploader-bundle/Resources/translations/VichUploaderBundle.ca.yml')], 'cs' => [0 => ($this->targetDirs[3].'/vendor/symfony/validator/Resources/translations/validators.cs.xlf'), 1 => ($this->targetDirs[3].'/vendor/symfony/form/Resources/translations/validators.cs.xlf'), 2 => ($this->targetDirs[3].'/vendor/symfony/security-core/Resources/translations/security.cs.xlf'), 3 => ($this->targetDirs[3].'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.cs.xlf'), 4 => ($this->targetDirs[3].'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/messages.cs.xlf'), 5 => ($this->targetDirs[3].'/vendor/vich/uploader-bundle/Resources/translations/VichUploaderBundle.cs.yml'), 6 => ($this->targetDirs[3].'/vendor/knplabs/knp-paginator-bundle/Resources/translations/KnpPaginatorBundle.cs.xliff')], 'cy' => [0 => ($this->targetDirs[3].'/vendor/symfony/validator/Resources/translations/validators.cy.xlf')], 'da' => [0 => ($this->targetDirs[3].'/vendor/symfony/validator/Resources/translations/validators.da.xlf'), 1 => ($this->targetDirs[3].'/vendor/symfony/form/Resources/translations/validators.da.xlf'), 2 => ($this->targetDirs[3].'/vendor/symfony/security-core/Resources/translations/security.da.xlf'), 3 => ($this->targetDirs[3].'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.da.xlf'), 4 => ($this->targetDirs[3].'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/messages.da.xlf'), 5 => ($this->targetDirs[3].'/vendor/knplabs/knp-paginator-bundle/Resources/translations/KnpPaginatorBundle.da.xliff')], 'de' => [0 => ($this->targetDirs[3].'/vendor/symfony/validator/Resources/translations/validators.de.xlf'), 1 => ($this->targetDirs[3].'/vendor/symfony/form/Resources/translations/validators.de.xlf'), 2 => ($this->targetDirs[3].'/vendor/symfony/security-core/Resources/translations/security.de.xlf'), 3 => ($this->targetDirs[3].'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.de.xlf'), 4 => ($this->targetDirs[3].'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/messages.de.xlf'), 5 => ($this->targetDirs[3].'/vendor/vich/uploader-bundle/Resources/translations/VichUploaderBundle.de.yml'), 6 => ($this->targetDirs[3].'/vendor/knplabs/knp-paginator-bundle/Resources/translations/KnpPaginatorBundle.de.xliff')], 'el' => [0 => ($this->targetDirs[3].'/vendor/symfony/validator/Resources/translations/validators.el.xlf'), 1 => ($this->targetDirs[3].'/vendor/symfony/form/Resources/translations/validators.el.xlf'), 2 => ($this->targetDirs[3].'/vendor/symfony/security-core/Resources/translations/security.el.xlf'), 3 => ($this->targetDirs[3].'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.el.xlf'), 4 => ($this->targetDirs[3].'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/messages.el.xlf')], 'en' => [0 => ($this->targetDirs[3].'/vendor/symfony/validator/Resources/translations/validators.en.xlf'), 1 => ($this->targetDirs[3].'/vendor/symfony/form/Resources/translations/validators.en.xlf'), 2 => ($this->targetDirs[3].'/vendor/symfony/security-core/Resources/translations/security.en.xlf'), 3 => ($this->targetDirs[3].'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.en.xlf'), 4 => ($this->targetDirs[3].'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/messages.en.xlf'), 5 => ($this->targetDirs[3].'/vendor/vich/uploader-bundle/Resources/translations/VichUploaderBundle.en.yml'), 6 => ($this->targetDirs[3].'/vendor/knplabs/knp-paginator-bundle/Resources/translations/KnpPaginatorBundle.en.xliff')], 'es' => [0 => ($this->targetDirs[3].'/vendor/symfony/validator/Resources/translations/validators.es.xlf'), 1 => ($this->targetDirs[3].'/vendor/symfony/form/Resources/translations/validators.es.xlf'), 2 => ($this->targetDirs[3].'/vendor/symfony/security-core/Resources/translations/security.es.xlf'), 3 => ($this->targetDirs[3].'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.es.xlf'), 4 => ($this->targetDirs[3].'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/messages.es.xlf'), 5 => ($this->targetDirs[3].'/vendor/vich/uploader-bundle/Resources/translations/VichUploaderBundle.es.yml'), 6 => ($this->targetDirs[3].'/vendor/knplabs/knp-paginator-bundle/Resources/translations/KnpPaginatorBundle.es.xliff')], 'et' => [0 => ($this->targetDirs[3].'/vendor/symfony/validator/Resources/translations/validators.et.xlf'), 1 => ($this->targetDirs[3].'/vendor/symfony/form/Resources/translations/validators.et.xlf')], 'eu' => [0 => ($this->targetDirs[3].'/vendor/symfony/validator/Resources/translations/validators.eu.xlf'), 1 => ($this->targetDirs[3].'/vendor/symfony/form/Resources/translations/validators.eu.xlf'), 2 => ($this->targetDirs[3].'/vendor/symfony/security-core/Resources/translations/security.eu.xlf'), 3 => ($this->targetDirs[3].'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.eu.xlf'), 4 => ($this->targetDirs[3].'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/messages.eu.xlf'), 5 => ($this->targetDirs[3].'/vendor/knplabs/knp-paginator-bundle/Resources/translations/KnpPaginatorBundle.eu.xliff')], 'fa' => [0 => ($this->targetDirs[3].'/vendor/symfony/validator/Resources/translations/validators.fa.xlf'), 1 => ($this->targetDirs[3].'/vendor/symfony/form/Resources/translations/validators.fa.xlf'), 2 => ($this->targetDirs[3].'/vendor/symfony/security-core/Resources/translations/security.fa.xlf'), 3 => ($this->targetDirs[3].'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.fa.xlf'), 4 => ($this->targetDirs[3].'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/messages.fa.xlf'), 5 => ($this->targetDirs[3].'/vendor/knplabs/knp-paginator-bundle/Resources/translations/KnpPaginatorBundle.fa.xliff')], 'fi' => [0 => ($this->targetDirs[3].'/vendor/symfony/validator/Resources/translations/validators.fi.xlf'), 1 => ($this->targetDirs[3].'/vendor/symfony/form/Resources/translations/validators.fi.xlf'), 2 => ($this->targetDirs[3].'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.fi.xlf'), 3 => ($this->targetDirs[3].'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/messages.fi.xlf'), 4 => ($this->targetDirs[3].'/vendor/vich/uploader-bundle/Resources/translations/VichUploaderBundle.fi.yml')], 'fr' => [0 => ($this->targetDirs[3].'/vendor/symfony/validator/Resources/translations/validators.fr.xlf'), 1 => ($this->targetDirs[3].'/vendor/symfony/form/Resources/translations/validators.fr.xlf'), 2 => ($this->targetDirs[3].'/vendor/symfony/security-core/Resources/translations/security.fr.xlf'), 3 => ($this->targetDirs[3].'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.fr.xlf'), 4 => ($this->targetDirs[3].'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/messages.fr.xlf'), 5 => ($this->targetDirs[3].'/vendor/vich/uploader-bundle/Resources/translations/VichUploaderBundle.fr.yml'), 6 => ($this->targetDirs[3].'/vendor/knplabs/knp-paginator-bundle/Resources/translations/KnpPaginatorBundle.fr.xliff'), 7 => ($this->targetDirs[3].'/translations/messages.fr.yml')], 'gl' => [0 => ($this->targetDirs[3].'/vendor/symfony/validator/Resources/translations/validators.gl.xlf'), 1 => ($this->targetDirs[3].'/vendor/symfony/form/Resources/translations/validators.gl.xlf'), 2 => ($this->targetDirs[3].'/vendor/symfony/security-core/Resources/translations/security.gl.xlf'), 3 => ($this->targetDirs[3].'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.gl.xlf'), 4 => ($this->targetDirs[3].'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/messages.gl.xlf')], 'he' => [0 => ($this->targetDirs[3].'/vendor/symfony/validator/Resources/translations/validators.he.xlf'), 1 => ($this->targetDirs[3].'/vendor/symfony/form/Resources/translations/validators.he.xlf'), 2 => ($this->targetDirs[3].'/vendor/symfony/security-core/Resources/translations/security.he.xlf')], 'hr' => [0 => ($this->targetDirs[3].'/vendor/symfony/validator/Resources/translations/validators.hr.xlf'), 1 => ($this->targetDirs[3].'/vendor/symfony/form/Resources/translations/validators.hr.xlf'), 2 => ($this->targetDirs[3].'/vendor/symfony/security-core/Resources/translations/security.hr.xlf'), 3 => ($this->targetDirs[3].'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.hr.xlf'), 4 => ($this->targetDirs[3].'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/messages.hr.xlf')], 'hu' => [0 => ($this->targetDirs[3].'/vendor/symfony/validator/Resources/translations/validators.hu.xlf'), 1 => ($this->targetDirs[3].'/vendor/symfony/form/Resources/translations/validators.hu.xlf'), 2 => ($this->targetDirs[3].'/vendor/symfony/security-core/Resources/translations/security.hu.xlf'), 3 => ($this->targetDirs[3].'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.hu.xlf'), 4 => ($this->targetDirs[3].'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/messages.hu.xlf'), 5 => ($this->targetDirs[3].'/vendor/vich/uploader-bundle/Resources/translations/VichUploaderBundle.hu.yml'), 6 => ($this->targetDirs[3].'/vendor/knplabs/knp-paginator-bundle/Resources/translations/KnpPaginatorBundle.hu.xliff')], 'hy' => [0 => ($this->targetDirs[3].'/vendor/symfony/validator/Resources/translations/validators.hy.xlf'), 1 => ($this->targetDirs[3].'/vendor/symfony/form/Resources/translations/validators.hy.xlf')], 'id' => [0 => ($this->targetDirs[3].'/vendor/symfony/validator/Resources/translations/validators.id.xlf'), 1 => ($this->targetDirs[3].'/vendor/symfony/form/Resources/translations/validators.id.xlf'), 2 => ($this->targetDirs[3].'/vendor/symfony/security-core/Resources/translations/security.id.xlf'), 3 => ($this->targetDirs[3].'/vendor/knplabs/knp-paginator-bundle/Resources/translations/KnpPaginatorBundle.id.xliff')], 'it' => [0 => ($this->targetDirs[3].'/vendor/symfony/validator/Resources/translations/validators.it.xlf'), 1 => ($this->targetDirs[3].'/vendor/symfony/form/Resources/translations/validators.it.xlf'), 2 => ($this->targetDirs[3].'/vendor/symfony/security-core/Resources/translations/security.it.xlf'), 3 => ($this->targetDirs[3].'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.it.xlf'), 4 => ($this->targetDirs[3].'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/messages.it.xlf'), 5 => ($this->targetDirs[3].'/vendor/vich/uploader-bundle/Resources/translations/VichUploaderBundle.it.yml'), 6 => ($this->targetDirs[3].'/vendor/knplabs/knp-paginator-bundle/Resources/translations/KnpPaginatorBundle.it.xliff')], 'ja' => [0 => ($this->targetDirs[3].'/vendor/symfony/validator/Resources/translations/validators.ja.xlf'), 1 => ($this->targetDirs[3].'/vendor/symfony/form/Resources/translations/validators.ja.xlf'), 2 => ($this->targetDirs[3].'/vendor/symfony/security-core/Resources/translations/security.ja.xlf'), 3 => ($this->targetDirs[3].'/vendor/knplabs/knp-paginator-bundle/Resources/translations/KnpPaginatorBundle.ja.xliff')], 'lb' => [0 => ($this->targetDirs[3].'/vendor/symfony/validator/Resources/translations/validators.lb.xlf'), 1 => ($this->targetDirs[3].'/vendor/symfony/form/Resources/translations/validators.lb.xlf'), 2 => ($this->targetDirs[3].'/vendor/symfony/security-core/Resources/translations/security.lb.xlf')], 'lt' => [0 => ($this->targetDirs[3].'/vendor/symfony/validator/Resources/translations/validators.lt.xlf'), 1 => ($this->targetDirs[3].'/vendor/symfony/form/Resources/translations/validators.lt.xlf'), 2 => ($this->targetDirs[3].'/vendor/symfony/security-core/Resources/translations/security.lt.xlf'), 3 => ($this->targetDirs[3].'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.lt.xlf'), 4 => ($this->targetDirs[3].'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/messages.lt.xlf'), 5 => ($this->targetDirs[3].'/vendor/vich/uploader-bundle/Resources/translations/VichUploaderBundle.lt.yml'), 6 => ($this->targetDirs[3].'/vendor/knplabs/knp-paginator-bundle/Resources/translations/KnpPaginatorBundle.lt.xliff')], 'lv' => [0 => ($this->targetDirs[3].'/vendor/symfony/validator/Resources/translations/validators.lv.xlf'), 1 => ($this->targetDirs[3].'/vendor/symfony/form/Resources/translations/validators.lv.xlf'), 2 => ($this->targetDirs[3].'/vendor/symfony/security-core/Resources/translations/security.lv.xlf')], 'mn' => [0 => ($this->targetDirs[3].'/vendor/symfony/validator/Resources/translations/validators.mn.xlf'), 1 => ($this->targetDirs[3].'/vendor/symfony/form/Resources/translations/validators.mn.xlf')], 'nb' => [0 => ($this->targetDirs[3].'/vendor/symfony/validator/Resources/translations/validators.nb.xlf'), 1 => ($this->targetDirs[3].'/vendor/symfony/form/Resources/translations/validators.nb.xlf'), 2 => ($this->targetDirs[3].'/vendor/symfony/security-core/Resources/translations/security.nb.xlf')], 'nl' => [0 => ($this->targetDirs[3].'/vendor/symfony/validator/Resources/translations/validators.nl.xlf'), 1 => ($this->targetDirs[3].'/vendor/symfony/form/Resources/translations/validators.nl.xlf'), 2 => ($this->targetDirs[3].'/vendor/symfony/security-core/Resources/translations/security.nl.xlf'), 3 => ($this->targetDirs[3].'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.nl.xlf'), 4 => ($this->targetDirs[3].'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/messages.nl.xlf'), 5 => ($this->targetDirs[3].'/vendor/vich/uploader-bundle/Resources/translations/VichUploaderBundle.nl.yml'), 6 => ($this->targetDirs[3].'/vendor/knplabs/knp-paginator-bundle/Resources/translations/KnpPaginatorBundle.nl.xliff')], 'nn' => [0 => ($this->targetDirs[3].'/vendor/symfony/validator/Resources/translations/validators.nn.xlf'), 1 => ($this->targetDirs[3].'/vendor/symfony/form/Resources/translations/validators.nn.xlf'), 2 => ($this->targetDirs[3].'/vendor/symfony/security-core/Resources/translations/security.nn.xlf')], 'no' => [0 => ($this->targetDirs[3].'/vendor/symfony/validator/Resources/translations/validators.no.xlf'), 1 => ($this->targetDirs[3].'/vendor/symfony/form/Resources/translations/validators.no.xlf'), 2 => ($this->targetDirs[3].'/vendor/symfony/security-core/Resources/translations/security.no.xlf'), 3 => ($this->targetDirs[3].'/vendor/knplabs/knp-paginator-bundle/Resources/translations/KnpPaginatorBundle.no.xliff')], 'pl' => [0 => ($this->targetDirs[3].'/vendor/symfony/validator/Resources/translations/validators.pl.xlf'), 1 => ($this->targetDirs[3].'/vendor/symfony/form/Resources/translations/validators.pl.xlf'), 2 => ($this->targetDirs[3].'/vendor/symfony/security-core/Resources/translations/security.pl.xlf'), 3 => ($this->targetDirs[3].'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.pl.xlf'), 4 => ($this->targetDirs[3].'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/messages.pl.xlf'), 5 => ($this->targetDirs[3].'/vendor/vich/uploader-bundle/Resources/translations/VichUploaderBundle.pl.yml'), 6 => ($this->targetDirs[3].'/vendor/knplabs/knp-paginator-bundle/Resources/translations/KnpPaginatorBundle.pl.xliff')], 'pt' => [0 => ($this->targetDirs[3].'/vendor/symfony/validator/Resources/translations/validators.pt.xlf'), 1 => ($this->targetDirs[3].'/vendor/symfony/form/Resources/translations/validators.pt.xlf'), 2 => ($this->targetDirs[3].'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.pt.xlf'), 3 => ($this->targetDirs[3].'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/messages.pt.xlf'), 4 => ($this->targetDirs[3].'/vendor/vich/uploader-bundle/Resources/translations/VichUploaderBundle.pt.yml')], 'pt_BR' => [0 => ($this->targetDirs[3].'/vendor/symfony/validator/Resources/translations/validators.pt_BR.xlf'), 1 => ($this->targetDirs[3].'/vendor/symfony/form/Resources/translations/validators.pt_BR.xlf'), 2 => ($this->targetDirs[3].'/vendor/symfony/security-core/Resources/translations/security.pt_BR.xlf'), 3 => ($this->targetDirs[3].'/vendor/knplabs/knp-paginator-bundle/Resources/translations/KnpPaginatorBundle.pt_BR.xliff')], 'ro' => [0 => ($this->targetDirs[3].'/vendor/symfony/validator/Resources/translations/validators.ro.xlf'), 1 => ($this->targetDirs[3].'/vendor/symfony/form/Resources/translations/validators.ro.xlf'), 2 => ($this->targetDirs[3].'/vendor/symfony/security-core/Resources/translations/security.ro.xlf'), 3 => ($this->targetDirs[3].'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.ro.xlf'), 4 => ($this->targetDirs[3].'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/messages.ro.xlf'), 5 => ($this->targetDirs[3].'/vendor/knplabs/knp-paginator-bundle/Resources/translations/KnpPaginatorBundle.ro.xliff')], 'ru' => [0 => ($this->targetDirs[3].'/vendor/symfony/validator/Resources/translations/validators.ru.xlf'), 1 => ($this->targetDirs[3].'/vendor/symfony/form/Resources/translations/validators.ru.xlf'), 2 => ($this->targetDirs[3].'/vendor/symfony/security-core/Resources/translations/security.ru.xlf'), 3 => ($this->targetDirs[3].'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.ru.xlf'), 4 => ($this->targetDirs[3].'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/messages.ru.xlf'), 5 => ($this->targetDirs[3].'/vendor/vich/uploader-bundle/Resources/translations/VichUploaderBundle.ru.yml'), 6 => ($this->targetDirs[3].'/vendor/knplabs/knp-paginator-bundle/Resources/translations/KnpPaginatorBundle.ru.xliff')], 'sk' => [0 => ($this->targetDirs[3].'/vendor/symfony/validator/Resources/translations/validators.sk.xlf'), 1 => ($this->targetDirs[3].'/vendor/symfony/form/Resources/translations/validators.sk.xlf'), 2 => ($this->targetDirs[3].'/vendor/symfony/security-core/Resources/translations/security.sk.xlf')], 'sl' => [0 => ($this->targetDirs[3].'/vendor/symfony/validator/Resources/translations/validators.sl.xlf'), 1 => ($this->targetDirs[3].'/vendor/symfony/form/Resources/translations/validators.sl.xlf'), 2 => ($this->targetDirs[3].'/vendor/symfony/security-core/Resources/translations/security.sl.xlf'), 3 => ($this->targetDirs[3].'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.sl.xlf'), 4 => ($this->targetDirs[3].'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/messages.sl.xlf'), 5 => ($this->targetDirs[3].'/vendor/vich/uploader-bundle/Resources/translations/VichUploaderBundle.sl.yml')], 'sq' => [0 => ($this->targetDirs[3].'/vendor/symfony/validator/Resources/translations/validators.sq.xlf')], 'sr_Cyrl' => [0 => ($this->targetDirs[3].'/vendor/symfony/validator/Resources/translations/validators.sr_Cyrl.xlf'), 1 => ($this->targetDirs[3].'/vendor/symfony/form/Resources/translations/validators.sr_Cyrl.xlf'), 2 => ($this->targetDirs[3].'/vendor/symfony/security-core/Resources/translations/security.sr_Cyrl.xlf')], 'sr_Latn' => [0 => ($this->targetDirs[3].'/vendor/symfony/validator/Resources/translations/validators.sr_Latn.xlf'), 1 => ($this->targetDirs[3].'/vendor/symfony/form/Resources/translations/validators.sr_Latn.xlf'), 2 => ($this->targetDirs[3].'/vendor/symfony/security-core/Resources/translations/security.sr_Latn.xlf')], 'sv' => [0 => ($this->targetDirs[3].'/vendor/symfony/validator/Resources/translations/validators.sv.xlf'), 1 => ($this->targetDirs[3].'/vendor/symfony/form/Resources/translations/validators.sv.xlf'), 2 => ($this->targetDirs[3].'/vendor/symfony/security-core/Resources/translations/security.sv.xlf'), 3 => ($this->targetDirs[3].'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.sv.xlf'), 4 => ($this->targetDirs[3].'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/messages.sv.xlf'), 5 => ($this->targetDirs[3].'/vendor/knplabs/knp-paginator-bundle/Resources/translations/KnpPaginatorBundle.sv.xliff')], 'th' => [0 => ($this->targetDirs[3].'/vendor/symfony/validator/Resources/translations/validators.th.xlf'), 1 => ($this->targetDirs[3].'/vendor/symfony/security-core/Resources/translations/security.th.xlf')], 'tl' => [0 => ($this->targetDirs[3].'/vendor/symfony/validator/Resources/translations/validators.tl.xlf'), 1 => ($this->targetDirs[3].'/vendor/symfony/form/Resources/translations/validators.tl.xlf'), 2 => ($this->targetDirs[3].'/vendor/symfony/security-core/Resources/translations/security.tl.xlf')], 'tr' => [0 => ($this->targetDirs[3].'/vendor/symfony/validator/Resources/translations/validators.tr.xlf'), 1 => ($this->targetDirs[3].'/vendor/symfony/form/Resources/translations/validators.tr.xlf'), 2 => ($this->targetDirs[3].'/vendor/symfony/security-core/Resources/translations/security.tr.xlf'), 3 => ($this->targetDirs[3].'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.tr.xlf'), 4 => ($this->targetDirs[3].'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/messages.tr.xlf'), 5 => ($this->targetDirs[3].'/vendor/vich/uploader-bundle/Resources/translations/VichUploaderBundle.tr.yml')], 'uk' => [0 => ($this->targetDirs[3].'/vendor/symfony/validator/Resources/translations/validators.uk.xlf'), 1 => ($this->targetDirs[3].'/vendor/symfony/form/Resources/translations/validators.uk.xlf'), 2 => ($this->targetDirs[3].'/vendor/symfony/security-core/Resources/translations/security.uk.xlf'), 3 => ($this->targetDirs[3].'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.uk.xlf'), 4 => ($this->targetDirs[3].'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/messages.uk.xlf'), 5 => ($this->targetDirs[3].'/vendor/vich/uploader-bundle/Resources/translations/VichUploaderBundle.uk.yml'), 6 => ($this->targetDirs[3].'/vendor/knplabs/knp-paginator-bundle/Resources/translations/KnpPaginatorBundle.uk.xliff')], 'vi' => [0 => ($this->targetDirs[3].'/vendor/symfony/validator/Resources/translations/validators.vi.xlf'), 1 => ($this->targetDirs[3].'/vendor/symfony/form/Resources/translations/validators.vi.xlf'), 2 => ($this->targetDirs[3].'/vendor/symfony/security-core/Resources/translations/security.vi.xlf')], 'zh_CN' => [0 => ($this->targetDirs[3].'/vendor/symfony/validator/Resources/translations/validators.zh_CN.xlf'), 1 => ($this->targetDirs[3].'/vendor/symfony/form/Resources/translations/validators.zh_CN.xlf'), 2 => ($this->targetDirs[3].'/vendor/symfony/security-core/Resources/translations/security.zh_CN.xlf'), 3 => ($this->targetDirs[3].'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.zh_CN.xlf'), 4 => ($this->targetDirs[3].'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/messages.zh_CN.xlf')], 'zh_TW' => [0 => ($this->targetDirs[3].'/vendor/symfony/validator/Resources/translations/validators.zh_TW.xlf')], 'pt_PT' => [0 => ($this->targetDirs[3].'/vendor/symfony/security-core/Resources/translations/security.pt_PT.xlf')], 'sr_RS' => [0 => ($this->targetDirs[3].'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.sr_RS.xlf'), 1 => ($this->targetDirs[3].'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/messages.sr_RS.xlf')], 'vn' => [0 => ($this->targetDirs[3].'/vendor/vich/uploader-bundle/Resources/translations/VichUploaderBundle.vn.yml')], 'ky' => [0 => ($this->targetDirs[3].'/vendor/knplabs/knp-paginator-bundle/Resources/translations/KnpPaginatorBundle.ky.xliff')], 'sw' => [0 => ($this->targetDirs[3].'/vendor/knplabs/knp-paginator-bundle/Resources/translations/KnpPaginatorBundle.sw.xliff')]], 'scanned_directories' => [0 => ($this->targetDirs[3].'/vendor/symfony/validator/Resources/translations'), 1 => ($this->targetDirs[3].'/vendor/symfony/form/Resources/translations'), 2 => ($this->targetDirs[3].'/vendor/symfony/security-core/Resources/translations'), 3 => ($this->targetDirs[3].'/vendor/easycorp/easyadmin-bundle/src/Resources/translations'), 4 => ($this->targetDirs[3].'/vendor/vich/uploader-bundle/Resources/translations'), 5 => ($this->targetDirs[3].'/vendor/knplabs/knp-paginator-bundle/Resources/translations'), 6 => ($this->targetDirs[3].'/translations'), 7 => ($this->targetDirs[3].'/vendor/symfony/framework-bundle/Resources/translations'), 8 => ($this->targetDirs[3].'/src/Resources/FrameworkBundle/translations'), 9 => ($this->targetDirs[3].'/vendor/sensio/framework-extra-bundle/src/Resources/translations'), 10 => ($this->targetDirs[3].'/src/Resources/SensioFrameworkExtraBundle/translations'), 11 => ($this->targetDirs[3].'/vendor/doctrine/doctrine-bundle/Resources/translations'), 12 => ($this->targetDirs[3].'/src/Resources/DoctrineBundle/translations'), 13 => ($this->targetDirs[3].'/vendor/doctrine/doctrine-migrations-bundle/Resources/translations'), 14 => ($this->targetDirs[3].'/src/Resources/DoctrineMigrationsBundle/translations'), 15 => ($this->targetDirs[3].'/vendor/symfony/security-bundle/Resources/translations'), 16 => ($this->targetDirs[3].'/src/Resources/SecurityBundle/translations'), 17 => ($this->targetDirs[3].'/vendor/symfony/swiftmailer-bundle/Resources/translations'), 18 => ($this->targetDirs[3].'/src/Resources/SwiftmailerBundle/translations'), 19 => ($this->targetDirs[3].'/vendor/symfony/twig-bundle/Resources/translations'), 20 => ($this->targetDirs[3].'/src/Resources/TwigBundle/translations'), 21 => ($this->targetDirs[3].'/vendor/symfony/web-profiler-bundle/Resources/translations'), 22 => ($this->targetDirs[3].'/src/Resources/WebProfilerBundle/translations'), 23 => ($this->targetDirs[3].'/vendor/symfony/monolog-bundle/Resources/translations'), 24 => ($this->targetDirs[3].'/src/Resources/MonologBundle/translations'), 25 => ($this->targetDirs[3].'/vendor/symfony/debug-bundle/Resources/translations'), 26 => ($this->targetDirs[3].'/src/Resources/DebugBundle/translations'), 27 => ($this->targetDirs[3].'/vendor/symfony/maker-bundle/src/Resources/translations'), 28 => ($this->targetDirs[3].'/src/Resources/MakerBundle/translations'), 29 => ($this->targetDirs[3].'/vendor/symfony/web-server-bundle/Resources/translations'), 30 => ($this->targetDirs[3].'/src/Resources/WebServerBundle/translations'), 31 => ($this->targetDirs[3].'/vendor/doctrine/doctrine-fixtures-bundle/Resources/translations'), 32 => ($this->targetDirs[3].'/src/Resources/DoctrineFixturesBundle/translations'), 33 => ($this->targetDirs[3].'/src/Resources/EasyAdminBundle/translations'), 34 => ($this->targetDirs[3].'/src/Resources/VichUploaderBundle/translations'), 35 => ($this->targetDirs[3].'/vendor/liip/imagine-bundle/Resources/translations'), 36 => ($this->targetDirs[3].'/src/Resources/LiipImagineBundle/translations'), 37 => ($this->targetDirs[3].'/vendor/easycorp/easy-deploy-bundle/src/Resources/translations'), 38 => ($this->targetDirs[3].'/src/Resources/EasyDeployBundle/translations'), 39 => ($this->targetDirs[3].'/src/Resources/KnpPaginatorBundle/translations'), 40 => ($this->targetDirs[3].'/vendor/beelab/recaptcha2-bundle/Resources/translations'), 41 => ($this->targetDirs[3].'/src/Resources/BeelabRecaptcha2Bundle/translations'), 42 => ($this->targetDirs[3].'/vendor/welp/mailchimp-bundle/src/Resources/translations'), 43 => ($this->targetDirs[3].'/src/Resources/WelpMailchimpBundle/translations'), 44 => ($this->targetDirs[3].'/vendor/knpuniversity/oauth2-client-bundle/src/Resources/translations'), 45 => ($this->targetDirs[3].'/src/Resources/KnpUOAuth2ClientBundle/translations'), 46 => ($this->targetDirs[3].'/src/Resources/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/easycorp/easyadmin-bundle/src/Resources/translations', 4 => 'vendor/vich/uploader-bundle/Resources/translations', 5 => 'vendor/knplabs/knp-paginator-bundle/Resources/translations', 6 => 'translations', 7 => 'vendor/symfony/framework-bundle/Resources/translations', 8 => 'src/Resources/FrameworkBundle/translations', 9 => 'vendor/sensio/framework-extra-bundle/src/Resources/translations', 10 => 'src/Resources/SensioFrameworkExtraBundle/translations', 11 => 'vendor/doctrine/doctrine-bundle/Resources/translations', 12 => 'src/Resources/DoctrineBundle/translations', 13 => 'vendor/doctrine/doctrine-migrations-bundle/Resources/translations', 14 => 'src/Resources/DoctrineMigrationsBundle/translations', 15 => 'vendor/symfony/security-bundle/Resources/translations', 16 => 'src/Resources/SecurityBundle/translations', 17 => 'vendor/symfony/swiftmailer-bundle/Resources/translations', 18 => 'src/Resources/SwiftmailerBundle/translations', 19 => 'vendor/symfony/twig-bundle/Resources/translations', 20 => 'src/Resources/TwigBundle/translations', 21 => 'vendor/symfony/web-profiler-bundle/Resources/translations', 22 => 'src/Resources/WebProfilerBundle/translations', 23 => 'vendor/symfony/monolog-bundle/Resources/translations', 24 => 'src/Resources/MonologBundle/translations', 25 => 'vendor/symfony/debug-bundle/Resources/translations', 26 => 'src/Resources/DebugBundle/translations', 27 => 'vendor/symfony/maker-bundle/src/Resources/translations', 28 => 'src/Resources/MakerBundle/translations', 29 => 'vendor/symfony/web-server-bundle/Resources/translations', 30 => 'src/Resources/WebServerBundle/translations', 31 => 'vendor/doctrine/doctrine-fixtures-bundle/Resources/translations', 32 => 'src/Resources/DoctrineFixturesBundle/translations', 33 => 'src/Resources/EasyAdminBundle/translations', 34 => 'src/Resources/VichUploaderBundle/translations', 35 => 'vendor/liip/imagine-bundle/Resources/translations', 36 => 'src/Resources/LiipImagineBundle/translations', 37 => 'vendor/easycorp/easy-deploy-bundle/src/Resources/translations', 38 => 'src/Resources/EasyDeployBundle/translations', 39 => 'src/Resources/KnpPaginatorBundle/translations', 40 => 'vendor/beelab/recaptcha2-bundle/Resources/translations', 41 => 'src/Resources/BeelabRecaptcha2Bundle/translations', 42 => 'vendor/welp/mailchimp-bundle/src/Resources/translations', 43 => 'src/Resources/WelpMailchimpBundle/translations', 44 => 'vendor/knpuniversity/oauth2-client-bundle/src/Resources/translations', 45 => 'src/Resources/KnpUOAuth2ClientBundle/translations', 46 => 'src/Resources/translations']]]);
$instance->setConfigCacheFactory(($this->privates['config_cache_factory'] ?? $this->getConfigCacheFactoryService()));
$instance->setFallbackLocales([0 => 'fr']);
return $instance;
}
/**
* Gets the private 'twig.loader.filesystem' shared service.
*
* @return \Symfony\Bundle\TwigBundle\Loader\FilesystemLoader
*/
protected function getTwig_Loader_FilesystemService()
{
$this->privates['twig.loader.filesystem'] = $instance = new \Symfony\Bundle\TwigBundle\Loader\FilesystemLoader(($this->privates['templating.locator'] ?? $this->load('getTemplating_LocatorService.php')), ($this->privates['templating.name_parser'] ?? $this->load('getTemplating_NameParserService.php')), $this->targetDirs[3]);
$instance->addPath(($this->targetDirs[3].'/vendor/symfony/framework-bundle/Resources/views'), 'Framework');
$instance->addPath(($this->targetDirs[3].'/vendor/symfony/framework-bundle/Resources/views'), '!Framework');
$instance->addPath(($this->targetDirs[3].'/vendor/doctrine/doctrine-bundle/Resources/views'), 'Doctrine');
$instance->addPath(($this->targetDirs[3].'/vendor/doctrine/doctrine-bundle/Resources/views'), '!Doctrine');
$instance->addPath(($this->targetDirs[3].'/vendor/symfony/security-bundle/Resources/views'), 'Security');
$instance->addPath(($this->targetDirs[3].'/vendor/symfony/security-bundle/Resources/views'), '!Security');
$instance->addPath(($this->targetDirs[3].'/vendor/symfony/swiftmailer-bundle/Resources/views'), 'Swiftmailer');
$instance->addPath(($this->targetDirs[3].'/vendor/symfony/swiftmailer-bundle/Resources/views'), '!Swiftmailer');
$instance->addPath(($this->targetDirs[3].'/vendor/symfony/twig-bundle/Resources/views'), 'Twig');
$instance->addPath(($this->targetDirs[3].'/vendor/symfony/twig-bundle/Resources/views'), '!Twig');
$instance->addPath(($this->targetDirs[3].'/vendor/symfony/web-profiler-bundle/Resources/views'), 'WebProfiler');
$instance->addPath(($this->targetDirs[3].'/vendor/symfony/web-profiler-bundle/Resources/views'), '!WebProfiler');
$instance->addPath(($this->targetDirs[3].'/vendor/symfony/debug-bundle/Resources/views'), 'Debug');
$instance->addPath(($this->targetDirs[3].'/vendor/symfony/debug-bundle/Resources/views'), '!Debug');
$instance->addPath(($this->targetDirs[3].'/templates/bundles/EasyAdminBundle'), 'EasyAdmin');
$instance->addPath(($this->targetDirs[3].'/vendor/easycorp/easyadmin-bundle/src/Resources/views'), 'EasyAdmin');
$instance->addPath(($this->targetDirs[3].'/vendor/easycorp/easyadmin-bundle/src/Resources/views'), '!EasyAdmin');
$instance->addPath(($this->targetDirs[3].'/templates/bundles/VichUploaderBundle'), 'VichUploader');
$instance->addPath(($this->targetDirs[3].'/vendor/vich/uploader-bundle/Resources/views'), 'VichUploader');
$instance->addPath(($this->targetDirs[3].'/vendor/vich/uploader-bundle/Resources/views'), '!VichUploader');
$instance->addPath(($this->targetDirs[3].'/vendor/liip/imagine-bundle/Resources/views'), 'LiipImagine');
$instance->addPath(($this->targetDirs[3].'/vendor/liip/imagine-bundle/Resources/views'), '!LiipImagine');
$instance->addPath(($this->targetDirs[3].'/vendor/knplabs/knp-paginator-bundle/Resources/views'), 'KnpPaginator');
$instance->addPath(($this->targetDirs[3].'/vendor/knplabs/knp-paginator-bundle/Resources/views'), '!KnpPaginator');
$instance->addPath(($this->targetDirs[3].'/templates'));
$instance->addPath(($this->targetDirs[3].'/vendor/symfony/twig-bridge/Resources/views/Form'));
$instance->addPath(($this->targetDirs[3].'/vendor/beelab/recaptcha2-bundle/src/../templates'));
return $instance;
}
/**
* Gets the private 'validator.builder' shared service.
*
* @return \Symfony\Component\Validator\ValidatorBuilderInterface
*/
protected function getValidator_BuilderService()
{
$this->privates['validator.builder'] = $instance = \Symfony\Component\Validator\Validation::createValidatorBuilder();
$instance->setConstraintValidatorFactory(new \Symfony\Component\Validator\ContainerConstraintValidatorFactory(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'Beelab\\Recaptcha2Bundle\\Validator\\Constraints\\Recaptcha2Validator' => ['services', 'beelab_recaptcha2.validator', 'getBeelabRecaptcha2_ValidatorService.php', true],
'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator' => ['privates', 'doctrine.orm.validator.unique', 'getDoctrine_Orm_Validator_UniqueService.php', true],
'Symfony\\Component\\Security\\Core\\Validator\\Constraints\\UserPasswordValidator' => ['privates', 'security.validator.user_password', 'getSecurity_Validator_UserPasswordService.php', true],
'Symfony\\Component\\Validator\\Constraints\\EmailValidator' => ['privates', 'validator.email', 'getValidator_EmailService.php', true],
'Symfony\\Component\\Validator\\Constraints\\ExpressionValidator' => ['privates', 'validator.expression', 'getValidator_ExpressionService.php', true],
'Symfony\\Component\\Validator\\Constraints\\NotCompromisedPasswordValidator' => ['privates', 'validator.not_compromised_password', 'getValidator_NotCompromisedPasswordService.php', true],
'doctrine.orm.validator.unique' => ['privates', 'doctrine.orm.validator.unique', 'getDoctrine_Orm_Validator_UniqueService.php', true],
'recaptcha2' => ['services', 'beelab_recaptcha2.validator', 'getBeelabRecaptcha2_ValidatorService.php', true],
'security.validator.user_password' => ['privates', 'security.validator.user_password', 'getSecurity_Validator_UserPasswordService.php', true],
'validator.expression' => ['privates', 'validator.expression', 'getValidator_ExpressionService.php', true],
], [
'Beelab\\Recaptcha2Bundle\\Validator\\Constraints\\Recaptcha2Validator' => '?',
'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' => '?',
'recaptcha2' => '?',
'security.validator.user_password' => '?',
'validator.expression' => '?',
])));
$instance->setTranslator(new \Symfony\Component\Validator\Util\LegacyTranslatorProxy(($this->services['translator'] ?? $this->getTranslatorService())));
$instance->setTranslationDomain('validators');
$instance->addXmlMappings([0 => ($this->targetDirs[3].'/vendor/symfony/form/Resources/config/validation.xml')]);
$instance->addYamlMappings([0 => ($this->targetDirs[3].'/config/validator/validation.yaml')]);
$instance->enableAnnotationMapping(($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()))]);
return $instance;
}
/**
* Gets the private 'var_dumper.html_dumper' shared service.
*
* @return \Symfony\Component\VarDumper\Dumper\HtmlDumper
*/
protected function getVarDumper_HtmlDumperService()
{
$this->privates['var_dumper.html_dumper'] = $instance = new \Symfony\Component\VarDumper\Dumper\HtmlDumper(NULL, 'UTF-8', 0);
$instance->setDisplayOptions(['fileLinkFormat' => ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService())]);
return $instance;
}
/**
* Gets the private 'var_dumper.server_connection' shared service.
*
* @return \Symfony\Component\VarDumper\Server\Connection
*/
protected function getVarDumper_ServerConnectionService()
{
return $this->privates['var_dumper.server_connection'] = new \Symfony\Component\VarDumper\Server\Connection('tcp://'.$this->getEnv('string:VAR_DUMPER_SERVER'), ['source' => new \Symfony\Component\VarDumper\Dumper\ContextProvider\SourceContextProvider('UTF-8', $this->targetDirs[3], ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService())), 'request' => new \Symfony\Component\VarDumper\Dumper\ContextProvider\RequestContextProvider(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()))), 'cli' => new \Symfony\Component\VarDumper\Dumper\ContextProvider\CliContextProvider()]);
}
/**
* Gets the private 'vich_uploader.metadata_reader' shared service.
*
* @return \Vich\UploaderBundle\Metadata\MetadataReader
*/
protected function getVichUploader_MetadataReaderService()
{
$a = new \Metadata\Driver\FileLocator([]);
$b = new \Metadata\MetadataFactory(new \Metadata\Driver\DriverChain([0 => new \Vich\UploaderBundle\Metadata\Driver\XmlDriver($a), 1 => new \Vich\UploaderBundle\Metadata\Driver\AnnotationDriver(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService())), 2 => new \Vich\UploaderBundle\Metadata\Driver\YamlDriver($a)]), 'Metadata\\ClassHierarchyMetadata', true);
$b->setCache(new \Metadata\Cache\FileCache(($this->targetDirs[0].'/vich_uploader')));
return $this->privates['vich_uploader.metadata_reader'] = new \Vich\UploaderBundle\Metadata\MetadataReader($b);
}
/**
* Gets the private 'vich_uploader.property_mapping_factory' shared service.
*
* @return \Vich\UploaderBundle\Mapping\PropertyMappingFactory
*/
protected function getVichUploader_PropertyMappingFactoryService()
{
return $this->privates['vich_uploader.property_mapping_factory'] = new \Vich\UploaderBundle\Mapping\PropertyMappingFactory($this, ($this->privates['vich_uploader.metadata_reader'] ?? $this->getVichUploader_MetadataReaderService()), $this->getParameter('vich_uploader.mappings'), '_name');
}
/**
* Gets the private 'vich_uploader.storage.file_system' shared service.
*
* @return \Vich\UploaderBundle\Storage\FileSystemStorage
*/
protected function getVichUploader_Storage_FileSystemService()
{
return $this->privates['vich_uploader.storage.file_system'] = new \Vich\UploaderBundle\Storage\FileSystemStorage(($this->privates['vich_uploader.property_mapping_factory'] ?? $this->getVichUploader_PropertyMappingFactoryService()));
}
/**
* 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()
{
return $this->privates['web_profiler.debug_toolbar'] = new \Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener(($this->services['twig'] ?? $this->getTwigService()), false, 2, ($this->services['router'] ?? $this->getRouterService()), '^/((index|app(_[\\w]+)?)\\.php/)?_wdt', ($this->privates['web_profiler.csp.handler'] ?? $this->getWebProfiler_Csp_HandlerService()));
}
public function getParameter($name)
{
$name = (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($name)
{
$name = (string) $name;
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($name, $value)
{
throw new LogicException('Impossible to call set() on a frozen ParameterBag.');
}
public function getParameterBag()
{
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.root_dir' => false,
'kernel.project_dir' => false,
'kernel.cache_dir' => false,
'kernel.logs_dir' => false,
'kernel.bundles_metadata' => false,
'google_recaptcha_site_key' => false,
'kernel.secret' => false,
'session.save_path' => false,
'validator.mapping.cache.file' => false,
'translator.default_path' => false,
'profiler.storage.dsn' => false,
'debug.container.dump' => false,
'serializer.mapping.cache.file' => false,
'doctrine.orm.proxy_dir' => false,
'doctrine_migrations.dir_name' => false,
'twig.default_path' => false,
'vich_uploader.mappings' => false,
'liip_imagine.resolvers' => false,
'liip_imagine.loaders' => false,
'beelab_recaptcha2.site_key' => false,
'beelab_recaptcha2.secret' => false,
];
private $dynamicParameters = [];
/**
* Computes a dynamic parameter.
*
* @param string $name The name of the dynamic parameter to load
*
* @return mixed The value of the dynamic parameter
*
* @throws InvalidArgumentException When the dynamic parameter does not exist
*/
private function getDynamicParameter($name)
{
switch ($name) {
case 'kernel.root_dir': $value = ($this->targetDirs[3].'/src'); break;
case 'kernel.project_dir': $value = $this->targetDirs[3]; break;
case 'kernel.cache_dir': $value = $this->targetDirs[0]; break;
case 'kernel.logs_dir': $value = ($this->targetDirs[2].'/log'); break;
case 'kernel.bundles_metadata': $value = [
'FrameworkBundle' => [
'path' => ($this->targetDirs[3].'/vendor/symfony/framework-bundle'),
'namespace' => 'Symfony\\Bundle\\FrameworkBundle',
],
'SensioFrameworkExtraBundle' => [
'path' => ($this->targetDirs[3].'/vendor/sensio/framework-extra-bundle/src'),
'namespace' => 'Sensio\\Bundle\\FrameworkExtraBundle',
],
'DoctrineBundle' => [
'path' => ($this->targetDirs[3].'/vendor/doctrine/doctrine-bundle'),
'namespace' => 'Doctrine\\Bundle\\DoctrineBundle',
],
'DoctrineMigrationsBundle' => [
'path' => ($this->targetDirs[3].'/vendor/doctrine/doctrine-migrations-bundle'),
'namespace' => 'Doctrine\\Bundle\\MigrationsBundle',
],
'SecurityBundle' => [
'path' => ($this->targetDirs[3].'/vendor/symfony/security-bundle'),
'namespace' => 'Symfony\\Bundle\\SecurityBundle',
],
'SwiftmailerBundle' => [
'path' => ($this->targetDirs[3].'/vendor/symfony/swiftmailer-bundle'),
'namespace' => 'Symfony\\Bundle\\SwiftmailerBundle',
],
'TwigBundle' => [
'path' => ($this->targetDirs[3].'/vendor/symfony/twig-bundle'),
'namespace' => 'Symfony\\Bundle\\TwigBundle',
],
'WebProfilerBundle' => [
'path' => ($this->targetDirs[3].'/vendor/symfony/web-profiler-bundle'),
'namespace' => 'Symfony\\Bundle\\WebProfilerBundle',
],
'MonologBundle' => [
'path' => ($this->targetDirs[3].'/vendor/symfony/monolog-bundle'),
'namespace' => 'Symfony\\Bundle\\MonologBundle',
],
'DebugBundle' => [
'path' => ($this->targetDirs[3].'/vendor/symfony/debug-bundle'),
'namespace' => 'Symfony\\Bundle\\DebugBundle',
],
'MakerBundle' => [
'path' => ($this->targetDirs[3].'/vendor/symfony/maker-bundle/src'),
'namespace' => 'Symfony\\Bundle\\MakerBundle',
],
'WebServerBundle' => [
'path' => ($this->targetDirs[3].'/vendor/symfony/web-server-bundle'),
'namespace' => 'Symfony\\Bundle\\WebServerBundle',
],
'DoctrineFixturesBundle' => [
'path' => ($this->targetDirs[3].'/vendor/doctrine/doctrine-fixtures-bundle'),
'namespace' => 'Doctrine\\Bundle\\FixturesBundle',
],
'EasyAdminBundle' => [
'path' => ($this->targetDirs[3].'/vendor/easycorp/easyadmin-bundle/src'),
'namespace' => 'EasyCorp\\Bundle\\EasyAdminBundle',
],
'VichUploaderBundle' => [
'path' => ($this->targetDirs[3].'/vendor/vich/uploader-bundle'),
'namespace' => 'Vich\\UploaderBundle',
],
'LiipImagineBundle' => [
'path' => ($this->targetDirs[3].'/vendor/liip/imagine-bundle'),
'namespace' => 'Liip\\ImagineBundle',
],
'EasyDeployBundle' => [
'path' => ($this->targetDirs[3].'/vendor/easycorp/easy-deploy-bundle/src'),
'namespace' => 'EasyCorp\\Bundle\\EasyDeployBundle',
],
'KnpPaginatorBundle' => [
'path' => ($this->targetDirs[3].'/vendor/knplabs/knp-paginator-bundle'),
'namespace' => 'Knp\\Bundle\\PaginatorBundle',
],
'BeelabRecaptcha2Bundle' => [
'path' => ($this->targetDirs[3].'/vendor/beelab/recaptcha2-bundle'),
'namespace' => 'Beelab\\Recaptcha2Bundle',
],
'WelpMailchimpBundle' => [
'path' => ($this->targetDirs[3].'/vendor/welp/mailchimp-bundle/src'),
'namespace' => 'Welp\\MailchimpBundle',
],
'KnpUOAuth2ClientBundle' => [
'path' => ($this->targetDirs[3].'/vendor/knpuniversity/oauth2-client-bundle/src'),
'namespace' => 'KnpU\\OAuth2ClientBundle',
],
]; break;
case 'google_recaptcha_site_key': $value = $this->getEnv('GOOGLE_RECAPTCHA_SITE_KEY'); break;
case 'kernel.secret': $value = $this->getEnv('APP_SECRET'); break;
case 'session.save_path': $value = ($this->targetDirs[0].'/sessions'); break;
case 'validator.mapping.cache.file': $value = ($this->targetDirs[0].'/validation.php'); break;
case 'translator.default_path': $value = ($this->targetDirs[3].'/translations'); break;
case 'profiler.storage.dsn': $value = ('file:'.$this->targetDirs[0].'/profiler'); break;
case 'debug.container.dump': $value = ($this->targetDirs[0].'/srcApp_KernelDevDebugContainer.xml'); break;
case 'serializer.mapping.cache.file': $value = ($this->targetDirs[0].'/serialization.php'); break;
case 'doctrine.orm.proxy_dir': $value = ($this->targetDirs[0].'/doctrine/orm/Proxies'); break;
case 'doctrine_migrations.dir_name': $value = ($this->targetDirs[3].'/src/Migrations'); break;
case 'twig.default_path': $value = ($this->targetDirs[3].'/templates'); break;
case 'vich_uploader.mappings': $value = [
'agency_logo' => [
'uri_prefix' => '/uploads/images/logos',
'upload_destination' => ($this->targetDirs[3].'/public/uploads/images/logos'),
'namer' => [
'service' => 'Vich\\UploaderBundle\\Naming\\SmartUniqueNamer.agency_logo',
'options' => [
],
],
'directory_namer' => [
'service' => NULL,
'options' => NULL,
],
'delete_on_remove' => true,
'delete_on_update' => true,
'inject_on_load' => false,
'db_driver' => 'orm',
],
'estatead_images' => [
'uri_prefix' => '/uploads/images/estateads',
'upload_destination' => ($this->targetDirs[3].'/public/uploads/images/estateads'),
'namer' => [
'service' => 'Vich\\UploaderBundle\\Naming\\SmartUniqueNamer.estatead_images',
'options' => [
],
],
'directory_namer' => [
'service' => NULL,
'options' => NULL,
],
'delete_on_remove' => true,
'delete_on_update' => true,
'inject_on_load' => false,
'db_driver' => 'orm',
],
'estatead_pdf' => [
'uri_prefix' => '/uploads/pdf/estateads',
'upload_destination' => ($this->targetDirs[3].'/public/uploads/pdf/estateads'),
'namer' => [
'service' => NULL,
'options' => NULL,
],
'directory_namer' => [
'service' => NULL,
'options' => NULL,
],
'delete_on_remove' => true,
'delete_on_update' => true,
'inject_on_load' => false,
'db_driver' => 'orm',
],
]; break;
case 'liip_imagine.resolvers': $value = [
'default' => [
'web_path' => [
'web_root' => ($this->targetDirs[3].'/public'),
'cache_prefix' => 'media/cache',
],
],
]; break;
case 'liip_imagine.loaders': $value = [
'default' => [
'filesystem' => [
'locator' => 'filesystem',
'data_root' => [
0 => ($this->targetDirs[3].'/public'),
],
'allow_unresolvable_data_roots' => false,
'bundle_resources' => [
'enabled' => false,
'access_control_type' => 'blacklist',
'access_control_list' => [
],
],
],
],
]; break;
case 'beelab_recaptcha2.site_key': $value = $this->getEnv('APP_RECAPTCHA_SITE_KEY'); break;
case 'beelab_recaptcha2.secret': $value = $this->getEnv('APP_RECAPTCHA_SECRET'); break;
default: throw new InvalidArgumentException(sprintf('The dynamic parameter "%s" must be defined.', $name));
}
$this->loadedDynamicParameters[$name] = true;
return $this->dynamicParameters[$name] = $value;
}
/**
* Gets the default parameters.
*
* @return array An array of the default parameters
*/
protected function getDefaultParameters()
{
return [
'kernel.environment' => 'dev',
'kernel.debug' => true,
'kernel.name' => 'src',
'kernel.bundles' => [
'FrameworkBundle' => 'Symfony\\Bundle\\FrameworkBundle\\FrameworkBundle',
'SensioFrameworkExtraBundle' => 'Sensio\\Bundle\\FrameworkExtraBundle\\SensioFrameworkExtraBundle',
'DoctrineBundle' => 'Doctrine\\Bundle\\DoctrineBundle\\DoctrineBundle',
'DoctrineMigrationsBundle' => 'Doctrine\\Bundle\\MigrationsBundle\\DoctrineMigrationsBundle',
'SecurityBundle' => 'Symfony\\Bundle\\SecurityBundle\\SecurityBundle',
'SwiftmailerBundle' => 'Symfony\\Bundle\\SwiftmailerBundle\\SwiftmailerBundle',
'TwigBundle' => 'Symfony\\Bundle\\TwigBundle\\TwigBundle',
'WebProfilerBundle' => 'Symfony\\Bundle\\WebProfilerBundle\\WebProfilerBundle',
'MonologBundle' => 'Symfony\\Bundle\\MonologBundle\\MonologBundle',
'DebugBundle' => 'Symfony\\Bundle\\DebugBundle\\DebugBundle',
'MakerBundle' => 'Symfony\\Bundle\\MakerBundle\\MakerBundle',
'WebServerBundle' => 'Symfony\\Bundle\\WebServerBundle\\WebServerBundle',
'DoctrineFixturesBundle' => 'Doctrine\\Bundle\\FixturesBundle\\DoctrineFixturesBundle',
'EasyAdminBundle' => 'EasyCorp\\Bundle\\EasyAdminBundle\\EasyAdminBundle',
'VichUploaderBundle' => 'Vich\\UploaderBundle\\VichUploaderBundle',
'LiipImagineBundle' => 'Liip\\ImagineBundle\\LiipImagineBundle',
'EasyDeployBundle' => 'EasyCorp\\Bundle\\EasyDeployBundle\\EasyDeployBundle',
'KnpPaginatorBundle' => 'Knp\\Bundle\\PaginatorBundle\\KnpPaginatorBundle',
'BeelabRecaptcha2Bundle' => 'Beelab\\Recaptcha2Bundle\\BeelabRecaptcha2Bundle',
'WelpMailchimpBundle' => 'Welp\\MailchimpBundle\\WelpMailchimpBundle',
'KnpUOAuth2ClientBundle' => 'KnpU\\OAuth2ClientBundle\\KnpUOAuth2ClientBundle',
],
'kernel.charset' => 'UTF-8',
'kernel.container_class' => 'srcApp_KernelDevDebugContainer',
'container.dumper.inline_class_loader' => true,
'locale' => 'fr',
'app.path.logos_images' => '/uploads/images/logos',
'app.path.estatead_images' => '/uploads/images/estateads',
'app.path.estatead_pdf' => '/uploads/pdf/estateads',
'fb_link' => 'https://www.facebook.com/Preums-101176798085505',
'insta_link' => 'https://www.instagram.com/preums_/',
'stripe_public_key' => 'pk_test_ncYpy5Cec8bGsJc85i8JKVVE00N075Ni63',
'stripe_secret_key' => 'sk_test_06Xmdj63T7omf43U1tWFRM6A002Q6kgmuK',
'preums_mail' => 'postmaster@nouveausite.fr',
'admin_mail' => [
0 => 'alexrush@gmail.com',
1 => 'gerald.seguin@gustibus.fr',
],
'payment' => [
'currency' => 'EUR',
'decimal' => true,
'premium_amount_monthly' => 7.99,
'premium_amount_quarterly' => 14.97,
],
'fragment.renderer.hinclude.global_template' => NULL,
'fragment.path' => '/_fragment',
'kernel.http_method_override' => true,
'kernel.trusted_hosts' => [
],
'kernel.default_locale' => 'fr',
'templating.helper.code.file_link_format' => NULL,
'debug.file_link_format' => NULL,
'session.metadata.storage_key' => '_sf2_meta',
'session.storage.options' => [
'cache_limiter' => '0',
'cookie_secure' => 'auto',
'cookie_httponly' => true,
'cookie_samesite' => 'lax',
'gc_probability' => 1,
],
'session.metadata.update_threshold' => 0,
'form.type_extension.csrf.enabled' => true,
'form.type_extension.csrf.field_name' => '_token',
'asset.request_context.base_path' => '',
'asset.request_context.secure' => false,
'templating.loader.cache.path' => NULL,
'templating.engines' => [
0 => 'twig',
1 => 'php',
],
'templating.helper.form.resources' => [
0 => 'FrameworkBundle:Form',
],
'validator.mapping.cache.prefix' => '',
'validator.translation_domain' => 'validators',
'translator.logging' => false,
'profiler_listener.only_exceptions' => false,
'profiler_listener.only_master_requests' => false,
'debug.error_handler.throw_at' => -1,
'router.request_context.host' => 'localhost',
'router.request_context.scheme' => 'http',
'router.request_context.base_url' => '',
'router.resource' => 'kernel::loadRoutes',
'router.cache_class_prefix' => 'srcApp_KernelDevDebugContainer',
'request_listener.http_port' => 80,
'request_listener.https_port' => 443,
'serializer.mapping.cache.prefix' => '',
'doctrine.dbal.logger.chain.class' => 'Doctrine\\DBAL\\Logging\\LoggerChain',
'doctrine.dbal.logger.profiling.class' => 'Doctrine\\DBAL\\Logging\\DebugStack',
'doctrine.dbal.logger.class' => 'Symfony\\Bridge\\Doctrine\\Logger\\DbalLogger',
'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' => [
],
'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\\Common\\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.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.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.proxy_namespace' => 'Proxies',
'doctrine_migrations.namespace' => 'DoctrineMigrations',
'doctrine_migrations.table_name' => 'migration_versions',
'doctrine_migrations.column_name' => 'version',
'doctrine_migrations.column_length' => 14,
'doctrine_migrations.executed_at_column_name' => 'executed_at',
'doctrine_migrations.all_or_nothing' => false,
'doctrine_migrations.name' => 'Application Migrations',
'doctrine_migrations.custom_template' => NULL,
'doctrine_migrations.organize_migrations' => false,
'security.authentication.trust_resolver.anonymous_class' => NULL,
'security.authentication.trust_resolver.rememberme_class' => NULL,
'security.role_hierarchy.roles' => [
],
'security.access.denied_url' => NULL,
'security.authentication.manager.erase_credentials' => true,
'security.authentication.session_strategy.strategy' => 'migrate',
'security.access.always_authenticate_before_granting' => true,
'security.authentication.hide_user_not_found' => true,
'swiftmailer.mailer.default.transport.name' => 'dynamic',
'swiftmailer.mailer.default.spool.enabled' => false,
'swiftmailer.mailer.default.plugin.impersonate' => NULL,
'swiftmailer.mailer.default.single_address' => NULL,
'swiftmailer.mailer.default.delivery.enabled' => true,
'swiftmailer.spool.enabled' => false,
'swiftmailer.delivery.enabled' => true,
'swiftmailer.single_address' => NULL,
'swiftmailer.mailers' => [
'default' => 'swiftmailer.mailer.default',
],
'swiftmailer.default_mailer' => 'default',
'twig.exception_listener.controller' => 'twig.controller.exception::showAction',
'twig.form.resources' => [
0 => 'form_fields.html.twig',
1 => '@VichUploader/Form/fields.html.twig',
2 => 'form_div_layout.html.twig',
3 => '@LiipImagine/Form/form_div_layout.html.twig',
],
'web_profiler.debug_toolbar.intercept_redirects' => false,
'web_profiler.debug_toolbar.mode' => 2,
'monolog.use_microseconds' => true,
'monolog.swift_mailer.handlers' => [
],
'monolog.handlers_to_channels' => [
'monolog.handler.console' => [
'type' => 'exclusive',
'elements' => [
0 => 'event',
1 => 'doctrine',
2 => 'console',
],
],
'monolog.handler.main' => [
'type' => 'exclusive',
'elements' => [
0 => 'event',
],
],
],
'env(VAR_DUMPER_SERVER)' => '127.0.0.1:9912',
'easyadmin.config' => [
'entities' => [
'Agency' => [
'class' => 'App\\Entity\\Agency',
'label' => 'Agence',
'list' => [
'actions' => [
0 => [
'name' => 'activateagency',
'label' => 'Valider',
'template' => 'admin/activate.html.twig',
'css_class' => 'icon-check',
'icon' => 'check',
],
1 => [
'name' => 'edit',
'label' => 'Modifier',
'icon' => 'edit',
],
2 => [
'name' => 'delete',
'label' => 'Supprimer',
'icon' => 'trash-alt',
],
],
'fields' => [
0 => [
'property' => 'created_at',
'label' => 'Date de création',
],
1 => [
'property' => 'name',
'label' => 'Nom',
],
2 => [
'property' => 'siret',
'label' => 'Siret',
],
3 => [
'property' => 'tcard_number',
'label' => 'N° Carte T',
],
4 => [
'property' => 'logo',
'type' => 'image',
'base_path' => '/uploads/images/logos',
],
5 => [
'property' => 'city',
'label' => 'Ville',
],
6 => [
'property' => 'customstatus',
'label' => 'Statut',
],
],
],
'show' => [
'fields' => [
0 => 'id',
1 => [
'property' => 'name',
'css_class' => 'large',
],
],
],
'form' => [
'fields' => [
0 => [
'type' => 'group',
'css_class' => 'col-sm-8',
'label' => 'Informations de base',
'icon' => 'pencil',
],
1 => [
'property' => 'name',
'css_class' => 'large',
'label' => 'menu.label.agency_name',
],
2 => [
'property' => 'address',
'css_class' => 'large',
'label' => 'menu.label.address',
],
3 => [
'property' => 'city',
'css_class' => 'large',
'label' => 'menu.label.city',
],
4 => [
'property' => 'phone',
'css_class' => 'large',
'label' => 'menu.label.phone',
],
5 => [
'property' => 'siret',
'css_class' => 'large',
'label' => 'menu.label.siret',
],
6 => [
'property' => 'tcard_number',
'css_class' => 'large',
'label' => 'menu.label.tcard_number',
],
7 => [
'type' => 'group',
'css_class' => 'col-sm-4',
'label' => 'Logo',
'icon' => 'image',
],
8 => [
'property' => 'logoFile',
'type' => 'vich_image',
'type_options' => [
'required' => true,
],
],
],
],
'name' => 'Agency',
],
'AgencyUser' => [
'class' => 'App\\Entity\\AgencyUser',
'controller' => 'App\\Controller\\AgencyUserController',
'label' => 'Utilisateur',
'list' => [
'actions' => [
0 => [
'name' => 'edit',
'label' => 'Modifier',
'icon' => 'edit',
],
1 => [
'name' => 'delete',
'label' => 'Supprimer',
'icon' => 'trash-alt',
],
],
'fields' => [
0 => [
'property' => 'created_at',
'label' => 'Date de création',
],
1 => [
'property' => 'username',
'label' => 'Nom d\'utilisateur',
],
2 => [
'property' => 'agency_id',
'label' => 'Agence',
],
3 => [
'property' => 'email',
'label' => 'Adresse e-mail',
],
4 => [
'property' => 'customstatus',
'label' => 'Statut',
],
],
],
'show' => [
'fields' => [
0 => 'id',
1 => [
'property' => 'name',
'css_class' => 'large',
],
],
],
'form' => [
'fields' => [
0 => [
'property' => 'agency_id',
'type' => 'easyadmin_autocomplete',
'label' => 'menu.label.agency_name',
'permission' => 'ROLE_ADMIN',
],
1 => [
'type' => 'group',
'css_class' => 'col-sm-8',
'label' => 'Basic information',
'icon' => 'pencil',
],
2 => [
'property' => 'username',
'css_class' => 'large',
'label' => 'menu.label.username',
],
3 => [
'property' => 'password',
'css_class' => 'large',
'label' => 'menu.label.password',
],
4 => [
'property' => 'email',
'css_class' => 'large',
'label' => 'menu.label.email',
],
5 => [
'property' => 'name',
'css_class' => 'large',
'label' => 'menu.label.name',
],
6 => [
'property' => 'first_name',
'css_class' => 'large',
'label' => 'menu.label.firstname',
],
7 => [
'property' => 'position',
'css_class' => 'large',
'label' => 'menu.label.position',
],
],
],
'name' => 'AgencyUser',
],
'EStateAd' => [
'class' => 'App\\Entity\\EStateAd',
'label' => 'Annonces',
'list' => [
'actions' => [
0 => [
'name' => 'publish',
'label' => 'Publier',
'template' => 'admin/publish.html.twig',
'css_class' => 'icon-check',
'icon' => 'check',
'permission' => [
0 => 'ROLE_ADMIN',
],
],
1 => [
'name' => 'preview',
'label' => 'Apercu',
'target' => '_blank',
'icon' => 'eye',
],
2 => [
'name' => 'edit',
'label' => 'Modifier',
'icon' => 'edit',
],
3 => [
'name' => 'delete',
'label' => 'Supprimer',
'icon' => 'trash-alt',
],
4 => [
'name' => 'new',
'label' => 'Créer une annonce',
],
5 => [
'name' => 'archive',
'label' => 'Archiver',
'icon' => 'file-alt',
'template' => 'admin/archive.html.twig',
'permission' => [
0 => 'ROLE_ADMIN',
1 => 'ROLE_AGENCY_OWNER',
],
],
6 => [
'name' => 'sousoffre',
'label' => 'Sous-offre',
'icon' => 'file-alt',
'template' => 'admin/sousoffre.html.twig',
'permission' => [
0 => 'ROLE_ADMIN',
1 => 'ROLE_AGENCY_OWNER',
],
],
7 => [
'name' => 'coupdecoeur',
'label' => 'Coup de coeur',
'icon' => 'heart',
'template' => 'admin/coupdecoeur.html.twig',
'permission' => [
0 => 'ROLE_ADMIN',
],
],
],
'sort' => 'created_at',
'fields' => [
0 => [
'property' => 'created_at',
'label' => 'Date de publication',
],
1 => [
'property' => 'title',
'label' => 'Titre',
],
2 => [
'property' => 'reference',
'label' => 'Réf.',
],
3 => [
'property' => 'city',
'label' => 'Ville',
],
4 => [
'property' => 'customprice',
'label' => 'Prix FAI (frais agence inclus)',
],
5 => [
'property' => 'customstatus',
'label' => 'Statut',
],
6 => [
'property' => 'customdisplay',
'label' => 'Coup de coeur',
'permission' => [
0 => 'ROLE_ADMIN',
],
],
7 => [
'property' => 'estatead_images',
'template' => 'admin/customimage.html.twig',
'label' => 'Photo',
],
],
],
'show' => [
'fields' => [
0 => 'id',
1 => [
'property' => 'name',
'css_class' => 'large',
],
2 => [
'property' => 'city',
'css_class' => 'large',
],
3 => [
'property' => 'price',
'css_class' => 'large',
],
],
],
'new' => [
'fields' => [
0 => [
'property' => 'estatead_images',
'type' => 'collection',
'type_options' => [
'block_name' => 'custom_name',
'required' => true,
'entry_type' => 'App\\Form\\EStateAdImageType',
'by_reference' => false,
],
],
],
],
'edit' => [
'fields' => [
0 => [
'property' => 'estatead_images',
'type' => 'collection',
'type_options' => [
'block_name' => 'custom_name',
'required' => false,
'entry_type' => 'App\\Form\\EStateAdImageType',
'by_reference' => false,
],
],
],
],
'form' => [
'fields' => [
0 => [
'type' => 'tab',
'label' => '1',
],
1 => [
'type' => 'group',
'css_class' => 'col-sm-12',
'label' => 'Caractéristiques',
'icon' => 'pencil',
],
2 => [
'property' => 'name',
'css_class' => 'col-sm-auto d-flex align-items-end',
'label' => 'menu.label.ad.name',
],
3 => [
'property' => 'title',
'css_class' => 'col-sm-auto d-flex align-items-end',
'label' => 'menu.label.ad.title',
],
4 => [
'property' => 'type',
'type' => 'choice',
'type_options' => [
'mapped' => true,
'expanded' => true,
'multiple' => false,
'choices' => [
'Maison' => '0',
'Appartement' => '1',
],
],
'css_class' => 'col-sm-12',
'label' => 'menu.label.ad.type',
],
5 => [
'property' => 'city',
'css_class' => 'col-sm-6',
'label' => 'menu.label.ad.city',
],
6 => [
'property' => 'zipcode',
'type' => 'hidden',
'css_class' => 'col-sm-6',
'label' => 'menu.label.ad.zipcode',
],
7 => [
'property' => 'nb_rooms',
'type' => 'choice',
'css_class' => 'col-sm-12',
'label' => 'menu.label.ad.nb_rooms',
'type_options' => [
'mapped' => true,
'expanded' => true,
'multiple' => false,
'choices' => [
'Studio' => '1',
2 => '2',
3 => '3',
'4 et plus' => '4',
],
],
],
8 => [
'property' => 'nb_bedrooms',
'type' => 'choice',
'css_class' => 'col-sm-12',
'label' => 'menu.label.ad.nb_bedrooms',
'type_options' => [
'mapped' => true,
'expanded' => true,
'multiple' => false,
'choices' => [
'Studio' => '0',
1 => '1',
2 => '2',
3 => '3',
'4 et plus' => '4',
],
],
],
9 => [
'property' => 'surface',
'css_class' => 'col-sm-2',
'label' => 'menu.label.ad.surface',
],
10 => [
'property' => 'carrez_surface',
'css_class' => 'col-sm-2 d-flex align-items-end',
'label' => 'menu.label.ad.carrez_surface',
],
11 => [
'property' => 'crossing',
'css_class' => 'col-sm-2 d-flex align-items-end',
'label' => 'menu.label.ad.crossing',
],
12 => [
'type' => 'group',
'css_class' => 'w-100',
],
13 => [
'property' => 'floor',
'css_class' => 'col-sm-1',
'label' => 'menu.label.ad.floor',
],
14 => [
'property' => 'floor_max',
'css_class' => 'col-sm-1 d-flex align-items-end',
'label' => 'menu.label.ad.floor_max',
],
15 => [
'property' => 'last_floor',
'css_class' => 'col-auto d-flex align-items-end',
'label' => 'menu.label.ad.last_floor',
],
16 => [
'property' => 'elevator',
'css_class' => 'col-auto d-flex align-items-end',
'label' => 'menu.label.ad.elevator',
],
17 => [
'type' => 'group',
'css_class' => 'w-100',
],
18 => [
'property' => 'construction_year',
'css_class' => 'col-sm-2',
'label' => 'menu.label.ad.construction_year',
],
19 => [
'type' => 'group',
'css_class' => 'w-100',
],
20 => [
'type' => 'group',
'css_class' => 'col-sm-12',
'label' => 'Aspect financier',
'icon' => 'pencil',
],
21 => [
'property' => 'price',
'css_class' => 'col-sm-3',
'label' => 'menu.label.ad.price',
],
22 => [
'property' => 'commission_amount',
'css_class' => 'col-sm-3',
'label' => 'menu.label.ad.commission_amount',
],
23 => [
'property' => 'commission_type',
'type' => 'choice',
'type_options' => [
'placeholder' => false,
'mapped' => true,
'expanded' => true,
'multiple' => false,
'choices' => [
'Vendeur' => '0',
'Acquéreur' => '1',
],
],
'css_class' => 'col-sm-2',
'label' => 'menu.label.ad.commission_type',
],
24 => [
'type' => 'group',
'css_class' => 'w-100',
],
25 => [
'property' => 'mandate_type',
'type' => 'choice',
'type_options' => [
'mapped' => true,
'expanded' => true,
'multiple' => false,
'choices' => [
'Mandat exclusif (que sur Preums pendant 7 jours)' => '0',
'Mandat simple (que sur Preums pendant 7 jours)' => '1',
'Mandat simple' => '2',
],
],
'css_class' => 'col-sm-12 label-hidden',
'label' => 'menu.label.ad.commission_type',
],
26 => [
'type' => 'group',
'css_class' => 'w-100',
],
27 => [
'property' => 'condo',
'css_class' => 'col-sm-2 d-flex align-items-end displayOnClick',
'label' => 'menu.label.ad.condo',
],
28 => [
'property' => 'lot',
'css_class' => 'col-sm-1 invisible',
'label' => 'menu.label.ad.lot',
],
29 => [
'property' => 'annual_charges',
'css_class' => 'col-sm-3 invisible',
'label' => 'menu.label.ad.annual_charges',
],
30 => [
'property' => 'heater_incl',
'css_class' => 'col-sm-auto d-flex align-items-end invisible',
'label' => 'menu.label.ad.heater_incl',
],
31 => [
'property' => 'water_incl',
'css_class' => 'col-sm-auto d-flex align-items-end invisible',
'label' => 'menu.label.ad.water_incl',
],
32 => [
'type' => 'group',
'css_class' => 'w-100',
],
33 => [
'property' => 'rental_investment',
'css_class' => 'col-sm-auto d-flex align-items-end displayOnClick',
'label' => 'menu.label.ad.rental_investment',
],
34 => [
'property' => 'monthly_rent',
'css_class' => 'col-sm-auto invisible',
'label' => 'menu.label.ad.monthly_rent',
'type_options' => [
'label_attr' => [
'class' => 'required',
],
],
],
35 => [
'type' => 'group',
'css_class' => 'w-100',
],
36 => [
'type' => 'tab',
'label' => '2',
],
37 => [
'type' => 'group',
'css_class' => 'col-sm-12',
'label' => 'Intérieurs',
'icon' => 'pencil',
],
38 => [
'property' => 'nb_entrances',
'css_class' => 'col-sm-1 numberRepeater',
'label' => 'menu.label.ad.nb_entrances',
'type_options' => [
'attr' => [
'min' => '0',
'data-singular' => 'entrée',
'data-plural' => 'entrées',
],
],
],
39 => [
'property' => 'surface_entrances',
'type' => 'collection',
'css_class' => 'col-sm-1 numberRepeated',
'label' => 'menu.label.ad.surface_entrances',
],
40 => [
'type' => 'group',
'css_class' => 'w-100',
],
41 => [
'property' => 'nb_livingrooms',
'css_class' => 'col-sm-1 numberRepeater',
'label' => 'menu.label.ad.nb_livingrooms',
'type_options' => [
'attr' => [
'min' => '0',
'data-singular' => 'séjour',
'data-plural' => 'séjours',
],
],
],
42 => [
'property' => 'surface_livingrooms',
'type' => 'collection',
'css_class' => 'col-sm-1 numberRepeated',
'label' => 'menu.label.ad.surface_livingrooms',
],
43 => [
'property' => 'double_livingrooms',
'css_class' => 'col-sm-2 d-flex align-items-end',
'label' => 'menu.label.ad.double_livingrooms',
],
44 => [
'type' => 'group',
'css_class' => 'w-100',
],
45 => [
'property' => 'nb_diningrooms',
'css_class' => 'col-sm-12',
'label' => 'menu.label.ad.nb_diningrooms',
'type_options' => [
'attr' => [
'min' => '0',
'data-singular' => 'salle à manger',
'data-plural' => 'salles à manger',
],
],
],
46 => [
'type' => 'group',
'css_class' => 'w-100',
],
47 => [
'property' => 'nb_kitchens',
'css_class' => 'col-sm-2 numberRepeater',
'label' => 'menu.label.ad.nb_kitchens',
'type_options' => [
'attr' => [
'min' => '0',
'data-singular' => 'cuisine',
'data-plural' => 'cuisines',
],
],
],
48 => [
'property' => 'surface_kitchens',
'type' => 'collection',
'css_class' => 'col-sm-2 numberRepeated',
'label' => 'menu.label.ad.surface_kitchens',
],
49 => [
'property' => 'is_kitchen_us',
'type' => 'collection',
'type_options' => [
'entry_type' => 'checkbox',
'allow_add' => true,
'allow_delete' => true,
],
'css_class' => 'col-sm-auto d-flex align-items-start numberRepeated',
'label' => 'menu.label.ad.is_kitchen_us',
],
50 => [
'property' => 'is_kitchen_fitted',
'type' => 'collection',
'type_options' => [
'entry_type' => 'checkbox',
],
'css_class' => 'col-sm-auto d-flex align-items-start numberRepeated',
'label' => 'menu.label.ad.is_kitchen_fitted',
],
51 => [
'property' => 'is_kitchen_equipped',
'type' => 'collection',
'type_options' => [
'entry_type' => 'checkbox',
],
'css_class' => 'col-sm-auto d-flex align-items-start numberRepeated',
'label' => 'menu.label.ad.is_kitchen_equipped',
],
52 => [
'property' => 'kitchen_description',
'type' => 'collection',
'css_class' => 'col-sm-auto d-flex align-items-start numberRepeated',
'label' => 'menu.label.ad.kitchen_description',
],
53 => [
'type' => 'group',
'css_class' => 'w-100',
],
54 => [
'property' => 'nb_cellars',
'css_class' => 'col-sm-12',
'label' => 'menu.label.ad.nb_cellars',
'type_options' => [
'attr' => [
'min' => '0',
'data-singular' => 'cellier',
'data-plural' => 'celliers',
],
],
],
55 => [
'type' => 'group',
'css_class' => 'w-100',
],
56 => [
'property' => 'nb_bedrooms_step2',
'css_class' => 'col-sm-1 numberRepeater',
'label' => 'menu.label.ad.nb_bedrooms_step2',
'type_options' => [
'attr' => [
'min' => '0',
'data-singular' => 'chambre',
'data-plural' => 'chambres',
],
],
],
57 => [
'property' => 'surface_rooms',
'type' => 'collection',
'css_class' => 'col-sm-1 numberRepeated',
'label' => 'menu.label.ad.surface_rooms',
],
58 => [
'type' => 'group',
'css_class' => 'w-100',
],
59 => [
'property' => 'nb_masterrooms',
'css_class' => 'col-sm-2 numberRepeater',
'label' => 'menu.label.ad.nb_masterrooms',
'type_options' => [
'attr' => [
'min' => '0',
],
],
],
60 => [
'property' => 'surface_masterrooms',
'type' => 'collection',
'css_class' => 'col-sm-1 numberRepeated',
'label' => 'menu.label.ad.surface_masterrooms',
],
61 => [
'property' => 'has_masterrooms_dressing',
'type' => 'collection',
'type_options' => [
'entry_type' => 'checkbox',
'allow_add' => true,
'allow_delete' => true,
],
'css_class' => 'col-sm-auto d-flex align-items-start numberRepeated',
'label' => 'menu.label.ad.has_masterrooms_dressing',
],
62 => [
'property' => 'has_masterrooms_bathroom',
'type' => 'collection',
'type_options' => [
'entry_type' => 'checkbox',
'allow_add' => true,
'allow_delete' => true,
],
'css_class' => 'col-sm-auto d-flex align-items-start numberRepeated',
'label' => 'menu.label.ad.has_masterrooms_bathroom',
],
63 => [
'property' => 'has_masterrooms_waterroom',
'type' => 'collection',
'type_options' => [
'entry_type' => 'checkbox',
'allow_add' => true,
'allow_delete' => true,
],
'css_class' => 'col-sm-auto d-flex align-items-start numberRepeated',
'label' => 'menu.label.ad.has_masterrooms_waterroom',
],
64 => [
'property' => 'has_masterrooms_wc',
'type' => 'collection',
'type_options' => [
'entry_type' => 'checkbox',
'allow_add' => true,
'allow_delete' => true,
],
'css_class' => 'col-sm-auto d-flex align-items-start numberRepeated',
'label' => 'menu.label.ad.has_masterrooms_wc',
],
65 => [
'type' => 'group',
'css_class' => 'w-100',
],
66 => [
'property' => 'nb_dressings',
'css_class' => 'col-sm-12',
'label' => 'menu.label.ad.nb_dressings',
'type_options' => [
'attr' => [
'min' => '0',
'data-singular' => 'dressing',
'data-plural' => 'dressings',
],
],
],
67 => [
'property' => 'nb_studies',
'css_class' => 'col-sm-12',
'label' => 'menu.label.ad.nb_studies',
'type_options' => [
'attr' => [
'min' => '0',
'data-singular' => 'bureau',
'data-plural' => 'bureaux',
],
],
],
68 => [
'property' => 'nb_mezzanines',
'css_class' => 'col-sm-12',
'label' => 'menu.label.ad.nb_mezzanines',
'type_options' => [
'attr' => [
'min' => '0',
'data-singular' => 'mezzanine',
'data-plural' => 'mezzanines',
],
],
],
69 => [
'type' => 'group',
'css_class' => 'w-100',
],
70 => [
'property' => 'nb_bathrooms',
'css_class' => 'col-sm-2 numberRepeater',
'label' => 'menu.label.ad.nb_bathrooms',
'type_options' => [
'attr' => [
'min' => '0',
'data-singular' => 'salle de bain',
'data-plural' => 'salles de bain',
],
],
],
71 => [
'property' => 'surface_bathrooms',
'type' => 'collection',
'css_class' => 'col-sm-1 numberRepeated',
'label' => 'menu.label.ad.surface_bathrooms',
],
72 => [
'property' => 'has_bathrooms_wc',
'type' => 'collection',
'type_options' => [
'entry_type' => 'checkbox',
'allow_add' => true,
'allow_delete' => true,
],
'css_class' => 'col-sm-4 numberRepeated',
'label' => 'menu.label.ad.has_bathrooms_wc',
],
73 => [
'type' => 'group',
'css_class' => 'w-100',
],
74 => [
'property' => 'nb_waterrooms',
'css_class' => 'col-sm-2 numberRepeater',
'label' => 'menu.label.ad.nb_waterrooms',
'type_options' => [
'attr' => [
'min' => '0',
'data-singular' => 'salle d\'eau',
'data-plural' => 'salles d\'eau',
],
],
],
75 => [
'property' => 'surface_waterrooms',
'type' => 'collection',
'css_class' => 'col-sm-1 numberRepeated',
'label' => 'menu.label.ad.surface_waterrooms',
],
76 => [
'property' => 'has_waterrooms_wc',
'type' => 'collection',
'type_options' => [
'entry_type' => 'checkbox',
'allow_add' => true,
'allow_delete' => true,
],
'css_class' => 'col-sm-4 numberRepeated',
'label' => 'menu.label.ad.has_waterrooms_wc',
],
77 => [
'type' => 'group',
'css_class' => 'w-100',
],
78 => [
'property' => 'nb_wc',
'css_class' => 'col-sm-12',
'label' => 'menu.label.ad.nb_wc',
'type_options' => [
'attr' => [
'min' => '0',
'data-singular' => 'wc',
'data-plural' => 'wc',
],
],
],
79 => [
'property' => 'nb_laundry',
'css_class' => 'col-sm-12',
'label' => 'menu.label.ad.nb_laundry',
'type_options' => [
'attr' => [
'min' => '0',
'data-singular' => 'buanderie',
'data-plural' => 'buanderies',
],
],
],
80 => [
'type' => 'group',
'css_class' => 'w-100',
],
81 => [
'property' => 'nb_veranda',
'css_class' => 'col-sm-12',
'label' => 'menu.label.ad.nb_veranda',
'type_options' => [
'attr' => [
'min' => '0',
'data-singular' => 'véranda',
'data-plural' => 'vérandas',
],
],
],
82 => [
'type' => 'group',
'css_class' => 'w-100',
],
83 => [
'property' => 'nb_attics',
'css_class' => 'col-sm-2 numberRepeater',
'label' => 'menu.label.ad.nb_attics',
'type_options' => [
'attr' => [
'min' => '0',
'data-singular' => 'comble',
'data-plural' => 'combles',
],
],
],
84 => [
'property' => 'surface_attics',
'type' => 'collection',
'css_class' => 'col-sm-1 numberRepeated',
'label' => 'menu.label.ad.surface_attics',
],
85 => [
'property' => 'is_attics_fitted',
'type' => 'collection',
'type_options' => [
'entry_type' => 'checkbox',
'allow_add' => true,
'allow_delete' => true,
],
'css_class' => 'col-sm-auto d-flex align-items-start numberRepeated',
'label' => 'menu.label.ad.is_attics_fitted',
],
86 => [
'type' => 'group',
'css_class' => 'w-100',
],
87 => [
'property' => 'nb_basements',
'css_class' => 'col-sm-2 numberRepeater',
'label' => 'menu.label.ad.nb_basements',
'type_options' => [
'attr' => [
'min' => '0',
'data-singular' => 'sous-sol',
'data-plural' => 'sous-sols',
],
],
],
88 => [
'property' => 'surface_basements',
'type' => 'collection',
'css_class' => 'col-sm-1 numberRepeated',
'label' => 'menu.label.ad.surface_basements',
],
89 => [
'property' => 'is_basement_total',
'type' => 'collection',
'type_options' => [
'entry_type' => 'checkbox',
'allow_add' => true,
'allow_delete' => true,
],
'css_class' => 'col-sm-auto numberRepeated',
'label' => 'menu.label.ad.is_basement_total',
],
90 => [
'property' => 'is_basements_fitted',
'type' => 'collection',
'type_options' => [
'entry_type' => 'checkbox',
'allow_add' => true,
'allow_delete' => true,
],
'css_class' => 'col-sm-auto d-flex align-items-start numberRepeated',
'label' => 'menu.label.ad.is_basements_fitted',
],
91 => [
'type' => 'group',
'css_class' => 'w-100',
],
92 => [
'property' => 'nb_caves',
'css_class' => 'col-sm-12',
'label' => 'menu.label.ad.nb_caves',
'type_options' => [
'attr' => [
'min' => '0',
'data-singular' => 'cave',
'datacplural' => 'caves',
],
],
],
93 => [
'type' => 'group',
'css_class' => 'w-100',
],
94 => [
'property' => 'nb_others',
'type' => 'collection',
'css_class' => 'col-sm-1 numberRepeated2',
'label' => 'menu.label.ad.others',
'type_options' => [
'attr' => [
'min' => '0',
],
],
],
95 => [
'property' => 'name_others',
'type' => 'collection',
'css_class' => 'col-sm-3 numberRepeated2',
'label' => 'menu.label.ad.name_others',
],
96 => [
'property' => 'surface_others',
'type' => 'collection',
'css_class' => 'col-sm-1 numberRepeated2',
'label' => 'menu.label.ad.surface_entrances',
],
97 => [
'type' => 'group',
'css_class' => 'w-100',
],
98 => [
'property' => 'is_heater_collective',
'css_class' => 'col-sm-12',
'label' => 'menu.label.ad.is_heater_collective',
'type' => 'choice',
'type_options' => [
'expanded' => true,
'multiple' => false,
'choices' => [
'collectif' => true,
'individuel' => false,
],
'placeholder' => false,
],
],
99 => [
'property' => 'heater_type',
'type' => 'choice',
'type_options' => [
'mapped' => true,
'expanded' => true,
'multiple' => true,
'choices' => [
'électrique' => '0',
'gaz' => '1',
'fioul' => '2',
'géothermie' => '3',
'solaire' => '4',
],
],
'css_class' => 'col-sm-12',
'label' => NULL,
],
100 => [
'type' => 'group',
'css_class' => 'col-sm-12',
'label' => 'Extérieurs',
'icon' => 'pencil',
],
101 => [
'property' => 'nb_balconies',
'css_class' => 'col-sm-1 numberRepeater',
'label' => 'menu.label.ad.nb_balconies',
'type_options' => [
'attr' => [
'min' => '0',
],
],
],
102 => [
'property' => 'surface_balconies',
'type' => 'collection',
'css_class' => 'col-sm-1 numberRepeated',
'label' => 'menu.label.ad.surface_balconies',
],
103 => [
'property' => 'orientation_balconies',
'type' => 'collection',
'css_class' => 'col-sm-auto numberRepeated d-flex align-items-start',
'label' => 'menu.label.ad.orientation_balconies',
],
104 => [
'type' => 'group',
'css_class' => 'w-100',
],
105 => [
'property' => 'nb_terraces',
'css_class' => 'col-sm-1 numberRepeater',
'label' => 'menu.label.ad.nb_terraces',
'type_options' => [
'attr' => [
'min' => '0',
],
],
],
106 => [
'property' => 'surface_terraces',
'type' => 'collection',
'css_class' => 'col-sm-1 numberRepeated',
'label' => 'menu.label.ad.surface_terraces',
],
107 => [
'property' => 'orientation_terraces',
'type' => 'collection',
'css_class' => 'col-sm-auto numberRepeated d-flex align-items-start',
'label' => 'menu.label.ad.orientation_terraces',
],
108 => [
'type' => 'group',
'css_class' => 'w-100',
],
109 => [
'property' => 'nb_gardens',
'css_class' => 'col-sm-1 numberRepeater',
'label' => 'menu.label.ad.nb_gardens',
'type_options' => [
'attr' => [
'min' => '0',
],
],
],
110 => [
'property' => 'surface_gardens',
'type' => 'collection',
'css_class' => 'col-sm-1 numberRepeated',
'label' => 'menu.label.ad.surface_gardens',
],
111 => [
'property' => 'orientation_gardens',
'type' => 'collection',
'css_class' => 'col-sm-auto numberRepeated d-flex align-items-start',
'label' => 'menu.label.ad.orientation_gardens',
],
112 => [
'type' => 'group',
'css_class' => 'w-100',
],
113 => [
'property' => 'nb_loggias',
'css_class' => 'col-sm-1 numberRepeater',
'label' => 'menu.label.ad.nb_loggias',
'type_options' => [
'attr' => [
'min' => '0',
],
],
],
114 => [
'property' => 'surface_loggias',
'type' => 'collection',
'css_class' => 'col-sm-1 numberRepeated',
'label' => 'menu.label.ad.surface_loggias',
],
115 => [
'property' => 'orientation_loggias',
'type' => 'collection',
'css_class' => 'col-sm-auto numberRepeated d-flex align-items-start',
'label' => 'menu.label.ad.orientation_loggias',
],
116 => [
'type' => 'group',
'css_class' => 'w-100',
],
117 => [
'property' => 'nb_swimmingpools',
'css_class' => 'col-sm-12',
'label' => 'menu.label.ad.nb_swimmingpools',
'type_options' => [
'attr' => [
'min' => '0',
],
],
],
118 => [
'type' => 'tab',
'label' => '3',
],
119 => [
'type' => 'group',
'css_class' => 'col-sm-12',
'label' => 'Les plus',
'icon' => 'pencil',
],
120 => [
'type' => 'section',
'label' => 'Parking',
'icon' => 'phone',
],
121 => [
'property' => 'nb_parking_ext',
'css_class' => 'col-sm-3',
'label' => 'menu.label.ad.nb_parking_ext',
'type_options' => [
'attr' => [
'min' => '0',
'data-singular' => 'parking ext.',
'data-plural' => 'parkings ext.',
],
],
],
122 => [
'property' => 'nb_parking_int',
'css_class' => 'col-sm-3',
'label' => 'menu.label.ad.nb_parking_int',
'type_options' => [
'attr' => [
'min' => '0',
'data-singular' => 'parking int.',
'data-plural' => 'parkings int.',
],
],
],
123 => [
'property' => 'nb_parking_box',
'css_class' => 'col-sm-3',
'label' => 'menu.label.ad.nb_parking_box',
'type_options' => [
'attr' => [
'min' => '0',
'data-singular' => 'box',
'data-plural' => 'boxes',
],
],
],
124 => [
'property' => 'nb_garages',
'css_class' => 'col-sm-3',
'label' => 'menu.label.ad.nb_garages',
'type_options' => [
'attr' => [
'min' => '0',
'data-singular' => 'garage',
'data-plural' => 'garages',
],
],
],
125 => [
'property' => 'is_in_a_row',
'css_class' => 'col-sm-4',
'label' => 'menu.label.ad.is_in_a_row',
],
126 => [
'property' => 'is_parking_double',
'css_class' => 'col-sm-4',
'label' => 'menu.label.ad.is_parking_double',
],
127 => [
'property' => 'is_parking_collective',
'css_class' => 'col-sm-4',
'label' => 'menu.label.ad.is_parking_collective',
],
128 => [
'type' => 'section',
'label' => 'Autres',
'icon' => 'phone',
],
129 => [
'property' => 'has_fiber',
'css_class' => 'col-sm-2',
'label' => 'menu.label.ad.has_fiber',
'type_options' => [
'attr' => [
'data-singular' => 'fibre optique',
],
],
],
130 => [
'property' => 'has_chimney',
'css_class' => 'col-sm-2',
'label' => 'menu.label.ad.has_chimney',
'type_options' => [
'attr' => [
'data-singular' => 'cheminée',
],
],
],
131 => [
'property' => 'has_intercom',
'css_class' => 'col-sm-2',
'label' => 'menu.label.ad.has_intercom',
'type_options' => [
'attr' => [
'data-singular' => 'interphone',
],
],
],
132 => [
'property' => 'has_visiophone',
'css_class' => 'col-sm-2',
'label' => 'menu.label.ad.has_visiophone',
'type_options' => [
'attr' => [
'data-singular' => 'visiophone',
],
],
],
133 => [
'property' => 'has_caretaker',
'css_class' => 'col-sm-2',
'label' => 'menu.label.ad.has_caretaker',
'type_options' => [
'attr' => [
'data-singular' => 'concierge',
],
],
],
134 => [
'property' => 'has_janitor',
'css_class' => 'col-sm-2',
'label' => 'menu.label.ad.has_janitor',
'type_options' => [
'attr' => [
'data-singular' => 'gardien',
],
],
],
135 => [
'property' => 'has_bike_storage',
'css_class' => 'col-sm-2',
'label' => 'menu.label.ad.has_bike_storage',
'type_options' => [
'attr' => [
'data-singular' => 'local vélo/poussette',
],
],
],
136 => [
'property' => 'has_gym',
'css_class' => 'col-sm-2',
'label' => 'menu.label.ad.has_gym',
'type_options' => [
'attr' => [
'data-singular' => 'salle de sport',
],
],
],
137 => [
'type' => 'group',
'css_class' => 'col-sm-12',
'label' => 'Diagnostiques',
'icon' => 'pencil',
],
138 => [
'type' => 'group',
'css_class' => 'w-100',
],
139 => [
'property' => 'dpe',
'css_class' => 'col-sm-3',
'label' => 'menu.label.ad.dpe',
],
140 => [
'property' => 'is_dpe_empty',
'css_class' => 'col-sm-1',
'label' => 'menu.label.ad.dpe_empty',
],
141 => [
'type' => 'group',
'css_class' => 'w-100',
],
142 => [
'property' => 'ges',
'css_class' => 'col-sm-3',
'label' => 'menu.label.ad.ges',
],
143 => [
'property' => 'is_ges_empty',
'css_class' => 'col-sm-1',
'label' => 'menu.label.ad.ges_empty',
],
144 => [
'type' => 'group',
'css_class' => 'w-100',
],
145 => [
'type' => 'group',
'css_class' => 'col-sm-12',
'label' => 'Localisation',
'icon' => 'pencil',
],
146 => [
'property' => 'sector',
'css_class' => 'col-sm-12',
'label' => 'menu.label.ad.sector',
],
147 => [
'property' => 'nb_metro_mns',
'css_class' => 'col-sm-4',
'label' => 'menu.label.ad.nb_metro_mns',
'type_options' => [
'attr' => [
'min' => '0',
],
],
],
148 => [
'property' => 'nb_metro_meters',
'css_class' => 'col-sm-4',
'label' => 'menu.label.ad.nb_metro_meters',
'type_options' => [
'attr' => [
'min' => '0',
],
],
],
149 => [
'property' => 'metro_name',
'css_class' => 'col-sm-4',
'label' => 'menu.label.ad.metro_name',
],
150 => [
'property' => 'nb_rer_mns',
'css_class' => 'col-sm-4',
'label' => 'menu.label.ad.nb_rer_mns',
'type_options' => [
'attr' => [
'min' => '0',
],
],
],
151 => [
'property' => 'nb_rer_meters',
'css_class' => 'col-sm-4',
'label' => 'menu.label.ad.nb_rer_meters',
'type_options' => [
'attr' => [
'min' => '0',
],
],
],
152 => [
'property' => 'rer_name',
'css_class' => 'col-sm-4',
'label' => 'menu.label.ad.rer_name',
],
153 => [
'property' => 'nb_bus_mns',
'css_class' => 'col-sm-4',
'label' => 'menu.label.ad.nb_bus_mns',
'type_options' => [
'attr' => [
'min' => '0',
],
],
],
154 => [
'property' => 'nb_bus_meters',
'css_class' => 'col-sm-4',
'label' => 'menu.label.ad.nb_bus_meters',
'type_options' => [
'attr' => [
'min' => '0',
],
],
],
155 => [
'property' => 'bus_name',
'css_class' => 'col-sm-4',
'label' => 'menu.label.ad.bus_name',
],
156 => [
'property' => 'nb_school_mns',
'css_class' => 'col-sm-4',
'label' => 'menu.label.ad.nb_school_mns',
'type_options' => [
'attr' => [
'min' => '0',
],
],
],
157 => [
'property' => 'nb_school_meters',
'css_class' => 'col-sm-4',
'label' => 'menu.label.ad.nb_school_meters',
'type_options' => [
'attr' => [
'min' => '0',
],
],
],
158 => [
'property' => 'school_name',
'css_class' => 'col-sm-4',
'label' => 'menu.label.ad.school_name',
],
159 => [
'type' => 'tab',
'label' => '4',
],
160 => [
'property' => 'estatead_images',
'label' => 'Photos du bien (Une minimum - Dix maximum - Format jpg et png - 2mo max)',
'type' => 'collection',
'type_options' => [
'entry_type' => 'App\\Form\\EStateAdImageType',
'by_reference' => false,
],
],
161 => [
'property' => 'pdfFile',
'type' => 'vich_file',
'label' => 'Plan (PDF)',
],
162 => [
'property' => 'prefilled_text',
'type_options' => [
'mapped' => false,
],
'type' => 'checkbox',
'label' => 'Texte prédéfini',
'class' => 'nomargin prefilled',
],
163 => [
'property' => 'free_text',
'css_class' => 'col-sm-12',
'label' => 'menu.label.ad.free_text',
],
],
],
'name' => 'EStateAd',
],
'PromoCode' => [
'class' => 'App\\Entity\\PromoCode',
'label' => 'Codes promo',
'list' => [
'actions' => [
0 => [
'name' => 'edit',
'label' => 'Modifier',
'icon' => 'edit',
],
1 => [
'name' => 'delete',
'label' => 'Supprimer',
'icon' => 'trash-alt',
],
],
'fields' => [
0 => [
'property' => 'created_at',
'label' => 'Date de création',
],
1 => [
'property' => 'used_at',
'label' => 'Date d\'utilisation',
],
2 => [
'property' => 'code',
'label' => 'Code',
],
3 => [
'property' => 'quota',
'label' => 'Quota',
],
4 => [
'property' => 'user_id',
'label' => 'Utilisateur',
],
5 => [
'property' => 'discount_amount',
'label' => 'Montant de la réduction',
],
],
],
'show' => [
'fields' => [
0 => 'id',
1 => [
'property' => 'name',
'css_class' => 'large',
],
],
],
'form' => [
'fields' => [
0 => [
'property' => 'code',
'css_class' => 'large',
'label' => 'menu.label.promocode_code',
],
1 => [
'property' => 'quota',
'css_class' => 'large',
'label' => 'menu.label.promocode_quota',
],
2 => [
'property' => 'discount_amount',
'css_class' => 'large',
'label' => 'menu.label.promocode_discount_amount',
],
],
],
'name' => 'PromoCode',
],
],
'formats' => [
'date' => 'd/m/Y',
'time' => 'H:i',
'datetime' => 'd/m/Y H:i:s',
'dateinterval' => '%y Year(s) %m Month(s) %d Day(s)',
],
'site_name' => '<img src="/img/preums_logo.png" alt="Preums">',
'user' => [
'name_property_path' => 'first_name',
'display_name' => true,
'display_avatar' => true,
'avatar_property_path' => NULL,
],
'design' => [
'form_theme' => [
0 => '@EasyAdmin/form/bootstrap_4.html.twig',
],
'assets' => [
'css' => [
0 => '/css/tagify.css',
1 => '/css/custom_admin.css',
2 => 'https://code.jquery.com/ui/1.12.1/themes/base/jquery-ui.css',
],
'js' => [
0 => '/js/tagify.min.js',
1 => '/js/custom_admin.js',
],
'favicon' => [
'path' => 'favicon.ico',
'mime_type' => 'image/x-icon',
],
],
'menu' => [
0 => [
'label' => 'menu.label.myprofile',
'url' => '/profil',
'icon' => 'null',
'default' => true,
],
1 => [
'label' => 'menu.label.mysubscription',
'url' => '/profil/mon-abonnement',
'icon' => 'null',
'permission' => [
0 => 'ROLE_NORMAL_USER',
1 => 'ROLE_PREMIUM_USER',
],
],
2 => [
'label' => 'menu.label.mysearch',
'url' => '/profil/ma-recherche',
'icon' => 'null',
'permission' => [
0 => 'ROLE_NORMAL_USER',
1 => 'ROLE_PREMIUM_USER',
2 => 'ROLE_ADMIN',
],
],
3 => [
'label' => 'menu.label.myfav',
'url' => '/profil/mes-favoris',
'icon' => 'null',
'permission' => [
0 => 'ROLE_NORMAL_USER',
1 => 'ROLE_PREMIUM_USER',
],
],
4 => [
'label' => 'menu.label.promocodes',
'entity' => 'PromoCode',
'icon' => 'null',
'permission' => [
0 => 'ROLE_ADMIN',
],
],
5 => [
'label' => 'menu.label.agencies',
'entity' => 'Agency',
'icon' => 'null',
'permission' => 'ROLE_ADMIN',
],
6 => [
'label' => 'menu.label.estatead',
'entity' => 'EStateAd',
'icon' => 'null',
'permission' => [
0 => 'ROLE_ADMIN',
1 => 'ROLE_AGENCY_OWNER',
2 => 'ROLE_AGENCY_USER',
],
],
7 => [
'label' => 'menu.label.myteam',
'entity' => 'AgencyUser',
'icon' => 'null',
'permission' => [
0 => 'ROLE_ADMIN',
1 => 'ROLE_AGENCY_OWNER',
],
],
],
'brand_color' => 'hsl(230, 55%, 60%)',
],
'disabled_actions' => [
],
'translation_domain' => 'messages',
'list' => [
'actions' => [
],
'collapse_actions' => false,
'batch_actions' => [
],
'max_results' => 15,
'item_permission' => NULL,
],
'search' => [
],
'edit' => [
'actions' => [
],
'item_permission' => NULL,
],
'new' => [
'actions' => [
],
'item_permission' => NULL,
],
'show' => [
'actions' => [
],
'max_results' => 10,
'item_permission' => NULL,
],
],
'vich_uploader.default_filename_attribute_suffix' => '_name',
'vich_uploader.file_injector.class' => 'Vich\\UploaderBundle\\Injector\\FileInjector',
'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.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' => [
],
],
'logo_full' => [
'quality' => 75,
'jpeg_quality' => NULL,
'png_compression_level' => NULL,
'png_compression_filter' => NULL,
'format' => NULL,
'animated' => false,
'cache' => NULL,
'data_loader' => NULL,
'default_image' => NULL,
'filters' => [
'auto_rotate' => [
],
],
'post_processors' => [
],
],
'logo_thumb' => [
'quality' => 75,
'jpeg_quality' => NULL,
'png_compression_level' => NULL,
'png_compression_filter' => NULL,
'format' => NULL,
'animated' => false,
'cache' => NULL,
'data_loader' => NULL,
'default_image' => NULL,
'filters' => [
'auto_rotate' => [
],
'thumbnail' => [
'size' => [
0 => 150,
1 => 150,
],
'mode' => 'outbound',
],
],
'post_processors' => [
],
],
'user_thumbnail' => [
'quality' => 75,
'jpeg_quality' => NULL,
'png_compression_level' => NULL,
'png_compression_filter' => NULL,
'format' => NULL,
'animated' => false,
'cache' => NULL,
'data_loader' => NULL,
'default_image' => NULL,
'filters' => [
'auto_rotate' => [
],
'thumbnail' => [
'size' => [
0 => 540,
1 => 295,
],
'mode' => 'outbound',
],
],
'post_processors' => [
],
],
'img_blur' => [
'quality' => 75,
'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 => 540,
1 => 295,
],
'mode' => 'outbound',
],
'my_custom_filter' => [
],
],
'post_processors' => [
],
],
'img_full' => [
'quality' => 75,
'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' => [
],
],
],
'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',
'knp_paginator.templating.helper.pagination.class' => 'Knp\\Bundle\\PaginatorBundle\\Templating\\PaginationHelper',
'knp_paginator.template.pagination' => '@KnpPaginator/Pagination/sliding.html.twig',
'knp_paginator.template.filtration' => '@KnpPaginator/Pagination/filtration.html.twig',
'knp_paginator.template.sortable' => '@KnpPaginator/Pagination/sortable_link.html.twig',
'knp_paginator.page_range' => 5,
'beelab_recaptcha2.enabled' => true,
'beelab_recaptcha2.request_method' => 'ReCaptcha\\RequestMethod\\Post',
'welp_mailchimp.lists' => [
],
'welp_mailchimp.list_provider' => 'welp_mailchimp.list_provider',
'welp_mailchimp.api_key' => '04c4081d303c7ed6b45f662f45f78fdf-us4',
'welp_mailchimp.list_synchronizer_class' => 'Welp\\MailchimpBundle\\Subscriber\\ListSynchronizer',
'welp_mailchimp.list_repository_class' => 'Welp\\MailchimpBundle\\Subscriber\\ListRepository',
'welp_mailchimp.subscriber_listener_class' => 'Welp\\MailchimpBundle\\Event\\SubscriberListener',
'welp_mailchimp.provider_factory_class' => 'Welp\\MailchimpBundle\\Provider\\ProviderFactory',
'welp_mailchimp.config_list_provider_class' => 'Welp\\MailchimpBundle\\Provider\\ConfigListProvider',
'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.doctrine' => [
0 => 'db',
1 => '@Doctrine/Collector/db.html.twig',
],
'swiftmailer.data_collector' => [
0 => 'swiftmailer',
1 => '@Swiftmailer/Collector/swiftmailer.html.twig',
],
'data_collector.dump' => [
0 => 'dump',
1 => '@Debug/Profiler/dump.html.twig',
],
'easyadmin.data_collector' => [
0 => 'easyadmin',
1 => '@EasyAdmin/data_collector/easyadmin.html.twig',
],
'Vich\\UploaderBundle\\DataCollector\\MappingCollector' => [
0 => 'vich_uploader.mapping_collector',
1 => '@VichUploader/Collector/mapping_collector.html.twig',
],
'data_collector.config' => [
0 => 'config',
1 => '@WebProfiler/Collector/config.html.twig',
],
],
'console.command.ids' => [
],
];
}
}