var/cache/dev/ContainerQKeWNel/srcApp_KernelDevDebugContainer.php line 1085

Open in your IDE?
  1. <?php
  2. namespace ContainerQKeWNel;
  3. use Symfony\Component\DependencyInjection\Argument\RewindableGenerator;
  4. use Symfony\Component\DependencyInjection\ContainerInterface;
  5. use Symfony\Component\DependencyInjection\Container;
  6. use Symfony\Component\DependencyInjection\Exception\InvalidArgumentException;
  7. use Symfony\Component\DependencyInjection\Exception\LogicException;
  8. use Symfony\Component\DependencyInjection\Exception\RuntimeException;
  9. use Symfony\Component\DependencyInjection\ParameterBag\FrozenParameterBag;
  10. use Symfony\Component\DependencyInjection\ParameterBag\ParameterBagInterface;
  11. /**
  12.  * This class has been auto-generated
  13.  * by the Symfony Dependency Injection Component.
  14.  *
  15.  * @final
  16.  */
  17. class srcApp_KernelDevDebugContainer extends Container
  18. {
  19.     private $buildParameters;
  20.     private $containerDir;
  21.     private $targetDir;
  22.     private $parameters = [];
  23.     private $getService;
  24.     public function __construct(array $buildParameters = [], $containerDir __DIR__)
  25.     {
  26.         $this->getService = \Closure::fromCallable([$this'getService']);
  27.         $this->buildParameters $buildParameters;
  28.         $this->containerDir $containerDir;
  29.         $this->targetDir = \dirname($containerDir);
  30.         $this->parameters $this->getDefaultParameters();
  31.         $this->services $this->privates = [];
  32.         $this->syntheticIds = [
  33.             'kernel' => true,
  34.         ];
  35.         $this->methodMap = [
  36.             'cache.app' => 'getCache_AppService',
  37.             'cache.system' => 'getCache_SystemService',
  38.             'data_collector.dump' => 'getDataCollector_DumpService',
  39.             'doctrine' => 'getDoctrineService',
  40.             'doctrine.dbal.default_connection' => 'getDoctrine_Dbal_DefaultConnectionService',
  41.             'doctrine.orm.default_entity_manager' => 'getDoctrine_Orm_DefaultEntityManagerService',
  42.             'doctrine.orm.espacedoc_entity_manager' => 'getDoctrine_Orm_EspacedocEntityManagerService',
  43.             'event_dispatcher' => 'getEventDispatcherService',
  44.             'filesystem' => 'getFilesystemService',
  45.             'http_kernel' => 'getHttpKernelService',
  46.             'liip_imagine.cache.manager' => 'getLiipImagine_Cache_ManagerService',
  47.             'liip_imagine.cache.resolver.default' => 'getLiipImagine_Cache_Resolver_DefaultService',
  48.             'liip_imagine.cache.resolver.no_cache_web_path' => 'getLiipImagine_Cache_Resolver_NoCacheWebPathService',
  49.             'liip_imagine.cache.signer' => 'getLiipImagine_Cache_SignerService',
  50.             'profiler' => 'getProfilerService',
  51.             'request_stack' => 'getRequestStackService',
  52.             'router' => 'getRouterService',
  53.             'security.authorization_checker' => 'getSecurity_AuthorizationCheckerService',
  54.             'security.token_storage' => 'getSecurity_TokenStorageService',
  55.             'translator' => 'getTranslatorService',
  56.             'twig' => 'getTwigService',
  57.             'validator' => 'getValidatorService',
  58.             'var_dumper.cloner' => 'getVarDumper_ClonerService',
  59.         ];
  60.         $this->fileMap = [
  61.             'App\\Command\\CreateContactsUserCommand' => 'getCreateContactsUserCommandService.php',
  62.             'App\\Controller\\ApiController' => 'getApiControllerService.php',
  63.             'App\\Controller\\CentresController' => 'getCentresControllerService.php',
  64.             'App\\Controller\\CronController' => 'getCronControllerService.php',
  65.             'App\\Controller\\DefaultController' => 'getDefaultControllerService.php',
  66.             'App\\Controller\\ElevesController' => 'getElevesControllerService.php',
  67.             'App\\Controller\\EnseignantsController' => 'getEnseignantsControllerService.php',
  68.             'App\\Controller\\EvenementsController' => 'getEvenementsControllerService.php',
  69.             'App\\Controller\\LunaController' => 'getLunaControllerService.php',
  70.             'App\\Controller\\MoocLmsApiController' => 'getMoocLmsApiControllerService.php',
  71.             'App\\Controller\\SessionsController' => 'getSessionsControllerService.php',
  72.             'App\\Controller\\StatutsController' => 'getStatutsControllerService.php',
  73.             'App\\Controller\\UtilisateursController' => 'getUtilisateursControllerService.php',
  74.             'App\\EspaceDocBundle\\Controller\\ApiController' => 'getApiController2Service.php',
  75.             'App\\EspaceDocBundle\\Controller\\BackupController' => 'getBackupControllerService.php',
  76.             'App\\EspaceDocBundle\\Controller\\CategoryController' => 'getCategoryControllerService.php',
  77.             'App\\EspaceDocBundle\\Controller\\CategoryListingController' => 'getCategoryListingControllerService.php',
  78.             'App\\EspaceDocBundle\\Controller\\DebugController' => 'getDebugControllerService.php',
  79.             'App\\EspaceDocBundle\\Controller\\DefaultController' => 'getDefaultController2Service.php',
  80.             'App\\EspaceDocBundle\\Controller\\DocumentController' => 'getDocumentControllerService.php',
  81.             'App\\EspaceDocBundle\\Controller\\DocumentListingController' => 'getDocumentListingControllerService.php',
  82.             'App\\EspaceDocBundle\\Controller\\ListingController' => 'getListingControllerService.php',
  83.             'App\\EspaceDocBundle\\Controller\\OptionController' => 'getOptionControllerService.php',
  84.             'App\\EspaceDocBundle\\Service\\IconGuesser' => 'getIconGuesserService.php',
  85.             'App\\EspaceDocBundle\\Service\\UploadProvider' => 'getUploadProviderService.php',
  86.             'App\\MailBuilderBundle\\Controller\\MailsController' => 'getMailsControllerService.php',
  87.             'App\\MailBuilderBundle\\Controller\\TemplatesController' => 'getTemplatesControllerService.php',
  88.             'App\\Service\\Mailer' => 'getMailerService.php',
  89.             'App\\Service\\UtilisateursProvider' => 'getUtilisateursProviderService.php',
  90.             'Liip\\ImagineBundle\\Controller\\ImagineController' => 'getImagineControllerService.php',
  91.             'Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController' => 'getRedirectControllerService.php',
  92.             'Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController' => 'getTemplateControllerService.php',
  93.             'app.mailer' => 'getApp_MailerService.php',
  94.             'app.slugifier' => 'getApp_SlugifierService.php',
  95.             'cache.app_clearer' => 'getCache_AppClearerService.php',
  96.             'cache.global_clearer' => 'getCache_GlobalClearerService.php',
  97.             'cache.system_clearer' => 'getCache_SystemClearerService.php',
  98.             'cache_clearer' => 'getCacheClearerService.php',
  99.             'cache_warmer' => 'getCacheWarmerService.php',
  100.             'console.command.public_alias.App\\EspaceDocBundle\\Command\\GenerateBackup' => 'getGenerateBackupService.php',
  101.             'console.command.public_alias.App\\EspaceDocBundle\\Command\\SendUserNotifications' => 'getSendUserNotificationsService.php',
  102.             'console.command.public_alias.doctrine_cache.contains_command' => 'getConsole_Command_PublicAlias_DoctrineCache_ContainsCommandService.php',
  103.             'console.command.public_alias.doctrine_cache.delete_command' => 'getConsole_Command_PublicAlias_DoctrineCache_DeleteCommandService.php',
  104.             'console.command.public_alias.doctrine_cache.flush_command' => 'getConsole_Command_PublicAlias_DoctrineCache_FlushCommandService.php',
  105.             'console.command.public_alias.doctrine_cache.stats_command' => 'getConsole_Command_PublicAlias_DoctrineCache_StatsCommandService.php',
  106.             'console.command_loader' => 'getConsole_CommandLoaderService.php',
  107.             'container.env_var_processors_locator' => 'getContainer_EnvVarProcessorsLocatorService.php',
  108.             'error_controller' => 'getErrorControllerService.php',
  109.             'form.factory' => 'getForm_FactoryService.php',
  110.             'form.type.file' => 'getForm_Type_FileService.php',
  111.             'fos_user.change_password.controller' => 'getFosUser_ChangePassword_ControllerService.php',
  112.             'fos_user.profile.controller' => 'getFosUser_Profile_ControllerService.php',
  113.             'fos_user.registration.controller' => 'getFosUser_Registration_ControllerService.php',
  114.             'fos_user.resetting.controller' => 'getFosUser_Resetting_ControllerService.php',
  115.             'fos_user.security.controller' => 'getFosUser_Security_ControllerService.php',
  116.             'fos_user.user_manager' => 'getFosUser_UserManagerService.php',
  117.             'liip_imagine.binary.loader.default' => 'getLiipImagine_Binary_Loader_DefaultService.php',
  118.             'liip_imagine.config.stack_collection' => 'getLiipImagine_Config_StackCollectionService.php',
  119.             'liip_imagine.data.manager' => 'getLiipImagine_Data_ManagerService.php',
  120.             'liip_imagine.filter.loader.downscale' => 'getLiipImagine_Filter_Loader_DownscaleService.php',
  121.             'liip_imagine.filter.loader.fixed' => 'getLiipImagine_Filter_Loader_FixedService.php',
  122.             'liip_imagine.filter.loader.flip' => 'getLiipImagine_Filter_Loader_FlipService.php',
  123.             'liip_imagine.filter.loader.grayscale' => 'getLiipImagine_Filter_Loader_GrayscaleService.php',
  124.             'liip_imagine.filter.loader.interlace' => 'getLiipImagine_Filter_Loader_InterlaceService.php',
  125.             'liip_imagine.filter.loader.resample' => 'getLiipImagine_Filter_Loader_ResampleService.php',
  126.             'liip_imagine.filter.loader.rotate' => 'getLiipImagine_Filter_Loader_RotateService.php',
  127.             'liip_imagine.filter.manager' => 'getLiipImagine_Filter_ManagerService.php',
  128.             'routing.loader' => 'getRouting_LoaderService.php',
  129.             'security.authentication_utils' => 'getSecurity_AuthenticationUtilsService.php',
  130.             'security.csrf.token_manager' => 'getSecurity_Csrf_TokenManagerService.php',
  131.             'security.password_encoder' => 'getSecurity_PasswordEncoderService.php',
  132.             'serializer' => 'getSerializerService.php',
  133.             'services_resetter' => 'getServicesResetterService.php',
  134.             'session' => 'getSessionService.php',
  135.             'shapecode_cron.command.cron_job_edit' => 'getShapecodeCron_Command_CronJobEditService.php',
  136.             'shapecode_cron.command.cron_process' => 'getShapecodeCron_Command_CronProcessService.php',
  137.             'shapecode_cron.command.cron_prune_logs' => 'getShapecodeCron_Command_CronPruneLogsService.php',
  138.             'shapecode_cron.command.cron_run' => 'getShapecodeCron_Command_CronRunService.php',
  139.             'shapecode_cron.command.cron_scan' => 'getShapecodeCron_Command_CronScanService.php',
  140.             'shapecode_cron.command.cron_status' => 'getShapecodeCron_Command_CronStatusService.php',
  141.             'shapecode_cron.cronjob.generic_clean_up_daily' => 'getShapecodeCron_Cronjob_GenericCleanUpDailyService.php',
  142.             'shapecode_cron.cronjob.generic_clean_up_hourly' => 'getShapecodeCron_Cronjob_GenericCleanUpHourlyService.php',
  143.             'shapecode_cron.event_listener.annotation_job_loader' => 'getShapecodeCron_EventListener_AnnotationJobLoaderService.php',
  144.             'shapecode_cron.event_listener.entity_subscriber' => 'getShapecodeCron_EventListener_EntitySubscriberService.php',
  145.             'shapecode_cron.event_listener.result_auto_prune' => 'getShapecodeCron_EventListener_ResultAutoPruneService.php',
  146.             'shapecode_cron.event_listener.service_job_loader' => 'getShapecodeCron_EventListener_ServiceJobLoaderService.php',
  147.             'swiftmailer.mailer.default' => 'getSwiftmailer_Mailer_DefaultService.php',
  148.             'swiftmailer.mailer.default.plugin.messagelogger' => 'getSwiftmailer_Mailer_Default_Plugin_MessageloggerService.php',
  149.             'swiftmailer.mailer.default.transport.real' => 'getSwiftmailer_Mailer_Default_Transport_RealService.php',
  150.             'swiftmailer.transport' => 'getSwiftmailer_TransportService.php',
  151.             'templating' => 'getTemplatingService.php',
  152.             'templating.loader' => 'getTemplating_LoaderService.php',
  153.             'twig.controller.exception' => 'getTwig_Controller_ExceptionService.php',
  154.             'twig.controller.preview_error' => 'getTwig_Controller_PreviewErrorService.php',
  155.             'web_profiler.controller.exception' => 'getWebProfiler_Controller_ExceptionService.php',
  156.             'web_profiler.controller.exception_panel' => 'getWebProfiler_Controller_ExceptionPanelService.php',
  157.             'web_profiler.controller.profiler' => 'getWebProfiler_Controller_ProfilerService.php',
  158.             'web_profiler.controller.router' => 'getWebProfiler_Controller_RouterService.php',
  159.         ];
  160.         $this->aliases = [
  161.             'database_connection' => 'doctrine.dbal.default_connection',
  162.             'doctrine.orm.entity_manager' => 'doctrine.orm.default_entity_manager',
  163.             'liip_imagine.controller' => 'Liip\\ImagineBundle\\Controller\\ImagineController',
  164.             'mailer' => 'swiftmailer.mailer.default',
  165.         ];
  166.         $this->privates['service_container'] = function () {
  167.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/HttpKernelInterface.php';
  168.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/KernelInterface.php';
  169.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/RebootableInterface.php';
  170.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/TerminableInterface.php';
  171.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Kernel.php';
  172.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Kernel/MicroKernelTrait.php';
  173.             include_once \dirname(__DIR__4).'/src/Kernel.php';
  174.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerNameParser.php';
  175.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/ControllerMetadata/ArgumentMetadataFactoryInterface.php';
  176.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/ControllerMetadata/ArgumentMetadataFactory.php';
  177.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/EventSubscriberInterface.php';
  178.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ResponseListener.php';
  179.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/StreamedResponseListener.php';
  180.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/LocaleListener.php';
  181.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ValidateRequestListener.php';
  182.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/EventListener/ResolveControllerNameSubscriber.php';
  183.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/DisallowRobotsIndexingListener.php';
  184.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ParameterBagInterface.php';
  185.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ParameterBag.php';
  186.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/FrozenParameterBag.php';
  187.             include_once \dirname(__DIR__4).'/vendor/psr/container/src/ContainerInterface.php';
  188.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ContainerBagInterface.php';
  189.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ContainerBag.php';
  190.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/HttpKernel.php';
  191.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ControllerResolverInterface.php';
  192.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/TraceableControllerResolver.php';
  193.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ControllerResolver.php';
  194.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php';
  195.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerResolver.php';
  196.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolverInterface.php';
  197.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/TraceableArgumentResolver.php';
  198.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver.php';
  199.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/RequestStack.php';
  200.             include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  201.             include_once \dirname(__DIR__4).'/vendor/symfony/config/ConfigCacheFactoryInterface.php';
  202.             include_once \dirname(__DIR__4).'/vendor/symfony/config/ResourceCheckerConfigCacheFactory.php';
  203.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/LocaleAwareListener.php';
  204.             include_once \dirname(__DIR__4).'/vendor/psr/cache/src/CacheItemPoolInterface.php';
  205.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/AdapterInterface.php';
  206.             include_once \dirname(__DIR__4).'/vendor/symfony/cache-contracts/CacheInterface.php';
  207.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/PruneableInterface.php';
  208.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ResetInterface.php';
  209.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/ResettableInterface.php';
  210.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/TraceableAdapter.php';
  211.             include_once \dirname(__DIR__4).'/vendor/psr/log/Psr/Log/LoggerAwareInterface.php';
  212.             include_once \dirname(__DIR__4).'/vendor/psr/log/Psr/Log/LoggerAwareTrait.php';
  213.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/AbstractTrait.php';
  214.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/AbstractAdapterTrait.php';
  215.             include_once \dirname(__DIR__4).'/vendor/symfony/cache-contracts/CacheTrait.php';
  216.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/ContractsTrait.php';
  217.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/AbstractAdapter.php';
  218.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/FilesystemCommonTrait.php';
  219.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/FilesystemTrait.php';
  220.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/FilesystemAdapter.php';
  221.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Marshaller/MarshallerInterface.php';
  222.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Marshaller/DefaultMarshaller.php';
  223.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/AbstractSessionListener.php';
  224.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/SessionListener.php';
  225.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ServiceProviderInterface.php';
  226.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ServiceLocatorTrait.php';
  227.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ServiceLocator.php';
  228.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Packages.php';
  229.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/PackageInterface.php';
  230.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Package.php';
  231.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/PathPackage.php';
  232.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/VersionStrategy/VersionStrategyInterface.php';
  233.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/VersionStrategy/EmptyVersionStrategy.php';
  234.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Context/ContextInterface.php';
  235.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Context/RequestStackContext.php';
  236.             include_once \dirname(__DIR__4).'/vendor/symfony/mailer/EventListener/MessageLoggerListener.php';
  237.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ValidatorBuilderInterface.php';
  238.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ValidatorBuilder.php';
  239.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Validation.php';
  240.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorFactoryInterface.php';
  241.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ContainerConstraintValidatorFactory.php';
  242.             include_once \dirname(__DIR__4).'/vendor/symfony/translation-contracts/LocaleAwareInterface.php';
  243.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/TranslatorInterface.php';
  244.             include_once \dirname(__DIR__4).'/vendor/symfony/translation-contracts/TranslatorInterface.php';
  245.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Util/LegacyTranslatorProxy.php';
  246.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ObjectInitializerInterface.php';
  247.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Validator/DoctrineInitializer.php';
  248.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Validator/Initializer.php';
  249.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Loader/LoaderInterface.php';
  250.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Loader/AutoMappingTrait.php';
  251.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Loader/PropertyInfoLoader.php';
  252.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Validator/DoctrineLoader.php';
  253.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/TranslatorBagInterface.php';
  254.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Translator.php';
  255.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/WarmableInterface.php';
  256.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Translation/Translator.php';
  257.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/MessageFormatterInterface.php';
  258.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/IntlFormatterInterface.php';
  259.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/ChoiceMessageFormatterInterface.php';
  260.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/MessageFormatter.php';
  261.             include_once \dirname(__DIR__4).'/vendor/symfony/translation-contracts/TranslatorTrait.php';
  262.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/IdentityTranslator.php';
  263.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/Profiler.php';
  264.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/ProfilerStorageInterface.php';
  265.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php';
  266.             include_once \dirname(__DIR__4).'/vendor/psr/log/Psr/Log/LoggerInterface.php';
  267.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/ResettableInterface.php';
  268.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Logger.php';
  269.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Log/DebugLoggerInterface.php';
  270.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Logger.php';
  271.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/DataCollectorInterface.php';
  272.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/DataCollector.php';
  273.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/LateDataCollectorInterface.php';
  274.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/TimeDataCollector.php';
  275.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/MemoryDataCollector.php';
  276.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/DataCollector/ValidatorDataCollector.php';
  277.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/AjaxDataCollector.php';
  278.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/ExceptionDataCollector.php';
  279.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/LoggerDataCollector.php';
  280.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/EventDataCollector.php';
  281.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/DataCollector/CacheDataCollector.php';
  282.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/DataCollector/TranslationDataCollector.php';
  283.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/DataCollector/SecurityDataCollector.php';
  284.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/DataCollector/TwigDataCollector.php';
  285.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/DataCollector/DoctrineDataCollector.php';
  286.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/DataCollector/DoctrineDataCollector.php';
  287.             include_once \dirname(__DIR__4).'/vendor/symfony/swiftmailer-bundle/DataCollector/MessageDataCollector.php';
  288.             include_once \dirname(__DIR__4).'/vendor/symfony/mailer/DataCollector/MessageDataCollector.php';
  289.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/ConfigDataCollector.php';
  290.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ProfilerListener.php';
  291.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php';
  292.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/RouterDataCollector.php';
  293.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/DataCollector/RouterDataCollector.php';
  294.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataCollectorInterface.php';
  295.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataCollector.php';
  296.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataExtractorInterface.php';
  297.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataExtractor.php';
  298.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/DebugHandlersListener.php';
  299.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Debug/FileLinkFormatter.php';
  300.             include_once \dirname(__DIR__4).'/vendor/symfony/stopwatch/Stopwatch.php';
  301.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Processor/DebugProcessor.php';
  302.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RequestContext.php';
  303.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/RouterListener.php';
  304.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/Reader.php';
  305.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationReader.php';
  306.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationRegistry.php';
  307.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/PsrCachedReader.php';
  308.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/ProxyTrait.php';
  309.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/PhpArrayTrait.php';
  310.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/PhpArrayAdapter.php';
  311.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyTypeExtractorInterface.php';
  312.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyDescriptionExtractorInterface.php';
  313.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyAccessExtractorInterface.php';
  314.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyListExtractorInterface.php';
  315.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyInfoExtractorInterface.php';
  316.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyInitializableExtractorInterface.php';
  317.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyInfoExtractor.php';
  318.             include_once \dirname(__DIR__4).'/vendor/symfony/web-link/EventListener/AddLinkHeaderListener.php';
  319.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/ControllerListener.php';
  320.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/ParamConverterListener.php';
  321.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/ParamConverterManager.php';
  322.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/ParamConverterInterface.php';
  323.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/DoctrineParamConverter.php';
  324.             include_once \dirname(__DIR__4).'/vendor/symfony/expression-language/ExpressionLanguage.php';
  325.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/DateTimeParamConverter.php';
  326.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ServiceSubscriberInterface.php';
  327.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/TemplateListener.php';
  328.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Templating/TemplateGuesser.php';
  329.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/HttpCacheListener.php';
  330.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/SecurityListener.php';
  331.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/ExpressionLanguage.php';
  332.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Security/ExpressionLanguage.php';
  333.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/IsGrantedListener.php';
  334.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ArgumentNameConverter.php';
  335.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ConnectionRegistry.php';
  336.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ManagerRegistry.php';
  337.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/AbstractManagerRegistry.php';
  338.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/ManagerRegistry.php';
  339.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/RegistryInterface.php';
  340.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Registry.php';
  341.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Logging/SQLLogger.php';
  342.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Logging/DebugStack.php';
  343.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/Connection.php';
  344.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Connection.php';
  345.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/ConnectionFactory.php';
  346.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Configuration.php';
  347.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Logging/LoggerChain.php';
  348.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Logger/DbalLogger.php';
  349.             include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventManager.php';
  350.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/ContainerAwareEventManager.php';
  351.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Repository/RepositoryFactory.php';
  352.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ContainerRepositoryFactory.php';
  353.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/NamingStrategy.php';
  354.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/UnderscoreNamingStrategy.php';
  355.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/QuoteStrategy.php';
  356.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/DefaultQuoteStrategy.php';
  357.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/ArrayTrait.php';
  358.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/ArrayAdapter.php';
  359.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AuthorizationCheckerInterface.php';
  360.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AuthorizationChecker.php';
  361.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Token/Storage/TokenStorageInterface.php';
  362.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Token/Storage/UsageTrackingTokenStorage.php';
  363.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Token/Storage/TokenStorage.php';
  364.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/AuthenticationManagerInterface.php';
  365.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/AuthenticationProviderManager.php';
  366.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/AuthenticationTrustResolverInterface.php';
  367.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/AuthenticationTrustResolver.php';
  368.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Role/RoleHierarchyInterface.php';
  369.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Role/RoleHierarchy.php';
  370.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/FirewallMapInterface.php';
  371.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallMap.php';
  372.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Logout/LogoutUrlGenerator.php';
  373.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/RememberMe/ResponseListener.php';
  374.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AccessDecisionManagerInterface.php';
  375.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/TraceableAccessDecisionManager.php';
  376.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AccessDecisionManager.php';
  377.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall.php';
  378.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/EventListener/FirewallListener.php';
  379.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php';
  380.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Csp/ContentSecurityPolicyHandler.php';
  381.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Csp/NonceGenerator.php';
  382.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/EventListener/WebDebugToolbarListener.php';
  383.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Environment.php';
  384.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Loader/LoaderInterface.php';
  385.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Loader/ExistsLoaderInterface.php';
  386.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Loader/SourceContextLoaderInterface.php';
  387.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Loader/FilesystemLoader.php';
  388.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bundle/Loader/FilesystemLoader.php';
  389.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/ExtensionInterface.php';
  390.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/AbstractExtension.php';
  391.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/CsrfExtension.php';
  392.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/LogoutUrlExtension.php';
  393.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/SecurityExtension.php';
  394.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/ProfilerExtension.php';
  395.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/ProfilerExtension.php';
  396.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/TranslationExtension.php';
  397.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/AssetExtension.php';
  398.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/CodeExtension.php';
  399.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/RoutingExtension.php';
  400.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/YamlExtension.php';
  401.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/StopwatchExtension.php';
  402.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/ExpressionExtension.php';
  403.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/HttpKernelExtension.php';
  404.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/HttpFoundationExtension.php';
  405.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/UrlHelper.php';
  406.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/WebLinkExtension.php';
  407.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/FormExtension.php';
  408.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/DumpExtension.php';
  409.             include_once \dirname(__DIR__4).'/vendor/twig/extensions/lib/Twig/Extensions/Extension/Intl.php';
  410.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Twig/DoctrineExtension.php';
  411.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Twig/WebProfilerExtension.php';
  412.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/DataDumperInterface.php';
  413.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/DumperInterface.php';
  414.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/AbstractDumper.php';
  415.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/CliDumper.php';
  416.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/HtmlDumper.php';
  417.             include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Templating/FilterTrait.php';
  418.             include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Templating/FilterExtension.php';
  419.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/AppVariable.php';
  420.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/RuntimeLoader/RuntimeLoaderInterface.php';
  421.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/RuntimeLoader/ContainerRuntimeLoader.php';
  422.             include_once \dirname(__DIR__4).'/src/EspaceDocBundle/Service/DocumentPath.php';
  423.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareInterface.php';
  424.             include_once \dirname(__DIR__4).'/src/Service/EDProvider.php';
  425.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bundle/DependencyInjection/Configurator/EnvironmentConfigurator.php';
  426.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Profiler/Profile.php';
  427.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/HandlerInterface.php';
  428.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/AbstractHandler.php';
  429.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/AbstractProcessingHandler.php';
  430.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/StreamHandler.php';
  431.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Processor/ProcessorInterface.php';
  432.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Processor/PsrLogMessageProcessor.php';
  433.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Handler/ConsoleHandler.php';
  434.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/DumpDataCollector.php';
  435.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/ClonerInterface.php';
  436.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/AbstractCloner.php';
  437.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/VarCloner.php';
  438.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Server/Connection.php';
  439.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/ContextProviderInterface.php';
  440.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/SourceContextProvider.php';
  441.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/RequestContextProvider.php';
  442.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/CliContextProvider.php';
  443.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Util/CanonicalFieldsUpdater.php';
  444.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Util/CanonicalizerInterface.php';
  445.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Util/Canonicalizer.php';
  446.             include_once \dirname(__DIR__4).'/vendor/nelmio/cors-bundle/EventListener/CorsListener.php';
  447.             include_once \dirname(__DIR__4).'/vendor/nelmio/cors-bundle/Options/ResolverInterface.php';
  448.             include_once \dirname(__DIR__4).'/vendor/nelmio/cors-bundle/Options/Resolver.php';
  449.             include_once \dirname(__DIR__4).'/vendor/nelmio/cors-bundle/Options/ProviderInterface.php';
  450.             include_once \dirname(__DIR__4).'/vendor/nelmio/cors-bundle/Options/ConfigProvider.php';
  451.             include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Cache/Resolver/ResolverInterface.php';
  452.             include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Cache/Resolver/WebPathResolver.php';
  453.             include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Cache/CacheManager.php';
  454.             include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/FilterConfiguration.php';
  455.             include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Cache/Resolver/NoCacheWebPathResolver.php';
  456.             include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Cache/SignerInterface.php';
  457.             include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Cache/Signer.php';
  458.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/DataCollectorTranslator.php';
  459.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RequestContextAwareInterface.php';
  460.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Matcher/UrlMatcherInterface.php';
  461.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Generator/UrlGeneratorInterface.php';
  462.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RouterInterface.php';
  463.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Matcher/RequestMatcherInterface.php';
  464.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Router.php';
  465.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ServiceSubscriberInterface.php';
  466.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/DependencyInjection/CompatibilityServiceSubscriberInterface.php';
  467.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Routing/Router.php';
  468.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Factory/MetadataFactoryInterface.php';
  469.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Validator/ValidatorInterface.php';
  470.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Validator/TraceableValidator.php';
  471.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher-contracts/EventDispatcherInterface.php';
  472.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/EventDispatcherInterface.php';
  473.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcherInterface.php';
  474.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php';
  475.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Debug/TraceableEventDispatcher.php';
  476.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/EventDispatcher.php';
  477.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/NullHandler.php';
  478.         };
  479.     }
  480.     public function compile(): void
  481.     {
  482.         throw new LogicException('You cannot compile a dumped container that was already compiled.');
  483.     }
  484.     public function isCompiled(): bool
  485.     {
  486.         return true;
  487.     }
  488.     public function getRemovedIds(): array
  489.     {
  490.         return require $this->containerDir.\DIRECTORY_SEPARATOR.'removed-ids.php';
  491.     }
  492.     protected function load($file$lazyLoad true)
  493.     {
  494.         return require $this->containerDir.\DIRECTORY_SEPARATOR.$file;
  495.     }
  496.     protected function createProxy($class, \Closure $factory)
  497.     {
  498.         class_exists($classfalse) || $this->load("{$class}.php");
  499.         return $factory();
  500.     }
  501.     /**
  502.      * Gets the public 'cache.app' shared service.
  503.      *
  504.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  505.      */
  506.     protected function getCache_AppService()
  507.     {
  508.         $a = new \Symfony\Component\Cache\Adapter\FilesystemAdapter('xd4AZD2klV'0, ($this->targetDir.''.'/pools'), new \Symfony\Component\Cache\Marshaller\DefaultMarshaller(NULL));
  509.         $a->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  510.         return $this->services['cache.app'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter($a);
  511.     }
  512.     /**
  513.      * Gets the public 'cache.system' shared service.
  514.      *
  515.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  516.      */
  517.     protected function getCache_SystemService()
  518.     {
  519.         return $this->services['cache.system'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('7trW6Qg+xn'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  520.     }
  521.     /**
  522.      * Gets the public 'data_collector.dump' shared service.
  523.      *
  524.      * @return \Symfony\Component\HttpKernel\DataCollector\DumpDataCollector
  525.      */
  526.     protected function getDataCollector_DumpService()
  527.     {
  528.         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()));
  529.     }
  530.     /**
  531.      * Gets the public 'doctrine' shared service.
  532.      *
  533.      * @return \Doctrine\Bundle\DoctrineBundle\Registry
  534.      */
  535.     protected function getDoctrineService()
  536.     {
  537.         return $this->services['doctrine'] = new \Doctrine\Bundle\DoctrineBundle\Registry($this$this->parameters['doctrine.connections'], $this->parameters['doctrine.entity_managers'], 'default''default');
  538.     }
  539.     /**
  540.      * Gets the public 'doctrine.dbal.default_connection' shared service.
  541.      *
  542.      * @return \Doctrine\DBAL\Connection
  543.      */
  544.     protected function getDoctrine_Dbal_DefaultConnectionService()
  545.     {
  546.         $a = new \Doctrine\DBAL\Configuration();
  547.         $b = new \Doctrine\DBAL\Logging\LoggerChain();
  548.         $c = new \Symfony\Bridge\Monolog\Logger('doctrine');
  549.         $c->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  550.         $c->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  551.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($c);
  552.         $b->addLogger(new \Symfony\Bridge\Doctrine\Logger\DbalLogger($c, ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)))));
  553.         $b->addLogger(($this->privates['doctrine.dbal.logger.profiling.default'] ?? ($this->privates['doctrine.dbal.logger.profiling.default'] = new \Doctrine\DBAL\Logging\DebugStack())));
  554.         $a->setSQLLogger($b);
  555.         $d = new \Symfony\Bridge\Doctrine\ContainerAwareEventManager(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  556.             'doctrine.orm.default_listeners.attach_entity_listeners' => ['privates''doctrine.orm.default_listeners.attach_entity_listeners''getDoctrine_Orm_DefaultListeners_AttachEntityListenersService.php'true],
  557.             'doctrine.orm.espacedoc_listeners.attach_entity_listeners' => ['privates''doctrine.orm.espacedoc_listeners.attach_entity_listeners''getDoctrine_Orm_EspacedocListeners_AttachEntityListenersService.php'true],
  558.             'doctrine.orm.listeners.resolve_target_entity' => ['privates''doctrine.orm.listeners.resolve_target_entity''getDoctrine_Orm_Listeners_ResolveTargetEntityService.php'true],
  559.             'fos_user.user_listener' => ['privates''fos_user.user_listener''getFosUser_UserListenerService.php'true],
  560.             'shapecode_cron.event_listener.entity_subscriber' => ['services''shapecode_cron.event_listener.entity_subscriber''getShapecodeCron_EventListener_EntitySubscriberService.php'true],
  561.         ], [
  562.             'doctrine.orm.default_listeners.attach_entity_listeners' => '?',
  563.             'doctrine.orm.espacedoc_listeners.attach_entity_listeners' => '?',
  564.             'doctrine.orm.listeners.resolve_target_entity' => '?',
  565.             'fos_user.user_listener' => '?',
  566.             'shapecode_cron.event_listener.entity_subscriber' => '?',
  567.         ]), [=> 'doctrine.orm.listeners.resolve_target_entity'=> 'fos_user.user_listener'=> 'shapecode_cron.event_listener.entity_subscriber']);
  568.         $d->addEventListener([=> 'loadClassMetadata'], 'doctrine.orm.default_listeners.attach_entity_listeners');
  569.         $d->addEventListener([=> 'loadClassMetadata'], 'doctrine.orm.espacedoc_listeners.attach_entity_listeners');
  570.         return $this->services['doctrine.dbal.default_connection'] = (new \Doctrine\Bundle\DoctrineBundle\ConnectionFactory([]))->createConnection(['driver' => 'pdo_mysql''charset' => 'utf8mb4''url' => $this->getEnv('resolve:DATABASE_URL'), 'host' => 'localhost''port' => NULL'user' => 'root''password' => NULL'driverOptions' => [], 'serverVersion' => '5.7''defaultTableOptions' => ['charset' => 'utf8mb4''collate' => 'utf8mb4_unicode_ci']], $a$d, []);
  571.     }
  572.     /**
  573.      * Gets the public 'doctrine.orm.default_entity_manager' shared service.
  574.      *
  575.      * @return \Doctrine\ORM\EntityManager
  576.      */
  577.     protected function getDoctrine_Orm_DefaultEntityManagerService($lazyLoad true)
  578.     {
  579.         if ($lazyLoad) {
  580.             return $this->services['doctrine.orm.default_entity_manager'] = $this->createProxy('EntityManager_9a5be93', function () {
  581.                 return \EntityManager_9a5be93::staticProxyConstructor(function (&$wrappedInstance, \ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  582.                     $wrappedInstance $this->getDoctrine_Orm_DefaultEntityManagerService(false);
  583.                     $proxy->setProxyInitializer(null);
  584.                     return true;
  585.                 });
  586.             });
  587.         }
  588.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectManager.php';
  589.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityManagerInterface.php';
  590.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityManager.php';
  591.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Configuration.php';
  592.         include_once \dirname(__DIR__4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/Cache.php';
  593.         include_once \dirname(__DIR__4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/FlushableCache.php';
  594.         include_once \dirname(__DIR__4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/ClearableCache.php';
  595.         include_once \dirname(__DIR__4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiGetCache.php';
  596.         include_once \dirname(__DIR__4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiDeleteCache.php';
  597.         include_once \dirname(__DIR__4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiPutCache.php';
  598.         include_once \dirname(__DIR__4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiOperationCache.php';
  599.         include_once \dirname(__DIR__4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/CacheProvider.php';
  600.         include_once \dirname(__DIR__4).'/vendor/symfony/cache/DoctrineProvider.php';
  601.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/Mapping/Driver/MappingDriver.php';
  602.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/Mapping/Driver/MappingDriverChain.php';
  603.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/Mapping/Driver/AnnotationDriver.php';
  604.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/AnnotationDriver.php';
  605.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/Mapping/Driver/FileDriver.php';
  606.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/XmlDriver.php';
  607.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/Mapping/Driver/FileLocator.php';
  608.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/Mapping/Driver/SymfonyFileLocator.php';
  609.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/EntityListenerResolver.php';
  610.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Mapping/EntityListenerServiceResolver.php';
  611.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Mapping/ContainerEntityListenerResolver.php';
  612.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/ManagerConfigurator.php';
  613.         $a = new \Doctrine\ORM\Configuration();
  614.         $b = new \Doctrine\Persistence\Mapping\Driver\MappingDriverChain();
  615.         $c = new \Doctrine\ORM\Mapping\Driver\AnnotationDriver(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()), [=> (\dirname(__DIR__4).'/src/Entity'), => (\dirname(__DIR__4).'/src/MailBuilderBundle/Entity'), => (\dirname(__DIR__4).'/src/EspaceDocBundle/Entity'), => (\dirname(__DIR__4).'/vendor/shapecode/cron-bundle/src/Entity')]);
  616.         $b->addDriver($c'App\\Entity');
  617.         $b->addDriver($c'App\\MailBuilderBundle\\Entity');
  618.         $b->addDriver($c'App\\EspaceDocBundle\\Entity');
  619.         $b->addDriver($c'Shapecode\\Bundle\\CronBundle\\Entity');
  620.         $b->addDriver(new \Doctrine\ORM\Mapping\Driver\XmlDriver(new \Doctrine\Common\Persistence\Mapping\Driver\SymfonyFileLocator([(\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/config/doctrine-mapping') => 'FOS\\UserBundle\\Model'], '.orm.xml')), 'FOS\\UserBundle\\Model');
  621.         $a->setEntityNamespaces(['App' => 'App\\Entity''MailBuilderBundle' => 'App\\MailBuilderBundle\\Entity''EspaceDocBundle' => 'App\\EspaceDocBundle\\Entity''ShapecodeCronBundle' => 'Shapecode\\Bundle\\CronBundle\\Entity']);
  622.         $a->setMetadataCacheImpl(new \Symfony\Component\Cache\DoctrineProvider(($this->privates['cache.doctrine.orm.default.metadata'] ?? $this->getCache_Doctrine_Orm_Default_MetadataService())));
  623.         $a->setQueryCacheImpl(new \Symfony\Component\Cache\DoctrineProvider(($this->privates['cache.doctrine.orm.default.query'] ?? $this->getCache_Doctrine_Orm_Default_QueryService())));
  624.         $a->setResultCacheImpl(new \Symfony\Component\Cache\DoctrineProvider(($this->privates['cache.doctrine.orm.default.result'] ?? $this->getCache_Doctrine_Orm_Default_ResultService())));
  625.         $a->setMetadataDriverImpl($b);
  626.         $a->setProxyDir(($this->targetDir.''.'/doctrine/orm/Proxies'));
  627.         $a->setProxyNamespace('Proxies');
  628.         $a->setAutoGenerateProxyClasses(true);
  629.         $a->setClassMetadataFactoryName('Doctrine\\ORM\\Mapping\\ClassMetadataFactory');
  630.         $a->setDefaultRepositoryClassName('Doctrine\\ORM\\EntityRepository');
  631.         $a->setNamingStrategy(($this->privates['doctrine.orm.naming_strategy.underscore'] ?? ($this->privates['doctrine.orm.naming_strategy.underscore'] = new \Doctrine\ORM\Mapping\UnderscoreNamingStrategy())));
  632.         $a->setQuoteStrategy(($this->privates['doctrine.orm.quote_strategy.default'] ?? ($this->privates['doctrine.orm.quote_strategy.default'] = new \Doctrine\ORM\Mapping\DefaultQuoteStrategy())));
  633.         $a->setEntityListenerResolver(new \Doctrine\Bundle\DoctrineBundle\Mapping\ContainerEntityListenerResolver($this));
  634.         $a->setRepositoryFactory(($this->privates['doctrine.orm.container_repository_factory'] ?? $this->getDoctrine_Orm_ContainerRepositoryFactoryService()));
  635.         $a->addCustomDatetimeFunction('datediff''DoctrineExtensions\\Query\\Mysql\\DateDiff');
  636.         $a->addCustomDatetimeFunction('timestampdiff''DoctrineExtensions\\Query\\Mysql\\TimestampDiff');
  637.         $a->addCustomDatetimeFunction('date''DoctrineExtensions\\Query\\Mysql\\Date');
  638.         $instance = \Doctrine\ORM\EntityManager::create(($this->services['doctrine.dbal.default_connection'] ?? $this->getDoctrine_Dbal_DefaultConnectionService()), $a);
  639.         (new \Doctrine\Bundle\DoctrineBundle\ManagerConfigurator([], []))->configure($instance);
  640.         return $instance;
  641.     }
  642.     /**
  643.      * Gets the public 'doctrine.orm.espacedoc_entity_manager' shared service.
  644.      *
  645.      * @return \Doctrine\ORM\EntityManager
  646.      */
  647.     protected function getDoctrine_Orm_EspacedocEntityManagerService($lazyLoad true)
  648.     {
  649.         if ($lazyLoad) {
  650.             return $this->services['doctrine.orm.espacedoc_entity_manager'] = $this->createProxy('EntityManager_9a5be93', function () {
  651.                 return \EntityManager_9a5be93::staticProxyConstructor(function (&$wrappedInstance, \ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  652.                     $wrappedInstance $this->getDoctrine_Orm_EspacedocEntityManagerService(false);
  653.                     $proxy->setProxyInitializer(null);
  654.                     return true;
  655.                 });
  656.             });
  657.         }
  658.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectManager.php';
  659.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityManagerInterface.php';
  660.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityManager.php';
  661.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Configuration.php';
  662.         include_once \dirname(__DIR__4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/Cache.php';
  663.         include_once \dirname(__DIR__4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/FlushableCache.php';
  664.         include_once \dirname(__DIR__4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/ClearableCache.php';
  665.         include_once \dirname(__DIR__4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiGetCache.php';
  666.         include_once \dirname(__DIR__4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiDeleteCache.php';
  667.         include_once \dirname(__DIR__4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiPutCache.php';
  668.         include_once \dirname(__DIR__4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiOperationCache.php';
  669.         include_once \dirname(__DIR__4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/CacheProvider.php';
  670.         include_once \dirname(__DIR__4).'/vendor/symfony/cache/DoctrineProvider.php';
  671.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/Mapping/Driver/MappingDriver.php';
  672.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/Mapping/Driver/MappingDriverChain.php';
  673.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/Mapping/Driver/AnnotationDriver.php';
  674.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/AnnotationDriver.php';
  675.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/EntityListenerResolver.php';
  676.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Mapping/EntityListenerServiceResolver.php';
  677.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Mapping/ContainerEntityListenerResolver.php';
  678.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/ManagerConfigurator.php';
  679.         $a = new \Doctrine\ORM\Configuration();
  680.         $b = new \Doctrine\Persistence\Mapping\Driver\MappingDriverChain();
  681.         $b->addDriver(new \Doctrine\ORM\Mapping\Driver\AnnotationDriver(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()), [=> (\dirname(__DIR__4).'/src/EspaceDocBundle/Entity')]), 'App\\EspaceDocBundle\\Entity');
  682.         $a->setEntityNamespaces(['EspaceDocBundle' => 'App\\EspaceDocBundle\\Entity']);
  683.         $a->setMetadataCacheImpl(new \Symfony\Component\Cache\DoctrineProvider(($this->privates['cache.doctrine.orm.espacedoc.metadata'] ?? $this->getCache_Doctrine_Orm_Espacedoc_MetadataService())));
  684.         $a->setQueryCacheImpl(new \Symfony\Component\Cache\DoctrineProvider(($this->privates['cache.doctrine.orm.espacedoc.query'] ?? $this->getCache_Doctrine_Orm_Espacedoc_QueryService())));
  685.         $a->setResultCacheImpl(new \Symfony\Component\Cache\DoctrineProvider(($this->privates['cache.doctrine.orm.espacedoc.result'] ?? $this->getCache_Doctrine_Orm_Espacedoc_ResultService())));
  686.         $a->setMetadataDriverImpl($b);
  687.         $a->setProxyDir(($this->targetDir.''.'/doctrine/orm/Proxies'));
  688.         $a->setProxyNamespace('Proxies');
  689.         $a->setAutoGenerateProxyClasses(true);
  690.         $a->setClassMetadataFactoryName('Doctrine\\ORM\\Mapping\\ClassMetadataFactory');
  691.         $a->setDefaultRepositoryClassName('Doctrine\\ORM\\EntityRepository');
  692.         $a->setNamingStrategy(($this->privates['doctrine.orm.naming_strategy.underscore'] ?? ($this->privates['doctrine.orm.naming_strategy.underscore'] = new \Doctrine\ORM\Mapping\UnderscoreNamingStrategy())));
  693.         $a->setQuoteStrategy(($this->privates['doctrine.orm.quote_strategy.default'] ?? ($this->privates['doctrine.orm.quote_strategy.default'] = new \Doctrine\ORM\Mapping\DefaultQuoteStrategy())));
  694.         $a->setEntityListenerResolver(new \Doctrine\Bundle\DoctrineBundle\Mapping\ContainerEntityListenerResolver($this));
  695.         $a->setRepositoryFactory(($this->privates['doctrine.orm.container_repository_factory'] ?? $this->getDoctrine_Orm_ContainerRepositoryFactoryService()));
  696.         $instance = \Doctrine\ORM\EntityManager::create(($this->services['doctrine.dbal.default_connection'] ?? $this->getDoctrine_Dbal_DefaultConnectionService()), $a);
  697.         (new \Doctrine\Bundle\DoctrineBundle\ManagerConfigurator([], []))->configure($instance);
  698.         return $instance;
  699.     }
  700.     /**
  701.      * Gets the public 'event_dispatcher' shared service.
  702.      *
  703.      * @return \Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher
  704.      */
  705.     protected function getEventDispatcherService()
  706.     {
  707.         $a = new \Symfony\Bridge\Monolog\Logger('event');
  708.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  709.         $a->pushHandler(new \Monolog\Handler\NullHandler());
  710.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  711.         $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())));
  712.         $instance->addListener('kernel.terminate', [=> function () {
  713.             return ($this->privates['App\\EventListener\\RequestListener'] ?? $this->load('getRequestListenerService.php'));
  714.         }, => 'onKernelTerminate'], 255);
  715.         $instance->addListener('kernel.controller', [=> function () {
  716.             return ($this->privates['data_collector.router'] ?? ($this->privates['data_collector.router'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector()));
  717.         }, => 'onKernelController'], 0);
  718.         $instance->addListener('kernel.request', [=> function () {
  719.             return ($this->privates['nelmio_cors.cors_listener'] ?? $this->getNelmioCors_CorsListenerService());
  720.         }, => 'onKernelRequest'], 250);
  721.         $instance->addListener('fos_user.security.implicit_login', [=> function () {
  722.             return ($this->privates['App\\EventSubscriber\\SecuritySubscriber'] ?? $this->load('getSecuritySubscriberService.php'));
  723.         }, => 'onSecurityInteractiveLogin'], 0);
  724.         $instance->addListener('security.interactive_login', [=> function () {
  725.             return ($this->privates['App\\EventSubscriber\\SecuritySubscriber'] ?? $this->load('getSecuritySubscriberService.php'));
  726.         }, => 'onSecurityInteractiveLogin'], 0);
  727.         $instance->addListener('kernel.exception', [=> function () {
  728.             return ($this->privates['App\\Service\\Airbrake\\EventSubscriber'] ?? $this->load('getEventSubscriberService.php'));
  729.         }, => 'onKernelException'], -128);
  730.         $instance->addListener('console.error', [=> function () {
  731.             return ($this->privates['App\\Service\\Airbrake\\EventSubscriber'] ?? $this->load('getEventSubscriberService.php'));
  732.         }, => 'onConsoleError'], -128);
  733.         $instance->addListener('kernel.response', [=> function () {
  734.             return ($this->privates['response_listener'] ?? ($this->privates['response_listener'] = new \Symfony\Component\HttpKernel\EventListener\ResponseListener('UTF-8')));
  735.         }, => 'onKernelResponse'], 0);
  736.         $instance->addListener('kernel.response', [=> function () {
  737.             return ($this->privates['streamed_response_listener'] ?? ($this->privates['streamed_response_listener'] = new \Symfony\Component\HttpKernel\EventListener\StreamedResponseListener()));
  738.         }, => 'onKernelResponse'], -1024);
  739.         $instance->addListener('kernel.request', [=> function () {
  740.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  741.         }, => 'setDefaultLocale'], 100);
  742.         $instance->addListener('kernel.request', [=> function () {
  743.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  744.         }, => 'onKernelRequest'], 16);
  745.         $instance->addListener('kernel.finish_request', [=> function () {
  746.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  747.         }, => 'onKernelFinishRequest'], 0);
  748.         $instance->addListener('kernel.request', [=> function () {
  749.             return ($this->privates['validate_request_listener'] ?? ($this->privates['validate_request_listener'] = new \Symfony\Component\HttpKernel\EventListener\ValidateRequestListener()));
  750.         }, => 'onKernelRequest'], 256);
  751.         $instance->addListener('kernel.request', [=> function () {
  752.             return ($this->privates['.legacy_resolve_controller_name_subscriber'] ?? $this->get_LegacyResolveControllerNameSubscriberService());
  753.         }, => 'resolveControllerName'], 24);
  754.         $instance->addListener('kernel.response', [=> function () {
  755.             return ($this->privates['disallow_search_engine_index_response_listener'] ?? ($this->privates['disallow_search_engine_index_response_listener'] = new \Symfony\Component\HttpKernel\EventListener\DisallowRobotsIndexingListener()));
  756.         }, => 'onResponse'], -255);
  757.         $instance->addListener('kernel.request', [=> function () {
  758.             return ($this->privates['locale_aware_listener'] ?? $this->getLocaleAwareListenerService());
  759.         }, => 'onKernelRequest'], 15);
  760.         $instance->addListener('kernel.finish_request', [=> function () {
  761.             return ($this->privates['locale_aware_listener'] ?? $this->getLocaleAwareListenerService());
  762.         }, => 'onKernelFinishRequest'], -15);
  763.         $instance->addListener('console.error', [=> function () {
  764.             return ($this->privates['console.error_listener'] ?? $this->load('getConsole_ErrorListenerService.php'));
  765.         }, => 'onConsoleError'], -128);
  766.         $instance->addListener('console.terminate', [=> function () {
  767.             return ($this->privates['console.error_listener'] ?? $this->load('getConsole_ErrorListenerService.php'));
  768.         }, => 'onConsoleTerminate'], -128);
  769.         $instance->addListener('console.error', [=> function () {
  770.             return ($this->privates['console.suggest_missing_package_subscriber'] ?? ($this->privates['console.suggest_missing_package_subscriber'] = new \Symfony\Bundle\FrameworkBundle\EventListener\SuggestMissingPackageSubscriber()));
  771.         }, => 'onConsoleError'], 0);
  772.         $instance->addListener('kernel.request', [=> function () {
  773.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  774.         }, => 'onKernelRequest'], 128);
  775.         $instance->addListener('kernel.response', [=> function () {
  776.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  777.         }, => 'onKernelResponse'], -1000);
  778.         $instance->addListener('kernel.finish_request', [=> function () {
  779.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  780.         }, => 'onFinishRequest'], 0);
  781.         $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [=> function () {
  782.             return ($this->privates['mailer.envelope_listener'] ?? ($this->privates['mailer.envelope_listener'] = new \Symfony\Component\Mailer\EventListener\EnvelopeListener(NULLNULL)));
  783.         }, => 'onMessage'], -255);
  784.         $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [=> function () {
  785.             return ($this->privates['mailer.logger_message_listener'] ?? ($this->privates['mailer.logger_message_listener'] = new \Symfony\Component\Mailer\EventListener\MessageLoggerListener()));
  786.         }, => 'onMessage'], -255);
  787.         $instance->addListener('kernel.response', [=> function () {
  788.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  789.         }, => 'onKernelResponse'], -100);
  790.         $instance->addListener('kernel.exception', [=> function () {
  791.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  792.         }, => 'onKernelException'], 0);
  793.         $instance->addListener('kernel.terminate', [=> function () {
  794.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  795.         }, => 'onKernelTerminate'], -1024);
  796.         $instance->addListener('kernel.controller', [=> function () {
  797.             return ($this->privates['data_collector.request'] ?? ($this->privates['data_collector.request'] = new \Symfony\Component\HttpKernel\DataCollector\RequestDataCollector()));
  798.         }, => 'onKernelController'], 0);
  799.         $instance->addListener('kernel.response', [=> function () {
  800.             return ($this->privates['data_collector.request'] ?? ($this->privates['data_collector.request'] = new \Symfony\Component\HttpKernel\DataCollector\RequestDataCollector()));
  801.         }, => 'onKernelResponse'], 0);
  802.         $instance->addListener('kernel.request', [=> function () {
  803.             return ($this->privates['debug.debug_handlers_listener'] ?? $this->getDebug_DebugHandlersListenerService());
  804.         }, => 'configure'], 2048);
  805.         $instance->addListener('console.command', [=> function () {
  806.             return ($this->privates['debug.debug_handlers_listener'] ?? $this->getDebug_DebugHandlersListenerService());
  807.         }, => 'configure'], 2048);
  808.         $instance->addListener('kernel.request', [=> function () {
  809.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  810.         }, => 'onKernelRequest'], 32);
  811.         $instance->addListener('kernel.finish_request', [=> function () {
  812.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  813.         }, => 'onKernelFinishRequest'], 0);
  814.         $instance->addListener('kernel.exception', [=> function () {
  815.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  816.         }, => 'onKernelException'], -64);
  817.         $instance->addListener('kernel.response', [=> function () {
  818.             return ($this->privates['web_link.add_link_header_listener'] ?? ($this->privates['web_link.add_link_header_listener'] = new \Symfony\Component\WebLink\EventListener\AddLinkHeaderListener()));
  819.         }, => 'onKernelResponse'], 0);
  820.         $instance->addListener('kernel.controller', [=> function () {
  821.             return ($this->privates['sensio_framework_extra.controller.listener'] ?? $this->getSensioFrameworkExtra_Controller_ListenerService());
  822.         }, => 'onKernelController'], 0);
  823.         $instance->addListener('kernel.controller', [=> function () {
  824.             return ($this->privates['sensio_framework_extra.converter.listener'] ?? $this->getSensioFrameworkExtra_Converter_ListenerService());
  825.         }, => 'onKernelController'], 0);
  826.         $instance->addListener('kernel.controller', [=> function () {
  827.             return ($this->privates['sensio_framework_extra.view.listener'] ?? $this->getSensioFrameworkExtra_View_ListenerService());
  828.         }, => 'onKernelController'], -128);
  829.         $instance->addListener('kernel.view', [=> function () {
  830.             return ($this->privates['sensio_framework_extra.view.listener'] ?? $this->getSensioFrameworkExtra_View_ListenerService());
  831.         }, => 'onKernelView'], 0);
  832.         $instance->addListener('kernel.controller', [=> function () {
  833.             return ($this->privates['sensio_framework_extra.cache.listener'] ?? ($this->privates['sensio_framework_extra.cache.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener()));
  834.         }, => 'onKernelController'], 0);
  835.         $instance->addListener('kernel.response', [=> function () {
  836.             return ($this->privates['sensio_framework_extra.cache.listener'] ?? ($this->privates['sensio_framework_extra.cache.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener()));
  837.         }, => 'onKernelResponse'], 0);
  838.         $instance->addListener('kernel.controller_arguments', [=> function () {
  839.             return ($this->privates['sensio_framework_extra.security.listener'] ?? $this->getSensioFrameworkExtra_Security_ListenerService());
  840.         }, => 'onKernelControllerArguments'], 0);
  841.         $instance->addListener('kernel.controller_arguments', [=> function () {
  842.             return ($this->privates['framework_extra_bundle.event.is_granted'] ?? $this->getFrameworkExtraBundle_Event_IsGrantedService());
  843.         }, => 'onKernelControllerArguments'], 0);
  844.         $instance->addListener('kernel.response', [=> function () {
  845.             return ($this->privates['security.rememberme.response_listener'] ?? ($this->privates['security.rememberme.response_listener'] = new \Symfony\Component\Security\Http\RememberMe\ResponseListener()));
  846.         }, => 'onKernelResponse'], 0);
  847.         $instance->addListener('debug.security.authorization.vote', [=> function () {
  848.             return ($this->privates['debug.security.voter.vote_listener'] ?? $this->load('getDebug_Security_Voter_VoteListenerService.php'));
  849.         }, => 'onVoterVote'], 0);
  850.         $instance->addListener('kernel.request', [=> function () {
  851.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  852.         }, => 'configureLogoutUrlGenerator'], 8);
  853.         $instance->addListener('kernel.request', [=> function () {
  854.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  855.         }, => 'onKernelRequest'], 8);
  856.         $instance->addListener('kernel.finish_request', [=> function () {
  857.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  858.         }, => 'onKernelFinishRequest'], 0);
  859.         $instance->addListener('kernel.exception', [=> function () {
  860.             return ($this->privates['swiftmailer.email_sender.listener'] ?? $this->load('getSwiftmailer_EmailSender_ListenerService.php'));
  861.         }, => 'onException'], 0);
  862.         $instance->addListener('kernel.terminate', [=> function () {
  863.             return ($this->privates['swiftmailer.email_sender.listener'] ?? $this->load('getSwiftmailer_EmailSender_ListenerService.php'));
  864.         }, => 'onTerminate'], 0);
  865.         $instance->addListener('console.error', [=> function () {
  866.             return ($this->privates['swiftmailer.email_sender.listener'] ?? $this->load('getSwiftmailer_EmailSender_ListenerService.php'));
  867.         }, => 'onException'], 0);
  868.         $instance->addListener('console.terminate', [=> function () {
  869.             return ($this->privates['swiftmailer.email_sender.listener'] ?? $this->load('getSwiftmailer_EmailSender_ListenerService.php'));
  870.         }, => 'onTerminate'], 0);
  871.         $instance->addListener('kernel.response', [=> function () {
  872.             return ($this->privates['web_profiler.debug_toolbar'] ?? $this->getWebProfiler_DebugToolbarService());
  873.         }, => 'onKernelResponse'], -128);
  874.         $instance->addListener('kernel.exception', [=> function () {
  875.             return ($this->privates['twig.exception_listener'] ?? $this->load('getTwig_ExceptionListenerService.php'));
  876.         }, => 'logKernelException'], 0);
  877.         $instance->addListener('kernel.exception', [=> function () {
  878.             return ($this->privates['twig.exception_listener'] ?? $this->load('getTwig_ExceptionListenerService.php'));
  879.         }, => 'onKernelException'], -128);
  880.         $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [=> function () {
  881.             return ($this->privates['twig.mailer.message_listener'] ?? $this->load('getTwig_Mailer_MessageListenerService.php'));
  882.         }, => 'onMessage'], 0);
  883.         $instance->addListener('console.command', [=> function () {
  884.             return ($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService());
  885.         }, => 'onCommand'], 255);
  886.         $instance->addListener('console.terminate', [=> function () {
  887.             return ($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService());
  888.         }, => 'onTerminate'], -255);
  889.         $instance->addListener('console.command', [=> function () {
  890.             return ($this->privates['debug.dump_listener'] ?? $this->load('getDebug_DumpListenerService.php'));
  891.         }, => 'configure'], 1024);
  892.         $instance->addListener('console.error', [=> function () {
  893.             return ($this->privates['maker.console_error_listener'] ?? ($this->privates['maker.console_error_listener'] = new \Symfony\Bundle\MakerBundle\Event\ConsoleErrorSubscriber()));
  894.         }, => 'onConsoleError'], 0);
  895.         $instance->addListener('console.terminate', [=> function () {
  896.             return ($this->privates['maker.console_error_listener'] ?? ($this->privates['maker.console_error_listener'] = new \Symfony\Bundle\MakerBundle\Event\ConsoleErrorSubscriber()));
  897.         }, => 'onConsoleTerminate'], 0);
  898.         $instance->addListener('fos_user.security.implicit_login', [=> function () {
  899.             return ($this->privates['fos_user.security.interactive_login_listener'] ?? $this->load('getFosUser_Security_InteractiveLoginListenerService.php'));
  900.         }, => 'onImplicitLogin'], 0);
  901.         $instance->addListener('security.interactive_login', [=> function () {
  902.             return ($this->privates['fos_user.security.interactive_login_listener'] ?? $this->load('getFosUser_Security_InteractiveLoginListenerService.php'));
  903.         }, => 'onSecurityInteractiveLogin'], 0);
  904.         $instance->addListener('fos_user.registration.completed', [=> function () {
  905.             return ($this->privates['fos_user.listener.authentication'] ?? $this->load('getFosUser_Listener_AuthenticationService.php'));
  906.         }, => 'authenticate'], 0);
  907.         $instance->addListener('fos_user.registration.confirmed', [=> function () {
  908.             return ($this->privates['fos_user.listener.authentication'] ?? $this->load('getFosUser_Listener_AuthenticationService.php'));
  909.         }, => 'authenticate'], 0);
  910.         $instance->addListener('fos_user.resetting.reset.completed', [=> function () {
  911.             return ($this->privates['fos_user.listener.authentication'] ?? $this->load('getFosUser_Listener_AuthenticationService.php'));
  912.         }, => 'authenticate'], 0);
  913.         $instance->addListener('fos_user.change_password.edit.completed', [=> function () {
  914.             return ($this->privates['fos_user.listener.flash'] ?? $this->load('getFosUser_Listener_FlashService.php'));
  915.         }, => 'addSuccessFlash'], 0);
  916.         $instance->addListener('fos_user.group.create.completed', [=> function () {
  917.             return ($this->privates['fos_user.listener.flash'] ?? $this->load('getFosUser_Listener_FlashService.php'));
  918.         }, => 'addSuccessFlash'], 0);
  919.         $instance->addListener('fos_user.group.delete.completed', [=> function () {
  920.             return ($this->privates['fos_user.listener.flash'] ?? $this->load('getFosUser_Listener_FlashService.php'));
  921.         }, => 'addSuccessFlash'], 0);
  922.         $instance->addListener('fos_user.group.edit.completed', [=> function () {
  923.             return ($this->privates['fos_user.listener.flash'] ?? $this->load('getFosUser_Listener_FlashService.php'));
  924.         }, => 'addSuccessFlash'], 0);
  925.         $instance->addListener('fos_user.profile.edit.completed', [=> function () {
  926.             return ($this->privates['fos_user.listener.flash'] ?? $this->load('getFosUser_Listener_FlashService.php'));
  927.         }, => 'addSuccessFlash'], 0);
  928.         $instance->addListener('fos_user.registration.completed', [=> function () {
  929.             return ($this->privates['fos_user.listener.flash'] ?? $this->load('getFosUser_Listener_FlashService.php'));
  930.         }, => 'addSuccessFlash'], 0);
  931.         $instance->addListener('fos_user.resetting.reset.completed', [=> function () {
  932.             return ($this->privates['fos_user.listener.flash'] ?? $this->load('getFosUser_Listener_FlashService.php'));
  933.         }, => 'addSuccessFlash'], 0);
  934.         $instance->addListener('fos_user.resetting.reset.initialize', [=> function () {
  935.             return ($this->privates['fos_user.listener.resetting'] ?? $this->load('getFosUser_Listener_ResettingService.php'));
  936.         }, => 'onResettingResetInitialize'], 0);
  937.         $instance->addListener('fos_user.resetting.reset.success', [=> function () {
  938.             return ($this->privates['fos_user.listener.resetting'] ?? $this->load('getFosUser_Listener_ResettingService.php'));
  939.         }, => 'onResettingResetSuccess'], 0);
  940.         $instance->addListener('fos_user.resetting.reset.request', [=> function () {
  941.             return ($this->privates['fos_user.listener.resetting'] ?? $this->load('getFosUser_Listener_ResettingService.php'));
  942.         }, => 'onResettingResetRequest'], 0);
  943.         $instance->addListener('shapecode_cron.load_jobs', [=> function () {
  944.             return ($this->services['shapecode_cron.event_listener.annotation_job_loader'] ?? $this->load('getShapecodeCron_EventListener_AnnotationJobLoaderService.php'));
  945.         }, => 'onLoadJobs'], 0);
  946.         $instance->addListener('shapecode_cron.generic_cleanup.hourly.process', [=> function () {
  947.             return ($this->services['shapecode_cron.event_listener.result_auto_prune'] ?? $this->load('getShapecodeCron_EventListener_ResultAutoPruneService.php'));
  948.         }, => 'onHourlyProcess'], 0);
  949.         $instance->addListener('shapecode_cron.load_jobs', [=> function () {
  950.             return ($this->services['shapecode_cron.event_listener.service_job_loader'] ?? $this->load('getShapecodeCron_EventListener_ServiceJobLoaderService.php'));
  951.         }, => 'onLoadJobs'], 0);
  952.         return $instance;
  953.     }
  954.     /**
  955.      * Gets the public 'filesystem' shared service.
  956.      *
  957.      * @return \Symfony\Component\Filesystem\Filesystem
  958.      */
  959.     protected function getFilesystemService()
  960.     {
  961.         return $this->services['filesystem'] = new \Symfony\Component\Filesystem\Filesystem();
  962.     }
  963.     /**
  964.      * Gets the public 'http_kernel' shared service.
  965.      *
  966.      * @return \Symfony\Component\HttpKernel\HttpKernel
  967.      */
  968.     protected function getHttpKernelService()
  969.     {
  970.         $a = ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)));
  971.         return $this->services['http_kernel'] = new \Symfony\Component\HttpKernel\HttpKernel(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), new \Symfony\Component\HttpKernel\Controller\TraceableControllerResolver(new \Symfony\Bundle\FrameworkBundle\Controller\ControllerResolver($this, ($this->privates['monolog.logger.request'] ?? $this->getMonolog_Logger_RequestService()), ($this->privates['.legacy_controller_name_converter'] ?? ($this->privates['.legacy_controller_name_converter'] = new \Symfony\Bundle\FrameworkBundle\Controller\ControllerNameParser(($this->services['kernel'] ?? $this->get('kernel'1)), false)))), $a), ($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 () {
  972.             yield => ($this->privates['debug.argument_resolver.request_attribute'] ?? $this->load('getDebug_ArgumentResolver_RequestAttributeService.php'));
  973.             yield => ($this->privates['debug.argument_resolver.request'] ?? $this->load('getDebug_ArgumentResolver_RequestService.php'));
  974.             yield => ($this->privates['debug.argument_resolver.session'] ?? $this->load('getDebug_ArgumentResolver_SessionService.php'));
  975.             yield => ($this->privates['debug.security.user_value_resolver'] ?? $this->load('getDebug_Security_UserValueResolverService.php'));
  976.             yield => ($this->privates['debug.argument_resolver.service'] ?? $this->load('getDebug_ArgumentResolver_ServiceService.php'));
  977.             yield => ($this->privates['debug.argument_resolver.default'] ?? $this->load('getDebug_ArgumentResolver_DefaultService.php'));
  978.             yield => ($this->privates['debug.argument_resolver.variadic'] ?? $this->load('getDebug_ArgumentResolver_VariadicService.php'));
  979.             yield => ($this->privates['debug.argument_resolver.not_tagged_controller'] ?? $this->load('getDebug_ArgumentResolver_NotTaggedControllerService.php'));
  980.         }, 8)), $a));
  981.     }
  982.     /**
  983.      * Gets the public 'liip_imagine.cache.manager' shared service.
  984.      *
  985.      * @return \Liip\ImagineBundle\Imagine\Cache\CacheManager
  986.      */
  987.     protected function getLiipImagine_Cache_ManagerService()
  988.     {
  989.         $this->services['liip_imagine.cache.manager'] = $instance = new \Liip\ImagineBundle\Imagine\Cache\CacheManager(($this->privates['liip_imagine.filter.configuration'] ?? ($this->privates['liip_imagine.filter.configuration'] = new \Liip\ImagineBundle\Imagine\Filter\FilterConfiguration([]))), ($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'false);
  990.         $instance->addResolver('default', ($this->services['liip_imagine.cache.resolver.default'] ?? $this->getLiipImagine_Cache_Resolver_DefaultService()));
  991.         $instance->addResolver('no_cache', ($this->services['liip_imagine.cache.resolver.no_cache_web_path'] ?? $this->getLiipImagine_Cache_Resolver_NoCacheWebPathService()));
  992.         return $instance;
  993.     }
  994.     /**
  995.      * Gets the public 'liip_imagine.cache.resolver.default' shared service.
  996.      *
  997.      * @return \Liip\ImagineBundle\Imagine\Cache\Resolver\WebPathResolver
  998.      */
  999.     protected function getLiipImagine_Cache_Resolver_DefaultService()
  1000.     {
  1001.         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()), (\dirname(__DIR__4).'/public'), 'media/cache');
  1002.     }
  1003.     /**
  1004.      * Gets the public 'liip_imagine.cache.resolver.no_cache_web_path' shared service.
  1005.      *
  1006.      * @return \Liip\ImagineBundle\Imagine\Cache\Resolver\NoCacheWebPathResolver
  1007.      */
  1008.     protected function getLiipImagine_Cache_Resolver_NoCacheWebPathService()
  1009.     {
  1010.         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()));
  1011.     }
  1012.     /**
  1013.      * Gets the public 'liip_imagine.cache.signer' shared service.
  1014.      *
  1015.      * @return \Liip\ImagineBundle\Imagine\Cache\Signer
  1016.      */
  1017.     protected function getLiipImagine_Cache_SignerService()
  1018.     {
  1019.         return $this->services['liip_imagine.cache.signer'] = new \Liip\ImagineBundle\Imagine\Cache\Signer($this->getEnv('APP_SECRET'));
  1020.     }
  1021.     /**
  1022.      * Gets the public 'profiler' shared service.
  1023.      *
  1024.      * @return \Symfony\Component\HttpKernel\Profiler\Profiler
  1025.      */
  1026.     protected function getProfilerService()
  1027.     {
  1028.         $a = new \Symfony\Bridge\Monolog\Logger('profiler');
  1029.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1030.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  1031.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  1032.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  1033.         $this->services['profiler'] = $instance = new \Symfony\Component\HttpKernel\Profiler\Profiler(new \Symfony\Component\HttpKernel\Profiler\FileProfilerStorage(('file:'.$this->targetDir.''.'/profiler')), $atrue);
  1034.         $b = ($this->services['kernel'] ?? $this->get('kernel'));
  1035.         $c = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  1036.         $d = new \Symfony\Component\Cache\DataCollector\CacheDataCollector();
  1037.         $d->addInstance('cache.app', ($this->services['cache.app'] ?? $this->getCache_AppService()));
  1038.         $d->addInstance('cache.system', ($this->services['cache.system'] ?? $this->getCache_SystemService()));
  1039.         $d->addInstance('cache.validator', ($this->privates['cache.validator'] ?? $this->getCache_ValidatorService()));
  1040.         $d->addInstance('cache.serializer', ($this->privates['cache.serializer'] ?? $this->getCache_SerializerService()));
  1041.         $d->addInstance('cache.annotations', ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService()));
  1042.         $d->addInstance('cache.property_info', ($this->privates['cache.property_info'] ?? $this->getCache_PropertyInfoService()));
  1043.         $d->addInstance('cache.doctrine.orm.default.metadata', ($this->privates['cache.doctrine.orm.default.metadata'] ?? $this->getCache_Doctrine_Orm_Default_MetadataService()));
  1044.         $d->addInstance('cache.doctrine.orm.default.result', ($this->privates['cache.doctrine.orm.default.result'] ?? $this->getCache_Doctrine_Orm_Default_ResultService()));
  1045.         $d->addInstance('cache.doctrine.orm.default.query', ($this->privates['cache.doctrine.orm.default.query'] ?? $this->getCache_Doctrine_Orm_Default_QueryService()));
  1046.         $d->addInstance('cache.doctrine.orm.espacedoc.metadata', ($this->privates['cache.doctrine.orm.espacedoc.metadata'] ?? $this->getCache_Doctrine_Orm_Espacedoc_MetadataService()));
  1047.         $d->addInstance('cache.doctrine.orm.espacedoc.result', ($this->privates['cache.doctrine.orm.espacedoc.result'] ?? $this->getCache_Doctrine_Orm_Espacedoc_ResultService()));
  1048.         $d->addInstance('cache.doctrine.orm.espacedoc.query', ($this->privates['cache.doctrine.orm.espacedoc.query'] ?? $this->getCache_Doctrine_Orm_Espacedoc_QueryService()));
  1049.         $d->addInstance('cache.security_expression_language', ($this->privates['cache.security_expression_language'] ?? $this->getCache_SecurityExpressionLanguageService()));
  1050.         $e = new \Doctrine\Bundle\DoctrineBundle\DataCollector\DoctrineDataCollector(($this->services['doctrine'] ?? $this->getDoctrineService()));
  1051.         $e->addLogger('default', ($this->privates['doctrine.dbal.logger.profiling.default'] ?? ($this->privates['doctrine.dbal.logger.profiling.default'] = new \Doctrine\DBAL\Logging\DebugStack())));
  1052.         $f = new \Symfony\Component\HttpKernel\DataCollector\ConfigDataCollector();
  1053.         if ($this->has('kernel')) {
  1054.             $f->setKernel($b);
  1055.         }
  1056.         $instance->add(($this->privates['data_collector.request'] ?? ($this->privates['data_collector.request'] = new \Symfony\Component\HttpKernel\DataCollector\RequestDataCollector())));
  1057.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\TimeDataCollector($b, ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)))));
  1058.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\MemoryDataCollector());
  1059.         $instance->add(new \Symfony\Component\Validator\DataCollector\ValidatorDataCollector(($this->services['validator'] ?? $this->getValidatorService())));
  1060.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\AjaxDataCollector());
  1061.         $instance->add(($this->privates['data_collector.form'] ?? $this->getDataCollector_FormService()));
  1062.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\ExceptionDataCollector());
  1063.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\LoggerDataCollector($a, ($this->targetDir.''.'/srcApp_KernelDevDebugContainer'), $c));
  1064.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\EventDataCollector(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), $c));
  1065.         $instance->add(($this->privates['data_collector.router'] ?? ($this->privates['data_collector.router'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector())));
  1066.         $instance->add($d);
  1067.         $instance->add(new \Symfony\Component\Translation\DataCollector\TranslationDataCollector(($this->services['translator'] ?? $this->getTranslatorService())));
  1068.         $instance->add(new \Symfony\Bundle\SecurityBundle\DataCollector\SecurityDataCollector(($this->privates['security.untracked_token_storage'] ?? ($this->privates['security.untracked_token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())), ($this->privates['security.role_hierarchy'] ?? $this->getSecurity_RoleHierarchyService()), ($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService()), ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService()), ($this->privates['security.firewall.map'] ?? $this->getSecurity_Firewall_MapService()), ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService())));
  1069.         $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())));
  1070.         $instance->add($e);
  1071.         $instance->add(new \Symfony\Bundle\SwiftmailerBundle\DataCollector\MessageDataCollector($this));
  1072.         $instance->add(($this->services['data_collector.dump'] ?? $this->getDataCollector_DumpService()));
  1073.         $instance->add(new \Symfony\Component\Mailer\DataCollector\MessageDataCollector(($this->privates['mailer.logger_message_listener'] ?? ($this->privates['mailer.logger_message_listener'] = new \Symfony\Component\Mailer\EventListener\MessageLoggerListener()))));
  1074.         $instance->add($f);
  1075.         return $instance;
  1076.     }
  1077.     /**
  1078.      * Gets the public 'request_stack' shared service.
  1079.      *
  1080.      * @return \Symfony\Component\HttpFoundation\RequestStack
  1081.      */
  1082.     protected function getRequestStackService()
  1083.     {
  1084.         return $this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack();
  1085.     }
  1086.     /**
  1087.      * Gets the public 'router' shared service.
  1088.      *
  1089.      * @return \Symfony\Bundle\FrameworkBundle\Routing\Router
  1090.      */
  1091.     protected function getRouterService()
  1092.     {
  1093.         $a = new \Symfony\Bridge\Monolog\Logger('router');
  1094.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1095.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  1096.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  1097.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  1098.         $this->services['router'] = $instance = new \Symfony\Bundle\FrameworkBundle\Routing\Router((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1099.             'routing.loader' => ['services''routing.loader''getRouting_LoaderService.php'true],
  1100.         ], [
  1101.             'routing.loader' => 'Symfony\\Component\\Config\\Loader\\LoaderInterface',
  1102.         ]))->withContext('router.default'$this), 'kernel::loadRoutes', ['cache_dir' => $this->targetDir.'''debug' => true'generator_class' => 'Symfony\\Component\\Routing\\Generator\\CompiledUrlGenerator''generator_dumper_class' => 'Symfony\\Component\\Routing\\Generator\\Dumper\\CompiledUrlGeneratorDumper''matcher_class' => 'Symfony\\Bundle\\FrameworkBundle\\Routing\\RedirectableCompiledUrlMatcher''matcher_dumper_class' => 'Symfony\\Component\\Routing\\Matcher\\Dumper\\CompiledUrlMatcherDumper''strict_requirements' => true'resource_type' => 'service'], ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService()), ($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))), $a'fr_FR');
  1103.         $instance->setConfigCacheFactory(($this->privates['config_cache_factory'] ?? $this->getConfigCacheFactoryService()));
  1104.         return $instance;
  1105.     }
  1106.     /**
  1107.      * Gets the public 'security.authorization_checker' shared service.
  1108.      *
  1109.      * @return \Symfony\Component\Security\Core\Authorization\AuthorizationChecker
  1110.      */
  1111.     protected function getSecurity_AuthorizationCheckerService()
  1112.     {
  1113.         return $this->services['security.authorization_checker'] = new \Symfony\Component\Security\Core\Authorization\AuthorizationChecker(($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()), ($this->privates['security.authentication.manager'] ?? $this->getSecurity_Authentication_ManagerService()), ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService()), false);
  1114.     }
  1115.     /**
  1116.      * Gets the public 'security.token_storage' shared service.
  1117.      *
  1118.      * @return \Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage
  1119.      */
  1120.     protected function getSecurity_TokenStorageService()
  1121.     {
  1122.         return $this->services['security.token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage(($this->privates['security.untracked_token_storage'] ?? ($this->privates['security.untracked_token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())), new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1123.             'session' => ['services''session''getSessionService.php'true],
  1124.         ], [
  1125.             'session' => '?',
  1126.         ]));
  1127.     }
  1128.     /**
  1129.      * Gets the public 'translator' shared service.
  1130.      *
  1131.      * @return \Symfony\Component\Translation\DataCollectorTranslator
  1132.      */
  1133.     protected function getTranslatorService()
  1134.     {
  1135.         return $this->services['translator'] = new \Symfony\Component\Translation\DataCollectorTranslator(($this->privates['translator.default'] ?? $this->getTranslator_DefaultService()));
  1136.     }
  1137.     /**
  1138.      * Gets the public 'twig' shared service.
  1139.      *
  1140.      * @return \Twig\Environment
  1141.      */
  1142.     protected function getTwigService()
  1143.     {
  1144.         $a = 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')), \dirname(__DIR__4));
  1145.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/framework-bundle/Resources/views'), 'Framework');
  1146.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/framework-bundle/Resources/views'), '!Framework');
  1147.         $a->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Resources/views'), 'Doctrine');
  1148.         $a->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Resources/views'), '!Doctrine');
  1149.         $a->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Resources/views'), 'DoctrineMigrations');
  1150.         $a->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Resources/views'), '!DoctrineMigrations');
  1151.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/security-bundle/Resources/views'), 'Security');
  1152.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/security-bundle/Resources/views'), '!Security');
  1153.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/swiftmailer-bundle/Resources/views'), 'Swiftmailer');
  1154.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/swiftmailer-bundle/Resources/views'), '!Swiftmailer');
  1155.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Resources/views'), 'WebProfiler');
  1156.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Resources/views'), '!WebProfiler');
  1157.         $a->addPath((\dirname(__DIR__4).'/templates/bundles/TwigBundle'), 'Twig');
  1158.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bundle/Resources/views'), 'Twig');
  1159.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bundle/Resources/views'), '!Twig');
  1160.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/debug-bundle/Resources/views'), 'Debug');
  1161.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/debug-bundle/Resources/views'), '!Debug');
  1162.         $a->addPath((\dirname(__DIR__4).'/templates/bundles/FOSUserBundle'), 'FOSUser');
  1163.         $a->addPath((\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/views'), 'FOSUser');
  1164.         $a->addPath((\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/views'), '!FOSUser');
  1165.         $a->addPath((\dirname(__DIR__4).'/templates/bundles/MailBuilderBundle'), 'MailBuilder');
  1166.         $a->addPath((\dirname(__DIR__4).'/src/MailBuilderBundle/Resources/views'), 'MailBuilder');
  1167.         $a->addPath((\dirname(__DIR__4).'/src/MailBuilderBundle/Resources/views'), '!MailBuilder');
  1168.         $a->addPath((\dirname(__DIR__4).'/templates/bundles/EspaceDocBundle'), 'EspaceDoc');
  1169.         $a->addPath((\dirname(__DIR__4).'/src/EspaceDocBundle/Resources/views'), 'EspaceDoc');
  1170.         $a->addPath((\dirname(__DIR__4).'/src/EspaceDocBundle/Resources/views'), '!EspaceDoc');
  1171.         $a->addPath((\dirname(__DIR__4).'/vendor/liip/imagine-bundle/Resources/views'), 'LiipImagine');
  1172.         $a->addPath((\dirname(__DIR__4).'/vendor/liip/imagine-bundle/Resources/views'), '!LiipImagine');
  1173.         $a->addPath((\dirname(__DIR__4).'/templates'));
  1174.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Email'), 'email');
  1175.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Email'), '!email');
  1176.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Form'));
  1177.         $this->services['twig'] = $instance = new \Twig\Environment($a, ['debug' => true'strict_variables' => true'autoescape' => 'name''cache' => ($this->targetDir.''.'/twig'), 'charset' => 'UTF-8']);
  1178.         $b = ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)));
  1179.         $c = ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService());
  1180.         $d = ($this->services['router'] ?? $this->getRouterService());
  1181.         $e = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  1182.         $f = new \Symfony\Component\VarDumper\Dumper\HtmlDumper(NULL'UTF-8'1);
  1183.         $f->setDisplayOptions(['maxStringLength' => 4096'fileLinkFormat' => $c]);
  1184.         $g = new \Symfony\Bridge\Twig\AppVariable();
  1185.         $g->setEnvironment('dev');
  1186.         $g->setDebug(true);
  1187.         if ($this->has('security.token_storage')) {
  1188.             $g->setTokenStorage(($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()));
  1189.         }
  1190.         if ($this->has('request_stack')) {
  1191.             $g->setRequestStack($e);
  1192.         }
  1193.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\CsrfExtension());
  1194.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\LogoutUrlExtension(($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService())));
  1195.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\SecurityExtension(($this->services['security.authorization_checker'] ?? $this->getSecurity_AuthorizationCheckerService())));
  1196.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\ProfilerExtension(($this->privates['twig.profile'] ?? ($this->privates['twig.profile'] = new \Twig\Profiler\Profile())), $b));
  1197.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\TranslationExtension(($this->services['translator'] ?? $this->getTranslatorService())));
  1198.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\AssetExtension(($this->privates['assets.packages'] ?? $this->getAssets_PackagesService())));
  1199.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\CodeExtension($c, \dirname(__DIR__4), 'UTF-8'));
  1200.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\RoutingExtension($d));
  1201.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\YamlExtension());
  1202.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\StopwatchExtension($btrue));
  1203.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\ExpressionExtension());
  1204.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\HttpKernelExtension());
  1205.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\HttpFoundationExtension(new \Symfony\Component\HttpFoundation\UrlHelper($e, ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService()))));
  1206.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\WebLinkExtension($e));
  1207.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\FormExtension());
  1208.         $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())));
  1209.         $instance->addExtension(new \Twig\Extensions\IntlExtension());
  1210.         $instance->addExtension(new \Doctrine\Bundle\DoctrineBundle\Twig\DoctrineExtension());
  1211.         $instance->addExtension(new \Symfony\Bundle\WebProfilerBundle\Twig\WebProfilerExtension($f));
  1212.         $instance->addExtension(new \Liip\ImagineBundle\Templating\FilterExtension(($this->services['liip_imagine.cache.manager'] ?? $this->getLiipImagine_Cache_ManagerService())));
  1213.         $instance->addGlobal('app'$g);
  1214.         $instance->addRuntimeLoader(new \Twig\RuntimeLoader\ContainerRuntimeLoader(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1215.             'Symfony\\Bridge\\Twig\\Extension\\CsrfRuntime' => ['privates''twig.runtime.security_csrf''getTwig_Runtime_SecurityCsrfService.php'true],
  1216.             'Symfony\\Bridge\\Twig\\Extension\\HttpKernelRuntime' => ['privates''twig.runtime.httpkernel''getTwig_Runtime_HttpkernelService.php'true],
  1217.             'Symfony\\Component\\Form\\FormRenderer' => ['privates''twig.form.renderer''getTwig_Form_RendererService.php'true],
  1218.         ], [
  1219.             'Symfony\\Bridge\\Twig\\Extension\\CsrfRuntime' => '?',
  1220.             'Symfony\\Bridge\\Twig\\Extension\\HttpKernelRuntime' => '?',
  1221.             'Symfony\\Component\\Form\\FormRenderer' => '?',
  1222.         ])));
  1223.         $instance->addGlobal('document_path', new \App\EspaceDocBundle\Service\DocumentPath($this$d));
  1224.         $instance->addGlobal('ed_provider', new \App\Service\EDProvider($this, ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService())));
  1225.         (new \Symfony\Bundle\TwigBundle\DependencyInjection\Configurator\EnvironmentConfigurator('F j, Y H:i''%d days'NULL0'.'','))->configure($instance);
  1226.         return $instance;
  1227.     }
  1228.     /**
  1229.      * Gets the public 'validator' shared service.
  1230.      *
  1231.      * @return \Symfony\Component\Validator\Validator\TraceableValidator
  1232.      */
  1233.     protected function getValidatorService()
  1234.     {
  1235.         return $this->services['validator'] = new \Symfony\Component\Validator\Validator\TraceableValidator(($this->privates['validator.builder'] ?? $this->getValidator_BuilderService())->getValidator());
  1236.     }
  1237.     /**
  1238.      * Gets the public 'var_dumper.cloner' shared service.
  1239.      *
  1240.      * @return \Symfony\Component\VarDumper\Cloner\VarCloner
  1241.      */
  1242.     protected function getVarDumper_ClonerService()
  1243.     {
  1244.         $this->services['var_dumper.cloner'] = $instance = new \Symfony\Component\VarDumper\Cloner\VarCloner();
  1245.         $instance->setMaxItems(2500);
  1246.         $instance->setMinDepth(1);
  1247.         $instance->setMaxString(-1);
  1248.         $instance->addCasters(['Closure' => 'Symfony\\Component\\VarDumper\\Caster\\ReflectionCaster::unsetClosureFileInfo']);
  1249.         return $instance;
  1250.     }
  1251.     /**
  1252.      * Gets the private '.legacy_resolve_controller_name_subscriber' shared service.
  1253.      *
  1254.      * @return \Symfony\Bundle\FrameworkBundle\EventListener\ResolveControllerNameSubscriber
  1255.      */
  1256.     protected function get_LegacyResolveControllerNameSubscriberService()
  1257.     {
  1258.         return $this->privates['.legacy_resolve_controller_name_subscriber'] = new \Symfony\Bundle\FrameworkBundle\EventListener\ResolveControllerNameSubscriber(($this->privates['.legacy_controller_name_converter'] ?? ($this->privates['.legacy_controller_name_converter'] = new \Symfony\Bundle\FrameworkBundle\Controller\ControllerNameParser(($this->services['kernel'] ?? $this->get('kernel'1)), false))), false);
  1259.     }
  1260.     /**
  1261.      * Gets the private 'annotations.cache_adapter' shared service.
  1262.      *
  1263.      * @return \Symfony\Component\Cache\Adapter\PhpArrayAdapter
  1264.      */
  1265.     protected function getAnnotations_CacheAdapterService()
  1266.     {
  1267.         return \Symfony\Component\Cache\Adapter\PhpArrayAdapter::create(($this->targetDir.''.'/annotations.php'), ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService()));
  1268.     }
  1269.     /**
  1270.      * Gets the private 'annotations.cached_reader' shared service.
  1271.      *
  1272.      * @return \Doctrine\Common\Annotations\PsrCachedReader
  1273.      */
  1274.     protected function getAnnotations_CachedReaderService()
  1275.     {
  1276.         return $this->privates['annotations.cached_reader'] = new \Doctrine\Common\Annotations\PsrCachedReader(($this->privates['annotations.reader'] ?? $this->getAnnotations_ReaderService()), $this->getAnnotations_CacheAdapterService(), true);
  1277.     }
  1278.     /**
  1279.      * Gets the private 'annotations.reader' shared service.
  1280.      *
  1281.      * @return \Doctrine\Common\Annotations\AnnotationReader
  1282.      */
  1283.     protected function getAnnotations_ReaderService()
  1284.     {
  1285.         $this->privates['annotations.reader'] = $instance = new \Doctrine\Common\Annotations\AnnotationReader();
  1286.         $a = new \Doctrine\Common\Annotations\AnnotationRegistry();
  1287.         $a->registerUniqueLoader('class_exists');
  1288.         $instance->addGlobalIgnoredName('required'$a);
  1289.         return $instance;
  1290.     }
  1291.     /**
  1292.      * Gets the private 'assets.packages' shared service.
  1293.      *
  1294.      * @return \Symfony\Component\Asset\Packages
  1295.      */
  1296.     protected function getAssets_PackagesService()
  1297.     {
  1298.         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())), $this->getEnv('REQUEST_CONTEXT_BASE_PATH'), $this->getEnv('REQUEST_CONTEXT_SECURE'))), []);
  1299.     }
  1300.     /**
  1301.      * Gets the private 'cache.annotations' shared service.
  1302.      *
  1303.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1304.      */
  1305.     protected function getCache_AnnotationsService()
  1306.     {
  1307.         return $this->privates['cache.annotations'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('0BcY7I5kFD'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  1308.     }
  1309.     /**
  1310.      * Gets the private 'cache.doctrine.orm.default.metadata' shared service.
  1311.      *
  1312.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1313.      */
  1314.     protected function getCache_Doctrine_Orm_Default_MetadataService()
  1315.     {
  1316.         return $this->privates['cache.doctrine.orm.default.metadata'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  1317.     }
  1318.     /**
  1319.      * Gets the private 'cache.doctrine.orm.default.query' shared service.
  1320.      *
  1321.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1322.      */
  1323.     protected function getCache_Doctrine_Orm_Default_QueryService()
  1324.     {
  1325.         return $this->privates['cache.doctrine.orm.default.query'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  1326.     }
  1327.     /**
  1328.      * Gets the private 'cache.doctrine.orm.default.result' shared service.
  1329.      *
  1330.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1331.      */
  1332.     protected function getCache_Doctrine_Orm_Default_ResultService()
  1333.     {
  1334.         return $this->privates['cache.doctrine.orm.default.result'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  1335.     }
  1336.     /**
  1337.      * Gets the private 'cache.doctrine.orm.espacedoc.metadata' shared service.
  1338.      *
  1339.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1340.      */
  1341.     protected function getCache_Doctrine_Orm_Espacedoc_MetadataService()
  1342.     {
  1343.         return $this->privates['cache.doctrine.orm.espacedoc.metadata'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  1344.     }
  1345.     /**
  1346.      * Gets the private 'cache.doctrine.orm.espacedoc.query' shared service.
  1347.      *
  1348.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1349.      */
  1350.     protected function getCache_Doctrine_Orm_Espacedoc_QueryService()
  1351.     {
  1352.         return $this->privates['cache.doctrine.orm.espacedoc.query'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  1353.     }
  1354.     /**
  1355.      * Gets the private 'cache.doctrine.orm.espacedoc.result' shared service.
  1356.      *
  1357.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1358.      */
  1359.     protected function getCache_Doctrine_Orm_Espacedoc_ResultService()
  1360.     {
  1361.         return $this->privates['cache.doctrine.orm.espacedoc.result'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  1362.     }
  1363.     /**
  1364.      * Gets the private 'cache.property_info' shared service.
  1365.      *
  1366.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1367.      */
  1368.     protected function getCache_PropertyInfoService()
  1369.     {
  1370.         return $this->privates['cache.property_info'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('o9PDuklYM8'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  1371.     }
  1372.     /**
  1373.      * Gets the private 'cache.security_expression_language' shared service.
  1374.      *
  1375.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1376.      */
  1377.     protected function getCache_SecurityExpressionLanguageService()
  1378.     {
  1379.         return $this->privates['cache.security_expression_language'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('jJBxoHmUlT'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  1380.     }
  1381.     /**
  1382.      * Gets the private 'cache.serializer' shared service.
  1383.      *
  1384.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1385.      */
  1386.     protected function getCache_SerializerService()
  1387.     {
  1388.         return $this->privates['cache.serializer'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('y2F6g4zM1g'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  1389.     }
  1390.     /**
  1391.      * Gets the private 'cache.validator' shared service.
  1392.      *
  1393.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1394.      */
  1395.     protected function getCache_ValidatorService()
  1396.     {
  1397.         return $this->privates['cache.validator'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('4qUrf6RP+T'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  1398.     }
  1399.     /**
  1400.      * Gets the private 'config_cache_factory' shared service.
  1401.      *
  1402.      * @return \Symfony\Component\Config\ResourceCheckerConfigCacheFactory
  1403.      */
  1404.     protected function getConfigCacheFactoryService()
  1405.     {
  1406.         return $this->privates['config_cache_factory'] = new \Symfony\Component\Config\ResourceCheckerConfigCacheFactory(new RewindableGenerator(function () {
  1407.             yield => ($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)));
  1408.             yield => ($this->privates['config.resource.self_checking_resource_checker'] ?? ($this->privates['config.resource.self_checking_resource_checker'] = new \Symfony\Component\Config\Resource\SelfCheckingResourceChecker()));
  1409.         }, 2));
  1410.     }
  1411.     /**
  1412.      * Gets the private 'data_collector.form' shared service.
  1413.      *
  1414.      * @return \Symfony\Component\Form\Extension\DataCollector\FormDataCollector
  1415.      */
  1416.     protected function getDataCollector_FormService()
  1417.     {
  1418.         return $this->privates['data_collector.form'] = new \Symfony\Component\Form\Extension\DataCollector\FormDataCollector(new \Symfony\Component\Form\Extension\DataCollector\FormDataExtractor());
  1419.     }
  1420.     /**
  1421.      * Gets the private 'debug.debug_handlers_listener' shared service.
  1422.      *
  1423.      * @return \Symfony\Component\HttpKernel\EventListener\DebugHandlersListener
  1424.      */
  1425.     protected function getDebug_DebugHandlersListenerService()
  1426.     {
  1427.         $a = new \Symfony\Bridge\Monolog\Logger('php');
  1428.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1429.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  1430.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  1431.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  1432.         return $this->privates['debug.debug_handlers_listener'] = new \Symfony\Component\HttpKernel\EventListener\DebugHandlersListener(NULL$aNULL, -1true, ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService()), true);
  1433.     }
  1434.     /**
  1435.      * Gets the private 'debug.file_link_formatter' shared service.
  1436.      *
  1437.      * @return \Symfony\Component\HttpKernel\Debug\FileLinkFormatter
  1438.      */
  1439.     protected function getDebug_FileLinkFormatterService()
  1440.     {
  1441.         return $this->privates['debug.file_link_formatter'] = new \Symfony\Component\HttpKernel\Debug\FileLinkFormatter(NULL, ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), \dirname(__DIR__4), function () {
  1442.             return ($this->privates['debug.file_link_formatter.url_format'] ?? $this->load('getDebug_FileLinkFormatter_UrlFormatService.php'));
  1443.         });
  1444.     }
  1445.     /**
  1446.      * Gets the private 'debug.log_processor' shared service.
  1447.      *
  1448.      * @return \Symfony\Bridge\Monolog\Processor\DebugProcessor
  1449.      */
  1450.     protected function getDebug_LogProcessorService()
  1451.     {
  1452.         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())));
  1453.     }
  1454.     /**
  1455.      * Gets the private 'debug.security.access.decision_manager' shared service.
  1456.      *
  1457.      * @return \Symfony\Component\Security\Core\Authorization\TraceableAccessDecisionManager
  1458.      */
  1459.     protected function getDebug_Security_Access_DecisionManagerService()
  1460.     {
  1461.         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 () {
  1462.             yield => ($this->privates['debug.security.voter.security.access.authenticated_voter'] ?? $this->load('getDebug_Security_Voter_Security_Access_AuthenticatedVoterService.php'));
  1463.             yield => ($this->privates['debug.security.voter.security.access.role_hierarchy_voter'] ?? $this->load('getDebug_Security_Voter_Security_Access_RoleHierarchyVoterService.php'));
  1464.             yield => ($this->privates['debug.security.voter.security.access.expression_voter'] ?? $this->load('getDebug_Security_Voter_Security_Access_ExpressionVoterService.php'));
  1465.             yield => ($this->privates['debug.security.voter.App\\EspaceDocBundle\\Security\\CategoryVoter'] ?? $this->load('getCategoryVoterService.php'));
  1466.         }, 4), 'affirmative'falsetrue));
  1467.     }
  1468.     /**
  1469.      * Gets the private 'debug.security.firewall' shared service.
  1470.      *
  1471.      * @return \Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener
  1472.      */
  1473.     protected function getDebug_Security_FirewallService()
  1474.     {
  1475.         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()));
  1476.     }
  1477.     /**
  1478.      * Gets the private 'doctrine.orm.container_repository_factory' shared service.
  1479.      *
  1480.      * @return \Doctrine\Bundle\DoctrineBundle\Repository\ContainerRepositoryFactory
  1481.      */
  1482.     protected function getDoctrine_Orm_ContainerRepositoryFactoryService()
  1483.     {
  1484.         return $this->privates['doctrine.orm.container_repository_factory'] = new \Doctrine\Bundle\DoctrineBundle\Repository\ContainerRepositoryFactory(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1485.             'App\\EspaceDocBundle\\Repository\\AclRepository' => ['privates''App\\EspaceDocBundle\\Repository\\AclRepository''getAclRepositoryService.php'true],
  1486.             'App\\EspaceDocBundle\\Repository\\CategoryRepository' => ['privates''App\\EspaceDocBundle\\Repository\\CategoryRepository''getCategoryRepositoryService.php'true],
  1487.             'App\\EspaceDocBundle\\Repository\\DocumentRepository' => ['privates''App\\EspaceDocBundle\\Repository\\DocumentRepository''getDocumentRepositoryService.php'true],
  1488.             'App\\EspaceDocBundle\\Repository\\GroupHasAclRepository' => ['privates''App\\EspaceDocBundle\\Repository\\GroupHasAclRepository''getGroupHasAclRepositoryService.php'true],
  1489.             'App\\EspaceDocBundle\\Repository\\OptionRepository' => ['privates''App\\EspaceDocBundle\\Repository\\OptionRepository''getOptionRepositoryService.php'true],
  1490.             'App\\EspaceDocBundle\\Repository\\UserGroupRepository' => ['privates''App\\EspaceDocBundle\\Repository\\UserGroupRepository''getUserGroupRepositoryService.php'true],
  1491.             'App\\MailBuilderBundle\\Repository\\MailsRepository' => ['privates''App\\MailBuilderBundle\\Repository\\MailsRepository''getMailsRepositoryService.php'true],
  1492.             'App\\MailBuilderBundle\\Repository\\StatsRepository' => ['privates''App\\MailBuilderBundle\\Repository\\StatsRepository''getStatsRepositoryService.php'true],
  1493.             'App\\MailBuilderBundle\\Repository\\UnsubscribesRepository' => ['privates''App\\MailBuilderBundle\\Repository\\UnsubscribesRepository''getUnsubscribesRepositoryService.php'true],
  1494.             'App\\Repository\\ApiLogRepository' => ['privates''App\\Repository\\ApiLogRepository''getApiLogRepositoryService.php'true],
  1495.             'App\\Repository\\ConEvenementsRepository' => ['privates''App\\Repository\\ConEvenementsRepository''getConEvenementsRepositoryService.php'true],
  1496.             'App\\Repository\\ConHistoriquesRepository' => ['privates''App\\Repository\\ConHistoriquesRepository''getConHistoriquesRepositoryService.php'true],
  1497.             'App\\Repository\\ConInscriptionsRepository' => ['privates''App\\Repository\\ConInscriptionsRepository''getConInscriptionsRepositoryService.php'true],
  1498.             'App\\Repository\\ConMatieresRepository' => ['privates''App\\Repository\\ConMatieresRepository''getConMatieresRepositoryService.php'true],
  1499.             'App\\Repository\\ContactsRepository' => ['privates''App\\Repository\\ContactsRepository''getContactsRepositoryService.php'true],
  1500.             'App\\Repository\\EvenementsRepository' => ['privates''App\\Repository\\EvenementsRepository''getEvenementsRepositoryService.php'true],
  1501.             'App\\Repository\\SessionInfosRepository' => ['privates''App\\Repository\\SessionInfosRepository''getSessionInfosRepositoryService.php'true],
  1502.             'App\\Repository\\UserRepository' => ['privates''App\\Repository\\UserRepository''getUserRepositoryService.php'true],
  1503.         ], [
  1504.             'App\\EspaceDocBundle\\Repository\\AclRepository' => '?',
  1505.             'App\\EspaceDocBundle\\Repository\\CategoryRepository' => '?',
  1506.             'App\\EspaceDocBundle\\Repository\\DocumentRepository' => '?',
  1507.             'App\\EspaceDocBundle\\Repository\\GroupHasAclRepository' => '?',
  1508.             'App\\EspaceDocBundle\\Repository\\OptionRepository' => '?',
  1509.             'App\\EspaceDocBundle\\Repository\\UserGroupRepository' => '?',
  1510.             'App\\MailBuilderBundle\\Repository\\MailsRepository' => '?',
  1511.             'App\\MailBuilderBundle\\Repository\\StatsRepository' => '?',
  1512.             'App\\MailBuilderBundle\\Repository\\UnsubscribesRepository' => '?',
  1513.             'App\\Repository\\ApiLogRepository' => '?',
  1514.             'App\\Repository\\ConEvenementsRepository' => '?',
  1515.             'App\\Repository\\ConHistoriquesRepository' => '?',
  1516.             'App\\Repository\\ConInscriptionsRepository' => '?',
  1517.             'App\\Repository\\ConMatieresRepository' => '?',
  1518.             'App\\Repository\\ContactsRepository' => '?',
  1519.             'App\\Repository\\EvenementsRepository' => '?',
  1520.             'App\\Repository\\SessionInfosRepository' => '?',
  1521.             'App\\Repository\\UserRepository' => '?',
  1522.         ]));
  1523.     }
  1524.     /**
  1525.      * Gets the private 'fos_user.util.canonical_fields_updater' shared service.
  1526.      *
  1527.      * @return \FOS\UserBundle\Util\CanonicalFieldsUpdater
  1528.      */
  1529.     protected function getFosUser_Util_CanonicalFieldsUpdaterService()
  1530.     {
  1531.         $a = new \FOS\UserBundle\Util\Canonicalizer();
  1532.         return $this->privates['fos_user.util.canonical_fields_updater'] = new \FOS\UserBundle\Util\CanonicalFieldsUpdater($a$a);
  1533.     }
  1534.     /**
  1535.      * Gets the private 'framework_extra_bundle.argument_name_convertor' shared service.
  1536.      *
  1537.      * @return \Sensio\Bundle\FrameworkExtraBundle\Request\ArgumentNameConverter
  1538.      */
  1539.     protected function getFrameworkExtraBundle_ArgumentNameConvertorService()
  1540.     {
  1541.         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())));
  1542.     }
  1543.     /**
  1544.      * Gets the private 'framework_extra_bundle.event.is_granted' shared service.
  1545.      *
  1546.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\IsGrantedListener
  1547.      */
  1548.     protected function getFrameworkExtraBundle_Event_IsGrantedService()
  1549.     {
  1550.         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()));
  1551.     }
  1552.     /**
  1553.      * Gets the private 'locale_aware_listener' shared service.
  1554.      *
  1555.      * @return \Symfony\Component\HttpKernel\EventListener\LocaleAwareListener
  1556.      */
  1557.     protected function getLocaleAwareListenerService()
  1558.     {
  1559.         return $this->privates['locale_aware_listener'] = new \Symfony\Component\HttpKernel\EventListener\LocaleAwareListener(new RewindableGenerator(function () {
  1560.             yield => ($this->privates['translator.default'] ?? $this->getTranslator_DefaultService());
  1561.         }, 1), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  1562.     }
  1563.     /**
  1564.      * Gets the private 'locale_listener' shared service.
  1565.      *
  1566.      * @return \Symfony\Component\HttpKernel\EventListener\LocaleListener
  1567.      */
  1568.     protected function getLocaleListenerService()
  1569.     {
  1570.         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_FR', ($this->services['router'] ?? $this->getRouterService()));
  1571.     }
  1572.     /**
  1573.      * Gets the private 'monolog.handler.console' shared service.
  1574.      *
  1575.      * @return \Symfony\Bridge\Monolog\Handler\ConsoleHandler
  1576.      */
  1577.     protected function getMonolog_Handler_ConsoleService()
  1578.     {
  1579.         return $this->privates['monolog.handler.console'] = new \Symfony\Bridge\Monolog\Handler\ConsoleHandler(NULLtrue, [], []);
  1580.     }
  1581.     /**
  1582.      * Gets the private 'monolog.handler.main' shared service.
  1583.      *
  1584.      * @return \Monolog\Handler\StreamHandler
  1585.      */
  1586.     protected function getMonolog_Handler_MainService()
  1587.     {
  1588.         $this->privates['monolog.handler.main'] = $instance = new \Monolog\Handler\StreamHandler((\dirname(__DIR__6).'/shared/var/log/dev.log'), 100trueNULLfalse);
  1589.         $instance->pushProcessor(new \Monolog\Processor\PsrLogMessageProcessor());
  1590.         return $instance;
  1591.     }
  1592.     /**
  1593.      * Gets the private 'monolog.logger' shared service.
  1594.      *
  1595.      * @return \Symfony\Bridge\Monolog\Logger
  1596.      */
  1597.     protected function getMonolog_LoggerService()
  1598.     {
  1599.         $this->privates['monolog.logger'] = $instance = new \Symfony\Bridge\Monolog\Logger('app');
  1600.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1601.         $instance->useMicrosecondTimestamps(true);
  1602.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  1603.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  1604.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  1605.         return $instance;
  1606.     }
  1607.     /**
  1608.      * Gets the private 'monolog.logger.cache' shared service.
  1609.      *
  1610.      * @return \Symfony\Bridge\Monolog\Logger
  1611.      */
  1612.     protected function getMonolog_Logger_CacheService()
  1613.     {
  1614.         $this->privates['monolog.logger.cache'] = $instance = new \Symfony\Bridge\Monolog\Logger('cache');
  1615.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1616.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  1617.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  1618.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  1619.         return $instance;
  1620.     }
  1621.     /**
  1622.      * Gets the private 'monolog.logger.request' shared service.
  1623.      *
  1624.      * @return \Symfony\Bridge\Monolog\Logger
  1625.      */
  1626.     protected function getMonolog_Logger_RequestService()
  1627.     {
  1628.         $this->privates['monolog.logger.request'] = $instance = new \Symfony\Bridge\Monolog\Logger('request');
  1629.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1630.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  1631.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  1632.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  1633.         return $instance;
  1634.     }
  1635.     /**
  1636.      * Gets the private 'nelmio_cors.cors_listener' shared service.
  1637.      *
  1638.      * @return \Nelmio\CorsBundle\EventListener\CorsListener
  1639.      */
  1640.     protected function getNelmioCors_CorsListenerService()
  1641.     {
  1642.         return $this->privates['nelmio_cors.cors_listener'] = new \Nelmio\CorsBundle\EventListener\CorsListener(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), new \Nelmio\CorsBundle\Options\Resolver([=> new \Nelmio\CorsBundle\Options\ConfigProvider($this->parameters['nelmio_cors.map'], $this->getParameter('nelmio_cors.defaults'))]));
  1643.     }
  1644.     /**
  1645.      * Gets the private 'parameter_bag' shared service.
  1646.      *
  1647.      * @return \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag
  1648.      */
  1649.     protected function getParameterBagService()
  1650.     {
  1651.         return $this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this);
  1652.     }
  1653.     /**
  1654.      * Gets the private 'profiler_listener' shared service.
  1655.      *
  1656.      * @return \Symfony\Component\HttpKernel\EventListener\ProfilerListener
  1657.      */
  1658.     protected function getProfilerListenerService()
  1659.     {
  1660.         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())), NULLfalsefalse);
  1661.     }
  1662.     /**
  1663.      * Gets the private 'property_info' shared service.
  1664.      *
  1665.      * @return \Symfony\Component\PropertyInfo\PropertyInfoExtractor
  1666.      */
  1667.     protected function getPropertyInfoService()
  1668.     {
  1669.         return $this->privates['property_info'] = new \Symfony\Component\PropertyInfo\PropertyInfoExtractor(new RewindableGenerator(function () {
  1670.             yield => ($this->privates['property_info.serializer_extractor'] ?? $this->load('getPropertyInfo_SerializerExtractorService.php'));
  1671.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  1672.             yield => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->load('getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService.php'));
  1673.             yield => ($this->privates['doctrine.orm.espacedoc_entity_manager.property_info_extractor'] ?? $this->load('getDoctrine_Orm_EspacedocEntityManager_PropertyInfoExtractorService.php'));
  1674.         }, 4), new RewindableGenerator(function () {
  1675.             yield => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->load('getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService.php'));
  1676.             yield => ($this->privates['doctrine.orm.espacedoc_entity_manager.property_info_extractor'] ?? $this->load('getDoctrine_Orm_EspacedocEntityManager_PropertyInfoExtractorService.php'));
  1677.             yield => ($this->privates['property_info.php_doc_extractor'] ?? ($this->privates['property_info.php_doc_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\PhpDocExtractor()));
  1678.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  1679.         }, 4), new RewindableGenerator(function () {
  1680.             yield => ($this->privates['property_info.php_doc_extractor'] ?? ($this->privates['property_info.php_doc_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\PhpDocExtractor()));
  1681.         }, 1), new RewindableGenerator(function () {
  1682.             yield => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->load('getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService.php'));
  1683.             yield => ($this->privates['doctrine.orm.espacedoc_entity_manager.property_info_extractor'] ?? $this->load('getDoctrine_Orm_EspacedocEntityManager_PropertyInfoExtractorService.php'));
  1684.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  1685.         }, 3), new RewindableGenerator(function () {
  1686.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  1687.         }, 1));
  1688.     }
  1689.     /**
  1690.      * Gets the private 'router.request_context' shared service.
  1691.      *
  1692.      * @return \Symfony\Component\Routing\RequestContext
  1693.      */
  1694.     protected function getRouter_RequestContextService()
  1695.     {
  1696.         return $this->privates['router.request_context'] = new \Symfony\Component\Routing\RequestContext($this->getEnv('REQUEST_CONTEXT_BASE_URL'), 'GET'$this->getEnv('REQUEST_CONTEXT_HOST'), $this->getEnv('REQUEST_CONTEXT_SCHEME'), 80443);
  1697.     }
  1698.     /**
  1699.      * Gets the private 'router_listener' shared service.
  1700.      *
  1701.      * @return \Symfony\Component\HttpKernel\EventListener\RouterListener
  1702.      */
  1703.     protected function getRouterListenerService()
  1704.     {
  1705.         return $this->privates['router_listener'] = new \Symfony\Component\HttpKernel\EventListener\RouterListener(($this->services['router'] ?? $this->getRouterService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService()), ($this->privates['monolog.logger.request'] ?? $this->getMonolog_Logger_RequestService()), \dirname(__DIR__4), true);
  1706.     }
  1707.     /**
  1708.      * Gets the private 'security.authentication.manager' shared service.
  1709.      *
  1710.      * @return \Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager
  1711.      */
  1712.     protected function getSecurity_Authentication_ManagerService()
  1713.     {
  1714.         $this->privates['security.authentication.manager'] = $instance = new \Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager(new RewindableGenerator(function () {
  1715.             yield => ($this->privates['security.authentication.provider.dao.main'] ?? $this->load('getSecurity_Authentication_Provider_Dao_MainService.php'));
  1716.             yield => ($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'))));
  1717.         }, 2), true);
  1718.         $instance->setEventDispatcher(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  1719.         return $instance;
  1720.     }
  1721.     /**
  1722.      * Gets the private 'security.firewall.map' shared service.
  1723.      *
  1724.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallMap
  1725.      */
  1726.     protected function getSecurity_Firewall_MapService()
  1727.     {
  1728.         return $this->privates['security.firewall.map'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallMap(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1729.             'security.firewall.map.context.dev' => ['privates''security.firewall.map.context.dev''getSecurity_Firewall_Map_Context_DevService.php'true],
  1730.             'security.firewall.map.context.main' => ['privates''security.firewall.map.context.main''getSecurity_Firewall_Map_Context_MainService.php'true],
  1731.         ], [
  1732.             'security.firewall.map.context.dev' => '?',
  1733.             'security.firewall.map.context.main' => '?',
  1734.         ]), new RewindableGenerator(function () {
  1735.             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)/')));
  1736.             yield 'security.firewall.map.context.main' => ($this->privates['.security.request_matcher.3UEFixr'] ?? ($this->privates['.security.request_matcher.3UEFixr'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/')));
  1737.         }, 2));
  1738.     }
  1739.     /**
  1740.      * Gets the private 'security.logout_url_generator' shared service.
  1741.      *
  1742.      * @return \Symfony\Component\Security\Http\Logout\LogoutUrlGenerator
  1743.      */
  1744.     protected function getSecurity_LogoutUrlGeneratorService()
  1745.     {
  1746.         $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->getSecurity_TokenStorageService()));
  1747.         $instance->registerListener('main''/logout''logout''_csrf_token'NULLNULL);
  1748.         return $instance;
  1749.     }
  1750.     /**
  1751.      * Gets the private 'security.role_hierarchy' shared service.
  1752.      *
  1753.      * @return \Symfony\Component\Security\Core\Role\RoleHierarchy
  1754.      */
  1755.     protected function getSecurity_RoleHierarchyService()
  1756.     {
  1757.         return $this->privates['security.role_hierarchy'] = new \Symfony\Component\Security\Core\Role\RoleHierarchy($this->parameters['security.role_hierarchy.roles']);
  1758.     }
  1759.     /**
  1760.      * Gets the private 'sensio_framework_extra.controller.listener' shared service.
  1761.      *
  1762.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener
  1763.      */
  1764.     protected function getSensioFrameworkExtra_Controller_ListenerService()
  1765.     {
  1766.         return $this->privates['sensio_framework_extra.controller.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  1767.     }
  1768.     /**
  1769.      * Gets the private 'sensio_framework_extra.converter.listener' shared service.
  1770.      *
  1771.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener
  1772.      */
  1773.     protected function getSensioFrameworkExtra_Converter_ListenerService()
  1774.     {
  1775.         $a = new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\ParamConverterManager();
  1776.         $a->add(new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\DoctrineParamConverter(($this->services['doctrine'] ?? $this->getDoctrineService()), new \Symfony\Component\ExpressionLanguage\ExpressionLanguage()), 0'doctrine.orm');
  1777.         $a->add(new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\DateTimeParamConverter(), 0'datetime');
  1778.         return $this->privates['sensio_framework_extra.converter.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener($atrue);
  1779.     }
  1780.     /**
  1781.      * Gets the private 'sensio_framework_extra.security.listener' shared service.
  1782.      *
  1783.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\SecurityListener
  1784.      */
  1785.     protected function getSensioFrameworkExtra_Security_ListenerService()
  1786.     {
  1787.         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(NULLNULL))), ($this->privates['security.role_hierarchy'] ?? $this->getSecurity_RoleHierarchyService()), ($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()), ($this->services['security.authorization_checker'] ?? $this->getSecurity_AuthorizationCheckerService()), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  1788.     }
  1789.     /**
  1790.      * Gets the private 'sensio_framework_extra.view.listener' shared service.
  1791.      *
  1792.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\TemplateListener
  1793.      */
  1794.     protected function getSensioFrameworkExtra_View_ListenerService()
  1795.     {
  1796.         $this->privates['sensio_framework_extra.view.listener'] = $instance = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\TemplateListener(new \Sensio\Bundle\FrameworkExtraBundle\Templating\TemplateGuesser(($this->services['kernel'] ?? $this->get('kernel'1))));
  1797.         $instance->setContainer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1798.             'twig' => ['services''twig''getTwigService'false],
  1799.         ], [
  1800.             'twig' => 'Twig\\Environment',
  1801.         ]))->withContext('sensio_framework_extra.view.listener'$this));
  1802.         return $instance;
  1803.     }
  1804.     /**
  1805.      * Gets the private 'session_listener' shared service.
  1806.      *
  1807.      * @return \Symfony\Component\HttpKernel\EventListener\SessionListener
  1808.      */
  1809.     protected function getSessionListenerService()
  1810.     {
  1811.         return $this->privates['session_listener'] = new \Symfony\Component\HttpKernel\EventListener\SessionListener(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1812.             'initialized_session' => ['services''session'NULLtrue],
  1813.             'session' => ['services''session''getSessionService.php'true],
  1814.         ], [
  1815.             'initialized_session' => '?',
  1816.             'session' => '?',
  1817.         ]));
  1818.     }
  1819.     /**
  1820.      * Gets the private 'translator.default' shared service.
  1821.      *
  1822.      * @return \Symfony\Bundle\FrameworkBundle\Translation\Translator
  1823.      */
  1824.     protected function getTranslator_DefaultService()
  1825.     {
  1826.         $this->privates['translator.default'] = $instance = new \Symfony\Bundle\FrameworkBundle\Translation\Translator(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1827.             'translation.loader.csv' => ['privates''translation.loader.csv''getTranslation_Loader_CsvService.php'true],
  1828.             'translation.loader.dat' => ['privates''translation.loader.dat''getTranslation_Loader_DatService.php'true],
  1829.             'translation.loader.ini' => ['privates''translation.loader.ini''getTranslation_Loader_IniService.php'true],
  1830.             'translation.loader.json' => ['privates''translation.loader.json''getTranslation_Loader_JsonService.php'true],
  1831.             'translation.loader.mo' => ['privates''translation.loader.mo''getTranslation_Loader_MoService.php'true],
  1832.             'translation.loader.php' => ['privates''translation.loader.php''getTranslation_Loader_PhpService.php'true],
  1833.             'translation.loader.po' => ['privates''translation.loader.po''getTranslation_Loader_PoService.php'true],
  1834.             'translation.loader.qt' => ['privates''translation.loader.qt''getTranslation_Loader_QtService.php'true],
  1835.             'translation.loader.res' => ['privates''translation.loader.res''getTranslation_Loader_ResService.php'true],
  1836.             'translation.loader.xliff' => ['privates''translation.loader.xliff''getTranslation_Loader_XliffService.php'true],
  1837.             'translation.loader.yml' => ['privates''translation.loader.yml''getTranslation_Loader_YmlService.php'true],
  1838.         ], [
  1839.             'translation.loader.csv' => '?',
  1840.             'translation.loader.dat' => '?',
  1841.             'translation.loader.ini' => '?',
  1842.             'translation.loader.json' => '?',
  1843.             'translation.loader.mo' => '?',
  1844.             'translation.loader.php' => '?',
  1845.             'translation.loader.po' => '?',
  1846.             'translation.loader.qt' => '?',
  1847.             'translation.loader.res' => '?',
  1848.             'translation.loader.xliff' => '?',
  1849.             'translation.loader.yml' => '?',
  1850.         ]), new \Symfony\Component\Translation\Formatter\MessageFormatter(new \Symfony\Component\Translation\IdentityTranslator()), 'fr_FR', ['translation.loader.php' => [=> 'php'], 'translation.loader.yml' => [=> 'yaml'=> 'yml'], 'translation.loader.xliff' => [=> 'xlf'=> 'xliff'], 'translation.loader.po' => [=> 'po'], 'translation.loader.mo' => [=> 'mo'], 'translation.loader.qt' => [=> 'ts'], 'translation.loader.csv' => [=> 'csv'], 'translation.loader.res' => [=> 'res'], 'translation.loader.dat' => [=> 'dat'], 'translation.loader.ini' => [=> 'ini'], 'translation.loader.json' => [=> 'json']], ['cache_dir' => ($this->targetDir.''.'/translations'), 'debug' => true'resource_files' => ['af' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.af.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.af.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.af.xlf'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.af.yml')], 'ar' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.ar.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.ar.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.ar.xlf'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.ar.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.ar.yml')], 'az' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.az.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.az.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.az.xlf')], 'be' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.be.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.be.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.be.xlf')], 'bg' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.bg.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.bg.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.bg.xlf'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.bg.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.bg.yml')], 'bs' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.bs.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.bs.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.bs.xlf')], 'ca' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.ca.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.ca.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.ca.xlf'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.ca.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.ca.yml')], 'cs' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.cs.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.cs.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.cs.xlf'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.cs.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.cs.yml')], 'cy' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.cy.xlf')], 'da' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.da.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.da.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.da.xlf'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.da.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.da.yml')], 'de' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.de.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.de.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.de.xlf'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.de.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.de.yml')], 'el' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.el.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.el.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.el.xlf'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.el.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.el.yml')], 'en' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.en.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.en.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.en.xlf'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.en.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.en.yml')], 'es' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.es.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.es.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.es.xlf'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.es.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.es.yml')], 'et' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.et.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.et.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.et.xlf'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.et.yml')], 'eu' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.eu.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.eu.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.eu.xlf'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.eu.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.eu.yml')], 'fa' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.fa.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.fa.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.fa.xlf'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.fa.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.fa.yml')], 'fi' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.fi.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.fi.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.fi.xlf'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.fi.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.fi.yml')], 'fr' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.fr.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.fr.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.fr.xlf'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.fr.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.fr.yml'), => (\dirname(__DIR__4).'/translations/admin.fr.yaml')], 'gl' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.gl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.gl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.gl.xlf'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.gl.yml')], 'he' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.he.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.he.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.he.xlf'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.he.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.he.yml')], 'hr' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.hr.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.hr.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.hr.xlf'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.hr.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.hr.yml')], 'hu' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.hu.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.hu.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.hu.xlf'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.hu.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.hu.yml')], 'hy' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.hy.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.hy.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.hy.xlf')], 'id' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.id.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.id.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.id.xlf'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.id.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.id.yml')], 'it' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.it.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.it.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.it.xlf'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.it.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.it.yml')], 'ja' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.ja.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.ja.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.ja.xlf'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.ja.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.ja.yml')], 'lb' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.lb.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.lb.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.lb.xlf'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.lb.yml')], 'lt' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.lt.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.lt.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.lt.xlf'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.lt.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.lt.yml')], 'lv' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.lv.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.lv.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.lv.xlf'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.lv.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.lv.yml')], 'mn' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.mn.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.mn.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.mn.xlf')], 'my' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.my.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.my.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.my.xlf')], 'nb' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.nb.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.nb.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.nb.xlf'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.nb.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.nb.yml')], 'nl' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.nl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.nl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.nl.xlf'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.nl.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.nl.yml')], 'nn' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.nn.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.nn.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.nn.xlf')], 'no' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.no.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.no.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.no.xlf')], 'pl' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.pl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.pl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.pl.xlf'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.pl.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.pl.yml')], 'pt' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.pt.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.pt.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.pt.xlf'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.pt.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.pt.yml')], 'pt_BR' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.pt_BR.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.pt_BR.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.pt_BR.xlf'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.pt_BR.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.pt_BR.yml')], 'ro' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.ro.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.ro.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.ro.xlf'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.ro.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.ro.yml')], 'ru' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.ru.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.ru.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.ru.xlf'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.ru.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.ru.yml')], 'sk' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.sk.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.sk.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.sk.xlf'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.sk.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.sk.yml')], 'sl' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.sl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.sl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.sl.xlf'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.sl.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.sl.yml')], 'sq' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.sq.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.sq.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.sq.xlf')], 'sr_Cyrl' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.sr_Cyrl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.sr_Cyrl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.sr_Cyrl.xlf')], 'sr_Latn' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.sr_Latn.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.sr_Latn.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.sr_Latn.xlf'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.sr_Latn.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.sr_Latn.yml')], 'sv' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.sv.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.sv.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.sv.xlf'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.sv.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.sv.yml')], 'th' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.th.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.th.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.th.xlf'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.th.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.th.yml')], 'tl' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.tl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.tl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.tl.xlf')], 'tr' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.tr.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.tr.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.tr.xlf'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.tr.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.tr.yml')], 'uk' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.uk.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.uk.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.uk.xlf'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.uk.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.uk.yml')], 'ur' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.ur.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.ur.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.ur.xlf')], 'uz' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.uz.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.uz.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.uz.xlf')], 'vi' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.vi.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.vi.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.vi.xlf'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.vi.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.vi.yml')], 'zh_CN' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.zh_CN.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.zh_CN.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.zh_CN.xlf'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.zh_CN.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.zh_CN.yml')], 'zh_TW' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.zh_TW.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.zh_TW.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.zh_TW.xlf')], 'bn' => [=> (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.bn.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.bn.yml')], 'bn_BD' => [=> (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.bn_BD.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.bn_BD.yml')], 'eo' => [=> (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.eo.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.eo.yml')], 'ky' => [=> (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.ky.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.ky.yml')]], 'scanned_directories' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations'), => (\dirname(__DIR__4).'/translations'), => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle/translations'), => (\dirname(__DIR__4).'/src/Resources/FrameworkBundle/translations'), => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-cache-bundle/translations'), => (\dirname(__DIR__4).'/src/Resources/DoctrineCacheBundle/translations'), => (\dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/translations'), 10 => (\dirname(__DIR__4).'/src/Resources/SensioFrameworkExtraBundle/translations'), 11 => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/translations'), 12 => (\dirname(__DIR__4).'/src/Resources/DoctrineBundle/translations'), 13 => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/translations'), 14 => (\dirname(__DIR__4).'/src/Resources/DoctrineMigrationsBundle/translations'), 15 => (\dirname(__DIR__4).'/vendor/symfony/security-bundle/translations'), 16 => (\dirname(__DIR__4).'/src/Resources/SecurityBundle/translations'), 17 => (\dirname(__DIR__4).'/vendor/symfony/swiftmailer-bundle/translations'), 18 => (\dirname(__DIR__4).'/src/Resources/SwiftmailerBundle/translations'), 19 => (\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/translations'), 20 => (\dirname(__DIR__4).'/src/Resources/WebProfilerBundle/translations'), 21 => (\dirname(__DIR__4).'/vendor/symfony/twig-bundle/translations'), 22 => (\dirname(__DIR__4).'/src/Resources/TwigBundle/translations'), 23 => (\dirname(__DIR__4).'/vendor/symfony/monolog-bundle/translations'), 24 => (\dirname(__DIR__4).'/src/Resources/MonologBundle/translations'), 25 => (\dirname(__DIR__4).'/vendor/symfony/debug-bundle/translations'), 26 => (\dirname(__DIR__4).'/src/Resources/DebugBundle/translations'), 27 => (\dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/translations'), 28 => (\dirname(__DIR__4).'/src/Resources/MakerBundle/translations'), 29 => (\dirname(__DIR__4).'/vendor/symfony/web-server-bundle/translations'), 30 => (\dirname(__DIR__4).'/src/Resources/WebServerBundle/translations'), 31 => (\dirname(__DIR__4).'/src/Resources/FOSUserBundle/translations'), 32 => (\dirname(__DIR__4).'/src/MailBuilderBundle/translations'), 33 => (\dirname(__DIR__4).'/src/Resources/MailBuilderBundle/translations'), 34 => (\dirname(__DIR__4).'/src/EspaceDocBundle/translations'), 35 => (\dirname(__DIR__4).'/src/Resources/EspaceDocBundle/translations'), 36 => (\dirname(__DIR__4).'/vendor/shapecode/cron-bundle/src/translations'), 37 => (\dirname(__DIR__4).'/src/Resources/ShapecodeCronBundle/translations'), 38 => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-fixtures-bundle/translations'), 39 => (\dirname(__DIR__4).'/src/Resources/DoctrineFixturesBundle/translations'), 40 => (\dirname(__DIR__4).'/vendor/nelmio/cors-bundle/translations'), 41 => (\dirname(__DIR__4).'/src/Resources/NelmioCorsBundle/translations'), 42 => (\dirname(__DIR__4).'/vendor/liip/imagine-bundle/translations'), 43 => (\dirname(__DIR__4).'/src/Resources/LiipImagineBundle/translations'), 44 => (\dirname(__DIR__4).'/src/Resources/translations')], 'cache_vary' => ['scanned_directories' => [=> 'vendor/symfony/validator/Resources/translations'=> 'vendor/symfony/form/Resources/translations'=> 'vendor/symfony/security-core/Resources/translations'=> 'vendor/friendsofsymfony/user-bundle/Resources/translations'=> 'translations'=> 'vendor/symfony/framework-bundle/translations'=> 'src/Resources/FrameworkBundle/translations'=> 'vendor/doctrine/doctrine-cache-bundle/translations'=> 'src/Resources/DoctrineCacheBundle/translations'=> 'vendor/sensio/framework-extra-bundle/src/translations'10 => 'src/Resources/SensioFrameworkExtraBundle/translations'11 => 'vendor/doctrine/doctrine-bundle/translations'12 => 'src/Resources/DoctrineBundle/translations'13 => 'vendor/doctrine/doctrine-migrations-bundle/translations'14 => 'src/Resources/DoctrineMigrationsBundle/translations'15 => 'vendor/symfony/security-bundle/translations'16 => 'src/Resources/SecurityBundle/translations'17 => 'vendor/symfony/swiftmailer-bundle/translations'18 => 'src/Resources/SwiftmailerBundle/translations'19 => 'vendor/symfony/web-profiler-bundle/translations'20 => 'src/Resources/WebProfilerBundle/translations'21 => 'vendor/symfony/twig-bundle/translations'22 => 'src/Resources/TwigBundle/translations'23 => 'vendor/symfony/monolog-bundle/translations'24 => 'src/Resources/MonologBundle/translations'25 => 'vendor/symfony/debug-bundle/translations'26 => 'src/Resources/DebugBundle/translations'27 => 'vendor/symfony/maker-bundle/src/translations'28 => 'src/Resources/MakerBundle/translations'29 => 'vendor/symfony/web-server-bundle/translations'30 => 'src/Resources/WebServerBundle/translations'31 => 'src/Resources/FOSUserBundle/translations'32 => 'src/MailBuilderBundle/translations'33 => 'src/Resources/MailBuilderBundle/translations'34 => 'src/EspaceDocBundle/translations'35 => 'src/Resources/EspaceDocBundle/translations'36 => 'vendor/shapecode/cron-bundle/src/translations'37 => 'src/Resources/ShapecodeCronBundle/translations'38 => 'vendor/doctrine/doctrine-fixtures-bundle/translations'39 => 'src/Resources/DoctrineFixturesBundle/translations'40 => 'vendor/nelmio/cors-bundle/translations'41 => 'src/Resources/NelmioCorsBundle/translations'42 => 'vendor/liip/imagine-bundle/translations'43 => 'src/Resources/LiipImagineBundle/translations'44 => 'src/Resources/translations']]]);
  1851.         $instance->setConfigCacheFactory(($this->privates['config_cache_factory'] ?? $this->getConfigCacheFactoryService()));
  1852.         $instance->setFallbackLocales([=> 'fr']);
  1853.         return $instance;
  1854.     }
  1855.     /**
  1856.      * Gets the private 'validator.builder' shared service.
  1857.      *
  1858.      * @return \Symfony\Component\Validator\ValidatorBuilder
  1859.      */
  1860.     protected function getValidator_BuilderService()
  1861.     {
  1862.         $this->privates['validator.builder'] = $instance = \Symfony\Component\Validator\Validation::createValidatorBuilder();
  1863.         $a = ($this->privates['property_info'] ?? $this->getPropertyInfoService());
  1864.         $instance->setConstraintValidatorFactory(new \Symfony\Component\Validator\ContainerConstraintValidatorFactory(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1865.             'App\\Validator\\UniqueEmailValidator' => ['privates''App\\Validator\\UniqueEmailValidator''getUniqueEmailValidatorService.php'true],
  1866.             'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator' => ['privates''doctrine.orm.validator.unique''getDoctrine_Orm_Validator_UniqueService.php'true],
  1867.             'Symfony\\Component\\Security\\Core\\Validator\\Constraints\\UserPasswordValidator' => ['privates''security.validator.user_password''getSecurity_Validator_UserPasswordService.php'true],
  1868.             'Symfony\\Component\\Validator\\Constraints\\EmailValidator' => ['privates''validator.email''getValidator_EmailService.php'true],
  1869.             'Symfony\\Component\\Validator\\Constraints\\ExpressionValidator' => ['privates''validator.expression''getValidator_ExpressionService.php'true],
  1870.             'Symfony\\Component\\Validator\\Constraints\\NotCompromisedPasswordValidator' => ['privates''validator.not_compromised_password''getValidator_NotCompromisedPasswordService.php'true],
  1871.             'doctrine.orm.validator.unique' => ['privates''doctrine.orm.validator.unique''getDoctrine_Orm_Validator_UniqueService.php'true],
  1872.             'security.validator.user_password' => ['privates''security.validator.user_password''getSecurity_Validator_UserPasswordService.php'true],
  1873.             'validator.expression' => ['privates''validator.expression''getValidator_ExpressionService.php'true],
  1874.         ], [
  1875.             'App\\Validator\\UniqueEmailValidator' => '?',
  1876.             'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator' => '?',
  1877.             'Symfony\\Component\\Security\\Core\\Validator\\Constraints\\UserPasswordValidator' => '?',
  1878.             'Symfony\\Component\\Validator\\Constraints\\EmailValidator' => '?',
  1879.             'Symfony\\Component\\Validator\\Constraints\\ExpressionValidator' => '?',
  1880.             'Symfony\\Component\\Validator\\Constraints\\NotCompromisedPasswordValidator' => '?',
  1881.             'doctrine.orm.validator.unique' => '?',
  1882.             'security.validator.user_password' => '?',
  1883.             'validator.expression' => '?',
  1884.         ])));
  1885.         $instance->setTranslator(new \Symfony\Component\Validator\Util\LegacyTranslatorProxy(($this->services['translator'] ?? $this->getTranslatorService())));
  1886.         $instance->setTranslationDomain('validators');
  1887.         $instance->addXmlMappings([=> (\dirname(__DIR__4).'/vendor/symfony/form/Resources/config/validation.xml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/config/validation.xml')]);
  1888.         $instance->enableAnnotationMapping(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  1889.         $instance->addMethodMapping('loadValidatorMetadata');
  1890.         $instance->addObjectInitializers([=> new \Symfony\Bridge\Doctrine\Validator\DoctrineInitializer(($this->services['doctrine'] ?? $this->getDoctrineService())), => new \FOS\UserBundle\Validator\Initializer(($this->privates['fos_user.util.canonical_fields_updater'] ?? $this->getFosUser_Util_CanonicalFieldsUpdaterService()))]);
  1891.         $instance->addLoader(new \Symfony\Component\Validator\Mapping\Loader\PropertyInfoLoader($a$a$aNULL));
  1892.         $instance->addLoader(new \Symfony\Bridge\Doctrine\Validator\DoctrineLoader(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), NULL));
  1893.         $instance->addLoader(new \Symfony\Bridge\Doctrine\Validator\DoctrineLoader(($this->services['doctrine.orm.espacedoc_entity_manager'] ?? $this->getDoctrine_Orm_EspacedocEntityManagerService()), NULL));
  1894.         $instance->addXmlMapping((\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/DependencyInjection/Compiler/../../Resources/config/storage-validation/orm.xml'));
  1895.         return $instance;
  1896.     }
  1897.     /**
  1898.      * Gets the private 'var_dumper.html_dumper' shared service.
  1899.      *
  1900.      * @return \Symfony\Component\VarDumper\Dumper\HtmlDumper
  1901.      */
  1902.     protected function getVarDumper_HtmlDumperService()
  1903.     {
  1904.         $this->privates['var_dumper.html_dumper'] = $instance = new \Symfony\Component\VarDumper\Dumper\HtmlDumper(NULL'UTF-8'0);
  1905.         $instance->setDisplayOptions(['fileLinkFormat' => ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService())]);
  1906.         return $instance;
  1907.     }
  1908.     /**
  1909.      * Gets the private 'var_dumper.server_connection' shared service.
  1910.      *
  1911.      * @return \Symfony\Component\VarDumper\Server\Connection
  1912.      */
  1913.     protected function getVarDumper_ServerConnectionService()
  1914.     {
  1915.         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', \dirname(__DIR__4), ($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()]);
  1916.     }
  1917.     /**
  1918.      * Gets the private 'web_profiler.csp.handler' shared service.
  1919.      *
  1920.      * @return \Symfony\Bundle\WebProfilerBundle\Csp\ContentSecurityPolicyHandler
  1921.      */
  1922.     protected function getWebProfiler_Csp_HandlerService()
  1923.     {
  1924.         return $this->privates['web_profiler.csp.handler'] = new \Symfony\Bundle\WebProfilerBundle\Csp\ContentSecurityPolicyHandler(new \Symfony\Bundle\WebProfilerBundle\Csp\NonceGenerator());
  1925.     }
  1926.     /**
  1927.      * Gets the private 'web_profiler.debug_toolbar' shared service.
  1928.      *
  1929.      * @return \Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener
  1930.      */
  1931.     protected function getWebProfiler_DebugToolbarService()
  1932.     {
  1933.         return $this->privates['web_profiler.debug_toolbar'] = new \Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener(($this->services['twig'] ?? $this->getTwigService()), false2, ($this->services['router'] ?? $this->getRouterService()), '^/((index|app(_[\\w]+)?)\\.php/)?_wdt', ($this->privates['web_profiler.csp.handler'] ?? $this->getWebProfiler_Csp_HandlerService()));
  1934.     }
  1935.     /**
  1936.      * @return array|bool|float|int|string|\UnitEnum|null
  1937.      */
  1938.     public function getParameter($name)
  1939.     {
  1940.         $name = (string) $name;
  1941.         if (isset($this->buildParameters[$name])) {
  1942.             return $this->buildParameters[$name];
  1943.         }
  1944.         if (!(isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || array_key_exists($name$this->parameters))) {
  1945.             throw new InvalidArgumentException(sprintf('The parameter "%s" must be defined.'$name));
  1946.         }
  1947.         if (isset($this->loadedDynamicParameters[$name])) {
  1948.             return $this->loadedDynamicParameters[$name] ? $this->dynamicParameters[$name] : $this->getDynamicParameter($name);
  1949.         }
  1950.         return $this->parameters[$name];
  1951.     }
  1952.     public function hasParameter($name): bool
  1953.     {
  1954.         $name = (string) $name;
  1955.         if (isset($this->buildParameters[$name])) {
  1956.             return true;
  1957.         }
  1958.         return isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || array_key_exists($name$this->parameters);
  1959.     }
  1960.     public function setParameter($name$value): void
  1961.     {
  1962.         throw new LogicException('Impossible to call set() on a frozen ParameterBag.');
  1963.     }
  1964.     public function getParameterBag(): ParameterBagInterface
  1965.     {
  1966.         if (null === $this->parameterBag) {
  1967.             $parameters $this->parameters;
  1968.             foreach ($this->loadedDynamicParameters as $name => $loaded) {
  1969.                 $parameters[$name] = $loaded $this->dynamicParameters[$name] : $this->getDynamicParameter($name);
  1970.             }
  1971.             foreach ($this->buildParameters as $name => $value) {
  1972.                 $parameters[$name] = $value;
  1973.             }
  1974.             $this->parameterBag = new FrozenParameterBag($parameters);
  1975.         }
  1976.         return $this->parameterBag;
  1977.     }
  1978.     private $loadedDynamicParameters = [
  1979.         'kernel.cache_dir' => false,
  1980.         'router.request_context.host' => false,
  1981.         'router.request_context.scheme' => false,
  1982.         'router.request_context.base_url' => false,
  1983.         'asset.request_context.base_path' => false,
  1984.         'asset.request_context.secure' => false,
  1985.         'ed_api_key' => false,
  1986.         'redirect_lms_url' => false,
  1987.         'lms_host' => false,
  1988.         'lms_scheme' => false,
  1989.         'lms_category' => false,
  1990.         'api_mail_to' => false,
  1991.         'api_cc_cluny_mail_to' => false,
  1992.         'api_cc_rennes_mail_to' => false,
  1993.         'payment_link' => false,
  1994.         'kernel.secret' => false,
  1995.         'session.save_path' => false,
  1996.         'validator.mapping.cache.file' => false,
  1997.         'profiler.storage.dsn' => false,
  1998.         'debug.container.dump' => false,
  1999.         'serializer.mapping.cache.file' => false,
  2000.         'doctrine.orm.proxy_dir' => false,
  2001.         'swiftmailer.spool.default.memory.path' => false,
  2002.         'swiftmailer.mailer.default.single_address' => false,
  2003.         'swiftmailer.mailer.default.delivery_addresses' => false,
  2004.         'swiftmailer.single_address' => false,
  2005.         'nelmio_cors.defaults' => false,
  2006.     ];
  2007.     private $dynamicParameters = [];
  2008.     private function getDynamicParameter(string $name)
  2009.     {
  2010.         switch ($name) {
  2011.             case 'kernel.cache_dir'$value $this->targetDir.''; break;
  2012.             case 'router.request_context.host'$value $this->getEnv('REQUEST_CONTEXT_HOST'); break;
  2013.             case 'router.request_context.scheme'$value $this->getEnv('REQUEST_CONTEXT_SCHEME'); break;
  2014.             case 'router.request_context.base_url'$value $this->getEnv('REQUEST_CONTEXT_BASE_URL'); break;
  2015.             case 'asset.request_context.base_path'$value $this->getEnv('REQUEST_CONTEXT_BASE_PATH'); break;
  2016.             case 'asset.request_context.secure'$value $this->getEnv('REQUEST_CONTEXT_SECURE'); break;
  2017.             case 'ed_api_key'$value $this->getEnv('ED_API_KEY'); break;
  2018.             case 'redirect_lms_url'$value $this->getEnv('REDIRECT_LMS_URL'); break;
  2019.             case 'lms_host'$value $this->getEnv('LMS_HOST'); break;
  2020.             case 'lms_scheme'$value $this->getEnv('LMS_SCHEME'); break;
  2021.             case 'lms_category'$value $this->getEnv('LMS_CATEGORY'); break;
  2022.             case 'api_mail_to'$value $this->getEnv('API_MAIL_TO'); break;
  2023.             case 'api_cc_cluny_mail_to'$value $this->getEnv('API_CC_CLUNY_MAIL_TO'); break;
  2024.             case 'api_cc_rennes_mail_to'$value $this->getEnv('API_CC_RENNES_MAIL_TO'); break;
  2025.             case 'payment_link'$value $this->getEnv('PAYMENT_URL'); break;
  2026.             case 'kernel.secret'$value $this->getEnv('APP_SECRET'); break;
  2027.             case 'session.save_path'$value = ($this->targetDir.''.'/sessions'); break;
  2028.             case 'validator.mapping.cache.file'$value = ($this->targetDir.''.'/validation.php'); break;
  2029.             case 'profiler.storage.dsn'$value = ('file:'.$this->targetDir.''.'/profiler'); break;
  2030.             case 'debug.container.dump'$value = ($this->targetDir.''.'/srcApp_KernelDevDebugContainer.xml'); break;
  2031.             case 'serializer.mapping.cache.file'$value = ($this->targetDir.''.'/serialization.php'); break;
  2032.             case 'doctrine.orm.proxy_dir'$value = ($this->targetDir.''.'/doctrine/orm/Proxies'); break;
  2033.             case 'swiftmailer.spool.default.memory.path'$value = ($this->targetDir.''.'/swiftmailer/spool/default'); break;
  2034.             case 'swiftmailer.mailer.default.single_address'$value $this->getEnv('resolve:DEV_MAIL_ADDRESS'); break;
  2035.             case 'swiftmailer.mailer.default.delivery_addresses'$value = [
  2036.                 => $this->getEnv('resolve:DEV_MAIL_ADDRESS'),
  2037.             ]; break;
  2038.             case 'swiftmailer.single_address'$value $this->getEnv('resolve:DEV_MAIL_ADDRESS'); break;
  2039.             case 'nelmio_cors.defaults'$value = [
  2040.                 'allow_origin' => [
  2041.                     => $this->getEnv('CORS_ALLOW_ORIGIN'),
  2042.                 ],
  2043.                 'allow_credentials' => false,
  2044.                 'allow_headers' => [
  2045.                     => 'content-type',
  2046.                     => 'authorization',
  2047.                 ],
  2048.                 'expose_headers' => [
  2049.                     => 'Link',
  2050.                 ],
  2051.                 'allow_methods' => [
  2052.                     => 'GET',
  2053.                     => 'OPTIONS',
  2054.                     => 'POST',
  2055.                     => 'PUT',
  2056.                     => 'PATCH',
  2057.                     => 'DELETE',
  2058.                 ],
  2059.                 'max_age' => 3600,
  2060.                 'hosts' => [
  2061.                 ],
  2062.                 'origin_regex' => true,
  2063.                 'forced_allow_origin_value' => NULL,
  2064.             ]; break;
  2065.             default: throw new InvalidArgumentException(sprintf('The dynamic parameter "%s" must be defined.'$name));
  2066.         }
  2067.         $this->loadedDynamicParameters[$name] = true;
  2068.         return $this->dynamicParameters[$name] = $value;
  2069.     }
  2070.     protected function getDefaultParameters(): array
  2071.     {
  2072.         return [
  2073.             'kernel.root_dir' => (\dirname(__DIR__4).'/src'),
  2074.             'kernel.project_dir' => \dirname(__DIR__4),
  2075.             'kernel.environment' => 'dev',
  2076.             'kernel.debug' => true,
  2077.             'kernel.name' => 'src',
  2078.             'kernel.logs_dir' => (\dirname(__DIR__6).'/shared/var/log'),
  2079.             'kernel.bundles' => [
  2080.                 'FrameworkBundle' => 'Symfony\\Bundle\\FrameworkBundle\\FrameworkBundle',
  2081.                 'DoctrineCacheBundle' => 'Doctrine\\Bundle\\DoctrineCacheBundle\\DoctrineCacheBundle',
  2082.                 'SensioFrameworkExtraBundle' => 'Sensio\\Bundle\\FrameworkExtraBundle\\SensioFrameworkExtraBundle',
  2083.                 'DoctrineBundle' => 'Doctrine\\Bundle\\DoctrineBundle\\DoctrineBundle',
  2084.                 'DoctrineMigrationsBundle' => 'Doctrine\\Bundle\\MigrationsBundle\\DoctrineMigrationsBundle',
  2085.                 'SecurityBundle' => 'Symfony\\Bundle\\SecurityBundle\\SecurityBundle',
  2086.                 'SwiftmailerBundle' => 'Symfony\\Bundle\\SwiftmailerBundle\\SwiftmailerBundle',
  2087.                 'WebProfilerBundle' => 'Symfony\\Bundle\\WebProfilerBundle\\WebProfilerBundle',
  2088.                 'TwigBundle' => 'Symfony\\Bundle\\TwigBundle\\TwigBundle',
  2089.                 'MonologBundle' => 'Symfony\\Bundle\\MonologBundle\\MonologBundle',
  2090.                 'DebugBundle' => 'Symfony\\Bundle\\DebugBundle\\DebugBundle',
  2091.                 'MakerBundle' => 'Symfony\\Bundle\\MakerBundle\\MakerBundle',
  2092.                 'WebServerBundle' => 'Symfony\\Bundle\\WebServerBundle\\WebServerBundle',
  2093.                 'FOSUserBundle' => 'FOS\\UserBundle\\FOSUserBundle',
  2094.                 'MailBuilderBundle' => 'App\\MailBuilderBundle\\MailBuilderBundle',
  2095.                 'EspaceDocBundle' => 'App\\EspaceDocBundle\\EspaceDocBundle',
  2096.                 'ShapecodeCronBundle' => 'Shapecode\\Bundle\\CronBundle\\ShapecodeCronBundle',
  2097.                 'DoctrineFixturesBundle' => 'Doctrine\\Bundle\\FixturesBundle\\DoctrineFixturesBundle',
  2098.                 'NelmioCorsBundle' => 'Nelmio\\CorsBundle\\NelmioCorsBundle',
  2099.                 'LiipImagineBundle' => 'Liip\\ImagineBundle\\LiipImagineBundle',
  2100.             ],
  2101.             'kernel.bundles_metadata' => [
  2102.                 'FrameworkBundle' => [
  2103.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle'),
  2104.                     'namespace' => 'Symfony\\Bundle\\FrameworkBundle',
  2105.                 ],
  2106.                 'DoctrineCacheBundle' => [
  2107.                     'path' => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-cache-bundle'),
  2108.                     'namespace' => 'Doctrine\\Bundle\\DoctrineCacheBundle',
  2109.                 ],
  2110.                 'SensioFrameworkExtraBundle' => [
  2111.                     'path' => (\dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src'),
  2112.                     'namespace' => 'Sensio\\Bundle\\FrameworkExtraBundle',
  2113.                 ],
  2114.                 'DoctrineBundle' => [
  2115.                     'path' => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle'),
  2116.                     'namespace' => 'Doctrine\\Bundle\\DoctrineBundle',
  2117.                 ],
  2118.                 'DoctrineMigrationsBundle' => [
  2119.                     'path' => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle'),
  2120.                     'namespace' => 'Doctrine\\Bundle\\MigrationsBundle',
  2121.                 ],
  2122.                 'SecurityBundle' => [
  2123.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/security-bundle'),
  2124.                     'namespace' => 'Symfony\\Bundle\\SecurityBundle',
  2125.                 ],
  2126.                 'SwiftmailerBundle' => [
  2127.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/swiftmailer-bundle'),
  2128.                     'namespace' => 'Symfony\\Bundle\\SwiftmailerBundle',
  2129.                 ],
  2130.                 'WebProfilerBundle' => [
  2131.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle'),
  2132.                     'namespace' => 'Symfony\\Bundle\\WebProfilerBundle',
  2133.                 ],
  2134.                 'TwigBundle' => [
  2135.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/twig-bundle'),
  2136.                     'namespace' => 'Symfony\\Bundle\\TwigBundle',
  2137.                 ],
  2138.                 'MonologBundle' => [
  2139.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/monolog-bundle'),
  2140.                     'namespace' => 'Symfony\\Bundle\\MonologBundle',
  2141.                 ],
  2142.                 'DebugBundle' => [
  2143.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/debug-bundle'),
  2144.                     'namespace' => 'Symfony\\Bundle\\DebugBundle',
  2145.                 ],
  2146.                 'MakerBundle' => [
  2147.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/maker-bundle/src'),
  2148.                     'namespace' => 'Symfony\\Bundle\\MakerBundle',
  2149.                 ],
  2150.                 'WebServerBundle' => [
  2151.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/web-server-bundle'),
  2152.                     'namespace' => 'Symfony\\Bundle\\WebServerBundle',
  2153.                 ],
  2154.                 'FOSUserBundle' => [
  2155.                     'path' => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle'),
  2156.                     'namespace' => 'FOS\\UserBundle',
  2157.                 ],
  2158.                 'MailBuilderBundle' => [
  2159.                     'path' => (\dirname(__DIR__4).'/src/MailBuilderBundle'),
  2160.                     'namespace' => 'App\\MailBuilderBundle',
  2161.                 ],
  2162.                 'EspaceDocBundle' => [
  2163.                     'path' => (\dirname(__DIR__4).'/src/EspaceDocBundle'),
  2164.                     'namespace' => 'App\\EspaceDocBundle',
  2165.                 ],
  2166.                 'ShapecodeCronBundle' => [
  2167.                     'path' => (\dirname(__DIR__4).'/vendor/shapecode/cron-bundle/src'),
  2168.                     'namespace' => 'Shapecode\\Bundle\\CronBundle',
  2169.                 ],
  2170.                 'DoctrineFixturesBundle' => [
  2171.                     'path' => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-fixtures-bundle'),
  2172.                     'namespace' => 'Doctrine\\Bundle\\FixturesBundle',
  2173.                 ],
  2174.                 'NelmioCorsBundle' => [
  2175.                     'path' => (\dirname(__DIR__4).'/vendor/nelmio/cors-bundle'),
  2176.                     'namespace' => 'Nelmio\\CorsBundle',
  2177.                 ],
  2178.                 'LiipImagineBundle' => [
  2179.                     'path' => (\dirname(__DIR__4).'/vendor/liip/imagine-bundle'),
  2180.                     'namespace' => 'Liip\\ImagineBundle',
  2181.                 ],
  2182.             ],
  2183.             'kernel.charset' => 'UTF-8',
  2184.             'kernel.container_class' => 'srcApp_KernelDevDebugContainer',
  2185.             'container.dumper.inline_class_loader' => true,
  2186.             'env(DATABASE_URL)' => '',
  2187.             'locale' => 'fr',
  2188.             'photos_directory' => (\dirname(__DIR__4).'/public/photos'),
  2189.             'thumbs_directory' => (\dirname(__DIR__4).'/public/uploads/mailbuilderthumbs'),
  2190.             'images_directory' => (\dirname(__DIR__4).'/public/uploads/images'),
  2191.             'upload_documents_path' => (\dirname(__DIR__4).'/ed/'),
  2192.             'backups_path' => (\dirname(__DIR__4).'/ed-backup'),
  2193.             'backups_number' => 5,
  2194.             'mail_reply' => 'contact@biopraxia.com',
  2195.             'mail_reply_name' => 'Biopraxia',
  2196.             'attachments_templates' => (\dirname(__DIR__4).'/public/attachments/'),
  2197.             'users_default_password' => 'admin',
  2198.             'event_dispatcher.event_aliases' => [
  2199.                 'Symfony\\Component\\Console\\Event\\ConsoleCommandEvent' => 'console.command',
  2200.                 'Symfony\\Component\\Console\\Event\\ConsoleErrorEvent' => 'console.error',
  2201.                 'Symfony\\Component\\Console\\Event\\ConsoleTerminateEvent' => 'console.terminate',
  2202.                 'Symfony\\Component\\Form\\Event\\PreSubmitEvent' => 'form.pre_submit',
  2203.                 'Symfony\\Component\\Form\\Event\\SubmitEvent' => 'form.submit',
  2204.                 'Symfony\\Component\\Form\\Event\\PostSubmitEvent' => 'form.post_submit',
  2205.                 'Symfony\\Component\\Form\\Event\\PreSetDataEvent' => 'form.pre_set_data',
  2206.                 'Symfony\\Component\\Form\\Event\\PostSetDataEvent' => 'form.post_set_data',
  2207.                 'Symfony\\Component\\HttpKernel\\Event\\ControllerArgumentsEvent' => 'kernel.controller_arguments',
  2208.                 'Symfony\\Component\\HttpKernel\\Event\\ControllerEvent' => 'kernel.controller',
  2209.                 'Symfony\\Component\\HttpKernel\\Event\\ResponseEvent' => 'kernel.response',
  2210.                 'Symfony\\Component\\HttpKernel\\Event\\FinishRequestEvent' => 'kernel.finish_request',
  2211.                 'Symfony\\Component\\HttpKernel\\Event\\RequestEvent' => 'kernel.request',
  2212.                 'Symfony\\Component\\HttpKernel\\Event\\ViewEvent' => 'kernel.view',
  2213.                 'Symfony\\Component\\HttpKernel\\Event\\ExceptionEvent' => 'kernel.exception',
  2214.                 'Symfony\\Component\\HttpKernel\\Event\\TerminateEvent' => 'kernel.terminate',
  2215.                 'Symfony\\Component\\Workflow\\Event\\GuardEvent' => 'workflow.guard',
  2216.                 'Symfony\\Component\\Workflow\\Event\\LeaveEvent' => 'workflow.leave',
  2217.                 'Symfony\\Component\\Workflow\\Event\\TransitionEvent' => 'workflow.transition',
  2218.                 'Symfony\\Component\\Workflow\\Event\\EnterEvent' => 'workflow.enter',
  2219.                 'Symfony\\Component\\Workflow\\Event\\EnteredEvent' => 'workflow.entered',
  2220.                 'Symfony\\Component\\Workflow\\Event\\CompletedEvent' => 'workflow.completed',
  2221.                 'Symfony\\Component\\Workflow\\Event\\AnnounceEvent' => 'workflow.announce',
  2222.                 'Symfony\\Component\\Security\\Core\\Event\\AuthenticationSuccessEvent' => 'security.authentication.success',
  2223.                 'Symfony\\Component\\Security\\Core\\Event\\AuthenticationFailureEvent' => 'security.authentication.failure',
  2224.                 'Symfony\\Component\\Security\\Http\\Event\\InteractiveLoginEvent' => 'security.interactive_login',
  2225.                 'Symfony\\Component\\Security\\Http\\Event\\SwitchUserEvent' => 'security.switch_user',
  2226.             ],
  2227.             'fragment.renderer.hinclude.global_template' => NULL,
  2228.             'fragment.path' => '/_fragment',
  2229.             'kernel.http_method_override' => true,
  2230.             'kernel.trusted_hosts' => [
  2231.             ],
  2232.             'kernel.default_locale' => 'fr_FR',
  2233.             'kernel.error_controller' => 'error_controller',
  2234.             'templating.helper.code.file_link_format' => NULL,
  2235.             'debug.file_link_format' => NULL,
  2236.             'session.metadata.storage_key' => '_sf2_meta',
  2237.             'session.storage.options' => [
  2238.                 'cache_limiter' => '0',
  2239.                 'cookie_lifetime' => 86400,
  2240.                 'cookie_httponly' => true,
  2241.                 'gc_probability' => 1,
  2242.             ],
  2243.             'session.metadata.update_threshold' => 0,
  2244.             'form.type_extension.csrf.enabled' => true,
  2245.             'form.type_extension.csrf.field_name' => '_token',
  2246.             'templating.loader.cache.path' => NULL,
  2247.             'templating.engines' => [
  2248.                 => 'twig',
  2249.                 => 'php',
  2250.             ],
  2251.             'templating.helper.form.resources' => [
  2252.                 => 'FrameworkBundle:Form',
  2253.             ],
  2254.             'validator.translation_domain' => 'validators',
  2255.             'translator.logging' => false,
  2256.             'translator.default_path' => (\dirname(__DIR__4).'/translations'),
  2257.             'profiler_listener.only_exceptions' => false,
  2258.             'profiler_listener.only_master_requests' => false,
  2259.             'debug.error_handler.throw_at' => -1,
  2260.             'router.resource' => 'kernel::loadRoutes',
  2261.             'router.cache_class_prefix' => 'srcApp_KernelDevDebugContainer',
  2262.             'request_listener.http_port' => 80,
  2263.             'request_listener.https_port' => 443,
  2264.             'doctrine_cache.apc.class' => 'Doctrine\\Common\\Cache\\ApcCache',
  2265.             'doctrine_cache.apcu.class' => 'Doctrine\\Common\\Cache\\ApcuCache',
  2266.             'doctrine_cache.array.class' => 'Doctrine\\Common\\Cache\\ArrayCache',
  2267.             'doctrine_cache.chain.class' => 'Doctrine\\Common\\Cache\\ChainCache',
  2268.             'doctrine_cache.couchbase.class' => 'Doctrine\\Common\\Cache\\CouchbaseCache',
  2269.             'doctrine_cache.couchbase.connection.class' => 'Couchbase',
  2270.             'doctrine_cache.couchbase.hostnames' => 'localhost:8091',
  2271.             'doctrine_cache.file_system.class' => 'Doctrine\\Common\\Cache\\FilesystemCache',
  2272.             'doctrine_cache.php_file.class' => 'Doctrine\\Common\\Cache\\PhpFileCache',
  2273.             'doctrine_cache.memcache.class' => 'Doctrine\\Common\\Cache\\MemcacheCache',
  2274.             'doctrine_cache.memcache.connection.class' => 'Memcache',
  2275.             'doctrine_cache.memcache.host' => 'localhost',
  2276.             'doctrine_cache.memcache.port' => 11211,
  2277.             'doctrine_cache.memcached.class' => 'Doctrine\\Common\\Cache\\MemcachedCache',
  2278.             'doctrine_cache.memcached.connection.class' => 'Memcached',
  2279.             'doctrine_cache.memcached.host' => 'localhost',
  2280.             'doctrine_cache.memcached.port' => 11211,
  2281.             'doctrine_cache.mongodb.class' => 'Doctrine\\Common\\Cache\\MongoDBCache',
  2282.             'doctrine_cache.mongodb.collection.class' => 'MongoCollection',
  2283.             'doctrine_cache.mongodb.connection.class' => 'MongoClient',
  2284.             'doctrine_cache.mongodb.server' => 'localhost:27017',
  2285.             'doctrine_cache.predis.client.class' => 'Predis\\Client',
  2286.             'doctrine_cache.predis.scheme' => 'tcp',
  2287.             'doctrine_cache.predis.host' => 'localhost',
  2288.             'doctrine_cache.predis.port' => 6379,
  2289.             'doctrine_cache.redis.class' => 'Doctrine\\Common\\Cache\\RedisCache',
  2290.             'doctrine_cache.redis.connection.class' => 'Redis',
  2291.             'doctrine_cache.redis.host' => 'localhost',
  2292.             'doctrine_cache.redis.port' => 6379,
  2293.             'doctrine_cache.riak.class' => 'Doctrine\\Common\\Cache\\RiakCache',
  2294.             'doctrine_cache.riak.bucket.class' => 'Riak\\Bucket',
  2295.             'doctrine_cache.riak.connection.class' => 'Riak\\Connection',
  2296.             'doctrine_cache.riak.bucket_property_list.class' => 'Riak\\BucketPropertyList',
  2297.             'doctrine_cache.riak.host' => 'localhost',
  2298.             'doctrine_cache.riak.port' => 8087,
  2299.             'doctrine_cache.sqlite3.class' => 'Doctrine\\Common\\Cache\\SQLite3Cache',
  2300.             'doctrine_cache.sqlite3.connection.class' => 'SQLite3',
  2301.             'doctrine_cache.void.class' => 'Doctrine\\Common\\Cache\\VoidCache',
  2302.             'doctrine_cache.wincache.class' => 'Doctrine\\Common\\Cache\\WinCacheCache',
  2303.             'doctrine_cache.xcache.class' => 'Doctrine\\Common\\Cache\\XcacheCache',
  2304.             'doctrine_cache.zenddata.class' => 'Doctrine\\Common\\Cache\\ZendDataCache',
  2305.             'doctrine_cache.security.acl.cache.class' => 'Doctrine\\Bundle\\DoctrineCacheBundle\\Acl\\Model\\AclCache',
  2306.             'doctrine.dbal.logger.chain.class' => 'Doctrine\\DBAL\\Logging\\LoggerChain',
  2307.             'doctrine.dbal.logger.profiling.class' => 'Doctrine\\DBAL\\Logging\\DebugStack',
  2308.             'doctrine.dbal.logger.class' => 'Symfony\\Bridge\\Doctrine\\Logger\\DbalLogger',
  2309.             'doctrine.dbal.configuration.class' => 'Doctrine\\DBAL\\Configuration',
  2310.             'doctrine.data_collector.class' => 'Doctrine\\Bundle\\DoctrineBundle\\DataCollector\\DoctrineDataCollector',
  2311.             'doctrine.dbal.connection.event_manager.class' => 'Symfony\\Bridge\\Doctrine\\ContainerAwareEventManager',
  2312.             'doctrine.dbal.connection_factory.class' => 'Doctrine\\Bundle\\DoctrineBundle\\ConnectionFactory',
  2313.             'doctrine.dbal.events.mysql_session_init.class' => 'Doctrine\\DBAL\\Event\\Listeners\\MysqlSessionInit',
  2314.             'doctrine.dbal.events.oracle_session_init.class' => 'Doctrine\\DBAL\\Event\\Listeners\\OracleSessionInit',
  2315.             'doctrine.class' => 'Doctrine\\Bundle\\DoctrineBundle\\Registry',
  2316.             'doctrine.entity_managers' => [
  2317.                 'default' => 'doctrine.orm.default_entity_manager',
  2318.                 'espacedoc' => 'doctrine.orm.espacedoc_entity_manager',
  2319.             ],
  2320.             'doctrine.default_entity_manager' => 'default',
  2321.             'doctrine.dbal.connection_factory.types' => [
  2322.             ],
  2323.             'doctrine.connections' => [
  2324.                 'default' => 'doctrine.dbal.default_connection',
  2325.             ],
  2326.             'doctrine.default_connection' => 'default',
  2327.             'doctrine.orm.configuration.class' => 'Doctrine\\ORM\\Configuration',
  2328.             'doctrine.orm.entity_manager.class' => 'Doctrine\\ORM\\EntityManager',
  2329.             'doctrine.orm.manager_configurator.class' => 'Doctrine\\Bundle\\DoctrineBundle\\ManagerConfigurator',
  2330.             'doctrine.orm.cache.array.class' => 'Doctrine\\Common\\Cache\\ArrayCache',
  2331.             'doctrine.orm.cache.apc.class' => 'Doctrine\\Common\\Cache\\ApcCache',
  2332.             'doctrine.orm.cache.memcache.class' => 'Doctrine\\Common\\Cache\\MemcacheCache',
  2333.             'doctrine.orm.cache.memcache_host' => 'localhost',
  2334.             'doctrine.orm.cache.memcache_port' => 11211,
  2335.             'doctrine.orm.cache.memcache_instance.class' => 'Memcache',
  2336.             'doctrine.orm.cache.memcached.class' => 'Doctrine\\Common\\Cache\\MemcachedCache',
  2337.             'doctrine.orm.cache.memcached_host' => 'localhost',
  2338.             'doctrine.orm.cache.memcached_port' => 11211,
  2339.             'doctrine.orm.cache.memcached_instance.class' => 'Memcached',
  2340.             'doctrine.orm.cache.redis.class' => 'Doctrine\\Common\\Cache\\RedisCache',
  2341.             'doctrine.orm.cache.redis_host' => 'localhost',
  2342.             'doctrine.orm.cache.redis_port' => 6379,
  2343.             'doctrine.orm.cache.redis_instance.class' => 'Redis',
  2344.             'doctrine.orm.cache.xcache.class' => 'Doctrine\\Common\\Cache\\XcacheCache',
  2345.             'doctrine.orm.cache.wincache.class' => 'Doctrine\\Common\\Cache\\WinCacheCache',
  2346.             'doctrine.orm.cache.zenddata.class' => 'Doctrine\\Common\\Cache\\ZendDataCache',
  2347.             'doctrine.orm.metadata.driver_chain.class' => 'Doctrine\\Persistence\\Mapping\\Driver\\MappingDriverChain',
  2348.             'doctrine.orm.metadata.annotation.class' => 'Doctrine\\ORM\\Mapping\\Driver\\AnnotationDriver',
  2349.             'doctrine.orm.metadata.xml.class' => 'Doctrine\\ORM\\Mapping\\Driver\\SimplifiedXmlDriver',
  2350.             'doctrine.orm.metadata.yml.class' => 'Doctrine\\ORM\\Mapping\\Driver\\SimplifiedYamlDriver',
  2351.             'doctrine.orm.metadata.php.class' => 'Doctrine\\ORM\\Mapping\\Driver\\PHPDriver',
  2352.             'doctrine.orm.metadata.staticphp.class' => 'Doctrine\\ORM\\Mapping\\Driver\\StaticPHPDriver',
  2353.             'doctrine.orm.proxy_cache_warmer.class' => 'Symfony\\Bridge\\Doctrine\\CacheWarmer\\ProxyCacheWarmer',
  2354.             'form.type_guesser.doctrine.class' => 'Symfony\\Bridge\\Doctrine\\Form\\DoctrineOrmTypeGuesser',
  2355.             'doctrine.orm.validator.unique.class' => 'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator',
  2356.             'doctrine.orm.validator_initializer.class' => 'Symfony\\Bridge\\Doctrine\\Validator\\DoctrineInitializer',
  2357.             'doctrine.orm.security.user.provider.class' => 'Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider',
  2358.             'doctrine.orm.listeners.resolve_target_entity.class' => 'Doctrine\\ORM\\Tools\\ResolveTargetEntityListener',
  2359.             'doctrine.orm.listeners.attach_entity_listeners.class' => 'Doctrine\\ORM\\Tools\\AttachEntityListenersListener',
  2360.             'doctrine.orm.naming_strategy.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultNamingStrategy',
  2361.             'doctrine.orm.naming_strategy.underscore.class' => 'Doctrine\\ORM\\Mapping\\UnderscoreNamingStrategy',
  2362.             'doctrine.orm.quote_strategy.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultQuoteStrategy',
  2363.             'doctrine.orm.quote_strategy.ansi.class' => 'Doctrine\\ORM\\Mapping\\AnsiQuoteStrategy',
  2364.             'doctrine.orm.entity_listener_resolver.class' => 'Doctrine\\Bundle\\DoctrineBundle\\Mapping\\ContainerEntityListenerResolver',
  2365.             'doctrine.orm.second_level_cache.default_cache_factory.class' => 'Doctrine\\ORM\\Cache\\DefaultCacheFactory',
  2366.             'doctrine.orm.second_level_cache.default_region.class' => 'Doctrine\\ORM\\Cache\\Region\\DefaultRegion',
  2367.             'doctrine.orm.second_level_cache.filelock_region.class' => 'Doctrine\\ORM\\Cache\\Region\\FileLockRegion',
  2368.             'doctrine.orm.second_level_cache.logger_chain.class' => 'Doctrine\\ORM\\Cache\\Logging\\CacheLoggerChain',
  2369.             'doctrine.orm.second_level_cache.logger_statistics.class' => 'Doctrine\\ORM\\Cache\\Logging\\StatisticsCacheLogger',
  2370.             'doctrine.orm.second_level_cache.cache_configuration.class' => 'Doctrine\\ORM\\Cache\\CacheConfiguration',
  2371.             'doctrine.orm.second_level_cache.regions_configuration.class' => 'Doctrine\\ORM\\Cache\\RegionsConfiguration',
  2372.             'doctrine.orm.auto_generate_proxy_classes' => true,
  2373.             'doctrine.orm.proxy_namespace' => 'Proxies',
  2374.             'doctrine.migrations.preferred_em' => NULL,
  2375.             'doctrine.migrations.preferred_connection' => NULL,
  2376.             'security.authentication.trust_resolver.anonymous_class' => NULL,
  2377.             'security.authentication.trust_resolver.rememberme_class' => NULL,
  2378.             'security.role_hierarchy.roles' => [
  2379.                 'ROLE_ADMIN' => [
  2380.                     => 'ROLE_USER',
  2381.                     => 'ROLE_INTERVENANT',
  2382.                     => 'ROLE_APPRENANT',
  2383.                     => 'ROLE_ALLOWED_TO_SWITCH',
  2384.                 ],
  2385.                 'ROLE_SUPER_ADMIN' => [
  2386.                     => 'ROLE_ADMIN',
  2387.                 ],
  2388.                 'ROLE_INTERVENANT' => [
  2389.                     => 'ROLE_USER',
  2390.                 ],
  2391.                 'ROLE_APPRENANT' => [
  2392.                     => 'ROLE_USER',
  2393.                 ],
  2394.             ],
  2395.             'security.access.denied_url' => NULL,
  2396.             'security.authentication.manager.erase_credentials' => true,
  2397.             'security.authentication.session_strategy.strategy' => 'migrate',
  2398.             'security.access.always_authenticate_before_granting' => false,
  2399.             'security.authentication.hide_user_not_found' => true,
  2400.             'swiftmailer.mailer.default.transport.name' => 'dynamic',
  2401.             'swiftmailer.mailer.default.spool.enabled' => true,
  2402.             'swiftmailer.mailer.default.plugin.impersonate' => NULL,
  2403.             'swiftmailer.mailer.default.delivery_whitelist' => [
  2404.             ],
  2405.             'swiftmailer.mailer.default.delivery.enabled' => true,
  2406.             'swiftmailer.spool.enabled' => true,
  2407.             'swiftmailer.delivery.enabled' => true,
  2408.             'swiftmailer.mailers' => [
  2409.                 'default' => 'swiftmailer.mailer.default',
  2410.             ],
  2411.             'swiftmailer.default_mailer' => 'default',
  2412.             'web_profiler.debug_toolbar.intercept_redirects' => false,
  2413.             'web_profiler.debug_toolbar.mode' => 2,
  2414.             'twig.exception_listener.controller' => 'twig.controller.exception::showAction',
  2415.             'twig.form.resources' => [
  2416.                 => 'form_div_layout.html.twig',
  2417.                 => '@LiipImagine/Form/form_div_layout.html.twig',
  2418.             ],
  2419.             'twig.default_path' => (\dirname(__DIR__4).'/templates'),
  2420.             'monolog.use_microseconds' => true,
  2421.             'monolog.swift_mailer.handlers' => [
  2422.             ],
  2423.             'monolog.handlers_to_channels' => [
  2424.                 'monolog.handler.console' => [
  2425.                     'type' => 'exclusive',
  2426.                     'elements' => [
  2427.                         => 'event',
  2428.                         => 'doctrine',
  2429.                         => 'console',
  2430.                     ],
  2431.                 ],
  2432.                 'monolog.handler.main' => [
  2433.                     'type' => 'exclusive',
  2434.                     'elements' => [
  2435.                         => 'event',
  2436.                     ],
  2437.                 ],
  2438.             ],
  2439.             'env(VAR_DUMPER_SERVER)' => '127.0.0.1:9912',
  2440.             'fos_user.backend_type_orm' => true,
  2441.             'fos_user.security.interactive_login_listener.class' => 'FOS\\UserBundle\\EventListener\\LastLoginListener',
  2442.             'fos_user.security.login_manager.class' => 'FOS\\UserBundle\\Security\\LoginManager',
  2443.             'fos_user.resetting.email.template' => '@FOSUser/Resetting/email.txt.twig',
  2444.             'fos_user.registration.confirmation.template' => '@FOSUser/Registration/email.txt.twig',
  2445.             'fos_user.storage' => 'orm',
  2446.             'fos_user.firewall_name' => 'main',
  2447.             'fos_user.model_manager_name' => NULL,
  2448.             'fos_user.model.user.class' => 'App\\Entity\\User',
  2449.             'fos_user.profile.form.type' => 'FOS\\UserBundle\\Form\\Type\\ProfileFormType',
  2450.             'fos_user.profile.form.name' => 'fos_user_profile_form',
  2451.             'fos_user.profile.form.validation_groups' => [
  2452.                 => 'Profile',
  2453.                 => 'Default',
  2454.             ],
  2455.             'fos_user.registration.confirmation.from_email' => [
  2456.                 'no-reply@biopraxia.com' => 'no-reply@biopraxia.com',
  2457.             ],
  2458.             'fos_user.registration.confirmation.enabled' => false,
  2459.             'fos_user.registration.form.type' => 'FOS\\UserBundle\\Form\\Type\\RegistrationFormType',
  2460.             'fos_user.registration.form.name' => 'fos_user_registration_form',
  2461.             'fos_user.registration.form.validation_groups' => [
  2462.                 => 'Registration',
  2463.                 => 'Default',
  2464.             ],
  2465.             'fos_user.change_password.form.type' => 'FOS\\UserBundle\\Form\\Type\\ChangePasswordFormType',
  2466.             'fos_user.change_password.form.name' => 'fos_user_change_password_form',
  2467.             'fos_user.change_password.form.validation_groups' => [
  2468.                 => 'ChangePassword',
  2469.                 => 'Default',
  2470.             ],
  2471.             'fos_user.resetting.email.from_email' => [
  2472.                 'no-reply@biopraxia.com' => 'no-reply@biopraxia.com',
  2473.             ],
  2474.             'fos_user.resetting.retry_ttl' => 7200,
  2475.             'fos_user.resetting.token_ttl' => 86400,
  2476.             'fos_user.resetting.form.type' => 'FOS\\UserBundle\\Form\\Type\\ResettingFormType',
  2477.             'fos_user.resetting.form.name' => 'fos_user_resetting_form',
  2478.             'fos_user.resetting.form.validation_groups' => [
  2479.                 => 'ResetPassword',
  2480.                 => 'Default',
  2481.             ],
  2482.             'shapecode_cron.results.auto_prune' => true,
  2483.             'shapecode_cron.results.interval' => '7 days ago',
  2484.             'nelmio_cors.map' => [
  2485.                 '^/' => [
  2486.                 ],
  2487.             ],
  2488.             'nelmio_cors.cors_listener.class' => 'Nelmio\\CorsBundle\\EventListener\\CorsListener',
  2489.             'nelmio_cors.options_resolver.class' => 'Nelmio\\CorsBundle\\Options\\Resolver',
  2490.             'nelmio_cors.options_provider.config.class' => 'Nelmio\\CorsBundle\\Options\\ConfigProvider',
  2491.             'liip_imagine.resolvers' => [
  2492.                 'default' => [
  2493.                     'web_path' => [
  2494.                         'web_root' => (\dirname(__DIR__4).'/public'),
  2495.                         'cache_prefix' => 'media/cache',
  2496.                     ],
  2497.                 ],
  2498.             ],
  2499.             'liip_imagine.loaders' => [
  2500.                 'default' => [
  2501.                     'filesystem' => [
  2502.                         'locator' => 'filesystem',
  2503.                         'data_root' => [
  2504.                             => (\dirname(__DIR__4).'/public'),
  2505.                         ],
  2506.                         'allow_unresolvable_data_roots' => false,
  2507.                         'bundle_resources' => [
  2508.                             'enabled' => false,
  2509.                             'access_control_type' => 'blacklist',
  2510.                             'access_control_list' => [
  2511.                             ],
  2512.                         ],
  2513.                     ],
  2514.                 ],
  2515.             ],
  2516.             'liip_imagine.jpegoptim.binary' => '/usr/bin/jpegoptim',
  2517.             'liip_imagine.jpegoptim.stripAll' => true,
  2518.             'liip_imagine.jpegoptim.max' => NULL,
  2519.             'liip_imagine.jpegoptim.progressive' => true,
  2520.             'liip_imagine.jpegoptim.tempDir' => NULL,
  2521.             'liip_imagine.optipng.binary' => '/usr/bin/optipng',
  2522.             'liip_imagine.optipng.level' => 7,
  2523.             'liip_imagine.optipng.stripAll' => true,
  2524.             'liip_imagine.optipng.tempDir' => NULL,
  2525.             'liip_imagine.pngquant.binary' => '/usr/bin/pngquant',
  2526.             'liip_imagine.mozjpeg.binary' => '/opt/mozjpeg/bin/cjpeg',
  2527.             'liip_imagine.driver_service' => 'liip_imagine.gd',
  2528.             'liip_imagine.cache.resolver.default' => 'default',
  2529.             'liip_imagine.default_image' => NULL,
  2530.             'liip_imagine.filter_sets' => [
  2531.             ],
  2532.             'liip_imagine.binary.loader.default' => 'default',
  2533.             'liip_imagine.controller.filter_action' => 'Liip\\ImagineBundle\\Controller\\ImagineController::filterAction',
  2534.             'liip_imagine.controller.filter_runtime_action' => 'Liip\\ImagineBundle\\Controller\\ImagineController::filterRuntimeAction',
  2535.             'liip_imagine.webp.generate' => false,
  2536.             'liip_imagine.webp.options' => [
  2537.                 'quality' => 100,
  2538.                 'cache' => NULL,
  2539.                 'data_loader' => NULL,
  2540.                 'post_processors' => [
  2541.                 ],
  2542.             ],
  2543.             'maker.compatible_check.doctrine.supports_attributes' => false,
  2544.             'data_collector.templates' => [
  2545.                 'data_collector.request' => [
  2546.                     => 'request',
  2547.                     => '@WebProfiler/Collector/request.html.twig',
  2548.                 ],
  2549.                 'data_collector.time' => [
  2550.                     => 'time',
  2551.                     => '@WebProfiler/Collector/time.html.twig',
  2552.                 ],
  2553.                 'data_collector.memory' => [
  2554.                     => 'memory',
  2555.                     => '@WebProfiler/Collector/memory.html.twig',
  2556.                 ],
  2557.                 'data_collector.validator' => [
  2558.                     => 'validator',
  2559.                     => '@WebProfiler/Collector/validator.html.twig',
  2560.                 ],
  2561.                 'data_collector.ajax' => [
  2562.                     => 'ajax',
  2563.                     => '@WebProfiler/Collector/ajax.html.twig',
  2564.                 ],
  2565.                 'data_collector.form' => [
  2566.                     => 'form',
  2567.                     => '@WebProfiler/Collector/form.html.twig',
  2568.                 ],
  2569.                 'data_collector.exception' => [
  2570.                     => 'exception',
  2571.                     => '@WebProfiler/Collector/exception.html.twig',
  2572.                 ],
  2573.                 'data_collector.logger' => [
  2574.                     => 'logger',
  2575.                     => '@WebProfiler/Collector/logger.html.twig',
  2576.                 ],
  2577.                 'data_collector.events' => [
  2578.                     => 'events',
  2579.                     => '@WebProfiler/Collector/events.html.twig',
  2580.                 ],
  2581.                 'data_collector.router' => [
  2582.                     => 'router',
  2583.                     => '@WebProfiler/Collector/router.html.twig',
  2584.                 ],
  2585.                 'data_collector.cache' => [
  2586.                     => 'cache',
  2587.                     => '@WebProfiler/Collector/cache.html.twig',
  2588.                 ],
  2589.                 'data_collector.translation' => [
  2590.                     => 'translation',
  2591.                     => '@WebProfiler/Collector/translation.html.twig',
  2592.                 ],
  2593.                 'data_collector.security' => [
  2594.                     => 'security',
  2595.                     => '@Security/Collector/security.html.twig',
  2596.                 ],
  2597.                 'data_collector.twig' => [
  2598.                     => 'twig',
  2599.                     => '@WebProfiler/Collector/twig.html.twig',
  2600.                 ],
  2601.                 'data_collector.doctrine' => [
  2602.                     => 'db',
  2603.                     => '@Doctrine/Collector/db.html.twig',
  2604.                 ],
  2605.                 'swiftmailer.data_collector' => [
  2606.                     => 'swiftmailer',
  2607.                     => '@Swiftmailer/Collector/swiftmailer.html.twig',
  2608.                 ],
  2609.                 'data_collector.dump' => [
  2610.                     => 'dump',
  2611.                     => '@Debug/Profiler/dump.html.twig',
  2612.                 ],
  2613.                 'mailer.data_collector' => [
  2614.                     => 'mailer',
  2615.                     => '@WebProfiler/Collector/mailer.html.twig',
  2616.                 ],
  2617.                 'data_collector.config' => [
  2618.                     => 'config',
  2619.                     => '@WebProfiler/Collector/config.html.twig',
  2620.                 ],
  2621.             ],
  2622.             'console.command.ids' => [
  2623.                 => 'console.command.public_alias.App\\EspaceDocBundle\\Command\\GenerateBackup',
  2624.                 => 'console.command.public_alias.App\\EspaceDocBundle\\Command\\SendUserNotifications',
  2625.                 => 'console.command.public_alias.doctrine_cache.contains_command',
  2626.                 => 'console.command.public_alias.doctrine_cache.delete_command',
  2627.                 => 'console.command.public_alias.doctrine_cache.flush_command',
  2628.                 => 'console.command.public_alias.doctrine_cache.stats_command',
  2629.                 => 'shapecode_cron.command.cron_job_edit',
  2630.                 => 'shapecode_cron.command.cron_process',
  2631.                 => 'shapecode_cron.command.cron_prune_logs',
  2632.                 => 'shapecode_cron.command.cron_run',
  2633.                 10 => 'shapecode_cron.command.cron_scan',
  2634.                 11 => 'shapecode_cron.command.cron_status',
  2635.                 12 => 'shapecode_cron.cronjob.generic_clean_up_daily',
  2636.                 13 => 'shapecode_cron.cronjob.generic_clean_up_hourly',
  2637.             ],
  2638.         ];
  2639.     }
  2640.     protected function throw($message)
  2641.     {
  2642.         throw new RuntimeException($message);
  2643.     }
  2644. }