var/cache/dev/ContainerXxCBQbk/srcApp_KernelDevDebugContainer.php line 2516

Open in your IDE?
  1. <?php
  2. namespace ContainerXxCBQbk;
  3. use Symfony\Component\DependencyInjection\Argument\RewindableGenerator;
  4. use Symfony\Component\DependencyInjection\ContainerInterface;
  5. use Symfony\Component\DependencyInjection\Container;
  6. use Symfony\Component\DependencyInjection\Exception\InvalidArgumentException;
  7. use Symfony\Component\DependencyInjection\Exception\LogicException;
  8. use Symfony\Component\DependencyInjection\Exception\RuntimeException;
  9. use Symfony\Component\DependencyInjection\ParameterBag\FrozenParameterBag;
  10. use Symfony\Component\DependencyInjection\ParameterBag\ParameterBagInterface;
  11. /**
  12.  * This class has been auto-generated
  13.  * by the Symfony Dependency Injection Component.
  14.  *
  15.  * @final
  16.  */
  17. class srcApp_KernelDevDebugContainer extends Container
  18. {
  19.     private $buildParameters;
  20.     private $containerDir;
  21.     private $targetDir;
  22.     private $parameters = [];
  23.     private $getService;
  24.     public function __construct(array $buildParameters = [], $containerDir __DIR__)
  25.     {
  26.         $this->getService = \Closure::fromCallable([$this'getService']);
  27.         $this->buildParameters $buildParameters;
  28.         $this->containerDir $containerDir;
  29.         $this->targetDir = \dirname($containerDir);
  30.         $this->parameters $this->getDefaultParameters();
  31.         $this->services $this->privates = [];
  32.         $this->syntheticIds = [
  33.             'kernel' => true,
  34.         ];
  35.         $this->methodMap = [
  36.             'App\\Controller\\AdminController' => 'getAdminControllerService',
  37.             'App\\Controller\\AjaxController' => 'getAjaxControllerService',
  38.             'App\\Controller\\FormateurController' => 'getFormateurControllerService',
  39.             'App\\Controller\\MainController' => 'getMainControllerService',
  40.             'App\\Controller\\ModalController' => 'getModalControllerService',
  41.             'App\\Controller\\PedagogueController' => 'getPedagogueControllerService',
  42.             'App\\Controller\\StagiaireController' => 'getStagiaireControllerService',
  43.             'Liip\\ImagineBundle\\Controller\\ImagineController' => 'getImagineControllerService',
  44.             'Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController' => 'getRedirectControllerService',
  45.             'Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController' => 'getTemplateControllerService',
  46.             'Vich\\UploaderBundle\\Naming\\Base64Namer' => 'getBase64NamerService',
  47.             'Vich\\UploaderBundle\\Naming\\CurrentDateTimeDirectoryNamer' => 'getCurrentDateTimeDirectoryNamerService',
  48.             'Vich\\UploaderBundle\\Naming\\HashNamer' => 'getHashNamerService',
  49.             'Vich\\UploaderBundle\\Naming\\OrignameNamer' => 'getOrignameNamerService',
  50.             'Vich\\UploaderBundle\\Naming\\PropertyDirectoryNamer' => 'getPropertyDirectoryNamerService',
  51.             'Vich\\UploaderBundle\\Naming\\PropertyNamer' => 'getPropertyNamerService',
  52.             'Vich\\UploaderBundle\\Naming\\SmartUniqueNamer' => 'getSmartUniqueNamerService',
  53.             'Vich\\UploaderBundle\\Naming\\SubdirDirectoryNamer' => 'getSubdirDirectoryNamerService',
  54.             'Vich\\UploaderBundle\\Naming\\UniqidNamer' => 'getUniqidNamerService',
  55.             'cache.app' => 'getCache_AppService',
  56.             'cache.app_clearer' => 'getCache_AppClearerService',
  57.             'cache.global_clearer' => 'getCache_GlobalClearerService',
  58.             'cache.system' => 'getCache_SystemService',
  59.             'cache.system_clearer' => 'getCache_SystemClearerService',
  60.             'cache_clearer' => 'getCacheClearerService',
  61.             'cache_warmer' => 'getCacheWarmerService',
  62.             'console.command_loader' => 'getConsole_CommandLoaderService',
  63.             'container.env_var_processors_locator' => 'getContainer_EnvVarProcessorsLocatorService',
  64.             'data_collector.dump' => 'getDataCollector_DumpService',
  65.             'doctrine' => 'getDoctrineService',
  66.             'doctrine.dbal.default_connection' => 'getDoctrine_Dbal_DefaultConnectionService',
  67.             'doctrine.orm.default_entity_manager' => 'getDoctrine_Orm_DefaultEntityManagerService',
  68.             'error_controller' => 'getErrorControllerService',
  69.             'event_dispatcher' => 'getEventDispatcherService',
  70.             'filesystem' => 'getFilesystemService',
  71.             'form.factory' => 'getForm_FactoryService',
  72.             'form.type.file' => 'getForm_Type_FileService',
  73.             'fos_js_routing.controller' => 'getFosJsRouting_ControllerService',
  74.             'fos_js_routing.extractor' => 'getFosJsRouting_ExtractorService',
  75.             'fos_js_routing.serializer' => 'getFosJsRouting_SerializerService',
  76.             'fos_user.change_password.controller' => 'getFosUser_ChangePassword_ControllerService',
  77.             'fos_user.profile.controller' => 'getFosUser_Profile_ControllerService',
  78.             'fos_user.registration.controller' => 'getFosUser_Registration_ControllerService',
  79.             'fos_user.resetting.controller' => 'getFosUser_Resetting_ControllerService',
  80.             'fos_user.security.controller' => 'getFosUser_Security_ControllerService',
  81.             'fos_user.user_manager' => 'getFosUser_UserManagerService',
  82.             'http_kernel' => 'getHttpKernelService',
  83.             'liip_imagine.binary.loader.default' => 'getLiipImagine_Binary_Loader_DefaultService',
  84.             'liip_imagine.cache.manager' => 'getLiipImagine_Cache_ManagerService',
  85.             'liip_imagine.cache.resolver.default' => 'getLiipImagine_Cache_Resolver_DefaultService',
  86.             'liip_imagine.cache.resolver.no_cache_web_path' => 'getLiipImagine_Cache_Resolver_NoCacheWebPathService',
  87.             'liip_imagine.cache.signer' => 'getLiipImagine_Cache_SignerService',
  88.             'liip_imagine.config.stack_collection' => 'getLiipImagine_Config_StackCollectionService',
  89.             'liip_imagine.data.manager' => 'getLiipImagine_Data_ManagerService',
  90.             'liip_imagine.filter.loader.downscale' => 'getLiipImagine_Filter_Loader_DownscaleService',
  91.             'liip_imagine.filter.loader.fixed' => 'getLiipImagine_Filter_Loader_FixedService',
  92.             'liip_imagine.filter.loader.flip' => 'getLiipImagine_Filter_Loader_FlipService',
  93.             'liip_imagine.filter.loader.grayscale' => 'getLiipImagine_Filter_Loader_GrayscaleService',
  94.             'liip_imagine.filter.loader.interlace' => 'getLiipImagine_Filter_Loader_InterlaceService',
  95.             'liip_imagine.filter.loader.resample' => 'getLiipImagine_Filter_Loader_ResampleService',
  96.             'liip_imagine.filter.loader.rotate' => 'getLiipImagine_Filter_Loader_RotateService',
  97.             'liip_imagine.filter.manager' => 'getLiipImagine_Filter_ManagerService',
  98.             'profiler' => 'getProfilerService',
  99.             'request_stack' => 'getRequestStackService',
  100.             'router' => 'getRouterService',
  101.             'routing.loader' => 'getRouting_LoaderService',
  102.             'security.authentication_utils' => 'getSecurity_AuthenticationUtilsService',
  103.             'security.authorization_checker' => 'getSecurity_AuthorizationCheckerService',
  104.             'security.csrf.token_manager' => 'getSecurity_Csrf_TokenManagerService',
  105.             'security.password_encoder' => 'getSecurity_PasswordEncoderService',
  106.             'security.token_storage' => 'getSecurity_TokenStorageService',
  107.             'serializer' => 'getSerializerService',
  108.             'services_resetter' => 'getServicesResetterService',
  109.             'session' => 'getSessionService',
  110.             'swiftmailer.mailer.default' => 'getSwiftmailer_Mailer_DefaultService',
  111.             'swiftmailer.mailer.default.plugin.messagelogger' => 'getSwiftmailer_Mailer_Default_Plugin_MessageloggerService',
  112.             'swiftmailer.mailer.default.transport.real' => 'getSwiftmailer_Mailer_Default_Transport_RealService',
  113.             'swiftmailer.transport' => 'getSwiftmailer_TransportService',
  114.             'translator' => 'getTranslatorService',
  115.             'twig' => 'getTwigService',
  116.             'twig.controller.exception' => 'getTwig_Controller_ExceptionService',
  117.             'twig.controller.preview_error' => 'getTwig_Controller_PreviewErrorService',
  118.             'validator' => 'getValidatorService',
  119.             'var_dumper.cloner' => 'getVarDumper_ClonerService',
  120.             'vich_uploader.download_handler' => 'getVichUploader_DownloadHandlerService',
  121.             'vich_uploader.form.type.file' => 'getVichUploader_Form_Type_FileService',
  122.             'vich_uploader.form.type.image' => 'getVichUploader_Form_Type_ImageService',
  123.             'vich_uploader.namer_uniqid.articleimage' => 'getVichUploader_NamerUniqid_ArticleimageService',
  124.             'vich_uploader.namer_uniqid.fichier' => 'getVichUploader_NamerUniqid_FichierService',
  125.             'vich_uploader.namer_uniqid.visuel' => 'getVichUploader_NamerUniqid_VisuelService',
  126.             'vich_uploader.upload_handler' => 'getVichUploader_UploadHandlerService',
  127.             'web_profiler.controller.exception' => 'getWebProfiler_Controller_ExceptionService',
  128.             'web_profiler.controller.exception_panel' => 'getWebProfiler_Controller_ExceptionPanelService',
  129.             'web_profiler.controller.profiler' => 'getWebProfiler_Controller_ProfilerService',
  130.             'web_profiler.controller.router' => 'getWebProfiler_Controller_RouterService',
  131.         ];
  132.         $this->aliases = [
  133.             'database_connection' => 'doctrine.dbal.default_connection',
  134.             'doctrine.orm.entity_manager' => 'doctrine.orm.default_entity_manager',
  135.             'liip_imagine.controller' => 'Liip\\ImagineBundle\\Controller\\ImagineController',
  136.             'mailer' => 'swiftmailer.mailer.default',
  137.             'vich_uploader.directory_namer_subdir' => 'Vich\\UploaderBundle\\Naming\\SubdirDirectoryNamer',
  138.             'vich_uploader.namer_base64' => 'Vich\\UploaderBundle\\Naming\\Base64Namer',
  139.             'vich_uploader.namer_directory_current_date_time' => 'Vich\\UploaderBundle\\Naming\\CurrentDateTimeDirectoryNamer',
  140.             'vich_uploader.namer_directory_property' => 'Vich\\UploaderBundle\\Naming\\PropertyDirectoryNamer',
  141.             'vich_uploader.namer_hash' => 'Vich\\UploaderBundle\\Naming\\HashNamer',
  142.             'vich_uploader.namer_origname' => 'Vich\\UploaderBundle\\Naming\\OrignameNamer',
  143.             'vich_uploader.namer_property' => 'Vich\\UploaderBundle\\Naming\\PropertyNamer',
  144.             'vich_uploader.namer_smart_unique' => 'Vich\\UploaderBundle\\Naming\\SmartUniqueNamer',
  145.             'vich_uploader.namer_uniqid' => 'Vich\\UploaderBundle\\Naming\\UniqidNamer',
  146.         ];
  147.         $this->privates['service_container'] = function () {
  148.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/HttpKernelInterface.php';
  149.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/KernelInterface.php';
  150.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/RebootableInterface.php';
  151.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/TerminableInterface.php';
  152.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Kernel.php';
  153.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Kernel/MicroKernelTrait.php';
  154.             include_once \dirname(__DIR__4).'/src/Kernel.php';
  155.             include_once \dirname(__DIR__4).'/src/EventListener/ControllerListener.php';
  156.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerNameParser.php';
  157.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/ControllerMetadata/ArgumentMetadataFactoryInterface.php';
  158.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/ControllerMetadata/ArgumentMetadataFactory.php';
  159.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/EventSubscriberInterface.php';
  160.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ResponseListener.php';
  161.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/StreamedResponseListener.php';
  162.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/LocaleListener.php';
  163.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ValidateRequestListener.php';
  164.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/EventListener/ResolveControllerNameSubscriber.php';
  165.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/DisallowRobotsIndexingListener.php';
  166.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ErrorListener.php';
  167.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ParameterBagInterface.php';
  168.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ParameterBag.php';
  169.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/FrozenParameterBag.php';
  170.             include_once \dirname(__DIR__4).'/vendor/psr/container/src/ContainerInterface.php';
  171.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ContainerBagInterface.php';
  172.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ContainerBag.php';
  173.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/HttpKernel.php';
  174.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ControllerResolverInterface.php';
  175.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/TraceableControllerResolver.php';
  176.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ControllerResolver.php';
  177.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php';
  178.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerResolver.php';
  179.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolverInterface.php';
  180.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/TraceableArgumentResolver.php';
  181.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver.php';
  182.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/RequestStack.php';
  183.             include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  184.             include_once \dirname(__DIR__4).'/vendor/symfony/config/ConfigCacheFactoryInterface.php';
  185.             include_once \dirname(__DIR__4).'/vendor/symfony/config/ResourceCheckerConfigCacheFactory.php';
  186.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/LocaleAwareListener.php';
  187.             include_once \dirname(__DIR__4).'/vendor/psr/cache/src/CacheItemPoolInterface.php';
  188.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/AdapterInterface.php';
  189.             include_once \dirname(__DIR__4).'/vendor/symfony/contracts/Cache/CacheInterface.php';
  190.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/PruneableInterface.php';
  191.             include_once \dirname(__DIR__4).'/vendor/symfony/contracts/Service/ResetInterface.php';
  192.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/ResettableInterface.php';
  193.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/TraceableAdapter.php';
  194.             include_once \dirname(__DIR__4).'/vendor/psr/log/Psr/Log/LoggerAwareInterface.php';
  195.             include_once \dirname(__DIR__4).'/vendor/psr/log/Psr/Log/LoggerAwareTrait.php';
  196.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/AbstractTrait.php';
  197.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/AbstractAdapterTrait.php';
  198.             include_once \dirname(__DIR__4).'/vendor/symfony/contracts/Cache/CacheTrait.php';
  199.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/ContractsTrait.php';
  200.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/AbstractAdapter.php';
  201.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/FilesystemCommonTrait.php';
  202.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/FilesystemTrait.php';
  203.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/FilesystemAdapter.php';
  204.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Marshaller/MarshallerInterface.php';
  205.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Marshaller/DefaultMarshaller.php';
  206.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/AbstractSessionListener.php';
  207.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/SessionListener.php';
  208.             include_once \dirname(__DIR__4).'/vendor/symfony/contracts/Service/ServiceProviderInterface.php';
  209.             include_once \dirname(__DIR__4).'/vendor/symfony/contracts/Service/ServiceLocatorTrait.php';
  210.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ServiceLocator.php';
  211.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Packages.php';
  212.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/PackageInterface.php';
  213.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Package.php';
  214.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/PathPackage.php';
  215.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/VersionStrategy/VersionStrategyInterface.php';
  216.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/VersionStrategy/JsonManifestVersionStrategy.php';
  217.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Context/ContextInterface.php';
  218.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Context/RequestStackContext.php';
  219.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ValidatorBuilderInterface.php';
  220.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ValidatorBuilder.php';
  221.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Validation.php';
  222.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorFactoryInterface.php';
  223.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ContainerConstraintValidatorFactory.php';
  224.             include_once \dirname(__DIR__4).'/vendor/symfony/contracts/Translation/LocaleAwareInterface.php';
  225.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/TranslatorInterface.php';
  226.             include_once \dirname(__DIR__4).'/vendor/symfony/contracts/Translation/TranslatorInterface.php';
  227.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Util/LegacyTranslatorProxy.php';
  228.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ObjectInitializerInterface.php';
  229.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Validator/DoctrineInitializer.php';
  230.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Validator/Initializer.php';
  231.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Loader/LoaderInterface.php';
  232.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Loader/AutoMappingTrait.php';
  233.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Loader/PropertyInfoLoader.php';
  234.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Validator/DoctrineLoader.php';
  235.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/TranslatorBagInterface.php';
  236.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Translator.php';
  237.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/WarmableInterface.php';
  238.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Translation/Translator.php';
  239.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/MessageFormatterInterface.php';
  240.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/IntlFormatterInterface.php';
  241.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/ChoiceMessageFormatterInterface.php';
  242.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/MessageFormatter.php';
  243.             include_once \dirname(__DIR__4).'/vendor/symfony/contracts/Translation/TranslatorTrait.php';
  244.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/IdentityTranslator.php';
  245.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/Profiler.php';
  246.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/ProfilerStorageInterface.php';
  247.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php';
  248.             include_once \dirname(__DIR__4).'/vendor/psr/log/Psr/Log/LoggerInterface.php';
  249.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/ResettableInterface.php';
  250.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Logger.php';
  251.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Log/DebugLoggerInterface.php';
  252.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Logger.php';
  253.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/DataCollectorInterface.php';
  254.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/DataCollector.php';
  255.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/LateDataCollectorInterface.php';
  256.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/TimeDataCollector.php';
  257.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/MemoryDataCollector.php';
  258.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/DataCollector/ValidatorDataCollector.php';
  259.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/AjaxDataCollector.php';
  260.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/ExceptionDataCollector.php';
  261.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/LoggerDataCollector.php';
  262.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/EventDataCollector.php';
  263.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/DataCollector/CacheDataCollector.php';
  264.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/DataCollector/TranslationDataCollector.php';
  265.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/DataCollector/SecurityDataCollector.php';
  266.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/DataCollector/TwigDataCollector.php';
  267.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/DataCollector/DoctrineDataCollector.php';
  268.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/DataCollector/DoctrineDataCollector.php';
  269.             include_once \dirname(__DIR__4).'/vendor/symfony/swiftmailer-bundle/DataCollector/MessageDataCollector.php';
  270.             include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/DataCollector/MappingCollector.php';
  271.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/ConfigDataCollector.php';
  272.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ProfilerListener.php';
  273.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php';
  274.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/RouterDataCollector.php';
  275.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/DataCollector/RouterDataCollector.php';
  276.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataCollectorInterface.php';
  277.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataCollector.php';
  278.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataExtractorInterface.php';
  279.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataExtractor.php';
  280.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/DebugHandlersListener.php';
  281.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Debug/FileLinkFormatter.php';
  282.             include_once \dirname(__DIR__4).'/vendor/symfony/stopwatch/Stopwatch.php';
  283.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Processor/DebugProcessor.php';
  284.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RequestContext.php';
  285.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/RouterListener.php';
  286.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/Reader.php';
  287.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationReader.php';
  288.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationRegistry.php';
  289.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/ProxyTrait.php';
  290.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/PhpArrayTrait.php';
  291.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/PhpArrayAdapter.php';
  292.             include_once \dirname(__DIR__4).'/vendor/symfony/property-access/PropertyAccessorInterface.php';
  293.             include_once \dirname(__DIR__4).'/vendor/symfony/property-access/PropertyAccessor.php';
  294.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/ArrayTrait.php';
  295.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/ArrayAdapter.php';
  296.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyTypeExtractorInterface.php';
  297.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyDescriptionExtractorInterface.php';
  298.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyAccessExtractorInterface.php';
  299.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyListExtractorInterface.php';
  300.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyInfoExtractorInterface.php';
  301.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyInitializableExtractorInterface.php';
  302.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyInfoExtractor.php';
  303.             include_once \dirname(__DIR__4).'/vendor/symfony/web-link/EventListener/AddLinkHeaderListener.php';
  304.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/ControllerListener.php';
  305.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/ParamConverterListener.php';
  306.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/ParamConverterManager.php';
  307.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/ParamConverterInterface.php';
  308.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/DoctrineParamConverter.php';
  309.             include_once \dirname(__DIR__4).'/vendor/symfony/expression-language/ExpressionLanguage.php';
  310.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/DateTimeParamConverter.php';
  311.             include_once \dirname(__DIR__4).'/vendor/symfony/contracts/Service/ServiceSubscriberInterface.php';
  312.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/TemplateListener.php';
  313.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Templating/TemplateGuesser.php';
  314.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/HttpCacheListener.php';
  315.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/SecurityListener.php';
  316.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/ExpressionLanguage.php';
  317.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Security/ExpressionLanguage.php';
  318.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/IsGrantedListener.php';
  319.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ArgumentNameConverter.php';
  320.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ConnectionRegistry.php';
  321.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ManagerRegistry.php';
  322.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/AbstractManagerRegistry.php';
  323.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/ManagerRegistry.php';
  324.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Registry.php';
  325.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Logging/SQLLogger.php';
  326.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Logging/DebugStack.php';
  327.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/Connection.php';
  328.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Connection.php';
  329.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/ConnectionFactory.php';
  330.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Configuration.php';
  331.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Logging/LoggerChain.php';
  332.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Logger/DbalLogger.php';
  333.             include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/lib/Doctrine/Common/EventManager.php';
  334.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/ContainerAwareEventManager.php';
  335.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/Mapping/Driver/MappingDriver.php';
  336.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/Mapping/Driver/AnnotationDriver.php';
  337.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/AnnotationDriver.php';
  338.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectManager.php';
  339.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityManagerInterface.php';
  340.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityManager.php';
  341.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Configuration.php';
  342.             include_once \dirname(__DIR__4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/Cache.php';
  343.             include_once \dirname(__DIR__4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/FlushableCache.php';
  344.             include_once \dirname(__DIR__4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/ClearableCache.php';
  345.             include_once \dirname(__DIR__4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiGetCache.php';
  346.             include_once \dirname(__DIR__4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiDeleteCache.php';
  347.             include_once \dirname(__DIR__4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiPutCache.php';
  348.             include_once \dirname(__DIR__4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiOperationCache.php';
  349.             include_once \dirname(__DIR__4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/CacheProvider.php';
  350.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/DoctrineProvider.php';
  351.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/Mapping/Driver/MappingDriverChain.php';
  352.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/Mapping/Driver/FileDriver.php';
  353.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/XmlDriver.php';
  354.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/Mapping/Driver/FileLocator.php';
  355.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/Mapping/Driver/SymfonyFileLocator.php';
  356.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/NamingStrategy.php';
  357.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/UnderscoreNamingStrategy.php';
  358.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/QuoteStrategy.php';
  359.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/DefaultQuoteStrategy.php';
  360.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/EntityListenerResolver.php';
  361.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Mapping/EntityListenerServiceResolver.php';
  362.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Mapping/ContainerEntityListenerResolver.php';
  363.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Repository/RepositoryFactory.php';
  364.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ContainerRepositoryFactory.php';
  365.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/ManagerConfigurator.php';
  366.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AuthorizationCheckerInterface.php';
  367.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AuthorizationChecker.php';
  368.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Token/Storage/TokenStorageInterface.php';
  369.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Token/Storage/UsageTrackingTokenStorage.php';
  370.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Token/Storage/TokenStorage.php';
  371.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/AuthenticationManagerInterface.php';
  372.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/AuthenticationProviderManager.php';
  373.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/AuthenticationTrustResolverInterface.php';
  374.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/AuthenticationTrustResolver.php';
  375.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Role/RoleHierarchyInterface.php';
  376.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Role/RoleHierarchy.php';
  377.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/FirewallMapInterface.php';
  378.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallMap.php';
  379.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Logout/LogoutUrlGenerator.php';
  380.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/RememberMe/ResponseListener.php';
  381.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AccessDecisionManagerInterface.php';
  382.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/TraceableAccessDecisionManager.php';
  383.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AccessDecisionManager.php';
  384.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall.php';
  385.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/EventListener/FirewallListener.php';
  386.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php';
  387.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Environment.php';
  388.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Loader/LoaderInterface.php';
  389.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Loader/ExistsLoaderInterface.php';
  390.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Loader/SourceContextLoaderInterface.php';
  391.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Loader/FilesystemLoader.php';
  392.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bundle/Loader/NativeFilesystemLoader.php';
  393.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/ExtensionInterface.php';
  394.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/AbstractExtension.php';
  395.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/CsrfExtension.php';
  396.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/LogoutUrlExtension.php';
  397.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/SecurityExtension.php';
  398.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/ProfilerExtension.php';
  399.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/ProfilerExtension.php';
  400.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/TranslationExtension.php';
  401.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/AssetExtension.php';
  402.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/CodeExtension.php';
  403.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/RoutingExtension.php';
  404.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/YamlExtension.php';
  405.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/StopwatchExtension.php';
  406.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/ExpressionExtension.php';
  407.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/HttpKernelExtension.php';
  408.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/HttpFoundationExtension.php';
  409.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/UrlHelper.php';
  410.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/WebLinkExtension.php';
  411.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/FormExtension.php';
  412.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/DumpExtension.php';
  413.             include_once \dirname(__DIR__4).'/src/Twig/AppExtension.php';
  414.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Twig/DoctrineExtension.php';
  415.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Twig/WebProfilerExtension.php';
  416.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/DataDumperInterface.php';
  417.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/DumperInterface.php';
  418.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/AbstractDumper.php';
  419.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/CliDumper.php';
  420.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/HtmlDumper.php';
  421.             include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/Twig/EntryFilesTwigExtension.php';
  422.             include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/Twig/StimulusTwigExtension.php';
  423.             include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Twig/Extension/UploaderExtension.php';
  424.             include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Templating/Helper/UploaderHelper.php';
  425.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/ckeditor-bundle/src/Renderer/CKEditorRendererInterface.php';
  426.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/ckeditor-bundle/src/Twig/CKEditorExtension.php';
  427.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/ckeditor-bundle/src/Renderer/CKEditorRenderer.php';
  428.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/ckeditor-bundle/src/Builder/JsonBuilder.php';
  429.             include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Templating/FilterTrait.php';
  430.             include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Templating/FilterExtension.php';
  431.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/AppVariable.php';
  432.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/RuntimeLoader/RuntimeLoaderInterface.php';
  433.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/RuntimeLoader/ContainerRuntimeLoader.php';
  434.             include_once \dirname(__DIR__4).'/vendor/twig/extra-bundle/MissingExtensionSuggestor.php';
  435.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bundle/DependencyInjection/Configurator/EnvironmentConfigurator.php';
  436.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Profiler/Profile.php';
  437.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Csp/ContentSecurityPolicyHandler.php';
  438.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Csp/NonceGenerator.php';
  439.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/EventListener/WebDebugToolbarListener.php';
  440.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/HandlerInterface.php';
  441.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/AbstractHandler.php';
  442.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/AbstractProcessingHandler.php';
  443.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/StreamHandler.php';
  444.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Processor/ProcessorInterface.php';
  445.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Processor/PsrLogMessageProcessor.php';
  446.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Handler/ConsoleHandler.php';
  447.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/DumpDataCollector.php';
  448.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/ClonerInterface.php';
  449.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/AbstractCloner.php';
  450.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/VarCloner.php';
  451.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Server/Connection.php';
  452.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/ContextProviderInterface.php';
  453.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/SourceContextProvider.php';
  454.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/RequestContextProvider.php';
  455.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/CliContextProvider.php';
  456.             include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Storage/StorageInterface.php';
  457.             include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Storage/AbstractStorage.php';
  458.             include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Storage/FileSystemStorage.php';
  459.             include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Metadata/MetadataReader.php';
  460.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/MetadataFactoryInterface.php';
  461.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/AdvancedMetadataFactoryInterface.php';
  462.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/MetadataFactory.php';
  463.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Driver/DriverInterface.php';
  464.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Driver/AdvancedDriverInterface.php';
  465.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Driver/DriverChain.php';
  466.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Driver/AbstractFileDriver.php';
  467.             include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Metadata/Driver/XmlDriver.php';
  468.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Driver/FileLocatorInterface.php';
  469.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Driver/AdvancedFileLocatorInterface.php';
  470.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Driver/FileLocator.php';
  471.             include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Metadata/Driver/AnnotationDriver.php';
  472.             include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Metadata/Driver/YamlDriver.php';
  473.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Cache/CacheInterface.php';
  474.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Cache/ClearableCacheInterface.php';
  475.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Cache/FileCache.php';
  476.             include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Mapping/PropertyMappingFactory.php';
  477.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Util/CanonicalFieldsUpdater.php';
  478.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Util/CanonicalizerInterface.php';
  479.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Util/Canonicalizer.php';
  480.             include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Cache/Resolver/ResolverInterface.php';
  481.             include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Cache/Resolver/WebPathResolver.php';
  482.             include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Cache/CacheManager.php';
  483.             include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/FilterConfiguration.php';
  484.             include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Cache/Resolver/NoCacheWebPathResolver.php';
  485.             include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Cache/SignerInterface.php';
  486.             include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Cache/Signer.php';
  487.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/DataCollectorTranslator.php';
  488.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RequestContextAwareInterface.php';
  489.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Matcher/UrlMatcherInterface.php';
  490.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Generator/UrlGeneratorInterface.php';
  491.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RouterInterface.php';
  492.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Matcher/RequestMatcherInterface.php';
  493.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Router.php';
  494.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ServiceSubscriberInterface.php';
  495.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/DependencyInjection/CompatibilityServiceSubscriberInterface.php';
  496.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Routing/Router.php';
  497.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Factory/MetadataFactoryInterface.php';
  498.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Validator/ValidatorInterface.php';
  499.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Validator/TraceableValidator.php';
  500.             include_once \dirname(__DIR__4).'/vendor/symfony/contracts/EventDispatcher/EventDispatcherInterface.php';
  501.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/EventDispatcherInterface.php';
  502.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcherInterface.php';
  503.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php';
  504.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Debug/TraceableEventDispatcher.php';
  505.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/EventDispatcher.php';
  506.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/NullHandler.php';
  507.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/PsrCachedReader.php';
  508.         };
  509.     }
  510.     public function compile(): void
  511.     {
  512.         throw new LogicException('You cannot compile a dumped container that was already compiled.');
  513.     }
  514.     public function isCompiled(): bool
  515.     {
  516.         return true;
  517.     }
  518.     public function getRemovedIds(): array
  519.     {
  520.         return require $this->containerDir.\DIRECTORY_SEPARATOR.'removed-ids.php';
  521.     }
  522.     /**
  523.      * Gets the public 'App\Controller\AdminController' shared autowired service.
  524.      *
  525.      * @return \App\Controller\AdminController
  526.      */
  527.     protected function getAdminControllerService()
  528.     {
  529.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  530.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  531.         include_once \dirname(__DIR__4).'/src/Controller/AdminController.php';
  532.         $this->services['App\\Controller\\AdminController'] = $instance = new \App\Controller\AdminController();
  533.         $instance->setContainer(($this->privates['.service_locator.vdmMuyE'] ?? $this->get_ServiceLocator_VdmMuyEService())->withContext('App\\Controller\\AdminController'$this));
  534.         return $instance;
  535.     }
  536.     /**
  537.      * Gets the public 'App\Controller\AjaxController' shared autowired service.
  538.      *
  539.      * @return \App\Controller\AjaxController
  540.      */
  541.     protected function getAjaxControllerService()
  542.     {
  543.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  544.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  545.         include_once \dirname(__DIR__4).'/src/Controller/AjaxController.php';
  546.         $this->services['App\\Controller\\AjaxController'] = $instance = new \App\Controller\AjaxController();
  547.         $instance->setContainer(($this->privates['.service_locator.vdmMuyE'] ?? $this->get_ServiceLocator_VdmMuyEService())->withContext('App\\Controller\\AjaxController'$this));
  548.         return $instance;
  549.     }
  550.     /**
  551.      * Gets the public 'App\Controller\FormateurController' shared autowired service.
  552.      *
  553.      * @return \App\Controller\FormateurController
  554.      */
  555.     protected function getFormateurControllerService()
  556.     {
  557.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  558.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  559.         include_once \dirname(__DIR__4).'/src/Controller/FormateurController.php';
  560.         $this->services['App\\Controller\\FormateurController'] = $instance = new \App\Controller\FormateurController();
  561.         $instance->setContainer(($this->privates['.service_locator.vdmMuyE'] ?? $this->get_ServiceLocator_VdmMuyEService())->withContext('App\\Controller\\FormateurController'$this));
  562.         return $instance;
  563.     }
  564.     /**
  565.      * Gets the public 'App\Controller\MainController' shared autowired service.
  566.      *
  567.      * @return \App\Controller\MainController
  568.      */
  569.     protected function getMainControllerService()
  570.     {
  571.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  572.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  573.         include_once \dirname(__DIR__4).'/src/Controller/MainController.php';
  574.         $this->services['App\\Controller\\MainController'] = $instance = new \App\Controller\MainController();
  575.         $instance->setContainer(($this->privates['.service_locator.vdmMuyE'] ?? $this->get_ServiceLocator_VdmMuyEService())->withContext('App\\Controller\\MainController'$this));
  576.         return $instance;
  577.     }
  578.     /**
  579.      * Gets the public 'App\Controller\ModalController' shared autowired service.
  580.      *
  581.      * @return \App\Controller\ModalController
  582.      */
  583.     protected function getModalControllerService()
  584.     {
  585.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  586.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  587.         include_once \dirname(__DIR__4).'/src/Controller/ModalController.php';
  588.         $this->services['App\\Controller\\ModalController'] = $instance = new \App\Controller\ModalController();
  589.         $instance->setContainer(($this->privates['.service_locator.vdmMuyE'] ?? $this->get_ServiceLocator_VdmMuyEService())->withContext('App\\Controller\\ModalController'$this));
  590.         return $instance;
  591.     }
  592.     /**
  593.      * Gets the public 'App\Controller\PedagogueController' shared autowired service.
  594.      *
  595.      * @return \App\Controller\PedagogueController
  596.      */
  597.     protected function getPedagogueControllerService()
  598.     {
  599.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  600.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  601.         include_once \dirname(__DIR__4).'/src/Controller/PedagogueController.php';
  602.         $this->services['App\\Controller\\PedagogueController'] = $instance = new \App\Controller\PedagogueController();
  603.         $instance->setContainer(($this->privates['.service_locator.vdmMuyE'] ?? $this->get_ServiceLocator_VdmMuyEService())->withContext('App\\Controller\\PedagogueController'$this));
  604.         return $instance;
  605.     }
  606.     /**
  607.      * Gets the public 'App\Controller\StagiaireController' shared autowired service.
  608.      *
  609.      * @return \App\Controller\StagiaireController
  610.      */
  611.     protected function getStagiaireControllerService()
  612.     {
  613.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  614.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  615.         include_once \dirname(__DIR__4).'/src/Controller/StagiaireController.php';
  616.         $this->services['App\\Controller\\StagiaireController'] = $instance = new \App\Controller\StagiaireController();
  617.         $instance->setContainer(($this->privates['.service_locator.vdmMuyE'] ?? $this->get_ServiceLocator_VdmMuyEService())->withContext('App\\Controller\\StagiaireController'$this));
  618.         return $instance;
  619.     }
  620.     /**
  621.      * Gets the public 'Liip\ImagineBundle\Controller\ImagineController' shared service.
  622.      *
  623.      * @return \Liip\ImagineBundle\Controller\ImagineController
  624.      */
  625.     protected function getImagineControllerService()
  626.     {
  627.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Controller/ImagineController.php';
  628.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Service/FilterService.php';
  629.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Config/Controller/ControllerConfig.php';
  630.         $a = ($this->services['liip_imagine.data.manager'] ?? $this->getLiipImagine_Data_ManagerService());
  631.         return $this->services['Liip\\ImagineBundle\\Controller\\ImagineController'] = new \Liip\ImagineBundle\Controller\ImagineController(new \Liip\ImagineBundle\Service\FilterService($a, ($this->services['liip_imagine.filter.manager'] ?? $this->getLiipImagine_Filter_ManagerService()), ($this->services['liip_imagine.cache.manager'] ?? $this->getLiipImagine_Cache_ManagerService()), false$this->parameters['liip_imagine.webp.options'], ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService())), $a, ($this->services['liip_imagine.cache.signer'] ?? ($this->services['liip_imagine.cache.signer'] = new \Liip\ImagineBundle\Imagine\Cache\Signer($this->getEnv('APP_SECRET')))), new \Liip\ImagineBundle\Config\Controller\ControllerConfig(301));
  632.     }
  633.     /**
  634.      * Gets the public 'Symfony\Bundle\FrameworkBundle\Controller\RedirectController' shared service.
  635.      *
  636.      * @return \Symfony\Bundle\FrameworkBundle\Controller\RedirectController
  637.      */
  638.     protected function getRedirectControllerService()
  639.     {
  640.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/RedirectController.php';
  641.         return $this->services['Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController'] = new \Symfony\Bundle\FrameworkBundle\Controller\RedirectController(($this->services['router'] ?? $this->getRouterService()), 80443);
  642.     }
  643.     /**
  644.      * Gets the public 'Symfony\Bundle\FrameworkBundle\Controller\TemplateController' shared service.
  645.      *
  646.      * @return \Symfony\Bundle\FrameworkBundle\Controller\TemplateController
  647.      */
  648.     protected function getTemplateControllerService()
  649.     {
  650.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/TemplateController.php';
  651.         return $this->services['Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController'] = new \Symfony\Bundle\FrameworkBundle\Controller\TemplateController(($this->services['twig'] ?? $this->getTwigService()), NULL);
  652.     }
  653.     /**
  654.      * Gets the public 'Vich\UploaderBundle\Naming\Base64Namer' shared service.
  655.      *
  656.      * @return \Vich\UploaderBundle\Naming\Base64Namer
  657.      */
  658.     protected function getBase64NamerService()
  659.     {
  660.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/NamerInterface.php';
  661.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/ConfigurableInterface.php';
  662.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/Polyfill/FileExtensionTrait.php';
  663.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/Base64Namer.php';
  664.         return $this->services['Vich\\UploaderBundle\\Naming\\Base64Namer'] = new \Vich\UploaderBundle\Naming\Base64Namer();
  665.     }
  666.     /**
  667.      * Gets the public 'Vich\UploaderBundle\Naming\CurrentDateTimeDirectoryNamer' shared service.
  668.      *
  669.      * @return \Vich\UploaderBundle\Naming\CurrentDateTimeDirectoryNamer
  670.      */
  671.     protected function getCurrentDateTimeDirectoryNamerService()
  672.     {
  673.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/DirectoryNamerInterface.php';
  674.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/ConfigurableInterface.php';
  675.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/CurrentDateTimeDirectoryNamer.php';
  676.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/DateTimeHelper.php';
  677.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/CurrentDateTimeHelper.php';
  678.         return $this->services['Vich\\UploaderBundle\\Naming\\CurrentDateTimeDirectoryNamer'] = new \Vich\UploaderBundle\Naming\CurrentDateTimeDirectoryNamer(new \Vich\UploaderBundle\Naming\CurrentDateTimeHelper(), ($this->privates['property_accessor'] ?? $this->getPropertyAccessorService()));
  679.     }
  680.     /**
  681.      * Gets the public 'Vich\UploaderBundle\Naming\HashNamer' shared service.
  682.      *
  683.      * @return \Vich\UploaderBundle\Naming\HashNamer
  684.      */
  685.     protected function getHashNamerService()
  686.     {
  687.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/NamerInterface.php';
  688.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/ConfigurableInterface.php';
  689.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/Polyfill/FileExtensionTrait.php';
  690.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/HashNamer.php';
  691.         return $this->services['Vich\\UploaderBundle\\Naming\\HashNamer'] = new \Vich\UploaderBundle\Naming\HashNamer();
  692.     }
  693.     /**
  694.      * Gets the public 'Vich\UploaderBundle\Naming\OrignameNamer' shared service.
  695.      *
  696.      * @return \Vich\UploaderBundle\Naming\OrignameNamer
  697.      */
  698.     protected function getOrignameNamerService()
  699.     {
  700.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/NamerInterface.php';
  701.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/ConfigurableInterface.php';
  702.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/OrignameNamer.php';
  703.         return $this->services['Vich\\UploaderBundle\\Naming\\OrignameNamer'] = new \Vich\UploaderBundle\Naming\OrignameNamer(($this->privates['Vich\\UploaderBundle\\Util\\Transliterator'] ?? $this->getTransliteratorService()));
  704.     }
  705.     /**
  706.      * Gets the public 'Vich\UploaderBundle\Naming\PropertyDirectoryNamer' shared service.
  707.      *
  708.      * @return \Vich\UploaderBundle\Naming\PropertyDirectoryNamer
  709.      */
  710.     protected function getPropertyDirectoryNamerService()
  711.     {
  712.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/DirectoryNamerInterface.php';
  713.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/ConfigurableInterface.php';
  714.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/PropertyDirectoryNamer.php';
  715.         return $this->services['Vich\\UploaderBundle\\Naming\\PropertyDirectoryNamer'] = new \Vich\UploaderBundle\Naming\PropertyDirectoryNamer(($this->privates['property_accessor'] ?? $this->getPropertyAccessorService()), ($this->privates['Vich\\UploaderBundle\\Util\\Transliterator'] ?? $this->getTransliteratorService()));
  716.     }
  717.     /**
  718.      * Gets the public 'Vich\UploaderBundle\Naming\PropertyNamer' shared service.
  719.      *
  720.      * @return \Vich\UploaderBundle\Naming\PropertyNamer
  721.      */
  722.     protected function getPropertyNamerService()
  723.     {
  724.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/NamerInterface.php';
  725.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/ConfigurableInterface.php';
  726.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/Polyfill/FileExtensionTrait.php';
  727.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/PropertyNamer.php';
  728.         return $this->services['Vich\\UploaderBundle\\Naming\\PropertyNamer'] = new \Vich\UploaderBundle\Naming\PropertyNamer(($this->privates['Vich\\UploaderBundle\\Util\\Transliterator'] ?? $this->getTransliteratorService()));
  729.     }
  730.     /**
  731.      * Gets the public 'Vich\UploaderBundle\Naming\SmartUniqueNamer' shared service.
  732.      *
  733.      * @return \Vich\UploaderBundle\Naming\SmartUniqueNamer
  734.      */
  735.     protected function getSmartUniqueNamerService()
  736.     {
  737.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/NamerInterface.php';
  738.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/SmartUniqueNamer.php';
  739.         return $this->services['Vich\\UploaderBundle\\Naming\\SmartUniqueNamer'] = new \Vich\UploaderBundle\Naming\SmartUniqueNamer(($this->privates['Vich\\UploaderBundle\\Util\\Transliterator'] ?? $this->getTransliteratorService()));
  740.     }
  741.     /**
  742.      * Gets the public 'Vich\UploaderBundle\Naming\SubdirDirectoryNamer' shared service.
  743.      *
  744.      * @return \Vich\UploaderBundle\Naming\SubdirDirectoryNamer
  745.      */
  746.     protected function getSubdirDirectoryNamerService()
  747.     {
  748.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/DirectoryNamerInterface.php';
  749.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/ConfigurableInterface.php';
  750.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/SubdirDirectoryNamer.php';
  751.         return $this->services['Vich\\UploaderBundle\\Naming\\SubdirDirectoryNamer'] = new \Vich\UploaderBundle\Naming\SubdirDirectoryNamer();
  752.     }
  753.     /**
  754.      * Gets the public 'Vich\UploaderBundle\Naming\UniqidNamer' shared service.
  755.      *
  756.      * @return \Vich\UploaderBundle\Naming\UniqidNamer
  757.      */
  758.     protected function getUniqidNamerService()
  759.     {
  760.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/NamerInterface.php';
  761.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/Polyfill/FileExtensionTrait.php';
  762.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/UniqidNamer.php';
  763.         return $this->services['Vich\\UploaderBundle\\Naming\\UniqidNamer'] = new \Vich\UploaderBundle\Naming\UniqidNamer();
  764.     }
  765.     /**
  766.      * Gets the public 'cache.app' shared service.
  767.      *
  768.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  769.      */
  770.     protected function getCache_AppService()
  771.     {
  772.         $a = new \Symfony\Component\Cache\Adapter\FilesystemAdapter('ITpkkUu383'0, ($this->targetDir.''.'/pools'), new \Symfony\Component\Cache\Marshaller\DefaultMarshaller(NULL));
  773.         $a->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  774.         return $this->services['cache.app'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter($a);
  775.     }
  776.     /**
  777.      * Gets the public 'cache.app_clearer' shared service.
  778.      *
  779.      * @return \Symfony\Component\HttpKernel\CacheClearer\Psr6CacheClearer
  780.      */
  781.     protected function getCache_AppClearerService()
  782.     {
  783.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/CacheClearerInterface.php';
  784.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/Psr6CacheClearer.php';
  785.         return $this->services['cache.app_clearer'] = new \Symfony\Component\HttpKernel\CacheClearer\Psr6CacheClearer(['cache.app' => ($this->services['cache.app'] ?? $this->getCache_AppService())]);
  786.     }
  787.     /**
  788.      * Gets the public 'cache.global_clearer' shared service.
  789.      *
  790.      * @return \Symfony\Component\HttpKernel\CacheClearer\Psr6CacheClearer
  791.      */
  792.     protected function getCache_GlobalClearerService()
  793.     {
  794.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/CacheClearerInterface.php';
  795.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/Psr6CacheClearer.php';
  796.         return $this->services['cache.global_clearer'] = new \Symfony\Component\HttpKernel\CacheClearer\Psr6CacheClearer(['cache.app' => ($this->services['cache.app'] ?? $this->getCache_AppService()), 'cache.system' => ($this->services['cache.system'] ?? $this->getCache_SystemService()), 'cache.validator' => ($this->privates['cache.validator'] ?? $this->getCache_ValidatorService()), 'cache.serializer' => ($this->privates['cache.serializer'] ?? $this->getCache_SerializerService()), 'cache.annotations' => ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService()), 'cache.property_info' => ($this->privates['cache.property_info'] ?? $this->getCache_PropertyInfoService()), 'cache.doctrine.orm.default.metadata' => ($this->privates['cache.doctrine.orm.default.metadata'] ?? $this->getCache_Doctrine_Orm_Default_MetadataService()), 'cache.doctrine.orm.default.result' => ($this->privates['cache.doctrine.orm.default.result'] ?? $this->getCache_Doctrine_Orm_Default_ResultService()), 'cache.doctrine.orm.default.query' => ($this->privates['cache.doctrine.orm.default.query'] ?? $this->getCache_Doctrine_Orm_Default_QueryService()), 'cache.security_expression_language' => ($this->privates['cache.security_expression_language'] ?? $this->getCache_SecurityExpressionLanguageService()), 'cache.webpack_encore' => ($this->privates['cache.webpack_encore'] ?? $this->getCache_WebpackEncoreService())]);
  797.     }
  798.     /**
  799.      * Gets the public 'cache.system' shared service.
  800.      *
  801.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  802.      */
  803.     protected function getCache_SystemService()
  804.     {
  805.         return $this->services['cache.system'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('twNUHnjbsd'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  806.     }
  807.     /**
  808.      * Gets the public 'cache.system_clearer' shared service.
  809.      *
  810.      * @return \Symfony\Component\HttpKernel\CacheClearer\Psr6CacheClearer
  811.      */
  812.     protected function getCache_SystemClearerService()
  813.     {
  814.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/CacheClearerInterface.php';
  815.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/Psr6CacheClearer.php';
  816.         return $this->services['cache.system_clearer'] = new \Symfony\Component\HttpKernel\CacheClearer\Psr6CacheClearer(['cache.system' => ($this->services['cache.system'] ?? $this->getCache_SystemService()), 'cache.validator' => ($this->privates['cache.validator'] ?? $this->getCache_ValidatorService()), 'cache.serializer' => ($this->privates['cache.serializer'] ?? $this->getCache_SerializerService()), 'cache.annotations' => ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService()), 'cache.property_info' => ($this->privates['cache.property_info'] ?? $this->getCache_PropertyInfoService()), 'cache.security_expression_language' => ($this->privates['cache.security_expression_language'] ?? $this->getCache_SecurityExpressionLanguageService()), 'cache.webpack_encore' => ($this->privates['cache.webpack_encore'] ?? $this->getCache_WebpackEncoreService())]);
  817.     }
  818.     /**
  819.      * Gets the public 'cache_clearer' shared service.
  820.      *
  821.      * @return \Symfony\Component\HttpKernel\CacheClearer\ChainCacheClearer
  822.      */
  823.     protected function getCacheClearerService()
  824.     {
  825.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/CacheClearerInterface.php';
  826.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/ChainCacheClearer.php';
  827.         return $this->services['cache_clearer'] = new \Symfony\Component\HttpKernel\CacheClearer\ChainCacheClearer(new RewindableGenerator(function () {
  828.             yield => ($this->services['cache.system_clearer'] ?? $this->getCache_SystemClearerService());
  829.         }, 1));
  830.     }
  831.     /**
  832.      * Gets the public 'cache_warmer' shared service.
  833.      *
  834.      * @return \Symfony\Component\HttpKernel\CacheWarmer\CacheWarmerAggregate
  835.      */
  836.     protected function getCacheWarmerService()
  837.     {
  838.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  839.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerAggregate.php';
  840.         return $this->services['cache_warmer'] = new \Symfony\Component\HttpKernel\CacheWarmer\CacheWarmerAggregate(new RewindableGenerator(function () {
  841.             yield => ($this->privates['validator.mapping.cache_warmer'] ?? $this->getValidator_Mapping_CacheWarmerService());
  842.             yield => ($this->privates['translation.warmer'] ?? $this->getTranslation_WarmerService());
  843.             yield => ($this->privates['router.cache_warmer'] ?? $this->getRouter_CacheWarmerService());
  844.             yield => ($this->privates['annotations.cache_warmer'] ?? $this->getAnnotations_CacheWarmerService());
  845.             yield => ($this->privates['serializer.mapping.cache_warmer'] ?? $this->getSerializer_Mapping_CacheWarmerService());
  846.             yield => ($this->privates['doctrine.orm.proxy_cache_warmer'] ?? $this->getDoctrine_Orm_ProxyCacheWarmerService());
  847.             yield => ($this->privates['twig.template_cache_warmer'] ?? $this->getTwig_TemplateCacheWarmerService());
  848.             yield => ($this->privates['webpack_encore.entrypoint_lookup.cache_warmer'] ?? $this->getWebpackEncore_EntrypointLookup_CacheWarmerService());
  849.             yield => ($this->privates['Vich\\UploaderBundle\\Metadata\\CacheWarmer'] ?? $this->getCacheWarmer2Service());
  850.         }, 9), true, ($this->targetDir.''.'/srcApp_KernelDevDebugContainerDeprecations.log'));
  851.     }
  852.     /**
  853.      * Gets the public 'console.command_loader' shared service.
  854.      *
  855.      * @return \Symfony\Component\Console\CommandLoader\ContainerCommandLoader
  856.      */
  857.     protected function getConsole_CommandLoaderService()
  858.     {
  859.         include_once \dirname(__DIR__4).'/vendor/symfony/console/CommandLoader/CommandLoaderInterface.php';
  860.         include_once \dirname(__DIR__4).'/vendor/symfony/console/CommandLoader/ContainerCommandLoader.php';
  861.         return $this->services['console.command_loader'] = new \Symfony\Component\Console\CommandLoader\ContainerCommandLoader(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  862.             'Doctrine\\DBAL\\Tools\\Console\\Command\\RunSqlCommand' => ['privates''Doctrine\\DBAL\\Tools\\Console\\Command\\RunSqlCommand''getRunSqlCommandService'false],
  863.             'console.command.about' => ['privates''console.command.about''getConsole_Command_AboutService'false],
  864.             'console.command.assets_install' => ['privates''console.command.assets_install''getConsole_Command_AssetsInstallService'false],
  865.             'console.command.cache_clear' => ['privates''console.command.cache_clear''getConsole_Command_CacheClearService'false],
  866.             'console.command.cache_pool_clear' => ['privates''console.command.cache_pool_clear''getConsole_Command_CachePoolClearService'false],
  867.             'console.command.cache_pool_delete' => ['privates''console.command.cache_pool_delete''getConsole_Command_CachePoolDeleteService'false],
  868.             'console.command.cache_pool_list' => ['privates''console.command.cache_pool_list''getConsole_Command_CachePoolListService'false],
  869.             'console.command.cache_pool_prune' => ['privates''console.command.cache_pool_prune''getConsole_Command_CachePoolPruneService'false],
  870.             'console.command.cache_warmup' => ['privates''console.command.cache_warmup''getConsole_Command_CacheWarmupService'false],
  871.             'console.command.config_debug' => ['privates''console.command.config_debug''getConsole_Command_ConfigDebugService'false],
  872.             'console.command.config_dump_reference' => ['privates''console.command.config_dump_reference''getConsole_Command_ConfigDumpReferenceService'false],
  873.             'console.command.container_debug' => ['privates''console.command.container_debug''getConsole_Command_ContainerDebugService'false],
  874.             'console.command.container_lint' => ['privates''console.command.container_lint''getConsole_Command_ContainerLintService'false],
  875.             'console.command.debug_autowiring' => ['privates''console.command.debug_autowiring''getConsole_Command_DebugAutowiringService'false],
  876.             'console.command.event_dispatcher_debug' => ['privates''console.command.event_dispatcher_debug''getConsole_Command_EventDispatcherDebugService'false],
  877.             'console.command.form_debug' => ['privates''console.command.form_debug''getConsole_Command_FormDebugService'false],
  878.             'console.command.router_debug' => ['privates''console.command.router_debug''getConsole_Command_RouterDebugService'false],
  879.             'console.command.router_match' => ['privates''console.command.router_match''getConsole_Command_RouterMatchService'false],
  880.             'console.command.secrets_decrypt_to_local' => ['privates''console.command.secrets_decrypt_to_local''getConsole_Command_SecretsDecryptToLocalService'false],
  881.             'console.command.secrets_encrypt_from_local' => ['privates''console.command.secrets_encrypt_from_local''getConsole_Command_SecretsEncryptFromLocalService'false],
  882.             'console.command.secrets_generate_key' => ['privates''console.command.secrets_generate_key''getConsole_Command_SecretsGenerateKeyService'false],
  883.             'console.command.secrets_list' => ['privates''console.command.secrets_list''getConsole_Command_SecretsListService'false],
  884.             'console.command.secrets_remove' => ['privates''console.command.secrets_remove''getConsole_Command_SecretsRemoveService'false],
  885.             'console.command.secrets_set' => ['privates''console.command.secrets_set''getConsole_Command_SecretsSetService'false],
  886.             'console.command.translation_debug' => ['privates''console.command.translation_debug''getConsole_Command_TranslationDebugService'false],
  887.             'console.command.translation_update' => ['privates''console.command.translation_update''getConsole_Command_TranslationUpdateService'false],
  888.             'console.command.xliff_lint' => ['privates''console.command.xliff_lint''getConsole_Command_XliffLintService'false],
  889.             'console.command.yaml_lint' => ['privates''console.command.yaml_lint''getConsole_Command_YamlLintService'false],
  890.             'doctrine.cache_clear_metadata_command' => ['privates''doctrine.cache_clear_metadata_command''getDoctrine_CacheClearMetadataCommandService'false],
  891.             'doctrine.cache_clear_query_cache_command' => ['privates''doctrine.cache_clear_query_cache_command''getDoctrine_CacheClearQueryCacheCommandService'false],
  892.             'doctrine.cache_clear_result_command' => ['privates''doctrine.cache_clear_result_command''getDoctrine_CacheClearResultCommandService'false],
  893.             'doctrine.cache_collection_region_command' => ['privates''doctrine.cache_collection_region_command''getDoctrine_CacheCollectionRegionCommandService'false],
  894.             'doctrine.clear_entity_region_command' => ['privates''doctrine.clear_entity_region_command''getDoctrine_ClearEntityRegionCommandService'false],
  895.             'doctrine.clear_query_region_command' => ['privates''doctrine.clear_query_region_command''getDoctrine_ClearQueryRegionCommandService'false],
  896.             'doctrine.database_create_command' => ['privates''doctrine.database_create_command''getDoctrine_DatabaseCreateCommandService'false],
  897.             'doctrine.database_drop_command' => ['privates''doctrine.database_drop_command''getDoctrine_DatabaseDropCommandService'false],
  898.             'doctrine.database_import_command' => ['privates''doctrine.database_import_command''getDoctrine_DatabaseImportCommandService'false],
  899.             'doctrine.ensure_production_settings_command' => ['privates''doctrine.ensure_production_settings_command''getDoctrine_EnsureProductionSettingsCommandService'false],
  900.             'doctrine.mapping_convert_command' => ['privates''doctrine.mapping_convert_command''getDoctrine_MappingConvertCommandService'false],
  901.             'doctrine.mapping_import_command' => ['privates''doctrine.mapping_import_command''getDoctrine_MappingImportCommandService'false],
  902.             'doctrine.mapping_info_command' => ['privates''doctrine.mapping_info_command''getDoctrine_MappingInfoCommandService'false],
  903.             'doctrine.query_dql_command' => ['privates''doctrine.query_dql_command''getDoctrine_QueryDqlCommandService'false],
  904.             'doctrine.query_sql_command' => ['privates''doctrine.query_sql_command''getDoctrine_QuerySqlCommandService'false],
  905.             'doctrine.schema_create_command' => ['privates''doctrine.schema_create_command''getDoctrine_SchemaCreateCommandService'false],
  906.             'doctrine.schema_drop_command' => ['privates''doctrine.schema_drop_command''getDoctrine_SchemaDropCommandService'false],
  907.             'doctrine.schema_update_command' => ['privates''doctrine.schema_update_command''getDoctrine_SchemaUpdateCommandService'false],
  908.             'doctrine.schema_validate_command' => ['privates''doctrine.schema_validate_command''getDoctrine_SchemaValidateCommandService'false],
  909.             'doctrine_migrations.current_command' => ['privates''doctrine_migrations.current_command''getDoctrineMigrations_CurrentCommandService'false],
  910.             'doctrine_migrations.diff_command' => ['privates''doctrine_migrations.diff_command''getDoctrineMigrations_DiffCommandService'false],
  911.             'doctrine_migrations.dump_schema_command' => ['privates''doctrine_migrations.dump_schema_command''getDoctrineMigrations_DumpSchemaCommandService'false],
  912.             'doctrine_migrations.execute_command' => ['privates''doctrine_migrations.execute_command''getDoctrineMigrations_ExecuteCommandService'false],
  913.             'doctrine_migrations.generate_command' => ['privates''doctrine_migrations.generate_command''getDoctrineMigrations_GenerateCommandService'false],
  914.             'doctrine_migrations.latest_command' => ['privates''doctrine_migrations.latest_command''getDoctrineMigrations_LatestCommandService'false],
  915.             'doctrine_migrations.migrate_command' => ['privates''doctrine_migrations.migrate_command''getDoctrineMigrations_MigrateCommandService'false],
  916.             'doctrine_migrations.rollup_command' => ['privates''doctrine_migrations.rollup_command''getDoctrineMigrations_RollupCommandService'false],
  917.             'doctrine_migrations.status_command' => ['privates''doctrine_migrations.status_command''getDoctrineMigrations_StatusCommandService'false],
  918.             'doctrine_migrations.sync_metadata_command' => ['privates''doctrine_migrations.sync_metadata_command''getDoctrineMigrations_SyncMetadataCommandService'false],
  919.             'doctrine_migrations.up_to_date_command' => ['privates''doctrine_migrations.up_to_date_command''getDoctrineMigrations_UpToDateCommandService'false],
  920.             'doctrine_migrations.version_command' => ['privates''doctrine_migrations.version_command''getDoctrineMigrations_VersionCommandService'false],
  921.             'doctrine_migrations.versions_command' => ['privates''doctrine_migrations.versions_command''getDoctrineMigrations_VersionsCommandService'false],
  922.             'fos_ck_editor.command.installer' => ['privates''fos_ck_editor.command.installer''getFosCkEditor_Command_InstallerService'false],
  923.             'fos_js_routing.dump_command' => ['privates''fos_js_routing.dump_command''getFosJsRouting_DumpCommandService'false],
  924.             'fos_js_routing.router_debug_exposed_command' => ['privates''fos_js_routing.router_debug_exposed_command''getFosJsRouting_RouterDebugExposedCommandService'false],
  925.             'fos_user.command.activate_user' => ['privates''fos_user.command.activate_user''getFosUser_Command_ActivateUserService'false],
  926.             'fos_user.command.change_password' => ['privates''fos_user.command.change_password''getFosUser_Command_ChangePasswordService'false],
  927.             'fos_user.command.create_user' => ['privates''fos_user.command.create_user''getFosUser_Command_CreateUserService'false],
  928.             'fos_user.command.deactivate_user' => ['privates''fos_user.command.deactivate_user''getFosUser_Command_DeactivateUserService'false],
  929.             'fos_user.command.demote_user' => ['privates''fos_user.command.demote_user''getFosUser_Command_DemoteUserService'false],
  930.             'fos_user.command.promote_user' => ['privates''fos_user.command.promote_user''getFosUser_Command_PromoteUserService'false],
  931.             'liip_imagine.command.cache_remove' => ['privates''liip_imagine.command.cache_remove''getLiipImagine_Command_CacheRemoveService'false],
  932.             'liip_imagine.command.cache_resolve' => ['privates''liip_imagine.command.cache_resolve''getLiipImagine_Command_CacheResolveService'false],
  933.             'maker.auto_command.make_auth' => ['privates''maker.auto_command.make_auth''getMaker_AutoCommand_MakeAuthService'false],
  934.             'maker.auto_command.make_command' => ['privates''maker.auto_command.make_command''getMaker_AutoCommand_MakeCommandService'false],
  935.             'maker.auto_command.make_controller' => ['privates''maker.auto_command.make_controller''getMaker_AutoCommand_MakeControllerService'false],
  936.             'maker.auto_command.make_crud' => ['privates''maker.auto_command.make_crud''getMaker_AutoCommand_MakeCrudService'false],
  937.             'maker.auto_command.make_docker_database' => ['privates''maker.auto_command.make_docker_database''getMaker_AutoCommand_MakeDockerDatabaseService'false],
  938.             'maker.auto_command.make_entity' => ['privates''maker.auto_command.make_entity''getMaker_AutoCommand_MakeEntityService'false],
  939.             'maker.auto_command.make_fixtures' => ['privates''maker.auto_command.make_fixtures''getMaker_AutoCommand_MakeFixturesService'false],
  940.             'maker.auto_command.make_form' => ['privates''maker.auto_command.make_form''getMaker_AutoCommand_MakeFormService'false],
  941.             'maker.auto_command.make_message' => ['privates''maker.auto_command.make_message''getMaker_AutoCommand_MakeMessageService'false],
  942.             'maker.auto_command.make_messenger_middleware' => ['privates''maker.auto_command.make_messenger_middleware''getMaker_AutoCommand_MakeMessengerMiddlewareService'false],
  943.             'maker.auto_command.make_migration' => ['privates''maker.auto_command.make_migration''getMaker_AutoCommand_MakeMigrationService'false],
  944.             'maker.auto_command.make_registration_form' => ['privates''maker.auto_command.make_registration_form''getMaker_AutoCommand_MakeRegistrationFormService'false],
  945.             'maker.auto_command.make_reset_password' => ['privates''maker.auto_command.make_reset_password''getMaker_AutoCommand_MakeResetPasswordService'false],
  946.             'maker.auto_command.make_serializer_encoder' => ['privates''maker.auto_command.make_serializer_encoder''getMaker_AutoCommand_MakeSerializerEncoderService'false],
  947.             'maker.auto_command.make_serializer_normalizer' => ['privates''maker.auto_command.make_serializer_normalizer''getMaker_AutoCommand_MakeSerializerNormalizerService'false],
  948.             'maker.auto_command.make_subscriber' => ['privates''maker.auto_command.make_subscriber''getMaker_AutoCommand_MakeSubscriberService'false],
  949.             'maker.auto_command.make_test' => ['privates''maker.auto_command.make_test''getMaker_AutoCommand_MakeTestService'false],
  950.             'maker.auto_command.make_twig_extension' => ['privates''maker.auto_command.make_twig_extension''getMaker_AutoCommand_MakeTwigExtensionService'false],
  951.             'maker.auto_command.make_user' => ['privates''maker.auto_command.make_user''getMaker_AutoCommand_MakeUserService'false],
  952.             'maker.auto_command.make_validator' => ['privates''maker.auto_command.make_validator''getMaker_AutoCommand_MakeValidatorService'false],
  953.             'maker.auto_command.make_voter' => ['privates''maker.auto_command.make_voter''getMaker_AutoCommand_MakeVoterService'false],
  954.             'monolog.command.server_log' => ['privates''monolog.command.server_log''getMonolog_Command_ServerLogService'false],
  955.             'security.command.user_password_encoder' => ['privates''security.command.user_password_encoder''getSecurity_Command_UserPasswordEncoderService'false],
  956.             'swiftmailer.command.debug' => ['privates''swiftmailer.command.debug''getSwiftmailer_Command_DebugService'false],
  957.             'swiftmailer.command.new_email' => ['privates''swiftmailer.command.new_email''getSwiftmailer_Command_NewEmailService'false],
  958.             'swiftmailer.command.send_email' => ['privates''swiftmailer.command.send_email''getSwiftmailer_Command_SendEmailService'false],
  959.             'twig.command.debug' => ['privates''twig.command.debug''getTwig_Command_DebugService'false],
  960.             'twig.command.lint' => ['privates''twig.command.lint''getTwig_Command_LintService'false],
  961.             'var_dumper.command.server_dump' => ['privates''var_dumper.command.server_dump''getVarDumper_Command_ServerDumpService'false],
  962.             'vich_uploader.command.mapping_debug' => ['privates''vich_uploader.command.mapping_debug''getVichUploader_Command_MappingDebugService'false],
  963.             'vich_uploader.command.mapping_debug_class' => ['privates''vich_uploader.command.mapping_debug_class''getVichUploader_Command_MappingDebugClassService'false],
  964.             'vich_uploader.command.mapping_list_classes' => ['privates''vich_uploader.command.mapping_list_classes''getVichUploader_Command_MappingListClassesService'false],
  965.             'web_server.command.server_run' => ['privates''web_server.command.server_run''getWebServer_Command_ServerRunService'false],
  966.             'web_server.command.server_start' => ['privates''web_server.command.server_start''getWebServer_Command_ServerStartService'false],
  967.             'web_server.command.server_status' => ['privates''web_server.command.server_status''getWebServer_Command_ServerStatusService'false],
  968.             'web_server.command.server_stop' => ['privates''web_server.command.server_stop''getWebServer_Command_ServerStopService'false],
  969.         ], [
  970.             'Doctrine\\DBAL\\Tools\\Console\\Command\\RunSqlCommand' => 'Doctrine\\DBAL\\Tools\\Console\\Command\\RunSqlCommand',
  971.             'console.command.about' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\AboutCommand',
  972.             'console.command.assets_install' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\AssetsInstallCommand',
  973.             'console.command.cache_clear' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\CacheClearCommand',
  974.             'console.command.cache_pool_clear' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\CachePoolClearCommand',
  975.             'console.command.cache_pool_delete' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\CachePoolDeleteCommand',
  976.             'console.command.cache_pool_list' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\CachePoolListCommand',
  977.             'console.command.cache_pool_prune' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\CachePoolPruneCommand',
  978.             'console.command.cache_warmup' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\CacheWarmupCommand',
  979.             'console.command.config_debug' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\ConfigDebugCommand',
  980.             'console.command.config_dump_reference' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\ConfigDumpReferenceCommand',
  981.             'console.command.container_debug' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\ContainerDebugCommand',
  982.             'console.command.container_lint' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\ContainerLintCommand',
  983.             'console.command.debug_autowiring' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\DebugAutowiringCommand',
  984.             'console.command.event_dispatcher_debug' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\EventDispatcherDebugCommand',
  985.             'console.command.form_debug' => 'Symfony\\Component\\Form\\Command\\DebugCommand',
  986.             'console.command.router_debug' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\RouterDebugCommand',
  987.             'console.command.router_match' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\RouterMatchCommand',
  988.             'console.command.secrets_decrypt_to_local' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\SecretsDecryptToLocalCommand',
  989.             'console.command.secrets_encrypt_from_local' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\SecretsEncryptFromLocalCommand',
  990.             'console.command.secrets_generate_key' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\SecretsGenerateKeysCommand',
  991.             'console.command.secrets_list' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\SecretsListCommand',
  992.             'console.command.secrets_remove' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\SecretsRemoveCommand',
  993.             'console.command.secrets_set' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\SecretsSetCommand',
  994.             'console.command.translation_debug' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\TranslationDebugCommand',
  995.             'console.command.translation_update' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\TranslationUpdateCommand',
  996.             'console.command.xliff_lint' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\XliffLintCommand',
  997.             'console.command.yaml_lint' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\YamlLintCommand',
  998.             'doctrine.cache_clear_metadata_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\ClearMetadataCacheDoctrineCommand',
  999.             'doctrine.cache_clear_query_cache_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\ClearQueryCacheDoctrineCommand',
  1000.             'doctrine.cache_clear_result_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\ClearResultCacheDoctrineCommand',
  1001.             'doctrine.cache_collection_region_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\CollectionRegionDoctrineCommand',
  1002.             'doctrine.clear_entity_region_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\EntityRegionCacheDoctrineCommand',
  1003.             'doctrine.clear_query_region_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\QueryRegionCacheDoctrineCommand',
  1004.             'doctrine.database_create_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\CreateDatabaseDoctrineCommand',
  1005.             'doctrine.database_drop_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\DropDatabaseDoctrineCommand',
  1006.             'doctrine.database_import_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\ImportDoctrineCommand',
  1007.             'doctrine.ensure_production_settings_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\EnsureProductionSettingsDoctrineCommand',
  1008.             'doctrine.mapping_convert_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\ConvertMappingDoctrineCommand',
  1009.             'doctrine.mapping_import_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\ImportMappingDoctrineCommand',
  1010.             'doctrine.mapping_info_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\InfoDoctrineCommand',
  1011.             'doctrine.query_dql_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\RunDqlDoctrineCommand',
  1012.             'doctrine.query_sql_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\RunSqlDoctrineCommand',
  1013.             'doctrine.schema_create_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\CreateSchemaDoctrineCommand',
  1014.             'doctrine.schema_drop_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\DropSchemaDoctrineCommand',
  1015.             'doctrine.schema_update_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\UpdateSchemaDoctrineCommand',
  1016.             'doctrine.schema_validate_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\ValidateSchemaCommand',
  1017.             'doctrine_migrations.current_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\CurrentCommand',
  1018.             'doctrine_migrations.diff_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\DiffCommand',
  1019.             'doctrine_migrations.dump_schema_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\DumpSchemaCommand',
  1020.             'doctrine_migrations.execute_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\ExecuteCommand',
  1021.             'doctrine_migrations.generate_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\GenerateCommand',
  1022.             'doctrine_migrations.latest_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\LatestCommand',
  1023.             'doctrine_migrations.migrate_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\MigrateCommand',
  1024.             'doctrine_migrations.rollup_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\RollupCommand',
  1025.             'doctrine_migrations.status_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\StatusCommand',
  1026.             'doctrine_migrations.sync_metadata_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\SyncMetadataCommand',
  1027.             'doctrine_migrations.up_to_date_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\UpToDateCommand',
  1028.             'doctrine_migrations.version_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\VersionCommand',
  1029.             'doctrine_migrations.versions_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\ListCommand',
  1030.             'fos_ck_editor.command.installer' => 'FOS\\CKEditorBundle\\Command\\CKEditorInstallerCommand',
  1031.             'fos_js_routing.dump_command' => 'FOS\\JsRoutingBundle\\Command\\DumpCommand',
  1032.             'fos_js_routing.router_debug_exposed_command' => 'FOS\\JsRoutingBundle\\Command\\RouterDebugExposedCommand',
  1033.             'fos_user.command.activate_user' => 'FOS\\UserBundle\\Command\\ActivateUserCommand',
  1034.             'fos_user.command.change_password' => 'FOS\\UserBundle\\Command\\ChangePasswordCommand',
  1035.             'fos_user.command.create_user' => 'FOS\\UserBundle\\Command\\CreateUserCommand',
  1036.             'fos_user.command.deactivate_user' => 'FOS\\UserBundle\\Command\\DeactivateUserCommand',
  1037.             'fos_user.command.demote_user' => 'FOS\\UserBundle\\Command\\DemoteUserCommand',
  1038.             'fos_user.command.promote_user' => 'FOS\\UserBundle\\Command\\PromoteUserCommand',
  1039.             'liip_imagine.command.cache_remove' => 'Liip\\ImagineBundle\\Command\\RemoveCacheCommand',
  1040.             'liip_imagine.command.cache_resolve' => 'Liip\\ImagineBundle\\Command\\ResolveCacheCommand',
  1041.             'maker.auto_command.make_auth' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  1042.             'maker.auto_command.make_command' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  1043.             'maker.auto_command.make_controller' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  1044.             'maker.auto_command.make_crud' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  1045.             'maker.auto_command.make_docker_database' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  1046.             'maker.auto_command.make_entity' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  1047.             'maker.auto_command.make_fixtures' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  1048.             'maker.auto_command.make_form' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  1049.             'maker.auto_command.make_message' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  1050.             'maker.auto_command.make_messenger_middleware' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  1051.             'maker.auto_command.make_migration' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  1052.             'maker.auto_command.make_registration_form' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  1053.             'maker.auto_command.make_reset_password' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  1054.             'maker.auto_command.make_serializer_encoder' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  1055.             'maker.auto_command.make_serializer_normalizer' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  1056.             'maker.auto_command.make_subscriber' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  1057.             'maker.auto_command.make_test' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  1058.             'maker.auto_command.make_twig_extension' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  1059.             'maker.auto_command.make_user' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  1060.             'maker.auto_command.make_validator' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  1061.             'maker.auto_command.make_voter' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  1062.             'monolog.command.server_log' => 'Symfony\\Bridge\\Monolog\\Command\\ServerLogCommand',
  1063.             'security.command.user_password_encoder' => 'Symfony\\Bundle\\SecurityBundle\\Command\\UserPasswordEncoderCommand',
  1064.             'swiftmailer.command.debug' => 'Symfony\\Bundle\\SwiftmailerBundle\\Command\\DebugCommand',
  1065.             'swiftmailer.command.new_email' => 'Symfony\\Bundle\\SwiftmailerBundle\\Command\\NewEmailCommand',
  1066.             'swiftmailer.command.send_email' => 'Symfony\\Bundle\\SwiftmailerBundle\\Command\\SendEmailCommand',
  1067.             'twig.command.debug' => 'Symfony\\Bridge\\Twig\\Command\\DebugCommand',
  1068.             'twig.command.lint' => 'Symfony\\Bundle\\TwigBundle\\Command\\LintCommand',
  1069.             'var_dumper.command.server_dump' => 'Symfony\\Component\\VarDumper\\Command\\ServerDumpCommand',
  1070.             'vich_uploader.command.mapping_debug' => 'Vich\\UploaderBundle\\Command\\MappingDebugCommand',
  1071.             'vich_uploader.command.mapping_debug_class' => 'Vich\\UploaderBundle\\Command\\MappingDebugClassCommand',
  1072.             'vich_uploader.command.mapping_list_classes' => 'Vich\\UploaderBundle\\Command\\MappingListClassesCommand',
  1073.             'web_server.command.server_run' => 'Symfony\\Bundle\\WebServerBundle\\Command\\ServerRunCommand',
  1074.             'web_server.command.server_start' => 'Symfony\\Bundle\\WebServerBundle\\Command\\ServerStartCommand',
  1075.             'web_server.command.server_status' => 'Symfony\\Bundle\\WebServerBundle\\Command\\ServerStatusCommand',
  1076.             'web_server.command.server_stop' => 'Symfony\\Bundle\\WebServerBundle\\Command\\ServerStopCommand',
  1077.         ]), ['about' => 'console.command.about''assets:install' => 'console.command.assets_install''cache:clear' => 'console.command.cache_clear''cache:pool:clear' => 'console.command.cache_pool_clear''cache:pool:prune' => 'console.command.cache_pool_prune''cache:pool:delete' => 'console.command.cache_pool_delete''cache:pool:list' => 'console.command.cache_pool_list''cache:warmup' => 'console.command.cache_warmup''debug:config' => 'console.command.config_debug''config:dump-reference' => 'console.command.config_dump_reference''debug:container' => 'console.command.container_debug''lint:container' => 'console.command.container_lint''debug:autowiring' => 'console.command.debug_autowiring''debug:event-dispatcher' => 'console.command.event_dispatcher_debug''debug:router' => 'console.command.router_debug''router:match' => 'console.command.router_match''debug:translation' => 'console.command.translation_debug''translation:update' => 'console.command.translation_update''lint:xliff' => 'console.command.xliff_lint''lint:yaml' => 'console.command.yaml_lint''debug:form' => 'console.command.form_debug''secrets:set' => 'console.command.secrets_set''secrets:remove' => 'console.command.secrets_remove''secrets:generate-keys' => 'console.command.secrets_generate_key''secrets:list' => 'console.command.secrets_list''secrets:decrypt-to-local' => 'console.command.secrets_decrypt_to_local''secrets:encrypt-from-local' => 'console.command.secrets_encrypt_from_local''doctrine:database:create' => 'doctrine.database_create_command''doctrine:database:drop' => 'doctrine.database_drop_command''doctrine:query:sql' => 'doctrine.query_sql_command''dbal:run-sql' => 'Doctrine\\DBAL\\Tools\\Console\\Command\\RunSqlCommand''doctrine:database:import' => 'doctrine.database_import_command''doctrine:cache:clear-metadata' => 'doctrine.cache_clear_metadata_command''doctrine:cache:clear-query' => 'doctrine.cache_clear_query_cache_command''doctrine:cache:clear-result' => 'doctrine.cache_clear_result_command''doctrine:cache:clear-collection-region' => 'doctrine.cache_collection_region_command''doctrine:mapping:convert' => 'doctrine.mapping_convert_command''doctrine:schema:create' => 'doctrine.schema_create_command''doctrine:schema:drop' => 'doctrine.schema_drop_command''doctrine:ensure-production-settings' => 'doctrine.ensure_production_settings_command''doctrine:cache:clear-entity-region' => 'doctrine.clear_entity_region_command''doctrine:mapping:info' => 'doctrine.mapping_info_command''doctrine:cache:clear-query-region' => 'doctrine.clear_query_region_command''doctrine:query:dql' => 'doctrine.query_dql_command''doctrine:schema:update' => 'doctrine.schema_update_command''doctrine:schema:validate' => 'doctrine.schema_validate_command''doctrine:mapping:import' => 'doctrine.mapping_import_command''doctrine:migrations:diff' => 'doctrine_migrations.diff_command''doctrine:migrations:sync-metadata-storage' => 'doctrine_migrations.sync_metadata_command''doctrine:migrations:list' => 'doctrine_migrations.versions_command''doctrine:migrations:current' => 'doctrine_migrations.current_command''doctrine:migrations:dump-schema' => 'doctrine_migrations.dump_schema_command''doctrine:migrations:execute' => 'doctrine_migrations.execute_command''doctrine:migrations:generate' => 'doctrine_migrations.generate_command''doctrine:migrations:latest' => 'doctrine_migrations.latest_command''doctrine:migrations:migrate' => 'doctrine_migrations.migrate_command''doctrine:migrations:rollup' => 'doctrine_migrations.rollup_command''doctrine:migrations:status' => 'doctrine_migrations.status_command''doctrine:migrations:up-to-date' => 'doctrine_migrations.up_to_date_command''doctrine:migrations:version' => 'doctrine_migrations.version_command''security:encode-password' => 'security.command.user_password_encoder''debug:swiftmailer' => 'swiftmailer.command.debug''swiftmailer:email:send' => 'swiftmailer.command.new_email''swiftmailer:spool:send' => 'swiftmailer.command.send_email''debug:twig' => 'twig.command.debug''lint:twig' => 'twig.command.lint''server:dump' => 'var_dumper.command.server_dump''server:log' => 'monolog.command.server_log''server:run' => 'web_server.command.server_run''server:start' => 'web_server.command.server_start''server:stop' => 'web_server.command.server_stop''server:status' => 'web_server.command.server_status''vich:mapping:debug-class' => 'vich_uploader.command.mapping_debug_class''vich:mapping:debug' => 'vich_uploader.command.mapping_debug''vich:mapping:list-classes' => 'vich_uploader.command.mapping_list_classes''fos:user:activate' => 'fos_user.command.activate_user''fos:user:change-password' => 'fos_user.command.change_password''fos:user:create' => 'fos_user.command.create_user''fos:user:deactivate' => 'fos_user.command.deactivate_user''fos:user:demote' => 'fos_user.command.demote_user''fos:user:promote' => 'fos_user.command.promote_user''ckeditor:install' => 'fos_ck_editor.command.installer''fos:js-routing:dump' => 'fos_js_routing.dump_command''fos:js-routing:debug' => 'fos_js_routing.router_debug_exposed_command''liip:imagine:cache:remove' => 'liip_imagine.command.cache_remove''liip:imagine:cache:resolve' => 'liip_imagine.command.cache_resolve''make:auth' => 'maker.auto_command.make_auth''make:command' => 'maker.auto_command.make_command''make:controller' => 'maker.auto_command.make_controller''make:crud' => 'maker.auto_command.make_crud''make:docker:database' => 'maker.auto_command.make_docker_database''make:entity' => 'maker.auto_command.make_entity''make:fixtures' => 'maker.auto_command.make_fixtures''make:form' => 'maker.auto_command.make_form''make:message' => 'maker.auto_command.make_message''make:messenger-middleware' => 'maker.auto_command.make_messenger_middleware''make:registration-form' => 'maker.auto_command.make_registration_form''make:reset-password' => 'maker.auto_command.make_reset_password''make:serializer:encoder' => 'maker.auto_command.make_serializer_encoder''make:serializer:normalizer' => 'maker.auto_command.make_serializer_normalizer''make:subscriber' => 'maker.auto_command.make_subscriber''make:twig-extension' => 'maker.auto_command.make_twig_extension''make:test' => 'maker.auto_command.make_test''make:unit-test' => 'maker.auto_command.make_test''make:functional-test' => 'maker.auto_command.make_test''make:validator' => 'maker.auto_command.make_validator''make:voter' => 'maker.auto_command.make_voter''make:user' => 'maker.auto_command.make_user''make:migration' => 'maker.auto_command.make_migration']);
  1078.     }
  1079.     /**
  1080.      * Gets the public 'container.env_var_processors_locator' shared service.
  1081.      *
  1082.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  1083.      */
  1084.     protected function getContainer_EnvVarProcessorsLocatorService()
  1085.     {
  1086.         return $this->services['container.env_var_processors_locator'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1087.             'base64' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1088.             'bool' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1089.             'const' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1090.             'csv' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1091.             'default' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1092.             'file' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1093.             'float' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1094.             'int' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1095.             'json' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1096.             'key' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1097.             'query_string' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1098.             'require' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1099.             'resolve' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1100.             'string' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1101.             'trim' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1102.             'url' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1103.         ], [
  1104.             'base64' => '?',
  1105.             'bool' => '?',
  1106.             'const' => '?',
  1107.             'csv' => '?',
  1108.             'default' => '?',
  1109.             'file' => '?',
  1110.             'float' => '?',
  1111.             'int' => '?',
  1112.             'json' => '?',
  1113.             'key' => '?',
  1114.             'query_string' => '?',
  1115.             'require' => '?',
  1116.             'resolve' => '?',
  1117.             'string' => '?',
  1118.             'trim' => '?',
  1119.             'url' => '?',
  1120.         ]);
  1121.     }
  1122.     /**
  1123.      * Gets the public 'data_collector.dump' shared service.
  1124.      *
  1125.      * @return \Symfony\Component\HttpKernel\DataCollector\DumpDataCollector
  1126.      */
  1127.     protected function getDataCollector_DumpService()
  1128.     {
  1129.         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()));
  1130.     }
  1131.     /**
  1132.      * Gets the public 'doctrine' shared service.
  1133.      *
  1134.      * @return \Doctrine\Bundle\DoctrineBundle\Registry
  1135.      */
  1136.     protected function getDoctrineService()
  1137.     {
  1138.         return $this->services['doctrine'] = new \Doctrine\Bundle\DoctrineBundle\Registry($this$this->parameters['doctrine.connections'], $this->parameters['doctrine.entity_managers'], 'default''default');
  1139.     }
  1140.     /**
  1141.      * Gets the public 'doctrine.dbal.default_connection' shared service.
  1142.      *
  1143.      * @return \Doctrine\DBAL\Connection
  1144.      */
  1145.     protected function getDoctrine_Dbal_DefaultConnectionService()
  1146.     {
  1147.         $a = new \Doctrine\DBAL\Configuration();
  1148.         $b = new \Symfony\Bridge\Monolog\Logger('doctrine');
  1149.         $b->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1150.         $b->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  1151.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($b);
  1152.         $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()))]));
  1153.         $c = new \Symfony\Bridge\Doctrine\ContainerAwareEventManager(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1154.             'doctrine.orm.default_listeners.attach_entity_listeners' => ['privates''doctrine.orm.default_listeners.attach_entity_listeners''getDoctrine_Orm_DefaultListeners_AttachEntityListenersService'false],
  1155.             'fos_user.user_listener' => ['privates''fos_user.user_listener''getFosUser_UserListenerService'false],
  1156.             'stof_doctrine_extensions.listener.sluggable' => ['privates''stof_doctrine_extensions.listener.sluggable''getStofDoctrineExtensions_Listener_SluggableService'false],
  1157.             'vich_uploader.listener.clean.articleimage' => ['privates''vich_uploader.listener.clean.articleimage''getVichUploader_Listener_Clean_ArticleimageService'false],
  1158.             'vich_uploader.listener.clean.fichier' => ['privates''vich_uploader.listener.clean.fichier''getVichUploader_Listener_Clean_FichierService'false],
  1159.             'vich_uploader.listener.clean.visuel' => ['privates''vich_uploader.listener.clean.visuel''getVichUploader_Listener_Clean_VisuelService'false],
  1160.             'vich_uploader.listener.remove.articleimage' => ['privates''vich_uploader.listener.remove.articleimage''getVichUploader_Listener_Remove_ArticleimageService'false],
  1161.             'vich_uploader.listener.remove.fichier' => ['privates''vich_uploader.listener.remove.fichier''getVichUploader_Listener_Remove_FichierService'false],
  1162.             'vich_uploader.listener.remove.visuel' => ['privates''vich_uploader.listener.remove.visuel''getVichUploader_Listener_Remove_VisuelService'false],
  1163.             'vich_uploader.listener.upload.articleimage' => ['privates''vich_uploader.listener.upload.articleimage''getVichUploader_Listener_Upload_ArticleimageService'false],
  1164.             'vich_uploader.listener.upload.fichier' => ['privates''vich_uploader.listener.upload.fichier''getVichUploader_Listener_Upload_FichierService'false],
  1165.             'vich_uploader.listener.upload.visuel' => ['privates''vich_uploader.listener.upload.visuel''getVichUploader_Listener_Upload_VisuelService'false],
  1166.         ], [
  1167.             'doctrine.orm.default_listeners.attach_entity_listeners' => '?',
  1168.             'fos_user.user_listener' => '?',
  1169.             'stof_doctrine_extensions.listener.sluggable' => '?',
  1170.             'vich_uploader.listener.clean.articleimage' => '?',
  1171.             'vich_uploader.listener.clean.fichier' => '?',
  1172.             'vich_uploader.listener.clean.visuel' => '?',
  1173.             'vich_uploader.listener.remove.articleimage' => '?',
  1174.             'vich_uploader.listener.remove.fichier' => '?',
  1175.             'vich_uploader.listener.remove.visuel' => '?',
  1176.             'vich_uploader.listener.upload.articleimage' => '?',
  1177.             'vich_uploader.listener.upload.fichier' => '?',
  1178.             'vich_uploader.listener.upload.visuel' => '?',
  1179.         ]), [=> 'vich_uploader.listener.clean.visuel'=> 'vich_uploader.listener.clean.fichier'=> 'vich_uploader.listener.clean.articleimage'=> 'stof_doctrine_extensions.listener.sluggable'=> 'vich_uploader.listener.remove.visuel'=> 'vich_uploader.listener.upload.visuel'=> 'vich_uploader.listener.remove.fichier'=> 'vich_uploader.listener.upload.fichier'=> 'vich_uploader.listener.remove.articleimage'=> 'vich_uploader.listener.upload.articleimage'10 => 'fos_user.user_listener']);
  1180.         $c->addEventListener([=> 'loadClassMetadata'], 'doctrine.orm.default_listeners.attach_entity_listeners');
  1181.         return $this->services['doctrine.dbal.default_connection'] = (new \Doctrine\Bundle\DoctrineBundle\ConnectionFactory([]))->createConnection(['connection_override_options' => [], 'url' => $this->getEnv('resolve:DATABASE_URL'), 'driver' => 'pdo_mysql''host' => 'localhost''port' => NULL'user' => 'root''password' => NULL'driverOptions' => [], 'defaultTableOptions' => []], $a$c, []);
  1182.     }
  1183.     /**
  1184.      * Gets the public 'doctrine.orm.default_entity_manager' shared service.
  1185.      *
  1186.      * @return \Doctrine\ORM\EntityManager
  1187.      */
  1188.     protected function getDoctrine_Orm_DefaultEntityManagerService($lazyLoad true)
  1189.     {
  1190.         $a = new \Doctrine\ORM\Configuration();
  1191.         $b = new \Doctrine\Persistence\Mapping\Driver\MappingDriverChain();
  1192.         $c = ($this->privates['doctrine.orm.default_annotation_metadata_driver'] ?? $this->getDoctrine_Orm_DefaultAnnotationMetadataDriverService());
  1193.         $b->addDriver($c'App\\Entity');
  1194.         $b->addDriver($c'Vich\\UploaderBundle\\Entity');
  1195.         $b->addDriver(new \Doctrine\ORM\Mapping\Driver\XmlDriver(new \Doctrine\Persistence\Mapping\Driver\SymfonyFileLocator([(\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/config/doctrine-mapping') => 'FOS\\UserBundle\\Model'], '.orm.xml')), 'FOS\\UserBundle\\Model');
  1196.         $a->setEntityNamespaces(['App' => 'App\\Entity''VichUploaderBundle' => 'Vich\\UploaderBundle\\Entity']);
  1197.         $a->setMetadataCacheImpl(new \Symfony\Component\Cache\DoctrineProvider(($this->privates['cache.doctrine.orm.default.metadata'] ?? $this->getCache_Doctrine_Orm_Default_MetadataService())));
  1198.         $a->setQueryCacheImpl(new \Symfony\Component\Cache\DoctrineProvider(($this->privates['cache.doctrine.orm.default.query'] ?? $this->getCache_Doctrine_Orm_Default_QueryService())));
  1199.         $a->setResultCacheImpl(new \Symfony\Component\Cache\DoctrineProvider(($this->privates['cache.doctrine.orm.default.result'] ?? $this->getCache_Doctrine_Orm_Default_ResultService())));
  1200.         $a->setMetadataDriverImpl($b);
  1201.         $a->setProxyDir(($this->targetDir.''.'/doctrine/orm/Proxies'));
  1202.         $a->setProxyNamespace('Proxies');
  1203.         $a->setAutoGenerateProxyClasses(true);
  1204.         $a->setClassMetadataFactoryName('Doctrine\\ORM\\Mapping\\ClassMetadataFactory');
  1205.         $a->setDefaultRepositoryClassName('Doctrine\\ORM\\EntityRepository');
  1206.         $a->setNamingStrategy(new \Doctrine\ORM\Mapping\UnderscoreNamingStrategy(0true));
  1207.         $a->setQuoteStrategy(new \Doctrine\ORM\Mapping\DefaultQuoteStrategy());
  1208.         $a->setEntityListenerResolver(new \Doctrine\Bundle\DoctrineBundle\Mapping\ContainerEntityListenerResolver($this));
  1209.         $a->setRepositoryFactory(new \Doctrine\Bundle\DoctrineBundle\Repository\ContainerRepositoryFactory(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1210.             'App\\Repository\\AlerteRepository' => ['privates''App\\Repository\\AlerteRepository''getAlerteRepositoryService'false],
  1211.             'App\\Repository\\AnimateurRepository' => ['privates''App\\Repository\\AnimateurRepository''getAnimateurRepositoryService'false],
  1212.             'App\\Repository\\ArticleRepository' => ['privates''App\\Repository\\ArticleRepository''getArticleRepositoryService'false],
  1213.             'App\\Repository\\CentreRepository' => ['privates''App\\Repository\\CentreRepository''getCentreRepositoryService'false],
  1214.             'App\\Repository\\CorrespondantRepository' => ['privates''App\\Repository\\CorrespondantRepository''getCorrespondantRepositoryService'false],
  1215.             'App\\Repository\\EmploiRepository' => ['privates''App\\Repository\\EmploiRepository''getEmploiRepositoryService'false],
  1216.             'App\\Repository\\EvaluationRepository' => ['privates''App\\Repository\\EvaluationRepository''getEvaluationRepositoryService'false],
  1217.             'App\\Repository\\FichierRepository' => ['privates''App\\Repository\\FichierRepository''getFichierRepositoryService'false],
  1218.             'App\\Repository\\FormateurRepository' => ['privates''App\\Repository\\FormateurRepository''getFormateurRepositoryService'false],
  1219.             'App\\Repository\\FormationRepository' => ['privates''App\\Repository\\FormationRepository''getFormationRepositoryService'false],
  1220.             'App\\Repository\\ImageRepository' => ['privates''App\\Repository\\ImageRepository''getImageRepositoryService'false],
  1221.             'App\\Repository\\InscriptionRepository' => ['privates''App\\Repository\\InscriptionRepository''getInscriptionRepositoryService'false],
  1222.             'App\\Repository\\ItineraireRepository' => ['privates''App\\Repository\\ItineraireRepository''getItineraireRepositoryService'false],
  1223.             'App\\Repository\\JourneeRepository' => ['privates''App\\Repository\\JourneeRepository''getJourneeRepositoryService'false],
  1224.             'App\\Repository\\MatiereRepository' => ['privates''App\\Repository\\MatiereRepository''getMatiereRepositoryService'false],
  1225.             'App\\Repository\\MessageRepository' => ['privates''App\\Repository\\MessageRepository''getMessageRepositoryService'false],
  1226.             'App\\Repository\\MetierRepository' => ['privates''App\\Repository\\MetierRepository''getMetierRepositoryService'false],
  1227.             'App\\Repository\\ObjectifRepository' => ['privates''App\\Repository\\ObjectifRepository''getObjectifRepositoryService'false],
  1228.             'App\\Repository\\OrdreRepository' => ['privates''App\\Repository\\OrdreRepository''getOrdreRepositoryService'false],
  1229.             'App\\Repository\\PedagogueRepository' => ['privates''App\\Repository\\PedagogueRepository''getPedagogueRepositoryService'false],
  1230.             'App\\Repository\\ProfessionRepository' => ['privates''App\\Repository\\ProfessionRepository''getProfessionRepositoryService'false],
  1231.             'App\\Repository\\SalleRepository' => ['privates''App\\Repository\\SalleRepository''getSalleRepositoryService'false],
  1232.             'App\\Repository\\SessionRepository' => ['privates''App\\Repository\\SessionRepository''getSessionRepositoryService'false],
  1233.             'App\\Repository\\StagiaireRepository' => ['privates''App\\Repository\\StagiaireRepository''getStagiaireRepositoryService'false],
  1234.             'App\\Repository\\SupportRepository' => ['privates''App\\Repository\\SupportRepository''getSupportRepositoryService'false],
  1235.             'App\\Repository\\UrlerreurRepository' => ['privates''App\\Repository\\UrlerreurRepository''getUrlerreurRepositoryService'false],
  1236.             'App\\Repository\\UserRepository' => ['privates''App\\Repository\\UserRepository''getUserRepositoryService'false],
  1237.             'App\\Repository\\VisuelRepository' => ['privates''App\\Repository\\VisuelRepository''getVisuelRepositoryService'false],
  1238.         ], [
  1239.             'App\\Repository\\AlerteRepository' => '?',
  1240.             'App\\Repository\\AnimateurRepository' => '?',
  1241.             'App\\Repository\\ArticleRepository' => '?',
  1242.             'App\\Repository\\CentreRepository' => '?',
  1243.             'App\\Repository\\CorrespondantRepository' => '?',
  1244.             'App\\Repository\\EmploiRepository' => '?',
  1245.             'App\\Repository\\EvaluationRepository' => '?',
  1246.             'App\\Repository\\FichierRepository' => '?',
  1247.             'App\\Repository\\FormateurRepository' => '?',
  1248.             'App\\Repository\\FormationRepository' => '?',
  1249.             'App\\Repository\\ImageRepository' => '?',
  1250.             'App\\Repository\\InscriptionRepository' => '?',
  1251.             'App\\Repository\\ItineraireRepository' => '?',
  1252.             'App\\Repository\\JourneeRepository' => '?',
  1253.             'App\\Repository\\MatiereRepository' => '?',
  1254.             'App\\Repository\\MessageRepository' => '?',
  1255.             'App\\Repository\\MetierRepository' => '?',
  1256.             'App\\Repository\\ObjectifRepository' => '?',
  1257.             'App\\Repository\\OrdreRepository' => '?',
  1258.             'App\\Repository\\PedagogueRepository' => '?',
  1259.             'App\\Repository\\ProfessionRepository' => '?',
  1260.             'App\\Repository\\SalleRepository' => '?',
  1261.             'App\\Repository\\SessionRepository' => '?',
  1262.             'App\\Repository\\StagiaireRepository' => '?',
  1263.             'App\\Repository\\SupportRepository' => '?',
  1264.             'App\\Repository\\UrlerreurRepository' => '?',
  1265.             'App\\Repository\\UserRepository' => '?',
  1266.             'App\\Repository\\VisuelRepository' => '?',
  1267.         ])));
  1268.         $this->services['doctrine.orm.default_entity_manager'] = $instance = \Doctrine\ORM\EntityManager::create(($this->services['doctrine.dbal.default_connection'] ?? $this->getDoctrine_Dbal_DefaultConnectionService()), $a);
  1269.         (new \Doctrine\Bundle\DoctrineBundle\ManagerConfigurator([], []))->configure($instance);
  1270.         return $instance;
  1271.     }
  1272.     /**
  1273.      * Gets the public 'error_controller' shared service.
  1274.      *
  1275.      * @return \Symfony\Component\HttpKernel\Controller\ErrorController
  1276.      */
  1277.     protected function getErrorControllerService()
  1278.     {
  1279.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ErrorController.php';
  1280.         include_once \dirname(__DIR__4).'/vendor/symfony/error-handler/ErrorRenderer/ErrorRendererInterface.php';
  1281.         include_once \dirname(__DIR__4).'/vendor/symfony/error-handler/ErrorRenderer/SerializerErrorRenderer.php';
  1282.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/ErrorRenderer/TwigErrorRenderer.php';
  1283.         include_once \dirname(__DIR__4).'/vendor/symfony/error-handler/ErrorRenderer/HtmlErrorRenderer.php';
  1284.         $a = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  1285.         return $this->services['error_controller'] = new \Symfony\Component\HttpKernel\Controller\ErrorController(($this->services['http_kernel'] ?? $this->getHttpKernelService()), 'error_controller', new \Symfony\Component\ErrorHandler\ErrorRenderer\SerializerErrorRenderer(($this->services['serializer'] ?? $this->getSerializerService()), \Symfony\Component\ErrorHandler\ErrorRenderer\SerializerErrorRenderer::getPreferredFormat($a), new \Symfony\Bridge\Twig\ErrorRenderer\TwigErrorRenderer(($this->services['twig'] ?? $this->getTwigService()), ($this->privates['error_handler.error_renderer.html'] ?? $this->getErrorHandler_ErrorRenderer_HtmlService()), \Symfony\Bridge\Twig\ErrorRenderer\TwigErrorRenderer::isDebug($atrue)), \Symfony\Component\ErrorHandler\ErrorRenderer\HtmlErrorRenderer::isDebug($atrue)));
  1286.     }
  1287.     /**
  1288.      * Gets the public 'event_dispatcher' shared service.
  1289.      *
  1290.      * @return \Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher
  1291.      */
  1292.     protected function getEventDispatcherService()
  1293.     {
  1294.         $a = new \Symfony\Bridge\Monolog\Logger('event');
  1295.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1296.         $a->pushHandler(new \Monolog\Handler\NullHandler());
  1297.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  1298.         $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())));
  1299.         $instance->addListener('kernel.controller', [=> function () {
  1300.             return ($this->privates['App\\EventListener\\ControllerListener'] ?? $this->getControllerListenerService());
  1301.         }, => 'onKernelController'], 0);
  1302.         $instance->addListener('kernel.controller', [=> function () {
  1303.             return ($this->privates['data_collector.router'] ?? ($this->privates['data_collector.router'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector()));
  1304.         }, => 'onKernelController'], 0);
  1305.         $instance->addListener('kernel.exception', [=> function () {
  1306.             return ($this->privates['webpack_encore.exception_listener'] ?? $this->getWebpackEncore_ExceptionListenerService());
  1307.         }, => 'onKernelException'], 0);
  1308.         $instance->addListener('kernel.response', [=> function () {
  1309.             return ($this->privates['response_listener'] ?? ($this->privates['response_listener'] = new \Symfony\Component\HttpKernel\EventListener\ResponseListener('UTF-8')));
  1310.         }, => 'onKernelResponse'], 0);
  1311.         $instance->addListener('kernel.response', [=> function () {
  1312.             return ($this->privates['streamed_response_listener'] ?? ($this->privates['streamed_response_listener'] = new \Symfony\Component\HttpKernel\EventListener\StreamedResponseListener()));
  1313.         }, => 'onKernelResponse'], -1024);
  1314.         $instance->addListener('kernel.request', [=> function () {
  1315.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  1316.         }, => 'setDefaultLocale'], 100);
  1317.         $instance->addListener('kernel.request', [=> function () {
  1318.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  1319.         }, => 'onKernelRequest'], 16);
  1320.         $instance->addListener('kernel.finish_request', [=> function () {
  1321.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  1322.         }, => 'onKernelFinishRequest'], 0);
  1323.         $instance->addListener('kernel.request', [=> function () {
  1324.             return ($this->privates['validate_request_listener'] ?? ($this->privates['validate_request_listener'] = new \Symfony\Component\HttpKernel\EventListener\ValidateRequestListener()));
  1325.         }, => 'onKernelRequest'], 256);
  1326.         $instance->addListener('kernel.request', [=> function () {
  1327.             return ($this->privates['.legacy_resolve_controller_name_subscriber'] ?? $this->get_LegacyResolveControllerNameSubscriberService());
  1328.         }, => 'resolveControllerName'], 24);
  1329.         $instance->addListener('kernel.response', [=> function () {
  1330.             return ($this->privates['disallow_search_engine_index_response_listener'] ?? ($this->privates['disallow_search_engine_index_response_listener'] = new \Symfony\Component\HttpKernel\EventListener\DisallowRobotsIndexingListener()));
  1331.         }, => 'onResponse'], -255);
  1332.         $instance->addListener('kernel.controller_arguments', [=> function () {
  1333.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  1334.         }, => 'onControllerArguments'], 0);
  1335.         $instance->addListener('kernel.exception', [=> function () {
  1336.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  1337.         }, => 'logKernelException'], 0);
  1338.         $instance->addListener('kernel.exception', [=> function () {
  1339.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  1340.         }, => 'onKernelException'], -128);
  1341.         $instance->addListener('kernel.request', [=> function () {
  1342.             return ($this->privates['locale_aware_listener'] ?? $this->getLocaleAwareListenerService());
  1343.         }, => 'onKernelRequest'], 15);
  1344.         $instance->addListener('kernel.finish_request', [=> function () {
  1345.             return ($this->privates['locale_aware_listener'] ?? $this->getLocaleAwareListenerService());
  1346.         }, => 'onKernelFinishRequest'], -15);
  1347.         $instance->addListener('console.error', [=> function () {
  1348.             return ($this->privates['console.error_listener'] ?? $this->getConsole_ErrorListenerService());
  1349.         }, => 'onConsoleError'], -128);
  1350.         $instance->addListener('console.terminate', [=> function () {
  1351.             return ($this->privates['console.error_listener'] ?? $this->getConsole_ErrorListenerService());
  1352.         }, => 'onConsoleTerminate'], -128);
  1353.         $instance->addListener('console.error', [=> function () {
  1354.             return ($this->privates['console.suggest_missing_package_subscriber'] ?? ($this->privates['console.suggest_missing_package_subscriber'] = new \Symfony\Bundle\FrameworkBundle\EventListener\SuggestMissingPackageSubscriber()));
  1355.         }, => 'onConsoleError'], 0);
  1356.         $instance->addListener('kernel.request', [=> function () {
  1357.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  1358.         }, => 'onKernelRequest'], 128);
  1359.         $instance->addListener('kernel.response', [=> function () {
  1360.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  1361.         }, => 'onKernelResponse'], -1000);
  1362.         $instance->addListener('kernel.finish_request', [=> function () {
  1363.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  1364.         }, => 'onFinishRequest'], 0);
  1365.         $instance->addListener('kernel.response', [=> function () {
  1366.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  1367.         }, => 'onKernelResponse'], -100);
  1368.         $instance->addListener('kernel.exception', [=> function () {
  1369.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  1370.         }, => 'onKernelException'], 0);
  1371.         $instance->addListener('kernel.terminate', [=> function () {
  1372.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  1373.         }, => 'onKernelTerminate'], -1024);
  1374.         $instance->addListener('kernel.controller', [=> function () {
  1375.             return ($this->privates['data_collector.request'] ?? ($this->privates['data_collector.request'] = new \Symfony\Component\HttpKernel\DataCollector\RequestDataCollector()));
  1376.         }, => 'onKernelController'], 0);
  1377.         $instance->addListener('kernel.response', [=> function () {
  1378.             return ($this->privates['data_collector.request'] ?? ($this->privates['data_collector.request'] = new \Symfony\Component\HttpKernel\DataCollector\RequestDataCollector()));
  1379.         }, => 'onKernelResponse'], 0);
  1380.         $instance->addListener('kernel.request', [=> function () {
  1381.             return ($this->privates['debug.debug_handlers_listener'] ?? $this->getDebug_DebugHandlersListenerService());
  1382.         }, => 'configure'], 2048);
  1383.         $instance->addListener('console.command', [=> function () {
  1384.             return ($this->privates['debug.debug_handlers_listener'] ?? $this->getDebug_DebugHandlersListenerService());
  1385.         }, => 'configure'], 2048);
  1386.         $instance->addListener('kernel.request', [=> function () {
  1387.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  1388.         }, => 'onKernelRequest'], 32);
  1389.         $instance->addListener('kernel.finish_request', [=> function () {
  1390.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  1391.         }, => 'onKernelFinishRequest'], 0);
  1392.         $instance->addListener('kernel.exception', [=> function () {
  1393.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  1394.         }, => 'onKernelException'], -64);
  1395.         $instance->addListener('kernel.response', [=> function () {
  1396.             return ($this->privates['web_link.add_link_header_listener'] ?? ($this->privates['web_link.add_link_header_listener'] = new \Symfony\Component\WebLink\EventListener\AddLinkHeaderListener()));
  1397.         }, => 'onKernelResponse'], 0);
  1398.         $instance->addListener('kernel.controller', [=> function () {
  1399.             return ($this->privates['sensio_framework_extra.controller.listener'] ?? $this->getSensioFrameworkExtra_Controller_ListenerService());
  1400.         }, => 'onKernelController'], 0);
  1401.         $instance->addListener('kernel.controller', [=> function () {
  1402.             return ($this->privates['sensio_framework_extra.converter.listener'] ?? $this->getSensioFrameworkExtra_Converter_ListenerService());
  1403.         }, => 'onKernelController'], 0);
  1404.         $instance->addListener('kernel.controller', [=> function () {
  1405.             return ($this->privates['sensio_framework_extra.view.listener'] ?? $this->getSensioFrameworkExtra_View_ListenerService());
  1406.         }, => 'onKernelController'], -128);
  1407.         $instance->addListener('kernel.view', [=> function () {
  1408.             return ($this->privates['sensio_framework_extra.view.listener'] ?? $this->getSensioFrameworkExtra_View_ListenerService());
  1409.         }, => 'onKernelView'], 0);
  1410.         $instance->addListener('kernel.controller', [=> function () {
  1411.             return ($this->privates['sensio_framework_extra.cache.listener'] ?? ($this->privates['sensio_framework_extra.cache.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener()));
  1412.         }, => 'onKernelController'], 0);
  1413.         $instance->addListener('kernel.response', [=> function () {
  1414.             return ($this->privates['sensio_framework_extra.cache.listener'] ?? ($this->privates['sensio_framework_extra.cache.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener()));
  1415.         }, => 'onKernelResponse'], 0);
  1416.         $instance->addListener('kernel.controller_arguments', [=> function () {
  1417.             return ($this->privates['sensio_framework_extra.security.listener'] ?? $this->getSensioFrameworkExtra_Security_ListenerService());
  1418.         }, => 'onKernelControllerArguments'], 0);
  1419.         $instance->addListener('kernel.controller_arguments', [=> function () {
  1420.             return ($this->privates['framework_extra_bundle.event.is_granted'] ?? $this->getFrameworkExtraBundle_Event_IsGrantedService());
  1421.         }, => 'onKernelControllerArguments'], 0);
  1422.         $instance->addListener('kernel.response', [=> function () {
  1423.             return ($this->privates['security.rememberme.response_listener'] ?? ($this->privates['security.rememberme.response_listener'] = new \Symfony\Component\Security\Http\RememberMe\ResponseListener()));
  1424.         }, => 'onKernelResponse'], 0);
  1425.         $instance->addListener('debug.security.authorization.vote', [=> function () {
  1426.             return ($this->privates['debug.security.voter.vote_listener'] ?? $this->getDebug_Security_Voter_VoteListenerService());
  1427.         }, => 'onVoterVote'], 0);
  1428.         $instance->addListener('kernel.request', [=> function () {
  1429.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  1430.         }, => 'configureLogoutUrlGenerator'], 8);
  1431.         $instance->addListener('kernel.request', [=> function () {
  1432.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  1433.         }, => 'onKernelRequest'], 8);
  1434.         $instance->addListener('kernel.finish_request', [=> function () {
  1435.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  1436.         }, => 'onKernelFinishRequest'], 0);
  1437.         $instance->addListener('kernel.exception', [=> function () {
  1438.             return ($this->privates['swiftmailer.email_sender.listener'] ?? $this->getSwiftmailer_EmailSender_ListenerService());
  1439.         }, => 'onException'], 0);
  1440.         $instance->addListener('kernel.terminate', [=> function () {
  1441.             return ($this->privates['swiftmailer.email_sender.listener'] ?? $this->getSwiftmailer_EmailSender_ListenerService());
  1442.         }, => 'onTerminate'], 0);
  1443.         $instance->addListener('console.error', [=> function () {
  1444.             return ($this->privates['swiftmailer.email_sender.listener'] ?? $this->getSwiftmailer_EmailSender_ListenerService());
  1445.         }, => 'onException'], 0);
  1446.         $instance->addListener('console.terminate', [=> function () {
  1447.             return ($this->privates['swiftmailer.email_sender.listener'] ?? $this->getSwiftmailer_EmailSender_ListenerService());
  1448.         }, => 'onTerminate'], 0);
  1449.         $instance->addListener('kernel.response', [=> function () {
  1450.             return ($this->privates['web_profiler.debug_toolbar'] ?? $this->getWebProfiler_DebugToolbarService());
  1451.         }, => 'onKernelResponse'], -128);
  1452.         $instance->addListener('console.command', [=> function () {
  1453.             return ($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService());
  1454.         }, => 'onCommand'], 255);
  1455.         $instance->addListener('console.terminate', [=> function () {
  1456.             return ($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService());
  1457.         }, => 'onTerminate'], -255);
  1458.         $instance->addListener('console.command', [=> function () {
  1459.             return ($this->privates['debug.dump_listener'] ?? $this->getDebug_DumpListenerService());
  1460.         }, => 'configure'], 1024);
  1461.         $instance->addListener('console.error', [=> function () {
  1462.             return ($this->privates['maker.console_error_listener'] ?? ($this->privates['maker.console_error_listener'] = new \Symfony\Bundle\MakerBundle\Event\ConsoleErrorSubscriber()));
  1463.         }, => 'onConsoleError'], 0);
  1464.         $instance->addListener('console.terminate', [=> function () {
  1465.             return ($this->privates['maker.console_error_listener'] ?? ($this->privates['maker.console_error_listener'] = new \Symfony\Bundle\MakerBundle\Event\ConsoleErrorSubscriber()));
  1466.         }, => 'onConsoleTerminate'], 0);
  1467.         $instance->addListener('fos_user.security.implicit_login', [=> function () {
  1468.             return ($this->privates['fos_user.security.interactive_login_listener'] ?? $this->getFosUser_Security_InteractiveLoginListenerService());
  1469.         }, => 'onImplicitLogin'], 0);
  1470.         $instance->addListener('security.interactive_login', [=> function () {
  1471.             return ($this->privates['fos_user.security.interactive_login_listener'] ?? $this->getFosUser_Security_InteractiveLoginListenerService());
  1472.         }, => 'onSecurityInteractiveLogin'], 0);
  1473.         $instance->addListener('fos_user.registration.completed', [=> function () {
  1474.             return ($this->privates['fos_user.listener.authentication'] ?? $this->getFosUser_Listener_AuthenticationService());
  1475.         }, => 'authenticate'], 0);
  1476.         $instance->addListener('fos_user.registration.confirmed', [=> function () {
  1477.             return ($this->privates['fos_user.listener.authentication'] ?? $this->getFosUser_Listener_AuthenticationService());
  1478.         }, => 'authenticate'], 0);
  1479.         $instance->addListener('fos_user.resetting.reset.completed', [=> function () {
  1480.             return ($this->privates['fos_user.listener.authentication'] ?? $this->getFosUser_Listener_AuthenticationService());
  1481.         }, => 'authenticate'], 0);
  1482.         $instance->addListener('fos_user.change_password.edit.completed', [=> function () {
  1483.             return ($this->privates['fos_user.listener.flash'] ?? $this->getFosUser_Listener_FlashService());
  1484.         }, => 'addSuccessFlash'], 0);
  1485.         $instance->addListener('fos_user.group.create.completed', [=> function () {
  1486.             return ($this->privates['fos_user.listener.flash'] ?? $this->getFosUser_Listener_FlashService());
  1487.         }, => 'addSuccessFlash'], 0);
  1488.         $instance->addListener('fos_user.group.delete.completed', [=> function () {
  1489.             return ($this->privates['fos_user.listener.flash'] ?? $this->getFosUser_Listener_FlashService());
  1490.         }, => 'addSuccessFlash'], 0);
  1491.         $instance->addListener('fos_user.group.edit.completed', [=> function () {
  1492.             return ($this->privates['fos_user.listener.flash'] ?? $this->getFosUser_Listener_FlashService());
  1493.         }, => 'addSuccessFlash'], 0);
  1494.         $instance->addListener('fos_user.profile.edit.completed', [=> function () {
  1495.             return ($this->privates['fos_user.listener.flash'] ?? $this->getFosUser_Listener_FlashService());
  1496.         }, => 'addSuccessFlash'], 0);
  1497.         $instance->addListener('fos_user.registration.completed', [=> function () {
  1498.             return ($this->privates['fos_user.listener.flash'] ?? $this->getFosUser_Listener_FlashService());
  1499.         }, => 'addSuccessFlash'], 0);
  1500.         $instance->addListener('fos_user.resetting.reset.completed', [=> function () {
  1501.             return ($this->privates['fos_user.listener.flash'] ?? $this->getFosUser_Listener_FlashService());
  1502.         }, => 'addSuccessFlash'], 0);
  1503.         $instance->addListener('fos_user.resetting.reset.initialize', [=> function () {
  1504.             return ($this->privates['fos_user.listener.resetting'] ?? $this->getFosUser_Listener_ResettingService());
  1505.         }, => 'onResettingResetInitialize'], 0);
  1506.         $instance->addListener('fos_user.resetting.reset.success', [=> function () {
  1507.             return ($this->privates['fos_user.listener.resetting'] ?? $this->getFosUser_Listener_ResettingService());
  1508.         }, => 'onResettingResetSuccess'], 0);
  1509.         $instance->addListener('fos_user.resetting.reset.request', [=> function () {
  1510.             return ($this->privates['fos_user.listener.resetting'] ?? $this->getFosUser_Listener_ResettingService());
  1511.         }, => 'onResettingResetRequest'], 0);
  1512.         return $instance;
  1513.     }
  1514.     /**
  1515.      * Gets the public 'filesystem' shared service.
  1516.      *
  1517.      * @return \Symfony\Component\Filesystem\Filesystem
  1518.      */
  1519.     protected function getFilesystemService()
  1520.     {
  1521.         return $this->services['filesystem'] = new \Symfony\Component\Filesystem\Filesystem();
  1522.     }
  1523.     /**
  1524.      * Gets the public 'form.factory' shared service.
  1525.      *
  1526.      * @return \Symfony\Component\Form\FormFactory
  1527.      */
  1528.     protected function getForm_FactoryService()
  1529.     {
  1530.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormFactoryInterface.php';
  1531.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormFactory.php';
  1532.         return $this->services['form.factory'] = new \Symfony\Component\Form\FormFactory(($this->privates['form.registry'] ?? $this->getForm_RegistryService()));
  1533.     }
  1534.     /**
  1535.      * Gets the public 'form.type.file' shared service.
  1536.      *
  1537.      * @return \Symfony\Component\Form\Extension\Core\Type\FileType
  1538.      */
  1539.     protected function getForm_Type_FileService()
  1540.     {
  1541.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  1542.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  1543.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/FileType.php';
  1544.         return $this->services['form.type.file'] = new \Symfony\Component\Form\Extension\Core\Type\FileType(($this->services['translator'] ?? $this->getTranslatorService()));
  1545.     }
  1546.     /**
  1547.      * Gets the public 'fos_js_routing.controller' shared service.
  1548.      *
  1549.      * @return \FOS\JsRoutingBundle\Controller\Controller
  1550.      */
  1551.     protected function getFosJsRouting_ControllerService()
  1552.     {
  1553.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/jsrouting-bundle/Controller/Controller.php';
  1554.         return $this->services['fos_js_routing.controller'] = new \FOS\JsRoutingBundle\Controller\Controller(($this->services['fos_js_routing.serializer'] ?? $this->getFosJsRouting_SerializerService()), ($this->services['fos_js_routing.extractor'] ?? $this->getFosJsRouting_ExtractorService()), $this->parameters['fos_js_routing.cache_control'], true);
  1555.     }
  1556.     /**
  1557.      * Gets the public 'fos_js_routing.extractor' shared service.
  1558.      *
  1559.      * @return \FOS\JsRoutingBundle\Extractor\ExposedRoutesExtractor
  1560.      */
  1561.     protected function getFosJsRouting_ExtractorService()
  1562.     {
  1563.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/jsrouting-bundle/Extractor/ExposedRoutesExtractorInterface.php';
  1564.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/jsrouting-bundle/Extractor/ExposedRoutesExtractor.php';
  1565.         return $this->services['fos_js_routing.extractor'] = new \FOS\JsRoutingBundle\Extractor\ExposedRoutesExtractor(($this->services['router'] ?? $this->getRouterService()), [], $this->targetDir.''$this->parameters['kernel.bundles']);
  1566.     }
  1567.     /**
  1568.      * Gets the public 'fos_js_routing.serializer' shared service.
  1569.      *
  1570.      * @return \Symfony\Component\Serializer\Serializer
  1571.      */
  1572.     protected function getFosJsRouting_SerializerService()
  1573.     {
  1574.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/SerializerInterface.php';
  1575.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/NormalizerInterface.php';
  1576.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ContextAwareNormalizerInterface.php';
  1577.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DenormalizerInterface.php';
  1578.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ContextAwareDenormalizerInterface.php';
  1579.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/EncoderInterface.php';
  1580.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/ContextAwareEncoderInterface.php';
  1581.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/DecoderInterface.php';
  1582.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/ContextAwareDecoderInterface.php';
  1583.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Serializer.php';
  1584.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/jsrouting-bundle/Serializer/Normalizer/RouteCollectionNormalizer.php';
  1585.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/jsrouting-bundle/Serializer/Normalizer/RoutesResponseNormalizer.php';
  1586.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/jsrouting-bundle/Serializer/Denormalizer/RouteCollectionDenormalizer.php';
  1587.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/JsonEncoder.php';
  1588.         return $this->services['fos_js_routing.serializer'] = new \Symfony\Component\Serializer\Serializer([=> new \FOS\JsRoutingBundle\Serializer\Normalizer\RouteCollectionNormalizer(), => new \FOS\JsRoutingBundle\Serializer\Normalizer\RoutesResponseNormalizer(), => new \FOS\JsRoutingBundle\Serializer\Denormalizer\RouteCollectionDenormalizer()], ['json' => new \Symfony\Component\Serializer\Encoder\JsonEncoder()]);
  1589.     }
  1590.     /**
  1591.      * Gets the public 'fos_user.change_password.controller' shared service.
  1592.      *
  1593.      * @return \FOS\UserBundle\Controller\ChangePasswordController
  1594.      */
  1595.     protected function getFosUser_ChangePassword_ControllerService()
  1596.     {
  1597.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareInterface.php';
  1598.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareTrait.php';
  1599.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  1600.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/Controller.php';
  1601.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Controller/ChangePasswordController.php';
  1602.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Form/Factory/FactoryInterface.php';
  1603.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Form/Factory/FormFactory.php';
  1604.         $this->services['fos_user.change_password.controller'] = $instance = new \FOS\UserBundle\Controller\ChangePasswordController(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), new \FOS\UserBundle\Form\Factory\FormFactory(($this->services['form.factory'] ?? $this->getForm_FactoryService()), 'fos_user_change_password_form''FOS\\UserBundle\\Form\\Type\\ChangePasswordFormType'$this->parameters['fos_user.change_password.form.validation_groups']), ($this->services['fos_user.user_manager'] ?? $this->getFosUser_UserManagerService()));
  1605.         $instance->setContainer($this);
  1606.         return $instance;
  1607.     }
  1608.     /**
  1609.      * Gets the public 'fos_user.profile.controller' shared service.
  1610.      *
  1611.      * @return \FOS\UserBundle\Controller\ProfileController
  1612.      */
  1613.     protected function getFosUser_Profile_ControllerService()
  1614.     {
  1615.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareInterface.php';
  1616.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareTrait.php';
  1617.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  1618.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/Controller.php';
  1619.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Controller/ProfileController.php';
  1620.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Form/Factory/FactoryInterface.php';
  1621.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Form/Factory/FormFactory.php';
  1622.         $this->services['fos_user.profile.controller'] = $instance = new \FOS\UserBundle\Controller\ProfileController(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), new \FOS\UserBundle\Form\Factory\FormFactory(($this->services['form.factory'] ?? $this->getForm_FactoryService()), 'fos_user_profile_form''FOS\\UserBundle\\Form\\Type\\ProfileFormType'$this->parameters['fos_user.profile.form.validation_groups']), ($this->services['fos_user.user_manager'] ?? $this->getFosUser_UserManagerService()));
  1623.         $instance->setContainer($this);
  1624.         return $instance;
  1625.     }
  1626.     /**
  1627.      * Gets the public 'fos_user.registration.controller' shared service.
  1628.      *
  1629.      * @return \FOS\UserBundle\Controller\RegistrationController
  1630.      */
  1631.     protected function getFosUser_Registration_ControllerService()
  1632.     {
  1633.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareInterface.php';
  1634.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareTrait.php';
  1635.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  1636.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/Controller.php';
  1637.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Controller/RegistrationController.php';
  1638.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Form/Factory/FactoryInterface.php';
  1639.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Form/Factory/FormFactory.php';
  1640.         $this->services['fos_user.registration.controller'] = $instance = new \FOS\UserBundle\Controller\RegistrationController(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), new \FOS\UserBundle\Form\Factory\FormFactory(($this->services['form.factory'] ?? $this->getForm_FactoryService()), 'fos_user_registration_form''FOS\\UserBundle\\Form\\Type\\RegistrationFormType'$this->parameters['fos_user.registration.form.validation_groups']), ($this->services['fos_user.user_manager'] ?? $this->getFosUser_UserManagerService()), ($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()));
  1641.         $instance->setContainer($this);
  1642.         return $instance;
  1643.     }
  1644.     /**
  1645.      * Gets the public 'fos_user.resetting.controller' shared service.
  1646.      *
  1647.      * @return \FOS\UserBundle\Controller\ResettingController
  1648.      */
  1649.     protected function getFosUser_Resetting_ControllerService()
  1650.     {
  1651.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareInterface.php';
  1652.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareTrait.php';
  1653.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  1654.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/Controller.php';
  1655.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Controller/ResettingController.php';
  1656.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Form/Factory/FactoryInterface.php';
  1657.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Form/Factory/FormFactory.php';
  1658.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Util/TokenGeneratorInterface.php';
  1659.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Util/TokenGenerator.php';
  1660.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Mailer/MailerInterface.php';
  1661.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Mailer/TwigSwiftMailer.php';
  1662.         $this->services['fos_user.resetting.controller'] = $instance = new \FOS\UserBundle\Controller\ResettingController(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), new \FOS\UserBundle\Form\Factory\FormFactory(($this->services['form.factory'] ?? $this->getForm_FactoryService()), 'fos_user_resetting_form''FOS\\UserBundle\\Form\\Type\\ResettingFormType'$this->parameters['fos_user.resetting.form.validation_groups']), ($this->services['fos_user.user_manager'] ?? $this->getFosUser_UserManagerService()), new \FOS\UserBundle\Util\TokenGenerator(), new \FOS\UserBundle\Mailer\TwigSwiftMailer(($this->services['swiftmailer.mailer.default'] ?? $this->getSwiftmailer_Mailer_DefaultService()), ($this->services['router'] ?? $this->getRouterService()), ($this->services['twig'] ?? $this->getTwigService()), ['template' => ['confirmation' => '@FOSUser/Registration/email.txt.twig''resetting' => '@FOSUser/Resetting/email.txt.twig'], 'from_email' => ['confirmation' => $this->parameters['fos_user.registration.confirmation.from_email'], 'resetting' => $this->parameters['fos_user.resetting.email.from_email']]]), 7200);
  1663.         $instance->setContainer($this);
  1664.         return $instance;
  1665.     }
  1666.     /**
  1667.      * Gets the public 'fos_user.security.controller' shared service.
  1668.      *
  1669.      * @return \FOS\UserBundle\Controller\SecurityController
  1670.      */
  1671.     protected function getFosUser_Security_ControllerService()
  1672.     {
  1673.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareInterface.php';
  1674.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareTrait.php';
  1675.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  1676.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/Controller.php';
  1677.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Controller/SecurityController.php';
  1678.         $this->services['fos_user.security.controller'] = $instance = new \FOS\UserBundle\Controller\SecurityController(($this->services['security.csrf.token_manager'] ?? $this->getSecurity_Csrf_TokenManagerService()));
  1679.         $instance->setContainer($this);
  1680.         return $instance;
  1681.     }
  1682.     /**
  1683.      * Gets the public 'fos_user.user_manager' shared service.
  1684.      *
  1685.      * @return \FOS\UserBundle\Doctrine\UserManager
  1686.      */
  1687.     protected function getFosUser_UserManagerService()
  1688.     {
  1689.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Model/UserManagerInterface.php';
  1690.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Model/UserManager.php';
  1691.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Doctrine/UserManager.php';
  1692.         return $this->services['fos_user.user_manager'] = new \FOS\UserBundle\Doctrine\UserManager(($this->privates['fos_user.util.password_updater'] ?? $this->getFosUser_Util_PasswordUpdaterService()), ($this->privates['fos_user.util.canonical_fields_updater'] ?? $this->getFosUser_Util_CanonicalFieldsUpdaterService()), ($this->services['doctrine'] ?? $this->getDoctrineService())->getManager(NULL), 'App\\Entity\\User');
  1693.     }
  1694.     /**
  1695.      * Gets the public 'http_kernel' shared service.
  1696.      *
  1697.      * @return \Symfony\Component\HttpKernel\HttpKernel
  1698.      */
  1699.     protected function getHttpKernelService()
  1700.     {
  1701.         $a = ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)));
  1702.         return $this->services['http_kernel'] = new \Symfony\Component\HttpKernel\HttpKernel(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), new \Symfony\Component\HttpKernel\Controller\TraceableControllerResolver(new \Symfony\Bundle\FrameworkBundle\Controller\ControllerResolver($this, ($this->privates['monolog.logger.request'] ?? $this->getMonolog_Logger_RequestService()), ($this->privates['.legacy_controller_name_converter'] ?? ($this->privates['.legacy_controller_name_converter'] = new \Symfony\Bundle\FrameworkBundle\Controller\ControllerNameParser(($this->services['kernel'] ?? $this->get('kernel'1)), false)))), $a), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), new \Symfony\Component\HttpKernel\Controller\TraceableArgumentResolver(new \Symfony\Component\HttpKernel\Controller\ArgumentResolver(($this->privates['argument_metadata_factory'] ?? ($this->privates['argument_metadata_factory'] = new \Symfony\Component\HttpKernel\ControllerMetadata\ArgumentMetadataFactory())), new RewindableGenerator(function () {
  1703.             yield => ($this->privates['debug.argument_resolver.request_attribute'] ?? $this->getDebug_ArgumentResolver_RequestAttributeService());
  1704.             yield => ($this->privates['debug.argument_resolver.request'] ?? $this->getDebug_ArgumentResolver_RequestService());
  1705.             yield => ($this->privates['debug.argument_resolver.session'] ?? $this->getDebug_ArgumentResolver_SessionService());
  1706.             yield => ($this->privates['debug.security.user_value_resolver'] ?? $this->getDebug_Security_UserValueResolverService());
  1707.             yield => ($this->privates['debug.argument_resolver.service'] ?? $this->getDebug_ArgumentResolver_ServiceService());
  1708.             yield => ($this->privates['debug.argument_resolver.default'] ?? $this->getDebug_ArgumentResolver_DefaultService());
  1709.             yield => ($this->privates['debug.argument_resolver.variadic'] ?? $this->getDebug_ArgumentResolver_VariadicService());
  1710.             yield => ($this->privates['debug.argument_resolver.not_tagged_controller'] ?? $this->getDebug_ArgumentResolver_NotTaggedControllerService());
  1711.         }, 8)), $a));
  1712.     }
  1713.     /**
  1714.      * Gets the public 'liip_imagine.binary.loader.default' shared service.
  1715.      *
  1716.      * @return \Liip\ImagineBundle\Binary\Loader\FileSystemLoader
  1717.      */
  1718.     protected function getLiipImagine_Binary_Loader_DefaultService()
  1719.     {
  1720.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Binary/Loader/LoaderInterface.php';
  1721.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Binary/Loader/FileSystemLoader.php';
  1722.         include_once \dirname(__DIR__4).'/vendor/symfony/mime/MimeTypeGuesserInterface.php';
  1723.         include_once \dirname(__DIR__4).'/vendor/symfony/mime/MimeTypesInterface.php';
  1724.         include_once \dirname(__DIR__4).'/vendor/symfony/mime/MimeTypes.php';
  1725.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Binary/Locator/LocatorInterface.php';
  1726.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Binary/Locator/FileSystemLocator.php';
  1727.         $a = \Symfony\Component\Mime\MimeTypes::getDefault();
  1728.         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));
  1729.     }
  1730.     /**
  1731.      * Gets the public 'liip_imagine.cache.manager' shared service.
  1732.      *
  1733.      * @return \Liip\ImagineBundle\Imagine\Cache\CacheManager
  1734.      */
  1735.     protected function getLiipImagine_Cache_ManagerService()
  1736.     {
  1737.         $this->services['liip_imagine.cache.manager'] = $instance = new \Liip\ImagineBundle\Imagine\Cache\CacheManager(($this->privates['liip_imagine.filter.configuration'] ?? $this->getLiipImagine_Filter_ConfigurationService()), ($this->services['router'] ?? $this->getRouterService()), ($this->services['liip_imagine.cache.signer'] ?? ($this->services['liip_imagine.cache.signer'] = new \Liip\ImagineBundle\Imagine\Cache\Signer($this->getEnv('APP_SECRET')))), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), 'default'false);
  1738.         $instance->addResolver('default', ($this->services['liip_imagine.cache.resolver.default'] ?? $this->getLiipImagine_Cache_Resolver_DefaultService()));
  1739.         $instance->addResolver('no_cache', ($this->services['liip_imagine.cache.resolver.no_cache_web_path'] ?? $this->getLiipImagine_Cache_Resolver_NoCacheWebPathService()));
  1740.         return $instance;
  1741.     }
  1742.     /**
  1743.      * Gets the public 'liip_imagine.cache.resolver.default' shared service.
  1744.      *
  1745.      * @return \Liip\ImagineBundle\Imagine\Cache\Resolver\WebPathResolver
  1746.      */
  1747.     protected function getLiipImagine_Cache_Resolver_DefaultService()
  1748.     {
  1749.         return $this->services['liip_imagine.cache.resolver.default'] = new \Liip\ImagineBundle\Imagine\Cache\Resolver\WebPathResolver(($this->services['filesystem'] ?? ($this->services['filesystem'] = new \Symfony\Component\Filesystem\Filesystem())), ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService()), (\dirname(__DIR__4).'/public'), 'media/cache');
  1750.     }
  1751.     /**
  1752.      * Gets the public 'liip_imagine.cache.resolver.no_cache_web_path' shared service.
  1753.      *
  1754.      * @return \Liip\ImagineBundle\Imagine\Cache\Resolver\NoCacheWebPathResolver
  1755.      */
  1756.     protected function getLiipImagine_Cache_Resolver_NoCacheWebPathService()
  1757.     {
  1758.         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()));
  1759.     }
  1760.     /**
  1761.      * Gets the public 'liip_imagine.cache.signer' shared service.
  1762.      *
  1763.      * @return \Liip\ImagineBundle\Imagine\Cache\Signer
  1764.      */
  1765.     protected function getLiipImagine_Cache_SignerService()
  1766.     {
  1767.         return $this->services['liip_imagine.cache.signer'] = new \Liip\ImagineBundle\Imagine\Cache\Signer($this->getEnv('APP_SECRET'));
  1768.     }
  1769.     /**
  1770.      * Gets the public 'liip_imagine.config.stack_collection' shared service.
  1771.      *
  1772.      * @return \Liip\ImagineBundle\Config\StackCollection
  1773.      */
  1774.     protected function getLiipImagine_Config_StackCollectionService()
  1775.     {
  1776.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Config/StackCollection.php';
  1777.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Config/StackBuilderInterface.php';
  1778.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Config/StackBuilder.php';
  1779.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Factory/Config/StackFactoryInterface.php';
  1780.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Factory/Config/StackFactory.php';
  1781.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Config/FilterFactoryCollection.php';
  1782.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Factory/Config/FilterFactoryInterface.php';
  1783.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Factory/Config/Filter/AutoRotateFactory.php';
  1784.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Factory/Config/Filter/BackgroundFactory.php';
  1785.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Factory/Config/Filter/Argument/SizeFactory.php';
  1786.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Factory/Config/Filter/CropFactory.php';
  1787.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Factory/Config/Filter/Argument/PointFactory.php';
  1788.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Factory/Config/Filter/DownscaleFactory.php';
  1789.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Factory/Config/Filter/FlipFactory.php';
  1790.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Factory/Config/Filter/GrayscaleFactory.php';
  1791.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Factory/Config/Filter/InterlaceFactory.php';
  1792.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Factory/Config/Filter/PasteFactory.php';
  1793.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Factory/Config/Filter/RelativeResizeFactory.php';
  1794.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Factory/Config/Filter/ResizeFactory.php';
  1795.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Factory/Config/Filter/RotateFactory.php';
  1796.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Factory/Config/Filter/ScaleFactory.php';
  1797.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Factory/Config/Filter/StripFactory.php';
  1798.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Factory/Config/Filter/ThumbnailFactory.php';
  1799.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Factory/Config/Filter/UpscaleFactory.php';
  1800.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Factory/Config/Filter/WatermarkFactory.php';
  1801.         $a = new \Liip\ImagineBundle\Factory\Config\Filter\Argument\SizeFactory();
  1802.         $b = new \Liip\ImagineBundle\Factory\Config\Filter\Argument\PointFactory();
  1803.         return $this->services['liip_imagine.config.stack_collection'] = new \Liip\ImagineBundle\Config\StackCollection(new \Liip\ImagineBundle\Config\StackBuilder(new \Liip\ImagineBundle\Factory\Config\StackFactory(), new \Liip\ImagineBundle\Config\FilterFactoryCollection(new \Liip\ImagineBundle\Factory\Config\Filter\AutoRotateFactory(), new \Liip\ImagineBundle\Factory\Config\Filter\BackgroundFactory($a), new \Liip\ImagineBundle\Factory\Config\Filter\CropFactory($a$b), new \Liip\ImagineBundle\Factory\Config\Filter\DownscaleFactory($a), new \Liip\ImagineBundle\Factory\Config\Filter\FlipFactory(), new \Liip\ImagineBundle\Factory\Config\Filter\GrayscaleFactory(), new \Liip\ImagineBundle\Factory\Config\Filter\InterlaceFactory(), new \Liip\ImagineBundle\Factory\Config\Filter\PasteFactory($b), new \Liip\ImagineBundle\Factory\Config\Filter\RelativeResizeFactory(), new \Liip\ImagineBundle\Factory\Config\Filter\ResizeFactory($a), new \Liip\ImagineBundle\Factory\Config\Filter\RotateFactory(), new \Liip\ImagineBundle\Factory\Config\Filter\ScaleFactory($a), new \Liip\ImagineBundle\Factory\Config\Filter\StripFactory(), new \Liip\ImagineBundle\Factory\Config\Filter\ThumbnailFactory($a), new \Liip\ImagineBundle\Factory\Config\Filter\UpscaleFactory($a), new \Liip\ImagineBundle\Factory\Config\Filter\WatermarkFactory())), $this->parameters['liip_imagine.filter_sets']);
  1804.     }
  1805.     /**
  1806.      * Gets the public 'liip_imagine.data.manager' shared service.
  1807.      *
  1808.      * @return \Liip\ImagineBundle\Imagine\Data\DataManager
  1809.      */
  1810.     protected function getLiipImagine_Data_ManagerService()
  1811.     {
  1812.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Data/DataManager.php';
  1813.         include_once \dirname(__DIR__4).'/vendor/symfony/mime/MimeTypeGuesserInterface.php';
  1814.         include_once \dirname(__DIR__4).'/vendor/symfony/mime/MimeTypesInterface.php';
  1815.         include_once \dirname(__DIR__4).'/vendor/symfony/mime/MimeTypes.php';
  1816.         $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->getLiipImagine_Filter_ConfigurationService()), 'default'NULL);
  1817.         $instance->addLoader('default', ($this->services['liip_imagine.binary.loader.default'] ?? $this->getLiipImagine_Binary_Loader_DefaultService()));
  1818.         return $instance;
  1819.     }
  1820.     /**
  1821.      * Gets the public 'liip_imagine.filter.loader.downscale' shared service.
  1822.      *
  1823.      * @return \Liip\ImagineBundle\Imagine\Filter\Loader\DownscaleFilterLoader
  1824.      */
  1825.     protected function getLiipImagine_Filter_Loader_DownscaleService()
  1826.     {
  1827.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/LoaderInterface.php';
  1828.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/ScaleFilterLoader.php';
  1829.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/DownscaleFilterLoader.php';
  1830.         return $this->services['liip_imagine.filter.loader.downscale'] = new \Liip\ImagineBundle\Imagine\Filter\Loader\DownscaleFilterLoader();
  1831.     }
  1832.     /**
  1833.      * Gets the public 'liip_imagine.filter.loader.fixed' shared service.
  1834.      *
  1835.      * @return \Liip\ImagineBundle\Imagine\Filter\Loader\FixedFilterLoader
  1836.      */
  1837.     protected function getLiipImagine_Filter_Loader_FixedService()
  1838.     {
  1839.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/LoaderInterface.php';
  1840.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/FixedFilterLoader.php';
  1841.         return $this->services['liip_imagine.filter.loader.fixed'] = new \Liip\ImagineBundle\Imagine\Filter\Loader\FixedFilterLoader();
  1842.     }
  1843.     /**
  1844.      * Gets the public 'liip_imagine.filter.loader.flip' shared service.
  1845.      *
  1846.      * @return \Liip\ImagineBundle\Imagine\Filter\Loader\FlipFilterLoader
  1847.      */
  1848.     protected function getLiipImagine_Filter_Loader_FlipService()
  1849.     {
  1850.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/LoaderInterface.php';
  1851.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/FlipFilterLoader.php';
  1852.         return $this->services['liip_imagine.filter.loader.flip'] = new \Liip\ImagineBundle\Imagine\Filter\Loader\FlipFilterLoader();
  1853.     }
  1854.     /**
  1855.      * Gets the public 'liip_imagine.filter.loader.grayscale' shared service.
  1856.      *
  1857.      * @return \Liip\ImagineBundle\Imagine\Filter\Loader\GrayscaleFilterLoader
  1858.      */
  1859.     protected function getLiipImagine_Filter_Loader_GrayscaleService()
  1860.     {
  1861.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/LoaderInterface.php';
  1862.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/GrayscaleFilterLoader.php';
  1863.         return $this->services['liip_imagine.filter.loader.grayscale'] = new \Liip\ImagineBundle\Imagine\Filter\Loader\GrayscaleFilterLoader();
  1864.     }
  1865.     /**
  1866.      * Gets the public 'liip_imagine.filter.loader.interlace' shared service.
  1867.      *
  1868.      * @return \Liip\ImagineBundle\Imagine\Filter\Loader\InterlaceFilterLoader
  1869.      */
  1870.     protected function getLiipImagine_Filter_Loader_InterlaceService()
  1871.     {
  1872.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/LoaderInterface.php';
  1873.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/InterlaceFilterLoader.php';
  1874.         return $this->services['liip_imagine.filter.loader.interlace'] = new \Liip\ImagineBundle\Imagine\Filter\Loader\InterlaceFilterLoader();
  1875.     }
  1876.     /**
  1877.      * Gets the public 'liip_imagine.filter.loader.resample' shared service.
  1878.      *
  1879.      * @return \Liip\ImagineBundle\Imagine\Filter\Loader\ResampleFilterLoader
  1880.      */
  1881.     protected function getLiipImagine_Filter_Loader_ResampleService()
  1882.     {
  1883.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/LoaderInterface.php';
  1884.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/ResampleFilterLoader.php';
  1885.         return $this->services['liip_imagine.filter.loader.resample'] = new \Liip\ImagineBundle\Imagine\Filter\Loader\ResampleFilterLoader(($this->privates['liip_imagine.gd'] ?? $this->getLiipImagine_GdService()));
  1886.     }
  1887.     /**
  1888.      * Gets the public 'liip_imagine.filter.loader.rotate' shared service.
  1889.      *
  1890.      * @return \Liip\ImagineBundle\Imagine\Filter\Loader\RotateFilterLoader
  1891.      */
  1892.     protected function getLiipImagine_Filter_Loader_RotateService()
  1893.     {
  1894.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/LoaderInterface.php';
  1895.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/RotateFilterLoader.php';
  1896.         return $this->services['liip_imagine.filter.loader.rotate'] = new \Liip\ImagineBundle\Imagine\Filter\Loader\RotateFilterLoader();
  1897.     }
  1898.     /**
  1899.      * Gets the public 'liip_imagine.filter.manager' shared service.
  1900.      *
  1901.      * @return \Liip\ImagineBundle\Imagine\Filter\FilterManager
  1902.      */
  1903.     protected function getLiipImagine_Filter_ManagerService()
  1904.     {
  1905.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/FilterManager.php';
  1906.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/LoaderInterface.php';
  1907.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/RelativeResizeFilterLoader.php';
  1908.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/ResizeFilterLoader.php';
  1909.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/ThumbnailFilterLoader.php';
  1910.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/CropFilterLoader.php';
  1911.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/PasteFilterLoader.php';
  1912.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/WatermarkFilterLoader.php';
  1913.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/BackgroundFilterLoader.php';
  1914.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/StripFilterLoader.php';
  1915.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/ScaleFilterLoader.php';
  1916.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/UpscaleFilterLoader.php';
  1917.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/AutoRotateFilterLoader.php';
  1918.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/PostProcessor/PostProcessorInterface.php';
  1919.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/PostProcessor/AbstractPostProcessor.php';
  1920.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/PostProcessor/JpegOptimPostProcessor.php';
  1921.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/PostProcessor/OptiPngPostProcessor.php';
  1922.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/PostProcessor/PngquantPostProcessor.php';
  1923.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/PostProcessor/MozJpegPostProcessor.php';
  1924.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/GrayscaleFilterLoader.php';
  1925.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/DownscaleFilterLoader.php';
  1926.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/RotateFilterLoader.php';
  1927.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/FlipFilterLoader.php';
  1928.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/InterlaceFilterLoader.php';
  1929.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/FixedFilterLoader.php';
  1930.         $a = ($this->privates['liip_imagine.gd'] ?? $this->getLiipImagine_GdService());
  1931.         $this->services['liip_imagine.filter.manager'] = $instance = new \Liip\ImagineBundle\Imagine\Filter\FilterManager(($this->privates['liip_imagine.filter.configuration'] ?? $this->getLiipImagine_Filter_ConfigurationService()), $a, ($this->privates['liip_imagine.binary.mime_type_guesser'] ?? $this->getLiipImagine_Binary_MimeTypeGuesserService()));
  1932.         $instance->addLoader('relative_resize', new \Liip\ImagineBundle\Imagine\Filter\Loader\RelativeResizeFilterLoader());
  1933.         $instance->addLoader('resize', new \Liip\ImagineBundle\Imagine\Filter\Loader\ResizeFilterLoader());
  1934.         $instance->addLoader('thumbnail', new \Liip\ImagineBundle\Imagine\Filter\Loader\ThumbnailFilterLoader());
  1935.         $instance->addLoader('crop', new \Liip\ImagineBundle\Imagine\Filter\Loader\CropFilterLoader());
  1936.         $instance->addLoader('grayscale', ($this->services['liip_imagine.filter.loader.grayscale'] ?? ($this->services['liip_imagine.filter.loader.grayscale'] = new \Liip\ImagineBundle\Imagine\Filter\Loader\GrayscaleFilterLoader())));
  1937.         $instance->addLoader('paste_image', new \Liip\ImagineBundle\Imagine\Filter\Loader\PasteFilterLoader($a, \dirname(__DIR__4)));
  1938.         $instance->addLoader('paste', new \Liip\ImagineBundle\Imagine\Filter\Loader\PasteFilterLoader($a, (\dirname(__DIR__4).'/src')));
  1939.         $instance->addLoader('watermark', new \Liip\ImagineBundle\Imagine\Filter\Loader\WatermarkFilterLoader($a, (\dirname(__DIR__4).'/src')));
  1940.         $instance->addLoader('watermark_image', new \Liip\ImagineBundle\Imagine\Filter\Loader\WatermarkFilterLoader($a, \dirname(__DIR__4)));
  1941.         $instance->addLoader('background', new \Liip\ImagineBundle\Imagine\Filter\Loader\BackgroundFilterLoader($a));
  1942.         $instance->addLoader('strip', new \Liip\ImagineBundle\Imagine\Filter\Loader\StripFilterLoader());
  1943.         $instance->addLoader('scale', new \Liip\ImagineBundle\Imagine\Filter\Loader\ScaleFilterLoader());
  1944.         $instance->addLoader('upscale', new \Liip\ImagineBundle\Imagine\Filter\Loader\UpscaleFilterLoader());
  1945.         $instance->addLoader('downscale', ($this->services['liip_imagine.filter.loader.downscale'] ?? ($this->services['liip_imagine.filter.loader.downscale'] = new \Liip\ImagineBundle\Imagine\Filter\Loader\DownscaleFilterLoader())));
  1946.         $instance->addLoader('auto_rotate', new \Liip\ImagineBundle\Imagine\Filter\Loader\AutoRotateFilterLoader());
  1947.         $instance->addLoader('rotate', ($this->services['liip_imagine.filter.loader.rotate'] ?? ($this->services['liip_imagine.filter.loader.rotate'] = new \Liip\ImagineBundle\Imagine\Filter\Loader\RotateFilterLoader())));
  1948.         $instance->addLoader('flip', ($this->services['liip_imagine.filter.loader.flip'] ?? ($this->services['liip_imagine.filter.loader.flip'] = new \Liip\ImagineBundle\Imagine\Filter\Loader\FlipFilterLoader())));
  1949.         $instance->addLoader('interlace', ($this->services['liip_imagine.filter.loader.interlace'] ?? ($this->services['liip_imagine.filter.loader.interlace'] = new \Liip\ImagineBundle\Imagine\Filter\Loader\InterlaceFilterLoader())));
  1950.         $instance->addLoader('resample', ($this->services['liip_imagine.filter.loader.resample'] ?? $this->getLiipImagine_Filter_Loader_ResampleService()));
  1951.         $instance->addLoader('fixed', ($this->services['liip_imagine.filter.loader.fixed'] ?? ($this->services['liip_imagine.filter.loader.fixed'] = new \Liip\ImagineBundle\Imagine\Filter\Loader\FixedFilterLoader())));
  1952.         $instance->addPostProcessor('jpegoptim', new \Liip\ImagineBundle\Imagine\Filter\PostProcessor\JpegOptimPostProcessor('/usr/bin/jpegoptim'trueNULLtrueNULL));
  1953.         $instance->addPostProcessor('optipng', new \Liip\ImagineBundle\Imagine\Filter\PostProcessor\OptiPngPostProcessor('/usr/bin/optipng'7trueNULL));
  1954.         $instance->addPostProcessor('pngquant', new \Liip\ImagineBundle\Imagine\Filter\PostProcessor\PngquantPostProcessor('/usr/bin/pngquant'));
  1955.         $instance->addPostProcessor('mozjpeg', new \Liip\ImagineBundle\Imagine\Filter\PostProcessor\MozJpegPostProcessor('/opt/mozjpeg/bin/cjpeg'));
  1956.         return $instance;
  1957.     }
  1958.     /**
  1959.      * Gets the public 'profiler' shared service.
  1960.      *
  1961.      * @return \Symfony\Component\HttpKernel\Profiler\Profiler
  1962.      */
  1963.     protected function getProfilerService()
  1964.     {
  1965.         $a = new \Symfony\Bridge\Monolog\Logger('profiler');
  1966.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1967.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  1968.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  1969.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  1970.         $this->services['profiler'] = $instance = new \Symfony\Component\HttpKernel\Profiler\Profiler(new \Symfony\Component\HttpKernel\Profiler\FileProfilerStorage(('file:'.$this->targetDir.''.'/profiler')), $atrue);
  1971.         $b = ($this->services['kernel'] ?? $this->get('kernel'));
  1972.         $c = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  1973.         $d = new \Symfony\Component\Cache\DataCollector\CacheDataCollector();
  1974.         $d->addInstance('cache.app', ($this->services['cache.app'] ?? $this->getCache_AppService()));
  1975.         $d->addInstance('cache.system', ($this->services['cache.system'] ?? $this->getCache_SystemService()));
  1976.         $d->addInstance('cache.validator', ($this->privates['cache.validator'] ?? $this->getCache_ValidatorService()));
  1977.         $d->addInstance('cache.serializer', ($this->privates['cache.serializer'] ?? $this->getCache_SerializerService()));
  1978.         $d->addInstance('cache.annotations', ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService()));
  1979.         $d->addInstance('cache.property_info', ($this->privates['cache.property_info'] ?? $this->getCache_PropertyInfoService()));
  1980.         $d->addInstance('cache.doctrine.orm.default.metadata', ($this->privates['cache.doctrine.orm.default.metadata'] ?? $this->getCache_Doctrine_Orm_Default_MetadataService()));
  1981.         $d->addInstance('cache.doctrine.orm.default.result', ($this->privates['cache.doctrine.orm.default.result'] ?? $this->getCache_Doctrine_Orm_Default_ResultService()));
  1982.         $d->addInstance('cache.doctrine.orm.default.query', ($this->privates['cache.doctrine.orm.default.query'] ?? $this->getCache_Doctrine_Orm_Default_QueryService()));
  1983.         $d->addInstance('cache.security_expression_language', ($this->privates['cache.security_expression_language'] ?? $this->getCache_SecurityExpressionLanguageService()));
  1984.         $d->addInstance('cache.webpack_encore', ($this->privates['cache.webpack_encore'] ?? $this->getCache_WebpackEncoreService()));
  1985.         $e = new \Doctrine\Bundle\DoctrineBundle\DataCollector\DoctrineDataCollector(($this->services['doctrine'] ?? $this->getDoctrineService()), true);
  1986.         $e->addLogger('default', ($this->privates['doctrine.dbal.logger.profiling.default'] ?? ($this->privates['doctrine.dbal.logger.profiling.default'] = new \Doctrine\DBAL\Logging\DebugStack())));
  1987.         $f = new \Symfony\Component\HttpKernel\DataCollector\ConfigDataCollector();
  1988.         if ($this->has('kernel')) {
  1989.             $f->setKernel($b);
  1990.         }
  1991.         $instance->add(($this->privates['data_collector.request'] ?? ($this->privates['data_collector.request'] = new \Symfony\Component\HttpKernel\DataCollector\RequestDataCollector())));
  1992.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\TimeDataCollector($b, ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)))));
  1993.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\MemoryDataCollector());
  1994.         $instance->add(new \Symfony\Component\Validator\DataCollector\ValidatorDataCollector(($this->services['validator'] ?? $this->getValidatorService())));
  1995.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\AjaxDataCollector());
  1996.         $instance->add(($this->privates['data_collector.form'] ?? $this->getDataCollector_FormService()));
  1997.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\ExceptionDataCollector());
  1998.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\LoggerDataCollector($a, ($this->targetDir.''.'/srcApp_KernelDevDebugContainer'), $c));
  1999.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\EventDataCollector(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), $c));
  2000.         $instance->add(($this->privates['data_collector.router'] ?? ($this->privates['data_collector.router'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector())));
  2001.         $instance->add($d);
  2002.         $instance->add(new \Symfony\Component\Translation\DataCollector\TranslationDataCollector(($this->services['translator'] ?? $this->getTranslatorService())));
  2003.         $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())));
  2004.         $instance->add(new \Symfony\Bridge\Twig\DataCollector\TwigDataCollector(($this->privates['twig.profile'] ?? ($this->privates['twig.profile'] = new \Twig\Profiler\Profile())), ($this->services['twig'] ?? $this->getTwigService())));
  2005.         $instance->add($e);
  2006.         $instance->add(new \Symfony\Bundle\SwiftmailerBundle\DataCollector\MessageDataCollector($this));
  2007.         $instance->add(($this->services['data_collector.dump'] ?? $this->getDataCollector_DumpService()));
  2008.         $instance->add(new \Vich\UploaderBundle\DataCollector\MappingCollector(($this->privates['vich_uploader.metadata_reader'] ?? $this->getVichUploader_MetadataReaderService())));
  2009.         $instance->add($f);
  2010.         return $instance;
  2011.     }
  2012.     /**
  2013.      * Gets the public 'request_stack' shared service.
  2014.      *
  2015.      * @return \Symfony\Component\HttpFoundation\RequestStack
  2016.      */
  2017.     protected function getRequestStackService()
  2018.     {
  2019.         return $this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack();
  2020.     }
  2021.     /**
  2022.      * Gets the public 'router' shared service.
  2023.      *
  2024.      * @return \Symfony\Bundle\FrameworkBundle\Routing\Router
  2025.      */
  2026.     protected function getRouterService()
  2027.     {
  2028.         $a = new \Symfony\Bridge\Monolog\Logger('router');
  2029.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  2030.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  2031.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  2032.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  2033.         $this->services['router'] = $instance = new \Symfony\Bundle\FrameworkBundle\Routing\Router((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2034.             'routing.loader' => ['services''routing.loader''getRouting_LoaderService'false],
  2035.         ], [
  2036.             'routing.loader' => 'Symfony\\Component\\Config\\Loader\\LoaderInterface',
  2037.         ]))->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');
  2038.         $instance->setConfigCacheFactory(($this->privates['config_cache_factory'] ?? $this->getConfigCacheFactoryService()));
  2039.         return $instance;
  2040.     }
  2041.     /**
  2042.      * Gets the public 'routing.loader' shared service.
  2043.      *
  2044.      * @return \Symfony\Bundle\FrameworkBundle\Routing\DelegatingLoader
  2045.      */
  2046.     protected function getRouting_LoaderService()
  2047.     {
  2048.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/LoaderInterface.php';
  2049.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/Loader.php';
  2050.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/DelegatingLoader.php';
  2051.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Routing/DelegatingLoader.php';
  2052.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/LoaderResolverInterface.php';
  2053.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/LoaderResolver.php';
  2054.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/FileLoader.php';
  2055.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/XmlFileLoader.php';
  2056.         include_once \dirname(__DIR__4).'/vendor/symfony/config/FileLocatorInterface.php';
  2057.         include_once \dirname(__DIR__4).'/vendor/symfony/config/FileLocator.php';
  2058.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Config/FileLocator.php';
  2059.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/YamlFileLoader.php';
  2060.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/PhpFileLoader.php';
  2061.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/GlobFileLoader.php';
  2062.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/DirectoryLoader.php';
  2063.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/ObjectLoader.php';
  2064.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/ContainerLoader.php';
  2065.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Routing/LegacyRouteLoaderContainer.php';
  2066.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/AnnotationClassLoader.php';
  2067.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Routing/AnnotatedRouteControllerLoader.php';
  2068.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/AnnotationFileLoader.php';
  2069.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/AnnotationDirectoryLoader.php';
  2070.         $a = new \Symfony\Component\Config\Loader\LoaderResolver();
  2071.         $b = new \Symfony\Component\HttpKernel\Config\FileLocator(($this->services['kernel'] ?? $this->get('kernel'1)), (\dirname(__DIR__4).'/src/Resources'), [=> (\dirname(__DIR__4).'/src')], false);
  2072.         $c = new \Symfony\Bundle\FrameworkBundle\Routing\AnnotatedRouteControllerLoader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  2073.         $a->addLoader(new \Symfony\Component\Routing\Loader\XmlFileLoader($b));
  2074.         $a->addLoader(new \Symfony\Component\Routing\Loader\YamlFileLoader($b));
  2075.         $a->addLoader(new \Symfony\Component\Routing\Loader\PhpFileLoader($b));
  2076.         $a->addLoader(new \Symfony\Component\Routing\Loader\GlobFileLoader($b));
  2077.         $a->addLoader(new \Symfony\Component\Routing\Loader\DirectoryLoader($b));
  2078.         $a->addLoader(new \Symfony\Component\Routing\Loader\ContainerLoader(new \Symfony\Bundle\FrameworkBundle\Routing\LegacyRouteLoaderContainer($this, new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2079.             'kernel' => ['services''kernel''getKernelService'false],
  2080.         ], [
  2081.             'kernel' => 'App\\Kernel',
  2082.         ]))));
  2083.         $a->addLoader($c);
  2084.         $a->addLoader(new \Symfony\Component\Routing\Loader\AnnotationDirectoryLoader($b$c));
  2085.         $a->addLoader(new \Symfony\Component\Routing\Loader\AnnotationFileLoader($b$c));
  2086.         return $this->services['routing.loader'] = new \Symfony\Bundle\FrameworkBundle\Routing\DelegatingLoader($a, [], ['utf8' => true]);
  2087.     }
  2088.     /**
  2089.      * Gets the public 'security.authentication_utils' shared service.
  2090.      *
  2091.      * @return \Symfony\Component\Security\Http\Authentication\AuthenticationUtils
  2092.      */
  2093.     protected function getSecurity_AuthenticationUtilsService()
  2094.     {
  2095.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authentication/AuthenticationUtils.php';
  2096.         return $this->services['security.authentication_utils'] = new \Symfony\Component\Security\Http\Authentication\AuthenticationUtils(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  2097.     }
  2098.     /**
  2099.      * Gets the public 'security.authorization_checker' shared service.
  2100.      *
  2101.      * @return \Symfony\Component\Security\Core\Authorization\AuthorizationChecker
  2102.      */
  2103.     protected function getSecurity_AuthorizationCheckerService()
  2104.     {
  2105.         return $this->services['security.authorization_checker'] = new \Symfony\Component\Security\Core\Authorization\AuthorizationChecker(($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()), ($this->privates['security.authentication.manager'] ?? $this->getSecurity_Authentication_ManagerService()), ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService()), false);
  2106.     }
  2107.     /**
  2108.      * Gets the public 'security.csrf.token_manager' shared service.
  2109.      *
  2110.      * @return \Symfony\Component\Security\Csrf\CsrfTokenManager
  2111.      */
  2112.     protected function getSecurity_Csrf_TokenManagerService()
  2113.     {
  2114.         include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/CsrfTokenManagerInterface.php';
  2115.         include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/CsrfTokenManager.php';
  2116.         include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenGenerator/TokenGeneratorInterface.php';
  2117.         include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenGenerator/UriSafeTokenGenerator.php';
  2118.         return $this->services['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())));
  2119.     }
  2120.     /**
  2121.      * Gets the public 'security.password_encoder' shared service.
  2122.      *
  2123.      * @return \Symfony\Component\Security\Core\Encoder\UserPasswordEncoder
  2124.      */
  2125.     protected function getSecurity_PasswordEncoderService()
  2126.     {
  2127.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Encoder/UserPasswordEncoderInterface.php';
  2128.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Encoder/UserPasswordEncoder.php';
  2129.         return $this->services['security.password_encoder'] = new \Symfony\Component\Security\Core\Encoder\UserPasswordEncoder(($this->privates['security.encoder_factory.generic'] ?? $this->getSecurity_EncoderFactory_GenericService()));
  2130.     }
  2131.     /**
  2132.      * Gets the public 'security.token_storage' shared service.
  2133.      *
  2134.      * @return \Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage
  2135.      */
  2136.     protected function getSecurity_TokenStorageService()
  2137.     {
  2138.         return $this->services['security.token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage(($this->privates['security.untracked_token_storage'] ?? ($this->privates['security.untracked_token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())), new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2139.             'session' => ['services''session''getSessionService'false],
  2140.         ], [
  2141.             'session' => '?',
  2142.         ]));
  2143.     }
  2144.     /**
  2145.      * Gets the public 'serializer' shared service.
  2146.      *
  2147.      * @return \Symfony\Component\Serializer\Serializer
  2148.      */
  2149.     protected function getSerializerService()
  2150.     {
  2151.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/SerializerInterface.php';
  2152.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/NormalizerInterface.php';
  2153.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ContextAwareNormalizerInterface.php';
  2154.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DenormalizerInterface.php';
  2155.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ContextAwareDenormalizerInterface.php';
  2156.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/EncoderInterface.php';
  2157.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/ContextAwareEncoderInterface.php';
  2158.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/DecoderInterface.php';
  2159.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/ContextAwareDecoderInterface.php';
  2160.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Serializer.php';
  2161.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/CacheableSupportsMethodInterface.php';
  2162.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ProblemNormalizer.php';
  2163.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/SerializerAwareInterface.php';
  2164.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ObjectToPopulateTrait.php';
  2165.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/SerializerAwareTrait.php';
  2166.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/AbstractNormalizer.php';
  2167.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/JsonSerializableNormalizer.php';
  2168.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DateTimeNormalizer.php';
  2169.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ConstraintViolationListNormalizer.php';
  2170.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/NameConverter/NameConverterInterface.php';
  2171.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/NameConverter/AdvancedNameConverterInterface.php';
  2172.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/NameConverter/MetadataAwareNameConverter.php';
  2173.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DateTimeZoneNormalizer.php';
  2174.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DateIntervalNormalizer.php';
  2175.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DataUriNormalizer.php';
  2176.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ArrayDenormalizer.php';
  2177.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/AbstractObjectNormalizer.php';
  2178.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ObjectNormalizer.php';
  2179.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/ClassDiscriminatorResolverInterface.php';
  2180.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/ClassDiscriminatorFromClassMetadata.php';
  2181.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/NormalizationAwareInterface.php';
  2182.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/XmlEncoder.php';
  2183.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/JsonEncoder.php';
  2184.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/YamlEncoder.php';
  2185.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/CsvEncoder.php';
  2186.         $a = ($this->privates['serializer.mapping.class_metadata_factory'] ?? $this->getSerializer_Mapping_ClassMetadataFactoryService());
  2187.         $b = new \Symfony\Component\Serializer\NameConverter\MetadataAwareNameConverter($a);
  2188.         return $this->services['serializer'] = new \Symfony\Component\Serializer\Serializer([=> new \Symfony\Component\Serializer\Normalizer\ProblemNormalizer(true), => new \Symfony\Component\Serializer\Normalizer\JsonSerializableNormalizer(), => new \Symfony\Component\Serializer\Normalizer\DateTimeNormalizer(), => new \Symfony\Component\Serializer\Normalizer\ConstraintViolationListNormalizer([], $b), => new \Symfony\Component\Serializer\Normalizer\DateTimeZoneNormalizer(), => new \Symfony\Component\Serializer\Normalizer\DateIntervalNormalizer(), => new \Symfony\Component\Serializer\Normalizer\DataUriNormalizer(($this->privates['mime_types'] ?? $this->getMimeTypesService())), => new \Symfony\Component\Serializer\Normalizer\ArrayDenormalizer(), => new \Symfony\Component\Serializer\Normalizer\ObjectNormalizer($a$b, ($this->privates['property_accessor'] ?? $this->getPropertyAccessorService()), ($this->privates['property_info'] ?? $this->getPropertyInfoService()), new \Symfony\Component\Serializer\Mapping\ClassDiscriminatorFromClassMetadata($a), NULL, [])], [=> new \Symfony\Component\Serializer\Encoder\XmlEncoder(), => new \Symfony\Component\Serializer\Encoder\JsonEncoder(), => new \Symfony\Component\Serializer\Encoder\YamlEncoder(), => new \Symfony\Component\Serializer\Encoder\CsvEncoder()]);
  2189.     }
  2190.     /**
  2191.      * Gets the public 'services_resetter' shared service.
  2192.      *
  2193.      * @return \Symfony\Component\HttpKernel\DependencyInjection\ServicesResetter
  2194.      */
  2195.     protected function getServicesResetterService()
  2196.     {
  2197.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DependencyInjection/ServicesResetter.php';
  2198.         return $this->services['services_resetter'] = new \Symfony\Component\HttpKernel\DependencyInjection\ServicesResetter(new RewindableGenerator(function () {
  2199.             if (isset($this->services['cache.app'])) {
  2200.                 yield 'cache.app' => ($this->services['cache.app'] ?? null);
  2201.             }
  2202.             if (isset($this->services['cache.system'])) {
  2203.                 yield 'cache.system' => ($this->services['cache.system'] ?? null);
  2204.             }
  2205.             if (isset($this->privates['cache.validator'])) {
  2206.                 yield 'cache.validator' => ($this->privates['cache.validator'] ?? null);
  2207.             }
  2208.             if (isset($this->privates['cache.serializer'])) {
  2209.                 yield 'cache.serializer' => ($this->privates['cache.serializer'] ?? null);
  2210.             }
  2211.             if (isset($this->privates['cache.annotations'])) {
  2212.                 yield 'cache.annotations' => ($this->privates['cache.annotations'] ?? null);
  2213.             }
  2214.             if (isset($this->privates['cache.property_info'])) {
  2215.                 yield 'cache.property_info' => ($this->privates['cache.property_info'] ?? null);
  2216.             }
  2217.             if (isset($this->privates['form.choice_list_factory.cached'])) {
  2218.                 yield 'form.choice_list_factory.cached' => ($this->privates['form.choice_list_factory.cached'] ?? null);
  2219.             }
  2220.             if (isset($this->services['profiler'])) {
  2221.                 yield 'profiler' => ($this->services['profiler'] ?? null);
  2222.             }
  2223.             if (isset($this->services['validator'])) {
  2224.                 yield 'debug.validator' => ($this->services['validator'] ?? null);
  2225.             }
  2226.             if (isset($this->privates['debug.stopwatch'])) {
  2227.                 yield 'debug.stopwatch' => ($this->privates['debug.stopwatch'] ?? null);
  2228.             }
  2229.             if (isset($this->services['event_dispatcher'])) {
  2230.                 yield 'debug.event_dispatcher' => ($this->services['event_dispatcher'] ?? null);
  2231.             }
  2232.             if (isset($this->services['doctrine'])) {
  2233.                 yield 'doctrine' => ($this->services['doctrine'] ?? null);
  2234.             }
  2235.             if (isset($this->privates['form.type.entity'])) {
  2236.                 yield 'form.type.entity' => ($this->privates['form.type.entity'] ?? null);
  2237.             }
  2238.             if (isset($this->services['security.token_storage'])) {
  2239.                 yield 'security.token_storage' => ($this->services['security.token_storage'] ?? null);
  2240.             }
  2241.             if (isset($this->privates['cache.security_expression_language'])) {
  2242.                 yield 'cache.security_expression_language' => ($this->privates['cache.security_expression_language'] ?? null);
  2243.             }
  2244.             if (isset($this->privates['swiftmailer.email_sender.listener'])) {
  2245.                 yield 'swiftmailer.email_sender.listener' => ($this->privates['swiftmailer.email_sender.listener'] ?? null);
  2246.             }
  2247.             if (isset($this->privates['monolog.handler.main'])) {
  2248.                 yield 'monolog.handler.main' => ($this->privates['monolog.handler.main'] ?? null);
  2249.             }
  2250.             if (isset($this->privates['monolog.handler.console'])) {
  2251.                 yield 'monolog.handler.console' => ($this->privates['monolog.handler.console'] ?? null);
  2252.             }
  2253.             if (isset($this->privates['webpack_encore.tag_renderer'])) {
  2254.                 yield 'webpack_encore.tag_renderer' => ($this->privates['webpack_encore.tag_renderer'] ?? null);
  2255.             }
  2256.             if (isset($this->privates['cache.webpack_encore'])) {
  2257.                 yield 'cache.webpack_encore' => ($this->privates['cache.webpack_encore'] ?? null);
  2258.             }
  2259.             if (isset($this->privates['webpack_encore.entrypoint_lookup[_default]'])) {
  2260.                 yield 'webpack_encore.entrypoint_lookup[_default]' => ($this->privates['webpack_encore.entrypoint_lookup[_default]'] ?? null);
  2261.             }
  2262.         }, function () {
  2263.             return + (int) (isset($this->services['cache.app'])) + (int) (isset($this->services['cache.system'])) + (int) (isset($this->privates['cache.validator'])) + (int) (isset($this->privates['cache.serializer'])) + (int) (isset($this->privates['cache.annotations'])) + (int) (isset($this->privates['cache.property_info'])) + (int) (isset($this->privates['form.choice_list_factory.cached'])) + (int) (isset($this->services['profiler'])) + (int) (isset($this->services['validator'])) + (int) (isset($this->privates['debug.stopwatch'])) + (int) (isset($this->services['event_dispatcher'])) + (int) (isset($this->services['doctrine'])) + (int) (isset($this->privates['form.type.entity'])) + (int) (isset($this->services['security.token_storage'])) + (int) (isset($this->privates['cache.security_expression_language'])) + (int) (isset($this->privates['swiftmailer.email_sender.listener'])) + (int) (isset($this->privates['monolog.handler.main'])) + (int) (isset($this->privates['monolog.handler.console'])) + (int) (isset($this->privates['webpack_encore.tag_renderer'])) + (int) (isset($this->privates['cache.webpack_encore'])) + (int) (isset($this->privates['webpack_encore.entrypoint_lookup[_default]']));
  2264.         }), ['cache.app' => [=> 'reset'], 'cache.system' => [=> 'reset'], 'cache.validator' => [=> 'reset'], 'cache.serializer' => [=> 'reset'], 'cache.annotations' => [=> 'reset'], 'cache.property_info' => [=> 'reset'], 'form.choice_list_factory.cached' => [=> 'reset'], 'profiler' => [=> 'reset'], 'debug.validator' => [=> 'reset'], 'debug.stopwatch' => [=> 'reset'], 'debug.event_dispatcher' => [=> 'reset'], 'doctrine' => [=> 'reset'], 'form.type.entity' => [=> 'reset'], 'security.token_storage' => [=> 'disableUsageTracking'=> 'setToken'], 'cache.security_expression_language' => [=> 'reset'], 'swiftmailer.email_sender.listener' => [=> 'reset'], 'monolog.handler.main' => [=> 'reset'], 'monolog.handler.console' => [=> 'reset'], 'webpack_encore.tag_renderer' => [=> 'reset'], 'cache.webpack_encore' => [=> 'reset'], 'webpack_encore.entrypoint_lookup[_default]' => [=> 'reset']]);
  2265.     }
  2266.     /**
  2267.      * Gets the public 'session' shared service.
  2268.      *
  2269.      * @return \Symfony\Component\HttpFoundation\Session\Session
  2270.      */
  2271.     protected function getSessionService()
  2272.     {
  2273.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/SessionInterface.php';
  2274.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/Session.php';
  2275.         return $this->services['session'] = new \Symfony\Component\HttpFoundation\Session\Session(($this->privates['session.storage.native'] ?? $this->getSession_Storage_NativeService()));
  2276.     }
  2277.     /**
  2278.      * Gets the public 'swiftmailer.mailer.default' shared service.
  2279.      *
  2280.      * @return \Swift_Mailer
  2281.      */
  2282.     protected function getSwiftmailer_Mailer_DefaultService()
  2283.     {
  2284.         include_once \dirname(__DIR__4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Mailer.php';
  2285.         return $this->services['swiftmailer.mailer.default'] = new \Swift_Mailer(($this->services['swiftmailer.transport'] ?? $this->getSwiftmailer_TransportService()));
  2286.     }
  2287.     /**
  2288.      * Gets the public 'swiftmailer.mailer.default.plugin.messagelogger' shared service.
  2289.      *
  2290.      * @return \Swift_Plugins_MessageLogger
  2291.      */
  2292.     protected function getSwiftmailer_Mailer_Default_Plugin_MessageloggerService()
  2293.     {
  2294.         include_once \dirname(__DIR__4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Events/EventListener.php';
  2295.         include_once \dirname(__DIR__4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Events/SendListener.php';
  2296.         include_once \dirname(__DIR__4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Plugins/MessageLogger.php';
  2297.         return $this->services['swiftmailer.mailer.default.plugin.messagelogger'] = new \Swift_Plugins_MessageLogger();
  2298.     }
  2299.     /**
  2300.      * Gets the public 'swiftmailer.mailer.default.transport.real' shared service.
  2301.      *
  2302.      * @return \Swift_Transport
  2303.      */
  2304.     protected function getSwiftmailer_Mailer_Default_Transport_RealService()
  2305.     {
  2306.         include_once \dirname(__DIR__4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Transport.php';
  2307.         include_once \dirname(__DIR__4).'/vendor/symfony/swiftmailer-bundle/DependencyInjection/SwiftmailerTransportFactory.php';
  2308.         include_once \dirname(__DIR__4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Events/EventDispatcher.php';
  2309.         include_once \dirname(__DIR__4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Events/SimpleEventDispatcher.php';
  2310.         return $this->services['swiftmailer.mailer.default.transport.real'] = \Symfony\Bundle\SwiftmailerBundle\DependencyInjection\SwiftmailerTransportFactory::createTransport(['transport' => 'smtp''url' => $this->getEnv('MAILER_URL'), 'username' => NULL'password' => NULL'host' => 'localhost''port' => NULL'timeout' => 30'source_ip' => NULL'local_domain' => NULL'encryption' => NULL'auth_mode' => NULL'command' => '/usr/sbin/sendmail -t -i''stream_options' => []], ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService()), ($this->privates['swiftmailer.mailer.default.transport.eventdispatcher'] ?? ($this->privates['swiftmailer.mailer.default.transport.eventdispatcher'] = new \Swift_Events_SimpleEventDispatcher())));
  2311.     }
  2312.     /**
  2313.      * Gets the public 'swiftmailer.transport' shared service.
  2314.      *
  2315.      * @return \Swift_Transport_SpoolTransport
  2316.      */
  2317.     protected function getSwiftmailer_TransportService()
  2318.     {
  2319.         include_once \dirname(__DIR__4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Transport.php';
  2320.         include_once \dirname(__DIR__4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Transport/SpoolTransport.php';
  2321.         include_once \dirname(__DIR__4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Spool.php';
  2322.         include_once \dirname(__DIR__4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/MemorySpool.php';
  2323.         include_once \dirname(__DIR__4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Events/EventDispatcher.php';
  2324.         include_once \dirname(__DIR__4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Events/SimpleEventDispatcher.php';
  2325.         include_once \dirname(__DIR__4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Events/EventListener.php';
  2326.         include_once \dirname(__DIR__4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Events/SendListener.php';
  2327.         include_once \dirname(__DIR__4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Plugins/MessageLogger.php';
  2328.         $this->services['swiftmailer.transport'] = $instance = new \Swift_Transport_SpoolTransport(($this->privates['swiftmailer.mailer.default.transport.eventdispatcher'] ?? ($this->privates['swiftmailer.mailer.default.transport.eventdispatcher'] = new \Swift_Events_SimpleEventDispatcher())), new \Swift_MemorySpool());
  2329.         $instance->registerPlugin(($this->services['swiftmailer.mailer.default.plugin.messagelogger'] ?? ($this->services['swiftmailer.mailer.default.plugin.messagelogger'] = new \Swift_Plugins_MessageLogger())));
  2330.         return $instance;
  2331.     }
  2332.     /**
  2333.      * Gets the public 'translator' shared service.
  2334.      *
  2335.      * @return \Symfony\Component\Translation\DataCollectorTranslator
  2336.      */
  2337.     protected function getTranslatorService()
  2338.     {
  2339.         return $this->services['translator'] = new \Symfony\Component\Translation\DataCollectorTranslator(($this->privates['translator.default'] ?? $this->getTranslator_DefaultService()));
  2340.     }
  2341.     /**
  2342.      * Gets the public 'twig' shared service.
  2343.      *
  2344.      * @return \Twig\Environment
  2345.      */
  2346.     protected function getTwigService()
  2347.     {
  2348.         $a = new \Symfony\Bundle\TwigBundle\Loader\NativeFilesystemLoader([], \dirname(__DIR__4));
  2349.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/framework-bundle/Resources/views'), 'Framework');
  2350.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/framework-bundle/Resources/views'), '!Framework');
  2351.         $a->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Resources/views'), 'Doctrine');
  2352.         $a->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Resources/views'), '!Doctrine');
  2353.         $a->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Resources/views'), 'DoctrineMigrations');
  2354.         $a->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Resources/views'), '!DoctrineMigrations');
  2355.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/security-bundle/Resources/views'), 'Security');
  2356.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/security-bundle/Resources/views'), '!Security');
  2357.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/swiftmailer-bundle/Resources/views'), 'Swiftmailer');
  2358.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/swiftmailer-bundle/Resources/views'), '!Swiftmailer');
  2359.         $a->addPath((\dirname(__DIR__4).'/templates/bundles/TwigBundle'), 'Twig');
  2360.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bundle/Resources/views'), 'Twig');
  2361.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bundle/Resources/views'), '!Twig');
  2362.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Resources/views'), 'WebProfiler');
  2363.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Resources/views'), '!WebProfiler');
  2364.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/debug-bundle/Resources/views'), 'Debug');
  2365.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/debug-bundle/Resources/views'), '!Debug');
  2366.         $a->addPath((\dirname(__DIR__4).'/vendor/vich/uploader-bundle/templates'), 'VichUploader');
  2367.         $a->addPath((\dirname(__DIR__4).'/vendor/vich/uploader-bundle/templates'), '!VichUploader');
  2368.         $a->addPath((\dirname(__DIR__4).'/templates/bundles/FOSUserBundle'), 'FOSUser');
  2369.         $a->addPath((\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/views'), 'FOSUser');
  2370.         $a->addPath((\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/views'), '!FOSUser');
  2371.         $a->addPath((\dirname(__DIR__4).'/vendor/friendsofsymfony/ckeditor-bundle/src/Resources/views'), 'FOSCKEditor');
  2372.         $a->addPath((\dirname(__DIR__4).'/vendor/friendsofsymfony/ckeditor-bundle/src/Resources/views'), '!FOSCKEditor');
  2373.         $a->addPath((\dirname(__DIR__4).'/templates/bundles/TetranzSelect2EntityBundle'), 'TetranzSelect2Entity');
  2374.         $a->addPath((\dirname(__DIR__4).'/vendor/tetranz/select2entity-bundle/Resources/views'), 'TetranzSelect2Entity');
  2375.         $a->addPath((\dirname(__DIR__4).'/vendor/tetranz/select2entity-bundle/Resources/views'), '!TetranzSelect2Entity');
  2376.         $a->addPath((\dirname(__DIR__4).'/vendor/liip/imagine-bundle/Resources/views'), 'LiipImagine');
  2377.         $a->addPath((\dirname(__DIR__4).'/vendor/liip/imagine-bundle/Resources/views'), '!LiipImagine');
  2378.         $a->addPath((\dirname(__DIR__4).'/templates'));
  2379.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Email'), 'email');
  2380.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Email'), '!email');
  2381.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Form'));
  2382.         $this->services['twig'] = $instance = new \Twig\Environment($a, ['debug' => true'strict_variables' => true'autoescape' => 'name''cache' => ($this->targetDir.''.'/twig'), 'charset' => 'UTF-8']);
  2383.         $b = ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)));
  2384.         $c = ($this->privates['assets.packages'] ?? $this->getAssets_PackagesService());
  2385.         $d = ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService());
  2386.         $e = ($this->services['router'] ?? $this->getRouterService());
  2387.         $f = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  2388.         $g = new \Symfony\Component\VarDumper\Dumper\HtmlDumper(NULL'UTF-8'1);
  2389.         $g->setDisplayOptions(['maxStringLength' => 4096'fileLinkFormat' => $d]);
  2390.         $h = new \Symfony\Bridge\Twig\AppVariable();
  2391.         $h->setEnvironment('dev');
  2392.         $h->setDebug(true);
  2393.         if ($this->has('security.token_storage')) {
  2394.             $h->setTokenStorage(($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()));
  2395.         }
  2396.         if ($this->has('request_stack')) {
  2397.             $h->setRequestStack($f);
  2398.         }
  2399.         $i = new \Twig\Extra\TwigExtraBundle\MissingExtensionSuggestor();
  2400.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\CsrfExtension());
  2401.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\LogoutUrlExtension(($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService())));
  2402.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\SecurityExtension(($this->services['security.authorization_checker'] ?? $this->getSecurity_AuthorizationCheckerService())));
  2403.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\ProfilerExtension(($this->privates['twig.profile'] ?? ($this->privates['twig.profile'] = new \Twig\Profiler\Profile())), $b));
  2404.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\TranslationExtension(($this->services['translator'] ?? $this->getTranslatorService())));
  2405.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\AssetExtension($c));
  2406.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\CodeExtension($d, \dirname(__DIR__4), 'UTF-8'));
  2407.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\RoutingExtension($e));
  2408.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\YamlExtension());
  2409.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\StopwatchExtension($btrue));
  2410.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\ExpressionExtension());
  2411.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\HttpKernelExtension());
  2412.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\HttpFoundationExtension(new \Symfony\Component\HttpFoundation\UrlHelper($f, ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService()))));
  2413.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\WebLinkExtension($f));
  2414.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\FormExtension());
  2415.         $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())));
  2416.         $instance->addExtension(new \App\Twig\AppExtension());
  2417.         $instance->addExtension(new \Doctrine\Bundle\DoctrineBundle\Twig\DoctrineExtension());
  2418.         $instance->addExtension(new \Symfony\Bundle\WebProfilerBundle\Twig\WebProfilerExtension($g));
  2419.         $instance->addExtension(new \Symfony\WebpackEncoreBundle\Twig\EntryFilesTwigExtension(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2420.             'webpack_encore.entrypoint_lookup_collection' => ['privates''webpack_encore.entrypoint_lookup_collection''getWebpackEncore_EntrypointLookupCollectionService'false],
  2421.             'webpack_encore.tag_renderer' => ['privates''webpack_encore.tag_renderer''getWebpackEncore_TagRendererService'false],
  2422.         ], [
  2423.             'webpack_encore.entrypoint_lookup_collection' => '?',
  2424.             'webpack_encore.tag_renderer' => '?',
  2425.         ])));
  2426.         $instance->addExtension(new \Symfony\WebpackEncoreBundle\Twig\StimulusTwigExtension());
  2427.         $instance->addExtension(new \Vich\UploaderBundle\Twig\Extension\UploaderExtension(new \Vich\UploaderBundle\Templating\Helper\UploaderHelper(($this->privates['vich_uploader.storage.file_system'] ?? $this->getVichUploader_Storage_FileSystemService()))));
  2428.         $instance->addExtension(new \FOS\CKEditorBundle\Twig\CKEditorExtension(new \FOS\CKEditorBundle\Renderer\CKEditorRenderer(new \FOS\CKEditorBundle\Builder\JsonBuilder(($this->privates['property_accessor'] ?? $this->getPropertyAccessorService())), $e$c$f$instance, (($this->hasParameter("locale")) ? ($this->getParameter("locale")) : (null)))));
  2429.         $instance->addExtension(new \Liip\ImagineBundle\Templating\FilterExtension(($this->services['liip_imagine.cache.manager'] ?? $this->getLiipImagine_Cache_ManagerService())));
  2430.         $instance->addGlobal('app'$h);
  2431.         $instance->addRuntimeLoader(new \Twig\RuntimeLoader\ContainerRuntimeLoader(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2432.             'App\\Twig\\AppRuntime' => ['privates''App\\Twig\\AppRuntime''getAppRuntimeService'false],
  2433.             'Symfony\\Bridge\\Twig\\Extension\\CsrfRuntime' => ['privates''twig.runtime.security_csrf''getTwig_Runtime_SecurityCsrfService'false],
  2434.             'Symfony\\Bridge\\Twig\\Extension\\HttpKernelRuntime' => ['privates''twig.runtime.httpkernel''getTwig_Runtime_HttpkernelService'false],
  2435.             'Symfony\\Component\\Form\\FormRenderer' => ['privates''twig.form.renderer''getTwig_Form_RendererService'false],
  2436.         ], [
  2437.             'App\\Twig\\AppRuntime' => '?',
  2438.             'Symfony\\Bridge\\Twig\\Extension\\CsrfRuntime' => '?',
  2439.             'Symfony\\Bridge\\Twig\\Extension\\HttpKernelRuntime' => '?',
  2440.             'Symfony\\Component\\Form\\FormRenderer' => '?',
  2441.         ])));
  2442.         $instance->registerUndefinedFilterCallback([=> $i=> 'suggestFilter']);
  2443.         $instance->registerUndefinedFunctionCallback([=> $i=> 'suggestFunction']);
  2444.         (new \Symfony\Bundle\TwigBundle\DependencyInjection\Configurator\EnvironmentConfigurator('F j, Y H:i''%d days'NULL0'.'','))->configure($instance);
  2445.         return $instance;
  2446.     }
  2447.     /**
  2448.      * Gets the public 'twig.controller.exception' shared service.
  2449.      *
  2450.      * @return \Symfony\Bundle\TwigBundle\Controller\ExceptionController
  2451.      *
  2452.      * @deprecated The "twig.controller.exception" service is deprecated since Symfony 4.4.
  2453.      */
  2454.     protected function getTwig_Controller_ExceptionService()
  2455.     {
  2456.         @trigger_error('The "twig.controller.exception" service is deprecated since Symfony 4.4.'E_USER_DEPRECATED);
  2457.         return $this->services['twig.controller.exception'] = new \Symfony\Bundle\TwigBundle\Controller\ExceptionController(($this->services['twig'] ?? $this->getTwigService()), true);
  2458.     }
  2459.     /**
  2460.      * Gets the public 'twig.controller.preview_error' shared service.
  2461.      *
  2462.      * @return \Symfony\Bundle\TwigBundle\Controller\PreviewErrorController
  2463.      *
  2464.      * @deprecated The "twig.controller.preview_error" service is deprecated since Symfony 4.4.
  2465.      */
  2466.     protected function getTwig_Controller_PreviewErrorService()
  2467.     {
  2468.         @trigger_error('The "twig.controller.preview_error" service is deprecated since Symfony 4.4.'E_USER_DEPRECATED);
  2469.         return $this->services['twig.controller.preview_error'] = new \Symfony\Bundle\TwigBundle\Controller\PreviewErrorController(($this->services['http_kernel'] ?? $this->getHttpKernelService()), NULL);
  2470.     }
  2471.     /**
  2472.      * Gets the public 'validator' shared service.
  2473.      *
  2474.      * @return \Symfony\Component\Validator\Validator\TraceableValidator
  2475.      */
  2476.     protected function getValidatorService()
  2477.     {
  2478.         return $this->services['validator'] = new \Symfony\Component\Validator\Validator\TraceableValidator(($this->privates['validator.builder'] ?? $this->getValidator_BuilderService())->getValidator());
  2479.     }
  2480.     /**
  2481.      * Gets the public 'var_dumper.cloner' shared service.
  2482.      *
  2483.      * @return \Symfony\Component\VarDumper\Cloner\VarCloner
  2484.      */
  2485.     protected function getVarDumper_ClonerService()
  2486.     {
  2487.         $this->services['var_dumper.cloner'] = $instance = new \Symfony\Component\VarDumper\Cloner\VarCloner();
  2488.         $instance->setMaxItems(2500);
  2489.         $instance->setMinDepth(1);
  2490.         $instance->setMaxString(-1);
  2491.         $instance->addCasters(['Closure' => 'Symfony\\Component\\VarDumper\\Caster\\ReflectionCaster::unsetClosureFileInfo']);
  2492.         return $instance;
  2493.     }
  2494.     /**
  2495.      * Gets the public 'vich_uploader.download_handler' shared service.
  2496.      *
  2497.      * @return \Vich\UploaderBundle\Handler\DownloadHandler
  2498.      */
  2499.     protected function getVichUploader_DownloadHandlerService()
  2500.     {
  2501.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Handler/AbstractHandler.php';
  2502.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Handler/DownloadHandler.php';
  2503.         return $this->services['vich_uploader.download_handler'] = new \Vich\UploaderBundle\Handler\DownloadHandler(($this->privates['vich_uploader.property_mapping_factory'] ?? $this->getVichUploader_PropertyMappingFactoryService()), ($this->privates['vich_uploader.storage.file_system'] ?? $this->getVichUploader_Storage_FileSystemService()));
  2504.     }
  2505.     /**
  2506.      * Gets the public 'vich_uploader.form.type.file' shared service.
  2507.      *
  2508.      * @return \Vich\UploaderBundle\Form\Type\VichFileType
  2509.      */
  2510.     protected function getVichUploader_Form_Type_FileService()
  2511.     {
  2512.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  2513.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  2514.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Form/Type/VichFileType.php';
  2515.         return $this->services['vich_uploader.form.type.file'] = new \Vich\UploaderBundle\Form\Type\VichFileType(($this->privates['vich_uploader.storage.file_system'] ?? $this->getVichUploader_Storage_FileSystemService()), ($this->services['vich_uploader.upload_handler'] ?? $this->getVichUploader_UploadHandlerService()), ($this->privates['vich_uploader.property_mapping_factory'] ?? $this->getVichUploader_PropertyMappingFactoryService()), ($this->privates['property_accessor'] ?? $this->getPropertyAccessorService()));
  2516.     }
  2517.     /**
  2518.      * Gets the public 'vich_uploader.form.type.image' shared service.
  2519.      *
  2520.      * @return \Vich\UploaderBundle\Form\Type\VichImageType
  2521.      */
  2522.     protected function getVichUploader_Form_Type_ImageService()
  2523.     {
  2524.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  2525.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  2526.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Form/Type/VichFileType.php';
  2527.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Form/Type/VichImageType.php';
  2528.         return $this->services['vich_uploader.form.type.image'] = new \Vich\UploaderBundle\Form\Type\VichImageType(($this->privates['vich_uploader.storage.file_system'] ?? $this->getVichUploader_Storage_FileSystemService()), ($this->services['vich_uploader.upload_handler'] ?? $this->getVichUploader_UploadHandlerService()), ($this->privates['vich_uploader.property_mapping_factory'] ?? $this->getVichUploader_PropertyMappingFactoryService()), ($this->privates['property_accessor'] ?? $this->getPropertyAccessorService()), ($this->services['liip_imagine.cache.manager'] ?? $this->getLiipImagine_Cache_ManagerService()));
  2529.     }
  2530.     /**
  2531.      * Gets the public 'vich_uploader.namer_uniqid.articleimage' shared service.
  2532.      *
  2533.      * @return \Vich\UploaderBundle\Naming\UniqidNamer
  2534.      */
  2535.     protected function getVichUploader_NamerUniqid_ArticleimageService()
  2536.     {
  2537.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/NamerInterface.php';
  2538.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/Polyfill/FileExtensionTrait.php';
  2539.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/UniqidNamer.php';
  2540.         return $this->services['vich_uploader.namer_uniqid.articleimage'] = new \Vich\UploaderBundle\Naming\UniqidNamer();
  2541.     }
  2542.     /**
  2543.      * Gets the public 'vich_uploader.namer_uniqid.fichier' shared service.
  2544.      *
  2545.      * @return \Vich\UploaderBundle\Naming\UniqidNamer
  2546.      */
  2547.     protected function getVichUploader_NamerUniqid_FichierService()
  2548.     {
  2549.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/NamerInterface.php';
  2550.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/Polyfill/FileExtensionTrait.php';
  2551.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/UniqidNamer.php';
  2552.         return $this->services['vich_uploader.namer_uniqid.fichier'] = new \Vich\UploaderBundle\Naming\UniqidNamer();
  2553.     }
  2554.     /**
  2555.      * Gets the public 'vich_uploader.namer_uniqid.visuel' shared service.
  2556.      *
  2557.      * @return \Vich\UploaderBundle\Naming\UniqidNamer
  2558.      */
  2559.     protected function getVichUploader_NamerUniqid_VisuelService()
  2560.     {
  2561.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/NamerInterface.php';
  2562.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/Polyfill/FileExtensionTrait.php';
  2563.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/UniqidNamer.php';
  2564.         return $this->services['vich_uploader.namer_uniqid.visuel'] = new \Vich\UploaderBundle\Naming\UniqidNamer();
  2565.     }
  2566.     /**
  2567.      * Gets the public 'vich_uploader.upload_handler' shared service.
  2568.      *
  2569.      * @return \Vich\UploaderBundle\Handler\UploadHandler
  2570.      */
  2571.     protected function getVichUploader_UploadHandlerService()
  2572.     {
  2573.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Handler/AbstractHandler.php';
  2574.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Handler/UploadHandler.php';
  2575.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Injector/FileInjectorInterface.php';
  2576.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Injector/FileInjector.php';
  2577.         $a = ($this->privates['vich_uploader.storage.file_system'] ?? $this->getVichUploader_Storage_FileSystemService());
  2578.         return $this->services['vich_uploader.upload_handler'] = new \Vich\UploaderBundle\Handler\UploadHandler(($this->privates['vich_uploader.property_mapping_factory'] ?? $this->getVichUploader_PropertyMappingFactoryService()), $a, new \Vich\UploaderBundle\Injector\FileInjector($a), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  2579.     }
  2580.     /**
  2581.      * Gets the public 'web_profiler.controller.exception' shared service.
  2582.      *
  2583.      * @return \Symfony\Bundle\WebProfilerBundle\Controller\ExceptionController
  2584.      *
  2585.      * @deprecated The "web_profiler.controller.exception" service is deprecated since Symfony 4.4, use the "web_profiler.controller.exception_panel" service instead.
  2586.      */
  2587.     protected function getWebProfiler_Controller_ExceptionService()
  2588.     {
  2589.         @trigger_error('The "web_profiler.controller.exception" service is deprecated since Symfony 4.4, use the "web_profiler.controller.exception_panel" service instead.'E_USER_DEPRECATED);
  2590.         return $this->services['web_profiler.controller.exception'] = new \Symfony\Bundle\WebProfilerBundle\Controller\ExceptionController(($this->services['profiler'] ?? $this->getProfilerService()), ($this->services['twig'] ?? $this->getTwigService()), true, ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService()), ($this->privates['error_handler.error_renderer.html'] ?? $this->getErrorHandler_ErrorRenderer_HtmlService()));
  2591.     }
  2592.     /**
  2593.      * Gets the public 'web_profiler.controller.exception_panel' shared service.
  2594.      *
  2595.      * @return \Symfony\Bundle\WebProfilerBundle\Controller\ExceptionPanelController
  2596.      */
  2597.     protected function getWebProfiler_Controller_ExceptionPanelService()
  2598.     {
  2599.         include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Controller/ExceptionPanelController.php';
  2600.         return $this->services['web_profiler.controller.exception_panel'] = new \Symfony\Bundle\WebProfilerBundle\Controller\ExceptionPanelController(($this->privates['error_handler.error_renderer.html'] ?? $this->getErrorHandler_ErrorRenderer_HtmlService()), ($this->services['profiler'] ?? $this->getProfilerService()));
  2601.     }
  2602.     /**
  2603.      * Gets the public 'web_profiler.controller.profiler' shared service.
  2604.      *
  2605.      * @return \Symfony\Bundle\WebProfilerBundle\Controller\ProfilerController
  2606.      */
  2607.     protected function getWebProfiler_Controller_ProfilerService()
  2608.     {
  2609.         include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Controller/ProfilerController.php';
  2610.         return $this->services['web_profiler.controller.profiler'] = new \Symfony\Bundle\WebProfilerBundle\Controller\ProfilerController(($this->services['router'] ?? $this->getRouterService()), ($this->services['profiler'] ?? $this->getProfilerService()), ($this->services['twig'] ?? $this->getTwigService()), $this->parameters['data_collector.templates'], ($this->privates['web_profiler.csp.handler'] ?? $this->getWebProfiler_Csp_HandlerService()), \dirname(__DIR__4));
  2611.     }
  2612.     /**
  2613.      * Gets the public 'web_profiler.controller.router' shared service.
  2614.      *
  2615.      * @return \Symfony\Bundle\WebProfilerBundle\Controller\RouterController
  2616.      */
  2617.     protected function getWebProfiler_Controller_RouterService()
  2618.     {
  2619.         include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Controller/RouterController.php';
  2620.         return $this->services['web_profiler.controller.router'] = new \Symfony\Bundle\WebProfilerBundle\Controller\RouterController(($this->services['profiler'] ?? $this->getProfilerService()), ($this->services['twig'] ?? $this->getTwigService()), ($this->services['router'] ?? $this->getRouterService()), NULL, new RewindableGenerator(function () {
  2621.             return new \EmptyIterator();
  2622.         }, 0));
  2623.     }
  2624.     /**
  2625.      * Gets the private '.errored..service_locator.iOyAfyJ.App\Entity\Session' shared service.
  2626.      *
  2627.      * @return \App\Entity\Session
  2628.      */
  2629.     protected function getSession2Service()
  2630.     {
  2631.         $this->throw('Cannot autowire service ".service_locator.iOyAfyJ": it references class "App\\Entity\\Session" but no such service exists.');
  2632.     }
  2633.     /**
  2634.      * Gets the private '.legacy_resolve_controller_name_subscriber' shared service.
  2635.      *
  2636.      * @return \Symfony\Bundle\FrameworkBundle\EventListener\ResolveControllerNameSubscriber
  2637.      */
  2638.     protected function get_LegacyResolveControllerNameSubscriberService()
  2639.     {
  2640.         return $this->privates['.legacy_resolve_controller_name_subscriber'] = new \Symfony\Bundle\FrameworkBundle\EventListener\ResolveControllerNameSubscriber(($this->privates['.legacy_controller_name_converter'] ?? ($this->privates['.legacy_controller_name_converter'] = new \Symfony\Bundle\FrameworkBundle\Controller\ControllerNameParser(($this->services['kernel'] ?? $this->get('kernel'1)), false))), false);
  2641.     }
  2642.     /**
  2643.      * Gets the private '.service_locator.KgHCQH8' shared service.
  2644.      *
  2645.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  2646.      */
  2647.     protected function get_ServiceLocator_KgHCQH8Service()
  2648.     {
  2649.         return $this->privates['.service_locator.KgHCQH8'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2650.             'userManager' => ['services''fos_user.user_manager''getFosUser_UserManagerService'false],
  2651.         ], [
  2652.             'userManager' => '?',
  2653.         ]);
  2654.     }
  2655.     /**
  2656.      * Gets the private '.service_locator.SIYg0m4' shared service.
  2657.      *
  2658.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  2659.      */
  2660.     protected function get_ServiceLocator_SIYg0m4Service()
  2661.     {
  2662.         return $this->privates['.service_locator.SIYg0m4'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2663.             'App\\Controller\\AdminController::formateursCompte' => ['privates''.service_locator.KgHCQH8''get_ServiceLocator_KgHCQH8Service'false],
  2664.             'App\\Controller\\AdminController::formateursEditCompte' => ['privates''.service_locator.KgHCQH8''get_ServiceLocator_KgHCQH8Service'false],
  2665.             'App\\Controller\\AdminController::pedagoguesCompte' => ['privates''.service_locator.KgHCQH8''get_ServiceLocator_KgHCQH8Service'false],
  2666.             'App\\Controller\\AdminController::pedagoguesEditCompte' => ['privates''.service_locator.KgHCQH8''get_ServiceLocator_KgHCQH8Service'false],
  2667.             'App\\Controller\\AdminController::sessionsDupliquer' => ['privates''.service_locator._2UOyWt''get_ServiceLocator_2UOyWtService'false],
  2668.             'App\\Controller\\AdminController::sessionsModifier' => ['privates''.service_locator.iOyAfyJ''get_ServiceLocator_IOyAfyJService'false],
  2669.             'App\\Controller\\AdminController::stagiairesCompte' => ['privates''.service_locator.KgHCQH8''get_ServiceLocator_KgHCQH8Service'false],
  2670.             'App\\Controller\\AdminController::stagiairesEditCompte' => ['privates''.service_locator.KgHCQH8''get_ServiceLocator_KgHCQH8Service'false],
  2671.             'App\\Controller\\StagiaireController::alertesAjouter' => ['privates''.service_locator.VsGmMuw''get_ServiceLocator_VsGmMuwService'false],
  2672.             'App\\Controller\\AdminController:formateursCompte' => ['privates''.service_locator.KgHCQH8''get_ServiceLocator_KgHCQH8Service'false],
  2673.             'App\\Controller\\AdminController:formateursEditCompte' => ['privates''.service_locator.KgHCQH8''get_ServiceLocator_KgHCQH8Service'false],
  2674.             'App\\Controller\\AdminController:pedagoguesCompte' => ['privates''.service_locator.KgHCQH8''get_ServiceLocator_KgHCQH8Service'false],
  2675.             'App\\Controller\\AdminController:pedagoguesEditCompte' => ['privates''.service_locator.KgHCQH8''get_ServiceLocator_KgHCQH8Service'false],
  2676.             'App\\Controller\\AdminController:sessionsDupliquer' => ['privates''.service_locator._2UOyWt''get_ServiceLocator_2UOyWtService'false],
  2677.             'App\\Controller\\AdminController:sessionsModifier' => ['privates''.service_locator.iOyAfyJ''get_ServiceLocator_IOyAfyJService'false],
  2678.             'App\\Controller\\AdminController:stagiairesCompte' => ['privates''.service_locator.KgHCQH8''get_ServiceLocator_KgHCQH8Service'false],
  2679.             'App\\Controller\\AdminController:stagiairesEditCompte' => ['privates''.service_locator.KgHCQH8''get_ServiceLocator_KgHCQH8Service'false],
  2680.             'App\\Controller\\StagiaireController:alertesAjouter' => ['privates''.service_locator.VsGmMuw''get_ServiceLocator_VsGmMuwService'false],
  2681.         ], [
  2682.             'App\\Controller\\AdminController::formateursCompte' => '?',
  2683.             'App\\Controller\\AdminController::formateursEditCompte' => '?',
  2684.             'App\\Controller\\AdminController::pedagoguesCompte' => '?',
  2685.             'App\\Controller\\AdminController::pedagoguesEditCompte' => '?',
  2686.             'App\\Controller\\AdminController::sessionsDupliquer' => '?',
  2687.             'App\\Controller\\AdminController::sessionsModifier' => '?',
  2688.             'App\\Controller\\AdminController::stagiairesCompte' => '?',
  2689.             'App\\Controller\\AdminController::stagiairesEditCompte' => '?',
  2690.             'App\\Controller\\StagiaireController::alertesAjouter' => '?',
  2691.             'App\\Controller\\AdminController:formateursCompte' => '?',
  2692.             'App\\Controller\\AdminController:formateursEditCompte' => '?',
  2693.             'App\\Controller\\AdminController:pedagoguesCompte' => '?',
  2694.             'App\\Controller\\AdminController:pedagoguesEditCompte' => '?',
  2695.             'App\\Controller\\AdminController:sessionsDupliquer' => '?',
  2696.             'App\\Controller\\AdminController:sessionsModifier' => '?',
  2697.             'App\\Controller\\AdminController:stagiairesCompte' => '?',
  2698.             'App\\Controller\\AdminController:stagiairesEditCompte' => '?',
  2699.             'App\\Controller\\StagiaireController:alertesAjouter' => '?',
  2700.         ]);
  2701.     }
  2702.     /**
  2703.      * Gets the private '.service_locator.VsGmMuw' shared service.
  2704.      *
  2705.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  2706.      */
  2707.     protected function get_ServiceLocator_VsGmMuwService()
  2708.     {
  2709.         return $this->privates['.service_locator.VsGmMuw'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2710.             'ac' => ['services''security.authorization_checker''getSecurity_AuthorizationCheckerService'false],
  2711.         ], [
  2712.             'ac' => '?',
  2713.         ]);
  2714.     }
  2715.     /**
  2716.      * Gets the private '.service_locator._2UOyWt' shared service.
  2717.      *
  2718.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  2719.      */
  2720.     protected function get_ServiceLocator_2UOyWtService()
  2721.     {
  2722.         return $this->privates['.service_locator._2UOyWt'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2723.             'sessionService' => ['privates''App\\Service\\SessionService''getSessionServiceService'false],
  2724.         ], [
  2725.             'sessionService' => 'App\\Service\\SessionService',
  2726.         ]);
  2727.     }
  2728.     /**
  2729.      * Gets the private '.service_locator.iOyAfyJ' shared service.
  2730.      *
  2731.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  2732.      */
  2733.     protected function get_ServiceLocator_IOyAfyJService()
  2734.     {
  2735.         return $this->privates['.service_locator.iOyAfyJ'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2736.             'session' => ['privates''.errored..service_locator.iOyAfyJ.App\\Entity\\Session'NULL'Cannot autowire service ".service_locator.iOyAfyJ": it references class "App\\Entity\\Session" but no such service exists.'],
  2737.         ], [
  2738.             'session' => 'App\\Entity\\Session',
  2739.         ]);
  2740.     }
  2741.     /**
  2742.      * Gets the private '.service_locator.vdmMuyE' shared service.
  2743.      *
  2744.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  2745.      */
  2746.     protected function get_ServiceLocator_VdmMuyEService()
  2747.     {
  2748.         return $this->privates['.service_locator.vdmMuyE'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2749.             'doctrine' => ['services''doctrine''getDoctrineService'false],
  2750.             'form.factory' => ['services''form.factory''getForm_FactoryService'false],
  2751.             'http_kernel' => ['services''http_kernel''getHttpKernelService'false],
  2752.             'parameter_bag' => ['privates''parameter_bag''getParameterBagService'false],
  2753.             'request_stack' => ['services''request_stack''getRequestStackService'false],
  2754.             'router' => ['services''router''getRouterService'false],
  2755.             'security.authorization_checker' => ['services''security.authorization_checker''getSecurity_AuthorizationCheckerService'false],
  2756.             'security.csrf.token_manager' => ['services''security.csrf.token_manager''getSecurity_Csrf_TokenManagerService'false],
  2757.             'security.token_storage' => ['services''security.token_storage''getSecurity_TokenStorageService'false],
  2758.             'serializer' => ['services''serializer''getSerializerService'false],
  2759.             'session' => ['services''session''getSessionService'false],
  2760.             'twig' => ['services''twig''getTwigService'false],
  2761.         ], [
  2762.             'doctrine' => '?',
  2763.             'form.factory' => '?',
  2764.             'http_kernel' => '?',
  2765.             'parameter_bag' => '?',
  2766.             'request_stack' => '?',
  2767.             'router' => '?',
  2768.             'security.authorization_checker' => '?',
  2769.             'security.csrf.token_manager' => '?',
  2770.             'security.token_storage' => '?',
  2771.             'serializer' => '?',
  2772.             'session' => '?',
  2773.             'twig' => '?',
  2774.         ]);
  2775.     }
  2776.     /**
  2777.      * Gets the private 'App\EventListener\ControllerListener' shared autowired service.
  2778.      *
  2779.      * @return \App\EventListener\ControllerListener
  2780.      */
  2781.     protected function getControllerListenerService()
  2782.     {
  2783.         return $this->privates['App\\EventListener\\ControllerListener'] = new \App\EventListener\ControllerListener(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['security.authorization_checker'] ?? $this->getSecurity_AuthorizationCheckerService()), ($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()));
  2784.     }
  2785.     /**
  2786.      * Gets the private 'App\Form\AlerteStagiaireType' shared autowired service.
  2787.      *
  2788.      * @return \App\Form\AlerteStagiaireType
  2789.      */
  2790.     protected function getAlerteStagiaireTypeService()
  2791.     {
  2792.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  2793.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  2794.         include_once \dirname(__DIR__4).'/src/Form/AlerteStagiaireType.php';
  2795.         return $this->privates['App\\Form\\AlerteStagiaireType'] = new \App\Form\AlerteStagiaireType();
  2796.     }
  2797.     /**
  2798.      * Gets the private 'App\Form\AlerteType' shared autowired service.
  2799.      *
  2800.      * @return \App\Form\AlerteType
  2801.      */
  2802.     protected function getAlerteTypeService()
  2803.     {
  2804.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  2805.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  2806.         include_once \dirname(__DIR__4).'/src/Form/AlerteType.php';
  2807.         return $this->privates['App\\Form\\AlerteType'] = new \App\Form\AlerteType();
  2808.     }
  2809.     /**
  2810.      * Gets the private 'App\Form\AnimateurType' shared autowired service.
  2811.      *
  2812.      * @return \App\Form\AnimateurType
  2813.      */
  2814.     protected function getAnimateurTypeService()
  2815.     {
  2816.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  2817.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  2818.         include_once \dirname(__DIR__4).'/src/Form/AnimateurType.php';
  2819.         return $this->privates['App\\Form\\AnimateurType'] = new \App\Form\AnimateurType();
  2820.     }
  2821.     /**
  2822.      * Gets the private 'App\Form\ArticleFormateurType' shared autowired service.
  2823.      *
  2824.      * @return \App\Form\ArticleFormateurType
  2825.      */
  2826.     protected function getArticleFormateurTypeService()
  2827.     {
  2828.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  2829.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  2830.         include_once \dirname(__DIR__4).'/src/Form/ArticleFormateurType.php';
  2831.         return $this->privates['App\\Form\\ArticleFormateurType'] = new \App\Form\ArticleFormateurType();
  2832.     }
  2833.     /**
  2834.      * Gets the private 'App\Form\ArticleType' shared autowired service.
  2835.      *
  2836.      * @return \App\Form\ArticleType
  2837.      */
  2838.     protected function getArticleTypeService()
  2839.     {
  2840.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  2841.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  2842.         include_once \dirname(__DIR__4).'/src/Form/ArticleType.php';
  2843.         return $this->privates['App\\Form\\ArticleType'] = new \App\Form\ArticleType();
  2844.     }
  2845.     /**
  2846.      * Gets the private 'App\Form\CentreType' shared autowired service.
  2847.      *
  2848.      * @return \App\Form\CentreType
  2849.      */
  2850.     protected function getCentreTypeService()
  2851.     {
  2852.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  2853.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  2854.         include_once \dirname(__DIR__4).'/src/Form/CentreType.php';
  2855.         return $this->privates['App\\Form\\CentreType'] = new \App\Form\CentreType();
  2856.     }
  2857.     /**
  2858.      * Gets the private 'App\Form\CorrespondantType' shared autowired service.
  2859.      *
  2860.      * @return \App\Form\CorrespondantType
  2861.      */
  2862.     protected function getCorrespondantTypeService()
  2863.     {
  2864.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  2865.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  2866.         include_once \dirname(__DIR__4).'/src/Form/CorrespondantType.php';
  2867.         return $this->privates['App\\Form\\CorrespondantType'] = new \App\Form\CorrespondantType();
  2868.     }
  2869.     /**
  2870.      * Gets the private 'App\Form\EmploiType' shared autowired service.
  2871.      *
  2872.      * @return \App\Form\EmploiType
  2873.      */
  2874.     protected function getEmploiTypeService()
  2875.     {
  2876.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  2877.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  2878.         include_once \dirname(__DIR__4).'/src/Form/EmploiType.php';
  2879.         return $this->privates['App\\Form\\EmploiType'] = new \App\Form\EmploiType();
  2880.     }
  2881.     /**
  2882.      * Gets the private 'App\Form\EvaluationStagiaireType' shared autowired service.
  2883.      *
  2884.      * @return \App\Form\EvaluationStagiaireType
  2885.      */
  2886.     protected function getEvaluationStagiaireTypeService()
  2887.     {
  2888.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  2889.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  2890.         include_once \dirname(__DIR__4).'/src/Form/EvaluationStagiaireType.php';
  2891.         return $this->privates['App\\Form\\EvaluationStagiaireType'] = new \App\Form\EvaluationStagiaireType();
  2892.     }
  2893.     /**
  2894.      * Gets the private 'App\Form\EvaluationType' shared autowired service.
  2895.      *
  2896.      * @return \App\Form\EvaluationType
  2897.      */
  2898.     protected function getEvaluationTypeService()
  2899.     {
  2900.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  2901.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  2902.         include_once \dirname(__DIR__4).'/src/Form/EvaluationType.php';
  2903.         return $this->privates['App\\Form\\EvaluationType'] = new \App\Form\EvaluationType();
  2904.     }
  2905.     /**
  2906.      * Gets the private 'App\Form\FichierType' shared autowired service.
  2907.      *
  2908.      * @return \App\Form\FichierType
  2909.      */
  2910.     protected function getFichierTypeService()
  2911.     {
  2912.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  2913.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  2914.         include_once \dirname(__DIR__4).'/src/Form/FichierType.php';
  2915.         return $this->privates['App\\Form\\FichierType'] = new \App\Form\FichierType();
  2916.     }
  2917.     /**
  2918.      * Gets the private 'App\Form\FormateurType' shared autowired service.
  2919.      *
  2920.      * @return \App\Form\FormateurType
  2921.      */
  2922.     protected function getFormateurTypeService()
  2923.     {
  2924.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  2925.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  2926.         include_once \dirname(__DIR__4).'/src/Form/FormateurType.php';
  2927.         return $this->privates['App\\Form\\FormateurType'] = new \App\Form\FormateurType();
  2928.     }
  2929.     /**
  2930.      * Gets the private 'App\Form\FormationType' shared autowired service.
  2931.      *
  2932.      * @return \App\Form\FormationType
  2933.      */
  2934.     protected function getFormationTypeService()
  2935.     {
  2936.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  2937.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  2938.         include_once \dirname(__DIR__4).'/src/Form/FormationType.php';
  2939.         return $this->privates['App\\Form\\FormationType'] = new \App\Form\FormationType();
  2940.     }
  2941.     /**
  2942.      * Gets the private 'App\Form\ImageType' shared autowired service.
  2943.      *
  2944.      * @return \App\Form\ImageType
  2945.      */
  2946.     protected function getImageTypeService()
  2947.     {
  2948.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  2949.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  2950.         include_once \dirname(__DIR__4).'/src/Form/ImageType.php';
  2951.         return $this->privates['App\\Form\\ImageType'] = new \App\Form\ImageType();
  2952.     }
  2953.     /**
  2954.      * Gets the private 'App\Form\InscriptionCourtesFrontType' shared autowired service.
  2955.      *
  2956.      * @return \App\Form\InscriptionCourtesFrontType
  2957.      */
  2958.     protected function getInscriptionCourtesFrontTypeService()
  2959.     {
  2960.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  2961.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  2962.         include_once \dirname(__DIR__4).'/src/Form/InscriptionCourtesFrontType.php';
  2963.         return $this->privates['App\\Form\\InscriptionCourtesFrontType'] = new \App\Form\InscriptionCourtesFrontType();
  2964.     }
  2965.     /**
  2966.      * Gets the private 'App\Form\InscriptionEnadepFrontType' shared autowired service.
  2967.      *
  2968.      * @return \App\Form\InscriptionEnadepFrontType
  2969.      */
  2970.     protected function getInscriptionEnadepFrontTypeService()
  2971.     {
  2972.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  2973.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  2974.         include_once \dirname(__DIR__4).'/src/Form/InscriptionEnadepFrontType.php';
  2975.         return $this->privates['App\\Form\\InscriptionEnadepFrontType'] = new \App\Form\InscriptionEnadepFrontType();
  2976.     }
  2977.     /**
  2978.      * Gets the private 'App\Form\InscriptionFidesFrontType' shared autowired service.
  2979.      *
  2980.      * @return \App\Form\InscriptionFidesFrontType
  2981.      */
  2982.     protected function getInscriptionFidesFrontTypeService()
  2983.     {
  2984.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  2985.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  2986.         include_once \dirname(__DIR__4).'/src/Form/InscriptionFidesFrontType.php';
  2987.         return $this->privates['App\\Form\\InscriptionFidesFrontType'] = new \App\Form\InscriptionFidesFrontType();
  2988.     }
  2989.     /**
  2990.      * Gets the private 'App\Form\InscriptionQualifiantesFrontType' shared autowired service.
  2991.      *
  2992.      * @return \App\Form\InscriptionQualifiantesFrontType
  2993.      */
  2994.     protected function getInscriptionQualifiantesFrontTypeService()
  2995.     {
  2996.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  2997.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  2998.         include_once \dirname(__DIR__4).'/src/Form/InscriptionQualifiantesFrontType.php';
  2999.         return $this->privates['App\\Form\\InscriptionQualifiantesFrontType'] = new \App\Form\InscriptionQualifiantesFrontType();
  3000.     }
  3001.     /**
  3002.      * Gets the private 'App\Form\InscriptionType' shared autowired service.
  3003.      *
  3004.      * @return \App\Form\InscriptionType
  3005.      */
  3006.     protected function getInscriptionTypeService()
  3007.     {
  3008.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  3009.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  3010.         include_once \dirname(__DIR__4).'/src/Form/InscriptionType.php';
  3011.         return $this->privates['App\\Form\\InscriptionType'] = new \App\Form\InscriptionType();
  3012.     }
  3013.     /**
  3014.      * Gets the private 'App\Form\ItineraireType' shared autowired service.
  3015.      *
  3016.      * @return \App\Form\ItineraireType
  3017.      */
  3018.     protected function getItineraireTypeService()
  3019.     {
  3020.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  3021.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  3022.         include_once \dirname(__DIR__4).'/src/Form/ItineraireType.php';
  3023.         return $this->privates['App\\Form\\ItineraireType'] = new \App\Form\ItineraireType();
  3024.     }
  3025.     /**
  3026.      * Gets the private 'App\Form\JourneeType' shared autowired service.
  3027.      *
  3028.      * @return \App\Form\JourneeType
  3029.      */
  3030.     protected function getJourneeTypeService()
  3031.     {
  3032.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  3033.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  3034.         include_once \dirname(__DIR__4).'/src/Form/JourneeType.php';
  3035.         return $this->privates['App\\Form\\JourneeType'] = new \App\Form\JourneeType();
  3036.     }
  3037.     /**
  3038.      * Gets the private 'App\Form\MatiereType' shared autowired service.
  3039.      *
  3040.      * @return \App\Form\MatiereType
  3041.      */
  3042.     protected function getMatiereTypeService()
  3043.     {
  3044.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  3045.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  3046.         include_once \dirname(__DIR__4).'/src/Form/MatiereType.php';
  3047.         return $this->privates['App\\Form\\MatiereType'] = new \App\Form\MatiereType();
  3048.     }
  3049.     /**
  3050.      * Gets the private 'App\Form\MessageType' shared autowired service.
  3051.      *
  3052.      * @return \App\Form\MessageType
  3053.      */
  3054.     protected function getMessageTypeService()
  3055.     {
  3056.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  3057.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  3058.         include_once \dirname(__DIR__4).'/src/Form/MessageType.php';
  3059.         return $this->privates['App\\Form\\MessageType'] = new \App\Form\MessageType();
  3060.     }
  3061.     /**
  3062.      * Gets the private 'App\Form\MetierType' shared autowired service.
  3063.      *
  3064.      * @return \App\Form\MetierType
  3065.      */
  3066.     protected function getMetierTypeService()
  3067.     {
  3068.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  3069.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  3070.         include_once \dirname(__DIR__4).'/src/Form/MetierType.php';
  3071.         return $this->privates['App\\Form\\MetierType'] = new \App\Form\MetierType();
  3072.     }
  3073.     /**
  3074.      * Gets the private 'App\Form\ObjectifType' shared autowired service.
  3075.      *
  3076.      * @return \App\Form\ObjectifType
  3077.      */
  3078.     protected function getObjectifTypeService()
  3079.     {
  3080.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  3081.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  3082.         include_once \dirname(__DIR__4).'/src/Form/ObjectifType.php';
  3083.         return $this->privates['App\\Form\\ObjectifType'] = new \App\Form\ObjectifType();
  3084.     }
  3085.     /**
  3086.      * Gets the private 'App\Form\OrdreType' shared autowired service.
  3087.      *
  3088.      * @return \App\Form\OrdreType
  3089.      */
  3090.     protected function getOrdreTypeService()
  3091.     {
  3092.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  3093.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  3094.         include_once \dirname(__DIR__4).'/src/Form/OrdreType.php';
  3095.         return $this->privates['App\\Form\\OrdreType'] = new \App\Form\OrdreType();
  3096.     }
  3097.     /**
  3098.      * Gets the private 'App\Form\PedagogueType' shared autowired service.
  3099.      *
  3100.      * @return \App\Form\PedagogueType
  3101.      */
  3102.     protected function getPedagogueTypeService()
  3103.     {
  3104.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  3105.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  3106.         include_once \dirname(__DIR__4).'/src/Form/PedagogueType.php';
  3107.         return $this->privates['App\\Form\\PedagogueType'] = new \App\Form\PedagogueType();
  3108.     }
  3109.     /**
  3110.      * Gets the private 'App\Form\ProfessionType' shared autowired service.
  3111.      *
  3112.      * @return \App\Form\ProfessionType
  3113.      */
  3114.     protected function getProfessionTypeService()
  3115.     {
  3116.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  3117.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  3118.         include_once \dirname(__DIR__4).'/src/Form/ProfessionType.php';
  3119.         return $this->privates['App\\Form\\ProfessionType'] = new \App\Form\ProfessionType();
  3120.     }
  3121.     /**
  3122.      * Gets the private 'App\Form\SalleType' shared autowired service.
  3123.      *
  3124.      * @return \App\Form\SalleType
  3125.      */
  3126.     protected function getSalleTypeService()
  3127.     {
  3128.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  3129.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  3130.         include_once \dirname(__DIR__4).'/src/Form/SalleType.php';
  3131.         return $this->privates['App\\Form\\SalleType'] = new \App\Form\SalleType();
  3132.     }
  3133.     /**
  3134.      * Gets the private 'App\Form\SessionAlerteType' shared autowired service.
  3135.      *
  3136.      * @return \App\Form\SessionAlerteType
  3137.      */
  3138.     protected function getSessionAlerteTypeService()
  3139.     {
  3140.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  3141.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  3142.         include_once \dirname(__DIR__4).'/src/Form/SessionAlerteType.php';
  3143.         return $this->privates['App\\Form\\SessionAlerteType'] = new \App\Form\SessionAlerteType();
  3144.     }
  3145.     /**
  3146.      * Gets the private 'App\Form\SessionType' shared autowired service.
  3147.      *
  3148.      * @return \App\Form\SessionType
  3149.      */
  3150.     protected function getSessionTypeService()
  3151.     {
  3152.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  3153.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  3154.         include_once \dirname(__DIR__4).'/src/Form/SessionType.php';
  3155.         return $this->privates['App\\Form\\SessionType'] = new \App\Form\SessionType();
  3156.     }
  3157.     /**
  3158.      * Gets the private 'App\Form\SmallMessageType' shared autowired service.
  3159.      *
  3160.      * @return \App\Form\SmallMessageType
  3161.      */
  3162.     protected function getSmallMessageTypeService()
  3163.     {
  3164.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  3165.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  3166.         include_once \dirname(__DIR__4).'/src/Form/SmallMessageType.php';
  3167.         return $this->privates['App\\Form\\SmallMessageType'] = new \App\Form\SmallMessageType();
  3168.     }
  3169.     /**
  3170.      * Gets the private 'App\Form\StagiaireInscriptionCourtesType' shared autowired service.
  3171.      *
  3172.      * @return \App\Form\StagiaireInscriptionCourtesType
  3173.      */
  3174.     protected function getStagiaireInscriptionCourtesTypeService()
  3175.     {
  3176.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  3177.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  3178.         include_once \dirname(__DIR__4).'/src/Form/StagiaireInscriptionCourtesType.php';
  3179.         return $this->privates['App\\Form\\StagiaireInscriptionCourtesType'] = new \App\Form\StagiaireInscriptionCourtesType();
  3180.     }
  3181.     /**
  3182.      * Gets the private 'App\Form\StagiaireInscriptionEnadepType' shared autowired service.
  3183.      *
  3184.      * @return \App\Form\StagiaireInscriptionEnadepType
  3185.      */
  3186.     protected function getStagiaireInscriptionEnadepTypeService()
  3187.     {
  3188.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  3189.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  3190.         include_once \dirname(__DIR__4).'/src/Form/StagiaireInscriptionEnadepType.php';
  3191.         return $this->privates['App\\Form\\StagiaireInscriptionEnadepType'] = new \App\Form\StagiaireInscriptionEnadepType();
  3192.     }
  3193.     /**
  3194.      * Gets the private 'App\Form\StagiaireInscriptionFidesType' shared autowired service.
  3195.      *
  3196.      * @return \App\Form\StagiaireInscriptionFidesType
  3197.      */
  3198.     protected function getStagiaireInscriptionFidesTypeService()
  3199.     {
  3200.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  3201.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  3202.         include_once \dirname(__DIR__4).'/src/Form/StagiaireInscriptionFidesType.php';
  3203.         return $this->privates['App\\Form\\StagiaireInscriptionFidesType'] = new \App\Form\StagiaireInscriptionFidesType();
  3204.     }
  3205.     /**
  3206.      * Gets the private 'App\Form\StagiaireInscriptionQualifiantesType' shared autowired service.
  3207.      *
  3208.      * @return \App\Form\StagiaireInscriptionQualifiantesType
  3209.      */
  3210.     protected function getStagiaireInscriptionQualifiantesTypeService()
  3211.     {
  3212.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  3213.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  3214.         include_once \dirname(__DIR__4).'/src/Form/StagiaireInscriptionQualifiantesType.php';
  3215.         return $this->privates['App\\Form\\StagiaireInscriptionQualifiantesType'] = new \App\Form\StagiaireInscriptionQualifiantesType();
  3216.     }
  3217.     /**
  3218.      * Gets the private 'App\Form\StagiaireType' shared autowired service.
  3219.      *
  3220.      * @return \App\Form\StagiaireType
  3221.      */
  3222.     protected function getStagiaireTypeService()
  3223.     {
  3224.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  3225.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  3226.         include_once \dirname(__DIR__4).'/src/Form/StagiaireType.php';
  3227.         return $this->privates['App\\Form\\StagiaireType'] = new \App\Form\StagiaireType();
  3228.     }
  3229.     /**
  3230.      * Gets the private 'App\Form\SupportType' shared autowired service.
  3231.      *
  3232.      * @return \App\Form\SupportType
  3233.      */
  3234.     protected function getSupportTypeService()
  3235.     {
  3236.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  3237.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  3238.         include_once \dirname(__DIR__4).'/src/Form/SupportType.php';
  3239.         return $this->privates['App\\Form\\SupportType'] = new \App\Form\SupportType();
  3240.     }
  3241.     /**
  3242.      * Gets the private 'App\Form\VisuelType' shared autowired service.
  3243.      *
  3244.      * @return \App\Form\VisuelType
  3245.      */
  3246.     protected function getVisuelTypeService()
  3247.     {
  3248.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  3249.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  3250.         include_once \dirname(__DIR__4).'/src/Form/VisuelType.php';
  3251.         return $this->privates['App\\Form\\VisuelType'] = new \App\Form\VisuelType();
  3252.     }
  3253.     /**
  3254.      * Gets the private 'App\Repository\AlerteRepository' shared autowired service.
  3255.      *
  3256.      * @return \App\Repository\AlerteRepository
  3257.      */
  3258.     protected function getAlerteRepositoryService()
  3259.     {
  3260.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectRepository.php';
  3261.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  3262.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  3263.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  3264.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  3265.         include_once \dirname(__DIR__4).'/src/Repository/AlerteRepository.php';
  3266.         return $this->privates['App\\Repository\\AlerteRepository'] = new \App\Repository\AlerteRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  3267.     }
  3268.     /**
  3269.      * Gets the private 'App\Repository\AnimateurRepository' shared autowired service.
  3270.      *
  3271.      * @return \App\Repository\AnimateurRepository
  3272.      */
  3273.     protected function getAnimateurRepositoryService()
  3274.     {
  3275.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectRepository.php';
  3276.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  3277.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  3278.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  3279.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  3280.         include_once \dirname(__DIR__4).'/src/Repository/AnimateurRepository.php';
  3281.         return $this->privates['App\\Repository\\AnimateurRepository'] = new \App\Repository\AnimateurRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  3282.     }
  3283.     /**
  3284.      * Gets the private 'App\Repository\ArticleRepository' shared autowired service.
  3285.      *
  3286.      * @return \App\Repository\ArticleRepository
  3287.      */
  3288.     protected function getArticleRepositoryService()
  3289.     {
  3290.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectRepository.php';
  3291.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  3292.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  3293.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  3294.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  3295.         include_once \dirname(__DIR__4).'/src/Repository/ArticleRepository.php';
  3296.         return $this->privates['App\\Repository\\ArticleRepository'] = new \App\Repository\ArticleRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  3297.     }
  3298.     /**
  3299.      * Gets the private 'App\Repository\CentreRepository' shared autowired service.
  3300.      *
  3301.      * @return \App\Repository\CentreRepository
  3302.      */
  3303.     protected function getCentreRepositoryService()
  3304.     {
  3305.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectRepository.php';
  3306.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  3307.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  3308.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  3309.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  3310.         include_once \dirname(__DIR__4).'/src/Repository/CentreRepository.php';
  3311.         return $this->privates['App\\Repository\\CentreRepository'] = new \App\Repository\CentreRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  3312.     }
  3313.     /**
  3314.      * Gets the private 'App\Repository\CorrespondantRepository' shared autowired service.
  3315.      *
  3316.      * @return \App\Repository\CorrespondantRepository
  3317.      */
  3318.     protected function getCorrespondantRepositoryService()
  3319.     {
  3320.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectRepository.php';
  3321.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  3322.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  3323.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  3324.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  3325.         include_once \dirname(__DIR__4).'/src/Repository/CorrespondantRepository.php';
  3326.         return $this->privates['App\\Repository\\CorrespondantRepository'] = new \App\Repository\CorrespondantRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  3327.     }
  3328.     /**
  3329.      * Gets the private 'App\Repository\EmploiRepository' shared autowired service.
  3330.      *
  3331.      * @return \App\Repository\EmploiRepository
  3332.      */
  3333.     protected function getEmploiRepositoryService()
  3334.     {
  3335.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectRepository.php';
  3336.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  3337.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  3338.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  3339.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  3340.         include_once \dirname(__DIR__4).'/src/Repository/EmploiRepository.php';
  3341.         return $this->privates['App\\Repository\\EmploiRepository'] = new \App\Repository\EmploiRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  3342.     }
  3343.     /**
  3344.      * Gets the private 'App\Repository\EvaluationRepository' shared autowired service.
  3345.      *
  3346.      * @return \App\Repository\EvaluationRepository
  3347.      */
  3348.     protected function getEvaluationRepositoryService()
  3349.     {
  3350.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectRepository.php';
  3351.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  3352.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  3353.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  3354.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  3355.         include_once \dirname(__DIR__4).'/src/Repository/EvaluationRepository.php';
  3356.         return $this->privates['App\\Repository\\EvaluationRepository'] = new \App\Repository\EvaluationRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  3357.     }
  3358.     /**
  3359.      * Gets the private 'App\Repository\FichierRepository' shared autowired service.
  3360.      *
  3361.      * @return \App\Repository\FichierRepository
  3362.      */
  3363.     protected function getFichierRepositoryService()
  3364.     {
  3365.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectRepository.php';
  3366.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  3367.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  3368.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  3369.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  3370.         include_once \dirname(__DIR__4).'/src/Repository/FichierRepository.php';
  3371.         return $this->privates['App\\Repository\\FichierRepository'] = new \App\Repository\FichierRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  3372.     }
  3373.     /**
  3374.      * Gets the private 'App\Repository\FormateurRepository' shared autowired service.
  3375.      *
  3376.      * @return \App\Repository\FormateurRepository
  3377.      */
  3378.     protected function getFormateurRepositoryService()
  3379.     {
  3380.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectRepository.php';
  3381.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  3382.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  3383.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  3384.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  3385.         include_once \dirname(__DIR__4).'/src/Repository/FormateurRepository.php';
  3386.         return $this->privates['App\\Repository\\FormateurRepository'] = new \App\Repository\FormateurRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  3387.     }
  3388.     /**
  3389.      * Gets the private 'App\Repository\FormationRepository' shared autowired service.
  3390.      *
  3391.      * @return \App\Repository\FormationRepository
  3392.      */
  3393.     protected function getFormationRepositoryService()
  3394.     {
  3395.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectRepository.php';
  3396.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  3397.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  3398.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  3399.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  3400.         include_once \dirname(__DIR__4).'/src/Repository/FormationRepository.php';
  3401.         return $this->privates['App\\Repository\\FormationRepository'] = new \App\Repository\FormationRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  3402.     }
  3403.     /**
  3404.      * Gets the private 'App\Repository\ImageRepository' shared autowired service.
  3405.      *
  3406.      * @return \App\Repository\ImageRepository
  3407.      */
  3408.     protected function getImageRepositoryService()
  3409.     {
  3410.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectRepository.php';
  3411.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  3412.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  3413.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  3414.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  3415.         include_once \dirname(__DIR__4).'/src/Repository/ImageRepository.php';
  3416.         return $this->privates['App\\Repository\\ImageRepository'] = new \App\Repository\ImageRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  3417.     }
  3418.     /**
  3419.      * Gets the private 'App\Repository\InscriptionRepository' shared autowired service.
  3420.      *
  3421.      * @return \App\Repository\InscriptionRepository
  3422.      */
  3423.     protected function getInscriptionRepositoryService()
  3424.     {
  3425.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectRepository.php';
  3426.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  3427.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  3428.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  3429.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  3430.         include_once \dirname(__DIR__4).'/src/Repository/InscriptionRepository.php';
  3431.         return $this->privates['App\\Repository\\InscriptionRepository'] = new \App\Repository\InscriptionRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  3432.     }
  3433.     /**
  3434.      * Gets the private 'App\Repository\ItineraireRepository' shared autowired service.
  3435.      *
  3436.      * @return \App\Repository\ItineraireRepository
  3437.      */
  3438.     protected function getItineraireRepositoryService()
  3439.     {
  3440.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectRepository.php';
  3441.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  3442.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  3443.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  3444.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  3445.         include_once \dirname(__DIR__4).'/src/Repository/ItineraireRepository.php';
  3446.         return $this->privates['App\\Repository\\ItineraireRepository'] = new \App\Repository\ItineraireRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  3447.     }
  3448.     /**
  3449.      * Gets the private 'App\Repository\JourneeRepository' shared autowired service.
  3450.      *
  3451.      * @return \App\Repository\JourneeRepository
  3452.      */
  3453.     protected function getJourneeRepositoryService()
  3454.     {
  3455.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectRepository.php';
  3456.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  3457.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  3458.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  3459.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  3460.         include_once \dirname(__DIR__4).'/src/Repository/JourneeRepository.php';
  3461.         return $this->privates['App\\Repository\\JourneeRepository'] = new \App\Repository\JourneeRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  3462.     }
  3463.     /**
  3464.      * Gets the private 'App\Repository\MatiereRepository' shared autowired service.
  3465.      *
  3466.      * @return \App\Repository\MatiereRepository
  3467.      */
  3468.     protected function getMatiereRepositoryService()
  3469.     {
  3470.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectRepository.php';
  3471.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  3472.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  3473.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  3474.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  3475.         include_once \dirname(__DIR__4).'/src/Repository/MatiereRepository.php';
  3476.         return $this->privates['App\\Repository\\MatiereRepository'] = new \App\Repository\MatiereRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  3477.     }
  3478.     /**
  3479.      * Gets the private 'App\Repository\MessageRepository' shared autowired service.
  3480.      *
  3481.      * @return \App\Repository\MessageRepository
  3482.      */
  3483.     protected function getMessageRepositoryService()
  3484.     {
  3485.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectRepository.php';
  3486.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  3487.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  3488.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  3489.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  3490.         include_once \dirname(__DIR__4).'/src/Repository/MessageRepository.php';
  3491.         return $this->privates['App\\Repository\\MessageRepository'] = new \App\Repository\MessageRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  3492.     }
  3493.     /**
  3494.      * Gets the private 'App\Repository\MetierRepository' shared autowired service.
  3495.      *
  3496.      * @return \App\Repository\MetierRepository
  3497.      */
  3498.     protected function getMetierRepositoryService()
  3499.     {
  3500.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectRepository.php';
  3501.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  3502.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  3503.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  3504.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  3505.         include_once \dirname(__DIR__4).'/src/Repository/MetierRepository.php';
  3506.         return $this->privates['App\\Repository\\MetierRepository'] = new \App\Repository\MetierRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  3507.     }
  3508.     /**
  3509.      * Gets the private 'App\Repository\ObjectifRepository' shared autowired service.
  3510.      *
  3511.      * @return \App\Repository\ObjectifRepository
  3512.      */
  3513.     protected function getObjectifRepositoryService()
  3514.     {
  3515.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectRepository.php';
  3516.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  3517.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  3518.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  3519.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  3520.         include_once \dirname(__DIR__4).'/src/Repository/ObjectifRepository.php';
  3521.         return $this->privates['App\\Repository\\ObjectifRepository'] = new \App\Repository\ObjectifRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  3522.     }
  3523.     /**
  3524.      * Gets the private 'App\Repository\OrdreRepository' shared autowired service.
  3525.      *
  3526.      * @return \App\Repository\OrdreRepository
  3527.      */
  3528.     protected function getOrdreRepositoryService()
  3529.     {
  3530.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectRepository.php';
  3531.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  3532.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  3533.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  3534.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  3535.         include_once \dirname(__DIR__4).'/src/Repository/OrdreRepository.php';
  3536.         return $this->privates['App\\Repository\\OrdreRepository'] = new \App\Repository\OrdreRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  3537.     }
  3538.     /**
  3539.      * Gets the private 'App\Repository\PedagogueRepository' shared autowired service.
  3540.      *
  3541.      * @return \App\Repository\PedagogueRepository
  3542.      */
  3543.     protected function getPedagogueRepositoryService()
  3544.     {
  3545.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectRepository.php';
  3546.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  3547.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  3548.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  3549.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  3550.         include_once \dirname(__DIR__4).'/src/Repository/PedagogueRepository.php';
  3551.         return $this->privates['App\\Repository\\PedagogueRepository'] = new \App\Repository\PedagogueRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  3552.     }
  3553.     /**
  3554.      * Gets the private 'App\Repository\ProfessionRepository' shared autowired service.
  3555.      *
  3556.      * @return \App\Repository\ProfessionRepository
  3557.      */
  3558.     protected function getProfessionRepositoryService()
  3559.     {
  3560.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectRepository.php';
  3561.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  3562.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  3563.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  3564.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  3565.         include_once \dirname(__DIR__4).'/src/Repository/ProfessionRepository.php';
  3566.         return $this->privates['App\\Repository\\ProfessionRepository'] = new \App\Repository\ProfessionRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  3567.     }
  3568.     /**
  3569.      * Gets the private 'App\Repository\SalleRepository' shared autowired service.
  3570.      *
  3571.      * @return \App\Repository\SalleRepository
  3572.      */
  3573.     protected function getSalleRepositoryService()
  3574.     {
  3575.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectRepository.php';
  3576.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  3577.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  3578.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  3579.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  3580.         include_once \dirname(__DIR__4).'/src/Repository/SalleRepository.php';
  3581.         return $this->privates['App\\Repository\\SalleRepository'] = new \App\Repository\SalleRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  3582.     }
  3583.     /**
  3584.      * Gets the private 'App\Repository\SessionRepository' shared autowired service.
  3585.      *
  3586.      * @return \App\Repository\SessionRepository
  3587.      */
  3588.     protected function getSessionRepositoryService()
  3589.     {
  3590.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectRepository.php';
  3591.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  3592.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  3593.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  3594.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  3595.         include_once \dirname(__DIR__4).'/src/Repository/SessionRepository.php';
  3596.         return $this->privates['App\\Repository\\SessionRepository'] = new \App\Repository\SessionRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  3597.     }
  3598.     /**
  3599.      * Gets the private 'App\Repository\StagiaireRepository' shared autowired service.
  3600.      *
  3601.      * @return \App\Repository\StagiaireRepository
  3602.      */
  3603.     protected function getStagiaireRepositoryService()
  3604.     {
  3605.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectRepository.php';
  3606.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  3607.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  3608.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  3609.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  3610.         include_once \dirname(__DIR__4).'/src/Repository/StagiaireRepository.php';
  3611.         return $this->privates['App\\Repository\\StagiaireRepository'] = new \App\Repository\StagiaireRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  3612.     }
  3613.     /**
  3614.      * Gets the private 'App\Repository\SupportRepository' shared autowired service.
  3615.      *
  3616.      * @return \App\Repository\SupportRepository
  3617.      */
  3618.     protected function getSupportRepositoryService()
  3619.     {
  3620.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectRepository.php';
  3621.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  3622.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  3623.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  3624.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  3625.         include_once \dirname(__DIR__4).'/src/Repository/SupportRepository.php';
  3626.         return $this->privates['App\\Repository\\SupportRepository'] = new \App\Repository\SupportRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  3627.     }
  3628.     /**
  3629.      * Gets the private 'App\Repository\UrlerreurRepository' shared autowired service.
  3630.      *
  3631.      * @return \App\Repository\UrlerreurRepository
  3632.      */
  3633.     protected function getUrlerreurRepositoryService()
  3634.     {
  3635.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectRepository.php';
  3636.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  3637.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  3638.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  3639.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  3640.         include_once \dirname(__DIR__4).'/src/Repository/UrlerreurRepository.php';
  3641.         return $this->privates['App\\Repository\\UrlerreurRepository'] = new \App\Repository\UrlerreurRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  3642.     }
  3643.     /**
  3644.      * Gets the private 'App\Repository\UserRepository' shared autowired service.
  3645.      *
  3646.      * @return \App\Repository\UserRepository
  3647.      */
  3648.     protected function getUserRepositoryService()
  3649.     {
  3650.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectRepository.php';
  3651.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  3652.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  3653.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  3654.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  3655.         include_once \dirname(__DIR__4).'/src/Repository/UserRepository.php';
  3656.         return $this->privates['App\\Repository\\UserRepository'] = new \App\Repository\UserRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  3657.     }
  3658.     /**
  3659.      * Gets the private 'App\Repository\VisuelRepository' shared autowired service.
  3660.      *
  3661.      * @return \App\Repository\VisuelRepository
  3662.      */
  3663.     protected function getVisuelRepositoryService()
  3664.     {
  3665.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectRepository.php';
  3666.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  3667.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  3668.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  3669.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  3670.         include_once \dirname(__DIR__4).'/src/Repository/VisuelRepository.php';
  3671.         return $this->privates['App\\Repository\\VisuelRepository'] = new \App\Repository\VisuelRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  3672.     }
  3673.     /**
  3674.      * Gets the private 'App\Service\SessionService' shared autowired service.
  3675.      *
  3676.      * @return \App\Service\SessionService
  3677.      */
  3678.     protected function getSessionServiceService()
  3679.     {
  3680.         include_once \dirname(__DIR__4).'/src/Service/SessionService.php';
  3681.         return $this->privates['App\\Service\\SessionService'] = new \App\Service\SessionService(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  3682.     }
  3683.     /**
  3684.      * Gets the private 'App\Twig\AppRuntime' shared autowired service.
  3685.      *
  3686.      * @return \App\Twig\AppRuntime
  3687.      */
  3688.     protected function getAppRuntimeService()
  3689.     {
  3690.         include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/RuntimeExtensionInterface.php';
  3691.         include_once \dirname(__DIR__4).'/src/Twig/AppRuntime.php';
  3692.         return $this->privates['App\\Twig\\AppRuntime'] = new \App\Twig\AppRuntime(($this->privates['App\\Service\\SessionService'] ?? $this->getSessionServiceService()));
  3693.     }
  3694.     /**
  3695.      * Gets the private 'Doctrine\Bundle\DoctrineBundle\Dbal\ManagerRegistryAwareConnectionProvider' shared service.
  3696.      *
  3697.      * @return \Doctrine\Bundle\DoctrineBundle\Dbal\ManagerRegistryAwareConnectionProvider
  3698.      */
  3699.     protected function getManagerRegistryAwareConnectionProviderService()
  3700.     {
  3701.         include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Tools/Console/ConnectionProvider.php';
  3702.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Dbal/ManagerRegistryAwareConnectionProvider.php';
  3703.         return $this->privates['Doctrine\\Bundle\\DoctrineBundle\\Dbal\\ManagerRegistryAwareConnectionProvider'] = new \Doctrine\Bundle\DoctrineBundle\Dbal\ManagerRegistryAwareConnectionProvider(new \Doctrine\Bundle\DoctrineBundle\Registry($this$this->parameters['doctrine.connections'], $this->parameters['doctrine.entity_managers'], 'default''default'));
  3704.     }
  3705.     /**
  3706.      * Gets the private 'Doctrine\DBAL\Tools\Console\Command\RunSqlCommand' shared service.
  3707.      *
  3708.      * @return \Doctrine\DBAL\Tools\Console\Command\RunSqlCommand
  3709.      */
  3710.     protected function getRunSqlCommandService()
  3711.     {
  3712.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3713.         include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Tools/Console/Command/RunSqlCommand.php';
  3714.         $this->privates['Doctrine\\DBAL\\Tools\\Console\\Command\\RunSqlCommand'] = $instance = new \Doctrine\DBAL\Tools\Console\Command\RunSqlCommand(($this->privates['Doctrine\\Bundle\\DoctrineBundle\\Dbal\\ManagerRegistryAwareConnectionProvider'] ?? $this->getManagerRegistryAwareConnectionProviderService()));
  3715.         $instance->setName('dbal:run-sql');
  3716.         return $instance;
  3717.     }
  3718.     /**
  3719.      * Gets the private 'Vich\UploaderBundle\Metadata\CacheWarmer' shared service.
  3720.      *
  3721.      * @return \Vich\UploaderBundle\Metadata\CacheWarmer
  3722.      */
  3723.     protected function getCacheWarmer2Service()
  3724.     {
  3725.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  3726.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Metadata/CacheWarmer.php';
  3727.         return $this->privates['Vich\\UploaderBundle\\Metadata\\CacheWarmer'] = new \Vich\UploaderBundle\Metadata\CacheWarmer(($this->targetDir.''.'/vich_uploader'), ($this->privates['vich_uploader.metadata_reader'] ?? $this->getVichUploader_MetadataReaderService()));
  3728.     }
  3729.     /**
  3730.      * Gets the private 'Vich\UploaderBundle\Util\Transliterator' shared service.
  3731.      *
  3732.      * @return \Vich\UploaderBundle\Util\Transliterator
  3733.      */
  3734.     protected function getTransliteratorService()
  3735.     {
  3736.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Util/Transliterator.php';
  3737.         include_once \dirname(__DIR__4).'/vendor/symfony/string/Slugger/SluggerInterface.php';
  3738.         include_once \dirname(__DIR__4).'/vendor/symfony/string/Slugger/AsciiSlugger.php';
  3739.         return $this->privates['Vich\\UploaderBundle\\Util\\Transliterator'] = new \Vich\UploaderBundle\Util\Transliterator(new \Symfony\Component\String\Slugger\AsciiSlugger());
  3740.     }
  3741.     /**
  3742.      * Gets the private 'annotations.cache_adapter' shared service.
  3743.      *
  3744.      * @return \Symfony\Component\Cache\Adapter\PhpArrayAdapter
  3745.      */
  3746.     protected function getAnnotations_CacheAdapterService()
  3747.     {
  3748.         return \Symfony\Component\Cache\Adapter\PhpArrayAdapter::create(($this->targetDir.''.'/annotations.php'), ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService()));
  3749.     }
  3750.     /**
  3751.      * Gets the private 'annotations.cache_warmer' shared service.
  3752.      *
  3753.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\AnnotationsCacheWarmer
  3754.      */
  3755.     protected function getAnnotations_CacheWarmerService()
  3756.     {
  3757.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  3758.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/AbstractPhpFileCacheWarmer.php';
  3759.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/AnnotationsCacheWarmer.php';
  3760.         return $this->privates['annotations.cache_warmer'] = new \Symfony\Bundle\FrameworkBundle\CacheWarmer\AnnotationsCacheWarmer(($this->privates['annotations.reader'] ?? $this->getAnnotations_ReaderService()), ($this->targetDir.''.'/annotations.php'), '#^Symfony\\\\(?:Component\\\\HttpKernel\\\\|Bundle\\\\FrameworkBundle\\\\Controller\\\\(?!.*Controller$))#'true);
  3761.     }
  3762.     /**
  3763.      * Gets the private 'annotations.cached_reader' shared service.
  3764.      *
  3765.      * @return \Doctrine\Common\Annotations\PsrCachedReader
  3766.      */
  3767.     protected function getAnnotations_CachedReaderService()
  3768.     {
  3769.         return $this->privates['annotations.cached_reader'] = new \Doctrine\Common\Annotations\PsrCachedReader(($this->privates['annotations.reader'] ?? $this->getAnnotations_ReaderService()), $this->getAnnotations_CacheAdapterService(), true);
  3770.     }
  3771.     /**
  3772.      * Gets the private 'annotations.reader' shared service.
  3773.      *
  3774.      * @return \Doctrine\Common\Annotations\AnnotationReader
  3775.      */
  3776.     protected function getAnnotations_ReaderService()
  3777.     {
  3778.         $this->privates['annotations.reader'] = $instance = new \Doctrine\Common\Annotations\AnnotationReader();
  3779.         $a = new \Doctrine\Common\Annotations\AnnotationRegistry();
  3780.         $a->registerUniqueLoader('class_exists');
  3781.         $instance->addGlobalIgnoredName('required'$a);
  3782.         return $instance;
  3783.     }
  3784.     /**
  3785.      * Gets the private 'assets.packages' shared service.
  3786.      *
  3787.      * @return \Symfony\Component\Asset\Packages
  3788.      */
  3789.     protected function getAssets_PackagesService()
  3790.     {
  3791.         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')), new \Symfony\Component\Asset\Context\RequestStackContext(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ''false)), []);
  3792.     }
  3793.     /**
  3794.      * Gets the private 'cache.annotations' shared service.
  3795.      *
  3796.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  3797.      */
  3798.     protected function getCache_AnnotationsService()
  3799.     {
  3800.         return $this->privates['cache.annotations'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('XpUQ+zPkWQ'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  3801.     }
  3802.     /**
  3803.      * Gets the private 'cache.doctrine.orm.default.metadata' shared service.
  3804.      *
  3805.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  3806.      */
  3807.     protected function getCache_Doctrine_Orm_Default_MetadataService()
  3808.     {
  3809.         return $this->privates['cache.doctrine.orm.default.metadata'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  3810.     }
  3811.     /**
  3812.      * Gets the private 'cache.doctrine.orm.default.query' shared service.
  3813.      *
  3814.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  3815.      */
  3816.     protected function getCache_Doctrine_Orm_Default_QueryService()
  3817.     {
  3818.         return $this->privates['cache.doctrine.orm.default.query'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  3819.     }
  3820.     /**
  3821.      * Gets the private 'cache.doctrine.orm.default.result' shared service.
  3822.      *
  3823.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  3824.      */
  3825.     protected function getCache_Doctrine_Orm_Default_ResultService()
  3826.     {
  3827.         return $this->privates['cache.doctrine.orm.default.result'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  3828.     }
  3829.     /**
  3830.      * Gets the private 'cache.property_info' shared service.
  3831.      *
  3832.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  3833.      */
  3834.     protected function getCache_PropertyInfoService()
  3835.     {
  3836.         return $this->privates['cache.property_info'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('AZCuUxl5od'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  3837.     }
  3838.     /**
  3839.      * Gets the private 'cache.security_expression_language' shared service.
  3840.      *
  3841.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  3842.      */
  3843.     protected function getCache_SecurityExpressionLanguageService()
  3844.     {
  3845.         return $this->privates['cache.security_expression_language'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('xu5EUAaghw'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  3846.     }
  3847.     /**
  3848.      * Gets the private 'cache.serializer' shared service.
  3849.      *
  3850.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  3851.      */
  3852.     protected function getCache_SerializerService()
  3853.     {
  3854.         return $this->privates['cache.serializer'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('xT2eYNFJvk'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  3855.     }
  3856.     /**
  3857.      * Gets the private 'cache.validator' shared service.
  3858.      *
  3859.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  3860.      */
  3861.     protected function getCache_ValidatorService()
  3862.     {
  3863.         return $this->privates['cache.validator'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('ugeXHr14lL'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  3864.     }
  3865.     /**
  3866.      * Gets the private 'cache.webpack_encore' shared service.
  3867.      *
  3868.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  3869.      */
  3870.     protected function getCache_WebpackEncoreService()
  3871.     {
  3872.         return $this->privates['cache.webpack_encore'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('Dmb-55+ZFP'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  3873.     }
  3874.     /**
  3875.      * Gets the private 'config_cache_factory' shared service.
  3876.      *
  3877.      * @return \Symfony\Component\Config\ResourceCheckerConfigCacheFactory
  3878.      */
  3879.     protected function getConfigCacheFactoryService()
  3880.     {
  3881.         return $this->privates['config_cache_factory'] = new \Symfony\Component\Config\ResourceCheckerConfigCacheFactory(new RewindableGenerator(function () {
  3882.             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)));
  3883.             yield => ($this->privates['config.resource.self_checking_resource_checker'] ?? ($this->privates['config.resource.self_checking_resource_checker'] = new \Symfony\Component\Config\Resource\SelfCheckingResourceChecker()));
  3884.         }, 2));
  3885.     }
  3886.     /**
  3887.      * Gets the private 'console.command.about' shared service.
  3888.      *
  3889.      * @return \Symfony\Bundle\FrameworkBundle\Command\AboutCommand
  3890.      */
  3891.     protected function getConsole_Command_AboutService()
  3892.     {
  3893.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3894.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/AboutCommand.php';
  3895.         $this->privates['console.command.about'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\AboutCommand();
  3896.         $instance->setName('about');
  3897.         return $instance;
  3898.     }
  3899.     /**
  3900.      * Gets the private 'console.command.assets_install' shared service.
  3901.      *
  3902.      * @return \Symfony\Bundle\FrameworkBundle\Command\AssetsInstallCommand
  3903.      */
  3904.     protected function getConsole_Command_AssetsInstallService()
  3905.     {
  3906.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3907.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/AssetsInstallCommand.php';
  3908.         $this->privates['console.command.assets_install'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\AssetsInstallCommand(($this->services['filesystem'] ?? ($this->services['filesystem'] = new \Symfony\Component\Filesystem\Filesystem())), \dirname(__DIR__4));
  3909.         $instance->setName('assets:install');
  3910.         return $instance;
  3911.     }
  3912.     /**
  3913.      * Gets the private 'console.command.cache_clear' shared service.
  3914.      *
  3915.      * @return \Symfony\Bundle\FrameworkBundle\Command\CacheClearCommand
  3916.      */
  3917.     protected function getConsole_Command_CacheClearService()
  3918.     {
  3919.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3920.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/CacheClearCommand.php';
  3921.         $this->privates['console.command.cache_clear'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\CacheClearCommand(($this->services['cache_clearer'] ?? $this->getCacheClearerService()), ($this->services['filesystem'] ?? ($this->services['filesystem'] = new \Symfony\Component\Filesystem\Filesystem())));
  3922.         $instance->setName('cache:clear');
  3923.         return $instance;
  3924.     }
  3925.     /**
  3926.      * Gets the private 'console.command.cache_pool_clear' shared service.
  3927.      *
  3928.      * @return \Symfony\Bundle\FrameworkBundle\Command\CachePoolClearCommand
  3929.      */
  3930.     protected function getConsole_Command_CachePoolClearService()
  3931.     {
  3932.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3933.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/CachePoolClearCommand.php';
  3934.         $this->privates['console.command.cache_pool_clear'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\CachePoolClearCommand(($this->services['cache.global_clearer'] ?? $this->getCache_GlobalClearerService()));
  3935.         $instance->setName('cache:pool:clear');
  3936.         return $instance;
  3937.     }
  3938.     /**
  3939.      * Gets the private 'console.command.cache_pool_delete' shared service.
  3940.      *
  3941.      * @return \Symfony\Bundle\FrameworkBundle\Command\CachePoolDeleteCommand
  3942.      */
  3943.     protected function getConsole_Command_CachePoolDeleteService()
  3944.     {
  3945.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3946.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/CachePoolDeleteCommand.php';
  3947.         $this->privates['console.command.cache_pool_delete'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\CachePoolDeleteCommand(($this->services['cache.global_clearer'] ?? $this->getCache_GlobalClearerService()));
  3948.         $instance->setName('cache:pool:delete');
  3949.         return $instance;
  3950.     }
  3951.     /**
  3952.      * Gets the private 'console.command.cache_pool_list' shared service.
  3953.      *
  3954.      * @return \Symfony\Bundle\FrameworkBundle\Command\CachePoolListCommand
  3955.      */
  3956.     protected function getConsole_Command_CachePoolListService()
  3957.     {
  3958.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3959.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/CachePoolListCommand.php';
  3960.         $this->privates['console.command.cache_pool_list'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\CachePoolListCommand([=> 'cache.app'=> 'cache.system'=> 'cache.validator'=> 'cache.serializer'=> 'cache.annotations'=> 'cache.property_info'=> 'cache.doctrine.orm.default.metadata'=> 'cache.doctrine.orm.default.result'=> 'cache.doctrine.orm.default.query'=> 'cache.security_expression_language'10 => 'cache.webpack_encore']);
  3961.         $instance->setName('cache:pool:list');
  3962.         return $instance;
  3963.     }
  3964.     /**
  3965.      * Gets the private 'console.command.cache_pool_prune' shared service.
  3966.      *
  3967.      * @return \Symfony\Bundle\FrameworkBundle\Command\CachePoolPruneCommand
  3968.      */
  3969.     protected function getConsole_Command_CachePoolPruneService()
  3970.     {
  3971.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3972.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/CachePoolPruneCommand.php';
  3973.         $this->privates['console.command.cache_pool_prune'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\CachePoolPruneCommand(new RewindableGenerator(function () {
  3974.             yield 'cache.app' => ($this->services['cache.app'] ?? $this->getCache_AppService());
  3975.             yield 'cache.system' => ($this->services['cache.system'] ?? $this->getCache_SystemService());
  3976.             yield 'cache.validator' => ($this->privates['cache.validator'] ?? $this->getCache_ValidatorService());
  3977.             yield 'cache.serializer' => ($this->privates['cache.serializer'] ?? $this->getCache_SerializerService());
  3978.             yield 'cache.annotations' => ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService());
  3979.             yield 'cache.property_info' => ($this->privates['cache.property_info'] ?? $this->getCache_PropertyInfoService());
  3980.             yield 'cache.doctrine.orm.default.metadata' => ($this->privates['cache.doctrine.orm.default.metadata'] ?? $this->getCache_Doctrine_Orm_Default_MetadataService());
  3981.             yield 'cache.doctrine.orm.default.result' => ($this->privates['cache.doctrine.orm.default.result'] ?? $this->getCache_Doctrine_Orm_Default_ResultService());
  3982.             yield 'cache.doctrine.orm.default.query' => ($this->privates['cache.doctrine.orm.default.query'] ?? $this->getCache_Doctrine_Orm_Default_QueryService());
  3983.             yield 'cache.security_expression_language' => ($this->privates['cache.security_expression_language'] ?? $this->getCache_SecurityExpressionLanguageService());
  3984.             yield 'cache.webpack_encore' => ($this->privates['cache.webpack_encore'] ?? $this->getCache_WebpackEncoreService());
  3985.         }, 11));
  3986.         $instance->setName('cache:pool:prune');
  3987.         return $instance;
  3988.     }
  3989.     /**
  3990.      * Gets the private 'console.command.cache_warmup' shared service.
  3991.      *
  3992.      * @return \Symfony\Bundle\FrameworkBundle\Command\CacheWarmupCommand
  3993.      */
  3994.     protected function getConsole_Command_CacheWarmupService()
  3995.     {
  3996.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3997.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/CacheWarmupCommand.php';
  3998.         $this->privates['console.command.cache_warmup'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\CacheWarmupCommand(($this->services['cache_warmer'] ?? $this->getCacheWarmerService()));
  3999.         $instance->setName('cache:warmup');
  4000.         return $instance;
  4001.     }
  4002.     /**
  4003.      * Gets the private 'console.command.config_debug' shared service.
  4004.      *
  4005.      * @return \Symfony\Bundle\FrameworkBundle\Command\ConfigDebugCommand
  4006.      */
  4007.     protected function getConsole_Command_ConfigDebugService()
  4008.     {
  4009.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4010.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ContainerDebugCommand.php';
  4011.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/AbstractConfigCommand.php';
  4012.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ConfigDebugCommand.php';
  4013.         $this->privates['console.command.config_debug'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\ConfigDebugCommand();
  4014.         $instance->setName('debug:config');
  4015.         return $instance;
  4016.     }
  4017.     /**
  4018.      * Gets the private 'console.command.config_dump_reference' shared service.
  4019.      *
  4020.      * @return \Symfony\Bundle\FrameworkBundle\Command\ConfigDumpReferenceCommand
  4021.      */
  4022.     protected function getConsole_Command_ConfigDumpReferenceService()
  4023.     {
  4024.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4025.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ContainerDebugCommand.php';
  4026.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/AbstractConfigCommand.php';
  4027.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ConfigDumpReferenceCommand.php';
  4028.         $this->privates['console.command.config_dump_reference'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\ConfigDumpReferenceCommand();
  4029.         $instance->setName('config:dump-reference');
  4030.         return $instance;
  4031.     }
  4032.     /**
  4033.      * Gets the private 'console.command.container_debug' shared service.
  4034.      *
  4035.      * @return \Symfony\Bundle\FrameworkBundle\Command\ContainerDebugCommand
  4036.      */
  4037.     protected function getConsole_Command_ContainerDebugService()
  4038.     {
  4039.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4040.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ContainerDebugCommand.php';
  4041.         $this->privates['console.command.container_debug'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\ContainerDebugCommand();
  4042.         $instance->setName('debug:container');
  4043.         return $instance;
  4044.     }
  4045.     /**
  4046.      * Gets the private 'console.command.container_lint' shared service.
  4047.      *
  4048.      * @return \Symfony\Bundle\FrameworkBundle\Command\ContainerLintCommand
  4049.      */
  4050.     protected function getConsole_Command_ContainerLintService()
  4051.     {
  4052.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4053.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ContainerLintCommand.php';
  4054.         $this->privates['console.command.container_lint'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\ContainerLintCommand();
  4055.         $instance->setName('lint:container');
  4056.         return $instance;
  4057.     }
  4058.     /**
  4059.      * Gets the private 'console.command.debug_autowiring' shared service.
  4060.      *
  4061.      * @return \Symfony\Bundle\FrameworkBundle\Command\DebugAutowiringCommand
  4062.      */
  4063.     protected function getConsole_Command_DebugAutowiringService()
  4064.     {
  4065.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4066.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ContainerDebugCommand.php';
  4067.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/DebugAutowiringCommand.php';
  4068.         $this->privates['console.command.debug_autowiring'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\DebugAutowiringCommand(NULL, ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService()));
  4069.         $instance->setName('debug:autowiring');
  4070.         return $instance;
  4071.     }
  4072.     /**
  4073.      * Gets the private 'console.command.event_dispatcher_debug' shared service.
  4074.      *
  4075.      * @return \Symfony\Bundle\FrameworkBundle\Command\EventDispatcherDebugCommand
  4076.      */
  4077.     protected function getConsole_Command_EventDispatcherDebugService()
  4078.     {
  4079.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4080.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/EventDispatcherDebugCommand.php';
  4081.         $this->privates['console.command.event_dispatcher_debug'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\EventDispatcherDebugCommand(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  4082.         $instance->setName('debug:event-dispatcher');
  4083.         return $instance;
  4084.     }
  4085.     /**
  4086.      * Gets the private 'console.command.form_debug' shared service.
  4087.      *
  4088.      * @return \Symfony\Component\Form\Command\DebugCommand
  4089.      */
  4090.     protected function getConsole_Command_FormDebugService()
  4091.     {
  4092.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4093.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Command/DebugCommand.php';
  4094.         $this->privates['console.command.form_debug'] = $instance = new \Symfony\Component\Form\Command\DebugCommand(($this->privates['form.registry'] ?? $this->getForm_RegistryService()), [=> 'Symfony\\Component\\Form\\Extension\\Core\\Type'=> 'App\\Form'=> 'Symfony\\Bridge\\Doctrine\\Form\\Type'=> 'Vich\\UploaderBundle\\Form\\Type'=> 'FOS\\UserBundle\\Form\\Type'=> 'FOS\\CKEditorBundle\\Form\\Type'=> 'Tetranz\\Select2EntityBundle\\Form\\Type'=> 'Liip\\ImagineBundle\\Form\\Type'], [=> 'App\\Form\\AlerteStagiaireType'=> 'App\\Form\\AlerteType'=> 'App\\Form\\AnimateurType'=> 'App\\Form\\ArticleFormateurType'=> 'App\\Form\\ArticleType'=> 'App\\Form\\CentreType'=> 'App\\Form\\CorrespondantType'=> 'App\\Form\\EmploiType'=> 'App\\Form\\EvaluationStagiaireType'=> 'App\\Form\\EvaluationType'10 => 'App\\Form\\FichierType'11 => 'App\\Form\\FormateurType'12 => 'App\\Form\\FormationType'13 => 'App\\Form\\ImageType'14 => 'App\\Form\\InscriptionCourtesFrontType'15 => 'App\\Form\\InscriptionEnadepFrontType'16 => 'App\\Form\\InscriptionFidesFrontType'17 => 'App\\Form\\InscriptionQualifiantesFrontType'18 => 'App\\Form\\InscriptionType'19 => 'App\\Form\\ItineraireType'20 => 'App\\Form\\JourneeType'21 => 'App\\Form\\MatiereType'22 => 'App\\Form\\MessageType'23 => 'App\\Form\\MetierType'24 => 'App\\Form\\ObjectifType'25 => 'App\\Form\\OrdreType'26 => 'App\\Form\\PedagogueType'27 => 'App\\Form\\ProfessionType'28 => 'App\\Form\\SalleType'29 => 'App\\Form\\SessionAlerteType'30 => 'App\\Form\\SessionType'31 => 'App\\Form\\SmallMessageType'32 => 'App\\Form\\StagiaireInscriptionCourtesType'33 => 'App\\Form\\StagiaireInscriptionEnadepType'34 => 'App\\Form\\StagiaireInscriptionFidesType'35 => 'App\\Form\\StagiaireInscriptionQualifiantesType'36 => 'App\\Form\\StagiaireType'37 => 'App\\Form\\SupportType'38 => 'App\\Form\\VisuelType'39 => 'Symfony\\Component\\Form\\Extension\\Core\\Type\\FormType'40 => 'Symfony\\Component\\Form\\Extension\\Core\\Type\\ChoiceType'41 => 'Symfony\\Component\\Form\\Extension\\Core\\Type\\FileType'42 => 'Symfony\\Bridge\\Doctrine\\Form\\Type\\EntityType'43 => 'Vich\\UploaderBundle\\Form\\Type\\VichFileType'44 => 'Vich\\UploaderBundle\\Form\\Type\\VichImageType'45 => 'FOS\\UserBundle\\Form\\Type\\UsernameFormType'46 => 'FOS\\UserBundle\\Form\\Type\\ProfileFormType'47 => 'FOS\\UserBundle\\Form\\Type\\RegistrationFormType'48 => 'FOS\\UserBundle\\Form\\Type\\ChangePasswordFormType'49 => 'FOS\\UserBundle\\Form\\Type\\ResettingFormType'50 => 'FOS\\CKEditorBundle\\Form\\Type\\CKEditorType'51 => 'Tetranz\\Select2EntityBundle\\Form\\Type\\Select2EntityType'52 => 'Liip\\ImagineBundle\\Form\\Type\\ImageType'], [=> 'Symfony\\Component\\Form\\Extension\\Core\\Type\\TransformationFailureExtension'=> 'Symfony\\Component\\Form\\Extension\\HttpFoundation\\Type\\FormTypeHttpFoundationExtension'=> 'Symfony\\Component\\Form\\Extension\\Validator\\Type\\FormTypeValidatorExtension'=> 'Symfony\\Component\\Form\\Extension\\Validator\\Type\\RepeatedTypeValidatorExtension'=> 'Symfony\\Component\\Form\\Extension\\Validator\\Type\\SubmitTypeValidatorExtension'=> 'Symfony\\Component\\Form\\Extension\\Validator\\Type\\UploadValidatorExtension'=> 'Symfony\\Component\\Form\\Extension\\Csrf\\Type\\FormTypeCsrfExtension'=> 'Symfony\\Component\\Form\\Extension\\DataCollector\\Type\\DataCollectorTypeExtension'], [=> 'Symfony\\Component\\Form\\Extension\\Validator\\ValidatorTypeGuesser'=> 'Symfony\\Bridge\\Doctrine\\Form\\DoctrineOrmTypeGuesser'], ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService()));
  4095.         $instance->setName('debug:form');
  4096.         return $instance;
  4097.     }
  4098.     /**
  4099.      * Gets the private 'console.command.router_debug' shared service.
  4100.      *
  4101.      * @return \Symfony\Bundle\FrameworkBundle\Command\RouterDebugCommand
  4102.      */
  4103.     protected function getConsole_Command_RouterDebugService()
  4104.     {
  4105.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4106.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/RouterDebugCommand.php';
  4107.         $this->privates['console.command.router_debug'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\RouterDebugCommand(($this->services['router'] ?? $this->getRouterService()), ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService()));
  4108.         $instance->setName('debug:router');
  4109.         return $instance;
  4110.     }
  4111.     /**
  4112.      * Gets the private 'console.command.router_match' shared service.
  4113.      *
  4114.      * @return \Symfony\Bundle\FrameworkBundle\Command\RouterMatchCommand
  4115.      */
  4116.     protected function getConsole_Command_RouterMatchService()
  4117.     {
  4118.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4119.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/RouterMatchCommand.php';
  4120.         $this->privates['console.command.router_match'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\RouterMatchCommand(($this->services['router'] ?? $this->getRouterService()));
  4121.         $instance->setName('router:match');
  4122.         return $instance;
  4123.     }
  4124.     /**
  4125.      * Gets the private 'console.command.secrets_decrypt_to_local' shared service.
  4126.      *
  4127.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsDecryptToLocalCommand
  4128.      */
  4129.     protected function getConsole_Command_SecretsDecryptToLocalService()
  4130.     {
  4131.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4132.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/SecretsDecryptToLocalCommand.php';
  4133.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  4134.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/EnvVarLoaderInterface.php';
  4135.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/SodiumVault.php';
  4136.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  4137.         $this->privates['console.command.secrets_decrypt_to_local'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\SecretsDecryptToLocalCommand(($this->privates['secrets.vault'] ?? ($this->privates['secrets.vault'] = new \Symfony\Bundle\FrameworkBundle\Secrets\SodiumVault((\dirname(__DIR__4).'/config/secrets/dev'), $this->getEnv('base64:default::SYMFONY_DECRYPTION_SECRET')))), ($this->privates['secrets.local_vault'] ?? ($this->privates['secrets.local_vault'] = new \Symfony\Bundle\FrameworkBundle\Secrets\DotenvVault((\dirname(__DIR__4).'/.env.dev.local')))));
  4138.         $instance->setName('secrets:decrypt-to-local');
  4139.         return $instance;
  4140.     }
  4141.     /**
  4142.      * Gets the private 'console.command.secrets_encrypt_from_local' shared service.
  4143.      *
  4144.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsEncryptFromLocalCommand
  4145.      */
  4146.     protected function getConsole_Command_SecretsEncryptFromLocalService()
  4147.     {
  4148.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4149.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/SecretsEncryptFromLocalCommand.php';
  4150.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  4151.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/EnvVarLoaderInterface.php';
  4152.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/SodiumVault.php';
  4153.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  4154.         $this->privates['console.command.secrets_encrypt_from_local'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\SecretsEncryptFromLocalCommand(($this->privates['secrets.vault'] ?? ($this->privates['secrets.vault'] = new \Symfony\Bundle\FrameworkBundle\Secrets\SodiumVault((\dirname(__DIR__4).'/config/secrets/dev'), $this->getEnv('base64:default::SYMFONY_DECRYPTION_SECRET')))), ($this->privates['secrets.local_vault'] ?? ($this->privates['secrets.local_vault'] = new \Symfony\Bundle\FrameworkBundle\Secrets\DotenvVault((\dirname(__DIR__4).'/.env.dev.local')))));
  4155.         $instance->setName('secrets:encrypt-from-local');
  4156.         return $instance;
  4157.     }
  4158.     /**
  4159.      * Gets the private 'console.command.secrets_generate_key' shared service.
  4160.      *
  4161.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsGenerateKeysCommand
  4162.      */
  4163.     protected function getConsole_Command_SecretsGenerateKeyService()
  4164.     {
  4165.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4166.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/SecretsGenerateKeysCommand.php';
  4167.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  4168.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/EnvVarLoaderInterface.php';
  4169.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/SodiumVault.php';
  4170.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  4171.         $this->privates['console.command.secrets_generate_key'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\SecretsGenerateKeysCommand(($this->privates['secrets.vault'] ?? ($this->privates['secrets.vault'] = new \Symfony\Bundle\FrameworkBundle\Secrets\SodiumVault((\dirname(__DIR__4).'/config/secrets/dev'), $this->getEnv('base64:default::SYMFONY_DECRYPTION_SECRET')))), ($this->privates['secrets.local_vault'] ?? ($this->privates['secrets.local_vault'] = new \Symfony\Bundle\FrameworkBundle\Secrets\DotenvVault((\dirname(__DIR__4).'/.env.dev.local')))));
  4172.         $instance->setName('secrets:generate-keys');
  4173.         return $instance;
  4174.     }
  4175.     /**
  4176.      * Gets the private 'console.command.secrets_list' shared service.
  4177.      *
  4178.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsListCommand
  4179.      */
  4180.     protected function getConsole_Command_SecretsListService()
  4181.     {
  4182.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4183.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/SecretsListCommand.php';
  4184.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  4185.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/EnvVarLoaderInterface.php';
  4186.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/SodiumVault.php';
  4187.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  4188.         $this->privates['console.command.secrets_list'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\SecretsListCommand(($this->privates['secrets.vault'] ?? ($this->privates['secrets.vault'] = new \Symfony\Bundle\FrameworkBundle\Secrets\SodiumVault((\dirname(__DIR__4).'/config/secrets/dev'), $this->getEnv('base64:default::SYMFONY_DECRYPTION_SECRET')))), ($this->privates['secrets.local_vault'] ?? ($this->privates['secrets.local_vault'] = new \Symfony\Bundle\FrameworkBundle\Secrets\DotenvVault((\dirname(__DIR__4).'/.env.dev.local')))));
  4189.         $instance->setName('secrets:list');
  4190.         return $instance;
  4191.     }
  4192.     /**
  4193.      * Gets the private 'console.command.secrets_remove' shared service.
  4194.      *
  4195.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsRemoveCommand
  4196.      */
  4197.     protected function getConsole_Command_SecretsRemoveService()
  4198.     {
  4199.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4200.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/SecretsRemoveCommand.php';
  4201.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  4202.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/EnvVarLoaderInterface.php';
  4203.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/SodiumVault.php';
  4204.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  4205.         $this->privates['console.command.secrets_remove'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\SecretsRemoveCommand(($this->privates['secrets.vault'] ?? ($this->privates['secrets.vault'] = new \Symfony\Bundle\FrameworkBundle\Secrets\SodiumVault((\dirname(__DIR__4).'/config/secrets/dev'), $this->getEnv('base64:default::SYMFONY_DECRYPTION_SECRET')))), ($this->privates['secrets.local_vault'] ?? ($this->privates['secrets.local_vault'] = new \Symfony\Bundle\FrameworkBundle\Secrets\DotenvVault((\dirname(__DIR__4).'/.env.dev.local')))));
  4206.         $instance->setName('secrets:remove');
  4207.         return $instance;
  4208.     }
  4209.     /**
  4210.      * Gets the private 'console.command.secrets_set' shared service.
  4211.      *
  4212.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsSetCommand
  4213.      */
  4214.     protected function getConsole_Command_SecretsSetService()
  4215.     {
  4216.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4217.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/SecretsSetCommand.php';
  4218.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  4219.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/EnvVarLoaderInterface.php';
  4220.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/SodiumVault.php';
  4221.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  4222.         $this->privates['console.command.secrets_set'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\SecretsSetCommand(($this->privates['secrets.vault'] ?? ($this->privates['secrets.vault'] = new \Symfony\Bundle\FrameworkBundle\Secrets\SodiumVault((\dirname(__DIR__4).'/config/secrets/dev'), $this->getEnv('base64:default::SYMFONY_DECRYPTION_SECRET')))), ($this->privates['secrets.local_vault'] ?? ($this->privates['secrets.local_vault'] = new \Symfony\Bundle\FrameworkBundle\Secrets\DotenvVault((\dirname(__DIR__4).'/.env.dev.local')))));
  4223.         $instance->setName('secrets:set');
  4224.         return $instance;
  4225.     }
  4226.     /**
  4227.      * Gets the private 'console.command.translation_debug' shared service.
  4228.      *
  4229.      * @return \Symfony\Bundle\FrameworkBundle\Command\TranslationDebugCommand
  4230.      */
  4231.     protected function getConsole_Command_TranslationDebugService()
  4232.     {
  4233.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4234.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/TranslationDebugCommand.php';
  4235.         $this->privates['console.command.translation_debug'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\TranslationDebugCommand(($this->services['translator'] ?? $this->getTranslatorService()), ($this->privates['translation.reader'] ?? $this->getTranslation_ReaderService()), ($this->privates['translation.extractor'] ?? $this->getTranslation_ExtractorService()), (\dirname(__DIR__4).'/translations'), (\dirname(__DIR__4).'/templates'), [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations')], [=> (\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Email'), => (\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Form'), => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/TranslationDebugCommand.php'), => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/ChoiceType.php'), => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/FileType.php'), => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/TransformationFailureExtension.php'), => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Validator/Type/UploadValidatorExtension.php'), => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Csrf/Type/FormTypeCsrfExtension.php'), => (\dirname(__DIR__4).'/vendor/symfony/validator/Util/LegacyTranslatorProxy.php'), => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/TranslationsCacheWarmer.php'), 10 => (\dirname(__DIR__4).'/vendor/symfony/translation/DataCollector/TranslationDataCollector.php'), 11 => (\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/TranslationExtension.php'), 12 => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/EventListener/FlashListener.php')]);
  4236.         $instance->setName('debug:translation');
  4237.         return $instance;
  4238.     }
  4239.     /**
  4240.      * Gets the private 'console.command.translation_update' shared service.
  4241.      *
  4242.      * @return \Symfony\Bundle\FrameworkBundle\Command\TranslationUpdateCommand
  4243.      */
  4244.     protected function getConsole_Command_TranslationUpdateService()
  4245.     {
  4246.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4247.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/TranslationUpdateCommand.php';
  4248.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Writer/TranslationWriterInterface.php';
  4249.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Writer/TranslationWriter.php';
  4250.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/DumperInterface.php';
  4251.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/FileDumper.php';
  4252.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/PhpFileDumper.php';
  4253.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/XliffFileDumper.php';
  4254.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/PoFileDumper.php';
  4255.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/MoFileDumper.php';
  4256.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/YamlFileDumper.php';
  4257.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/QtFileDumper.php';
  4258.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/CsvFileDumper.php';
  4259.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/IniFileDumper.php';
  4260.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/JsonFileDumper.php';
  4261.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/IcuResFileDumper.php';
  4262.         $a = new \Symfony\Component\Translation\Writer\TranslationWriter();
  4263.         $a->addDumper('php', new \Symfony\Component\Translation\Dumper\PhpFileDumper());
  4264.         $a->addDumper('xlf', new \Symfony\Component\Translation\Dumper\XliffFileDumper());
  4265.         $a->addDumper('po', new \Symfony\Component\Translation\Dumper\PoFileDumper());
  4266.         $a->addDumper('mo', new \Symfony\Component\Translation\Dumper\MoFileDumper());
  4267.         $a->addDumper('yml', new \Symfony\Component\Translation\Dumper\YamlFileDumper());
  4268.         $a->addDumper('yaml', new \Symfony\Component\Translation\Dumper\YamlFileDumper('yaml'));
  4269.         $a->addDumper('ts', new \Symfony\Component\Translation\Dumper\QtFileDumper());
  4270.         $a->addDumper('csv', new \Symfony\Component\Translation\Dumper\CsvFileDumper());
  4271.         $a->addDumper('ini', new \Symfony\Component\Translation\Dumper\IniFileDumper());
  4272.         $a->addDumper('json', new \Symfony\Component\Translation\Dumper\JsonFileDumper());
  4273.         $a->addDumper('res', new \Symfony\Component\Translation\Dumper\IcuResFileDumper());
  4274.         $this->privates['console.command.translation_update'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\TranslationUpdateCommand($a, ($this->privates['translation.reader'] ?? $this->getTranslation_ReaderService()), ($this->privates['translation.extractor'] ?? $this->getTranslation_ExtractorService()), 'en', (\dirname(__DIR__4).'/translations'), (\dirname(__DIR__4).'/templates'), [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations')], [=> (\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Email'), => (\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Form'), => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/TranslationDebugCommand.php'), => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/ChoiceType.php'), => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/FileType.php'), => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/TransformationFailureExtension.php'), => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Validator/Type/UploadValidatorExtension.php'), => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Csrf/Type/FormTypeCsrfExtension.php'), => (\dirname(__DIR__4).'/vendor/symfony/validator/Util/LegacyTranslatorProxy.php'), => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/TranslationsCacheWarmer.php'), 10 => (\dirname(__DIR__4).'/vendor/symfony/translation/DataCollector/TranslationDataCollector.php'), 11 => (\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/TranslationExtension.php'), 12 => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/EventListener/FlashListener.php')]);
  4275.         $instance->setName('translation:update');
  4276.         return $instance;
  4277.     }
  4278.     /**
  4279.      * Gets the private 'console.command.xliff_lint' shared service.
  4280.      *
  4281.      * @return \Symfony\Bundle\FrameworkBundle\Command\XliffLintCommand
  4282.      */
  4283.     protected function getConsole_Command_XliffLintService()
  4284.     {
  4285.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4286.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Command/XliffLintCommand.php';
  4287.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/XliffLintCommand.php';
  4288.         $this->privates['console.command.xliff_lint'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\XliffLintCommand();
  4289.         $instance->setName('lint:xliff');
  4290.         return $instance;
  4291.     }
  4292.     /**
  4293.      * Gets the private 'console.command.yaml_lint' shared service.
  4294.      *
  4295.      * @return \Symfony\Bundle\FrameworkBundle\Command\YamlLintCommand
  4296.      */
  4297.     protected function getConsole_Command_YamlLintService()
  4298.     {
  4299.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4300.         include_once \dirname(__DIR__4).'/vendor/symfony/yaml/Command/LintCommand.php';
  4301.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/YamlLintCommand.php';
  4302.         $this->privates['console.command.yaml_lint'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\YamlLintCommand();
  4303.         $instance->setName('lint:yaml');
  4304.         return $instance;
  4305.     }
  4306.     /**
  4307.      * Gets the private 'console.error_listener' shared service.
  4308.      *
  4309.      * @return \Symfony\Component\Console\EventListener\ErrorListener
  4310.      */
  4311.     protected function getConsole_ErrorListenerService()
  4312.     {
  4313.         include_once \dirname(__DIR__4).'/vendor/symfony/console/EventListener/ErrorListener.php';
  4314.         $a = new \Symfony\Bridge\Monolog\Logger('console');
  4315.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  4316.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  4317.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  4318.         return $this->privates['console.error_listener'] = new \Symfony\Component\Console\EventListener\ErrorListener($a);
  4319.     }
  4320.     /**
  4321.      * Gets the private 'container.env_var_processor' shared service.
  4322.      *
  4323.      * @return \Symfony\Component\DependencyInjection\EnvVarProcessor
  4324.      */
  4325.     protected function getContainer_EnvVarProcessorService()
  4326.     {
  4327.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/EnvVarProcessorInterface.php';
  4328.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/EnvVarProcessor.php';
  4329.         return $this->privates['container.env_var_processor'] = new \Symfony\Component\DependencyInjection\EnvVarProcessor($this, new RewindableGenerator(function () {
  4330.             yield => ($this->privates['secrets.vault'] ?? ($this->privates['secrets.vault'] = new \Symfony\Bundle\FrameworkBundle\Secrets\SodiumVault((\dirname(__DIR__4).'/config/secrets/dev'), $this->getEnv('base64:default::SYMFONY_DECRYPTION_SECRET'))));
  4331.         }, 1));
  4332.     }
  4333.     /**
  4334.      * Gets the private 'data_collector.form' shared service.
  4335.      *
  4336.      * @return \Symfony\Component\Form\Extension\DataCollector\FormDataCollector
  4337.      */
  4338.     protected function getDataCollector_FormService()
  4339.     {
  4340.         return $this->privates['data_collector.form'] = new \Symfony\Component\Form\Extension\DataCollector\FormDataCollector(new \Symfony\Component\Form\Extension\DataCollector\FormDataExtractor());
  4341.     }
  4342.     /**
  4343.      * Gets the private 'debug.argument_resolver.default' shared service.
  4344.      *
  4345.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  4346.      */
  4347.     protected function getDebug_ArgumentResolver_DefaultService()
  4348.     {
  4349.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  4350.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  4351.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/DefaultValueResolver.php';
  4352.         return $this->privates['debug.argument_resolver.default'] = new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver(new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\DefaultValueResolver(), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  4353.     }
  4354.     /**
  4355.      * Gets the private 'debug.argument_resolver.not_tagged_controller' shared service.
  4356.      *
  4357.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  4358.      */
  4359.     protected function getDebug_ArgumentResolver_NotTaggedControllerService()
  4360.     {
  4361.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  4362.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  4363.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/NotTaggedControllerValueResolver.php';
  4364.         return $this->privates['debug.argument_resolver.not_tagged_controller'] = new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver(new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\NotTaggedControllerValueResolver(($this->privates['.service_locator.SIYg0m4'] ?? $this->get_ServiceLocator_SIYg0m4Service())), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  4365.     }
  4366.     /**
  4367.      * Gets the private 'debug.argument_resolver.request' shared service.
  4368.      *
  4369.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  4370.      */
  4371.     protected function getDebug_ArgumentResolver_RequestService()
  4372.     {
  4373.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  4374.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  4375.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/RequestValueResolver.php';
  4376.         return $this->privates['debug.argument_resolver.request'] = new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver(new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\RequestValueResolver(), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  4377.     }
  4378.     /**
  4379.      * Gets the private 'debug.argument_resolver.request_attribute' shared service.
  4380.      *
  4381.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  4382.      */
  4383.     protected function getDebug_ArgumentResolver_RequestAttributeService()
  4384.     {
  4385.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  4386.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  4387.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/RequestAttributeValueResolver.php';
  4388.         return $this->privates['debug.argument_resolver.request_attribute'] = new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver(new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\RequestAttributeValueResolver(), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  4389.     }
  4390.     /**
  4391.      * Gets the private 'debug.argument_resolver.service' shared service.
  4392.      *
  4393.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  4394.      */
  4395.     protected function getDebug_ArgumentResolver_ServiceService()
  4396.     {
  4397.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  4398.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  4399.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/ServiceValueResolver.php';
  4400.         return $this->privates['debug.argument_resolver.service'] = new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver(new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\ServiceValueResolver(($this->privates['.service_locator.SIYg0m4'] ?? $this->get_ServiceLocator_SIYg0m4Service())), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  4401.     }
  4402.     /**
  4403.      * Gets the private 'debug.argument_resolver.session' shared service.
  4404.      *
  4405.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  4406.      */
  4407.     protected function getDebug_ArgumentResolver_SessionService()
  4408.     {
  4409.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  4410.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  4411.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/SessionValueResolver.php';
  4412.         return $this->privates['debug.argument_resolver.session'] = new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver(new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\SessionValueResolver(), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  4413.     }
  4414.     /**
  4415.      * Gets the private 'debug.argument_resolver.variadic' shared service.
  4416.      *
  4417.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  4418.      */
  4419.     protected function getDebug_ArgumentResolver_VariadicService()
  4420.     {
  4421.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  4422.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  4423.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/VariadicValueResolver.php';
  4424.         return $this->privates['debug.argument_resolver.variadic'] = new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver(new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\VariadicValueResolver(), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  4425.     }
  4426.     /**
  4427.      * Gets the private 'debug.debug_handlers_listener' shared service.
  4428.      *
  4429.      * @return \Symfony\Component\HttpKernel\EventListener\DebugHandlersListener
  4430.      */
  4431.     protected function getDebug_DebugHandlersListenerService()
  4432.     {
  4433.         $a = new \Symfony\Bridge\Monolog\Logger('php');
  4434.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  4435.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  4436.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  4437.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  4438.         return $this->privates['debug.debug_handlers_listener'] = new \Symfony\Component\HttpKernel\EventListener\DebugHandlersListener(NULL$aNULL, -1true, ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService()), true);
  4439.     }
  4440.     /**
  4441.      * Gets the private 'debug.dump_listener' shared service.
  4442.      *
  4443.      * @return \Symfony\Component\HttpKernel\EventListener\DumpListener
  4444.      */
  4445.     protected function getDebug_DumpListenerService()
  4446.     {
  4447.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/DumpListener.php';
  4448.         include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/ContextualizedDumper.php';
  4449.         return $this->privates['debug.dump_listener'] = new \Symfony\Component\HttpKernel\EventListener\DumpListener(($this->services['var_dumper.cloner'] ?? $this->getVarDumper_ClonerService()), new \Symfony\Component\VarDumper\Dumper\ContextualizedDumper(($this->privates['var_dumper.contextualized_cli_dumper.inner'] ?? $this->getVarDumper_ContextualizedCliDumper_InnerService()), ['source' => new \Symfony\Component\VarDumper\Dumper\ContextProvider\SourceContextProvider('UTF-8', \dirname(__DIR__4), ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService()))]), ($this->privates['var_dumper.server_connection'] ?? $this->getVarDumper_ServerConnectionService()));
  4450.     }
  4451.     /**
  4452.      * Gets the private 'debug.file_link_formatter' shared service.
  4453.      *
  4454.      * @return \Symfony\Component\HttpKernel\Debug\FileLinkFormatter
  4455.      */
  4456.     protected function getDebug_FileLinkFormatterService()
  4457.     {
  4458.         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 () {
  4459.             return ($this->privates['debug.file_link_formatter.url_format'] ?? $this->getDebug_FileLinkFormatter_UrlFormatService());
  4460.         });
  4461.     }
  4462.     /**
  4463.      * Gets the private 'debug.file_link_formatter.url_format' shared service.
  4464.      *
  4465.      * @return \string
  4466.      */
  4467.     protected function getDebug_FileLinkFormatter_UrlFormatService()
  4468.     {
  4469.         return $this->privates['debug.file_link_formatter.url_format'] = \Symfony\Component\HttpKernel\Debug\FileLinkFormatter::generateUrlFormat(($this->services['router'] ?? $this->getRouterService()), '_profiler_open_file''?file=%f&line=%l#line%l');
  4470.     }
  4471.     /**
  4472.      * Gets the private 'debug.log_processor' shared service.
  4473.      *
  4474.      * @return \Symfony\Bridge\Monolog\Processor\DebugProcessor
  4475.      */
  4476.     protected function getDebug_LogProcessorService()
  4477.     {
  4478.         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())));
  4479.     }
  4480.     /**
  4481.      * Gets the private 'debug.security.access.decision_manager' shared service.
  4482.      *
  4483.      * @return \Symfony\Component\Security\Core\Authorization\TraceableAccessDecisionManager
  4484.      */
  4485.     protected function getDebug_Security_Access_DecisionManagerService()
  4486.     {
  4487.         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 () {
  4488.             yield => ($this->privates['debug.security.voter.security.access.authenticated_voter'] ?? $this->getDebug_Security_Voter_Security_Access_AuthenticatedVoterService());
  4489.             yield => ($this->privates['debug.security.voter.security.access.role_hierarchy_voter'] ?? $this->getDebug_Security_Voter_Security_Access_RoleHierarchyVoterService());
  4490.             yield => ($this->privates['debug.security.voter.security.access.expression_voter'] ?? $this->getDebug_Security_Voter_Security_Access_ExpressionVoterService());
  4491.         }, 3), 'affirmative'falsetrue));
  4492.     }
  4493.     /**
  4494.      * Gets the private 'debug.security.firewall' shared service.
  4495.      *
  4496.      * @return \Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener
  4497.      */
  4498.     protected function getDebug_Security_FirewallService()
  4499.     {
  4500.         return $this->privates['debug.security.firewall'] = new \Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener(($this->privates['security.firewall.map'] ?? $this->getSecurity_Firewall_MapService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService()));
  4501.     }
  4502.     /**
  4503.      * Gets the private 'debug.security.user_value_resolver' shared service.
  4504.      *
  4505.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  4506.      */
  4507.     protected function getDebug_Security_UserValueResolverService()
  4508.     {
  4509.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  4510.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  4511.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Controller/UserValueResolver.php';
  4512.         return $this->privates['debug.security.user_value_resolver'] = new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver(new \Symfony\Component\Security\Http\Controller\UserValueResolver(($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService())), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  4513.     }
  4514.     /**
  4515.      * Gets the private 'debug.security.voter.security.access.authenticated_voter' shared service.
  4516.      *
  4517.      * @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
  4518.      */
  4519.     protected function getDebug_Security_Voter_Security_Access_AuthenticatedVoterService()
  4520.     {
  4521.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
  4522.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
  4523.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/AuthenticatedVoter.php';
  4524.         return $this->privates['debug.security.voter.security.access.authenticated_voter'] = new \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter(new \Symfony\Component\Security\Core\Authorization\Voter\AuthenticatedVoter(($this->privates['security.authentication.trust_resolver'] ?? ($this->privates['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver(NULLNULL)))), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  4525.     }
  4526.     /**
  4527.      * Gets the private 'debug.security.voter.security.access.expression_voter' shared service.
  4528.      *
  4529.      * @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
  4530.      */
  4531.     protected function getDebug_Security_Voter_Security_Access_ExpressionVoterService()
  4532.     {
  4533.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
  4534.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
  4535.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/ExpressionVoter.php';
  4536.         return $this->privates['debug.security.voter.security.access.expression_voter'] = new \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter(new \Symfony\Component\Security\Core\Authorization\Voter\ExpressionVoter(new \Symfony\Component\Security\Core\Authorization\ExpressionLanguage(($this->privates['cache.security_expression_language'] ?? $this->getCache_SecurityExpressionLanguageService())), ($this->privates['security.authentication.trust_resolver'] ?? ($this->privates['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver(NULLNULL))), ($this->services['security.authorization_checker'] ?? $this->getSecurity_AuthorizationCheckerService()), ($this->privates['security.role_hierarchy'] ?? $this->getSecurity_RoleHierarchyService())), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  4537.     }
  4538.     /**
  4539.      * Gets the private 'debug.security.voter.security.access.role_hierarchy_voter' shared service.
  4540.      *
  4541.      * @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
  4542.      */
  4543.     protected function getDebug_Security_Voter_Security_Access_RoleHierarchyVoterService()
  4544.     {
  4545.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
  4546.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
  4547.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/RoleVoter.php';
  4548.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/RoleHierarchyVoter.php';
  4549.         return $this->privates['debug.security.voter.security.access.role_hierarchy_voter'] = new \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter(new \Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter(($this->privates['security.role_hierarchy'] ?? $this->getSecurity_RoleHierarchyService())), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  4550.     }
  4551.     /**
  4552.      * Gets the private 'debug.security.voter.vote_listener' shared service.
  4553.      *
  4554.      * @return \Symfony\Bundle\SecurityBundle\EventListener\VoteListener
  4555.      */
  4556.     protected function getDebug_Security_Voter_VoteListenerService()
  4557.     {
  4558.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/EventListener/VoteListener.php';
  4559.         return $this->privates['debug.security.voter.vote_listener'] = new \Symfony\Bundle\SecurityBundle\EventListener\VoteListener(($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService()));
  4560.     }
  4561.     /**
  4562.      * Gets the private 'doctrine.cache_clear_metadata_command' shared service.
  4563.      *
  4564.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ClearMetadataCacheDoctrineCommand
  4565.      */
  4566.     protected function getDoctrine_CacheClearMetadataCommandService()
  4567.     {
  4568.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4569.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ClearCache/MetadataCommand.php';
  4570.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/ClearMetadataCacheDoctrineCommand.php';
  4571.         $this->privates['doctrine.cache_clear_metadata_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ClearMetadataCacheDoctrineCommand();
  4572.         $instance->setName('doctrine:cache:clear-metadata');
  4573.         return $instance;
  4574.     }
  4575.     /**
  4576.      * Gets the private 'doctrine.cache_clear_query_cache_command' shared service.
  4577.      *
  4578.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ClearQueryCacheDoctrineCommand
  4579.      */
  4580.     protected function getDoctrine_CacheClearQueryCacheCommandService()
  4581.     {
  4582.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4583.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ClearCache/QueryCommand.php';
  4584.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/ClearQueryCacheDoctrineCommand.php';
  4585.         $this->privates['doctrine.cache_clear_query_cache_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ClearQueryCacheDoctrineCommand();
  4586.         $instance->setName('doctrine:cache:clear-query');
  4587.         return $instance;
  4588.     }
  4589.     /**
  4590.      * Gets the private 'doctrine.cache_clear_result_command' shared service.
  4591.      *
  4592.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ClearResultCacheDoctrineCommand
  4593.      */
  4594.     protected function getDoctrine_CacheClearResultCommandService()
  4595.     {
  4596.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4597.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ClearCache/ResultCommand.php';
  4598.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/ClearResultCacheDoctrineCommand.php';
  4599.         $this->privates['doctrine.cache_clear_result_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ClearResultCacheDoctrineCommand();
  4600.         $instance->setName('doctrine:cache:clear-result');
  4601.         return $instance;
  4602.     }
  4603.     /**
  4604.      * Gets the private 'doctrine.cache_collection_region_command' shared service.
  4605.      *
  4606.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\CollectionRegionDoctrineCommand
  4607.      */
  4608.     protected function getDoctrine_CacheCollectionRegionCommandService()
  4609.     {
  4610.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4611.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ClearCache/CollectionRegionCommand.php';
  4612.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/CollectionRegionDoctrineCommand.php';
  4613.         $this->privates['doctrine.cache_collection_region_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\CollectionRegionDoctrineCommand();
  4614.         $instance->setName('doctrine:cache:clear-collection-region');
  4615.         return $instance;
  4616.     }
  4617.     /**
  4618.      * Gets the private 'doctrine.clear_entity_region_command' shared service.
  4619.      *
  4620.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\EntityRegionCacheDoctrineCommand
  4621.      */
  4622.     protected function getDoctrine_ClearEntityRegionCommandService()
  4623.     {
  4624.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4625.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ClearCache/EntityRegionCommand.php';
  4626.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/EntityRegionCacheDoctrineCommand.php';
  4627.         $this->privates['doctrine.clear_entity_region_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\EntityRegionCacheDoctrineCommand();
  4628.         $instance->setName('doctrine:cache:clear-entity-region');
  4629.         return $instance;
  4630.     }
  4631.     /**
  4632.      * Gets the private 'doctrine.clear_query_region_command' shared service.
  4633.      *
  4634.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\QueryRegionCacheDoctrineCommand
  4635.      */
  4636.     protected function getDoctrine_ClearQueryRegionCommandService()
  4637.     {
  4638.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4639.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ClearCache/QueryRegionCommand.php';
  4640.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/QueryRegionCacheDoctrineCommand.php';
  4641.         $this->privates['doctrine.clear_query_region_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\QueryRegionCacheDoctrineCommand();
  4642.         $instance->setName('doctrine:cache:clear-query-region');
  4643.         return $instance;
  4644.     }
  4645.     /**
  4646.      * Gets the private 'doctrine.database_create_command' shared service.
  4647.      *
  4648.      * @return \Doctrine\Bundle\DoctrineBundle\Command\CreateDatabaseDoctrineCommand
  4649.      */
  4650.     protected function getDoctrine_DatabaseCreateCommandService()
  4651.     {
  4652.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4653.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/DoctrineCommand.php';
  4654.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/CreateDatabaseDoctrineCommand.php';
  4655.         $this->privates['doctrine.database_create_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\CreateDatabaseDoctrineCommand(($this->services['doctrine'] ?? $this->getDoctrineService()));
  4656.         $instance->setName('doctrine:database:create');
  4657.         return $instance;
  4658.     }
  4659.     /**
  4660.      * Gets the private 'doctrine.database_drop_command' shared service.
  4661.      *
  4662.      * @return \Doctrine\Bundle\DoctrineBundle\Command\DropDatabaseDoctrineCommand
  4663.      */
  4664.     protected function getDoctrine_DatabaseDropCommandService()
  4665.     {
  4666.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4667.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/DoctrineCommand.php';
  4668.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/DropDatabaseDoctrineCommand.php';
  4669.         $this->privates['doctrine.database_drop_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\DropDatabaseDoctrineCommand(($this->services['doctrine'] ?? $this->getDoctrineService()));
  4670.         $instance->setName('doctrine:database:drop');
  4671.         return $instance;
  4672.     }
  4673.     /**
  4674.      * Gets the private 'doctrine.database_import_command' shared service.
  4675.      *
  4676.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ImportDoctrineCommand
  4677.      */
  4678.     protected function getDoctrine_DatabaseImportCommandService()
  4679.     {
  4680.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4681.         include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Tools/Console/Command/ImportCommand.php';
  4682.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/ImportDoctrineCommand.php';
  4683.         $this->privates['doctrine.database_import_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ImportDoctrineCommand();
  4684.         $instance->setName('doctrine:database:import');
  4685.         return $instance;
  4686.     }
  4687.     /**
  4688.      * Gets the private 'doctrine.ensure_production_settings_command' shared service.
  4689.      *
  4690.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\EnsureProductionSettingsDoctrineCommand
  4691.      */
  4692.     protected function getDoctrine_EnsureProductionSettingsCommandService()
  4693.     {
  4694.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4695.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/EnsureProductionSettingsCommand.php';
  4696.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/EnsureProductionSettingsDoctrineCommand.php';
  4697.         $this->privates['doctrine.ensure_production_settings_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\EnsureProductionSettingsDoctrineCommand();
  4698.         $instance->setName('doctrine:ensure-production-settings');
  4699.         return $instance;
  4700.     }
  4701.     /**
  4702.      * Gets the private 'doctrine.mapping_convert_command' shared service.
  4703.      *
  4704.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ConvertMappingDoctrineCommand
  4705.      */
  4706.     protected function getDoctrine_MappingConvertCommandService()
  4707.     {
  4708.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4709.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ConvertMappingCommand.php';
  4710.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/ConvertMappingDoctrineCommand.php';
  4711.         $this->privates['doctrine.mapping_convert_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ConvertMappingDoctrineCommand();
  4712.         $instance->setName('doctrine:mapping:convert');
  4713.         return $instance;
  4714.     }
  4715.     /**
  4716.      * Gets the private 'doctrine.mapping_import_command' shared service.
  4717.      *
  4718.      * @return \Doctrine\Bundle\DoctrineBundle\Command\ImportMappingDoctrineCommand
  4719.      */
  4720.     protected function getDoctrine_MappingImportCommandService()
  4721.     {
  4722.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4723.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/DoctrineCommand.php';
  4724.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/ImportMappingDoctrineCommand.php';
  4725.         $this->privates['doctrine.mapping_import_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\ImportMappingDoctrineCommand(($this->services['doctrine'] ?? $this->getDoctrineService()), $this->parameters['kernel.bundles']);
  4726.         $instance->setName('doctrine:mapping:import');
  4727.         return $instance;
  4728.     }
  4729.     /**
  4730.      * Gets the private 'doctrine.mapping_info_command' shared service.
  4731.      *
  4732.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\InfoDoctrineCommand
  4733.      */
  4734.     protected function getDoctrine_MappingInfoCommandService()
  4735.     {
  4736.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4737.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/InfoCommand.php';
  4738.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/InfoDoctrineCommand.php';
  4739.         $this->privates['doctrine.mapping_info_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\InfoDoctrineCommand();
  4740.         $instance->setName('doctrine:mapping:info');
  4741.         return $instance;
  4742.     }
  4743.     /**
  4744.      * Gets the private 'doctrine.migrations.container_aware_migrations_factory' shared service.
  4745.      *
  4746.      * @return \Doctrine\Bundle\MigrationsBundle\MigrationsFactory\ContainerAwareMigrationFactory
  4747.      */
  4748.     protected function getDoctrine_Migrations_ContainerAwareMigrationsFactoryService()
  4749.     {
  4750.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Version/MigrationFactory.php';
  4751.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/MigrationsFactory/ContainerAwareMigrationFactory.php';
  4752.         return $this->privates['doctrine.migrations.container_aware_migrations_factory'] = new \Doctrine\Bundle\MigrationsBundle\MigrationsFactory\ContainerAwareMigrationFactory(($this->privates['doctrine.migrations.dependency_factory'] ?? $this->getDoctrine_Migrations_DependencyFactoryService())->getMigrationFactory(), $this);
  4753.     }
  4754.     /**
  4755.      * Gets the private 'doctrine.migrations.dependency_factory' shared service.
  4756.      *
  4757.      * @return \Doctrine\Migrations\DependencyFactory
  4758.      */
  4759.     protected function getDoctrine_Migrations_DependencyFactoryService()
  4760.     {
  4761.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/DependencyFactory.php';
  4762.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Configuration/Migration/ConfigurationLoader.php';
  4763.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Configuration/Migration/ExistingConfiguration.php';
  4764.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Configuration/Configuration.php';
  4765.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Metadata/Storage/MetadataStorageConfiguration.php';
  4766.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Metadata/Storage/TableMetadataStorageConfiguration.php';
  4767.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Configuration/EntityManager/EntityManagerLoader.php';
  4768.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Configuration/EntityManager/ManagerRegistryEntityManager.php';
  4769.         $a = new \Doctrine\Migrations\Configuration\Configuration();
  4770.         $a->addMigrationsDirectory('DoctrineMigrations', (\dirname(__DIR__4).'/migrations'));
  4771.         $a->setAllOrNothing(false);
  4772.         $a->setCheckDatabasePlatform(true);
  4773.         $a->setMetadataStorageConfiguration(new \Doctrine\Migrations\Metadata\Storage\TableMetadataStorageConfiguration());
  4774.         $this->privates['doctrine.migrations.dependency_factory'] = $instance = \Doctrine\Migrations\DependencyFactory::fromEntityManager(new \Doctrine\Migrations\Configuration\Migration\ExistingConfiguration($a), \Doctrine\Migrations\Configuration\EntityManager\ManagerRegistryEntityManager::withSimpleDefault(($this->services['doctrine'] ?? $this->getDoctrineService())), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  4775.         $instance->setDefinition('Doctrine\\Migrations\\Version\\MigrationFactory', function () {
  4776.             return ($this->privates['doctrine.migrations.container_aware_migrations_factory'] ?? $this->getDoctrine_Migrations_ContainerAwareMigrationsFactoryService());
  4777.         });
  4778.         return $instance;
  4779.     }
  4780.     /**
  4781.      * Gets the private 'doctrine.orm.default_annotation_metadata_driver' shared service.
  4782.      *
  4783.      * @return \Doctrine\ORM\Mapping\Driver\AnnotationDriver
  4784.      */
  4785.     protected function getDoctrine_Orm_DefaultAnnotationMetadataDriverService()
  4786.     {
  4787.         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/vich/uploader-bundle/src/Entity')]);
  4788.     }
  4789.     /**
  4790.      * Gets the private 'doctrine.orm.default_entity_manager.property_info_extractor' shared service.
  4791.      *
  4792.      * @return \Symfony\Bridge\Doctrine\PropertyInfo\DoctrineExtractor
  4793.      */
  4794.     protected function getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService()
  4795.     {
  4796.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/PropertyInfo/DoctrineExtractor.php';
  4797.         return $this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] = new \Symfony\Bridge\Doctrine\PropertyInfo\DoctrineExtractor(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  4798.     }
  4799.     /**
  4800.      * Gets the private 'doctrine.orm.default_listeners.attach_entity_listeners' shared service.
  4801.      *
  4802.      * @return \Doctrine\ORM\Tools\AttachEntityListenersListener
  4803.      */
  4804.     protected function getDoctrine_Orm_DefaultListeners_AttachEntityListenersService()
  4805.     {
  4806.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/AttachEntityListenersListener.php';
  4807.         return $this->privates['doctrine.orm.default_listeners.attach_entity_listeners'] = new \Doctrine\ORM\Tools\AttachEntityListenersListener();
  4808.     }
  4809.     /**
  4810.      * Gets the private 'doctrine.orm.proxy_cache_warmer' shared service.
  4811.      *
  4812.      * @return \Symfony\Bridge\Doctrine\CacheWarmer\ProxyCacheWarmer
  4813.      */
  4814.     protected function getDoctrine_Orm_ProxyCacheWarmerService()
  4815.     {
  4816.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  4817.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/CacheWarmer/ProxyCacheWarmer.php';
  4818.         return $this->privates['doctrine.orm.proxy_cache_warmer'] = new \Symfony\Bridge\Doctrine\CacheWarmer\ProxyCacheWarmer(($this->services['doctrine'] ?? $this->getDoctrineService()));
  4819.     }
  4820.     /**
  4821.      * Gets the private 'doctrine.orm.validator.unique' shared service.
  4822.      *
  4823.      * @return \Symfony\Bridge\Doctrine\Validator\Constraints\UniqueEntityValidator
  4824.      */
  4825.     protected function getDoctrine_Orm_Validator_UniqueService()
  4826.     {
  4827.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  4828.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  4829.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Validator/Constraints/UniqueEntityValidator.php';
  4830.         return $this->privates['doctrine.orm.validator.unique'] = new \Symfony\Bridge\Doctrine\Validator\Constraints\UniqueEntityValidator(($this->services['doctrine'] ?? $this->getDoctrineService()));
  4831.     }
  4832.     /**
  4833.      * Gets the private 'doctrine.query_dql_command' shared service.
  4834.      *
  4835.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\RunDqlDoctrineCommand
  4836.      */
  4837.     protected function getDoctrine_QueryDqlCommandService()
  4838.     {
  4839.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4840.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/RunDqlCommand.php';
  4841.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/RunDqlDoctrineCommand.php';
  4842.         $this->privates['doctrine.query_dql_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\RunDqlDoctrineCommand();
  4843.         $instance->setName('doctrine:query:dql');
  4844.         return $instance;
  4845.     }
  4846.     /**
  4847.      * Gets the private 'doctrine.query_sql_command' shared service.
  4848.      *
  4849.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\RunSqlDoctrineCommand
  4850.      */
  4851.     protected function getDoctrine_QuerySqlCommandService()
  4852.     {
  4853.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4854.         include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Tools/Console/Command/RunSqlCommand.php';
  4855.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/RunSqlDoctrineCommand.php';
  4856.         $this->privates['doctrine.query_sql_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\RunSqlDoctrineCommand(($this->privates['Doctrine\\Bundle\\DoctrineBundle\\Dbal\\ManagerRegistryAwareConnectionProvider'] ?? $this->getManagerRegistryAwareConnectionProviderService()));
  4857.         $instance->setName('doctrine:query:sql');
  4858.         return $instance;
  4859.     }
  4860.     /**
  4861.      * Gets the private 'doctrine.schema_create_command' shared service.
  4862.      *
  4863.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\CreateSchemaDoctrineCommand
  4864.      */
  4865.     protected function getDoctrine_SchemaCreateCommandService()
  4866.     {
  4867.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4868.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/SchemaTool/AbstractCommand.php';
  4869.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/SchemaTool/CreateCommand.php';
  4870.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/CreateSchemaDoctrineCommand.php';
  4871.         $this->privates['doctrine.schema_create_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\CreateSchemaDoctrineCommand();
  4872.         $instance->setName('doctrine:schema:create');
  4873.         return $instance;
  4874.     }
  4875.     /**
  4876.      * Gets the private 'doctrine.schema_drop_command' shared service.
  4877.      *
  4878.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\DropSchemaDoctrineCommand
  4879.      */
  4880.     protected function getDoctrine_SchemaDropCommandService()
  4881.     {
  4882.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4883.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/SchemaTool/AbstractCommand.php';
  4884.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/SchemaTool/DropCommand.php';
  4885.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/DropSchemaDoctrineCommand.php';
  4886.         $this->privates['doctrine.schema_drop_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\DropSchemaDoctrineCommand();
  4887.         $instance->setName('doctrine:schema:drop');
  4888.         return $instance;
  4889.     }
  4890.     /**
  4891.      * Gets the private 'doctrine.schema_update_command' shared service.
  4892.      *
  4893.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\UpdateSchemaDoctrineCommand
  4894.      */
  4895.     protected function getDoctrine_SchemaUpdateCommandService()
  4896.     {
  4897.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4898.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/SchemaTool/AbstractCommand.php';
  4899.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/SchemaTool/UpdateCommand.php';
  4900.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/UpdateSchemaDoctrineCommand.php';
  4901.         $this->privates['doctrine.schema_update_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\UpdateSchemaDoctrineCommand();
  4902.         $instance->setName('doctrine:schema:update');
  4903.         return $instance;
  4904.     }
  4905.     /**
  4906.      * Gets the private 'doctrine.schema_validate_command' shared service.
  4907.      *
  4908.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ValidateSchemaCommand
  4909.      */
  4910.     protected function getDoctrine_SchemaValidateCommandService()
  4911.     {
  4912.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4913.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ValidateSchemaCommand.php';
  4914.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/ValidateSchemaCommand.php';
  4915.         $this->privates['doctrine.schema_validate_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ValidateSchemaCommand();
  4916.         $instance->setName('doctrine:schema:validate');
  4917.         return $instance;
  4918.     }
  4919.     /**
  4920.      * Gets the private 'doctrine_migrations.current_command' shared service.
  4921.      *
  4922.      * @return \Doctrine\Migrations\Tools\Console\Command\CurrentCommand
  4923.      */
  4924.     protected function getDoctrineMigrations_CurrentCommandService()
  4925.     {
  4926.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4927.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  4928.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/CurrentCommand.php';
  4929.         $this->privates['doctrine_migrations.current_command'] = $instance = new \Doctrine\Migrations\Tools\Console\Command\CurrentCommand(($this->privates['doctrine.migrations.dependency_factory'] ?? $this->getDoctrine_Migrations_DependencyFactoryService()), 'doctrine:migrations:current');
  4930.         $instance->setName('doctrine:migrations:current');
  4931.         return $instance;
  4932.     }
  4933.     /**
  4934.      * Gets the private 'doctrine_migrations.diff_command' shared service.
  4935.      *
  4936.      * @return \Doctrine\Migrations\Tools\Console\Command\DiffCommand
  4937.      */
  4938.     protected function getDoctrineMigrations_DiffCommandService()
  4939.     {
  4940.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4941.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  4942.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DiffCommand.php';
  4943.         $this->privates['doctrine_migrations.diff_command'] = $instance = new \Doctrine\Migrations\Tools\Console\Command\DiffCommand(($this->privates['doctrine.migrations.dependency_factory'] ?? $this->getDoctrine_Migrations_DependencyFactoryService()), 'doctrine:migrations:diff');
  4944.         $instance->setName('doctrine:migrations:diff');
  4945.         return $instance;
  4946.     }
  4947.     /**
  4948.      * Gets the private 'doctrine_migrations.dump_schema_command' shared service.
  4949.      *
  4950.      * @return \Doctrine\Migrations\Tools\Console\Command\DumpSchemaCommand
  4951.      */
  4952.     protected function getDoctrineMigrations_DumpSchemaCommandService()
  4953.     {
  4954.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4955.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  4956.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DumpSchemaCommand.php';
  4957.         $this->privates['doctrine_migrations.dump_schema_command'] = $instance = new \Doctrine\Migrations\Tools\Console\Command\DumpSchemaCommand(($this->privates['doctrine.migrations.dependency_factory'] ?? $this->getDoctrine_Migrations_DependencyFactoryService()), 'doctrine:migrations:dump-schema');
  4958.         $instance->setName('doctrine:migrations:dump-schema');
  4959.         return $instance;
  4960.     }
  4961.     /**
  4962.      * Gets the private 'doctrine_migrations.execute_command' shared service.
  4963.      *
  4964.      * @return \Doctrine\Migrations\Tools\Console\Command\ExecuteCommand
  4965.      */
  4966.     protected function getDoctrineMigrations_ExecuteCommandService()
  4967.     {
  4968.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4969.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  4970.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/ExecuteCommand.php';
  4971.         $this->privates['doctrine_migrations.execute_command'] = $instance = new \Doctrine\Migrations\Tools\Console\Command\ExecuteCommand(($this->privates['doctrine.migrations.dependency_factory'] ?? $this->getDoctrine_Migrations_DependencyFactoryService()), 'doctrine:migrations:execute');
  4972.         $instance->setName('doctrine:migrations:execute');
  4973.         return $instance;
  4974.     }
  4975.     /**
  4976.      * Gets the private 'doctrine_migrations.generate_command' shared service.
  4977.      *
  4978.      * @return \Doctrine\Migrations\Tools\Console\Command\GenerateCommand
  4979.      */
  4980.     protected function getDoctrineMigrations_GenerateCommandService()
  4981.     {
  4982.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4983.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  4984.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/GenerateCommand.php';
  4985.         $this->privates['doctrine_migrations.generate_command'] = $instance = new \Doctrine\Migrations\Tools\Console\Command\GenerateCommand(($this->privates['doctrine.migrations.dependency_factory'] ?? $this->getDoctrine_Migrations_DependencyFactoryService()), 'doctrine:migrations:generate');
  4986.         $instance->setName('doctrine:migrations:generate');
  4987.         return $instance;
  4988.     }
  4989.     /**
  4990.      * Gets the private 'doctrine_migrations.latest_command' shared service.
  4991.      *
  4992.      * @return \Doctrine\Migrations\Tools\Console\Command\LatestCommand
  4993.      */
  4994.     protected function getDoctrineMigrations_LatestCommandService()
  4995.     {
  4996.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4997.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  4998.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/LatestCommand.php';
  4999.         $this->privates['doctrine_migrations.latest_command'] = $instance = new \Doctrine\Migrations\Tools\Console\Command\LatestCommand(($this->privates['doctrine.migrations.dependency_factory'] ?? $this->getDoctrine_Migrations_DependencyFactoryService()), 'doctrine:migrations:latest');
  5000.         $instance->setName('doctrine:migrations:latest');
  5001.         return $instance;
  5002.     }
  5003.     /**
  5004.      * Gets the private 'doctrine_migrations.migrate_command' shared service.
  5005.      *
  5006.      * @return \Doctrine\Migrations\Tools\Console\Command\MigrateCommand
  5007.      */
  5008.     protected function getDoctrineMigrations_MigrateCommandService()
  5009.     {
  5010.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5011.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  5012.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/MigrateCommand.php';
  5013.         $this->privates['doctrine_migrations.migrate_command'] = $instance = new \Doctrine\Migrations\Tools\Console\Command\MigrateCommand(($this->privates['doctrine.migrations.dependency_factory'] ?? $this->getDoctrine_Migrations_DependencyFactoryService()), 'doctrine:migrations:migrate');
  5014.         $instance->setName('doctrine:migrations:migrate');
  5015.         return $instance;
  5016.     }
  5017.     /**
  5018.      * Gets the private 'doctrine_migrations.rollup_command' shared service.
  5019.      *
  5020.      * @return \Doctrine\Migrations\Tools\Console\Command\RollupCommand
  5021.      */
  5022.     protected function getDoctrineMigrations_RollupCommandService()
  5023.     {
  5024.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5025.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  5026.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/RollupCommand.php';
  5027.         $this->privates['doctrine_migrations.rollup_command'] = $instance = new \Doctrine\Migrations\Tools\Console\Command\RollupCommand(($this->privates['doctrine.migrations.dependency_factory'] ?? $this->getDoctrine_Migrations_DependencyFactoryService()), 'doctrine:migrations:rollup');
  5028.         $instance->setName('doctrine:migrations:rollup');
  5029.         return $instance;
  5030.     }
  5031.     /**
  5032.      * Gets the private 'doctrine_migrations.status_command' shared service.
  5033.      *
  5034.      * @return \Doctrine\Migrations\Tools\Console\Command\StatusCommand
  5035.      */
  5036.     protected function getDoctrineMigrations_StatusCommandService()
  5037.     {
  5038.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5039.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  5040.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/StatusCommand.php';
  5041.         $this->privates['doctrine_migrations.status_command'] = $instance = new \Doctrine\Migrations\Tools\Console\Command\StatusCommand(($this->privates['doctrine.migrations.dependency_factory'] ?? $this->getDoctrine_Migrations_DependencyFactoryService()), 'doctrine:migrations:status');
  5042.         $instance->setName('doctrine:migrations:status');
  5043.         return $instance;
  5044.     }
  5045.     /**
  5046.      * Gets the private 'doctrine_migrations.sync_metadata_command' shared service.
  5047.      *
  5048.      * @return \Doctrine\Migrations\Tools\Console\Command\SyncMetadataCommand
  5049.      */
  5050.     protected function getDoctrineMigrations_SyncMetadataCommandService()
  5051.     {
  5052.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5053.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  5054.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/SyncMetadataCommand.php';
  5055.         $this->privates['doctrine_migrations.sync_metadata_command'] = $instance = new \Doctrine\Migrations\Tools\Console\Command\SyncMetadataCommand(($this->privates['doctrine.migrations.dependency_factory'] ?? $this->getDoctrine_Migrations_DependencyFactoryService()), 'doctrine:migrations:sync-metadata-storage');
  5056.         $instance->setName('doctrine:migrations:sync-metadata-storage');
  5057.         return $instance;
  5058.     }
  5059.     /**
  5060.      * Gets the private 'doctrine_migrations.up_to_date_command' shared service.
  5061.      *
  5062.      * @return \Doctrine\Migrations\Tools\Console\Command\UpToDateCommand
  5063.      */
  5064.     protected function getDoctrineMigrations_UpToDateCommandService()
  5065.     {
  5066.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5067.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  5068.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/UpToDateCommand.php';
  5069.         $this->privates['doctrine_migrations.up_to_date_command'] = $instance = new \Doctrine\Migrations\Tools\Console\Command\UpToDateCommand(($this->privates['doctrine.migrations.dependency_factory'] ?? $this->getDoctrine_Migrations_DependencyFactoryService()), 'doctrine:migrations:up-to-date');
  5070.         $instance->setName('doctrine:migrations:up-to-date');
  5071.         return $instance;
  5072.     }
  5073.     /**
  5074.      * Gets the private 'doctrine_migrations.version_command' shared service.
  5075.      *
  5076.      * @return \Doctrine\Migrations\Tools\Console\Command\VersionCommand
  5077.      */
  5078.     protected function getDoctrineMigrations_VersionCommandService()
  5079.     {
  5080.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5081.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  5082.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/VersionCommand.php';
  5083.         $this->privates['doctrine_migrations.version_command'] = $instance = new \Doctrine\Migrations\Tools\Console\Command\VersionCommand(($this->privates['doctrine.migrations.dependency_factory'] ?? $this->getDoctrine_Migrations_DependencyFactoryService()), 'doctrine:migrations:version');
  5084.         $instance->setName('doctrine:migrations:version');
  5085.         return $instance;
  5086.     }
  5087.     /**
  5088.      * Gets the private 'doctrine_migrations.versions_command' shared service.
  5089.      *
  5090.      * @return \Doctrine\Migrations\Tools\Console\Command\ListCommand
  5091.      */
  5092.     protected function getDoctrineMigrations_VersionsCommandService()
  5093.     {
  5094.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5095.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  5096.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/ListCommand.php';
  5097.         $this->privates['doctrine_migrations.versions_command'] = $instance = new \Doctrine\Migrations\Tools\Console\Command\ListCommand(($this->privates['doctrine.migrations.dependency_factory'] ?? $this->getDoctrine_Migrations_DependencyFactoryService()), 'doctrine:migrations:versions');
  5098.         $instance->setName('doctrine:migrations:list');
  5099.         return $instance;
  5100.     }
  5101.     /**
  5102.      * Gets the private 'error_handler.error_renderer.html' shared service.
  5103.      *
  5104.      * @return \Symfony\Component\ErrorHandler\ErrorRenderer\HtmlErrorRenderer
  5105.      */
  5106.     protected function getErrorHandler_ErrorRenderer_HtmlService()
  5107.     {
  5108.         include_once \dirname(__DIR__4).'/vendor/symfony/error-handler/ErrorRenderer/ErrorRendererInterface.php';
  5109.         include_once \dirname(__DIR__4).'/vendor/symfony/error-handler/ErrorRenderer/HtmlErrorRenderer.php';
  5110.         $a = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  5111.         return $this->privates['error_handler.error_renderer.html'] = new \Symfony\Component\ErrorHandler\ErrorRenderer\HtmlErrorRenderer(\Symfony\Component\ErrorHandler\ErrorRenderer\HtmlErrorRenderer::isDebug($atrue), 'UTF-8', ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService()), \dirname(__DIR__4), \Symfony\Component\ErrorHandler\ErrorRenderer\HtmlErrorRenderer::getAndCleanOutputBuffer($a), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  5112.     }
  5113.     /**
  5114.      * Gets the private 'exception_listener' shared service.
  5115.      *
  5116.      * @return \Symfony\Component\HttpKernel\EventListener\ErrorListener
  5117.      */
  5118.     protected function getExceptionListenerService()
  5119.     {
  5120.         return $this->privates['exception_listener'] = new \Symfony\Component\HttpKernel\EventListener\ErrorListener('error_controller', ($this->privates['monolog.logger.request'] ?? $this->getMonolog_Logger_RequestService()), true);
  5121.     }
  5122.     /**
  5123.      * Gets the private 'form.choice_list_factory.cached' shared service.
  5124.      *
  5125.      * @return \Symfony\Component\Form\ChoiceList\Factory\CachingFactoryDecorator
  5126.      */
  5127.     protected function getForm_ChoiceListFactory_CachedService()
  5128.     {
  5129.         include_once \dirname(__DIR__4).'/vendor/symfony/form/ChoiceList/Factory/ChoiceListFactoryInterface.php';
  5130.         include_once \dirname(__DIR__4).'/vendor/symfony/form/ChoiceList/Factory/CachingFactoryDecorator.php';
  5131.         include_once \dirname(__DIR__4).'/vendor/symfony/form/ChoiceList/Factory/PropertyAccessDecorator.php';
  5132.         include_once \dirname(__DIR__4).'/vendor/symfony/form/ChoiceList/Factory/DefaultChoiceListFactory.php';
  5133.         return $this->privates['form.choice_list_factory.cached'] = new \Symfony\Component\Form\ChoiceList\Factory\CachingFactoryDecorator(new \Symfony\Component\Form\ChoiceList\Factory\PropertyAccessDecorator(new \Symfony\Component\Form\ChoiceList\Factory\DefaultChoiceListFactory(), ($this->privates['property_accessor'] ?? $this->getPropertyAccessorService())));
  5134.     }
  5135.     /**
  5136.      * Gets the private 'form.registry' shared service.
  5137.      *
  5138.      * @return \Symfony\Component\Form\FormRegistry
  5139.      */
  5140.     protected function getForm_RegistryService()
  5141.     {
  5142.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormRegistryInterface.php';
  5143.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormRegistry.php';
  5144.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormExtensionInterface.php';
  5145.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DependencyInjection/DependencyInjectionExtension.php';
  5146.         include_once \dirname(__DIR__4).'/vendor/symfony/form/ResolvedFormTypeFactoryInterface.php';
  5147.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/Proxy/ResolvedTypeFactoryDataCollectorProxy.php';
  5148.         include_once \dirname(__DIR__4).'/vendor/symfony/form/ResolvedFormTypeFactory.php';
  5149.         return $this->privates['form.registry'] = new \Symfony\Component\Form\FormRegistry([=> new \Symfony\Component\Form\Extension\DependencyInjection\DependencyInjectionExtension(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  5150.             'App\\Form\\AlerteStagiaireType' => ['privates''App\\Form\\AlerteStagiaireType''getAlerteStagiaireTypeService'false],
  5151.             'App\\Form\\AlerteType' => ['privates''App\\Form\\AlerteType''getAlerteTypeService'false],
  5152.             'App\\Form\\AnimateurType' => ['privates''App\\Form\\AnimateurType''getAnimateurTypeService'false],
  5153.             'App\\Form\\ArticleFormateurType' => ['privates''App\\Form\\ArticleFormateurType''getArticleFormateurTypeService'false],
  5154.             'App\\Form\\ArticleType' => ['privates''App\\Form\\ArticleType''getArticleTypeService'false],
  5155.             'App\\Form\\CentreType' => ['privates''App\\Form\\CentreType''getCentreTypeService'false],
  5156.             'App\\Form\\CorrespondantType' => ['privates''App\\Form\\CorrespondantType''getCorrespondantTypeService'false],
  5157.             'App\\Form\\EmploiType' => ['privates''App\\Form\\EmploiType''getEmploiTypeService'false],
  5158.             'App\\Form\\EvaluationStagiaireType' => ['privates''App\\Form\\EvaluationStagiaireType''getEvaluationStagiaireTypeService'false],
  5159.             'App\\Form\\EvaluationType' => ['privates''App\\Form\\EvaluationType''getEvaluationTypeService'false],
  5160.             'App\\Form\\FichierType' => ['privates''App\\Form\\FichierType''getFichierTypeService'false],
  5161.             'App\\Form\\FormateurType' => ['privates''App\\Form\\FormateurType''getFormateurTypeService'false],
  5162.             'App\\Form\\FormationType' => ['privates''App\\Form\\FormationType''getFormationTypeService'false],
  5163.             'App\\Form\\ImageType' => ['privates''App\\Form\\ImageType''getImageTypeService'false],
  5164.             'App\\Form\\InscriptionCourtesFrontType' => ['privates''App\\Form\\InscriptionCourtesFrontType''getInscriptionCourtesFrontTypeService'false],
  5165.             'App\\Form\\InscriptionEnadepFrontType' => ['privates''App\\Form\\InscriptionEnadepFrontType''getInscriptionEnadepFrontTypeService'false],
  5166.             'App\\Form\\InscriptionFidesFrontType' => ['privates''App\\Form\\InscriptionFidesFrontType''getInscriptionFidesFrontTypeService'false],
  5167.             'App\\Form\\InscriptionQualifiantesFrontType' => ['privates''App\\Form\\InscriptionQualifiantesFrontType''getInscriptionQualifiantesFrontTypeService'false],
  5168.             'App\\Form\\InscriptionType' => ['privates''App\\Form\\InscriptionType''getInscriptionTypeService'false],
  5169.             'App\\Form\\ItineraireType' => ['privates''App\\Form\\ItineraireType''getItineraireTypeService'false],
  5170.             'App\\Form\\JourneeType' => ['privates''App\\Form\\JourneeType''getJourneeTypeService'false],
  5171.             'App\\Form\\MatiereType' => ['privates''App\\Form\\MatiereType''getMatiereTypeService'false],
  5172.             'App\\Form\\MessageType' => ['privates''App\\Form\\MessageType''getMessageTypeService'false],
  5173.             'App\\Form\\MetierType' => ['privates''App\\Form\\MetierType''getMetierTypeService'false],
  5174.             'App\\Form\\ObjectifType' => ['privates''App\\Form\\ObjectifType''getObjectifTypeService'false],
  5175.             'App\\Form\\OrdreType' => ['privates''App\\Form\\OrdreType''getOrdreTypeService'false],
  5176.             'App\\Form\\PedagogueType' => ['privates''App\\Form\\PedagogueType''getPedagogueTypeService'false],
  5177.             'App\\Form\\ProfessionType' => ['privates''App\\Form\\ProfessionType''getProfessionTypeService'false],
  5178.             'App\\Form\\SalleType' => ['privates''App\\Form\\SalleType''getSalleTypeService'false],
  5179.             'App\\Form\\SessionAlerteType' => ['privates''App\\Form\\SessionAlerteType''getSessionAlerteTypeService'false],
  5180.             'App\\Form\\SessionType' => ['privates''App\\Form\\SessionType''getSessionTypeService'false],
  5181.             'App\\Form\\SmallMessageType' => ['privates''App\\Form\\SmallMessageType''getSmallMessageTypeService'false],
  5182.             'App\\Form\\StagiaireInscriptionCourtesType' => ['privates''App\\Form\\StagiaireInscriptionCourtesType''getStagiaireInscriptionCourtesTypeService'false],
  5183.             'App\\Form\\StagiaireInscriptionEnadepType' => ['privates''App\\Form\\StagiaireInscriptionEnadepType''getStagiaireInscriptionEnadepTypeService'false],
  5184.             'App\\Form\\StagiaireInscriptionFidesType' => ['privates''App\\Form\\StagiaireInscriptionFidesType''getStagiaireInscriptionFidesTypeService'false],
  5185.             'App\\Form\\StagiaireInscriptionQualifiantesType' => ['privates''App\\Form\\StagiaireInscriptionQualifiantesType''getStagiaireInscriptionQualifiantesTypeService'false],
  5186.             'App\\Form\\StagiaireType' => ['privates''App\\Form\\StagiaireType''getStagiaireTypeService'false],
  5187.             'App\\Form\\SupportType' => ['privates''App\\Form\\SupportType''getSupportTypeService'false],
  5188.             'App\\Form\\VisuelType' => ['privates''App\\Form\\VisuelType''getVisuelTypeService'false],
  5189.             'FOS\\CKEditorBundle\\Form\\Type\\CKEditorType' => ['privates''fos_ck_editor.form.type''getFosCkEditor_Form_TypeService'false],
  5190.             'FOS\\UserBundle\\Form\\Type\\ChangePasswordFormType' => ['privates''fos_user.change_password.form.type''getFosUser_ChangePassword_Form_TypeService'false],
  5191.             'FOS\\UserBundle\\Form\\Type\\ProfileFormType' => ['privates''fos_user.profile.form.type''getFosUser_Profile_Form_TypeService'false],
  5192.             'FOS\\UserBundle\\Form\\Type\\RegistrationFormType' => ['privates''fos_user.registration.form.type''getFosUser_Registration_Form_TypeService'false],
  5193.             'FOS\\UserBundle\\Form\\Type\\ResettingFormType' => ['privates''fos_user.resetting.form.type''getFosUser_Resetting_Form_TypeService'false],
  5194.             'FOS\\UserBundle\\Form\\Type\\UsernameFormType' => ['privates''fos_user.username_form_type''getFosUser_UsernameFormTypeService'false],
  5195.             'Liip\\ImagineBundle\\Form\\Type\\ImageType' => ['privates''liip_imagine.form.type.image''getLiipImagine_Form_Type_ImageService'false],
  5196.             'Symfony\\Bridge\\Doctrine\\Form\\Type\\EntityType' => ['privates''form.type.entity''getForm_Type_EntityService'false],
  5197.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\ChoiceType' => ['privates''form.type.choice''getForm_Type_ChoiceService'false],
  5198.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\FileType' => ['services''form.type.file''getForm_Type_FileService'false],
  5199.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\FormType' => ['privates''form.type.form''getForm_Type_FormService'false],
  5200.             'Tetranz\\Select2EntityBundle\\Form\\Type\\Select2EntityType' => ['privates''tetranz_select2entity.select2entity_type''getTetranzSelect2entity_Select2entityTypeService'false],
  5201.             'Vich\\UploaderBundle\\Form\\Type\\VichFileType' => ['services''vich_uploader.form.type.file''getVichUploader_Form_Type_FileService'false],
  5202.             'Vich\\UploaderBundle\\Form\\Type\\VichImageType' => ['services''vich_uploader.form.type.image''getVichUploader_Form_Type_ImageService'false],
  5203.         ], [
  5204.             'App\\Form\\AlerteStagiaireType' => '?',
  5205.             'App\\Form\\AlerteType' => '?',
  5206.             'App\\Form\\AnimateurType' => '?',
  5207.             'App\\Form\\ArticleFormateurType' => '?',
  5208.             'App\\Form\\ArticleType' => '?',
  5209.             'App\\Form\\CentreType' => '?',
  5210.             'App\\Form\\CorrespondantType' => '?',
  5211.             'App\\Form\\EmploiType' => '?',
  5212.             'App\\Form\\EvaluationStagiaireType' => '?',
  5213.             'App\\Form\\EvaluationType' => '?',
  5214.             'App\\Form\\FichierType' => '?',
  5215.             'App\\Form\\FormateurType' => '?',
  5216.             'App\\Form\\FormationType' => '?',
  5217.             'App\\Form\\ImageType' => '?',
  5218.             'App\\Form\\InscriptionCourtesFrontType' => '?',
  5219.             'App\\Form\\InscriptionEnadepFrontType' => '?',
  5220.             'App\\Form\\InscriptionFidesFrontType' => '?',
  5221.             'App\\Form\\InscriptionQualifiantesFrontType' => '?',
  5222.             'App\\Form\\InscriptionType' => '?',
  5223.             'App\\Form\\ItineraireType' => '?',
  5224.             'App\\Form\\JourneeType' => '?',
  5225.             'App\\Form\\MatiereType' => '?',
  5226.             'App\\Form\\MessageType' => '?',
  5227.             'App\\Form\\MetierType' => '?',
  5228.             'App\\Form\\ObjectifType' => '?',
  5229.             'App\\Form\\OrdreType' => '?',
  5230.             'App\\Form\\PedagogueType' => '?',
  5231.             'App\\Form\\ProfessionType' => '?',
  5232.             'App\\Form\\SalleType' => '?',
  5233.             'App\\Form\\SessionAlerteType' => '?',
  5234.             'App\\Form\\SessionType' => '?',
  5235.             'App\\Form\\SmallMessageType' => '?',
  5236.             'App\\Form\\StagiaireInscriptionCourtesType' => '?',
  5237.             'App\\Form\\StagiaireInscriptionEnadepType' => '?',
  5238.             'App\\Form\\StagiaireInscriptionFidesType' => '?',
  5239.             'App\\Form\\StagiaireInscriptionQualifiantesType' => '?',
  5240.             'App\\Form\\StagiaireType' => '?',
  5241.             'App\\Form\\SupportType' => '?',
  5242.             'App\\Form\\VisuelType' => '?',
  5243.             'FOS\\CKEditorBundle\\Form\\Type\\CKEditorType' => '?',
  5244.             'FOS\\UserBundle\\Form\\Type\\ChangePasswordFormType' => '?',
  5245.             'FOS\\UserBundle\\Form\\Type\\ProfileFormType' => '?',
  5246.             'FOS\\UserBundle\\Form\\Type\\RegistrationFormType' => '?',
  5247.             'FOS\\UserBundle\\Form\\Type\\ResettingFormType' => '?',
  5248.             'FOS\\UserBundle\\Form\\Type\\UsernameFormType' => '?',
  5249.             'Liip\\ImagineBundle\\Form\\Type\\ImageType' => '?',
  5250.             'Symfony\\Bridge\\Doctrine\\Form\\Type\\EntityType' => '?',
  5251.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\ChoiceType' => '?',
  5252.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\FileType' => '?',
  5253.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\FormType' => '?',
  5254.             'Tetranz\\Select2EntityBundle\\Form\\Type\\Select2EntityType' => '?',
  5255.             'Vich\\UploaderBundle\\Form\\Type\\VichFileType' => '?',
  5256.             'Vich\\UploaderBundle\\Form\\Type\\VichImageType' => '?',
  5257.         ]), ['Symfony\\Component\\Form\\Extension\\Core\\Type\\FormType' => new RewindableGenerator(function () {
  5258.             yield => ($this->privates['form.type_extension.form.transformation_failure_handling'] ?? $this->getForm_TypeExtension_Form_TransformationFailureHandlingService());
  5259.             yield => ($this->privates['form.type_extension.form.http_foundation'] ?? $this->getForm_TypeExtension_Form_HttpFoundationService());
  5260.             yield => ($this->privates['form.type_extension.form.validator'] ?? $this->getForm_TypeExtension_Form_ValidatorService());
  5261.             yield => ($this->privates['form.type_extension.upload.validator'] ?? $this->getForm_TypeExtension_Upload_ValidatorService());
  5262.             yield => ($this->privates['form.type_extension.csrf'] ?? $this->getForm_TypeExtension_CsrfService());
  5263.             yield => ($this->privates['form.type_extension.form.data_collector'] ?? $this->getForm_TypeExtension_Form_DataCollectorService());
  5264.         }, 6), 'Symfony\\Component\\Form\\Extension\\Core\\Type\\RepeatedType' => new RewindableGenerator(function () {
  5265.             yield => ($this->privates['form.type_extension.repeated.validator'] ?? ($this->privates['form.type_extension.repeated.validator'] = new \Symfony\Component\Form\Extension\Validator\Type\RepeatedTypeValidatorExtension()));
  5266.         }, 1), 'Symfony\\Component\\Form\\Extension\\Core\\Type\\SubmitType' => new RewindableGenerator(function () {
  5267.             yield => ($this->privates['form.type_extension.submit.validator'] ?? ($this->privates['form.type_extension.submit.validator'] = new \Symfony\Component\Form\Extension\Validator\Type\SubmitTypeValidatorExtension()));
  5268.         }, 1)], new RewindableGenerator(function () {
  5269.             yield => ($this->privates['form.type_guesser.validator'] ?? $this->getForm_TypeGuesser_ValidatorService());
  5270.             yield => ($this->privates['form.type_guesser.doctrine'] ?? $this->getForm_TypeGuesser_DoctrineService());
  5271.         }, 2))], new \Symfony\Component\Form\Extension\DataCollector\Proxy\ResolvedTypeFactoryDataCollectorProxy(new \Symfony\Component\Form\ResolvedFormTypeFactory(), ($this->privates['data_collector.form'] ?? $this->getDataCollector_FormService())));
  5272.     }
  5273.     /**
  5274.      * Gets the private 'form.server_params' shared service.
  5275.      *
  5276.      * @return \Symfony\Component\Form\Util\ServerParams
  5277.      */
  5278.     protected function getForm_ServerParamsService()
  5279.     {
  5280.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Util/ServerParams.php';
  5281.         return $this->privates['form.server_params'] = new \Symfony\Component\Form\Util\ServerParams(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  5282.     }
  5283.     /**
  5284.      * Gets the private 'form.type.choice' shared service.
  5285.      *
  5286.      * @return \Symfony\Component\Form\Extension\Core\Type\ChoiceType
  5287.      */
  5288.     protected function getForm_Type_ChoiceService()
  5289.     {
  5290.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  5291.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  5292.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/ChoiceType.php';
  5293.         return $this->privates['form.type.choice'] = new \Symfony\Component\Form\Extension\Core\Type\ChoiceType(($this->privates['form.choice_list_factory.cached'] ?? $this->getForm_ChoiceListFactory_CachedService()), ($this->services['translator'] ?? $this->getTranslatorService()));
  5294.     }
  5295.     /**
  5296.      * Gets the private 'form.type.entity' shared service.
  5297.      *
  5298.      * @return \Symfony\Bridge\Doctrine\Form\Type\EntityType
  5299.      */
  5300.     protected function getForm_Type_EntityService()
  5301.     {
  5302.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  5303.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  5304.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Form/Type/DoctrineType.php';
  5305.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Form/Type/EntityType.php';
  5306.         return $this->privates['form.type.entity'] = new \Symfony\Bridge\Doctrine\Form\Type\EntityType(($this->services['doctrine'] ?? $this->getDoctrineService()));
  5307.     }
  5308.     /**
  5309.      * Gets the private 'form.type.form' shared service.
  5310.      *
  5311.      * @return \Symfony\Component\Form\Extension\Core\Type\FormType
  5312.      */
  5313.     protected function getForm_Type_FormService()
  5314.     {
  5315.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  5316.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  5317.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/BaseType.php';
  5318.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/FormType.php';
  5319.         return $this->privates['form.type.form'] = new \Symfony\Component\Form\Extension\Core\Type\FormType(($this->privates['property_accessor'] ?? $this->getPropertyAccessorService()));
  5320.     }
  5321.     /**
  5322.      * Gets the private 'form.type_extension.csrf' shared service.
  5323.      *
  5324.      * @return \Symfony\Component\Form\Extension\Csrf\Type\FormTypeCsrfExtension
  5325.      */
  5326.     protected function getForm_TypeExtension_CsrfService()
  5327.     {
  5328.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  5329.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractTypeExtension.php';
  5330.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Csrf/Type/FormTypeCsrfExtension.php';
  5331.         return $this->privates['form.type_extension.csrf'] = new \Symfony\Component\Form\Extension\Csrf\Type\FormTypeCsrfExtension(($this->services['security.csrf.token_manager'] ?? $this->getSecurity_Csrf_TokenManagerService()), true'_token', ($this->services['translator'] ?? $this->getTranslatorService()), 'validators', ($this->privates['form.server_params'] ?? $this->getForm_ServerParamsService()));
  5332.     }
  5333.     /**
  5334.      * Gets the private 'form.type_extension.form.data_collector' shared service.
  5335.      *
  5336.      * @return \Symfony\Component\Form\Extension\DataCollector\Type\DataCollectorTypeExtension
  5337.      */
  5338.     protected function getForm_TypeExtension_Form_DataCollectorService()
  5339.     {
  5340.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  5341.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractTypeExtension.php';
  5342.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/Type/DataCollectorTypeExtension.php';
  5343.         return $this->privates['form.type_extension.form.data_collector'] = new \Symfony\Component\Form\Extension\DataCollector\Type\DataCollectorTypeExtension(($this->privates['data_collector.form'] ?? $this->getDataCollector_FormService()));
  5344.     }
  5345.     /**
  5346.      * Gets the private 'form.type_extension.form.http_foundation' shared service.
  5347.      *
  5348.      * @return \Symfony\Component\Form\Extension\HttpFoundation\Type\FormTypeHttpFoundationExtension
  5349.      */
  5350.     protected function getForm_TypeExtension_Form_HttpFoundationService()
  5351.     {
  5352.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  5353.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractTypeExtension.php';
  5354.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/HttpFoundation/Type/FormTypeHttpFoundationExtension.php';
  5355.         include_once \dirname(__DIR__4).'/vendor/symfony/form/RequestHandlerInterface.php';
  5356.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/HttpFoundation/HttpFoundationRequestHandler.php';
  5357.         return $this->privates['form.type_extension.form.http_foundation'] = new \Symfony\Component\Form\Extension\HttpFoundation\Type\FormTypeHttpFoundationExtension(new \Symfony\Component\Form\Extension\HttpFoundation\HttpFoundationRequestHandler(($this->privates['form.server_params'] ?? $this->getForm_ServerParamsService())));
  5358.     }
  5359.     /**
  5360.      * Gets the private 'form.type_extension.form.transformation_failure_handling' shared service.
  5361.      *
  5362.      * @return \Symfony\Component\Form\Extension\Core\Type\TransformationFailureExtension
  5363.      */
  5364.     protected function getForm_TypeExtension_Form_TransformationFailureHandlingService()
  5365.     {
  5366.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  5367.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractTypeExtension.php';
  5368.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/TransformationFailureExtension.php';
  5369.         return $this->privates['form.type_extension.form.transformation_failure_handling'] = new \Symfony\Component\Form\Extension\Core\Type\TransformationFailureExtension(($this->services['translator'] ?? $this->getTranslatorService()));
  5370.     }
  5371.     /**
  5372.      * Gets the private 'form.type_extension.form.validator' shared service.
  5373.      *
  5374.      * @return \Symfony\Component\Form\Extension\Validator\Type\FormTypeValidatorExtension
  5375.      */
  5376.     protected function getForm_TypeExtension_Form_ValidatorService()
  5377.     {
  5378.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  5379.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractTypeExtension.php';
  5380.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Validator/Type/BaseValidatorExtension.php';
  5381.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Validator/Type/FormTypeValidatorExtension.php';
  5382.         return $this->privates['form.type_extension.form.validator'] = new \Symfony\Component\Form\Extension\Validator\Type\FormTypeValidatorExtension(($this->services['validator'] ?? $this->getValidatorService()));
  5383.     }
  5384.     /**
  5385.      * Gets the private 'form.type_extension.upload.validator' shared service.
  5386.      *
  5387.      * @return \Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension
  5388.      */
  5389.     protected function getForm_TypeExtension_Upload_ValidatorService()
  5390.     {
  5391.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  5392.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractTypeExtension.php';
  5393.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Validator/Type/UploadValidatorExtension.php';
  5394.         return $this->privates['form.type_extension.upload.validator'] = new \Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension(($this->services['translator'] ?? $this->getTranslatorService()), 'validators');
  5395.     }
  5396.     /**
  5397.      * Gets the private 'form.type_guesser.doctrine' shared service.
  5398.      *
  5399.      * @return \Symfony\Bridge\Doctrine\Form\DoctrineOrmTypeGuesser
  5400.      */
  5401.     protected function getForm_TypeGuesser_DoctrineService()
  5402.     {
  5403.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeGuesserInterface.php';
  5404.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Form/DoctrineOrmTypeGuesser.php';
  5405.         return $this->privates['form.type_guesser.doctrine'] = new \Symfony\Bridge\Doctrine\Form\DoctrineOrmTypeGuesser(($this->services['doctrine'] ?? $this->getDoctrineService()));
  5406.     }
  5407.     /**
  5408.      * Gets the private 'form.type_guesser.validator' shared service.
  5409.      *
  5410.      * @return \Symfony\Component\Form\Extension\Validator\ValidatorTypeGuesser
  5411.      */
  5412.     protected function getForm_TypeGuesser_ValidatorService()
  5413.     {
  5414.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeGuesserInterface.php';
  5415.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Validator/ValidatorTypeGuesser.php';
  5416.         return $this->privates['form.type_guesser.validator'] = new \Symfony\Component\Form\Extension\Validator\ValidatorTypeGuesser(($this->services['validator'] ?? $this->getValidatorService()));
  5417.     }
  5418.     /**
  5419.      * Gets the private 'fos_ck_editor.command.installer' shared service.
  5420.      *
  5421.      * @return \FOS\CKEditorBundle\Command\CKEditorInstallerCommand
  5422.      */
  5423.     protected function getFosCkEditor_Command_InstallerService()
  5424.     {
  5425.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5426.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/ckeditor-bundle/src/Command/CKEditorInstallerCommand.php';
  5427.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/ckeditor-bundle/src/Installer/CKEditorInstaller.php';
  5428.         $this->privates['fos_ck_editor.command.installer'] = $instance = new \FOS\CKEditorBundle\Command\CKEditorInstallerCommand(new \FOS\CKEditorBundle\Installer\CKEditorInstaller());
  5429.         $instance->setName('ckeditor:install');
  5430.         return $instance;
  5431.     }
  5432.     /**
  5433.      * Gets the private 'fos_ck_editor.form.type' shared service.
  5434.      *
  5435.      * @return \FOS\CKEditorBundle\Form\Type\CKEditorType
  5436.      */
  5437.     protected function getFosCkEditor_Form_TypeService()
  5438.     {
  5439.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  5440.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  5441.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/ckeditor-bundle/src/Form/Type/CKEditorType.php';
  5442.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/ckeditor-bundle/src/Config/CKEditorConfigurationInterface.php';
  5443.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/ckeditor-bundle/src/Config/CKEditorConfiguration.php';
  5444.         return $this->privates['fos_ck_editor.form.type'] = new \FOS\CKEditorBundle\Form\Type\CKEditorType(new \FOS\CKEditorBundle\Config\CKEditorConfiguration(['base_path' => 'bundles/fosckeditor''js_path' => 'bundles/fosckeditor/ckeditor.js''configs' => ['baseconfig' => ['language' => 'fr''filebrowserBrowseRoute' => 'ex_base_admin_images_liste''filebrowserBrowseRouteType' => 0'toolbar' => 'standard'], 'standard_config' => ['language' => 'fr''filebrowserBrowseRoute' => 'ex_base_admin_images_liste''filebrowserBrowseRouteType' => 0'toolbar' => 'standard']], 'enable' => true'async' => false'auto_inline' => true'inline' => false'autoload' => true'jquery' => false'require_js' => false'input_sync' => false'jquery_path' => 'bundles/fosckeditor/adapters/jquery.js''default_config' => NULL'plugins' => [], 'styles' => [], 'templates' => [], 'filebrowsers' => [], 'toolbars' => ['configs' => [], 'items' => []]]));
  5445.     }
  5446.     /**
  5447.      * Gets the private 'fos_js_routing.dump_command' shared service.
  5448.      *
  5449.      * @return \FOS\JsRoutingBundle\Command\DumpCommand
  5450.      */
  5451.     protected function getFosJsRouting_DumpCommandService()
  5452.     {
  5453.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5454.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/jsrouting-bundle/Command/DumpCommand.php';
  5455.         $this->privates['fos_js_routing.dump_command'] = $instance = new \FOS\JsRoutingBundle\Command\DumpCommand(($this->services['fos_js_routing.extractor'] ?? $this->getFosJsRouting_ExtractorService()), ($this->services['fos_js_routing.serializer'] ?? $this->getFosJsRouting_SerializerService()), \dirname(__DIR__4), NULL);
  5456.         $instance->setName('fos:js-routing:dump');
  5457.         return $instance;
  5458.     }
  5459.     /**
  5460.      * Gets the private 'fos_js_routing.router_debug_exposed_command' shared service.
  5461.      *
  5462.      * @return \FOS\JsRoutingBundle\Command\RouterDebugExposedCommand
  5463.      */
  5464.     protected function getFosJsRouting_RouterDebugExposedCommandService()
  5465.     {
  5466.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5467.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/jsrouting-bundle/Command/RouterDebugExposedCommand.php';
  5468.         $this->privates['fos_js_routing.router_debug_exposed_command'] = $instance = new \FOS\JsRoutingBundle\Command\RouterDebugExposedCommand(($this->services['fos_js_routing.extractor'] ?? $this->getFosJsRouting_ExtractorService()), ($this->services['router'] ?? $this->getRouterService()));
  5469.         $instance->setName('fos:js-routing:debug');
  5470.         return $instance;
  5471.     }
  5472.     /**
  5473.      * Gets the private 'fos_user.change_password.form.type' shared service.
  5474.      *
  5475.      * @return \FOS\UserBundle\Form\Type\ChangePasswordFormType
  5476.      */
  5477.     protected function getFosUser_ChangePassword_Form_TypeService()
  5478.     {
  5479.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  5480.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  5481.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Form/Type/ChangePasswordFormType.php';
  5482.         return $this->privates['fos_user.change_password.form.type'] = new \FOS\UserBundle\Form\Type\ChangePasswordFormType('App\\Entity\\User');
  5483.     }
  5484.     /**
  5485.      * Gets the private 'fos_user.command.activate_user' shared service.
  5486.      *
  5487.      * @return \FOS\UserBundle\Command\ActivateUserCommand
  5488.      */
  5489.     protected function getFosUser_Command_ActivateUserService()
  5490.     {
  5491.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5492.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Command/ActivateUserCommand.php';
  5493.         $this->privates['fos_user.command.activate_user'] = $instance = new \FOS\UserBundle\Command\ActivateUserCommand(($this->privates['fos_user.util.user_manipulator'] ?? $this->getFosUser_Util_UserManipulatorService()));
  5494.         $instance->setName('fos:user:activate');
  5495.         return $instance;
  5496.     }
  5497.     /**
  5498.      * Gets the private 'fos_user.command.change_password' shared service.
  5499.      *
  5500.      * @return \FOS\UserBundle\Command\ChangePasswordCommand
  5501.      */
  5502.     protected function getFosUser_Command_ChangePasswordService()
  5503.     {
  5504.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5505.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Command/ChangePasswordCommand.php';
  5506.         $this->privates['fos_user.command.change_password'] = $instance = new \FOS\UserBundle\Command\ChangePasswordCommand(($this->privates['fos_user.util.user_manipulator'] ?? $this->getFosUser_Util_UserManipulatorService()));
  5507.         $instance->setName('fos:user:change-password');
  5508.         return $instance;
  5509.     }
  5510.     /**
  5511.      * Gets the private 'fos_user.command.create_user' shared service.
  5512.      *
  5513.      * @return \FOS\UserBundle\Command\CreateUserCommand
  5514.      */
  5515.     protected function getFosUser_Command_CreateUserService()
  5516.     {
  5517.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5518.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Command/CreateUserCommand.php';
  5519.         $this->privates['fos_user.command.create_user'] = $instance = new \FOS\UserBundle\Command\CreateUserCommand(($this->privates['fos_user.util.user_manipulator'] ?? $this->getFosUser_Util_UserManipulatorService()));
  5520.         $instance->setName('fos:user:create');
  5521.         return $instance;
  5522.     }
  5523.     /**
  5524.      * Gets the private 'fos_user.command.deactivate_user' shared service.
  5525.      *
  5526.      * @return \FOS\UserBundle\Command\DeactivateUserCommand
  5527.      */
  5528.     protected function getFosUser_Command_DeactivateUserService()
  5529.     {
  5530.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5531.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Command/DeactivateUserCommand.php';
  5532.         $this->privates['fos_user.command.deactivate_user'] = $instance = new \FOS\UserBundle\Command\DeactivateUserCommand(($this->privates['fos_user.util.user_manipulator'] ?? $this->getFosUser_Util_UserManipulatorService()));
  5533.         $instance->setName('fos:user:deactivate');
  5534.         return $instance;
  5535.     }
  5536.     /**
  5537.      * Gets the private 'fos_user.command.demote_user' shared service.
  5538.      *
  5539.      * @return \FOS\UserBundle\Command\DemoteUserCommand
  5540.      */
  5541.     protected function getFosUser_Command_DemoteUserService()
  5542.     {
  5543.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5544.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Command/RoleCommand.php';
  5545.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Command/DemoteUserCommand.php';
  5546.         $this->privates['fos_user.command.demote_user'] = $instance = new \FOS\UserBundle\Command\DemoteUserCommand(($this->privates['fos_user.util.user_manipulator'] ?? $this->getFosUser_Util_UserManipulatorService()));
  5547.         $instance->setName('fos:user:demote');
  5548.         return $instance;
  5549.     }
  5550.     /**
  5551.      * Gets the private 'fos_user.command.promote_user' shared service.
  5552.      *
  5553.      * @return \FOS\UserBundle\Command\PromoteUserCommand
  5554.      */
  5555.     protected function getFosUser_Command_PromoteUserService()
  5556.     {
  5557.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5558.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Command/RoleCommand.php';
  5559.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Command/PromoteUserCommand.php';
  5560.         $this->privates['fos_user.command.promote_user'] = $instance = new \FOS\UserBundle\Command\PromoteUserCommand(($this->privates['fos_user.util.user_manipulator'] ?? $this->getFosUser_Util_UserManipulatorService()));
  5561.         $instance->setName('fos:user:promote');
  5562.         return $instance;
  5563.     }
  5564.     /**
  5565.      * Gets the private 'fos_user.listener.authentication' shared service.
  5566.      *
  5567.      * @return \FOS\UserBundle\EventListener\AuthenticationListener
  5568.      */
  5569.     protected function getFosUser_Listener_AuthenticationService()
  5570.     {
  5571.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/EventListener/AuthenticationListener.php';
  5572.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Security/LoginManagerInterface.php';
  5573.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Security/LoginManager.php';
  5574.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/UserCheckerInterface.php';
  5575.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/UserChecker.php';
  5576.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Session/SessionAuthenticationStrategyInterface.php';
  5577.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Session/SessionAuthenticationStrategy.php';
  5578.         return $this->privates['fos_user.listener.authentication'] = new \FOS\UserBundle\EventListener\AuthenticationListener(new \FOS\UserBundle\Security\LoginManager(($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()), ($this->privates['security.user_checker'] ?? ($this->privates['security.user_checker'] = new \Symfony\Component\Security\Core\User\UserChecker())), ($this->privates['security.authentication.session_strategy'] ?? ($this->privates['security.authentication.session_strategy'] = new \Symfony\Component\Security\Http\Session\SessionAuthenticationStrategy('migrate'))), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), NULL), 'main');
  5579.     }
  5580.     /**
  5581.      * Gets the private 'fos_user.listener.flash' shared service.
  5582.      *
  5583.      * @return \FOS\UserBundle\EventListener\FlashListener
  5584.      */
  5585.     protected function getFosUser_Listener_FlashService()
  5586.     {
  5587.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/EventListener/FlashListener.php';
  5588.         return $this->privates['fos_user.listener.flash'] = new \FOS\UserBundle\EventListener\FlashListener(($this->services['session'] ?? $this->getSessionService()), ($this->services['translator'] ?? $this->getTranslatorService()));
  5589.     }
  5590.     /**
  5591.      * Gets the private 'fos_user.listener.resetting' shared service.
  5592.      *
  5593.      * @return \FOS\UserBundle\EventListener\ResettingListener
  5594.      */
  5595.     protected function getFosUser_Listener_ResettingService()
  5596.     {
  5597.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/EventListener/ResettingListener.php';
  5598.         return $this->privates['fos_user.listener.resetting'] = new \FOS\UserBundle\EventListener\ResettingListener(($this->services['router'] ?? $this->getRouterService()), 86400);
  5599.     }
  5600.     /**
  5601.      * Gets the private 'fos_user.profile.form.type' shared service.
  5602.      *
  5603.      * @return \FOS\UserBundle\Form\Type\ProfileFormType
  5604.      */
  5605.     protected function getFosUser_Profile_Form_TypeService()
  5606.     {
  5607.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  5608.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  5609.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Form/Type/ProfileFormType.php';
  5610.         return $this->privates['fos_user.profile.form.type'] = new \FOS\UserBundle\Form\Type\ProfileFormType('App\\Entity\\User');
  5611.     }
  5612.     /**
  5613.      * Gets the private 'fos_user.registration.form.type' shared service.
  5614.      *
  5615.      * @return \FOS\UserBundle\Form\Type\RegistrationFormType
  5616.      */
  5617.     protected function getFosUser_Registration_Form_TypeService()
  5618.     {
  5619.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  5620.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  5621.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Form/Type/RegistrationFormType.php';
  5622.         return $this->privates['fos_user.registration.form.type'] = new \FOS\UserBundle\Form\Type\RegistrationFormType('App\\Entity\\User');
  5623.     }
  5624.     /**
  5625.      * Gets the private 'fos_user.resetting.form.type' shared service.
  5626.      *
  5627.      * @return \FOS\UserBundle\Form\Type\ResettingFormType
  5628.      */
  5629.     protected function getFosUser_Resetting_Form_TypeService()
  5630.     {
  5631.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  5632.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  5633.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Form/Type/ResettingFormType.php';
  5634.         return $this->privates['fos_user.resetting.form.type'] = new \FOS\UserBundle\Form\Type\ResettingFormType('App\\Entity\\User');
  5635.     }
  5636.     /**
  5637.      * Gets the private 'fos_user.security.interactive_login_listener' shared service.
  5638.      *
  5639.      * @return \FOS\UserBundle\EventListener\LastLoginListener
  5640.      */
  5641.     protected function getFosUser_Security_InteractiveLoginListenerService()
  5642.     {
  5643.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/EventListener/LastLoginListener.php';
  5644.         return $this->privates['fos_user.security.interactive_login_listener'] = new \FOS\UserBundle\EventListener\LastLoginListener(($this->services['fos_user.user_manager'] ?? $this->getFosUser_UserManagerService()));
  5645.     }
  5646.     /**
  5647.      * Gets the private 'fos_user.user_listener' shared service.
  5648.      *
  5649.      * @return \FOS\UserBundle\Doctrine\UserListener
  5650.      */
  5651.     protected function getFosUser_UserListenerService()
  5652.     {
  5653.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/lib/Doctrine/Common/EventSubscriber.php';
  5654.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Doctrine/UserListener.php';
  5655.         return $this->privates['fos_user.user_listener'] = new \FOS\UserBundle\Doctrine\UserListener(($this->privates['fos_user.util.password_updater'] ?? $this->getFosUser_Util_PasswordUpdaterService()), ($this->privates['fos_user.util.canonical_fields_updater'] ?? $this->getFosUser_Util_CanonicalFieldsUpdaterService()));
  5656.     }
  5657.     /**
  5658.      * Gets the private 'fos_user.user_provider.username' shared service.
  5659.      *
  5660.      * @return \FOS\UserBundle\Security\UserProvider
  5661.      */
  5662.     protected function getFosUser_UserProvider_UsernameService()
  5663.     {
  5664.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/UserProviderInterface.php';
  5665.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Security/UserProvider.php';
  5666.         return $this->privates['fos_user.user_provider.username'] = new \FOS\UserBundle\Security\UserProvider(($this->services['fos_user.user_manager'] ?? $this->getFosUser_UserManagerService()));
  5667.     }
  5668.     /**
  5669.      * Gets the private 'fos_user.username_form_type' shared service.
  5670.      *
  5671.      * @return \FOS\UserBundle\Form\Type\UsernameFormType
  5672.      */
  5673.     protected function getFosUser_UsernameFormTypeService()
  5674.     {
  5675.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  5676.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  5677.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Form/Type/UsernameFormType.php';
  5678.         include_once \dirname(__DIR__4).'/vendor/symfony/form/DataTransformerInterface.php';
  5679.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Form/DataTransformer/UserToUsernameTransformer.php';
  5680.         return $this->privates['fos_user.username_form_type'] = new \FOS\UserBundle\Form\Type\UsernameFormType(new \FOS\UserBundle\Form\DataTransformer\UserToUsernameTransformer(($this->services['fos_user.user_manager'] ?? $this->getFosUser_UserManagerService())));
  5681.     }
  5682.     /**
  5683.      * Gets the private 'fos_user.util.canonical_fields_updater' shared service.
  5684.      *
  5685.      * @return \FOS\UserBundle\Util\CanonicalFieldsUpdater
  5686.      */
  5687.     protected function getFosUser_Util_CanonicalFieldsUpdaterService()
  5688.     {
  5689.         $a = new \FOS\UserBundle\Util\Canonicalizer();
  5690.         return $this->privates['fos_user.util.canonical_fields_updater'] = new \FOS\UserBundle\Util\CanonicalFieldsUpdater($a$a);
  5691.     }
  5692.     /**
  5693.      * Gets the private 'fos_user.util.password_updater' shared service.
  5694.      *
  5695.      * @return \FOS\UserBundle\Util\PasswordUpdater
  5696.      */
  5697.     protected function getFosUser_Util_PasswordUpdaterService()
  5698.     {
  5699.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Util/PasswordUpdaterInterface.php';
  5700.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Util/PasswordUpdater.php';
  5701.         return $this->privates['fos_user.util.password_updater'] = new \FOS\UserBundle\Util\PasswordUpdater(($this->privates['security.encoder_factory.generic'] ?? $this->getSecurity_EncoderFactory_GenericService()));
  5702.     }
  5703.     /**
  5704.      * Gets the private 'fos_user.util.user_manipulator' shared service.
  5705.      *
  5706.      * @return \FOS\UserBundle\Util\UserManipulator
  5707.      */
  5708.     protected function getFosUser_Util_UserManipulatorService()
  5709.     {
  5710.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Util/UserManipulator.php';
  5711.         return $this->privates['fos_user.util.user_manipulator'] = new \FOS\UserBundle\Util\UserManipulator(($this->services['fos_user.user_manager'] ?? $this->getFosUser_UserManagerService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  5712.     }
  5713.     /**
  5714.      * Gets the private 'fragment.renderer.inline' shared service.
  5715.      *
  5716.      * @return \Symfony\Component\HttpKernel\Fragment\InlineFragmentRenderer
  5717.      */
  5718.     protected function getFragment_Renderer_InlineService()
  5719.     {
  5720.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/FragmentRendererInterface.php';
  5721.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/RoutableFragmentRenderer.php';
  5722.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/InlineFragmentRenderer.php';
  5723.         $this->privates['fragment.renderer.inline'] = $instance = new \Symfony\Component\HttpKernel\Fragment\InlineFragmentRenderer(($this->services['http_kernel'] ?? $this->getHttpKernelService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  5724.         $instance->setFragmentPath('/_fragment');
  5725.         return $instance;
  5726.     }
  5727.     /**
  5728.      * Gets the private 'framework_extra_bundle.argument_name_convertor' shared service.
  5729.      *
  5730.      * @return \Sensio\Bundle\FrameworkExtraBundle\Request\ArgumentNameConverter
  5731.      */
  5732.     protected function getFrameworkExtraBundle_ArgumentNameConvertorService()
  5733.     {
  5734.         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())));
  5735.     }
  5736.     /**
  5737.      * Gets the private 'framework_extra_bundle.event.is_granted' shared service.
  5738.      *
  5739.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\IsGrantedListener
  5740.      */
  5741.     protected function getFrameworkExtraBundle_Event_IsGrantedService()
  5742.     {
  5743.         return $this->privates['framework_extra_bundle.event.is_granted'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\IsGrantedListener(($this->privates['framework_extra_bundle.argument_name_convertor'] ?? $this->getFrameworkExtraBundle_ArgumentNameConvertorService()), ($this->services['security.authorization_checker'] ?? $this->getSecurity_AuthorizationCheckerService()));
  5744.     }
  5745.     /**
  5746.      * Gets the private 'liip_imagine.binary.mime_type_guesser' shared service.
  5747.      *
  5748.      * @return \Liip\ImagineBundle\Binary\SimpleMimeTypeGuesser
  5749.      */
  5750.     protected function getLiipImagine_Binary_MimeTypeGuesserService()
  5751.     {
  5752.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Binary/MimeTypeGuesserInterface.php';
  5753.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Binary/SimpleMimeTypeGuesser.php';
  5754.         include_once \dirname(__DIR__4).'/vendor/symfony/mime/MimeTypeGuesserInterface.php';
  5755.         include_once \dirname(__DIR__4).'/vendor/symfony/mime/MimeTypesInterface.php';
  5756.         include_once \dirname(__DIR__4).'/vendor/symfony/mime/MimeTypes.php';
  5757.         return $this->privates['liip_imagine.binary.mime_type_guesser'] = new \Liip\ImagineBundle\Binary\SimpleMimeTypeGuesser(\Symfony\Component\Mime\MimeTypes::getDefault());
  5758.     }
  5759.     /**
  5760.      * Gets the private 'liip_imagine.command.cache_remove' shared service.
  5761.      *
  5762.      * @return \Liip\ImagineBundle\Command\RemoveCacheCommand
  5763.      */
  5764.     protected function getLiipImagine_Command_CacheRemoveService()
  5765.     {
  5766.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5767.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Command/CacheCommandTrait.php';
  5768.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Command/RemoveCacheCommand.php';
  5769.         $this->privates['liip_imagine.command.cache_remove'] = $instance = new \Liip\ImagineBundle\Command\RemoveCacheCommand(($this->services['liip_imagine.cache.manager'] ?? $this->getLiipImagine_Cache_ManagerService()), ($this->services['liip_imagine.filter.manager'] ?? $this->getLiipImagine_Filter_ManagerService()));
  5770.         $instance->setName('liip:imagine:cache:remove');
  5771.         return $instance;
  5772.     }
  5773.     /**
  5774.      * Gets the private 'liip_imagine.command.cache_resolve' shared service.
  5775.      *
  5776.      * @return \Liip\ImagineBundle\Command\ResolveCacheCommand
  5777.      */
  5778.     protected function getLiipImagine_Command_CacheResolveService()
  5779.     {
  5780.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5781.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Command/CacheCommandTrait.php';
  5782.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Command/ResolveCacheCommand.php';
  5783.         $this->privates['liip_imagine.command.cache_resolve'] = $instance = new \Liip\ImagineBundle\Command\ResolveCacheCommand(($this->services['liip_imagine.data.manager'] ?? $this->getLiipImagine_Data_ManagerService()), ($this->services['liip_imagine.cache.manager'] ?? $this->getLiipImagine_Cache_ManagerService()), ($this->services['liip_imagine.filter.manager'] ?? $this->getLiipImagine_Filter_ManagerService()));
  5784.         $instance->setName('liip:imagine:cache:resolve');
  5785.         return $instance;
  5786.     }
  5787.     /**
  5788.      * Gets the private 'liip_imagine.filter.configuration' shared service.
  5789.      *
  5790.      * @return \Liip\ImagineBundle\Imagine\Filter\FilterConfiguration
  5791.      */
  5792.     protected function getLiipImagine_Filter_ConfigurationService()
  5793.     {
  5794.         return $this->privates['liip_imagine.filter.configuration'] = new \Liip\ImagineBundle\Imagine\Filter\FilterConfiguration($this->parameters['liip_imagine.filter_sets']);
  5795.     }
  5796.     /**
  5797.      * Gets the private 'liip_imagine.form.type.image' shared service.
  5798.      *
  5799.      * @return \Liip\ImagineBundle\Form\Type\ImageType
  5800.      */
  5801.     protected function getLiipImagine_Form_Type_ImageService()
  5802.     {
  5803.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  5804.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  5805.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Form/Type/ImageType.php';
  5806.         return $this->privates['liip_imagine.form.type.image'] = new \Liip\ImagineBundle\Form\Type\ImageType();
  5807.     }
  5808.     /**
  5809.      * Gets the private 'liip_imagine.gd' shared service.
  5810.      *
  5811.      * @return \Imagine\Gd\Imagine
  5812.      */
  5813.     protected function getLiipImagine_GdService()
  5814.     {
  5815.         include_once \dirname(__DIR__4).'/vendor/imagine/imagine/src/Factory/ClassFactoryAwareInterface.php';
  5816.         include_once \dirname(__DIR__4).'/vendor/imagine/imagine/src/Image/ImagineInterface.php';
  5817.         include_once \dirname(__DIR__4).'/vendor/imagine/imagine/src/Image/AbstractImagine.php';
  5818.         include_once \dirname(__DIR__4).'/vendor/imagine/imagine/src/Gd/Imagine.php';
  5819.         include_once \dirname(__DIR__4).'/vendor/imagine/imagine/src/Image/Metadata/MetadataReaderInterface.php';
  5820.         include_once \dirname(__DIR__4).'/vendor/imagine/imagine/src/Image/Metadata/AbstractMetadataReader.php';
  5821.         include_once \dirname(__DIR__4).'/vendor/imagine/imagine/src/Image/Metadata/ExifMetadataReader.php';
  5822.         $this->privates['liip_imagine.gd'] = $instance = new \Imagine\Gd\Imagine();
  5823.         $instance->setMetadataReader(new \Imagine\Image\Metadata\ExifMetadataReader());
  5824.         return $instance;
  5825.     }
  5826.     /**
  5827.      * Gets the private 'locale_aware_listener' shared service.
  5828.      *
  5829.      * @return \Symfony\Component\HttpKernel\EventListener\LocaleAwareListener
  5830.      */
  5831.     protected function getLocaleAwareListenerService()
  5832.     {
  5833.         return $this->privates['locale_aware_listener'] = new \Symfony\Component\HttpKernel\EventListener\LocaleAwareListener(new RewindableGenerator(function () {
  5834.             yield => ($this->privates['translator.default'] ?? $this->getTranslator_DefaultService());
  5835.         }, 1), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  5836.     }
  5837.     /**
  5838.      * Gets the private 'locale_listener' shared service.
  5839.      *
  5840.      * @return \Symfony\Component\HttpKernel\EventListener\LocaleListener
  5841.      */
  5842.     protected function getLocaleListenerService()
  5843.     {
  5844.         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()));
  5845.     }
  5846.     /**
  5847.      * Gets the private 'maker.auto_command.make_auth' shared service.
  5848.      *
  5849.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  5850.      */
  5851.     protected function getMaker_AutoCommand_MakeAuthService()
  5852.     {
  5853.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5854.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  5855.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  5856.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  5857.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeAuthenticator.php';
  5858.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Security/SecurityConfigUpdater.php';
  5859.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  5860.         $b = ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService());
  5861.         $this->privates['maker.auto_command.make_auth'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeAuthenticator($a, ($this->privates['maker.security_config_updater'] ?? ($this->privates['maker.security_config_updater'] = new \Symfony\Bundle\MakerBundle\Security\SecurityConfigUpdater())), $b, ($this->privates['maker.doctrine_helper'] ?? $this->getMaker_DoctrineHelperService())), $a$b);
  5862.         $instance->setDescription('Creates a Guard authenticator of different flavors');
  5863.         $instance->setName('make:auth');
  5864.         return $instance;
  5865.     }
  5866.     /**
  5867.      * Gets the private 'maker.auto_command.make_command' shared service.
  5868.      *
  5869.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  5870.      */
  5871.     protected function getMaker_AutoCommand_MakeCommandService()
  5872.     {
  5873.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5874.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  5875.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  5876.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  5877.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeCommand.php';
  5878.         $this->privates['maker.auto_command.make_command'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeCommand(), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  5879.         $instance->setDescription('Creates a new console command class');
  5880.         $instance->setName('make:command');
  5881.         return $instance;
  5882.     }
  5883.     /**
  5884.      * Gets the private 'maker.auto_command.make_controller' shared service.
  5885.      *
  5886.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  5887.      */
  5888.     protected function getMaker_AutoCommand_MakeControllerService()
  5889.     {
  5890.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5891.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  5892.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  5893.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  5894.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeController.php';
  5895.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  5896.         $this->privates['maker.auto_command.make_controller'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeController($a), $a, ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  5897.         $instance->setDescription('Creates a new controller class');
  5898.         $instance->setName('make:controller');
  5899.         return $instance;
  5900.     }
  5901.     /**
  5902.      * Gets the private 'maker.auto_command.make_crud' shared service.
  5903.      *
  5904.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  5905.      */
  5906.     protected function getMaker_AutoCommand_MakeCrudService()
  5907.     {
  5908.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5909.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  5910.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  5911.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  5912.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeCrud.php';
  5913.         $this->privates['maker.auto_command.make_crud'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeCrud(($this->privates['maker.doctrine_helper'] ?? $this->getMaker_DoctrineHelperService()), ($this->privates['maker.renderer.form_type_renderer'] ?? $this->getMaker_Renderer_FormTypeRendererService())), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  5914.         $instance->setDescription('Creates CRUD for Doctrine entity class');
  5915.         $instance->setName('make:crud');
  5916.         return $instance;
  5917.     }
  5918.     /**
  5919.      * Gets the private 'maker.auto_command.make_docker_database' shared service.
  5920.      *
  5921.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  5922.      */
  5923.     protected function getMaker_AutoCommand_MakeDockerDatabaseService()
  5924.     {
  5925.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5926.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  5927.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  5928.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  5929.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeDockerDatabase.php';
  5930.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  5931.         $this->privates['maker.auto_command.make_docker_database'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeDockerDatabase($a), $a, ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  5932.         $instance->setDescription('Adds a database container to your docker-compose.yaml file');
  5933.         $instance->setName('make:docker:database');
  5934.         return $instance;
  5935.     }
  5936.     /**
  5937.      * Gets the private 'maker.auto_command.make_entity' shared service.
  5938.      *
  5939.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  5940.      */
  5941.     protected function getMaker_AutoCommand_MakeEntityService()
  5942.     {
  5943.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5944.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  5945.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  5946.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  5947.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/InputAwareMakerInterface.php';
  5948.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeEntity.php';
  5949.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  5950.         $b = ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService());
  5951.         $this->privates['maker.auto_command.make_entity'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeEntity($a, ($this->privates['maker.doctrine_helper'] ?? $this->getMaker_DoctrineHelperService()), \dirname(__DIR__4), $b, ($this->privates['maker.entity_class_generator'] ?? $this->getMaker_EntityClassGeneratorService())), $a$b);
  5952.         $instance->setDescription('Creates or updates a Doctrine entity class, and optionally an API Platform resource');
  5953.         $instance->setName('make:entity');
  5954.         return $instance;
  5955.     }
  5956.     /**
  5957.      * Gets the private 'maker.auto_command.make_fixtures' shared service.
  5958.      *
  5959.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  5960.      */
  5961.     protected function getMaker_AutoCommand_MakeFixturesService()
  5962.     {
  5963.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5964.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  5965.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  5966.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  5967.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeFixtures.php';
  5968.         $this->privates['maker.auto_command.make_fixtures'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeFixtures(), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  5969.         $instance->setDescription('Creates a new class to load Doctrine fixtures');
  5970.         $instance->setName('make:fixtures');
  5971.         return $instance;
  5972.     }
  5973.     /**
  5974.      * Gets the private 'maker.auto_command.make_form' shared service.
  5975.      *
  5976.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  5977.      */
  5978.     protected function getMaker_AutoCommand_MakeFormService()
  5979.     {
  5980.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5981.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  5982.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  5983.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  5984.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeForm.php';
  5985.         $this->privates['maker.auto_command.make_form'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeForm(($this->privates['maker.doctrine_helper'] ?? $this->getMaker_DoctrineHelperService()), ($this->privates['maker.renderer.form_type_renderer'] ?? $this->getMaker_Renderer_FormTypeRendererService())), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  5986.         $instance->setDescription('Creates a new form class');
  5987.         $instance->setName('make:form');
  5988.         return $instance;
  5989.     }
  5990.     /**
  5991.      * Gets the private 'maker.auto_command.make_message' shared service.
  5992.      *
  5993.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  5994.      */
  5995.     protected function getMaker_AutoCommand_MakeMessageService()
  5996.     {
  5997.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5998.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  5999.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  6000.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  6001.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeMessage.php';
  6002.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  6003.         $this->privates['maker.auto_command.make_message'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeMessage($a), $a, ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  6004.         $instance->setDescription('Creates a new message and handler');
  6005.         $instance->setName('make:message');
  6006.         return $instance;
  6007.     }
  6008.     /**
  6009.      * Gets the private 'maker.auto_command.make_messenger_middleware' shared service.
  6010.      *
  6011.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  6012.      */
  6013.     protected function getMaker_AutoCommand_MakeMessengerMiddlewareService()
  6014.     {
  6015.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6016.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  6017.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  6018.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  6019.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeMessengerMiddleware.php';
  6020.         $this->privates['maker.auto_command.make_messenger_middleware'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeMessengerMiddleware(), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  6021.         $instance->setDescription('Creates a new messenger middleware');
  6022.         $instance->setName('make:messenger-middleware');
  6023.         return $instance;
  6024.     }
  6025.     /**
  6026.      * Gets the private 'maker.auto_command.make_migration' shared service.
  6027.      *
  6028.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  6029.      */
  6030.     protected function getMaker_AutoCommand_MakeMigrationService()
  6031.     {
  6032.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6033.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  6034.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  6035.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  6036.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/ApplicationAwareMakerInterface.php';
  6037.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeMigration.php';
  6038.         $this->privates['maker.auto_command.make_migration'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeMigration(\dirname(__DIR__4)), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  6039.         $instance->setDescription('Creates a new migration based on database changes');
  6040.         $instance->setName('make:migration');
  6041.         return $instance;
  6042.     }
  6043.     /**
  6044.      * Gets the private 'maker.auto_command.make_registration_form' shared service.
  6045.      *
  6046.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  6047.      */
  6048.     protected function getMaker_AutoCommand_MakeRegistrationFormService()
  6049.     {
  6050.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6051.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  6052.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  6053.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  6054.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeRegistrationForm.php';
  6055.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  6056.         $this->privates['maker.auto_command.make_registration_form'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeRegistrationForm($a, ($this->privates['maker.renderer.form_type_renderer'] ?? $this->getMaker_Renderer_FormTypeRendererService()), ($this->services['router'] ?? $this->getRouterService()), ($this->privates['maker.doctrine_helper'] ?? $this->getMaker_DoctrineHelperService())), $a, ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  6057.         $instance->setDescription('Creates a new registration form system');
  6058.         $instance->setName('make:registration-form');
  6059.         return $instance;
  6060.     }
  6061.     /**
  6062.      * Gets the private 'maker.auto_command.make_reset_password' shared service.
  6063.      *
  6064.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  6065.      */
  6066.     protected function getMaker_AutoCommand_MakeResetPasswordService()
  6067.     {
  6068.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6069.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  6070.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  6071.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  6072.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeResetPassword.php';
  6073.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  6074.         $this->privates['maker.auto_command.make_reset_password'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeResetPassword($a, ($this->privates['maker.doctrine_helper'] ?? $this->getMaker_DoctrineHelperService()), ($this->privates['maker.entity_class_generator'] ?? $this->getMaker_EntityClassGeneratorService())), $a, ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  6075.         $instance->setDescription('Create controller, entity, and repositories for use with symfonycasts/reset-password-bundle');
  6076.         $instance->setName('make:reset-password');
  6077.         return $instance;
  6078.     }
  6079.     /**
  6080.      * Gets the private 'maker.auto_command.make_serializer_encoder' shared service.
  6081.      *
  6082.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  6083.      */
  6084.     protected function getMaker_AutoCommand_MakeSerializerEncoderService()
  6085.     {
  6086.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6087.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  6088.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  6089.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  6090.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeSerializerEncoder.php';
  6091.         $this->privates['maker.auto_command.make_serializer_encoder'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeSerializerEncoder(), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  6092.         $instance->setDescription('Creates a new serializer encoder class');
  6093.         $instance->setName('make:serializer:encoder');
  6094.         return $instance;
  6095.     }
  6096.     /**
  6097.      * Gets the private 'maker.auto_command.make_serializer_normalizer' shared service.
  6098.      *
  6099.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  6100.      */
  6101.     protected function getMaker_AutoCommand_MakeSerializerNormalizerService()
  6102.     {
  6103.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6104.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  6105.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  6106.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  6107.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeSerializerNormalizer.php';
  6108.         $this->privates['maker.auto_command.make_serializer_normalizer'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeSerializerNormalizer(), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  6109.         $instance->setDescription('Creates a new serializer normalizer class');
  6110.         $instance->setName('make:serializer:normalizer');
  6111.         return $instance;
  6112.     }
  6113.     /**
  6114.      * Gets the private 'maker.auto_command.make_subscriber' shared service.
  6115.      *
  6116.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  6117.      */
  6118.     protected function getMaker_AutoCommand_MakeSubscriberService()
  6119.     {
  6120.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6121.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  6122.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  6123.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  6124.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeSubscriber.php';
  6125.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/EventRegistry.php';
  6126.         $this->privates['maker.auto_command.make_subscriber'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeSubscriber(new \Symfony\Bundle\MakerBundle\EventRegistry(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()))), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  6127.         $instance->setDescription('Creates a new event subscriber class');
  6128.         $instance->setName('make:subscriber');
  6129.         return $instance;
  6130.     }
  6131.     /**
  6132.      * Gets the private 'maker.auto_command.make_test' shared service.
  6133.      *
  6134.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  6135.      */
  6136.     protected function getMaker_AutoCommand_MakeTestService()
  6137.     {
  6138.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6139.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  6140.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  6141.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  6142.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/InputAwareMakerInterface.php';
  6143.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeTest.php';
  6144.         $this->privates['maker.auto_command.make_test'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeTest(), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  6145.         $instance->setDescription('Creates a new test class');
  6146.         $instance->setName('make:test');
  6147.         $instance->setAliases([=> 'make:unit-test'=> 'make:functional-test']);
  6148.         return $instance;
  6149.     }
  6150.     /**
  6151.      * Gets the private 'maker.auto_command.make_twig_extension' shared service.
  6152.      *
  6153.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  6154.      */
  6155.     protected function getMaker_AutoCommand_MakeTwigExtensionService()
  6156.     {
  6157.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6158.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  6159.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  6160.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  6161.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeTwigExtension.php';
  6162.         $this->privates['maker.auto_command.make_twig_extension'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeTwigExtension(), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  6163.         $instance->setDescription('Creates a new Twig extension class');
  6164.         $instance->setName('make:twig-extension');
  6165.         return $instance;
  6166.     }
  6167.     /**
  6168.      * Gets the private 'maker.auto_command.make_user' shared service.
  6169.      *
  6170.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  6171.      */
  6172.     protected function getMaker_AutoCommand_MakeUserService()
  6173.     {
  6174.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6175.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  6176.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  6177.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  6178.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeUser.php';
  6179.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Security/UserClassBuilder.php';
  6180.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Security/SecurityConfigUpdater.php';
  6181.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  6182.         $this->privates['maker.auto_command.make_user'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeUser($a, new \Symfony\Bundle\MakerBundle\Security\UserClassBuilder(), ($this->privates['maker.security_config_updater'] ?? ($this->privates['maker.security_config_updater'] = new \Symfony\Bundle\MakerBundle\Security\SecurityConfigUpdater())), ($this->privates['maker.entity_class_generator'] ?? $this->getMaker_EntityClassGeneratorService())), $a, ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  6183.         $instance->setDescription('Creates a new security user class');
  6184.         $instance->setName('make:user');
  6185.         return $instance;
  6186.     }
  6187.     /**
  6188.      * Gets the private 'maker.auto_command.make_validator' shared service.
  6189.      *
  6190.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  6191.      */
  6192.     protected function getMaker_AutoCommand_MakeValidatorService()
  6193.     {
  6194.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6195.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  6196.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  6197.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  6198.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeValidator.php';
  6199.         $this->privates['maker.auto_command.make_validator'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeValidator(), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  6200.         $instance->setDescription('Creates a new validator and constraint class');
  6201.         $instance->setName('make:validator');
  6202.         return $instance;
  6203.     }
  6204.     /**
  6205.      * Gets the private 'maker.auto_command.make_voter' shared service.
  6206.      *
  6207.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  6208.      */
  6209.     protected function getMaker_AutoCommand_MakeVoterService()
  6210.     {
  6211.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6212.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  6213.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  6214.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  6215.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeVoter.php';
  6216.         $this->privates['maker.auto_command.make_voter'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeVoter(), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  6217.         $instance->setDescription('Creates a new security voter class');
  6218.         $instance->setName('make:voter');
  6219.         return $instance;
  6220.     }
  6221.     /**
  6222.      * Gets the private 'maker.doctrine_helper' shared service.
  6223.      *
  6224.      * @return \Symfony\Bundle\MakerBundle\Doctrine\DoctrineHelper
  6225.      */
  6226.     protected function getMaker_DoctrineHelperService()
  6227.     {
  6228.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Doctrine/DoctrineHelper.php';
  6229.         $a = ($this->privates['doctrine.orm.default_annotation_metadata_driver'] ?? $this->getDoctrine_Orm_DefaultAnnotationMetadataDriverService());
  6230.         return $this->privates['maker.doctrine_helper'] = new \Symfony\Bundle\MakerBundle\Doctrine\DoctrineHelper('App\\Entity', ($this->services['doctrine'] ?? $this->getDoctrineService()), ['default' => [=> [=> 'App\\Entity'=> $a], => [=> 'Vich\\UploaderBundle\\Entity'=> $a]]]);
  6231.     }
  6232.     /**
  6233.      * Gets the private 'maker.entity_class_generator' shared service.
  6234.      *
  6235.      * @return \Symfony\Bundle\MakerBundle\Doctrine\EntityClassGenerator
  6236.      */
  6237.     protected function getMaker_EntityClassGeneratorService()
  6238.     {
  6239.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Doctrine/EntityClassGenerator.php';
  6240.         $this->privates['maker.entity_class_generator'] = $instance = new \Symfony\Bundle\MakerBundle\Doctrine\EntityClassGenerator(($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()), ($this->privates['maker.doctrine_helper'] ?? $this->getMaker_DoctrineHelperService()));
  6241.         $instance->setMangerRegistryClassName('Doctrine\\Persistence\\ManagerRegistry');
  6242.         return $instance;
  6243.     }
  6244.     /**
  6245.      * Gets the private 'maker.file_manager' shared service.
  6246.      *
  6247.      * @return \Symfony\Bundle\MakerBundle\FileManager
  6248.      */
  6249.     protected function getMaker_FileManagerService()
  6250.     {
  6251.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/FileManager.php';
  6252.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/AutoloaderUtil.php';
  6253.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/ComposerAutoloaderFinder.php';
  6254.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/MakerFileLinkFormatter.php';
  6255.         return $this->privates['maker.file_manager'] = new \Symfony\Bundle\MakerBundle\FileManager(($this->services['filesystem'] ?? ($this->services['filesystem'] = new \Symfony\Component\Filesystem\Filesystem())), new \Symfony\Bundle\MakerBundle\Util\AutoloaderUtil(new \Symfony\Bundle\MakerBundle\Util\ComposerAutoloaderFinder('App')), new \Symfony\Bundle\MakerBundle\Util\MakerFileLinkFormatter(($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService())), \dirname(__DIR__4), (\dirname(__DIR__4).'/templates'));
  6256.     }
  6257.     /**
  6258.      * Gets the private 'maker.generator' shared service.
  6259.      *
  6260.      * @return \Symfony\Bundle\MakerBundle\Generator
  6261.      */
  6262.     protected function getMaker_GeneratorService()
  6263.     {
  6264.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Generator.php';
  6265.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/PhpCompatUtil.php';
  6266.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  6267.         return $this->privates['maker.generator'] = new \Symfony\Bundle\MakerBundle\Generator($a'App', new \Symfony\Bundle\MakerBundle\Util\PhpCompatUtil($a));
  6268.     }
  6269.     /**
  6270.      * Gets the private 'maker.renderer.form_type_renderer' shared service.
  6271.      *
  6272.      * @return \Symfony\Bundle\MakerBundle\Renderer\FormTypeRenderer
  6273.      */
  6274.     protected function getMaker_Renderer_FormTypeRendererService()
  6275.     {
  6276.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Renderer/FormTypeRenderer.php';
  6277.         return $this->privates['maker.renderer.form_type_renderer'] = new \Symfony\Bundle\MakerBundle\Renderer\FormTypeRenderer(($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  6278.     }
  6279.     /**
  6280.      * Gets the private 'mime_types' shared service.
  6281.      *
  6282.      * @return \Symfony\Component\Mime\MimeTypes
  6283.      */
  6284.     protected function getMimeTypesService()
  6285.     {
  6286.         include_once \dirname(__DIR__4).'/vendor/symfony/mime/MimeTypeGuesserInterface.php';
  6287.         include_once \dirname(__DIR__4).'/vendor/symfony/mime/MimeTypesInterface.php';
  6288.         include_once \dirname(__DIR__4).'/vendor/symfony/mime/MimeTypes.php';
  6289.         $this->privates['mime_types'] = $instance = new \Symfony\Component\Mime\MimeTypes();
  6290.         $instance->setDefault($instance);
  6291.         return $instance;
  6292.     }
  6293.     /**
  6294.      * Gets the private 'monolog.command.server_log' shared service.
  6295.      *
  6296.      * @return \Symfony\Bridge\Monolog\Command\ServerLogCommand
  6297.      */
  6298.     protected function getMonolog_Command_ServerLogService()
  6299.     {
  6300.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6301.         include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Command/ServerLogCommand.php';
  6302.         $this->privates['monolog.command.server_log'] = $instance = new \Symfony\Bridge\Monolog\Command\ServerLogCommand();
  6303.         $instance->setName('server:log');
  6304.         return $instance;
  6305.     }
  6306.     /**
  6307.      * Gets the private 'monolog.handler.console' shared service.
  6308.      *
  6309.      * @return \Symfony\Bridge\Monolog\Handler\ConsoleHandler
  6310.      */
  6311.     protected function getMonolog_Handler_ConsoleService()
  6312.     {
  6313.         return $this->privates['monolog.handler.console'] = new \Symfony\Bridge\Monolog\Handler\ConsoleHandler(NULLtrue, [], []);
  6314.     }
  6315.     /**
  6316.      * Gets the private 'monolog.handler.main' shared service.
  6317.      *
  6318.      * @return \Monolog\Handler\StreamHandler
  6319.      */
  6320.     protected function getMonolog_Handler_MainService()
  6321.     {
  6322.         $this->privates['monolog.handler.main'] = $instance = new \Monolog\Handler\StreamHandler((\dirname(__DIR__3).'/log/dev.log'), 100trueNULLfalse);
  6323.         $instance->pushProcessor(new \Monolog\Processor\PsrLogMessageProcessor());
  6324.         return $instance;
  6325.     }
  6326.     /**
  6327.      * Gets the private 'monolog.logger' shared service.
  6328.      *
  6329.      * @return \Symfony\Bridge\Monolog\Logger
  6330.      */
  6331.     protected function getMonolog_LoggerService()
  6332.     {
  6333.         $this->privates['monolog.logger'] = $instance = new \Symfony\Bridge\Monolog\Logger('app');
  6334.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  6335.         $instance->useMicrosecondTimestamps(true);
  6336.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  6337.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  6338.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  6339.         return $instance;
  6340.     }
  6341.     /**
  6342.      * Gets the private 'monolog.logger.cache' shared service.
  6343.      *
  6344.      * @return \Symfony\Bridge\Monolog\Logger
  6345.      */
  6346.     protected function getMonolog_Logger_CacheService()
  6347.     {
  6348.         $this->privates['monolog.logger.cache'] = $instance = new \Symfony\Bridge\Monolog\Logger('cache');
  6349.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  6350.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  6351.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  6352.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  6353.         return $instance;
  6354.     }
  6355.     /**
  6356.      * Gets the private 'monolog.logger.request' shared service.
  6357.      *
  6358.      * @return \Symfony\Bridge\Monolog\Logger
  6359.      */
  6360.     protected function getMonolog_Logger_RequestService()
  6361.     {
  6362.         $this->privates['monolog.logger.request'] = $instance = new \Symfony\Bridge\Monolog\Logger('request');
  6363.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  6364.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  6365.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  6366.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  6367.         return $instance;
  6368.     }
  6369.     /**
  6370.      * Gets the private 'monolog.logger.security' shared service.
  6371.      *
  6372.      * @return \Symfony\Bridge\Monolog\Logger
  6373.      */
  6374.     protected function getMonolog_Logger_SecurityService()
  6375.     {
  6376.         $this->privates['monolog.logger.security'] = $instance = new \Symfony\Bridge\Monolog\Logger('security');
  6377.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  6378.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  6379.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  6380.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  6381.         return $instance;
  6382.     }
  6383.     /**
  6384.      * Gets the private 'parameter_bag' shared service.
  6385.      *
  6386.      * @return \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag
  6387.      */
  6388.     protected function getParameterBagService()
  6389.     {
  6390.         return $this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this);
  6391.     }
  6392.     /**
  6393.      * Gets the private 'profiler_listener' shared service.
  6394.      *
  6395.      * @return \Symfony\Component\HttpKernel\EventListener\ProfilerListener
  6396.      */
  6397.     protected function getProfilerListenerService()
  6398.     {
  6399.         return $this->privates['profiler_listener'] = new \Symfony\Component\HttpKernel\EventListener\ProfilerListener(($this->services['profiler'] ?? $this->getProfilerService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), NULLfalsefalse);
  6400.     }
  6401.     /**
  6402.      * Gets the private 'property_accessor' shared service.
  6403.      *
  6404.      * @return \Symfony\Component\PropertyAccess\PropertyAccessor
  6405.      */
  6406.     protected function getPropertyAccessorService()
  6407.     {
  6408.         return $this->privates['property_accessor'] = new \Symfony\Component\PropertyAccess\PropertyAccessor(falsefalse, new \Symfony\Component\Cache\Adapter\ArrayAdapter(0false), true);
  6409.     }
  6410.     /**
  6411.      * Gets the private 'property_info' shared service.
  6412.      *
  6413.      * @return \Symfony\Component\PropertyInfo\PropertyInfoExtractor
  6414.      */
  6415.     protected function getPropertyInfoService()
  6416.     {
  6417.         return $this->privates['property_info'] = new \Symfony\Component\PropertyInfo\PropertyInfoExtractor(new RewindableGenerator(function () {
  6418.             yield => ($this->privates['property_info.serializer_extractor'] ?? $this->getPropertyInfo_SerializerExtractorService());
  6419.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  6420.             yield => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService());
  6421.         }, 3), new RewindableGenerator(function () {
  6422.             yield => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService());
  6423.             yield => ($this->privates['property_info.php_doc_extractor'] ?? ($this->privates['property_info.php_doc_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\PhpDocExtractor()));
  6424.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  6425.         }, 3), new RewindableGenerator(function () {
  6426.             yield => ($this->privates['property_info.php_doc_extractor'] ?? ($this->privates['property_info.php_doc_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\PhpDocExtractor()));
  6427.         }, 1), new RewindableGenerator(function () {
  6428.             yield => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService());
  6429.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  6430.         }, 2), new RewindableGenerator(function () {
  6431.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  6432.         }, 1));
  6433.     }
  6434.     /**
  6435.      * Gets the private 'property_info.serializer_extractor' shared service.
  6436.      *
  6437.      * @return \Symfony\Component\PropertyInfo\Extractor\SerializerExtractor
  6438.      */
  6439.     protected function getPropertyInfo_SerializerExtractorService()
  6440.     {
  6441.         include_once \dirname(__DIR__4).'/vendor/symfony/property-info/Extractor/SerializerExtractor.php';
  6442.         return $this->privates['property_info.serializer_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\SerializerExtractor(($this->privates['serializer.mapping.class_metadata_factory'] ?? $this->getSerializer_Mapping_ClassMetadataFactoryService()));
  6443.     }
  6444.     /**
  6445.      * Gets the private 'router.cache_warmer' shared service.
  6446.      *
  6447.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\RouterCacheWarmer
  6448.      */
  6449.     protected function getRouter_CacheWarmerService()
  6450.     {
  6451.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  6452.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/RouterCacheWarmer.php';
  6453.         return $this->privates['router.cache_warmer'] = new \Symfony\Bundle\FrameworkBundle\CacheWarmer\RouterCacheWarmer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6454.             'router' => ['services''router''getRouterService'false],
  6455.         ], [
  6456.             'router' => '?',
  6457.         ]))->withContext('router.cache_warmer'$this));
  6458.     }
  6459.     /**
  6460.      * Gets the private 'router.request_context' shared service.
  6461.      *
  6462.      * @return \Symfony\Component\Routing\RequestContext
  6463.      */
  6464.     protected function getRouter_RequestContextService()
  6465.     {
  6466.         return $this->privates['router.request_context'] = new \Symfony\Component\Routing\RequestContext('''GET''localhost''http'80443);
  6467.     }
  6468.     /**
  6469.      * Gets the private 'router_listener' shared service.
  6470.      *
  6471.      * @return \Symfony\Component\HttpKernel\EventListener\RouterListener
  6472.      */
  6473.     protected function getRouterListenerService()
  6474.     {
  6475.         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);
  6476.     }
  6477.     /**
  6478.      * Gets the private 'security.access_listener' shared service.
  6479.      *
  6480.      * @return \Symfony\Component\Security\Http\Firewall\AccessListener
  6481.      */
  6482.     protected function getSecurity_AccessListenerService()
  6483.     {
  6484.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  6485.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ListenerInterface.php';
  6486.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/LegacyListenerTrait.php';
  6487.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AccessListener.php';
  6488.         return $this->privates['security.access_listener'] = new \Symfony\Component\Security\Http\Firewall\AccessListener(($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()), ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService()), ($this->privates['security.access_map'] ?? $this->getSecurity_AccessMapService()), ($this->privates['security.authentication.manager'] ?? $this->getSecurity_Authentication_ManagerService()));
  6489.     }
  6490.     /**
  6491.      * Gets the private 'security.access_map' shared service.
  6492.      *
  6493.      * @return \Symfony\Component\Security\Http\AccessMap
  6494.      */
  6495.     protected function getSecurity_AccessMapService()
  6496.     {
  6497.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/AccessMapInterface.php';
  6498.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/AccessMap.php';
  6499.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/RequestMatcherInterface.php';
  6500.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/RequestMatcher.php';
  6501.         $this->privates['security.access_map'] = $instance = new \Symfony\Component\Security\Http\AccessMap();
  6502.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/login$'), [=> 'IS_AUTHENTICATED_ANONYMOUSLY'], NULL);
  6503.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/register'), [=> 'IS_AUTHENTICATED_ANONYMOUSLY'], NULL);
  6504.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/resetting'), [=> 'IS_AUTHENTICATED_ANONYMOUSLY'], NULL);
  6505.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/espace-securise'), [=> 'ROLE_USER'], NULL);
  6506.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/espace-formateur'), [=> 'ROLE_USER_FORMATEUR'], NULL);
  6507.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/espace-pedagogue'), [=> 'ROLE_USER_PEDAGOGUE'], NULL);
  6508.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/admin'), [=> 'ROLE_SUPER_ADMIN'], NULL);
  6509.         return $instance;
  6510.     }
  6511.     /**
  6512.      * Gets the private 'security.authentication.listener.anonymous.main' shared service.
  6513.      *
  6514.      * @return \Symfony\Component\Security\Http\Firewall\AnonymousAuthenticationListener
  6515.      */
  6516.     protected function getSecurity_Authentication_Listener_Anonymous_MainService()
  6517.     {
  6518.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  6519.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ListenerInterface.php';
  6520.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/LegacyListenerTrait.php';
  6521.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AnonymousAuthenticationListener.php';
  6522.         return $this->privates['security.authentication.listener.anonymous.main'] = new \Symfony\Component\Security\Http\Firewall\AnonymousAuthenticationListener(($this->privates['security.untracked_token_storage'] ?? ($this->privates['security.untracked_token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())), $this->getParameter('container.build_hash'), ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), ($this->privates['security.authentication.manager'] ?? $this->getSecurity_Authentication_ManagerService()));
  6523.     }
  6524.     /**
  6525.      * Gets the private 'security.authentication.listener.form.main' shared service.
  6526.      *
  6527.      * @return \Symfony\Component\Security\Http\Firewall\UsernamePasswordFormAuthenticationListener
  6528.      */
  6529.     protected function getSecurity_Authentication_Listener_Form_MainService()
  6530.     {
  6531.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  6532.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ListenerInterface.php';
  6533.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/LegacyListenerTrait.php';
  6534.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractAuthenticationListener.php';
  6535.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/UsernamePasswordFormAuthenticationListener.php';
  6536.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authentication/AuthenticationSuccessHandlerInterface.php';
  6537.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Util/TargetPathTrait.php';
  6538.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authentication/DefaultAuthenticationSuccessHandler.php';
  6539.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authentication/AuthenticationFailureHandlerInterface.php';
  6540.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authentication/DefaultAuthenticationFailureHandler.php';
  6541.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Session/SessionAuthenticationStrategyInterface.php';
  6542.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Session/SessionAuthenticationStrategy.php';
  6543.         $a = ($this->privates['security.http_utils'] ?? $this->getSecurity_HttpUtilsService());
  6544.         $b = new \Symfony\Component\Security\Http\Authentication\DefaultAuthenticationSuccessHandler($a, []);
  6545.         $b->setOptions(['login_path' => 'fos_user_security_login''always_use_default_target_path' => false'default_target_path' => '/''target_path_parameter' => '_target_path''use_referer' => false]);
  6546.         $b->setProviderKey('main');
  6547.         $c = ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService());
  6548.         $d = new \Symfony\Component\Security\Http\Authentication\DefaultAuthenticationFailureHandler(($this->services['http_kernel'] ?? $this->getHttpKernelService()), $a, [], $c);
  6549.         $d->setOptions(['login_path' => 'fos_user_security_login''failure_path' => NULL'failure_forward' => false'failure_path_parameter' => '_failure_path']);
  6550.         return $this->privates['security.authentication.listener.form.main'] = new \Symfony\Component\Security\Http\Firewall\UsernamePasswordFormAuthenticationListener(($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()), ($this->privates['security.authentication.manager'] ?? $this->getSecurity_Authentication_ManagerService()), ($this->privates['security.authentication.session_strategy'] ?? ($this->privates['security.authentication.session_strategy'] = new \Symfony\Component\Security\Http\Session\SessionAuthenticationStrategy('migrate'))), $a'main'$b$d, ['check_path' => 'fos_user_security_check''use_forward' => false'require_previous_session' => false'username_parameter' => '_username''password_parameter' => '_password''csrf_parameter' => '_csrf_token''csrf_token_id' => 'authenticate''post_only' => true], $c, ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['security.csrf.token_manager'] ?? $this->getSecurity_Csrf_TokenManagerService()));
  6551.     }
  6552.     /**
  6553.      * Gets the private 'security.authentication.manager' shared service.
  6554.      *
  6555.      * @return \Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager
  6556.      */
  6557.     protected function getSecurity_Authentication_ManagerService()
  6558.     {
  6559.         $this->privates['security.authentication.manager'] = $instance = new \Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager(new RewindableGenerator(function () {
  6560.             yield => ($this->privates['security.authentication.provider.dao.main'] ?? $this->getSecurity_Authentication_Provider_Dao_MainService());
  6561.             yield => ($this->privates['security.authentication.provider.anonymous.main'] ?? ($this->privates['security.authentication.provider.anonymous.main'] = new \Symfony\Component\Security\Core\Authentication\Provider\AnonymousAuthenticationProvider($this->getParameter('container.build_hash'))));
  6562.         }, 2), true);
  6563.         $instance->setEventDispatcher(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  6564.         return $instance;
  6565.     }
  6566.     /**
  6567.      * Gets the private 'security.authentication.provider.dao.main' shared service.
  6568.      *
  6569.      * @return \Symfony\Component\Security\Core\Authentication\Provider\DaoAuthenticationProvider
  6570.      */
  6571.     protected function getSecurity_Authentication_Provider_Dao_MainService()
  6572.     {
  6573.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Provider/AuthenticationProviderInterface.php';
  6574.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Provider/UserAuthenticationProvider.php';
  6575.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Provider/DaoAuthenticationProvider.php';
  6576.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/UserCheckerInterface.php';
  6577.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/UserChecker.php';
  6578.         return $this->privates['security.authentication.provider.dao.main'] = new \Symfony\Component\Security\Core\Authentication\Provider\DaoAuthenticationProvider(($this->privates['fos_user.user_provider.username'] ?? $this->getFosUser_UserProvider_UsernameService()), ($this->privates['security.user_checker'] ?? ($this->privates['security.user_checker'] = new \Symfony\Component\Security\Core\User\UserChecker())), 'main', ($this->privates['security.encoder_factory.generic'] ?? $this->getSecurity_EncoderFactory_GenericService()), true);
  6579.     }
  6580.     /**
  6581.      * Gets the private 'security.channel_listener' shared service.
  6582.      *
  6583.      * @return \Symfony\Component\Security\Http\Firewall\ChannelListener
  6584.      */
  6585.     protected function getSecurity_ChannelListenerService()
  6586.     {
  6587.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  6588.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ListenerInterface.php';
  6589.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/LegacyListenerTrait.php';
  6590.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ChannelListener.php';
  6591.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/EntryPoint/AuthenticationEntryPointInterface.php';
  6592.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/EntryPoint/RetryAuthenticationEntryPoint.php';
  6593.         return $this->privates['security.channel_listener'] = new \Symfony\Component\Security\Http\Firewall\ChannelListener(($this->privates['security.access_map'] ?? $this->getSecurity_AccessMapService()), new \Symfony\Component\Security\Http\EntryPoint\RetryAuthenticationEntryPoint(80443), ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()));
  6594.     }
  6595.     /**
  6596.      * Gets the private 'security.command.user_password_encoder' shared service.
  6597.      *
  6598.      * @return \Symfony\Bundle\SecurityBundle\Command\UserPasswordEncoderCommand
  6599.      */
  6600.     protected function getSecurity_Command_UserPasswordEncoderService()
  6601.     {
  6602.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6603.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Command/UserPasswordEncoderCommand.php';
  6604.         $this->privates['security.command.user_password_encoder'] = $instance = new \Symfony\Bundle\SecurityBundle\Command\UserPasswordEncoderCommand(($this->privates['security.encoder_factory.generic'] ?? $this->getSecurity_EncoderFactory_GenericService()), [=> 'FOS\\UserBundle\\Model\\UserInterface']);
  6605.         $instance->setName('security:encode-password');
  6606.         return $instance;
  6607.     }
  6608.     /**
  6609.      * Gets the private 'security.context_listener.0' shared service.
  6610.      *
  6611.      * @return \Symfony\Component\Security\Http\Firewall\ContextListener
  6612.      */
  6613.     protected function getSecurity_ContextListener_0Service()
  6614.     {
  6615.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  6616.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ListenerInterface.php';
  6617.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/LegacyListenerTrait.php';
  6618.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ContextListener.php';
  6619.         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 () {
  6620.             yield => ($this->privates['fos_user.user_provider.username'] ?? $this->getFosUser_UserProvider_UsernameService());
  6621.         }, 1), 'main', ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->privates['security.authentication.trust_resolver'] ?? ($this->privates['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver(NULLNULL))), [=> ($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()), => 'enableUsageTracking']);
  6622.     }
  6623.     /**
  6624.      * Gets the private 'security.csrf.token_storage' shared service.
  6625.      *
  6626.      * @return \Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage
  6627.      */
  6628.     protected function getSecurity_Csrf_TokenStorageService()
  6629.     {
  6630.         include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenStorage/TokenStorageInterface.php';
  6631.         include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenStorage/ClearableTokenStorageInterface.php';
  6632.         include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenStorage/SessionTokenStorage.php';
  6633.         return $this->privates['security.csrf.token_storage'] = new \Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage(($this->services['session'] ?? $this->getSessionService()));
  6634.     }
  6635.     /**
  6636.      * Gets the private 'security.encoder_factory.generic' shared service.
  6637.      *
  6638.      * @return \Symfony\Component\Security\Core\Encoder\EncoderFactory
  6639.      */
  6640.     protected function getSecurity_EncoderFactory_GenericService()
  6641.     {
  6642.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Encoder/EncoderFactoryInterface.php';
  6643.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Encoder/EncoderFactory.php';
  6644.         return $this->privates['security.encoder_factory.generic'] = new \Symfony\Component\Security\Core\Encoder\EncoderFactory(['FOS\\UserBundle\\Model\\UserInterface' => ['class' => 'Symfony\\Component\\Security\\Core\\Encoder\\NativePasswordEncoder''arguments' => [=> NULL=> NULL=> NULL=> '2y']]]);
  6645.     }
  6646.     /**
  6647.      * Gets the private 'security.firewall.map' shared service.
  6648.      *
  6649.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallMap
  6650.      */
  6651.     protected function getSecurity_Firewall_MapService()
  6652.     {
  6653.         return $this->privates['security.firewall.map'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallMap(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6654.             'security.firewall.map.context.main' => ['privates''security.firewall.map.context.main''getSecurity_Firewall_Map_Context_MainService'false],
  6655.         ], [
  6656.             'security.firewall.map.context.main' => '?',
  6657.         ]), new RewindableGenerator(function () {
  6658.             yield 'security.firewall.map.context.main' => ($this->privates['.security.request_matcher.3UEFixr'] ?? ($this->privates['.security.request_matcher.3UEFixr'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/')));
  6659.         }, 1));
  6660.     }
  6661.     /**
  6662.      * Gets the private 'security.firewall.map.context.main' shared service.
  6663.      *
  6664.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallContext
  6665.      */
  6666.     protected function getSecurity_Firewall_Map_Context_MainService()
  6667.     {
  6668.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallContext.php';
  6669.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Util/TargetPathTrait.php';
  6670.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ExceptionListener.php';
  6671.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/EntryPoint/AuthenticationEntryPointInterface.php';
  6672.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/EntryPoint/FormAuthenticationEntryPoint.php';
  6673.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  6674.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ListenerInterface.php';
  6675.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/LegacyListenerTrait.php';
  6676.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/LogoutListener.php';
  6677.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Logout/LogoutSuccessHandlerInterface.php';
  6678.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Logout/DefaultLogoutSuccessHandler.php';
  6679.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Logout/LogoutHandlerInterface.php';
  6680.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Logout/CsrfTokenClearingLogoutHandler.php';
  6681.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallConfig.php';
  6682.         $a = ($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService());
  6683.         $b = ($this->privates['security.http_utils'] ?? $this->getSecurity_HttpUtilsService());
  6684.         $c = new \Symfony\Component\Security\Http\Firewall\LogoutListener($a$b, new \Symfony\Component\Security\Http\Logout\DefaultLogoutSuccessHandler($b'ex_base_homepage'), ['csrf_parameter' => '_csrf_token''csrf_token_id' => 'logout''logout_path' => 'fos_user_security_logout']);
  6685.         $c->addHandler(new \Symfony\Component\Security\Http\Logout\CsrfTokenClearingLogoutHandler(($this->privates['security.csrf.token_storage'] ?? $this->getSecurity_Csrf_TokenStorageService())));
  6686.         return $this->privates['security.firewall.map.context.main'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallContext(new RewindableGenerator(function () {
  6687.             yield => ($this->privates['security.channel_listener'] ?? $this->getSecurity_ChannelListenerService());
  6688.             yield => ($this->privates['security.context_listener.0'] ?? $this->getSecurity_ContextListener_0Service());
  6689.             yield => ($this->privates['security.authentication.listener.form.main'] ?? $this->getSecurity_Authentication_Listener_Form_MainService());
  6690.             yield => ($this->privates['security.authentication.listener.anonymous.main'] ?? $this->getSecurity_Authentication_Listener_Anonymous_MainService());
  6691.             yield => ($this->privates['security.access_listener'] ?? $this->getSecurity_AccessListenerService());
  6692.         }, 5), new \Symfony\Component\Security\Http\Firewall\ExceptionListener($a, ($this->privates['security.authentication.trust_resolver'] ?? ($this->privates['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver(NULLNULL))), $b'main', new \Symfony\Component\Security\Http\EntryPoint\FormAuthenticationEntryPoint(($this->services['http_kernel'] ?? $this->getHttpKernelService()), $b'fos_user_security_login'false), NULLNULL, ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), false), $c, new \Symfony\Bundle\SecurityBundle\Security\FirewallConfig('main''security.user_checker''.security.request_matcher.3UEFixr'truefalse'fos_user.user_provider.username''main''security.authentication.form_entry_point.main'NULLNULL, [=> 'form_login'=> 'anonymous'], NULL));
  6693.     }
  6694.     /**
  6695.      * Gets the private 'security.http_utils' shared service.
  6696.      *
  6697.      * @return \Symfony\Component\Security\Http\HttpUtils
  6698.      */
  6699.     protected function getSecurity_HttpUtilsService()
  6700.     {
  6701.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/HttpUtils.php';
  6702.         $a = ($this->services['router'] ?? $this->getRouterService());
  6703.         return $this->privates['security.http_utils'] = new \Symfony\Component\Security\Http\HttpUtils($a$a'{^https?://%s$}i''{^https://%s$}i');
  6704.     }
  6705.     /**
  6706.      * Gets the private 'security.logout_url_generator' shared service.
  6707.      *
  6708.      * @return \Symfony\Component\Security\Http\Logout\LogoutUrlGenerator
  6709.      */
  6710.     protected function getSecurity_LogoutUrlGeneratorService()
  6711.     {
  6712.         $this->privates['security.logout_url_generator'] = $instance = new \Symfony\Component\Security\Http\Logout\LogoutUrlGenerator(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->services['router'] ?? $this->getRouterService()), ($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()));
  6713.         $instance->registerListener('main''fos_user_security_logout''logout''_csrf_token'NULLNULL);
  6714.         return $instance;
  6715.     }
  6716.     /**
  6717.      * Gets the private 'security.role_hierarchy' shared service.
  6718.      *
  6719.      * @return \Symfony\Component\Security\Core\Role\RoleHierarchy
  6720.      */
  6721.     protected function getSecurity_RoleHierarchyService()
  6722.     {
  6723.         return $this->privates['security.role_hierarchy'] = new \Symfony\Component\Security\Core\Role\RoleHierarchy($this->parameters['security.role_hierarchy.roles']);
  6724.     }
  6725.     /**
  6726.      * Gets the private 'security.validator.user_password' shared service.
  6727.      *
  6728.      * @return \Symfony\Component\Security\Core\Validator\Constraints\UserPasswordValidator
  6729.      */
  6730.     protected function getSecurity_Validator_UserPasswordService()
  6731.     {
  6732.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  6733.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  6734.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Validator/Constraints/UserPasswordValidator.php';
  6735.         return $this->privates['security.validator.user_password'] = new \Symfony\Component\Security\Core\Validator\Constraints\UserPasswordValidator(($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()), ($this->privates['security.encoder_factory.generic'] ?? $this->getSecurity_EncoderFactory_GenericService()));
  6736.     }
  6737.     /**
  6738.      * Gets the private 'sensio_framework_extra.controller.listener' shared service.
  6739.      *
  6740.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener
  6741.      */
  6742.     protected function getSensioFrameworkExtra_Controller_ListenerService()
  6743.     {
  6744.         return $this->privates['sensio_framework_extra.controller.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  6745.     }
  6746.     /**
  6747.      * Gets the private 'sensio_framework_extra.converter.listener' shared service.
  6748.      *
  6749.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener
  6750.      */
  6751.     protected function getSensioFrameworkExtra_Converter_ListenerService()
  6752.     {
  6753.         $a = new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\ParamConverterManager();
  6754.         $a->add(new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\DoctrineParamConverter(($this->services['doctrine'] ?? $this->getDoctrineService()), new \Symfony\Component\ExpressionLanguage\ExpressionLanguage()), 0'doctrine.orm');
  6755.         $a->add(new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\DateTimeParamConverter(), 0'datetime');
  6756.         return $this->privates['sensio_framework_extra.converter.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener($atrue);
  6757.     }
  6758.     /**
  6759.      * Gets the private 'sensio_framework_extra.security.listener' shared service.
  6760.      *
  6761.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\SecurityListener
  6762.      */
  6763.     protected function getSensioFrameworkExtra_Security_ListenerService()
  6764.     {
  6765.         return $this->privates['sensio_framework_extra.security.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\SecurityListener(($this->privates['framework_extra_bundle.argument_name_convertor'] ?? $this->getFrameworkExtraBundle_ArgumentNameConvertorService()), new \Sensio\Bundle\FrameworkExtraBundle\Security\ExpressionLanguage(), ($this->privates['security.authentication.trust_resolver'] ?? ($this->privates['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver(NULLNULL))), ($this->privates['security.role_hierarchy'] ?? $this->getSecurity_RoleHierarchyService()), ($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()), ($this->services['security.authorization_checker'] ?? $this->getSecurity_AuthorizationCheckerService()), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  6766.     }
  6767.     /**
  6768.      * Gets the private 'sensio_framework_extra.view.listener' shared service.
  6769.      *
  6770.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\TemplateListener
  6771.      */
  6772.     protected function getSensioFrameworkExtra_View_ListenerService()
  6773.     {
  6774.         $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))));
  6775.         $instance->setContainer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6776.             'twig' => ['services''twig''getTwigService'false],
  6777.         ], [
  6778.             'twig' => 'Twig\\Environment',
  6779.         ]))->withContext('sensio_framework_extra.view.listener'$this));
  6780.         return $instance;
  6781.     }
  6782.     /**
  6783.      * Gets the private 'serializer.mapping.cache_warmer' shared service.
  6784.      *
  6785.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\SerializerCacheWarmer
  6786.      */
  6787.     protected function getSerializer_Mapping_CacheWarmerService()
  6788.     {
  6789.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  6790.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/AbstractPhpFileCacheWarmer.php';
  6791.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/SerializerCacheWarmer.php';
  6792.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Loader/LoaderInterface.php';
  6793.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Loader/AnnotationLoader.php';
  6794.         return $this->privates['serializer.mapping.cache_warmer'] = new \Symfony\Bundle\FrameworkBundle\CacheWarmer\SerializerCacheWarmer([=> new \Symfony\Component\Serializer\Mapping\Loader\AnnotationLoader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()))], ($this->targetDir.''.'/serialization.php'));
  6795.     }
  6796.     /**
  6797.      * Gets the private 'serializer.mapping.class_metadata_factory' shared service.
  6798.      *
  6799.      * @return \Symfony\Component\Serializer\Mapping\Factory\ClassMetadataFactory
  6800.      */
  6801.     protected function getSerializer_Mapping_ClassMetadataFactoryService()
  6802.     {
  6803.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Factory/ClassMetadataFactoryInterface.php';
  6804.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Factory/ClassResolverTrait.php';
  6805.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Factory/ClassMetadataFactory.php';
  6806.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Loader/LoaderInterface.php';
  6807.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Loader/LoaderChain.php';
  6808.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Loader/AnnotationLoader.php';
  6809.         return $this->privates['serializer.mapping.class_metadata_factory'] = new \Symfony\Component\Serializer\Mapping\Factory\ClassMetadataFactory(new \Symfony\Component\Serializer\Mapping\Loader\LoaderChain([=> new \Symfony\Component\Serializer\Mapping\Loader\AnnotationLoader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()))]));
  6810.     }
  6811.     /**
  6812.      * Gets the private 'session.storage.native' shared service.
  6813.      *
  6814.      * @return \Symfony\Component\HttpFoundation\Session\Storage\NativeSessionStorage
  6815.      */
  6816.     protected function getSession_Storage_NativeService()
  6817.     {
  6818.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/Storage/SessionStorageInterface.php';
  6819.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/Storage/NativeSessionStorage.php';
  6820.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/SessionBagInterface.php';
  6821.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/Storage/MetadataBag.php';
  6822.         return $this->privates['session.storage.native'] = new \Symfony\Component\HttpFoundation\Session\Storage\NativeSessionStorage($this->parameters['session.storage.options'], NULL, new \Symfony\Component\HttpFoundation\Session\Storage\MetadataBag('_sf2_meta'0));
  6823.     }
  6824.     /**
  6825.      * Gets the private 'session_listener' shared service.
  6826.      *
  6827.      * @return \Symfony\Component\HttpKernel\EventListener\SessionListener
  6828.      */
  6829.     protected function getSessionListenerService()
  6830.     {
  6831.         return $this->privates['session_listener'] = new \Symfony\Component\HttpKernel\EventListener\SessionListener(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6832.             'initialized_session' => ['services''session'NULLfalse],
  6833.             'request_stack' => ['services''request_stack''getRequestStackService'false],
  6834.             'session' => ['services''session''getSessionService'false],
  6835.             'session_storage' => ['privates''session.storage.native''getSession_Storage_NativeService'false],
  6836.         ], [
  6837.             'initialized_session' => '?',
  6838.             'request_stack' => '?',
  6839.             'session' => '?',
  6840.             'session_storage' => '?',
  6841.         ]));
  6842.     }
  6843.     /**
  6844.      * Gets the private 'stof_doctrine_extensions.listener.sluggable' shared service.
  6845.      *
  6846.      * @return \Gedmo\Sluggable\SluggableListener
  6847.      */
  6848.     protected function getStofDoctrineExtensions_Listener_SluggableService()
  6849.     {
  6850.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/lib/Doctrine/Common/EventSubscriber.php';
  6851.         include_once \dirname(__DIR__4).'/vendor/gedmo/doctrine-extensions/src/Mapping/MappedEventSubscriber.php';
  6852.         include_once \dirname(__DIR__4).'/vendor/gedmo/doctrine-extensions/src/Sluggable/SluggableListener.php';
  6853.         $this->privates['stof_doctrine_extensions.listener.sluggable'] = $instance = new \Gedmo\Sluggable\SluggableListener();
  6854.         $instance->setAnnotationReader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  6855.         return $instance;
  6856.     }
  6857.     /**
  6858.      * Gets the private 'swiftmailer.command.debug' shared service.
  6859.      *
  6860.      * @return \Symfony\Bundle\SwiftmailerBundle\Command\DebugCommand
  6861.      */
  6862.     protected function getSwiftmailer_Command_DebugService()
  6863.     {
  6864.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6865.         include_once \dirname(__DIR__4).'/vendor/symfony/swiftmailer-bundle/Command/AbstractSwiftMailerCommand.php';
  6866.         include_once \dirname(__DIR__4).'/vendor/symfony/swiftmailer-bundle/Command/DebugCommand.php';
  6867.         $this->privates['swiftmailer.command.debug'] = $instance = new \Symfony\Bundle\SwiftmailerBundle\Command\DebugCommand();
  6868.         $instance->setName('debug:swiftmailer');
  6869.         return $instance;
  6870.     }
  6871.     /**
  6872.      * Gets the private 'swiftmailer.command.new_email' shared service.
  6873.      *
  6874.      * @return \Symfony\Bundle\SwiftmailerBundle\Command\NewEmailCommand
  6875.      */
  6876.     protected function getSwiftmailer_Command_NewEmailService()
  6877.     {
  6878.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6879.         include_once \dirname(__DIR__4).'/vendor/symfony/swiftmailer-bundle/Command/AbstractSwiftMailerCommand.php';
  6880.         include_once \dirname(__DIR__4).'/vendor/symfony/swiftmailer-bundle/Command/NewEmailCommand.php';
  6881.         $this->privates['swiftmailer.command.new_email'] = $instance = new \Symfony\Bundle\SwiftmailerBundle\Command\NewEmailCommand();
  6882.         $instance->setName('swiftmailer:email:send');
  6883.         return $instance;
  6884.     }
  6885.     /**
  6886.      * Gets the private 'swiftmailer.command.send_email' shared service.
  6887.      *
  6888.      * @return \Symfony\Bundle\SwiftmailerBundle\Command\SendEmailCommand
  6889.      */
  6890.     protected function getSwiftmailer_Command_SendEmailService()
  6891.     {
  6892.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6893.         include_once \dirname(__DIR__4).'/vendor/symfony/swiftmailer-bundle/Command/AbstractSwiftMailerCommand.php';
  6894.         include_once \dirname(__DIR__4).'/vendor/symfony/swiftmailer-bundle/Command/SendEmailCommand.php';
  6895.         $this->privates['swiftmailer.command.send_email'] = $instance = new \Symfony\Bundle\SwiftmailerBundle\Command\SendEmailCommand();
  6896.         $instance->setName('swiftmailer:spool:send');
  6897.         return $instance;
  6898.     }
  6899.     /**
  6900.      * Gets the private 'swiftmailer.email_sender.listener' shared service.
  6901.      *
  6902.      * @return \Symfony\Bundle\SwiftmailerBundle\EventListener\EmailSenderListener
  6903.      */
  6904.     protected function getSwiftmailer_EmailSender_ListenerService()
  6905.     {
  6906.         include_once \dirname(__DIR__4).'/vendor/symfony/swiftmailer-bundle/EventListener/EmailSenderListener.php';
  6907.         return $this->privates['swiftmailer.email_sender.listener'] = new \Symfony\Bundle\SwiftmailerBundle\EventListener\EmailSenderListener($this, ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  6908.     }
  6909.     /**
  6910.      * Gets the private 'tetranz_select2entity.select2entity_type' shared service.
  6911.      *
  6912.      * @return \Tetranz\Select2EntityBundle\Form\Type\Select2EntityType
  6913.      */
  6914.     protected function getTetranzSelect2entity_Select2entityTypeService()
  6915.     {
  6916.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  6917.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  6918.         include_once \dirname(__DIR__4).'/vendor/tetranz/select2entity-bundle/Form/Type/Select2EntityType.php';
  6919.         return $this->privates['tetranz_select2entity.select2entity_type'] = new \Tetranz\Select2EntityBundle\Form\Type\Select2EntityType(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['router'] ?? $this->getRouterService()), $this->parameters['tetranz_select2_entity.config']);
  6920.     }
  6921.     /**
  6922.      * Gets the private 'translation.extractor' shared service.
  6923.      *
  6924.      * @return \Symfony\Component\Translation\Extractor\ChainExtractor
  6925.      */
  6926.     protected function getTranslation_ExtractorService()
  6927.     {
  6928.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Extractor/ExtractorInterface.php';
  6929.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Extractor/ChainExtractor.php';
  6930.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Extractor/AbstractFileExtractor.php';
  6931.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Extractor/PhpExtractor.php';
  6932.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Translation/TwigExtractor.php';
  6933.         $this->privates['translation.extractor'] = $instance = new \Symfony\Component\Translation\Extractor\ChainExtractor();
  6934.         $instance->addExtractor('php', new \Symfony\Component\Translation\Extractor\PhpExtractor());
  6935.         $instance->addExtractor('twig', new \Symfony\Bridge\Twig\Translation\TwigExtractor(($this->services['twig'] ?? $this->getTwigService())));
  6936.         return $instance;
  6937.     }
  6938.     /**
  6939.      * Gets the private 'translation.loader.csv' shared service.
  6940.      *
  6941.      * @return \Symfony\Component\Translation\Loader\CsvFileLoader
  6942.      */
  6943.     protected function getTranslation_Loader_CsvService()
  6944.     {
  6945.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  6946.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  6947.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  6948.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/CsvFileLoader.php';
  6949.         return $this->privates['translation.loader.csv'] = new \Symfony\Component\Translation\Loader\CsvFileLoader();
  6950.     }
  6951.     /**
  6952.      * Gets the private 'translation.loader.dat' shared service.
  6953.      *
  6954.      * @return \Symfony\Component\Translation\Loader\IcuDatFileLoader
  6955.      */
  6956.     protected function getTranslation_Loader_DatService()
  6957.     {
  6958.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  6959.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IcuResFileLoader.php';
  6960.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IcuDatFileLoader.php';
  6961.         return $this->privates['translation.loader.dat'] = new \Symfony\Component\Translation\Loader\IcuDatFileLoader();
  6962.     }
  6963.     /**
  6964.      * Gets the private 'translation.loader.ini' shared service.
  6965.      *
  6966.      * @return \Symfony\Component\Translation\Loader\IniFileLoader
  6967.      */
  6968.     protected function getTranslation_Loader_IniService()
  6969.     {
  6970.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  6971.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  6972.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  6973.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IniFileLoader.php';
  6974.         return $this->privates['translation.loader.ini'] = new \Symfony\Component\Translation\Loader\IniFileLoader();
  6975.     }
  6976.     /**
  6977.      * Gets the private 'translation.loader.json' shared service.
  6978.      *
  6979.      * @return \Symfony\Component\Translation\Loader\JsonFileLoader
  6980.      */
  6981.     protected function getTranslation_Loader_JsonService()
  6982.     {
  6983.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  6984.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  6985.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  6986.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/JsonFileLoader.php';
  6987.         return $this->privates['translation.loader.json'] = new \Symfony\Component\Translation\Loader\JsonFileLoader();
  6988.     }
  6989.     /**
  6990.      * Gets the private 'translation.loader.mo' shared service.
  6991.      *
  6992.      * @return \Symfony\Component\Translation\Loader\MoFileLoader
  6993.      */
  6994.     protected function getTranslation_Loader_MoService()
  6995.     {
  6996.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  6997.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  6998.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  6999.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/MoFileLoader.php';
  7000.         return $this->privates['translation.loader.mo'] = new \Symfony\Component\Translation\Loader\MoFileLoader();
  7001.     }
  7002.     /**
  7003.      * Gets the private 'translation.loader.php' shared service.
  7004.      *
  7005.      * @return \Symfony\Component\Translation\Loader\PhpFileLoader
  7006.      */
  7007.     protected function getTranslation_Loader_PhpService()
  7008.     {
  7009.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  7010.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  7011.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  7012.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/PhpFileLoader.php';
  7013.         return $this->privates['translation.loader.php'] = new \Symfony\Component\Translation\Loader\PhpFileLoader();
  7014.     }
  7015.     /**
  7016.      * Gets the private 'translation.loader.po' shared service.
  7017.      *
  7018.      * @return \Symfony\Component\Translation\Loader\PoFileLoader
  7019.      */
  7020.     protected function getTranslation_Loader_PoService()
  7021.     {
  7022.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  7023.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  7024.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  7025.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/PoFileLoader.php';
  7026.         return $this->privates['translation.loader.po'] = new \Symfony\Component\Translation\Loader\PoFileLoader();
  7027.     }
  7028.     /**
  7029.      * Gets the private 'translation.loader.qt' shared service.
  7030.      *
  7031.      * @return \Symfony\Component\Translation\Loader\QtFileLoader
  7032.      */
  7033.     protected function getTranslation_Loader_QtService()
  7034.     {
  7035.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  7036.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/QtFileLoader.php';
  7037.         return $this->privates['translation.loader.qt'] = new \Symfony\Component\Translation\Loader\QtFileLoader();
  7038.     }
  7039.     /**
  7040.      * Gets the private 'translation.loader.res' shared service.
  7041.      *
  7042.      * @return \Symfony\Component\Translation\Loader\IcuResFileLoader
  7043.      */
  7044.     protected function getTranslation_Loader_ResService()
  7045.     {
  7046.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  7047.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IcuResFileLoader.php';
  7048.         return $this->privates['translation.loader.res'] = new \Symfony\Component\Translation\Loader\IcuResFileLoader();
  7049.     }
  7050.     /**
  7051.      * Gets the private 'translation.loader.xliff' shared service.
  7052.      *
  7053.      * @return \Symfony\Component\Translation\Loader\XliffFileLoader
  7054.      */
  7055.     protected function getTranslation_Loader_XliffService()
  7056.     {
  7057.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  7058.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/XliffFileLoader.php';
  7059.         return $this->privates['translation.loader.xliff'] = new \Symfony\Component\Translation\Loader\XliffFileLoader();
  7060.     }
  7061.     /**
  7062.      * Gets the private 'translation.loader.yml' shared service.
  7063.      *
  7064.      * @return \Symfony\Component\Translation\Loader\YamlFileLoader
  7065.      */
  7066.     protected function getTranslation_Loader_YmlService()
  7067.     {
  7068.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  7069.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  7070.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  7071.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/YamlFileLoader.php';
  7072.         return $this->privates['translation.loader.yml'] = new \Symfony\Component\Translation\Loader\YamlFileLoader();
  7073.     }
  7074.     /**
  7075.      * Gets the private 'translation.reader' shared service.
  7076.      *
  7077.      * @return \Symfony\Component\Translation\Reader\TranslationReader
  7078.      */
  7079.     protected function getTranslation_ReaderService()
  7080.     {
  7081.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Reader/TranslationReaderInterface.php';
  7082.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Reader/TranslationReader.php';
  7083.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  7084.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  7085.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  7086.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/PhpFileLoader.php';
  7087.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/YamlFileLoader.php';
  7088.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/XliffFileLoader.php';
  7089.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/PoFileLoader.php';
  7090.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/MoFileLoader.php';
  7091.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/QtFileLoader.php';
  7092.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/CsvFileLoader.php';
  7093.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IcuResFileLoader.php';
  7094.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IcuDatFileLoader.php';
  7095.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IniFileLoader.php';
  7096.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/JsonFileLoader.php';
  7097.         $this->privates['translation.reader'] = $instance = new \Symfony\Component\Translation\Reader\TranslationReader();
  7098.         $a = ($this->privates['translation.loader.yml'] ?? ($this->privates['translation.loader.yml'] = new \Symfony\Component\Translation\Loader\YamlFileLoader()));
  7099.         $b = ($this->privates['translation.loader.xliff'] ?? ($this->privates['translation.loader.xliff'] = new \Symfony\Component\Translation\Loader\XliffFileLoader()));
  7100.         $instance->addLoader('php', ($this->privates['translation.loader.php'] ?? ($this->privates['translation.loader.php'] = new \Symfony\Component\Translation\Loader\PhpFileLoader())));
  7101.         $instance->addLoader('yaml'$a);
  7102.         $instance->addLoader('yml'$a);
  7103.         $instance->addLoader('xlf'$b);
  7104.         $instance->addLoader('xliff'$b);
  7105.         $instance->addLoader('po', ($this->privates['translation.loader.po'] ?? ($this->privates['translation.loader.po'] = new \Symfony\Component\Translation\Loader\PoFileLoader())));
  7106.         $instance->addLoader('mo', ($this->privates['translation.loader.mo'] ?? ($this->privates['translation.loader.mo'] = new \Symfony\Component\Translation\Loader\MoFileLoader())));
  7107.         $instance->addLoader('ts', ($this->privates['translation.loader.qt'] ?? ($this->privates['translation.loader.qt'] = new \Symfony\Component\Translation\Loader\QtFileLoader())));
  7108.         $instance->addLoader('csv', ($this->privates['translation.loader.csv'] ?? ($this->privates['translation.loader.csv'] = new \Symfony\Component\Translation\Loader\CsvFileLoader())));
  7109.         $instance->addLoader('res', ($this->privates['translation.loader.res'] ?? ($this->privates['translation.loader.res'] = new \Symfony\Component\Translation\Loader\IcuResFileLoader())));
  7110.         $instance->addLoader('dat', ($this->privates['translation.loader.dat'] ?? ($this->privates['translation.loader.dat'] = new \Symfony\Component\Translation\Loader\IcuDatFileLoader())));
  7111.         $instance->addLoader('ini', ($this->privates['translation.loader.ini'] ?? ($this->privates['translation.loader.ini'] = new \Symfony\Component\Translation\Loader\IniFileLoader())));
  7112.         $instance->addLoader('json', ($this->privates['translation.loader.json'] ?? ($this->privates['translation.loader.json'] = new \Symfony\Component\Translation\Loader\JsonFileLoader())));
  7113.         return $instance;
  7114.     }
  7115.     /**
  7116.      * Gets the private 'translation.warmer' shared service.
  7117.      *
  7118.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\TranslationsCacheWarmer
  7119.      */
  7120.     protected function getTranslation_WarmerService()
  7121.     {
  7122.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  7123.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/TranslationsCacheWarmer.php';
  7124.         return $this->privates['translation.warmer'] = new \Symfony\Bundle\FrameworkBundle\CacheWarmer\TranslationsCacheWarmer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  7125.             'translator' => ['services''translator''getTranslatorService'false],
  7126.         ], [
  7127.             'translator' => '?',
  7128.         ]))->withContext('translation.warmer'$this));
  7129.     }
  7130.     /**
  7131.      * Gets the private 'translator.default' shared service.
  7132.      *
  7133.      * @return \Symfony\Bundle\FrameworkBundle\Translation\Translator
  7134.      */
  7135.     protected function getTranslator_DefaultService()
  7136.     {
  7137.         $this->privates['translator.default'] = $instance = new \Symfony\Bundle\FrameworkBundle\Translation\Translator(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  7138.             'translation.loader.csv' => ['privates''translation.loader.csv''getTranslation_Loader_CsvService'false],
  7139.             'translation.loader.dat' => ['privates''translation.loader.dat''getTranslation_Loader_DatService'false],
  7140.             'translation.loader.ini' => ['privates''translation.loader.ini''getTranslation_Loader_IniService'false],
  7141.             'translation.loader.json' => ['privates''translation.loader.json''getTranslation_Loader_JsonService'false],
  7142.             'translation.loader.mo' => ['privates''translation.loader.mo''getTranslation_Loader_MoService'false],
  7143.             'translation.loader.php' => ['privates''translation.loader.php''getTranslation_Loader_PhpService'false],
  7144.             'translation.loader.po' => ['privates''translation.loader.po''getTranslation_Loader_PoService'false],
  7145.             'translation.loader.qt' => ['privates''translation.loader.qt''getTranslation_Loader_QtService'false],
  7146.             'translation.loader.res' => ['privates''translation.loader.res''getTranslation_Loader_ResService'false],
  7147.             'translation.loader.xliff' => ['privates''translation.loader.xliff''getTranslation_Loader_XliffService'false],
  7148.             'translation.loader.yml' => ['privates''translation.loader.yml''getTranslation_Loader_YmlService'false],
  7149.         ], [
  7150.             'translation.loader.csv' => '?',
  7151.             'translation.loader.dat' => '?',
  7152.             'translation.loader.ini' => '?',
  7153.             'translation.loader.json' => '?',
  7154.             'translation.loader.mo' => '?',
  7155.             'translation.loader.php' => '?',
  7156.             'translation.loader.po' => '?',
  7157.             'translation.loader.qt' => '?',
  7158.             'translation.loader.res' => '?',
  7159.             'translation.loader.xliff' => '?',
  7160.             'translation.loader.yml' => '?',
  7161.         ]), new \Symfony\Component\Translation\Formatter\MessageFormatter(new \Symfony\Component\Translation\IdentityTranslator()), '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']], ['cache_dir' => ($this->targetDir.''.'/translations'), 'debug' => true'resource_files' => ['af' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.af.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.af.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.af.xlf'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.af.yml')], 'ar' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.ar.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.ar.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.ar.xlf'), => (\dirname(__DIR__4).'/vendor/vich/uploader-bundle/translations/messages.ar.yaml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.ar.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.ar.yml')], 'az' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.az.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.az.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.az.xlf')], 'be' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.be.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.be.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.be.xlf')], 'bg' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.bg.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.bg.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.bg.xlf'), => (\dirname(__DIR__4).'/vendor/vich/uploader-bundle/translations/messages.bg.yaml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.bg.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.bg.yml')], 'bs' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.bs.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.bs.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.bs.xlf')], 'ca' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.ca.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.ca.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.ca.xlf'), => (\dirname(__DIR__4).'/vendor/vich/uploader-bundle/translations/messages.ca.yaml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.ca.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.ca.yml')], 'cs' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.cs.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.cs.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.cs.xlf'), => (\dirname(__DIR__4).'/vendor/vich/uploader-bundle/translations/messages.cs.yaml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.cs.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.cs.yml')], 'cy' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.cy.xlf')], 'da' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.da.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.da.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.da.xlf'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.da.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.da.yml')], 'de' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.de.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.de.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.de.xlf'), => (\dirname(__DIR__4).'/vendor/vich/uploader-bundle/translations/messages.de.yaml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.de.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.de.yml')], 'el' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.el.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.el.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.el.xlf'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.el.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.el.yml')], 'en' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.en.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.en.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.en.xlf'), => (\dirname(__DIR__4).'/vendor/vich/uploader-bundle/translations/messages.en.yaml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.en.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.en.yml')], 'es' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.es.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.es.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.es.xlf'), => (\dirname(__DIR__4).'/vendor/vich/uploader-bundle/translations/messages.es.yaml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.es.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.es.yml')], 'et' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.et.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.et.xlf'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.et.yml')], 'eu' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.eu.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.eu.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.eu.xlf'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.eu.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.eu.yml')], 'fa' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.fa.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.fa.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.fa.xlf'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.fa.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.fa.yml')], 'fi' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.fi.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.fi.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.fi.xlf'), => (\dirname(__DIR__4).'/vendor/vich/uploader-bundle/translations/messages.fi.yaml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.fi.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.fi.yml')], 'fr' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.fr.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.fr.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.fr.xlf'), => (\dirname(__DIR__4).'/vendor/vich/uploader-bundle/translations/messages.fr.yaml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.fr.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.fr.yml')], 'gl' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.gl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.gl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.gl.xlf'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.gl.yml')], 'he' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.he.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.he.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.he.xlf'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.he.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.he.yml')], 'hr' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.hr.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.hr.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.hr.xlf'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.hr.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.hr.yml')], 'hu' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.hu.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.hu.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.hu.xlf'), => (\dirname(__DIR__4).'/vendor/vich/uploader-bundle/translations/messages.hu.yaml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.hu.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.hu.yml')], 'hy' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.hy.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.hy.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.hy.xlf')], 'id' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.id.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.id.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.id.xlf'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.id.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.id.yml')], 'it' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.it.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.it.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.it.xlf'), => (\dirname(__DIR__4).'/vendor/vich/uploader-bundle/translations/messages.it.yaml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.it.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.it.yml')], 'ja' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.ja.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.ja.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.ja.xlf'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.ja.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.ja.yml')], 'lb' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.lb.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.lb.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.lb.xlf'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.lb.yml')], 'lt' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.lt.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.lt.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.lt.xlf'), => (\dirname(__DIR__4).'/vendor/vich/uploader-bundle/translations/messages.lt.yaml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.lt.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.lt.yml')], 'lv' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.lv.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.lv.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.lv.xlf'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.lv.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.lv.yml')], 'mn' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.mn.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.mn.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.mn.xlf')], 'nb' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.nb.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.nb.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.nb.xlf'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.nb.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.nb.yml')], 'nl' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.nl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.nl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.nl.xlf'), => (\dirname(__DIR__4).'/vendor/vich/uploader-bundle/translations/messages.nl.yaml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.nl.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.nl.yml')], 'nn' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.nn.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.nn.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.nn.xlf')], 'no' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.no.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.no.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.no.xlf')], 'pl' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.pl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.pl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.pl.xlf'), => (\dirname(__DIR__4).'/vendor/vich/uploader-bundle/translations/messages.pl.yaml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.pl.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.pl.yml')], 'pt' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.pt.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.pt.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.pt.xlf'), => (\dirname(__DIR__4).'/vendor/vich/uploader-bundle/translations/messages.pt.yaml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.pt.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.pt.yml')], 'pt_BR' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.pt_BR.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.pt_BR.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.pt_BR.xlf'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.pt_BR.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.pt_BR.yml')], 'ro' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.ro.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.ro.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.ro.xlf'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.ro.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.ro.yml')], 'ru' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.ru.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.ru.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.ru.xlf'), => (\dirname(__DIR__4).'/vendor/vich/uploader-bundle/translations/messages.ru.yaml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.ru.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.ru.yml')], 'sk' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.sk.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.sk.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.sk.xlf'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.sk.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.sk.yml')], 'sl' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.sl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.sl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.sl.xlf'), => (\dirname(__DIR__4).'/vendor/vich/uploader-bundle/translations/messages.sl.yaml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.sl.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.sl.yml')], 'sq' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.sq.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.sq.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.sq.xlf')], 'sr_Cyrl' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.sr_Cyrl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.sr_Cyrl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.sr_Cyrl.xlf')], 'sr_Latn' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.sr_Latn.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.sr_Latn.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.sr_Latn.xlf'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.sr_Latn.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.sr_Latn.yml')], 'sv' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.sv.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.sv.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.sv.xlf'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.sv.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.sv.yml')], 'th' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.th.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.th.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.th.xlf'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.th.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.th.yml')], 'tl' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.tl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.tl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.tl.xlf')], 'tr' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.tr.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.tr.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.tr.xlf'), => (\dirname(__DIR__4).'/vendor/vich/uploader-bundle/translations/messages.tr.yaml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.tr.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.tr.yml')], 'uk' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.uk.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.uk.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.uk.xlf'), => (\dirname(__DIR__4).'/vendor/vich/uploader-bundle/translations/messages.uk.yaml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.uk.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.uk.yml')], 'uz' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.uz.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.uz.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.uz.xlf')], 'vi' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.vi.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.vi.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.vi.xlf'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.vi.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.vi.yml')], 'zh_CN' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.zh_CN.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.zh_CN.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.zh_CN.xlf'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.zh_CN.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.zh_CN.yml')], 'zh_TW' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.zh_TW.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.zh_TW.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.zh_TW.xlf')], 'vn' => [=> (\dirname(__DIR__4).'/vendor/vich/uploader-bundle/translations/messages.vn.yaml')], 'bn' => [=> (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.bn.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.bn.yml')], 'bn_BD' => [=> (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.bn_BD.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.bn_BD.yml')], 'eo' => [=> (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.eo.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.eo.yml')], 'ky' => [=> (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.ky.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.ky.yml')]], 'scanned_directories' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations'), => (\dirname(__DIR__4).'/vendor/vich/uploader-bundle/translations'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations'), => (\dirname(__DIR__4).'/translations'), => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle/translations'), => (\dirname(__DIR__4).'/src/Resources/FrameworkBundle/translations'), => (\dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/translations'), => (\dirname(__DIR__4).'/src/Resources/SensioFrameworkExtraBundle/translations'), 10 => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/translations'), 11 => (\dirname(__DIR__4).'/src/Resources/DoctrineBundle/translations'), 12 => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/translations'), 13 => (\dirname(__DIR__4).'/src/Resources/DoctrineMigrationsBundle/translations'), 14 => (\dirname(__DIR__4).'/vendor/symfony/security-bundle/translations'), 15 => (\dirname(__DIR__4).'/src/Resources/SecurityBundle/translations'), 16 => (\dirname(__DIR__4).'/vendor/symfony/swiftmailer-bundle/translations'), 17 => (\dirname(__DIR__4).'/src/Resources/SwiftmailerBundle/translations'), 18 => (\dirname(__DIR__4).'/vendor/symfony/twig-bundle/translations'), 19 => (\dirname(__DIR__4).'/src/Resources/TwigBundle/translations'), 20 => (\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/translations'), 21 => (\dirname(__DIR__4).'/src/Resources/WebProfilerBundle/translations'), 22 => (\dirname(__DIR__4).'/vendor/symfony/monolog-bundle/translations'), 23 => (\dirname(__DIR__4).'/src/Resources/MonologBundle/translations'), 24 => (\dirname(__DIR__4).'/vendor/symfony/debug-bundle/translations'), 25 => (\dirname(__DIR__4).'/src/Resources/DebugBundle/translations'), 26 => (\dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/translations'), 27 => (\dirname(__DIR__4).'/src/Resources/MakerBundle/translations'), 28 => (\dirname(__DIR__4).'/vendor/symfony/web-server-bundle/translations'), 29 => (\dirname(__DIR__4).'/src/Resources/WebServerBundle/translations'), 30 => (\dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/translations'), 31 => (\dirname(__DIR__4).'/src/Resources/WebpackEncoreBundle/translations'), 32 => (\dirname(__DIR__4).'/vendor/stof/doctrine-extensions-bundle/src/translations'), 33 => (\dirname(__DIR__4).'/src/Resources/StofDoctrineExtensionsBundle/translations'), 34 => (\dirname(__DIR__4).'/src/Resources/VichUploaderBundle/translations'), 35 => (\dirname(__DIR__4).'/src/Resources/FOSUserBundle/translations'), 36 => (\dirname(__DIR__4).'/vendor/friendsofsymfony/ckeditor-bundle/src/translations'), 37 => (\dirname(__DIR__4).'/src/Resources/FOSCKEditorBundle/translations'), 38 => (\dirname(__DIR__4).'/vendor/tetranz/select2entity-bundle/translations'), 39 => (\dirname(__DIR__4).'/src/Resources/TetranzSelect2EntityBundle/translations'), 40 => (\dirname(__DIR__4).'/vendor/friendsofsymfony/jsrouting-bundle/translations'), 41 => (\dirname(__DIR__4).'/src/Resources/FOSJsRoutingBundle/translations'), 42 => (\dirname(__DIR__4).'/vendor/liip/imagine-bundle/translations'), 43 => (\dirname(__DIR__4).'/src/Resources/LiipImagineBundle/translations'), 44 => (\dirname(__DIR__4).'/vendor/twig/extra-bundle/translations'), 45 => (\dirname(__DIR__4).'/src/Resources/TwigExtraBundle/translations'), 46 => (\dirname(__DIR__4).'/src/Resources/translations')], 'cache_vary' => ['scanned_directories' => [=> 'vendor/symfony/validator/Resources/translations'=> 'vendor/symfony/form/Resources/translations'=> 'vendor/symfony/security-core/Resources/translations'=> 'vendor/vich/uploader-bundle/translations'=> 'vendor/friendsofsymfony/user-bundle/Resources/translations'=> 'translations'=> 'vendor/symfony/framework-bundle/translations'=> 'src/Resources/FrameworkBundle/translations'=> 'vendor/sensio/framework-extra-bundle/src/translations'=> 'src/Resources/SensioFrameworkExtraBundle/translations'10 => 'vendor/doctrine/doctrine-bundle/translations'11 => 'src/Resources/DoctrineBundle/translations'12 => 'vendor/doctrine/doctrine-migrations-bundle/translations'13 => 'src/Resources/DoctrineMigrationsBundle/translations'14 => 'vendor/symfony/security-bundle/translations'15 => 'src/Resources/SecurityBundle/translations'16 => 'vendor/symfony/swiftmailer-bundle/translations'17 => 'src/Resources/SwiftmailerBundle/translations'18 => 'vendor/symfony/twig-bundle/translations'19 => 'src/Resources/TwigBundle/translations'20 => 'vendor/symfony/web-profiler-bundle/translations'21 => 'src/Resources/WebProfilerBundle/translations'22 => 'vendor/symfony/monolog-bundle/translations'23 => 'src/Resources/MonologBundle/translations'24 => 'vendor/symfony/debug-bundle/translations'25 => 'src/Resources/DebugBundle/translations'26 => 'vendor/symfony/maker-bundle/src/translations'27 => 'src/Resources/MakerBundle/translations'28 => 'vendor/symfony/web-server-bundle/translations'29 => 'src/Resources/WebServerBundle/translations'30 => 'vendor/symfony/webpack-encore-bundle/src/translations'31 => 'src/Resources/WebpackEncoreBundle/translations'32 => 'vendor/stof/doctrine-extensions-bundle/src/translations'33 => 'src/Resources/StofDoctrineExtensionsBundle/translations'34 => 'src/Resources/VichUploaderBundle/translations'35 => 'src/Resources/FOSUserBundle/translations'36 => 'vendor/friendsofsymfony/ckeditor-bundle/src/translations'37 => 'src/Resources/FOSCKEditorBundle/translations'38 => 'vendor/tetranz/select2entity-bundle/translations'39 => 'src/Resources/TetranzSelect2EntityBundle/translations'40 => 'vendor/friendsofsymfony/jsrouting-bundle/translations'41 => 'src/Resources/FOSJsRoutingBundle/translations'42 => 'vendor/liip/imagine-bundle/translations'43 => 'src/Resources/LiipImagineBundle/translations'44 => 'vendor/twig/extra-bundle/translations'45 => 'src/Resources/TwigExtraBundle/translations'46 => 'src/Resources/translations']]]);
  7162.         $instance->setConfigCacheFactory(($this->privates['config_cache_factory'] ?? $this->getConfigCacheFactoryService()));
  7163.         $instance->setFallbackLocales([=> 'en']);
  7164.         return $instance;
  7165.     }
  7166.     /**
  7167.      * Gets the private 'twig.command.debug' shared service.
  7168.      *
  7169.      * @return \Symfony\Bridge\Twig\Command\DebugCommand
  7170.      */
  7171.     protected function getTwig_Command_DebugService()
  7172.     {
  7173.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7174.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Command/DebugCommand.php';
  7175.         $this->privates['twig.command.debug'] = $instance = new \Symfony\Bridge\Twig\Command\DebugCommand(($this->services['twig'] ?? $this->getTwigService()), \dirname(__DIR__4), $this->parameters['kernel.bundles_metadata'], (\dirname(__DIR__4).'/templates'), ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService()), (\dirname(__DIR__4).'/src'));
  7176.         $instance->setName('debug:twig');
  7177.         return $instance;
  7178.     }
  7179.     /**
  7180.      * Gets the private 'twig.command.lint' shared service.
  7181.      *
  7182.      * @return \Symfony\Bundle\TwigBundle\Command\LintCommand
  7183.      */
  7184.     protected function getTwig_Command_LintService()
  7185.     {
  7186.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7187.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Command/LintCommand.php';
  7188.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bundle/Command/LintCommand.php';
  7189.         $this->privates['twig.command.lint'] = $instance = new \Symfony\Bundle\TwigBundle\Command\LintCommand(($this->services['twig'] ?? $this->getTwigService()));
  7190.         $instance->setName('lint:twig');
  7191.         return $instance;
  7192.     }
  7193.     /**
  7194.      * Gets the private 'twig.form.renderer' shared service.
  7195.      *
  7196.      * @return \Symfony\Component\Form\FormRenderer
  7197.      */
  7198.     protected function getTwig_Form_RendererService()
  7199.     {
  7200.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormRendererInterface.php';
  7201.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormRenderer.php';
  7202.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormRendererEngineInterface.php';
  7203.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractRendererEngine.php';
  7204.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Form/TwigRendererEngine.php';
  7205.         return $this->privates['twig.form.renderer'] = new \Symfony\Component\Form\FormRenderer(new \Symfony\Bridge\Twig\Form\TwigRendererEngine($this->parameters['twig.form.resources'], ($this->services['twig'] ?? $this->getTwigService())), ($this->services['security.csrf.token_manager'] ?? $this->getSecurity_Csrf_TokenManagerService()));
  7206.     }
  7207.     /**
  7208.      * Gets the private 'twig.runtime.httpkernel' shared service.
  7209.      *
  7210.      * @return \Symfony\Bridge\Twig\Extension\HttpKernelRuntime
  7211.      */
  7212.     protected function getTwig_Runtime_HttpkernelService()
  7213.     {
  7214.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/HttpKernelRuntime.php';
  7215.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/FragmentHandler.php';
  7216.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DependencyInjection/LazyLoadingFragmentHandler.php';
  7217.         return $this->privates['twig.runtime.httpkernel'] = new \Symfony\Bridge\Twig\Extension\HttpKernelRuntime(new \Symfony\Component\HttpKernel\DependencyInjection\LazyLoadingFragmentHandler(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  7218.             'inline' => ['privates''fragment.renderer.inline''getFragment_Renderer_InlineService'false],
  7219.         ], [
  7220.             'inline' => '?',
  7221.         ]), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), true));
  7222.     }
  7223.     /**
  7224.      * Gets the private 'twig.runtime.security_csrf' shared service.
  7225.      *
  7226.      * @return \Symfony\Bridge\Twig\Extension\CsrfRuntime
  7227.      */
  7228.     protected function getTwig_Runtime_SecurityCsrfService()
  7229.     {
  7230.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/CsrfRuntime.php';
  7231.         return $this->privates['twig.runtime.security_csrf'] = new \Symfony\Bridge\Twig\Extension\CsrfRuntime(($this->services['security.csrf.token_manager'] ?? $this->getSecurity_Csrf_TokenManagerService()));
  7232.     }
  7233.     /**
  7234.      * Gets the private 'twig.template_cache_warmer' shared service.
  7235.      *
  7236.      * @return \Symfony\Bundle\TwigBundle\CacheWarmer\TemplateCacheWarmer
  7237.      */
  7238.     protected function getTwig_TemplateCacheWarmerService()
  7239.     {
  7240.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  7241.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bundle/DependencyInjection/CompatibilityServiceSubscriberInterface.php';
  7242.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bundle/CacheWarmer/TemplateCacheWarmer.php';
  7243.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bundle/TemplateIterator.php';
  7244.         return $this->privates['twig.template_cache_warmer'] = new \Symfony\Bundle\TwigBundle\CacheWarmer\TemplateCacheWarmer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  7245.             'twig' => ['services''twig''getTwigService'false],
  7246.         ], [
  7247.             'twig' => 'Twig\\Environment',
  7248.         ]))->withContext('twig.template_cache_warmer'$this), new \Symfony\Bundle\TwigBundle\TemplateIterator(($this->services['kernel'] ?? $this->get('kernel'1)), (\dirname(__DIR__4).'/src'), [(\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Email') => 'email', (\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Form') => NULL], (\dirname(__DIR__4).'/templates')));
  7249.     }
  7250.     /**
  7251.      * Gets the private 'validator.builder' shared service.
  7252.      *
  7253.      * @return \Symfony\Component\Validator\ValidatorBuilder
  7254.      */
  7255.     protected function getValidator_BuilderService()
  7256.     {
  7257.         $this->privates['validator.builder'] = $instance = \Symfony\Component\Validator\Validation::createValidatorBuilder();
  7258.         $a = ($this->privates['property_info'] ?? $this->getPropertyInfoService());
  7259.         $instance->setConstraintValidatorFactory(new \Symfony\Component\Validator\ContainerConstraintValidatorFactory(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  7260.             'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator' => ['privates''doctrine.orm.validator.unique''getDoctrine_Orm_Validator_UniqueService'false],
  7261.             'Symfony\\Component\\Security\\Core\\Validator\\Constraints\\UserPasswordValidator' => ['privates''security.validator.user_password''getSecurity_Validator_UserPasswordService'false],
  7262.             'Symfony\\Component\\Validator\\Constraints\\EmailValidator' => ['privates''validator.email''getValidator_EmailService'false],
  7263.             'Symfony\\Component\\Validator\\Constraints\\ExpressionValidator' => ['privates''validator.expression''getValidator_ExpressionService'false],
  7264.             'Symfony\\Component\\Validator\\Constraints\\NotCompromisedPasswordValidator' => ['privates''validator.not_compromised_password''getValidator_NotCompromisedPasswordService'false],
  7265.             'doctrine.orm.validator.unique' => ['privates''doctrine.orm.validator.unique''getDoctrine_Orm_Validator_UniqueService'false],
  7266.             'security.validator.user_password' => ['privates''security.validator.user_password''getSecurity_Validator_UserPasswordService'false],
  7267.             'validator.expression' => ['privates''validator.expression''getValidator_ExpressionService'false],
  7268.         ], [
  7269.             'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator' => '?',
  7270.             'Symfony\\Component\\Security\\Core\\Validator\\Constraints\\UserPasswordValidator' => '?',
  7271.             'Symfony\\Component\\Validator\\Constraints\\EmailValidator' => '?',
  7272.             'Symfony\\Component\\Validator\\Constraints\\ExpressionValidator' => '?',
  7273.             'Symfony\\Component\\Validator\\Constraints\\NotCompromisedPasswordValidator' => '?',
  7274.             'doctrine.orm.validator.unique' => '?',
  7275.             'security.validator.user_password' => '?',
  7276.             'validator.expression' => '?',
  7277.         ])));
  7278.         $instance->setTranslator(new \Symfony\Component\Validator\Util\LegacyTranslatorProxy(($this->services['translator'] ?? $this->getTranslatorService())));
  7279.         $instance->setTranslationDomain('validators');
  7280.         $instance->addXmlMappings([=> (\dirname(__DIR__4).'/vendor/symfony/form/Resources/config/validation.xml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/config/validation.xml')]);
  7281.         $instance->enableAnnotationMapping(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  7282.         $instance->addMethodMapping('loadValidatorMetadata');
  7283.         $instance->addObjectInitializers([=> new \Symfony\Bridge\Doctrine\Validator\DoctrineInitializer(($this->services['doctrine'] ?? $this->getDoctrineService())), => new \FOS\UserBundle\Validator\Initializer(($this->privates['fos_user.util.canonical_fields_updater'] ?? $this->getFosUser_Util_CanonicalFieldsUpdaterService()))]);
  7284.         $instance->addLoader(new \Symfony\Component\Validator\Mapping\Loader\PropertyInfoLoader($a$a$aNULL));
  7285.         $instance->addLoader(new \Symfony\Bridge\Doctrine\Validator\DoctrineLoader(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), NULL));
  7286.         $instance->addXmlMapping((\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/DependencyInjection/Compiler/../../Resources/config/storage-validation/orm.xml'));
  7287.         return $instance;
  7288.     }
  7289.     /**
  7290.      * Gets the private 'validator.email' shared service.
  7291.      *
  7292.      * @return \Symfony\Component\Validator\Constraints\EmailValidator
  7293.      */
  7294.     protected function getValidator_EmailService()
  7295.     {
  7296.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  7297.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  7298.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/Constraints/EmailValidator.php';
  7299.         return $this->privates['validator.email'] = new \Symfony\Component\Validator\Constraints\EmailValidator('html5');
  7300.     }
  7301.     /**
  7302.      * Gets the private 'validator.expression' shared service.
  7303.      *
  7304.      * @return \Symfony\Component\Validator\Constraints\ExpressionValidator
  7305.      */
  7306.     protected function getValidator_ExpressionService()
  7307.     {
  7308.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  7309.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  7310.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/Constraints/ExpressionValidator.php';
  7311.         return $this->privates['validator.expression'] = new \Symfony\Component\Validator\Constraints\ExpressionValidator();
  7312.     }
  7313.     /**
  7314.      * Gets the private 'validator.mapping.cache_warmer' shared service.
  7315.      *
  7316.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\ValidatorCacheWarmer
  7317.      */
  7318.     protected function getValidator_Mapping_CacheWarmerService()
  7319.     {
  7320.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  7321.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/AbstractPhpFileCacheWarmer.php';
  7322.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/ValidatorCacheWarmer.php';
  7323.         return $this->privates['validator.mapping.cache_warmer'] = new \Symfony\Bundle\FrameworkBundle\CacheWarmer\ValidatorCacheWarmer(($this->privates['validator.builder'] ?? $this->getValidator_BuilderService()), ($this->targetDir.''.'/validation.php'));
  7324.     }
  7325.     /**
  7326.      * Gets the private 'validator.not_compromised_password' shared service.
  7327.      *
  7328.      * @return \Symfony\Component\Validator\Constraints\NotCompromisedPasswordValidator
  7329.      */
  7330.     protected function getValidator_NotCompromisedPasswordService()
  7331.     {
  7332.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  7333.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  7334.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/Constraints/NotCompromisedPasswordValidator.php';
  7335.         return $this->privates['validator.not_compromised_password'] = new \Symfony\Component\Validator\Constraints\NotCompromisedPasswordValidator(NULL'UTF-8'trueNULL);
  7336.     }
  7337.     /**
  7338.      * Gets the private 'var_dumper.command.server_dump' shared service.
  7339.      *
  7340.      * @return \Symfony\Component\VarDumper\Command\ServerDumpCommand
  7341.      */
  7342.     protected function getVarDumper_Command_ServerDumpService()
  7343.     {
  7344.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7345.         include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Command/ServerDumpCommand.php';
  7346.         include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Server/DumpServer.php';
  7347.         include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Command/Descriptor/DumpDescriptorInterface.php';
  7348.         include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Command/Descriptor/CliDescriptor.php';
  7349.         include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Command/Descriptor/HtmlDescriptor.php';
  7350.         $a = new \Symfony\Bridge\Monolog\Logger('debug');
  7351.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  7352.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  7353.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  7354.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  7355.         $this->privates['var_dumper.command.server_dump'] = $instance = new \Symfony\Component\VarDumper\Command\ServerDumpCommand(new \Symfony\Component\VarDumper\Server\DumpServer('tcp://'.$this->getEnv('string:VAR_DUMPER_SERVER'), $a), ['cli' => new \Symfony\Component\VarDumper\Command\Descriptor\CliDescriptor(($this->privates['var_dumper.contextualized_cli_dumper.inner'] ?? $this->getVarDumper_ContextualizedCliDumper_InnerService())), 'html' => new \Symfony\Component\VarDumper\Command\Descriptor\HtmlDescriptor(($this->privates['var_dumper.html_dumper'] ?? $this->getVarDumper_HtmlDumperService()))]);
  7356.         $instance->setName('server:dump');
  7357.         return $instance;
  7358.     }
  7359.     /**
  7360.      * Gets the private 'var_dumper.contextualized_cli_dumper.inner' shared service.
  7361.      *
  7362.      * @return \Symfony\Component\VarDumper\Dumper\CliDumper
  7363.      */
  7364.     protected function getVarDumper_ContextualizedCliDumper_InnerService()
  7365.     {
  7366.         $this->privates['var_dumper.contextualized_cli_dumper.inner'] = $instance = new \Symfony\Component\VarDumper\Dumper\CliDumper(NULL'UTF-8'0);
  7367.         $instance->setDisplayOptions(['fileLinkFormat' => ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService())]);
  7368.         return $instance;
  7369.     }
  7370.     /**
  7371.      * Gets the private 'var_dumper.html_dumper' shared service.
  7372.      *
  7373.      * @return \Symfony\Component\VarDumper\Dumper\HtmlDumper
  7374.      */
  7375.     protected function getVarDumper_HtmlDumperService()
  7376.     {
  7377.         $this->privates['var_dumper.html_dumper'] = $instance = new \Symfony\Component\VarDumper\Dumper\HtmlDumper(NULL'UTF-8'0);
  7378.         $instance->setDisplayOptions(['fileLinkFormat' => ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService())]);
  7379.         return $instance;
  7380.     }
  7381.     /**
  7382.      * Gets the private 'var_dumper.server_connection' shared service.
  7383.      *
  7384.      * @return \Symfony\Component\VarDumper\Server\Connection
  7385.      */
  7386.     protected function getVarDumper_ServerConnectionService()
  7387.     {
  7388.         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()]);
  7389.     }
  7390.     /**
  7391.      * Gets the private 'vich_uploader.command.mapping_debug' shared service.
  7392.      *
  7393.      * @return \Vich\UploaderBundle\Command\MappingDebugCommand
  7394.      */
  7395.     protected function getVichUploader_Command_MappingDebugService()
  7396.     {
  7397.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7398.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Command/MappingDebugCommand.php';
  7399.         $this->privates['vich_uploader.command.mapping_debug'] = $instance = new \Vich\UploaderBundle\Command\MappingDebugCommand($this->parameters['vich_uploader.mappings']);
  7400.         $instance->setName('vich:mapping:debug');
  7401.         return $instance;
  7402.     }
  7403.     /**
  7404.      * Gets the private 'vich_uploader.command.mapping_debug_class' shared service.
  7405.      *
  7406.      * @return \Vich\UploaderBundle\Command\MappingDebugClassCommand
  7407.      */
  7408.     protected function getVichUploader_Command_MappingDebugClassService()
  7409.     {
  7410.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7411.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Command/MappingDebugClassCommand.php';
  7412.         $this->privates['vich_uploader.command.mapping_debug_class'] = $instance = new \Vich\UploaderBundle\Command\MappingDebugClassCommand(($this->privates['vich_uploader.metadata_reader'] ?? $this->getVichUploader_MetadataReaderService()));
  7413.         $instance->setName('vich:mapping:debug-class');
  7414.         return $instance;
  7415.     }
  7416.     /**
  7417.      * Gets the private 'vich_uploader.command.mapping_list_classes' shared service.
  7418.      *
  7419.      * @return \Vich\UploaderBundle\Command\MappingListClassesCommand
  7420.      */
  7421.     protected function getVichUploader_Command_MappingListClassesService()
  7422.     {
  7423.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7424.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Command/MappingListClassesCommand.php';
  7425.         $this->privates['vich_uploader.command.mapping_list_classes'] = $instance = new \Vich\UploaderBundle\Command\MappingListClassesCommand(($this->privates['vich_uploader.metadata_reader'] ?? $this->getVichUploader_MetadataReaderService()));
  7426.         $instance->setName('vich:mapping:list-classes');
  7427.         return $instance;
  7428.     }
  7429.     /**
  7430.      * Gets the private 'vich_uploader.listener.clean.articleimage' shared service.
  7431.      *
  7432.      * @return \Vich\UploaderBundle\EventListener\Doctrine\CleanListener
  7433.      */
  7434.     protected function getVichUploader_Listener_Clean_ArticleimageService()
  7435.     {
  7436.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/lib/Doctrine/Common/EventSubscriber.php';
  7437.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
  7438.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/CleanListener.php';
  7439.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
  7440.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
  7441.         return $this->privates['vich_uploader.listener.clean.articleimage'] = new \Vich\UploaderBundle\EventListener\Doctrine\CleanListener('articleimage', ($this->privates['vich_uploader.adapter.orm'] ?? ($this->privates['vich_uploader.adapter.orm'] = new \Vich\UploaderBundle\Adapter\ORM\DoctrineORMAdapter())), ($this->privates['vich_uploader.metadata_reader'] ?? $this->getVichUploader_MetadataReaderService()), ($this->services['vich_uploader.upload_handler'] ?? $this->getVichUploader_UploadHandlerService()));
  7442.     }
  7443.     /**
  7444.      * Gets the private 'vich_uploader.listener.clean.fichier' shared service.
  7445.      *
  7446.      * @return \Vich\UploaderBundle\EventListener\Doctrine\CleanListener
  7447.      */
  7448.     protected function getVichUploader_Listener_Clean_FichierService()
  7449.     {
  7450.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/lib/Doctrine/Common/EventSubscriber.php';
  7451.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
  7452.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/CleanListener.php';
  7453.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
  7454.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
  7455.         return $this->privates['vich_uploader.listener.clean.fichier'] = new \Vich\UploaderBundle\EventListener\Doctrine\CleanListener('fichier', ($this->privates['vich_uploader.adapter.orm'] ?? ($this->privates['vich_uploader.adapter.orm'] = new \Vich\UploaderBundle\Adapter\ORM\DoctrineORMAdapter())), ($this->privates['vich_uploader.metadata_reader'] ?? $this->getVichUploader_MetadataReaderService()), ($this->services['vich_uploader.upload_handler'] ?? $this->getVichUploader_UploadHandlerService()));
  7456.     }
  7457.     /**
  7458.      * Gets the private 'vich_uploader.listener.clean.visuel' shared service.
  7459.      *
  7460.      * @return \Vich\UploaderBundle\EventListener\Doctrine\CleanListener
  7461.      */
  7462.     protected function getVichUploader_Listener_Clean_VisuelService()
  7463.     {
  7464.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/lib/Doctrine/Common/EventSubscriber.php';
  7465.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
  7466.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/CleanListener.php';
  7467.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
  7468.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
  7469.         return $this->privates['vich_uploader.listener.clean.visuel'] = new \Vich\UploaderBundle\EventListener\Doctrine\CleanListener('visuel', ($this->privates['vich_uploader.adapter.orm'] ?? ($this->privates['vich_uploader.adapter.orm'] = new \Vich\UploaderBundle\Adapter\ORM\DoctrineORMAdapter())), ($this->privates['vich_uploader.metadata_reader'] ?? $this->getVichUploader_MetadataReaderService()), ($this->services['vich_uploader.upload_handler'] ?? $this->getVichUploader_UploadHandlerService()));
  7470.     }
  7471.     /**
  7472.      * Gets the private 'vich_uploader.listener.remove.articleimage' shared service.
  7473.      *
  7474.      * @return \Vich\UploaderBundle\EventListener\Doctrine\RemoveListener
  7475.      */
  7476.     protected function getVichUploader_Listener_Remove_ArticleimageService()
  7477.     {
  7478.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/lib/Doctrine/Common/EventSubscriber.php';
  7479.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
  7480.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/RemoveListener.php';
  7481.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
  7482.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
  7483.         return $this->privates['vich_uploader.listener.remove.articleimage'] = new \Vich\UploaderBundle\EventListener\Doctrine\RemoveListener('articleimage', ($this->privates['vich_uploader.adapter.orm'] ?? ($this->privates['vich_uploader.adapter.orm'] = new \Vich\UploaderBundle\Adapter\ORM\DoctrineORMAdapter())), ($this->privates['vich_uploader.metadata_reader'] ?? $this->getVichUploader_MetadataReaderService()), ($this->services['vich_uploader.upload_handler'] ?? $this->getVichUploader_UploadHandlerService()));
  7484.     }
  7485.     /**
  7486.      * Gets the private 'vich_uploader.listener.remove.fichier' shared service.
  7487.      *
  7488.      * @return \Vich\UploaderBundle\EventListener\Doctrine\RemoveListener
  7489.      */
  7490.     protected function getVichUploader_Listener_Remove_FichierService()
  7491.     {
  7492.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/lib/Doctrine/Common/EventSubscriber.php';
  7493.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
  7494.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/RemoveListener.php';
  7495.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
  7496.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
  7497.         return $this->privates['vich_uploader.listener.remove.fichier'] = new \Vich\UploaderBundle\EventListener\Doctrine\RemoveListener('fichier', ($this->privates['vich_uploader.adapter.orm'] ?? ($this->privates['vich_uploader.adapter.orm'] = new \Vich\UploaderBundle\Adapter\ORM\DoctrineORMAdapter())), ($this->privates['vich_uploader.metadata_reader'] ?? $this->getVichUploader_MetadataReaderService()), ($this->services['vich_uploader.upload_handler'] ?? $this->getVichUploader_UploadHandlerService()));
  7498.     }
  7499.     /**
  7500.      * Gets the private 'vich_uploader.listener.remove.visuel' shared service.
  7501.      *
  7502.      * @return \Vich\UploaderBundle\EventListener\Doctrine\RemoveListener
  7503.      */
  7504.     protected function getVichUploader_Listener_Remove_VisuelService()
  7505.     {
  7506.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/lib/Doctrine/Common/EventSubscriber.php';
  7507.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
  7508.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/RemoveListener.php';
  7509.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
  7510.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
  7511.         return $this->privates['vich_uploader.listener.remove.visuel'] = new \Vich\UploaderBundle\EventListener\Doctrine\RemoveListener('visuel', ($this->privates['vich_uploader.adapter.orm'] ?? ($this->privates['vich_uploader.adapter.orm'] = new \Vich\UploaderBundle\Adapter\ORM\DoctrineORMAdapter())), ($this->privates['vich_uploader.metadata_reader'] ?? $this->getVichUploader_MetadataReaderService()), ($this->services['vich_uploader.upload_handler'] ?? $this->getVichUploader_UploadHandlerService()));
  7512.     }
  7513.     /**
  7514.      * Gets the private 'vich_uploader.listener.upload.articleimage' shared service.
  7515.      *
  7516.      * @return \Vich\UploaderBundle\EventListener\Doctrine\UploadListener
  7517.      */
  7518.     protected function getVichUploader_Listener_Upload_ArticleimageService()
  7519.     {
  7520.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/lib/Doctrine/Common/EventSubscriber.php';
  7521.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
  7522.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/UploadListener.php';
  7523.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
  7524.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
  7525.         return $this->privates['vich_uploader.listener.upload.articleimage'] = new \Vich\UploaderBundle\EventListener\Doctrine\UploadListener('articleimage', ($this->privates['vich_uploader.adapter.orm'] ?? ($this->privates['vich_uploader.adapter.orm'] = new \Vich\UploaderBundle\Adapter\ORM\DoctrineORMAdapter())), ($this->privates['vich_uploader.metadata_reader'] ?? $this->getVichUploader_MetadataReaderService()), ($this->services['vich_uploader.upload_handler'] ?? $this->getVichUploader_UploadHandlerService()));
  7526.     }
  7527.     /**
  7528.      * Gets the private 'vich_uploader.listener.upload.fichier' shared service.
  7529.      *
  7530.      * @return \Vich\UploaderBundle\EventListener\Doctrine\UploadListener
  7531.      */
  7532.     protected function getVichUploader_Listener_Upload_FichierService()
  7533.     {
  7534.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/lib/Doctrine/Common/EventSubscriber.php';
  7535.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
  7536.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/UploadListener.php';
  7537.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
  7538.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
  7539.         return $this->privates['vich_uploader.listener.upload.fichier'] = new \Vich\UploaderBundle\EventListener\Doctrine\UploadListener('fichier', ($this->privates['vich_uploader.adapter.orm'] ?? ($this->privates['vich_uploader.adapter.orm'] = new \Vich\UploaderBundle\Adapter\ORM\DoctrineORMAdapter())), ($this->privates['vich_uploader.metadata_reader'] ?? $this->getVichUploader_MetadataReaderService()), ($this->services['vich_uploader.upload_handler'] ?? $this->getVichUploader_UploadHandlerService()));
  7540.     }
  7541.     /**
  7542.      * Gets the private 'vich_uploader.listener.upload.visuel' shared service.
  7543.      *
  7544.      * @return \Vich\UploaderBundle\EventListener\Doctrine\UploadListener
  7545.      */
  7546.     protected function getVichUploader_Listener_Upload_VisuelService()
  7547.     {
  7548.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/lib/Doctrine/Common/EventSubscriber.php';
  7549.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
  7550.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/UploadListener.php';
  7551.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
  7552.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
  7553.         return $this->privates['vich_uploader.listener.upload.visuel'] = new \Vich\UploaderBundle\EventListener\Doctrine\UploadListener('visuel', ($this->privates['vich_uploader.adapter.orm'] ?? ($this->privates['vich_uploader.adapter.orm'] = new \Vich\UploaderBundle\Adapter\ORM\DoctrineORMAdapter())), ($this->privates['vich_uploader.metadata_reader'] ?? $this->getVichUploader_MetadataReaderService()), ($this->services['vich_uploader.upload_handler'] ?? $this->getVichUploader_UploadHandlerService()));
  7554.     }
  7555.     /**
  7556.      * Gets the private 'vich_uploader.metadata_reader' shared service.
  7557.      *
  7558.      * @return \Vich\UploaderBundle\Metadata\MetadataReader
  7559.      */
  7560.     protected function getVichUploader_MetadataReaderService()
  7561.     {
  7562.         $a = new \Metadata\Driver\FileLocator([]);
  7563.         $b = new \Metadata\MetadataFactory(new \Metadata\Driver\DriverChain([=> new \Vich\UploaderBundle\Metadata\Driver\XmlDriver($a), => new \Vich\UploaderBundle\Metadata\Driver\AnnotationDriver(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService())), => new \Vich\UploaderBundle\Metadata\Driver\YamlDriver($a)]), 'Metadata\\ClassHierarchyMetadata'true);
  7564.         $b->setCache(new \Metadata\Cache\FileCache(($this->targetDir.''.'/vich_uploader')));
  7565.         return $this->privates['vich_uploader.metadata_reader'] = new \Vich\UploaderBundle\Metadata\MetadataReader($b);
  7566.     }
  7567.     /**
  7568.      * Gets the private 'vich_uploader.property_mapping_factory' shared service.
  7569.      *
  7570.      * @return \Vich\UploaderBundle\Mapping\PropertyMappingFactory
  7571.      */
  7572.     protected function getVichUploader_PropertyMappingFactoryService()
  7573.     {
  7574.         return $this->privates['vich_uploader.property_mapping_factory'] = new \Vich\UploaderBundle\Mapping\PropertyMappingFactory($this, ($this->privates['vich_uploader.metadata_reader'] ?? $this->getVichUploader_MetadataReaderService()), $this->parameters['vich_uploader.mappings'], '_name');
  7575.     }
  7576.     /**
  7577.      * Gets the private 'vich_uploader.storage.file_system' shared service.
  7578.      *
  7579.      * @return \Vich\UploaderBundle\Storage\FileSystemStorage
  7580.      */
  7581.     protected function getVichUploader_Storage_FileSystemService()
  7582.     {
  7583.         return $this->privates['vich_uploader.storage.file_system'] = new \Vich\UploaderBundle\Storage\FileSystemStorage(($this->privates['vich_uploader.property_mapping_factory'] ?? $this->getVichUploader_PropertyMappingFactoryService()));
  7584.     }
  7585.     /**
  7586.      * Gets the private 'web_profiler.csp.handler' shared service.
  7587.      *
  7588.      * @return \Symfony\Bundle\WebProfilerBundle\Csp\ContentSecurityPolicyHandler
  7589.      */
  7590.     protected function getWebProfiler_Csp_HandlerService()
  7591.     {
  7592.         return $this->privates['web_profiler.csp.handler'] = new \Symfony\Bundle\WebProfilerBundle\Csp\ContentSecurityPolicyHandler(new \Symfony\Bundle\WebProfilerBundle\Csp\NonceGenerator());
  7593.     }
  7594.     /**
  7595.      * Gets the private 'web_profiler.debug_toolbar' shared service.
  7596.      *
  7597.      * @return \Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener
  7598.      */
  7599.     protected function getWebProfiler_DebugToolbarService()
  7600.     {
  7601.         return $this->privates['web_profiler.debug_toolbar'] = new \Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener(($this->services['twig'] ?? $this->getTwigService()), false2, ($this->services['router'] ?? $this->getRouterService()), '^/((index|app(_[\\w]+)?)\\.php/)?_wdt', ($this->privates['web_profiler.csp.handler'] ?? $this->getWebProfiler_Csp_HandlerService()));
  7602.     }
  7603.     /**
  7604.      * Gets the private 'web_server.command.server_run' shared service.
  7605.      *
  7606.      * @return \Symfony\Bundle\WebServerBundle\Command\ServerRunCommand
  7607.      */
  7608.     protected function getWebServer_Command_ServerRunService()
  7609.     {
  7610.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7611.         include_once \dirname(__DIR__4).'/vendor/symfony/web-server-bundle/Command/ServerRunCommand.php';
  7612.         $this->privates['web_server.command.server_run'] = $instance = new \Symfony\Bundle\WebServerBundle\Command\ServerRunCommand((\dirname(__DIR__4).'/public'), 'dev', \dirname(__DIR__4));
  7613.         $instance->setName('server:run');
  7614.         return $instance;
  7615.     }
  7616.     /**
  7617.      * Gets the private 'web_server.command.server_start' shared service.
  7618.      *
  7619.      * @return \Symfony\Bundle\WebServerBundle\Command\ServerStartCommand
  7620.      */
  7621.     protected function getWebServer_Command_ServerStartService()
  7622.     {
  7623.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7624.         include_once \dirname(__DIR__4).'/vendor/symfony/web-server-bundle/Command/ServerStartCommand.php';
  7625.         $this->privates['web_server.command.server_start'] = $instance = new \Symfony\Bundle\WebServerBundle\Command\ServerStartCommand((\dirname(__DIR__4).'/public'), 'dev', \dirname(__DIR__4));
  7626.         $instance->setName('server:start');
  7627.         return $instance;
  7628.     }
  7629.     /**
  7630.      * Gets the private 'web_server.command.server_status' shared service.
  7631.      *
  7632.      * @return \Symfony\Bundle\WebServerBundle\Command\ServerStatusCommand
  7633.      */
  7634.     protected function getWebServer_Command_ServerStatusService()
  7635.     {
  7636.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7637.         include_once \dirname(__DIR__4).'/vendor/symfony/web-server-bundle/Command/ServerStatusCommand.php';
  7638.         $this->privates['web_server.command.server_status'] = $instance = new \Symfony\Bundle\WebServerBundle\Command\ServerStatusCommand(\dirname(__DIR__4));
  7639.         $instance->setName('server:status');
  7640.         return $instance;
  7641.     }
  7642.     /**
  7643.      * Gets the private 'web_server.command.server_stop' shared service.
  7644.      *
  7645.      * @return \Symfony\Bundle\WebServerBundle\Command\ServerStopCommand
  7646.      */
  7647.     protected function getWebServer_Command_ServerStopService()
  7648.     {
  7649.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7650.         include_once \dirname(__DIR__4).'/vendor/symfony/web-server-bundle/Command/ServerStopCommand.php';
  7651.         $this->privates['web_server.command.server_stop'] = $instance = new \Symfony\Bundle\WebServerBundle\Command\ServerStopCommand(\dirname(__DIR__4));
  7652.         $instance->setName('server:stop');
  7653.         return $instance;
  7654.     }
  7655.     /**
  7656.      * Gets the private 'webpack_encore.entrypoint_lookup.cache_warmer' shared service.
  7657.      *
  7658.      * @return \Symfony\WebpackEncoreBundle\CacheWarmer\EntrypointCacheWarmer
  7659.      */
  7660.     protected function getWebpackEncore_EntrypointLookup_CacheWarmerService()
  7661.     {
  7662.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  7663.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/AbstractPhpFileCacheWarmer.php';
  7664.         include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/CacheWarmer/EntrypointCacheWarmer.php';
  7665.         return $this->privates['webpack_encore.entrypoint_lookup.cache_warmer'] = new \Symfony\WebpackEncoreBundle\CacheWarmer\EntrypointCacheWarmer(['_default' => (\dirname(__DIR__4).'/public/build/entrypoints.json')], ($this->targetDir.''.'/webpack_encore.cache.php'), ($this->privates['cache.webpack_encore'] ?? $this->getCache_WebpackEncoreService()));
  7666.     }
  7667.     /**
  7668.      * Gets the private 'webpack_encore.entrypoint_lookup[_default]' shared service.
  7669.      *
  7670.      * @return \Symfony\WebpackEncoreBundle\Asset\EntrypointLookup
  7671.      */
  7672.     protected function getWebpackEncore_EntrypointLookupDefaultService()
  7673.     {
  7674.         include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/Asset/EntrypointLookupInterface.php';
  7675.         include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/Asset/IntegrityDataProviderInterface.php';
  7676.         include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/Asset/EntrypointLookup.php';
  7677.         return $this->privates['webpack_encore.entrypoint_lookup[_default]'] = new \Symfony\WebpackEncoreBundle\Asset\EntrypointLookup((\dirname(__DIR__4).'/public/build/entrypoints.json'), NULL'_default'true);
  7678.     }
  7679.     /**
  7680.      * Gets the private 'webpack_encore.entrypoint_lookup_collection' shared service.
  7681.      *
  7682.      * @return \Symfony\WebpackEncoreBundle\Asset\EntrypointLookupCollection
  7683.      */
  7684.     protected function getWebpackEncore_EntrypointLookupCollectionService()
  7685.     {
  7686.         include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/Asset/EntrypointLookupCollectionInterface.php';
  7687.         include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/Asset/EntrypointLookupCollection.php';
  7688.         return $this->privates['webpack_encore.entrypoint_lookup_collection'] = new \Symfony\WebpackEncoreBundle\Asset\EntrypointLookupCollection(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  7689.             '_default' => ['privates''webpack_encore.entrypoint_lookup[_default]''getWebpackEncore_EntrypointLookupDefaultService'false],
  7690.         ], [
  7691.             '_default' => '?',
  7692.         ]), '_default');
  7693.     }
  7694.     /**
  7695.      * Gets the private 'webpack_encore.exception_listener' shared service.
  7696.      *
  7697.      * @return \Symfony\WebpackEncoreBundle\EventListener\ExceptionListener
  7698.      */
  7699.     protected function getWebpackEncore_ExceptionListenerService()
  7700.     {
  7701.         include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/EventListener/ExceptionListener.php';
  7702.         return $this->privates['webpack_encore.exception_listener'] = new \Symfony\WebpackEncoreBundle\EventListener\ExceptionListener(($this->privates['webpack_encore.entrypoint_lookup_collection'] ?? $this->getWebpackEncore_EntrypointLookupCollectionService()), [=> '_default']);
  7703.     }
  7704.     /**
  7705.      * Gets the private 'webpack_encore.tag_renderer' shared service.
  7706.      *
  7707.      * @return \Symfony\WebpackEncoreBundle\Asset\TagRenderer
  7708.      */
  7709.     protected function getWebpackEncore_TagRendererService()
  7710.     {
  7711.         include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/Asset/TagRenderer.php';
  7712.         return $this->privates['webpack_encore.tag_renderer'] = new \Symfony\WebpackEncoreBundle\Asset\TagRenderer(($this->privates['webpack_encore.entrypoint_lookup_collection'] ?? $this->getWebpackEncore_EntrypointLookupCollectionService()), ($this->privates['assets.packages'] ?? $this->getAssets_PackagesService()), [], [], [], ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  7713.     }
  7714.     /**
  7715.      * @return array|bool|float|int|string|null
  7716.      */
  7717.     public function getParameter($name)
  7718.     {
  7719.         $name = (string) $name;
  7720.         if (isset($this->buildParameters[$name])) {
  7721.             return $this->buildParameters[$name];
  7722.         }
  7723.         if (!(isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || array_key_exists($name$this->parameters))) {
  7724.             throw new InvalidArgumentException(sprintf('The parameter "%s" must be defined.'$name));
  7725.         }
  7726.         if (isset($this->loadedDynamicParameters[$name])) {
  7727.             return $this->loadedDynamicParameters[$name] ? $this->dynamicParameters[$name] : $this->getDynamicParameter($name);
  7728.         }
  7729.         return $this->parameters[$name];
  7730.     }
  7731.     public function hasParameter($name): bool
  7732.     {
  7733.         $name = (string) $name;
  7734.         if (isset($this->buildParameters[$name])) {
  7735.             return true;
  7736.         }
  7737.         return isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || array_key_exists($name$this->parameters);
  7738.     }
  7739.     public function setParameter($name$value): void
  7740.     {
  7741.         throw new LogicException('Impossible to call set() on a frozen ParameterBag.');
  7742.     }
  7743.     public function getParameterBag(): ParameterBagInterface
  7744.     {
  7745.         if (null === $this->parameterBag) {
  7746.             $parameters $this->parameters;
  7747.             foreach ($this->loadedDynamicParameters as $name => $loaded) {
  7748.                 $parameters[$name] = $loaded $this->dynamicParameters[$name] : $this->getDynamicParameter($name);
  7749.             }
  7750.             foreach ($this->buildParameters as $name => $value) {
  7751.                 $parameters[$name] = $value;
  7752.             }
  7753.             $this->parameterBag = new FrozenParameterBag($parameters);
  7754.         }
  7755.         return $this->parameterBag;
  7756.     }
  7757.     private $loadedDynamicParameters = [
  7758.         'kernel.cache_dir' => false,
  7759.         'kernel.secret' => false,
  7760.         'session.save_path' => false,
  7761.         'validator.mapping.cache.file' => false,
  7762.         'profiler.storage.dsn' => false,
  7763.         'debug.container.dump' => false,
  7764.         'serializer.mapping.cache.file' => false,
  7765.         'doctrine.orm.proxy_dir' => false,
  7766.         'swiftmailer.spool.default.memory.path' => false,
  7767.     ];
  7768.     private $dynamicParameters = [];
  7769.     private function getDynamicParameter(string $name)
  7770.     {
  7771.         switch ($name) {
  7772.             case 'kernel.cache_dir'$value $this->targetDir.''; break;
  7773.             case 'kernel.secret'$value $this->getEnv('APP_SECRET'); break;
  7774.             case 'session.save_path'$value = ($this->targetDir.''.'/sessions'); break;
  7775.             case 'validator.mapping.cache.file'$value = ($this->targetDir.''.'/validation.php'); break;
  7776.             case 'profiler.storage.dsn'$value = ('file:'.$this->targetDir.''.'/profiler'); break;
  7777.             case 'debug.container.dump'$value = ($this->targetDir.''.'/srcApp_KernelDevDebugContainer.xml'); break;
  7778.             case 'serializer.mapping.cache.file'$value = ($this->targetDir.''.'/serialization.php'); break;
  7779.             case 'doctrine.orm.proxy_dir'$value = ($this->targetDir.''.'/doctrine/orm/Proxies'); break;
  7780.             case 'swiftmailer.spool.default.memory.path'$value = ($this->targetDir.''.'/swiftmailer/spool/default'); break;
  7781.             default: throw new InvalidArgumentException(sprintf('The dynamic parameter "%s" must be defined.'$name));
  7782.         }
  7783.         $this->loadedDynamicParameters[$name] = true;
  7784.         return $this->dynamicParameters[$name] = $value;
  7785.     }
  7786.     protected function getDefaultParameters(): array
  7787.     {
  7788.         return [
  7789.             'kernel.root_dir' => (\dirname(__DIR__4).'/src'),
  7790.             'kernel.project_dir' => \dirname(__DIR__4),
  7791.             'kernel.environment' => 'dev',
  7792.             'kernel.debug' => true,
  7793.             'kernel.name' => 'src',
  7794.             'kernel.logs_dir' => (\dirname(__DIR__3).'/log'),
  7795.             'kernel.bundles' => [
  7796.                 'FrameworkBundle' => 'Symfony\\Bundle\\FrameworkBundle\\FrameworkBundle',
  7797.                 'SensioFrameworkExtraBundle' => 'Sensio\\Bundle\\FrameworkExtraBundle\\SensioFrameworkExtraBundle',
  7798.                 'DoctrineBundle' => 'Doctrine\\Bundle\\DoctrineBundle\\DoctrineBundle',
  7799.                 'DoctrineMigrationsBundle' => 'Doctrine\\Bundle\\MigrationsBundle\\DoctrineMigrationsBundle',
  7800.                 'SecurityBundle' => 'Symfony\\Bundle\\SecurityBundle\\SecurityBundle',
  7801.                 'SwiftmailerBundle' => 'Symfony\\Bundle\\SwiftmailerBundle\\SwiftmailerBundle',
  7802.                 'TwigBundle' => 'Symfony\\Bundle\\TwigBundle\\TwigBundle',
  7803.                 'WebProfilerBundle' => 'Symfony\\Bundle\\WebProfilerBundle\\WebProfilerBundle',
  7804.                 'MonologBundle' => 'Symfony\\Bundle\\MonologBundle\\MonologBundle',
  7805.                 'DebugBundle' => 'Symfony\\Bundle\\DebugBundle\\DebugBundle',
  7806.                 'MakerBundle' => 'Symfony\\Bundle\\MakerBundle\\MakerBundle',
  7807.                 'WebServerBundle' => 'Symfony\\Bundle\\WebServerBundle\\WebServerBundle',
  7808.                 'WebpackEncoreBundle' => 'Symfony\\WebpackEncoreBundle\\WebpackEncoreBundle',
  7809.                 'StofDoctrineExtensionsBundle' => 'Stof\\DoctrineExtensionsBundle\\StofDoctrineExtensionsBundle',
  7810.                 'VichUploaderBundle' => 'Vich\\UploaderBundle\\VichUploaderBundle',
  7811.                 'FOSUserBundle' => 'FOS\\UserBundle\\FOSUserBundle',
  7812.                 'FOSCKEditorBundle' => 'FOS\\CKEditorBundle\\FOSCKEditorBundle',
  7813.                 'TetranzSelect2EntityBundle' => 'Tetranz\\Select2EntityBundle\\TetranzSelect2EntityBundle',
  7814.                 'FOSJsRoutingBundle' => 'FOS\\JsRoutingBundle\\FOSJsRoutingBundle',
  7815.                 'LiipImagineBundle' => 'Liip\\ImagineBundle\\LiipImagineBundle',
  7816.                 'TwigExtraBundle' => 'Twig\\Extra\\TwigExtraBundle\\TwigExtraBundle',
  7817.             ],
  7818.             'kernel.bundles_metadata' => [
  7819.                 'FrameworkBundle' => [
  7820.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle'),
  7821.                     'namespace' => 'Symfony\\Bundle\\FrameworkBundle',
  7822.                 ],
  7823.                 'SensioFrameworkExtraBundle' => [
  7824.                     'path' => (\dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src'),
  7825.                     'namespace' => 'Sensio\\Bundle\\FrameworkExtraBundle',
  7826.                 ],
  7827.                 'DoctrineBundle' => [
  7828.                     'path' => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle'),
  7829.                     'namespace' => 'Doctrine\\Bundle\\DoctrineBundle',
  7830.                 ],
  7831.                 'DoctrineMigrationsBundle' => [
  7832.                     'path' => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle'),
  7833.                     'namespace' => 'Doctrine\\Bundle\\MigrationsBundle',
  7834.                 ],
  7835.                 'SecurityBundle' => [
  7836.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/security-bundle'),
  7837.                     'namespace' => 'Symfony\\Bundle\\SecurityBundle',
  7838.                 ],
  7839.                 'SwiftmailerBundle' => [
  7840.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/swiftmailer-bundle'),
  7841.                     'namespace' => 'Symfony\\Bundle\\SwiftmailerBundle',
  7842.                 ],
  7843.                 'TwigBundle' => [
  7844.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/twig-bundle'),
  7845.                     'namespace' => 'Symfony\\Bundle\\TwigBundle',
  7846.                 ],
  7847.                 'WebProfilerBundle' => [
  7848.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle'),
  7849.                     'namespace' => 'Symfony\\Bundle\\WebProfilerBundle',
  7850.                 ],
  7851.                 'MonologBundle' => [
  7852.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/monolog-bundle'),
  7853.                     'namespace' => 'Symfony\\Bundle\\MonologBundle',
  7854.                 ],
  7855.                 'DebugBundle' => [
  7856.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/debug-bundle'),
  7857.                     'namespace' => 'Symfony\\Bundle\\DebugBundle',
  7858.                 ],
  7859.                 'MakerBundle' => [
  7860.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/maker-bundle/src'),
  7861.                     'namespace' => 'Symfony\\Bundle\\MakerBundle',
  7862.                 ],
  7863.                 'WebServerBundle' => [
  7864.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/web-server-bundle'),
  7865.                     'namespace' => 'Symfony\\Bundle\\WebServerBundle',
  7866.                 ],
  7867.                 'WebpackEncoreBundle' => [
  7868.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src'),
  7869.                     'namespace' => 'Symfony\\WebpackEncoreBundle',
  7870.                 ],
  7871.                 'StofDoctrineExtensionsBundle' => [
  7872.                     'path' => (\dirname(__DIR__4).'/vendor/stof/doctrine-extensions-bundle/src'),
  7873.                     'namespace' => 'Stof\\DoctrineExtensionsBundle',
  7874.                 ],
  7875.                 'VichUploaderBundle' => [
  7876.                     'path' => (\dirname(__DIR__4).'/vendor/vich/uploader-bundle'),
  7877.                     'namespace' => 'Vich\\UploaderBundle',
  7878.                 ],
  7879.                 'FOSUserBundle' => [
  7880.                     'path' => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle'),
  7881.                     'namespace' => 'FOS\\UserBundle',
  7882.                 ],
  7883.                 'FOSCKEditorBundle' => [
  7884.                     'path' => (\dirname(__DIR__4).'/vendor/friendsofsymfony/ckeditor-bundle/src'),
  7885.                     'namespace' => 'FOS\\CKEditorBundle',
  7886.                 ],
  7887.                 'TetranzSelect2EntityBundle' => [
  7888.                     'path' => (\dirname(__DIR__4).'/vendor/tetranz/select2entity-bundle'),
  7889.                     'namespace' => 'Tetranz\\Select2EntityBundle',
  7890.                 ],
  7891.                 'FOSJsRoutingBundle' => [
  7892.                     'path' => (\dirname(__DIR__4).'/vendor/friendsofsymfony/jsrouting-bundle'),
  7893.                     'namespace' => 'FOS\\JsRoutingBundle',
  7894.                 ],
  7895.                 'LiipImagineBundle' => [
  7896.                     'path' => (\dirname(__DIR__4).'/vendor/liip/imagine-bundle'),
  7897.                     'namespace' => 'Liip\\ImagineBundle',
  7898.                 ],
  7899.                 'TwigExtraBundle' => [
  7900.                     'path' => (\dirname(__DIR__4).'/vendor/twig/extra-bundle'),
  7901.                     'namespace' => 'Twig\\Extra\\TwigExtraBundle',
  7902.                 ],
  7903.             ],
  7904.             'kernel.charset' => 'UTF-8',
  7905.             'kernel.container_class' => 'srcApp_KernelDevDebugContainer',
  7906.             'container.dumper.inline_class_loader' => true,
  7907.             'container.dumper.inline_factories' => true,
  7908.             'locale' => 'en',
  7909.             'event_dispatcher.event_aliases' => [
  7910.                 'Symfony\\Component\\Console\\Event\\ConsoleCommandEvent' => 'console.command',
  7911.                 'Symfony\\Component\\Console\\Event\\ConsoleErrorEvent' => 'console.error',
  7912.                 'Symfony\\Component\\Console\\Event\\ConsoleTerminateEvent' => 'console.terminate',
  7913.                 'Symfony\\Component\\Form\\Event\\PreSubmitEvent' => 'form.pre_submit',
  7914.                 'Symfony\\Component\\Form\\Event\\SubmitEvent' => 'form.submit',
  7915.                 'Symfony\\Component\\Form\\Event\\PostSubmitEvent' => 'form.post_submit',
  7916.                 'Symfony\\Component\\Form\\Event\\PreSetDataEvent' => 'form.pre_set_data',
  7917.                 'Symfony\\Component\\Form\\Event\\PostSetDataEvent' => 'form.post_set_data',
  7918.                 'Symfony\\Component\\HttpKernel\\Event\\ControllerArgumentsEvent' => 'kernel.controller_arguments',
  7919.                 'Symfony\\Component\\HttpKernel\\Event\\ControllerEvent' => 'kernel.controller',
  7920.                 'Symfony\\Component\\HttpKernel\\Event\\ResponseEvent' => 'kernel.response',
  7921.                 'Symfony\\Component\\HttpKernel\\Event\\FinishRequestEvent' => 'kernel.finish_request',
  7922.                 'Symfony\\Component\\HttpKernel\\Event\\RequestEvent' => 'kernel.request',
  7923.                 'Symfony\\Component\\HttpKernel\\Event\\ViewEvent' => 'kernel.view',
  7924.                 'Symfony\\Component\\HttpKernel\\Event\\ExceptionEvent' => 'kernel.exception',
  7925.                 'Symfony\\Component\\HttpKernel\\Event\\TerminateEvent' => 'kernel.terminate',
  7926.                 'Symfony\\Component\\Workflow\\Event\\GuardEvent' => 'workflow.guard',
  7927.                 'Symfony\\Component\\Workflow\\Event\\LeaveEvent' => 'workflow.leave',
  7928.                 'Symfony\\Component\\Workflow\\Event\\TransitionEvent' => 'workflow.transition',
  7929.                 'Symfony\\Component\\Workflow\\Event\\EnterEvent' => 'workflow.enter',
  7930.                 'Symfony\\Component\\Workflow\\Event\\EnteredEvent' => 'workflow.entered',
  7931.                 'Symfony\\Component\\Workflow\\Event\\CompletedEvent' => 'workflow.completed',
  7932.                 'Symfony\\Component\\Workflow\\Event\\AnnounceEvent' => 'workflow.announce',
  7933.                 'Symfony\\Component\\Security\\Core\\Event\\AuthenticationSuccessEvent' => 'security.authentication.success',
  7934.                 'Symfony\\Component\\Security\\Core\\Event\\AuthenticationFailureEvent' => 'security.authentication.failure',
  7935.                 'Symfony\\Component\\Security\\Http\\Event\\InteractiveLoginEvent' => 'security.interactive_login',
  7936.                 'Symfony\\Component\\Security\\Http\\Event\\SwitchUserEvent' => 'security.switch_user',
  7937.             ],
  7938.             'fragment.renderer.hinclude.global_template' => '',
  7939.             'fragment.path' => '/_fragment',
  7940.             'kernel.http_method_override' => true,
  7941.             'kernel.trusted_hosts' => [
  7942.             ],
  7943.             'kernel.default_locale' => 'en',
  7944.             'kernel.error_controller' => 'error_controller',
  7945.             'templating.helper.code.file_link_format' => NULL,
  7946.             'debug.file_link_format' => NULL,
  7947.             'session.metadata.storage_key' => '_sf2_meta',
  7948.             'session.storage.options' => [
  7949.                 'cache_limiter' => '0',
  7950.                 'cookie_secure' => 'auto',
  7951.                 'cookie_httponly' => true,
  7952.                 'cookie_samesite' => 'lax',
  7953.                 'gc_probability' => 1,
  7954.             ],
  7955.             'session.metadata.update_threshold' => 0,
  7956.             'form.type_extension.csrf.enabled' => true,
  7957.             'form.type_extension.csrf.field_name' => '_token',
  7958.             'asset.request_context.base_path' => '',
  7959.             'asset.request_context.secure' => false,
  7960.             'validator.translation_domain' => 'validators',
  7961.             'translator.logging' => false,
  7962.             'translator.default_path' => (\dirname(__DIR__4).'/translations'),
  7963.             'profiler_listener.only_exceptions' => false,
  7964.             'profiler_listener.only_master_requests' => false,
  7965.             'debug.error_handler.throw_at' => -1,
  7966.             'router.request_context.host' => 'localhost',
  7967.             'router.request_context.scheme' => 'http',
  7968.             'router.request_context.base_url' => '',
  7969.             'router.resource' => 'kernel::loadRoutes',
  7970.             'router.cache_class_prefix' => 'srcApp_KernelDevDebugContainer',
  7971.             'request_listener.http_port' => 80,
  7972.             'request_listener.https_port' => 443,
  7973.             'doctrine.dbal.logger.chain.class' => 'Doctrine\\DBAL\\Logging\\LoggerChain',
  7974.             'doctrine.dbal.logger.profiling.class' => 'Doctrine\\DBAL\\Logging\\DebugStack',
  7975.             'doctrine.dbal.logger.class' => 'Symfony\\Bridge\\Doctrine\\Logger\\DbalLogger',
  7976.             'doctrine.dbal.configuration.class' => 'Doctrine\\DBAL\\Configuration',
  7977.             'doctrine.data_collector.class' => 'Doctrine\\Bundle\\DoctrineBundle\\DataCollector\\DoctrineDataCollector',
  7978.             'doctrine.dbal.connection.event_manager.class' => 'Symfony\\Bridge\\Doctrine\\ContainerAwareEventManager',
  7979.             'doctrine.dbal.connection_factory.class' => 'Doctrine\\Bundle\\DoctrineBundle\\ConnectionFactory',
  7980.             'doctrine.dbal.events.mysql_session_init.class' => 'Doctrine\\DBAL\\Event\\Listeners\\MysqlSessionInit',
  7981.             'doctrine.dbal.events.oracle_session_init.class' => 'Doctrine\\DBAL\\Event\\Listeners\\OracleSessionInit',
  7982.             'doctrine.class' => 'Doctrine\\Bundle\\DoctrineBundle\\Registry',
  7983.             'doctrine.entity_managers' => [
  7984.                 'default' => 'doctrine.orm.default_entity_manager',
  7985.             ],
  7986.             'doctrine.default_entity_manager' => 'default',
  7987.             'doctrine.dbal.connection_factory.types' => [
  7988.             ],
  7989.             'doctrine.connections' => [
  7990.                 'default' => 'doctrine.dbal.default_connection',
  7991.             ],
  7992.             'doctrine.default_connection' => 'default',
  7993.             'doctrine.orm.configuration.class' => 'Doctrine\\ORM\\Configuration',
  7994.             'doctrine.orm.entity_manager.class' => 'Doctrine\\ORM\\EntityManager',
  7995.             'doctrine.orm.manager_configurator.class' => 'Doctrine\\Bundle\\DoctrineBundle\\ManagerConfigurator',
  7996.             'doctrine.orm.cache.array.class' => 'Doctrine\\Common\\Cache\\ArrayCache',
  7997.             'doctrine.orm.cache.apc.class' => 'Doctrine\\Common\\Cache\\ApcCache',
  7998.             'doctrine.orm.cache.memcache.class' => 'Doctrine\\Common\\Cache\\MemcacheCache',
  7999.             'doctrine.orm.cache.memcache_host' => 'localhost',
  8000.             'doctrine.orm.cache.memcache_port' => 11211,
  8001.             'doctrine.orm.cache.memcache_instance.class' => 'Memcache',
  8002.             'doctrine.orm.cache.memcached.class' => 'Doctrine\\Common\\Cache\\MemcachedCache',
  8003.             'doctrine.orm.cache.memcached_host' => 'localhost',
  8004.             'doctrine.orm.cache.memcached_port' => 11211,
  8005.             'doctrine.orm.cache.memcached_instance.class' => 'Memcached',
  8006.             'doctrine.orm.cache.redis.class' => 'Doctrine\\Common\\Cache\\RedisCache',
  8007.             'doctrine.orm.cache.redis_host' => 'localhost',
  8008.             'doctrine.orm.cache.redis_port' => 6379,
  8009.             'doctrine.orm.cache.redis_instance.class' => 'Redis',
  8010.             'doctrine.orm.cache.xcache.class' => 'Doctrine\\Common\\Cache\\XcacheCache',
  8011.             'doctrine.orm.cache.wincache.class' => 'Doctrine\\Common\\Cache\\WinCacheCache',
  8012.             'doctrine.orm.cache.zenddata.class' => 'Doctrine\\Common\\Cache\\ZendDataCache',
  8013.             'doctrine.orm.metadata.driver_chain.class' => 'Doctrine\\Persistence\\Mapping\\Driver\\MappingDriverChain',
  8014.             'doctrine.orm.metadata.annotation.class' => 'Doctrine\\ORM\\Mapping\\Driver\\AnnotationDriver',
  8015.             'doctrine.orm.metadata.xml.class' => 'Doctrine\\ORM\\Mapping\\Driver\\SimplifiedXmlDriver',
  8016.             'doctrine.orm.metadata.yml.class' => 'Doctrine\\ORM\\Mapping\\Driver\\SimplifiedYamlDriver',
  8017.             'doctrine.orm.metadata.php.class' => 'Doctrine\\ORM\\Mapping\\Driver\\PHPDriver',
  8018.             'doctrine.orm.metadata.staticphp.class' => 'Doctrine\\ORM\\Mapping\\Driver\\StaticPHPDriver',
  8019.             'doctrine.orm.proxy_cache_warmer.class' => 'Symfony\\Bridge\\Doctrine\\CacheWarmer\\ProxyCacheWarmer',
  8020.             'form.type_guesser.doctrine.class' => 'Symfony\\Bridge\\Doctrine\\Form\\DoctrineOrmTypeGuesser',
  8021.             'doctrine.orm.validator.unique.class' => 'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator',
  8022.             'doctrine.orm.validator_initializer.class' => 'Symfony\\Bridge\\Doctrine\\Validator\\DoctrineInitializer',
  8023.             'doctrine.orm.security.user.provider.class' => 'Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider',
  8024.             'doctrine.orm.listeners.resolve_target_entity.class' => 'Doctrine\\ORM\\Tools\\ResolveTargetEntityListener',
  8025.             'doctrine.orm.listeners.attach_entity_listeners.class' => 'Doctrine\\ORM\\Tools\\AttachEntityListenersListener',
  8026.             'doctrine.orm.naming_strategy.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultNamingStrategy',
  8027.             'doctrine.orm.naming_strategy.underscore.class' => 'Doctrine\\ORM\\Mapping\\UnderscoreNamingStrategy',
  8028.             'doctrine.orm.quote_strategy.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultQuoteStrategy',
  8029.             'doctrine.orm.quote_strategy.ansi.class' => 'Doctrine\\ORM\\Mapping\\AnsiQuoteStrategy',
  8030.             'doctrine.orm.entity_listener_resolver.class' => 'Doctrine\\Bundle\\DoctrineBundle\\Mapping\\ContainerEntityListenerResolver',
  8031.             'doctrine.orm.second_level_cache.default_cache_factory.class' => 'Doctrine\\ORM\\Cache\\DefaultCacheFactory',
  8032.             'doctrine.orm.second_level_cache.default_region.class' => 'Doctrine\\ORM\\Cache\\Region\\DefaultRegion',
  8033.             'doctrine.orm.second_level_cache.filelock_region.class' => 'Doctrine\\ORM\\Cache\\Region\\FileLockRegion',
  8034.             'doctrine.orm.second_level_cache.logger_chain.class' => 'Doctrine\\ORM\\Cache\\Logging\\CacheLoggerChain',
  8035.             'doctrine.orm.second_level_cache.logger_statistics.class' => 'Doctrine\\ORM\\Cache\\Logging\\StatisticsCacheLogger',
  8036.             'doctrine.orm.second_level_cache.cache_configuration.class' => 'Doctrine\\ORM\\Cache\\CacheConfiguration',
  8037.             'doctrine.orm.second_level_cache.regions_configuration.class' => 'Doctrine\\ORM\\Cache\\RegionsConfiguration',
  8038.             'doctrine.orm.auto_generate_proxy_classes' => true,
  8039.             'doctrine.orm.proxy_namespace' => 'Proxies',
  8040.             'doctrine.migrations.preferred_em' => NULL,
  8041.             'doctrine.migrations.preferred_connection' => NULL,
  8042.             'security.authentication.trust_resolver.anonymous_class' => NULL,
  8043.             'security.authentication.trust_resolver.rememberme_class' => NULL,
  8044.             'security.role_hierarchy.roles' => [
  8045.                 'ROLE_ADMIN' => [
  8046.                     => 'ROLE_USER',
  8047.                 ],
  8048.                 'ROLE_USER_FORMATEUR' => [
  8049.                     => 'ROLE_ADMIN',
  8050.                 ],
  8051.                 'ROLE_USER_PEDAGOGUE' => [
  8052.                     => 'ROLE_ADMIN',
  8053.                 ],
  8054.                 'ROLE_SUPER_ADMIN' => [
  8055.                     => 'ROLE_ADMIN',
  8056.                 ],
  8057.             ],
  8058.             'security.access.denied_url' => NULL,
  8059.             'security.authentication.manager.erase_credentials' => true,
  8060.             'security.authentication.session_strategy.strategy' => 'migrate',
  8061.             'security.access.always_authenticate_before_granting' => false,
  8062.             'security.authentication.hide_user_not_found' => true,
  8063.             'swiftmailer.mailer.default.transport.name' => 'dynamic',
  8064.             'swiftmailer.mailer.default.spool.enabled' => true,
  8065.             'swiftmailer.mailer.default.plugin.impersonate' => NULL,
  8066.             'swiftmailer.mailer.default.single_address' => NULL,
  8067.             'swiftmailer.mailer.default.delivery.enabled' => true,
  8068.             'swiftmailer.spool.enabled' => true,
  8069.             'swiftmailer.delivery.enabled' => true,
  8070.             'swiftmailer.single_address' => NULL,
  8071.             'swiftmailer.mailers' => [
  8072.                 'default' => 'swiftmailer.mailer.default',
  8073.             ],
  8074.             'swiftmailer.default_mailer' => 'default',
  8075.             'twig.exception_listener.controller' => NULL,
  8076.             'twig.form.resources' => [
  8077.                 => '@VichUploader/Form/fields.html.twig',
  8078.                 => 'form_div_layout.html.twig',
  8079.                 => '@TetranzSelect2Entity/Form/fields.html.twig',
  8080.                 => '@FOSCKEditor/Form/ckeditor_widget.html.twig',
  8081.                 => '@LiipImagine/Form/form_div_layout.html.twig',
  8082.             ],
  8083.             'twig.default_path' => (\dirname(__DIR__4).'/templates'),
  8084.             'web_profiler.debug_toolbar.intercept_redirects' => false,
  8085.             'web_profiler.debug_toolbar.mode' => 2,
  8086.             'monolog.use_microseconds' => true,
  8087.             'monolog.swift_mailer.handlers' => [
  8088.             ],
  8089.             'monolog.handlers_to_channels' => [
  8090.                 'monolog.handler.console' => [
  8091.                     'type' => 'exclusive',
  8092.                     'elements' => [
  8093.                         => 'event',
  8094.                         => 'doctrine',
  8095.                         => 'console',
  8096.                     ],
  8097.                 ],
  8098.                 'monolog.handler.main' => [
  8099.                     'type' => 'exclusive',
  8100.                     'elements' => [
  8101.                         => 'event',
  8102.                     ],
  8103.                 ],
  8104.             ],
  8105.             'env(VAR_DUMPER_SERVER)' => '127.0.0.1:9912',
  8106.             'stof_doctrine_extensions.listener.sluggable.class' => 'Gedmo\\Sluggable\\SluggableListener',
  8107.             'stof_doctrine_extensions.default_locale' => 'fr_FR',
  8108.             'stof_doctrine_extensions.translation_fallback' => false,
  8109.             'stof_doctrine_extensions.persist_default_translation' => false,
  8110.             'stof_doctrine_extensions.skip_translation_on_load' => false,
  8111.             'stof_doctrine_extensions.listener.translatable.class' => 'Gedmo\\Translatable\\TranslatableListener',
  8112.             'stof_doctrine_extensions.listener.timestampable.class' => 'Gedmo\\Timestampable\\TimestampableListener',
  8113.             'stof_doctrine_extensions.listener.blameable.class' => 'Gedmo\\Blameable\\BlameableListener',
  8114.             'stof_doctrine_extensions.listener.tree.class' => 'Gedmo\\Tree\\TreeListener',
  8115.             'stof_doctrine_extensions.listener.loggable.class' => 'Gedmo\\Loggable\\LoggableListener',
  8116.             'stof_doctrine_extensions.listener.sortable.class' => 'Gedmo\\Sortable\\SortableListener',
  8117.             'stof_doctrine_extensions.listener.softdeleteable.class' => 'Gedmo\\SoftDeleteable\\SoftDeleteableListener',
  8118.             'stof_doctrine_extensions.listener.uploadable.class' => 'Gedmo\\Uploadable\\UploadableListener',
  8119.             'stof_doctrine_extensions.listener.reference_integrity.class' => 'Gedmo\\ReferenceIntegrity\\ReferenceIntegrityListener',
  8120.             'vich_uploader.default_filename_attribute_suffix' => '_name',
  8121.             'vich_uploader.mappings' => [
  8122.                 'visuel' => [
  8123.                     'uri_prefix' => '/visuels',
  8124.                     'upload_destination' => (\dirname(__DIR__4).'/src/../public/visuels'),
  8125.                     'namer' => [
  8126.                         'service' => 'vich_uploader.namer_uniqid.visuel',
  8127.                         'options' => [
  8128.                         ],
  8129.                     ],
  8130.                     'inject_on_load' => false,
  8131.                     'delete_on_update' => true,
  8132.                     'delete_on_remove' => true,
  8133.                     'directory_namer' => [
  8134.                         'service' => NULL,
  8135.                         'options' => NULL,
  8136.                     ],
  8137.                     'db_driver' => 'orm',
  8138.                 ],
  8139.                 'fichier' => [
  8140.                     'uri_prefix' => '/fichiers',
  8141.                     'upload_destination' => (\dirname(__DIR__4).'/src/../public/fichiers'),
  8142.                     'namer' => [
  8143.                         'service' => 'vich_uploader.namer_uniqid.fichier',
  8144.                         'options' => [
  8145.                         ],
  8146.                     ],
  8147.                     'inject_on_load' => false,
  8148.                     'delete_on_update' => true,
  8149.                     'delete_on_remove' => true,
  8150.                     'directory_namer' => [
  8151.                         'service' => NULL,
  8152.                         'options' => NULL,
  8153.                     ],
  8154.                     'db_driver' => 'orm',
  8155.                 ],
  8156.                 'articleimage' => [
  8157.                     'uri_prefix' => '/articleimages',
  8158.                     'upload_destination' => (\dirname(__DIR__4).'/src/../public/articleimages'),
  8159.                     'namer' => [
  8160.                         'service' => 'vich_uploader.namer_uniqid.articleimage',
  8161.                         'options' => [
  8162.                         ],
  8163.                     ],
  8164.                     'inject_on_load' => false,
  8165.                     'delete_on_update' => true,
  8166.                     'delete_on_remove' => true,
  8167.                     'directory_namer' => [
  8168.                         'service' => NULL,
  8169.                         'options' => NULL,
  8170.                     ],
  8171.                     'db_driver' => 'orm',
  8172.                 ],
  8173.             ],
  8174.             'vich_uploader.file_injector.class' => 'Vich\\UploaderBundle\\Injector\\FileInjector',
  8175.             'fos_user.backend_type_orm' => true,
  8176.             'fos_user.security.interactive_login_listener.class' => 'FOS\\UserBundle\\EventListener\\LastLoginListener',
  8177.             'fos_user.security.login_manager.class' => 'FOS\\UserBundle\\Security\\LoginManager',
  8178.             'fos_user.resetting.email.template' => '@FOSUser/Resetting/email.txt.twig',
  8179.             'fos_user.registration.confirmation.template' => '@FOSUser/Registration/email.txt.twig',
  8180.             'fos_user.storage' => 'orm',
  8181.             'fos_user.firewall_name' => 'main',
  8182.             'fos_user.model_manager_name' => NULL,
  8183.             'fos_user.model.user.class' => 'App\\Entity\\User',
  8184.             'fos_user.profile.form.type' => 'FOS\\UserBundle\\Form\\Type\\ProfileFormType',
  8185.             'fos_user.profile.form.name' => 'fos_user_profile_form',
  8186.             'fos_user.profile.form.validation_groups' => [
  8187.                 => 'Profile',
  8188.                 => 'Default',
  8189.             ],
  8190.             'fos_user.registration.confirmation.from_email' => [
  8191.                 'contact@e-xiste.com' => 'contact@e-xiste.com',
  8192.             ],
  8193.             'fos_user.registration.confirmation.enabled' => false,
  8194.             'fos_user.registration.form.type' => 'FOS\\UserBundle\\Form\\Type\\RegistrationFormType',
  8195.             'fos_user.registration.form.name' => 'fos_user_registration_form',
  8196.             'fos_user.registration.form.validation_groups' => [
  8197.                 => 'Registration',
  8198.                 => 'Default',
  8199.             ],
  8200.             'fos_user.change_password.form.type' => 'FOS\\UserBundle\\Form\\Type\\ChangePasswordFormType',
  8201.             'fos_user.change_password.form.name' => 'fos_user_change_password_form',
  8202.             'fos_user.change_password.form.validation_groups' => [
  8203.                 => 'ChangePassword',
  8204.                 => 'Default',
  8205.             ],
  8206.             'fos_user.resetting.email.from_email' => [
  8207.                 'contact@e-xiste.com' => 'contact@e-xiste.com',
  8208.             ],
  8209.             'fos_user.resetting.retry_ttl' => 7200,
  8210.             'fos_user.resetting.token_ttl' => 86400,
  8211.             'fos_user.resetting.form.type' => 'FOS\\UserBundle\\Form\\Type\\ResettingFormType',
  8212.             'fos_user.resetting.form.name' => 'fos_user_resetting_form',
  8213.             'fos_user.resetting.form.validation_groups' => [
  8214.                 => 'ResetPassword',
  8215.                 => 'Default',
  8216.             ],
  8217.             'tetranz_select2_entity.config' => [
  8218.                 'minimum_input_length' => 1,
  8219.                 'scroll' => false,
  8220.                 'page_limit' => 10,
  8221.                 'allow_clear' => false,
  8222.                 'allow_add' => [
  8223.                     'enabled' => false,
  8224.                     'new_tag_text' => ' (NEW)',
  8225.                     'new_tag_prefix' => '__',
  8226.                     'tag_separators' => '[",", " "]',
  8227.                 ],
  8228.                 'delay' => 250,
  8229.                 'language' => 'en',
  8230.                 'cache' => true,
  8231.                 'cache_timeout' => 1,
  8232.                 'width' => NULL,
  8233.                 'object_manager' => 1,
  8234.             ],
  8235.             'fos_js_routing.extractor.class' => 'FOS\\JsRoutingBundle\\Extractor\\ExposedRoutesExtractor',
  8236.             'fos_js_routing.controller.class' => 'FOS\\JsRoutingBundle\\Controller\\Controller',
  8237.             'fos_js_routing.normalizer.route_collection.class' => 'FOS\\JsRoutingBundle\\Serializer\\Normalizer\\RouteCollectionNormalizer',
  8238.             'fos_js_routing.normalizer.routes_response.class' => 'FOS\\JsRoutingBundle\\Serializer\\Normalizer\\RoutesResponseNormalizer',
  8239.             'fos_js_routing.denormalizer.route_collection.class' => 'FOS\\JsRoutingBundle\\Serializer\\Denormalizer\\RouteCollectionDenormalizer',
  8240.             'fos_js_routing.request_context_base_url' => NULL,
  8241.             'fos_js_routing.cache_control' => [
  8242.                 'enabled' => false,
  8243.             ],
  8244.             'liip_imagine.resolvers' => [
  8245.                 'default' => [
  8246.                     'web_path' => [
  8247.                         'web_root' => (\dirname(__DIR__4).'/public'),
  8248.                         'cache_prefix' => 'media/cache',
  8249.                     ],
  8250.                 ],
  8251.             ],
  8252.             'liip_imagine.loaders' => [
  8253.                 'default' => [
  8254.                     'filesystem' => [
  8255.                         'locator' => 'filesystem',
  8256.                         'data_root' => [
  8257.                             => (\dirname(__DIR__4).'/public'),
  8258.                         ],
  8259.                         'allow_unresolvable_data_roots' => false,
  8260.                         'bundle_resources' => [
  8261.                             'enabled' => false,
  8262.                             'access_control_type' => 'blacklist',
  8263.                             'access_control_list' => [
  8264.                             ],
  8265.                         ],
  8266.                     ],
  8267.                 ],
  8268.             ],
  8269.             'liip_imagine.jpegoptim.binary' => '/usr/bin/jpegoptim',
  8270.             'liip_imagine.jpegoptim.stripAll' => true,
  8271.             'liip_imagine.jpegoptim.max' => NULL,
  8272.             'liip_imagine.jpegoptim.progressive' => true,
  8273.             'liip_imagine.jpegoptim.tempDir' => NULL,
  8274.             'liip_imagine.optipng.binary' => '/usr/bin/optipng',
  8275.             'liip_imagine.optipng.level' => 7,
  8276.             'liip_imagine.optipng.stripAll' => true,
  8277.             'liip_imagine.optipng.tempDir' => NULL,
  8278.             'liip_imagine.pngquant.binary' => '/usr/bin/pngquant',
  8279.             'liip_imagine.mozjpeg.binary' => '/opt/mozjpeg/bin/cjpeg',
  8280.             'liip_imagine.driver_service' => 'liip_imagine.gd',
  8281.             'liip_imagine.cache.resolver.default' => 'default',
  8282.             'liip_imagine.default_image' => NULL,
  8283.             'liip_imagine.filter_sets' => [
  8284.                 'cache' => [
  8285.                     'quality' => 100,
  8286.                     'jpeg_quality' => NULL,
  8287.                     'png_compression_level' => NULL,
  8288.                     'png_compression_filter' => NULL,
  8289.                     'format' => NULL,
  8290.                     'animated' => false,
  8291.                     'cache' => NULL,
  8292.                     'data_loader' => NULL,
  8293.                     'default_image' => NULL,
  8294.                     'filters' => [
  8295.                     ],
  8296.                     'post_processors' => [
  8297.                     ],
  8298.                 ],
  8299.                 'articlethumbnail' => [
  8300.                     'quality' => 100,
  8301.                     'jpeg_quality' => 100,
  8302.                     'png_compression_level' => NULL,
  8303.                     'png_compression_filter' => NULL,
  8304.                     'format' => NULL,
  8305.                     'animated' => false,
  8306.                     'cache' => NULL,
  8307.                     'data_loader' => NULL,
  8308.                     'default_image' => NULL,
  8309.                     'filters' => [
  8310.                         'auto_rotate' => [
  8311.                         ],
  8312.                         'strip' => [
  8313.                         ],
  8314.                         'upscale' => [
  8315.                             'min' => [
  8316.                                 => 400,
  8317.                                 => 300,
  8318.                             ],
  8319.                         ],
  8320.                         'thumbnail' => [
  8321.                             'size' => [
  8322.                                 => 400,
  8323.                                 => 300,
  8324.                             ],
  8325.                             'mode' => 'outbound',
  8326.                         ],
  8327.                     ],
  8328.                     'post_processors' => [
  8329.                     ],
  8330.                 ],
  8331.                 'formateurthumbnail' => [
  8332.                     'quality' => 100,
  8333.                     'jpeg_quality' => 100,
  8334.                     'png_compression_level' => NULL,
  8335.                     'png_compression_filter' => NULL,
  8336.                     'format' => NULL,
  8337.                     'animated' => false,
  8338.                     'cache' => NULL,
  8339.                     'data_loader' => NULL,
  8340.                     'default_image' => NULL,
  8341.                     'filters' => [
  8342.                         'auto_rotate' => [
  8343.                         ],
  8344.                         'strip' => [
  8345.                         ],
  8346.                         'upscale' => [
  8347.                             'min' => [
  8348.                                 => 400,
  8349.                                 => 400,
  8350.                             ],
  8351.                         ],
  8352.                         'thumbnail' => [
  8353.                             'size' => [
  8354.                                 => 400,
  8355.                                 => 400,
  8356.                             ],
  8357.                             'mode' => 'outbound',
  8358.                         ],
  8359.                     ],
  8360.                     'post_processors' => [
  8361.                     ],
  8362.                 ],
  8363.                 'centrethumbnail' => [
  8364.                     'quality' => 100,
  8365.                     'jpeg_quality' => 100,
  8366.                     'png_compression_level' => NULL,
  8367.                     'png_compression_filter' => NULL,
  8368.                     'format' => NULL,
  8369.                     'animated' => false,
  8370.                     'cache' => NULL,
  8371.                     'data_loader' => NULL,
  8372.                     'default_image' => NULL,
  8373.                     'filters' => [
  8374.                         'auto_rotate' => [
  8375.                         ],
  8376.                         'strip' => [
  8377.                         ],
  8378.                         'upscale' => [
  8379.                             'min' => [
  8380.                                 => 400,
  8381.                                 => 400,
  8382.                             ],
  8383.                         ],
  8384.                         'thumbnail' => [
  8385.                             'size' => [
  8386.                                 => 400,
  8387.                                 => 400,
  8388.                             ],
  8389.                             'mode' => 'outbound',
  8390.                         ],
  8391.                     ],
  8392.                     'post_processors' => [
  8393.                     ],
  8394.                 ],
  8395.             ],
  8396.             'liip_imagine.binary.loader.default' => 'default',
  8397.             'liip_imagine.controller.filter_action' => 'Liip\\ImagineBundle\\Controller\\ImagineController::filterAction',
  8398.             'liip_imagine.controller.filter_runtime_action' => 'Liip\\ImagineBundle\\Controller\\ImagineController::filterRuntimeAction',
  8399.             'liip_imagine.webp.generate' => false,
  8400.             'liip_imagine.webp.options' => [
  8401.                 'quality' => 100,
  8402.                 'cache' => NULL,
  8403.                 'data_loader' => NULL,
  8404.                 'post_processors' => [
  8405.                 ],
  8406.             ],
  8407.             'data_collector.templates' => [
  8408.                 'data_collector.request' => [
  8409.                     => 'request',
  8410.                     => '@WebProfiler/Collector/request.html.twig',
  8411.                 ],
  8412.                 'data_collector.time' => [
  8413.                     => 'time',
  8414.                     => '@WebProfiler/Collector/time.html.twig',
  8415.                 ],
  8416.                 'data_collector.memory' => [
  8417.                     => 'memory',
  8418.                     => '@WebProfiler/Collector/memory.html.twig',
  8419.                 ],
  8420.                 'data_collector.validator' => [
  8421.                     => 'validator',
  8422.                     => '@WebProfiler/Collector/validator.html.twig',
  8423.                 ],
  8424.                 'data_collector.ajax' => [
  8425.                     => 'ajax',
  8426.                     => '@WebProfiler/Collector/ajax.html.twig',
  8427.                 ],
  8428.                 'data_collector.form' => [
  8429.                     => 'form',
  8430.                     => '@WebProfiler/Collector/form.html.twig',
  8431.                 ],
  8432.                 'data_collector.exception' => [
  8433.                     => 'exception',
  8434.                     => '@WebProfiler/Collector/exception.html.twig',
  8435.                 ],
  8436.                 'data_collector.logger' => [
  8437.                     => 'logger',
  8438.                     => '@WebProfiler/Collector/logger.html.twig',
  8439.                 ],
  8440.                 'data_collector.events' => [
  8441.                     => 'events',
  8442.                     => '@WebProfiler/Collector/events.html.twig',
  8443.                 ],
  8444.                 'data_collector.router' => [
  8445.                     => 'router',
  8446.                     => '@WebProfiler/Collector/router.html.twig',
  8447.                 ],
  8448.                 'data_collector.cache' => [
  8449.                     => 'cache',
  8450.                     => '@WebProfiler/Collector/cache.html.twig',
  8451.                 ],
  8452.                 'data_collector.translation' => [
  8453.                     => 'translation',
  8454.                     => '@WebProfiler/Collector/translation.html.twig',
  8455.                 ],
  8456.                 'data_collector.security' => [
  8457.                     => 'security',
  8458.                     => '@Security/Collector/security.html.twig',
  8459.                 ],
  8460.                 'data_collector.twig' => [
  8461.                     => 'twig',
  8462.                     => '@WebProfiler/Collector/twig.html.twig',
  8463.                 ],
  8464.                 'data_collector.doctrine' => [
  8465.                     => 'db',
  8466.                     => '@Doctrine/Collector/db.html.twig',
  8467.                 ],
  8468.                 'swiftmailer.data_collector' => [
  8469.                     => 'swiftmailer',
  8470.                     => '@Swiftmailer/Collector/swiftmailer.html.twig',
  8471.                 ],
  8472.                 'data_collector.dump' => [
  8473.                     => 'dump',
  8474.                     => '@Debug/Profiler/dump.html.twig',
  8475.                 ],
  8476.                 'Vich\\UploaderBundle\\DataCollector\\MappingCollector' => [
  8477.                     => 'vich_uploader.mapping_collector',
  8478.                     => '@VichUploader/Collector/mapping_collector.html.twig',
  8479.                 ],
  8480.                 'data_collector.config' => [
  8481.                     => 'config',
  8482.                     => '@WebProfiler/Collector/config.html.twig',
  8483.                 ],
  8484.             ],
  8485.             'console.command.ids' => [
  8486.             ],
  8487.         ];
  8488.     }
  8489.     protected function throw($message)
  8490.     {
  8491.         throw new RuntimeException($message);
  8492.     }
  8493. }