var/cache/dev/ContainerC6ZHQiv/App_KernelDevDebugContainer.php line 615

Open in your IDE?
  1. <?php
  2. namespace ContainerC6ZHQiv;
  3. use Symfony\Component\DependencyInjection\Argument\RewindableGenerator;
  4. use Symfony\Component\DependencyInjection\ContainerInterface;
  5. use Symfony\Component\DependencyInjection\Container;
  6. use Symfony\Component\DependencyInjection\Exception\InvalidArgumentException;
  7. use Symfony\Component\DependencyInjection\Exception\LogicException;
  8. use Symfony\Component\DependencyInjection\Exception\RuntimeException;
  9. use Symfony\Component\DependencyInjection\ParameterBag\FrozenParameterBag;
  10. use Symfony\Component\DependencyInjection\ParameterBag\ParameterBagInterface;
  11. /**
  12.  * @internal This class has been auto-generated by the Symfony Dependency Injection Component.
  13.  */
  14. class App_KernelDevDebugContainer extends Container
  15. {
  16.     protected $containerDir;
  17.     protected $targetDir;
  18.     protected $parameters = [];
  19.     private $buildParameters;
  20.     protected $getService;
  21.     public function __construct(array $buildParameters = [], $containerDir __DIR__)
  22.     {
  23.         $this->getService = \Closure::fromCallable([$this'getService']);
  24.         $this->buildParameters $buildParameters;
  25.         $this->containerDir $containerDir;
  26.         $this->targetDir = \dirname($containerDir);
  27.         $this->parameters $this->getDefaultParameters();
  28.         $this->services $this->privates = [];
  29.         $this->syntheticIds = [
  30.             'kernel' => true,
  31.         ];
  32.         $this->methodMap = [
  33.             '.container.private.filesystem' => 'get_Container_Private_FilesystemService',
  34.             '.container.private.profiler' => 'get_Container_Private_ProfilerService',
  35.             '.container.private.security.authorization_checker' => 'get_Container_Private_Security_AuthorizationCheckerService',
  36.             '.container.private.security.csrf.token_manager' => 'get_Container_Private_Security_Csrf_TokenManagerService',
  37.             '.container.private.security.token_storage' => 'get_Container_Private_Security_TokenStorageService',
  38.             '.container.private.twig' => 'get_Container_Private_TwigService',
  39.             '.container.private.validator' => 'get_Container_Private_ValidatorService',
  40.             'Cofondateur\\SocleTechniqueBundle\\Service\\BreadcrumbService' => 'getBreadcrumbServiceService',
  41.             'cache.app' => 'getCache_AppService',
  42.             'cache.system' => 'getCache_SystemService',
  43.             'cache.validator_expression_language' => 'getCache_ValidatorExpressionLanguageService',
  44.             'data_collector.dump' => 'getDataCollector_DumpService',
  45.             'doctrine' => 'getDoctrineService',
  46.             'doctrine.dbal.default_connection' => 'getDoctrine_Dbal_DefaultConnectionService',
  47.             'doctrine.orm.default_entity_manager' => 'getDoctrine_Orm_DefaultEntityManagerService',
  48.             'event_dispatcher' => 'getEventDispatcherService',
  49.             'http_kernel' => 'getHttpKernelService',
  50.             'lexik_translation.translator' => 'getLexikTranslation_TranslatorService',
  51.             'liip_imagine.binary.loader.default' => 'getLiipImagine_Binary_Loader_DefaultService',
  52.             'liip_imagine.cache.manager' => 'getLiipImagine_Cache_ManagerService',
  53.             'liip_imagine.cache.resolver.default' => 'getLiipImagine_Cache_Resolver_DefaultService',
  54.             'liip_imagine.cache.resolver.no_cache_web_path' => 'getLiipImagine_Cache_Resolver_NoCacheWebPathService',
  55.             'liip_imagine.cache.signer' => 'getLiipImagine_Cache_SignerService',
  56.             'liip_imagine.data.manager' => 'getLiipImagine_Data_ManagerService',
  57.             'messenger.default_bus' => 'getMessenger_DefaultBusService',
  58.             'monolog.logger.deprecation' => 'getMonolog_Logger_DeprecationService',
  59.             'request_stack' => 'getRequestStackService',
  60.             'router' => 'getRouterService',
  61.             'translator' => 'getTranslatorService',
  62.             'var_dumper.cloner' => 'getVarDumper_ClonerService',
  63.             'cache_clearer' => 'getCacheClearerService',
  64.             'filesystem' => 'getFilesystemService',
  65.             'serializer' => 'getSerializerService',
  66.             'security.csrf.token_manager' => 'getSecurity_Csrf_TokenManagerService',
  67.             'form.factory' => 'getForm_FactoryService',
  68.             'form.type.file' => 'getForm_Type_FileService',
  69.             'profiler' => 'getProfilerService',
  70.             'twig' => 'getTwigService',
  71.             'security.authorization_checker' => 'getSecurity_AuthorizationCheckerService',
  72.             'security.token_storage' => 'getSecurity_TokenStorageService',
  73.             'pagerfanta.route_generator_factory' => 'getPagerfanta_RouteGeneratorFactoryService',
  74.             'pagerfanta.view_factory' => 'getPagerfanta_ViewFactoryService',
  75.             'security.password_encoder' => 'getSecurity_PasswordEncoderService',
  76.             'session' => 'getSessionService',
  77.             'validator' => 'getValidatorService',
  78.         ];
  79.         $this->fileMap = [
  80.             '.container.private.cache_clearer' => 'get_Container_Private_CacheClearerService',
  81.             '.container.private.form.factory' => 'get_Container_Private_Form_FactoryService',
  82.             '.container.private.form.type.file' => 'get_Container_Private_Form_Type_FileService',
  83.             '.container.private.pagerfanta.route_generator_factory' => 'get_Container_Private_Pagerfanta_RouteGeneratorFactoryService',
  84.             '.container.private.pagerfanta.view_factory' => 'get_Container_Private_Pagerfanta_ViewFactoryService',
  85.             '.container.private.security.password_encoder' => 'get_Container_Private_Security_PasswordEncoderService',
  86.             '.container.private.serializer' => 'get_Container_Private_SerializerService',
  87.             '.container.private.session' => 'get_Container_Private_SessionService',
  88.             'App\\Controller\\Admin\\AchievementCrudController' => 'getAchievementCrudControllerService',
  89.             'App\\Controller\\Admin\\CategoryCrudController' => 'getCategoryCrudControllerService',
  90.             'App\\Controller\\Admin\\ContactCrudController' => 'getContactCrudControllerService',
  91.             'App\\Controller\\Admin\\DashboardController' => 'getDashboardControllerService',
  92.             'App\\Controller\\Admin\\ExpertiseCrudController' => 'getExpertiseCrudControllerService',
  93.             'App\\Controller\\Admin\\HomepageCrudController' => 'getHomepageCrudControllerService',
  94.             'App\\Controller\\Admin\\LandingPageCrudController' => 'getLandingPageCrudControllerService',
  95.             'App\\Controller\\Admin\\PartnerCrudController' => 'getPartnerCrudControllerService',
  96.             'App\\Controller\\Admin\\PostCrudController' => 'getPostCrudControllerService',
  97.             'App\\Controller\\Admin\\PresentationCrudController' => 'getPresentationCrudControllerService',
  98.             'App\\Controller\\Admin\\ProductCrudController' => 'getProductCrudControllerService',
  99.             'App\\Controller\\Admin\\SEOPageCrudController' => 'getSEOPageCrudControllerService',
  100.             'App\\Controller\\Admin\\SiteSettingsCrudController' => 'getSiteSettingsCrudControllerService',
  101.             'App\\Controller\\Admin\\UserCrudController' => 'getUserCrudControllerService',
  102.             'App\\Controller\\FrontController' => 'getFrontControllerService',
  103.             'Cofondateur\\SocleTechniqueBundle\\Controller\\FrontController' => 'getFrontController2Service',
  104.             'Cofondateur\\SocleTechniqueBundle\\Controller\\LoginController' => 'getLoginControllerService',
  105.             'Cofondateur\\SocleTechniqueBundle\\Controller\\ProductCrudController' => 'getProductCrudController2Service',
  106.             'Cofondateur\\SocleTechniqueBundle\\Controller\\ResetPasswordController' => 'getResetPasswordControllerService',
  107.             'Cofondateur\\SocleTechniqueBundle\\Controller\\SiteSettingsCrudController' => 'getSiteSettingsCrudController2Service',
  108.             'Cofondateur\\SocleTechniqueBundle\\Controller\\UserCrudController' => 'getUserCrudController2Service',
  109.             'Doctrine\\Bundle\\DoctrineBundle\\Controller\\ProfilerController' => 'getProfilerControllerService',
  110.             'EasyCorp\\Bundle\\EasyAdminBundle\\Command\\MakeAdminDashboardCommand' => 'getMakeAdminDashboardCommandService',
  111.             'EasyCorp\\Bundle\\EasyAdminBundle\\Command\\MakeAdminMigrationCommand' => 'getMakeAdminMigrationCommandService',
  112.             'EasyCorp\\Bundle\\EasyAdminBundle\\Command\\MakeCrudControllerCommand' => 'getMakeCrudControllerCommandService',
  113.             'Knp\\DoctrineBehaviors\\EventSubscriber\\BlameableEventSubscriber' => 'getBlameableEventSubscriberService',
  114.             'Knp\\DoctrineBehaviors\\EventSubscriber\\LoggableEventSubscriber' => 'getLoggableEventSubscriberService',
  115.             'Knp\\DoctrineBehaviors\\EventSubscriber\\SluggableEventSubscriber' => 'getSluggableEventSubscriberService',
  116.             'Knp\\DoctrineBehaviors\\EventSubscriber\\SoftDeletableEventSubscriber' => 'getSoftDeletableEventSubscriberService',
  117.             'Knp\\DoctrineBehaviors\\EventSubscriber\\TimestampableEventSubscriber' => 'getTimestampableEventSubscriberService',
  118.             'Knp\\DoctrineBehaviors\\EventSubscriber\\TranslatableEventSubscriber' => 'getTranslatableEventSubscriberService',
  119.             'Knp\\DoctrineBehaviors\\EventSubscriber\\TreeEventSubscriber' => 'getTreeEventSubscriberService',
  120.             'Knp\\DoctrineBehaviors\\EventSubscriber\\UuidableEventSubscriber' => 'getUuidableEventSubscriberService',
  121.             'Knp\\DoctrineBehaviors\\Provider\\LocaleProvider' => 'getLocaleProviderService',
  122.             'Knp\\DoctrineBehaviors\\Provider\\UserProvider' => 'getUserProviderService',
  123.             'Knp\\DoctrineBehaviors\\Repository\\DefaultSluggableRepository' => 'getDefaultSluggableRepositoryService',
  124.             'Lexik\\Bundle\\TranslationBundle\\Controller\\RestController' => 'getRestControllerService',
  125.             'Lexik\\Bundle\\TranslationBundle\\Controller\\TranslationController' => 'getTranslationControllerService',
  126.             'Lexik\\Bundle\\TranslationBundle\\Manager\\LocaleManager' => 'getLocaleManagerService',
  127.             'Liip\\ImagineBundle\\Controller\\ImagineController' => 'getImagineControllerService',
  128.             'Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController' => 'getRedirectControllerService',
  129.             'Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController' => 'getTemplateControllerService',
  130.             'Vich\\UploaderBundle\\Naming\\Base64Namer' => 'getBase64NamerService',
  131.             'Vich\\UploaderBundle\\Naming\\CurrentDateTimeDirectoryNamer' => 'getCurrentDateTimeDirectoryNamerService',
  132.             'Vich\\UploaderBundle\\Naming\\HashNamer' => 'getHashNamerService',
  133.             'Vich\\UploaderBundle\\Naming\\OrignameNamer' => 'getOrignameNamerService',
  134.             'Vich\\UploaderBundle\\Naming\\PropertyDirectoryNamer' => 'getPropertyDirectoryNamerService',
  135.             'Vich\\UploaderBundle\\Naming\\PropertyNamer' => 'getPropertyNamerService',
  136.             'Vich\\UploaderBundle\\Naming\\SmartUniqueNamer' => 'getSmartUniqueNamerService',
  137.             'Vich\\UploaderBundle\\Naming\\SmartUniqueNamer.default' => 'getSmartUniqueNamer_DefaultService',
  138.             'Vich\\UploaderBundle\\Naming\\SubdirDirectoryNamer' => 'getSubdirDirectoryNamerService',
  139.             'Vich\\UploaderBundle\\Naming\\UniqidNamer' => 'getUniqidNamerService',
  140.             'cache.app_clearer' => 'getCache_AppClearerService',
  141.             'cache.global_clearer' => 'getCache_GlobalClearerService',
  142.             'cache.system_clearer' => 'getCache_SystemClearerService',
  143.             'cache_warmer' => 'getCacheWarmerService',
  144.             'console.command.public_alias.Lexik\\Bundle\\TranslationBundle\\Command\\ExportTranslationsCommand' => 'getExportTranslationsCommandService',
  145.             'console.command.public_alias.Lexik\\Bundle\\TranslationBundle\\Command\\ImportTranslationsCommand' => 'getImportTranslationsCommandService',
  146.             'console.command_loader' => 'getConsole_CommandLoaderService',
  147.             'container.env_var_processors_locator' => 'getContainer_EnvVarProcessorsLocatorService',
  148.             'error_controller' => 'getErrorControllerService',
  149.             'knp_paginator' => 'getKnpPaginatorService',
  150.             'lexik_translation.data_grid.formatter' => 'getLexikTranslation_DataGrid_FormatterService',
  151.             'lexik_translation.data_grid.request_handler' => 'getLexikTranslation_DataGrid_RequestHandlerService',
  152.             'lexik_translation.exporter.json' => 'getLexikTranslation_Exporter_JsonService',
  153.             'lexik_translation.exporter.xliff' => 'getLexikTranslation_Exporter_XliffService',
  154.             'lexik_translation.exporter_collector' => 'getLexikTranslation_ExporterCollectorService',
  155.             'lexik_translation.form.handler.trans_unit' => 'getLexikTranslation_Form_Handler_TransUnitService',
  156.             'lexik_translation.importer.file' => 'getLexikTranslation_Importer_FileService',
  157.             'lexik_translation.overview.stats_aggregator' => 'getLexikTranslation_Overview_StatsAggregatorService',
  158.             'lexik_translation.trans_unit.manager' => 'getLexikTranslation_TransUnit_ManagerService',
  159.             'lexik_translation.translation_storage' => 'getLexikTranslation_TranslationStorageService',
  160.             'liip_imagine.config.stack_collection' => 'getLiipImagine_Config_StackCollectionService',
  161.             'liip_imagine.filter.loader.downscale' => 'getLiipImagine_Filter_Loader_DownscaleService',
  162.             'liip_imagine.filter.loader.fixed' => 'getLiipImagine_Filter_Loader_FixedService',
  163.             'liip_imagine.filter.loader.flip' => 'getLiipImagine_Filter_Loader_FlipService',
  164.             'liip_imagine.filter.loader.grayscale' => 'getLiipImagine_Filter_Loader_GrayscaleService',
  165.             'liip_imagine.filter.loader.interlace' => 'getLiipImagine_Filter_Loader_InterlaceService',
  166.             'liip_imagine.filter.loader.resample' => 'getLiipImagine_Filter_Loader_ResampleService',
  167.             'liip_imagine.filter.loader.rotate' => 'getLiipImagine_Filter_Loader_RotateService',
  168.             'liip_imagine.filter.manager' => 'getLiipImagine_Filter_ManagerService',
  169.             'routing.loader' => 'getRouting_LoaderService',
  170.             'services_resetter' => 'getServicesResetterService',
  171.             'socle_technique.sitemap_generator' => 'getSocleTechnique_SitemapGeneratorService',
  172.             'socle_technique.sitemap_service' => 'getSocleTechnique_SitemapServiceService',
  173.             'vich_uploader.download_handler' => 'getVichUploader_DownloadHandlerService',
  174.             'vich_uploader.form.type.file' => 'getVichUploader_Form_Type_FileService',
  175.             'vich_uploader.form.type.image' => 'getVichUploader_Form_Type_ImageService',
  176.             'vich_uploader.upload_handler' => 'getVichUploader_UploadHandlerService',
  177.             'web_profiler.controller.exception_panel' => 'getWebProfiler_Controller_ExceptionPanelService',
  178.             'web_profiler.controller.profiler' => 'getWebProfiler_Controller_ProfilerService',
  179.             'web_profiler.controller.router' => 'getWebProfiler_Controller_RouterService',
  180.         ];
  181.         $this->aliases = [
  182.             'App\\Kernel' => 'kernel',
  183.             'database_connection' => 'doctrine.dbal.default_connection',
  184.             'doctrine.orm.entity_manager' => 'doctrine.orm.default_entity_manager',
  185.             'lexik_translation.locale.manager' => 'Lexik\\Bundle\\TranslationBundle\\Manager\\LocaleManager',
  186.             'liip_imagine.controller' => 'Liip\\ImagineBundle\\Controller\\ImagineController',
  187.             'vich_uploader.directory_namer_subdir' => 'Vich\\UploaderBundle\\Naming\\SubdirDirectoryNamer',
  188.             'vich_uploader.namer_base64' => 'Vich\\UploaderBundle\\Naming\\Base64Namer',
  189.             'vich_uploader.namer_directory_current_date_time' => 'Vich\\UploaderBundle\\Naming\\CurrentDateTimeDirectoryNamer',
  190.             'vich_uploader.namer_directory_property' => 'Vich\\UploaderBundle\\Naming\\PropertyDirectoryNamer',
  191.             'vich_uploader.namer_hash' => 'Vich\\UploaderBundle\\Naming\\HashNamer',
  192.             'vich_uploader.namer_origname' => 'Vich\\UploaderBundle\\Naming\\OrignameNamer',
  193.             'vich_uploader.namer_property' => 'Vich\\UploaderBundle\\Naming\\PropertyNamer',
  194.             'vich_uploader.namer_smart_unique' => 'Vich\\UploaderBundle\\Naming\\SmartUniqueNamer',
  195.             'vich_uploader.namer_uniqid' => 'Vich\\UploaderBundle\\Naming\\UniqidNamer',
  196.         ];
  197.         $this->privates['service_container'] = function () {
  198.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/HttpKernelInterface.php';
  199.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/KernelInterface.php';
  200.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/RebootableInterface.php';
  201.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/TerminableInterface.php';
  202.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Kernel.php';
  203.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Kernel/MicroKernelTrait.php';
  204.             include_once \dirname(__DIR__4).'/src/Kernel.php';
  205.             include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Metadata/MetadataReader.php';
  206.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/MetadataFactoryInterface.php';
  207.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/AdvancedMetadataFactoryInterface.php';
  208.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/MetadataFactory.php';
  209.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Driver/DriverInterface.php';
  210.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Driver/AdvancedDriverInterface.php';
  211.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Driver/DriverChain.php';
  212.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Driver/AbstractFileDriver.php';
  213.             include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Metadata/Driver/XmlDriver.php';
  214.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Driver/FileLocatorInterface.php';
  215.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Driver/AdvancedFileLocatorInterface.php';
  216.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Driver/TraceableFileLocatorInterface.php';
  217.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Driver/FileLocator.php';
  218.             include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Metadata/Driver/AnnotationDriver.php';
  219.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/Reader.php';
  220.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationReader.php';
  221.             include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Metadata/Driver/AbstractYamlDriver.php';
  222.             include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Metadata/Driver/YamlDriver.php';
  223.             include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Metadata/Driver/YmlDriver.php';
  224.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Cache/CacheInterface.php';
  225.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Cache/ClearableCacheInterface.php';
  226.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Cache/FileCache.php';
  227.             include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Cache/Resolver/ResolverInterface.php';
  228.             include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Cache/Resolver/WebPathResolver.php';
  229.             include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Binary/Loader/LoaderInterface.php';
  230.             include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Binary/Loader/FileSystemLoader.php';
  231.             include_once \dirname(__DIR__4).'/vendor/symfony/mime/MimeTypeGuesserInterface.php';
  232.             include_once \dirname(__DIR__4).'/vendor/symfony/mime/MimeTypesInterface.php';
  233.             include_once \dirname(__DIR__4).'/vendor/symfony/mime/MimeTypes.php';
  234.             include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Binary/Locator/LocatorInterface.php';
  235.             include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Binary/Locator/FileSystemLocator.php';
  236.             include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Data/DataManager.php';
  237.             include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Cache/CacheManager.php';
  238.             include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/FilterConfiguration.php';
  239.             include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Cache/Resolver/NoCacheWebPathResolver.php';
  240.             include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Binary/MimeTypeGuesserInterface.php';
  241.             include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Binary/SimpleMimeTypeGuesser.php';
  242.             include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Cache/SignerInterface.php';
  243.             include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Cache/Signer.php';
  244.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/ControllerMetadata/ArgumentMetadataFactoryInterface.php';
  245.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/ControllerMetadata/ArgumentMetadataFactory.php';
  246.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/EventSubscriberInterface.php';
  247.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ResponseListener.php';
  248.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/StreamedResponseListener.php';
  249.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/LocaleListener.php';
  250.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ValidateRequestListener.php';
  251.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/DisallowRobotsIndexingListener.php';
  252.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ErrorListener.php';
  253.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ParameterBagInterface.php';
  254.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ParameterBag.php';
  255.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/FrozenParameterBag.php';
  256.             include_once \dirname(__DIR__4).'/vendor/psr/container/src/ContainerInterface.php';
  257.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ContainerBagInterface.php';
  258.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ContainerBag.php';
  259.             include_once \dirname(__DIR__4).'/vendor/symfony/runtime/RunnerInterface.php';
  260.             include_once \dirname(__DIR__4).'/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php';
  261.             include_once \dirname(__DIR__4).'/vendor/symfony/runtime/Runner/Symfony/ResponseRunner.php';
  262.             include_once \dirname(__DIR__4).'/vendor/symfony/runtime/RuntimeInterface.php';
  263.             include_once \dirname(__DIR__4).'/vendor/symfony/runtime/GenericRuntime.php';
  264.             include_once \dirname(__DIR__4).'/vendor/symfony/runtime/SymfonyRuntime.php';
  265.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/HttpKernel.php';
  266.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolverInterface.php';
  267.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/TraceableArgumentResolver.php';
  268.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver.php';
  269.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/RequestStack.php';
  270.             include_once \dirname(__DIR__4).'/vendor/symfony/config/ConfigCacheFactoryInterface.php';
  271.             include_once \dirname(__DIR__4).'/vendor/symfony/config/ResourceCheckerConfigCacheFactory.php';
  272.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/LocaleAwareListener.php';
  273.             include_once \dirname(__DIR__4).'/vendor/psr/cache/src/CacheItemPoolInterface.php';
  274.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/AdapterInterface.php';
  275.             include_once \dirname(__DIR__4).'/vendor/symfony/cache-contracts/CacheInterface.php';
  276.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/PruneableInterface.php';
  277.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ResetInterface.php';
  278.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/ResettableInterface.php';
  279.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/TraceableAdapter.php';
  280.             include_once \dirname(__DIR__4).'/vendor/psr/log/Psr/Log/LoggerAwareInterface.php';
  281.             include_once \dirname(__DIR__4).'/vendor/psr/log/Psr/Log/LoggerAwareTrait.php';
  282.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/AbstractAdapterTrait.php';
  283.             include_once \dirname(__DIR__4).'/vendor/symfony/cache-contracts/CacheTrait.php';
  284.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/ContractsTrait.php';
  285.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/AbstractAdapter.php';
  286.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/FilesystemCommonTrait.php';
  287.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/FilesystemTrait.php';
  288.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/FilesystemAdapter.php';
  289.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Marshaller/MarshallerInterface.php';
  290.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Marshaller/DefaultMarshaller.php';
  291.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Packages.php';
  292.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/PackageInterface.php';
  293.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Package.php';
  294.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/PathPackage.php';
  295.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/VersionStrategy/VersionStrategyInterface.php';
  296.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/VersionStrategy/JsonManifestVersionStrategy.php';
  297.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Context/ContextInterface.php';
  298.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Context/RequestStackContext.php';
  299.             include_once \dirname(__DIR__4).'/vendor/symfony/mailer/EventListener/MessageLoggerListener.php';
  300.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/MessageFormatterInterface.php';
  301.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/IntlFormatterInterface.php';
  302.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/MessageFormatter.php';
  303.             include_once \dirname(__DIR__4).'/vendor/symfony/translation-contracts/TranslatorInterface.php';
  304.             include_once \dirname(__DIR__4).'/vendor/symfony/translation-contracts/LocaleAwareInterface.php';
  305.             include_once \dirname(__DIR__4).'/vendor/symfony/translation-contracts/TranslatorTrait.php';
  306.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/IdentityTranslator.php';
  307.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/DebugHandlersListener.php';
  308.             include_once \dirname(__DIR__4).'/vendor/psr/log/Psr/Log/LoggerInterface.php';
  309.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/ResettableInterface.php';
  310.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Logger.php';
  311.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Log/DebugLoggerInterface.php';
  312.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Logger.php';
  313.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Debug/FileLinkFormatter.php';
  314.             include_once \dirname(__DIR__4).'/vendor/symfony/stopwatch/Stopwatch.php';
  315.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ControllerResolverInterface.php';
  316.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/TraceableControllerResolver.php';
  317.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ControllerResolver.php';
  318.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php';
  319.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerResolver.php';
  320.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Processor/DebugProcessor.php';
  321.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RequestContext.php';
  322.             include_once \dirname(__DIR__4).'/vendor/symfony/expression-language/ExpressionFunctionProviderInterface.php';
  323.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Matcher/ExpressionLanguageProvider.php';
  324.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ServiceProviderInterface.php';
  325.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ServiceLocatorTrait.php';
  326.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ServiceLocator.php';
  327.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/RouterListener.php';
  328.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationRegistry.php';
  329.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/PsrCachedReader.php';
  330.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/ProxyTrait.php';
  331.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/PhpArrayAdapter.php';
  332.             include_once \dirname(__DIR__4).'/vendor/symfony/property-access/PropertyAccessorInterface.php';
  333.             include_once \dirname(__DIR__4).'/vendor/symfony/property-access/PropertyAccessor.php';
  334.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/ArrayAdapter.php';
  335.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyTypeExtractorInterface.php';
  336.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyDescriptionExtractorInterface.php';
  337.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyAccessExtractorInterface.php';
  338.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyListExtractorInterface.php';
  339.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyInfoExtractorInterface.php';
  340.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyInitializableExtractorInterface.php';
  341.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyInfoExtractor.php';
  342.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyReadInfoExtractorInterface.php';
  343.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyWriteInfoExtractorInterface.php';
  344.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/Extractor/ConstructorArgumentTypeExtractorInterface.php';
  345.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/Extractor/ReflectionExtractor.php';
  346.             include_once \dirname(__DIR__4).'/vendor/symfony/web-link/EventListener/AddLinkHeaderListener.php';
  347.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/AbstractSessionListener.php';
  348.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/SessionListener.php';
  349.             include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenStorage/TokenStorageInterface.php';
  350.             include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenStorage/ClearableTokenStorageInterface.php';
  351.             include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenStorage/SessionTokenStorage.php';
  352.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ValidatorBuilder.php';
  353.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Validation.php';
  354.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorFactoryInterface.php';
  355.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ContainerConstraintValidatorFactory.php';
  356.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ObjectInitializerInterface.php';
  357.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Validator/DoctrineInitializer.php';
  358.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Loader/LoaderInterface.php';
  359.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Loader/AutoMappingTrait.php';
  360.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Loader/PropertyInfoLoader.php';
  361.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Validator/DoctrineLoader.php';
  362.             include_once \dirname(__DIR__4).'/vendor/symfony/notifier/EventListener/NotificationLoggerListener.php';
  363.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ProfilerListener.php';
  364.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/DataCollectorInterface.php';
  365.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/DataCollector.php';
  366.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/LateDataCollectorInterface.php';
  367.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php';
  368.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/RouterDataCollector.php';
  369.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/DataCollector/RouterDataCollector.php';
  370.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataCollectorInterface.php';
  371.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataCollector.php';
  372.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataExtractorInterface.php';
  373.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataExtractor.php';
  374.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ConnectionRegistry.php';
  375.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ManagerRegistry.php';
  376.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/AbstractManagerRegistry.php';
  377.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/ManagerRegistry.php';
  378.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Registry.php';
  379.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Logging/SQLLogger.php';
  380.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Logging/DebugStack.php';
  381.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/Connection.php';
  382.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Connection.php';
  383.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/ConnectionFactory.php';
  384.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Configuration.php';
  385.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Logging/LoggerChain.php';
  386.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Logger/DbalLogger.php';
  387.             include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventManager.php';
  388.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/ContainerAwareEventManager.php';
  389.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/MappingDriver.php';
  390.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/ColocatedMappingDriver.php';
  391.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/AnnotationDriver.php';
  392.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Mapping/Driver/CompatibilityAnnotationDriver.php';
  393.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Mapping/Driver/ReflectionBasedDriver.php';
  394.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Mapping/Driver/AnnotationDriver.php';
  395.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/FileDriver.php';
  396.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Mapping/Driver/XmlDriver.php';
  397.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Mapping/Driver/SimplifiedXmlDriver.php';
  398.             include_once \dirname(__DIR__4).'/vendor/doctrine/common/src/Proxy/Autoloader.php';
  399.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Proxy/Autoloader.php';
  400.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ObjectManager.php';
  401.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/EntityManagerInterface.php';
  402.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/EntityManager.php';
  403.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Configuration.php';
  404.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Mapping/MappingDriver.php';
  405.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/MappingDriverChain.php';
  406.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Mapping/NamingStrategy.php';
  407.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Mapping/UnderscoreNamingStrategy.php';
  408.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Mapping/QuoteStrategy.php';
  409.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Internal/SQLResultCasing.php';
  410.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Mapping/DefaultQuoteStrategy.php';
  411.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Mapping/EntityListenerResolver.php';
  412.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Mapping/EntityListenerServiceResolver.php';
  413.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Mapping/ContainerEntityListenerResolver.php';
  414.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Repository/RepositoryFactory.php';
  415.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ContainerRepositoryFactory.php';
  416.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/ManagerConfigurator.php';
  417.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/DataDumperInterface.php';
  418.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/DumpDataCollector.php';
  419.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/ClonerInterface.php';
  420.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/AbstractCloner.php';
  421.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/VarCloner.php';
  422.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/DumperInterface.php';
  423.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/AbstractDumper.php';
  424.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/CliDumper.php';
  425.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/HtmlDumper.php';
  426.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Server/Connection.php';
  427.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/ContextProviderInterface.php';
  428.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/SourceContextProvider.php';
  429.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/RequestContextProvider.php';
  430.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/CliContextProvider.php';
  431.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Profiler/Profile.php';
  432.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Csp/ContentSecurityPolicyHandler.php';
  433.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Csp/NonceGenerator.php';
  434.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/EventListener/WebDebugToolbarListener.php';
  435.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Token/Storage/TokenStorageInterface.php';
  436.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Token/Storage/TokenStorage.php';
  437.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/AuthenticationTrustResolverInterface.php';
  438.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/AuthenticationTrustResolver.php';
  439.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Role/RoleHierarchyInterface.php';
  440.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Role/RoleHierarchy.php';
  441.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/FirewallMapInterface.php';
  442.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallMap.php';
  443.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Logout/LogoutUrlGenerator.php';
  444.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/RememberMe/ResponseListener.php';
  445.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AccessDecisionManagerInterface.php';
  446.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/TraceableAccessDecisionManager.php';
  447.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AccessDecisionManager.php';
  448.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Strategy/AccessDecisionStrategyInterface.php';
  449.             include_once \dirname(__DIR__4).'/vendor/symfony/polyfill-php80/Resources/stubs/Stringable.php';
  450.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Strategy/AffirmativeStrategy.php';
  451.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall.php';
  452.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/EventListener/FirewallListener.php';
  453.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php';
  454.             include_once \dirname(__DIR__4).'/vendor/psr/event-dispatcher/src/EventDispatcherInterface.php';
  455.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher-contracts/EventDispatcherInterface.php';
  456.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/EventDispatcherInterface.php';
  457.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/EventDispatcher.php';
  458.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/FirewallListenerInterface.php';
  459.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  460.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ContextListener.php';
  461.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/HandlerInterface.php';
  462.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/Handler.php';
  463.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/AbstractHandler.php';
  464.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/ProcessableHandlerInterface.php';
  465.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/FormattableHandlerInterface.php';
  466.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/ProcessableHandlerTrait.php';
  467.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/FormattableHandlerTrait.php';
  468.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/AbstractProcessingHandler.php';
  469.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/StreamHandler.php';
  470.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Processor/ProcessorInterface.php';
  471.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Processor/PsrLogMessageProcessor.php';
  472.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Handler/ConsoleHandler.php';
  473.             include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/Asset/EntrypointLookupCollectionInterface.php';
  474.             include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/Asset/EntrypointLookupCollection.php';
  475.             include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/EventListener/ResetAssetsEventListener.php';
  476.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/TranslatorBagInterface.php';
  477.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Translator.php';
  478.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/WarmableInterface.php';
  479.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Translation/Translator.php';
  480.             include_once \dirname(__DIR__4).'/vendor/lexik/translation-bundle/Translation/Translator.php';
  481.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/src/Subscriber/SlidingPaginationSubscriber.php';
  482.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AuthorizationCheckerInterface.php';
  483.             include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Security/AuthorizationChecker.php';
  484.             include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Provider/AdminContextProvider.php';
  485.             include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/EventListener/AdminRouterSubscriber.php';
  486.             include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Factory/AdminContextFactory.php';
  487.             include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Factory/MenuFactory.php';
  488.             include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Factory/ControllerFactory.php';
  489.             include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Router/AdminUrlGenerator.php';
  490.             include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Router/UrlSigner.php';
  491.             include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Factory/EntityFactory.php';
  492.             include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Factory/FieldFactory.php';
  493.             include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Factory/ActionFactory.php';
  494.             include_once \dirname(__DIR__4).'/vendor/cofondateur/socle-technique/src/EventSubscriber/TwigEventSubscriber.php';
  495.             include_once \dirname(__DIR__4).'/vendor/cofondateur/socle-technique/src/Service/BreadcrumbService.php';
  496.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/ControllerListener.php';
  497.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/ParamConverterListener.php';
  498.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/ParamConverterManager.php';
  499.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/ParamConverterInterface.php';
  500.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/DoctrineParamConverter.php';
  501.             include_once \dirname(__DIR__4).'/vendor/symfony/expression-language/ExpressionLanguage.php';
  502.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/DateTimeParamConverter.php';
  503.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ServiceSubscriberInterface.php';
  504.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/TemplateListener.php';
  505.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Templating/TemplateGuesser.php';
  506.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/HttpCacheListener.php';
  507.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/SecurityListener.php';
  508.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/ExpressionLanguage.php';
  509.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Security/ExpressionLanguage.php';
  510.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/IsGrantedListener.php';
  511.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ArgumentNameConverter.php';
  512.             include_once \dirname(__DIR__4).'/vendor/symfony/http-client-contracts/HttpClientInterface.php';
  513.             include_once \dirname(__DIR__4).'/vendor/symfony/http-client/TraceableHttpClient.php';
  514.             include_once \dirname(__DIR__4).'/vendor/symfony/http-client/HttpClient.php';
  515.             include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Registry/DashboardControllerRegistry.php';
  516.             include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Registry/CrudControllerRegistry.php';
  517.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/DataCollectorTranslator.php';
  518.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RequestContextAwareInterface.php';
  519.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Matcher/UrlMatcherInterface.php';
  520.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Generator/UrlGeneratorInterface.php';
  521.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RouterInterface.php';
  522.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Matcher/RequestMatcherInterface.php';
  523.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Router.php';
  524.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Routing/Router.php';
  525.             include_once \dirname(__DIR__4).'/vendor/symfony/messenger/MessageBusInterface.php';
  526.             include_once \dirname(__DIR__4).'/vendor/symfony/messenger/TraceableMessageBus.php';
  527.             include_once \dirname(__DIR__4).'/vendor/symfony/messenger/MessageBus.php';
  528.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php';
  529.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Debug/TraceableEventDispatcher.php';
  530.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/NullHandler.php';
  531.             include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  532.             include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/CsrfTokenManagerInterface.php';
  533.             include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/CsrfTokenManager.php';
  534.             include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenGenerator/TokenGeneratorInterface.php';
  535.             include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenGenerator/UriSafeTokenGenerator.php';
  536.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/Profiler.php';
  537.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/ProfilerStorageInterface.php';
  538.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php';
  539.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/TimeDataCollector.php';
  540.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/MemoryDataCollector.php';
  541.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/DataCollector/ValidatorDataCollector.php';
  542.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/AjaxDataCollector.php';
  543.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/ExceptionDataCollector.php';
  544.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/LoggerDataCollector.php';
  545.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/EventDataCollector.php';
  546.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/DataCollector/CacheDataCollector.php';
  547.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/DataCollector/TranslationDataCollector.php';
  548.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/DataCollector/SecurityDataCollector.php';
  549.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/DataCollector/TwigDataCollector.php';
  550.             include_once \dirname(__DIR__4).'/vendor/symfony/http-client/DataCollector/HttpClientDataCollector.php';
  551.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/DataCollector/DoctrineDataCollector.php';
  552.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/DataCollector/DoctrineDataCollector.php';
  553.             include_once \dirname(__DIR__4).'/vendor/symfony/messenger/DataCollector/MessengerDataCollector.php';
  554.             include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/DataCollector/MappingCollector.php';
  555.             include_once \dirname(__DIR__4).'/vendor/symfony/mailer/DataCollector/MessageDataCollector.php';
  556.             include_once \dirname(__DIR__4).'/vendor/symfony/notifier/DataCollector/NotificationDataCollector.php';
  557.             include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Inspector/DataCollector.php';
  558.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/ConfigDataCollector.php';
  559.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Cache/CacheInterface.php';
  560.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Cache/FilesystemCache.php';
  561.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/ExtensionInterface.php';
  562.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/AbstractExtension.php';
  563.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/CoreExtension.php';
  564.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/EscaperExtension.php';
  565.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/OptimizerExtension.php';
  566.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/StagingExtension.php';
  567.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/ExtensionSet.php';
  568.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Template.php';
  569.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/TemplateWrapper.php';
  570.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Environment.php';
  571.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Loader/LoaderInterface.php';
  572.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Loader/FilesystemLoader.php';
  573.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/CsrfExtension.php';
  574.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/DumpExtension.php';
  575.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/ProfilerExtension.php';
  576.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/ProfilerExtension.php';
  577.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/TranslationExtension.php';
  578.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/AssetExtension.php';
  579.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/CodeExtension.php';
  580.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/RoutingExtension.php';
  581.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/YamlExtension.php';
  582.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/StopwatchExtension.php';
  583.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/ExpressionExtension.php';
  584.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/HttpKernelExtension.php';
  585.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/HttpFoundationExtension.php';
  586.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/UrlHelper.php';
  587.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/WebLinkExtension.php';
  588.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/SerializerExtension.php';
  589.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/FormExtension.php';
  590.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/LogoutUrlExtension.php';
  591.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/SecurityExtension.php';
  592.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Impersonate/ImpersonateUrlGenerator.php';
  593.             include_once \dirname(__DIR__4).'/vendor/cofondateur/socle-technique/src/Twig/AppExtension.php';
  594.             include_once \dirname(__DIR__4).'/src/Twig/AppExtension.php';
  595.             include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Twig/Extension/UploaderExtension.php';
  596.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Twig/DoctrineExtension.php';
  597.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Twig/WebProfilerExtension.php';
  598.             include_once \dirname(__DIR__4).'/vendor/twig/string-extra/StringExtension.php';
  599.             include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/Twig/EntryFilesTwigExtension.php';
  600.             include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/Twig/StimulusTwigExtension.php';
  601.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/src/Twig/Extension/PaginationExtension.php';
  602.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/src/Helper/Processor.php';
  603.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/ckeditor-bundle/src/Renderer/CKEditorRendererInterface.php';
  604.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/ckeditor-bundle/src/Twig/CKEditorExtension.php';
  605.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/ckeditor-bundle/src/Renderer/CKEditorRenderer.php';
  606.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/ckeditor-bundle/src/Builder/JsonBuilder.php';
  607.             include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Twig/EasyAdminTwigExtension.php';
  608.             include_once \dirname(__DIR__4).'/vendor/pagerfanta/pagerfanta/lib/Twig/Extension/PagerfantaExtension.php';
  609.             include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Templating/FilterTrait.php';
  610.             include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Templating/FilterExtension.php';
  611.             include_once \dirname(__DIR__4).'/vendor/cofondateur/socle-technique/src/Twig/LiipFilterExtension.php';
  612.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/AppVariable.php';
  613.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/RuntimeLoader/RuntimeLoaderInterface.php';
  614.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/RuntimeLoader/ContainerRuntimeLoader.php';
  615.             include_once \dirname(__DIR__4).'/vendor/twig/extra-bundle/MissingExtensionSuggestor.php';
  616.             include_once \dirname(__DIR__4).'/vendor/babdev/pagerfanta-bundle/src/Twig/UndefinedCallableHandler.php';
  617.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bundle/DependencyInjection/Configurator/EnvironmentConfigurator.php';
  618.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AuthorizationChecker.php';
  619.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Token/Storage/UsageTrackingTokenStorage.php';
  620.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Factory/MetadataFactoryInterface.php';
  621.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Validator/ValidatorInterface.php';
  622.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Validator/TraceableValidator.php';
  623.         };
  624.     }
  625.     public function compile(): void
  626.     {
  627.         throw new LogicException('You cannot compile a dumped container that was already compiled.');
  628.     }
  629.     public function isCompiled(): bool
  630.     {
  631.         return true;
  632.     }
  633.     public function getRemovedIds(): array
  634.     {
  635.         return require $this->containerDir.\DIRECTORY_SEPARATOR.'removed-ids.php';
  636.     }
  637.     protected function load($file$lazyLoad true)
  638.     {
  639.         if (class_exists($class __NAMESPACE__.'\\'.$filefalse)) {
  640.             return $class::do($this$lazyLoad);
  641.         }
  642.         if ('.' === $file[-4]) {
  643.             $class substr($class0, -4);
  644.         } else {
  645.             $file .= '.php';
  646.         }
  647.         $service = require $this->containerDir.\DIRECTORY_SEPARATOR.$file;
  648.         return class_exists($classfalse) ? $class::do($this$lazyLoad) : $service;
  649.     }
  650.     /**
  651.      * Gets the public '.container.private.filesystem' shared service.
  652.      *
  653.      * @return \Symfony\Component\Filesystem\Filesystem
  654.      */
  655.     protected function get_Container_Private_FilesystemService()
  656.     {
  657.         return $this->services['.container.private.filesystem'] = new \Symfony\Component\Filesystem\Filesystem();
  658.     }
  659.     /**
  660.      * Gets the public '.container.private.profiler' shared service.
  661.      *
  662.      * @return \Symfony\Component\HttpKernel\Profiler\Profiler
  663.      */
  664.     protected function get_Container_Private_ProfilerService()
  665.     {
  666.         $a = new \Symfony\Bridge\Monolog\Logger('profiler');
  667.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  668.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  669.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  670.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  671.         $this->services['.container.private.profiler'] = $instance = new \Symfony\Component\HttpKernel\Profiler\Profiler(new \Symfony\Component\HttpKernel\Profiler\FileProfilerStorage(('file:'.$this->targetDir.''.'/profiler')), $atrue);
  672.         $b = ($this->services['kernel'] ?? $this->get('kernel'));
  673.         $c = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  674.         $d = new \Symfony\Component\Cache\DataCollector\CacheDataCollector();
  675.         $d->addInstance('cache.app', ($this->services['cache.app'] ?? $this->getCache_AppService()));
  676.         $d->addInstance('cache.system', ($this->services['cache.system'] ?? $this->getCache_SystemService()));
  677.         $d->addInstance('cache.validator', ($this->privates['cache.validator'] ?? $this->getCache_ValidatorService()));
  678.         $d->addInstance('cache.serializer', ($this->privates['cache.serializer'] ?? $this->getCache_SerializerService()));
  679.         $d->addInstance('cache.annotations', ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService()));
  680.         $d->addInstance('cache.property_info', ($this->privates['cache.property_info'] ?? $this->getCache_PropertyInfoService()));
  681.         $d->addInstance('cache.messenger.restart_workers_signal', ($this->privates['cache.messenger.restart_workers_signal'] ?? $this->getCache_Messenger_RestartWorkersSignalService()));
  682.         $d->addInstance('cache.validator_expression_language', ($this->services['cache.validator_expression_language'] ?? $this->getCache_ValidatorExpressionLanguageService()));
  683.         $d->addInstance('cache.doctrine.orm.default.result', ($this->privates['cache.doctrine.orm.default.result'] ?? $this->getCache_Doctrine_Orm_Default_ResultService()));
  684.         $d->addInstance('cache.doctrine.orm.default.query', ($this->privates['cache.doctrine.orm.default.query'] ?? $this->getCache_Doctrine_Orm_Default_QueryService()));
  685.         $d->addInstance('cache.security_expression_language', ($this->privates['cache.security_expression_language'] ?? $this->getCache_SecurityExpressionLanguageService()));
  686.         $d->addInstance('cache.security_token_verifier', ($this->privates['cache.security_token_verifier'] ?? $this->getCache_SecurityTokenVerifierService()));
  687.         $d->addInstance('cache.webpack_encore', ($this->privates['cache.webpack_encore'] ?? $this->getCache_WebpackEncoreService()));
  688.         $e = new \Symfony\Component\HttpClient\DataCollector\HttpClientDataCollector();
  689.         $e->registerClient('http_client', ($this->privates['.debug.http_client'] ?? $this->get_Debug_HttpClientService()));
  690.         $f = new \Doctrine\Bundle\DoctrineBundle\DataCollector\DoctrineDataCollector(($this->services['doctrine'] ?? $this->getDoctrineService()), trueNULL);
  691.         $f->addLogger('default', ($this->privates['doctrine.dbal.logger.profiling.default'] ?? ($this->privates['doctrine.dbal.logger.profiling.default'] = new \Doctrine\DBAL\Logging\DebugStack())));
  692.         $g = new \Symfony\Component\Messenger\DataCollector\MessengerDataCollector();
  693.         $g->registerBus('messenger.bus.default', ($this->services['messenger.default_bus'] ?? $this->getMessenger_DefaultBusService()));
  694.         $h = new \Symfony\Component\HttpKernel\DataCollector\ConfigDataCollector();
  695.         if ($this->has('kernel')) {
  696.             $h->setKernel($b);
  697.         }
  698.         $instance->add(($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService()));
  699.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\TimeDataCollector($b, ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)))));
  700.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\MemoryDataCollector());
  701.         $instance->add(new \Symfony\Component\Validator\DataCollector\ValidatorDataCollector(($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService())));
  702.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\AjaxDataCollector());
  703.         $instance->add(($this->privates['data_collector.form'] ?? $this->getDataCollector_FormService()));
  704.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\ExceptionDataCollector());
  705.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\LoggerDataCollector($a, ($this->targetDir.''.'/App_KernelDevDebugContainer'), $c));
  706.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\EventDataCollector(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), $c));
  707.         $instance->add(($this->privates['data_collector.router'] ?? ($this->privates['data_collector.router'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector())));
  708.         $instance->add($d);
  709.         $instance->add(new \Symfony\Component\Translation\DataCollector\TranslationDataCollector(($this->services['translator'] ?? $this->getTranslatorService())));
  710.         $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()), true));
  711.         $instance->add(new \Symfony\Bridge\Twig\DataCollector\TwigDataCollector(($this->privates['twig.profile'] ?? ($this->privates['twig.profile'] = new \Twig\Profiler\Profile())), ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService())));
  712.         $instance->add($e);
  713.         $instance->add($f);
  714.         $instance->add(($this->services['data_collector.dump'] ?? $this->getDataCollector_DumpService()));
  715.         $instance->add($g);
  716.         $instance->add(new \Vich\UploaderBundle\DataCollector\MappingCollector(($this->privates['vich_uploader.metadata_reader'] ?? $this->getVichUploader_MetadataReaderService())));
  717.         $instance->add(new \Symfony\Component\Mailer\DataCollector\MessageDataCollector(($this->privates['mailer.message_logger_listener'] ?? ($this->privates['mailer.message_logger_listener'] = new \Symfony\Component\Mailer\EventListener\MessageLoggerListener()))));
  718.         $instance->add(new \Symfony\Component\Notifier\DataCollector\NotificationDataCollector(($this->privates['notifier.logger_notification_listener'] ?? ($this->privates['notifier.logger_notification_listener'] = new \Symfony\Component\Notifier\EventListener\NotificationLoggerListener()))));
  719.         $instance->add(new \EasyCorp\Bundle\EasyAdminBundle\Inspector\DataCollector(($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Provider\\AdminContextProvider'] ?? $this->getAdminContextProviderService())));
  720.         $instance->add($h);
  721.         return $instance;
  722.     }
  723.     /**
  724.      * Gets the public '.container.private.security.authorization_checker' shared service.
  725.      *
  726.      * @return \Symfony\Component\Security\Core\Authorization\AuthorizationChecker
  727.      */
  728.     protected function get_Container_Private_Security_AuthorizationCheckerService()
  729.     {
  730.         $a = ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService());
  731.         if (isset($this->services['.container.private.security.authorization_checker'])) {
  732.             return $this->services['.container.private.security.authorization_checker'];
  733.         }
  734.         return $this->services['.container.private.security.authorization_checker'] = new \Symfony\Component\Security\Core\Authorization\AuthorizationChecker(($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), $afalsefalsefalse);
  735.     }
  736.     /**
  737.      * Gets the public '.container.private.security.csrf.token_manager' shared service.
  738.      *
  739.      * @return \Symfony\Component\Security\Csrf\CsrfTokenManager
  740.      */
  741.     protected function get_Container_Private_Security_Csrf_TokenManagerService()
  742.     {
  743.         return $this->services['.container.private.security.csrf.token_manager'] = new \Symfony\Component\Security\Csrf\CsrfTokenManager(new \Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator(), ($this->privates['security.csrf.token_storage'] ?? $this->getSecurity_Csrf_TokenStorageService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  744.     }
  745.     /**
  746.      * Gets the public '.container.private.security.token_storage' shared service.
  747.      *
  748.      * @return \Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage
  749.      */
  750.     protected function get_Container_Private_Security_TokenStorageService()
  751.     {
  752.         return $this->services['.container.private.security.token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage(($this->privates['security.untracked_token_storage'] ?? ($this->privates['security.untracked_token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())), new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  753.             'request_stack' => ['services''request_stack''getRequestStackService'false],
  754.         ], [
  755.             'request_stack' => '?',
  756.         ]));
  757.     }
  758.     /**
  759.      * Gets the public '.container.private.twig' shared service.
  760.      *
  761.      * @return \Twig\Environment
  762.      */
  763.     protected function get_Container_Private_TwigService()
  764.     {
  765.         $a = new \Twig\Loader\FilesystemLoader([], \dirname(__DIR__4));
  766.         $a->addPath((\dirname(__DIR__4).'/vendor/pagerfanta/pagerfanta/lib/Twig/templates/'), 'Pagerfanta');
  767.         $a->addPath((\dirname(__DIR__4).'/vendor/lexik/translation-bundle/Resources/views'), 'LexikTranslationBundle');
  768.         $a->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Resources/views'), 'Doctrine');
  769.         $a->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Resources/views'), '!Doctrine');
  770.         $a->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Resources/views'), 'DoctrineMigrations');
  771.         $a->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Resources/views'), '!DoctrineMigrations');
  772.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/debug-bundle/Resources/views'), 'Debug');
  773.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/debug-bundle/Resources/views'), '!Debug');
  774.         $a->addPath((\dirname(__DIR__4).'/templates/bundles/TwigBundle'), 'Twig');
  775.         $a->addPath((\dirname(__DIR__4).'/templates/bundles/TwigBundle'), '!Twig');
  776.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Resources/views'), 'WebProfiler');
  777.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Resources/views'), '!WebProfiler');
  778.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/security-bundle/Resources/views'), 'Security');
  779.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/security-bundle/Resources/views'), '!Security');
  780.         $a->addPath((\dirname(__DIR__4).'/vendor/vich/uploader-bundle/templates'), 'VichUploader');
  781.         $a->addPath((\dirname(__DIR__4).'/vendor/vich/uploader-bundle/templates'), '!VichUploader');
  782.         $a->addPath((\dirname(__DIR__4).'/vendor/liip/imagine-bundle/Resources/views'), 'LiipImagine');
  783.         $a->addPath((\dirname(__DIR__4).'/vendor/liip/imagine-bundle/Resources/views'), '!LiipImagine');
  784.         $a->addPath((\dirname(__DIR__4).'/vendor/lexik/translation-bundle/Resources/views'), 'LexikTranslation');
  785.         $a->addPath((\dirname(__DIR__4).'/vendor/lexik/translation-bundle/Resources/views'), '!LexikTranslation');
  786.         $a->addPath((\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/templates'), 'KnpPaginator');
  787.         $a->addPath((\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/templates'), '!KnpPaginator');
  788.         $a->addPath((\dirname(__DIR__4).'/vendor/friendsofsymfony/ckeditor-bundle/src/Resources/views'), 'FOSCKEditor');
  789.         $a->addPath((\dirname(__DIR__4).'/vendor/friendsofsymfony/ckeditor-bundle/src/Resources/views'), '!FOSCKEditor');
  790.         $a->addPath((\dirname(__DIR__4).'/templates/bundles/EasyAdminBundle'), 'EasyAdmin');
  791.         $a->addPath((\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/views'), 'EasyAdmin');
  792.         $a->addPath((\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/views'), '!EasyAdmin');
  793.         $a->addPath((\dirname(__DIR__4).'/vendor/babdev/pagerfanta-bundle/templates'), 'BabDevPagerfanta');
  794.         $a->addPath((\dirname(__DIR__4).'/vendor/babdev/pagerfanta-bundle/templates'), '!BabDevPagerfanta');
  795.         $a->addPath((\dirname(__DIR__4).'/vendor/a2lix/translation-form-bundle/src/Resources/views'), 'A2lixTranslationForm');
  796.         $a->addPath((\dirname(__DIR__4).'/vendor/a2lix/translation-form-bundle/src/Resources/views'), '!A2lixTranslationForm');
  797.         $a->addPath((\dirname(__DIR__4).'/vendor/cofondateur/socle-technique/src/templates'), 'SocleTechnique');
  798.         $a->addPath((\dirname(__DIR__4).'/vendor/cofondateur/socle-technique/src/templates'), '!SocleTechnique');
  799.         $a->addPath((\dirname(__DIR__4).'/templates'));
  800.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Email'), 'email');
  801.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Email'), '!email');
  802.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Form'));
  803.         $this->services['.container.private.twig'] = $instance = new \Twig\Environment($a, ['autoescape' => 'name''cache' => ($this->targetDir.''.'/twig'), 'charset' => 'UTF-8''debug' => true'strict_variables' => true]);
  804.         $b = ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)));
  805.         $c = ($this->services['translator'] ?? $this->getTranslatorService());
  806.         $d = ($this->privates['assets.packages'] ?? $this->getAssets_PackagesService());
  807.         $e = ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService());
  808.         $f = ($this->services['router'] ?? $this->getRouterService());
  809.         $g = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  810.         $h = ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService());
  811.         $i = ($this->services['doctrine'] ?? $this->getDoctrineService());
  812.         $j = new \Symfony\Component\VarDumper\Dumper\HtmlDumper(NULL'UTF-8'1);
  813.         $j->setDisplayOptions(['maxStringLength' => 4096'fileLinkFormat' => $e]);
  814.         $k = new \Symfony\Bridge\Twig\AppVariable();
  815.         $k->setEnvironment('dev');
  816.         $k->setDebug(true);
  817.         if ($this->has('.container.private.security.token_storage')) {
  818.             $k->setTokenStorage($h);
  819.         }
  820.         if ($this->has('request_stack')) {
  821.             $k->setRequestStack($g);
  822.         }
  823.         $l = new \Twig\Extra\TwigExtraBundle\MissingExtensionSuggestor();
  824.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\CsrfExtension());
  825.         $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())));
  826.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\ProfilerExtension(($this->privates['twig.profile'] ?? ($this->privates['twig.profile'] = new \Twig\Profiler\Profile())), $b));
  827.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\TranslationExtension($c));
  828.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\AssetExtension($d));
  829.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\CodeExtension($e, \dirname(__DIR__4), 'UTF-8'));
  830.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\RoutingExtension($f));
  831.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\YamlExtension());
  832.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\StopwatchExtension($btrue));
  833.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\ExpressionExtension());
  834.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\HttpKernelExtension());
  835.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\HttpFoundationExtension(new \Symfony\Component\HttpFoundation\UrlHelper($g$f)));
  836.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\WebLinkExtension($g));
  837.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\SerializerExtension());
  838.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\FormExtension($c));
  839.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\LogoutUrlExtension(($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService())));
  840.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\SecurityExtension(($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService()), new \Symfony\Component\Security\Http\Impersonate\ImpersonateUrlGenerator($g, ($this->privates['security.firewall.map'] ?? $this->getSecurity_Firewall_MapService()), $h)));
  841.         $instance->addExtension(new \App\Twig\AppExtension($i));
  842.         $instance->addExtension(new \Vich\UploaderBundle\Twig\Extension\UploaderExtension());
  843.         $instance->addExtension(new \Doctrine\Bundle\DoctrineBundle\Twig\DoctrineExtension());
  844.         $instance->addExtension(new \Symfony\Bundle\WebProfilerBundle\Twig\WebProfilerExtension($j));
  845.         $instance->addExtension(new \Twig\Extra\String\StringExtension());
  846.         $instance->addExtension(new \Symfony\WebpackEncoreBundle\Twig\EntryFilesTwigExtension(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  847.             'webpack_encore.entrypoint_lookup_collection' => ['privates''webpack_encore.entrypoint_lookup_collection''getWebpackEncore_EntrypointLookupCollectionService'false],
  848.             'webpack_encore.tag_renderer' => ['privates''webpack_encore.tag_renderer''getWebpackEncore_TagRendererService'true],
  849.         ], [
  850.             'webpack_encore.entrypoint_lookup_collection' => '?',
  851.             'webpack_encore.tag_renderer' => '?',
  852.         ])));
  853.         $instance->addExtension(new \Symfony\WebpackEncoreBundle\Twig\StimulusTwigExtension());
  854.         $instance->addExtension(new \Knp\Bundle\PaginatorBundle\Twig\Extension\PaginationExtension(new \Knp\Bundle\PaginatorBundle\Helper\Processor($f$c)));
  855.         $instance->addExtension(new \FOS\CKEditorBundle\Twig\CKEditorExtension(new \FOS\CKEditorBundle\Renderer\CKEditorRenderer(new \FOS\CKEditorBundle\Builder\JsonBuilder(($this->privates['property_accessor'] ?? $this->getPropertyAccessorService())), $f$d$g$instance, (($this->hasParameter("locale")) ? ($this->getParameter("locale")) : (null)))));
  856.         $instance->addExtension(new \EasyCorp\Bundle\EasyAdminBundle\Twig\EasyAdminTwigExtension(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  857.             'EasyCorp\\Bundle\\EasyAdminBundle\\Router\\AdminUrlGenerator' => [false'EasyCorp\\Bundle\\EasyAdminBundle\\Router\\AdminUrlGenerator''getAdminUrlGeneratorService'false],
  858.         ], [
  859.             'EasyCorp\\Bundle\\EasyAdminBundle\\Router\\AdminUrlGenerator' => '?',
  860.         ])));
  861.         $instance->addExtension(new \Pagerfanta\Twig\Extension\PagerfantaExtension());
  862.         $instance->addExtension(new \Cofondateur\SocleTechniqueBundle\Twig\AppExtension($i));
  863.         $instance->addExtension(new \Cofondateur\SocleTechniqueBundle\Twig\LiipFilterExtension(($this->services['liip_imagine.cache.manager'] ?? $this->getLiipImagine_Cache_ManagerService()), ($this->services['liip_imagine.data.manager'] ?? $this->getLiipImagine_Data_ManagerService())));
  864.         $instance->addGlobal('app'$k);
  865.         $instance->addRuntimeLoader(new \Twig\RuntimeLoader\ContainerRuntimeLoader(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  866.             'Vich\\UploaderBundle\\Twig\\Extension\\UploaderExtensionRuntime' => ['privates''Vich\\UploaderBundle\\Twig\\Extension\\UploaderExtensionRuntime''getUploaderExtensionRuntimeService'true],
  867.             'Symfony\\Bridge\\Twig\\Extension\\CsrfRuntime' => ['privates''twig.runtime.security_csrf''getTwig_Runtime_SecurityCsrfService'true],
  868.             'Symfony\\Bridge\\Twig\\Extension\\HttpKernelRuntime' => ['privates''twig.runtime.httpkernel''getTwig_Runtime_HttpkernelService'true],
  869.             'Symfony\\Bridge\\Twig\\Extension\\SerializerRuntime' => ['privates''twig.runtime.serializer''getTwig_Runtime_SerializerService'true],
  870.             'Symfony\\Component\\Form\\FormRenderer' => ['privates''twig.form.renderer''getTwig_Form_RendererService'true],
  871.             'Pagerfanta\\Twig\\Extension\\PagerfantaRuntime' => ['privates''pagerfanta.twig_runtime''getPagerfanta_TwigRuntimeService'true],
  872.             'Cofondateur\\SocleTechniqueBundle\\Service\\BreadcrumbService' => ['services''Cofondateur\\SocleTechniqueBundle\\Service\\BreadcrumbService''getBreadcrumbServiceService'false],
  873.         ], [
  874.             'Vich\\UploaderBundle\\Twig\\Extension\\UploaderExtensionRuntime' => '?',
  875.             'Symfony\\Bridge\\Twig\\Extension\\CsrfRuntime' => '?',
  876.             'Symfony\\Bridge\\Twig\\Extension\\HttpKernelRuntime' => '?',
  877.             'Symfony\\Bridge\\Twig\\Extension\\SerializerRuntime' => '?',
  878.             'Symfony\\Component\\Form\\FormRenderer' => '?',
  879.             'Pagerfanta\\Twig\\Extension\\PagerfantaRuntime' => '?',
  880.             'Cofondateur\\SocleTechniqueBundle\\Service\\BreadcrumbService' => '?',
  881.         ])));
  882.         $instance->registerUndefinedFilterCallback([=> $l=> 'suggestFilter']);
  883.         $instance->registerUndefinedFunctionCallback([=> $l=> 'suggestFunction']);
  884.         $instance->registerUndefinedTokenParserCallback([=> $l=> 'suggestTag']);
  885.         $instance->registerUndefinedFunctionCallback([=> new \BabDev\PagerfantaBundle\Twig\UndefinedCallableHandler(), => 'onUndefinedFunction']);
  886.         (new \Symfony\Bundle\TwigBundle\DependencyInjection\Configurator\EnvironmentConfigurator('F j, Y H:i''%d days'NULL0'.'','))->configure($instance);
  887.         return $instance;
  888.     }
  889.     /**
  890.      * Gets the public '.container.private.validator' shared service.
  891.      *
  892.      * @return \Symfony\Component\Validator\Validator\TraceableValidator
  893.      */
  894.     protected function get_Container_Private_ValidatorService()
  895.     {
  896.         $a = ($this->privates['validator.builder'] ?? $this->getValidator_BuilderService());
  897.         if (isset($this->services['.container.private.validator'])) {
  898.             return $this->services['.container.private.validator'];
  899.         }
  900.         return $this->services['.container.private.validator'] = new \Symfony\Component\Validator\Validator\TraceableValidator($a->getValidator());
  901.     }
  902.     /**
  903.      * Gets the public 'Cofondateur\SocleTechniqueBundle\Service\BreadcrumbService' shared autowired service.
  904.      *
  905.      * @return \Cofondateur\SocleTechniqueBundle\Service\BreadcrumbService
  906.      */
  907.     protected function getBreadcrumbServiceService()
  908.     {
  909.         $a = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  910.         if (isset($this->services['Cofondateur\\SocleTechniqueBundle\\Service\\BreadcrumbService'])) {
  911.             return $this->services['Cofondateur\\SocleTechniqueBundle\\Service\\BreadcrumbService'];
  912.         }
  913.         return $this->services['Cofondateur\\SocleTechniqueBundle\\Service\\BreadcrumbService'] = new \Cofondateur\SocleTechniqueBundle\Service\BreadcrumbService(($this->services['router'] ?? $this->getRouterService()), $a'/');
  914.     }
  915.     /**
  916.      * Gets the public 'cache.app' shared service.
  917.      *
  918.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  919.      */
  920.     protected function getCache_AppService()
  921.     {
  922.         $a = new \Symfony\Component\Cache\Adapter\FilesystemAdapter('cpBBapYJSc'0, ($this->targetDir.''.'/pools/app'), ($this->privates['cache.default_marshaller'] ?? ($this->privates['cache.default_marshaller'] = new \Symfony\Component\Cache\Marshaller\DefaultMarshaller(NULLtrue))));
  923.         $a->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  924.         return $this->services['cache.app'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter($a);
  925.     }
  926.     /**
  927.      * Gets the public 'cache.system' shared service.
  928.      *
  929.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  930.      */
  931.     protected function getCache_SystemService()
  932.     {
  933.         return $this->services['cache.system'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('bwy0OlFrSE'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  934.     }
  935.     /**
  936.      * Gets the public 'cache.validator_expression_language' shared service.
  937.      *
  938.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  939.      */
  940.     protected function getCache_ValidatorExpressionLanguageService()
  941.     {
  942.         return $this->services['cache.validator_expression_language'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('YACdLoLpkg'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  943.     }
  944.     /**
  945.      * Gets the public 'data_collector.dump' shared service.
  946.      *
  947.      * @return \Symfony\Component\HttpKernel\DataCollector\DumpDataCollector
  948.      */
  949.     protected function getDataCollector_DumpService()
  950.     {
  951.         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()));
  952.     }
  953.     /**
  954.      * Gets the public 'doctrine' shared service.
  955.      *
  956.      * @return \Doctrine\Bundle\DoctrineBundle\Registry
  957.      */
  958.     protected function getDoctrineService()
  959.     {
  960.         return $this->services['doctrine'] = new \Doctrine\Bundle\DoctrineBundle\Registry($this$this->parameters['doctrine.connections'], $this->parameters['doctrine.entity_managers'], 'default''default');
  961.     }
  962.     /**
  963.      * Gets the public 'doctrine.dbal.default_connection' shared service.
  964.      *
  965.      * @return \Doctrine\DBAL\Connection
  966.      */
  967.     protected function getDoctrine_Dbal_DefaultConnectionService()
  968.     {
  969.         $a = new \Doctrine\DBAL\Configuration();
  970.         $b = new \Symfony\Bridge\Monolog\Logger('doctrine');
  971.         $b->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  972.         $b->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  973.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($b);
  974.         $a->setSQLLogger(new \Doctrine\DBAL\Logging\LoggerChain([=> new \Symfony\Bridge\Doctrine\Logger\DbalLogger($b, ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)))), => ($this->privates['doctrine.dbal.logger.profiling.default'] ?? ($this->privates['doctrine.dbal.logger.profiling.default'] = new \Doctrine\DBAL\Logging\DebugStack()))]));
  975.         return $this->services['doctrine.dbal.default_connection'] = (new \Doctrine\Bundle\DoctrineBundle\ConnectionFactory($this->parameters['doctrine.dbal.connection_factory.types']))->createConnection(['url' => $this->getEnv('resolve:DATABASE_URL'), 'driver' => 'pdo_mysql''host' => 'localhost''port' => NULL'user' => 'root''password' => NULL'driverOptions' => [], 'defaultTableOptions' => []], $a, new \Symfony\Bridge\Doctrine\ContainerAwareEventManager(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  976.             'Knp\\DoctrineBehaviors\\EventSubscriber\\BlameableEventSubscriber' => ['services''Knp\\DoctrineBehaviors\\EventSubscriber\\BlameableEventSubscriber''getBlameableEventSubscriberService'true],
  977.             'Knp\\DoctrineBehaviors\\EventSubscriber\\LoggableEventSubscriber' => ['services''Knp\\DoctrineBehaviors\\EventSubscriber\\LoggableEventSubscriber''getLoggableEventSubscriberService'true],
  978.             'Knp\\DoctrineBehaviors\\EventSubscriber\\SluggableEventSubscriber' => ['services''Knp\\DoctrineBehaviors\\EventSubscriber\\SluggableEventSubscriber''getSluggableEventSubscriberService'true],
  979.             'Knp\\DoctrineBehaviors\\EventSubscriber\\SoftDeletableEventSubscriber' => ['services''Knp\\DoctrineBehaviors\\EventSubscriber\\SoftDeletableEventSubscriber''getSoftDeletableEventSubscriberService'true],
  980.             'Knp\\DoctrineBehaviors\\EventSubscriber\\TimestampableEventSubscriber' => ['services''Knp\\DoctrineBehaviors\\EventSubscriber\\TimestampableEventSubscriber''getTimestampableEventSubscriberService'true],
  981.             'Knp\\DoctrineBehaviors\\EventSubscriber\\TranslatableEventSubscriber' => ['services''Knp\\DoctrineBehaviors\\EventSubscriber\\TranslatableEventSubscriber''getTranslatableEventSubscriberService'true],
  982.             'Knp\\DoctrineBehaviors\\EventSubscriber\\TreeEventSubscriber' => ['services''Knp\\DoctrineBehaviors\\EventSubscriber\\TreeEventSubscriber''getTreeEventSubscriberService'true],
  983.             'Knp\\DoctrineBehaviors\\EventSubscriber\\UuidableEventSubscriber' => ['services''Knp\\DoctrineBehaviors\\EventSubscriber\\UuidableEventSubscriber''getUuidableEventSubscriberService'true],
  984.             'doctrine.orm.default_listeners.attach_entity_listeners' => ['privates''doctrine.orm.default_listeners.attach_entity_listeners''getDoctrine_Orm_DefaultListeners_AttachEntityListenersService'true],
  985.             'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber' => ['privates''doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber''getDoctrine_Orm_Listeners_DoctrineDbalCacheAdapterSchemaSubscriberService'true],
  986.             'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber' => ['privates''doctrine.orm.listeners.doctrine_token_provider_schema_subscriber''getDoctrine_Orm_Listeners_DoctrineTokenProviderSchemaSubscriberService'true],
  987.             'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber' => ['privates''doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber''getDoctrine_Orm_Listeners_PdoCacheAdapterDoctrineSchemaSubscriberService'true],
  988.             'doctrine.orm.messenger.doctrine_schema_subscriber' => ['privates''doctrine.orm.messenger.doctrine_schema_subscriber''getDoctrine_Orm_Messenger_DoctrineSchemaSubscriberService'true],
  989.             'lexik_translation.orm.listener' => ['privates''lexik_translation.orm.listener''getLexikTranslation_Orm_ListenerService'true],
  990.             'vich_uploader.listener.clean.default' => ['privates''vich_uploader.listener.clean.default''getVichUploader_Listener_Clean_DefaultService'true],
  991.             'vich_uploader.listener.remove.default' => ['privates''vich_uploader.listener.remove.default''getVichUploader_Listener_Remove_DefaultService'true],
  992.             'vich_uploader.listener.upload.default' => ['privates''vich_uploader.listener.upload.default''getVichUploader_Listener_Upload_DefaultService'true],
  993.         ], [
  994.             'Knp\\DoctrineBehaviors\\EventSubscriber\\BlameableEventSubscriber' => '?',
  995.             'Knp\\DoctrineBehaviors\\EventSubscriber\\LoggableEventSubscriber' => '?',
  996.             'Knp\\DoctrineBehaviors\\EventSubscriber\\SluggableEventSubscriber' => '?',
  997.             'Knp\\DoctrineBehaviors\\EventSubscriber\\SoftDeletableEventSubscriber' => '?',
  998.             'Knp\\DoctrineBehaviors\\EventSubscriber\\TimestampableEventSubscriber' => '?',
  999.             'Knp\\DoctrineBehaviors\\EventSubscriber\\TranslatableEventSubscriber' => '?',
  1000.             'Knp\\DoctrineBehaviors\\EventSubscriber\\TreeEventSubscriber' => '?',
  1001.             'Knp\\DoctrineBehaviors\\EventSubscriber\\UuidableEventSubscriber' => '?',
  1002.             'doctrine.orm.default_listeners.attach_entity_listeners' => '?',
  1003.             'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber' => '?',
  1004.             'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber' => '?',
  1005.             'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber' => '?',
  1006.             'doctrine.orm.messenger.doctrine_schema_subscriber' => '?',
  1007.             'lexik_translation.orm.listener' => '?',
  1008.             'vich_uploader.listener.clean.default' => '?',
  1009.             'vich_uploader.listener.remove.default' => '?',
  1010.             'vich_uploader.listener.upload.default' => '?',
  1011.         ]), [=> 'vich_uploader.listener.clean.default'=> 'doctrine.orm.messenger.doctrine_schema_subscriber'=> 'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber'=> 'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber'=> 'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber'=> 'vich_uploader.listener.remove.default'=> 'vich_uploader.listener.upload.default'=> 'Knp\\DoctrineBehaviors\\EventSubscriber\\BlameableEventSubscriber'=> 'Knp\\DoctrineBehaviors\\EventSubscriber\\LoggableEventSubscriber'=> 'Knp\\DoctrineBehaviors\\EventSubscriber\\SluggableEventSubscriber'10 => 'Knp\\DoctrineBehaviors\\EventSubscriber\\SoftDeletableEventSubscriber'11 => 'Knp\\DoctrineBehaviors\\EventSubscriber\\TimestampableEventSubscriber'12 => 'Knp\\DoctrineBehaviors\\EventSubscriber\\TranslatableEventSubscriber'13 => 'Knp\\DoctrineBehaviors\\EventSubscriber\\TreeEventSubscriber'14 => 'Knp\\DoctrineBehaviors\\EventSubscriber\\UuidableEventSubscriber'15 => [=> [=> 'loadClassMetadata'], => 'doctrine.orm.default_listeners.attach_entity_listeners'], 16 => [=> [=> 'loadClassMetadata'], => 'lexik_translation.orm.listener']]), []);
  1012.     }
  1013.     /**
  1014.      * Gets the public 'doctrine.orm.default_entity_manager' shared service.
  1015.      *
  1016.      * @return \Doctrine\ORM\EntityManager
  1017.      */
  1018.     protected function getDoctrine_Orm_DefaultEntityManagerService($lazyLoad true)
  1019.     {
  1020.         $a = ($this->services['doctrine.dbal.default_connection'] ?? $this->getDoctrine_Dbal_DefaultConnectionService());
  1021.         if (isset($this->services['doctrine.orm.default_entity_manager'])) {
  1022.             return $this->services['doctrine.orm.default_entity_manager'];
  1023.         }
  1024.         $b = new \Doctrine\ORM\Configuration();
  1025.         $c = new \Doctrine\Persistence\Mapping\Driver\MappingDriverChain();
  1026.         $d = ($this->privates['doctrine.orm.default_annotation_metadata_driver'] ?? $this->getDoctrine_Orm_DefaultAnnotationMetadataDriverService());
  1027.         $e = ($this->privates['doctrine.orm.default_xml_metadata_driver'] ?? $this->getDoctrine_Orm_DefaultXmlMetadataDriverService());
  1028.         $c->addDriver($d'App\\Entity');
  1029.         $c->addDriver($d'Cofondateur\\SocleTechniqueBundle\\Entity');
  1030.         $c->addDriver($e'Vich\\UploaderBundle\\Entity');
  1031.         $c->addDriver($e'Lexik\\Bundle\\TranslationBundle\\Entity');
  1032.         $c->addDriver(new \Doctrine\ORM\Mapping\Driver\SimplifiedXmlDriver([(\dirname(__DIR__4).'/vendor/lexik/translation-bundle/Resources/config/model') => 'Lexik\\Bundle\\TranslationBundle\\Model']), 'Lexik\\Bundle\\TranslationBundle\\Model');
  1033.         $b->setEntityNamespaces(['App' => 'App\\Entity''VichUploaderBundle' => 'Vich\\UploaderBundle\\Entity''LexikTranslationBundle' => 'Lexik\\Bundle\\TranslationBundle\\Entity''SocleTechniqueBundle' => 'Cofondateur\\SocleTechniqueBundle\\Entity']);
  1034.         $b->setMetadataCache(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  1035.         $b->setQueryCache(($this->privates['cache.doctrine.orm.default.query'] ?? $this->getCache_Doctrine_Orm_Default_QueryService()));
  1036.         $b->setResultCache(($this->privates['cache.doctrine.orm.default.result'] ?? $this->getCache_Doctrine_Orm_Default_ResultService()));
  1037.         $b->setMetadataDriverImpl(new \Doctrine\Bundle\DoctrineBundle\Mapping\MappingDriver($c, new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1038.             'doctrine.ulid_generator' => ['privates''doctrine.ulid_generator''getDoctrine_UlidGeneratorService'true],
  1039.             'doctrine.uuid_generator' => ['privates''doctrine.uuid_generator''getDoctrine_UuidGeneratorService'true],
  1040.         ], [
  1041.             'doctrine.ulid_generator' => '?',
  1042.             'doctrine.uuid_generator' => '?',
  1043.         ])));
  1044.         $b->setProxyDir(($this->targetDir.''.'/doctrine/orm/Proxies'));
  1045.         $b->setProxyNamespace('Proxies');
  1046.         $b->setAutoGenerateProxyClasses(true);
  1047.         $b->setSchemaIgnoreClasses([]);
  1048.         $b->setClassMetadataFactoryName('Doctrine\\Bundle\\DoctrineBundle\\Mapping\\ClassMetadataFactory');
  1049.         $b->setDefaultRepositoryClassName('Doctrine\\ORM\\EntityRepository');
  1050.         $b->setNamingStrategy(new \Doctrine\ORM\Mapping\UnderscoreNamingStrategy(0true));
  1051.         $b->setQuoteStrategy(new \Doctrine\ORM\Mapping\DefaultQuoteStrategy());
  1052.         $b->setEntityListenerResolver(new \Doctrine\Bundle\DoctrineBundle\Mapping\ContainerEntityListenerResolver($this));
  1053.         $b->setRepositoryFactory(new \Doctrine\Bundle\DoctrineBundle\Repository\ContainerRepositoryFactory(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1054.             'App\\Repository\\AchievementRepository' => ['privates''App\\Repository\\AchievementRepository''getAchievementRepositoryService'true],
  1055.             'App\\Repository\\CategoryRepository' => ['privates''App\\Repository\\CategoryRepository''getCategoryRepositoryService'true],
  1056.             'App\\Repository\\ContactFileRepository' => ['privates''App\\Repository\\ContactFileRepository''getContactFileRepositoryService'true],
  1057.             'App\\Repository\\ContactRepository' => ['privates''App\\Repository\\ContactRepository''getContactRepositoryService'true],
  1058.             'App\\Repository\\ExpertiseRepository' => ['privates''App\\Repository\\ExpertiseRepository''getExpertiseRepositoryService'true],
  1059.             'App\\Repository\\HomepageDiapoRepository' => ['privates''App\\Repository\\HomepageDiapoRepository''getHomepageDiapoRepositoryService'true],
  1060.             'App\\Repository\\HomepageRepository' => ['privates''App\\Repository\\HomepageRepository''getHomepageRepositoryService'true],
  1061.             'App\\Repository\\LandingPageRepository' => ['privates''App\\Repository\\LandingPageRepository''getLandingPageRepositoryService'true],
  1062.             'App\\Repository\\ParagraphRepository' => ['privates''App\\Repository\\ParagraphRepository''getParagraphRepositoryService'true],
  1063.             'App\\Repository\\PartnerRepository' => ['privates''App\\Repository\\PartnerRepository''getPartnerRepositoryService'true],
  1064.             'App\\Repository\\PhotoRepository' => ['privates''App\\Repository\\PhotoRepository''getPhotoRepositoryService'true],
  1065.             'App\\Repository\\PostRepository' => ['privates''App\\Repository\\PostRepository''getPostRepositoryService'true],
  1066.             'App\\Repository\\PresentationRepository' => ['privates''App\\Repository\\PresentationRepository''getPresentationRepositoryService'true],
  1067.             'App\\Repository\\ProductRepository' => ['privates''App\\Repository\\ProductRepository''getProductRepositoryService'true],
  1068.             'App\\Repository\\UserRepository' => ['privates''App\\Repository\\UserRepository''getUserRepositoryService'true],
  1069.         ], [
  1070.             'App\\Repository\\AchievementRepository' => '?',
  1071.             'App\\Repository\\CategoryRepository' => '?',
  1072.             'App\\Repository\\ContactFileRepository' => '?',
  1073.             'App\\Repository\\ContactRepository' => '?',
  1074.             'App\\Repository\\ExpertiseRepository' => '?',
  1075.             'App\\Repository\\HomepageDiapoRepository' => '?',
  1076.             'App\\Repository\\HomepageRepository' => '?',
  1077.             'App\\Repository\\LandingPageRepository' => '?',
  1078.             'App\\Repository\\ParagraphRepository' => '?',
  1079.             'App\\Repository\\PartnerRepository' => '?',
  1080.             'App\\Repository\\PhotoRepository' => '?',
  1081.             'App\\Repository\\PostRepository' => '?',
  1082.             'App\\Repository\\PresentationRepository' => '?',
  1083.             'App\\Repository\\ProductRepository' => '?',
  1084.             'App\\Repository\\UserRepository' => '?',
  1085.         ])));
  1086.         $this->services['doctrine.orm.default_entity_manager'] = $instance = new \Doctrine\ORM\EntityManager($a$b);
  1087.         (new \Doctrine\Bundle\DoctrineBundle\ManagerConfigurator([], []))->configure($instance);
  1088.         return $instance;
  1089.     }
  1090.     /**
  1091.      * Gets the public 'event_dispatcher' shared service.
  1092.      *
  1093.      * @return \Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher
  1094.      */
  1095.     protected function getEventDispatcherService()
  1096.     {
  1097.         $a = new \Symfony\Bridge\Monolog\Logger('event');
  1098.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1099.         $a->pushHandler(new \Monolog\Handler\NullHandler());
  1100.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  1101.         $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())));
  1102.         $instance->addListener('kernel.controller', [=> function () {
  1103.             return ($this->privates['data_collector.router'] ?? ($this->privates['data_collector.router'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector()));
  1104.         }, => 'onKernelController'], 0);
  1105.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  1106.             return ($this->privates['security.listener.user_provider'] ?? $this->load('getSecurity_Listener_UserProviderService'));
  1107.         }, => 'checkPassport'], 1024);
  1108.         $instance->addListener('kernel.response', [=> function () {
  1109.             return ($this->privates['security.context_listener.0'] ?? $this->getSecurity_ContextListener_0Service());
  1110.         }, => 'onKernelResponse'], 0);
  1111.         $instance->addListener('kernel.exception', [=> function () {
  1112.             return ($this->privates['webpack_encore.exception_listener'] ?? $this->load('getWebpackEncore_ExceptionListenerService'));
  1113.         }, => 'onKernelException'], 0);
  1114.         $instance->addListener('Lexik\\Bundle\\TranslationBundle\\EventDispatcher\\Event\\GetDatabaseResourcesEvent', [=> function () {
  1115.             return ($this->privates['Lexik\\Bundle\\TranslationBundle\\EventDispatcher\\Event\\GetDatabaseResourcesEvent'] ?? $this->load('getGetDatabaseResourcesEventService'));
  1116.         }, => 'onGetDatabaseResources'], 0);
  1117.         $instance->addListener('kernel.request', [=> function () {
  1118.             return ($this->privates['knp_paginator.subscriber.sliding_pagination'] ?? $this->getKnpPaginator_Subscriber_SlidingPaginationService());
  1119.         }, => 'onKernelRequest'], 0);
  1120.         $instance->addListener('kernel.exception', [=> function () {
  1121.             return ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\EventListener\\ExceptionListener'] ?? $this->load('getExceptionListenerService'));
  1122.         }, => 'onKernelException'], -64);
  1123.         $instance->addListener('kernel.view', [=> function () {
  1124.             return ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\EventListener\\CrudResponseListener'] ?? $this->load('getCrudResponseListenerService'));
  1125.         }, => 'onKernelView'], 0);
  1126.         $instance->addListener('kernel.exception', [=> function () {
  1127.             return ($this->privates['pagerfanta.event_listener.convert_not_valid_max_per_page_to_not_found'] ?? ($this->privates['pagerfanta.event_listener.convert_not_valid_max_per_page_to_not_found'] = new \BabDev\PagerfantaBundle\EventListener\ConvertNotValidCurrentPageToNotFoundListener()));
  1128.         }, => 'onKernelException'], 512);
  1129.         $instance->addListener('kernel.exception', [=> function () {
  1130.             return ($this->privates['pagerfanta.event_listener.convert_not_valid_current_page_to_not_found'] ?? ($this->privates['pagerfanta.event_listener.convert_not_valid_current_page_to_not_found'] = new \BabDev\PagerfantaBundle\EventListener\ConvertNotValidMaxPerPageToNotFoundListener()));
  1131.         }, => 'onKernelException'], 512);
  1132.         $instance->addListener('kernel.response', [=> function () {
  1133.             return ($this->privates['response_listener'] ?? ($this->privates['response_listener'] = new \Symfony\Component\HttpKernel\EventListener\ResponseListener('UTF-8'false)));
  1134.         }, => 'onKernelResponse'], 0);
  1135.         $instance->addListener('kernel.response', [=> function () {
  1136.             return ($this->privates['streamed_response_listener'] ?? ($this->privates['streamed_response_listener'] = new \Symfony\Component\HttpKernel\EventListener\StreamedResponseListener()));
  1137.         }, => 'onKernelResponse'], -1024);
  1138.         $instance->addListener('kernel.request', [=> function () {
  1139.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  1140.         }, => 'setDefaultLocale'], 100);
  1141.         $instance->addListener('kernel.request', [=> function () {
  1142.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  1143.         }, => 'onKernelRequest'], 16);
  1144.         $instance->addListener('kernel.finish_request', [=> function () {
  1145.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  1146.         }, => 'onKernelFinishRequest'], 0);
  1147.         $instance->addListener('kernel.request', [=> function () {
  1148.             return ($this->privates['validate_request_listener'] ?? ($this->privates['validate_request_listener'] = new \Symfony\Component\HttpKernel\EventListener\ValidateRequestListener()));
  1149.         }, => 'onKernelRequest'], 256);
  1150.         $instance->addListener('kernel.response', [=> function () {
  1151.             return ($this->privates['disallow_search_engine_index_response_listener'] ?? ($this->privates['disallow_search_engine_index_response_listener'] = new \Symfony\Component\HttpKernel\EventListener\DisallowRobotsIndexingListener()));
  1152.         }, => 'onResponse'], -255);
  1153.         $instance->addListener('kernel.controller_arguments', [=> function () {
  1154.             return ($this->privates['exception_listener'] ?? $this->getExceptionListener2Service());
  1155.         }, => 'onControllerArguments'], 0);
  1156.         $instance->addListener('kernel.exception', [=> function () {
  1157.             return ($this->privates['exception_listener'] ?? $this->getExceptionListener2Service());
  1158.         }, => 'logKernelException'], 0);
  1159.         $instance->addListener('kernel.exception', [=> function () {
  1160.             return ($this->privates['exception_listener'] ?? $this->getExceptionListener2Service());
  1161.         }, => 'onKernelException'], -128);
  1162.         $instance->addListener('kernel.response', [=> function () {
  1163.             return ($this->privates['exception_listener'] ?? $this->getExceptionListener2Service());
  1164.         }, => 'removeCspHeader'], -128);
  1165.         $instance->addListener('kernel.request', [=> function () {
  1166.             return ($this->privates['locale_aware_listener'] ?? $this->getLocaleAwareListenerService());
  1167.         }, => 'onKernelRequest'], 15);
  1168.         $instance->addListener('kernel.finish_request', [=> function () {
  1169.             return ($this->privates['locale_aware_listener'] ?? $this->getLocaleAwareListenerService());
  1170.         }, => 'onKernelFinishRequest'], -15);
  1171.         $instance->addListener('console.error', [=> function () {
  1172.             return ($this->privates['console.error_listener'] ?? $this->load('getConsole_ErrorListenerService'));
  1173.         }, => 'onConsoleError'], -128);
  1174.         $instance->addListener('console.terminate', [=> function () {
  1175.             return ($this->privates['console.error_listener'] ?? $this->load('getConsole_ErrorListenerService'));
  1176.         }, => 'onConsoleTerminate'], -128);
  1177.         $instance->addListener('console.error', [=> function () {
  1178.             return ($this->privates['console.suggest_missing_package_subscriber'] ?? ($this->privates['console.suggest_missing_package_subscriber'] = new \Symfony\Bundle\FrameworkBundle\EventListener\SuggestMissingPackageSubscriber()));
  1179.         }, => 'onConsoleError'], 0);
  1180.         $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [=> function () {
  1181.             return ($this->privates['mailer.envelope_listener'] ?? ($this->privates['mailer.envelope_listener'] = new \Symfony\Component\Mailer\EventListener\EnvelopeListener(NULLNULL)));
  1182.         }, => 'onMessage'], -255);
  1183.         $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [=> function () {
  1184.             return ($this->privates['mailer.message_logger_listener'] ?? ($this->privates['mailer.message_logger_listener'] = new \Symfony\Component\Mailer\EventListener\MessageLoggerListener()));
  1185.         }, => 'onMessage'], -255);
  1186.         $instance->addListener('kernel.request', [=> function () {
  1187.             return ($this->privates['debug.debug_handlers_listener'] ?? $this->getDebug_DebugHandlersListenerService());
  1188.         }, => 'configure'], 2048);
  1189.         $instance->addListener('console.command', [=> function () {
  1190.             return ($this->privates['debug.debug_handlers_listener'] ?? $this->getDebug_DebugHandlersListenerService());
  1191.         }, => 'configure'], 2048);
  1192.         $instance->addListener('kernel.request', [=> function () {
  1193.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  1194.         }, => 'onKernelRequest'], 32);
  1195.         $instance->addListener('kernel.finish_request', [=> function () {
  1196.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  1197.         }, => 'onKernelFinishRequest'], 0);
  1198.         $instance->addListener('kernel.exception', [=> function () {
  1199.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  1200.         }, => 'onKernelException'], -64);
  1201.         $instance->addListener('kernel.response', [=> function () {
  1202.             return ($this->privates['web_link.add_link_header_listener'] ?? ($this->privates['web_link.add_link_header_listener'] = new \Symfony\Component\WebLink\EventListener\AddLinkHeaderListener()));
  1203.         }, => 'onKernelResponse'], 0);
  1204.         $instance->addListener('kernel.request', [=> function () {
  1205.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  1206.         }, => 'onKernelRequest'], 128);
  1207.         $instance->addListener('kernel.response', [=> function () {
  1208.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  1209.         }, => 'onKernelResponse'], -1000);
  1210.         $instance->addListener('kernel.finish_request', [=> function () {
  1211.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  1212.         }, => 'onFinishRequest'], 0);
  1213.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageFailedEvent', [=> function () {
  1214.             return ($this->privates['messenger.retry.send_failed_message_for_retry_listener'] ?? $this->load('getMessenger_Retry_SendFailedMessageForRetryListenerService'));
  1215.         }, => 'onMessageFailed'], 100);
  1216.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageFailedEvent', [=> function () {
  1217.             return ($this->privates['messenger.failure.add_error_details_stamp_listener'] ?? ($this->privates['messenger.failure.add_error_details_stamp_listener'] = new \Symfony\Component\Messenger\EventListener\AddErrorDetailsStampListener()));
  1218.         }, => 'onMessageFailed'], 200);
  1219.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageFailedEvent', [=> function () {
  1220.             return ($this->privates['messenger.failure.send_failed_message_to_failure_transport_listener'] ?? $this->load('getMessenger_Failure_SendFailedMessageToFailureTransportListenerService'));
  1221.         }, => 'onMessageFailed'], -100);
  1222.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerStartedEvent', [=> function () {
  1223.             return ($this->privates['messenger.listener.stop_worker_on_restart_signal_listener'] ?? $this->load('getMessenger_Listener_StopWorkerOnRestartSignalListenerService'));
  1224.         }, => 'onWorkerStarted'], 0);
  1225.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerRunningEvent', [=> function () {
  1226.             return ($this->privates['messenger.listener.stop_worker_on_restart_signal_listener'] ?? $this->load('getMessenger_Listener_StopWorkerOnRestartSignalListenerService'));
  1227.         }, => 'onWorkerRunning'], 0);
  1228.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageFailedEvent', [=> function () {
  1229.             return ($this->privates['messenger.listener.stop_worker_on_stop_exception_listener'] ?? ($this->privates['messenger.listener.stop_worker_on_stop_exception_listener'] = new \Symfony\Component\Messenger\EventListener\StopWorkerOnCustomStopExceptionListener()));
  1230.         }, => 'onMessageFailed'], 0);
  1231.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerRunningEvent', [=> function () {
  1232.             return ($this->privates['messenger.listener.stop_worker_on_stop_exception_listener'] ?? ($this->privates['messenger.listener.stop_worker_on_stop_exception_listener'] = new \Symfony\Component\Messenger\EventListener\StopWorkerOnCustomStopExceptionListener()));
  1233.         }, => 'onWorkerRunning'], 0);
  1234.         $instance->addListener('Symfony\\Component\\Notifier\\Event\\MessageEvent', [=> function () {
  1235.             return ($this->privates['notifier.logger_notification_listener'] ?? ($this->privates['notifier.logger_notification_listener'] = new \Symfony\Component\Notifier\EventListener\NotificationLoggerListener()));
  1236.         }, => 'onNotification'], -255);
  1237.         $instance->addListener('kernel.response', [=> function () {
  1238.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  1239.         }, => 'onKernelResponse'], -100);
  1240.         $instance->addListener('kernel.exception', [=> function () {
  1241.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  1242.         }, => 'onKernelException'], 0);
  1243.         $instance->addListener('kernel.terminate', [=> function () {
  1244.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  1245.         }, => 'onKernelTerminate'], -1024);
  1246.         $instance->addListener('kernel.controller', [=> function () {
  1247.             return ($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService());
  1248.         }, => 'onKernelController'], 0);
  1249.         $instance->addListener('kernel.response', [=> function () {
  1250.             return ($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService());
  1251.         }, => 'onKernelResponse'], 0);
  1252.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageHandledEvent', [=> function () {
  1253.             return ($this->privates['doctrine.orm.messenger.event_subscriber.doctrine_clear_entity_manager'] ?? $this->load('getDoctrine_Orm_Messenger_EventSubscriber_DoctrineClearEntityManagerService'));
  1254.         }, => 'onWorkerMessageHandled'], 0);
  1255.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageFailedEvent', [=> function () {
  1256.             return ($this->privates['doctrine.orm.messenger.event_subscriber.doctrine_clear_entity_manager'] ?? $this->load('getDoctrine_Orm_Messenger_EventSubscriber_DoctrineClearEntityManagerService'));
  1257.         }, => 'onWorkerMessageFailed'], 0);
  1258.         $instance->addListener('console.command', [=> function () {
  1259.             return ($this->privates['debug.dump_listener'] ?? $this->load('getDebug_DumpListenerService'));
  1260.         }, => 'configure'], 1024);
  1261.         $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [=> function () {
  1262.             return ($this->privates['twig.mailer.message_listener'] ?? $this->load('getTwig_Mailer_MessageListenerService'));
  1263.         }, => 'onMessage'], 0);
  1264.         $instance->addListener('kernel.response', [=> function () {
  1265.             return ($this->privates['web_profiler.debug_toolbar'] ?? $this->getWebProfiler_DebugToolbarService());
  1266.         }, => 'onKernelResponse'], -128);
  1267.         $instance->addListener('kernel.response', [=> function () {
  1268.             return ($this->privates['security.rememberme.response_listener'] ?? ($this->privates['security.rememberme.response_listener'] = new \Symfony\Component\Security\Http\RememberMe\ResponseListener()));
  1269.         }, => 'onKernelResponse'], 0);
  1270.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  1271.             return ($this->privates['security.listener.check_authenticator_credentials'] ?? $this->load('getSecurity_Listener_CheckAuthenticatorCredentialsService'));
  1272.         }, => 'checkPassport'], 0);
  1273.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  1274.             return ($this->privates['security.listener.password_migrating'] ?? $this->load('getSecurity_Listener_PasswordMigratingService'));
  1275.         }, => 'onLoginSuccess'], 0);
  1276.         $instance->addListener('debug.security.authorization.vote', [=> function () {
  1277.             return ($this->privates['debug.security.voter.vote_listener'] ?? $this->load('getDebug_Security_Voter_VoteListenerService'));
  1278.         }, => 'onVoterVote'], 0);
  1279.         $instance->addListener('kernel.request', [=> function () {
  1280.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  1281.         }, => 'configureLogoutUrlGenerator'], 8);
  1282.         $instance->addListener('kernel.request', [=> function () {
  1283.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  1284.         }, => 'onKernelRequest'], 8);
  1285.         $instance->addListener('kernel.finish_request', [=> function () {
  1286.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  1287.         }, => 'onKernelFinishRequest'], 0);
  1288.         $instance->addListener('console.command', [=> function () {
  1289.             return ($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService());
  1290.         }, => 'onCommand'], 255);
  1291.         $instance->addListener('console.terminate', [=> function () {
  1292.             return ($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService());
  1293.         }, => 'onTerminate'], -255);
  1294.         $instance->addListener('console.error', [=> function () {
  1295.             return ($this->privates['maker.console_error_listener'] ?? ($this->privates['maker.console_error_listener'] = new \Symfony\Bundle\MakerBundle\Event\ConsoleErrorSubscriber()));
  1296.         }, => 'onConsoleError'], 0);
  1297.         $instance->addListener('console.terminate', [=> function () {
  1298.             return ($this->privates['maker.console_error_listener'] ?? ($this->privates['maker.console_error_listener'] = new \Symfony\Bundle\MakerBundle\Event\ConsoleErrorSubscriber()));
  1299.         }, => 'onConsoleTerminate'], 0);
  1300.         $instance->addListener('kernel.finish_request', [=> function () {
  1301.             return ($this->privates['Symfony\\WebpackEncoreBundle\\EventListener\\ResetAssetsEventListener'] ?? $this->getResetAssetsEventListenerService());
  1302.         }, => 'resetAssets'], 0);
  1303.         $instance->addListener('knp_pager.before', [=> function () {
  1304.             return ($this->privates['knp_paginator.subscriber.paginate'] ?? ($this->privates['knp_paginator.subscriber.paginate'] = new \Knp\Component\Pager\Event\Subscriber\Paginate\PaginationSubscriber()));
  1305.         }, => 'before'], 0);
  1306.         $instance->addListener('knp_pager.pagination', [=> function () {
  1307.             return ($this->privates['knp_paginator.subscriber.paginate'] ?? ($this->privates['knp_paginator.subscriber.paginate'] = new \Knp\Component\Pager\Event\Subscriber\Paginate\PaginationSubscriber()));
  1308.         }, => 'pagination'], 0);
  1309.         $instance->addListener('knp_pager.before', [=> function () {
  1310.             return ($this->privates['knp_paginator.subscriber.sortable'] ?? ($this->privates['knp_paginator.subscriber.sortable'] = new \Knp\Component\Pager\Event\Subscriber\Sortable\SortableSubscriber()));
  1311.         }, => 'before'], 1);
  1312.         $instance->addListener('knp_pager.before', [=> function () {
  1313.             return ($this->privates['knp_paginator.subscriber.filtration'] ?? ($this->privates['knp_paginator.subscriber.filtration'] = new \Knp\Component\Pager\Event\Subscriber\Filtration\FiltrationSubscriber()));
  1314.         }, => 'before'], 1);
  1315.         $instance->addListener('knp_pager.pagination', [=> function () {
  1316.             return ($this->privates['knp_paginator.subscriber.sliding_pagination'] ?? $this->getKnpPaginator_Subscriber_SlidingPaginationService());
  1317.         }, => 'pagination'], 1);
  1318.         $instance->addListener('kernel.request', [=> function () {
  1319.             return ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\EventListener\\AdminRouterSubscriber'] ?? $this->getAdminRouterSubscriberService());
  1320.         }, => 'handleLegacyEaContext'], 10);
  1321.         $instance->addListener('kernel.request', [=> function () {
  1322.             return ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\EventListener\\AdminRouterSubscriber'] ?? $this->getAdminRouterSubscriberService());
  1323.         }, => 'onKernelRequest'], 0);
  1324.         $instance->addListener('kernel.controller', [=> function () {
  1325.             return ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\EventListener\\AdminRouterSubscriber'] ?? $this->getAdminRouterSubscriberService());
  1326.         }, => 'onKernelController'], 128);
  1327.         $instance->addListener('EasyCorp\\Bundle\\EasyAdminBundle\\Event\\BeforeEntityPersistedEvent', [=> function () {
  1328.             return ($this->privates['Cofondateur\\SocleTechniqueBundle\\EventSubscriber\\EasyAdminSubscriber'] ?? $this->load('getEasyAdminSubscriberService'));
  1329.         }, => 'prePersist'], 0);
  1330.         $instance->addListener('EasyCorp\\Bundle\\EasyAdminBundle\\Event\\BeforeEntityUpdatedEvent', [=> function () {
  1331.             return ($this->privates['Cofondateur\\SocleTechniqueBundle\\EventSubscriber\\EasyAdminSubscriber'] ?? $this->load('getEasyAdminSubscriberService'));
  1332.         }, => 'preUpdate'], 0);
  1333.         $instance->addListener('kernel.request', [=> function () {
  1334.             return ($this->privates['Cofondateur\\SocleTechniqueBundle\\EventSubscriber\\TwigEventSubscriber'] ?? $this->getTwigEventSubscriberService());
  1335.         }, => 'onRequest'], 0);
  1336.         $instance->addListener('kernel.controller', [=> function () {
  1337.             return ($this->privates['sensio_framework_extra.controller.listener'] ?? $this->getSensioFrameworkExtra_Controller_ListenerService());
  1338.         }, => 'onKernelController'], 0);
  1339.         $instance->addListener('kernel.controller', [=> function () {
  1340.             return ($this->privates['sensio_framework_extra.converter.listener'] ?? $this->getSensioFrameworkExtra_Converter_ListenerService());
  1341.         }, => 'onKernelController'], 0);
  1342.         $instance->addListener('kernel.controller', [=> function () {
  1343.             return ($this->privates['sensio_framework_extra.view.listener'] ?? $this->getSensioFrameworkExtra_View_ListenerService());
  1344.         }, => 'onKernelController'], -128);
  1345.         $instance->addListener('kernel.view', [=> function () {
  1346.             return ($this->privates['sensio_framework_extra.view.listener'] ?? $this->getSensioFrameworkExtra_View_ListenerService());
  1347.         }, => 'onKernelView'], 0);
  1348.         $instance->addListener('kernel.controller', [=> function () {
  1349.             return ($this->privates['sensio_framework_extra.cache.listener'] ?? ($this->privates['sensio_framework_extra.cache.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener()));
  1350.         }, => 'onKernelController'], 0);
  1351.         $instance->addListener('kernel.response', [=> function () {
  1352.             return ($this->privates['sensio_framework_extra.cache.listener'] ?? ($this->privates['sensio_framework_extra.cache.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener()));
  1353.         }, => 'onKernelResponse'], 0);
  1354.         $instance->addListener('kernel.controller_arguments', [=> function () {
  1355.             return ($this->privates['sensio_framework_extra.security.listener'] ?? $this->getSensioFrameworkExtra_Security_ListenerService());
  1356.         }, => 'onKernelControllerArguments'], 0);
  1357.         $instance->addListener('kernel.controller_arguments', [=> function () {
  1358.             return ($this->privates['framework_extra_bundle.event.is_granted'] ?? $this->getFrameworkExtraBundle_Event_IsGrantedService());
  1359.         }, => 'onKernelControllerArguments'], 0);
  1360.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  1361.             return ($this->privates['security.listener.csrf_protection'] ?? $this->load('getSecurity_Listener_CsrfProtectionService'));
  1362.         }, => 'checkPassport'], 512);
  1363.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  1364.             return ($this->privates['security.logout.listener.csrf_token_clearing'] ?? $this->load('getSecurity_Logout_Listener_CsrfTokenClearingService'));
  1365.         }, => 'onLogout'], 0);
  1366.         return $instance;
  1367.     }
  1368.     /**
  1369.      * Gets the public 'http_kernel' shared service.
  1370.      *
  1371.      * @return \Symfony\Component\HttpKernel\HttpKernel
  1372.      */
  1373.     protected function getHttpKernelService()
  1374.     {
  1375.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  1376.         if (isset($this->services['http_kernel'])) {
  1377.             return $this->services['http_kernel'];
  1378.         }
  1379.         return $this->services['http_kernel'] = new \Symfony\Component\HttpKernel\HttpKernel($a, ($this->privates['debug.controller_resolver'] ?? $this->getDebug_ControllerResolverService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), new \Symfony\Component\HttpKernel\Controller\TraceableArgumentResolver(new \Symfony\Component\HttpKernel\Controller\ArgumentResolver(($this->privates['argument_metadata_factory'] ?? ($this->privates['argument_metadata_factory'] = new \Symfony\Component\HttpKernel\ControllerMetadata\ArgumentMetadataFactory())), new RewindableGenerator(function () {
  1380.             yield => ($this->privates['debug.argument_resolver.request_attribute'] ?? $this->load('getDebug_ArgumentResolver_RequestAttributeService'));
  1381.             yield => ($this->privates['debug.argument_resolver.request'] ?? $this->load('getDebug_ArgumentResolver_RequestService'));
  1382.             yield => ($this->privates['debug.argument_resolver.session'] ?? $this->load('getDebug_ArgumentResolver_SessionService'));
  1383.             yield => ($this->privates['debug.security.user_value_resolver'] ?? $this->load('getDebug_Security_UserValueResolverService'));
  1384.             yield => ($this->privates['debug.EasyCorp\\Bundle\\EasyAdminBundle\\ArgumentResolver\\AdminContextResolver'] ?? $this->load('getAdminContextResolverService'));
  1385.             yield => ($this->privates['debug.EasyCorp\\Bundle\\EasyAdminBundle\\ArgumentResolver\\BatchActionDtoResolver'] ?? $this->load('getBatchActionDtoResolverService'));
  1386.             yield => ($this->privates['debug.argument_resolver.service'] ?? $this->load('getDebug_ArgumentResolver_ServiceService'));
  1387.             yield => ($this->privates['debug.argument_resolver.default'] ?? $this->load('getDebug_ArgumentResolver_DefaultService'));
  1388.             yield => ($this->privates['debug.argument_resolver.variadic'] ?? $this->load('getDebug_ArgumentResolver_VariadicService'));
  1389.             yield => ($this->privates['debug.argument_resolver.not_tagged_controller'] ?? $this->load('getDebug_ArgumentResolver_NotTaggedControllerService'));
  1390.         }, 10)), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)))));
  1391.     }
  1392.     /**
  1393.      * Gets the public 'lexik_translation.translator' shared service.
  1394.      *
  1395.      * @return \Lexik\Bundle\TranslationBundle\Translation\Translator
  1396.      */
  1397.     protected function getLexikTranslation_TranslatorService()
  1398.     {
  1399.         $this->services['lexik_translation.translator'] = $instance = new \Lexik\Bundle\TranslationBundle\Translation\Translator(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1400.             'Lexik\\Bundle\\TranslationBundle\\Translation\\Loader' => ['privates''Lexik\\Bundle\\TranslationBundle\\Translation\\Loader''getLoaderService'true],
  1401.             'event_dispatcher' => ['services''event_dispatcher''getEventDispatcherService'false],
  1402.             'translation.loader.csv' => ['privates''translation.loader.csv''getTranslation_Loader_CsvService'true],
  1403.             'translation.loader.dat' => ['privates''translation.loader.dat''getTranslation_Loader_DatService'true],
  1404.             'translation.loader.ini' => ['privates''translation.loader.ini''getTranslation_Loader_IniService'true],
  1405.             'translation.loader.json' => ['privates''translation.loader.json''getTranslation_Loader_JsonService'true],
  1406.             'translation.loader.mo' => ['privates''translation.loader.mo''getTranslation_Loader_MoService'true],
  1407.             'translation.loader.php' => ['privates''translation.loader.php''getTranslation_Loader_PhpService'true],
  1408.             'translation.loader.po' => ['privates''translation.loader.po''getTranslation_Loader_PoService'true],
  1409.             'translation.loader.qt' => ['privates''translation.loader.qt''getTranslation_Loader_QtService'true],
  1410.             'translation.loader.res' => ['privates''translation.loader.res''getTranslation_Loader_ResService'true],
  1411.             'translation.loader.xliff' => ['privates''translation.loader.xliff''getTranslation_Loader_XliffService'true],
  1412.             'translation.loader.yml' => ['privates''translation.loader.yml''getTranslation_Loader_YmlService'true],
  1413.         ], [
  1414.             'Lexik\\Bundle\\TranslationBundle\\Translation\\Loader' => '?',
  1415.             'event_dispatcher' => '?',
  1416.             'translation.loader.csv' => '?',
  1417.             'translation.loader.dat' => '?',
  1418.             'translation.loader.ini' => '?',
  1419.             'translation.loader.json' => '?',
  1420.             'translation.loader.mo' => '?',
  1421.             'translation.loader.php' => '?',
  1422.             'translation.loader.po' => '?',
  1423.             'translation.loader.qt' => '?',
  1424.             'translation.loader.res' => '?',
  1425.             'translation.loader.xliff' => '?',
  1426.             'translation.loader.yml' => '?',
  1427.         ]), ($this->privates['translator.formatter.default'] ?? $this->getTranslator_Formatter_DefaultService()), 'en', ['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'], 'Lexik\\Bundle\\TranslationBundle\\Translation\\Loader' => [=> 'database']], $this->getParameter('lexik_translation.translator.options'));
  1428.         $instance->setConfigCacheFactory(($this->privates['config_cache_factory'] ?? $this->getConfigCacheFactoryService()));
  1429.         $instance->setFallbackLocales($this->parameters['managed_locales']);
  1430.         $instance->addResource('xlf', (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.fr.xlf'), 'fr''validators');
  1431.         $instance->addResource('xlf', (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.fr.xlf'), 'fr''validators');
  1432.         $instance->addResource('xlf', (\dirname(__DIR__4).'/vendor/symfony/security-core/Exception/../Resources/translations/security.fr.xlf'), 'fr''security');
  1433.         $instance->addResource('xlf', (\dirname(__DIR__4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.fr.xlf'), 'fr''ResetPasswordBundle');
  1434.         $instance->addResource('yml', (\dirname(__DIR__4).'/vendor/lexik/translation-bundle/Resources/translations/LexikTranslationBundle.fr.yml'), 'fr''LexikTranslationBundle');
  1435.         $instance->addResource('php', (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.fr.php'), 'fr''EasyAdminBundle');
  1436.         $instance->addResource('yaml', (\dirname(__DIR__4).'/translations/Post.fr.yaml'), 'fr''Post');
  1437.         $instance->addResource('yaml', (\dirname(__DIR__4).'/translations/Expertise.fr.yaml'), 'fr''Expertise');
  1438.         $instance->addResource('yaml', (\dirname(__DIR__4).'/translations/Achievement.fr.yaml'), 'fr''Achievement');
  1439.         $instance->addResource('yaml', (\dirname(__DIR__4).'/translations/LandingPage.fr.yaml'), 'fr''LandingPage');
  1440.         $instance->addResource('yaml', (\dirname(__DIR__4).'/translations/VichUploaderBundle.fr.yaml'), 'fr''VichUploaderBundle');
  1441.         $instance->addResource('yaml', (\dirname(__DIR__4).'/translations/breadcrumb.fr.yaml'), 'fr''breadcrumb');
  1442.         $instance->addResource('yaml', (\dirname(__DIR__4).'/translations/Presentation.fr.yaml'), 'fr''Presentation');
  1443.         $instance->addResource('yaml', (\dirname(__DIR__4).'/translations/Category.fr.yaml'), 'fr''Category');
  1444.         $instance->addResource('yaml', (\dirname(__DIR__4).'/translations/Product.fr.yaml'), 'fr''Product');
  1445.         $instance->addResource('yaml', (\dirname(__DIR__4).'/translations/homepage.fr.yaml'), 'fr''homepage');
  1446.         $instance->addResource('yaml', (\dirname(__DIR__4).'/translations/Contact.fr.yaml'), 'fr''Contact');
  1447.         $instance->addDatabaseResources();
  1448.         return $instance;
  1449.     }
  1450.     /**
  1451.      * Gets the public 'liip_imagine.binary.loader.default' shared service.
  1452.      *
  1453.      * @return \Liip\ImagineBundle\Binary\Loader\FileSystemLoader
  1454.      */
  1455.     protected function getLiipImagine_Binary_Loader_DefaultService()
  1456.     {
  1457.         $a = \Symfony\Component\Mime\MimeTypes::getDefault();
  1458.         return $this->services['liip_imagine.binary.loader.default'] = new \Liip\ImagineBundle\Binary\Loader\FileSystemLoader($a$a, new \Liip\ImagineBundle\Binary\Locator\FileSystemLocator([=> (\dirname(__DIR__4).'/public')], false));
  1459.     }
  1460.     /**
  1461.      * Gets the public 'liip_imagine.cache.manager' shared service.
  1462.      *
  1463.      * @return \Liip\ImagineBundle\Imagine\Cache\CacheManager
  1464.      */
  1465.     protected function getLiipImagine_Cache_ManagerService()
  1466.     {
  1467.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  1468.         if (isset($this->services['liip_imagine.cache.manager'])) {
  1469.             return $this->services['liip_imagine.cache.manager'];
  1470.         }
  1471.         $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')))), $a'default'false);
  1472.         $instance->addResolver('default', ($this->services['liip_imagine.cache.resolver.default'] ?? $this->getLiipImagine_Cache_Resolver_DefaultService()));
  1473.         $instance->addResolver('no_cache', ($this->services['liip_imagine.cache.resolver.no_cache_web_path'] ?? $this->getLiipImagine_Cache_Resolver_NoCacheWebPathService()));
  1474.         return $instance;
  1475.     }
  1476.     /**
  1477.      * Gets the public 'liip_imagine.cache.resolver.default' shared service.
  1478.      *
  1479.      * @return \Liip\ImagineBundle\Imagine\Cache\Resolver\WebPathResolver
  1480.      */
  1481.     protected function getLiipImagine_Cache_Resolver_DefaultService()
  1482.     {
  1483.         return $this->services['liip_imagine.cache.resolver.default'] = new \Liip\ImagineBundle\Imagine\Cache\Resolver\WebPathResolver(($this->services['.container.private.filesystem'] ?? ($this->services['.container.private.filesystem'] = new \Symfony\Component\Filesystem\Filesystem())), ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService()), (\dirname(__DIR__4).'/public'), 'media/cache');
  1484.     }
  1485.     /**
  1486.      * Gets the public 'liip_imagine.cache.resolver.no_cache_web_path' shared service.
  1487.      *
  1488.      * @return \Liip\ImagineBundle\Imagine\Cache\Resolver\NoCacheWebPathResolver
  1489.      */
  1490.     protected function getLiipImagine_Cache_Resolver_NoCacheWebPathService()
  1491.     {
  1492.         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()));
  1493.     }
  1494.     /**
  1495.      * Gets the public 'liip_imagine.cache.signer' shared service.
  1496.      *
  1497.      * @return \Liip\ImagineBundle\Imagine\Cache\Signer
  1498.      */
  1499.     protected function getLiipImagine_Cache_SignerService()
  1500.     {
  1501.         return $this->services['liip_imagine.cache.signer'] = new \Liip\ImagineBundle\Imagine\Cache\Signer($this->getEnv('APP_SECRET'));
  1502.     }
  1503.     /**
  1504.      * Gets the public 'liip_imagine.data.manager' shared service.
  1505.      *
  1506.      * @return \Liip\ImagineBundle\Imagine\Data\DataManager
  1507.      */
  1508.     protected function getLiipImagine_Data_ManagerService()
  1509.     {
  1510.         $this->services['liip_imagine.data.manager'] = $instance = new \Liip\ImagineBundle\Imagine\Data\DataManager(($this->privates['liip_imagine.binary.mime_type_guesser'] ?? $this->getLiipImagine_Binary_MimeTypeGuesserService()), \Symfony\Component\Mime\MimeTypes::getDefault(), ($this->privates['liip_imagine.filter.configuration'] ?? ($this->privates['liip_imagine.filter.configuration'] = new \Liip\ImagineBundle\Imagine\Filter\FilterConfiguration([]))), 'default'NULL);
  1511.         $instance->addLoader('default', ($this->services['liip_imagine.binary.loader.default'] ?? $this->getLiipImagine_Binary_Loader_DefaultService()));
  1512.         return $instance;
  1513.     }
  1514.     /**
  1515.      * Gets the public 'messenger.default_bus' shared service.
  1516.      *
  1517.      * @return \Symfony\Component\Messenger\TraceableMessageBus
  1518.      */
  1519.     protected function getMessenger_DefaultBusService()
  1520.     {
  1521.         return $this->services['messenger.default_bus'] = new \Symfony\Component\Messenger\TraceableMessageBus(new \Symfony\Component\Messenger\MessageBus(new RewindableGenerator(function () {
  1522.             yield => ($this->privates['messenger.bus.default.middleware.traceable'] ?? $this->load('getMessenger_Bus_Default_Middleware_TraceableService'));
  1523.             yield => ($this->privates['messenger.bus.default.middleware.add_bus_name_stamp_middleware'] ?? ($this->privates['messenger.bus.default.middleware.add_bus_name_stamp_middleware'] = new \Symfony\Component\Messenger\Middleware\AddBusNameStampMiddleware('messenger.bus.default')));
  1524.             yield => ($this->privates['messenger.middleware.reject_redelivered_message_middleware'] ?? ($this->privates['messenger.middleware.reject_redelivered_message_middleware'] = new \Symfony\Component\Messenger\Middleware\RejectRedeliveredMessageMiddleware()));
  1525.             yield => ($this->privates['messenger.middleware.dispatch_after_current_bus'] ?? ($this->privates['messenger.middleware.dispatch_after_current_bus'] = new \Symfony\Component\Messenger\Middleware\DispatchAfterCurrentBusMiddleware()));
  1526.             yield => ($this->privates['messenger.middleware.failed_message_processing_middleware'] ?? ($this->privates['messenger.middleware.failed_message_processing_middleware'] = new \Symfony\Component\Messenger\Middleware\FailedMessageProcessingMiddleware()));
  1527.             yield => ($this->privates['messenger.middleware.send_message'] ?? $this->load('getMessenger_Middleware_SendMessageService'));
  1528.             yield => ($this->privates['messenger.bus.default.middleware.handle_message'] ?? $this->load('getMessenger_Bus_Default_Middleware_HandleMessageService'));
  1529.         }, 7)));
  1530.     }
  1531.     /**
  1532.      * Gets the public 'monolog.logger.deprecation' shared service.
  1533.      *
  1534.      * @return \Symfony\Bridge\Monolog\Logger
  1535.      */
  1536.     protected function getMonolog_Logger_DeprecationService()
  1537.     {
  1538.         $this->services['monolog.logger.deprecation'] = $instance = new \Symfony\Bridge\Monolog\Logger('deprecation');
  1539.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1540.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  1541.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  1542.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  1543.         return $instance;
  1544.     }
  1545.     /**
  1546.      * Gets the public 'request_stack' shared service.
  1547.      *
  1548.      * @return \Symfony\Component\HttpFoundation\RequestStack
  1549.      */
  1550.     protected function getRequestStackService()
  1551.     {
  1552.         return $this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack();
  1553.     }
  1554.     /**
  1555.      * Gets the public 'router' shared service.
  1556.      *
  1557.      * @return \Symfony\Bundle\FrameworkBundle\Routing\Router
  1558.      */
  1559.     protected function getRouterService()
  1560.     {
  1561.         $a = new \Symfony\Bridge\Monolog\Logger('router');
  1562.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1563.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  1564.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  1565.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  1566.         $this->services['router'] = $instance = new \Symfony\Bundle\FrameworkBundle\Routing\Router((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1567.             'routing.loader' => ['services''routing.loader''getRouting_LoaderService'true],
  1568.         ], [
  1569.             'routing.loader' => 'Symfony\\Component\\Config\\Loader\\LoaderInterface',
  1570.         ]))->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'en');
  1571.         $instance->setConfigCacheFactory(($this->privates['config_cache_factory'] ?? $this->getConfigCacheFactoryService()));
  1572.         $instance->addExpressionLanguageProvider(($this->privates['router.expression_language_provider'] ?? $this->getRouter_ExpressionLanguageProviderService()));
  1573.         return $instance;
  1574.     }
  1575.     /**
  1576.      * Gets the public 'translator' shared service.
  1577.      *
  1578.      * @return \Symfony\Component\Translation\DataCollectorTranslator
  1579.      */
  1580.     protected function getTranslatorService()
  1581.     {
  1582.         $a = ($this->services['lexik_translation.translator'] ?? $this->getLexikTranslation_TranslatorService());
  1583.         if (isset($this->services['translator'])) {
  1584.             return $this->services['translator'];
  1585.         }
  1586.         return $this->services['translator'] = new \Symfony\Component\Translation\DataCollectorTranslator($a);
  1587.     }
  1588.     /**
  1589.      * Gets the public 'var_dumper.cloner' shared service.
  1590.      *
  1591.      * @return \Symfony\Component\VarDumper\Cloner\VarCloner
  1592.      */
  1593.     protected function getVarDumper_ClonerService()
  1594.     {
  1595.         $this->services['var_dumper.cloner'] = $instance = new \Symfony\Component\VarDumper\Cloner\VarCloner();
  1596.         $instance->setMaxItems(2500);
  1597.         $instance->setMinDepth(1);
  1598.         $instance->setMaxString(-1);
  1599.         $instance->addCasters(['Closure' => 'Symfony\\Component\\VarDumper\\Caster\\ReflectionCaster::unsetClosureFileInfo']);
  1600.         return $instance;
  1601.     }
  1602.     /**
  1603.      * Gets the private '.debug.http_client' shared service.
  1604.      *
  1605.      * @return \Symfony\Component\HttpClient\TraceableHttpClient
  1606.      */
  1607.     protected function get_Debug_HttpClientService()
  1608.     {
  1609.         $a = \Symfony\Component\HttpClient\HttpClient::create([], 6);
  1610.         $b = new \Symfony\Bridge\Monolog\Logger('http_client');
  1611.         $b->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1612.         $b->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  1613.         $b->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  1614.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($b);
  1615.         $a->setLogger($b);
  1616.         return $this->privates['.debug.http_client'] = new \Symfony\Component\HttpClient\TraceableHttpClient($a, ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  1617.     }
  1618.     /**
  1619.      * Gets the private '.service_locator.zJyh7qS' shared service.
  1620.      *
  1621.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  1622.      */
  1623.     protected function get_ServiceLocator_ZJyh7qSService()
  1624.     {
  1625.         return $this->privates['.service_locator.zJyh7qS'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1626.             'security.firewall.map.context.dev' => ['privates''security.firewall.map.context.dev''getSecurity_Firewall_Map_Context_DevService'true],
  1627.             'security.firewall.map.context.main' => ['privates''security.firewall.map.context.main''getSecurity_Firewall_Map_Context_MainService'true],
  1628.         ], [
  1629.             'security.firewall.map.context.dev' => '?',
  1630.             'security.firewall.map.context.main' => '?',
  1631.         ]);
  1632.     }
  1633.     /**
  1634.      * Gets the private 'Cofondateur\SocleTechniqueBundle\EventSubscriber\TwigEventSubscriber' shared autowired service.
  1635.      *
  1636.      * @return \Cofondateur\SocleTechniqueBundle\EventSubscriber\TwigEventSubscriber
  1637.      */
  1638.     protected function getTwigEventSubscriberService()
  1639.     {
  1640.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  1641.         if (isset($this->privates['Cofondateur\\SocleTechniqueBundle\\EventSubscriber\\TwigEventSubscriber'])) {
  1642.             return $this->privates['Cofondateur\\SocleTechniqueBundle\\EventSubscriber\\TwigEventSubscriber'];
  1643.         }
  1644.         $b = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  1645.         if (isset($this->privates['Cofondateur\\SocleTechniqueBundle\\EventSubscriber\\TwigEventSubscriber'])) {
  1646.             return $this->privates['Cofondateur\\SocleTechniqueBundle\\EventSubscriber\\TwigEventSubscriber'];
  1647.         }
  1648.         return $this->privates['Cofondateur\\SocleTechniqueBundle\\EventSubscriber\\TwigEventSubscriber'] = new \Cofondateur\SocleTechniqueBundle\EventSubscriber\TwigEventSubscriber($a$b, ($this->services['Cofondateur\\SocleTechniqueBundle\\Service\\BreadcrumbService'] ?? $this->getBreadcrumbServiceService()));
  1649.     }
  1650.     /**
  1651.      * Gets the private 'EasyCorp\Bundle\EasyAdminBundle\EventListener\AdminRouterSubscriber' shared service.
  1652.      *
  1653.      * @return \EasyCorp\Bundle\EasyAdminBundle\EventListener\AdminRouterSubscriber
  1654.      */
  1655.     protected function getAdminRouterSubscriberService()
  1656.     {
  1657.         $a = ($this->services['translator'] ?? $this->getTranslatorService());
  1658.         if (isset($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\EventListener\\AdminRouterSubscriber'])) {
  1659.             return $this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\EventListener\\AdminRouterSubscriber'];
  1660.         }
  1661.         $b = ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Factory\\EntityFactory'] ?? $this->getEntityFactoryService());
  1662.         if (isset($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\EventListener\\AdminRouterSubscriber'])) {
  1663.             return $this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\EventListener\\AdminRouterSubscriber'];
  1664.         }
  1665.         $c = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  1666.         if (isset($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\EventListener\\AdminRouterSubscriber'])) {
  1667.             return $this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\EventListener\\AdminRouterSubscriber'];
  1668.         }
  1669.         $d = ($this->services['router'] ?? $this->getRouterService());
  1670.         $e = ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Registry\\CrudControllerRegistry'] ?? $this->getCrudControllerRegistryService());
  1671.         return $this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\EventListener\\AdminRouterSubscriber'] = new \EasyCorp\Bundle\EasyAdminBundle\EventListener\AdminRouterSubscriber(new \EasyCorp\Bundle\EasyAdminBundle\Factory\AdminContextFactory($this->targetDir.''$a, ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), new \EasyCorp\Bundle\EasyAdminBundle\Factory\MenuFactory(($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Provider\\AdminContextProvider'] ?? $this->getAdminContextProviderService()), ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Security\\AuthorizationChecker'] ?? $this->getAuthorizationCheckerService()), $a$d, ($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService()), (isset($this->factories['service_container']['EasyCorp\\Bundle\\EasyAdminBundle\\Router\\AdminUrlGenerator']) ? $this->factories['service_container']['EasyCorp\\Bundle\\EasyAdminBundle\\Router\\AdminUrlGenerator']() : $this->getAdminUrlGeneratorService())), $e$b), ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Registry\\DashboardControllerRegistry'] ?? ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Registry\\DashboardControllerRegistry'] = new \EasyCorp\Bundle\EasyAdminBundle\Registry\DashboardControllerRegistry($this->getEnv('APP_SECRET'), $this->targetDir.'', [=> 'App\\Controller\\Admin\\DashboardController']))), $e, ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Factory\\ControllerFactory'] ?? $this->getControllerFactoryService()), ($this->privates['debug.controller_resolver'] ?? $this->getDebug_ControllerResolverService()), $d$d$c, ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Router\\UrlSigner'] ?? ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Router\\UrlSigner'] = new \EasyCorp\Bundle\EasyAdminBundle\Router\UrlSigner($this->getEnv('APP_SECRET')))));
  1672.     }
  1673.     /**
  1674.      * Gets the private 'EasyCorp\Bundle\EasyAdminBundle\Factory\ActionFactory' shared service.
  1675.      *
  1676.      * @return \EasyCorp\Bundle\EasyAdminBundle\Factory\ActionFactory
  1677.      */
  1678.     protected function getActionFactoryService()
  1679.     {
  1680.         $a = ($this->services['translator'] ?? $this->getTranslatorService());
  1681.         if (isset($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Factory\\ActionFactory'])) {
  1682.             return $this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Factory\\ActionFactory'];
  1683.         }
  1684.         return $this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Factory\\ActionFactory'] = new \EasyCorp\Bundle\EasyAdminBundle\Factory\ActionFactory(($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Provider\\AdminContextProvider'] ?? $this->getAdminContextProviderService()), ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Security\\AuthorizationChecker'] ?? $this->getAuthorizationCheckerService()), $a, (isset($this->factories['service_container']['EasyCorp\\Bundle\\EasyAdminBundle\\Router\\AdminUrlGenerator']) ? $this->factories['service_container']['EasyCorp\\Bundle\\EasyAdminBundle\\Router\\AdminUrlGenerator']() : $this->getAdminUrlGeneratorService()), ($this->services['.container.private.security.csrf.token_manager'] ?? $this->get_Container_Private_Security_Csrf_TokenManagerService()));
  1685.     }
  1686.     /**
  1687.      * Gets the private 'EasyCorp\Bundle\EasyAdminBundle\Factory\ControllerFactory' shared service.
  1688.      *
  1689.      * @return \EasyCorp\Bundle\EasyAdminBundle\Factory\ControllerFactory
  1690.      */
  1691.     protected function getControllerFactoryService()
  1692.     {
  1693.         return $this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Factory\\ControllerFactory'] = new \EasyCorp\Bundle\EasyAdminBundle\Factory\ControllerFactory(($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Registry\\DashboardControllerRegistry'] ?? ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Registry\\DashboardControllerRegistry'] = new \EasyCorp\Bundle\EasyAdminBundle\Registry\DashboardControllerRegistry($this->getEnv('APP_SECRET'), $this->targetDir.'', [=> 'App\\Controller\\Admin\\DashboardController']))), ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Registry\\CrudControllerRegistry'] ?? $this->getCrudControllerRegistryService()), ($this->privates['debug.controller_resolver'] ?? $this->getDebug_ControllerResolverService()));
  1694.     }
  1695.     /**
  1696.      * Gets the private 'EasyCorp\Bundle\EasyAdminBundle\Factory\EntityFactory' shared service.
  1697.      *
  1698.      * @return \EasyCorp\Bundle\EasyAdminBundle\Factory\EntityFactory
  1699.      */
  1700.     protected function getEntityFactoryService()
  1701.     {
  1702.         $a = ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Factory\\ActionFactory'] ?? $this->getActionFactoryService());
  1703.         if (isset($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Factory\\EntityFactory'])) {
  1704.             return $this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Factory\\EntityFactory'];
  1705.         }
  1706.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  1707.         if (isset($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Factory\\EntityFactory'])) {
  1708.             return $this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Factory\\EntityFactory'];
  1709.         }
  1710.         $c = ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Security\\AuthorizationChecker'] ?? $this->getAuthorizationCheckerService());
  1711.         return $this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Factory\\EntityFactory'] = new \EasyCorp\Bundle\EasyAdminBundle\Factory\EntityFactory(new \EasyCorp\Bundle\EasyAdminBundle\Factory\FieldFactory(($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Provider\\AdminContextProvider'] ?? $this->getAdminContextProviderService()), $c, new RewindableGenerator(function () {
  1712.             yield => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\CommonPreConfigurator'] ?? $this->load('getCommonPreConfiguratorService'));
  1713.             yield => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\ArrayConfigurator'] ?? ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\ArrayConfigurator'] = new \EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\ArrayConfigurator()));
  1714.             yield => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\AssociationConfigurator'] ?? $this->load('getAssociationConfiguratorService'));
  1715.             yield => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\AvatarConfigurator'] ?? ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\AvatarConfigurator'] = new \EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\AvatarConfigurator()));
  1716.             yield => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\BooleanConfigurator'] ?? $this->load('getBooleanConfiguratorService'));
  1717.             yield => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\CodeEditorConfigurator'] ?? ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\CodeEditorConfigurator'] = new \EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\CodeEditorConfigurator()));
  1718.             yield => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\CollectionConfigurator'] ?? ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\CollectionConfigurator'] = new \EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\CollectionConfigurator()));
  1719.             yield => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\CountryConfigurator'] ?? $this->load('getCountryConfiguratorService'));
  1720.             yield => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\CurrencyConfigurator'] ?? ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\CurrencyConfigurator'] = new \EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\CurrencyConfigurator()));
  1721.             yield => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\DateTimeConfigurator'] ?? $this->load('getDateTimeConfiguratorService'));
  1722.             yield 10 => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\EmailConfigurator'] ?? ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\EmailConfigurator'] = new \EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\EmailConfigurator()));
  1723.             yield 11 => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\FormConfigurator'] ?? ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\FormConfigurator'] = new \EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\FormConfigurator()));
  1724.             yield 12 => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\IdConfigurator'] ?? ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\IdConfigurator'] = new \EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\IdConfigurator()));
  1725.             yield 13 => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\ImageConfigurator'] ?? ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\ImageConfigurator'] = new \EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\ImageConfigurator(\dirname(__DIR__4))));
  1726.             yield 14 => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\IntegerConfigurator'] ?? ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\IntegerConfigurator'] = new \EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\IntegerConfigurator()));
  1727.             yield 15 => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\LanguageConfigurator'] ?? ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\LanguageConfigurator'] = new \EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\LanguageConfigurator()));
  1728.             yield 16 => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\LocaleConfigurator'] ?? ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\LocaleConfigurator'] = new \EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\LocaleConfigurator()));
  1729.             yield 17 => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\MoneyConfigurator'] ?? $this->load('getMoneyConfiguratorService'));
  1730.             yield 18 => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\NumberConfigurator'] ?? $this->load('getNumberConfiguratorService'));
  1731.             yield 19 => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\PercentConfigurator'] ?? ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\PercentConfigurator'] = new \EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\PercentConfigurator()));
  1732.             yield 20 => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\ChoiceConfigurator'] ?? $this->load('getChoiceConfiguratorService'));
  1733.             yield 21 => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\SlugConfigurator'] ?? $this->load('getSlugConfiguratorService'));
  1734.             yield 22 => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\TelephoneConfigurator'] ?? ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\TelephoneConfigurator'] = new \EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\TelephoneConfigurator()));
  1735.             yield 23 => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\TextConfigurator'] ?? ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\TextConfigurator'] = new \EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\TextConfigurator()));
  1736.             yield 24 => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\TextEditorConfigurator'] ?? ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\TextEditorConfigurator'] = new \EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\TextEditorConfigurator()));
  1737.             yield 25 => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\TimezoneConfigurator'] ?? ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\TimezoneConfigurator'] = new \EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\TimezoneConfigurator()));
  1738.             yield 26 => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\UrlConfigurator'] ?? ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\UrlConfigurator'] = new \EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\UrlConfigurator()));
  1739.             yield 27 => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\CommonPostConfigurator'] ?? $this->load('getCommonPostConfiguratorService'));
  1740.         }, 28)), $a$c, ($this->services['doctrine'] ?? $this->getDoctrineService()), $b);
  1741.     }
  1742.     /**
  1743.      * Gets the private 'EasyCorp\Bundle\EasyAdminBundle\Provider\AdminContextProvider' shared service.
  1744.      *
  1745.      * @return \EasyCorp\Bundle\EasyAdminBundle\Provider\AdminContextProvider
  1746.      */
  1747.     protected function getAdminContextProviderService()
  1748.     {
  1749.         return $this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Provider\\AdminContextProvider'] = new \EasyCorp\Bundle\EasyAdminBundle\Provider\AdminContextProvider(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  1750.     }
  1751.     /**
  1752.      * Gets the private 'EasyCorp\Bundle\EasyAdminBundle\Registry\CrudControllerRegistry' shared service.
  1753.      *
  1754.      * @return \EasyCorp\Bundle\EasyAdminBundle\Registry\CrudControllerRegistry
  1755.      */
  1756.     protected function getCrudControllerRegistryService()
  1757.     {
  1758.         return $this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Registry\\CrudControllerRegistry'] = new \EasyCorp\Bundle\EasyAdminBundle\Registry\CrudControllerRegistry($this->getEnv('APP_SECRET'), [=> 'App\\Controller\\Admin\\AchievementCrudController'=> 'App\\Controller\\Admin\\CategoryCrudController'=> 'App\\Controller\\Admin\\ContactCrudController'=> 'App\\Controller\\Admin\\ExpertiseCrudController'=> 'App\\Controller\\Admin\\HomepageCrudController'=> 'App\\Controller\\Admin\\LandingPageCrudController'=> 'App\\Controller\\Admin\\PartnerCrudController'=> 'App\\Controller\\Admin\\PostCrudController'=> 'App\\Controller\\Admin\\PresentationCrudController'=> 'App\\Controller\\Admin\\ProductCrudController'10 => 'App\\Controller\\Admin\\SEOPageCrudController'11 => 'App\\Controller\\Admin\\SiteSettingsCrudController'12 => 'App\\Controller\\Admin\\UserCrudController'13 => 'Cofondateur\\SocleTechniqueBundle\\Controller\\ProductCrudController'14 => 'Cofondateur\\SocleTechniqueBundle\\Controller\\SiteSettingsCrudController'15 => 'Cofondateur\\SocleTechniqueBundle\\Controller\\UserCrudController']);
  1759.     }
  1760.     /**
  1761.      * Gets the private 'EasyCorp\Bundle\EasyAdminBundle\Router\AdminUrlGenerator' service.
  1762.      *
  1763.      * @return \EasyCorp\Bundle\EasyAdminBundle\Router\AdminUrlGenerator
  1764.      */
  1765.     protected function getAdminUrlGeneratorService()
  1766.     {
  1767.         $this->factories['service_container']['EasyCorp\\Bundle\\EasyAdminBundle\\Router\\AdminUrlGenerator'] = function () {
  1768.             return new \EasyCorp\Bundle\EasyAdminBundle\Router\AdminUrlGenerator(($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Provider\\AdminContextProvider'] ?? $this->getAdminContextProviderService()), ($this->services['router'] ?? $this->getRouterService()), ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Registry\\DashboardControllerRegistry'] ?? ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Registry\\DashboardControllerRegistry'] = new \EasyCorp\Bundle\EasyAdminBundle\Registry\DashboardControllerRegistry($this->getEnv('APP_SECRET'), $this->targetDir.'', [=> 'App\\Controller\\Admin\\DashboardController']))), ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Registry\\CrudControllerRegistry'] ?? $this->getCrudControllerRegistryService()), ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Router\\UrlSigner'] ?? ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Router\\UrlSigner'] = new \EasyCorp\Bundle\EasyAdminBundle\Router\UrlSigner($this->getEnv('APP_SECRET')))));
  1769.         };
  1770.         return $this->factories['service_container']['EasyCorp\\Bundle\\EasyAdminBundle\\Router\\AdminUrlGenerator']();
  1771.     }
  1772.     /**
  1773.      * Gets the private 'EasyCorp\Bundle\EasyAdminBundle\Security\AuthorizationChecker' shared service.
  1774.      *
  1775.      * @return \EasyCorp\Bundle\EasyAdminBundle\Security\AuthorizationChecker
  1776.      */
  1777.     protected function getAuthorizationCheckerService()
  1778.     {
  1779.         $a = ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService());
  1780.         if (isset($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Security\\AuthorizationChecker'])) {
  1781.             return $this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Security\\AuthorizationChecker'];
  1782.         }
  1783.         return $this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Security\\AuthorizationChecker'] = new \EasyCorp\Bundle\EasyAdminBundle\Security\AuthorizationChecker($a);
  1784.     }
  1785.     /**
  1786.      * Gets the private 'Symfony\WebpackEncoreBundle\EventListener\ResetAssetsEventListener' shared service.
  1787.      *
  1788.      * @return \Symfony\WebpackEncoreBundle\EventListener\ResetAssetsEventListener
  1789.      */
  1790.     protected function getResetAssetsEventListenerService()
  1791.     {
  1792.         return $this->privates['Symfony\\WebpackEncoreBundle\\EventListener\\ResetAssetsEventListener'] = new \Symfony\WebpackEncoreBundle\EventListener\ResetAssetsEventListener(($this->privates['webpack_encore.entrypoint_lookup_collection'] ?? $this->getWebpackEncore_EntrypointLookupCollectionService()), [=> '_default']);
  1793.     }
  1794.     /**
  1795.      * Gets the private 'annotations.cache_adapter' shared service.
  1796.      *
  1797.      * @return \Symfony\Component\Cache\Adapter\PhpArrayAdapter
  1798.      */
  1799.     protected function getAnnotations_CacheAdapterService()
  1800.     {
  1801.         return \Symfony\Component\Cache\Adapter\PhpArrayAdapter::create(($this->targetDir.''.'/annotations.php'), ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService()));
  1802.     }
  1803.     /**
  1804.      * Gets the private 'annotations.cached_reader' shared service.
  1805.      *
  1806.      * @return \Doctrine\Common\Annotations\PsrCachedReader
  1807.      */
  1808.     protected function getAnnotations_CachedReaderService()
  1809.     {
  1810.         return $this->privates['annotations.cached_reader'] = new \Doctrine\Common\Annotations\PsrCachedReader(($this->privates['annotations.reader'] ?? $this->getAnnotations_ReaderService()), $this->getAnnotations_CacheAdapterService(), true);
  1811.     }
  1812.     /**
  1813.      * Gets the private 'annotations.reader' shared service.
  1814.      *
  1815.      * @return \Doctrine\Common\Annotations\AnnotationReader
  1816.      */
  1817.     protected function getAnnotations_ReaderService()
  1818.     {
  1819.         $this->privates['annotations.reader'] = $instance = new \Doctrine\Common\Annotations\AnnotationReader();
  1820.         $a = new \Doctrine\Common\Annotations\AnnotationRegistry();
  1821.         $a->registerUniqueLoader('class_exists');
  1822.         $instance->addGlobalIgnoredName('required'$a);
  1823.         return $instance;
  1824.     }
  1825.     /**
  1826.      * Gets the private 'assets.packages' shared service.
  1827.      *
  1828.      * @return \Symfony\Component\Asset\Packages
  1829.      */
  1830.     protected function getAssets_PackagesService()
  1831.     {
  1832.         $a = ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService());
  1833.         return $this->privates['assets.packages'] = new \Symfony\Component\Asset\Packages(new \Symfony\Component\Asset\PathPackage('', new \Symfony\Component\Asset\VersionStrategy\JsonManifestVersionStrategy((\dirname(__DIR__4).'/public/build/manifest.json'), ($this->privates['.debug.http_client'] ?? $this->get_Debug_HttpClientService()), false), new \Symfony\Component\Asset\Context\RequestStackContext(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), $a->getBaseUrl(), $a->isSecure())), new RewindableGenerator(function () {
  1834.             return new \EmptyIterator();
  1835.         }, 0));
  1836.     }
  1837.     /**
  1838.      * Gets the private 'cache.annotations' shared service.
  1839.      *
  1840.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1841.      */
  1842.     protected function getCache_AnnotationsService()
  1843.     {
  1844.         return $this->privates['cache.annotations'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('bdC0Q6MDaY'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  1845.     }
  1846.     /**
  1847.      * Gets the private 'cache.doctrine.orm.default.query' shared service.
  1848.      *
  1849.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1850.      */
  1851.     protected function getCache_Doctrine_Orm_Default_QueryService()
  1852.     {
  1853.         return $this->privates['cache.doctrine.orm.default.query'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  1854.     }
  1855.     /**
  1856.      * Gets the private 'cache.doctrine.orm.default.result' shared service.
  1857.      *
  1858.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1859.      */
  1860.     protected function getCache_Doctrine_Orm_Default_ResultService()
  1861.     {
  1862.         return $this->privates['cache.doctrine.orm.default.result'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  1863.     }
  1864.     /**
  1865.      * Gets the private 'cache.messenger.restart_workers_signal' shared service.
  1866.      *
  1867.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1868.      */
  1869.     protected function getCache_Messenger_RestartWorkersSignalService()
  1870.     {
  1871.         $a = new \Symfony\Component\Cache\Adapter\FilesystemAdapter('6aIj6ryYwv'0, ($this->targetDir.''.'/pools/app'), ($this->privates['cache.default_marshaller'] ?? ($this->privates['cache.default_marshaller'] = new \Symfony\Component\Cache\Marshaller\DefaultMarshaller(NULLtrue))));
  1872.         $a->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  1873.         return $this->privates['cache.messenger.restart_workers_signal'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter($a);
  1874.     }
  1875.     /**
  1876.      * Gets the private 'cache.property_info' shared service.
  1877.      *
  1878.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1879.      */
  1880.     protected function getCache_PropertyInfoService()
  1881.     {
  1882.         return $this->privates['cache.property_info'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('k21azhNs3l'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  1883.     }
  1884.     /**
  1885.      * Gets the private 'cache.security_expression_language' shared service.
  1886.      *
  1887.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1888.      */
  1889.     protected function getCache_SecurityExpressionLanguageService()
  1890.     {
  1891.         return $this->privates['cache.security_expression_language'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('GXaudjgAkH'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  1892.     }
  1893.     /**
  1894.      * Gets the private 'cache.security_token_verifier' shared service.
  1895.      *
  1896.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1897.      */
  1898.     protected function getCache_SecurityTokenVerifierService()
  1899.     {
  1900.         return $this->privates['cache.security_token_verifier'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('juxDq-0hP9'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  1901.     }
  1902.     /**
  1903.      * Gets the private 'cache.serializer' shared service.
  1904.      *
  1905.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1906.      */
  1907.     protected function getCache_SerializerService()
  1908.     {
  1909.         return $this->privates['cache.serializer'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('EAHfEDxHE9'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  1910.     }
  1911.     /**
  1912.      * Gets the private 'cache.validator' shared service.
  1913.      *
  1914.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1915.      */
  1916.     protected function getCache_ValidatorService()
  1917.     {
  1918.         return $this->privates['cache.validator'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('AgEBZrNeUh'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  1919.     }
  1920.     /**
  1921.      * Gets the private 'cache.webpack_encore' shared service.
  1922.      *
  1923.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1924.      */
  1925.     protected function getCache_WebpackEncoreService()
  1926.     {
  1927.         return $this->privates['cache.webpack_encore'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('iC3kJxPbDQ'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  1928.     }
  1929.     /**
  1930.      * Gets the private 'config_cache_factory' shared service.
  1931.      *
  1932.      * @return \Symfony\Component\Config\ResourceCheckerConfigCacheFactory
  1933.      */
  1934.     protected function getConfigCacheFactoryService()
  1935.     {
  1936.         return $this->privates['config_cache_factory'] = new \Symfony\Component\Config\ResourceCheckerConfigCacheFactory(new RewindableGenerator(function () {
  1937.             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)));
  1938.             yield => ($this->privates['config.resource.self_checking_resource_checker'] ?? ($this->privates['config.resource.self_checking_resource_checker'] = new \Symfony\Component\Config\Resource\SelfCheckingResourceChecker()));
  1939.         }, 2));
  1940.     }
  1941.     /**
  1942.      * Gets the private 'data_collector.form' shared service.
  1943.      *
  1944.      * @return \Symfony\Component\Form\Extension\DataCollector\FormDataCollector
  1945.      */
  1946.     protected function getDataCollector_FormService()
  1947.     {
  1948.         return $this->privates['data_collector.form'] = new \Symfony\Component\Form\Extension\DataCollector\FormDataCollector(new \Symfony\Component\Form\Extension\DataCollector\FormDataExtractor());
  1949.     }
  1950.     /**
  1951.      * Gets the private 'data_collector.request' shared service.
  1952.      *
  1953.      * @return \Symfony\Component\HttpKernel\DataCollector\RequestDataCollector
  1954.      */
  1955.     protected function getDataCollector_RequestService()
  1956.     {
  1957.         return $this->privates['data_collector.request'] = new \Symfony\Component\HttpKernel\DataCollector\RequestDataCollector(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  1958.     }
  1959.     /**
  1960.      * Gets the private 'debug.controller_resolver' shared service.
  1961.      *
  1962.      * @return \Symfony\Component\HttpKernel\Controller\TraceableControllerResolver
  1963.      */
  1964.     protected function getDebug_ControllerResolverService()
  1965.     {
  1966.         return $this->privates['debug.controller_resolver'] = new \Symfony\Component\HttpKernel\Controller\TraceableControllerResolver(new \Symfony\Bundle\FrameworkBundle\Controller\ControllerResolver($this, ($this->privates['monolog.logger.request'] ?? $this->getMonolog_Logger_RequestService())), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  1967.     }
  1968.     /**
  1969.      * Gets the private 'debug.debug_handlers_listener' shared service.
  1970.      *
  1971.      * @return \Symfony\Component\HttpKernel\EventListener\DebugHandlersListener
  1972.      */
  1973.     protected function getDebug_DebugHandlersListenerService()
  1974.     {
  1975.         $a = new \Symfony\Bridge\Monolog\Logger('php');
  1976.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1977.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  1978.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  1979.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  1980.         return $this->privates['debug.debug_handlers_listener'] = new \Symfony\Component\HttpKernel\EventListener\DebugHandlersListener(NULL$aNULL, -1truetrue, ($this->services['monolog.logger.deprecation'] ?? $this->getMonolog_Logger_DeprecationService()));
  1981.     }
  1982.     /**
  1983.      * Gets the private 'debug.file_link_formatter' shared service.
  1984.      *
  1985.      * @return \Symfony\Component\HttpKernel\Debug\FileLinkFormatter
  1986.      */
  1987.     protected function getDebug_FileLinkFormatterService()
  1988.     {
  1989.         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 () {
  1990.             return ($this->privates['debug.file_link_formatter.url_format'] ?? $this->load('getDebug_FileLinkFormatter_UrlFormatService'));
  1991.         });
  1992.     }
  1993.     /**
  1994.      * Gets the private 'debug.log_processor' shared service.
  1995.      *
  1996.      * @return \Symfony\Bridge\Monolog\Processor\DebugProcessor
  1997.      */
  1998.     protected function getDebug_LogProcessorService()
  1999.     {
  2000.         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())));
  2001.     }
  2002.     /**
  2003.      * Gets the private 'debug.security.access.decision_manager' shared service.
  2004.      *
  2005.      * @return \Symfony\Component\Security\Core\Authorization\TraceableAccessDecisionManager
  2006.      */
  2007.     protected function getDebug_Security_Access_DecisionManagerService()
  2008.     {
  2009.         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 () {
  2010.             yield => ($this->privates['debug.security.voter.security.access.authenticated_voter'] ?? $this->load('getDebug_Security_Voter_Security_Access_AuthenticatedVoterService'));
  2011.             yield => ($this->privates['debug.security.voter.security.access.role_hierarchy_voter'] ?? $this->load('getDebug_Security_Voter_Security_Access_RoleHierarchyVoterService'));
  2012.             yield => ($this->privates['debug.security.voter.security.access.expression_voter'] ?? $this->load('getDebug_Security_Voter_Security_Access_ExpressionVoterService'));
  2013.             yield => ($this->privates['debug.security.voter.EasyCorp\\Bundle\\EasyAdminBundle\\Security\\SecurityVoter'] ?? $this->load('getSecurityVoterService'));
  2014.         }, 4), new \Symfony\Component\Security\Core\Authorization\Strategy\AffirmativeStrategy(false)));
  2015.     }
  2016.     /**
  2017.      * Gets the private 'debug.security.firewall' shared service.
  2018.      *
  2019.      * @return \Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener
  2020.      */
  2021.     protected function getDebug_Security_FirewallService()
  2022.     {
  2023.         $a = ($this->privates['security.firewall.map'] ?? $this->getSecurity_Firewall_MapService());
  2024.         if (isset($this->privates['debug.security.firewall'])) {
  2025.             return $this->privates['debug.security.firewall'];
  2026.         }
  2027.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  2028.         if (isset($this->privates['debug.security.firewall'])) {
  2029.             return $this->privates['debug.security.firewall'];
  2030.         }
  2031.         return $this->privates['debug.security.firewall'] = new \Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener($a$b, ($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService()));
  2032.     }
  2033.     /**
  2034.      * Gets the private 'doctrine.orm.default_annotation_metadata_driver' shared service.
  2035.      *
  2036.      * @return \Doctrine\ORM\Mapping\Driver\AnnotationDriver
  2037.      */
  2038.     protected function getDoctrine_Orm_DefaultAnnotationMetadataDriverService()
  2039.     {
  2040.         return $this->privates['doctrine.orm.default_annotation_metadata_driver'] = new \Doctrine\ORM\Mapping\Driver\AnnotationDriver(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()), [=> (\dirname(__DIR__4).'/src/Entity'), => (\dirname(__DIR__4).'/vendor/cofondateur/socle-technique/src/Entity')]);
  2041.     }
  2042.     /**
  2043.      * Gets the private 'doctrine.orm.default_xml_metadata_driver' shared service.
  2044.      *
  2045.      * @return \Doctrine\ORM\Mapping\Driver\SimplifiedXmlDriver
  2046.      */
  2047.     protected function getDoctrine_Orm_DefaultXmlMetadataDriverService()
  2048.     {
  2049.         $this->privates['doctrine.orm.default_xml_metadata_driver'] = $instance = new \Doctrine\ORM\Mapping\Driver\SimplifiedXmlDriver([(\dirname(__DIR__4).'/vendor/vich/uploader-bundle/config/doctrine') => 'Vich\\UploaderBundle\\Entity', (\dirname(__DIR__4).'/vendor/lexik/translation-bundle/Resources/config/doctrine') => 'Lexik\\Bundle\\TranslationBundle\\Entity']);
  2050.         $instance->setGlobalBasename('mapping');
  2051.         return $instance;
  2052.     }
  2053.     /**
  2054.      * Gets the private 'exception_listener' shared service.
  2055.      *
  2056.      * @return \Symfony\Component\HttpKernel\EventListener\ErrorListener
  2057.      */
  2058.     protected function getExceptionListener2Service()
  2059.     {
  2060.         return $this->privates['exception_listener'] = new \Symfony\Component\HttpKernel\EventListener\ErrorListener('error_controller', ($this->privates['monolog.logger.request'] ?? $this->getMonolog_Logger_RequestService()), true, []);
  2061.     }
  2062.     /**
  2063.      * Gets the private 'framework_extra_bundle.argument_name_convertor' shared service.
  2064.      *
  2065.      * @return \Sensio\Bundle\FrameworkExtraBundle\Request\ArgumentNameConverter
  2066.      */
  2067.     protected function getFrameworkExtraBundle_ArgumentNameConvertorService()
  2068.     {
  2069.         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())));
  2070.     }
  2071.     /**
  2072.      * Gets the private 'framework_extra_bundle.event.is_granted' shared service.
  2073.      *
  2074.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\IsGrantedListener
  2075.      */
  2076.     protected function getFrameworkExtraBundle_Event_IsGrantedService()
  2077.     {
  2078.         $a = ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService());
  2079.         if (isset($this->privates['framework_extra_bundle.event.is_granted'])) {
  2080.             return $this->privates['framework_extra_bundle.event.is_granted'];
  2081.         }
  2082.         return $this->privates['framework_extra_bundle.event.is_granted'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\IsGrantedListener(($this->privates['framework_extra_bundle.argument_name_convertor'] ?? $this->getFrameworkExtraBundle_ArgumentNameConvertorService()), $a);
  2083.     }
  2084.     /**
  2085.      * Gets the private 'knp_paginator.subscriber.sliding_pagination' shared service.
  2086.      *
  2087.      * @return \Knp\Bundle\PaginatorBundle\Subscriber\SlidingPaginationSubscriber
  2088.      */
  2089.     protected function getKnpPaginator_Subscriber_SlidingPaginationService()
  2090.     {
  2091.         return $this->privates['knp_paginator.subscriber.sliding_pagination'] = new \Knp\Bundle\PaginatorBundle\Subscriber\SlidingPaginationSubscriber(['defaultPaginationTemplate' => '@KnpPaginator/Pagination/sliding.html.twig''defaultSortableTemplate' => '@KnpPaginator/Pagination/sortable_link.html.twig''defaultFiltrationTemplate' => '@KnpPaginator/Pagination/filtration.html.twig''defaultPageRange' => 5'defaultPageLimit' => NULL]);
  2092.     }
  2093.     /**
  2094.      * Gets the private 'liip_imagine.binary.mime_type_guesser' shared service.
  2095.      *
  2096.      * @return \Liip\ImagineBundle\Binary\SimpleMimeTypeGuesser
  2097.      */
  2098.     protected function getLiipImagine_Binary_MimeTypeGuesserService()
  2099.     {
  2100.         return $this->privates['liip_imagine.binary.mime_type_guesser'] = new \Liip\ImagineBundle\Binary\SimpleMimeTypeGuesser(\Symfony\Component\Mime\MimeTypes::getDefault());
  2101.     }
  2102.     /**
  2103.      * Gets the private 'locale_aware_listener' shared service.
  2104.      *
  2105.      * @return \Symfony\Component\HttpKernel\EventListener\LocaleAwareListener
  2106.      */
  2107.     protected function getLocaleAwareListenerService()
  2108.     {
  2109.         return $this->privates['locale_aware_listener'] = new \Symfony\Component\HttpKernel\EventListener\LocaleAwareListener(new RewindableGenerator(function () {
  2110.             yield => ($this->privates['slugger'] ?? ($this->privates['slugger'] = new \Symfony\Component\String\Slugger\AsciiSlugger('en')));
  2111.             yield => ($this->privates['translator.default'] ?? $this->load('getTranslator_DefaultService'));
  2112.             yield => ($this->services['lexik_translation.translator'] ?? $this->getLexikTranslation_TranslatorService());
  2113.         }, 3), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  2114.     }
  2115.     /**
  2116.      * Gets the private 'locale_listener' shared service.
  2117.      *
  2118.      * @return \Symfony\Component\HttpKernel\EventListener\LocaleListener
  2119.      */
  2120.     protected function getLocaleListenerService()
  2121.     {
  2122.         return $this->privates['locale_listener'] = new \Symfony\Component\HttpKernel\EventListener\LocaleListener(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), 'en', ($this->services['router'] ?? $this->getRouterService()), false, []);
  2123.     }
  2124.     /**
  2125.      * Gets the private 'monolog.handler.console' shared service.
  2126.      *
  2127.      * @return \Symfony\Bridge\Monolog\Handler\ConsoleHandler
  2128.      */
  2129.     protected function getMonolog_Handler_ConsoleService()
  2130.     {
  2131.         return $this->privates['monolog.handler.console'] = new \Symfony\Bridge\Monolog\Handler\ConsoleHandler(NULLtrue, [], []);
  2132.     }
  2133.     /**
  2134.      * Gets the private 'monolog.handler.main' shared service.
  2135.      *
  2136.      * @return \Monolog\Handler\StreamHandler
  2137.      */
  2138.     protected function getMonolog_Handler_MainService()
  2139.     {
  2140.         $this->privates['monolog.handler.main'] = $instance = new \Monolog\Handler\StreamHandler((\dirname(__DIR__3).'/log/dev.log'), 'debug'trueNULLfalse);
  2141.         $instance->pushProcessor(new \Monolog\Processor\PsrLogMessageProcessor());
  2142.         return $instance;
  2143.     }
  2144.     /**
  2145.      * Gets the private 'monolog.logger' shared service.
  2146.      *
  2147.      * @return \Symfony\Bridge\Monolog\Logger
  2148.      */
  2149.     protected function getMonolog_LoggerService()
  2150.     {
  2151.         $this->privates['monolog.logger'] = $instance = new \Symfony\Bridge\Monolog\Logger('app');
  2152.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  2153.         $instance->useMicrosecondTimestamps(true);
  2154.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  2155.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  2156.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  2157.         return $instance;
  2158.     }
  2159.     /**
  2160.      * Gets the private 'monolog.logger.cache' shared service.
  2161.      *
  2162.      * @return \Symfony\Bridge\Monolog\Logger
  2163.      */
  2164.     protected function getMonolog_Logger_CacheService()
  2165.     {
  2166.         $this->privates['monolog.logger.cache'] = $instance = new \Symfony\Bridge\Monolog\Logger('cache');
  2167.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  2168.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  2169.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  2170.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  2171.         return $instance;
  2172.     }
  2173.     /**
  2174.      * Gets the private 'monolog.logger.request' shared service.
  2175.      *
  2176.      * @return \Symfony\Bridge\Monolog\Logger
  2177.      */
  2178.     protected function getMonolog_Logger_RequestService()
  2179.     {
  2180.         $this->privates['monolog.logger.request'] = $instance = new \Symfony\Bridge\Monolog\Logger('request');
  2181.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  2182.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  2183.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  2184.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  2185.         return $instance;
  2186.     }
  2187.     /**
  2188.      * Gets the private 'monolog.logger.security' shared service.
  2189.      *
  2190.      * @return \Symfony\Bridge\Monolog\Logger
  2191.      */
  2192.     protected function getMonolog_Logger_SecurityService()
  2193.     {
  2194.         $this->privates['monolog.logger.security'] = $instance = new \Symfony\Bridge\Monolog\Logger('security');
  2195.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  2196.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  2197.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  2198.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  2199.         return $instance;
  2200.     }
  2201.     /**
  2202.      * Gets the private 'parameter_bag' shared service.
  2203.      *
  2204.      * @return \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag
  2205.      */
  2206.     protected function getParameterBagService()
  2207.     {
  2208.         return $this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this);
  2209.     }
  2210.     /**
  2211.      * Gets the private 'profiler_listener' shared service.
  2212.      *
  2213.      * @return \Symfony\Component\HttpKernel\EventListener\ProfilerListener
  2214.      */
  2215.     protected function getProfilerListenerService()
  2216.     {
  2217.         $a = ($this->services['.container.private.profiler'] ?? $this->get_Container_Private_ProfilerService());
  2218.         if (isset($this->privates['profiler_listener'])) {
  2219.             return $this->privates['profiler_listener'];
  2220.         }
  2221.         return $this->privates['profiler_listener'] = new \Symfony\Component\HttpKernel\EventListener\ProfilerListener($a, ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), NULLfalsefalseNULL);
  2222.     }
  2223.     /**
  2224.      * Gets the private 'property_accessor' shared service.
  2225.      *
  2226.      * @return \Symfony\Component\PropertyAccess\PropertyAccessor
  2227.      */
  2228.     protected function getPropertyAccessorService()
  2229.     {
  2230.         $a = ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  2231.         return $this->privates['property_accessor'] = new \Symfony\Component\PropertyAccess\PropertyAccessor(32, new \Symfony\Component\Cache\Adapter\ArrayAdapter(0false), $a$a);
  2232.     }
  2233.     /**
  2234.      * Gets the private 'property_info' shared service.
  2235.      *
  2236.      * @return \Symfony\Component\PropertyInfo\PropertyInfoExtractor
  2237.      */
  2238.     protected function getPropertyInfoService()
  2239.     {
  2240.         return $this->privates['property_info'] = new \Symfony\Component\PropertyInfo\PropertyInfoExtractor(new RewindableGenerator(function () {
  2241.             yield => ($this->privates['property_info.serializer_extractor'] ?? $this->load('getPropertyInfo_SerializerExtractorService'));
  2242.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  2243.             yield => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->load('getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService'));
  2244.         }, 3), new RewindableGenerator(function () {
  2245.             yield => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->load('getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService'));
  2246.             yield => ($this->privates['property_info.phpstan_extractor'] ?? ($this->privates['property_info.phpstan_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\PhpStanExtractor()));
  2247.             yield => ($this->privates['property_info.php_doc_extractor'] ?? ($this->privates['property_info.php_doc_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\PhpDocExtractor()));
  2248.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  2249.         }, 4), new RewindableGenerator(function () {
  2250.             yield => ($this->privates['property_info.php_doc_extractor'] ?? ($this->privates['property_info.php_doc_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\PhpDocExtractor()));
  2251.         }, 1), new RewindableGenerator(function () {
  2252.             yield => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->load('getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService'));
  2253.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  2254.         }, 2), new RewindableGenerator(function () {
  2255.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  2256.         }, 1));
  2257.     }
  2258.     /**
  2259.      * Gets the private 'router.expression_language_provider' shared service.
  2260.      *
  2261.      * @return \Symfony\Component\Routing\Matcher\ExpressionLanguageProvider
  2262.      */
  2263.     protected function getRouter_ExpressionLanguageProviderService()
  2264.     {
  2265.         return $this->privates['router.expression_language_provider'] = new \Symfony\Component\Routing\Matcher\ExpressionLanguageProvider(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2266.             'env' => ['privates''container.getenv''getContainer_GetenvService'true],
  2267.         ], [
  2268.             'env' => 'Closure',
  2269.         ]));
  2270.     }
  2271.     /**
  2272.      * Gets the private 'router.request_context' shared service.
  2273.      *
  2274.      * @return \Symfony\Component\Routing\RequestContext
  2275.      */
  2276.     protected function getRouter_RequestContextService()
  2277.     {
  2278.         $this->privates['router.request_context'] = $instance = \Symfony\Component\Routing\RequestContext::fromUri('''localhost''http'80443);
  2279.         $instance->setParameter('_functions', ($this->privates['router.expression_language_provider'] ?? $this->getRouter_ExpressionLanguageProviderService()));
  2280.         return $instance;
  2281.     }
  2282.     /**
  2283.      * Gets the private 'router_listener' shared service.
  2284.      *
  2285.      * @return \Symfony\Component\HttpKernel\EventListener\RouterListener
  2286.      */
  2287.     protected function getRouterListenerService()
  2288.     {
  2289.         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);
  2290.     }
  2291.     /**
  2292.      * Gets the private 'security.context_listener.0' shared service.
  2293.      *
  2294.      * @return \Symfony\Component\Security\Http\Firewall\ContextListener
  2295.      */
  2296.     protected function getSecurity_ContextListener_0Service()
  2297.     {
  2298.         return $this->privates['security.context_listener.0'] = new \Symfony\Component\Security\Http\Firewall\ContextListener(($this->privates['security.untracked_token_storage'] ?? ($this->privates['security.untracked_token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())), new RewindableGenerator(function () {
  2299.             yield => ($this->privates['security.user.provider.concrete.app_user_provider'] ?? $this->load('getSecurity_User_Provider_Concrete_AppUserProviderService'));
  2300.         }, 1), 'main', ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), ($this->privates['security.event_dispatcher.main'] ?? $this->getSecurity_EventDispatcher_MainService()), ($this->privates['security.authentication.trust_resolver'] ?? ($this->privates['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver())), [=> ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), => 'enableUsageTracking']);
  2301.     }
  2302.     /**
  2303.      * Gets the private 'security.csrf.token_storage' shared service.
  2304.      *
  2305.      * @return \Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage
  2306.      */
  2307.     protected function getSecurity_Csrf_TokenStorageService()
  2308.     {
  2309.         return $this->privates['security.csrf.token_storage'] = new \Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  2310.     }
  2311.     /**
  2312.      * Gets the private 'security.event_dispatcher.main' shared service.
  2313.      *
  2314.      * @return \Symfony\Component\EventDispatcher\EventDispatcher
  2315.      */
  2316.     protected function getSecurity_EventDispatcher_MainService()
  2317.     {
  2318.         $this->privates['security.event_dispatcher.main'] = $instance = new \Symfony\Component\EventDispatcher\EventDispatcher();
  2319.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  2320.             return ($this->privates['security.listener.main.user_provider'] ?? $this->load('getSecurity_Listener_Main_UserProviderService'));
  2321.         }, => 'checkPassport'], 2048);
  2322.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  2323.             return ($this->privates['security.listener.session.main'] ?? $this->load('getSecurity_Listener_Session_MainService'));
  2324.         }, => 'onSuccessfulLogin'], 0);
  2325.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  2326.             return ($this->privates['security.logout.listener.default.main'] ?? $this->load('getSecurity_Logout_Listener_Default_MainService'));
  2327.         }, => 'onLogout'], 64);
  2328.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  2329.             return ($this->privates['security.logout.listener.session.main'] ?? ($this->privates['security.logout.listener.session.main'] = new \Symfony\Component\Security\Http\EventListener\SessionLogoutListener()));
  2330.         }, => 'onLogout'], 0);
  2331.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  2332.             return ($this->privates['security.listener.check_remember_me_conditions.main'] ?? $this->load('getSecurity_Listener_CheckRememberMeConditions_MainService'));
  2333.         }, => 'onSuccessfulLogin'], -32);
  2334.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  2335.             return ($this->privates['security.listener.remember_me.main'] ?? $this->load('getSecurity_Listener_RememberMe_MainService'));
  2336.         }, => 'onSuccessfulLogin'], -64);
  2337.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginFailureEvent', [=> function () {
  2338.             return ($this->privates['security.listener.remember_me.main'] ?? $this->load('getSecurity_Listener_RememberMe_MainService'));
  2339.         }, => 'clearCookie'], 0);
  2340.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  2341.             return ($this->privates['security.listener.remember_me.main'] ?? $this->load('getSecurity_Listener_RememberMe_MainService'));
  2342.         }, => 'clearCookie'], 0);
  2343.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\TokenDeauthenticatedEvent', [=> function () {
  2344.             return ($this->privates['security.listener.remember_me.main'] ?? $this->load('getSecurity_Listener_RememberMe_MainService'));
  2345.         }, => 'clearCookie'], 0);
  2346.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  2347.             return ($this->privates['security.listener.user_checker.main'] ?? $this->load('getSecurity_Listener_UserChecker_MainService'));
  2348.         }, => 'preCheckCredentials'], 256);
  2349.         $instance->addListener('security.authentication.success', [=> function () {
  2350.             return ($this->privates['security.listener.user_checker.main'] ?? $this->load('getSecurity_Listener_UserChecker_MainService'));
  2351.         }, => 'postCheckCredentials'], 256);
  2352.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  2353.             return ($this->privates['security.listener.user_provider'] ?? $this->load('getSecurity_Listener_UserProviderService'));
  2354.         }, => 'checkPassport'], 1024);
  2355.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  2356.             return ($this->privates['security.listener.check_authenticator_credentials'] ?? $this->load('getSecurity_Listener_CheckAuthenticatorCredentialsService'));
  2357.         }, => 'checkPassport'], 0);
  2358.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  2359.             return ($this->privates['security.listener.password_migrating'] ?? $this->load('getSecurity_Listener_PasswordMigratingService'));
  2360.         }, => 'onLoginSuccess'], 0);
  2361.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  2362.             return ($this->privates['security.listener.csrf_protection'] ?? $this->load('getSecurity_Listener_CsrfProtectionService'));
  2363.         }, => 'checkPassport'], 512);
  2364.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  2365.             return ($this->privates['security.logout.listener.csrf_token_clearing'] ?? $this->load('getSecurity_Logout_Listener_CsrfTokenClearingService'));
  2366.         }, => 'onLogout'], 0);
  2367.         return $instance;
  2368.     }
  2369.     /**
  2370.      * Gets the private 'security.firewall.map' shared service.
  2371.      *
  2372.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallMap
  2373.      */
  2374.     protected function getSecurity_Firewall_MapService()
  2375.     {
  2376.         $a = ($this->privates['.service_locator.zJyh7qS'] ?? $this->get_ServiceLocator_ZJyh7qSService());
  2377.         if (isset($this->privates['security.firewall.map'])) {
  2378.             return $this->privates['security.firewall.map'];
  2379.         }
  2380.         return $this->privates['security.firewall.map'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallMap($a, new RewindableGenerator(function () {
  2381.             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)/')));
  2382.             yield 'security.firewall.map.context.main' => NULL;
  2383.         }, 2));
  2384.     }
  2385.     /**
  2386.      * Gets the private 'security.logout_url_generator' shared service.
  2387.      *
  2388.      * @return \Symfony\Component\Security\Http\Logout\LogoutUrlGenerator
  2389.      */
  2390.     protected function getSecurity_LogoutUrlGeneratorService()
  2391.     {
  2392.         $this->privates['security.logout_url_generator'] = $instance = new \Symfony\Component\Security\Http\Logout\LogoutUrlGenerator(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->services['router'] ?? $this->getRouterService()), ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()));
  2393.         $instance->registerListener('main''app_logout''logout''_csrf_token'NULLNULL);
  2394.         return $instance;
  2395.     }
  2396.     /**
  2397.      * Gets the private 'security.role_hierarchy' shared service.
  2398.      *
  2399.      * @return \Symfony\Component\Security\Core\Role\RoleHierarchy
  2400.      */
  2401.     protected function getSecurity_RoleHierarchyService()
  2402.     {
  2403.         return $this->privates['security.role_hierarchy'] = new \Symfony\Component\Security\Core\Role\RoleHierarchy($this->parameters['security.role_hierarchy.roles']);
  2404.     }
  2405.     /**
  2406.      * Gets the private 'sensio_framework_extra.controller.listener' shared service.
  2407.      *
  2408.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener
  2409.      */
  2410.     protected function getSensioFrameworkExtra_Controller_ListenerService()
  2411.     {
  2412.         return $this->privates['sensio_framework_extra.controller.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  2413.     }
  2414.     /**
  2415.      * Gets the private 'sensio_framework_extra.converter.listener' shared service.
  2416.      *
  2417.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener
  2418.      */
  2419.     protected function getSensioFrameworkExtra_Converter_ListenerService()
  2420.     {
  2421.         $a = new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\ParamConverterManager();
  2422.         $a->add(new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\DoctrineParamConverter(($this->services['doctrine'] ?? $this->getDoctrineService()), new \Symfony\Component\ExpressionLanguage\ExpressionLanguage()), 0'doctrine.orm');
  2423.         $a->add(new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\DateTimeParamConverter(), 0'datetime');
  2424.         return $this->privates['sensio_framework_extra.converter.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener($atrue);
  2425.     }
  2426.     /**
  2427.      * Gets the private 'sensio_framework_extra.security.listener' shared service.
  2428.      *
  2429.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\SecurityListener
  2430.      */
  2431.     protected function getSensioFrameworkExtra_Security_ListenerService()
  2432.     {
  2433.         $a = ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService());
  2434.         if (isset($this->privates['sensio_framework_extra.security.listener'])) {
  2435.             return $this->privates['sensio_framework_extra.security.listener'];
  2436.         }
  2437.         return $this->privates['sensio_framework_extra.security.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\SecurityListener(($this->privates['framework_extra_bundle.argument_name_convertor'] ?? $this->getFrameworkExtraBundle_ArgumentNameConvertorService()), new \Sensio\Bundle\FrameworkExtraBundle\Security\ExpressionLanguage(), ($this->privates['security.authentication.trust_resolver'] ?? ($this->privates['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver())), ($this->privates['security.role_hierarchy'] ?? $this->getSecurity_RoleHierarchyService()), ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), $a, ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  2438.     }
  2439.     /**
  2440.      * Gets the private 'sensio_framework_extra.view.listener' shared service.
  2441.      *
  2442.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\TemplateListener
  2443.      */
  2444.     protected function getSensioFrameworkExtra_View_ListenerService()
  2445.     {
  2446.         $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))));
  2447.         $instance->setContainer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2448.             'twig' => ['services''.container.private.twig''get_Container_Private_TwigService'false],
  2449.         ], [
  2450.             'twig' => '?',
  2451.         ]))->withContext('sensio_framework_extra.view.listener'$this));
  2452.         return $instance;
  2453.     }
  2454.     /**
  2455.      * Gets the private 'session_listener' shared service.
  2456.      *
  2457.      * @return \Symfony\Component\HttpKernel\EventListener\SessionListener
  2458.      */
  2459.     protected function getSessionListenerService()
  2460.     {
  2461.         return $this->privates['session_listener'] = new \Symfony\Component\HttpKernel\EventListener\SessionListener(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2462.             'initialized_session' => ['services''.container.private.session'NULLtrue],
  2463.             'logger' => ['privates''monolog.logger''getMonolog_LoggerService'false],
  2464.             'session' => ['services''.container.private.session''get_Container_Private_SessionService'true],
  2465.             'session_collector' => ['privates''data_collector.request.session_collector''getDataCollector_Request_SessionCollectorService'true],
  2466.             'session_factory' => ['privates''session.factory''getSession_FactoryService'true],
  2467.         ], [
  2468.             'initialized_session' => '?',
  2469.             'logger' => '?',
  2470.             'session' => '?',
  2471.             'session_collector' => '?',
  2472.             'session_factory' => '?',
  2473.         ]), true$this->parameters['session.storage.options']);
  2474.     }
  2475.     /**
  2476.      * Gets the private 'translator.formatter.default' shared service.
  2477.      *
  2478.      * @return \Symfony\Component\Translation\Formatter\MessageFormatter
  2479.      */
  2480.     protected function getTranslator_Formatter_DefaultService()
  2481.     {
  2482.         return $this->privates['translator.formatter.default'] = new \Symfony\Component\Translation\Formatter\MessageFormatter(new \Symfony\Component\Translation\IdentityTranslator());
  2483.     }
  2484.     /**
  2485.      * Gets the private 'validator.builder' shared service.
  2486.      *
  2487.      * @return \Symfony\Component\Validator\ValidatorBuilder
  2488.      */
  2489.     protected function getValidator_BuilderService()
  2490.     {
  2491.         $this->privates['validator.builder'] = $instance = \Symfony\Component\Validator\Validation::createValidatorBuilder();
  2492.         $a = ($this->privates['property_info'] ?? $this->getPropertyInfoService());
  2493.         $instance->setConstraintValidatorFactory(new \Symfony\Component\Validator\ContainerConstraintValidatorFactory(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2494.             'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator' => ['privates''doctrine.orm.validator.unique''getDoctrine_Orm_Validator_UniqueService'true],
  2495.             'Symfony\\Component\\Security\\Core\\Validator\\Constraints\\UserPasswordValidator' => ['privates''security.validator.user_password''getSecurity_Validator_UserPasswordService'true],
  2496.             'Symfony\\Component\\Validator\\Constraints\\EmailValidator' => ['privates''validator.email''getValidator_EmailService'true],
  2497.             'Symfony\\Component\\Validator\\Constraints\\ExpressionValidator' => ['privates''validator.expression''getValidator_ExpressionService'true],
  2498.             'Symfony\\Component\\Validator\\Constraints\\NotCompromisedPasswordValidator' => ['privates''validator.not_compromised_password''getValidator_NotCompromisedPasswordService'true],
  2499.             'doctrine.orm.validator.unique' => ['privates''doctrine.orm.validator.unique''getDoctrine_Orm_Validator_UniqueService'true],
  2500.             'security.validator.user_password' => ['privates''security.validator.user_password''getSecurity_Validator_UserPasswordService'true],
  2501.             'validator.expression' => ['privates''validator.expression''getValidator_ExpressionService'true],
  2502.         ], [
  2503.             'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator' => '?',
  2504.             'Symfony\\Component\\Security\\Core\\Validator\\Constraints\\UserPasswordValidator' => '?',
  2505.             'Symfony\\Component\\Validator\\Constraints\\EmailValidator' => '?',
  2506.             'Symfony\\Component\\Validator\\Constraints\\ExpressionValidator' => '?',
  2507.             'Symfony\\Component\\Validator\\Constraints\\NotCompromisedPasswordValidator' => '?',
  2508.             'doctrine.orm.validator.unique' => '?',
  2509.             'security.validator.user_password' => '?',
  2510.             'validator.expression' => '?',
  2511.         ])));
  2512.         if ($this->has('translator')) {
  2513.             $instance->setTranslator(($this->services['translator'] ?? $this->getTranslatorService()));
  2514.         }
  2515.         $instance->setTranslationDomain('validators');
  2516.         $instance->addXmlMappings([=> (\dirname(__DIR__4).'/vendor/symfony/form/Resources/config/validation.xml')]);
  2517.         $instance->enableAnnotationMapping(true);
  2518.         $instance->setDoctrineAnnotationReader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  2519.         $instance->addMethodMapping('loadValidatorMetadata');
  2520.         $instance->addObjectInitializers([=> new \Symfony\Bridge\Doctrine\Validator\DoctrineInitializer(($this->services['doctrine'] ?? $this->getDoctrineService()))]);
  2521.         $instance->addLoader(new \Symfony\Component\Validator\Mapping\Loader\PropertyInfoLoader($a$a$aNULL));
  2522.         $instance->addLoader(new \Symfony\Bridge\Doctrine\Validator\DoctrineLoader(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), NULL));
  2523.         return $instance;
  2524.     }
  2525.     /**
  2526.      * Gets the private 'var_dumper.html_dumper' shared service.
  2527.      *
  2528.      * @return \Symfony\Component\VarDumper\Dumper\HtmlDumper
  2529.      */
  2530.     protected function getVarDumper_HtmlDumperService()
  2531.     {
  2532.         $this->privates['var_dumper.html_dumper'] = $instance = new \Symfony\Component\VarDumper\Dumper\HtmlDumper(NULL'UTF-8'0);
  2533.         $instance->setDisplayOptions(['fileLinkFormat' => ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService())]);
  2534.         return $instance;
  2535.     }
  2536.     /**
  2537.      * Gets the private 'var_dumper.server_connection' shared service.
  2538.      *
  2539.      * @return \Symfony\Component\VarDumper\Server\Connection
  2540.      */
  2541.     protected function getVarDumper_ServerConnectionService()
  2542.     {
  2543.         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()]);
  2544.     }
  2545.     /**
  2546.      * Gets the private 'vich_uploader.metadata_reader' shared service.
  2547.      *
  2548.      * @return \Vich\UploaderBundle\Metadata\MetadataReader
  2549.      */
  2550.     protected function getVichUploader_MetadataReaderService()
  2551.     {
  2552.         $a = new \Metadata\Driver\FileLocator([]);
  2553.         $b = new \Metadata\MetadataFactory(new \Metadata\Driver\DriverChain([=> new \Vich\UploaderBundle\Metadata\Driver\XmlDriver($a), => new \Vich\UploaderBundle\Metadata\Driver\AnnotationDriver(new \Doctrine\Common\Annotations\AnnotationReader(), [=> ($this->services['doctrine'] ?? $this->getDoctrineService())]), => new \Vich\UploaderBundle\Metadata\Driver\YamlDriver($a), => new \Vich\UploaderBundle\Metadata\Driver\YmlDriver($a)]), 'Metadata\\ClassHierarchyMetadata'true);
  2554.         $b->setCache(new \Metadata\Cache\FileCache(($this->targetDir.''.'/vich_uploader')));
  2555.         return $this->privates['vich_uploader.metadata_reader'] = new \Vich\UploaderBundle\Metadata\MetadataReader($b);
  2556.     }
  2557.     /**
  2558.      * Gets the private 'web_profiler.csp.handler' shared service.
  2559.      *
  2560.      * @return \Symfony\Bundle\WebProfilerBundle\Csp\ContentSecurityPolicyHandler
  2561.      */
  2562.     protected function getWebProfiler_Csp_HandlerService()
  2563.     {
  2564.         return $this->privates['web_profiler.csp.handler'] = new \Symfony\Bundle\WebProfilerBundle\Csp\ContentSecurityPolicyHandler(new \Symfony\Bundle\WebProfilerBundle\Csp\NonceGenerator());
  2565.     }
  2566.     /**
  2567.      * Gets the private 'web_profiler.debug_toolbar' shared service.
  2568.      *
  2569.      * @return \Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener
  2570.      */
  2571.     protected function getWebProfiler_DebugToolbarService()
  2572.     {
  2573.         $a = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  2574.         if (isset($this->privates['web_profiler.debug_toolbar'])) {
  2575.             return $this->privates['web_profiler.debug_toolbar'];
  2576.         }
  2577.         return $this->privates['web_profiler.debug_toolbar'] = new \Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener($afalse2, ($this->services['router'] ?? $this->getRouterService()), '^/((index|app(_[\\w]+)?)\\.php/)?_wdt', ($this->privates['web_profiler.csp.handler'] ?? $this->getWebProfiler_Csp_HandlerService()), ($this->services['data_collector.dump'] ?? $this->getDataCollector_DumpService()));
  2578.     }
  2579.     /**
  2580.      * Gets the private 'webpack_encore.entrypoint_lookup_collection' shared service.
  2581.      *
  2582.      * @return \Symfony\WebpackEncoreBundle\Asset\EntrypointLookupCollection
  2583.      */
  2584.     protected function getWebpackEncore_EntrypointLookupCollectionService()
  2585.     {
  2586.         return $this->privates['webpack_encore.entrypoint_lookup_collection'] = new \Symfony\WebpackEncoreBundle\Asset\EntrypointLookupCollection(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2587.             '_default' => ['privates''webpack_encore.entrypoint_lookup[_default]''getWebpackEncore_EntrypointLookupDefaultService'true],
  2588.         ], [
  2589.             '_default' => '?',
  2590.         ]), '_default');
  2591.     }
  2592.     /**
  2593.      * Gets the public 'cache_clearer' alias.
  2594.      *
  2595.      * @return object The ".container.private.cache_clearer" service.
  2596.      */
  2597.     protected function getCacheClearerService()
  2598.     {
  2599.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "cache_clearer" service directly from the container is deprecated, use dependency injection instead.');
  2600.         return $this->get('.container.private.cache_clearer');
  2601.     }
  2602.     /**
  2603.      * Gets the public 'filesystem' alias.
  2604.      *
  2605.      * @return object The ".container.private.filesystem" service.
  2606.      */
  2607.     protected function getFilesystemService()
  2608.     {
  2609.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "filesystem" service directly from the container is deprecated, use dependency injection instead.');
  2610.         return $this->get('.container.private.filesystem');
  2611.     }
  2612.     /**
  2613.      * Gets the public 'serializer' alias.
  2614.      *
  2615.      * @return object The ".container.private.serializer" service.
  2616.      */
  2617.     protected function getSerializerService()
  2618.     {
  2619.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "serializer" service directly from the container is deprecated, use dependency injection instead.');
  2620.         return $this->get('.container.private.serializer');
  2621.     }
  2622.     /**
  2623.      * Gets the public 'security.csrf.token_manager' alias.
  2624.      *
  2625.      * @return object The ".container.private.security.csrf.token_manager" service.
  2626.      */
  2627.     protected function getSecurity_Csrf_TokenManagerService()
  2628.     {
  2629.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "security.csrf.token_manager" service directly from the container is deprecated, use dependency injection instead.');
  2630.         return $this->get('.container.private.security.csrf.token_manager');
  2631.     }
  2632.     /**
  2633.      * Gets the public 'form.factory' alias.
  2634.      *
  2635.      * @return object The ".container.private.form.factory" service.
  2636.      */
  2637.     protected function getForm_FactoryService()
  2638.     {
  2639.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "form.factory" service directly from the container is deprecated, use dependency injection instead.');
  2640.         return $this->get('.container.private.form.factory');
  2641.     }
  2642.     /**
  2643.      * Gets the public 'form.type.file' alias.
  2644.      *
  2645.      * @return object The ".container.private.form.type.file" service.
  2646.      */
  2647.     protected function getForm_Type_FileService()
  2648.     {
  2649.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "form.type.file" service directly from the container is deprecated, use dependency injection instead.');
  2650.         return $this->get('.container.private.form.type.file');
  2651.     }
  2652.     /**
  2653.      * Gets the public 'profiler' alias.
  2654.      *
  2655.      * @return object The ".container.private.profiler" service.
  2656.      */
  2657.     protected function getProfilerService()
  2658.     {
  2659.         trigger_deprecation('symfony/framework-bundle''5.4''Accessing the "profiler" service directly from the container is deprecated, use dependency injection instead.');
  2660.         return $this->get('.container.private.profiler');
  2661.     }
  2662.     /**
  2663.      * Gets the public 'twig' alias.
  2664.      *
  2665.      * @return object The ".container.private.twig" service.
  2666.      */
  2667.     protected function getTwigService()
  2668.     {
  2669.         trigger_deprecation('symfony/twig-bundle''5.2''Accessing the "twig" service directly from the container is deprecated, use dependency injection instead.');
  2670.         return $this->get('.container.private.twig');
  2671.     }
  2672.     /**
  2673.      * Gets the public 'security.authorization_checker' alias.
  2674.      *
  2675.      * @return object The ".container.private.security.authorization_checker" service.
  2676.      */
  2677.     protected function getSecurity_AuthorizationCheckerService()
  2678.     {
  2679.         trigger_deprecation('symfony/security-bundle''5.3''Accessing the "security.authorization_checker" service directly from the container is deprecated, use dependency injection instead.');
  2680.         return $this->get('.container.private.security.authorization_checker');
  2681.     }
  2682.     /**
  2683.      * Gets the public 'security.token_storage' alias.
  2684.      *
  2685.      * @return object The ".container.private.security.token_storage" service.
  2686.      */
  2687.     protected function getSecurity_TokenStorageService()
  2688.     {
  2689.         trigger_deprecation('symfony/security-bundle''5.3''Accessing the "security.token_storage" service directly from the container is deprecated, use dependency injection instead.');
  2690.         return $this->get('.container.private.security.token_storage');
  2691.     }
  2692.     /**
  2693.      * Gets the public 'pagerfanta.route_generator_factory' alias.
  2694.      *
  2695.      * @return object The ".container.private.pagerfanta.route_generator_factory" service.
  2696.      */
  2697.     protected function getPagerfanta_RouteGeneratorFactoryService()
  2698.     {
  2699.         trigger_deprecation('babdev/pagerfanta-bundle''3.5''Accessing the "pagerfanta.route_generator_factory" service directly from the container is deprecated, use dependency injection instead.');
  2700.         return $this->get('.container.private.pagerfanta.route_generator_factory');
  2701.     }
  2702.     /**
  2703.      * Gets the public 'pagerfanta.view_factory' alias.
  2704.      *
  2705.      * @return object The ".container.private.pagerfanta.view_factory" service.
  2706.      */
  2707.     protected function getPagerfanta_ViewFactoryService()
  2708.     {
  2709.         trigger_deprecation('babdev/pagerfanta-bundle''3.5''Accessing the "pagerfanta.view_factory" service directly from the container is deprecated, use dependency injection instead.');
  2710.         return $this->get('.container.private.pagerfanta.view_factory');
  2711.     }
  2712.     /**
  2713.      * Gets the public 'security.password_encoder' alias.
  2714.      *
  2715.      * @return object The ".container.private.security.password_encoder" service.
  2716.      */
  2717.     protected function getSecurity_PasswordEncoderService()
  2718.     {
  2719.         trigger_deprecation('symfony/security-bundle''5.3''Accessing the "security.password_encoder" service directly from the container is deprecated, use dependency injection instead.');
  2720.         return $this->get('.container.private.security.password_encoder');
  2721.     }
  2722.     /**
  2723.      * Gets the public 'session' alias.
  2724.      *
  2725.      * @return object The ".container.private.session" service.
  2726.      */
  2727.     protected function getSessionService()
  2728.     {
  2729.         trigger_deprecation('symfony/framework-bundle''5.3''Accessing the "session" service directly from the container is deprecated, use dependency injection instead.');
  2730.         return $this->get('.container.private.session');
  2731.     }
  2732.     /**
  2733.      * Gets the public 'validator' alias.
  2734.      *
  2735.      * @return object The ".container.private.validator" service.
  2736.      */
  2737.     protected function getValidatorService()
  2738.     {
  2739.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "validator" service directly from the container is deprecated, use dependency injection instead.');
  2740.         return $this->get('.container.private.validator');
  2741.     }
  2742.     /**
  2743.      * @return array|bool|float|int|string|\UnitEnum|null
  2744.      */
  2745.     public function getParameter(string $name)
  2746.     {
  2747.         if (isset($this->buildParameters[$name])) {
  2748.             return $this->buildParameters[$name];
  2749.         }
  2750.         if (!(isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || \array_key_exists($name$this->parameters))) {
  2751.             throw new InvalidArgumentException(sprintf('The parameter "%s" must be defined.'$name));
  2752.         }
  2753.         if (isset($this->loadedDynamicParameters[$name])) {
  2754.             return $this->loadedDynamicParameters[$name] ? $this->dynamicParameters[$name] : $this->getDynamicParameter($name);
  2755.         }
  2756.         return $this->parameters[$name];
  2757.     }
  2758.     public function hasParameter(string $name): bool
  2759.     {
  2760.         if (isset($this->buildParameters[$name])) {
  2761.             return true;
  2762.         }
  2763.         return isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || \array_key_exists($name$this->parameters);
  2764.     }
  2765.     public function setParameter(string $name$value): void
  2766.     {
  2767.         throw new LogicException('Impossible to call set() on a frozen ParameterBag.');
  2768.     }
  2769.     public function getParameterBag(): ParameterBagInterface
  2770.     {
  2771.         if (null === $this->parameterBag) {
  2772.             $parameters $this->parameters;
  2773.             foreach ($this->loadedDynamicParameters as $name => $loaded) {
  2774.                 $parameters[$name] = $loaded $this->dynamicParameters[$name] : $this->getDynamicParameter($name);
  2775.             }
  2776.             foreach ($this->buildParameters as $name => $value) {
  2777.                 $parameters[$name] = $value;
  2778.             }
  2779.             $this->parameterBag = new FrozenParameterBag($parameters);
  2780.         }
  2781.         return $this->parameterBag;
  2782.     }
  2783.     private $loadedDynamicParameters = [
  2784.         'kernel.runtime_environment' => false,
  2785.         'kernel.build_dir' => false,
  2786.         'kernel.cache_dir' => false,
  2787.         'kernel.secret' => false,
  2788.         'debug.container.dump' => false,
  2789.         'serializer.mapping.cache.file' => false,
  2790.         'validator.mapping.cache.file' => false,
  2791.         'profiler.storage.dsn' => false,
  2792.         'doctrine.orm.proxy_dir' => false,
  2793.         'lexik_translation.translator.options' => false,
  2794.     ];
  2795.     private $dynamicParameters = [];
  2796.     private function getDynamicParameter(string $name)
  2797.     {
  2798.         switch ($name) {
  2799.             case 'kernel.runtime_environment'$value $this->getEnv('default:kernel.environment:APP_RUNTIME_ENV'); break;
  2800.             case 'kernel.build_dir'$value $this->targetDir.''; break;
  2801.             case 'kernel.cache_dir'$value $this->targetDir.''; break;
  2802.             case 'kernel.secret'$value $this->getEnv('APP_SECRET'); break;
  2803.             case 'debug.container.dump'$value = ($this->targetDir.''.'/App_KernelDevDebugContainer.xml'); break;
  2804.             case 'serializer.mapping.cache.file'$value = ($this->targetDir.''.'/serialization.php'); break;
  2805.             case 'validator.mapping.cache.file'$value = ($this->targetDir.''.'/validation.php'); break;
  2806.             case 'profiler.storage.dsn'$value = ('file:'.$this->targetDir.''.'/profiler'); break;
  2807.             case 'doctrine.orm.proxy_dir'$value = ($this->targetDir.''.'/doctrine/orm/Proxies'); break;
  2808.             case 'lexik_translation.translator.options'$value = [
  2809.                 'cache_dir' => ($this->targetDir.''.'/translations'),
  2810.                 'debug' => true,
  2811.             ]; break;
  2812.             default: throw new InvalidArgumentException(sprintf('The dynamic parameter "%s" must be defined.'$name));
  2813.         }
  2814.         $this->loadedDynamicParameters[$name] = true;
  2815.         return $this->dynamicParameters[$name] = $value;
  2816.     }
  2817.     protected function getDefaultParameters(): array
  2818.     {
  2819.         return [
  2820.             'kernel.project_dir' => \dirname(__DIR__4),
  2821.             'kernel.environment' => 'dev',
  2822.             'kernel.debug' => true,
  2823.             'kernel.logs_dir' => (\dirname(__DIR__3).'/log'),
  2824.             'kernel.bundles' => [
  2825.                 'FrameworkBundle' => 'Symfony\\Bundle\\FrameworkBundle\\FrameworkBundle',
  2826.                 'DoctrineBundle' => 'Doctrine\\Bundle\\DoctrineBundle\\DoctrineBundle',
  2827.                 'DoctrineMigrationsBundle' => 'Doctrine\\Bundle\\MigrationsBundle\\DoctrineMigrationsBundle',
  2828.                 'DebugBundle' => 'Symfony\\Bundle\\DebugBundle\\DebugBundle',
  2829.                 'TwigBundle' => 'Symfony\\Bundle\\TwigBundle\\TwigBundle',
  2830.                 'WebProfilerBundle' => 'Symfony\\Bundle\\WebProfilerBundle\\WebProfilerBundle',
  2831.                 'TwigExtraBundle' => 'Twig\\Extra\\TwigExtraBundle\\TwigExtraBundle',
  2832.                 'SecurityBundle' => 'Symfony\\Bundle\\SecurityBundle\\SecurityBundle',
  2833.                 'MonologBundle' => 'Symfony\\Bundle\\MonologBundle\\MonologBundle',
  2834.                 'MakerBundle' => 'Symfony\\Bundle\\MakerBundle\\MakerBundle',
  2835.                 'A2lixAutoFormBundle' => 'A2lix\\AutoFormBundle\\A2lixAutoFormBundle',
  2836.                 'VichUploaderBundle' => 'Vich\\UploaderBundle\\VichUploaderBundle',
  2837.                 'SymfonyCastsResetPasswordBundle' => 'SymfonyCasts\\Bundle\\ResetPassword\\SymfonyCastsResetPasswordBundle',
  2838.                 'WebpackEncoreBundle' => 'Symfony\\WebpackEncoreBundle\\WebpackEncoreBundle',
  2839.                 'LiipImagineBundle' => 'Liip\\ImagineBundle\\LiipImagineBundle',
  2840.                 'LexikTranslationBundle' => 'Lexik\\Bundle\\TranslationBundle\\LexikTranslationBundle',
  2841.                 'KnpPaginatorBundle' => 'Knp\\Bundle\\PaginatorBundle\\KnpPaginatorBundle',
  2842.                 'DoctrineBehaviorsBundle' => 'Knp\\DoctrineBehaviors\\DoctrineBehaviorsBundle',
  2843.                 'FOSCKEditorBundle' => 'FOS\\CKEditorBundle\\FOSCKEditorBundle',
  2844.                 'EasyAdminBundle' => 'EasyCorp\\Bundle\\EasyAdminBundle\\EasyAdminBundle',
  2845.                 'BabDevPagerfantaBundle' => 'BabDev\\PagerfantaBundle\\BabDevPagerfantaBundle',
  2846.                 'A2lixTranslationFormBundle' => 'A2lix\\TranslationFormBundle\\A2lixTranslationFormBundle',
  2847.                 'SocleTechniqueBundle' => 'Cofondateur\\SocleTechniqueBundle\\SocleTechniqueBundle',
  2848.                 'DoctrineFixturesBundle' => 'Doctrine\\Bundle\\FixturesBundle\\DoctrineFixturesBundle',
  2849.                 'SensioFrameworkExtraBundle' => 'Sensio\\Bundle\\FrameworkExtraBundle\\SensioFrameworkExtraBundle',
  2850.             ],
  2851.             'kernel.bundles_metadata' => [
  2852.                 'FrameworkBundle' => [
  2853.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle'),
  2854.                     'namespace' => 'Symfony\\Bundle\\FrameworkBundle',
  2855.                 ],
  2856.                 'DoctrineBundle' => [
  2857.                     'path' => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle'),
  2858.                     'namespace' => 'Doctrine\\Bundle\\DoctrineBundle',
  2859.                 ],
  2860.                 'DoctrineMigrationsBundle' => [
  2861.                     'path' => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle'),
  2862.                     'namespace' => 'Doctrine\\Bundle\\MigrationsBundle',
  2863.                 ],
  2864.                 'DebugBundle' => [
  2865.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/debug-bundle'),
  2866.                     'namespace' => 'Symfony\\Bundle\\DebugBundle',
  2867.                 ],
  2868.                 'TwigBundle' => [
  2869.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/twig-bundle'),
  2870.                     'namespace' => 'Symfony\\Bundle\\TwigBundle',
  2871.                 ],
  2872.                 'WebProfilerBundle' => [
  2873.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle'),
  2874.                     'namespace' => 'Symfony\\Bundle\\WebProfilerBundle',
  2875.                 ],
  2876.                 'TwigExtraBundle' => [
  2877.                     'path' => (\dirname(__DIR__4).'/vendor/twig/extra-bundle'),
  2878.                     'namespace' => 'Twig\\Extra\\TwigExtraBundle',
  2879.                 ],
  2880.                 'SecurityBundle' => [
  2881.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/security-bundle'),
  2882.                     'namespace' => 'Symfony\\Bundle\\SecurityBundle',
  2883.                 ],
  2884.                 'MonologBundle' => [
  2885.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/monolog-bundle'),
  2886.                     'namespace' => 'Symfony\\Bundle\\MonologBundle',
  2887.                 ],
  2888.                 'MakerBundle' => [
  2889.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/maker-bundle/src'),
  2890.                     'namespace' => 'Symfony\\Bundle\\MakerBundle',
  2891.                 ],
  2892.                 'A2lixAutoFormBundle' => [
  2893.                     'path' => (\dirname(__DIR__4).'/vendor/a2lix/auto-form-bundle/src'),
  2894.                     'namespace' => 'A2lix\\AutoFormBundle',
  2895.                 ],
  2896.                 'VichUploaderBundle' => [
  2897.                     'path' => (\dirname(__DIR__4).'/vendor/vich/uploader-bundle'),
  2898.                     'namespace' => 'Vich\\UploaderBundle',
  2899.                 ],
  2900.                 'SymfonyCastsResetPasswordBundle' => [
  2901.                     'path' => (\dirname(__DIR__4).'/vendor/symfonycasts/reset-password-bundle/src'),
  2902.                     'namespace' => 'SymfonyCasts\\Bundle\\ResetPassword',
  2903.                 ],
  2904.                 'WebpackEncoreBundle' => [
  2905.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src'),
  2906.                     'namespace' => 'Symfony\\WebpackEncoreBundle',
  2907.                 ],
  2908.                 'LiipImagineBundle' => [
  2909.                     'path' => (\dirname(__DIR__4).'/vendor/liip/imagine-bundle'),
  2910.                     'namespace' => 'Liip\\ImagineBundle',
  2911.                 ],
  2912.                 'LexikTranslationBundle' => [
  2913.                     'path' => (\dirname(__DIR__4).'/vendor/lexik/translation-bundle'),
  2914.                     'namespace' => 'Lexik\\Bundle\\TranslationBundle',
  2915.                 ],
  2916.                 'KnpPaginatorBundle' => [
  2917.                     'path' => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle'),
  2918.                     'namespace' => 'Knp\\Bundle\\PaginatorBundle',
  2919.                 ],
  2920.                 'DoctrineBehaviorsBundle' => [
  2921.                     'path' => (\dirname(__DIR__4).'/vendor/knplabs/doctrine-behaviors/src'),
  2922.                     'namespace' => 'Knp\\DoctrineBehaviors',
  2923.                 ],
  2924.                 'FOSCKEditorBundle' => [
  2925.                     'path' => (\dirname(__DIR__4).'/vendor/friendsofsymfony/ckeditor-bundle/src'),
  2926.                     'namespace' => 'FOS\\CKEditorBundle',
  2927.                 ],
  2928.                 'EasyAdminBundle' => [
  2929.                     'path' => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src'),
  2930.                     'namespace' => 'EasyCorp\\Bundle\\EasyAdminBundle',
  2931.                 ],
  2932.                 'BabDevPagerfantaBundle' => [
  2933.                     'path' => (\dirname(__DIR__4).'/vendor/babdev/pagerfanta-bundle'),
  2934.                     'namespace' => 'BabDev\\PagerfantaBundle',
  2935.                 ],
  2936.                 'A2lixTranslationFormBundle' => [
  2937.                     'path' => (\dirname(__DIR__4).'/vendor/a2lix/translation-form-bundle/src'),
  2938.                     'namespace' => 'A2lix\\TranslationFormBundle',
  2939.                 ],
  2940.                 'SocleTechniqueBundle' => [
  2941.                     'path' => (\dirname(__DIR__4).'/vendor/cofondateur/socle-technique/src'),
  2942.                     'namespace' => 'Cofondateur\\SocleTechniqueBundle',
  2943.                 ],
  2944.                 'DoctrineFixturesBundle' => [
  2945.                     'path' => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-fixtures-bundle'),
  2946.                     'namespace' => 'Doctrine\\Bundle\\FixturesBundle',
  2947.                 ],
  2948.                 'SensioFrameworkExtraBundle' => [
  2949.                     'path' => (\dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src'),
  2950.                     'namespace' => 'Sensio\\Bundle\\FrameworkExtraBundle',
  2951.                 ],
  2952.             ],
  2953.             'kernel.charset' => 'UTF-8',
  2954.             'kernel.container_class' => 'App_KernelDevDebugContainer',
  2955.             'siteTitle' => 'Mon site',
  2956.             'managed_locales' => [
  2957.                 => 'fr',
  2958.             ],
  2959.             'locale' => 'fr',
  2960.             'vich_uploader.default_filename_attribute_suffix' => '_name',
  2961.             'vich_uploader.mappings' => [
  2962.                 'default' => [
  2963.                     'uri_prefix' => '/upload',
  2964.                     'upload_destination' => (\dirname(__DIR__4).'/public/upload'),
  2965.                     'namer' => [
  2966.                         'service' => 'Vich\\UploaderBundle\\Naming\\SmartUniqueNamer.default',
  2967.                         'options' => [
  2968.                         ],
  2969.                     ],
  2970.                     'directory_namer' => [
  2971.                         'service' => NULL,
  2972.                         'options' => NULL,
  2973.                     ],
  2974.                     'delete_on_remove' => true,
  2975.                     'delete_on_update' => true,
  2976.                     'inject_on_load' => false,
  2977.                     'db_driver' => 'orm',
  2978.                 ],
  2979.             ],
  2980.             'vich_uploader.file_injector.class' => 'Vich\\UploaderBundle\\Injector\\FileInjector',
  2981.             'twig.form.resources' => [
  2982.                 => '@VichUploader/Form/fields.html.twig',
  2983.                 => 'form_div_layout.html.twig',
  2984.                 => '@LiipImagine/Form/form_div_layout.html.twig',
  2985.                 => '@A2lixTranslationForm/bootstrap_4_layout.html.twig',
  2986.             ],
  2987.             'liip_imagine.resolvers' => [
  2988.                 'default' => [
  2989.                     'web_path' => [
  2990.                         'web_root' => (\dirname(__DIR__4).'/public'),
  2991.                         'cache_prefix' => 'media/cache',
  2992.                     ],
  2993.                 ],
  2994.             ],
  2995.             'liip_imagine.loaders' => [
  2996.                 'default' => [
  2997.                     'filesystem' => [
  2998.                         'locator' => 'filesystem',
  2999.                         'data_root' => [
  3000.                             => (\dirname(__DIR__4).'/public'),
  3001.                         ],
  3002.                         'allow_unresolvable_data_roots' => false,
  3003.                         'bundle_resources' => [
  3004.                             'enabled' => false,
  3005.                             'access_control_type' => 'blacklist',
  3006.                             'access_control_list' => [
  3007.                             ],
  3008.                         ],
  3009.                     ],
  3010.                 ],
  3011.             ],
  3012.             'liip_imagine.jpegoptim.binary' => '/usr/bin/jpegoptim',
  3013.             'liip_imagine.jpegoptim.stripAll' => true,
  3014.             'liip_imagine.jpegoptim.max' => NULL,
  3015.             'liip_imagine.jpegoptim.progressive' => true,
  3016.             'liip_imagine.jpegoptim.tempDir' => NULL,
  3017.             'liip_imagine.optipng.binary' => '/usr/bin/optipng',
  3018.             'liip_imagine.optipng.level' => 7,
  3019.             'liip_imagine.optipng.stripAll' => true,
  3020.             'liip_imagine.optipng.tempDir' => NULL,
  3021.             'liip_imagine.pngquant.binary' => '/usr/bin/pngquant',
  3022.             'liip_imagine.mozjpeg.binary' => '/opt/mozjpeg/bin/cjpeg',
  3023.             'liip_imagine.cwebp.binary' => '/usr/bin/cwebp',
  3024.             'liip_imagine.cwebp.tempDir' => NULL,
  3025.             'liip_imagine.cwebp.q' => 75,
  3026.             'liip_imagine.cwebp.alphaQ' => 100,
  3027.             'liip_imagine.cwebp.m' => 4,
  3028.             'liip_imagine.cwebp.alphaFilter' => 'fast',
  3029.             'liip_imagine.cwebp.alphaMethod' => 1,
  3030.             'liip_imagine.cwebp.exact' => false,
  3031.             'liip_imagine.cwebp.metadata' => [
  3032.                 => 'none',
  3033.             ],
  3034.             'liip_imagine.driver_service' => 'liip_imagine.gd',
  3035.             'liip_imagine.cache.resolver.default' => 'default',
  3036.             'liip_imagine.default_image' => NULL,
  3037.             'liip_imagine.filter_sets' => [
  3038.             ],
  3039.             'liip_imagine.binary.loader.default' => 'default',
  3040.             'liip_imagine.controller.filter_action' => 'Liip\\ImagineBundle\\Controller\\ImagineController::filterAction',
  3041.             'liip_imagine.controller.filter_runtime_action' => 'Liip\\ImagineBundle\\Controller\\ImagineController::filterRuntimeAction',
  3042.             'liip_imagine.webp.generate' => false,
  3043.             'liip_imagine.webp.options' => [
  3044.                 'quality' => 100,
  3045.                 'cache' => NULL,
  3046.                 'data_loader' => NULL,
  3047.                 'post_processors' => [
  3048.                 ],
  3049.             ],
  3050.             'event_dispatcher.event_aliases' => [
  3051.                 'Symfony\\Component\\Console\\Event\\ConsoleCommandEvent' => 'console.command',
  3052.                 'Symfony\\Component\\Console\\Event\\ConsoleErrorEvent' => 'console.error',
  3053.                 'Symfony\\Component\\Console\\Event\\ConsoleSignalEvent' => 'console.signal',
  3054.                 'Symfony\\Component\\Console\\Event\\ConsoleTerminateEvent' => 'console.terminate',
  3055.                 'Symfony\\Component\\Form\\Event\\PreSubmitEvent' => 'form.pre_submit',
  3056.                 'Symfony\\Component\\Form\\Event\\SubmitEvent' => 'form.submit',
  3057.                 'Symfony\\Component\\Form\\Event\\PostSubmitEvent' => 'form.post_submit',
  3058.                 'Symfony\\Component\\Form\\Event\\PreSetDataEvent' => 'form.pre_set_data',
  3059.                 'Symfony\\Component\\Form\\Event\\PostSetDataEvent' => 'form.post_set_data',
  3060.                 'Symfony\\Component\\HttpKernel\\Event\\ControllerArgumentsEvent' => 'kernel.controller_arguments',
  3061.                 'Symfony\\Component\\HttpKernel\\Event\\ControllerEvent' => 'kernel.controller',
  3062.                 'Symfony\\Component\\HttpKernel\\Event\\ResponseEvent' => 'kernel.response',
  3063.                 'Symfony\\Component\\HttpKernel\\Event\\FinishRequestEvent' => 'kernel.finish_request',
  3064.                 'Symfony\\Component\\HttpKernel\\Event\\RequestEvent' => 'kernel.request',
  3065.                 'Symfony\\Component\\HttpKernel\\Event\\ViewEvent' => 'kernel.view',
  3066.                 'Symfony\\Component\\HttpKernel\\Event\\ExceptionEvent' => 'kernel.exception',
  3067.                 'Symfony\\Component\\HttpKernel\\Event\\TerminateEvent' => 'kernel.terminate',
  3068.                 'Symfony\\Component\\Security\\Core\\Event\\AuthenticationSuccessEvent' => 'security.authentication.success',
  3069.                 'Symfony\\Component\\Security\\Core\\Event\\AuthenticationFailureEvent' => 'security.authentication.failure',
  3070.                 'Symfony\\Component\\Security\\Http\\Event\\InteractiveLoginEvent' => 'security.interactive_login',
  3071.                 'Symfony\\Component\\Security\\Http\\Event\\SwitchUserEvent' => 'security.switch_user',
  3072.             ],
  3073.             'fragment.renderer.hinclude.global_template' => NULL,
  3074.             'fragment.path' => '/_fragment',
  3075.             'kernel.http_method_override' => false,
  3076.             'kernel.trusted_hosts' => [
  3077.             ],
  3078.             'kernel.default_locale' => 'en',
  3079.             'kernel.enabled_locales' => [
  3080.             ],
  3081.             'kernel.error_controller' => 'error_controller',
  3082.             'debug.file_link_format' => NULL,
  3083.             'asset.request_context.base_path' => NULL,
  3084.             'asset.request_context.secure' => NULL,
  3085.             'translator.logging' => false,
  3086.             'translator.default_path' => (\dirname(__DIR__4).'/translations'),
  3087.             'debug.error_handler.throw_at' => -1,
  3088.             'router.request_context.host' => 'localhost',
  3089.             'router.request_context.scheme' => 'http',
  3090.             'router.request_context.base_url' => '',
  3091.             'router.resource' => 'kernel::loadRoutes',
  3092.             'request_listener.http_port' => 80,
  3093.             'request_listener.https_port' => 443,
  3094.             'session.metadata.storage_key' => '_sf2_meta',
  3095.             'session.storage.options' => [
  3096.                 'cache_limiter' => '0',
  3097.                 'cookie_secure' => 'auto',
  3098.                 'cookie_httponly' => true,
  3099.                 'cookie_samesite' => 'lax',
  3100.                 'gc_probability' => 1,
  3101.             ],
  3102.             'session.save_path' => NULL,
  3103.             'session.metadata.update_threshold' => 0,
  3104.             'form.type_extension.csrf.enabled' => true,
  3105.             'form.type_extension.csrf.field_name' => '_token',
  3106.             'validator.translation_domain' => 'validators',
  3107.             'profiler_listener.only_exceptions' => false,
  3108.             'profiler_listener.only_main_requests' => false,
  3109.             'doctrine.dbal.logger.chain.class' => 'Doctrine\\DBAL\\Logging\\LoggerChain',
  3110.             'doctrine.dbal.logger.profiling.class' => 'Doctrine\\DBAL\\Logging\\DebugStack',
  3111.             'doctrine.dbal.logger.class' => 'Symfony\\Bridge\\Doctrine\\Logger\\DbalLogger',
  3112.             'doctrine.dbal.configuration.class' => 'Doctrine\\DBAL\\Configuration',
  3113.             'doctrine.data_collector.class' => 'Doctrine\\Bundle\\DoctrineBundle\\DataCollector\\DoctrineDataCollector',
  3114.             'doctrine.dbal.connection.event_manager.class' => 'Symfony\\Bridge\\Doctrine\\ContainerAwareEventManager',
  3115.             'doctrine.dbal.connection_factory.class' => 'Doctrine\\Bundle\\DoctrineBundle\\ConnectionFactory',
  3116.             'doctrine.dbal.events.mysql_session_init.class' => 'Doctrine\\DBAL\\Event\\Listeners\\MysqlSessionInit',
  3117.             'doctrine.dbal.events.oracle_session_init.class' => 'Doctrine\\DBAL\\Event\\Listeners\\OracleSessionInit',
  3118.             'doctrine.class' => 'Doctrine\\Bundle\\DoctrineBundle\\Registry',
  3119.             'doctrine.entity_managers' => [
  3120.                 'default' => 'doctrine.orm.default_entity_manager',
  3121.             ],
  3122.             'doctrine.default_entity_manager' => 'default',
  3123.             'doctrine.dbal.connection_factory.types' => [
  3124.                 'uuid' => [
  3125.                     'class' => 'Symfony\\Bridge\\Doctrine\\Types\\UuidType',
  3126.                 ],
  3127.                 'ulid' => [
  3128.                     'class' => 'Symfony\\Bridge\\Doctrine\\Types\\UlidType',
  3129.                 ],
  3130.             ],
  3131.             'doctrine.connections' => [
  3132.                 'default' => 'doctrine.dbal.default_connection',
  3133.             ],
  3134.             'doctrine.default_connection' => 'default',
  3135.             'doctrine.orm.configuration.class' => 'Doctrine\\ORM\\Configuration',
  3136.             'doctrine.orm.entity_manager.class' => 'Doctrine\\ORM\\EntityManager',
  3137.             'doctrine.orm.manager_configurator.class' => 'Doctrine\\Bundle\\DoctrineBundle\\ManagerConfigurator',
  3138.             'doctrine.orm.cache.array.class' => 'Doctrine\\Common\\Cache\\ArrayCache',
  3139.             'doctrine.orm.cache.apc.class' => 'Doctrine\\Common\\Cache\\ApcCache',
  3140.             'doctrine.orm.cache.memcache.class' => 'Doctrine\\Common\\Cache\\MemcacheCache',
  3141.             'doctrine.orm.cache.memcache_host' => 'localhost',
  3142.             'doctrine.orm.cache.memcache_port' => 11211,
  3143.             'doctrine.orm.cache.memcache_instance.class' => 'Memcache',
  3144.             'doctrine.orm.cache.memcached.class' => 'Doctrine\\Common\\Cache\\MemcachedCache',
  3145.             'doctrine.orm.cache.memcached_host' => 'localhost',
  3146.             'doctrine.orm.cache.memcached_port' => 11211,
  3147.             'doctrine.orm.cache.memcached_instance.class' => 'Memcached',
  3148.             'doctrine.orm.cache.redis.class' => 'Doctrine\\Common\\Cache\\RedisCache',
  3149.             'doctrine.orm.cache.redis_host' => 'localhost',
  3150.             'doctrine.orm.cache.redis_port' => 6379,
  3151.             'doctrine.orm.cache.redis_instance.class' => 'Redis',
  3152.             'doctrine.orm.cache.xcache.class' => 'Doctrine\\Common\\Cache\\XcacheCache',
  3153.             'doctrine.orm.cache.wincache.class' => 'Doctrine\\Common\\Cache\\WinCacheCache',
  3154.             'doctrine.orm.cache.zenddata.class' => 'Doctrine\\Common\\Cache\\ZendDataCache',
  3155.             'doctrine.orm.metadata.driver_chain.class' => 'Doctrine\\Persistence\\Mapping\\Driver\\MappingDriverChain',
  3156.             'doctrine.orm.metadata.annotation.class' => 'Doctrine\\ORM\\Mapping\\Driver\\AnnotationDriver',
  3157.             'doctrine.orm.metadata.xml.class' => 'Doctrine\\ORM\\Mapping\\Driver\\SimplifiedXmlDriver',
  3158.             'doctrine.orm.metadata.yml.class' => 'Doctrine\\ORM\\Mapping\\Driver\\SimplifiedYamlDriver',
  3159.             'doctrine.orm.metadata.php.class' => 'Doctrine\\ORM\\Mapping\\Driver\\PHPDriver',
  3160.             'doctrine.orm.metadata.staticphp.class' => 'Doctrine\\ORM\\Mapping\\Driver\\StaticPHPDriver',
  3161.             'doctrine.orm.metadata.attribute.class' => 'Doctrine\\ORM\\Mapping\\Driver\\AttributeDriver',
  3162.             'doctrine.orm.proxy_cache_warmer.class' => 'Symfony\\Bridge\\Doctrine\\CacheWarmer\\ProxyCacheWarmer',
  3163.             'form.type_guesser.doctrine.class' => 'Symfony\\Bridge\\Doctrine\\Form\\DoctrineOrmTypeGuesser',
  3164.             'doctrine.orm.validator.unique.class' => 'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator',
  3165.             'doctrine.orm.validator_initializer.class' => 'Symfony\\Bridge\\Doctrine\\Validator\\DoctrineInitializer',
  3166.             'doctrine.orm.security.user.provider.class' => 'Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider',
  3167.             'doctrine.orm.listeners.resolve_target_entity.class' => 'Doctrine\\ORM\\Tools\\ResolveTargetEntityListener',
  3168.             'doctrine.orm.listeners.attach_entity_listeners.class' => 'Doctrine\\ORM\\Tools\\AttachEntityListenersListener',
  3169.             'doctrine.orm.naming_strategy.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultNamingStrategy',
  3170.             'doctrine.orm.naming_strategy.underscore.class' => 'Doctrine\\ORM\\Mapping\\UnderscoreNamingStrategy',
  3171.             'doctrine.orm.quote_strategy.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultQuoteStrategy',
  3172.             'doctrine.orm.quote_strategy.ansi.class' => 'Doctrine\\ORM\\Mapping\\AnsiQuoteStrategy',
  3173.             'doctrine.orm.entity_listener_resolver.class' => 'Doctrine\\Bundle\\DoctrineBundle\\Mapping\\ContainerEntityListenerResolver',
  3174.             'doctrine.orm.second_level_cache.default_cache_factory.class' => 'Doctrine\\ORM\\Cache\\DefaultCacheFactory',
  3175.             'doctrine.orm.second_level_cache.default_region.class' => 'Doctrine\\ORM\\Cache\\Region\\DefaultRegion',
  3176.             'doctrine.orm.second_level_cache.filelock_region.class' => 'Doctrine\\ORM\\Cache\\Region\\FileLockRegion',
  3177.             'doctrine.orm.second_level_cache.logger_chain.class' => 'Doctrine\\ORM\\Cache\\Logging\\CacheLoggerChain',
  3178.             'doctrine.orm.second_level_cache.logger_statistics.class' => 'Doctrine\\ORM\\Cache\\Logging\\StatisticsCacheLogger',
  3179.             'doctrine.orm.second_level_cache.cache_configuration.class' => 'Doctrine\\ORM\\Cache\\CacheConfiguration',
  3180.             'doctrine.orm.second_level_cache.regions_configuration.class' => 'Doctrine\\ORM\\Cache\\RegionsConfiguration',
  3181.             'doctrine.orm.auto_generate_proxy_classes' => true,
  3182.             'doctrine.orm.proxy_namespace' => 'Proxies',
  3183.             'doctrine.migrations.preferred_em' => NULL,
  3184.             'doctrine.migrations.preferred_connection' => NULL,
  3185.             'env(VAR_DUMPER_SERVER)' => '127.0.0.1:9912',
  3186.             'twig.default_path' => (\dirname(__DIR__4).'/templates'),
  3187.             'web_profiler.debug_toolbar.intercept_redirects' => false,
  3188.             'web_profiler.debug_toolbar.mode' => 2,
  3189.             'security.role_hierarchy.roles' => [
  3190.                 'ROLE_SUPER_ADMIN' => [
  3191.                     => 'ROLE_ADMIN',
  3192.                 ],
  3193.             ],
  3194.             'security.access.denied_url' => NULL,
  3195.             'security.authentication.manager.erase_credentials' => true,
  3196.             'security.authentication.session_strategy.strategy' => 'migrate',
  3197.             'security.access.always_authenticate_before_granting' => false,
  3198.             'security.authentication.hide_user_not_found' => true,
  3199.             'security.firewalls' => [
  3200.                 => 'dev',
  3201.                 => 'main',
  3202.             ],
  3203.             'monolog.use_microseconds' => true,
  3204.             'monolog.swift_mailer.handlers' => [
  3205.             ],
  3206.             'monolog.handlers_to_channels' => [
  3207.                 'monolog.handler.console' => [
  3208.                     'type' => 'exclusive',
  3209.                     'elements' => [
  3210.                         => 'event',
  3211.                         => 'doctrine',
  3212.                         => 'console',
  3213.                     ],
  3214.                 ],
  3215.                 'monolog.handler.main' => [
  3216.                     'type' => 'exclusive',
  3217.                     'elements' => [
  3218.                         => 'event',
  3219.                     ],
  3220.                 ],
  3221.             ],
  3222.             'lexik_translation.translator.class' => 'Lexik\\Bundle\\TranslationBundle\\Translation\\Translator',
  3223.             'lexik_translation.loader.database.class' => 'Lexik\\Bundle\\TranslationBundle\\Translation\\Loader\\DatabaseLoader',
  3224.             'lexik_translation.trans_unit.manager.class' => 'Lexik\\Bundle\\TranslationBundle\\Manager\\TransUnitManager',
  3225.             'lexik_translation.file.manager.class' => 'Lexik\\Bundle\\TranslationBundle\\Manager\\FileManager',
  3226.             'lexik_translation.locale.manager.class' => 'Lexik\\Bundle\\TranslationBundle\\Manager\\LocaleManager',
  3227.             'lexik_translation.importer.file.class' => 'Lexik\\Bundle\\TranslationBundle\\Translation\\Importer\\FileImporter',
  3228.             'lexik_translation.exporter_collector.class' => 'Lexik\\Bundle\\TranslationBundle\\Translation\\Exporter\\ExporterCollector',
  3229.             'lexik_translation.exporter.xliff.class' => 'Lexik\\Bundle\\TranslationBundle\\Translation\\Exporter\\XliffExporter',
  3230.             'lexik_translation.exporter.json.class' => 'Lexik\\Bundle\\TranslationBundle\\Translation\\Exporter\\JsonExporter',
  3231.             'lexik_translation.exporter.yml.class' => 'Lexik\\Bundle\\TranslationBundle\\Translation\\Exporter\\YamlExporter',
  3232.             'lexik_translation.exporter.php.class' => 'Lexik\\Bundle\\TranslationBundle\\Translation\\Exporter\\PhpExporter',
  3233.             'lexik_translation.orm.translation_storage.class' => 'Lexik\\Bundle\\TranslationBundle\\Storage\\DoctrineORMStorage',
  3234.             'lexik_translation.orm.listener.class' => 'Lexik\\Bundle\\TranslationBundle\\Storage\\Listener\\DoctrineORMListener',
  3235.             'lexik_translation.orm.trans_unit.class' => 'Lexik\\Bundle\\TranslationBundle\\Entity\\TransUnit',
  3236.             'lexik_translation.orm.translation.class' => 'Lexik\\Bundle\\TranslationBundle\\Entity\\Translation',
  3237.             'lexik_translation.orm.file.class' => 'Lexik\\Bundle\\TranslationBundle\\Entity\\File',
  3238.             'lexik_translation.mongodb.translation_storage.class' => 'Lexik\\Bundle\\TranslationBundle\\Storage\\DoctrineMongoDBStorage',
  3239.             'lexik_translation.mongodb.trans_unit.class' => 'Lexik\\Bundle\\TranslationBundle\\Document\\TransUnit',
  3240.             'lexik_translation.mongodb.translation.class' => 'Lexik\\Bundle\\TranslationBundle\\Document\\Translation',
  3241.             'lexik_translation.mongodb.file.class' => 'Lexik\\Bundle\\TranslationBundle\\Document\\File',
  3242.             'lexik_translation.propel.translation_storage.class' => 'Lexik\\Bundle\\TranslationBundle\\Storage\\PropelStorage',
  3243.             'lexik_translation.propel.trans_unit.class' => 'Lexik\\Bundle\\TranslationBundle\\Propel\\TransUnit',
  3244.             'lexik_translation.propel.translation.class' => 'Lexik\\Bundle\\TranslationBundle\\Propel\\Translation',
  3245.             'lexik_translation.propel.file.class' => 'Lexik\\Bundle\\TranslationBundle\\Propel\\File',
  3246.             'lexik_translation.data_grid.formatter.class' => 'Lexik\\Bundle\\TranslationBundle\\Util\\DataGrid\\DataGridFormatter',
  3247.             'lexik_translation.data_grid.request_handler.class' => 'Lexik\\Bundle\\TranslationBundle\\Util\\DataGrid\\DataGridRequestHandler',
  3248.             'lexik_translation.overview.stats_aggregator.class' => 'Lexik\\Bundle\\TranslationBundle\\Util\\Overview\\StatsAggregator',
  3249.             'lexik_translation.form.handler.trans_unit.class' => 'Lexik\\Bundle\\TranslationBundle\\Form\\Handler\\TransUnitFormHandler',
  3250.             'lexik_translation.listener.get_database_resources.class' => 'Lexik\\Bundle\\TranslationBundle\\EventDispatcher\\GetDatabaseResourcesListener',
  3251.             'lexik_translation.listener.clean_translation_cache.class' => 'Lexik\\Bundle\\TranslationBundle\\EventDispatcher\\CleanTranslationCacheListener',
  3252.             'lexik_translation.token_finder.class' => 'Lexik\\Bundle\\TranslationBundle\\Util\\Profiler\\TokenFinder',
  3253.             'lexik_translation.command.import_translations.class' => 'Lexik\\Bundle\\TranslationBundle\\Command\\ImportTranslationsCommand',
  3254.             'lexik_translation.command.export_translations.class' => 'Lexik\\Bundle\\TranslationBundle\\Command\\ExportTranslationsCommand',
  3255.             'lexik_translation.controller.translation.class' => 'Lexik\\Bundle\\TranslationBundle\\Controller\\TranslationController',
  3256.             'lexik_translation.controller.rest.class' => 'Lexik\\Bundle\\TranslationBundle\\Controller\\RestController',
  3257.             'lexik_translation.importer.case_insensitive' => false,
  3258.             'lexik_translation.token_finder.limit' => 15,
  3259.             'lexik_translation.managed_locales' => [
  3260.                 => 'fr',
  3261.             ],
  3262.             'lexik_translation.fallback_locale' => [
  3263.                 => 'fr',
  3264.             ],
  3265.             'lexik_translation.storage' => [
  3266.                 'type' => 'orm',
  3267.             ],
  3268.             'lexik_translation.base_layout' => '@LexikTranslationBundle/layout.html.twig',
  3269.             'lexik_translation.grid_input_type' => 'text',
  3270.             'lexik_translation.grid_toggle_similar' => false,
  3271.             'lexik_translation.auto_cache_clean' => false,
  3272.             'lexik_translation.dev_tools.enable' => false,
  3273.             'lexik_translation.dev_tools.create_missing' => false,
  3274.             'lexik_translation.dev_tools.file_format' => 'yml',
  3275.             'lexik_translation.exporter.json.hierarchical_format' => false,
  3276.             'lexik_translation.exporter.yml.use_tree' => false,
  3277.             'lexik_translation.storage.type' => 'orm',
  3278.             'knp_paginator.template.pagination' => '@KnpPaginator/Pagination/sliding.html.twig',
  3279.             'knp_paginator.template.filtration' => '@KnpPaginator/Pagination/filtration.html.twig',
  3280.             'knp_paginator.template.sortable' => '@KnpPaginator/Pagination/sortable_link.html.twig',
  3281.             'knp_paginator.page_range' => 5,
  3282.             'knp_paginator.page_limit' => NULL,
  3283.             'doctrine_behaviors_translatable_fetch_mode' => 'LAZY',
  3284.             'doctrine_behaviors_translation_fetch_mode' => 'LAZY',
  3285.             'doctrine_behaviors_blameable_user_entity' => NULL,
  3286.             'doctrine_behaviors_timestampable_date_field_type' => 'datetime',
  3287.             'easyadmin.config' => [
  3288.             ],
  3289.             'babdev_pagerfanta.default_twig_template' => '@Pagerfanta/default.html.twig',
  3290.             'babdev_pagerfanta.default_view' => 'default',
  3291.             'a2lix_translation_form.locale_provider' => 'default',
  3292.             'a2lix_translation_form.locales' => [
  3293.             ],
  3294.             'a2lix_translation_form.required_locales' => [
  3295.             ],
  3296.             'a2lix_translation_form.default_locale' => 'en',
  3297.             'a2lix_translation_form.templating' => '@A2lixTranslationForm/bootstrap_4_layout.html.twig',
  3298.             'maker.compatible_check.doctrine.supports_attributes' => true,
  3299.             'data_collector.templates' => [
  3300.                 'data_collector.request' => [
  3301.                     => 'request',
  3302.                     => '@WebProfiler/Collector/request.html.twig',
  3303.                 ],
  3304.                 'data_collector.time' => [
  3305.                     => 'time',
  3306.                     => '@WebProfiler/Collector/time.html.twig',
  3307.                 ],
  3308.                 'data_collector.memory' => [
  3309.                     => 'memory',
  3310.                     => '@WebProfiler/Collector/memory.html.twig',
  3311.                 ],
  3312.                 'data_collector.validator' => [
  3313.                     => 'validator',
  3314.                     => '@WebProfiler/Collector/validator.html.twig',
  3315.                 ],
  3316.                 'data_collector.ajax' => [
  3317.                     => 'ajax',
  3318.                     => '@WebProfiler/Collector/ajax.html.twig',
  3319.                 ],
  3320.                 'data_collector.form' => [
  3321.                     => 'form',
  3322.                     => '@WebProfiler/Collector/form.html.twig',
  3323.                 ],
  3324.                 'data_collector.exception' => [
  3325.                     => 'exception',
  3326.                     => '@WebProfiler/Collector/exception.html.twig',
  3327.                 ],
  3328.                 'data_collector.logger' => [
  3329.                     => 'logger',
  3330.                     => '@WebProfiler/Collector/logger.html.twig',
  3331.                 ],
  3332.                 'data_collector.events' => [
  3333.                     => 'events',
  3334.                     => '@WebProfiler/Collector/events.html.twig',
  3335.                 ],
  3336.                 'data_collector.router' => [
  3337.                     => 'router',
  3338.                     => '@WebProfiler/Collector/router.html.twig',
  3339.                 ],
  3340.                 'data_collector.cache' => [
  3341.                     => 'cache',
  3342.                     => '@WebProfiler/Collector/cache.html.twig',
  3343.                 ],
  3344.                 'data_collector.translation' => [
  3345.                     => 'translation',
  3346.                     => '@WebProfiler/Collector/translation.html.twig',
  3347.                 ],
  3348.                 'data_collector.security' => [
  3349.                     => 'security',
  3350.                     => '@Security/Collector/security.html.twig',
  3351.                 ],
  3352.                 'data_collector.twig' => [
  3353.                     => 'twig',
  3354.                     => '@WebProfiler/Collector/twig.html.twig',
  3355.                 ],
  3356.                 'data_collector.http_client' => [
  3357.                     => 'http_client',
  3358.                     => '@WebProfiler/Collector/http_client.html.twig',
  3359.                 ],
  3360.                 'data_collector.doctrine' => [
  3361.                     => 'db',
  3362.                     => '@Doctrine/Collector/db.html.twig',
  3363.                 ],
  3364.                 'data_collector.dump' => [
  3365.                     => 'dump',
  3366.                     => '@Debug/Profiler/dump.html.twig',
  3367.                 ],
  3368.                 'data_collector.messenger' => [
  3369.                     => 'messenger',
  3370.                     => '@WebProfiler/Collector/messenger.html.twig',
  3371.                 ],
  3372.                 'Vich\\UploaderBundle\\DataCollector\\MappingCollector' => [
  3373.                     => 'vich_uploader.mapping_collector',
  3374.                     => '@VichUploader/Collector/mapping_collector.html.twig',
  3375.                 ],
  3376.                 'mailer.data_collector' => [
  3377.                     => 'mailer',
  3378.                     => '@WebProfiler/Collector/mailer.html.twig',
  3379.                 ],
  3380.                 'notifier.data_collector' => [
  3381.                     => 'notifier',
  3382.                     => '@WebProfiler/Collector/notifier.html.twig',
  3383.                 ],
  3384.                 'EasyCorp\\Bundle\\EasyAdminBundle\\Inspector\\DataCollector' => [
  3385.                     => 'easyadmin',
  3386.                     => '@EasyAdmin/inspector/data_collector.html.twig',
  3387.                 ],
  3388.                 'data_collector.config' => [
  3389.                     => 'config',
  3390.                     => '@WebProfiler/Collector/config.html.twig',
  3391.                 ],
  3392.             ],
  3393.             'console.command.ids' => [
  3394.                 => 'console.command.public_alias.Lexik\\Bundle\\TranslationBundle\\Command\\ImportTranslationsCommand',
  3395.                 => 'console.command.public_alias.Lexik\\Bundle\\TranslationBundle\\Command\\ExportTranslationsCommand',
  3396.             ],
  3397.         ];
  3398.     }
  3399.     protected function throw($message)
  3400.     {
  3401.         throw new RuntimeException($message);
  3402.     }
  3403. }