var/cache/int/ContainerHhBhhTo/App_KernelIntDebugContainer.php line 9577

Open in your IDE?
  1. <?php
  2. namespace ContainerHhBhhTo;
  3. use Symfony\Component\DependencyInjection\Argument\RewindableGenerator;
  4. use Symfony\Component\DependencyInjection\ContainerInterface;
  5. use Symfony\Component\DependencyInjection\Container;
  6. use Symfony\Component\DependencyInjection\Exception\InvalidArgumentException;
  7. use Symfony\Component\DependencyInjection\Exception\LogicException;
  8. use Symfony\Component\DependencyInjection\Exception\RuntimeException;
  9. use Symfony\Component\DependencyInjection\ParameterBag\FrozenParameterBag;
  10. use Symfony\Component\DependencyInjection\ParameterBag\ParameterBagInterface;
  11. /**
  12.  * @internal This class has been auto-generated by the Symfony Dependency Injection Component.
  13.  */
  14. class App_KernelIntDebugContainer extends Container
  15. {
  16.     protected $containerDir;
  17.     protected $targetDir;
  18.     protected $parameters = [];
  19.     private $buildParameters;
  20.     protected $getService;
  21.     public function __construct(array $buildParameters = [], $containerDir __DIR__)
  22.     {
  23.         $this->getService = \Closure::fromCallable([$this'getService']);
  24.         $this->buildParameters $buildParameters;
  25.         $this->containerDir $containerDir;
  26.         $this->targetDir = \dirname($containerDir);
  27.         $this->parameters $this->getDefaultParameters();
  28.         $this->services $this->privates = [];
  29.         $this->syntheticIds = [
  30.             'kernel' => true,
  31.         ];
  32.         $this->methodMap = [
  33.             '.container.private.cache_clearer' => 'get_Container_Private_CacheClearerService',
  34.             '.container.private.filesystem' => 'get_Container_Private_FilesystemService',
  35.             '.container.private.form.factory' => 'get_Container_Private_Form_FactoryService',
  36.             '.container.private.form.type.file' => 'get_Container_Private_Form_Type_FileService',
  37.             '.container.private.profiler' => 'get_Container_Private_ProfilerService',
  38.             '.container.private.security.authorization_checker' => 'get_Container_Private_Security_AuthorizationCheckerService',
  39.             '.container.private.security.password_encoder' => 'get_Container_Private_Security_PasswordEncoderService',
  40.             '.container.private.security.token_storage' => 'get_Container_Private_Security_TokenStorageService',
  41.             '.container.private.serializer' => 'get_Container_Private_SerializerService',
  42.             '.container.private.session' => 'get_Container_Private_SessionService',
  43.             '.container.private.twig' => 'get_Container_Private_TwigService',
  44.             '.container.private.validator' => 'get_Container_Private_ValidatorService',
  45.             'App\\Controller\\ApplicationController' => 'getApplicationControllerService',
  46.             'App\\Controller\\AreaController' => 'getAreaControllerService',
  47.             'App\\Controller\\Calendar\\CalendarController' => 'getCalendarControllerService',
  48.             'App\\Controller\\Calendar\\EventCategoryController' => 'getEventCategoryControllerService',
  49.             'App\\Controller\\Calendar\\EventController' => 'getEventControllerService',
  50.             'App\\Controller\\CategoryController' => 'getCategoryControllerService',
  51.             'App\\Controller\\ContractController' => 'getContractControllerService',
  52.             'App\\Controller\\ContractServiceController' => 'getContractServiceControllerService',
  53.             'App\\Controller\\DocumentController' => 'getDocumentControllerService',
  54.             'App\\Controller\\ExternalToolsController' => 'getExternalToolsControllerService',
  55.             'App\\Controller\\FiltersController' => 'getFiltersControllerService',
  56.             'App\\Controller\\Heimdall\\GetUserPortalConfigurationByCodeController' => 'getGetUserPortalConfigurationByCodeControllerService',
  57.             'App\\Controller\\Heimdall\\PermissionsAdminController' => 'getPermissionsAdminControllerService',
  58.             'App\\Controller\\Heimdall\\PermissionsUserController' => 'getPermissionsUserControllerService',
  59.             'App\\Controller\\Heimdall\\PostUserPortalConfigurationController' => 'getPostUserPortalConfigurationControllerService',
  60.             'App\\Controller\\Heimdall\\PutUserPortalConfigurationController' => 'getPutUserPortalConfigurationControllerService',
  61.             'App\\Controller\\Incident\\IncidentController' => 'getIncidentControllerService',
  62.             'App\\Controller\\Incident\\IncidentStatusController' => 'getIncidentStatusControllerService',
  63.             'App\\Controller\\IndustrialSite\\AttachmentController' => 'getAttachmentControllerService',
  64.             'App\\Controller\\IndustrialSite\\ContactController' => 'getContactControllerService',
  65.             'App\\Controller\\IndustrialSite\\IndicatorSourceController' => 'getIndicatorSourceControllerService',
  66.             'App\\Controller\\IndustrialSite\\IndicatorValueController' => 'getIndicatorValueControllerService',
  67.             'App\\Controller\\IndustrialSite\\IndustrialSiteController' => 'getIndustrialSiteControllerService',
  68.             'App\\Controller\\IndustrialSite\\IndustrialSiteMetadataController' => 'getIndustrialSiteMetadataControllerService',
  69.             'App\\Controller\\IndustrialSite\\IndustrialSiteProcessController' => 'getIndustrialSiteProcessControllerService',
  70.             'App\\Controller\\IndustrialSite\\ReferentialController' => 'getReferentialControllerService',
  71.             'App\\Controller\\LegalEntityController' => 'getLegalEntityControllerService',
  72.             'App\\Controller\\Mdm\\ContractBasemapController' => 'getContractBasemapControllerService',
  73.             'App\\Controller\\Mdm\\ContractInfoController' => 'getContractInfoControllerService',
  74.             'App\\Controller\\Mdm\\GetAdministrativeDivision' => 'getGetAdministrativeDivisionService',
  75.             'App\\Controller\\Mdm\\GetMunicipalities' => 'getGetMunicipalitiesService',
  76.             'App\\Controller\\Mdm\\GetSiteConfigurationController' => 'getGetSiteConfigurationControllerService',
  77.             'App\\Controller\\Mdm\\GetTermsOfUseController' => 'getGetTermsOfUseControllerService',
  78.             'App\\Controller\\Mdm\\PortalConfigurationController' => 'getPortalConfigurationControllerService',
  79.             'App\\Controller\\Mdm\\PostSiteConfigurationController' => 'getPostSiteConfigurationControllerService',
  80.             'App\\Controller\\Mdm\\PutSiteConfigurationController' => 'getPutSiteConfigurationControllerService',
  81.             'App\\Controller\\Metabase\\MetabaseController' => 'getMetabaseControllerService',
  82.             'App\\Controller\\OrganizationController' => 'getOrganizationControllerService',
  83.             'App\\Controller\\PowerBi\\PowerBiController' => 'getPowerBiControllerService',
  84.             'App\\Controller\\PowerBi\\TrendsController' => 'getTrendsControllerService',
  85.             'App\\Controller\\PublicConfigurationController' => 'getPublicConfigurationControllerService',
  86.             'App\\Controller\\PublicSpacePlanner\\AttachmentController' => 'getAttachmentController2Service',
  87.             'App\\Controller\\PublicSpacePlanner\\CommentController' => 'getCommentControllerService',
  88.             'App\\Controller\\PublicSpacePlanner\\NatureController' => 'getNatureControllerService',
  89.             'App\\Controller\\PublicSpacePlanner\\PublicWorkController' => 'getPublicWorkControllerService',
  90.             'App\\Controller\\PublicSpacePlanner\\PublicWorkStatusController' => 'getPublicWorkStatusControllerService',
  91.             'App\\Controller\\Request\\RequestController' => 'getRequestControllerService',
  92.             'App\\Controller\\Security\\FakeSecurityController' => 'getFakeSecurityControllerService',
  93.             'App\\Controller\\Security\\SecurityController' => 'getSecurityControllerService',
  94.             'App\\Controller\\ServiceController' => 'getServiceControllerService',
  95.             'App\\Controller\\SignalController' => 'getSignalControllerService',
  96.             'App\\Controller\\ThingsBoard\\ThingsBoardController' => 'getThingsBoardControllerService',
  97.             'App\\Controller\\UserController' => 'getUserControllerService',
  98.             'App\\Controller\\Vdm\\HydrometryController' => 'getHydrometryControllerService',
  99.             'App\\Controller\\Vdm\\InterventionController' => 'getInterventionControllerService',
  100.             'App\\Controller\\Vdm\\InterventionCountController' => 'getInterventionCountControllerService',
  101.             'App\\Controller\\Vdm\\WaterCycleController' => 'getWaterCycleControllerService',
  102.             'App\\Controller\\Vdm\\WaterQualityController' => 'getWaterQualityControllerService',
  103.             'App\\Controller\\Vdm\\WeatherController' => 'getWeatherControllerService',
  104.             'App\\Testing\\TestingController' => 'getTestingControllerService',
  105.             'Hslavich\\OneloginSamlBundle\\Controller\\SamlController' => 'getSamlControllerService',
  106.             'Hslavich\\OneloginSamlBundle\\DependencyInjection\\Security\\Saml2\\Auth' => 'getAuthService',
  107.             'Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController' => 'getRedirectControllerService',
  108.             'Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController' => 'getTemplateControllerService',
  109.             'cache.app' => 'getCache_AppService',
  110.             'cache.app_clearer' => 'getCache_AppClearerService',
  111.             'cache.global_clearer' => 'getCache_GlobalClearerService',
  112.             'cache.system' => 'getCache_SystemService',
  113.             'cache.system_clearer' => 'getCache_SystemClearerService',
  114.             'cache.validator_expression_language' => 'getCache_ValidatorExpressionLanguageService',
  115.             'cache_warmer' => 'getCacheWarmerService',
  116.             'console.command_loader' => 'getConsole_CommandLoaderService',
  117.             'container.env_var_processors_locator' => 'getContainer_EnvVarProcessorsLocatorService',
  118.             'error_controller' => 'getErrorControllerService',
  119.             'event_dispatcher' => 'getEventDispatcherService',
  120.             'http_kernel' => 'getHttpKernelService',
  121.             'lexik_jwt_authentication.encoder' => 'getLexikJwtAuthentication_EncoderService',
  122.             'lexik_jwt_authentication.generate_token_command' => 'getLexikJwtAuthentication_GenerateTokenCommandService',
  123.             'lexik_jwt_authentication.jwt_manager' => 'getLexikJwtAuthentication_JwtManagerService',
  124.             'lexik_jwt_authentication.key_loader' => 'getLexikJwtAuthentication_KeyLoaderService',
  125.             'messenger.default_bus' => 'getMessenger_DefaultBusService',
  126.             'monolog.logger.deprecation' => 'getMonolog_Logger_DeprecationService',
  127.             'monolog.logger.php' => 'getMonolog_Logger_PhpService',
  128.             'nelmio_api_doc.controller.swagger' => 'getNelmioApiDoc_Controller_SwaggerService',
  129.             'nelmio_api_doc.controller.swagger_ui' => 'getNelmioApiDoc_Controller_SwaggerUiService',
  130.             'nelmio_api_doc.generator.default' => 'getNelmioApiDoc_Generator_DefaultService',
  131.             'request_stack' => 'getRequestStackService',
  132.             'router' => 'getRouterService',
  133.             'routing.loader' => 'getRouting_LoaderService',
  134.             'services_resetter' => 'getServicesResetterService',
  135.             'translator' => 'getTranslatorService',
  136.             'web_profiler.controller.exception_panel' => 'getWebProfiler_Controller_ExceptionPanelService',
  137.             'web_profiler.controller.profiler' => 'getWebProfiler_Controller_ProfilerService',
  138.             'web_profiler.controller.router' => 'getWebProfiler_Controller_RouterService',
  139.             'cache_clearer' => 'getCacheClearerService',
  140.             'filesystem' => 'getFilesystemService',
  141.             'serializer' => 'getSerializerService',
  142.             'form.factory' => 'getForm_FactoryService',
  143.             'form.type.file' => 'getForm_Type_FileService',
  144.             'profiler' => 'getProfilerService',
  145.             'security.authorization_checker' => 'getSecurity_AuthorizationCheckerService',
  146.             'security.token_storage' => 'getSecurity_TokenStorageService',
  147.             'twig' => 'getTwigService',
  148.             'security.password_encoder' => 'getSecurity_PasswordEncoderService',
  149.             'session' => 'getSessionService',
  150.             'validator' => 'getValidatorService',
  151.         ];
  152.         $this->aliases = [
  153.             'nelmio_api_doc.generator' => 'nelmio_api_doc.generator.default',
  154.         ];
  155.         $this->privates['service_container'] = function () {
  156.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/HttpKernelInterface.php';
  157.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/KernelInterface.php';
  158.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/RebootableInterface.php';
  159.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/TerminableInterface.php';
  160.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Kernel.php';
  161.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Kernel/MicroKernelTrait.php';
  162.             include_once \dirname(__DIR__4).'/src/Kernel.php';
  163.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Formatter/FormatterInterface.php';
  164.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Formatter/NormalizerFormatter.php';
  165.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Formatter/JsonFormatter.php';
  166.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/ControllerMetadata/ArgumentMetadataFactoryInterface.php';
  167.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/ControllerMetadata/ArgumentMetadataFactory.php';
  168.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/EventSubscriberInterface.php';
  169.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ResponseListener.php';
  170.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/StreamedResponseListener.php';
  171.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/LocaleListener.php';
  172.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ValidateRequestListener.php';
  173.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/DisallowRobotsIndexingListener.php';
  174.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ErrorListener.php';
  175.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ParameterBagInterface.php';
  176.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ParameterBag.php';
  177.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/FrozenParameterBag.php';
  178.             include_once \dirname(__DIR__4).'/vendor/psr/container/src/ContainerInterface.php';
  179.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ContainerBagInterface.php';
  180.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ContainerBag.php';
  181.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/HttpKernel.php';
  182.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ControllerResolverInterface.php';
  183.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/TraceableControllerResolver.php';
  184.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ControllerResolver.php';
  185.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php';
  186.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerResolver.php';
  187.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolverInterface.php';
  188.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/TraceableArgumentResolver.php';
  189.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver.php';
  190.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/RequestStack.php';
  191.             include_once \dirname(__DIR__4).'/vendor/symfony/config/ConfigCacheFactoryInterface.php';
  192.             include_once \dirname(__DIR__4).'/vendor/symfony/config/ResourceCheckerConfigCacheFactory.php';
  193.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/LocaleAwareListener.php';
  194.             include_once \dirname(__DIR__4).'/vendor/psr/cache/src/CacheItemPoolInterface.php';
  195.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/AdapterInterface.php';
  196.             include_once \dirname(__DIR__4).'/vendor/symfony/cache-contracts/CacheInterface.php';
  197.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/PruneableInterface.php';
  198.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ResetInterface.php';
  199.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/ResettableInterface.php';
  200.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/TraceableAdapter.php';
  201.             include_once \dirname(__DIR__4).'/vendor/psr/log/Psr/Log/LoggerAwareInterface.php';
  202.             include_once \dirname(__DIR__4).'/vendor/psr/log/Psr/Log/LoggerAwareTrait.php';
  203.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/AbstractAdapterTrait.php';
  204.             include_once \dirname(__DIR__4).'/vendor/symfony/cache-contracts/CacheTrait.php';
  205.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/ContractsTrait.php';
  206.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/AbstractAdapter.php';
  207.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/FilesystemCommonTrait.php';
  208.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/FilesystemTrait.php';
  209.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/FilesystemAdapter.php';
  210.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Marshaller/MarshallerInterface.php';
  211.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Marshaller/DefaultMarshaller.php';
  212.             include_once \dirname(__DIR__4).'/vendor/symfony/mailer/EventListener/MessageLoggerListener.php';
  213.             include_once \dirname(__DIR__4).'/vendor/symfony/translation-contracts/TranslatorInterface.php';
  214.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/TranslatorBagInterface.php';
  215.             include_once \dirname(__DIR__4).'/vendor/symfony/translation-contracts/LocaleAwareInterface.php';
  216.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Translator.php';
  217.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/WarmableInterface.php';
  218.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Translation/Translator.php';
  219.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ServiceProviderInterface.php';
  220.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ServiceLocatorTrait.php';
  221.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ServiceLocator.php';
  222.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/MessageFormatterInterface.php';
  223.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/IntlFormatterInterface.php';
  224.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/MessageFormatter.php';
  225.             include_once \dirname(__DIR__4).'/vendor/symfony/translation-contracts/TranslatorTrait.php';
  226.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/IdentityTranslator.php';
  227.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/DebugHandlersListener.php';
  228.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Debug/FileLinkFormatter.php';
  229.             include_once \dirname(__DIR__4).'/vendor/symfony/stopwatch/Stopwatch.php';
  230.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Log/DebugLoggerInterface.php';
  231.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Processor/DebugProcessor.php';
  232.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RequestContext.php';
  233.             include_once \dirname(__DIR__4).'/vendor/symfony/expression-language/ExpressionFunctionProviderInterface.php';
  234.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Matcher/ExpressionLanguageProvider.php';
  235.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/RouterListener.php';
  236.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/Reader.php';
  237.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationReader.php';
  238.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationRegistry.php';
  239.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/PsrCachedReader.php';
  240.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/ProxyTrait.php';
  241.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/PhpArrayAdapter.php';
  242.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyTypeExtractorInterface.php';
  243.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyDescriptionExtractorInterface.php';
  244.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyAccessExtractorInterface.php';
  245.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyListExtractorInterface.php';
  246.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyInfoExtractorInterface.php';
  247.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyInitializableExtractorInterface.php';
  248.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyInfoExtractor.php';
  249.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/RedisTrait.php';
  250.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/RedisAdapter.php';
  251.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/AbstractSessionListener.php';
  252.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/SessionListener.php';
  253.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ValidatorBuilder.php';
  254.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Validation.php';
  255.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorFactoryInterface.php';
  256.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ContainerConstraintValidatorFactory.php';
  257.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Loader/LoaderInterface.php';
  258.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Loader/AutoMappingTrait.php';
  259.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Loader/PropertyInfoLoader.php';
  260.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ProfilerListener.php';
  261.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/DataCollectorInterface.php';
  262.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/DataCollector.php';
  263.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/LateDataCollectorInterface.php';
  264.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php';
  265.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/RouterDataCollector.php';
  266.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/DataCollector/RouterDataCollector.php';
  267.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataCollectorInterface.php';
  268.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataCollector.php';
  269.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataExtractorInterface.php';
  270.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataExtractor.php';
  271.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Token/Storage/TokenStorageInterface.php';
  272.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Token/Storage/TokenStorage.php';
  273.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/AuthenticationTrustResolverInterface.php';
  274.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/AuthenticationTrustResolver.php';
  275.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Role/RoleHierarchyInterface.php';
  276.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Role/RoleHierarchy.php';
  277.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/FirewallMapInterface.php';
  278.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallMap.php';
  279.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Logout/LogoutUrlGenerator.php';
  280.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/RememberMe/ResponseListener.php';
  281.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AccessDecisionManagerInterface.php';
  282.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/TraceableAccessDecisionManager.php';
  283.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AccessDecisionManager.php';
  284.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Strategy/AccessDecisionStrategyInterface.php';
  285.             include_once \dirname(__DIR__4).'/vendor/marc-mabe/php-enum/stubs/Stringable.php';
  286.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Strategy/AffirmativeStrategy.php';
  287.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall.php';
  288.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/EventListener/FirewallListener.php';
  289.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php';
  290.             include_once \dirname(__DIR__4).'/vendor/nelmio/cors-bundle/EventListener/CorsListener.php';
  291.             include_once \dirname(__DIR__4).'/vendor/nelmio/cors-bundle/Options/ResolverInterface.php';
  292.             include_once \dirname(__DIR__4).'/vendor/nelmio/cors-bundle/Options/Resolver.php';
  293.             include_once \dirname(__DIR__4).'/vendor/nelmio/cors-bundle/Options/ProviderInterface.php';
  294.             include_once \dirname(__DIR__4).'/vendor/nelmio/cors-bundle/Options/ConfigProvider.php';
  295.             include_once \dirname(__DIR__4).'/vendor/nelmio/cors-bundle/EventListener/CacheableResponseVaryListener.php';
  296.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Profiler/Profile.php';
  297.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Csp/ContentSecurityPolicyHandler.php';
  298.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Csp/NonceGenerator.php';
  299.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/EventListener/WebDebugToolbarListener.php';
  300.             include_once \dirname(__DIR__4).'/vendor/psr/log/Psr/Log/LoggerInterface.php';
  301.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/ResettableInterface.php';
  302.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Logger.php';
  303.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Logger.php';
  304.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Processor/ProcessorInterface.php';
  305.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Processor/PsrLogMessageProcessor.php';
  306.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/HandlerInterface.php';
  307.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/Handler.php';
  308.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/AbstractHandler.php';
  309.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/ProcessableHandlerInterface.php';
  310.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/FormattableHandlerInterface.php';
  311.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/ProcessableHandlerTrait.php';
  312.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/FormattableHandlerTrait.php';
  313.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/AbstractProcessingHandler.php';
  314.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/StreamHandler.php';
  315.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/ControllerListener.php';
  316.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/ParamConverterListener.php';
  317.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/ParamConverterManager.php';
  318.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/ParamConverterInterface.php';
  319.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/DoctrineParamConverter.php';
  320.             include_once \dirname(__DIR__4).'/vendor/symfony/expression-language/ExpressionLanguage.php';
  321.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/DateTimeParamConverter.php';
  322.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ServiceSubscriberInterface.php';
  323.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/TemplateListener.php';
  324.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Templating/TemplateGuesser.php';
  325.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/HttpCacheListener.php';
  326.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/SecurityListener.php';
  327.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/ExpressionLanguage.php';
  328.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Security/ExpressionLanguage.php';
  329.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/IsGrantedListener.php';
  330.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ArgumentNameConverter.php';
  331.             include_once \dirname(__DIR__4).'/vendor/symfony/http-client-contracts/HttpClientInterface.php';
  332.             include_once \dirname(__DIR__4).'/vendor/symfony/http-client/TraceableHttpClient.php';
  333.             include_once \dirname(__DIR__4).'/vendor/symfony/http-client/HttpClientTrait.php';
  334.             include_once \dirname(__DIR__4).'/vendor/symfony/http-client/ScopingHttpClient.php';
  335.             include_once \dirname(__DIR__4).'/vendor/symfony/http-client/HttpClient.php';
  336.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/DataCollectorTranslator.php';
  337.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RequestContextAwareInterface.php';
  338.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Matcher/UrlMatcherInterface.php';
  339.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Generator/UrlGeneratorInterface.php';
  340.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RouterInterface.php';
  341.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Matcher/RequestMatcherInterface.php';
  342.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Router.php';
  343.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Routing/Router.php';
  344.             include_once \dirname(__DIR__4).'/vendor/symfony/messenger/MessageBusInterface.php';
  345.             include_once \dirname(__DIR__4).'/vendor/symfony/messenger/TraceableMessageBus.php';
  346.             include_once \dirname(__DIR__4).'/vendor/symfony/messenger/MessageBus.php';
  347.             include_once \dirname(__DIR__4).'/vendor/psr/event-dispatcher/src/EventDispatcherInterface.php';
  348.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher-contracts/EventDispatcherInterface.php';
  349.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/EventDispatcherInterface.php';
  350.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php';
  351.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Debug/TraceableEventDispatcher.php';
  352.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/EventDispatcher.php';
  353.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/Profiler.php';
  354.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/ProfilerStorageInterface.php';
  355.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php';
  356.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/TimeDataCollector.php';
  357.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/MemoryDataCollector.php';
  358.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/DataCollector/ValidatorDataCollector.php';
  359.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/AjaxDataCollector.php';
  360.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/ExceptionDataCollector.php';
  361.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/LoggerDataCollector.php';
  362.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/EventDataCollector.php';
  363.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/DataCollector/CacheDataCollector.php';
  364.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/DataCollector/TranslationDataCollector.php';
  365.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/DataCollector/SecurityDataCollector.php';
  366.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/DataCollector/TwigDataCollector.php';
  367.             include_once \dirname(__DIR__4).'/vendor/symfony/http-client/DataCollector/HttpClientDataCollector.php';
  368.             include_once \dirname(__DIR__4).'/vendor/symfony/messenger/DataCollector/MessengerDataCollector.php';
  369.             include_once \dirname(__DIR__4).'/vendor/symfony/mailer/DataCollector/MessageDataCollector.php';
  370.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/ConfigDataCollector.php';
  371.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AuthorizationCheckerInterface.php';
  372.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AuthorizationChecker.php';
  373.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Token/Storage/UsageTrackingTokenStorage.php';
  374.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Cache/CacheInterface.php';
  375.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Cache/FilesystemCache.php';
  376.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/ExtensionInterface.php';
  377.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/AbstractExtension.php';
  378.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/CoreExtension.php';
  379.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/EscaperExtension.php';
  380.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/OptimizerExtension.php';
  381.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/StagingExtension.php';
  382.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/ExtensionSet.php';
  383.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Template.php';
  384.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/TemplateWrapper.php';
  385.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Environment.php';
  386.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Loader/LoaderInterface.php';
  387.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Loader/FilesystemLoader.php';
  388.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/LogoutUrlExtension.php';
  389.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/SecurityExtension.php';
  390.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Impersonate/ImpersonateUrlGenerator.php';
  391.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/ProfilerExtension.php';
  392.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/ProfilerExtension.php';
  393.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/TranslationExtension.php';
  394.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/AssetExtension.php';
  395.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Packages.php';
  396.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/PackageInterface.php';
  397.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Package.php';
  398.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/PathPackage.php';
  399.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/VersionStrategy/VersionStrategyInterface.php';
  400.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/VersionStrategy/EmptyVersionStrategy.php';
  401.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Context/ContextInterface.php';
  402.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Context/RequestStackContext.php';
  403.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/CodeExtension.php';
  404.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/RoutingExtension.php';
  405.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/YamlExtension.php';
  406.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/StopwatchExtension.php';
  407.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/ExpressionExtension.php';
  408.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/HttpKernelExtension.php';
  409.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/HttpFoundationExtension.php';
  410.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/UrlHelper.php';
  411.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/SerializerExtension.php';
  412.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/FormExtension.php';
  413.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/DebugExtension.php';
  414.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Twig/WebProfilerExtension.php';
  415.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/DataDumperInterface.php';
  416.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/DumperInterface.php';
  417.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/AbstractDumper.php';
  418.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/CliDumper.php';
  419.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/HtmlDumper.php';
  420.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/AppVariable.php';
  421.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/RuntimeLoader/RuntimeLoaderInterface.php';
  422.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/RuntimeLoader/ContainerRuntimeLoader.php';
  423.             include_once \dirname(__DIR__4).'/vendor/twig/extra-bundle/MissingExtensionSuggestor.php';
  424.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bundle/DependencyInjection/Configurator/EnvironmentConfigurator.php';
  425.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Factory/MetadataFactoryInterface.php';
  426.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Validator/ValidatorInterface.php';
  427.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Validator/TraceableValidator.php';
  428.         };
  429.     }
  430.     public function compile(): void
  431.     {
  432.         throw new LogicException('You cannot compile a dumped container that was already compiled.');
  433.     }
  434.     public function isCompiled(): bool
  435.     {
  436.         return true;
  437.     }
  438.     public function getRemovedIds(): array
  439.     {
  440.         return require $this->containerDir.\DIRECTORY_SEPARATOR.'removed-ids.php';
  441.     }
  442.     /**
  443.      * Gets the public '.container.private.cache_clearer' shared service.
  444.      *
  445.      * @return \Symfony\Component\HttpKernel\CacheClearer\ChainCacheClearer
  446.      */
  447.     protected function get_Container_Private_CacheClearerService()
  448.     {
  449.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/CacheClearerInterface.php';
  450.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/ChainCacheClearer.php';
  451.         return $this->services['.container.private.cache_clearer'] = new \Symfony\Component\HttpKernel\CacheClearer\ChainCacheClearer(new RewindableGenerator(function () {
  452.             yield => ($this->services['cache.system_clearer'] ?? $this->getCache_SystemClearerService());
  453.         }, 1));
  454.     }
  455.     /**
  456.      * Gets the public '.container.private.filesystem' shared service.
  457.      *
  458.      * @return \Symfony\Component\Filesystem\Filesystem
  459.      */
  460.     protected function get_Container_Private_FilesystemService()
  461.     {
  462.         include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  463.         return $this->services['.container.private.filesystem'] = new \Symfony\Component\Filesystem\Filesystem();
  464.     }
  465.     /**
  466.      * Gets the public '.container.private.form.factory' shared service.
  467.      *
  468.      * @return \Symfony\Component\Form\FormFactory
  469.      */
  470.     protected function get_Container_Private_Form_FactoryService()
  471.     {
  472.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormFactoryInterface.php';
  473.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormFactory.php';
  474.         return $this->services['.container.private.form.factory'] = new \Symfony\Component\Form\FormFactory(($this->privates['form.registry'] ?? $this->getForm_RegistryService()));
  475.     }
  476.     /**
  477.      * Gets the public '.container.private.form.type.file' shared service.
  478.      *
  479.      * @return \Symfony\Component\Form\Extension\Core\Type\FileType
  480.      */
  481.     protected function get_Container_Private_Form_Type_FileService()
  482.     {
  483.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  484.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  485.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/FileType.php';
  486.         return $this->services['.container.private.form.type.file'] = new \Symfony\Component\Form\Extension\Core\Type\FileType(($this->services['translator'] ?? $this->getTranslatorService()));
  487.     }
  488.     /**
  489.      * Gets the public '.container.private.profiler' shared service.
  490.      *
  491.      * @return \Symfony\Component\HttpKernel\Profiler\Profiler
  492.      */
  493.     protected function get_Container_Private_ProfilerService()
  494.     {
  495.         $a = new \Symfony\Bridge\Monolog\Logger('profiler');
  496.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  497.         $a->pushHandler(($this->privates['monolog.handler.stderr_errors'] ?? $this->getMonolog_Handler_StderrErrorsService()));
  498.         $a->pushHandler(($this->privates['monolog.handler.stdout_info'] ?? $this->getMonolog_Handler_StdoutInfoService()));
  499.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  500.         $this->services['.container.private.profiler'] = $instance = new \Symfony\Component\HttpKernel\Profiler\Profiler(new \Symfony\Component\HttpKernel\Profiler\FileProfilerStorage(('file:'.$this->targetDir.''.'/profiler')), $atrue);
  501.         $b = ($this->services['kernel'] ?? $this->get('kernel'));
  502.         $c = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  503.         $d = new \Symfony\Component\Cache\DataCollector\CacheDataCollector();
  504.         $d->addInstance('cache.app', ($this->services['cache.app'] ?? $this->getCache_AppService()));
  505.         $d->addInstance('cache.system', ($this->services['cache.system'] ?? $this->getCache_SystemService()));
  506.         $d->addInstance('cache.validator', ($this->privates['cache.validator'] ?? $this->getCache_ValidatorService()));
  507.         $d->addInstance('cache.serializer', ($this->privates['cache.serializer'] ?? $this->getCache_SerializerService()));
  508.         $d->addInstance('cache.annotations', ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService()));
  509.         $d->addInstance('cache.property_info', ($this->privates['cache.property_info'] ?? $this->getCache_PropertyInfoService()));
  510.         $d->addInstance('cache.messenger.restart_workers_signal', ($this->privates['cache.messenger.restart_workers_signal'] ?? $this->getCache_Messenger_RestartWorkersSignalService()));
  511.         $d->addInstance('portail_cache_pool', ($this->privates['.portail_cache_pool.inner'] ?? $this->get_PortailCachePool_InnerService()));
  512.         $d->addInstance('cache.validator_expression_language', ($this->services['cache.validator_expression_language'] ?? $this->getCache_ValidatorExpressionLanguageService()));
  513.         $d->addInstance('cache.security_expression_language', ($this->privates['cache.security_expression_language'] ?? $this->getCache_SecurityExpressionLanguageService()));
  514.         $e = new \Symfony\Component\HttpClient\DataCollector\HttpClientDataCollector();
  515.         $e->registerClient('http_client', ($this->privates['.debug.http_client'] ?? $this->get_Debug_HttpClientService()));
  516.         $e->registerClient('app.calendar.client', ($this->privates['.debug.app.calendar.client'] ?? $this->get_Debug_App_Calendar_ClientService()));
  517.         $e->registerClient('app.industrial.sites.client', ($this->privates['.debug.app.industrial.sites.client'] ?? $this->get_Debug_App_Industrial_Sites_ClientService()));
  518.         $e->registerClient('app.incidents.client', ($this->privates['.debug.app.incidents.client'] ?? $this->get_Debug_App_Incidents_ClientService()));
  519.         $e->registerClient('app.heimdall.client', ($this->privates['.debug.app.heimdall.client'] ?? $this->get_Debug_App_Heimdall_ClientService()));
  520.         $e->registerClient('app.geoserver.client', ($this->privates['.debug.app.geoserver.client'] ?? $this->get_Debug_App_Geoserver_ClientService()));
  521.         $e->registerClient('app.admin.mayan.client', ($this->privates['.debug.app.admin.mayan.client'] ?? $this->get_Debug_App_Admin_Mayan_ClientService()));
  522.         $e->registerClient('app.user.mayan.client', ($this->privates['.debug.app.user.mayan.client'] ?? $this->get_Debug_App_User_Mayan_ClientService()));
  523.         $e->registerClient('app.mdm.client', ($this->privates['.debug.app.mdm.client'] ?? $this->get_Debug_App_Mdm_ClientService()));
  524.         $e->registerClient('app.metabase.client', ($this->privates['.debug.app.metabase.client'] ?? $this->get_Debug_App_Metabase_ClientService()));
  525.         $e->registerClient('app.public.space.planner.client', ($this->privates['.debug.app.public.space.planner.client'] ?? $this->get_Debug_App_Public_Space_Planner_ClientService()));
  526.         $e->registerClient('app.request.client', ($this->privates['.debug.app.request.client'] ?? $this->get_Debug_App_Request_ClientService()));
  527.         $e->registerClient('app.signal.client', ($this->privates['.debug.app.signal.client'] ?? $this->get_Debug_App_Signal_ClientService()));
  528.         $e->registerClient('app.thingsboard.client', ($this->privates['.debug.app.thingsboard.client'] ?? $this->get_Debug_App_Thingsboard_ClientService()));
  529.         $e->registerClient('app.vdm.itv.client', ($this->privates['.debug.app.vdm.itv.client'] ?? $this->get_Debug_App_Vdm_Itv_ClientService()));
  530.         $e->registerClient('app.vdm.hydrometric.client', ($this->privates['.debug.app.vdm.hydrometric.client'] ?? $this->get_Debug_App_Vdm_Hydrometric_ClientService()));
  531.         $e->registerClient('app.vdm.waterCycle.client', ($this->privates['.debug.app.vdm.waterCycle.client'] ?? $this->get_Debug_App_Vdm_WaterCycle_ClientService()));
  532.         $e->registerClient('app.vdm.waterQuality.client', ($this->privates['.debug.app.vdm.waterQuality.client'] ?? $this->get_Debug_App_Vdm_WaterQuality_ClientService()));
  533.         $e->registerClient('app.vdm.weather.client', ($this->privates['.debug.app.vdm.weather.client'] ?? $this->get_Debug_App_Vdm_Weather_ClientService()));
  534.         $f = new \Symfony\Component\Messenger\DataCollector\MessengerDataCollector();
  535.         $f->registerBus('messenger.bus.default', ($this->services['messenger.default_bus'] ?? $this->getMessenger_DefaultBusService()));
  536.         $g = new \Symfony\Component\HttpKernel\DataCollector\ConfigDataCollector();
  537.         if ($this->has('kernel')) {
  538.             $g->setKernel($b);
  539.         }
  540.         $instance->add(($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService()));
  541.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\TimeDataCollector($b, ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)))));
  542.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\MemoryDataCollector());
  543.         $instance->add(new \Symfony\Component\Validator\DataCollector\ValidatorDataCollector(($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService())));
  544.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\AjaxDataCollector());
  545.         $instance->add(($this->privates['data_collector.form'] ?? $this->getDataCollector_FormService()));
  546.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\ExceptionDataCollector());
  547.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\LoggerDataCollector($a, ($this->targetDir.''.'/App_KernelIntDebugContainer'), $c));
  548.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\EventDataCollector(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), $c));
  549.         $instance->add(($this->privates['data_collector.router'] ?? ($this->privates['data_collector.router'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector())));
  550.         $instance->add($d);
  551.         $instance->add(new \Symfony\Component\Translation\DataCollector\TranslationDataCollector(($this->services['translator'] ?? $this->getTranslatorService())));
  552.         $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->privates['security.role_hierarchy'] = new \Symfony\Component\Security\Core\Role\RoleHierarchy([]))), ($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService()), ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService()), ($this->privates['security.firewall.map'] ?? $this->getSecurity_Firewall_MapService()), ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService()), false));
  553.         $instance->add(new \Symfony\Bridge\Twig\DataCollector\TwigDataCollector(($this->privates['twig.profile'] ?? ($this->privates['twig.profile'] = new \Twig\Profiler\Profile())), ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService())));
  554.         $instance->add($e);
  555.         $instance->add($f);
  556.         $instance->add(new \Symfony\Component\Mailer\DataCollector\MessageDataCollector(($this->privates['mailer.message_logger_listener'] ?? ($this->privates['mailer.message_logger_listener'] = new \Symfony\Component\Mailer\EventListener\MessageLoggerListener()))));
  557.         $instance->add($g);
  558.         return $instance;
  559.     }
  560.     /**
  561.      * Gets the public '.container.private.security.authorization_checker' shared service.
  562.      *
  563.      * @return \Symfony\Component\Security\Core\Authorization\AuthorizationChecker
  564.      */
  565.     protected function get_Container_Private_Security_AuthorizationCheckerService()
  566.     {
  567.         $a = ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService());
  568.         if (isset($this->services['.container.private.security.authorization_checker'])) {
  569.             return $this->services['.container.private.security.authorization_checker'];
  570.         }
  571.         return $this->services['.container.private.security.authorization_checker'] = new \Symfony\Component\Security\Core\Authorization\AuthorizationChecker(($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), $afalse);
  572.     }
  573.     /**
  574.      * Gets the public '.container.private.security.password_encoder' shared service.
  575.      *
  576.      * @return \Symfony\Component\Security\Core\Encoder\UserPasswordEncoder
  577.      *
  578.      * @deprecated Since symfony/security-bundle 5.3: The ".container.private.security.password_encoder" service is deprecated, use "security.user_password_hasher" instead.
  579.      */
  580.     protected function get_Container_Private_Security_PasswordEncoderService()
  581.     {
  582.         trigger_deprecation('symfony/security-bundle''5.3''The ".container.private.security.password_encoder" service is deprecated, use "security.user_password_hasher" instead.');
  583.         return $this->services['.container.private.security.password_encoder'] = new \Symfony\Component\Security\Core\Encoder\UserPasswordEncoder(($this->privates['security.encoder_factory.generic'] ?? $this->getSecurity_EncoderFactory_GenericService()));
  584.     }
  585.     /**
  586.      * Gets the public '.container.private.security.token_storage' shared service.
  587.      *
  588.      * @return \Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage
  589.      */
  590.     protected function get_Container_Private_Security_TokenStorageService()
  591.     {
  592.         return $this->services['.container.private.security.token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage(($this->privates['security.untracked_token_storage'] ?? ($this->privates['security.untracked_token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())), new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  593.             'request_stack' => ['services''request_stack''getRequestStackService'false],
  594.         ], [
  595.             'request_stack' => '?',
  596.         ]));
  597.     }
  598.     /**
  599.      * Gets the public '.container.private.serializer' shared service.
  600.      *
  601.      * @return \Symfony\Component\Serializer\Serializer
  602.      */
  603.     protected function get_Container_Private_SerializerService()
  604.     {
  605.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/SerializerInterface.php';
  606.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/NormalizerInterface.php';
  607.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ContextAwareNormalizerInterface.php';
  608.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DenormalizerInterface.php';
  609.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ContextAwareDenormalizerInterface.php';
  610.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/EncoderInterface.php';
  611.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/ContextAwareEncoderInterface.php';
  612.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/DecoderInterface.php';
  613.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/ContextAwareDecoderInterface.php';
  614.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Serializer.php';
  615.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/SerializerAwareInterface.php';
  616.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/CacheableSupportsMethodInterface.php';
  617.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/SerializerAwareTrait.php';
  618.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/UnwrappingDenormalizer.php';
  619.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/NormalizerAwareTrait.php';
  620.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Serialization/Normalizer/FlattenExceptionNormalizer.php';
  621.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ProblemNormalizer.php';
  622.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/UidNormalizer.php';
  623.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DateTimeNormalizer.php';
  624.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ConstraintViolationListNormalizer.php';
  625.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/MimeMessageNormalizer.php';
  626.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ObjectToPopulateTrait.php';
  627.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/AbstractNormalizer.php';
  628.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/AbstractObjectNormalizer.php';
  629.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/PropertyNormalizer.php';
  630.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/ClassDiscriminatorResolverInterface.php';
  631.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/ClassDiscriminatorFromClassMetadata.php';
  632.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DateTimeZoneNormalizer.php';
  633.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DateIntervalNormalizer.php';
  634.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/FormErrorNormalizer.php';
  635.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DataUriNormalizer.php';
  636.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/JsonSerializableNormalizer.php';
  637.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DenormalizerAwareInterface.php';
  638.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DenormalizerAwareTrait.php';
  639.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ArrayDenormalizer.php';
  640.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ObjectNormalizer.php';
  641.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/NormalizationAwareInterface.php';
  642.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/XmlEncoder.php';
  643.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/JsonEncoder.php';
  644.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/YamlEncoder.php';
  645.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/CsvEncoder.php';
  646.         $a = ($this->privates['property_accessor'] ?? $this->getPropertyAccessorService());
  647.         $b = ($this->privates['serializer.name_converter.metadata_aware'] ?? $this->getSerializer_NameConverter_MetadataAwareService());
  648.         $c = ($this->privates['serializer.mapping.class_metadata_factory'] ?? $this->getSerializer_Mapping_ClassMetadataFactoryService());
  649.         $d = ($this->privates['property_info'] ?? $this->getPropertyInfoService());
  650.         $e = new \Symfony\Component\Serializer\Mapping\ClassDiscriminatorFromClassMetadata($c);
  651.         return $this->services['.container.private.serializer'] = new \Symfony\Component\Serializer\Serializer([=> new \Symfony\Component\Serializer\Normalizer\UnwrappingDenormalizer($a), => new \Symfony\Component\Messenger\Transport\Serialization\Normalizer\FlattenExceptionNormalizer(), => new \Symfony\Component\Serializer\Normalizer\ProblemNormalizer(true), => new \Symfony\Component\Serializer\Normalizer\UidNormalizer(), => new \Symfony\Component\Serializer\Normalizer\DateTimeNormalizer(), => new \Symfony\Component\Serializer\Normalizer\ConstraintViolationListNormalizer([], $b), => new \Symfony\Component\Serializer\Normalizer\MimeMessageNormalizer(new \Symfony\Component\Serializer\Normalizer\PropertyNormalizer($c$b$d$eNULL, [])), => new \Symfony\Component\Serializer\Normalizer\DateTimeZoneNormalizer(), => new \Symfony\Component\Serializer\Normalizer\DateIntervalNormalizer(), => new \Symfony\Component\Serializer\Normalizer\FormErrorNormalizer(), 10 => new \Symfony\Component\Serializer\Normalizer\DataUriNormalizer(($this->privates['mime_types'] ?? $this->getMimeTypesService())), 11 => new \Symfony\Component\Serializer\Normalizer\JsonSerializableNormalizer(NULLNULL), 12 => new \Symfony\Component\Serializer\Normalizer\ArrayDenormalizer(), 13 => new \Symfony\Component\Serializer\Normalizer\ObjectNormalizer($c$b$a$d$eNULL, [], $d)], [=> new \Symfony\Component\Serializer\Encoder\XmlEncoder(), => new \Symfony\Component\Serializer\Encoder\JsonEncoder(NULLNULL), => new \Symfony\Component\Serializer\Encoder\YamlEncoder(NULLNULL), => new \Symfony\Component\Serializer\Encoder\CsvEncoder()]);
  652.     }
  653.     /**
  654.      * Gets the public '.container.private.session' shared service.
  655.      *
  656.      * @return \Symfony\Component\HttpFoundation\Session\Session
  657.      */
  658.     protected function get_Container_Private_SessionService()
  659.     {
  660.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/SessionInterface.php';
  661.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/Session.php';
  662.         $a = ($this->privates['session.factory'] ?? $this->getSession_FactoryService());
  663.         if (isset($this->services['.container.private.session'])) {
  664.             return $this->services['.container.private.session'];
  665.         }
  666.         return $this->services['.container.private.session'] = $a->createSession();
  667.     }
  668.     /**
  669.      * Gets the public '.container.private.twig' shared service.
  670.      *
  671.      * @return \Twig\Environment
  672.      */
  673.     protected function get_Container_Private_TwigService()
  674.     {
  675.         $a = new \Twig\Loader\FilesystemLoader([], \dirname(__DIR__4));
  676.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/security-bundle/Resources/views'), 'Security');
  677.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/security-bundle/Resources/views'), '!Security');
  678.         $a->addPath((\dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Resources/views'), 'NelmioApiDoc');
  679.         $a->addPath((\dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Resources/views'), '!NelmioApiDoc');
  680.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Resources/views'), 'WebProfiler');
  681.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Resources/views'), '!WebProfiler');
  682.         $a->addPath((\dirname(__DIR__4).'/templates'));
  683.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Email'), 'email');
  684.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Email'), '!email');
  685.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Form'));
  686.         $this->services['.container.private.twig'] = $instance = new \Twig\Environment($a, ['debug' => true'strict_variables' => true'autoescape' => 'name''cache' => ($this->targetDir.''.'/twig'), 'charset' => 'UTF-8']);
  687.         $b = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  688.         $c = ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService());
  689.         $d = ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)));
  690.         $e = ($this->services['translator'] ?? $this->getTranslatorService());
  691.         $f = ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService());
  692.         $g = ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService());
  693.         $h = ($this->services['router'] ?? $this->getRouterService());
  694.         $i = new \Symfony\Component\VarDumper\Dumper\HtmlDumper(NULL'UTF-8'1);
  695.         $i->setDisplayOptions(['maxStringLength' => 4096'fileLinkFormat' => $g]);
  696.         $j = new \Symfony\Bridge\Twig\AppVariable();
  697.         $j->setEnvironment('int');
  698.         $j->setDebug(true);
  699.         if ($this->has('.container.private.security.token_storage')) {
  700.             $j->setTokenStorage($c);
  701.         }
  702.         if ($this->has('request_stack')) {
  703.             $j->setRequestStack($b);
  704.         }
  705.         $k = new \Twig\Extra\TwigExtraBundle\MissingExtensionSuggestor();
  706.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\LogoutUrlExtension(($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService())));
  707.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\SecurityExtension(($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService()), new \Symfony\Component\Security\Http\Impersonate\ImpersonateUrlGenerator($b, ($this->privates['security.firewall.map'] ?? $this->getSecurity_Firewall_MapService()), $c)));
  708.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\ProfilerExtension(($this->privates['twig.profile'] ?? ($this->privates['twig.profile'] = new \Twig\Profiler\Profile())), $d));
  709.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\TranslationExtension($e));
  710.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\AssetExtension(new \Symfony\Component\Asset\Packages(new \Symfony\Component\Asset\PathPackage('', new \Symfony\Component\Asset\VersionStrategy\EmptyVersionStrategy(), new \Symfony\Component\Asset\Context\RequestStackContext($b$f->getBaseUrl(), $f->isSecure())), new RewindableGenerator(function () {
  711.             return new \EmptyIterator();
  712.         }, 0))));
  713.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\CodeExtension($g, \dirname(__DIR__4), 'UTF-8'));
  714.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\RoutingExtension($h));
  715.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\YamlExtension());
  716.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\StopwatchExtension($dtrue));
  717.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\ExpressionExtension());
  718.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\HttpKernelExtension());
  719.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\HttpFoundationExtension(new \Symfony\Component\HttpFoundation\UrlHelper($b$h)));
  720.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\SerializerExtension());
  721.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\FormExtension($e));
  722.         $instance->addExtension(new \Twig\Extension\DebugExtension());
  723.         $instance->addExtension(new \Symfony\Bundle\WebProfilerBundle\Twig\WebProfilerExtension($i));
  724.         $instance->addGlobal('app'$j);
  725.         $instance->addRuntimeLoader(new \Twig\RuntimeLoader\ContainerRuntimeLoader(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  726.             'Symfony\\Bridge\\Twig\\Extension\\HttpKernelRuntime' => ['privates''twig.runtime.httpkernel''getTwig_Runtime_HttpkernelService'false],
  727.             'Symfony\\Bridge\\Twig\\Extension\\SerializerRuntime' => ['privates''twig.runtime.serializer''getTwig_Runtime_SerializerService'false],
  728.             'Symfony\\Component\\Form\\FormRenderer' => ['privates''twig.form.renderer''getTwig_Form_RendererService'false],
  729.         ], [
  730.             'Symfony\\Bridge\\Twig\\Extension\\HttpKernelRuntime' => '?',
  731.             'Symfony\\Bridge\\Twig\\Extension\\SerializerRuntime' => '?',
  732.             'Symfony\\Component\\Form\\FormRenderer' => '?',
  733.         ])));
  734.         $instance->registerUndefinedFilterCallback([=> $k=> 'suggestFilter']);
  735.         $instance->registerUndefinedFunctionCallback([=> $k=> 'suggestFunction']);
  736.         $instance->registerUndefinedTokenParserCallback([=> $k=> 'suggestTag']);
  737.         (new \Symfony\Bundle\TwigBundle\DependencyInjection\Configurator\EnvironmentConfigurator('F j, Y H:i''%d days'NULL0'.'','))->configure($instance);
  738.         return $instance;
  739.     }
  740.     /**
  741.      * Gets the public '.container.private.validator' shared service.
  742.      *
  743.      * @return \Symfony\Component\Validator\Validator\TraceableValidator
  744.      */
  745.     protected function get_Container_Private_ValidatorService()
  746.     {
  747.         return $this->services['.container.private.validator'] = new \Symfony\Component\Validator\Validator\TraceableValidator(($this->privates['validator.builder'] ?? $this->getValidator_BuilderService())->getValidator());
  748.     }
  749.     /**
  750.      * Gets the public 'App\Controller\ApplicationController' shared autowired service.
  751.      *
  752.      * @return \App\Controller\ApplicationController
  753.      */
  754.     protected function getApplicationControllerService()
  755.     {
  756.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  757.         include_once \dirname(__DIR__4).'/src/Controller/ApplicationController.php';
  758.         $this->services['App\\Controller\\ApplicationController'] = $instance = new \App\Controller\ApplicationController(($this->privates['App\\Manager\\ApplicationConfigurationManager'] ?? $this->getApplicationConfigurationManagerService()), ($this->privates['App\\Manager\\IndustrialSite\\IndustrialSiteManager'] ?? $this->getIndustrialSiteManagerService()), ($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService()), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  759.         $instance->setContainer(($this->privates['.service_locator.rHvgM8T'] ?? $this->get_ServiceLocator_RHvgM8TService())->withContext('App\\Controller\\ApplicationController'$this));
  760.         return $instance;
  761.     }
  762.     /**
  763.      * Gets the public 'App\Controller\AreaController' shared autowired service.
  764.      *
  765.      * @return \App\Controller\AreaController
  766.      */
  767.     protected function getAreaControllerService()
  768.     {
  769.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  770.         include_once \dirname(__DIR__4).'/src/Controller/AreaController.php';
  771.         $this->services['App\\Controller\\AreaController'] = $instance = new \App\Controller\AreaController(($this->privates['App\\Manager\\AreaManager'] ?? $this->getAreaManagerService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->privates['App\\Manager\\OrganizationManager'] ?? $this->getOrganizationManagerService()));
  772.         $instance->setContainer(($this->privates['.service_locator.rHvgM8T'] ?? $this->get_ServiceLocator_RHvgM8TService())->withContext('App\\Controller\\AreaController'$this));
  773.         return $instance;
  774.     }
  775.     /**
  776.      * Gets the public 'App\Controller\Calendar\CalendarController' shared autowired service.
  777.      *
  778.      * @return \App\Controller\Calendar\CalendarController
  779.      */
  780.     protected function getCalendarControllerService()
  781.     {
  782.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  783.         include_once \dirname(__DIR__4).'/src/Controller/ApiTrait.php';
  784.         include_once \dirname(__DIR__4).'/src/Controller/Calendar/CalendarController.php';
  785.         $this->services['App\\Controller\\Calendar\\CalendarController'] = $instance = new \App\Controller\Calendar\CalendarController(($this->privates['App\\Manager\\Calendar\\CalendarManager'] ?? $this->getCalendarManagerService()), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  786.         $instance->setContainer(($this->privates['.service_locator.rHvgM8T'] ?? $this->get_ServiceLocator_RHvgM8TService())->withContext('App\\Controller\\Calendar\\CalendarController'$this));
  787.         return $instance;
  788.     }
  789.     /**
  790.      * Gets the public 'App\Controller\Calendar\EventCategoryController' shared autowired service.
  791.      *
  792.      * @return \App\Controller\Calendar\EventCategoryController
  793.      */
  794.     protected function getEventCategoryControllerService()
  795.     {
  796.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  797.         include_once \dirname(__DIR__4).'/src/Controller/Calendar/EventCategoryController.php';
  798.         include_once \dirname(__DIR__4).'/src/Manager/Calendar/EventCategoryManager.php';
  799.         include_once \dirname(__DIR__4).'/src/Repository/Calendar/EventCategoryRepository.php';
  800.         $this->services['App\\Controller\\Calendar\\EventCategoryController'] = $instance = new \App\Controller\Calendar\EventCategoryController(new \App\Manager\Calendar\EventCategoryManager(new \App\Repository\Calendar\EventCategoryRepository(($this->privates['.debug.app.calendar.client'] ?? $this->get_Debug_App_Calendar_ClientService()), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()))));
  801.         $instance->setContainer(($this->privates['.service_locator.rHvgM8T'] ?? $this->get_ServiceLocator_RHvgM8TService())->withContext('App\\Controller\\Calendar\\EventCategoryController'$this));
  802.         return $instance;
  803.     }
  804.     /**
  805.      * Gets the public 'App\Controller\Calendar\EventController' shared autowired service.
  806.      *
  807.      * @return \App\Controller\Calendar\EventController
  808.      */
  809.     protected function getEventControllerService()
  810.     {
  811.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  812.         include_once \dirname(__DIR__4).'/src/Controller/ApiTrait.php';
  813.         include_once \dirname(__DIR__4).'/src/Controller/Calendar/EventController.php';
  814.         include_once \dirname(__DIR__4).'/src/Manager/Calendar/EventManager.php';
  815.         include_once \dirname(__DIR__4).'/src/Repository/Calendar/EventRepository.php';
  816.         $a = ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService());
  817.         $this->services['App\\Controller\\Calendar\\EventController'] = $instance = new \App\Controller\Calendar\EventController(new \App\Manager\Calendar\EventManager(new \App\Repository\Calendar\EventRepository(($this->privates['.debug.app.calendar.client'] ?? $this->get_Debug_App_Calendar_ClientService()), $a, ($this->privates['App\\Utils\\QueryBridge'] ?? $this->getQueryBridgeService())), $a, ($this->privates['App\\Manager\\Calendar\\CalendarManager'] ?? $this->getCalendarManagerService()), ($this->privates['App\\Manager\\ContractManager'] ?? $this->getContractManagerService()), ($this->privates['App\\Manager\\OrganizationManager'] ?? $this->getOrganizationManagerService()), ($this->privates['App\\Manager\\AreaManager'] ?? $this->getAreaManagerService()), ($this->privates['App\\Manager\\IndustrialSite\\IndustrialSiteManager'] ?? $this->getIndustrialSiteManagerService())), $a);
  818.         $instance->setContainer(($this->privates['.service_locator.rHvgM8T'] ?? $this->get_ServiceLocator_RHvgM8TService())->withContext('App\\Controller\\Calendar\\EventController'$this));
  819.         return $instance;
  820.     }
  821.     /**
  822.      * Gets the public 'App\Controller\CategoryController' shared autowired service.
  823.      *
  824.      * @return \App\Controller\CategoryController
  825.      */
  826.     protected function getCategoryControllerService()
  827.     {
  828.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  829.         include_once \dirname(__DIR__4).'/src/Controller/CategoryController.php';
  830.         $this->services['App\\Controller\\CategoryController'] = $instance = new \App\Controller\CategoryController();
  831.         $instance->setContainer(($this->privates['.service_locator.rHvgM8T'] ?? $this->get_ServiceLocator_RHvgM8TService())->withContext('App\\Controller\\CategoryController'$this));
  832.         return $instance;
  833.     }
  834.     /**
  835.      * Gets the public 'App\Controller\ContractController' shared autowired service.
  836.      *
  837.      * @return \App\Controller\ContractController
  838.      */
  839.     protected function getContractControllerService()
  840.     {
  841.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  842.         include_once \dirname(__DIR__4).'/src/Controller/ContractController.php';
  843.         $this->services['App\\Controller\\ContractController'] = $instance = new \App\Controller\ContractController(($this->privates['App\\Manager\\AdminManager'] ?? $this->getAdminManagerService()), ($this->privates['App\\Manager\\ContractManager'] ?? $this->getContractManagerService()), ($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService()));
  844.         $instance->setContainer(($this->privates['.service_locator.rHvgM8T'] ?? $this->get_ServiceLocator_RHvgM8TService())->withContext('App\\Controller\\ContractController'$this));
  845.         return $instance;
  846.     }
  847.     /**
  848.      * Gets the public 'App\Controller\ContractServiceController' shared autowired service.
  849.      *
  850.      * @return \App\Controller\ContractServiceController
  851.      */
  852.     protected function getContractServiceControllerService()
  853.     {
  854.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  855.         include_once \dirname(__DIR__4).'/src/Controller/ContractServiceController.php';
  856.         $this->services['App\\Controller\\ContractServiceController'] = $instance = new \App\Controller\ContractServiceController(($this->privates['App\\Manager\\AdminManager'] ?? $this->getAdminManagerService()), ($this->privates['App\\Manager\\ContractServiceManager'] ?? $this->getContractServiceManagerService()));
  857.         $instance->setContainer(($this->privates['.service_locator.rHvgM8T'] ?? $this->get_ServiceLocator_RHvgM8TService())->withContext('App\\Controller\\ContractServiceController'$this));
  858.         return $instance;
  859.     }
  860.     /**
  861.      * Gets the public 'App\Controller\DocumentController' shared autowired service.
  862.      *
  863.      * @return \App\Controller\DocumentController
  864.      */
  865.     protected function getDocumentControllerService()
  866.     {
  867.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  868.         include_once \dirname(__DIR__4).'/src/Controller/DocumentController.php';
  869.         include_once \dirname(__DIR__4).'/src/Manager/UserDocumentManagerInterface.php';
  870.         include_once \dirname(__DIR__4).'/src/Manager/UserDocumentManager.php';
  871.         include_once \dirname(__DIR__4).'/src/Repository/AbstractRemoteRepository.php';
  872.         include_once \dirname(__DIR__4).'/src/Repository/AbstractMayanRepository.php';
  873.         include_once \dirname(__DIR__4).'/src/Repository/UserMayanRepository.php';
  874.         $this->services['App\\Controller\\DocumentController'] = $instance = new \App\Controller\DocumentController(new \App\Manager\UserDocumentManager(new \App\Repository\UserMayanRepository(($this->privates['.debug.app.user.mayan.client'] ?? $this->get_Debug_App_User_Mayan_ClientService()), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()), ($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService()), ($this->services['cache.app'] ?? $this->getCache_AppService()), $this->getEnv('DOCUMENT_ADMIN_USERNAME'), $this->getEnv('DOCUMENT_ADMIN_PASSWORD'))));
  875.         $instance->setContainer(($this->privates['.service_locator.rHvgM8T'] ?? $this->get_ServiceLocator_RHvgM8TService())->withContext('App\\Controller\\DocumentController'$this));
  876.         return $instance;
  877.     }
  878.     /**
  879.      * Gets the public 'App\Controller\ExternalToolsController' shared autowired service.
  880.      *
  881.      * @return \App\Controller\ExternalToolsController
  882.      */
  883.     protected function getExternalToolsControllerService()
  884.     {
  885.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  886.         include_once \dirname(__DIR__4).'/src/Controller/ExternalToolsController.php';
  887.         $this->services['App\\Controller\\ExternalToolsController'] = $instance = new \App\Controller\ExternalToolsController(($this->privates['App\\Service\\RequestBridgeService'] ?? $this->getRequestBridgeServiceService()), $this->getEnv('FRONT_END_ROOT_PATH'));
  888.         $instance->setContainer(($this->privates['.service_locator.rHvgM8T'] ?? $this->get_ServiceLocator_RHvgM8TService())->withContext('App\\Controller\\ExternalToolsController'$this));
  889.         return $instance;
  890.     }
  891.     /**
  892.      * Gets the public 'App\Controller\FiltersController' shared autowired service.
  893.      *
  894.      * @return \App\Controller\FiltersController
  895.      */
  896.     protected function getFiltersControllerService()
  897.     {
  898.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  899.         include_once \dirname(__DIR__4).'/src/Controller/FiltersController.php';
  900.         $this->services['App\\Controller\\FiltersController'] = $instance = new \App\Controller\FiltersController(($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService()), ($this->privates['App\\Manager\\SignalManager'] ?? $this->getSignalManagerService()), ($this->privates['App\\Manager\\AreaManager'] ?? $this->getAreaManagerService()));
  901.         $instance->setContainer(($this->privates['.service_locator.rHvgM8T'] ?? $this->get_ServiceLocator_RHvgM8TService())->withContext('App\\Controller\\FiltersController'$this));
  902.         return $instance;
  903.     }
  904.     /**
  905.      * Gets the public 'App\Controller\Heimdall\GetUserPortalConfigurationByCodeController' shared autowired service.
  906.      *
  907.      * @return \App\Controller\Heimdall\GetUserPortalConfigurationByCodeController
  908.      */
  909.     protected function getGetUserPortalConfigurationByCodeControllerService()
  910.     {
  911.         include_once \dirname(__DIR__4).'/src/Controller/Heimdall/GetUserPortalConfigurationByCodeController.php';
  912.         return $this->services['App\\Controller\\Heimdall\\GetUserPortalConfigurationByCodeController'] = new \App\Controller\Heimdall\GetUserPortalConfigurationByCodeController();
  913.     }
  914.     /**
  915.      * Gets the public 'App\Controller\Heimdall\PermissionsAdminController' shared autowired service.
  916.      *
  917.      * @return \App\Controller\Heimdall\PermissionsAdminController
  918.      */
  919.     protected function getPermissionsAdminControllerService()
  920.     {
  921.         include_once \dirname(__DIR__4).'/src/Controller/Heimdall/PermissionsAdminController.php';
  922.         return $this->services['App\\Controller\\Heimdall\\PermissionsAdminController'] = new \App\Controller\Heimdall\PermissionsAdminController();
  923.     }
  924.     /**
  925.      * Gets the public 'App\Controller\Heimdall\PermissionsUserController' shared autowired service.
  926.      *
  927.      * @return \App\Controller\Heimdall\PermissionsUserController
  928.      */
  929.     protected function getPermissionsUserControllerService()
  930.     {
  931.         include_once \dirname(__DIR__4).'/src/Controller/Heimdall/PermissionsUserController.php';
  932.         return $this->services['App\\Controller\\Heimdall\\PermissionsUserController'] = new \App\Controller\Heimdall\PermissionsUserController();
  933.     }
  934.     /**
  935.      * Gets the public 'App\Controller\Heimdall\PostUserPortalConfigurationController' shared autowired service.
  936.      *
  937.      * @return \App\Controller\Heimdall\PostUserPortalConfigurationController
  938.      */
  939.     protected function getPostUserPortalConfigurationControllerService()
  940.     {
  941.         include_once \dirname(__DIR__4).'/src/Controller/Heimdall/PostUserPortalConfigurationController.php';
  942.         return $this->services['App\\Controller\\Heimdall\\PostUserPortalConfigurationController'] = new \App\Controller\Heimdall\PostUserPortalConfigurationController();
  943.     }
  944.     /**
  945.      * Gets the public 'App\Controller\Heimdall\PutUserPortalConfigurationController' shared autowired service.
  946.      *
  947.      * @return \App\Controller\Heimdall\PutUserPortalConfigurationController
  948.      */
  949.     protected function getPutUserPortalConfigurationControllerService()
  950.     {
  951.         include_once \dirname(__DIR__4).'/src/Controller/Heimdall/PutUserPortalConfigurationController.php';
  952.         return $this->services['App\\Controller\\Heimdall\\PutUserPortalConfigurationController'] = new \App\Controller\Heimdall\PutUserPortalConfigurationController();
  953.     }
  954.     /**
  955.      * Gets the public 'App\Controller\Incident\IncidentController' shared autowired service.
  956.      *
  957.      * @return \App\Controller\Incident\IncidentController
  958.      */
  959.     protected function getIncidentControllerService()
  960.     {
  961.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  962.         include_once \dirname(__DIR__4).'/src/Controller/Incident/IncidentController.php';
  963.         $this->services['App\\Controller\\Incident\\IncidentController'] = $instance = new \App\Controller\Incident\IncidentController(($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()), ($this->privates['App\\Manager\\Incident\\IncidentManager'] ?? $this->getIncidentManagerService()), ($this->privates['App\\Manager\\IndustrialSite\\IndustrialSiteManager'] ?? $this->getIndustrialSiteManagerService()), ($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService()));
  964.         $instance->setContainer(($this->privates['.service_locator.rHvgM8T'] ?? $this->get_ServiceLocator_RHvgM8TService())->withContext('App\\Controller\\Incident\\IncidentController'$this));
  965.         return $instance;
  966.     }
  967.     /**
  968.      * Gets the public 'App\Controller\Incident\IncidentStatusController' shared autowired service.
  969.      *
  970.      * @return \App\Controller\Incident\IncidentStatusController
  971.      */
  972.     protected function getIncidentStatusControllerService()
  973.     {
  974.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  975.         include_once \dirname(__DIR__4).'/src/Controller/Incident/IncidentStatusController.php';
  976.         include_once \dirname(__DIR__4).'/src/Manager/Incident/IncidentStatusManagerInterface.php';
  977.         include_once \dirname(__DIR__4).'/src/Manager/Incident/IncidentStatusManager.php';
  978.         $a = ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService());
  979.         $this->services['App\\Controller\\Incident\\IncidentStatusController'] = $instance = new \App\Controller\Incident\IncidentStatusController($a, ($this->privates['App\\Manager\\Incident\\IncidentManager'] ?? $this->getIncidentManagerService()), new \App\Manager\Incident\IncidentStatusManager(($this->privates['.debug.app.incidents.client'] ?? $this->get_Debug_App_Incidents_ClientService()), $a, ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()))), ($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService()));
  980.         $instance->setContainer(($this->privates['.service_locator.rHvgM8T'] ?? $this->get_ServiceLocator_RHvgM8TService())->withContext('App\\Controller\\Incident\\IncidentStatusController'$this));
  981.         return $instance;
  982.     }
  983.     /**
  984.      * Gets the public 'App\Controller\IndustrialSite\AttachmentController' shared autowired service.
  985.      *
  986.      * @return \App\Controller\IndustrialSite\AttachmentController
  987.      */
  988.     protected function getAttachmentControllerService()
  989.     {
  990.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  991.         include_once \dirname(__DIR__4).'/src/Controller/IndustrialSite/AttachmentController.php';
  992.         include_once \dirname(__DIR__4).'/src/Manager/IndustrialSite/PhotoManager.php';
  993.         include_once \dirname(__DIR__4).'/src/Repository/IndustrialSite/PhotoRepositoryInterface.php';
  994.         include_once \dirname(__DIR__4).'/src/Repository/IndustrialSite/PhotoRepository.php';
  995.         $a = ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService());
  996.         $this->services['App\\Controller\\IndustrialSite\\AttachmentController'] = $instance = new \App\Controller\IndustrialSite\AttachmentController(new \App\Manager\IndustrialSite\PhotoManager(new \App\Repository\IndustrialSite\PhotoRepository(($this->privates['.debug.app.industrial.sites.client'] ?? $this->get_Debug_App_Industrial_Sites_ClientService()), $a), $a), $a);
  997.         $instance->setContainer(($this->privates['.service_locator.rHvgM8T'] ?? $this->get_ServiceLocator_RHvgM8TService())->withContext('App\\Controller\\IndustrialSite\\AttachmentController'$this));
  998.         return $instance;
  999.     }
  1000.     /**
  1001.      * Gets the public 'App\Controller\IndustrialSite\ContactController' shared autowired service.
  1002.      *
  1003.      * @return \App\Controller\IndustrialSite\ContactController
  1004.      */
  1005.     protected function getContactControllerService()
  1006.     {
  1007.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1008.         include_once \dirname(__DIR__4).'/src/Controller/ApiTrait.php';
  1009.         include_once \dirname(__DIR__4).'/src/Controller/IndustrialSite/ContactController.php';
  1010.         include_once \dirname(__DIR__4).'/src/Manager/IndustrialSite/ContactManager.php';
  1011.         include_once \dirname(__DIR__4).'/src/Repository/IndustrialSite/ContactRepositoryInterface.php';
  1012.         include_once \dirname(__DIR__4).'/src/Repository/IndustrialSite/ContactRepository.php';
  1013.         $a = ($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService());
  1014.         $b = ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService());
  1015.         $this->services['App\\Controller\\IndustrialSite\\ContactController'] = $instance = new \App\Controller\IndustrialSite\ContactController(new \App\Manager\IndustrialSite\ContactManager(new \App\Repository\IndustrialSite\ContactRepository(($this->privates['.debug.app.industrial.sites.client'] ?? $this->get_Debug_App_Industrial_Sites_ClientService()), $a$a, ($this->privates['App\\Manager\\AreaManager'] ?? $this->getAreaManagerService()), ($this->privates['App\\Utils\\QueryBridge'] ?? $this->getQueryBridgeService()), $b), $b), $b$a);
  1016.         $instance->setContainer(($this->privates['.service_locator.rHvgM8T'] ?? $this->get_ServiceLocator_RHvgM8TService())->withContext('App\\Controller\\IndustrialSite\\ContactController'$this));
  1017.         return $instance;
  1018.     }
  1019.     /**
  1020.      * Gets the public 'App\Controller\IndustrialSite\IndicatorSourceController' shared autowired service.
  1021.      *
  1022.      * @return \App\Controller\IndustrialSite\IndicatorSourceController
  1023.      */
  1024.     protected function getIndicatorSourceControllerService()
  1025.     {
  1026.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1027.         include_once \dirname(__DIR__4).'/src/Controller/ApiTrait.php';
  1028.         include_once \dirname(__DIR__4).'/src/Controller/ErrorHandlerTrait.php';
  1029.         include_once \dirname(__DIR__4).'/src/Controller/IndustrialSite/IndicatorSourceController.php';
  1030.         include_once \dirname(__DIR__4).'/src/Manager/IndustrialSite/IndicatorSourceManager.php';
  1031.         include_once \dirname(__DIR__4).'/src/Repository/IndustrialSite/IndicatorSourceRepositoryInterface.php';
  1032.         include_once \dirname(__DIR__4).'/src/Repository/IndustrialSite/IndicatorSourceRepository.php';
  1033.         $a = ($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService());
  1034.         $b = ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService());
  1035.         $this->services['App\\Controller\\IndustrialSite\\IndicatorSourceController'] = $instance = new \App\Controller\IndustrialSite\IndicatorSourceController(new \App\Manager\IndustrialSite\IndicatorSourceManager(new \App\Repository\IndustrialSite\IndicatorSourceRepository(($this->privates['.debug.app.industrial.sites.client'] ?? $this->get_Debug_App_Industrial_Sites_ClientService()), $a, ($this->privates['App\\Utils\\QueryBridge'] ?? $this->getQueryBridgeService()), $b), ($this->privates['App\\Manager\\ContractManager'] ?? $this->getContractManagerService()), $b), $a$b);
  1036.         $instance->setContainer(($this->privates['.service_locator.rHvgM8T'] ?? $this->get_ServiceLocator_RHvgM8TService())->withContext('App\\Controller\\IndustrialSite\\IndicatorSourceController'$this));
  1037.         return $instance;
  1038.     }
  1039.     /**
  1040.      * Gets the public 'App\Controller\IndustrialSite\IndicatorValueController' shared autowired service.
  1041.      *
  1042.      * @return \App\Controller\IndustrialSite\IndicatorValueController
  1043.      */
  1044.     protected function getIndicatorValueControllerService()
  1045.     {
  1046.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1047.         include_once \dirname(__DIR__4).'/src/Controller/ApiTrait.php';
  1048.         include_once \dirname(__DIR__4).'/src/Controller/IndustrialSite/IndicatorValueController.php';
  1049.         include_once \dirname(__DIR__4).'/src/Manager/IndustrialSite/IndicatorValueManager.php';
  1050.         include_once \dirname(__DIR__4).'/src/Repository/IndustrialSite/IndicatorValueRepositoryInterface.php';
  1051.         include_once \dirname(__DIR__4).'/src/Repository/IndustrialSite/IndicatorValueRepository.php';
  1052.         include_once \dirname(__DIR__4).'/src/Formatter/IndustrialSite/IndicatorValueFormatter.php';
  1053.         $a = ($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService());
  1054.         $b = ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService());
  1055.         $this->services['App\\Controller\\IndustrialSite\\IndicatorValueController'] = $instance = new \App\Controller\IndustrialSite\IndicatorValueController(new \App\Manager\IndustrialSite\IndicatorValueManager(new \App\Repository\IndustrialSite\IndicatorValueRepository(($this->privates['.debug.app.industrial.sites.client'] ?? $this->get_Debug_App_Industrial_Sites_ClientService()), $a, ($this->privates['App\\Utils\\QueryBridge'] ?? $this->getQueryBridgeService()), $b), $b), $a, new \App\Formatter\IndustrialSite\IndicatorValueFormatter(), $b);
  1056.         $instance->setContainer(($this->privates['.service_locator.rHvgM8T'] ?? $this->get_ServiceLocator_RHvgM8TService())->withContext('App\\Controller\\IndustrialSite\\IndicatorValueController'$this));
  1057.         return $instance;
  1058.     }
  1059.     /**
  1060.      * Gets the public 'App\Controller\IndustrialSite\IndustrialSiteController' shared autowired service.
  1061.      *
  1062.      * @return \App\Controller\IndustrialSite\IndustrialSiteController
  1063.      */
  1064.     protected function getIndustrialSiteControllerService()
  1065.     {
  1066.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1067.         include_once \dirname(__DIR__4).'/src/Controller/ApiTrait.php';
  1068.         include_once \dirname(__DIR__4).'/src/Controller/IndustrialSite/IndustrialSiteController.php';
  1069.         $this->services['App\\Controller\\IndustrialSite\\IndustrialSiteController'] = $instance = new \App\Controller\IndustrialSite\IndustrialSiteController(($this->privates['App\\Manager\\IndustrialSite\\IndustrialSiteManager'] ?? $this->getIndustrialSiteManagerService()), ($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService()), ($this->privates['App\\Manager\\AdminManager'] ?? $this->getAdminManagerService()), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  1070.         $instance->setContainer(($this->privates['.service_locator.rHvgM8T'] ?? $this->get_ServiceLocator_RHvgM8TService())->withContext('App\\Controller\\IndustrialSite\\IndustrialSiteController'$this));
  1071.         return $instance;
  1072.     }
  1073.     /**
  1074.      * Gets the public 'App\Controller\IndustrialSite\IndustrialSiteMetadataController' shared autowired service.
  1075.      *
  1076.      * @return \App\Controller\IndustrialSite\IndustrialSiteMetadataController
  1077.      */
  1078.     protected function getIndustrialSiteMetadataControllerService()
  1079.     {
  1080.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1081.         include_once \dirname(__DIR__4).'/src/Controller/ApiTrait.php';
  1082.         include_once \dirname(__DIR__4).'/src/Controller/ErrorHandlerTrait.php';
  1083.         include_once \dirname(__DIR__4).'/src/Controller/IndustrialSite/IndustrialSiteMetadataController.php';
  1084.         include_once \dirname(__DIR__4).'/src/Manager/IndustrialSite/IndustrialSiteMetadataManager.php';
  1085.         include_once \dirname(__DIR__4).'/src/Repository/IndustrialSite/IndustrialSiteMetadataRepositoryInterface.php';
  1086.         include_once \dirname(__DIR__4).'/src/Repository/IndustrialSite/IndustrialSiteMetadataRepository.php';
  1087.         $a = ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService());
  1088.         $this->services['App\\Controller\\IndustrialSite\\IndustrialSiteMetadataController'] = $instance = new \App\Controller\IndustrialSite\IndustrialSiteMetadataController(new \App\Manager\IndustrialSite\IndustrialSiteMetadataManager(new \App\Repository\IndustrialSite\IndustrialSiteMetadataRepository(($this->privates['.debug.app.industrial.sites.client'] ?? $this->get_Debug_App_Industrial_Sites_ClientService()), $a), $a), ($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService()), ($this->privates['App\\Manager\\AdminManager'] ?? $this->getAdminManagerService()), $a);
  1089.         $instance->setContainer(($this->privates['.service_locator.rHvgM8T'] ?? $this->get_ServiceLocator_RHvgM8TService())->withContext('App\\Controller\\IndustrialSite\\IndustrialSiteMetadataController'$this));
  1090.         return $instance;
  1091.     }
  1092.     /**
  1093.      * Gets the public 'App\Controller\IndustrialSite\IndustrialSiteProcessController' shared autowired service.
  1094.      *
  1095.      * @return \App\Controller\IndustrialSite\IndustrialSiteProcessController
  1096.      */
  1097.     protected function getIndustrialSiteProcessControllerService()
  1098.     {
  1099.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1100.         include_once \dirname(__DIR__4).'/src/Controller/ApiTrait.php';
  1101.         include_once \dirname(__DIR__4).'/src/Controller/IndustrialSite/IndustrialSiteProcessController.php';
  1102.         include_once \dirname(__DIR__4).'/src/Manager/IndustrialSite/IndustrialSiteProcessManager.php';
  1103.         include_once \dirname(__DIR__4).'/src/Repository/IndustrialSite/IndustrialSiteProcessRepositoryInterface.php';
  1104.         include_once \dirname(__DIR__4).'/src/Repository/IndustrialSite/IndustrialSiteProcessRepository.php';
  1105.         $a = ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService());
  1106.         $this->services['App\\Controller\\IndustrialSite\\IndustrialSiteProcessController'] = $instance = new \App\Controller\IndustrialSite\IndustrialSiteProcessController(new \App\Manager\IndustrialSite\IndustrialSiteProcessManager(new \App\Repository\IndustrialSite\IndustrialSiteProcessRepository(($this->privates['.debug.app.industrial.sites.client'] ?? $this->get_Debug_App_Industrial_Sites_ClientService()), $a)), $a);
  1107.         $instance->setContainer(($this->privates['.service_locator.rHvgM8T'] ?? $this->get_ServiceLocator_RHvgM8TService())->withContext('App\\Controller\\IndustrialSite\\IndustrialSiteProcessController'$this));
  1108.         return $instance;
  1109.     }
  1110.     /**
  1111.      * Gets the public 'App\Controller\IndustrialSite\ReferentialController' shared autowired service.
  1112.      *
  1113.      * @return \App\Controller\IndustrialSite\ReferentialController
  1114.      */
  1115.     protected function getReferentialControllerService()
  1116.     {
  1117.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1118.         include_once \dirname(__DIR__4).'/src/Controller/ApiTrait.php';
  1119.         include_once \dirname(__DIR__4).'/src/Controller/IndustrialSite/ReferentialController.php';
  1120.         include_once \dirname(__DIR__4).'/src/Manager/IndustrialSite/ReferentialManager.php';
  1121.         include_once \dirname(__DIR__4).'/src/Repository/IndustrialSite/ReferentialRepositoryInterface.php';
  1122.         include_once \dirname(__DIR__4).'/src/Repository/IndustrialSite/ReferentialRepository.php';
  1123.         $this->services['App\\Controller\\IndustrialSite\\ReferentialController'] = $instance = new \App\Controller\IndustrialSite\ReferentialController(new \App\Manager\IndustrialSite\ReferentialManager(new \App\Repository\IndustrialSite\ReferentialRepository(($this->privates['.debug.app.industrial.sites.client'] ?? $this->get_Debug_App_Industrial_Sites_ClientService()), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()), ($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService()))));
  1124.         $instance->setContainer(($this->privates['.service_locator.rHvgM8T'] ?? $this->get_ServiceLocator_RHvgM8TService())->withContext('App\\Controller\\IndustrialSite\\ReferentialController'$this));
  1125.         return $instance;
  1126.     }
  1127.     /**
  1128.      * Gets the public 'App\Controller\LegalEntityController' shared autowired service.
  1129.      *
  1130.      * @return \App\Controller\LegalEntityController
  1131.      */
  1132.     protected function getLegalEntityControllerService()
  1133.     {
  1134.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1135.         include_once \dirname(__DIR__4).'/src/Controller/LegalEntityController.php';
  1136.         $this->services['App\\Controller\\LegalEntityController'] = $instance = new \App\Controller\LegalEntityController();
  1137.         $instance->setContainer(($this->privates['.service_locator.rHvgM8T'] ?? $this->get_ServiceLocator_RHvgM8TService())->withContext('App\\Controller\\LegalEntityController'$this));
  1138.         return $instance;
  1139.     }
  1140.     /**
  1141.      * Gets the public 'App\Controller\Mdm\ContractBasemapController' shared autowired service.
  1142.      *
  1143.      * @return \App\Controller\Mdm\ContractBasemapController
  1144.      */
  1145.     protected function getContractBasemapControllerService()
  1146.     {
  1147.         include_once \dirname(__DIR__4).'/src/Controller/Mdm/ContractBasemapController.php';
  1148.         return $this->services['App\\Controller\\Mdm\\ContractBasemapController'] = new \App\Controller\Mdm\ContractBasemapController();
  1149.     }
  1150.     /**
  1151.      * Gets the public 'App\Controller\Mdm\ContractInfoController' shared autowired service.
  1152.      *
  1153.      * @return \App\Controller\Mdm\ContractInfoController
  1154.      */
  1155.     protected function getContractInfoControllerService()
  1156.     {
  1157.         include_once \dirname(__DIR__4).'/src/Controller/Mdm/ContractInfoController.php';
  1158.         return $this->services['App\\Controller\\Mdm\\ContractInfoController'] = new \App\Controller\Mdm\ContractInfoController();
  1159.     }
  1160.     /**
  1161.      * Gets the public 'App\Controller\Mdm\GetAdministrativeDivision' shared autowired service.
  1162.      *
  1163.      * @return \App\Controller\Mdm\GetAdministrativeDivision
  1164.      */
  1165.     protected function getGetAdministrativeDivisionService()
  1166.     {
  1167.         include_once \dirname(__DIR__4).'/src/Controller/Mdm/GetAdministrativeDivision.php';
  1168.         return $this->services['App\\Controller\\Mdm\\GetAdministrativeDivision'] = new \App\Controller\Mdm\GetAdministrativeDivision();
  1169.     }
  1170.     /**
  1171.      * Gets the public 'App\Controller\Mdm\GetMunicipalities' shared autowired service.
  1172.      *
  1173.      * @return \App\Controller\Mdm\GetMunicipalities
  1174.      */
  1175.     protected function getGetMunicipalitiesService()
  1176.     {
  1177.         include_once \dirname(__DIR__4).'/src/Controller/Mdm/GetMunicipalities.php';
  1178.         return $this->services['App\\Controller\\Mdm\\GetMunicipalities'] = new \App\Controller\Mdm\GetMunicipalities();
  1179.     }
  1180.     /**
  1181.      * Gets the public 'App\Controller\Mdm\GetSiteConfigurationController' shared autowired service.
  1182.      *
  1183.      * @return \App\Controller\Mdm\GetSiteConfigurationController
  1184.      */
  1185.     protected function getGetSiteConfigurationControllerService()
  1186.     {
  1187.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1188.         include_once \dirname(__DIR__4).'/src/Controller/Mdm/GetSiteConfigurationController.php';
  1189.         $this->services['App\\Controller\\Mdm\\GetSiteConfigurationController'] = $instance = new \App\Controller\Mdm\GetSiteConfigurationController();
  1190.         $instance->setContainer(($this->privates['.service_locator.rHvgM8T'] ?? $this->get_ServiceLocator_RHvgM8TService())->withContext('App\\Controller\\Mdm\\GetSiteConfigurationController'$this));
  1191.         return $instance;
  1192.     }
  1193.     /**
  1194.      * Gets the public 'App\Controller\Mdm\GetTermsOfUseController' shared autowired service.
  1195.      *
  1196.      * @return \App\Controller\Mdm\GetTermsOfUseController
  1197.      */
  1198.     protected function getGetTermsOfUseControllerService()
  1199.     {
  1200.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1201.         include_once \dirname(__DIR__4).'/src/Controller/Mdm/GetTermsOfUseController.php';
  1202.         $this->services['App\\Controller\\Mdm\\GetTermsOfUseController'] = $instance = new \App\Controller\Mdm\GetTermsOfUseController();
  1203.         $instance->setContainer(($this->privates['.service_locator.rHvgM8T'] ?? $this->get_ServiceLocator_RHvgM8TService())->withContext('App\\Controller\\Mdm\\GetTermsOfUseController'$this));
  1204.         return $instance;
  1205.     }
  1206.     /**
  1207.      * Gets the public 'App\Controller\Mdm\PortalConfigurationController' shared autowired service.
  1208.      *
  1209.      * @return \App\Controller\Mdm\PortalConfigurationController
  1210.      */
  1211.     protected function getPortalConfigurationControllerService()
  1212.     {
  1213.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1214.         include_once \dirname(__DIR__4).'/src/Controller/Mdm/PortalConfigurationController.php';
  1215.         $this->services['App\\Controller\\Mdm\\PortalConfigurationController'] = $instance = new \App\Controller\Mdm\PortalConfigurationController(($this->privates['App\\Manager\\MdmManager'] ?? $this->getMdmManagerService()), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  1216.         $instance->setContainer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1217.             'form.factory' => ['services''.container.private.form.factory''get_Container_Private_Form_FactoryService'false],
  1218.             'http_kernel' => ['services''http_kernel''getHttpKernelService'false],
  1219.             'message_bus' => ['services''messenger.default_bus''getMessenger_DefaultBusService'false],
  1220.             'messenger.default_bus' => ['services''messenger.default_bus''getMessenger_DefaultBusService'false],
  1221.             'parameter_bag' => ['privates''parameter_bag''getParameterBagService'false],
  1222.             'request_stack' => ['services''request_stack''getRequestStackService'false],
  1223.             'router' => ['services''router''getRouterService'false],
  1224.             'security.authorization_checker' => ['services''.container.private.security.authorization_checker''get_Container_Private_Security_AuthorizationCheckerService'false],
  1225.             'security.token_storage' => ['services''.container.private.security.token_storage''get_Container_Private_Security_TokenStorageService'false],
  1226.             'serializer' => ['services''.container.private.serializer''get_Container_Private_SerializerService'false],
  1227.             'session' => ['privates''.session.deprecated''get_Session_DeprecatedService'false],
  1228.             'twig' => ['services''.container.private.twig''get_Container_Private_TwigService'false],
  1229.         ], [
  1230.             'form.factory' => '?',
  1231.             'http_kernel' => '?',
  1232.             'message_bus' => '?',
  1233.             'messenger.default_bus' => '?',
  1234.             'parameter_bag' => '?',
  1235.             'request_stack' => '?',
  1236.             'router' => '?',
  1237.             'security.authorization_checker' => '?',
  1238.             'security.token_storage' => '?',
  1239.             'serializer' => '?',
  1240.             'session' => '.session.deprecated',
  1241.             'twig' => '?',
  1242.         ]))->withContext('App\\Controller\\Mdm\\PortalConfigurationController'$this));
  1243.         return $instance;
  1244.     }
  1245.     /**
  1246.      * Gets the public 'App\Controller\Mdm\PostSiteConfigurationController' shared autowired service.
  1247.      *
  1248.      * @return \App\Controller\Mdm\PostSiteConfigurationController
  1249.      */
  1250.     protected function getPostSiteConfigurationControllerService()
  1251.     {
  1252.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1253.         include_once \dirname(__DIR__4).'/src/Controller/Mdm/PostSiteConfigurationController.php';
  1254.         $this->services['App\\Controller\\Mdm\\PostSiteConfigurationController'] = $instance = new \App\Controller\Mdm\PostSiteConfigurationController();
  1255.         $instance->setContainer(($this->privates['.service_locator.rHvgM8T'] ?? $this->get_ServiceLocator_RHvgM8TService())->withContext('App\\Controller\\Mdm\\PostSiteConfigurationController'$this));
  1256.         return $instance;
  1257.     }
  1258.     /**
  1259.      * Gets the public 'App\Controller\Mdm\PutSiteConfigurationController' shared autowired service.
  1260.      *
  1261.      * @return \App\Controller\Mdm\PutSiteConfigurationController
  1262.      */
  1263.     protected function getPutSiteConfigurationControllerService()
  1264.     {
  1265.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1266.         include_once \dirname(__DIR__4).'/src/Controller/Mdm/PutSiteConfigurationController.php';
  1267.         $this->services['App\\Controller\\Mdm\\PutSiteConfigurationController'] = $instance = new \App\Controller\Mdm\PutSiteConfigurationController();
  1268.         $instance->setContainer(($this->privates['.service_locator.rHvgM8T'] ?? $this->get_ServiceLocator_RHvgM8TService())->withContext('App\\Controller\\Mdm\\PutSiteConfigurationController'$this));
  1269.         return $instance;
  1270.     }
  1271.     /**
  1272.      * Gets the public 'App\Controller\Metabase\MetabaseController' shared autowired service.
  1273.      *
  1274.      * @return \App\Controller\Metabase\MetabaseController
  1275.      */
  1276.     protected function getMetabaseControllerService()
  1277.     {
  1278.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1279.         include_once \dirname(__DIR__4).'/src/Controller/Metabase/MetabaseController.php';
  1280.         $this->services['App\\Controller\\Metabase\\MetabaseController'] = $instance = new \App\Controller\Metabase\MetabaseController(($this->privates['App\\Manager\\MetabaseManager'] ?? $this->getMetabaseManagerService()));
  1281.         $instance->setContainer(($this->privates['.service_locator.rHvgM8T'] ?? $this->get_ServiceLocator_RHvgM8TService())->withContext('App\\Controller\\Metabase\\MetabaseController'$this));
  1282.         return $instance;
  1283.     }
  1284.     /**
  1285.      * Gets the public 'App\Controller\OrganizationController' shared autowired service.
  1286.      *
  1287.      * @return \App\Controller\OrganizationController
  1288.      */
  1289.     protected function getOrganizationControllerService()
  1290.     {
  1291.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1292.         include_once \dirname(__DIR__4).'/src/Controller/OrganizationController.php';
  1293.         $this->services['App\\Controller\\OrganizationController'] = $instance = new \App\Controller\OrganizationController(($this->privates['App\\Manager\\AdminManager'] ?? $this->getAdminManagerService()), ($this->privates['App\\Manager\\OrganizationManager'] ?? $this->getOrganizationManagerService()), ($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService()));
  1294.         $instance->setContainer(($this->privates['.service_locator.rHvgM8T'] ?? $this->get_ServiceLocator_RHvgM8TService())->withContext('App\\Controller\\OrganizationController'$this));
  1295.         return $instance;
  1296.     }
  1297.     /**
  1298.      * Gets the public 'App\Controller\PowerBi\PowerBiController' shared autowired service.
  1299.      *
  1300.      * @return \App\Controller\PowerBi\PowerBiController
  1301.      */
  1302.     protected function getPowerBiControllerService()
  1303.     {
  1304.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1305.         include_once \dirname(__DIR__4).'/src/Controller/PowerBi/PowerBiController.php';
  1306.         $this->services['App\\Controller\\PowerBi\\PowerBiController'] = $instance = new \App\Controller\PowerBi\PowerBiController(($this->privates['App\\Service\\PowerBiService'] ?? $this->getPowerBiServiceService()));
  1307.         $instance->setContainer(($this->privates['.service_locator.rHvgM8T'] ?? $this->get_ServiceLocator_RHvgM8TService())->withContext('App\\Controller\\PowerBi\\PowerBiController'$this));
  1308.         return $instance;
  1309.     }
  1310.     /**
  1311.      * Gets the public 'App\Controller\PowerBi\TrendsController' shared autowired service.
  1312.      *
  1313.      * @return \App\Controller\PowerBi\TrendsController
  1314.      */
  1315.     protected function getTrendsControllerService()
  1316.     {
  1317.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1318.         include_once \dirname(__DIR__4).'/src/Controller/PowerBi/TrendsController.php';
  1319.         $this->services['App\\Controller\\PowerBi\\TrendsController'] = $instance = new \App\Controller\PowerBi\TrendsController(($this->privates['App\\Service\\PowerBiService'] ?? $this->getPowerBiServiceService()), $this->getEnv('AZURE_CLIENT_SECRET'));
  1320.         $instance->setContainer(($this->privates['.service_locator.rHvgM8T'] ?? $this->get_ServiceLocator_RHvgM8TService())->withContext('App\\Controller\\PowerBi\\TrendsController'$this));
  1321.         return $instance;
  1322.     }
  1323.     /**
  1324.      * Gets the public 'App\Controller\PublicConfigurationController' shared autowired service.
  1325.      *
  1326.      * @return \App\Controller\PublicConfigurationController
  1327.      */
  1328.     protected function getPublicConfigurationControllerService()
  1329.     {
  1330.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1331.         include_once \dirname(__DIR__4).'/src/Controller/PublicConfigurationController.php';
  1332.         $this->services['App\\Controller\\PublicConfigurationController'] = $instance = new \App\Controller\PublicConfigurationController(($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  1333.         $instance->setContainer(($this->privates['.service_locator.rHvgM8T'] ?? $this->get_ServiceLocator_RHvgM8TService())->withContext('App\\Controller\\PublicConfigurationController'$this));
  1334.         return $instance;
  1335.     }
  1336.     /**
  1337.      * Gets the public 'App\Controller\PublicSpacePlanner\AttachmentController' shared autowired service.
  1338.      *
  1339.      * @return \App\Controller\PublicSpacePlanner\AttachmentController
  1340.      */
  1341.     protected function getAttachmentController2Service()
  1342.     {
  1343.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1344.         include_once \dirname(__DIR__4).'/src/Controller/PublicSpacePlanner/AttachmentController.php';
  1345.         $this->services['App\\Controller\\PublicSpacePlanner\\AttachmentController'] = $instance = new \App\Controller\PublicSpacePlanner\AttachmentController(($this->privates['App\\Manager\\PublicSpacePlannerManager'] ?? $this->getPublicSpacePlannerManagerService()), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  1346.         $instance->setContainer(($this->privates['.service_locator.rHvgM8T'] ?? $this->get_ServiceLocator_RHvgM8TService())->withContext('App\\Controller\\PublicSpacePlanner\\AttachmentController'$this));
  1347.         return $instance;
  1348.     }
  1349.     /**
  1350.      * Gets the public 'App\Controller\PublicSpacePlanner\CommentController' shared autowired service.
  1351.      *
  1352.      * @return \App\Controller\PublicSpacePlanner\CommentController
  1353.      */
  1354.     protected function getCommentControllerService()
  1355.     {
  1356.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1357.         include_once \dirname(__DIR__4).'/src/Controller/PublicSpacePlanner/CommentController.php';
  1358.         $this->services['App\\Controller\\PublicSpacePlanner\\CommentController'] = $instance = new \App\Controller\PublicSpacePlanner\CommentController(($this->privates['App\\Manager\\PublicSpacePlannerManager'] ?? $this->getPublicSpacePlannerManagerService()));
  1359.         $instance->setContainer(($this->privates['.service_locator.rHvgM8T'] ?? $this->get_ServiceLocator_RHvgM8TService())->withContext('App\\Controller\\PublicSpacePlanner\\CommentController'$this));
  1360.         return $instance;
  1361.     }
  1362.     /**
  1363.      * Gets the public 'App\Controller\PublicSpacePlanner\NatureController' shared autowired service.
  1364.      *
  1365.      * @return \App\Controller\PublicSpacePlanner\NatureController
  1366.      */
  1367.     protected function getNatureControllerService()
  1368.     {
  1369.         include_once \dirname(__DIR__4).'/src/Controller/PublicSpacePlanner/NatureController.php';
  1370.         return $this->services['App\\Controller\\PublicSpacePlanner\\NatureController'] = new \App\Controller\PublicSpacePlanner\NatureController();
  1371.     }
  1372.     /**
  1373.      * Gets the public 'App\Controller\PublicSpacePlanner\PublicWorkController' shared autowired service.
  1374.      *
  1375.      * @return \App\Controller\PublicSpacePlanner\PublicWorkController
  1376.      */
  1377.     protected function getPublicWorkControllerService()
  1378.     {
  1379.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1380.         include_once \dirname(__DIR__4).'/src/Controller/PublicSpacePlanner/PublicWorkController.php';
  1381.         $this->services['App\\Controller\\PublicSpacePlanner\\PublicWorkController'] = $instance = new \App\Controller\PublicSpacePlanner\PublicWorkController(($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()), ($this->privates['App\\Manager\\PublicSpacePlannerManager'] ?? $this->getPublicSpacePlannerManagerService()), ($this->privates['App\\Manager\\ContractManager'] ?? $this->getContractManagerService()), ($this->privates['App\\Manager\\UserManager'] ?? $this->getUserManagerService()), ($this->privates['App\\Manager\\AreaManager'] ?? $this->getAreaManagerService()));
  1382.         $instance->setContainer(($this->privates['.service_locator.rHvgM8T'] ?? $this->get_ServiceLocator_RHvgM8TService())->withContext('App\\Controller\\PublicSpacePlanner\\PublicWorkController'$this));
  1383.         return $instance;
  1384.     }
  1385.     /**
  1386.      * Gets the public 'App\Controller\PublicSpacePlanner\PublicWorkStatusController' shared autowired service.
  1387.      *
  1388.      * @return \App\Controller\PublicSpacePlanner\PublicWorkStatusController
  1389.      */
  1390.     protected function getPublicWorkStatusControllerService()
  1391.     {
  1392.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1393.         include_once \dirname(__DIR__4).'/src/Controller/PublicSpacePlanner/PublicWorkStatusController.php';
  1394.         $this->services['App\\Controller\\PublicSpacePlanner\\PublicWorkStatusController'] = $instance = new \App\Controller\PublicSpacePlanner\PublicWorkStatusController(($this->privates['App\\Manager\\PublicSpacePlannerManager'] ?? $this->getPublicSpacePlannerManagerService()));
  1395.         $instance->setContainer(($this->privates['.service_locator.rHvgM8T'] ?? $this->get_ServiceLocator_RHvgM8TService())->withContext('App\\Controller\\PublicSpacePlanner\\PublicWorkStatusController'$this));
  1396.         return $instance;
  1397.     }
  1398.     /**
  1399.      * Gets the public 'App\Controller\Request\RequestController' shared autowired service.
  1400.      *
  1401.      * @return \App\Controller\Request\RequestController
  1402.      */
  1403.     protected function getRequestControllerService()
  1404.     {
  1405.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1406.         include_once \dirname(__DIR__4).'/src/Controller/Request/RequestController.php';
  1407.         $this->services['App\\Controller\\Request\\RequestController'] = $instance = new \App\Controller\Request\RequestController(($this->privates['App\\Service\\RequestBridgeService'] ?? $this->getRequestBridgeServiceService()), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()), ($this->services['messenger.default_bus'] ?? $this->getMessenger_DefaultBusService()), ($this->privates['App\\Manager\\SignalManager'] ?? $this->getSignalManagerService()), ($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService()), ($this->privates['App\\Manager\\OrganizationManager'] ?? $this->getOrganizationManagerService()), ($this->privates['portail_cache_pool'] ?? $this->getPortailCachePoolService()));
  1408.         $instance->setContainer(($this->privates['.service_locator.rHvgM8T'] ?? $this->get_ServiceLocator_RHvgM8TService())->withContext('App\\Controller\\Request\\RequestController'$this));
  1409.         return $instance;
  1410.     }
  1411.     /**
  1412.      * Gets the public 'App\Controller\Security\FakeSecurityController' shared autowired service.
  1413.      *
  1414.      * @return \App\Controller\Security\FakeSecurityController
  1415.      */
  1416.     protected function getFakeSecurityControllerService()
  1417.     {
  1418.         include_once \dirname(__DIR__4).'/src/Controller/Security/FakeSecurityController.php';
  1419.         return $this->services['App\\Controller\\Security\\FakeSecurityController'] = new \App\Controller\Security\FakeSecurityController();
  1420.     }
  1421.     /**
  1422.      * Gets the public 'App\Controller\Security\SecurityController' shared autowired service.
  1423.      *
  1424.      * @return \App\Controller\Security\SecurityController
  1425.      */
  1426.     protected function getSecurityControllerService()
  1427.     {
  1428.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1429.         include_once \dirname(__DIR__4).'/src/Controller/Security/SecurityController.php';
  1430.         $this->services['App\\Controller\\Security\\SecurityController'] = $instance = new \App\Controller\Security\SecurityController(($this->privates['App\\Manager\\OrganizationManager'] ?? $this->getOrganizationManagerService()));
  1431.         $instance->setContainer(($this->privates['.service_locator.rHvgM8T'] ?? $this->get_ServiceLocator_RHvgM8TService())->withContext('App\\Controller\\Security\\SecurityController'$this));
  1432.         return $instance;
  1433.     }
  1434.     /**
  1435.      * Gets the public 'App\Controller\ServiceController' shared autowired service.
  1436.      *
  1437.      * @return \App\Controller\ServiceController
  1438.      */
  1439.     protected function getServiceControllerService()
  1440.     {
  1441.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1442.         include_once \dirname(__DIR__4).'/src/Controller/ServiceController.php';
  1443.         $this->services['App\\Controller\\ServiceController'] = $instance = new \App\Controller\ServiceController(($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService()), ($this->privates['App\\Manager\\ServiceManager'] ?? $this->getServiceManagerService()), ($this->privates['App\\Manager\\OrganizationManager'] ?? $this->getOrganizationManagerService()));
  1444.         $instance->setContainer(($this->privates['.service_locator.rHvgM8T'] ?? $this->get_ServiceLocator_RHvgM8TService())->withContext('App\\Controller\\ServiceController'$this));
  1445.         return $instance;
  1446.     }
  1447.     /**
  1448.      * Gets the public 'App\Controller\SignalController' shared autowired service.
  1449.      *
  1450.      * @return \App\Controller\SignalController
  1451.      */
  1452.     protected function getSignalControllerService()
  1453.     {
  1454.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1455.         include_once \dirname(__DIR__4).'/src/Controller/SignalController.php';
  1456.         $this->services['App\\Controller\\SignalController'] = $instance = new \App\Controller\SignalController(($this->privates['App\\Manager\\AreaManager'] ?? $this->getAreaManagerService()), ($this->privates['App\\Manager\\ContractManager'] ?? $this->getContractManagerService()), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()), ($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService()), ($this->privates['App\\Manager\\SignalManager'] ?? $this->getSignalManagerService()), ($this->privates['App\\Manager\\UserManager'] ?? $this->getUserManagerService()), ($this->privates['App\\Manager\\OrganizationManager'] ?? $this->getOrganizationManagerService()));
  1457.         $instance->setContainer(($this->privates['.service_locator.rHvgM8T'] ?? $this->get_ServiceLocator_RHvgM8TService())->withContext('App\\Controller\\SignalController'$this));
  1458.         return $instance;
  1459.     }
  1460.     /**
  1461.      * Gets the public 'App\Controller\ThingsBoard\ThingsBoardController' shared autowired service.
  1462.      *
  1463.      * @return \App\Controller\ThingsBoard\ThingsBoardController
  1464.      */
  1465.     protected function getThingsBoardControllerService()
  1466.     {
  1467.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1468.         include_once \dirname(__DIR__4).'/src/Controller/ThingsBoard/ThingsBoardController.php';
  1469.         $this->services['App\\Controller\\ThingsBoard\\ThingsBoardController'] = $instance = new \App\Controller\ThingsBoard\ThingsBoardController(($this->privates['App\\Repository\\ThingsBoardRepository'] ?? $this->getThingsBoardRepositoryService()), ($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService()));
  1470.         $instance->setContainer(($this->privates['.service_locator.rHvgM8T'] ?? $this->get_ServiceLocator_RHvgM8TService())->withContext('App\\Controller\\ThingsBoard\\ThingsBoardController'$this));
  1471.         return $instance;
  1472.     }
  1473.     /**
  1474.      * Gets the public 'App\Controller\UserController' shared autowired service.
  1475.      *
  1476.      * @return \App\Controller\UserController
  1477.      */
  1478.     protected function getUserControllerService()
  1479.     {
  1480.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1481.         include_once \dirname(__DIR__4).'/src/Controller/UserController.php';
  1482.         $this->services['App\\Controller\\UserController'] = $instance = new \App\Controller\UserController(($this->privates['App\\Manager\\AdminManager'] ?? $this->getAdminManagerService()), ($this->privates['App\\Manager\\UserManager'] ?? $this->getUserManagerService()), ($this->privates['App\\Manager\\OrganizationContractServiceManager'] ?? $this->getOrganizationContractServiceManagerService()), ($this->privates['App\\Manager\\OrganizationManager'] ?? $this->getOrganizationManagerService()), ($this->privates['App\\Manager\\ServiceManager'] ?? $this->getServiceManagerService()), ($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService()), ($this->privates['App\\Helper\\Heimdall\\HeimdallHelper'] ?? $this->getHeimdallHelperService()), ($this->privates['App\\Manager\\ApplicationConfigurationManager'] ?? $this->getApplicationConfigurationManagerService()), ($this->privates['App\\Manager\\HeimdallManager'] ?? $this->getHeimdallManagerService()), ($this->privates['security.helper'] ?? $this->getSecurity_HelperService()));
  1483.         $instance->setContainer(($this->privates['.service_locator.rHvgM8T'] ?? $this->get_ServiceLocator_RHvgM8TService())->withContext('App\\Controller\\UserController'$this));
  1484.         return $instance;
  1485.     }
  1486.     /**
  1487.      * Gets the public 'App\Controller\Vdm\HydrometryController' shared autowired service.
  1488.      *
  1489.      * @return \App\Controller\Vdm\HydrometryController
  1490.      */
  1491.     protected function getHydrometryControllerService()
  1492.     {
  1493.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1494.         include_once \dirname(__DIR__4).'/src/Controller/Vdm/HydrometryController.php';
  1495.         $this->services['App\\Controller\\Vdm\\HydrometryController'] = $instance = new \App\Controller\Vdm\HydrometryController();
  1496.         $instance->setContainer(($this->privates['.service_locator.rHvgM8T'] ?? $this->get_ServiceLocator_RHvgM8TService())->withContext('App\\Controller\\Vdm\\HydrometryController'$this));
  1497.         return $instance;
  1498.     }
  1499.     /**
  1500.      * Gets the public 'App\Controller\Vdm\InterventionController' shared autowired service.
  1501.      *
  1502.      * @return \App\Controller\Vdm\InterventionController
  1503.      */
  1504.     protected function getInterventionControllerService()
  1505.     {
  1506.         include_once \dirname(__DIR__4).'/src/Controller/Vdm/InterventionController.php';
  1507.         return $this->services['App\\Controller\\Vdm\\InterventionController'] = new \App\Controller\Vdm\InterventionController();
  1508.     }
  1509.     /**
  1510.      * Gets the public 'App\Controller\Vdm\InterventionCountController' shared autowired service.
  1511.      *
  1512.      * @return \App\Controller\Vdm\InterventionCountController
  1513.      */
  1514.     protected function getInterventionCountControllerService()
  1515.     {
  1516.         include_once \dirname(__DIR__4).'/src/Controller/Vdm/InterventionCountController.php';
  1517.         return $this->services['App\\Controller\\Vdm\\InterventionCountController'] = new \App\Controller\Vdm\InterventionCountController();
  1518.     }
  1519.     /**
  1520.      * Gets the public 'App\Controller\Vdm\WaterCycleController' shared autowired service.
  1521.      *
  1522.      * @return \App\Controller\Vdm\WaterCycleController
  1523.      */
  1524.     protected function getWaterCycleControllerService()
  1525.     {
  1526.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1527.         include_once \dirname(__DIR__4).'/src/Controller/Vdm/WaterCycleController.php';
  1528.         $this->services['App\\Controller\\Vdm\\WaterCycleController'] = $instance = new \App\Controller\Vdm\WaterCycleController();
  1529.         $instance->setContainer(($this->privates['.service_locator.rHvgM8T'] ?? $this->get_ServiceLocator_RHvgM8TService())->withContext('App\\Controller\\Vdm\\WaterCycleController'$this));
  1530.         return $instance;
  1531.     }
  1532.     /**
  1533.      * Gets the public 'App\Controller\Vdm\WaterQualityController' shared autowired service.
  1534.      *
  1535.      * @return \App\Controller\Vdm\WaterQualityController
  1536.      */
  1537.     protected function getWaterQualityControllerService()
  1538.     {
  1539.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1540.         include_once \dirname(__DIR__4).'/src/Controller/Vdm/WaterQualityController.php';
  1541.         $this->services['App\\Controller\\Vdm\\WaterQualityController'] = $instance = new \App\Controller\Vdm\WaterQualityController();
  1542.         $instance->setContainer(($this->privates['.service_locator.rHvgM8T'] ?? $this->get_ServiceLocator_RHvgM8TService())->withContext('App\\Controller\\Vdm\\WaterQualityController'$this));
  1543.         return $instance;
  1544.     }
  1545.     /**
  1546.      * Gets the public 'App\Controller\Vdm\WeatherController' shared autowired service.
  1547.      *
  1548.      * @return \App\Controller\Vdm\WeatherController
  1549.      */
  1550.     protected function getWeatherControllerService()
  1551.     {
  1552.         include_once \dirname(__DIR__4).'/src/Controller/Vdm/WeatherController.php';
  1553.         return $this->services['App\\Controller\\Vdm\\WeatherController'] = new \App\Controller\Vdm\WeatherController(($this->privates['App\\Manager\\VdmManager'] ?? $this->getVdmManagerService()), ($this->privates['App\\Manager\\ContractManager'] ?? $this->getContractManagerService()), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  1554.     }
  1555.     /**
  1556.      * Gets the public 'App\Testing\TestingController' shared autowired service.
  1557.      *
  1558.      * @return \App\Testing\TestingController
  1559.      */
  1560.     protected function getTestingControllerService()
  1561.     {
  1562.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1563.         include_once \dirname(__DIR__4).'/src/Testing/TestingController.php';
  1564.         $this->services['App\\Testing\\TestingController'] = $instance = new \App\Testing\TestingController();
  1565.         $instance->setContainer(($this->privates['.service_locator.rHvgM8T'] ?? $this->get_ServiceLocator_RHvgM8TService())->withContext('App\\Testing\\TestingController'$this));
  1566.         return $instance;
  1567.     }
  1568.     /**
  1569.      * Gets the public 'Hslavich\OneloginSamlBundle\Controller\SamlController' shared autowired service.
  1570.      *
  1571.      * @return \Hslavich\OneloginSamlBundle\Controller\SamlController
  1572.      */
  1573.     protected function getSamlControllerService()
  1574.     {
  1575.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1576.         include_once \dirname(__DIR__4).'/vendor/hslavich/oneloginsaml-bundle/Controller/SamlController.php';
  1577.         $this->services['Hslavich\\OneloginSamlBundle\\Controller\\SamlController'] = $instance = new \Hslavich\OneloginSamlBundle\Controller\SamlController(($this->services['Hslavich\\OneloginSamlBundle\\DependencyInjection\\Security\\Saml2\\Auth'] ?? $this->getAuthService()));
  1578.         $instance->setContainer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1579.             'form.factory' => ['services''.container.private.form.factory''get_Container_Private_Form_FactoryService'false],
  1580.             'http_kernel' => ['services''http_kernel''getHttpKernelService'false],
  1581.             'message_bus' => ['services''messenger.default_bus''getMessenger_DefaultBusService'false],
  1582.             'messenger.default_bus' => ['services''messenger.default_bus''getMessenger_DefaultBusService'false],
  1583.             'parameter_bag' => ['privates''parameter_bag''getParameterBagService'false],
  1584.             'request_stack' => ['services''request_stack''getRequestStackService'false],
  1585.             'router' => ['services''router''getRouterService'false],
  1586.             'security.authorization_checker' => ['services''.container.private.security.authorization_checker''get_Container_Private_Security_AuthorizationCheckerService'false],
  1587.             'security.token_storage' => ['services''.container.private.security.token_storage''get_Container_Private_Security_TokenStorageService'false],
  1588.             'serializer' => ['services''.container.private.serializer''get_Container_Private_SerializerService'false],
  1589.             'session' => ['privates''.session.deprecated''get_Session_DeprecatedService'false],
  1590.             'twig' => ['services''.container.private.twig''get_Container_Private_TwigService'false],
  1591.         ], [
  1592.             'form.factory' => '?',
  1593.             'http_kernel' => '?',
  1594.             'message_bus' => '?',
  1595.             'messenger.default_bus' => '?',
  1596.             'parameter_bag' => '?',
  1597.             'request_stack' => '?',
  1598.             'router' => '?',
  1599.             'security.authorization_checker' => '?',
  1600.             'security.token_storage' => '?',
  1601.             'serializer' => '?',
  1602.             'session' => '.session.deprecated',
  1603.             'twig' => '?',
  1604.         ]))->withContext('Hslavich\\OneloginSamlBundle\\Controller\\SamlController'$this));
  1605.         return $instance;
  1606.     }
  1607.     /**
  1608.      * Gets the public 'Hslavich\OneloginSamlBundle\DependencyInjection\Security\Saml2\Auth' shared autowired service.
  1609.      *
  1610.      * @return \App\Security\Authentication\Saml2Auth
  1611.      */
  1612.     protected function getAuthService()
  1613.     {
  1614.         include_once \dirname(__DIR__4).'/vendor/onelogin/php-saml/src/Saml2/Auth.php';
  1615.         include_once \dirname(__DIR__4).'/vendor/hslavich/oneloginsaml-bundle/DependencyInjection/Security/Saml2/Auth.php';
  1616.         include_once \dirname(__DIR__4).'/src/Security/Authentication/Saml2Auth.php';
  1617.         return $this->services['Hslavich\\OneloginSamlBundle\\DependencyInjection\\Security\\Saml2\\Auth'] = new \App\Security\Authentication\Saml2Auth($this->getParameter('hslavich_onelogin_saml.settings'), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), NULL, ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  1618.     }
  1619.     /**
  1620.      * Gets the public 'Symfony\Bundle\FrameworkBundle\Controller\RedirectController' shared service.
  1621.      *
  1622.      * @return \Symfony\Bundle\FrameworkBundle\Controller\RedirectController
  1623.      */
  1624.     protected function getRedirectControllerService()
  1625.     {
  1626.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/RedirectController.php';
  1627.         $a = ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService());
  1628.         return $this->services['Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController'] = new \Symfony\Bundle\FrameworkBundle\Controller\RedirectController(($this->services['router'] ?? $this->getRouterService()), $a->getHttpPort(), $a->getHttpsPort());
  1629.     }
  1630.     /**
  1631.      * Gets the public 'Symfony\Bundle\FrameworkBundle\Controller\TemplateController' shared service.
  1632.      *
  1633.      * @return \Symfony\Bundle\FrameworkBundle\Controller\TemplateController
  1634.      */
  1635.     protected function getTemplateControllerService()
  1636.     {
  1637.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/TemplateController.php';
  1638.         return $this->services['Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController'] = new \Symfony\Bundle\FrameworkBundle\Controller\TemplateController(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  1639.     }
  1640.     /**
  1641.      * Gets the public 'cache.app' shared service.
  1642.      *
  1643.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1644.      */
  1645.     protected function getCache_AppService()
  1646.     {
  1647.         $a = new \Symfony\Component\Cache\Adapter\FilesystemAdapter('gr2K8JMdTN'0, ($this->targetDir.''.'/pools/app'), ($this->privates['cache.default_marshaller'] ?? ($this->privates['cache.default_marshaller'] = new \Symfony\Component\Cache\Marshaller\DefaultMarshaller(NULLtrue))));
  1648.         $a->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  1649.         return $this->services['cache.app'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter($a);
  1650.     }
  1651.     /**
  1652.      * Gets the public 'cache.app_clearer' shared service.
  1653.      *
  1654.      * @return \Symfony\Component\HttpKernel\CacheClearer\Psr6CacheClearer
  1655.      */
  1656.     protected function getCache_AppClearerService()
  1657.     {
  1658.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/CacheClearerInterface.php';
  1659.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/Psr6CacheClearer.php';
  1660.         return $this->services['cache.app_clearer'] = new \Symfony\Component\HttpKernel\CacheClearer\Psr6CacheClearer(['cache.app' => ($this->services['cache.app'] ?? $this->getCache_AppService()), 'cache.messenger.restart_workers_signal' => ($this->privates['cache.messenger.restart_workers_signal'] ?? $this->getCache_Messenger_RestartWorkersSignalService()), 'portail_cache_pool' => ($this->privates['.portail_cache_pool.inner'] ?? $this->get_PortailCachePool_InnerService())]);
  1661.     }
  1662.     /**
  1663.      * Gets the public 'cache.global_clearer' shared service.
  1664.      *
  1665.      * @return \Symfony\Component\HttpKernel\CacheClearer\Psr6CacheClearer
  1666.      */
  1667.     protected function getCache_GlobalClearerService()
  1668.     {
  1669.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/CacheClearerInterface.php';
  1670.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/Psr6CacheClearer.php';
  1671.         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.messenger.restart_workers_signal' => ($this->privates['cache.messenger.restart_workers_signal'] ?? $this->getCache_Messenger_RestartWorkersSignalService()), 'portail_cache_pool' => ($this->privates['.portail_cache_pool.inner'] ?? $this->get_PortailCachePool_InnerService()), 'cache.validator_expression_language' => ($this->services['cache.validator_expression_language'] ?? $this->getCache_ValidatorExpressionLanguageService()), 'cache.security_expression_language' => ($this->privates['cache.security_expression_language'] ?? $this->getCache_SecurityExpressionLanguageService())]);
  1672.     }
  1673.     /**
  1674.      * Gets the public 'cache.system' shared service.
  1675.      *
  1676.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1677.      */
  1678.     protected function getCache_SystemService()
  1679.     {
  1680.         return $this->services['cache.system'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('YQ2ZZNIZbW'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  1681.     }
  1682.     /**
  1683.      * Gets the public 'cache.system_clearer' shared service.
  1684.      *
  1685.      * @return \Symfony\Component\HttpKernel\CacheClearer\Psr6CacheClearer
  1686.      */
  1687.     protected function getCache_SystemClearerService()
  1688.     {
  1689.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/CacheClearerInterface.php';
  1690.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/Psr6CacheClearer.php';
  1691.         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.validator_expression_language' => ($this->services['cache.validator_expression_language'] ?? $this->getCache_ValidatorExpressionLanguageService()), 'cache.security_expression_language' => ($this->privates['cache.security_expression_language'] ?? $this->getCache_SecurityExpressionLanguageService())]);
  1692.     }
  1693.     /**
  1694.      * Gets the public 'cache.validator_expression_language' shared service.
  1695.      *
  1696.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1697.      */
  1698.     protected function getCache_ValidatorExpressionLanguageService()
  1699.     {
  1700.         return $this->services['cache.validator_expression_language'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('wbVwo+lHSA'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  1701.     }
  1702.     /**
  1703.      * Gets the public 'cache_warmer' shared service.
  1704.      *
  1705.      * @return \Symfony\Component\HttpKernel\CacheWarmer\CacheWarmerAggregate
  1706.      */
  1707.     protected function getCacheWarmerService()
  1708.     {
  1709.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  1710.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerAggregate.php';
  1711.         return $this->services['cache_warmer'] = new \Symfony\Component\HttpKernel\CacheWarmer\CacheWarmerAggregate(new RewindableGenerator(function () {
  1712.             yield => ($this->privates['cache_pool_clearer.cache_warmer'] ?? $this->getCachePoolClearer_CacheWarmerService());
  1713.             yield => ($this->privates['config_builder.warmer'] ?? $this->getConfigBuilder_WarmerService());
  1714.             yield => ($this->privates['translation.warmer'] ?? $this->getTranslation_WarmerService());
  1715.             yield => ($this->privates['router.cache_warmer'] ?? $this->getRouter_CacheWarmerService());
  1716.             yield => ($this->privates['annotations.cache_warmer'] ?? $this->getAnnotations_CacheWarmerService());
  1717.             yield => ($this->privates['serializer.mapping.cache_warmer'] ?? $this->getSerializer_Mapping_CacheWarmerService());
  1718.             yield => ($this->privates['validator.mapping.cache_warmer'] ?? $this->getValidator_Mapping_CacheWarmerService());
  1719.             yield => ($this->privates['twig.template_cache_warmer'] ?? $this->getTwig_TemplateCacheWarmerService());
  1720.         }, 8), true, ($this->targetDir.''.'/App_KernelIntDebugContainerDeprecations.log'));
  1721.     }
  1722.     /**
  1723.      * Gets the public 'console.command_loader' shared service.
  1724.      *
  1725.      * @return \Symfony\Component\Console\CommandLoader\ContainerCommandLoader
  1726.      */
  1727.     protected function getConsole_CommandLoaderService()
  1728.     {
  1729.         include_once \dirname(__DIR__4).'/vendor/symfony/console/CommandLoader/CommandLoaderInterface.php';
  1730.         include_once \dirname(__DIR__4).'/vendor/symfony/console/CommandLoader/ContainerCommandLoader.php';
  1731.         return $this->services['console.command_loader'] = new \Symfony\Component\Console\CommandLoader\ContainerCommandLoader(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1732.             'App\\Command\\Geoserver\\TestGeoserverCreationCommand' => ['privates''App\\Command\\Geoserver\\TestGeoserverCreationCommand''getTestGeoserverCreationCommandService'false],
  1733.             'App\\Command\\Geoserver\\TestGeoserverRemoteCreationCommand' => ['privates''App\\Command\\Geoserver\\TestGeoserverRemoteCreationCommand''getTestGeoserverRemoteCreationCommandService'false],
  1734.             'App\\Command\\UserGenerateCommand' => ['privates''.App\\Command\\UserGenerateCommand.lazy''getUserGenerateCommand_LazyService'false],
  1735.             'console.command.about' => ['privates''.console.command.about.lazy''get_Console_Command_About_LazyService'false],
  1736.             'console.command.assets_install' => ['privates''.console.command.assets_install.lazy''get_Console_Command_AssetsInstall_LazyService'false],
  1737.             'console.command.cache_clear' => ['privates''.console.command.cache_clear.lazy''get_Console_Command_CacheClear_LazyService'false],
  1738.             'console.command.cache_pool_clear' => ['privates''.console.command.cache_pool_clear.lazy''get_Console_Command_CachePoolClear_LazyService'false],
  1739.             'console.command.cache_pool_prune' => ['privates''.console.command.cache_pool_prune.lazy''get_Console_Command_CachePoolPrune_LazyService'false],
  1740.             'console.command.cache_pool_delete' => ['privates''.console.command.cache_pool_delete.lazy''get_Console_Command_CachePoolDelete_LazyService'false],
  1741.             'console.command.cache_pool_list' => ['privates''.console.command.cache_pool_list.lazy''get_Console_Command_CachePoolList_LazyService'false],
  1742.             'console.command.cache_warmup' => ['privates''.console.command.cache_warmup.lazy''get_Console_Command_CacheWarmup_LazyService'false],
  1743.             'console.command.config_debug' => ['privates''.console.command.config_debug.lazy''get_Console_Command_ConfigDebug_LazyService'false],
  1744.             'console.command.config_dump_reference' => ['privates''.console.command.config_dump_reference.lazy''get_Console_Command_ConfigDumpReference_LazyService'false],
  1745.             'console.command.container_debug' => ['privates''.console.command.container_debug.lazy''get_Console_Command_ContainerDebug_LazyService'false],
  1746.             'console.command.container_lint' => ['privates''.console.command.container_lint.lazy''get_Console_Command_ContainerLint_LazyService'false],
  1747.             'console.command.debug_autowiring' => ['privates''.console.command.debug_autowiring.lazy''get_Console_Command_DebugAutowiring_LazyService'false],
  1748.             'console.command.dotenv_debug' => ['privates''.console.command.dotenv_debug.lazy''get_Console_Command_DotenvDebug_LazyService'false],
  1749.             'console.command.event_dispatcher_debug' => ['privates''.console.command.event_dispatcher_debug.lazy''get_Console_Command_EventDispatcherDebug_LazyService'false],
  1750.             'console.command.messenger_consume_messages' => ['privates''.console.command.messenger_consume_messages.lazy''get_Console_Command_MessengerConsumeMessages_LazyService'false],
  1751.             'console.command.messenger_setup_transports' => ['privates''.console.command.messenger_setup_transports.lazy''get_Console_Command_MessengerSetupTransports_LazyService'false],
  1752.             'console.command.messenger_debug' => ['privates''.console.command.messenger_debug.lazy''get_Console_Command_MessengerDebug_LazyService'false],
  1753.             'console.command.messenger_stop_workers' => ['privates''.console.command.messenger_stop_workers.lazy''get_Console_Command_MessengerStopWorkers_LazyService'false],
  1754.             'console.command.router_debug' => ['privates''.console.command.router_debug.lazy''get_Console_Command_RouterDebug_LazyService'false],
  1755.             'console.command.router_match' => ['privates''.console.command.router_match.lazy''get_Console_Command_RouterMatch_LazyService'false],
  1756.             'console.command.translation_debug' => ['privates''.console.command.translation_debug.lazy''get_Console_Command_TranslationDebug_LazyService'false],
  1757.             'console.command.translation_extract' => ['privates''.console.command.translation_extract.lazy''get_Console_Command_TranslationExtract_LazyService'false],
  1758.             'console.command.validator_debug' => ['privates''.console.command.validator_debug.lazy''get_Console_Command_ValidatorDebug_LazyService'false],
  1759.             'console.command.translation_pull' => ['privates''.console.command.translation_pull.lazy''get_Console_Command_TranslationPull_LazyService'false],
  1760.             'console.command.translation_push' => ['privates''.console.command.translation_push.lazy''get_Console_Command_TranslationPush_LazyService'false],
  1761.             'console.command.xliff_lint' => ['privates''.console.command.xliff_lint.lazy''get_Console_Command_XliffLint_LazyService'false],
  1762.             'console.command.yaml_lint' => ['privates''.console.command.yaml_lint.lazy''get_Console_Command_YamlLint_LazyService'false],
  1763.             'console.command.form_debug' => ['privates''.console.command.form_debug.lazy''get_Console_Command_FormDebug_LazyService'false],
  1764.             'console.command.secrets_set' => ['privates''.console.command.secrets_set.lazy''get_Console_Command_SecretsSet_LazyService'false],
  1765.             'console.command.secrets_remove' => ['privates''.console.command.secrets_remove.lazy''get_Console_Command_SecretsRemove_LazyService'false],
  1766.             'console.command.secrets_generate_key' => ['privates''.console.command.secrets_generate_key.lazy''get_Console_Command_SecretsGenerateKey_LazyService'false],
  1767.             'console.command.secrets_list' => ['privates''.console.command.secrets_list.lazy''get_Console_Command_SecretsList_LazyService'false],
  1768.             'console.command.secrets_decrypt_to_local' => ['privates''.console.command.secrets_decrypt_to_local.lazy''get_Console_Command_SecretsDecryptToLocal_LazyService'false],
  1769.             'console.command.secrets_encrypt_from_local' => ['privates''.console.command.secrets_encrypt_from_local.lazy''get_Console_Command_SecretsEncryptFromLocal_LazyService'false],
  1770.             'security.command.debug_firewall' => ['privates''.security.command.debug_firewall.lazy''get_Security_Command_DebugFirewall_LazyService'false],
  1771.             'security.command.user_password_encoder' => ['privates''.security.command.user_password_encoder.lazy''get_Security_Command_UserPasswordEncoder_LazyService'false],
  1772.             'security.command.user_password_hash' => ['privates''.security.command.user_password_hash.lazy''get_Security_Command_UserPasswordHash_LazyService'false],
  1773.             'lexik_jwt_authentication.check_config_command' => ['privates''lexik_jwt_authentication.check_config_command''getLexikJwtAuthentication_CheckConfigCommandService'false],
  1774.             'lexik_jwt_authentication.migrate_config_command' => ['privates''lexik_jwt_authentication.migrate_config_command''getLexikJwtAuthentication_MigrateConfigCommandService'false],
  1775.             'lexik_jwt_authentication.enable_encryption_config_command' => ['privates''lexik_jwt_authentication.enable_encryption_config_command''getLexikJwtAuthentication_EnableEncryptionConfigCommandService'false],
  1776.             'lexik_jwt_authentication.generate_token_command' => ['services''lexik_jwt_authentication.generate_token_command''getLexikJwtAuthentication_GenerateTokenCommandService'false],
  1777.             'lexik_jwt_authentication.generate_keypair_command' => ['privates''lexik_jwt_authentication.generate_keypair_command''getLexikJwtAuthentication_GenerateKeypairCommandService'false],
  1778.             'twig.command.debug' => ['privates''.twig.command.debug.lazy''get_Twig_Command_Debug_LazyService'false],
  1779.             'twig.command.lint' => ['privates''.twig.command.lint.lazy''get_Twig_Command_Lint_LazyService'false],
  1780.             'Vdm\\Bundle\\LibraryBundle\\Command\\CollectMessagesCommand' => ['privates''Vdm\\Bundle\\LibraryBundle\\Command\\CollectMessagesCommand''getCollectMessagesCommandService'false],
  1781.             'Vdm\\Bundle\\LibraryBundle\\Command\\ConsumeMessagesCommand' => ['privates''Vdm\\Bundle\\LibraryBundle\\Command\\ConsumeMessagesCommand''getConsumeMessagesCommandService'false],
  1782.         ], [
  1783.             'App\\Command\\Geoserver\\TestGeoserverCreationCommand' => 'App\\Command\\Geoserver\\TestGeoserverCreationCommand',
  1784.             'App\\Command\\Geoserver\\TestGeoserverRemoteCreationCommand' => 'App\\Command\\Geoserver\\TestGeoserverRemoteCreationCommand',
  1785.             'App\\Command\\UserGenerateCommand' => '?',
  1786.             'console.command.about' => '?',
  1787.             'console.command.assets_install' => '?',
  1788.             'console.command.cache_clear' => '?',
  1789.             'console.command.cache_pool_clear' => '?',
  1790.             'console.command.cache_pool_prune' => '?',
  1791.             'console.command.cache_pool_delete' => '?',
  1792.             'console.command.cache_pool_list' => '?',
  1793.             'console.command.cache_warmup' => '?',
  1794.             'console.command.config_debug' => '?',
  1795.             'console.command.config_dump_reference' => '?',
  1796.             'console.command.container_debug' => '?',
  1797.             'console.command.container_lint' => '?',
  1798.             'console.command.debug_autowiring' => '?',
  1799.             'console.command.dotenv_debug' => '?',
  1800.             'console.command.event_dispatcher_debug' => '?',
  1801.             'console.command.messenger_consume_messages' => '?',
  1802.             'console.command.messenger_setup_transports' => '?',
  1803.             'console.command.messenger_debug' => '?',
  1804.             'console.command.messenger_stop_workers' => '?',
  1805.             'console.command.router_debug' => '?',
  1806.             'console.command.router_match' => '?',
  1807.             'console.command.translation_debug' => '?',
  1808.             'console.command.translation_extract' => '?',
  1809.             'console.command.validator_debug' => '?',
  1810.             'console.command.translation_pull' => '?',
  1811.             'console.command.translation_push' => '?',
  1812.             'console.command.xliff_lint' => '?',
  1813.             'console.command.yaml_lint' => '?',
  1814.             'console.command.form_debug' => '?',
  1815.             'console.command.secrets_set' => '?',
  1816.             'console.command.secrets_remove' => '?',
  1817.             'console.command.secrets_generate_key' => '?',
  1818.             'console.command.secrets_list' => '?',
  1819.             'console.command.secrets_decrypt_to_local' => '?',
  1820.             'console.command.secrets_encrypt_from_local' => '?',
  1821.             'security.command.debug_firewall' => '?',
  1822.             'security.command.user_password_encoder' => '?',
  1823.             'security.command.user_password_hash' => '?',
  1824.             'lexik_jwt_authentication.check_config_command' => 'Lexik\\Bundle\\JWTAuthenticationBundle\\Command\\CheckConfigCommand',
  1825.             'lexik_jwt_authentication.migrate_config_command' => 'Lexik\\Bundle\\JWTAuthenticationBundle\\Command\\MigrateConfigCommand',
  1826.             'lexik_jwt_authentication.enable_encryption_config_command' => 'Lexik\\Bundle\\JWTAuthenticationBundle\\Command\\EnableEncryptionConfigCommand',
  1827.             'lexik_jwt_authentication.generate_token_command' => 'Lexik\\Bundle\\JWTAuthenticationBundle\\Command\\GenerateTokenCommand',
  1828.             'lexik_jwt_authentication.generate_keypair_command' => 'Lexik\\Bundle\\JWTAuthenticationBundle\\Command\\GenerateKeyPairCommand',
  1829.             'twig.command.debug' => '?',
  1830.             'twig.command.lint' => '?',
  1831.             'Vdm\\Bundle\\LibraryBundle\\Command\\CollectMessagesCommand' => 'Vdm\\Bundle\\LibraryBundle\\Command\\CollectMessagesCommand',
  1832.             'Vdm\\Bundle\\LibraryBundle\\Command\\ConsumeMessagesCommand' => 'Vdm\\Bundle\\LibraryBundle\\Command\\ConsumeMessagesCommand',
  1833.         ]), ['action-test:geoserver:create' => 'App\\Command\\Geoserver\\TestGeoserverCreationCommand''remote-action-test:geoserver:create' => 'App\\Command\\Geoserver\\TestGeoserverRemoteCreationCommand''app:user:generate-token' => 'App\\Command\\UserGenerateCommand''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:dotenv' => 'console.command.dotenv_debug''debug:event-dispatcher' => 'console.command.event_dispatcher_debug''messenger:consume' => 'console.command.messenger_consume_messages''messenger:setup-transports' => 'console.command.messenger_setup_transports''debug:messenger' => 'console.command.messenger_debug''messenger:stop-workers' => 'console.command.messenger_stop_workers''debug:router' => 'console.command.router_debug''router:match' => 'console.command.router_match''debug:translation' => 'console.command.translation_debug''translation:extract' => 'console.command.translation_extract''translation:update' => 'console.command.translation_extract''debug:validator' => 'console.command.validator_debug''translation:pull' => 'console.command.translation_pull''translation:push' => 'console.command.translation_push''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''debug:firewall' => 'security.command.debug_firewall''security:encode-password' => 'security.command.user_password_encoder''security:hash-password' => 'security.command.user_password_hash''lexik:jwt:check-config' => 'lexik_jwt_authentication.check_config_command''lexik:jwt:migrate-config' => 'lexik_jwt_authentication.migrate_config_command''lexik:jwt:enable-encryption' => 'lexik_jwt_authentication.enable_encryption_config_command''lexik:jwt:generate-token' => 'lexik_jwt_authentication.generate_token_command''lexik:jwt:generate-keypair' => 'lexik_jwt_authentication.generate_keypair_command''debug:twig' => 'twig.command.debug''lint:twig' => 'twig.command.lint''vdm:collect' => 'Vdm\\Bundle\\LibraryBundle\\Command\\CollectMessagesCommand''vdm:consume' => 'Vdm\\Bundle\\LibraryBundle\\Command\\ConsumeMessagesCommand']);
  1834.     }
  1835.     /**
  1836.      * Gets the public 'container.env_var_processors_locator' shared service.
  1837.      *
  1838.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  1839.      */
  1840.     protected function getContainer_EnvVarProcessorsLocatorService()
  1841.     {
  1842.         return $this->services['container.env_var_processors_locator'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1843.             'base64' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1844.             'bool' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1845.             'const' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1846.             'csv' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1847.             'default' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1848.             'file' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1849.             'float' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1850.             'int' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1851.             'json' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1852.             'key' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1853.             'not' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1854.             'query_string' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1855.             'require' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1856.             'resolve' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1857.             'string' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1858.             'trim' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1859.             'url' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1860.         ], [
  1861.             'base64' => '?',
  1862.             'bool' => '?',
  1863.             'const' => '?',
  1864.             'csv' => '?',
  1865.             'default' => '?',
  1866.             'file' => '?',
  1867.             'float' => '?',
  1868.             'int' => '?',
  1869.             'json' => '?',
  1870.             'key' => '?',
  1871.             'not' => '?',
  1872.             'query_string' => '?',
  1873.             'require' => '?',
  1874.             'resolve' => '?',
  1875.             'string' => '?',
  1876.             'trim' => '?',
  1877.             'url' => '?',
  1878.         ]);
  1879.     }
  1880.     /**
  1881.      * Gets the public 'error_controller' shared service.
  1882.      *
  1883.      * @return \Symfony\Component\HttpKernel\Controller\ErrorController
  1884.      */
  1885.     protected function getErrorControllerService()
  1886.     {
  1887.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ErrorController.php';
  1888.         include_once \dirname(__DIR__4).'/vendor/symfony/error-handler/ErrorRenderer/ErrorRendererInterface.php';
  1889.         include_once \dirname(__DIR__4).'/vendor/symfony/error-handler/ErrorRenderer/SerializerErrorRenderer.php';
  1890.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/ErrorRenderer/TwigErrorRenderer.php';
  1891.         include_once \dirname(__DIR__4).'/vendor/symfony/error-handler/ErrorRenderer/HtmlErrorRenderer.php';
  1892.         $a = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  1893.         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['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService()), \Symfony\Component\ErrorHandler\ErrorRenderer\SerializerErrorRenderer::getPreferredFormat($a), new \Symfony\Bridge\Twig\ErrorRenderer\TwigErrorRenderer(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()), ($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)));
  1894.     }
  1895.     /**
  1896.      * Gets the public 'event_dispatcher' shared service.
  1897.      *
  1898.      * @return \Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher
  1899.      */
  1900.     protected function getEventDispatcherService()
  1901.     {
  1902.         $a = new \Symfony\Bridge\Monolog\Logger('event');
  1903.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1904.         $a->pushHandler(($this->privates['monolog.handler.stderr_errors'] ?? $this->getMonolog_Handler_StderrErrorsService()));
  1905.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  1906.         $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())));
  1907.         $instance->addListener('lexik_jwt_authentication.on_jwt_created', [=> function () {
  1908.             return ($this->privates['App\\Listener\\JWTListener'] ?? $this->getJWTListenerService());
  1909.         }, => 'onJWTCreated'], 0);
  1910.         $instance->addListener('kernel.controller', [=> function () {
  1911.             return ($this->privates['data_collector.router'] ?? ($this->privates['data_collector.router'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector()));
  1912.         }, => 'onKernelController'], 0);
  1913.         $instance->addListener('Hslavich\\OneloginSamlBundle\\Event\\UserCreatedEvent', [=> function () {
  1914.             return ($this->privates['hslavich_onelogin_saml.user_created_listener.main'] ?? ($this->privates['hslavich_onelogin_saml.user_created_listener.main'] = new \Hslavich\OneloginSamlBundle\EventListener\User\UserCreatedListener(NULLfalse)));
  1915.         }, => '__invoke'], 0);
  1916.         $instance->addListener('Hslavich\\OneloginSamlBundle\\Event\\UserModifiedEvent', [=> function () {
  1917.             return ($this->privates['hslavich_onelogin_saml.user_modified_listener.main'] ?? ($this->privates['hslavich_onelogin_saml.user_modified_listener.main'] = new \Hslavich\OneloginSamlBundle\EventListener\User\UserModifiedListener(NULLfalse)));
  1918.         }, => '__invoke'], 0);
  1919.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  1920.             return ($this->privates['Hslavich\\OneloginSamlBundle\\EventListener\\Security\\SamlLogoutListener'] ?? $this->getSamlLogoutListenerService());
  1921.         }, => '__invoke'], 0);
  1922.         $instance->addListener('kernel.request', [=> function () {
  1923.             return ($this->privates['nelmio_cors.cors_listener'] ?? $this->getNelmioCors_CorsListenerService());
  1924.         }, => 'onKernelRequest'], 250);
  1925.         $instance->addListener('kernel.response', [=> function () {
  1926.             return ($this->privates['nelmio_cors.cors_listener'] ?? $this->getNelmioCors_CorsListenerService());
  1927.         }, => 'onKernelResponse'], 0);
  1928.         $instance->addListener('kernel.response', [=> function () {
  1929.             return ($this->privates['nelmio_cors.cacheable_response_vary_listener'] ?? ($this->privates['nelmio_cors.cacheable_response_vary_listener'] = new \Nelmio\CorsBundle\EventListener\CacheableResponseVaryListener()));
  1930.         }, => 'onResponse'], -10);
  1931.         $instance->addListener('create.applicationConfiguration', [=> function () {
  1932.             return ($this->privates['App\\EventSubscriber\\ApplicationConfigurationSubscriber'] ?? $this->getApplicationConfigurationSubscriberService());
  1933.         }, => 'onCreateApplicationConfiguration'], 0);
  1934.         $instance->addListener('update.organization', [=> function () {
  1935.             return ($this->privates['App\\EventSubscriber\\InvalidateCacheSubscriber'] ?? $this->getInvalidateCacheSubscriberService());
  1936.         }, => 'onUpdateOrganization'], 0);
  1937.         $instance->addListener('delete.organization', [=> function () {
  1938.             return ($this->privates['App\\EventSubscriber\\InvalidateCacheSubscriber'] ?? $this->getInvalidateCacheSubscriberService());
  1939.         }, => 'onDeleteOrganization'], 0);
  1940.         $instance->addListener('update.contract', [=> function () {
  1941.             return ($this->privates['App\\EventSubscriber\\InvalidateCacheSubscriber'] ?? $this->getInvalidateCacheSubscriberService());
  1942.         }, => 'onUpdateContract'], 0);
  1943.         $instance->addListener('lexik_jwt_authentication.on_jwt_created', [=> function () {
  1944.             return ($this->privates['App\\EventSubscriber\\InvalidateCacheSubscriber'] ?? $this->getInvalidateCacheSubscriberService());
  1945.         }, => 'onUserLogin'], 0);
  1946.         $instance->addListener('create.organization', [=> function () {
  1947.             return ($this->privates['App\\EventSubscriber\\OrganizationSubscriber'] ?? $this->getOrganizationSubscriberService());
  1948.         }, => 'onCreateOrganization'], 0);
  1949.         $instance->addListener('update.organization', [=> function () {
  1950.             return ($this->privates['App\\EventSubscriber\\OrganizationSubscriber'] ?? $this->getOrganizationSubscriberService());
  1951.         }, => 'onUpdateOrganization'], 0);
  1952.         $instance->addListener('delete.organization', [=> function () {
  1953.             return ($this->privates['App\\EventSubscriber\\OrganizationSubscriber'] ?? $this->getOrganizationSubscriberService());
  1954.         }, => 'onDeleteOrganization'], 0);
  1955.         $instance->addListener('kernel.response', [=> function () {
  1956.             return ($this->privates['response_listener'] ?? ($this->privates['response_listener'] = new \Symfony\Component\HttpKernel\EventListener\ResponseListener('UTF-8'false)));
  1957.         }, => 'onKernelResponse'], 0);
  1958.         $instance->addListener('kernel.response', [=> function () {
  1959.             return ($this->privates['streamed_response_listener'] ?? ($this->privates['streamed_response_listener'] = new \Symfony\Component\HttpKernel\EventListener\StreamedResponseListener()));
  1960.         }, => 'onKernelResponse'], -1024);
  1961.         $instance->addListener('kernel.request', [=> function () {
  1962.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  1963.         }, => 'setDefaultLocale'], 100);
  1964.         $instance->addListener('kernel.request', [=> function () {
  1965.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  1966.         }, => 'onKernelRequest'], 16);
  1967.         $instance->addListener('kernel.finish_request', [=> function () {
  1968.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  1969.         }, => 'onKernelFinishRequest'], 0);
  1970.         $instance->addListener('kernel.request', [=> function () {
  1971.             return ($this->privates['validate_request_listener'] ?? ($this->privates['validate_request_listener'] = new \Symfony\Component\HttpKernel\EventListener\ValidateRequestListener()));
  1972.         }, => 'onKernelRequest'], 256);
  1973.         $instance->addListener('kernel.response', [=> function () {
  1974.             return ($this->privates['disallow_search_engine_index_response_listener'] ?? ($this->privates['disallow_search_engine_index_response_listener'] = new \Symfony\Component\HttpKernel\EventListener\DisallowRobotsIndexingListener()));
  1975.         }, => 'onResponse'], -255);
  1976.         $instance->addListener('kernel.controller_arguments', [=> function () {
  1977.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  1978.         }, => 'onControllerArguments'], 0);
  1979.         $instance->addListener('kernel.exception', [=> function () {
  1980.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  1981.         }, => 'logKernelException'], 0);
  1982.         $instance->addListener('kernel.exception', [=> function () {
  1983.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  1984.         }, => 'onKernelException'], -128);
  1985.         $instance->addListener('kernel.response', [=> function () {
  1986.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  1987.         }, => 'removeCspHeader'], -128);
  1988.         $instance->addListener('kernel.request', [=> function () {
  1989.             return ($this->privates['locale_aware_listener'] ?? $this->getLocaleAwareListenerService());
  1990.         }, => 'onKernelRequest'], 15);
  1991.         $instance->addListener('kernel.finish_request', [=> function () {
  1992.             return ($this->privates['locale_aware_listener'] ?? $this->getLocaleAwareListenerService());
  1993.         }, => 'onKernelFinishRequest'], -15);
  1994.         $instance->addListener('console.error', [=> function () {
  1995.             return ($this->privates['console.error_listener'] ?? $this->getConsole_ErrorListenerService());
  1996.         }, => 'onConsoleError'], -128);
  1997.         $instance->addListener('console.terminate', [=> function () {
  1998.             return ($this->privates['console.error_listener'] ?? $this->getConsole_ErrorListenerService());
  1999.         }, => 'onConsoleTerminate'], -128);
  2000.         $instance->addListener('console.error', [=> function () {
  2001.             return ($this->privates['console.suggest_missing_package_subscriber'] ?? ($this->privates['console.suggest_missing_package_subscriber'] = new \Symfony\Bundle\FrameworkBundle\EventListener\SuggestMissingPackageSubscriber()));
  2002.         }, => 'onConsoleError'], 0);
  2003.         $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [=> function () {
  2004.             return ($this->privates['mailer.envelope_listener'] ?? ($this->privates['mailer.envelope_listener'] = new \Symfony\Component\Mailer\EventListener\EnvelopeListener(NULLNULL)));
  2005.         }, => 'onMessage'], -255);
  2006.         $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [=> function () {
  2007.             return ($this->privates['mailer.message_logger_listener'] ?? ($this->privates['mailer.message_logger_listener'] = new \Symfony\Component\Mailer\EventListener\MessageLoggerListener()));
  2008.         }, => 'onMessage'], -255);
  2009.         $instance->addListener('kernel.request', [=> function () {
  2010.             return ($this->privates['debug.debug_handlers_listener'] ?? $this->getDebug_DebugHandlersListenerService());
  2011.         }, => 'configure'], 2048);
  2012.         $instance->addListener('console.command', [=> function () {
  2013.             return ($this->privates['debug.debug_handlers_listener'] ?? $this->getDebug_DebugHandlersListenerService());
  2014.         }, => 'configure'], 2048);
  2015.         $instance->addListener('kernel.request', [=> function () {
  2016.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  2017.         }, => 'onKernelRequest'], 32);
  2018.         $instance->addListener('kernel.finish_request', [=> function () {
  2019.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  2020.         }, => 'onKernelFinishRequest'], 0);
  2021.         $instance->addListener('kernel.exception', [=> function () {
  2022.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  2023.         }, => 'onKernelException'], -64);
  2024.         $instance->addListener('kernel.request', [=> function () {
  2025.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  2026.         }, => 'onKernelRequest'], 128);
  2027.         $instance->addListener('kernel.response', [=> function () {
  2028.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  2029.         }, => 'onKernelResponse'], -1000);
  2030.         $instance->addListener('kernel.finish_request', [=> function () {
  2031.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  2032.         }, => 'onFinishRequest'], 0);
  2033.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageFailedEvent', [=> function () {
  2034.             return ($this->privates['messenger.retry.send_failed_message_for_retry_listener'] ?? $this->getMessenger_Retry_SendFailedMessageForRetryListenerService());
  2035.         }, => 'onMessageFailed'], 100);
  2036.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageFailedEvent', [=> function () {
  2037.             return ($this->privates['messenger.failure.add_error_details_stamp_listener'] ?? ($this->privates['messenger.failure.add_error_details_stamp_listener'] = new \Symfony\Component\Messenger\EventListener\AddErrorDetailsStampListener()));
  2038.         }, => 'onMessageFailed'], 200);
  2039.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerStartedEvent', [=> function () {
  2040.             return ($this->privates['messenger.listener.stop_worker_on_restart_signal_listener'] ?? $this->getMessenger_Listener_StopWorkerOnRestartSignalListenerService());
  2041.         }, => 'onWorkerStarted'], 0);
  2042.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerRunningEvent', [=> function () {
  2043.             return ($this->privates['messenger.listener.stop_worker_on_restart_signal_listener'] ?? $this->getMessenger_Listener_StopWorkerOnRestartSignalListenerService());
  2044.         }, => 'onWorkerRunning'], 0);
  2045.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageFailedEvent', [=> function () {
  2046.             return ($this->privates['messenger.listener.stop_worker_on_stop_exception_listener'] ?? ($this->privates['messenger.listener.stop_worker_on_stop_exception_listener'] = new \Symfony\Component\Messenger\EventListener\StopWorkerOnCustomStopExceptionListener()));
  2047.         }, => 'onMessageFailed'], 0);
  2048.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerRunningEvent', [=> function () {
  2049.             return ($this->privates['messenger.listener.stop_worker_on_stop_exception_listener'] ?? ($this->privates['messenger.listener.stop_worker_on_stop_exception_listener'] = new \Symfony\Component\Messenger\EventListener\StopWorkerOnCustomStopExceptionListener()));
  2050.         }, => 'onWorkerRunning'], 0);
  2051.         $instance->addListener('kernel.response', [=> function () {
  2052.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  2053.         }, => 'onKernelResponse'], -100);
  2054.         $instance->addListener('kernel.exception', [=> function () {
  2055.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  2056.         }, => 'onKernelException'], 0);
  2057.         $instance->addListener('kernel.terminate', [=> function () {
  2058.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  2059.         }, => 'onKernelTerminate'], -1024);
  2060.         $instance->addListener('kernel.controller', [=> function () {
  2061.             return ($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService());
  2062.         }, => 'onKernelController'], 0);
  2063.         $instance->addListener('kernel.response', [=> function () {
  2064.             return ($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService());
  2065.         }, => 'onKernelResponse'], 0);
  2066.         $instance->addListener('kernel.response', [=> function () {
  2067.             return ($this->privates['security.rememberme.response_listener'] ?? ($this->privates['security.rememberme.response_listener'] = new \Symfony\Component\Security\Http\RememberMe\ResponseListener()));
  2068.         }, => 'onKernelResponse'], 0);
  2069.         $instance->addListener('debug.security.authorization.vote', [=> function () {
  2070.             return ($this->privates['debug.security.voter.vote_listener'] ?? $this->getDebug_Security_Voter_VoteListenerService());
  2071.         }, => 'onVoterVote'], 0);
  2072.         $instance->addListener('kernel.request', [=> function () {
  2073.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  2074.         }, => 'configureLogoutUrlGenerator'], 8);
  2075.         $instance->addListener('kernel.request', [=> function () {
  2076.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  2077.         }, => 'onKernelRequest'], 8);
  2078.         $instance->addListener('kernel.finish_request', [=> function () {
  2079.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  2080.         }, => 'onKernelFinishRequest'], 0);
  2081.         $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [=> function () {
  2082.             return ($this->privates['twig.mailer.message_listener'] ?? $this->getTwig_Mailer_MessageListenerService());
  2083.         }, => 'onMessage'], 0);
  2084.         $instance->addListener('kernel.response', [=> function () {
  2085.             return ($this->privates['web_profiler.debug_toolbar'] ?? $this->getWebProfiler_DebugToolbarService());
  2086.         }, => 'onKernelResponse'], -128);
  2087.         $instance->addListener('kernel.controller', [=> function () {
  2088.             return ($this->privates['sensio_framework_extra.controller.listener'] ?? $this->getSensioFrameworkExtra_Controller_ListenerService());
  2089.         }, => 'onKernelController'], 0);
  2090.         $instance->addListener('kernel.controller', [=> function () {
  2091.             return ($this->privates['sensio_framework_extra.converter.listener'] ?? $this->getSensioFrameworkExtra_Converter_ListenerService());
  2092.         }, => 'onKernelController'], 0);
  2093.         $instance->addListener('kernel.controller', [=> function () {
  2094.             return ($this->privates['sensio_framework_extra.view.listener'] ?? $this->getSensioFrameworkExtra_View_ListenerService());
  2095.         }, => 'onKernelController'], -128);
  2096.         $instance->addListener('kernel.view', [=> function () {
  2097.             return ($this->privates['sensio_framework_extra.view.listener'] ?? $this->getSensioFrameworkExtra_View_ListenerService());
  2098.         }, => 'onKernelView'], 0);
  2099.         $instance->addListener('kernel.controller', [=> function () {
  2100.             return ($this->privates['sensio_framework_extra.cache.listener'] ?? ($this->privates['sensio_framework_extra.cache.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener()));
  2101.         }, => 'onKernelController'], 0);
  2102.         $instance->addListener('kernel.response', [=> function () {
  2103.             return ($this->privates['sensio_framework_extra.cache.listener'] ?? ($this->privates['sensio_framework_extra.cache.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener()));
  2104.         }, => 'onKernelResponse'], 0);
  2105.         $instance->addListener('kernel.controller_arguments', [=> function () {
  2106.             return ($this->privates['sensio_framework_extra.security.listener'] ?? $this->getSensioFrameworkExtra_Security_ListenerService());
  2107.         }, => 'onKernelControllerArguments'], 0);
  2108.         $instance->addListener('kernel.controller_arguments', [=> function () {
  2109.             return ($this->privates['framework_extra_bundle.event.is_granted'] ?? $this->getFrameworkExtraBundle_Event_IsGrantedService());
  2110.         }, => 'onKernelControllerArguments'], 0);
  2111.         $instance->addListener('Vdm\\Bundle\\LibraryBundle\\Event\\CollectWorkerStoppedEvent', [=> function () {
  2112.             return ($this->privates['Vdm\\Bundle\\LibraryBundle\\EventSubscriber\\ExceptionHandler\\RethrowExceptionAfterWorkerStoppedSubscriber'] ?? $this->getRethrowExceptionAfterWorkerStoppedSubscriberService());
  2113.         }, => 'onCollectWorkerStoppedEvent'], -200);
  2114.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerStoppedEvent', [=> function () {
  2115.             return ($this->privates['Vdm\\Bundle\\LibraryBundle\\EventSubscriber\\ExceptionHandler\\RethrowExceptionAfterWorkerStoppedSubscriber'] ?? $this->getRethrowExceptionAfterWorkerStoppedSubscriberService());
  2116.         }, => 'onWorkerStoppedEvent'], -200);
  2117.         $instance->addListener('Vdm\\Bundle\\LibraryBundle\\Event\\CollectWorkerRunningEvent', [=> function () {
  2118.             return ($this->privates['Vdm\\Bundle\\LibraryBundle\\EventSubscriber\\ExceptionHandler\\StopWorkerOnExceptionSubscriber'] ?? $this->getStopWorkerOnExceptionSubscriberService());
  2119.         }, => 'onCollectWorkerRunningEvent'], 0);
  2120.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerRunningEvent', [=> function () {
  2121.             return ($this->privates['Vdm\\Bundle\\LibraryBundle\\EventSubscriber\\ExceptionHandler\\StopWorkerOnExceptionSubscriber'] ?? $this->getStopWorkerOnExceptionSubscriberService());
  2122.         }, => 'onWorkerRunningEvent'], 0);
  2123.         $instance->addListener('Vdm\\Bundle\\LibraryBundle\\Event\\CollectWorkerMessageFailedEvent', [=> function () {
  2124.             return ($this->privates['Vdm\\Bundle\\LibraryBundle\\EventSubscriber\\ExceptionHandler\\StoreExceptionOnMessageFailedSubscriber'] ?? $this->getStoreExceptionOnMessageFailedSubscriberService());
  2125.         }, => 'onCollectWorkerMessageFailedEvent'], -200);
  2126.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageFailedEvent', [=> function () {
  2127.             return ($this->privates['Vdm\\Bundle\\LibraryBundle\\EventSubscriber\\ExceptionHandler\\StoreExceptionOnMessageFailedSubscriber'] ?? $this->getStoreExceptionOnMessageFailedSubscriberService());
  2128.         }, => 'onWorkerMessageFailedEvent'], -200);
  2129.         $instance->addListener('Vdm\\Bundle\\LibraryBundle\\Event\\CollectWorkerMessageReceivedEvent', [=> function () {
  2130.             return ($this->privates['Vdm\\Bundle\\LibraryBundle\\EventSubscriber\\Monitoring\\MonitoringWorkerConsumedMessageSubscriber'] ?? $this->getMonitoringWorkerConsumedMessageSubscriberService());
  2131.         }, => 'onCollectWorkerMessageReceivedEvent'], 0);
  2132.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageReceivedEvent', [=> function () {
  2133.             return ($this->privates['Vdm\\Bundle\\LibraryBundle\\EventSubscriber\\Monitoring\\MonitoringWorkerConsumedMessageSubscriber'] ?? $this->getMonitoringWorkerConsumedMessageSubscriberService());
  2134.         }, => 'onWorkerMessageReceivedEvent'], 0);
  2135.         $instance->addListener('Vdm\\Bundle\\LibraryBundle\\Event\\CollectWorkerMessageReceivedEvent', [=> function () {
  2136.             return ($this->privates['Vdm\\Bundle\\LibraryBundle\\EventSubscriber\\Monitoring\\MonitoringWorkerHandleMessageDurationSubscriber'] ?? $this->getMonitoringWorkerHandleMessageDurationSubscriberService());
  2137.         }, => 'onCollectWorkerMessageReceivedEvent'], 0);
  2138.         $instance->addListener('Vdm\\Bundle\\LibraryBundle\\Event\\CollectWorkerMessageHandledEvent', [=> function () {
  2139.             return ($this->privates['Vdm\\Bundle\\LibraryBundle\\EventSubscriber\\Monitoring\\MonitoringWorkerHandleMessageDurationSubscriber'] ?? $this->getMonitoringWorkerHandleMessageDurationSubscriberService());
  2140.         }, => 'onCollectWorkerMessageHandledEvent'], 0);
  2141.         $instance->addListener('Vdm\\Bundle\\LibraryBundle\\Event\\CollectWorkerMessageFailedEvent', [=> function () {
  2142.             return ($this->privates['Vdm\\Bundle\\LibraryBundle\\EventSubscriber\\Monitoring\\MonitoringWorkerHandleMessageDurationSubscriber'] ?? $this->getMonitoringWorkerHandleMessageDurationSubscriberService());
  2143.         }, => 'onCollectWorkerMessageFailedEvent'], 0);
  2144.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageReceivedEvent', [=> function () {
  2145.             return ($this->privates['Vdm\\Bundle\\LibraryBundle\\EventSubscriber\\Monitoring\\MonitoringWorkerHandleMessageDurationSubscriber'] ?? $this->getMonitoringWorkerHandleMessageDurationSubscriberService());
  2146.         }, => 'onWorkerMessageReceivedEvent'], 0);
  2147.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageHandledEvent', [=> function () {
  2148.             return ($this->privates['Vdm\\Bundle\\LibraryBundle\\EventSubscriber\\Monitoring\\MonitoringWorkerHandleMessageDurationSubscriber'] ?? $this->getMonitoringWorkerHandleMessageDurationSubscriberService());
  2149.         }, => 'onWorkerMessageHandledEvent'], 0);
  2150.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageFailedEvent', [=> function () {
  2151.             return ($this->privates['Vdm\\Bundle\\LibraryBundle\\EventSubscriber\\Monitoring\\MonitoringWorkerHandleMessageDurationSubscriber'] ?? $this->getMonitoringWorkerHandleMessageDurationSubscriberService());
  2152.         }, => 'onWorkerMessageFailedEvent'], 0);
  2153.         $instance->addListener('Vdm\\Bundle\\LibraryBundle\\Event\\CollectWorkerMessageReceivedEvent', [=> function () {
  2154.             return ($this->privates['Vdm\\Bundle\\LibraryBundle\\EventSubscriber\\Monitoring\\MonitoringWorkerHandleMessageMemorySubscriber'] ?? $this->getMonitoringWorkerHandleMessageMemorySubscriberService());
  2155.         }, => 'onCollectWorkerMessageReceivedEvent'], 0);
  2156.         $instance->addListener('Vdm\\Bundle\\LibraryBundle\\Event\\CollectWorkerMessageHandledEvent', [=> function () {
  2157.             return ($this->privates['Vdm\\Bundle\\LibraryBundle\\EventSubscriber\\Monitoring\\MonitoringWorkerHandleMessageMemorySubscriber'] ?? $this->getMonitoringWorkerHandleMessageMemorySubscriberService());
  2158.         }, => 'onCollectWorkerMessageHandledEvent'], 0);
  2159.         $instance->addListener('Vdm\\Bundle\\LibraryBundle\\Event\\CollectWorkerMessageFailedEvent', [=> function () {
  2160.             return ($this->privates['Vdm\\Bundle\\LibraryBundle\\EventSubscriber\\Monitoring\\MonitoringWorkerHandleMessageMemorySubscriber'] ?? $this->getMonitoringWorkerHandleMessageMemorySubscriberService());
  2161.         }, => 'onCollectWorkerMessageFailedEvent'], 0);
  2162.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageReceivedEvent', [=> function () {
  2163.             return ($this->privates['Vdm\\Bundle\\LibraryBundle\\EventSubscriber\\Monitoring\\MonitoringWorkerHandleMessageMemorySubscriber'] ?? $this->getMonitoringWorkerHandleMessageMemorySubscriberService());
  2164.         }, => 'onWorkerMessageReceivedEvent'], 0);
  2165.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageHandledEvent', [=> function () {
  2166.             return ($this->privates['Vdm\\Bundle\\LibraryBundle\\EventSubscriber\\Monitoring\\MonitoringWorkerHandleMessageMemorySubscriber'] ?? $this->getMonitoringWorkerHandleMessageMemorySubscriberService());
  2167.         }, => 'onWorkerMessageHandledEvent'], 0);
  2168.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageFailedEvent', [=> function () {
  2169.             return ($this->privates['Vdm\\Bundle\\LibraryBundle\\EventSubscriber\\Monitoring\\MonitoringWorkerHandleMessageMemorySubscriber'] ?? $this->getMonitoringWorkerHandleMessageMemorySubscriberService());
  2170.         }, => 'onWorkerMessageFailedEvent'], 0);
  2171.         $instance->addListener('Vdm\\Bundle\\LibraryBundle\\Event\\CollectWorkerMessageHandledEvent', [=> function () {
  2172.             return ($this->privates['Vdm\\Bundle\\LibraryBundle\\EventSubscriber\\Monitoring\\MonitoringWorkerHandledMessageSubscriber'] ?? $this->getMonitoringWorkerHandledMessageSubscriberService());
  2173.         }, => 'onCollectWorkerMessageHandledEvent'], 0);
  2174.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageHandledEvent', [=> function () {
  2175.             return ($this->privates['Vdm\\Bundle\\LibraryBundle\\EventSubscriber\\Monitoring\\MonitoringWorkerHandledMessageSubscriber'] ?? $this->getMonitoringWorkerHandledMessageSubscriberService());
  2176.         }, => 'onWorkerMessageHandledEvent'], 0);
  2177.         $instance->addListener('Vdm\\Bundle\\LibraryBundle\\Event\\CollectWorkerMessageFailedEvent', [=> function () {
  2178.             return ($this->privates['Vdm\\Bundle\\LibraryBundle\\EventSubscriber\\Monitoring\\MonitoringWorkerMessageFailedSubscriber'] ?? $this->getMonitoringWorkerMessageFailedSubscriberService());
  2179.         }, => 'onCollectWorkerMessageFailedEvent'], 0);
  2180.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageFailedEvent', [=> function () {
  2181.             return ($this->privates['Vdm\\Bundle\\LibraryBundle\\EventSubscriber\\Monitoring\\MonitoringWorkerMessageFailedSubscriber'] ?? $this->getMonitoringWorkerMessageFailedSubscriberService());
  2182.         }, => 'onWorkerMessageFailedEvent'], 0);
  2183.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\SendMessageToTransportsEvent', [=> function () {
  2184.             return ($this->privates['Vdm\\Bundle\\LibraryBundle\\EventSubscriber\\Monitoring\\MonitoringWorkerProducedMessageSubscriber'] ?? $this->getMonitoringWorkerProducedMessageSubscriberService());
  2185.         }, => 'onSendMessageToTransportEvent'], 0);
  2186.         $instance->addListener('Vdm\\Bundle\\LibraryBundle\\Event\\CollectWorkerRunningEvent', [=> function () {
  2187.             return ($this->privates['Vdm\\Bundle\\LibraryBundle\\EventSubscriber\\Monitoring\\MonitoringWorkerRunningFlushSubscriber'] ?? $this->getMonitoringWorkerRunningFlushSubscriberService());
  2188.         }, => 'onCollectWorkerRunningEvent'], 0);
  2189.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerRunningEvent', [=> function () {
  2190.             return ($this->privates['Vdm\\Bundle\\LibraryBundle\\EventSubscriber\\Monitoring\\MonitoringWorkerRunningFlushSubscriber'] ?? $this->getMonitoringWorkerRunningFlushSubscriberService());
  2191.         }, => 'onWorkerRunningEvent'], 0);
  2192.         $instance->addListener('Vdm\\Bundle\\LibraryBundle\\Event\\CollectWorkerStartedEvent', [=> function () {
  2193.             return ($this->privates['Vdm\\Bundle\\LibraryBundle\\EventSubscriber\\Monitoring\\MonitoringWorkerStartedSubscriber'] ?? $this->getMonitoringWorkerStartedSubscriberService());
  2194.         }, => 'onCollectWorkerStartedEvent'], 0);
  2195.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerStartedEvent', [=> function () {
  2196.             return ($this->privates['Vdm\\Bundle\\LibraryBundle\\EventSubscriber\\Monitoring\\MonitoringWorkerStartedSubscriber'] ?? $this->getMonitoringWorkerStartedSubscriberService());
  2197.         }, => 'onWorkerStartedEvent'], 0);
  2198.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerStoppedEvent', [=> function () {
  2199.             return ($this->privates['Vdm\\Bundle\\LibraryBundle\\EventSubscriber\\Monitoring\\MonitoringWorkerStoppedSubscriber'] ?? $this->getMonitoringWorkerStoppedSubscriberService());
  2200.         }, => 'onWorkerStoppedEvent'], 0);
  2201.         $instance->addListener('Vdm\\Bundle\\LibraryBundle\\Event\\CollectWorkerStoppedEvent', [=> function () {
  2202.             return ($this->privates['Vdm\\Bundle\\LibraryBundle\\EventSubscriber\\Monitoring\\MonitoringWorkerStoppedSubscriber'] ?? $this->getMonitoringWorkerStoppedSubscriberService());
  2203.         }, => 'onCollectWorkerStoppedEvent'], 0);
  2204.         $instance->addListener('Vdm\\Bundle\\LibraryBundle\\Event\\CollectWorkerMessageReceivedEvent', [=> function () {
  2205.             return ($this->privates['Vdm\\Bundle\\LibraryBundle\\EventSubscriber\\PrintMessage\\PrintMessageSubscriber'] ?? $this->getPrintMessageSubscriberService());
  2206.         }, => 'onCollectWorkerMessageReceivedEvent'], 9999);
  2207.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageReceivedEvent', [=> function () {
  2208.             return ($this->privates['Vdm\\Bundle\\LibraryBundle\\EventSubscriber\\PrintMessage\\PrintMessageSubscriber'] ?? $this->getPrintMessageSubscriberService());
  2209.         }, => 'onWorkerMessageReceivedEvent'], 9999);
  2210.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\SendMessageToTransportsEvent', [=> function () {
  2211.             return ($this->privates['Vdm\\Bundle\\LibraryBundle\\EventSubscriber\\PrintMessage\\PrintMessageSubscriber'] ?? $this->getPrintMessageSubscriberService());
  2212.         }, => 'onSendMessageToTransportEvent'], -9999);
  2213.         $instance->addListener('Vdm\\Bundle\\LibraryBundle\\Event\\CollectWorkerMessageFailedEvent', [=> function () {
  2214.             return ($this->privates['Vdm\\Bundle\\LibraryBundle\\EventSubscriber\\StopWorker\\StopWorkerAfterHandleStampSubscriber'] ?? $this->getStopWorkerAfterHandleStampSubscriberService());
  2215.         }, => 'onCollectWorkerMessageFailedEvent'], 0);
  2216.         $instance->addListener('Vdm\\Bundle\\LibraryBundle\\Event\\CollectWorkerMessageHandledEvent', [=> function () {
  2217.             return ($this->privates['Vdm\\Bundle\\LibraryBundle\\EventSubscriber\\StopWorker\\StopWorkerAfterHandleStampSubscriber'] ?? $this->getStopWorkerAfterHandleStampSubscriberService());
  2218.         }, => 'onCollectWorkerMessageHandledEvent'], 0);
  2219.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageFailedEvent', [=> function () {
  2220.             return ($this->privates['Vdm\\Bundle\\LibraryBundle\\EventSubscriber\\StopWorker\\StopWorkerAfterHandleStampSubscriber'] ?? $this->getStopWorkerAfterHandleStampSubscriberService());
  2221.         }, => 'onWorkerMessageFailedEvent'], 0);
  2222.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageHandledEvent', [=> function () {
  2223.             return ($this->privates['Vdm\\Bundle\\LibraryBundle\\EventSubscriber\\StopWorker\\StopWorkerAfterHandleStampSubscriber'] ?? $this->getStopWorkerAfterHandleStampSubscriberService());
  2224.         }, => 'onWorkerMessageHandledEvent'], 0);
  2225.         $instance->addListener('Vdm\\Bundle\\LibraryBundle\\Event\\CollectWorkerRunningEvent', [=> function () {
  2226.             return ($this->privates['Vdm\\Bundle\\LibraryBundle\\EventSubscriber\\StopWorker\\StopWorkerCheckFlagPresenceSubscriber'] ?? $this->getStopWorkerCheckFlagPresenceSubscriberService());
  2227.         }, => 'onCollectWorkerRunningEvent'], 0);
  2228.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerRunningEvent', [=> function () {
  2229.             return ($this->privates['Vdm\\Bundle\\LibraryBundle\\EventSubscriber\\StopWorker\\StopWorkerCheckFlagPresenceSubscriber'] ?? $this->getStopWorkerCheckFlagPresenceSubscriberService());
  2230.         }, => 'onWorkerRunningEvent'], 0);
  2231.         $instance->addListener('Vdm\\Bundle\\LibraryBundle\\Event\\CollectWorkerMessageFailedEvent', [=> function () {
  2232.             return ($this->privates['Vdm\\Bundle\\LibraryBundle\\EventSubscriber\\StopWorker\\StopWorkerOnEmptyMessageSubscriber'] ?? $this->getStopWorkerOnEmptyMessageSubscriberService());
  2233.         }, => 'onCollectWorkerMessageFailedEvent'], 0);
  2234.         $instance->addListener('Vdm\\Bundle\\LibraryBundle\\Event\\CollectWorkerMessageHandledEvent', [=> function () {
  2235.             return ($this->privates['Vdm\\Bundle\\LibraryBundle\\EventSubscriber\\StopWorker\\StopWorkerOnEmptyMessageSubscriber'] ?? $this->getStopWorkerOnEmptyMessageSubscriberService());
  2236.         }, => 'onCollectWorkerMessageHandledEvent'], 0);
  2237.         $instance->addListener('Vdm\\Bundle\\LibraryBundle\\Event\\CollectWorkerMessageReceivedEvent', [=> function () {
  2238.             return ($this->privates['Vdm\\Bundle\\LibraryBundle\\EventSubscriber\\StopWorker\\StopWorkerOnEmptyMessageSubscriber'] ?? $this->getStopWorkerOnEmptyMessageSubscriberService());
  2239.         }, => 'onCollectWorkerMessageReceivedEvent'], 0);
  2240.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageFailedEvent', [=> function () {
  2241.             return ($this->privates['Vdm\\Bundle\\LibraryBundle\\EventSubscriber\\StopWorker\\StopWorkerOnEmptyMessageSubscriber'] ?? $this->getStopWorkerOnEmptyMessageSubscriberService());
  2242.         }, => 'onWorkerMessageFailedEvent'], 0);
  2243.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageHandledEvent', [=> function () {
  2244.             return ($this->privates['Vdm\\Bundle\\LibraryBundle\\EventSubscriber\\StopWorker\\StopWorkerOnEmptyMessageSubscriber'] ?? $this->getStopWorkerOnEmptyMessageSubscriberService());
  2245.         }, => 'onWorkerMessageHandledEvent'], 0);
  2246.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageReceivedEvent', [=> function () {
  2247.             return ($this->privates['Vdm\\Bundle\\LibraryBundle\\EventSubscriber\\StopWorker\\StopWorkerOnEmptyMessageSubscriber'] ?? $this->getStopWorkerOnEmptyMessageSubscriberService());
  2248.         }, => 'onWorkerMessageReceivedEvent'], 0);
  2249.         $instance->addListener('Vdm\\Bundle\\LibraryBundle\\Event\\CollectWorkerMessageReceivedEvent', [=> function () {
  2250.             return ($this->privates['Vdm\\Bundle\\LibraryBundle\\EventSubscriber\\Trace\\TraceAddEnterSubscriber'] ?? $this->getTraceAddEnterSubscriberService());
  2251.         }, => 'onCollectWorkerMessageReceivedEvent'], 0);
  2252.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageReceivedEvent', [=> function () {
  2253.             return ($this->privates['Vdm\\Bundle\\LibraryBundle\\EventSubscriber\\Trace\\TraceAddEnterSubscriber'] ?? $this->getTraceAddEnterSubscriberService());
  2254.         }, => 'onWorkerMessageReceivedEvent'], 0);
  2255.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\SendMessageToTransportsEvent', [=> function () {
  2256.             return ($this->privates['Vdm\\Bundle\\LibraryBundle\\EventSubscriber\\Trace\\TraceAddExitSubscriber'] ?? $this->getTraceAddExitSubscriberService());
  2257.         }, => 'onSendMessageToTransportEvent'], 0);
  2258.         return $instance;
  2259.     }
  2260.     /**
  2261.      * Gets the public 'http_kernel' shared service.
  2262.      *
  2263.      * @return \Symfony\Component\HttpKernel\HttpKernel
  2264.      */
  2265.     protected function getHttpKernelService()
  2266.     {
  2267.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  2268.         if (isset($this->services['http_kernel'])) {
  2269.             return $this->services['http_kernel'];
  2270.         }
  2271.         $b = ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)));
  2272.         return $this->services['http_kernel'] = new \Symfony\Component\HttpKernel\HttpKernel($a, new \Symfony\Component\HttpKernel\Controller\TraceableControllerResolver(new \Symfony\Bundle\FrameworkBundle\Controller\ControllerResolver($this, ($this->privates['monolog.logger.request'] ?? $this->getMonolog_Logger_RequestService())), $b), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), new \Symfony\Component\HttpKernel\Controller\TraceableArgumentResolver(new \Symfony\Component\HttpKernel\Controller\ArgumentResolver(($this->privates['argument_metadata_factory'] ?? ($this->privates['argument_metadata_factory'] = new \Symfony\Component\HttpKernel\ControllerMetadata\ArgumentMetadataFactory())), new RewindableGenerator(function () {
  2273.             yield => ($this->privates['debug.argument_resolver.request_attribute'] ?? $this->getDebug_ArgumentResolver_RequestAttributeService());
  2274.             yield => ($this->privates['debug.argument_resolver.request'] ?? $this->getDebug_ArgumentResolver_RequestService());
  2275.             yield => ($this->privates['debug.argument_resolver.session'] ?? $this->getDebug_ArgumentResolver_SessionService());
  2276.             yield => ($this->privates['debug.security.user_value_resolver'] ?? $this->getDebug_Security_UserValueResolverService());
  2277.             yield => ($this->privates['debug.argument_resolver.service'] ?? $this->getDebug_ArgumentResolver_ServiceService());
  2278.             yield => ($this->privates['debug.argument_resolver.default'] ?? $this->getDebug_ArgumentResolver_DefaultService());
  2279.             yield => ($this->privates['debug.argument_resolver.variadic'] ?? $this->getDebug_ArgumentResolver_VariadicService());
  2280.             yield => ($this->privates['debug.argument_resolver.not_tagged_controller'] ?? $this->getDebug_ArgumentResolver_NotTaggedControllerService());
  2281.         }, 8)), $b));
  2282.     }
  2283.     /**
  2284.      * Gets the public 'lexik_jwt_authentication.encoder' shared service.
  2285.      *
  2286.      * @return \Lexik\Bundle\JWTAuthenticationBundle\Encoder\LcobucciJWTEncoder
  2287.      */
  2288.     protected function getLexikJwtAuthentication_EncoderService()
  2289.     {
  2290.         include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/Encoder/JWTEncoderInterface.php';
  2291.         include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/Encoder/HeaderAwareJWTEncoderInterface.php';
  2292.         include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/Encoder/LcobucciJWTEncoder.php';
  2293.         return $this->services['lexik_jwt_authentication.encoder'] = new \Lexik\Bundle\JWTAuthenticationBundle\Encoder\LcobucciJWTEncoder(($this->privates['lexik_jwt_authentication.jws_provider.lcobucci'] ?? $this->getLexikJwtAuthentication_JwsProvider_LcobucciService()));
  2294.     }
  2295.     /**
  2296.      * Gets the public 'lexik_jwt_authentication.generate_token_command' shared service.
  2297.      *
  2298.      * @return \Lexik\Bundle\JWTAuthenticationBundle\Command\GenerateTokenCommand
  2299.      */
  2300.     protected function getLexikJwtAuthentication_GenerateTokenCommandService()
  2301.     {
  2302.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2303.         include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/Command/GenerateTokenCommand.php';
  2304.         $this->services['lexik_jwt_authentication.generate_token_command'] = $instance = new \Lexik\Bundle\JWTAuthenticationBundle\Command\GenerateTokenCommand(($this->services['lexik_jwt_authentication.jwt_manager'] ?? $this->getLexikJwtAuthentication_JwtManagerService()), new RewindableGenerator(function () {
  2305.             yield => ($this->privates['security.user.provider.concrete.saml_provider'] ?? ($this->privates['security.user.provider.concrete.saml_provider'] = new \Hslavich\OneloginSamlBundle\Security\User\SamlUserProvider('App\\Entity\\User', [=> 'ROLE_USER'])));
  2306.             yield => ($this->privates['security.user.provider.concrete.jwt'] ?? ($this->privates['security.user.provider.concrete.jwt'] = new \Lexik\Bundle\JWTAuthenticationBundle\Security\User\JWTUserProvider('App\\Entity\\User')));
  2307.         }, 2));
  2308.         $instance->setName('lexik:jwt:generate-token');
  2309.         return $instance;
  2310.     }
  2311.     /**
  2312.      * Gets the public 'lexik_jwt_authentication.jwt_manager' shared service.
  2313.      *
  2314.      * @return \Lexik\Bundle\JWTAuthenticationBundle\Services\JWTManager
  2315.      */
  2316.     protected function getLexikJwtAuthentication_JwtManagerService()
  2317.     {
  2318.         include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/Services/JWTManagerInterface.php';
  2319.         include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/Services/JWTTokenManagerInterface.php';
  2320.         include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/Services/JWTManager.php';
  2321.         include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/Services/PayloadEnrichmentInterface.php';
  2322.         include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/Services/PayloadEnrichment/ChainEnrichment.php';
  2323.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  2324.         if (isset($this->services['lexik_jwt_authentication.jwt_manager'])) {
  2325.             return $this->services['lexik_jwt_authentication.jwt_manager'];
  2326.         }
  2327.         $this->services['lexik_jwt_authentication.jwt_manager'] = $instance = new \Lexik\Bundle\JWTAuthenticationBundle\Services\JWTManager(($this->services['lexik_jwt_authentication.encoder'] ?? $this->getLexikJwtAuthentication_EncoderService()), $a'username', new \Lexik\Bundle\JWTAuthenticationBundle\Services\PayloadEnrichment\ChainEnrichment([]));
  2328.         $instance->setUserIdentityField('username'false);
  2329.         return $instance;
  2330.     }
  2331.     /**
  2332.      * Gets the public 'lexik_jwt_authentication.key_loader' shared service.
  2333.      *
  2334.      * @return \Lexik\Bundle\JWTAuthenticationBundle\Services\KeyLoader\RawKeyLoader
  2335.      */
  2336.     protected function getLexikJwtAuthentication_KeyLoaderService()
  2337.     {
  2338.         include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/Services/KeyLoader/KeyLoaderInterface.php';
  2339.         include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/Services/KeyLoader/AbstractKeyLoader.php';
  2340.         include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/Services/KeyLoader/KeyDumperInterface.php';
  2341.         include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/Services/KeyLoader/RawKeyLoader.php';
  2342.         return $this->services['lexik_jwt_authentication.key_loader'] = new \Lexik\Bundle\JWTAuthenticationBundle\Services\KeyLoader\RawKeyLoader((\dirname(__DIR__4).'/config/jwt/private.pem'), (\dirname(__DIR__4).'/config/jwt/public.pem'), $this->getEnv('JWT_PASSPHRASE'), []);
  2343.     }
  2344.     /**
  2345.      * Gets the public 'messenger.default_bus' shared service.
  2346.      *
  2347.      * @return \Symfony\Component\Messenger\TraceableMessageBus
  2348.      */
  2349.     protected function getMessenger_DefaultBusService()
  2350.     {
  2351.         return $this->services['messenger.default_bus'] = new \Symfony\Component\Messenger\TraceableMessageBus(new \Symfony\Component\Messenger\MessageBus(new RewindableGenerator(function () {
  2352.             yield => ($this->privates['messenger.bus.default.middleware.traceable'] ?? $this->getMessenger_Bus_Default_Middleware_TraceableService());
  2353.             yield => ($this->privates['messenger.bus.default.middleware.add_bus_name_stamp_middleware'] ?? ($this->privates['messenger.bus.default.middleware.add_bus_name_stamp_middleware'] = new \Symfony\Component\Messenger\Middleware\AddBusNameStampMiddleware('messenger.bus.default')));
  2354.             yield => ($this->privates['messenger.middleware.reject_redelivered_message_middleware'] ?? ($this->privates['messenger.middleware.reject_redelivered_message_middleware'] = new \Symfony\Component\Messenger\Middleware\RejectRedeliveredMessageMiddleware()));
  2355.             yield => ($this->privates['messenger.middleware.dispatch_after_current_bus'] ?? ($this->privates['messenger.middleware.dispatch_after_current_bus'] = new \Symfony\Component\Messenger\Middleware\DispatchAfterCurrentBusMiddleware()));
  2356.             yield => ($this->privates['messenger.middleware.failed_message_processing_middleware'] ?? ($this->privates['messenger.middleware.failed_message_processing_middleware'] = new \Symfony\Component\Messenger\Middleware\FailedMessageProcessingMiddleware()));
  2357.             yield => ($this->privates['messenger.middleware.send_message'] ?? $this->getMessenger_Middleware_SendMessageService());
  2358.             yield => ($this->privates['messenger.bus.default.middleware.handle_message'] ?? $this->getMessenger_Bus_Default_Middleware_HandleMessageService());
  2359.         }, 7)));
  2360.     }
  2361.     /**
  2362.      * Gets the public 'monolog.logger.deprecation' shared service.
  2363.      *
  2364.      * @return \Symfony\Bridge\Monolog\Logger
  2365.      */
  2366.     protected function getMonolog_Logger_DeprecationService()
  2367.     {
  2368.         $this->services['monolog.logger.deprecation'] = $instance = new \Symfony\Bridge\Monolog\Logger('deprecation');
  2369.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  2370.         $instance->pushHandler(($this->privates['monolog.handler.deprecation'] ?? $this->getMonolog_Handler_DeprecationService()));
  2371.         $instance->pushHandler(($this->privates['monolog.handler.stderr_errors'] ?? $this->getMonolog_Handler_StderrErrorsService()));
  2372.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  2373.         return $instance;
  2374.     }
  2375.     /**
  2376.      * Gets the public 'monolog.logger.php' shared service.
  2377.      *
  2378.      * @return \Symfony\Bridge\Monolog\Logger
  2379.      */
  2380.     protected function getMonolog_Logger_PhpService()
  2381.     {
  2382.         $this->services['monolog.logger.php'] = $instance = new \Symfony\Bridge\Monolog\Logger('php');
  2383.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  2384.         $instance->pushHandler(($this->privates['monolog.handler.php_errors'] ?? $this->getMonolog_Handler_PhpErrorsService()));
  2385.         $instance->pushHandler(($this->privates['monolog.handler.stderr_errors'] ?? $this->getMonolog_Handler_StderrErrorsService()));
  2386.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  2387.         return $instance;
  2388.     }
  2389.     /**
  2390.      * Gets the public 'nelmio_api_doc.controller.swagger' shared service.
  2391.      *
  2392.      * @return \Nelmio\ApiDocBundle\Controller\DocumentationController
  2393.      */
  2394.     protected function getNelmioApiDoc_Controller_SwaggerService()
  2395.     {
  2396.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Controller/DocumentationController.php';
  2397.         return $this->services['nelmio_api_doc.controller.swagger'] = new \Nelmio\ApiDocBundle\Controller\DocumentationController(($this->privates['nelmio_api_doc.generator_locator'] ?? $this->getNelmioApiDoc_GeneratorLocatorService()));
  2398.     }
  2399.     /**
  2400.      * Gets the public 'nelmio_api_doc.controller.swagger_ui' shared service.
  2401.      *
  2402.      * @return \Nelmio\ApiDocBundle\Controller\SwaggerUiController
  2403.      */
  2404.     protected function getNelmioApiDoc_Controller_SwaggerUiService()
  2405.     {
  2406.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Controller/SwaggerUiController.php';
  2407.         return $this->services['nelmio_api_doc.controller.swagger_ui'] = new \Nelmio\ApiDocBundle\Controller\SwaggerUiController(($this->privates['nelmio_api_doc.generator_locator'] ?? $this->getNelmioApiDoc_GeneratorLocatorService()), ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  2408.     }
  2409.     /**
  2410.      * Gets the public 'nelmio_api_doc.generator.default' shared service.
  2411.      *
  2412.      * @return \Nelmio\ApiDocBundle\ApiDocGenerator
  2413.      */
  2414.     protected function getNelmioApiDoc_Generator_DefaultService()
  2415.     {
  2416.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/ApiDocGenerator.php';
  2417.         $this->services['nelmio_api_doc.generator.default'] = $instance = new \Nelmio\ApiDocBundle\ApiDocGenerator(new RewindableGenerator(function () {
  2418.             yield => ($this->privates['nelmio_api_doc.describers.config'] ?? $this->getNelmioApiDoc_Describers_ConfigService());
  2419.             yield => ($this->privates['nelmio_api_doc.describers.config.default'] ?? ($this->privates['nelmio_api_doc.describers.config.default'] = new \Nelmio\ApiDocBundle\Describer\ExternalDocDescriber([], true)));
  2420.             yield => ($this->privates['App\\OpenApi\\ExternalSwaggerDescriber'] ?? $this->getExternalSwaggerDescriberService());
  2421.             yield => ($this->privates['nelmio_api_doc.describers.swagger_php.default'] ?? $this->getNelmioApiDoc_Describers_SwaggerPhp_DefaultService());
  2422.             yield => ($this->privates['nelmio_api_doc.describers.route.default'] ?? $this->getNelmioApiDoc_Describers_Route_DefaultService());
  2423.             yield => ($this->privates['nelmio_api_doc.describers.default'] ?? ($this->privates['nelmio_api_doc.describers.default'] = new \Nelmio\ApiDocBundle\Describer\DefaultDescriber()));
  2424.         }, 6), new RewindableGenerator(function () {
  2425.             yield => ($this->privates['nelmio_api_doc.model_describers.form'] ?? $this->getNelmioApiDoc_ModelDescribers_FormService());
  2426.             yield => ($this->privates['nelmio_api_doc.model_describers.object'] ?? $this->getNelmioApiDoc_ModelDescribers_ObjectService());
  2427.         }, 2));
  2428.         $instance->setAlternativeNames([]);
  2429.         return $instance;
  2430.     }
  2431.     /**
  2432.      * Gets the public 'request_stack' shared service.
  2433.      *
  2434.      * @return \Symfony\Component\HttpFoundation\RequestStack
  2435.      */
  2436.     protected function getRequestStackService()
  2437.     {
  2438.         return $this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack();
  2439.     }
  2440.     /**
  2441.      * Gets the public 'router' shared service.
  2442.      *
  2443.      * @return \Symfony\Bundle\FrameworkBundle\Routing\Router
  2444.      */
  2445.     protected function getRouterService()
  2446.     {
  2447.         $a = new \Symfony\Bridge\Monolog\Logger('router');
  2448.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  2449.         $a->pushHandler(($this->privates['monolog.handler.stderr_errors'] ?? $this->getMonolog_Handler_StderrErrorsService()));
  2450.         $a->pushHandler(($this->privates['monolog.handler.stdout_info'] ?? $this->getMonolog_Handler_StdoutInfoService()));
  2451.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  2452.         $this->services['router'] = $instance = new \Symfony\Bundle\FrameworkBundle\Routing\Router((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2453.             'routing.loader' => ['services''routing.loader''getRouting_LoaderService'false],
  2454.         ], [
  2455.             'routing.loader' => 'Symfony\\Component\\Config\\Loader\\LoaderInterface',
  2456.         ]))->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');
  2457.         $instance->setConfigCacheFactory(($this->privates['config_cache_factory'] ?? $this->getConfigCacheFactoryService()));
  2458.         $instance->addExpressionLanguageProvider(($this->privates['router.expression_language_provider'] ?? $this->getRouter_ExpressionLanguageProviderService()));
  2459.         return $instance;
  2460.     }
  2461.     /**
  2462.      * Gets the public 'routing.loader' shared service.
  2463.      *
  2464.      * @return \Symfony\Bundle\FrameworkBundle\Routing\DelegatingLoader
  2465.      */
  2466.     protected function getRouting_LoaderService()
  2467.     {
  2468.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/LoaderInterface.php';
  2469.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/Loader.php';
  2470.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/DelegatingLoader.php';
  2471.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Routing/DelegatingLoader.php';
  2472.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/LoaderResolverInterface.php';
  2473.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/LoaderResolver.php';
  2474.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/FileLoader.php';
  2475.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/Configurator/Traits/HostTrait.php';
  2476.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/Configurator/Traits/LocalizedRouteTrait.php';
  2477.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/Configurator/Traits/PrefixTrait.php';
  2478.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/XmlFileLoader.php';
  2479.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/YamlFileLoader.php';
  2480.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/PhpFileLoader.php';
  2481.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/GlobFileLoader.php';
  2482.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/DirectoryLoader.php';
  2483.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/ObjectLoader.php';
  2484.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/ContainerLoader.php';
  2485.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/AnnotationClassLoader.php';
  2486.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Routing/AnnotatedRouteControllerLoader.php';
  2487.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/AnnotationFileLoader.php';
  2488.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/AnnotationDirectoryLoader.php';
  2489.         include_once \dirname(__DIR__4).'/vendor/symfony/config/FileLocatorInterface.php';
  2490.         include_once \dirname(__DIR__4).'/vendor/symfony/config/FileLocator.php';
  2491.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Config/FileLocator.php';
  2492.         $a = new \Symfony\Component\Config\Loader\LoaderResolver();
  2493.         $b = ($this->privates['file_locator'] ?? ($this->privates['file_locator'] = new \Symfony\Component\HttpKernel\Config\FileLocator(($this->services['kernel'] ?? $this->get('kernel'1)))));
  2494.         $c = new \Symfony\Bundle\FrameworkBundle\Routing\AnnotatedRouteControllerLoader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()), 'int');
  2495.         $a->addLoader(new \Symfony\Component\Routing\Loader\XmlFileLoader($b'int'));
  2496.         $a->addLoader(new \Symfony\Component\Routing\Loader\YamlFileLoader($b'int'));
  2497.         $a->addLoader(new \Symfony\Component\Routing\Loader\PhpFileLoader($b'int'));
  2498.         $a->addLoader(new \Symfony\Component\Routing\Loader\GlobFileLoader($b'int'));
  2499.         $a->addLoader(new \Symfony\Component\Routing\Loader\DirectoryLoader($b'int'));
  2500.         $a->addLoader(new \Symfony\Component\Routing\Loader\ContainerLoader(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2501.             'kernel' => ['services''kernel''getKernelService'false],
  2502.         ], [
  2503.             'kernel' => 'App\\Kernel',
  2504.         ]), 'int'));
  2505.         $a->addLoader(($this->privates['sensio_framework_extra.routing.loader.annot_class'] ?? $this->getSensioFrameworkExtra_Routing_Loader_AnnotClassService()));
  2506.         $a->addLoader($this->getSensioFrameworkExtra_Routing_Loader_AnnotDirService());
  2507.         $a->addLoader($this->getSensioFrameworkExtra_Routing_Loader_AnnotFileService());
  2508.         $a->addLoader($c);
  2509.         $a->addLoader(new \Symfony\Component\Routing\Loader\AnnotationDirectoryLoader($b$c));
  2510.         $a->addLoader(new \Symfony\Component\Routing\Loader\AnnotationFileLoader($b$c));
  2511.         return $this->services['routing.loader'] = new \Symfony\Bundle\FrameworkBundle\Routing\DelegatingLoader($a, ['utf8' => true], []);
  2512.     }
  2513.     /**
  2514.      * Gets the public 'services_resetter' shared service.
  2515.      *
  2516.      * @return \Symfony\Component\HttpKernel\DependencyInjection\ServicesResetter
  2517.      */
  2518.     protected function getServicesResetterService()
  2519.     {
  2520.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DependencyInjection/ServicesResetter.php';
  2521.         return $this->services['services_resetter'] = new \Symfony\Component\HttpKernel\DependencyInjection\ServicesResetter(new RewindableGenerator(function () {
  2522.             if (isset($this->services['cache.app'])) {
  2523.                 yield 'cache.app' => ($this->services['cache.app'] ?? null);
  2524.             }
  2525.             if (isset($this->services['cache.system'])) {
  2526.                 yield 'cache.system' => ($this->services['cache.system'] ?? null);
  2527.             }
  2528.             if (isset($this->privates['cache.validator'])) {
  2529.                 yield 'cache.validator' => ($this->privates['cache.validator'] ?? null);
  2530.             }
  2531.             if (isset($this->privates['cache.serializer'])) {
  2532.                 yield 'cache.serializer' => ($this->privates['cache.serializer'] ?? null);
  2533.             }
  2534.             if (isset($this->privates['cache.annotations'])) {
  2535.                 yield 'cache.annotations' => ($this->privates['cache.annotations'] ?? null);
  2536.             }
  2537.             if (isset($this->privates['cache.property_info'])) {
  2538.                 yield 'cache.property_info' => ($this->privates['cache.property_info'] ?? null);
  2539.             }
  2540.             if (isset($this->privates['cache.messenger.restart_workers_signal'])) {
  2541.                 yield 'cache.messenger.restart_workers_signal' => ($this->privates['cache.messenger.restart_workers_signal'] ?? null);
  2542.             }
  2543.             if (isset($this->privates['.debug.http_client'])) {
  2544.                 yield 'http_client' => ($this->privates['.debug.http_client'] ?? null);
  2545.             }
  2546.             if (isset($this->privates['mailer.message_logger_listener'])) {
  2547.                 yield 'mailer.message_logger_listener' => ($this->privates['mailer.message_logger_listener'] ?? null);
  2548.             }
  2549.             if (isset($this->privates['debug.stopwatch'])) {
  2550.                 yield 'debug.stopwatch' => ($this->privates['debug.stopwatch'] ?? null);
  2551.             }
  2552.             if (isset($this->services['event_dispatcher'])) {
  2553.                 yield 'debug.event_dispatcher' => ($this->services['event_dispatcher'] ?? null);
  2554.             }
  2555.             if (isset($this->privates['.portail_cache_pool.inner'])) {
  2556.                 yield '.portail_cache_pool.inner' => ($this->privates['.portail_cache_pool.inner'] ?? null);
  2557.             }
  2558.             if (isset($this->privates['session_listener'])) {
  2559.                 yield 'session_listener' => ($this->privates['session_listener'] ?? null);
  2560.             }
  2561.             if (isset($this->privates['form.choice_list_factory.cached'])) {
  2562.                 yield 'form.choice_list_factory.cached' => ($this->privates['form.choice_list_factory.cached'] ?? null);
  2563.             }
  2564.             if (isset($this->services['cache.validator_expression_language'])) {
  2565.                 yield 'cache.validator_expression_language' => ($this->services['cache.validator_expression_language'] ?? null);
  2566.             }
  2567.             if (isset($this->privates['messenger.transport.in_memory.factory'])) {
  2568.                 yield 'messenger.transport.in_memory.factory' => ($this->privates['messenger.transport.in_memory.factory'] ?? null);
  2569.             }
  2570.             if (isset($this->services['.container.private.profiler'])) {
  2571.                 yield 'profiler' => ($this->services['.container.private.profiler'] ?? null);
  2572.             }
  2573.             if (isset($this->services['.container.private.validator'])) {
  2574.                 yield 'debug.validator' => ($this->services['.container.private.validator'] ?? null);
  2575.             }
  2576.             if (isset($this->services['.container.private.security.token_storage'])) {
  2577.                 yield 'security.token_storage' => ($this->services['.container.private.security.token_storage'] ?? null);
  2578.             }
  2579.             if (isset($this->privates['cache.security_expression_language'])) {
  2580.                 yield 'cache.security_expression_language' => ($this->privates['cache.security_expression_language'] ?? null);
  2581.             }
  2582.             if (isset($this->privates['debug.security.firewall'])) {
  2583.                 yield 'debug.security.firewall' => ($this->privates['debug.security.firewall'] ?? null);
  2584.             }
  2585.             if (isset($this->privates['twig.form.engine'])) {
  2586.                 yield 'twig.form.engine' => ($this->privates['twig.form.engine'] ?? null);
  2587.             }
  2588.             if (isset($this->privates['monolog.handler.stdout_info'])) {
  2589.                 yield 'monolog.handler.stdout_info' => ($this->privates['monolog.handler.stdout_info'] ?? null);
  2590.             }
  2591.             if (isset($this->privates['monolog.handler.stderr_errors'])) {
  2592.                 yield 'monolog.handler.stderr_errors' => ($this->privates['monolog.handler.stderr_errors'] ?? null);
  2593.             }
  2594.             if (isset($this->privates['monolog.handler.php_errors'])) {
  2595.                 yield 'monolog.handler.php_errors' => ($this->privates['monolog.handler.php_errors'] ?? null);
  2596.             }
  2597.             if (isset($this->privates['monolog.handler.deprecation'])) {
  2598.                 yield 'monolog.handler.deprecation' => ($this->privates['monolog.handler.deprecation'] ?? null);
  2599.             }
  2600.             if (isset($this->privates['.debug.http_client'])) {
  2601.                 yield '.debug.http_client' => ($this->privates['.debug.http_client'] ?? null);
  2602.             }
  2603.             if (isset($this->privates['.debug.app.calendar.client'])) {
  2604.                 yield '.debug.app.calendar.client' => ($this->privates['.debug.app.calendar.client'] ?? null);
  2605.             }
  2606.             if (isset($this->privates['.debug.app.industrial.sites.client'])) {
  2607.                 yield '.debug.app.industrial.sites.client' => ($this->privates['.debug.app.industrial.sites.client'] ?? null);
  2608.             }
  2609.             if (isset($this->privates['.debug.app.incidents.client'])) {
  2610.                 yield '.debug.app.incidents.client' => ($this->privates['.debug.app.incidents.client'] ?? null);
  2611.             }
  2612.             if (isset($this->privates['.debug.app.heimdall.client'])) {
  2613.                 yield '.debug.app.heimdall.client' => ($this->privates['.debug.app.heimdall.client'] ?? null);
  2614.             }
  2615.             if (isset($this->privates['.debug.app.geoserver.client'])) {
  2616.                 yield '.debug.app.geoserver.client' => ($this->privates['.debug.app.geoserver.client'] ?? null);
  2617.             }
  2618.             if (isset($this->privates['.debug.app.admin.mayan.client'])) {
  2619.                 yield '.debug.app.admin.mayan.client' => ($this->privates['.debug.app.admin.mayan.client'] ?? null);
  2620.             }
  2621.             if (isset($this->privates['.debug.app.user.mayan.client'])) {
  2622.                 yield '.debug.app.user.mayan.client' => ($this->privates['.debug.app.user.mayan.client'] ?? null);
  2623.             }
  2624.             if (isset($this->privates['.debug.app.mdm.client'])) {
  2625.                 yield '.debug.app.mdm.client' => ($this->privates['.debug.app.mdm.client'] ?? null);
  2626.             }
  2627.             if (isset($this->privates['.debug.app.metabase.client'])) {
  2628.                 yield '.debug.app.metabase.client' => ($this->privates['.debug.app.metabase.client'] ?? null);
  2629.             }
  2630.             if (isset($this->privates['.debug.app.public.space.planner.client'])) {
  2631.                 yield '.debug.app.public.space.planner.client' => ($this->privates['.debug.app.public.space.planner.client'] ?? null);
  2632.             }
  2633.             if (isset($this->privates['.debug.app.request.client'])) {
  2634.                 yield '.debug.app.request.client' => ($this->privates['.debug.app.request.client'] ?? null);
  2635.             }
  2636.             if (isset($this->privates['.debug.app.signal.client'])) {
  2637.                 yield '.debug.app.signal.client' => ($this->privates['.debug.app.signal.client'] ?? null);
  2638.             }
  2639.             if (isset($this->privates['.debug.app.thingsboard.client'])) {
  2640.                 yield '.debug.app.thingsboard.client' => ($this->privates['.debug.app.thingsboard.client'] ?? null);
  2641.             }
  2642.             if (isset($this->privates['.debug.app.vdm.itv.client'])) {
  2643.                 yield '.debug.app.vdm.itv.client' => ($this->privates['.debug.app.vdm.itv.client'] ?? null);
  2644.             }
  2645.             if (isset($this->privates['.debug.app.vdm.hydrometric.client'])) {
  2646.                 yield '.debug.app.vdm.hydrometric.client' => ($this->privates['.debug.app.vdm.hydrometric.client'] ?? null);
  2647.             }
  2648.             if (isset($this->privates['.debug.app.vdm.waterCycle.client'])) {
  2649.                 yield '.debug.app.vdm.waterCycle.client' => ($this->privates['.debug.app.vdm.waterCycle.client'] ?? null);
  2650.             }
  2651.             if (isset($this->privates['.debug.app.vdm.waterQuality.client'])) {
  2652.                 yield '.debug.app.vdm.waterQuality.client' => ($this->privates['.debug.app.vdm.waterQuality.client'] ?? null);
  2653.             }
  2654.             if (isset($this->privates['.debug.app.vdm.weather.client'])) {
  2655.                 yield '.debug.app.vdm.weather.client' => ($this->privates['.debug.app.vdm.weather.client'] ?? null);
  2656.             }
  2657.         }, function () {
  2658.             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['cache.messenger.restart_workers_signal'])) + (int) (isset($this->privates['.debug.http_client'])) + (int) (isset($this->privates['mailer.message_logger_listener'])) + (int) (isset($this->privates['debug.stopwatch'])) + (int) (isset($this->services['event_dispatcher'])) + (int) (isset($this->privates['.portail_cache_pool.inner'])) + (int) (isset($this->privates['session_listener'])) + (int) (isset($this->privates['form.choice_list_factory.cached'])) + (int) (isset($this->services['cache.validator_expression_language'])) + (int) (isset($this->privates['messenger.transport.in_memory.factory'])) + (int) (isset($this->services['.container.private.profiler'])) + (int) (isset($this->services['.container.private.validator'])) + (int) (isset($this->services['.container.private.security.token_storage'])) + (int) (isset($this->privates['cache.security_expression_language'])) + (int) (isset($this->privates['debug.security.firewall'])) + (int) (isset($this->privates['twig.form.engine'])) + (int) (isset($this->privates['monolog.handler.stdout_info'])) + (int) (isset($this->privates['monolog.handler.stderr_errors'])) + (int) (isset($this->privates['monolog.handler.php_errors'])) + (int) (isset($this->privates['monolog.handler.deprecation'])) + (int) (isset($this->privates['.debug.http_client'])) + (int) (isset($this->privates['.debug.app.calendar.client'])) + (int) (isset($this->privates['.debug.app.industrial.sites.client'])) + (int) (isset($this->privates['.debug.app.incidents.client'])) + (int) (isset($this->privates['.debug.app.heimdall.client'])) + (int) (isset($this->privates['.debug.app.geoserver.client'])) + (int) (isset($this->privates['.debug.app.admin.mayan.client'])) + (int) (isset($this->privates['.debug.app.user.mayan.client'])) + (int) (isset($this->privates['.debug.app.mdm.client'])) + (int) (isset($this->privates['.debug.app.metabase.client'])) + (int) (isset($this->privates['.debug.app.public.space.planner.client'])) + (int) (isset($this->privates['.debug.app.request.client'])) + (int) (isset($this->privates['.debug.app.signal.client'])) + (int) (isset($this->privates['.debug.app.thingsboard.client'])) + (int) (isset($this->privates['.debug.app.vdm.itv.client'])) + (int) (isset($this->privates['.debug.app.vdm.hydrometric.client'])) + (int) (isset($this->privates['.debug.app.vdm.waterCycle.client'])) + (int) (isset($this->privates['.debug.app.vdm.waterQuality.client'])) + (int) (isset($this->privates['.debug.app.vdm.weather.client']));
  2659.         }), ['cache.app' => [=> 'reset'], 'cache.system' => [=> 'reset'], 'cache.validator' => [=> 'reset'], 'cache.serializer' => [=> 'reset'], 'cache.annotations' => [=> 'reset'], 'cache.property_info' => [=> 'reset'], 'cache.messenger.restart_workers_signal' => [=> 'reset'], 'http_client' => [=> '?reset'], 'mailer.message_logger_listener' => [=> 'reset'], 'debug.stopwatch' => [=> 'reset'], 'debug.event_dispatcher' => [=> 'reset'], '.portail_cache_pool.inner' => [=> 'reset'], 'session_listener' => [=> 'reset'], 'form.choice_list_factory.cached' => [=> 'reset'], 'cache.validator_expression_language' => [=> 'reset'], 'messenger.transport.in_memory.factory' => [=> 'reset'], 'profiler' => [=> 'reset'], 'debug.validator' => [=> 'reset'], 'security.token_storage' => [=> 'disableUsageTracking'=> 'setToken'], 'cache.security_expression_language' => [=> 'reset'], 'debug.security.firewall' => [=> 'reset'], 'twig.form.engine' => [=> 'reset'], 'monolog.handler.stdout_info' => [=> 'reset'], 'monolog.handler.stderr_errors' => [=> 'reset'], 'monolog.handler.php_errors' => [=> 'reset'], 'monolog.handler.deprecation' => [=> 'reset'], '.debug.http_client' => [=> 'reset'], '.debug.app.calendar.client' => [=> 'reset'], '.debug.app.industrial.sites.client' => [=> 'reset'], '.debug.app.incidents.client' => [=> 'reset'], '.debug.app.heimdall.client' => [=> 'reset'], '.debug.app.geoserver.client' => [=> 'reset'], '.debug.app.admin.mayan.client' => [=> 'reset'], '.debug.app.user.mayan.client' => [=> 'reset'], '.debug.app.mdm.client' => [=> 'reset'], '.debug.app.metabase.client' => [=> 'reset'], '.debug.app.public.space.planner.client' => [=> 'reset'], '.debug.app.request.client' => [=> 'reset'], '.debug.app.signal.client' => [=> 'reset'], '.debug.app.thingsboard.client' => [=> 'reset'], '.debug.app.vdm.itv.client' => [=> 'reset'], '.debug.app.vdm.hydrometric.client' => [=> 'reset'], '.debug.app.vdm.waterCycle.client' => [=> 'reset'], '.debug.app.vdm.waterQuality.client' => [=> 'reset'], '.debug.app.vdm.weather.client' => [=> 'reset']]);
  2660.     }
  2661.     /**
  2662.      * Gets the public 'translator' shared service.
  2663.      *
  2664.      * @return \Symfony\Component\Translation\DataCollectorTranslator
  2665.      */
  2666.     protected function getTranslatorService()
  2667.     {
  2668.         return $this->services['translator'] = new \Symfony\Component\Translation\DataCollectorTranslator(($this->privates['translator.default'] ?? $this->getTranslator_DefaultService()));
  2669.     }
  2670.     /**
  2671.      * Gets the public 'web_profiler.controller.exception_panel' shared service.
  2672.      *
  2673.      * @return \Symfony\Bundle\WebProfilerBundle\Controller\ExceptionPanelController
  2674.      */
  2675.     protected function getWebProfiler_Controller_ExceptionPanelService()
  2676.     {
  2677.         include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Controller/ExceptionPanelController.php';
  2678.         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['.container.private.profiler'] ?? $this->get_Container_Private_ProfilerService()));
  2679.     }
  2680.     /**
  2681.      * Gets the public 'web_profiler.controller.profiler' shared service.
  2682.      *
  2683.      * @return \Symfony\Bundle\WebProfilerBundle\Controller\ProfilerController
  2684.      */
  2685.     protected function getWebProfiler_Controller_ProfilerService()
  2686.     {
  2687.         include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Controller/ProfilerController.php';
  2688.         return $this->services['web_profiler.controller.profiler'] = new \Symfony\Bundle\WebProfilerBundle\Controller\ProfilerController(($this->services['router'] ?? $this->getRouterService()), ($this->services['.container.private.profiler'] ?? $this->get_Container_Private_ProfilerService()), ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()), $this->parameters['data_collector.templates'], ($this->privates['web_profiler.csp.handler'] ?? $this->getWebProfiler_Csp_HandlerService()), \dirname(__DIR__4));
  2689.     }
  2690.     /**
  2691.      * Gets the public 'web_profiler.controller.router' shared service.
  2692.      *
  2693.      * @return \Symfony\Bundle\WebProfilerBundle\Controller\RouterController
  2694.      */
  2695.     protected function getWebProfiler_Controller_RouterService()
  2696.     {
  2697.         include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Controller/RouterController.php';
  2698.         return $this->services['web_profiler.controller.router'] = new \Symfony\Bundle\WebProfilerBundle\Controller\RouterController(($this->services['.container.private.profiler'] ?? $this->get_Container_Private_ProfilerService()), ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()), ($this->services['router'] ?? $this->getRouterService()), NULL, new RewindableGenerator(function () {
  2699.             yield => ($this->privates['router.expression_language_provider'] ?? $this->getRouter_ExpressionLanguageProviderService());
  2700.         }, 1));
  2701.     }
  2702.     /**
  2703.      * Gets the private '.App\Command\UserGenerateCommand.lazy' shared service.
  2704.      *
  2705.      * @return \Symfony\Component\Console\Command\LazyCommand
  2706.      */
  2707.     protected function getUserGenerateCommand_LazyService()
  2708.     {
  2709.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2710.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2711.         return $this->privates['.App\\Command\\UserGenerateCommand.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('app:user:generate-token', [], 'Generate an user with email and roles'false, function (): \App\Command\UserGenerateCommand {
  2712.             return ($this->privates['App\\Command\\UserGenerateCommand'] ?? $this->getUserGenerateCommandService());
  2713.         });
  2714.     }
  2715.     /**
  2716.      * Gets the private '.console.command.about.lazy' shared service.
  2717.      *
  2718.      * @return \Symfony\Component\Console\Command\LazyCommand
  2719.      */
  2720.     protected function get_Console_Command_About_LazyService()
  2721.     {
  2722.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2723.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2724.         return $this->privates['.console.command.about.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('about', [], 'Display information about the current project'false, function (): \Symfony\Bundle\FrameworkBundle\Command\AboutCommand {
  2725.             return ($this->privates['console.command.about'] ?? $this->getConsole_Command_AboutService());
  2726.         });
  2727.     }
  2728.     /**
  2729.      * Gets the private '.console.command.assets_install.lazy' shared service.
  2730.      *
  2731.      * @return \Symfony\Component\Console\Command\LazyCommand
  2732.      */
  2733.     protected function get_Console_Command_AssetsInstall_LazyService()
  2734.     {
  2735.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2736.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2737.         return $this->privates['.console.command.assets_install.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('assets:install', [], 'Install bundle\'s web assets under a public directory'false, function (): \Symfony\Bundle\FrameworkBundle\Command\AssetsInstallCommand {
  2738.             return ($this->privates['console.command.assets_install'] ?? $this->getConsole_Command_AssetsInstallService());
  2739.         });
  2740.     }
  2741.     /**
  2742.      * Gets the private '.console.command.cache_clear.lazy' shared service.
  2743.      *
  2744.      * @return \Symfony\Component\Console\Command\LazyCommand
  2745.      */
  2746.     protected function get_Console_Command_CacheClear_LazyService()
  2747.     {
  2748.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2749.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2750.         return $this->privates['.console.command.cache_clear.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('cache:clear', [], 'Clear the cache'false, function (): \Symfony\Bundle\FrameworkBundle\Command\CacheClearCommand {
  2751.             return ($this->privates['console.command.cache_clear'] ?? $this->getConsole_Command_CacheClearService());
  2752.         });
  2753.     }
  2754.     /**
  2755.      * Gets the private '.console.command.cache_pool_clear.lazy' shared service.
  2756.      *
  2757.      * @return \Symfony\Component\Console\Command\LazyCommand
  2758.      */
  2759.     protected function get_Console_Command_CachePoolClear_LazyService()
  2760.     {
  2761.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2762.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2763.         return $this->privates['.console.command.cache_pool_clear.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('cache:pool:clear', [], 'Clear cache pools'false, function (): \Symfony\Bundle\FrameworkBundle\Command\CachePoolClearCommand {
  2764.             return ($this->privates['console.command.cache_pool_clear'] ?? $this->getConsole_Command_CachePoolClearService());
  2765.         });
  2766.     }
  2767.     /**
  2768.      * Gets the private '.console.command.cache_pool_delete.lazy' shared service.
  2769.      *
  2770.      * @return \Symfony\Component\Console\Command\LazyCommand
  2771.      */
  2772.     protected function get_Console_Command_CachePoolDelete_LazyService()
  2773.     {
  2774.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2775.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2776.         return $this->privates['.console.command.cache_pool_delete.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('cache:pool:delete', [], 'Delete an item from a cache pool'false, function (): \Symfony\Bundle\FrameworkBundle\Command\CachePoolDeleteCommand {
  2777.             return ($this->privates['console.command.cache_pool_delete'] ?? $this->getConsole_Command_CachePoolDeleteService());
  2778.         });
  2779.     }
  2780.     /**
  2781.      * Gets the private '.console.command.cache_pool_list.lazy' shared service.
  2782.      *
  2783.      * @return \Symfony\Component\Console\Command\LazyCommand
  2784.      */
  2785.     protected function get_Console_Command_CachePoolList_LazyService()
  2786.     {
  2787.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2788.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2789.         return $this->privates['.console.command.cache_pool_list.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('cache:pool:list', [], 'List available cache pools'false, function (): \Symfony\Bundle\FrameworkBundle\Command\CachePoolListCommand {
  2790.             return ($this->privates['console.command.cache_pool_list'] ?? $this->getConsole_Command_CachePoolListService());
  2791.         });
  2792.     }
  2793.     /**
  2794.      * Gets the private '.console.command.cache_pool_prune.lazy' shared service.
  2795.      *
  2796.      * @return \Symfony\Component\Console\Command\LazyCommand
  2797.      */
  2798.     protected function get_Console_Command_CachePoolPrune_LazyService()
  2799.     {
  2800.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2801.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2802.         return $this->privates['.console.command.cache_pool_prune.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('cache:pool:prune', [], 'Prune cache pools'false, function (): \Symfony\Bundle\FrameworkBundle\Command\CachePoolPruneCommand {
  2803.             return ($this->privates['console.command.cache_pool_prune'] ?? $this->getConsole_Command_CachePoolPruneService());
  2804.         });
  2805.     }
  2806.     /**
  2807.      * Gets the private '.console.command.cache_warmup.lazy' shared service.
  2808.      *
  2809.      * @return \Symfony\Component\Console\Command\LazyCommand
  2810.      */
  2811.     protected function get_Console_Command_CacheWarmup_LazyService()
  2812.     {
  2813.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2814.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2815.         return $this->privates['.console.command.cache_warmup.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('cache:warmup', [], 'Warm up an empty cache'false, function (): \Symfony\Bundle\FrameworkBundle\Command\CacheWarmupCommand {
  2816.             return ($this->privates['console.command.cache_warmup'] ?? $this->getConsole_Command_CacheWarmupService());
  2817.         });
  2818.     }
  2819.     /**
  2820.      * Gets the private '.console.command.config_debug.lazy' shared service.
  2821.      *
  2822.      * @return \Symfony\Component\Console\Command\LazyCommand
  2823.      */
  2824.     protected function get_Console_Command_ConfigDebug_LazyService()
  2825.     {
  2826.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2827.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2828.         return $this->privates['.console.command.config_debug.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('debug:config', [], 'Dump the current configuration for an extension'false, function (): \Symfony\Bundle\FrameworkBundle\Command\ConfigDebugCommand {
  2829.             return ($this->privates['console.command.config_debug'] ?? $this->getConsole_Command_ConfigDebugService());
  2830.         });
  2831.     }
  2832.     /**
  2833.      * Gets the private '.console.command.config_dump_reference.lazy' shared service.
  2834.      *
  2835.      * @return \Symfony\Component\Console\Command\LazyCommand
  2836.      */
  2837.     protected function get_Console_Command_ConfigDumpReference_LazyService()
  2838.     {
  2839.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2840.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2841.         return $this->privates['.console.command.config_dump_reference.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('config:dump-reference', [], 'Dump the default configuration for an extension'false, function (): \Symfony\Bundle\FrameworkBundle\Command\ConfigDumpReferenceCommand {
  2842.             return ($this->privates['console.command.config_dump_reference'] ?? $this->getConsole_Command_ConfigDumpReferenceService());
  2843.         });
  2844.     }
  2845.     /**
  2846.      * Gets the private '.console.command.container_debug.lazy' shared service.
  2847.      *
  2848.      * @return \Symfony\Component\Console\Command\LazyCommand
  2849.      */
  2850.     protected function get_Console_Command_ContainerDebug_LazyService()
  2851.     {
  2852.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2853.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2854.         return $this->privates['.console.command.container_debug.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('debug:container', [], 'Display current services for an application'false, function (): \Symfony\Bundle\FrameworkBundle\Command\ContainerDebugCommand {
  2855.             return ($this->privates['console.command.container_debug'] ?? $this->getConsole_Command_ContainerDebugService());
  2856.         });
  2857.     }
  2858.     /**
  2859.      * Gets the private '.console.command.container_lint.lazy' shared service.
  2860.      *
  2861.      * @return \Symfony\Component\Console\Command\LazyCommand
  2862.      */
  2863.     protected function get_Console_Command_ContainerLint_LazyService()
  2864.     {
  2865.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2866.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2867.         return $this->privates['.console.command.container_lint.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('lint:container', [], 'Ensure that arguments injected into services match type declarations'false, function (): \Symfony\Bundle\FrameworkBundle\Command\ContainerLintCommand {
  2868.             return ($this->privates['console.command.container_lint'] ?? $this->getConsole_Command_ContainerLintService());
  2869.         });
  2870.     }
  2871.     /**
  2872.      * Gets the private '.console.command.debug_autowiring.lazy' shared service.
  2873.      *
  2874.      * @return \Symfony\Component\Console\Command\LazyCommand
  2875.      */
  2876.     protected function get_Console_Command_DebugAutowiring_LazyService()
  2877.     {
  2878.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2879.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2880.         return $this->privates['.console.command.debug_autowiring.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('debug:autowiring', [], 'List classes/interfaces you can use for autowiring'false, function (): \Symfony\Bundle\FrameworkBundle\Command\DebugAutowiringCommand {
  2881.             return ($this->privates['console.command.debug_autowiring'] ?? $this->getConsole_Command_DebugAutowiringService());
  2882.         });
  2883.     }
  2884.     /**
  2885.      * Gets the private '.console.command.dotenv_debug.lazy' shared service.
  2886.      *
  2887.      * @return \Symfony\Component\Console\Command\LazyCommand
  2888.      */
  2889.     protected function get_Console_Command_DotenvDebug_LazyService()
  2890.     {
  2891.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2892.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2893.         return $this->privates['.console.command.dotenv_debug.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('debug:dotenv', [], 'Lists all dotenv files with variables and values'false, function (): \Symfony\Component\Dotenv\Command\DebugCommand {
  2894.             return ($this->privates['console.command.dotenv_debug'] ?? $this->getConsole_Command_DotenvDebugService());
  2895.         });
  2896.     }
  2897.     /**
  2898.      * Gets the private '.console.command.event_dispatcher_debug.lazy' shared service.
  2899.      *
  2900.      * @return \Symfony\Component\Console\Command\LazyCommand
  2901.      */
  2902.     protected function get_Console_Command_EventDispatcherDebug_LazyService()
  2903.     {
  2904.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2905.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2906.         return $this->privates['.console.command.event_dispatcher_debug.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('debug:event-dispatcher', [], 'Display configured listeners for an application'false, function (): \Symfony\Bundle\FrameworkBundle\Command\EventDispatcherDebugCommand {
  2907.             return ($this->privates['console.command.event_dispatcher_debug'] ?? $this->getConsole_Command_EventDispatcherDebugService());
  2908.         });
  2909.     }
  2910.     /**
  2911.      * Gets the private '.console.command.form_debug.lazy' shared service.
  2912.      *
  2913.      * @return \Symfony\Component\Console\Command\LazyCommand
  2914.      */
  2915.     protected function get_Console_Command_FormDebug_LazyService()
  2916.     {
  2917.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2918.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2919.         return $this->privates['.console.command.form_debug.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('debug:form', [], 'Display form type information'false, function (): \Symfony\Component\Form\Command\DebugCommand {
  2920.             return ($this->privates['console.command.form_debug'] ?? $this->getConsole_Command_FormDebugService());
  2921.         });
  2922.     }
  2923.     /**
  2924.      * Gets the private '.console.command.messenger_consume_messages.lazy' shared service.
  2925.      *
  2926.      * @return \Symfony\Component\Console\Command\LazyCommand
  2927.      */
  2928.     protected function get_Console_Command_MessengerConsumeMessages_LazyService()
  2929.     {
  2930.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2931.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2932.         return $this->privates['.console.command.messenger_consume_messages.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('messenger:consume', [], 'Consume messages'false, function (): \Symfony\Component\Messenger\Command\ConsumeMessagesCommand {
  2933.             return ($this->privates['console.command.messenger_consume_messages'] ?? $this->getConsole_Command_MessengerConsumeMessagesService());
  2934.         });
  2935.     }
  2936.     /**
  2937.      * Gets the private '.console.command.messenger_debug.lazy' shared service.
  2938.      *
  2939.      * @return \Symfony\Component\Console\Command\LazyCommand
  2940.      */
  2941.     protected function get_Console_Command_MessengerDebug_LazyService()
  2942.     {
  2943.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2944.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2945.         return $this->privates['.console.command.messenger_debug.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('debug:messenger', [], 'List messages you can dispatch using the message buses'false, function (): \Symfony\Component\Messenger\Command\DebugCommand {
  2946.             return ($this->privates['console.command.messenger_debug'] ?? $this->getConsole_Command_MessengerDebugService());
  2947.         });
  2948.     }
  2949.     /**
  2950.      * Gets the private '.console.command.messenger_setup_transports.lazy' shared service.
  2951.      *
  2952.      * @return \Symfony\Component\Console\Command\LazyCommand
  2953.      */
  2954.     protected function get_Console_Command_MessengerSetupTransports_LazyService()
  2955.     {
  2956.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2957.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2958.         return $this->privates['.console.command.messenger_setup_transports.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('messenger:setup-transports', [], 'Prepare the required infrastructure for the transport'false, function (): \Symfony\Component\Messenger\Command\SetupTransportsCommand {
  2959.             return ($this->privates['console.command.messenger_setup_transports'] ?? $this->getConsole_Command_MessengerSetupTransportsService());
  2960.         });
  2961.     }
  2962.     /**
  2963.      * Gets the private '.console.command.messenger_stop_workers.lazy' shared service.
  2964.      *
  2965.      * @return \Symfony\Component\Console\Command\LazyCommand
  2966.      */
  2967.     protected function get_Console_Command_MessengerStopWorkers_LazyService()
  2968.     {
  2969.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2970.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2971.         return $this->privates['.console.command.messenger_stop_workers.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('messenger:stop-workers', [], 'Stop workers after their current message'false, function (): \Symfony\Component\Messenger\Command\StopWorkersCommand {
  2972.             return ($this->privates['console.command.messenger_stop_workers'] ?? $this->getConsole_Command_MessengerStopWorkersService());
  2973.         });
  2974.     }
  2975.     /**
  2976.      * Gets the private '.console.command.router_debug.lazy' shared service.
  2977.      *
  2978.      * @return \Symfony\Component\Console\Command\LazyCommand
  2979.      */
  2980.     protected function get_Console_Command_RouterDebug_LazyService()
  2981.     {
  2982.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2983.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2984.         return $this->privates['.console.command.router_debug.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('debug:router', [], 'Display current routes for an application'false, function (): \Symfony\Bundle\FrameworkBundle\Command\RouterDebugCommand {
  2985.             return ($this->privates['console.command.router_debug'] ?? $this->getConsole_Command_RouterDebugService());
  2986.         });
  2987.     }
  2988.     /**
  2989.      * Gets the private '.console.command.router_match.lazy' shared service.
  2990.      *
  2991.      * @return \Symfony\Component\Console\Command\LazyCommand
  2992.      */
  2993.     protected function get_Console_Command_RouterMatch_LazyService()
  2994.     {
  2995.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2996.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2997.         return $this->privates['.console.command.router_match.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('router:match', [], 'Help debug routes by simulating a path info match'false, function (): \Symfony\Bundle\FrameworkBundle\Command\RouterMatchCommand {
  2998.             return ($this->privates['console.command.router_match'] ?? $this->getConsole_Command_RouterMatchService());
  2999.         });
  3000.     }
  3001.     /**
  3002.      * Gets the private '.console.command.secrets_decrypt_to_local.lazy' shared service.
  3003.      *
  3004.      * @return \Symfony\Component\Console\Command\LazyCommand
  3005.      */
  3006.     protected function get_Console_Command_SecretsDecryptToLocal_LazyService()
  3007.     {
  3008.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3009.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3010.         return $this->privates['.console.command.secrets_decrypt_to_local.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('secrets:decrypt-to-local', [], 'Decrypt all secrets and stores them in the local vault'false, function (): \Symfony\Bundle\FrameworkBundle\Command\SecretsDecryptToLocalCommand {
  3011.             return ($this->privates['console.command.secrets_decrypt_to_local'] ?? $this->getConsole_Command_SecretsDecryptToLocalService());
  3012.         });
  3013.     }
  3014.     /**
  3015.      * Gets the private '.console.command.secrets_encrypt_from_local.lazy' shared service.
  3016.      *
  3017.      * @return \Symfony\Component\Console\Command\LazyCommand
  3018.      */
  3019.     protected function get_Console_Command_SecretsEncryptFromLocal_LazyService()
  3020.     {
  3021.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3022.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3023.         return $this->privates['.console.command.secrets_encrypt_from_local.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('secrets:encrypt-from-local', [], 'Encrypt all local secrets to the vault'false, function (): \Symfony\Bundle\FrameworkBundle\Command\SecretsEncryptFromLocalCommand {
  3024.             return ($this->privates['console.command.secrets_encrypt_from_local'] ?? $this->getConsole_Command_SecretsEncryptFromLocalService());
  3025.         });
  3026.     }
  3027.     /**
  3028.      * Gets the private '.console.command.secrets_generate_key.lazy' shared service.
  3029.      *
  3030.      * @return \Symfony\Component\Console\Command\LazyCommand
  3031.      */
  3032.     protected function get_Console_Command_SecretsGenerateKey_LazyService()
  3033.     {
  3034.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3035.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3036.         return $this->privates['.console.command.secrets_generate_key.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('secrets:generate-keys', [], 'Generate new encryption keys'false, function (): \Symfony\Bundle\FrameworkBundle\Command\SecretsGenerateKeysCommand {
  3037.             return ($this->privates['console.command.secrets_generate_key'] ?? $this->getConsole_Command_SecretsGenerateKeyService());
  3038.         });
  3039.     }
  3040.     /**
  3041.      * Gets the private '.console.command.secrets_list.lazy' shared service.
  3042.      *
  3043.      * @return \Symfony\Component\Console\Command\LazyCommand
  3044.      */
  3045.     protected function get_Console_Command_SecretsList_LazyService()
  3046.     {
  3047.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3048.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3049.         return $this->privates['.console.command.secrets_list.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('secrets:list', [], 'List all secrets'false, function (): \Symfony\Bundle\FrameworkBundle\Command\SecretsListCommand {
  3050.             return ($this->privates['console.command.secrets_list'] ?? $this->getConsole_Command_SecretsListService());
  3051.         });
  3052.     }
  3053.     /**
  3054.      * Gets the private '.console.command.secrets_remove.lazy' shared service.
  3055.      *
  3056.      * @return \Symfony\Component\Console\Command\LazyCommand
  3057.      */
  3058.     protected function get_Console_Command_SecretsRemove_LazyService()
  3059.     {
  3060.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3061.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3062.         return $this->privates['.console.command.secrets_remove.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('secrets:remove', [], 'Remove a secret from the vault'false, function (): \Symfony\Bundle\FrameworkBundle\Command\SecretsRemoveCommand {
  3063.             return ($this->privates['console.command.secrets_remove'] ?? $this->getConsole_Command_SecretsRemoveService());
  3064.         });
  3065.     }
  3066.     /**
  3067.      * Gets the private '.console.command.secrets_set.lazy' shared service.
  3068.      *
  3069.      * @return \Symfony\Component\Console\Command\LazyCommand
  3070.      */
  3071.     protected function get_Console_Command_SecretsSet_LazyService()
  3072.     {
  3073.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3074.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3075.         return $this->privates['.console.command.secrets_set.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('secrets:set', [], 'Set a secret in the vault'false, function (): \Symfony\Bundle\FrameworkBundle\Command\SecretsSetCommand {
  3076.             return ($this->privates['console.command.secrets_set'] ?? $this->getConsole_Command_SecretsSetService());
  3077.         });
  3078.     }
  3079.     /**
  3080.      * Gets the private '.console.command.translation_debug.lazy' shared service.
  3081.      *
  3082.      * @return \Symfony\Component\Console\Command\LazyCommand
  3083.      */
  3084.     protected function get_Console_Command_TranslationDebug_LazyService()
  3085.     {
  3086.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3087.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3088.         return $this->privates['.console.command.translation_debug.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('debug:translation', [], 'Display translation messages information'false, function (): \Symfony\Bundle\FrameworkBundle\Command\TranslationDebugCommand {
  3089.             return ($this->privates['console.command.translation_debug'] ?? $this->getConsole_Command_TranslationDebugService());
  3090.         });
  3091.     }
  3092.     /**
  3093.      * Gets the private '.console.command.translation_extract.lazy' shared service.
  3094.      *
  3095.      * @return \Symfony\Component\Console\Command\LazyCommand
  3096.      */
  3097.     protected function get_Console_Command_TranslationExtract_LazyService()
  3098.     {
  3099.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3100.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3101.         return $this->privates['.console.command.translation_extract.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('translation:extract', [=> 'translation:update'], 'Extract missing translations keys from code to translation files.'false, function (): \Symfony\Bundle\FrameworkBundle\Command\TranslationUpdateCommand {
  3102.             return ($this->privates['console.command.translation_extract'] ?? $this->getConsole_Command_TranslationExtractService());
  3103.         });
  3104.     }
  3105.     /**
  3106.      * Gets the private '.console.command.translation_pull.lazy' shared service.
  3107.      *
  3108.      * @return \Symfony\Component\Console\Command\LazyCommand
  3109.      */
  3110.     protected function get_Console_Command_TranslationPull_LazyService()
  3111.     {
  3112.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3113.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3114.         return $this->privates['.console.command.translation_pull.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('translation:pull', [], 'Pull translations from a given provider.'false, function (): \Symfony\Component\Translation\Command\TranslationPullCommand {
  3115.             return ($this->privates['console.command.translation_pull'] ?? $this->getConsole_Command_TranslationPullService());
  3116.         });
  3117.     }
  3118.     /**
  3119.      * Gets the private '.console.command.translation_push.lazy' shared service.
  3120.      *
  3121.      * @return \Symfony\Component\Console\Command\LazyCommand
  3122.      */
  3123.     protected function get_Console_Command_TranslationPush_LazyService()
  3124.     {
  3125.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3126.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3127.         return $this->privates['.console.command.translation_push.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('translation:push', [], 'Push translations to a given provider.'false, function (): \Symfony\Component\Translation\Command\TranslationPushCommand {
  3128.             return ($this->privates['console.command.translation_push'] ?? $this->getConsole_Command_TranslationPushService());
  3129.         });
  3130.     }
  3131.     /**
  3132.      * Gets the private '.console.command.validator_debug.lazy' shared service.
  3133.      *
  3134.      * @return \Symfony\Component\Console\Command\LazyCommand
  3135.      */
  3136.     protected function get_Console_Command_ValidatorDebug_LazyService()
  3137.     {
  3138.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3139.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3140.         return $this->privates['.console.command.validator_debug.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('debug:validator', [], 'Display validation constraints for classes'false, function (): \Symfony\Component\Validator\Command\DebugCommand {
  3141.             return ($this->privates['console.command.validator_debug'] ?? $this->getConsole_Command_ValidatorDebugService());
  3142.         });
  3143.     }
  3144.     /**
  3145.      * Gets the private '.console.command.xliff_lint.lazy' shared service.
  3146.      *
  3147.      * @return \Symfony\Component\Console\Command\LazyCommand
  3148.      */
  3149.     protected function get_Console_Command_XliffLint_LazyService()
  3150.     {
  3151.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3152.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3153.         return $this->privates['.console.command.xliff_lint.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('lint:xliff', [], 'Lint an XLIFF file and outputs encountered errors'false, function (): \Symfony\Component\Translation\Command\XliffLintCommand {
  3154.             return ($this->privates['console.command.xliff_lint'] ?? $this->getConsole_Command_XliffLintService());
  3155.         });
  3156.     }
  3157.     /**
  3158.      * Gets the private '.console.command.yaml_lint.lazy' shared service.
  3159.      *
  3160.      * @return \Symfony\Component\Console\Command\LazyCommand
  3161.      */
  3162.     protected function get_Console_Command_YamlLint_LazyService()
  3163.     {
  3164.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3165.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3166.         return $this->privates['.console.command.yaml_lint.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('lint:yaml', [], 'Lint a YAML file and outputs encountered errors'false, function (): \Symfony\Bundle\FrameworkBundle\Command\YamlLintCommand {
  3167.             return ($this->privates['console.command.yaml_lint'] ?? $this->getConsole_Command_YamlLintService());
  3168.         });
  3169.     }
  3170.     /**
  3171.      * Gets the private '.debug.app.admin.mayan.client' shared service.
  3172.      *
  3173.      * @return \Symfony\Component\HttpClient\TraceableHttpClient
  3174.      */
  3175.     protected function get_Debug_App_Admin_Mayan_ClientService()
  3176.     {
  3177.         return $this->privates['.debug.app.admin.mayan.client'] = new \Symfony\Component\HttpClient\TraceableHttpClient(\Symfony\Component\HttpClient\ScopingHttpClient::forBaseUri(($this->privates['.debug.http_client.inner'] ?? $this->get_Debug_HttpClient_InnerService()), $this->getEnv('MAYAN_HOST'), ['headers' => ['Accept' => 'application/json''Content-Type' => 'application/json''Accept-Language' => $this->getEnv('default:default_accept_language:MAYAN_ACCEPT_LANGUAGE')], 'query' => [], 'resolve' => []]), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  3178.     }
  3179.     /**
  3180.      * Gets the private '.debug.app.calendar.client' shared service.
  3181.      *
  3182.      * @return \Symfony\Component\HttpClient\TraceableHttpClient
  3183.      */
  3184.     protected function get_Debug_App_Calendar_ClientService()
  3185.     {
  3186.         return $this->privates['.debug.app.calendar.client'] = new \Symfony\Component\HttpClient\TraceableHttpClient(\Symfony\Component\HttpClient\ScopingHttpClient::forBaseUri(($this->privates['.debug.http_client.inner'] ?? $this->get_Debug_HttpClient_InnerService()), $this->getEnv('CALENDAR_HOST'), ['headers' => ['Accept' => 'application/json''Content-Type' => 'application/json''X-AUTH-TOKEN' => $this->getEnv('CALENDAR_API_KEY')], 'query' => [], 'resolve' => []]), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  3187.     }
  3188.     /**
  3189.      * Gets the private '.debug.app.geoserver.client' shared service.
  3190.      *
  3191.      * @return \Symfony\Component\HttpClient\TraceableHttpClient
  3192.      */
  3193.     protected function get_Debug_App_Geoserver_ClientService()
  3194.     {
  3195.         return $this->privates['.debug.app.geoserver.client'] = new \Symfony\Component\HttpClient\TraceableHttpClient(\Symfony\Component\HttpClient\ScopingHttpClient::forBaseUri(($this->privates['.debug.http_client.inner'] ?? $this->get_Debug_HttpClient_InnerService()), $this->getEnv('GEOSERVER_HOST'), ['headers' => ['Authorization' => $this->getEnv('GEOSERVER_API_KEY')], 'query' => [], 'resolve' => []]), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  3196.     }
  3197.     /**
  3198.      * Gets the private '.debug.app.heimdall.client' shared service.
  3199.      *
  3200.      * @return \Symfony\Component\HttpClient\TraceableHttpClient
  3201.      */
  3202.     protected function get_Debug_App_Heimdall_ClientService()
  3203.     {
  3204.         return $this->privates['.debug.app.heimdall.client'] = new \Symfony\Component\HttpClient\TraceableHttpClient(\Symfony\Component\HttpClient\ScopingHttpClient::forBaseUri(($this->privates['.debug.http_client.inner'] ?? $this->get_Debug_HttpClient_InnerService()), $this->getEnv('HEIMDALL_HOST'), ['headers' => ['X-AUTH-TOKEN' => $this->getEnv('HEIMDALL_API_KEY')], 'query' => [], 'resolve' => []]), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  3205.     }
  3206.     /**
  3207.      * Gets the private '.debug.app.incidents.client' shared service.
  3208.      *
  3209.      * @return \Symfony\Component\HttpClient\TraceableHttpClient
  3210.      */
  3211.     protected function get_Debug_App_Incidents_ClientService()
  3212.     {
  3213.         return $this->privates['.debug.app.incidents.client'] = new \Symfony\Component\HttpClient\TraceableHttpClient(\Symfony\Component\HttpClient\ScopingHttpClient::forBaseUri(($this->privates['.debug.http_client.inner'] ?? $this->get_Debug_HttpClient_InnerService()), $this->getEnv('INCIDENTS_API_HOST'), ['headers' => ['Accept' => 'application/json''Content-Type' => 'application/json'], 'query' => [], 'resolve' => []]), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  3214.     }
  3215.     /**
  3216.      * Gets the private '.debug.app.industrial.sites.client' shared service.
  3217.      *
  3218.      * @return \Symfony\Component\HttpClient\TraceableHttpClient
  3219.      */
  3220.     protected function get_Debug_App_Industrial_Sites_ClientService()
  3221.     {
  3222.         return $this->privates['.debug.app.industrial.sites.client'] = new \Symfony\Component\HttpClient\TraceableHttpClient(\Symfony\Component\HttpClient\ScopingHttpClient::forBaseUri(($this->privates['.debug.http_client.inner'] ?? $this->get_Debug_HttpClient_InnerService()), $this->getEnv('INDUSTRIAL_SITES_HOST'), ['headers' => ['Accept' => 'application/json''Content-Type' => 'application/json''X-AUTH-TOKEN' => $this->getEnv('INDUSTRIAL_SITES_API_KEY')], 'query' => [], 'resolve' => []]), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  3223.     }
  3224.     /**
  3225.      * Gets the private '.debug.app.mdm.client' shared service.
  3226.      *
  3227.      * @return \Symfony\Component\HttpClient\TraceableHttpClient
  3228.      */
  3229.     protected function get_Debug_App_Mdm_ClientService()
  3230.     {
  3231.         return $this->privates['.debug.app.mdm.client'] = new \Symfony\Component\HttpClient\TraceableHttpClient(\Symfony\Component\HttpClient\ScopingHttpClient::forBaseUri(($this->privates['.debug.http_client.inner'] ?? $this->get_Debug_HttpClient_InnerService()), $this->getEnv('MDM_HOST'), ['headers' => ['Authorization' => $this->getEnv('MDM_API_KEY')], 'query' => [], 'resolve' => []]), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  3232.     }
  3233.     /**
  3234.      * Gets the private '.debug.app.metabase.client' shared service.
  3235.      *
  3236.      * @return \Symfony\Component\HttpClient\TraceableHttpClient
  3237.      */
  3238.     protected function get_Debug_App_Metabase_ClientService()
  3239.     {
  3240.         return $this->privates['.debug.app.metabase.client'] = new \Symfony\Component\HttpClient\TraceableHttpClient(\Symfony\Component\HttpClient\ScopingHttpClient::forBaseUri(($this->privates['.debug.http_client.inner'] ?? $this->get_Debug_HttpClient_InnerService()), $this->getEnv('METABASE_HOST'), ['headers' => ['x-api-key' => $this->getEnv('METABASE_API_KEY'), 'Accept' => 'application/json''Content-Type' => 'application/json'], 'query' => [], 'resolve' => []]), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  3241.     }
  3242.     /**
  3243.      * Gets the private '.debug.app.public.space.planner.client' shared service.
  3244.      *
  3245.      * @return \Symfony\Component\HttpClient\TraceableHttpClient
  3246.      */
  3247.     protected function get_Debug_App_Public_Space_Planner_ClientService()
  3248.     {
  3249.         return $this->privates['.debug.app.public.space.planner.client'] = new \Symfony\Component\HttpClient\TraceableHttpClient(\Symfony\Component\HttpClient\ScopingHttpClient::forBaseUri(($this->privates['.debug.http_client.inner'] ?? $this->get_Debug_HttpClient_InnerService()), $this->getEnv('PUBLIC_SPACE_PLANNER_API_HOST'), ['query' => [], 'headers' => [], 'resolve' => []]), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  3250.     }
  3251.     /**
  3252.      * Gets the private '.debug.app.request.client' shared service.
  3253.      *
  3254.      * @return \Symfony\Component\HttpClient\TraceableHttpClient
  3255.      */
  3256.     protected function get_Debug_App_Request_ClientService()
  3257.     {
  3258.         return $this->privates['.debug.app.request.client'] = new \Symfony\Component\HttpClient\TraceableHttpClient(\Symfony\Component\HttpClient\ScopingHttpClient::forBaseUri(($this->privates['.debug.http_client.inner'] ?? $this->get_Debug_HttpClient_InnerService()), $this->getEnv('PCE_API_HOST'), ['headers' => ['Accept' => 'application/json''Content-Type' => 'application/json'], 'query' => [], 'resolve' => []]), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  3259.     }
  3260.     /**
  3261.      * Gets the private '.debug.app.signal.client' shared service.
  3262.      *
  3263.      * @return \Symfony\Component\HttpClient\TraceableHttpClient
  3264.      */
  3265.     protected function get_Debug_App_Signal_ClientService()
  3266.     {
  3267.         return $this->privates['.debug.app.signal.client'] = new \Symfony\Component\HttpClient\TraceableHttpClient(\Symfony\Component\HttpClient\ScopingHttpClient::forBaseUri(($this->privates['.debug.http_client.inner'] ?? $this->get_Debug_HttpClient_InnerService()), $this->getEnv('SIGNAL_HOST'), ['headers' => ['X-AUTH-TOKEN' => $this->getEnv('SIGNAL_API_KEY')], 'query' => [], 'resolve' => []]), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  3268.     }
  3269.     /**
  3270.      * Gets the private '.debug.app.thingsboard.client' shared service.
  3271.      *
  3272.      * @return \Symfony\Component\HttpClient\TraceableHttpClient
  3273.      */
  3274.     protected function get_Debug_App_Thingsboard_ClientService()
  3275.     {
  3276.         return $this->privates['.debug.app.thingsboard.client'] = new \Symfony\Component\HttpClient\TraceableHttpClient(\Symfony\Component\HttpClient\ScopingHttpClient::forBaseUri(($this->privates['.debug.http_client.inner'] ?? $this->get_Debug_HttpClient_InnerService()), $this->getEnv('THINGS_BOARD_HOST'), ['headers' => ['Accept' => 'application/json''Content-Type' => 'application/json'], 'query' => [], 'resolve' => []]), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  3277.     }
  3278.     /**
  3279.      * Gets the private '.debug.app.user.mayan.client' shared service.
  3280.      *
  3281.      * @return \Symfony\Component\HttpClient\TraceableHttpClient
  3282.      */
  3283.     protected function get_Debug_App_User_Mayan_ClientService()
  3284.     {
  3285.         return $this->privates['.debug.app.user.mayan.client'] = new \Symfony\Component\HttpClient\TraceableHttpClient(\Symfony\Component\HttpClient\ScopingHttpClient::forBaseUri(($this->privates['.debug.http_client.inner'] ?? $this->get_Debug_HttpClient_InnerService()), $this->getEnv('MAYAN_HOST'), ['headers' => ['Accept' => 'application/json''Content-Type' => 'application/json''Accept-Language' => $this->getEnv('default:default_accept_language:MAYAN_ACCEPT_LANGUAGE')], 'query' => [], 'resolve' => []]), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  3286.     }
  3287.     /**
  3288.      * Gets the private '.debug.app.vdm.hydrometric.client' shared service.
  3289.      *
  3290.      * @return \Symfony\Component\HttpClient\TraceableHttpClient
  3291.      */
  3292.     protected function get_Debug_App_Vdm_Hydrometric_ClientService()
  3293.     {
  3294.         return $this->privates['.debug.app.vdm.hydrometric.client'] = new \Symfony\Component\HttpClient\TraceableHttpClient(\Symfony\Component\HttpClient\ScopingHttpClient::forBaseUri(($this->privates['.debug.http_client.inner'] ?? $this->get_Debug_HttpClient_InnerService()), $this->getEnv('VDM_HYDROMETRICS_HOST'), ['query' => [], 'headers' => [], 'resolve' => []]), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  3295.     }
  3296.     /**
  3297.      * Gets the private '.debug.app.vdm.itv.client' shared service.
  3298.      *
  3299.      * @return \Symfony\Component\HttpClient\TraceableHttpClient
  3300.      */
  3301.     protected function get_Debug_App_Vdm_Itv_ClientService()
  3302.     {
  3303.         return $this->privates['.debug.app.vdm.itv.client'] = new \Symfony\Component\HttpClient\TraceableHttpClient(\Symfony\Component\HttpClient\ScopingHttpClient::forBaseUri(($this->privates['.debug.http_client.inner'] ?? $this->get_Debug_HttpClient_InnerService()), $this->getEnv('VDM_ITV_HOST'), ['query' => [], 'headers' => [], 'resolve' => []]), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  3304.     }
  3305.     /**
  3306.      * Gets the private '.debug.app.vdm.waterCycle.client' shared service.
  3307.      *
  3308.      * @return \Symfony\Component\HttpClient\TraceableHttpClient
  3309.      */
  3310.     protected function get_Debug_App_Vdm_WaterCycle_ClientService()
  3311.     {
  3312.         return $this->privates['.debug.app.vdm.waterCycle.client'] = new \Symfony\Component\HttpClient\TraceableHttpClient(\Symfony\Component\HttpClient\ScopingHttpClient::forBaseUri(($this->privates['.debug.http_client.inner'] ?? $this->get_Debug_HttpClient_InnerService()), $this->getEnv('VDM_WATER_CYCLE_HOST'), ['query' => [], 'headers' => [], 'resolve' => []]), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  3313.     }
  3314.     /**
  3315.      * Gets the private '.debug.app.vdm.waterQuality.client' shared service.
  3316.      *
  3317.      * @return \Symfony\Component\HttpClient\TraceableHttpClient
  3318.      */
  3319.     protected function get_Debug_App_Vdm_WaterQuality_ClientService()
  3320.     {
  3321.         return $this->privates['.debug.app.vdm.waterQuality.client'] = new \Symfony\Component\HttpClient\TraceableHttpClient(\Symfony\Component\HttpClient\ScopingHttpClient::forBaseUri(($this->privates['.debug.http_client.inner'] ?? $this->get_Debug_HttpClient_InnerService()), $this->getEnv('VDM_WATER_QUALITY_HOST'), ['query' => [], 'headers' => [], 'resolve' => []]), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  3322.     }
  3323.     /**
  3324.      * Gets the private '.debug.app.vdm.weather.client' shared service.
  3325.      *
  3326.      * @return \Symfony\Component\HttpClient\TraceableHttpClient
  3327.      */
  3328.     protected function get_Debug_App_Vdm_Weather_ClientService()
  3329.     {
  3330.         return $this->privates['.debug.app.vdm.weather.client'] = new \Symfony\Component\HttpClient\TraceableHttpClient(\Symfony\Component\HttpClient\ScopingHttpClient::forBaseUri(($this->privates['.debug.http_client.inner'] ?? $this->get_Debug_HttpClient_InnerService()), $this->getEnv('VDM_WEATHER_HOST'), ['query' => [], 'headers' => [], 'resolve' => []]), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  3331.     }
  3332.     /**
  3333.      * Gets the private '.debug.http_client' shared service.
  3334.      *
  3335.      * @return \Symfony\Component\HttpClient\TraceableHttpClient
  3336.      */
  3337.     protected function get_Debug_HttpClientService()
  3338.     {
  3339.         return $this->privates['.debug.http_client'] = new \Symfony\Component\HttpClient\TraceableHttpClient(($this->privates['.debug.http_client.inner'] ?? $this->get_Debug_HttpClient_InnerService()), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  3340.     }
  3341.     /**
  3342.      * Gets the private '.debug.http_client.inner' shared service.
  3343.      *
  3344.      * @return \Symfony\Contracts\HttpClient\HttpClientInterface
  3345.      */
  3346.     protected function get_Debug_HttpClient_InnerService()
  3347.     {
  3348.         $this->privates['.debug.http_client.inner'] = $instance = \Symfony\Component\HttpClient\HttpClient::create([], 6);
  3349.         $a = new \Symfony\Bridge\Monolog\Logger('http_client');
  3350.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  3351.         $a->pushHandler(($this->privates['monolog.handler.stderr_errors'] ?? $this->getMonolog_Handler_StderrErrorsService()));
  3352.         $a->pushHandler(($this->privates['monolog.handler.stdout_info'] ?? $this->getMonolog_Handler_StdoutInfoService()));
  3353.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  3354.         $instance->setLogger($a);
  3355.         return $instance;
  3356.     }
  3357.     /**
  3358.      * Gets the private '.errored..service_locator.KfbR3DY.Symfony\Component\Config\Loader\LoaderInterface' shared service.
  3359.      *
  3360.      * @return \Symfony\Component\Config\Loader\LoaderInterface
  3361.      */
  3362.     protected function getLoaderInterfaceService()
  3363.     {
  3364.         $this->throw('Cannot autowire service ".service_locator.KfbR3DY": it references interface "Symfony\\Component\\Config\\Loader\\LoaderInterface" but no such service exists. You should maybe alias this interface to one of these existing services: "routing.loader.xml", "routing.loader.yml", "routing.loader.php", "routing.loader.glob", "routing.loader.directory", "routing.loader.container", "routing.loader", "routing.loader.annotation", "routing.loader.annotation.directory", "routing.loader.annotation.file".');
  3365.     }
  3366.     /**
  3367.      * Gets the private '.messenger.handler_descriptor..ZJ_Nx.' shared service.
  3368.      *
  3369.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  3370.      */
  3371.     protected function get_Messenger_HandlerDescriptor__ZJNx_Service()
  3372.     {
  3373.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
  3374.         return $this->privates['.messenger.handler_descriptor..ZJ_Nx.'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor(($this->privates['App\\MessageHandler\\SignalMessageHandler'] ?? $this->getSignalMessageHandlerService()), ['from_transport' => 'signal']);
  3375.     }
  3376.     /**
  3377.      * Gets the private '.messenger.handler_descriptor.19b2RPa' shared service.
  3378.      *
  3379.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  3380.      */
  3381.     protected function get_Messenger_HandlerDescriptor_19b2RPaService()
  3382.     {
  3383.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
  3384.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/MessageHandlerInterface.php';
  3385.         include_once \dirname(__DIR__4).'/src/MessageHandler/AbstractMessageHandler.php';
  3386.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/MessageSubscriberInterface.php';
  3387.         include_once \dirname(__DIR__4).'/src/MessageHandler/ThingsBoardMessageHandler.php';
  3388.         include_once \dirname(__DIR__4).'/src/Manager/ThingsBoardManagerInterface.php';
  3389.         include_once \dirname(__DIR__4).'/src/Manager/ThingsBoardManager.php';
  3390.         $a = ($this->privates['App\\Manager\\OrganizationManager'] ?? $this->getOrganizationManagerService());
  3391.         if (isset($this->privates['.messenger.handler_descriptor.19b2RPa'])) {
  3392.             return $this->privates['.messenger.handler_descriptor.19b2RPa'];
  3393.         }
  3394.         $b = ($this->privates['App\\Manager\\HeimdallManager'] ?? $this->getHeimdallManagerService());
  3395.         if (isset($this->privates['.messenger.handler_descriptor.19b2RPa'])) {
  3396.             return $this->privates['.messenger.handler_descriptor.19b2RPa'];
  3397.         }
  3398.         $c = ($this->privates['App\\Manager\\ContractManager'] ?? $this->getContractManagerService());
  3399.         if (isset($this->privates['.messenger.handler_descriptor.19b2RPa'])) {
  3400.             return $this->privates['.messenger.handler_descriptor.19b2RPa'];
  3401.         }
  3402.         $d = ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService());
  3403.         return $this->privates['.messenger.handler_descriptor.19b2RPa'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor(new \App\MessageHandler\ThingsBoardMessageHandler(new \App\Manager\ThingsBoardManager(($this->privates['App\\Repository\\ThingsBoardRepository'] ?? $this->getThingsBoardRepositoryService()), $d$a$b$c), $d), ['from_transport' => 'thingsboard']);
  3404.     }
  3405.     /**
  3406.      * Gets the private '.messenger.handler_descriptor.1mEAxeQ' shared service.
  3407.      *
  3408.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  3409.      */
  3410.     protected function get_Messenger_HandlerDescriptor_1mEAxeQService()
  3411.     {
  3412.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
  3413.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/MessageHandlerInterface.php';
  3414.         include_once \dirname(__DIR__4).'/src/MessageHandler/AbstractMessageHandler.php';
  3415.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/MessageSubscriberInterface.php';
  3416.         include_once \dirname(__DIR__4).'/src/MessageHandler/GeoserverMessageHandler.php';
  3417.         $a = ($this->privates['App\\Manager\\GeoserverManager'] ?? $this->getGeoserverManagerService());
  3418.         if (isset($this->privates['.messenger.handler_descriptor.1mEAxeQ'])) {
  3419.             return $this->privates['.messenger.handler_descriptor.1mEAxeQ'];
  3420.         }
  3421.         return $this->privates['.messenger.handler_descriptor.1mEAxeQ'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor(new \App\MessageHandler\GeoserverMessageHandler($a, ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService())), ['from_transport' => 'geoserver']);
  3422.     }
  3423.     /**
  3424.      * Gets the private '.messenger.handler_descriptor.5AdAdik' shared service.
  3425.      *
  3426.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  3427.      */
  3428.     protected function get_Messenger_HandlerDescriptor_5AdAdikService()
  3429.     {
  3430.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
  3431.         $a = ($this->privates['App\\MessageHandler\\SignalMessageHandler'] ?? $this->getSignalMessageHandlerService());
  3432.         if (isset($this->privates['.messenger.handler_descriptor.5AdAdik'])) {
  3433.             return $this->privates['.messenger.handler_descriptor.5AdAdik'];
  3434.         }
  3435.         return $this->privates['.messenger.handler_descriptor.5AdAdik'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor($a, ['from_transport' => 'signal']);
  3436.     }
  3437.     /**
  3438.      * Gets the private '.messenger.handler_descriptor.BFQSMYR' shared service.
  3439.      *
  3440.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  3441.      */
  3442.     protected function get_Messenger_HandlerDescriptor_BFQSMYRService()
  3443.     {
  3444.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
  3445.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/MessageHandlerInterface.php';
  3446.         include_once \dirname(__DIR__4).'/src/MessageHandler/ExportMessageHandler.php';
  3447.         $a = ($this->privates['App\\Service\\MailerService'] ?? $this->getMailerServiceService());
  3448.         if (isset($this->privates['.messenger.handler_descriptor.BFQSMYR'])) {
  3449.             return $this->privates['.messenger.handler_descriptor.BFQSMYR'];
  3450.         }
  3451.         $b = ($this->privates['App\\Service\\RequestBridgeService'] ?? $this->getRequestBridgeServiceService());
  3452.         if (isset($this->privates['.messenger.handler_descriptor.BFQSMYR'])) {
  3453.             return $this->privates['.messenger.handler_descriptor.BFQSMYR'];
  3454.         }
  3455.         return $this->privates['.messenger.handler_descriptor.BFQSMYR'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor(new \App\MessageHandler\ExportMessageHandler(($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()), $a$b), []);
  3456.     }
  3457.     /**
  3458.      * Gets the private '.messenger.handler_descriptor.GWKPxa5' shared service.
  3459.      *
  3460.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  3461.      */
  3462.     protected function get_Messenger_HandlerDescriptor_GWKPxa5Service()
  3463.     {
  3464.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
  3465.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/MessageHandlerInterface.php';
  3466.         include_once \dirname(__DIR__4).'/src/MessageHandler/AbstractMessageHandler.php';
  3467.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/MessageSubscriberInterface.php';
  3468.         include_once \dirname(__DIR__4).'/src/MessageHandler/MayanMessageHandler.php';
  3469.         include_once \dirname(__DIR__4).'/src/Manager/AdminDocumentManagerInterface.php';
  3470.         include_once \dirname(__DIR__4).'/src/Manager/AdminDocumentManager.php';
  3471.         include_once \dirname(__DIR__4).'/src/Repository/AbstractRemoteRepository.php';
  3472.         include_once \dirname(__DIR__4).'/src/Repository/AbstractMayanRepository.php';
  3473.         include_once \dirname(__DIR__4).'/src/Repository/AdminMayanRepository.php';
  3474.         $a = ($this->privates['App\\Manager\\HeimdallManager'] ?? $this->getHeimdallManagerService());
  3475.         if (isset($this->privates['.messenger.handler_descriptor.GWKPxa5'])) {
  3476.             return $this->privates['.messenger.handler_descriptor.GWKPxa5'];
  3477.         }
  3478.         $b = ($this->privates['App\\Manager\\OrganizationManager'] ?? $this->getOrganizationManagerService());
  3479.         if (isset($this->privates['.messenger.handler_descriptor.GWKPxa5'])) {
  3480.             return $this->privates['.messenger.handler_descriptor.GWKPxa5'];
  3481.         }
  3482.         $c = ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService());
  3483.         return $this->privates['.messenger.handler_descriptor.GWKPxa5'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor(new \App\MessageHandler\MayanMessageHandler(new \App\Manager\AdminDocumentManager(new \App\Repository\AdminMayanRepository(($this->privates['.debug.app.admin.mayan.client'] ?? $this->get_Debug_App_Admin_Mayan_ClientService()), $c, ($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService()), ($this->services['cache.app'] ?? $this->getCache_AppService()), $this->getEnv('DOCUMENT_ADMIN_USERNAME'), $this->getEnv('DOCUMENT_ADMIN_PASSWORD')), $a$this->getEnv('MAYAN_USER_DEFAULT_PASSWORD'), $c$b), $c), ['from_transport' => 'mayan']);
  3484.     }
  3485.     /**
  3486.      * Gets the private '.messenger.handler_descriptor.LWkjWFv' shared service.
  3487.      *
  3488.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  3489.      */
  3490.     protected function get_Messenger_HandlerDescriptor_LWkjWFvService()
  3491.     {
  3492.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
  3493.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/MessageHandlerInterface.php';
  3494.         include_once \dirname(__DIR__4).'/src/MessageHandler/EmailMessageHandler.php';
  3495.         $a = ($this->privates['App\\Service\\MailerService'] ?? $this->getMailerServiceService());
  3496.         if (isset($this->privates['.messenger.handler_descriptor.LWkjWFv'])) {
  3497.             return $this->privates['.messenger.handler_descriptor.LWkjWFv'];
  3498.         }
  3499.         return $this->privates['.messenger.handler_descriptor.LWkjWFv'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor(new \App\MessageHandler\EmailMessageHandler($a, ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()), ($this->privates['App\\Manager\\KeyCloackManager'] ?? $this->getKeyCloackManagerService())), []);
  3500.     }
  3501.     /**
  3502.      * Gets the private '.messenger.handler_descriptor.cq4qYvN' shared service.
  3503.      *
  3504.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  3505.      */
  3506.     protected function get_Messenger_HandlerDescriptor_Cq4qYvNService()
  3507.     {
  3508.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
  3509.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/MessageHandlerInterface.php';
  3510.         include_once \dirname(__DIR__4).'/src/MessageHandler/AbstractMessageHandler.php';
  3511.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/MessageSubscriberInterface.php';
  3512.         include_once \dirname(__DIR__4).'/src/MessageHandler/NextcloudMessageHandler.php';
  3513.         include_once \dirname(__DIR__4).'/src/Manager/NextcloudManager.php';
  3514.         include_once \dirname(__DIR__4).'/src/Repository/NextcloudRepository.php';
  3515.         $a = ($this->privates['App\\Manager\\HeimdallManager'] ?? $this->getHeimdallManagerService());
  3516.         if (isset($this->privates['.messenger.handler_descriptor.cq4qYvN'])) {
  3517.             return $this->privates['.messenger.handler_descriptor.cq4qYvN'];
  3518.         }
  3519.         $b = ($this->privates['App\\Manager\\OrganizationManager'] ?? $this->getOrganizationManagerService());
  3520.         if (isset($this->privates['.messenger.handler_descriptor.cq4qYvN'])) {
  3521.             return $this->privates['.messenger.handler_descriptor.cq4qYvN'];
  3522.         }
  3523.         $c = ($this->privates['App\\Manager\\ApplicationConfigurationManager'] ?? $this->getApplicationConfigurationManagerService());
  3524.         if (isset($this->privates['.messenger.handler_descriptor.cq4qYvN'])) {
  3525.             return $this->privates['.messenger.handler_descriptor.cq4qYvN'];
  3526.         }
  3527.         $d = ($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService());
  3528.         $e = ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService());
  3529.         return $this->privates['.messenger.handler_descriptor.cq4qYvN'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor(new \App\MessageHandler\NextcloudMessageHandler(new \App\Manager\NextcloudManager(new \App\Repository\NextcloudRepository($d$e$this->getEnv('json:NEXTCLOUD_INSTANCES')), $a$b$c$e$d), $e), ['from_transport' => 'nextcloud']);
  3530.     }
  3531.     /**
  3532.      * Gets the private '.messenger.handler_descriptor.cqg4OOe' shared service.
  3533.      *
  3534.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  3535.      */
  3536.     protected function get_Messenger_HandlerDescriptor_Cqg4OOeService()
  3537.     {
  3538.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
  3539.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/MessageHandlerInterface.php';
  3540.         include_once \dirname(__DIR__4).'/src/MessageHandler/AbstractMessageHandler.php';
  3541.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/MessageSubscriberInterface.php';
  3542.         include_once \dirname(__DIR__4).'/src/MessageHandler/MetabaseMessageHandler.php';
  3543.         $a = ($this->privates['App\\Manager\\MetabaseManager'] ?? $this->getMetabaseManagerService());
  3544.         if (isset($this->privates['.messenger.handler_descriptor.cqg4OOe'])) {
  3545.             return $this->privates['.messenger.handler_descriptor.cqg4OOe'];
  3546.         }
  3547.         return $this->privates['.messenger.handler_descriptor.cqg4OOe'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor(new \App\MessageHandler\MetabaseMessageHandler($a, ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService())), ['from_transport' => 'metabase']);
  3548.     }
  3549.     /**
  3550.      * Gets the private '.messenger.handler_descriptor.tGvt0LH' shared service.
  3551.      *
  3552.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  3553.      */
  3554.     protected function get_Messenger_HandlerDescriptor_TGvt0LHService()
  3555.     {
  3556.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
  3557.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Messenger/MessageHandler.php';
  3558.         $a = ($this->privates['mailer.transports'] ?? $this->getMailer_TransportsService());
  3559.         if (isset($this->privates['.messenger.handler_descriptor.tGvt0LH'])) {
  3560.             return $this->privates['.messenger.handler_descriptor.tGvt0LH'];
  3561.         }
  3562.         return $this->privates['.messenger.handler_descriptor.tGvt0LH'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor(new \Symfony\Component\Mailer\Messenger\MessageHandler($a), []);
  3563.     }
  3564.     /**
  3565.      * Gets the private '.portail_cache_pool.inner' shared service.
  3566.      *
  3567.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  3568.      */
  3569.     protected function get_PortailCachePool_InnerService()
  3570.     {
  3571.         $a = new \Symfony\Component\Cache\Adapter\RedisAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createConnection($this->getEnv('REDIS_DSN'), ['lazy' => true]), 'zAEMYbv7pt'0, ($this->privates['cache.default_marshaller'] ?? ($this->privates['cache.default_marshaller'] = new \Symfony\Component\Cache\Marshaller\DefaultMarshaller(NULLtrue))));
  3572.         $a->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  3573.         return $this->privates['.portail_cache_pool.inner'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter($a);
  3574.     }
  3575.     /**
  3576.      * Gets the private '.security.command.debug_firewall.lazy' shared service.
  3577.      *
  3578.      * @return \Symfony\Component\Console\Command\LazyCommand
  3579.      */
  3580.     protected function get_Security_Command_DebugFirewall_LazyService()
  3581.     {
  3582.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3583.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3584.         return $this->privates['.security.command.debug_firewall.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('debug:firewall', [], 'Display information about your security firewall(s)'false, function (): \Symfony\Bundle\SecurityBundle\Command\DebugFirewallCommand {
  3585.             return ($this->privates['security.command.debug_firewall'] ?? $this->getSecurity_Command_DebugFirewallService());
  3586.         });
  3587.     }
  3588.     /**
  3589.      * Gets the private '.security.command.user_password_encoder.lazy' shared service.
  3590.      *
  3591.      * @return \Symfony\Component\Console\Command\LazyCommand
  3592.      */
  3593.     protected function get_Security_Command_UserPasswordEncoder_LazyService()
  3594.     {
  3595.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3596.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3597.         return $this->privates['.security.command.user_password_encoder.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('security:encode-password', [], 'Encode a password'false, function (): \Symfony\Bundle\SecurityBundle\Command\UserPasswordEncoderCommand {
  3598.             return ($this->privates['security.command.user_password_encoder'] ?? $this->getSecurity_Command_UserPasswordEncoderService());
  3599.         });
  3600.     }
  3601.     /**
  3602.      * Gets the private '.security.command.user_password_hash.lazy' shared service.
  3603.      *
  3604.      * @return \Symfony\Component\Console\Command\LazyCommand
  3605.      */
  3606.     protected function get_Security_Command_UserPasswordHash_LazyService()
  3607.     {
  3608.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3609.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3610.         return $this->privates['.security.command.user_password_hash.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('security:hash-password', [], 'Hash a user password'false, function (): \Symfony\Component\PasswordHasher\Command\UserPasswordHashCommand {
  3611.             return ($this->privates['security.command.user_password_hash'] ?? $this->getSecurity_Command_UserPasswordHashService());
  3612.         });
  3613.     }
  3614.     /**
  3615.      * Gets the private '.service_locator.0wdVvHP' shared service.
  3616.      *
  3617.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3618.      */
  3619.     protected function get_ServiceLocator_0wdVvHPService()
  3620.     {
  3621.         return $this->privates['.service_locator.0wdVvHP'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3622.             'requestConverter' => ['privates''App\\Converter\\RequestConverter''getRequestConverterService'false],
  3623.         ], [
  3624.             'requestConverter' => 'App\\Converter\\RequestConverter',
  3625.         ]);
  3626.     }
  3627.     /**
  3628.      * Gets the private '.service_locator.1jxaPyK' shared service.
  3629.      *
  3630.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3631.      */
  3632.     protected function get_ServiceLocator_1jxaPyKService()
  3633.     {
  3634.         return $this->privates['.service_locator.1jxaPyK'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3635.             'heimdallManager' => ['privates''App\\Manager\\HeimdallManager''getHeimdallManagerService'false],
  3636.         ], [
  3637.             'heimdallManager' => 'App\\Manager\\HeimdallManager',
  3638.         ]);
  3639.     }
  3640.     /**
  3641.      * Gets the private '.service_locator.2Xf56bv' shared service.
  3642.      *
  3643.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3644.      */
  3645.     protected function get_ServiceLocator_2Xf56bvService()
  3646.     {
  3647.         return $this->privates['.service_locator.2Xf56bv'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3648.             'App\\Controller\\ApplicationController::connectToExternalApplication' => ['privates''.service_locator.uBz9SFb''get_ServiceLocator_UBz9SFbService'false],
  3649.             'App\\Controller\\ApplicationController::connectToExternalApplicationLegacy' => ['privates''.service_locator.898ixUB''get_ServiceLocator_898ixUBService'false],
  3650.             'App\\Controller\\ApplicationController::createConfiguration' => ['privates''.service_locator.aYfRApV''get_ServiceLocator_AYfRApVService'false],
  3651.             'App\\Controller\\ApplicationController::deleteConfiguration' => ['privates''.service_locator.aYfRApV''get_ServiceLocator_AYfRApVService'false],
  3652.             'App\\Controller\\ApplicationController::getApplications' => ['privates''.service_locator.uBz9SFb''get_ServiceLocator_UBz9SFbService'false],
  3653.             'App\\Controller\\ApplicationController::getConfigurationsByUser' => ['privates''.service_locator.aYfRApV''get_ServiceLocator_AYfRApVService'false],
  3654.             'App\\Controller\\ApplicationController::updateConfiguration' => ['privates''.service_locator.aYfRApV''get_ServiceLocator_AYfRApVService'false],
  3655.             'App\\Controller\\AreaController::createAreasFromAdministrativeDivision' => ['privates''.service_locator.4Xw8fKz''get_ServiceLocator_4Xw8fKzService'false],
  3656.             'App\\Controller\\AreaController::getAreasByOrganization' => ['privates''.service_locator.A4vn3pv''get_ServiceLocator_A4vn3pvService'false],
  3657.             'App\\Controller\\AreaController::getAreasOrganizations' => ['privates''.service_locator.r5A4iev''get_ServiceLocator_R5A4ievService'false],
  3658.             'App\\Controller\\AreaController::getAreasSkillSets' => ['privates''.service_locator.r5A4iev''get_ServiceLocator_R5A4ievService'false],
  3659.             'App\\Controller\\AreaController::getClientAreas' => ['privates''.service_locator.kgqamM6''get_ServiceLocator_KgqamM6Service'false],
  3660.             'App\\Controller\\AreaController::getContractArea' => ['privates''.service_locator.A4vn3pv''get_ServiceLocator_A4vn3pvService'false],
  3661.             'App\\Controller\\AreaController::getUserAreas' => ['privates''.service_locator.A4vn3pv''get_ServiceLocator_A4vn3pvService'false],
  3662.             'App\\Controller\\AreaController::getUserAreasByContract' => ['privates''.service_locator.vqLiAox''get_ServiceLocator_VqLiAoxService'false],
  3663.             'App\\Controller\\AreaController::getUserGeoShapes' => ['privates''.service_locator.koFje6o''get_ServiceLocator_KoFje6oService'false],
  3664.             'App\\Controller\\CategoryController::getCategoriesByArea' => ['privates''.service_locator.wcOWKhG''get_ServiceLocator_WcOWKhGService'false],
  3665.             'App\\Controller\\CategoryController::getCategoriesByContract' => ['privates''.service_locator.wcOWKhG''get_ServiceLocator_WcOWKhGService'false],
  3666.             'App\\Controller\\CategoryController::getFilteredCategories' => ['privates''.service_locator.wcOWKhG''get_ServiceLocator_WcOWKhGService'false],
  3667.             'App\\Controller\\ContractController::createContractWithSubEntities' => ['privates''.service_locator.axtWAX1''get_ServiceLocator_AxtWAX1Service'false],
  3668.             'App\\Controller\\ContractController::getContracts' => ['privates''.service_locator.1jxaPyK''get_ServiceLocator_1jxaPyKService'false],
  3669.             'App\\Controller\\ContractController::getContractsByUser' => ['privates''.service_locator.jMfHLi9''get_ServiceLocator_JMfHLi9Service'false],
  3670.             'App\\Controller\\Heimdall\\GetUserPortalConfigurationByCodeController::__invoke' => ['privates''.service_locator.MJfLpWQ''get_ServiceLocator_MJfLpWQService'false],
  3671.             'App\\Controller\\Heimdall\\PermissionsAdminController::__invoke' => ['privates''.service_locator.SjwolJP''get_ServiceLocator_SjwolJPService'false],
  3672.             'App\\Controller\\Heimdall\\PermissionsUserController::__invoke' => ['privates''.service_locator.SjwolJP''get_ServiceLocator_SjwolJPService'false],
  3673.             'App\\Controller\\Heimdall\\PostUserPortalConfigurationController::__invoke' => ['privates''.service_locator.lIQKUVs''get_ServiceLocator_LIQKUVsService'false],
  3674.             'App\\Controller\\Heimdall\\PutUserPortalConfigurationController::__invoke' => ['privates''.service_locator.MJfLpWQ''get_ServiceLocator_MJfLpWQService'false],
  3675.             'App\\Controller\\LegalEntityController::getByContract' => ['privates''.service_locator.q5v8lVw''get_ServiceLocator_Q5v8lVwService'false],
  3676.             'App\\Controller\\Mdm\\ContractBasemapController::__invoke' => ['privates''.service_locator.FdY21tv''get_ServiceLocator_FdY21tvService'false],
  3677.             'App\\Controller\\Mdm\\ContractInfoController::__invoke' => ['privates''.service_locator.jnGojKV''get_ServiceLocator_JnGojKVService'false],
  3678.             'App\\Controller\\Mdm\\GetAdministrativeDivision::__invoke' => ['privates''.service_locator.qB3afhn''get_ServiceLocator_QB3afhnService'false],
  3679.             'App\\Controller\\Mdm\\GetMunicipalities::__invoke' => ['privates''.service_locator.qB3afhn''get_ServiceLocator_QB3afhnService'false],
  3680.             'App\\Controller\\Mdm\\GetSiteConfigurationController::__invoke' => ['privates''.service_locator.qB3afhn''get_ServiceLocator_QB3afhnService'false],
  3681.             'App\\Controller\\Mdm\\GetTermsOfUseController::__invoke' => ['privates''.service_locator.yFEeKLz''get_ServiceLocator_YFEeKLzService'false],
  3682.             'App\\Controller\\Mdm\\PortalConfigurationController::getPortalConfiguration' => ['privates''.service_locator.S6rIrJM''get_ServiceLocator_S6rIrJMService'false],
  3683.             'App\\Controller\\Mdm\\PostSiteConfigurationController::__invoke' => ['privates''.service_locator.qB3afhn''get_ServiceLocator_QB3afhnService'false],
  3684.             'App\\Controller\\Mdm\\PutSiteConfigurationController::__invoke' => ['privates''.service_locator.qB3afhn''get_ServiceLocator_QB3afhnService'false],
  3685.             'App\\Controller\\OrganizationController::getOrganizationsByUserId' => ['privates''.service_locator.DQTC1IC''get_ServiceLocator_DQTC1ICService'false],
  3686.             'App\\Controller\\PublicConfigurationController::getRealm' => ['privates''.service_locator.w_wqjci''get_ServiceLocator_WWqjciService'false],
  3687.             'App\\Controller\\PublicSpacePlanner\\NatureController::__invoke' => ['privates''.service_locator.npSm1tw''get_ServiceLocator_NpSm1twService'false],
  3688.             'App\\Controller\\Request\\RequestController::mapRequest' => ['privates''.service_locator.0wdVvHP''get_ServiceLocator_0wdVvHPService'false],
  3689.             'App\\Controller\\UserController::getUserById' => ['privates''.service_locator.ivGR2Pd''get_ServiceLocator_IvGR2PdService'false],
  3690.             'App\\Controller\\Vdm\\HydrometryController::getHydrometry' => ['privates''.service_locator.b220fOg''get_ServiceLocator_B220fOgService'false],
  3691.             'App\\Controller\\Vdm\\InterventionController::__invoke' => ['privates''.service_locator.vymPrEp''get_ServiceLocator_VymPrEpService'false],
  3692.             'App\\Controller\\Vdm\\InterventionCountController::getInterventionUserCountByStatusAction' => ['privates''.service_locator.h0xnRdD''get_ServiceLocator_H0xnRdDService'false],
  3693.             'App\\Controller\\Vdm\\WaterCycleController::getWaterCycle' => ['privates''.service_locator.b220fOg''get_ServiceLocator_B220fOgService'false],
  3694.             'App\\Controller\\Vdm\\WaterQualityController::getWaterQuality' => ['privates''.service_locator.fCtv_lV''get_ServiceLocator_FCtvLVService'false],
  3695.             'App\\Testing\\TestingController::testLogin' => ['privates''.service_locator.tIGP9HE''get_ServiceLocator_TIGP9HEService'false],
  3696.             'kernel::loadRoutes' => ['privates''.service_locator.KfbR3DY''get_ServiceLocator_KfbR3DYService'false],
  3697.             'kernel::registerContainerConfiguration' => ['privates''.service_locator.KfbR3DY''get_ServiceLocator_KfbR3DYService'false],
  3698.             'App\\Controller\\ApplicationController:connectToExternalApplication' => ['privates''.service_locator.uBz9SFb''get_ServiceLocator_UBz9SFbService'false],
  3699.             'App\\Controller\\ApplicationController:connectToExternalApplicationLegacy' => ['privates''.service_locator.898ixUB''get_ServiceLocator_898ixUBService'false],
  3700.             'App\\Controller\\ApplicationController:createConfiguration' => ['privates''.service_locator.aYfRApV''get_ServiceLocator_AYfRApVService'false],
  3701.             'App\\Controller\\ApplicationController:deleteConfiguration' => ['privates''.service_locator.aYfRApV''get_ServiceLocator_AYfRApVService'false],
  3702.             'App\\Controller\\ApplicationController:getApplications' => ['privates''.service_locator.uBz9SFb''get_ServiceLocator_UBz9SFbService'false],
  3703.             'App\\Controller\\ApplicationController:getConfigurationsByUser' => ['privates''.service_locator.aYfRApV''get_ServiceLocator_AYfRApVService'false],
  3704.             'App\\Controller\\ApplicationController:updateConfiguration' => ['privates''.service_locator.aYfRApV''get_ServiceLocator_AYfRApVService'false],
  3705.             'App\\Controller\\AreaController:createAreasFromAdministrativeDivision' => ['privates''.service_locator.4Xw8fKz''get_ServiceLocator_4Xw8fKzService'false],
  3706.             'App\\Controller\\AreaController:getAreasByOrganization' => ['privates''.service_locator.A4vn3pv''get_ServiceLocator_A4vn3pvService'false],
  3707.             'App\\Controller\\AreaController:getAreasOrganizations' => ['privates''.service_locator.r5A4iev''get_ServiceLocator_R5A4ievService'false],
  3708.             'App\\Controller\\AreaController:getAreasSkillSets' => ['privates''.service_locator.r5A4iev''get_ServiceLocator_R5A4ievService'false],
  3709.             'App\\Controller\\AreaController:getClientAreas' => ['privates''.service_locator.kgqamM6''get_ServiceLocator_KgqamM6Service'false],
  3710.             'App\\Controller\\AreaController:getContractArea' => ['privates''.service_locator.A4vn3pv''get_ServiceLocator_A4vn3pvService'false],
  3711.             'App\\Controller\\AreaController:getUserAreas' => ['privates''.service_locator.A4vn3pv''get_ServiceLocator_A4vn3pvService'false],
  3712.             'App\\Controller\\AreaController:getUserAreasByContract' => ['privates''.service_locator.vqLiAox''get_ServiceLocator_VqLiAoxService'false],
  3713.             'App\\Controller\\AreaController:getUserGeoShapes' => ['privates''.service_locator.koFje6o''get_ServiceLocator_KoFje6oService'false],
  3714.             'App\\Controller\\CategoryController:getCategoriesByArea' => ['privates''.service_locator.wcOWKhG''get_ServiceLocator_WcOWKhGService'false],
  3715.             'App\\Controller\\CategoryController:getCategoriesByContract' => ['privates''.service_locator.wcOWKhG''get_ServiceLocator_WcOWKhGService'false],
  3716.             'App\\Controller\\CategoryController:getFilteredCategories' => ['privates''.service_locator.wcOWKhG''get_ServiceLocator_WcOWKhGService'false],
  3717.             'App\\Controller\\ContractController:createContractWithSubEntities' => ['privates''.service_locator.axtWAX1''get_ServiceLocator_AxtWAX1Service'false],
  3718.             'App\\Controller\\ContractController:getContracts' => ['privates''.service_locator.1jxaPyK''get_ServiceLocator_1jxaPyKService'false],
  3719.             'App\\Controller\\ContractController:getContractsByUser' => ['privates''.service_locator.jMfHLi9''get_ServiceLocator_JMfHLi9Service'false],
  3720.             'App\\Controller\\Heimdall\\GetUserPortalConfigurationByCodeController:__invoke' => ['privates''.service_locator.MJfLpWQ''get_ServiceLocator_MJfLpWQService'false],
  3721.             'App\\Controller\\Heimdall\\GetUserPortalConfigurationByCodeController' => ['privates''.service_locator.MJfLpWQ''get_ServiceLocator_MJfLpWQService'false],
  3722.             'App\\Controller\\Heimdall\\PermissionsAdminController:__invoke' => ['privates''.service_locator.SjwolJP''get_ServiceLocator_SjwolJPService'false],
  3723.             'App\\Controller\\Heimdall\\PermissionsAdminController' => ['privates''.service_locator.SjwolJP''get_ServiceLocator_SjwolJPService'false],
  3724.             'App\\Controller\\Heimdall\\PermissionsUserController:__invoke' => ['privates''.service_locator.SjwolJP''get_ServiceLocator_SjwolJPService'false],
  3725.             'App\\Controller\\Heimdall\\PermissionsUserController' => ['privates''.service_locator.SjwolJP''get_ServiceLocator_SjwolJPService'false],
  3726.             'App\\Controller\\Heimdall\\PostUserPortalConfigurationController:__invoke' => ['privates''.service_locator.lIQKUVs''get_ServiceLocator_LIQKUVsService'false],
  3727.             'App\\Controller\\Heimdall\\PostUserPortalConfigurationController' => ['privates''.service_locator.lIQKUVs''get_ServiceLocator_LIQKUVsService'false],
  3728.             'App\\Controller\\Heimdall\\PutUserPortalConfigurationController:__invoke' => ['privates''.service_locator.MJfLpWQ''get_ServiceLocator_MJfLpWQService'false],
  3729.             'App\\Controller\\Heimdall\\PutUserPortalConfigurationController' => ['privates''.service_locator.MJfLpWQ''get_ServiceLocator_MJfLpWQService'false],
  3730.             'App\\Controller\\LegalEntityController:getByContract' => ['privates''.service_locator.q5v8lVw''get_ServiceLocator_Q5v8lVwService'false],
  3731.             'App\\Controller\\Mdm\\ContractBasemapController:__invoke' => ['privates''.service_locator.FdY21tv''get_ServiceLocator_FdY21tvService'false],
  3732.             'App\\Controller\\Mdm\\ContractBasemapController' => ['privates''.service_locator.FdY21tv''get_ServiceLocator_FdY21tvService'false],
  3733.             'App\\Controller\\Mdm\\ContractInfoController:__invoke' => ['privates''.service_locator.jnGojKV''get_ServiceLocator_JnGojKVService'false],
  3734.             'App\\Controller\\Mdm\\ContractInfoController' => ['privates''.service_locator.jnGojKV''get_ServiceLocator_JnGojKVService'false],
  3735.             'App\\Controller\\Mdm\\GetAdministrativeDivision:__invoke' => ['privates''.service_locator.qB3afhn''get_ServiceLocator_QB3afhnService'false],
  3736.             'App\\Controller\\Mdm\\GetAdministrativeDivision' => ['privates''.service_locator.qB3afhn''get_ServiceLocator_QB3afhnService'false],
  3737.             'App\\Controller\\Mdm\\GetMunicipalities:__invoke' => ['privates''.service_locator.qB3afhn''get_ServiceLocator_QB3afhnService'false],
  3738.             'App\\Controller\\Mdm\\GetMunicipalities' => ['privates''.service_locator.qB3afhn''get_ServiceLocator_QB3afhnService'false],
  3739.             'App\\Controller\\Mdm\\GetSiteConfigurationController:__invoke' => ['privates''.service_locator.qB3afhn''get_ServiceLocator_QB3afhnService'false],
  3740.             'App\\Controller\\Mdm\\GetSiteConfigurationController' => ['privates''.service_locator.qB3afhn''get_ServiceLocator_QB3afhnService'false],
  3741.             'App\\Controller\\Mdm\\GetTermsOfUseController:__invoke' => ['privates''.service_locator.yFEeKLz''get_ServiceLocator_YFEeKLzService'false],
  3742.             'App\\Controller\\Mdm\\GetTermsOfUseController' => ['privates''.service_locator.yFEeKLz''get_ServiceLocator_YFEeKLzService'false],
  3743.             'App\\Controller\\Mdm\\PortalConfigurationController:getPortalConfiguration' => ['privates''.service_locator.S6rIrJM''get_ServiceLocator_S6rIrJMService'false],
  3744.             'App\\Controller\\Mdm\\PostSiteConfigurationController:__invoke' => ['privates''.service_locator.qB3afhn''get_ServiceLocator_QB3afhnService'false],
  3745.             'App\\Controller\\Mdm\\PostSiteConfigurationController' => ['privates''.service_locator.qB3afhn''get_ServiceLocator_QB3afhnService'false],
  3746.             'App\\Controller\\Mdm\\PutSiteConfigurationController:__invoke' => ['privates''.service_locator.qB3afhn''get_ServiceLocator_QB3afhnService'false],
  3747.             'App\\Controller\\Mdm\\PutSiteConfigurationController' => ['privates''.service_locator.qB3afhn''get_ServiceLocator_QB3afhnService'false],
  3748.             'App\\Controller\\OrganizationController:getOrganizationsByUserId' => ['privates''.service_locator.DQTC1IC''get_ServiceLocator_DQTC1ICService'false],
  3749.             'App\\Controller\\PublicConfigurationController:getRealm' => ['privates''.service_locator.w_wqjci''get_ServiceLocator_WWqjciService'false],
  3750.             'App\\Controller\\PublicSpacePlanner\\NatureController:__invoke' => ['privates''.service_locator.npSm1tw''get_ServiceLocator_NpSm1twService'false],
  3751.             'App\\Controller\\PublicSpacePlanner\\NatureController' => ['privates''.service_locator.npSm1tw''get_ServiceLocator_NpSm1twService'false],
  3752.             'App\\Controller\\Request\\RequestController:mapRequest' => ['privates''.service_locator.0wdVvHP''get_ServiceLocator_0wdVvHPService'false],
  3753.             'App\\Controller\\UserController:getUserById' => ['privates''.service_locator.ivGR2Pd''get_ServiceLocator_IvGR2PdService'false],
  3754.             'App\\Controller\\Vdm\\HydrometryController:getHydrometry' => ['privates''.service_locator.b220fOg''get_ServiceLocator_B220fOgService'false],
  3755.             'App\\Controller\\Vdm\\InterventionController:__invoke' => ['privates''.service_locator.vymPrEp''get_ServiceLocator_VymPrEpService'false],
  3756.             'App\\Controller\\Vdm\\InterventionController' => ['privates''.service_locator.vymPrEp''get_ServiceLocator_VymPrEpService'false],
  3757.             'App\\Controller\\Vdm\\InterventionCountController:getInterventionUserCountByStatusAction' => ['privates''.service_locator.h0xnRdD''get_ServiceLocator_H0xnRdDService'false],
  3758.             'App\\Controller\\Vdm\\WaterCycleController:getWaterCycle' => ['privates''.service_locator.b220fOg''get_ServiceLocator_B220fOgService'false],
  3759.             'App\\Controller\\Vdm\\WaterQualityController:getWaterQuality' => ['privates''.service_locator.fCtv_lV''get_ServiceLocator_FCtvLVService'false],
  3760.             'App\\Testing\\TestingController:testLogin' => ['privates''.service_locator.tIGP9HE''get_ServiceLocator_TIGP9HEService'false],
  3761.             'kernel:loadRoutes' => ['privates''.service_locator.KfbR3DY''get_ServiceLocator_KfbR3DYService'false],
  3762.             'kernel:registerContainerConfiguration' => ['privates''.service_locator.KfbR3DY''get_ServiceLocator_KfbR3DYService'false],
  3763.         ], [
  3764.             'App\\Controller\\ApplicationController::connectToExternalApplication' => '?',
  3765.             'App\\Controller\\ApplicationController::connectToExternalApplicationLegacy' => '?',
  3766.             'App\\Controller\\ApplicationController::createConfiguration' => '?',
  3767.             'App\\Controller\\ApplicationController::deleteConfiguration' => '?',
  3768.             'App\\Controller\\ApplicationController::getApplications' => '?',
  3769.             'App\\Controller\\ApplicationController::getConfigurationsByUser' => '?',
  3770.             'App\\Controller\\ApplicationController::updateConfiguration' => '?',
  3771.             'App\\Controller\\AreaController::createAreasFromAdministrativeDivision' => '?',
  3772.             'App\\Controller\\AreaController::getAreasByOrganization' => '?',
  3773.             'App\\Controller\\AreaController::getAreasOrganizations' => '?',
  3774.             'App\\Controller\\AreaController::getAreasSkillSets' => '?',
  3775.             'App\\Controller\\AreaController::getClientAreas' => '?',
  3776.             'App\\Controller\\AreaController::getContractArea' => '?',
  3777.             'App\\Controller\\AreaController::getUserAreas' => '?',
  3778.             'App\\Controller\\AreaController::getUserAreasByContract' => '?',
  3779.             'App\\Controller\\AreaController::getUserGeoShapes' => '?',
  3780.             'App\\Controller\\CategoryController::getCategoriesByArea' => '?',
  3781.             'App\\Controller\\CategoryController::getCategoriesByContract' => '?',
  3782.             'App\\Controller\\CategoryController::getFilteredCategories' => '?',
  3783.             'App\\Controller\\ContractController::createContractWithSubEntities' => '?',
  3784.             'App\\Controller\\ContractController::getContracts' => '?',
  3785.             'App\\Controller\\ContractController::getContractsByUser' => '?',
  3786.             'App\\Controller\\Heimdall\\GetUserPortalConfigurationByCodeController::__invoke' => '?',
  3787.             'App\\Controller\\Heimdall\\PermissionsAdminController::__invoke' => '?',
  3788.             'App\\Controller\\Heimdall\\PermissionsUserController::__invoke' => '?',
  3789.             'App\\Controller\\Heimdall\\PostUserPortalConfigurationController::__invoke' => '?',
  3790.             'App\\Controller\\Heimdall\\PutUserPortalConfigurationController::__invoke' => '?',
  3791.             'App\\Controller\\LegalEntityController::getByContract' => '?',
  3792.             'App\\Controller\\Mdm\\ContractBasemapController::__invoke' => '?',
  3793.             'App\\Controller\\Mdm\\ContractInfoController::__invoke' => '?',
  3794.             'App\\Controller\\Mdm\\GetAdministrativeDivision::__invoke' => '?',
  3795.             'App\\Controller\\Mdm\\GetMunicipalities::__invoke' => '?',
  3796.             'App\\Controller\\Mdm\\GetSiteConfigurationController::__invoke' => '?',
  3797.             'App\\Controller\\Mdm\\GetTermsOfUseController::__invoke' => '?',
  3798.             'App\\Controller\\Mdm\\PortalConfigurationController::getPortalConfiguration' => '?',
  3799.             'App\\Controller\\Mdm\\PostSiteConfigurationController::__invoke' => '?',
  3800.             'App\\Controller\\Mdm\\PutSiteConfigurationController::__invoke' => '?',
  3801.             'App\\Controller\\OrganizationController::getOrganizationsByUserId' => '?',
  3802.             'App\\Controller\\PublicConfigurationController::getRealm' => '?',
  3803.             'App\\Controller\\PublicSpacePlanner\\NatureController::__invoke' => '?',
  3804.             'App\\Controller\\Request\\RequestController::mapRequest' => '?',
  3805.             'App\\Controller\\UserController::getUserById' => '?',
  3806.             'App\\Controller\\Vdm\\HydrometryController::getHydrometry' => '?',
  3807.             'App\\Controller\\Vdm\\InterventionController::__invoke' => '?',
  3808.             'App\\Controller\\Vdm\\InterventionCountController::getInterventionUserCountByStatusAction' => '?',
  3809.             'App\\Controller\\Vdm\\WaterCycleController::getWaterCycle' => '?',
  3810.             'App\\Controller\\Vdm\\WaterQualityController::getWaterQuality' => '?',
  3811.             'App\\Testing\\TestingController::testLogin' => '?',
  3812.             'kernel::loadRoutes' => '?',
  3813.             'kernel::registerContainerConfiguration' => '?',
  3814.             'App\\Controller\\ApplicationController:connectToExternalApplication' => '?',
  3815.             'App\\Controller\\ApplicationController:connectToExternalApplicationLegacy' => '?',
  3816.             'App\\Controller\\ApplicationController:createConfiguration' => '?',
  3817.             'App\\Controller\\ApplicationController:deleteConfiguration' => '?',
  3818.             'App\\Controller\\ApplicationController:getApplications' => '?',
  3819.             'App\\Controller\\ApplicationController:getConfigurationsByUser' => '?',
  3820.             'App\\Controller\\ApplicationController:updateConfiguration' => '?',
  3821.             'App\\Controller\\AreaController:createAreasFromAdministrativeDivision' => '?',
  3822.             'App\\Controller\\AreaController:getAreasByOrganization' => '?',
  3823.             'App\\Controller\\AreaController:getAreasOrganizations' => '?',
  3824.             'App\\Controller\\AreaController:getAreasSkillSets' => '?',
  3825.             'App\\Controller\\AreaController:getClientAreas' => '?',
  3826.             'App\\Controller\\AreaController:getContractArea' => '?',
  3827.             'App\\Controller\\AreaController:getUserAreas' => '?',
  3828.             'App\\Controller\\AreaController:getUserAreasByContract' => '?',
  3829.             'App\\Controller\\AreaController:getUserGeoShapes' => '?',
  3830.             'App\\Controller\\CategoryController:getCategoriesByArea' => '?',
  3831.             'App\\Controller\\CategoryController:getCategoriesByContract' => '?',
  3832.             'App\\Controller\\CategoryController:getFilteredCategories' => '?',
  3833.             'App\\Controller\\ContractController:createContractWithSubEntities' => '?',
  3834.             'App\\Controller\\ContractController:getContracts' => '?',
  3835.             'App\\Controller\\ContractController:getContractsByUser' => '?',
  3836.             'App\\Controller\\Heimdall\\GetUserPortalConfigurationByCodeController:__invoke' => '?',
  3837.             'App\\Controller\\Heimdall\\GetUserPortalConfigurationByCodeController' => '?',
  3838.             'App\\Controller\\Heimdall\\PermissionsAdminController:__invoke' => '?',
  3839.             'App\\Controller\\Heimdall\\PermissionsAdminController' => '?',
  3840.             'App\\Controller\\Heimdall\\PermissionsUserController:__invoke' => '?',
  3841.             'App\\Controller\\Heimdall\\PermissionsUserController' => '?',
  3842.             'App\\Controller\\Heimdall\\PostUserPortalConfigurationController:__invoke' => '?',
  3843.             'App\\Controller\\Heimdall\\PostUserPortalConfigurationController' => '?',
  3844.             'App\\Controller\\Heimdall\\PutUserPortalConfigurationController:__invoke' => '?',
  3845.             'App\\Controller\\Heimdall\\PutUserPortalConfigurationController' => '?',
  3846.             'App\\Controller\\LegalEntityController:getByContract' => '?',
  3847.             'App\\Controller\\Mdm\\ContractBasemapController:__invoke' => '?',
  3848.             'App\\Controller\\Mdm\\ContractBasemapController' => '?',
  3849.             'App\\Controller\\Mdm\\ContractInfoController:__invoke' => '?',
  3850.             'App\\Controller\\Mdm\\ContractInfoController' => '?',
  3851.             'App\\Controller\\Mdm\\GetAdministrativeDivision:__invoke' => '?',
  3852.             'App\\Controller\\Mdm\\GetAdministrativeDivision' => '?',
  3853.             'App\\Controller\\Mdm\\GetMunicipalities:__invoke' => '?',
  3854.             'App\\Controller\\Mdm\\GetMunicipalities' => '?',
  3855.             'App\\Controller\\Mdm\\GetSiteConfigurationController:__invoke' => '?',
  3856.             'App\\Controller\\Mdm\\GetSiteConfigurationController' => '?',
  3857.             'App\\Controller\\Mdm\\GetTermsOfUseController:__invoke' => '?',
  3858.             'App\\Controller\\Mdm\\GetTermsOfUseController' => '?',
  3859.             'App\\Controller\\Mdm\\PortalConfigurationController:getPortalConfiguration' => '?',
  3860.             'App\\Controller\\Mdm\\PostSiteConfigurationController:__invoke' => '?',
  3861.             'App\\Controller\\Mdm\\PostSiteConfigurationController' => '?',
  3862.             'App\\Controller\\Mdm\\PutSiteConfigurationController:__invoke' => '?',
  3863.             'App\\Controller\\Mdm\\PutSiteConfigurationController' => '?',
  3864.             'App\\Controller\\OrganizationController:getOrganizationsByUserId' => '?',
  3865.             'App\\Controller\\PublicConfigurationController:getRealm' => '?',
  3866.             'App\\Controller\\PublicSpacePlanner\\NatureController:__invoke' => '?',
  3867.             'App\\Controller\\PublicSpacePlanner\\NatureController' => '?',
  3868.             'App\\Controller\\Request\\RequestController:mapRequest' => '?',
  3869.             'App\\Controller\\UserController:getUserById' => '?',
  3870.             'App\\Controller\\Vdm\\HydrometryController:getHydrometry' => '?',
  3871.             'App\\Controller\\Vdm\\InterventionController:__invoke' => '?',
  3872.             'App\\Controller\\Vdm\\InterventionController' => '?',
  3873.             'App\\Controller\\Vdm\\InterventionCountController:getInterventionUserCountByStatusAction' => '?',
  3874.             'App\\Controller\\Vdm\\WaterCycleController:getWaterCycle' => '?',
  3875.             'App\\Controller\\Vdm\\WaterQualityController:getWaterQuality' => '?',
  3876.             'App\\Testing\\TestingController:testLogin' => '?',
  3877.             'kernel:loadRoutes' => '?',
  3878.             'kernel:registerContainerConfiguration' => '?',
  3879.         ]);
  3880.     }
  3881.     /**
  3882.      * Gets the private '.service_locator.4Xw8fKz' shared service.
  3883.      *
  3884.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3885.      */
  3886.     protected function get_ServiceLocator_4Xw8fKzService()
  3887.     {
  3888.         return $this->privates['.service_locator.4Xw8fKz'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3889.             'adminManager' => ['privates''App\\Manager\\AdminManager''getAdminManagerService'false],
  3890.         ], [
  3891.             'adminManager' => '?',
  3892.         ]);
  3893.     }
  3894.     /**
  3895.      * Gets the private '.service_locator.898ixUB' shared service.
  3896.      *
  3897.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3898.      */
  3899.     protected function get_ServiceLocator_898ixUBService()
  3900.     {
  3901.         return $this->privates['.service_locator.898ixUB'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3902.             'applicationRegistry' => ['privates''App\\Application\\ApplicationRegistry''getApplicationRegistryService'false],
  3903.             'serviceManager' => ['privates''App\\Manager\\ServiceManager''getServiceManagerService'false],
  3904.         ], [
  3905.             'applicationRegistry' => 'App\\Application\\ApplicationRegistry',
  3906.             'serviceManager' => '?',
  3907.         ]);
  3908.     }
  3909.     /**
  3910.      * Gets the private '.service_locator.8HC7Byw' shared service.
  3911.      *
  3912.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3913.      */
  3914.     protected function get_ServiceLocator_8HC7BywService()
  3915.     {
  3916.         return $this->privates['.service_locator.8HC7Byw'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3917.             'event_dispatcher' => ['services''event_dispatcher''getEventDispatcherService'false],
  3918.             'security.event_dispatcher.api' => ['privates''security.event_dispatcher.api''getSecurity_EventDispatcher_ApiService'false],
  3919.             'security.event_dispatcher.external_app_connect' => ['privates''security.event_dispatcher.external_app_connect''getSecurity_EventDispatcher_ExternalAppConnectService'false],
  3920.             'security.event_dispatcher.main' => ['privates''security.event_dispatcher.main''getSecurity_EventDispatcher_MainService'false],
  3921.         ], [
  3922.             'event_dispatcher' => '?',
  3923.             'security.event_dispatcher.api' => 'Symfony\\Component\\EventDispatcher\\EventDispatcher',
  3924.             'security.event_dispatcher.external_app_connect' => 'Symfony\\Component\\EventDispatcher\\EventDispatcher',
  3925.             'security.event_dispatcher.main' => 'Symfony\\Component\\EventDispatcher\\EventDispatcher',
  3926.         ]);
  3927.     }
  3928.     /**
  3929.      * Gets the private '.service_locator.A4vn3pv' shared service.
  3930.      *
  3931.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3932.      */
  3933.     protected function get_ServiceLocator_A4vn3pvService()
  3934.     {
  3935.         return $this->privates['.service_locator.A4vn3pv'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3936.             'areaManager' => ['privates''App\\Manager\\AreaManager''getAreaManagerService'false],
  3937.             'normalizer' => ['services''.container.private.serializer''get_Container_Private_SerializerService'false],
  3938.         ], [
  3939.             'areaManager' => '?',
  3940.             'normalizer' => '?',
  3941.         ]);
  3942.     }
  3943.     /**
  3944.      * Gets the private '.service_locator.AxJvGqc' shared service.
  3945.      *
  3946.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3947.      */
  3948.     protected function get_ServiceLocator_AxJvGqcService()
  3949.     {
  3950.         return $this->privates['.service_locator.AxJvGqc'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3951.             'email' => ['privates''messenger.transport.email''getMessenger_Transport_EmailService'false],
  3952.             'export' => ['privates''messenger.transport.export''getMessenger_Transport_ExportService'false],
  3953.             'geoserver' => ['privates''messenger.transport.geoserver''getMessenger_Transport_GeoserverService'false],
  3954.             'mayan' => ['privates''messenger.transport.mayan''getMessenger_Transport_MayanService'false],
  3955.             'messenger.transport.email' => ['privates''messenger.transport.email''getMessenger_Transport_EmailService'false],
  3956.             'messenger.transport.export' => ['privates''messenger.transport.export''getMessenger_Transport_ExportService'false],
  3957.             'messenger.transport.geoserver' => ['privates''messenger.transport.geoserver''getMessenger_Transport_GeoserverService'false],
  3958.             'messenger.transport.mayan' => ['privates''messenger.transport.mayan''getMessenger_Transport_MayanService'false],
  3959.             'messenger.transport.metabase' => ['privates''messenger.transport.metabase''getMessenger_Transport_MetabaseService'false],
  3960.             'messenger.transport.nextcloud' => ['privates''messenger.transport.nextcloud''getMessenger_Transport_NextcloudService'false],
  3961.             'messenger.transport.signal' => ['privates''messenger.transport.signal''getMessenger_Transport_SignalService'false],
  3962.             'messenger.transport.thingsboard' => ['privates''messenger.transport.thingsboard''getMessenger_Transport_ThingsboardService'false],
  3963.             'messenger.transport.villagile_event' => ['privates''messenger.transport.villagile_event''getMessenger_Transport_VillagileEventService'false],
  3964.             'metabase' => ['privates''messenger.transport.metabase''getMessenger_Transport_MetabaseService'false],
  3965.             'nextcloud' => ['privates''messenger.transport.nextcloud''getMessenger_Transport_NextcloudService'false],
  3966.             'signal' => ['privates''messenger.transport.signal''getMessenger_Transport_SignalService'false],
  3967.             'thingsboard' => ['privates''messenger.transport.thingsboard''getMessenger_Transport_ThingsboardService'false],
  3968.             'villagile_event' => ['privates''messenger.transport.villagile_event''getMessenger_Transport_VillagileEventService'false],
  3969.         ], [
  3970.             'email' => '?',
  3971.             'export' => '?',
  3972.             'geoserver' => '?',
  3973.             'mayan' => '?',
  3974.             'messenger.transport.email' => '?',
  3975.             'messenger.transport.export' => '?',
  3976.             'messenger.transport.geoserver' => '?',
  3977.             'messenger.transport.mayan' => '?',
  3978.             'messenger.transport.metabase' => '?',
  3979.             'messenger.transport.nextcloud' => '?',
  3980.             'messenger.transport.signal' => '?',
  3981.             'messenger.transport.thingsboard' => '?',
  3982.             'messenger.transport.villagile_event' => '?',
  3983.             'metabase' => '?',
  3984.             'nextcloud' => '?',
  3985.             'signal' => '?',
  3986.             'thingsboard' => '?',
  3987.             'villagile_event' => '?',
  3988.         ]);
  3989.     }
  3990.     /**
  3991.      * Gets the private '.service_locator.DQTC1IC' shared service.
  3992.      *
  3993.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3994.      */
  3995.     protected function get_ServiceLocator_DQTC1ICService()
  3996.     {
  3997.         return $this->privates['.service_locator.DQTC1IC'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3998.             'userManager' => ['privates''App\\Manager\\UserManager''getUserManagerService'false],
  3999.         ], [
  4000.             'userManager' => '?',
  4001.         ]);
  4002.     }
  4003.     /**
  4004.      * Gets the private '.service_locator.FdY21tv' shared service.
  4005.      *
  4006.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  4007.      */
  4008.     protected function get_ServiceLocator_FdY21tvService()
  4009.     {
  4010.         return $this->privates['.service_locator.FdY21tv'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4011.             'heimdallHelper' => ['privates''App\\Helper\\Heimdall\\HeimdallHelper''getHeimdallHelperService'false],
  4012.             'heimdallManager' => ['privates''App\\Manager\\HeimdallManager''getHeimdallManagerService'false],
  4013.             'mdmHelper' => ['privates''App\\Helper\\Mdm\\MdmHelper''getMdmHelperService'false],
  4014.             'normalizer' => ['services''.container.private.serializer''get_Container_Private_SerializerService'false],
  4015.             'security' => ['privates''security.helper''getSecurity_HelperService'false],
  4016.         ], [
  4017.             'heimdallHelper' => 'App\\Helper\\Heimdall\\HeimdallHelper',
  4018.             'heimdallManager' => '?',
  4019.             'mdmHelper' => 'App\\Helper\\Mdm\\MdmHelper',
  4020.             'normalizer' => '?',
  4021.             'security' => '?',
  4022.         ]);
  4023.     }
  4024.     /**
  4025.      * Gets the private '.service_locator.KfbR3DY' shared service.
  4026.      *
  4027.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  4028.      */
  4029.     protected function get_ServiceLocator_KfbR3DYService()
  4030.     {
  4031.         return $this->privates['.service_locator.KfbR3DY'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4032.             'loader' => ['privates''.errored..service_locator.KfbR3DY.Symfony\\Component\\Config\\Loader\\LoaderInterface'NULL'Cannot autowire service ".service_locator.KfbR3DY": it references interface "Symfony\\Component\\Config\\Loader\\LoaderInterface" but no such service exists. You should maybe alias this interface to one of these existing services: "routing.loader.xml", "routing.loader.yml", "routing.loader.php", "routing.loader.glob", "routing.loader.directory", "routing.loader.container", "routing.loader", "routing.loader.annotation", "routing.loader.annotation.directory", "routing.loader.annotation.file".'],
  4033.         ], [
  4034.             'loader' => 'Symfony\\Component\\Config\\Loader\\LoaderInterface',
  4035.         ]);
  4036.     }
  4037.     /**
  4038.      * Gets the private '.service_locator.MJfLpWQ' shared service.
  4039.      *
  4040.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  4041.      */
  4042.     protected function get_ServiceLocator_MJfLpWQService()
  4043.     {
  4044.         return $this->privates['.service_locator.MJfLpWQ'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4045.             'heimdallManager' => ['privates''App\\Manager\\HeimdallManager''getHeimdallManagerService'false],
  4046.             'normalizer' => ['services''.container.private.serializer''get_Container_Private_SerializerService'false],
  4047.             'portalCode' => ['privates''.value.JdzQ62H''get_Value_JdzQ62HService'false],
  4048.             'security' => ['privates''security.helper''getSecurity_HelperService'false],
  4049.         ], [
  4050.             'heimdallManager' => 'App\\Manager\\HeimdallManager',
  4051.             'normalizer' => '?',
  4052.             'portalCode' => '?',
  4053.             'security' => '?',
  4054.         ]);
  4055.     }
  4056.     /**
  4057.      * Gets the private '.service_locator.S6rIrJM' shared service.
  4058.      *
  4059.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  4060.      */
  4061.     protected function get_ServiceLocator_S6rIrJMService()
  4062.     {
  4063.         return $this->privates['.service_locator.S6rIrJM'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4064.             'portalCode' => ['privates''.value.JdzQ62H''get_Value_JdzQ62HService'false],
  4065.         ], [
  4066.             'portalCode' => '?',
  4067.         ]);
  4068.     }
  4069.     /**
  4070.      * Gets the private '.service_locator.SjwolJP' shared service.
  4071.      *
  4072.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  4073.      */
  4074.     protected function get_ServiceLocator_SjwolJPService()
  4075.     {
  4076.         return $this->privates['.service_locator.SjwolJP'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4077.             'heimdallManager' => ['privates''App\\Manager\\HeimdallManager''getHeimdallManagerService'false],
  4078.             'normalizer' => ['services''.container.private.serializer''get_Container_Private_SerializerService'false],
  4079.             'security' => ['privates''security.helper''getSecurity_HelperService'false],
  4080.         ], [
  4081.             'heimdallManager' => 'App\\Manager\\HeimdallManager',
  4082.             'normalizer' => '?',
  4083.             'security' => '?',
  4084.         ]);
  4085.     }
  4086.     /**
  4087.      * Gets the private '.service_locator.aYfRApV' shared service.
  4088.      *
  4089.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  4090.      */
  4091.     protected function get_ServiceLocator_AYfRApVService()
  4092.     {
  4093.         return $this->privates['.service_locator.aYfRApV'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4094.             'organizationManager' => ['privates''App\\Manager\\OrganizationManager''getOrganizationManagerService'false],
  4095.         ], [
  4096.             'organizationManager' => '?',
  4097.         ]);
  4098.     }
  4099.     /**
  4100.      * Gets the private '.service_locator.axtWAX1' shared service.
  4101.      *
  4102.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  4103.      */
  4104.     protected function get_ServiceLocator_AxtWAX1Service()
  4105.     {
  4106.         return $this->privates['.service_locator.axtWAX1'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4107.             'adminManager' => ['privates''App\\Manager\\AdminManager''getAdminManagerService'false],
  4108.             'validator' => ['services''.container.private.validator''get_Container_Private_ValidatorService'false],
  4109.         ], [
  4110.             'adminManager' => '?',
  4111.             'validator' => '?',
  4112.         ]);
  4113.     }
  4114.     /**
  4115.      * Gets the private '.service_locator.b220fOg' shared service.
  4116.      *
  4117.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  4118.      */
  4119.     protected function get_ServiceLocator_B220fOgService()
  4120.     {
  4121.         return $this->privates['.service_locator.b220fOg'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4122.             'mdmManager' => ['privates''App\\Manager\\MdmManager''getMdmManagerService'false],
  4123.             'normalizer' => ['services''.container.private.serializer''get_Container_Private_SerializerService'false],
  4124.             'vdmHelper' => ['privates''App\\Helper\\Vdm\\VdmHelper''getVdmHelperService'false],
  4125.         ], [
  4126.             'mdmManager' => '?',
  4127.             'normalizer' => '?',
  4128.             'vdmHelper' => 'App\\Helper\\Vdm\\VdmHelper',
  4129.         ]);
  4130.     }
  4131.     /**
  4132.      * Gets the private '.service_locator.fCtv_lV' shared service.
  4133.      *
  4134.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  4135.      */
  4136.     protected function get_ServiceLocator_FCtvLVService()
  4137.     {
  4138.         return $this->privates['.service_locator.fCtv_lV'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4139.             'mdmManager' => ['privates''App\\Manager\\MdmManager''getMdmManagerService'false],
  4140.             'organizationManager' => ['privates''App\\Manager\\OrganizationManager''getOrganizationManagerService'false],
  4141.             'vdmManager' => ['privates''App\\Manager\\VdmManager''getVdmManagerService'false],
  4142.         ], [
  4143.             'mdmManager' => '?',
  4144.             'organizationManager' => '?',
  4145.             'vdmManager' => 'App\\Manager\\VdmManager',
  4146.         ]);
  4147.     }
  4148.     /**
  4149.      * Gets the private '.service_locator.h0xnRdD' shared service.
  4150.      *
  4151.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  4152.      */
  4153.     protected function get_ServiceLocator_H0xnRdDService()
  4154.     {
  4155.         return $this->privates['.service_locator.h0xnRdD'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4156.             'areaManager' => ['privates''App\\Manager\\AreaManager''getAreaManagerService'false],
  4157.             'security' => ['privates''security.helper''getSecurity_HelperService'false],
  4158.             'vdmManager' => ['privates''App\\Manager\\VdmManager''getVdmManagerService'false],
  4159.         ], [
  4160.             'areaManager' => 'App\\Manager\\AreaManager',
  4161.             'security' => '?',
  4162.             'vdmManager' => 'App\\Manager\\VdmManager',
  4163.         ]);
  4164.     }
  4165.     /**
  4166.      * Gets the private '.service_locator.ivGR2Pd' shared service.
  4167.      *
  4168.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  4169.      */
  4170.     protected function get_ServiceLocator_IvGR2PdService()
  4171.     {
  4172.         return $this->privates['.service_locator.ivGR2Pd'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4173.             'contractManager' => ['privates''App\\Manager\\ContractManager''getContractManagerService'false],
  4174.         ], [
  4175.             'contractManager' => '?',
  4176.         ]);
  4177.     }
  4178.     /**
  4179.      * Gets the private '.service_locator.jMfHLi9' shared service.
  4180.      *
  4181.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  4182.      */
  4183.     protected function get_ServiceLocator_JMfHLi9Service()
  4184.     {
  4185.         return $this->privates['.service_locator.jMfHLi9'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4186.             'security' => ['privates''security.helper''getSecurity_HelperService'false],
  4187.             'userManager' => ['privates''App\\Manager\\UserManager''getUserManagerService'false],
  4188.         ], [
  4189.             'security' => '?',
  4190.             'userManager' => '?',
  4191.         ]);
  4192.     }
  4193.     /**
  4194.      * Gets the private '.service_locator.jnGojKV' shared service.
  4195.      *
  4196.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  4197.      */
  4198.     protected function get_ServiceLocator_JnGojKVService()
  4199.     {
  4200.         return $this->privates['.service_locator.jnGojKV'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4201.             'heimdallHelper' => ['privates''App\\Helper\\Heimdall\\HeimdallHelper''getHeimdallHelperService'false],
  4202.             'heimdallManager' => ['privates''App\\Manager\\HeimdallManager''getHeimdallManagerService'false],
  4203.             'mdmHelper' => ['privates''App\\Helper\\Mdm\\MdmHelper''getMdmHelperService'false],
  4204.             'security' => ['privates''security.helper''getSecurity_HelperService'false],
  4205.         ], [
  4206.             'heimdallHelper' => 'App\\Helper\\Heimdall\\HeimdallHelper',
  4207.             'heimdallManager' => '?',
  4208.             'mdmHelper' => 'App\\Helper\\Mdm\\MdmHelper',
  4209.             'security' => '?',
  4210.         ]);
  4211.     }
  4212.     /**
  4213.      * Gets the private '.service_locator.kgqamM6' shared service.
  4214.      *
  4215.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  4216.      */
  4217.     protected function get_ServiceLocator_KgqamM6Service()
  4218.     {
  4219.         return $this->privates['.service_locator.kgqamM6'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4220.             'adminManager' => ['privates''App\\Manager\\AdminManager''getAdminManagerService'false],
  4221.             'normalizer' => ['services''.container.private.serializer''get_Container_Private_SerializerService'false],
  4222.         ], [
  4223.             'adminManager' => '?',
  4224.             'normalizer' => '?',
  4225.         ]);
  4226.     }
  4227.     /**
  4228.      * Gets the private '.service_locator.koFje6o' shared service.
  4229.      *
  4230.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  4231.      */
  4232.     protected function get_ServiceLocator_KoFje6oService()
  4233.     {
  4234.         return $this->privates['.service_locator.koFje6o'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4235.             'areaManager' => ['privates''App\\Manager\\AreaManager''getAreaManagerService'false],
  4236.             'normalizer' => ['services''.container.private.serializer''get_Container_Private_SerializerService'false],
  4237.             'userManager' => ['privates''App\\Manager\\UserManager''getUserManagerService'false],
  4238.         ], [
  4239.             'areaManager' => '?',
  4240.             'normalizer' => '?',
  4241.             'userManager' => '?',
  4242.         ]);
  4243.     }
  4244.     /**
  4245.      * Gets the private '.service_locator.lIQKUVs' shared service.
  4246.      *
  4247.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  4248.      */
  4249.     protected function get_ServiceLocator_LIQKUVsService()
  4250.     {
  4251.         return $this->privates['.service_locator.lIQKUVs'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4252.             'heimdallManager' => ['privates''App\\Manager\\HeimdallManager''getHeimdallManagerService'false],
  4253.             'normalizer' => ['services''.container.private.serializer''get_Container_Private_SerializerService'false],
  4254.             'portalCode' => ['privates''.value.JdzQ62H''get_Value_JdzQ62HService'false],
  4255.             'router' => ['services''router''getRouterService'false],
  4256.             'security' => ['privates''security.helper''getSecurity_HelperService'false],
  4257.         ], [
  4258.             'heimdallManager' => 'App\\Manager\\HeimdallManager',
  4259.             'normalizer' => '?',
  4260.             'portalCode' => '?',
  4261.             'router' => '?',
  4262.             'security' => '?',
  4263.         ]);
  4264.     }
  4265.     /**
  4266.      * Gets the private '.service_locator.npSm1tw' shared service.
  4267.      *
  4268.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  4269.      */
  4270.     protected function get_ServiceLocator_NpSm1twService()
  4271.     {
  4272.         return $this->privates['.service_locator.npSm1tw'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4273.             'publicSpacePlannerManager' => ['privates''App\\Manager\\PublicSpacePlannerManager''getPublicSpacePlannerManagerService'false],
  4274.         ], [
  4275.             'publicSpacePlannerManager' => 'App\\Manager\\PublicSpacePlannerManager',
  4276.         ]);
  4277.     }
  4278.     /**
  4279.      * Gets the private '.service_locator.q5v8lVw' shared service.
  4280.      *
  4281.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  4282.      */
  4283.     protected function get_ServiceLocator_Q5v8lVwService()
  4284.     {
  4285.         return $this->privates['.service_locator.q5v8lVw'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4286.             'legalEntityManager' => ['privates''App\\Manager\\LegalEntityManager''getLegalEntityManagerService'false],
  4287.             'normalizer' => ['services''.container.private.serializer''get_Container_Private_SerializerService'false],
  4288.         ], [
  4289.             'legalEntityManager' => 'App\\Manager\\LegalEntityManager',
  4290.             'normalizer' => '?',
  4291.         ]);
  4292.     }
  4293.     /**
  4294.      * Gets the private '.service_locator.qB3afhn' shared service.
  4295.      *
  4296.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  4297.      */
  4298.     protected function get_ServiceLocator_QB3afhnService()
  4299.     {
  4300.         return $this->privates['.service_locator.qB3afhn'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4301.             'mdmManager' => ['privates''App\\Manager\\MdmManager''getMdmManagerService'false],
  4302.             'normalizer' => ['services''.container.private.serializer''get_Container_Private_SerializerService'false],
  4303.         ], [
  4304.             'mdmManager' => '?',
  4305.             'normalizer' => '?',
  4306.         ]);
  4307.     }
  4308.     /**
  4309.      * Gets the private '.service_locator.r5A4iev' shared service.
  4310.      *
  4311.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  4312.      */
  4313.     protected function get_ServiceLocator_R5A4ievService()
  4314.     {
  4315.         return $this->privates['.service_locator.r5A4iev'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4316.             'areaManager' => ['privates''App\\Manager\\AreaManager''getAreaManagerService'false],
  4317.         ], [
  4318.             'areaManager' => '?',
  4319.         ]);
  4320.     }
  4321.     /**
  4322.      * Gets the private '.service_locator.rHvgM8T' shared service.
  4323.      *
  4324.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  4325.      */
  4326.     protected function get_ServiceLocator_RHvgM8TService()
  4327.     {
  4328.         return $this->privates['.service_locator.rHvgM8T'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4329.             'form.factory' => ['services''.container.private.form.factory''get_Container_Private_Form_FactoryService'false],
  4330.             'http_kernel' => ['services''http_kernel''getHttpKernelService'false],
  4331.             'message_bus' => ['services''messenger.default_bus''getMessenger_DefaultBusService'false],
  4332.             'messenger.default_bus' => ['services''messenger.default_bus''getMessenger_DefaultBusService'false],
  4333.             'parameter_bag' => ['privates''parameter_bag''getParameterBagService'false],
  4334.             'request_stack' => ['services''request_stack''getRequestStackService'false],
  4335.             'router' => ['services''router''getRouterService'false],
  4336.             'security.authorization_checker' => ['services''.container.private.security.authorization_checker''get_Container_Private_Security_AuthorizationCheckerService'false],
  4337.             'security.token_storage' => ['services''.container.private.security.token_storage''get_Container_Private_Security_TokenStorageService'false],
  4338.             'serializer' => ['services''.container.private.serializer''get_Container_Private_SerializerService'false],
  4339.             'session' => ['privates''.session.deprecated''get_Session_DeprecatedService'false],
  4340.             'twig' => ['services''.container.private.twig''get_Container_Private_TwigService'false],
  4341.         ], [
  4342.             'form.factory' => '?',
  4343.             'http_kernel' => '?',
  4344.             'message_bus' => '?',
  4345.             'messenger.default_bus' => '?',
  4346.             'parameter_bag' => '?',
  4347.             'request_stack' => '?',
  4348.             'router' => '?',
  4349.             'security.authorization_checker' => '?',
  4350.             'security.token_storage' => '?',
  4351.             'serializer' => '?',
  4352.             'session' => '.session.deprecated',
  4353.             'twig' => '?',
  4354.         ]);
  4355.     }
  4356.     /**
  4357.      * Gets the private '.service_locator.tIGP9HE' shared service.
  4358.      *
  4359.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  4360.      */
  4361.     protected function get_ServiceLocator_TIGP9HEService()
  4362.     {
  4363.         return $this->privates['.service_locator.tIGP9HE'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4364.             'authHandler' => ['privates''lexik_jwt_authentication.handler.authentication_success''getLexikJwtAuthentication_Handler_AuthenticationSuccessService'false],
  4365.             'jwtManager' => ['services''lexik_jwt_authentication.jwt_manager''getLexikJwtAuthentication_JwtManagerService'false],
  4366.         ], [
  4367.             'authHandler' => '?',
  4368.             'jwtManager' => '?',
  4369.         ]);
  4370.     }
  4371.     /**
  4372.      * Gets the private '.service_locator.uBz9SFb' shared service.
  4373.      *
  4374.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  4375.      */
  4376.     protected function get_ServiceLocator_UBz9SFbService()
  4377.     {
  4378.         return $this->privates['.service_locator.uBz9SFb'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4379.             'applicationRegistry' => ['privates''App\\Application\\ApplicationRegistry''getApplicationRegistryService'false],
  4380.         ], [
  4381.             'applicationRegistry' => 'App\\Application\\ApplicationRegistry',
  4382.         ]);
  4383.     }
  4384.     /**
  4385.      * Gets the private '.service_locator.vqLiAox' shared service.
  4386.      *
  4387.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  4388.      */
  4389.     protected function get_ServiceLocator_VqLiAoxService()
  4390.     {
  4391.         return $this->privates['.service_locator.vqLiAox'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4392.             'normalizer' => ['services''.container.private.serializer''get_Container_Private_SerializerService'false],
  4393.         ], [
  4394.             'normalizer' => '?',
  4395.         ]);
  4396.     }
  4397.     /**
  4398.      * Gets the private '.service_locator.vymPrEp' shared service.
  4399.      *
  4400.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  4401.      */
  4402.     protected function get_ServiceLocator_VymPrEpService()
  4403.     {
  4404.         return $this->privates['.service_locator.vymPrEp'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4405.             'areaManager' => ['privates''App\\Manager\\AreaManager''getAreaManagerService'false],
  4406.             'heimdallHelper' => ['privates''App\\Helper\\Heimdall\\HeimdallHelper''getHeimdallHelperService'false],
  4407.             'heimdallManager' => ['privates''App\\Manager\\HeimdallManager''getHeimdallManagerService'false],
  4408.             'normalizer' => ['services''.container.private.serializer''get_Container_Private_SerializerService'false],
  4409.             'security' => ['privates''security.helper''getSecurity_HelperService'false],
  4410.             'vdmManager' => ['privates''App\\Manager\\VdmManager''getVdmManagerService'false],
  4411.         ], [
  4412.             'areaManager' => 'App\\Manager\\AreaManager',
  4413.             'heimdallHelper' => 'App\\Helper\\Heimdall\\HeimdallHelper',
  4414.             'heimdallManager' => 'App\\Manager\\HeimdallManager',
  4415.             'normalizer' => '?',
  4416.             'security' => '?',
  4417.             'vdmManager' => 'App\\Manager\\VdmManager',
  4418.         ]);
  4419.     }
  4420.     /**
  4421.      * Gets the private '.service_locator.wOqRTqV' shared service.
  4422.      *
  4423.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  4424.      */
  4425.     protected function get_ServiceLocator_WOqRTqVService()
  4426.     {
  4427.         return $this->privates['.service_locator.wOqRTqV'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4428.             'security.firewall.map.context.api' => ['privates''security.firewall.map.context.api''getSecurity_Firewall_Map_Context_ApiService'false],
  4429.             'security.firewall.map.context.apidoc' => ['privates''security.firewall.map.context.apidoc''getSecurity_Firewall_Map_Context_ApidocService'false],
  4430.             'security.firewall.map.context.apipublic' => ['privates''security.firewall.map.context.apipublic''getSecurity_Firewall_Map_Context_ApipublicService'false],
  4431.             'security.firewall.map.context.dev' => ['privates''security.firewall.map.context.dev''getSecurity_Firewall_Map_Context_DevService'false],
  4432.             'security.firewall.map.context.external_app_connect' => ['privates''security.firewall.map.context.external_app_connect''getSecurity_Firewall_Map_Context_ExternalAppConnectService'false],
  4433.             'security.firewall.map.context.main' => ['privates''security.firewall.map.context.main''getSecurity_Firewall_Map_Context_MainService'false],
  4434.         ], [
  4435.             'security.firewall.map.context.api' => '?',
  4436.             'security.firewall.map.context.apidoc' => '?',
  4437.             'security.firewall.map.context.apipublic' => '?',
  4438.             'security.firewall.map.context.dev' => '?',
  4439.             'security.firewall.map.context.external_app_connect' => '?',
  4440.             'security.firewall.map.context.main' => '?',
  4441.         ]);
  4442.     }
  4443.     /**
  4444.      * Gets the private '.service_locator.w_wqjci' shared service.
  4445.      *
  4446.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  4447.      */
  4448.     protected function get_ServiceLocator_WWqjciService()
  4449.     {
  4450.         return $this->privates['.service_locator.w_wqjci'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4451.             'configurationManager' => ['privates''App\\Manager\\ConfigurationManager''getConfigurationManagerService'false],
  4452.         ], [
  4453.             'configurationManager' => '?',
  4454.         ]);
  4455.     }
  4456.     /**
  4457.      * Gets the private '.service_locator.wcOWKhG' shared service.
  4458.      *
  4459.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  4460.      */
  4461.     protected function get_ServiceLocator_WcOWKhGService()
  4462.     {
  4463.         return $this->privates['.service_locator.wcOWKhG'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4464.             'categoryManager' => ['privates''App\\Manager\\CategoryManager''getCategoryManagerService'false],
  4465.             'normalizer' => ['services''.container.private.serializer''get_Container_Private_SerializerService'false],
  4466.         ], [
  4467.             'categoryManager' => '?',
  4468.             'normalizer' => '?',
  4469.         ]);
  4470.     }
  4471.     /**
  4472.      * Gets the private '.service_locator.yFEeKLz' shared service.
  4473.      *
  4474.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  4475.      */
  4476.     protected function get_ServiceLocator_YFEeKLzService()
  4477.     {
  4478.         return $this->privates['.service_locator.yFEeKLz'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4479.             'mdmManager' => ['privates''App\\Manager\\MdmManager''getMdmManagerService'false],
  4480.         ], [
  4481.             'mdmManager' => '?',
  4482.         ]);
  4483.     }
  4484.     /**
  4485.      * Gets the private '.session.deprecated' shared service.
  4486.      *
  4487.      * @return \Symfony\Component\HttpFoundation\Session\SessionInterface
  4488.      */
  4489.     protected function get_Session_DeprecatedService()
  4490.     {
  4491.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/SessionInterface.php';
  4492.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Session/DeprecatedSessionFactory.php';
  4493.         return $this->privates['.session.deprecated'] = (new \Symfony\Bundle\FrameworkBundle\Session\DeprecatedSessionFactory(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()))))->getSession();
  4494.     }
  4495.     /**
  4496.      * Gets the private '.twig.command.debug.lazy' shared service.
  4497.      *
  4498.      * @return \Symfony\Component\Console\Command\LazyCommand
  4499.      */
  4500.     protected function get_Twig_Command_Debug_LazyService()
  4501.     {
  4502.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4503.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  4504.         return $this->privates['.twig.command.debug.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('debug:twig', [], 'Show a list of twig functions, filters, globals and tests'false, function (): \Symfony\Bridge\Twig\Command\DebugCommand {
  4505.             return ($this->privates['twig.command.debug'] ?? $this->getTwig_Command_DebugService());
  4506.         });
  4507.     }
  4508.     /**
  4509.      * Gets the private '.twig.command.lint.lazy' shared service.
  4510.      *
  4511.      * @return \Symfony\Component\Console\Command\LazyCommand
  4512.      */
  4513.     protected function get_Twig_Command_Lint_LazyService()
  4514.     {
  4515.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4516.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  4517.         return $this->privates['.twig.command.lint.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('lint:twig', [], 'Lint a Twig template and outputs encountered errors'false, function (): \Symfony\Bundle\TwigBundle\Command\LintCommand {
  4518.             return ($this->privates['twig.command.lint'] ?? $this->getTwig_Command_LintService());
  4519.         });
  4520.     }
  4521.     /**
  4522.      * Gets the private '.value.JdzQ62H' shared service.
  4523.      *
  4524.      * @return \mixed
  4525.      */
  4526.     protected function get_Value_JdzQ62HService()
  4527.     {
  4528.         return $this->privates['.value.JdzQ62H'] = \current([=> $this->getEnv('PORTAL_CODE')]);
  4529.     }
  4530.     /**
  4531.      * Gets the private 'App\Application\ApplicationRegistry' shared autowired service.
  4532.      *
  4533.      * @return \App\Application\ApplicationRegistry
  4534.      */
  4535.     protected function getApplicationRegistryService()
  4536.     {
  4537.         include_once \dirname(__DIR__4).'/src/Application/ApplicationRegistry.php';
  4538.         return $this->privates['App\\Application\\ApplicationRegistry'] = new \App\Application\ApplicationRegistry(new RewindableGenerator(function () {
  4539.             yield => ($this->privates['App\\Application\\Aquacalc'] ?? ($this->privates['App\\Application\\Aquacalc'] = new \App\Application\Aquacalc($this)));
  4540.             yield => ($this->privates['App\\Application\\AquadvancedPlant'] ?? ($this->privates['App\\Application\\AquadvancedPlant'] = new \App\Application\AquadvancedPlant($this)));
  4541.             yield => ($this->privates['App\\Application\\AquadvancedUD'] ?? ($this->privates['App\\Application\\AquadvancedUD'] = new \App\Application\AquadvancedUD($this)));
  4542.             yield => ($this->privates['App\\Application\\AquadvancedWN'] ?? ($this->privates['App\\Application\\AquadvancedWN'] = new \App\Application\AquadvancedWN($this)));
  4543.             yield => ($this->privates['App\\Application\\AquadvancedWW'] ?? ($this->privates['App\\Application\\AquadvancedWW'] = new \App\Application\AquadvancedWW($this)));
  4544.             yield => ($this->privates['App\\Application\\Kadran'] ?? ($this->privates['App\\Application\\Kadran'] = new \App\Application\Kadran($this)));
  4545.             yield => ($this->privates['App\\Application\\MYSIG'] ?? ($this->privates['App\\Application\\MYSIG'] = new \App\Application\MYSIG($this)));
  4546.             yield => ($this->privates['App\\Application\\Odivea'] ?? ($this->privates['App\\Application\\Odivea'] = new \App\Application\Odivea($this)));
  4547.             yield => ($this->privates['App\\Application\\PANACHE'] ?? ($this->privates['App\\Application\\PANACHE'] = new \App\Application\PANACHE($this)));
  4548.             yield => ($this->privates['App\\Application\\PowerBI'] ?? ($this->privates['App\\Application\\PowerBI'] = new \App\Application\PowerBI($this)));
  4549.             yield 10 => ($this->privates['App\\Application\\ReportTrends'] ?? ($this->privates['App\\Application\\ReportTrends'] = new \App\Application\ReportTrends($this)));
  4550.             yield 11 => ($this->privates['App\\Application\\SERAMM'] ?? ($this->privates['App\\Application\\SERAMM'] = new \App\Application\SERAMM($this)));
  4551.             yield 12 => ($this->privates['App\\Application\\SerammAquadvancedUd'] ?? ($this->privates['App\\Application\\SerammAquadvancedUd'] = new \App\Application\SerammAquadvancedUd($this)));
  4552.             yield 13 => ($this->privates['App\\Application\\SerammBaignadeWaterQuality'] ?? ($this->privates['App\\Application\\SerammBaignadeWaterQuality'] = new \App\Application\SerammBaignadeWaterQuality($this)));
  4553.             yield 14 => ($this->privates['App\\Application\\SerammDocumentationWorks'] ?? ($this->privates['App\\Application\\SerammDocumentationWorks'] = new \App\Application\SerammDocumentationWorks($this)));
  4554.             yield 15 => ($this->privates['App\\Application\\SerammGMAO'] ?? ($this->privates['App\\Application\\SerammGMAO'] = new \App\Application\SerammGMAO($this)));
  4555.             yield 16 => ($this->privates['App\\Application\\SerammInfoPedagogie'] ?? ($this->privates['App\\Application\\SerammInfoPedagogie'] = new \App\Application\SerammInfoPedagogie($this)));
  4556.             yield 17 => ($this->privates['App\\Application\\SerammMailManagement'] ?? ($this->privates['App\\Application\\SerammMailManagement'] = new \App\Application\SerammMailManagement($this)));
  4557.             yield 18 => ($this->privates['App\\Application\\SerammSitePublication'] ?? ($this->privates['App\\Application\\SerammSitePublication'] = new \App\Application\SerammSitePublication($this)));
  4558.             yield 19 => ($this->privates['App\\Application\\SharepointKadran'] ?? ($this->privates['App\\Application\\SharepointKadran'] = new \App\Application\SharepointKadran($this)));
  4559.             yield 20 => ($this->privates['App\\Application\\SigSeramm'] ?? ($this->privates['App\\Application\\SigSeramm'] = new \App\Application\SigSeramm($this)));
  4560.             yield 21 => ($this->privates['App\\Application\\Sigrenea'] ?? ($this->privates['App\\Application\\Sigrenea'] = new \App\Application\Sigrenea($this)));
  4561.             yield 22 => ($this->privates['App\\Application\\SynoptiqueUdb'] ?? ($this->privates['App\\Application\\SynoptiqueUdb'] = new \App\Application\SynoptiqueUdb($this)));
  4562.             yield 23 => ($this->privates['App\\Application\\SynoptiqueUde'] ?? ($this->privates['App\\Application\\SynoptiqueUde'] = new \App\Application\SynoptiqueUde($this)));
  4563.             yield 24 => ($this->privates['App\\Application\\TSMD'] ?? ($this->privates['App\\Application\\TSMD'] = new \App\Application\TSMD($this)));
  4564.             yield 25 => ($this->privates['App\\Application\\TSMS'] ?? ($this->privates['App\\Application\\TSMS'] = new \App\Application\TSMS($this)));
  4565.             yield 26 => ($this->privates['App\\Application\\TopkapiKadranEp'] ?? ($this->privates['App\\Application\\TopkapiKadranEp'] = new \App\Application\TopkapiKadranEp($this)));
  4566.             yield 27 => ($this->privates['App\\Application\\TopkapiKadranEu'] ?? ($this->privates['App\\Application\\TopkapiKadranEu'] = new \App\Application\TopkapiKadranEu($this)));
  4567.         }, 28));
  4568.     }
  4569.     /**
  4570.      * Gets the private 'App\Command\Geoserver\TestGeoserverCreationCommand' shared autowired service.
  4571.      *
  4572.      * @return \App\Command\Geoserver\TestGeoserverCreationCommand
  4573.      */
  4574.     protected function getTestGeoserverCreationCommandService()
  4575.     {
  4576.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4577.         include_once \dirname(__DIR__4).'/src/Command/Geoserver/TestGeoserverCreationCommand.php';
  4578.         $this->privates['App\\Command\\Geoserver\\TestGeoserverCreationCommand'] = $instance = new \App\Command\Geoserver\TestGeoserverCreationCommand(($this->privates['App\\Manager\\OrganizationManager'] ?? $this->getOrganizationManagerService()), ($this->privates['App\\Manager\\GeoserverManager'] ?? $this->getGeoserverManagerService()));
  4579.         $instance->setName('action-test:geoserver:create');
  4580.         return $instance;
  4581.     }
  4582.     /**
  4583.      * Gets the private 'App\Command\Geoserver\TestGeoserverRemoteCreationCommand' shared autowired service.
  4584.      *
  4585.      * @return \App\Command\Geoserver\TestGeoserverRemoteCreationCommand
  4586.      */
  4587.     protected function getTestGeoserverRemoteCreationCommandService()
  4588.     {
  4589.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4590.         include_once \dirname(__DIR__4).'/src/Command/Geoserver/TestGeoserverRemoteCreationCommand.php';
  4591.         $this->privates['App\\Command\\Geoserver\\TestGeoserverRemoteCreationCommand'] = $instance = new \App\Command\Geoserver\TestGeoserverRemoteCreationCommand(($this->privates['App\\Manager\\OrganizationManager'] ?? $this->getOrganizationManagerService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  4592.         $instance->setName('remote-action-test:geoserver:create');
  4593.         return $instance;
  4594.     }
  4595.     /**
  4596.      * Gets the private 'App\Command\UserGenerateCommand' shared autowired service.
  4597.      *
  4598.      * @return \App\Command\UserGenerateCommand
  4599.      */
  4600.     protected function getUserGenerateCommandService()
  4601.     {
  4602.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4603.         include_once \dirname(__DIR__4).'/src/Command/UserGenerateCommand.php';
  4604.         $this->privates['App\\Command\\UserGenerateCommand'] = $instance = new \App\Command\UserGenerateCommand(($this->privates['lexik_jwt_authentication.jws_provider.lcobucci'] ?? $this->getLexikJwtAuthentication_JwsProvider_LcobucciService()));
  4605.         $instance->setName('app:user:generate-token');
  4606.         $instance->setDescription('Generate an user with email and roles');
  4607.         return $instance;
  4608.     }
  4609.     /**
  4610.      * Gets the private 'App\Converter\RequestConverter' shared autowired service.
  4611.      *
  4612.      * @return \App\Converter\RequestConverter
  4613.      */
  4614.     protected function getRequestConverterService()
  4615.     {
  4616.         include_once \dirname(__DIR__4).'/src/Converter/RequestConverter.php';
  4617.         $a = ($this->privates['App\\Manager\\SignalManager'] ?? $this->getSignalManagerService());
  4618.         if (isset($this->privates['App\\Converter\\RequestConverter'])) {
  4619.             return $this->privates['App\\Converter\\RequestConverter'];
  4620.         }
  4621.         return $this->privates['App\\Converter\\RequestConverter'] = new \App\Converter\RequestConverter((\dirname(__DIR__4).'/config/resources/'), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()), $a);
  4622.     }
  4623.     /**
  4624.      * Gets the private 'App\EventSubscriber\ApplicationConfigurationSubscriber' shared autowired service.
  4625.      *
  4626.      * @return \App\EventSubscriber\ApplicationConfigurationSubscriber
  4627.      */
  4628.     protected function getApplicationConfigurationSubscriberService()
  4629.     {
  4630.         include_once \dirname(__DIR__4).'/src/EventSubscriber/ApplicationConfigurationSubscriber.php';
  4631.         $a = ($this->services['messenger.default_bus'] ?? $this->getMessenger_DefaultBusService());
  4632.         if (isset($this->privates['App\\EventSubscriber\\ApplicationConfigurationSubscriber'])) {
  4633.             return $this->privates['App\\EventSubscriber\\ApplicationConfigurationSubscriber'];
  4634.         }
  4635.         return $this->privates['App\\EventSubscriber\\ApplicationConfigurationSubscriber'] = new \App\EventSubscriber\ApplicationConfigurationSubscriber($a);
  4636.     }
  4637.     /**
  4638.      * Gets the private 'App\EventSubscriber\InvalidateCacheSubscriber' shared autowired service.
  4639.      *
  4640.      * @return \App\EventSubscriber\InvalidateCacheSubscriber
  4641.      */
  4642.     protected function getInvalidateCacheSubscriberService()
  4643.     {
  4644.         include_once \dirname(__DIR__4).'/src/EventSubscriber/InvalidateCacheSubscriber.php';
  4645.         return $this->privates['App\\EventSubscriber\\InvalidateCacheSubscriber'] = new \App\EventSubscriber\InvalidateCacheSubscriber(($this->privates['portail_cache_pool'] ?? $this->getPortailCachePoolService()), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  4646.     }
  4647.     /**
  4648.      * Gets the private 'App\EventSubscriber\OrganizationSubscriber' shared autowired service.
  4649.      *
  4650.      * @return \App\EventSubscriber\OrganizationSubscriber
  4651.      */
  4652.     protected function getOrganizationSubscriberService()
  4653.     {
  4654.         include_once \dirname(__DIR__4).'/src/EventSubscriber/OrganizationSubscriber.php';
  4655.         $a = ($this->services['messenger.default_bus'] ?? $this->getMessenger_DefaultBusService());
  4656.         if (isset($this->privates['App\\EventSubscriber\\OrganizationSubscriber'])) {
  4657.             return $this->privates['App\\EventSubscriber\\OrganizationSubscriber'];
  4658.         }
  4659.         return $this->privates['App\\EventSubscriber\\OrganizationSubscriber'] = new \App\EventSubscriber\OrganizationSubscriber($a);
  4660.     }
  4661.     /**
  4662.      * Gets the private 'App\Handlers\Heimdall\GetContractHandler' shared autowired service.
  4663.      *
  4664.      * @return \App\Handlers\Heimdall\GetContractHandler
  4665.      */
  4666.     protected function getGetContractHandlerService()
  4667.     {
  4668.         include_once \dirname(__DIR__4).'/src/Handlers/Heimdall/GetContractHandler.php';
  4669.         return $this->privates['App\\Handlers\\Heimdall\\GetContractHandler'] = new \App\Handlers\Heimdall\GetContractHandler(($this->privates['.debug.app.heimdall.client'] ?? $this->get_Debug_App_Heimdall_ClientService()), ($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService()));
  4670.     }
  4671.     /**
  4672.      * Gets the private 'App\Handlers\Heimdall\GetContractsByUserHandler' shared autowired service.
  4673.      *
  4674.      * @return \App\Handlers\Heimdall\GetContractsByUserHandler
  4675.      */
  4676.     protected function getGetContractsByUserHandlerService()
  4677.     {
  4678.         include_once \dirname(__DIR__4).'/src/Handlers/Heimdall/GetContractsByUserHandler.php';
  4679.         return $this->privates['App\\Handlers\\Heimdall\\GetContractsByUserHandler'] = new \App\Handlers\Heimdall\GetContractsByUserHandler(($this->privates['.debug.app.heimdall.client'] ?? $this->get_Debug_App_Heimdall_ClientService()), ($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService()));
  4680.     }
  4681.     /**
  4682.      * Gets the private 'App\Handlers\Heimdall\GetOrganizationsHandler' shared autowired service.
  4683.      *
  4684.      * @return \App\Handlers\Heimdall\GetOrganizationsHandler
  4685.      */
  4686.     protected function getGetOrganizationsHandlerService()
  4687.     {
  4688.         include_once \dirname(__DIR__4).'/src/Handlers/Heimdall/GetOrganizationsHandler.php';
  4689.         return $this->privates['App\\Handlers\\Heimdall\\GetOrganizationsHandler'] = new \App\Handlers\Heimdall\GetOrganizationsHandler(($this->privates['.debug.app.heimdall.client'] ?? $this->get_Debug_App_Heimdall_ClientService()), ($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService()));
  4690.     }
  4691.     /**
  4692.      * Gets the private 'App\Handlers\Heimdall\GetUsersHandler' shared autowired service.
  4693.      *
  4694.      * @return \App\Handlers\Heimdall\GetUsersHandler
  4695.      */
  4696.     protected function getGetUsersHandlerService()
  4697.     {
  4698.         include_once \dirname(__DIR__4).'/src/Handlers/Heimdall/GetUsersHandler.php';
  4699.         return $this->privates['App\\Handlers\\Heimdall\\GetUsersHandler'] = new \App\Handlers\Heimdall\GetUsersHandler(($this->privates['.debug.app.heimdall.client'] ?? $this->get_Debug_App_Heimdall_ClientService()));
  4700.     }
  4701.     /**
  4702.      * Gets the private 'App\Handlers\Mdm\ExternalSourceHandler' shared autowired service.
  4703.      *
  4704.      * @return \App\Handlers\Mdm\ExternalSourceHandler
  4705.      */
  4706.     protected function getExternalSourceHandlerService()
  4707.     {
  4708.         include_once \dirname(__DIR__4).'/src/Handlers/Mdm/ExternalSourceHandler.php';
  4709.         return $this->privates['App\\Handlers\\Mdm\\ExternalSourceHandler'] = new \App\Handlers\Mdm\ExternalSourceHandler(($this->privates['.debug.app.mdm.client'] ?? $this->get_Debug_App_Mdm_ClientService()), ($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService()), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  4710.     }
  4711.     /**
  4712.      * Gets the private 'App\Handlers\Mdm\GetContractHandler' shared autowired service.
  4713.      *
  4714.      * @return \App\Handlers\Mdm\GetContractHandler
  4715.      */
  4716.     protected function getGetContractHandler2Service()
  4717.     {
  4718.         include_once \dirname(__DIR__4).'/src/Handlers/Mdm/GetContractHandler.php';
  4719.         return $this->privates['App\\Handlers\\Mdm\\GetContractHandler'] = new \App\Handlers\Mdm\GetContractHandler(($this->privates['.debug.app.mdm.client'] ?? $this->get_Debug_App_Mdm_ClientService()), ($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService()));
  4720.     }
  4721.     /**
  4722.      * Gets the private 'App\Helper\Common\CommonHelper' shared autowired service.
  4723.      *
  4724.      * @return \App\Helper\Common\CommonHelper
  4725.      */
  4726.     protected function getCommonHelperService()
  4727.     {
  4728.         include_once \dirname(__DIR__4).'/src/Helper/Common/CommonHelper.php';
  4729.         return $this->privates['App\\Helper\\Common\\CommonHelper'] = new \App\Helper\Common\CommonHelper(($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  4730.     }
  4731.     /**
  4732.      * Gets the private 'App\Helper\Heimdall\HeimdallHelper' shared autowired service.
  4733.      *
  4734.      * @return \App\Helper\Heimdall\HeimdallHelper
  4735.      */
  4736.     protected function getHeimdallHelperService()
  4737.     {
  4738.         include_once \dirname(__DIR__4).'/src/Helper/Heimdall/HeimdallHelper.php';
  4739.         include_once \dirname(__DIR__4).'/src/Manager/Bridges/HeimdallMdmManagerBridge.php';
  4740.         $a = ($this->privates['App\\Manager\\HeimdallManager'] ?? $this->getHeimdallManagerService());
  4741.         if (isset($this->privates['App\\Helper\\Heimdall\\HeimdallHelper'])) {
  4742.             return $this->privates['App\\Helper\\Heimdall\\HeimdallHelper'];
  4743.         }
  4744.         $b = ($this->privates['App\\Manager\\OrganizationManager'] ?? $this->getOrganizationManagerService());
  4745.         if (isset($this->privates['App\\Helper\\Heimdall\\HeimdallHelper'])) {
  4746.             return $this->privates['App\\Helper\\Heimdall\\HeimdallHelper'];
  4747.         }
  4748.         return $this->privates['App\\Helper\\Heimdall\\HeimdallHelper'] = new \App\Helper\Heimdall\HeimdallHelper(new \App\Manager\Bridges\HeimdallMdmManagerBridge($a, ($this->privates['App\\Manager\\MdmManager'] ?? $this->getMdmManagerService()), $b, ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService())));
  4749.     }
  4750.     /**
  4751.      * Gets the private 'App\Helper\Mdm\MdmHelper' shared autowired service.
  4752.      *
  4753.      * @return \App\Helper\Mdm\MdmHelper
  4754.      */
  4755.     protected function getMdmHelperService()
  4756.     {
  4757.         include_once \dirname(__DIR__4).'/src/Helper/Mdm/MdmHelper.php';
  4758.         return $this->privates['App\\Helper\\Mdm\\MdmHelper'] = new \App\Helper\Mdm\MdmHelper(($this->privates['App\\Manager\\MdmManager'] ?? $this->getMdmManagerService()), ($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService()));
  4759.     }
  4760.     /**
  4761.      * Gets the private 'App\Helper\Vdm\VdmHelper' shared autowired service.
  4762.      *
  4763.      * @return \App\Helper\Vdm\VdmHelper
  4764.      */
  4765.     protected function getVdmHelperService()
  4766.     {
  4767.         include_once \dirname(__DIR__4).'/src/Helper/Vdm/VdmHelper.php';
  4768.         return $this->privates['App\\Helper\\Vdm\\VdmHelper'] = new \App\Helper\Vdm\VdmHelper(($this->privates['App\\Manager\\VdmManager'] ?? $this->getVdmManagerService()));
  4769.     }
  4770.     /**
  4771.      * Gets the private 'App\Listener\JWTListener' shared autowired service.
  4772.      *
  4773.      * @return \App\Listener\JWTListener
  4774.      */
  4775.     protected function getJWTListenerService()
  4776.     {
  4777.         include_once \dirname(__DIR__4).'/src/Listener/JWTListener.php';
  4778.         $a = ($this->privates['App\\Manager\\OrganizationManager'] ?? $this->getOrganizationManagerService());
  4779.         if (isset($this->privates['App\\Listener\\JWTListener'])) {
  4780.             return $this->privates['App\\Listener\\JWTListener'];
  4781.         }
  4782.         $b = ($this->privates['App\\Manager\\UserManager'] ?? $this->getUserManagerService());
  4783.         if (isset($this->privates['App\\Listener\\JWTListener'])) {
  4784.             return $this->privates['App\\Listener\\JWTListener'];
  4785.         }
  4786.         $c = ($this->privates['App\\Manager\\HeimdallManager'] ?? $this->getHeimdallManagerService());
  4787.         if (isset($this->privates['App\\Listener\\JWTListener'])) {
  4788.             return $this->privates['App\\Listener\\JWTListener'];
  4789.         }
  4790.         return $this->privates['App\\Listener\\JWTListener'] = new \App\Listener\JWTListener($a, ($this->privates['App\\Manager\\ServiceManager'] ?? $this->getServiceManagerService()), $b, ($this->privates['App\\Manager\\UserProfileManager'] ?? $this->getUserProfileManagerService()), $c, ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()), $this->getEnv('PORTAL_CODE'));
  4791.     }
  4792.     /**
  4793.      * Gets the private 'App\Manager\AdminManager' shared autowired service.
  4794.      *
  4795.      * @return \App\Manager\AdminManager
  4796.      */
  4797.     protected function getAdminManagerService()
  4798.     {
  4799.         include_once \dirname(__DIR__4).'/src/Manager/AdminManagerInterface.php';
  4800.         include_once \dirname(__DIR__4).'/src/Manager/AdminManager.php';
  4801.         $a = ($this->privates['App\\Manager\\HeimdallManager'] ?? $this->getHeimdallManagerService());
  4802.         if (isset($this->privates['App\\Manager\\AdminManager'])) {
  4803.             return $this->privates['App\\Manager\\AdminManager'];
  4804.         }
  4805.         $b = ($this->privates['App\\Manager\\AreaManager'] ?? $this->getAreaManagerService());
  4806.         if (isset($this->privates['App\\Manager\\AdminManager'])) {
  4807.             return $this->privates['App\\Manager\\AdminManager'];
  4808.         }
  4809.         $c = ($this->privates['App\\Manager\\ApplicationConfigurationManager'] ?? $this->getApplicationConfigurationManagerService());
  4810.         if (isset($this->privates['App\\Manager\\AdminManager'])) {
  4811.             return $this->privates['App\\Manager\\AdminManager'];
  4812.         }
  4813.         $d = ($this->privates['App\\Manager\\OrganizationManager'] ?? $this->getOrganizationManagerService());
  4814.         if (isset($this->privates['App\\Manager\\AdminManager'])) {
  4815.             return $this->privates['App\\Manager\\AdminManager'];
  4816.         }
  4817.         $e = ($this->privates['App\\Manager\\UserManager'] ?? $this->getUserManagerService());
  4818.         if (isset($this->privates['App\\Manager\\AdminManager'])) {
  4819.             return $this->privates['App\\Manager\\AdminManager'];
  4820.         }
  4821.         $f = ($this->services['messenger.default_bus'] ?? $this->getMessenger_DefaultBusService());
  4822.         if (isset($this->privates['App\\Manager\\AdminManager'])) {
  4823.             return $this->privates['App\\Manager\\AdminManager'];
  4824.         }
  4825.         $g = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  4826.         if (isset($this->privates['App\\Manager\\AdminManager'])) {
  4827.             return $this->privates['App\\Manager\\AdminManager'];
  4828.         }
  4829.         $h = ($this->privates['App\\Service\\MailerService'] ?? $this->getMailerServiceService());
  4830.         if (isset($this->privates['App\\Manager\\AdminManager'])) {
  4831.             return $this->privates['App\\Manager\\AdminManager'];
  4832.         }
  4833.         return $this->privates['App\\Manager\\AdminManager'] = new \App\Manager\AdminManager($a$b$c, ($this->privates['App\\Manager\\ContractManager'] ?? $this->getContractManagerService()), ($this->privates['App\\Manager\\ContractServiceManager'] ?? $this->getContractServiceManagerService()), ($this->privates['App\\Manager\\LegalEntityManager'] ?? $this->getLegalEntityManagerService()), $d, ($this->privates['App\\Manager\\OrganizationContractServiceManager'] ?? $this->getOrganizationContractServiceManagerService()), ($this->privates['App\\Manager\\ServiceManager'] ?? $this->getServiceManagerService()), $e, ($this->privates['App\\Manager\\UserProfileManager'] ?? $this->getUserProfileManagerService()), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()), ($this->privates['App\\Manager\\MdmManager'] ?? $this->getMdmManagerService()), $f, ($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService()), $g$h, ($this->privates['portail_cache_pool'] ?? $this->getPortailCachePoolService()));
  4834.     }
  4835.     /**
  4836.      * Gets the private 'App\Manager\ApplicationConfigurationManager' shared autowired service.
  4837.      *
  4838.      * @return \App\Manager\ApplicationConfigurationManager
  4839.      */
  4840.     protected function getApplicationConfigurationManagerService()
  4841.     {
  4842.         include_once \dirname(__DIR__4).'/src/Manager/ApplicationConfigurationManagerInterface.php';
  4843.         include_once \dirname(__DIR__4).'/src/Manager/ApplicationConfigurationManager.php';
  4844.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  4845.         if (isset($this->privates['App\\Manager\\ApplicationConfigurationManager'])) {
  4846.             return $this->privates['App\\Manager\\ApplicationConfigurationManager'];
  4847.         }
  4848.         return $this->privates['App\\Manager\\ApplicationConfigurationManager'] = new \App\Manager\ApplicationConfigurationManager($a, ($this->privates['App\\Repository\\MdmRepository'] ?? $this->getMdmRepositoryService()));
  4849.     }
  4850.     /**
  4851.      * Gets the private 'App\Manager\AreaManager' shared autowired service.
  4852.      *
  4853.      * @return \App\Manager\AreaManager
  4854.      */
  4855.     protected function getAreaManagerService()
  4856.     {
  4857.         include_once \dirname(__DIR__4).'/src/Manager/AreaManagerInterface.php';
  4858.         include_once \dirname(__DIR__4).'/src/Manager/AreaManager.php';
  4859.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  4860.         if (isset($this->privates['App\\Manager\\AreaManager'])) {
  4861.             return $this->privates['App\\Manager\\AreaManager'];
  4862.         }
  4863.         $b = ($this->privates['App\\Manager\\OrganizationManager'] ?? $this->getOrganizationManagerService());
  4864.         if (isset($this->privates['App\\Manager\\AreaManager'])) {
  4865.             return $this->privates['App\\Manager\\AreaManager'];
  4866.         }
  4867.         return $this->privates['App\\Manager\\AreaManager'] = new \App\Manager\AreaManager(($this->privates['App\\Repository\\HeimdallRepository'] ?? $this->getHeimdallRepositoryService()), $a, ($this->privates['App\\Repository\\MdmRepository'] ?? $this->getMdmRepositoryService()), $b, ($this->privates['portail_cache_pool'] ?? $this->getPortailCachePoolService()), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  4868.     }
  4869.     /**
  4870.      * Gets the private 'App\Manager\Calendar\CalendarManager' shared autowired service.
  4871.      *
  4872.      * @return \App\Manager\Calendar\CalendarManager
  4873.      */
  4874.     protected function getCalendarManagerService()
  4875.     {
  4876.         include_once \dirname(__DIR__4).'/src/Manager/Calendar/CalendarManager.php';
  4877.         include_once \dirname(__DIR__4).'/src/Repository/Calendar/CalendarRepository.php';
  4878.         $a = ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService());
  4879.         return $this->privates['App\\Manager\\Calendar\\CalendarManager'] = new \App\Manager\Calendar\CalendarManager(new \App\Repository\Calendar\CalendarRepository(($this->privates['.debug.app.calendar.client'] ?? $this->get_Debug_App_Calendar_ClientService()), $a), $a);
  4880.     }
  4881.     /**
  4882.      * Gets the private 'App\Manager\CategoryManager' shared autowired service.
  4883.      *
  4884.      * @return \App\Manager\CategoryManager
  4885.      */
  4886.     protected function getCategoryManagerService()
  4887.     {
  4888.         include_once \dirname(__DIR__4).'/src/Manager/CategoryManagerInterface.php';
  4889.         include_once \dirname(__DIR__4).'/src/Manager/CategoryManager.php';
  4890.         $a = ($this->privates['App\\Manager\\OrganizationManager'] ?? $this->getOrganizationManagerService());
  4891.         if (isset($this->privates['App\\Manager\\CategoryManager'])) {
  4892.             return $this->privates['App\\Manager\\CategoryManager'];
  4893.         }
  4894.         return $this->privates['App\\Manager\\CategoryManager'] = new \App\Manager\CategoryManager(($this->privates['App\\Repository\\HeimdallRepository'] ?? $this->getHeimdallRepositoryService()), $a);
  4895.     }
  4896.     /**
  4897.      * Gets the private 'App\Manager\ConfigurationManager' shared autowired service.
  4898.      *
  4899.      * @return \App\Manager\ConfigurationManager
  4900.      */
  4901.     protected function getConfigurationManagerService()
  4902.     {
  4903.         include_once \dirname(__DIR__4).'/src/Manager/ConfigurationManagerInterface.php';
  4904.         include_once \dirname(__DIR__4).'/src/Manager/ConfigurationManager.php';
  4905.         $a = ($this->privates['App\\Manager\\HeimdallManager'] ?? $this->getHeimdallManagerService());
  4906.         if (isset($this->privates['App\\Manager\\ConfigurationManager'])) {
  4907.             return $this->privates['App\\Manager\\ConfigurationManager'];
  4908.         }
  4909.         return $this->privates['App\\Manager\\ConfigurationManager'] = new \App\Manager\ConfigurationManager(($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()), $a$this->getEnv('string:DEFAULT_IDP'));
  4910.     }
  4911.     /**
  4912.      * Gets the private 'App\Manager\ContractManager' shared autowired service.
  4913.      *
  4914.      * @return \App\Manager\ContractManager
  4915.      */
  4916.     protected function getContractManagerService()
  4917.     {
  4918.         include_once \dirname(__DIR__4).'/src/Manager/ContractManagerInterface.php';
  4919.         include_once \dirname(__DIR__4).'/src/Manager/ContractManager.php';
  4920.         $a = ($this->privates['App\\Manager\\HeimdallManager'] ?? $this->getHeimdallManagerService());
  4921.         if (isset($this->privates['App\\Manager\\ContractManager'])) {
  4922.             return $this->privates['App\\Manager\\ContractManager'];
  4923.         }
  4924.         $b = ($this->privates['App\\Manager\\OrganizationManager'] ?? $this->getOrganizationManagerService());
  4925.         if (isset($this->privates['App\\Manager\\ContractManager'])) {
  4926.             return $this->privates['App\\Manager\\ContractManager'];
  4927.         }
  4928.         return $this->privates['App\\Manager\\ContractManager'] = new \App\Manager\ContractManager($a, ($this->privates['App\\Repository\\HeimdallRepository'] ?? $this->getHeimdallRepositoryService()), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()), ($this->privates['App\\Manager\\MdmManager'] ?? $this->getMdmManagerService()), ($this->privates['App\\Repository\\MdmRepository'] ?? $this->getMdmRepositoryService()), ($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService()), $b, ($this->privates['App\\Manager\\UserProfileManager'] ?? $this->getUserProfileManagerService()), $this->getEnv('string:DEFAULT_IDP'), $this->getEnv('PORTAL_API_HOST'), $this->getEnv('PORTAL_CODE'));
  4929.     }
  4930.     /**
  4931.      * Gets the private 'App\Manager\ContractServiceManager' shared autowired service.
  4932.      *
  4933.      * @return \App\Manager\ContractServiceManager
  4934.      */
  4935.     protected function getContractServiceManagerService()
  4936.     {
  4937.         include_once \dirname(__DIR__4).'/src/Manager/ContractServiceManagerInterface.php';
  4938.         include_once \dirname(__DIR__4).'/src/Manager/ContractServiceManager.php';
  4939.         return $this->privates['App\\Manager\\ContractServiceManager'] = new \App\Manager\ContractServiceManager(($this->privates['App\\Repository\\HeimdallRepository'] ?? $this->getHeimdallRepositoryService()));
  4940.     }
  4941.     /**
  4942.      * Gets the private 'App\Manager\GeoserverManager' shared autowired service.
  4943.      *
  4944.      * @return \App\Manager\GeoserverManager
  4945.      */
  4946.     protected function getGeoserverManagerService()
  4947.     {
  4948.         include_once \dirname(__DIR__4).'/src/Manager/GeoserverManagerInterface.php';
  4949.         include_once \dirname(__DIR__4).'/src/Manager/GeoserverManager.php';
  4950.         include_once \dirname(__DIR__4).'/src/Repository/AbstractRemoteRepository.php';
  4951.         include_once \dirname(__DIR__4).'/src/Repository/GeoserverRepository.php';
  4952.         $a = ($this->privates['App\\Manager\\HeimdallManager'] ?? $this->getHeimdallManagerService());
  4953.         if (isset($this->privates['App\\Manager\\GeoserverManager'])) {
  4954.             return $this->privates['App\\Manager\\GeoserverManager'];
  4955.         }
  4956.         $b = ($this->privates['App\\Manager\\AreaManager'] ?? $this->getAreaManagerService());
  4957.         if (isset($this->privates['App\\Manager\\GeoserverManager'])) {
  4958.             return $this->privates['App\\Manager\\GeoserverManager'];
  4959.         }
  4960.         $c = ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService());
  4961.         return $this->privates['App\\Manager\\GeoserverManager'] = new \App\Manager\GeoserverManager($a, new \App\Repository\GeoserverRepository(($this->privates['.debug.app.geoserver.client'] ?? $this->get_Debug_App_Geoserver_ClientService()), $c, ($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService())), $b$c$this->getEnv('GEO_SERVER_CSV_DIR'), $this->getEnv('REMOTE_GEO_SERVER_CSV_DIR'));
  4962.     }
  4963.     /**
  4964.      * Gets the private 'App\Manager\HeimdallManager' shared autowired service.
  4965.      *
  4966.      * @return \App\Manager\HeimdallManager
  4967.      */
  4968.     protected function getHeimdallManagerService()
  4969.     {
  4970.         include_once \dirname(__DIR__4).'/src/Manager/AbstractManager.php';
  4971.         include_once \dirname(__DIR__4).'/src/Manager/HeimdallManagerInterface.php';
  4972.         include_once \dirname(__DIR__4).'/src/Manager/HeimdallManager.php';
  4973.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  4974.         if (isset($this->privates['App\\Manager\\HeimdallManager'])) {
  4975.             return $this->privates['App\\Manager\\HeimdallManager'];
  4976.         }
  4977.         $b = ($this->privates['App\\Manager\\UserManager'] ?? $this->getUserManagerService());
  4978.         if (isset($this->privates['App\\Manager\\HeimdallManager'])) {
  4979.             return $this->privates['App\\Manager\\HeimdallManager'];
  4980.         }
  4981.         return $this->privates['App\\Manager\\HeimdallManager'] = new \App\Manager\HeimdallManager($a$this->getEnv('PORTAL_CODE'), new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4982.             'App\\Command\\Heimdall\\GetContractCommand' => ['privates''App\\Handlers\\Heimdall\\GetContractHandler''getGetContractHandlerService'false],
  4983.             'App\\Command\\Heimdall\\GetContractsByUserCommand' => ['privates''App\\Handlers\\Heimdall\\GetContractsByUserHandler''getGetContractsByUserHandlerService'false],
  4984.             'App\\Command\\Heimdall\\GetOrganizationsCommand' => ['privates''App\\Handlers\\Heimdall\\GetOrganizationsHandler''getGetOrganizationsHandlerService'false],
  4985.             'App\\Command\\Heimdall\\GetUsersCommand' => ['privates''App\\Handlers\\Heimdall\\GetUsersHandler''getGetUsersHandlerService'false],
  4986.         ], [
  4987.             'App\\Command\\Heimdall\\GetContractCommand' => '?',
  4988.             'App\\Command\\Heimdall\\GetContractsByUserCommand' => '?',
  4989.             'App\\Command\\Heimdall\\GetOrganizationsCommand' => '?',
  4990.             'App\\Command\\Heimdall\\GetUsersCommand' => '?',
  4991.         ]), ($this->privates['.debug.app.heimdall.client'] ?? $this->get_Debug_App_Heimdall_ClientService()), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()), ($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService()), ($this->privates['App\\Repository\\HeimdallRepository'] ?? $this->getHeimdallRepositoryService()), $b, ($this->privates['App\\Manager\\UserProfileManager'] ?? $this->getUserProfileManagerService()), ($this->privates['portail_cache_pool'] ?? $this->getPortailCachePoolService()));
  4992.     }
  4993.     /**
  4994.      * Gets the private 'App\Manager\Incident\IncidentManager' shared autowired service.
  4995.      *
  4996.      * @return \App\Manager\Incident\IncidentManager
  4997.      */
  4998.     protected function getIncidentManagerService()
  4999.     {
  5000.         include_once \dirname(__DIR__4).'/src/Manager/Incident/IncidentManagerInterface.php';
  5001.         include_once \dirname(__DIR__4).'/src/Manager/Incident/IncidentManager.php';
  5002.         return $this->privates['App\\Manager\\Incident\\IncidentManager'] = new \App\Manager\Incident\IncidentManager(($this->privates['.debug.app.incidents.client'] ?? $this->get_Debug_App_Incidents_ClientService()), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  5003.     }
  5004.     /**
  5005.      * Gets the private 'App\Manager\IndustrialSite\IndustrialSiteManager' shared autowired service.
  5006.      *
  5007.      * @return \App\Manager\IndustrialSite\IndustrialSiteManager
  5008.      */
  5009.     protected function getIndustrialSiteManagerService()
  5010.     {
  5011.         include_once \dirname(__DIR__4).'/src/Manager/IndustrialSite/IndustrialSiteManagerInterface.php';
  5012.         include_once \dirname(__DIR__4).'/src/Manager/IndustrialSite/IndustrialSiteManager.php';
  5013.         include_once \dirname(__DIR__4).'/src/Repository/IndustrialSite/IndustrialSiteRepositoryInterface.php';
  5014.         include_once \dirname(__DIR__4).'/src/Repository/IndustrialSite/IndustrialSiteRepository.php';
  5015.         $a = ($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService());
  5016.         $b = ($this->privates['App\\Manager\\AreaManager'] ?? $this->getAreaManagerService());
  5017.         $c = ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService());
  5018.         return $this->privates['App\\Manager\\IndustrialSite\\IndustrialSiteManager'] = new \App\Manager\IndustrialSite\IndustrialSiteManager(new \App\Repository\IndustrialSite\IndustrialSiteRepository(($this->privates['.debug.app.industrial.sites.client'] ?? $this->get_Debug_App_Industrial_Sites_ClientService()), $a$a$b$c), $c$b, ($this->privates['App\\Manager\\AdminManager'] ?? $this->getAdminManagerService()), ($this->privates['App\\Manager\\ContractManager'] ?? $this->getContractManagerService()), ($this->privates['App\\Manager\\OrganizationManager'] ?? $this->getOrganizationManagerService()), ($this->privates['portail_cache_pool'] ?? $this->getPortailCachePoolService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  5019.     }
  5020.     /**
  5021.      * Gets the private 'App\Manager\KeyCloackManager' shared autowired service.
  5022.      *
  5023.      * @return \App\Manager\KeyCloackManager
  5024.      */
  5025.     protected function getKeyCloackManagerService()
  5026.     {
  5027.         include_once \dirname(__DIR__4).'/src/Manager/KeyCloackManagerInterface.php';
  5028.         include_once \dirname(__DIR__4).'/src/Manager/KeyCloackManager.php';
  5029.         return $this->privates['App\\Manager\\KeyCloackManager'] = new \App\Manager\KeyCloackManager(($this->privates['.debug.http_client'] ?? $this->get_Debug_HttpClientService()), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()), $this->getEnv('KEYCLOAK_HOST'), $this->getEnv('KEYCLOAK_USERNAME'), $this->getEnv('KEYCLOAK_PASSWORD'));
  5030.     }
  5031.     /**
  5032.      * Gets the private 'App\Manager\LegalEntityManager' shared autowired service.
  5033.      *
  5034.      * @return \App\Manager\LegalEntityManager
  5035.      */
  5036.     protected function getLegalEntityManagerService()
  5037.     {
  5038.         include_once \dirname(__DIR__4).'/src/Manager/LegalEntityManagerInterface.php';
  5039.         include_once \dirname(__DIR__4).'/src/Manager/LegalEntityManager.php';
  5040.         return $this->privates['App\\Manager\\LegalEntityManager'] = new \App\Manager\LegalEntityManager(($this->privates['App\\Repository\\HeimdallRepository'] ?? $this->getHeimdallRepositoryService()));
  5041.     }
  5042.     /**
  5043.      * Gets the private 'App\Manager\MdmManager' shared autowired service.
  5044.      *
  5045.      * @return \App\Manager\MdmManager
  5046.      */
  5047.     protected function getMdmManagerService()
  5048.     {
  5049.         include_once \dirname(__DIR__4).'/src/Manager/AbstractManager.php';
  5050.         include_once \dirname(__DIR__4).'/src/Manager/MdmManagerInterface.php';
  5051.         include_once \dirname(__DIR__4).'/src/Manager/MdmManager.php';
  5052.         return $this->privates['App\\Manager\\MdmManager'] = new \App\Manager\MdmManager(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  5053.             'App\\Command\\Mdm\\ExternalSourceCommand' => ['privates''App\\Handlers\\Mdm\\ExternalSourceHandler''getExternalSourceHandlerService'false],
  5054.             'App\\Command\\Mdm\\GetContractCommand' => ['privates''App\\Handlers\\Mdm\\GetContractHandler''getGetContractHandler2Service'false],
  5055.         ], [
  5056.             'App\\Command\\Mdm\\ExternalSourceCommand' => '?',
  5057.             'App\\Command\\Mdm\\GetContractCommand' => '?',
  5058.         ]), ($this->privates['.debug.app.mdm.client'] ?? $this->get_Debug_App_Mdm_ClientService()), ($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService()), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()), ($this->privates['App\\Repository\\MdmRepository'] ?? $this->getMdmRepositoryService()));
  5059.     }
  5060.     /**
  5061.      * Gets the private 'App\Manager\MetabaseManager' shared autowired service.
  5062.      *
  5063.      * @return \App\Manager\MetabaseManager
  5064.      */
  5065.     protected function getMetabaseManagerService()
  5066.     {
  5067.         include_once \dirname(__DIR__4).'/src/Manager/MetabaseManagerInterface.php';
  5068.         include_once \dirname(__DIR__4).'/src/Manager/MetabaseManager.php';
  5069.         include_once \dirname(__DIR__4).'/src/Repository/AbstractRemoteRepository.php';
  5070.         include_once \dirname(__DIR__4).'/src/Repository/MetabaseRepository.php';
  5071.         $a = ($this->privates['App\\Manager\\HeimdallManager'] ?? $this->getHeimdallManagerService());
  5072.         if (isset($this->privates['App\\Manager\\MetabaseManager'])) {
  5073.             return $this->privates['App\\Manager\\MetabaseManager'];
  5074.         }
  5075.         $b = ($this->privates['App\\Manager\\UserManager'] ?? $this->getUserManagerService());
  5076.         if (isset($this->privates['App\\Manager\\MetabaseManager'])) {
  5077.             return $this->privates['App\\Manager\\MetabaseManager'];
  5078.         }
  5079.         $c = ($this->privates['App\\Manager\\OrganizationManager'] ?? $this->getOrganizationManagerService());
  5080.         if (isset($this->privates['App\\Manager\\MetabaseManager'])) {
  5081.             return $this->privates['App\\Manager\\MetabaseManager'];
  5082.         }
  5083.         $d = ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService());
  5084.         return $this->privates['App\\Manager\\MetabaseManager'] = new \App\Manager\MetabaseManager(new \App\Repository\MetabaseRepository(($this->privates['.debug.app.metabase.client'] ?? $this->get_Debug_App_Metabase_ClientService()), $d, ($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService()), ($this->services['cache.app'] ?? $this->getCache_AppService())), $a$b$this->getEnv('METABASE_USER_DEFAULT_PASSWORD'), $this->getEnv('METABASE_FAKE_DATABASE_HOST'), $d$c);
  5085.     }
  5086.     /**
  5087.      * Gets the private 'App\Manager\OrganizationContractServiceManager' shared autowired service.
  5088.      *
  5089.      * @return \App\Manager\OrganizationContractServiceManager
  5090.      */
  5091.     protected function getOrganizationContractServiceManagerService()
  5092.     {
  5093.         include_once \dirname(__DIR__4).'/src/Manager/OrganizationContractServiceManagerInterface.php';
  5094.         include_once \dirname(__DIR__4).'/src/Manager/OrganizationContractServiceManager.php';
  5095.         return $this->privates['App\\Manager\\OrganizationContractServiceManager'] = new \App\Manager\OrganizationContractServiceManager(($this->privates['App\\Repository\\HeimdallRepository'] ?? $this->getHeimdallRepositoryService()), ($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService()));
  5096.     }
  5097.     /**
  5098.      * Gets the private 'App\Manager\OrganizationManager' shared autowired service.
  5099.      *
  5100.      * @return \App\Manager\OrganizationManager
  5101.      */
  5102.     protected function getOrganizationManagerService()
  5103.     {
  5104.         include_once \dirname(__DIR__4).'/src/Manager/OrganizationManagerInterface.php';
  5105.         include_once \dirname(__DIR__4).'/src/Manager/OrganizationManager.php';
  5106.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  5107.         if (isset($this->privates['App\\Manager\\OrganizationManager'])) {
  5108.             return $this->privates['App\\Manager\\OrganizationManager'];
  5109.         }
  5110.         $b = ($this->privates['App\\Manager\\HeimdallManager'] ?? $this->getHeimdallManagerService());
  5111.         if (isset($this->privates['App\\Manager\\OrganizationManager'])) {
  5112.             return $this->privates['App\\Manager\\OrganizationManager'];
  5113.         }
  5114.         $c = ($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService());
  5115.         return $this->privates['App\\Manager\\OrganizationManager'] = new \App\Manager\OrganizationManager($a, ($this->privates['App\\Repository\\HeimdallRepository'] ?? $this->getHeimdallRepositoryService()), $b, ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()), $c$c, ($this->privates['App\\Manager\\OrganizationContractServiceManager'] ?? $this->getOrganizationContractServiceManagerService()), ($this->privates['App\\Manager\\ServiceManager'] ?? $this->getServiceManagerService()), ($this->privates['portail_cache_pool'] ?? $this->getPortailCachePoolService()));
  5116.     }
  5117.     /**
  5118.      * Gets the private 'App\Manager\PublicSpacePlannerManager' shared autowired service.
  5119.      *
  5120.      * @return \App\Manager\PublicSpacePlannerManager
  5121.      */
  5122.     protected function getPublicSpacePlannerManagerService()
  5123.     {
  5124.         include_once \dirname(__DIR__4).'/src/Manager/PublicSpacePlannerManagerInterface.php';
  5125.         include_once \dirname(__DIR__4).'/src/Manager/PublicSpacePlannerManager.php';
  5126.         $a = ($this->privates['App\\Manager\\UserManager'] ?? $this->getUserManagerService());
  5127.         if (isset($this->privates['App\\Manager\\PublicSpacePlannerManager'])) {
  5128.             return $this->privates['App\\Manager\\PublicSpacePlannerManager'];
  5129.         }
  5130.         $b = ($this->privates['App\\Manager\\OrganizationManager'] ?? $this->getOrganizationManagerService());
  5131.         if (isset($this->privates['App\\Manager\\PublicSpacePlannerManager'])) {
  5132.             return $this->privates['App\\Manager\\PublicSpacePlannerManager'];
  5133.         }
  5134.         $c = ($this->privates['App\\Manager\\AreaManager'] ?? $this->getAreaManagerService());
  5135.         if (isset($this->privates['App\\Manager\\PublicSpacePlannerManager'])) {
  5136.             return $this->privates['App\\Manager\\PublicSpacePlannerManager'];
  5137.         }
  5138.         return $this->privates['App\\Manager\\PublicSpacePlannerManager'] = new \App\Manager\PublicSpacePlannerManager(($this->privates['.debug.app.public.space.planner.client'] ?? $this->get_Debug_App_Public_Space_Planner_ClientService()), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()), $a$b$c);
  5139.     }
  5140.     /**
  5141.      * Gets the private 'App\Manager\ServiceManager' shared autowired service.
  5142.      *
  5143.      * @return \App\Manager\ServiceManager
  5144.      */
  5145.     protected function getServiceManagerService()
  5146.     {
  5147.         include_once \dirname(__DIR__4).'/src/Manager/ServiceManagerInterface.php';
  5148.         include_once \dirname(__DIR__4).'/src/Manager/ServiceManager.php';
  5149.         return $this->privates['App\\Manager\\ServiceManager'] = new \App\Manager\ServiceManager(($this->privates['App\\Repository\\HeimdallRepository'] ?? $this->getHeimdallRepositoryService()));
  5150.     }
  5151.     /**
  5152.      * Gets the private 'App\Manager\SignalManager' shared autowired service.
  5153.      *
  5154.      * @return \App\Manager\SignalManager
  5155.      */
  5156.     protected function getSignalManagerService()
  5157.     {
  5158.         include_once \dirname(__DIR__4).'/src/Manager/SignalManagerInterface.php';
  5159.         include_once \dirname(__DIR__4).'/src/Manager/SignalManager.php';
  5160.         include_once \dirname(__DIR__4).'/src/Repository/AbstractRemoteRepository.php';
  5161.         include_once \dirname(__DIR__4).'/src/Repository/SignalRepository.php';
  5162.         $a = ($this->privates['App\\Manager\\ApplicationConfigurationManager'] ?? $this->getApplicationConfigurationManagerService());
  5163.         if (isset($this->privates['App\\Manager\\SignalManager'])) {
  5164.             return $this->privates['App\\Manager\\SignalManager'];
  5165.         }
  5166.         $b = ($this->privates['App\\Manager\\OrganizationManager'] ?? $this->getOrganizationManagerService());
  5167.         if (isset($this->privates['App\\Manager\\SignalManager'])) {
  5168.             return $this->privates['App\\Manager\\SignalManager'];
  5169.         }
  5170.         $c = ($this->privates['App\\Manager\\UserManager'] ?? $this->getUserManagerService());
  5171.         if (isset($this->privates['App\\Manager\\SignalManager'])) {
  5172.             return $this->privates['App\\Manager\\SignalManager'];
  5173.         }
  5174.         $d = ($this->privates['App\\Manager\\AreaManager'] ?? $this->getAreaManagerService());
  5175.         if (isset($this->privates['App\\Manager\\SignalManager'])) {
  5176.             return $this->privates['App\\Manager\\SignalManager'];
  5177.         }
  5178.         $e = ($this->privates['.debug.app.signal.client'] ?? $this->get_Debug_App_Signal_ClientService());
  5179.         $f = ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService());
  5180.         return $this->privates['App\\Manager\\SignalManager'] = new \App\Manager\SignalManager($e$f, new \App\Repository\SignalRepository($e$f, ($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService()), (\dirname(__DIR__4).'/src/Resources/Signal/'), ($this->privates['App\\Manager\\MdmManager'] ?? $this->getMdmManagerService()), $a), $b, ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), $a$c$d, ($this->privates['App\\Helper\\Common\\CommonHelper'] ?? $this->getCommonHelperService()));
  5181.     }
  5182.     /**
  5183.      * Gets the private 'App\Manager\UserManager' shared autowired service.
  5184.      *
  5185.      * @return \App\Manager\UserManager
  5186.      */
  5187.     protected function getUserManagerService()
  5188.     {
  5189.         include_once \dirname(__DIR__4).'/src/Manager/UserManagerInterface.php';
  5190.         include_once \dirname(__DIR__4).'/src/Manager/UserManager.php';
  5191.         $a = ($this->privates['security.helper'] ?? $this->getSecurity_HelperService());
  5192.         if (isset($this->privates['App\\Manager\\UserManager'])) {
  5193.             return $this->privates['App\\Manager\\UserManager'];
  5194.         }
  5195.         return $this->privates['App\\Manager\\UserManager'] = new \App\Manager\UserManager(($this->privates['App\\Repository\\HeimdallRepository'] ?? $this->getHeimdallRepositoryService()), ($this->privates['App\\Helper\\Mdm\\MdmHelper'] ?? $this->getMdmHelperService()), ($this->services['router'] ?? $this->getRouterService()), $a, ($this->privates['App\\Manager\\KeyCloackManager'] ?? $this->getKeyCloackManagerService()), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()), ($this->privates['portail_cache_pool'] ?? $this->getPortailCachePoolService()));
  5196.     }
  5197.     /**
  5198.      * Gets the private 'App\Manager\UserProfileManager' shared autowired service.
  5199.      *
  5200.      * @return \App\Manager\UserProfileManager
  5201.      */
  5202.     protected function getUserProfileManagerService()
  5203.     {
  5204.         include_once \dirname(__DIR__4).'/src/Manager/UserProfileManagerInterface.php';
  5205.         include_once \dirname(__DIR__4).'/src/Manager/UserProfileManager.php';
  5206.         return $this->privates['App\\Manager\\UserProfileManager'] = new \App\Manager\UserProfileManager(($this->privates['App\\Repository\\HeimdallRepository'] ?? $this->getHeimdallRepositoryService()));
  5207.     }
  5208.     /**
  5209.      * Gets the private 'App\Manager\VdmManager' shared autowired service.
  5210.      *
  5211.      * @return \App\Manager\VdmManager
  5212.      */
  5213.     protected function getVdmManagerService()
  5214.     {
  5215.         include_once \dirname(__DIR__4).'/src/Manager/VdmManagerInterface.php';
  5216.         include_once \dirname(__DIR__4).'/src/Manager/VdmManager.php';
  5217.         return $this->privates['App\\Manager\\VdmManager'] = new \App\Manager\VdmManager(($this->privates['.debug.app.vdm.waterQuality.client'] ?? $this->get_Debug_App_Vdm_WaterQuality_ClientService()), ($this->privates['.debug.app.vdm.hydrometric.client'] ?? $this->get_Debug_App_Vdm_Hydrometric_ClientService()), ($this->privates['.debug.app.vdm.itv.client'] ?? $this->get_Debug_App_Vdm_Itv_ClientService()), ($this->privates['.debug.app.vdm.waterCycle.client'] ?? $this->get_Debug_App_Vdm_WaterCycle_ClientService()), ($this->privates['.debug.app.vdm.weather.client'] ?? $this->get_Debug_App_Vdm_Weather_ClientService()), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()), ($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService()));
  5218.     }
  5219.     /**
  5220.      * Gets the private 'App\MessageHandler\SignalMessageHandler' shared autowired service.
  5221.      *
  5222.      * @return \App\MessageHandler\SignalMessageHandler
  5223.      */
  5224.     protected function getSignalMessageHandlerService()
  5225.     {
  5226.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/MessageHandlerInterface.php';
  5227.         include_once \dirname(__DIR__4).'/src/MessageHandler/AbstractMessageHandler.php';
  5228.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/MessageSubscriberInterface.php';
  5229.         include_once \dirname(__DIR__4).'/src/MessageHandler/SignalMessageHandler.php';
  5230.         $a = ($this->privates['App\\Manager\\SignalManager'] ?? $this->getSignalManagerService());
  5231.         if (isset($this->privates['App\\MessageHandler\\SignalMessageHandler'])) {
  5232.             return $this->privates['App\\MessageHandler\\SignalMessageHandler'];
  5233.         }
  5234.         return $this->privates['App\\MessageHandler\\SignalMessageHandler'] = new \App\MessageHandler\SignalMessageHandler($a, ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  5235.     }
  5236.     /**
  5237.      * Gets the private 'App\OpenApi\ExternalSwaggerDescriber' shared autowired service.
  5238.      *
  5239.      * @return \App\OpenApi\ExternalSwaggerDescriber
  5240.      */
  5241.     protected function getExternalSwaggerDescriberService()
  5242.     {
  5243.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Describer/DescriberInterface.php';
  5244.         include_once \dirname(__DIR__4).'/src/OpenApi/ExternalSwaggerDescriber.php';
  5245.         return $this->privates['App\\OpenApi\\ExternalSwaggerDescriber'] = new \App\OpenApi\ExternalSwaggerDescriber(($this->privates['.debug.http_client'] ?? $this->get_Debug_HttpClientService()), [=> 'PCE_API_HOST'=> 'SIGNAL_HOST'=> 'INDUSTRIAL_SITES_HOST'=> 'INCIDENTS_API_HOST']);
  5246.     }
  5247.     /**
  5248.      * Gets the private 'App\Repository\HeimdallRepository' shared autowired service.
  5249.      *
  5250.      * @return \App\Repository\HeimdallRepository
  5251.      */
  5252.     protected function getHeimdallRepositoryService()
  5253.     {
  5254.         include_once \dirname(__DIR__4).'/src/Repository/AbstractRemoteRepository.php';
  5255.         include_once \dirname(__DIR__4).'/src/Repository/HeimdallRepository.php';
  5256.         return $this->privates['App\\Repository\\HeimdallRepository'] = new \App\Repository\HeimdallRepository(($this->privates['.debug.app.heimdall.client'] ?? $this->get_Debug_App_Heimdall_ClientService()), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()), ($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService()));
  5257.     }
  5258.     /**
  5259.      * Gets the private 'App\Repository\MdmRepository' shared autowired service.
  5260.      *
  5261.      * @return \App\Repository\MdmRepository
  5262.      */
  5263.     protected function getMdmRepositoryService()
  5264.     {
  5265.         include_once \dirname(__DIR__4).'/src/Repository/AbstractRemoteRepository.php';
  5266.         include_once \dirname(__DIR__4).'/src/Repository/MdmRepository.php';
  5267.         return $this->privates['App\\Repository\\MdmRepository'] = new \App\Repository\MdmRepository(($this->privates['.debug.app.mdm.client'] ?? $this->get_Debug_App_Mdm_ClientService()), ($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService()), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  5268.     }
  5269.     /**
  5270.      * Gets the private 'App\Repository\ThingsBoardRepository' shared autowired service.
  5271.      *
  5272.      * @return \App\Repository\ThingsBoardRepository
  5273.      */
  5274.     protected function getThingsBoardRepositoryService()
  5275.     {
  5276.         include_once \dirname(__DIR__4).'/src/Repository/AbstractRemoteRepository.php';
  5277.         include_once \dirname(__DIR__4).'/src/Repository/ThingsBoardRepository.php';
  5278.         return $this->privates['App\\Repository\\ThingsBoardRepository'] = new \App\Repository\ThingsBoardRepository(($this->privates['.debug.app.thingsboard.client'] ?? $this->get_Debug_App_Thingsboard_ClientService()), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()), ($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService()), ($this->services['cache.app'] ?? $this->getCache_AppService()), $this->getEnv('THINGSBOARD_ADMIN_USERNAME'), $this->getEnv('THINGSBOARD_ADMIN_PASSWORD'));
  5279.     }
  5280.     /**
  5281.      * Gets the private 'App\Service\MailerService' shared autowired service.
  5282.      *
  5283.      * @return \App\Service\MailerService
  5284.      */
  5285.     protected function getMailerServiceService()
  5286.     {
  5287.         include_once \dirname(__DIR__4).'/src/Service/MailerServiceInterface.php';
  5288.         include_once \dirname(__DIR__4).'/src/Service/MailerService.php';
  5289.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/MailerInterface.php';
  5290.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Mailer.php';
  5291.         $a = ($this->privates['mailer.transports'] ?? $this->getMailer_TransportsService());
  5292.         if (isset($this->privates['App\\Service\\MailerService'])) {
  5293.             return $this->privates['App\\Service\\MailerService'];
  5294.         }
  5295.         $b = ($this->services['messenger.default_bus'] ?? $this->getMessenger_DefaultBusService());
  5296.         if (isset($this->privates['App\\Service\\MailerService'])) {
  5297.             return $this->privates['App\\Service\\MailerService'];
  5298.         }
  5299.         $c = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  5300.         if (isset($this->privates['App\\Service\\MailerService'])) {
  5301.             return $this->privates['App\\Service\\MailerService'];
  5302.         }
  5303.         return $this->privates['App\\Service\\MailerService'] = new \App\Service\MailerService(new \Symfony\Component\Mailer\Mailer($a$b$c), ($this->services['translator'] ?? $this->getTranslatorService()), $this->getParameter('from_email'), $this->getEnv('PORTAL_API_HOST'), $this->getEnv('string:DEFAULT_IDP'));
  5304.     }
  5305.     /**
  5306.      * Gets the private 'App\Service\PowerBiService' shared autowired service.
  5307.      *
  5308.      * @return \App\Service\PowerBiService
  5309.      */
  5310.     protected function getPowerBiServiceService()
  5311.     {
  5312.         include_once \dirname(__DIR__4).'/src/Service/PowerBiServiceInterface.php';
  5313.         include_once \dirname(__DIR__4).'/src/Service/PowerBiService.php';
  5314.         return $this->privates['App\\Service\\PowerBiService'] = new \App\Service\PowerBiService(($this->privates['.debug.http_client'] ?? $this->get_Debug_HttpClientService()), ($this->privates['App\\Manager\\ApplicationConfigurationManager'] ?? $this->getApplicationConfigurationManagerService()), ($this->privates['App\\Manager\\HeimdallManager'] ?? $this->getHeimdallManagerService()), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()), $this->getEnv('POWERBI_TREND_URL'), ($this->privates['App\\Manager\\OrganizationManager'] ?? $this->getOrganizationManagerService()));
  5315.     }
  5316.     /**
  5317.      * Gets the private 'App\Service\RequestBridgeService' shared autowired service.
  5318.      *
  5319.      * @return \App\Service\RequestBridgeService
  5320.      */
  5321.     protected function getRequestBridgeServiceService()
  5322.     {
  5323.         include_once \dirname(__DIR__4).'/src/Service/RequestBridgeService.php';
  5324.         $a = ($this->privates['App\\Manager\\AreaManager'] ?? $this->getAreaManagerService());
  5325.         if (isset($this->privates['App\\Service\\RequestBridgeService'])) {
  5326.             return $this->privates['App\\Service\\RequestBridgeService'];
  5327.         }
  5328.         $b = ($this->privates['App\\Manager\\SignalManager'] ?? $this->getSignalManagerService());
  5329.         if (isset($this->privates['App\\Service\\RequestBridgeService'])) {
  5330.             return $this->privates['App\\Service\\RequestBridgeService'];
  5331.         }
  5332.         $c = ($this->privates['App\\Manager\\CategoryManager'] ?? $this->getCategoryManagerService());
  5333.         if (isset($this->privates['App\\Service\\RequestBridgeService'])) {
  5334.             return $this->privates['App\\Service\\RequestBridgeService'];
  5335.         }
  5336.         $d = ($this->privates['App\\Manager\\UserManager'] ?? $this->getUserManagerService());
  5337.         if (isset($this->privates['App\\Service\\RequestBridgeService'])) {
  5338.             return $this->privates['App\\Service\\RequestBridgeService'];
  5339.         }
  5340.         return $this->privates['App\\Service\\RequestBridgeService'] = new \App\Service\RequestBridgeService(($this->privates['.debug.app.request.client'] ?? $this->get_Debug_App_Request_ClientService()), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()), $a, ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), $b, ($this->services['translator'] ?? $this->getTranslatorService()), $c$d, ($this->privates['App\\Helper\\Common\\CommonHelper'] ?? $this->getCommonHelperService()));
  5341.     }
  5342.     /**
  5343.      * Gets the private 'App\Utils\QueryBridge' shared autowired service.
  5344.      *
  5345.      * @return \App\Utils\QueryBridge
  5346.      */
  5347.     protected function getQueryBridgeService()
  5348.     {
  5349.         include_once \dirname(__DIR__4).'/src/Utils/QueryBridge.php';
  5350.         return $this->privates['App\\Utils\\QueryBridge'] = new \App\Utils\QueryBridge(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  5351.     }
  5352.     /**
  5353.      * Gets the private 'Hslavich\OneloginSamlBundle\EventListener\Security\SamlLogoutListener' shared autowired service.
  5354.      *
  5355.      * @return \Hslavich\OneloginSamlBundle\EventListener\Security\SamlLogoutListener
  5356.      */
  5357.     protected function getSamlLogoutListenerService()
  5358.     {
  5359.         include_once \dirname(__DIR__4).'/vendor/hslavich/oneloginsaml-bundle/EventListener/Security/SamlLogoutListener.php';
  5360.         return $this->privates['Hslavich\\OneloginSamlBundle\\EventListener\\Security\\SamlLogoutListener'] = new \Hslavich\OneloginSamlBundle\EventListener\Security\SamlLogoutListener(($this->services['Hslavich\\OneloginSamlBundle\\DependencyInjection\\Security\\Saml2\\Auth'] ?? $this->getAuthService()));
  5361.     }
  5362.     /**
  5363.      * Gets the private 'Hslavich\OneloginSamlBundle\Security\Firewall\SamlListener.main' shared service.
  5364.      *
  5365.      * @return \Hslavich\OneloginSamlBundle\Security\Firewall\SamlListener
  5366.      */
  5367.     protected function getSamlListener_MainService()
  5368.     {
  5369.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/FirewallListenerInterface.php';
  5370.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  5371.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractAuthenticationListener.php';
  5372.         include_once \dirname(__DIR__4).'/vendor/hslavich/oneloginsaml-bundle/Security/Firewall/SamlListener.php';
  5373.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authentication/AuthenticationSuccessHandlerInterface.php';
  5374.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authentication/CustomAuthenticationSuccessHandler.php';
  5375.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Util/TargetPathTrait.php';
  5376.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authentication/DefaultAuthenticationSuccessHandler.php';
  5377.         include_once \dirname(__DIR__4).'/src/Security/Handler/SamlSuccessHandler.php';
  5378.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authentication/AuthenticationFailureHandlerInterface.php';
  5379.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authentication/DefaultAuthenticationFailureHandler.php';
  5380.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Session/SessionAuthenticationStrategyInterface.php';
  5381.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Session/SessionAuthenticationStrategy.php';
  5382.         $a = ($this->privates['security.authentication.manager'] ?? $this->getSecurity_Authentication_ManagerService());
  5383.         if (isset($this->privates['Hslavich\\OneloginSamlBundle\\Security\\Firewall\\SamlListener.main'])) {
  5384.             return $this->privates['Hslavich\\OneloginSamlBundle\\Security\\Firewall\\SamlListener.main'];
  5385.         }
  5386.         $b = ($this->services['lexik_jwt_authentication.jwt_manager'] ?? $this->getLexikJwtAuthentication_JwtManagerService());
  5387.         if (isset($this->privates['Hslavich\\OneloginSamlBundle\\Security\\Firewall\\SamlListener.main'])) {
  5388.             return $this->privates['Hslavich\\OneloginSamlBundle\\Security\\Firewall\\SamlListener.main'];
  5389.         }
  5390.         $c = ($this->privates['App\\Manager\\HeimdallManager'] ?? $this->getHeimdallManagerService());
  5391.         if (isset($this->privates['Hslavich\\OneloginSamlBundle\\Security\\Firewall\\SamlListener.main'])) {
  5392.             return $this->privates['Hslavich\\OneloginSamlBundle\\Security\\Firewall\\SamlListener.main'];
  5393.         }
  5394.         $d = ($this->services['http_kernel'] ?? $this->getHttpKernelService());
  5395.         if (isset($this->privates['Hslavich\\OneloginSamlBundle\\Security\\Firewall\\SamlListener.main'])) {
  5396.             return $this->privates['Hslavich\\OneloginSamlBundle\\Security\\Firewall\\SamlListener.main'];
  5397.         }
  5398.         $e = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  5399.         if (isset($this->privates['Hslavich\\OneloginSamlBundle\\Security\\Firewall\\SamlListener.main'])) {
  5400.             return $this->privates['Hslavich\\OneloginSamlBundle\\Security\\Firewall\\SamlListener.main'];
  5401.         }
  5402.         $f = ($this->privates['security.http_utils'] ?? $this->getSecurity_HttpUtilsService());
  5403.         $g = ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService());
  5404.         $h = new \Symfony\Component\Security\Http\Authentication\DefaultAuthenticationFailureHandler($d$f, [], $g);
  5405.         $h->setOptions(['login_path' => 'saml_login''failure_path' => NULL'failure_forward' => false'failure_path_parameter' => '_failure_path']);
  5406.         $this->privates['Hslavich\\OneloginSamlBundle\\Security\\Firewall\\SamlListener.main'] = $instance = new \Hslavich\OneloginSamlBundle\Security\Firewall\SamlListener(($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), $a, ($this->privates['security.authentication.session_strategy'] ?? ($this->privates['security.authentication.session_strategy'] = new \Symfony\Component\Security\Http\Session\SessionAuthenticationStrategy('migrate'NULL))), $f'main', new \Symfony\Component\Security\Http\Authentication\CustomAuthenticationSuccessHandler(new \App\Security\Handler\SamlSuccessHandler($f$b, ($this->privates['App\\Manager\\ContractManager'] ?? $this->getContractManagerService()), $c$this->getEnv('FRONT_END_ROOT_PATH'), $this->getEnv('FRONT_END_AUTHENTICATION_URL')), ['login_path' => 'saml_login''always_use_default_target_path' => false'default_target_path' => '/''target_path_parameter' => '_target_path''use_referer' => false], 'main'), $h, ['username_attribute' => 'cn''check_path' => 'saml_acs''login_path' => 'saml_login''success_handler' => 'saml.success.handler''use_forward' => false'require_previous_session' => false'use_attribute_friendly_name' => false'user_factory' => NULL'token_factory' => NULL'persist_user' => false], $g$e);
  5407.         $instance->setOneLoginAuth(($this->services['Hslavich\\OneloginSamlBundle\\DependencyInjection\\Security\\Saml2\\Auth'] ?? $this->getAuthService()));
  5408.         return $instance;
  5409.     }
  5410.     /**
  5411.      * Gets the private 'Vdm\Bundle\LibraryBundle\Command\CollectMessagesCommand' shared autowired service.
  5412.      *
  5413.      * @return \Vdm\Bundle\LibraryBundle\Command\CollectMessagesCommand
  5414.      */
  5415.     protected function getCollectMessagesCommandService()
  5416.     {
  5417.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5418.         include_once \dirname(__DIR__4).'/vendor/3slab/vdm-library-bundle/Command/CollectMessagesCommand.php';
  5419.         $this->privates['Vdm\\Bundle\\LibraryBundle\\Command\\CollectMessagesCommand'] = $instance = new \Vdm\Bundle\LibraryBundle\Command\CollectMessagesCommand(($this->privates['messenger.routable_message_bus'] ?? $this->getMessenger_RoutableMessageBusService()), ($this->privates['messenger.receiver_locator'] ?? $this->getMessenger_ReceiverLocatorService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()), [=> 'email'=> 'export'=> 'villagile_event'=> 'nextcloud'=> 'geoserver'=> 'mayan'=> 'signal'=> 'thingsboard'=> 'metabase']);
  5420.         $instance->setName('vdm:collect');
  5421.         return $instance;
  5422.     }
  5423.     /**
  5424.      * Gets the private 'Vdm\Bundle\LibraryBundle\Command\ConsumeMessagesCommand' shared autowired service.
  5425.      *
  5426.      * @return \Vdm\Bundle\LibraryBundle\Command\ConsumeMessagesCommand
  5427.      */
  5428.     protected function getConsumeMessagesCommandService()
  5429.     {
  5430.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5431.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Command/ConsumeMessagesCommand.php';
  5432.         include_once \dirname(__DIR__4).'/vendor/3slab/vdm-library-bundle/Command/ConsumeMessagesCommand.php';
  5433.         $this->privates['Vdm\\Bundle\\LibraryBundle\\Command\\ConsumeMessagesCommand'] = $instance = new \Vdm\Bundle\LibraryBundle\Command\ConsumeMessagesCommand(($this->privates['messenger.routable_message_bus'] ?? $this->getMessenger_RoutableMessageBusService()), ($this->privates['messenger.receiver_locator'] ?? $this->getMessenger_ReceiverLocatorService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()), [=> 'email'=> 'export'=> 'villagile_event'=> 'nextcloud'=> 'geoserver'=> 'mayan'=> 'signal'=> 'thingsboard'=> 'metabase']);
  5434.         $instance->setName('vdm:consume');
  5435.         return $instance;
  5436.     }
  5437.     /**
  5438.      * Gets the private 'Vdm\Bundle\LibraryBundle\EventSubscriber\ExceptionHandler\RethrowExceptionAfterWorkerStoppedSubscriber' shared autowired service.
  5439.      *
  5440.      * @return \Vdm\Bundle\LibraryBundle\EventSubscriber\ExceptionHandler\RethrowExceptionAfterWorkerStoppedSubscriber
  5441.      */
  5442.     protected function getRethrowExceptionAfterWorkerStoppedSubscriberService()
  5443.     {
  5444.         include_once \dirname(__DIR__4).'/vendor/3slab/vdm-library-bundle/EventSubscriber/ExceptionHandler/RethrowExceptionAfterWorkerStoppedSubscriber.php';
  5445.         include_once \dirname(__DIR__4).'/vendor/3slab/vdm-library-bundle/Service/StopWorkerService.php';
  5446.         return $this->privates['Vdm\\Bundle\\LibraryBundle\\EventSubscriber\\ExceptionHandler\\RethrowExceptionAfterWorkerStoppedSubscriber'] = new \Vdm\Bundle\LibraryBundle\EventSubscriber\ExceptionHandler\RethrowExceptionAfterWorkerStoppedSubscriber(($this->privates['Vdm\\Bundle\\LibraryBundle\\Service\\StopWorkerService'] ?? ($this->privates['Vdm\\Bundle\\LibraryBundle\\Service\\StopWorkerService'] = new \Vdm\Bundle\LibraryBundle\Service\StopWorkerService())), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  5447.     }
  5448.     /**
  5449.      * Gets the private 'Vdm\Bundle\LibraryBundle\EventSubscriber\ExceptionHandler\StopWorkerOnExceptionSubscriber' shared autowired service.
  5450.      *
  5451.      * @return \Vdm\Bundle\LibraryBundle\EventSubscriber\ExceptionHandler\StopWorkerOnExceptionSubscriber
  5452.      */
  5453.     protected function getStopWorkerOnExceptionSubscriberService()
  5454.     {
  5455.         include_once \dirname(__DIR__4).'/vendor/3slab/vdm-library-bundle/EventSubscriber/ExceptionHandler/StopWorkerOnExceptionSubscriber.php';
  5456.         include_once \dirname(__DIR__4).'/vendor/3slab/vdm-library-bundle/Service/StopWorkerService.php';
  5457.         return $this->privates['Vdm\\Bundle\\LibraryBundle\\EventSubscriber\\ExceptionHandler\\StopWorkerOnExceptionSubscriber'] = new \Vdm\Bundle\LibraryBundle\EventSubscriber\ExceptionHandler\StopWorkerOnExceptionSubscriber(($this->privates['Vdm\\Bundle\\LibraryBundle\\Service\\StopWorkerService'] ?? ($this->privates['Vdm\\Bundle\\LibraryBundle\\Service\\StopWorkerService'] = new \Vdm\Bundle\LibraryBundle\Service\StopWorkerService())), true, ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  5458.     }
  5459.     /**
  5460.      * Gets the private 'Vdm\Bundle\LibraryBundle\EventSubscriber\ExceptionHandler\StoreExceptionOnMessageFailedSubscriber' shared autowired service.
  5461.      *
  5462.      * @return \Vdm\Bundle\LibraryBundle\EventSubscriber\ExceptionHandler\StoreExceptionOnMessageFailedSubscriber
  5463.      */
  5464.     protected function getStoreExceptionOnMessageFailedSubscriberService()
  5465.     {
  5466.         include_once \dirname(__DIR__4).'/vendor/3slab/vdm-library-bundle/EventSubscriber/ExceptionHandler/StoreExceptionOnMessageFailedSubscriber.php';
  5467.         include_once \dirname(__DIR__4).'/vendor/3slab/vdm-library-bundle/Service/StopWorkerService.php';
  5468.         return $this->privates['Vdm\\Bundle\\LibraryBundle\\EventSubscriber\\ExceptionHandler\\StoreExceptionOnMessageFailedSubscriber'] = new \Vdm\Bundle\LibraryBundle\EventSubscriber\ExceptionHandler\StoreExceptionOnMessageFailedSubscriber(($this->privates['Vdm\\Bundle\\LibraryBundle\\Service\\StopWorkerService'] ?? ($this->privates['Vdm\\Bundle\\LibraryBundle\\Service\\StopWorkerService'] = new \Vdm\Bundle\LibraryBundle\Service\StopWorkerService())), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  5469.     }
  5470.     /**
  5471.      * Gets the private 'Vdm\Bundle\LibraryBundle\EventSubscriber\Monitoring\MonitoringWorkerConsumedMessageSubscriber' shared autowired service.
  5472.      *
  5473.      * @return \Vdm\Bundle\LibraryBundle\EventSubscriber\Monitoring\MonitoringWorkerConsumedMessageSubscriber
  5474.      */
  5475.     protected function getMonitoringWorkerConsumedMessageSubscriberService()
  5476.     {
  5477.         include_once \dirname(__DIR__4).'/vendor/3slab/vdm-library-bundle/EventSubscriber/Monitoring/MonitoringWorkerConsumedMessageSubscriber.php';
  5478.         return $this->privates['Vdm\\Bundle\\LibraryBundle\\EventSubscriber\\Monitoring\\MonitoringWorkerConsumedMessageSubscriber'] = new \Vdm\Bundle\LibraryBundle\EventSubscriber\Monitoring\MonitoringWorkerConsumedMessageSubscriber(($this->privates['Vdm\\Bundle\\LibraryBundle\\Service\\Monitoring\\MonitoringService'] ?? $this->getMonitoringServiceService()), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  5479.     }
  5480.     /**
  5481.      * Gets the private 'Vdm\Bundle\LibraryBundle\EventSubscriber\Monitoring\MonitoringWorkerHandleMessageDurationSubscriber' shared autowired service.
  5482.      *
  5483.      * @return \Vdm\Bundle\LibraryBundle\EventSubscriber\Monitoring\MonitoringWorkerHandleMessageDurationSubscriber
  5484.      */
  5485.     protected function getMonitoringWorkerHandleMessageDurationSubscriberService()
  5486.     {
  5487.         include_once \dirname(__DIR__4).'/vendor/3slab/vdm-library-bundle/EventSubscriber/Monitoring/MonitoringWorkerHandleMessageDurationSubscriber.php';
  5488.         return $this->privates['Vdm\\Bundle\\LibraryBundle\\EventSubscriber\\Monitoring\\MonitoringWorkerHandleMessageDurationSubscriber'] = new \Vdm\Bundle\LibraryBundle\EventSubscriber\Monitoring\MonitoringWorkerHandleMessageDurationSubscriber(($this->privates['Vdm\\Bundle\\LibraryBundle\\Service\\Monitoring\\MonitoringService'] ?? $this->getMonitoringServiceService()), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  5489.     }
  5490.     /**
  5491.      * Gets the private 'Vdm\Bundle\LibraryBundle\EventSubscriber\Monitoring\MonitoringWorkerHandleMessageMemorySubscriber' shared autowired service.
  5492.      *
  5493.      * @return \Vdm\Bundle\LibraryBundle\EventSubscriber\Monitoring\MonitoringWorkerHandleMessageMemorySubscriber
  5494.      */
  5495.     protected function getMonitoringWorkerHandleMessageMemorySubscriberService()
  5496.     {
  5497.         include_once \dirname(__DIR__4).'/vendor/3slab/vdm-library-bundle/EventSubscriber/Monitoring/MonitoringWorkerHandleMessageMemorySubscriber.php';
  5498.         return $this->privates['Vdm\\Bundle\\LibraryBundle\\EventSubscriber\\Monitoring\\MonitoringWorkerHandleMessageMemorySubscriber'] = new \Vdm\Bundle\LibraryBundle\EventSubscriber\Monitoring\MonitoringWorkerHandleMessageMemorySubscriber(($this->privates['Vdm\\Bundle\\LibraryBundle\\Service\\Monitoring\\MonitoringService'] ?? $this->getMonitoringServiceService()), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  5499.     }
  5500.     /**
  5501.      * Gets the private 'Vdm\Bundle\LibraryBundle\EventSubscriber\Monitoring\MonitoringWorkerHandledMessageSubscriber' shared autowired service.
  5502.      *
  5503.      * @return \Vdm\Bundle\LibraryBundle\EventSubscriber\Monitoring\MonitoringWorkerHandledMessageSubscriber
  5504.      */
  5505.     protected function getMonitoringWorkerHandledMessageSubscriberService()
  5506.     {
  5507.         include_once \dirname(__DIR__4).'/vendor/3slab/vdm-library-bundle/EventSubscriber/Monitoring/MonitoringWorkerHandledMessageSubscriber.php';
  5508.         return $this->privates['Vdm\\Bundle\\LibraryBundle\\EventSubscriber\\Monitoring\\MonitoringWorkerHandledMessageSubscriber'] = new \Vdm\Bundle\LibraryBundle\EventSubscriber\Monitoring\MonitoringWorkerHandledMessageSubscriber(($this->privates['Vdm\\Bundle\\LibraryBundle\\Service\\Monitoring\\MonitoringService'] ?? $this->getMonitoringServiceService()), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  5509.     }
  5510.     /**
  5511.      * Gets the private 'Vdm\Bundle\LibraryBundle\EventSubscriber\Monitoring\MonitoringWorkerMessageFailedSubscriber' shared autowired service.
  5512.      *
  5513.      * @return \Vdm\Bundle\LibraryBundle\EventSubscriber\Monitoring\MonitoringWorkerMessageFailedSubscriber
  5514.      */
  5515.     protected function getMonitoringWorkerMessageFailedSubscriberService()
  5516.     {
  5517.         include_once \dirname(__DIR__4).'/vendor/3slab/vdm-library-bundle/EventSubscriber/Monitoring/MonitoringWorkerMessageFailedSubscriber.php';
  5518.         return $this->privates['Vdm\\Bundle\\LibraryBundle\\EventSubscriber\\Monitoring\\MonitoringWorkerMessageFailedSubscriber'] = new \Vdm\Bundle\LibraryBundle\EventSubscriber\Monitoring\MonitoringWorkerMessageFailedSubscriber(($this->privates['Vdm\\Bundle\\LibraryBundle\\Service\\Monitoring\\MonitoringService'] ?? $this->getMonitoringServiceService()), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  5519.     }
  5520.     /**
  5521.      * Gets the private 'Vdm\Bundle\LibraryBundle\EventSubscriber\Monitoring\MonitoringWorkerProducedMessageSubscriber' shared autowired service.
  5522.      *
  5523.      * @return \Vdm\Bundle\LibraryBundle\EventSubscriber\Monitoring\MonitoringWorkerProducedMessageSubscriber
  5524.      */
  5525.     protected function getMonitoringWorkerProducedMessageSubscriberService()
  5526.     {
  5527.         include_once \dirname(__DIR__4).'/vendor/3slab/vdm-library-bundle/EventSubscriber/Monitoring/MonitoringWorkerProducedMessageSubscriber.php';
  5528.         return $this->privates['Vdm\\Bundle\\LibraryBundle\\EventSubscriber\\Monitoring\\MonitoringWorkerProducedMessageSubscriber'] = new \Vdm\Bundle\LibraryBundle\EventSubscriber\Monitoring\MonitoringWorkerProducedMessageSubscriber(($this->privates['Vdm\\Bundle\\LibraryBundle\\Service\\Monitoring\\MonitoringService'] ?? $this->getMonitoringServiceService()), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  5529.     }
  5530.     /**
  5531.      * Gets the private 'Vdm\Bundle\LibraryBundle\EventSubscriber\Monitoring\MonitoringWorkerRunningFlushSubscriber' shared autowired service.
  5532.      *
  5533.      * @return \Vdm\Bundle\LibraryBundle\EventSubscriber\Monitoring\MonitoringWorkerRunningFlushSubscriber
  5534.      */
  5535.     protected function getMonitoringWorkerRunningFlushSubscriberService()
  5536.     {
  5537.         include_once \dirname(__DIR__4).'/vendor/3slab/vdm-library-bundle/EventSubscriber/Monitoring/MonitoringWorkerRunningFlushSubscriber.php';
  5538.         return $this->privates['Vdm\\Bundle\\LibraryBundle\\EventSubscriber\\Monitoring\\MonitoringWorkerRunningFlushSubscriber'] = new \Vdm\Bundle\LibraryBundle\EventSubscriber\Monitoring\MonitoringWorkerRunningFlushSubscriber(($this->privates['Vdm\\Bundle\\LibraryBundle\\Service\\Monitoring\\MonitoringService'] ?? $this->getMonitoringServiceService()), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  5539.     }
  5540.     /**
  5541.      * Gets the private 'Vdm\Bundle\LibraryBundle\EventSubscriber\Monitoring\MonitoringWorkerStartedSubscriber' shared autowired service.
  5542.      *
  5543.      * @return \Vdm\Bundle\LibraryBundle\EventSubscriber\Monitoring\MonitoringWorkerStartedSubscriber
  5544.      */
  5545.     protected function getMonitoringWorkerStartedSubscriberService()
  5546.     {
  5547.         include_once \dirname(__DIR__4).'/vendor/3slab/vdm-library-bundle/EventSubscriber/Monitoring/MonitoringWorkerStartedSubscriber.php';
  5548.         return $this->privates['Vdm\\Bundle\\LibraryBundle\\EventSubscriber\\Monitoring\\MonitoringWorkerStartedSubscriber'] = new \Vdm\Bundle\LibraryBundle\EventSubscriber\Monitoring\MonitoringWorkerStartedSubscriber(($this->privates['Vdm\\Bundle\\LibraryBundle\\Service\\Monitoring\\MonitoringService'] ?? $this->getMonitoringServiceService()), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  5549.     }
  5550.     /**
  5551.      * Gets the private 'Vdm\Bundle\LibraryBundle\EventSubscriber\Monitoring\MonitoringWorkerStoppedSubscriber' shared autowired service.
  5552.      *
  5553.      * @return \Vdm\Bundle\LibraryBundle\EventSubscriber\Monitoring\MonitoringWorkerStoppedSubscriber
  5554.      */
  5555.     protected function getMonitoringWorkerStoppedSubscriberService()
  5556.     {
  5557.         include_once \dirname(__DIR__4).'/vendor/3slab/vdm-library-bundle/EventSubscriber/Monitoring/MonitoringWorkerStoppedSubscriber.php';
  5558.         return $this->privates['Vdm\\Bundle\\LibraryBundle\\EventSubscriber\\Monitoring\\MonitoringWorkerStoppedSubscriber'] = new \Vdm\Bundle\LibraryBundle\EventSubscriber\Monitoring\MonitoringWorkerStoppedSubscriber(($this->privates['Vdm\\Bundle\\LibraryBundle\\Service\\Monitoring\\MonitoringService'] ?? $this->getMonitoringServiceService()), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  5559.     }
  5560.     /**
  5561.      * Gets the private 'Vdm\Bundle\LibraryBundle\EventSubscriber\PrintMessage\PrintMessageSubscriber' shared autowired service.
  5562.      *
  5563.      * @return \Vdm\Bundle\LibraryBundle\EventSubscriber\PrintMessage\PrintMessageSubscriber
  5564.      */
  5565.     protected function getPrintMessageSubscriberService()
  5566.     {
  5567.         include_once \dirname(__DIR__4).'/vendor/3slab/vdm-library-bundle/EventSubscriber/PrintMessage/PrintMessageSubscriber.php';
  5568.         return $this->privates['Vdm\\Bundle\\LibraryBundle\\EventSubscriber\\PrintMessage\\PrintMessageSubscriber'] = new \Vdm\Bundle\LibraryBundle\EventSubscriber\PrintMessage\PrintMessageSubscriber(falsefalse, ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  5569.     }
  5570.     /**
  5571.      * Gets the private 'Vdm\Bundle\LibraryBundle\EventSubscriber\StopWorker\StopWorkerAfterHandleStampSubscriber' shared autowired service.
  5572.      *
  5573.      * @return \Vdm\Bundle\LibraryBundle\EventSubscriber\StopWorker\StopWorkerAfterHandleStampSubscriber
  5574.      */
  5575.     protected function getStopWorkerAfterHandleStampSubscriberService()
  5576.     {
  5577.         include_once \dirname(__DIR__4).'/vendor/3slab/vdm-library-bundle/EventSubscriber/StopWorker/StopWorkerAfterHandleStampSubscriber.php';
  5578.         include_once \dirname(__DIR__4).'/vendor/3slab/vdm-library-bundle/Service/StopWorkerService.php';
  5579.         return $this->privates['Vdm\\Bundle\\LibraryBundle\\EventSubscriber\\StopWorker\\StopWorkerAfterHandleStampSubscriber'] = new \Vdm\Bundle\LibraryBundle\EventSubscriber\StopWorker\StopWorkerAfterHandleStampSubscriber(($this->privates['Vdm\\Bundle\\LibraryBundle\\Service\\StopWorkerService'] ?? ($this->privates['Vdm\\Bundle\\LibraryBundle\\Service\\StopWorkerService'] = new \Vdm\Bundle\LibraryBundle\Service\StopWorkerService())), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  5580.     }
  5581.     /**
  5582.      * Gets the private 'Vdm\Bundle\LibraryBundle\EventSubscriber\StopWorker\StopWorkerCheckFlagPresenceSubscriber' shared autowired service.
  5583.      *
  5584.      * @return \Vdm\Bundle\LibraryBundle\EventSubscriber\StopWorker\StopWorkerCheckFlagPresenceSubscriber
  5585.      */
  5586.     protected function getStopWorkerCheckFlagPresenceSubscriberService()
  5587.     {
  5588.         include_once \dirname(__DIR__4).'/vendor/3slab/vdm-library-bundle/EventSubscriber/StopWorker/StopWorkerCheckFlagPresenceSubscriber.php';
  5589.         include_once \dirname(__DIR__4).'/vendor/3slab/vdm-library-bundle/Service/StopWorkerService.php';
  5590.         return $this->privates['Vdm\\Bundle\\LibraryBundle\\EventSubscriber\\StopWorker\\StopWorkerCheckFlagPresenceSubscriber'] = new \Vdm\Bundle\LibraryBundle\EventSubscriber\StopWorker\StopWorkerCheckFlagPresenceSubscriber(($this->privates['Vdm\\Bundle\\LibraryBundle\\Service\\StopWorkerService'] ?? ($this->privates['Vdm\\Bundle\\LibraryBundle\\Service\\StopWorkerService'] = new \Vdm\Bundle\LibraryBundle\Service\StopWorkerService())), true, ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  5591.     }
  5592.     /**
  5593.      * Gets the private 'Vdm\Bundle\LibraryBundle\EventSubscriber\StopWorker\StopWorkerOnEmptyMessageSubscriber' shared autowired service.
  5594.      *
  5595.      * @return \Vdm\Bundle\LibraryBundle\EventSubscriber\StopWorker\StopWorkerOnEmptyMessageSubscriber
  5596.      */
  5597.     protected function getStopWorkerOnEmptyMessageSubscriberService()
  5598.     {
  5599.         include_once \dirname(__DIR__4).'/vendor/3slab/vdm-library-bundle/EventSubscriber/StopWorker/StopWorkerOnEmptyMessageSubscriber.php';
  5600.         include_once \dirname(__DIR__4).'/vendor/3slab/vdm-library-bundle/Service/StopWorkerService.php';
  5601.         return $this->privates['Vdm\\Bundle\\LibraryBundle\\EventSubscriber\\StopWorker\\StopWorkerOnEmptyMessageSubscriber'] = new \Vdm\Bundle\LibraryBundle\EventSubscriber\StopWorker\StopWorkerOnEmptyMessageSubscriber(($this->privates['Vdm\\Bundle\\LibraryBundle\\Service\\StopWorkerService'] ?? ($this->privates['Vdm\\Bundle\\LibraryBundle\\Service\\StopWorkerService'] = new \Vdm\Bundle\LibraryBundle\Service\StopWorkerService())), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  5602.     }
  5603.     /**
  5604.      * Gets the private 'Vdm\Bundle\LibraryBundle\EventSubscriber\Trace\TraceAddEnterSubscriber' shared autowired service.
  5605.      *
  5606.      * @return \Vdm\Bundle\LibraryBundle\EventSubscriber\Trace\TraceAddEnterSubscriber
  5607.      */
  5608.     protected function getTraceAddEnterSubscriberService()
  5609.     {
  5610.         include_once \dirname(__DIR__4).'/vendor/3slab/vdm-library-bundle/EventSubscriber/Trace/TraceAddEnterSubscriber.php';
  5611.         return $this->privates['Vdm\\Bundle\\LibraryBundle\\EventSubscriber\\Trace\\TraceAddEnterSubscriber'] = new \Vdm\Bundle\LibraryBundle\EventSubscriber\Trace\TraceAddEnterSubscriber('default', ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  5612.     }
  5613.     /**
  5614.      * Gets the private 'Vdm\Bundle\LibraryBundle\EventSubscriber\Trace\TraceAddExitSubscriber' shared autowired service.
  5615.      *
  5616.      * @return \Vdm\Bundle\LibraryBundle\EventSubscriber\Trace\TraceAddExitSubscriber
  5617.      */
  5618.     protected function getTraceAddExitSubscriberService()
  5619.     {
  5620.         include_once \dirname(__DIR__4).'/vendor/3slab/vdm-library-bundle/EventSubscriber/Trace/TraceAddExitSubscriber.php';
  5621.         return $this->privates['Vdm\\Bundle\\LibraryBundle\\EventSubscriber\\Trace\\TraceAddExitSubscriber'] = new \Vdm\Bundle\LibraryBundle\EventSubscriber\Trace\TraceAddExitSubscriber('default', ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  5622.     }
  5623.     /**
  5624.      * Gets the private 'Vdm\Bundle\LibraryBundle\Service\Monitoring\MonitoringService' shared autowired service.
  5625.      *
  5626.      * @return \Vdm\Bundle\LibraryBundle\Service\Monitoring\MonitoringService
  5627.      */
  5628.     protected function getMonitoringServiceService()
  5629.     {
  5630.         include_once \dirname(__DIR__4).'/vendor/3slab/vdm-library-bundle/Service/Monitoring/MonitoringService.php';
  5631.         include_once \dirname(__DIR__4).'/vendor/3slab/vdm-library-bundle/Service/Monitoring/Storage/StorageInterface.php';
  5632.         include_once \dirname(__DIR__4).'/vendor/3slab/vdm-library-bundle/Service/Monitoring/Storage/StorageFactory.php';
  5633.         $a = ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService());
  5634.         $b = new \Vdm\Bundle\LibraryBundle\Service\Monitoring\Storage\StorageFactory($a);
  5635.         $b->registerStorageClass('Vdm\\Bundle\\LibraryBundle\\Service\\Monitoring\\Storage\\NullStorage');
  5636.         $b->registerStorageClass('Vdm\\Bundle\\LibraryBundle\\Service\\Monitoring\\Storage\\StatsDStorage');
  5637.         return $this->privates['Vdm\\Bundle\\LibraryBundle\\Service\\Monitoring\\MonitoringService'] = new \Vdm\Bundle\LibraryBundle\Service\Monitoring\MonitoringService($b->build('null', [], 'default'), $a);
  5638.     }
  5639.     /**
  5640.      * Gets the private 'Vdm\Bundle\LibraryBundle\Transport\Local\VdmLocalTransportFactory' shared autowired service.
  5641.      *
  5642.      * @return \Vdm\Bundle\LibraryBundle\Transport\Local\VdmLocalTransportFactory
  5643.      */
  5644.     protected function getVdmLocalTransportFactoryService()
  5645.     {
  5646.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/TransportFactoryInterface.php';
  5647.         include_once \dirname(__DIR__4).'/vendor/3slab/vdm-library-bundle/Transport/Local/VdmLocalTransportFactory.php';
  5648.         return $this->privates['Vdm\\Bundle\\LibraryBundle\\Transport\\Local\\VdmLocalTransportFactory'] = new \Vdm\Bundle\LibraryBundle\Transport\Local\VdmLocalTransportFactory(($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  5649.     }
  5650.     /**
  5651.      * Gets the private 'Vdm\Bundle\LibraryBundle\Transport\Manual\VdmManualTransportFactory' shared autowired service.
  5652.      *
  5653.      * @return \Vdm\Bundle\LibraryBundle\Transport\Manual\VdmManualTransportFactory
  5654.      */
  5655.     protected function getVdmManualTransportFactoryService()
  5656.     {
  5657.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/TransportFactoryInterface.php';
  5658.         include_once \dirname(__DIR__4).'/vendor/3slab/vdm-library-bundle/Transport/Manual/VdmManualTransportFactory.php';
  5659.         include_once \dirname(__DIR__4).'/vendor/3slab/vdm-library-bundle/Transport/Manual/VdmManualExecutorCollection.php';
  5660.         return $this->privates['Vdm\\Bundle\\LibraryBundle\\Transport\\Manual\\VdmManualTransportFactory'] = new \Vdm\Bundle\LibraryBundle\Transport\Manual\VdmManualTransportFactory(new \Vdm\Bundle\LibraryBundle\Transport\Manual\VdmManualExecutorCollection(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [], [])), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  5661.     }
  5662.     /**
  5663.      * Gets the private 'annotations.cache_adapter' shared service.
  5664.      *
  5665.      * @return \Symfony\Component\Cache\Adapter\PhpArrayAdapter
  5666.      */
  5667.     protected function getAnnotations_CacheAdapterService()
  5668.     {
  5669.         return \Symfony\Component\Cache\Adapter\PhpArrayAdapter::create(($this->targetDir.''.'/annotations.php'), ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService()));
  5670.     }
  5671.     /**
  5672.      * Gets the private 'annotations.cache_warmer' shared service.
  5673.      *
  5674.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\AnnotationsCacheWarmer
  5675.      */
  5676.     protected function getAnnotations_CacheWarmerService()
  5677.     {
  5678.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  5679.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/AbstractPhpFileCacheWarmer.php';
  5680.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/AnnotationsCacheWarmer.php';
  5681.         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);
  5682.     }
  5683.     /**
  5684.      * Gets the private 'annotations.cached_reader' shared service.
  5685.      *
  5686.      * @return \Doctrine\Common\Annotations\PsrCachedReader
  5687.      */
  5688.     protected function getAnnotations_CachedReaderService()
  5689.     {
  5690.         return $this->privates['annotations.cached_reader'] = new \Doctrine\Common\Annotations\PsrCachedReader(($this->privates['annotations.reader'] ?? $this->getAnnotations_ReaderService()), $this->getAnnotations_CacheAdapterService(), true);
  5691.     }
  5692.     /**
  5693.      * Gets the private 'annotations.reader' shared service.
  5694.      *
  5695.      * @return \Doctrine\Common\Annotations\AnnotationReader
  5696.      */
  5697.     protected function getAnnotations_ReaderService()
  5698.     {
  5699.         $this->privates['annotations.reader'] = $instance = new \Doctrine\Common\Annotations\AnnotationReader();
  5700.         $a = new \Doctrine\Common\Annotations\AnnotationRegistry();
  5701.         $a->registerUniqueLoader('class_exists');
  5702.         $instance->addGlobalIgnoredName('required'$a);
  5703.         return $instance;
  5704.     }
  5705.     /**
  5706.      * Gets the private 'cache.annotations' shared service.
  5707.      *
  5708.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  5709.      */
  5710.     protected function getCache_AnnotationsService()
  5711.     {
  5712.         return $this->privates['cache.annotations'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('LCvg0Qt8uR'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  5713.     }
  5714.     /**
  5715.      * Gets the private 'cache.messenger.restart_workers_signal' shared service.
  5716.      *
  5717.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  5718.      */
  5719.     protected function getCache_Messenger_RestartWorkersSignalService()
  5720.     {
  5721.         $a = new \Symfony\Component\Cache\Adapter\FilesystemAdapter('OwLxv-BzJC'0, ($this->targetDir.''.'/pools/app'), ($this->privates['cache.default_marshaller'] ?? ($this->privates['cache.default_marshaller'] = new \Symfony\Component\Cache\Marshaller\DefaultMarshaller(NULLtrue))));
  5722.         $a->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  5723.         return $this->privates['cache.messenger.restart_workers_signal'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter($a);
  5724.     }
  5725.     /**
  5726.      * Gets the private 'cache.property_info' shared service.
  5727.      *
  5728.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  5729.      */
  5730.     protected function getCache_PropertyInfoService()
  5731.     {
  5732.         return $this->privates['cache.property_info'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('M5NPv9aNvM'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  5733.     }
  5734.     /**
  5735.      * Gets the private 'cache.security_expression_language' shared service.
  5736.      *
  5737.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  5738.      */
  5739.     protected function getCache_SecurityExpressionLanguageService()
  5740.     {
  5741.         return $this->privates['cache.security_expression_language'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('BF26Vd5Jpn'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  5742.     }
  5743.     /**
  5744.      * Gets the private 'cache.serializer' shared service.
  5745.      *
  5746.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  5747.      */
  5748.     protected function getCache_SerializerService()
  5749.     {
  5750.         return $this->privates['cache.serializer'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('OFVV8-H7G6'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  5751.     }
  5752.     /**
  5753.      * Gets the private 'cache.validator' shared service.
  5754.      *
  5755.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  5756.      */
  5757.     protected function getCache_ValidatorService()
  5758.     {
  5759.         return $this->privates['cache.validator'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('MyRWshHn6A'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  5760.     }
  5761.     /**
  5762.      * Gets the private 'cache_pool_clearer.cache_warmer' shared service.
  5763.      *
  5764.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\CachePoolClearerCacheWarmer
  5765.      */
  5766.     protected function getCachePoolClearer_CacheWarmerService()
  5767.     {
  5768.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  5769.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/CachePoolClearerCacheWarmer.php';
  5770.         return $this->privates['cache_pool_clearer.cache_warmer'] = new \Symfony\Bundle\FrameworkBundle\CacheWarmer\CachePoolClearerCacheWarmer(($this->services['cache.system_clearer'] ?? $this->getCache_SystemClearerService()), [=> 'cache.validator'=> 'cache.serializer']);
  5771.     }
  5772.     /**
  5773.      * Gets the private 'config_builder.warmer' shared service.
  5774.      *
  5775.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\ConfigBuilderCacheWarmer
  5776.      */
  5777.     protected function getConfigBuilder_WarmerService()
  5778.     {
  5779.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  5780.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/ConfigBuilderCacheWarmer.php';
  5781.         return $this->privates['config_builder.warmer'] = new \Symfony\Bundle\FrameworkBundle\CacheWarmer\ConfigBuilderCacheWarmer(($this->services['kernel'] ?? $this->get('kernel'1)), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  5782.     }
  5783.     /**
  5784.      * Gets the private 'config_cache_factory' shared service.
  5785.      *
  5786.      * @return \Symfony\Component\Config\ResourceCheckerConfigCacheFactory
  5787.      */
  5788.     protected function getConfigCacheFactoryService()
  5789.     {
  5790.         return $this->privates['config_cache_factory'] = new \Symfony\Component\Config\ResourceCheckerConfigCacheFactory(new RewindableGenerator(function () {
  5791.             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)));
  5792.             yield => ($this->privates['config.resource.self_checking_resource_checker'] ?? ($this->privates['config.resource.self_checking_resource_checker'] = new \Symfony\Component\Config\Resource\SelfCheckingResourceChecker()));
  5793.         }, 2));
  5794.     }
  5795.     /**
  5796.      * Gets the private 'console.command.about' shared service.
  5797.      *
  5798.      * @return \Symfony\Bundle\FrameworkBundle\Command\AboutCommand
  5799.      */
  5800.     protected function getConsole_Command_AboutService()
  5801.     {
  5802.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5803.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/AboutCommand.php';
  5804.         $this->privates['console.command.about'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\AboutCommand();
  5805.         $instance->setName('about');
  5806.         $instance->setDescription('Display information about the current project');
  5807.         return $instance;
  5808.     }
  5809.     /**
  5810.      * Gets the private 'console.command.assets_install' shared service.
  5811.      *
  5812.      * @return \Symfony\Bundle\FrameworkBundle\Command\AssetsInstallCommand
  5813.      */
  5814.     protected function getConsole_Command_AssetsInstallService()
  5815.     {
  5816.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5817.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/AssetsInstallCommand.php';
  5818.         include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  5819.         $this->privates['console.command.assets_install'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\AssetsInstallCommand(($this->services['.container.private.filesystem'] ?? ($this->services['.container.private.filesystem'] = new \Symfony\Component\Filesystem\Filesystem())), \dirname(__DIR__4));
  5820.         $instance->setName('assets:install');
  5821.         $instance->setDescription('Install bundle\'s web assets under a public directory');
  5822.         return $instance;
  5823.     }
  5824.     /**
  5825.      * Gets the private 'console.command.cache_clear' shared service.
  5826.      *
  5827.      * @return \Symfony\Bundle\FrameworkBundle\Command\CacheClearCommand
  5828.      */
  5829.     protected function getConsole_Command_CacheClearService()
  5830.     {
  5831.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5832.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/CacheClearCommand.php';
  5833.         include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  5834.         $this->privates['console.command.cache_clear'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\CacheClearCommand(($this->services['.container.private.cache_clearer'] ?? $this->get_Container_Private_CacheClearerService()), ($this->services['.container.private.filesystem'] ?? ($this->services['.container.private.filesystem'] = new \Symfony\Component\Filesystem\Filesystem())));
  5835.         $instance->setName('cache:clear');
  5836.         $instance->setDescription('Clear the cache');
  5837.         return $instance;
  5838.     }
  5839.     /**
  5840.      * Gets the private 'console.command.cache_pool_clear' shared service.
  5841.      *
  5842.      * @return \Symfony\Bundle\FrameworkBundle\Command\CachePoolClearCommand
  5843.      */
  5844.     protected function getConsole_Command_CachePoolClearService()
  5845.     {
  5846.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5847.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/CachePoolClearCommand.php';
  5848.         $this->privates['console.command.cache_pool_clear'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\CachePoolClearCommand(($this->services['cache.global_clearer'] ?? $this->getCache_GlobalClearerService()), [=> 'cache.app'=> 'cache.system'=> 'cache.validator'=> 'cache.serializer'=> 'cache.annotations'=> 'cache.property_info'=> 'cache.messenger.restart_workers_signal'=> 'portail_cache_pool'=> 'cache.validator_expression_language'=> 'cache.security_expression_language']);
  5849.         $instance->setName('cache:pool:clear');
  5850.         $instance->setDescription('Clear cache pools');
  5851.         return $instance;
  5852.     }
  5853.     /**
  5854.      * Gets the private 'console.command.cache_pool_delete' shared service.
  5855.      *
  5856.      * @return \Symfony\Bundle\FrameworkBundle\Command\CachePoolDeleteCommand
  5857.      */
  5858.     protected function getConsole_Command_CachePoolDeleteService()
  5859.     {
  5860.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5861.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/CachePoolDeleteCommand.php';
  5862.         $this->privates['console.command.cache_pool_delete'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\CachePoolDeleteCommand(($this->services['cache.global_clearer'] ?? $this->getCache_GlobalClearerService()), [=> 'cache.app'=> 'cache.system'=> 'cache.validator'=> 'cache.serializer'=> 'cache.annotations'=> 'cache.property_info'=> 'cache.messenger.restart_workers_signal'=> 'portail_cache_pool'=> 'cache.validator_expression_language'=> 'cache.security_expression_language']);
  5863.         $instance->setName('cache:pool:delete');
  5864.         $instance->setDescription('Delete an item from a cache pool');
  5865.         return $instance;
  5866.     }
  5867.     /**
  5868.      * Gets the private 'console.command.cache_pool_list' shared service.
  5869.      *
  5870.      * @return \Symfony\Bundle\FrameworkBundle\Command\CachePoolListCommand
  5871.      */
  5872.     protected function getConsole_Command_CachePoolListService()
  5873.     {
  5874.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5875.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/CachePoolListCommand.php';
  5876.         $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.messenger.restart_workers_signal'=> 'portail_cache_pool'=> 'cache.validator_expression_language'=> 'cache.security_expression_language']);
  5877.         $instance->setName('cache:pool:list');
  5878.         $instance->setDescription('List available cache pools');
  5879.         return $instance;
  5880.     }
  5881.     /**
  5882.      * Gets the private 'console.command.cache_pool_prune' shared service.
  5883.      *
  5884.      * @return \Symfony\Bundle\FrameworkBundle\Command\CachePoolPruneCommand
  5885.      */
  5886.     protected function getConsole_Command_CachePoolPruneService()
  5887.     {
  5888.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5889.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/CachePoolPruneCommand.php';
  5890.         $this->privates['console.command.cache_pool_prune'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\CachePoolPruneCommand(new RewindableGenerator(function () {
  5891.             yield 'cache.app' => ($this->services['cache.app'] ?? $this->getCache_AppService());
  5892.             yield 'cache.system' => ($this->services['cache.system'] ?? $this->getCache_SystemService());
  5893.             yield 'cache.validator' => ($this->privates['cache.validator'] ?? $this->getCache_ValidatorService());
  5894.             yield 'cache.serializer' => ($this->privates['cache.serializer'] ?? $this->getCache_SerializerService());
  5895.             yield 'cache.annotations' => ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService());
  5896.             yield 'cache.property_info' => ($this->privates['cache.property_info'] ?? $this->getCache_PropertyInfoService());
  5897.             yield 'cache.messenger.restart_workers_signal' => ($this->privates['cache.messenger.restart_workers_signal'] ?? $this->getCache_Messenger_RestartWorkersSignalService());
  5898.             yield '.portail_cache_pool.inner' => ($this->privates['.portail_cache_pool.inner'] ?? $this->get_PortailCachePool_InnerService());
  5899.             yield 'cache.validator_expression_language' => ($this->services['cache.validator_expression_language'] ?? $this->getCache_ValidatorExpressionLanguageService());
  5900.             yield 'cache.security_expression_language' => ($this->privates['cache.security_expression_language'] ?? $this->getCache_SecurityExpressionLanguageService());
  5901.         }, 10));
  5902.         $instance->setName('cache:pool:prune');
  5903.         $instance->setDescription('Prune cache pools');
  5904.         return $instance;
  5905.     }
  5906.     /**
  5907.      * Gets the private 'console.command.cache_warmup' shared service.
  5908.      *
  5909.      * @return \Symfony\Bundle\FrameworkBundle\Command\CacheWarmupCommand
  5910.      */
  5911.     protected function getConsole_Command_CacheWarmupService()
  5912.     {
  5913.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5914.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/CacheWarmupCommand.php';
  5915.         $this->privates['console.command.cache_warmup'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\CacheWarmupCommand(($this->services['cache_warmer'] ?? $this->getCacheWarmerService()));
  5916.         $instance->setName('cache:warmup');
  5917.         $instance->setDescription('Warm up an empty cache');
  5918.         return $instance;
  5919.     }
  5920.     /**
  5921.      * Gets the private 'console.command.config_debug' shared service.
  5922.      *
  5923.      * @return \Symfony\Bundle\FrameworkBundle\Command\ConfigDebugCommand
  5924.      */
  5925.     protected function getConsole_Command_ConfigDebugService()
  5926.     {
  5927.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5928.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/BuildDebugContainerTrait.php';
  5929.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ContainerDebugCommand.php';
  5930.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/AbstractConfigCommand.php';
  5931.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ConfigDebugCommand.php';
  5932.         $this->privates['console.command.config_debug'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\ConfigDebugCommand();
  5933.         $instance->setName('debug:config');
  5934.         $instance->setDescription('Dump the current configuration for an extension');
  5935.         return $instance;
  5936.     }
  5937.     /**
  5938.      * Gets the private 'console.command.config_dump_reference' shared service.
  5939.      *
  5940.      * @return \Symfony\Bundle\FrameworkBundle\Command\ConfigDumpReferenceCommand
  5941.      */
  5942.     protected function getConsole_Command_ConfigDumpReferenceService()
  5943.     {
  5944.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5945.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/BuildDebugContainerTrait.php';
  5946.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ContainerDebugCommand.php';
  5947.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/AbstractConfigCommand.php';
  5948.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ConfigDumpReferenceCommand.php';
  5949.         $this->privates['console.command.config_dump_reference'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\ConfigDumpReferenceCommand();
  5950.         $instance->setName('config:dump-reference');
  5951.         $instance->setDescription('Dump the default configuration for an extension');
  5952.         return $instance;
  5953.     }
  5954.     /**
  5955.      * Gets the private 'console.command.container_debug' shared service.
  5956.      *
  5957.      * @return \Symfony\Bundle\FrameworkBundle\Command\ContainerDebugCommand
  5958.      */
  5959.     protected function getConsole_Command_ContainerDebugService()
  5960.     {
  5961.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5962.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/BuildDebugContainerTrait.php';
  5963.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ContainerDebugCommand.php';
  5964.         $this->privates['console.command.container_debug'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\ContainerDebugCommand();
  5965.         $instance->setName('debug:container');
  5966.         $instance->setDescription('Display current services for an application');
  5967.         return $instance;
  5968.     }
  5969.     /**
  5970.      * Gets the private 'console.command.container_lint' shared service.
  5971.      *
  5972.      * @return \Symfony\Bundle\FrameworkBundle\Command\ContainerLintCommand
  5973.      */
  5974.     protected function getConsole_Command_ContainerLintService()
  5975.     {
  5976.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5977.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ContainerLintCommand.php';
  5978.         $this->privates['console.command.container_lint'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\ContainerLintCommand();
  5979.         $instance->setName('lint:container');
  5980.         $instance->setDescription('Ensure that arguments injected into services match type declarations');
  5981.         return $instance;
  5982.     }
  5983.     /**
  5984.      * Gets the private 'console.command.debug_autowiring' shared service.
  5985.      *
  5986.      * @return \Symfony\Bundle\FrameworkBundle\Command\DebugAutowiringCommand
  5987.      */
  5988.     protected function getConsole_Command_DebugAutowiringService()
  5989.     {
  5990.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5991.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/BuildDebugContainerTrait.php';
  5992.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ContainerDebugCommand.php';
  5993.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/DebugAutowiringCommand.php';
  5994.         $this->privates['console.command.debug_autowiring'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\DebugAutowiringCommand(NULL, ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService()));
  5995.         $instance->setName('debug:autowiring');
  5996.         $instance->setDescription('List classes/interfaces you can use for autowiring');
  5997.         return $instance;
  5998.     }
  5999.     /**
  6000.      * Gets the private 'console.command.dotenv_debug' shared service.
  6001.      *
  6002.      * @return \Symfony\Component\Dotenv\Command\DebugCommand
  6003.      */
  6004.     protected function getConsole_Command_DotenvDebugService()
  6005.     {
  6006.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6007.         include_once \dirname(__DIR__4).'/vendor/symfony/dotenv/Command/DebugCommand.php';
  6008.         $this->privates['console.command.dotenv_debug'] = $instance = new \Symfony\Component\Dotenv\Command\DebugCommand('int', \dirname(__DIR__4));
  6009.         $instance->setName('debug:dotenv');
  6010.         $instance->setDescription('Lists all dotenv files with variables and values');
  6011.         return $instance;
  6012.     }
  6013.     /**
  6014.      * Gets the private 'console.command.event_dispatcher_debug' shared service.
  6015.      *
  6016.      * @return \Symfony\Bundle\FrameworkBundle\Command\EventDispatcherDebugCommand
  6017.      */
  6018.     protected function getConsole_Command_EventDispatcherDebugService()
  6019.     {
  6020.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6021.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/EventDispatcherDebugCommand.php';
  6022.         $this->privates['console.command.event_dispatcher_debug'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\EventDispatcherDebugCommand(($this->privates['.service_locator.8HC7Byw'] ?? $this->get_ServiceLocator_8HC7BywService()));
  6023.         $instance->setName('debug:event-dispatcher');
  6024.         $instance->setDescription('Display configured listeners for an application');
  6025.         return $instance;
  6026.     }
  6027.     /**
  6028.      * Gets the private 'console.command.form_debug' shared service.
  6029.      *
  6030.      * @return \Symfony\Component\Form\Command\DebugCommand
  6031.      */
  6032.     protected function getConsole_Command_FormDebugService()
  6033.     {
  6034.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6035.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Command/DebugCommand.php';
  6036.         $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'], [=> 'Symfony\\Component\\Form\\Extension\\Core\\Type\\FormType'=> 'Symfony\\Component\\Form\\Extension\\Core\\Type\\ChoiceType'=> 'Symfony\\Component\\Form\\Extension\\Core\\Type\\FileType'=> 'Symfony\\Component\\Form\\Extension\\Core\\Type\\ColorType'], [=> '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\\DataCollector\\Type\\DataCollectorTypeExtension'=> 'Nelmio\\ApiDocBundle\\Form\\Extension\\DocumentationExtension'], [=> 'Symfony\\Component\\Form\\Extension\\Validator\\ValidatorTypeGuesser'], ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService()));
  6037.         $instance->setName('debug:form');
  6038.         $instance->setDescription('Display form type information');
  6039.         return $instance;
  6040.     }
  6041.     /**
  6042.      * Gets the private 'console.command.messenger_consume_messages' shared service.
  6043.      *
  6044.      * @return \Symfony\Component\Messenger\Command\ConsumeMessagesCommand
  6045.      */
  6046.     protected function getConsole_Command_MessengerConsumeMessagesService()
  6047.     {
  6048.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6049.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Command/ConsumeMessagesCommand.php';
  6050.         $this->privates['console.command.messenger_consume_messages'] = $instance = new \Symfony\Component\Messenger\Command\ConsumeMessagesCommand(($this->privates['messenger.routable_message_bus'] ?? $this->getMessenger_RoutableMessageBusService()), ($this->privates['messenger.receiver_locator'] ?? $this->getMessenger_ReceiverLocatorService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->privates['monolog.logger.messenger'] ?? $this->getMonolog_Logger_MessengerService()), [=> 'email'=> 'export'=> 'villagile_event'=> 'nextcloud'=> 'geoserver'=> 'mayan'=> 'signal'=> 'thingsboard'=> 'metabase'], NULL, [=> 'messenger.bus.default']);
  6051.         $instance->setName('messenger:consume');
  6052.         $instance->setDescription('Consume messages');
  6053.         return $instance;
  6054.     }
  6055.     /**
  6056.      * Gets the private 'console.command.messenger_debug' shared service.
  6057.      *
  6058.      * @return \Symfony\Component\Messenger\Command\DebugCommand
  6059.      */
  6060.     protected function getConsole_Command_MessengerDebugService()
  6061.     {
  6062.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6063.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Command/DebugCommand.php';
  6064.         $this->privates['console.command.messenger_debug'] = $instance = new \Symfony\Component\Messenger\Command\DebugCommand(['messenger.bus.default' => ['App\\Message\\EmailMessage' => [=> [=> 'App\\MessageHandler\\EmailMessageHandler'=> []]], 'App\\Message\\ExportMessage' => [=> [=> 'App\\MessageHandler\\ExportMessageHandler'=> []]], 'App\\Message\\AbstractOrganizationMessage' => [=> [=> 'App\\MessageHandler\\GeoserverMessageHandler'=> ['from_transport' => 'geoserver']], => [=> 'App\\MessageHandler\\MayanMessageHandler'=> ['from_transport' => 'mayan']], => [=> 'App\\MessageHandler\\MetabaseMessageHandler'=> ['from_transport' => 'metabase']], => [=> 'App\\MessageHandler\\NextcloudMessageHandler'=> ['from_transport' => 'nextcloud']], => [=> 'App\\MessageHandler\\SignalMessageHandler'=> ['from_transport' => 'signal']], => [=> 'App\\MessageHandler\\ThingsBoardMessageHandler'=> ['from_transport' => 'thingsboard']]], 'App\\Message\\AbstractApplicationConfigurationMessage' => [=> [=> 'App\\MessageHandler\\SignalMessageHandler'=> ['from_transport' => 'signal']]], 'Symfony\\Component\\Mailer\\Messenger\\SendEmailMessage' => [=> [=> 'mailer.messenger.message_handler'=> []]]]]);
  6065.         $instance->setName('debug:messenger');
  6066.         $instance->setDescription('List messages you can dispatch using the message buses');
  6067.         return $instance;
  6068.     }
  6069.     /**
  6070.      * Gets the private 'console.command.messenger_setup_transports' shared service.
  6071.      *
  6072.      * @return \Symfony\Component\Messenger\Command\SetupTransportsCommand
  6073.      */
  6074.     protected function getConsole_Command_MessengerSetupTransportsService()
  6075.     {
  6076.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6077.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Command/SetupTransportsCommand.php';
  6078.         $this->privates['console.command.messenger_setup_transports'] = $instance = new \Symfony\Component\Messenger\Command\SetupTransportsCommand(($this->privates['messenger.receiver_locator'] ?? $this->getMessenger_ReceiverLocatorService()), [=> 'email'=> 'export'=> 'villagile_event'=> 'nextcloud'=> 'geoserver'=> 'mayan'=> 'signal'=> 'thingsboard'=> 'metabase']);
  6079.         $instance->setName('messenger:setup-transports');
  6080.         $instance->setDescription('Prepare the required infrastructure for the transport');
  6081.         return $instance;
  6082.     }
  6083.     /**
  6084.      * Gets the private 'console.command.messenger_stop_workers' shared service.
  6085.      *
  6086.      * @return \Symfony\Component\Messenger\Command\StopWorkersCommand
  6087.      */
  6088.     protected function getConsole_Command_MessengerStopWorkersService()
  6089.     {
  6090.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6091.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Command/StopWorkersCommand.php';
  6092.         $this->privates['console.command.messenger_stop_workers'] = $instance = new \Symfony\Component\Messenger\Command\StopWorkersCommand(($this->privates['cache.messenger.restart_workers_signal'] ?? $this->getCache_Messenger_RestartWorkersSignalService()));
  6093.         $instance->setName('messenger:stop-workers');
  6094.         $instance->setDescription('Stop workers after their current message');
  6095.         return $instance;
  6096.     }
  6097.     /**
  6098.      * Gets the private 'console.command.router_debug' shared service.
  6099.      *
  6100.      * @return \Symfony\Bundle\FrameworkBundle\Command\RouterDebugCommand
  6101.      */
  6102.     protected function getConsole_Command_RouterDebugService()
  6103.     {
  6104.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6105.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/BuildDebugContainerTrait.php';
  6106.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/RouterDebugCommand.php';
  6107.         $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()));
  6108.         $instance->setName('debug:router');
  6109.         $instance->setDescription('Display current routes for an application');
  6110.         return $instance;
  6111.     }
  6112.     /**
  6113.      * Gets the private 'console.command.router_match' shared service.
  6114.      *
  6115.      * @return \Symfony\Bundle\FrameworkBundle\Command\RouterMatchCommand
  6116.      */
  6117.     protected function getConsole_Command_RouterMatchService()
  6118.     {
  6119.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6120.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/RouterMatchCommand.php';
  6121.         $this->privates['console.command.router_match'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\RouterMatchCommand(($this->services['router'] ?? $this->getRouterService()), new RewindableGenerator(function () {
  6122.             yield => ($this->privates['router.expression_language_provider'] ?? $this->getRouter_ExpressionLanguageProviderService());
  6123.         }, 1));
  6124.         $instance->setName('router:match');
  6125.         $instance->setDescription('Help debug routes by simulating a path info match');
  6126.         return $instance;
  6127.     }
  6128.     /**
  6129.      * Gets the private 'console.command.secrets_decrypt_to_local' shared service.
  6130.      *
  6131.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsDecryptToLocalCommand
  6132.      */
  6133.     protected function getConsole_Command_SecretsDecryptToLocalService()
  6134.     {
  6135.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6136.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/SecretsDecryptToLocalCommand.php';
  6137.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  6138.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  6139.         $this->privates['console.command.secrets_decrypt_to_local'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\SecretsDecryptToLocalCommand(($this->privates['secrets.vault'] ?? $this->getSecrets_VaultService()), ($this->privates['secrets.local_vault'] ?? ($this->privates['secrets.local_vault'] = new \Symfony\Bundle\FrameworkBundle\Secrets\DotenvVault((\dirname(__DIR__4).'/.env.int.local')))));
  6140.         $instance->setName('secrets:decrypt-to-local');
  6141.         $instance->setDescription('Decrypt all secrets and stores them in the local vault');
  6142.         return $instance;
  6143.     }
  6144.     /**
  6145.      * Gets the private 'console.command.secrets_encrypt_from_local' shared service.
  6146.      *
  6147.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsEncryptFromLocalCommand
  6148.      */
  6149.     protected function getConsole_Command_SecretsEncryptFromLocalService()
  6150.     {
  6151.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6152.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/SecretsEncryptFromLocalCommand.php';
  6153.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  6154.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  6155.         $this->privates['console.command.secrets_encrypt_from_local'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\SecretsEncryptFromLocalCommand(($this->privates['secrets.vault'] ?? $this->getSecrets_VaultService()), ($this->privates['secrets.local_vault'] ?? ($this->privates['secrets.local_vault'] = new \Symfony\Bundle\FrameworkBundle\Secrets\DotenvVault((\dirname(__DIR__4).'/.env.int.local')))));
  6156.         $instance->setName('secrets:encrypt-from-local');
  6157.         $instance->setDescription('Encrypt all local secrets to the vault');
  6158.         return $instance;
  6159.     }
  6160.     /**
  6161.      * Gets the private 'console.command.secrets_generate_key' shared service.
  6162.      *
  6163.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsGenerateKeysCommand
  6164.      */
  6165.     protected function getConsole_Command_SecretsGenerateKeyService()
  6166.     {
  6167.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6168.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/SecretsGenerateKeysCommand.php';
  6169.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  6170.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  6171.         $this->privates['console.command.secrets_generate_key'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\SecretsGenerateKeysCommand(($this->privates['secrets.vault'] ?? $this->getSecrets_VaultService()), ($this->privates['secrets.local_vault'] ?? ($this->privates['secrets.local_vault'] = new \Symfony\Bundle\FrameworkBundle\Secrets\DotenvVault((\dirname(__DIR__4).'/.env.int.local')))));
  6172.         $instance->setName('secrets:generate-keys');
  6173.         $instance->setDescription('Generate new encryption keys');
  6174.         return $instance;
  6175.     }
  6176.     /**
  6177.      * Gets the private 'console.command.secrets_list' shared service.
  6178.      *
  6179.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsListCommand
  6180.      */
  6181.     protected function getConsole_Command_SecretsListService()
  6182.     {
  6183.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6184.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/SecretsListCommand.php';
  6185.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  6186.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  6187.         $this->privates['console.command.secrets_list'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\SecretsListCommand(($this->privates['secrets.vault'] ?? $this->getSecrets_VaultService()), ($this->privates['secrets.local_vault'] ?? ($this->privates['secrets.local_vault'] = new \Symfony\Bundle\FrameworkBundle\Secrets\DotenvVault((\dirname(__DIR__4).'/.env.int.local')))));
  6188.         $instance->setName('secrets:list');
  6189.         $instance->setDescription('List all secrets');
  6190.         return $instance;
  6191.     }
  6192.     /**
  6193.      * Gets the private 'console.command.secrets_remove' shared service.
  6194.      *
  6195.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsRemoveCommand
  6196.      */
  6197.     protected function getConsole_Command_SecretsRemoveService()
  6198.     {
  6199.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6200.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/SecretsRemoveCommand.php';
  6201.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  6202.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  6203.         $this->privates['console.command.secrets_remove'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\SecretsRemoveCommand(($this->privates['secrets.vault'] ?? $this->getSecrets_VaultService()), ($this->privates['secrets.local_vault'] ?? ($this->privates['secrets.local_vault'] = new \Symfony\Bundle\FrameworkBundle\Secrets\DotenvVault((\dirname(__DIR__4).'/.env.int.local')))));
  6204.         $instance->setName('secrets:remove');
  6205.         $instance->setDescription('Remove a secret from the vault');
  6206.         return $instance;
  6207.     }
  6208.     /**
  6209.      * Gets the private 'console.command.secrets_set' shared service.
  6210.      *
  6211.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsSetCommand
  6212.      */
  6213.     protected function getConsole_Command_SecretsSetService()
  6214.     {
  6215.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6216.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/SecretsSetCommand.php';
  6217.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  6218.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  6219.         $this->privates['console.command.secrets_set'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\SecretsSetCommand(($this->privates['secrets.vault'] ?? $this->getSecrets_VaultService()), ($this->privates['secrets.local_vault'] ?? ($this->privates['secrets.local_vault'] = new \Symfony\Bundle\FrameworkBundle\Secrets\DotenvVault((\dirname(__DIR__4).'/.env.int.local')))));
  6220.         $instance->setName('secrets:set');
  6221.         $instance->setDescription('Set a secret in the vault');
  6222.         return $instance;
  6223.     }
  6224.     /**
  6225.      * Gets the private 'console.command.translation_debug' shared service.
  6226.      *
  6227.      * @return \Symfony\Bundle\FrameworkBundle\Command\TranslationDebugCommand
  6228.      */
  6229.     protected function getConsole_Command_TranslationDebugService()
  6230.     {
  6231.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6232.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/TranslationDebugCommand.php';
  6233.         $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).'/src/Service/MailerService.php'), => (\dirname(__DIR__4).'/src/Service/RequestBridgeService.php'), => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/TranslationDebugCommand.php'), => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/TranslationsCacheWarmer.php'), => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/ChoiceType.php'), => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/ColorType.php'), => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/TransformationFailureExtension.php'), => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Validator/Type/FormTypeValidatorExtension.php'), 10 => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Validator/Type/UploadValidatorExtension.php'), 11 => (\dirname(__DIR__4).'/vendor/symfony/validator/ValidatorBuilder.php'), 12 => (\dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/Security/Guard/JWTTokenAuthenticator.php'), 13 => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/FileType.php'), 14 => (\dirname(__DIR__4).'/vendor/symfony/translation/DataCollector/TranslationDataCollector.php'), 15 => (\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/TranslationExtension.php'), 16 => (\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/FormExtension.php')], []);
  6234.         $instance->setName('debug:translation');
  6235.         $instance->setDescription('Display translation messages information');
  6236.         return $instance;
  6237.     }
  6238.     /**
  6239.      * Gets the private 'console.command.translation_extract' shared service.
  6240.      *
  6241.      * @return \Symfony\Bundle\FrameworkBundle\Command\TranslationUpdateCommand
  6242.      */
  6243.     protected function getConsole_Command_TranslationExtractService()
  6244.     {
  6245.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6246.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/TranslationUpdateCommand.php';
  6247.         $this->privates['console.command.translation_extract'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\TranslationUpdateCommand(($this->privates['translation.writer'] ?? $this->getTranslation_WriterService()), ($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).'/src/Service/MailerService.php'), => (\dirname(__DIR__4).'/src/Service/RequestBridgeService.php'), => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/TranslationDebugCommand.php'), => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/TranslationsCacheWarmer.php'), => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/ChoiceType.php'), => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/ColorType.php'), => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/TransformationFailureExtension.php'), => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Validator/Type/FormTypeValidatorExtension.php'), 10 => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Validator/Type/UploadValidatorExtension.php'), 11 => (\dirname(__DIR__4).'/vendor/symfony/validator/ValidatorBuilder.php'), 12 => (\dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/Security/Guard/JWTTokenAuthenticator.php'), 13 => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/FileType.php'), 14 => (\dirname(__DIR__4).'/vendor/symfony/translation/DataCollector/TranslationDataCollector.php'), 15 => (\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/TranslationExtension.php'), 16 => (\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/FormExtension.php')], []);
  6248.         $instance->setName('translation:extract');
  6249.         $instance->setAliases([=> 'translation:update']);
  6250.         $instance->setDescription('Extract missing translations keys from code to translation files.');
  6251.         return $instance;
  6252.     }
  6253.     /**
  6254.      * Gets the private 'console.command.translation_pull' shared service.
  6255.      *
  6256.      * @return \Symfony\Component\Translation\Command\TranslationPullCommand
  6257.      */
  6258.     protected function getConsole_Command_TranslationPullService()
  6259.     {
  6260.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6261.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Command/TranslationTrait.php';
  6262.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Command/TranslationPullCommand.php';
  6263.         $this->privates['console.command.translation_pull'] = $instance = new \Symfony\Component\Translation\Command\TranslationPullCommand(($this->privates['translation.provider_collection'] ?? $this->getTranslation_ProviderCollectionService()), ($this->privates['translation.writer'] ?? $this->getTranslation_WriterService()), ($this->privates['translation.reader'] ?? $this->getTranslation_ReaderService()), 'en', [], []);
  6264.         $instance->setName('translation:pull');
  6265.         $instance->setDescription('Pull translations from a given provider.');
  6266.         return $instance;
  6267.     }
  6268.     /**
  6269.      * Gets the private 'console.command.translation_push' shared service.
  6270.      *
  6271.      * @return \Symfony\Component\Translation\Command\TranslationPushCommand
  6272.      */
  6273.     protected function getConsole_Command_TranslationPushService()
  6274.     {
  6275.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6276.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Command/TranslationTrait.php';
  6277.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Command/TranslationPushCommand.php';
  6278.         $this->privates['console.command.translation_push'] = $instance = new \Symfony\Component\Translation\Command\TranslationPushCommand(($this->privates['translation.provider_collection'] ?? $this->getTranslation_ProviderCollectionService()), ($this->privates['translation.reader'] ?? $this->getTranslation_ReaderService()), [], []);
  6279.         $instance->setName('translation:push');
  6280.         $instance->setDescription('Push translations to a given provider.');
  6281.         return $instance;
  6282.     }
  6283.     /**
  6284.      * Gets the private 'console.command.validator_debug' shared service.
  6285.      *
  6286.      * @return \Symfony\Component\Validator\Command\DebugCommand
  6287.      */
  6288.     protected function getConsole_Command_ValidatorDebugService()
  6289.     {
  6290.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6291.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/Command/DebugCommand.php';
  6292.         $this->privates['console.command.validator_debug'] = $instance = new \Symfony\Component\Validator\Command\DebugCommand(($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService()));
  6293.         $instance->setName('debug:validator');
  6294.         $instance->setDescription('Display validation constraints for classes');
  6295.         return $instance;
  6296.     }
  6297.     /**
  6298.      * Gets the private 'console.command.xliff_lint' shared service.
  6299.      *
  6300.      * @return \Symfony\Component\Translation\Command\XliffLintCommand
  6301.      */
  6302.     protected function getConsole_Command_XliffLintService()
  6303.     {
  6304.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6305.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Command/XliffLintCommand.php';
  6306.         $this->privates['console.command.xliff_lint'] = $instance = new \Symfony\Component\Translation\Command\XliffLintCommand();
  6307.         $instance->setName('lint:xliff');
  6308.         $instance->setDescription('Lint an XLIFF file and outputs encountered errors');
  6309.         return $instance;
  6310.     }
  6311.     /**
  6312.      * Gets the private 'console.command.yaml_lint' shared service.
  6313.      *
  6314.      * @return \Symfony\Bundle\FrameworkBundle\Command\YamlLintCommand
  6315.      */
  6316.     protected function getConsole_Command_YamlLintService()
  6317.     {
  6318.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6319.         include_once \dirname(__DIR__4).'/vendor/symfony/yaml/Command/LintCommand.php';
  6320.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/YamlLintCommand.php';
  6321.         $this->privates['console.command.yaml_lint'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\YamlLintCommand();
  6322.         $instance->setName('lint:yaml');
  6323.         $instance->setDescription('Lint a YAML file and outputs encountered errors');
  6324.         return $instance;
  6325.     }
  6326.     /**
  6327.      * Gets the private 'console.error_listener' shared service.
  6328.      *
  6329.      * @return \Symfony\Component\Console\EventListener\ErrorListener
  6330.      */
  6331.     protected function getConsole_ErrorListenerService()
  6332.     {
  6333.         include_once \dirname(__DIR__4).'/vendor/symfony/console/EventListener/ErrorListener.php';
  6334.         $a = new \Symfony\Bridge\Monolog\Logger('console');
  6335.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  6336.         $a->pushHandler(($this->privates['monolog.handler.stderr_errors'] ?? $this->getMonolog_Handler_StderrErrorsService()));
  6337.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  6338.         return $this->privates['console.error_listener'] = new \Symfony\Component\Console\EventListener\ErrorListener($a);
  6339.     }
  6340.     /**
  6341.      * Gets the private 'container.env_var_processor' shared service.
  6342.      *
  6343.      * @return \Symfony\Component\DependencyInjection\EnvVarProcessor
  6344.      */
  6345.     protected function getContainer_EnvVarProcessorService()
  6346.     {
  6347.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/EnvVarProcessorInterface.php';
  6348.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/EnvVarProcessor.php';
  6349.         return $this->privates['container.env_var_processor'] = new \Symfony\Component\DependencyInjection\EnvVarProcessor($this, new RewindableGenerator(function () {
  6350.             yield => ($this->privates['secrets.vault'] ?? $this->getSecrets_VaultService());
  6351.         }, 1));
  6352.     }
  6353.     /**
  6354.      * Gets the private 'container.getenv' shared service.
  6355.      *
  6356.      * @return \Closure
  6357.      */
  6358.     protected function getContainer_GetenvService()
  6359.     {
  6360.         return $this->privates['container.getenv'] = \Closure::fromCallable([=> $this=> 'getEnv']);
  6361.     }
  6362.     /**
  6363.      * Gets the private 'data_collector.form' shared service.
  6364.      *
  6365.      * @return \Symfony\Component\Form\Extension\DataCollector\FormDataCollector
  6366.      */
  6367.     protected function getDataCollector_FormService()
  6368.     {
  6369.         return $this->privates['data_collector.form'] = new \Symfony\Component\Form\Extension\DataCollector\FormDataCollector(new \Symfony\Component\Form\Extension\DataCollector\FormDataExtractor());
  6370.     }
  6371.     /**
  6372.      * Gets the private 'data_collector.request' shared service.
  6373.      *
  6374.      * @return \Symfony\Component\HttpKernel\DataCollector\RequestDataCollector
  6375.      */
  6376.     protected function getDataCollector_RequestService()
  6377.     {
  6378.         return $this->privates['data_collector.request'] = new \Symfony\Component\HttpKernel\DataCollector\RequestDataCollector(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  6379.     }
  6380.     /**
  6381.      * Gets the private 'data_collector.request.session_collector' shared service.
  6382.      *
  6383.      * @return \Closure
  6384.      */
  6385.     protected function getDataCollector_Request_SessionCollectorService()
  6386.     {
  6387.         return $this->privates['data_collector.request.session_collector'] = \Closure::fromCallable([=> ($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService()), => 'collectSessionUsage']);
  6388.     }
  6389.     /**
  6390.      * Gets the private 'debug.argument_resolver.default' shared service.
  6391.      *
  6392.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  6393.      */
  6394.     protected function getDebug_ArgumentResolver_DefaultService()
  6395.     {
  6396.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  6397.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  6398.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/DefaultValueResolver.php';
  6399.         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))));
  6400.     }
  6401.     /**
  6402.      * Gets the private 'debug.argument_resolver.not_tagged_controller' shared service.
  6403.      *
  6404.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  6405.      */
  6406.     protected function getDebug_ArgumentResolver_NotTaggedControllerService()
  6407.     {
  6408.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  6409.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  6410.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/NotTaggedControllerValueResolver.php';
  6411.         $a = ($this->privates['.service_locator.2Xf56bv'] ?? $this->get_ServiceLocator_2Xf56bvService());
  6412.         if (isset($this->privates['debug.argument_resolver.not_tagged_controller'])) {
  6413.             return $this->privates['debug.argument_resolver.not_tagged_controller'];
  6414.         }
  6415.         return $this->privates['debug.argument_resolver.not_tagged_controller'] = new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver(new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\NotTaggedControllerValueResolver($a), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  6416.     }
  6417.     /**
  6418.      * Gets the private 'debug.argument_resolver.request' shared service.
  6419.      *
  6420.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  6421.      */
  6422.     protected function getDebug_ArgumentResolver_RequestService()
  6423.     {
  6424.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  6425.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  6426.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/RequestValueResolver.php';
  6427.         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))));
  6428.     }
  6429.     /**
  6430.      * Gets the private 'debug.argument_resolver.request_attribute' shared service.
  6431.      *
  6432.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  6433.      */
  6434.     protected function getDebug_ArgumentResolver_RequestAttributeService()
  6435.     {
  6436.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  6437.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  6438.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/RequestAttributeValueResolver.php';
  6439.         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))));
  6440.     }
  6441.     /**
  6442.      * Gets the private 'debug.argument_resolver.service' shared service.
  6443.      *
  6444.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  6445.      */
  6446.     protected function getDebug_ArgumentResolver_ServiceService()
  6447.     {
  6448.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  6449.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  6450.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/ServiceValueResolver.php';
  6451.         $a = ($this->privates['.service_locator.2Xf56bv'] ?? $this->get_ServiceLocator_2Xf56bvService());
  6452.         if (isset($this->privates['debug.argument_resolver.service'])) {
  6453.             return $this->privates['debug.argument_resolver.service'];
  6454.         }
  6455.         return $this->privates['debug.argument_resolver.service'] = new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver(new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\ServiceValueResolver($a), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  6456.     }
  6457.     /**
  6458.      * Gets the private 'debug.argument_resolver.session' shared service.
  6459.      *
  6460.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  6461.      */
  6462.     protected function getDebug_ArgumentResolver_SessionService()
  6463.     {
  6464.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  6465.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  6466.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/SessionValueResolver.php';
  6467.         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))));
  6468.     }
  6469.     /**
  6470.      * Gets the private 'debug.argument_resolver.variadic' shared service.
  6471.      *
  6472.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  6473.      */
  6474.     protected function getDebug_ArgumentResolver_VariadicService()
  6475.     {
  6476.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  6477.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  6478.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/VariadicValueResolver.php';
  6479.         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))));
  6480.     }
  6481.     /**
  6482.      * Gets the private 'debug.debug_handlers_listener' shared service.
  6483.      *
  6484.      * @return \Symfony\Component\HttpKernel\EventListener\DebugHandlersListener
  6485.      */
  6486.     protected function getDebug_DebugHandlersListenerService()
  6487.     {
  6488.         return $this->privates['debug.debug_handlers_listener'] = new \Symfony\Component\HttpKernel\EventListener\DebugHandlersListener(NULL, ($this->services['monolog.logger.php'] ?? $this->getMonolog_Logger_PhpService()), NULL, -1truetrue, ($this->services['monolog.logger.deprecation'] ?? $this->getMonolog_Logger_DeprecationService()));
  6489.     }
  6490.     /**
  6491.      * Gets the private 'debug.file_link_formatter' shared service.
  6492.      *
  6493.      * @return \Symfony\Component\HttpKernel\Debug\FileLinkFormatter
  6494.      */
  6495.     protected function getDebug_FileLinkFormatterService()
  6496.     {
  6497.         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 () {
  6498.             return ($this->privates['debug.file_link_formatter.url_format'] ?? $this->getDebug_FileLinkFormatter_UrlFormatService());
  6499.         });
  6500.     }
  6501.     /**
  6502.      * Gets the private 'debug.file_link_formatter.url_format' shared service.
  6503.      *
  6504.      * @return \string
  6505.      */
  6506.     protected function getDebug_FileLinkFormatter_UrlFormatService()
  6507.     {
  6508.         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');
  6509.     }
  6510.     /**
  6511.      * Gets the private 'debug.log_processor' shared service.
  6512.      *
  6513.      * @return \Symfony\Bridge\Monolog\Processor\DebugProcessor
  6514.      */
  6515.     protected function getDebug_LogProcessorService()
  6516.     {
  6517.         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())));
  6518.     }
  6519.     /**
  6520.      * Gets the private 'debug.security.access.decision_manager' shared service.
  6521.      *
  6522.      * @return \Symfony\Component\Security\Core\Authorization\TraceableAccessDecisionManager
  6523.      */
  6524.     protected function getDebug_Security_Access_DecisionManagerService()
  6525.     {
  6526.         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 () {
  6527.             yield => ($this->privates['debug.security.voter.security.access.authenticated_voter'] ?? $this->getDebug_Security_Voter_Security_Access_AuthenticatedVoterService());
  6528.             yield => ($this->privates['debug.security.voter.security.access.simple_role_voter'] ?? $this->getDebug_Security_Voter_Security_Access_SimpleRoleVoterService());
  6529.             yield => ($this->privates['debug.security.voter.security.access.expression_voter'] ?? $this->getDebug_Security_Voter_Security_Access_ExpressionVoterService());
  6530.             yield => ($this->privates['debug.security.voter.App\\Security\\Voter\\Permissions\\Admin\\AdminContractVoter'] ?? $this->getAdminContractVoterService());
  6531.             yield => ($this->privates['debug.security.voter.App\\Security\\Voter\\Permissions\\Admin\\AdminOrganizationVoter'] ?? $this->getAdminOrganizationVoterService());
  6532.             yield => ($this->privates['debug.security.voter.App\\Security\\Voter\\Permissions\\Admin\\AdminPortalVoter'] ?? $this->getAdminPortalVoterService());
  6533.             yield => ($this->privates['debug.security.voter.App\\Security\\Voter\\Permissions\\User\\UserContractVoter'] ?? $this->getUserContractVoterService());
  6534.             yield => ($this->privates['debug.security.voter.App\\Security\\Voter\\Permissions\\User\\UserOrganizationVoter'] ?? $this->getUserOrganizationVoterService());
  6535.         }, 8), new \Symfony\Component\Security\Core\Authorization\Strategy\AffirmativeStrategy(false)));
  6536.     }
  6537.     /**
  6538.      * Gets the private 'debug.security.firewall' shared service.
  6539.      *
  6540.      * @return \Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener
  6541.      */
  6542.     protected function getDebug_Security_FirewallService()
  6543.     {
  6544.         $a = ($this->privates['security.firewall.map'] ?? $this->getSecurity_Firewall_MapService());
  6545.         if (isset($this->privates['debug.security.firewall'])) {
  6546.             return $this->privates['debug.security.firewall'];
  6547.         }
  6548.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  6549.         if (isset($this->privates['debug.security.firewall'])) {
  6550.             return $this->privates['debug.security.firewall'];
  6551.         }
  6552.         return $this->privates['debug.security.firewall'] = new \Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener($a$b, ($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService()));
  6553.     }
  6554.     /**
  6555.      * Gets the private 'debug.security.user_value_resolver' shared service.
  6556.      *
  6557.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  6558.      */
  6559.     protected function getDebug_Security_UserValueResolverService()
  6560.     {
  6561.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  6562.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  6563.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Controller/UserValueResolver.php';
  6564.         return $this->privates['debug.security.user_value_resolver'] = new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver(new \Symfony\Component\Security\Http\Controller\UserValueResolver(($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService())), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  6565.     }
  6566.     /**
  6567.      * Gets the private 'debug.security.voter.App\Security\Voter\Permissions\Admin\AdminContractVoter' shared service.
  6568.      *
  6569.      * @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
  6570.      */
  6571.     protected function getAdminContractVoterService()
  6572.     {
  6573.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
  6574.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/CacheableVoterInterface.php';
  6575.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
  6576.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/Voter.php';
  6577.         include_once \dirname(__DIR__4).'/src/Security/Voter/Permissions/Admin/AdminVoter.php';
  6578.         include_once \dirname(__DIR__4).'/src/Security/Voter/Permissions/Admin/AdminContractVoter.php';
  6579.         $a = ($this->privates['App\\Manager\\UserManager'] ?? $this->getUserManagerService());
  6580.         if (isset($this->privates['debug.security.voter.App\\Security\\Voter\\Permissions\\Admin\\AdminContractVoter'])) {
  6581.             return $this->privates['debug.security.voter.App\\Security\\Voter\\Permissions\\Admin\\AdminContractVoter'];
  6582.         }
  6583.         $b = ($this->privates['App\\Manager\\OrganizationManager'] ?? $this->getOrganizationManagerService());
  6584.         if (isset($this->privates['debug.security.voter.App\\Security\\Voter\\Permissions\\Admin\\AdminContractVoter'])) {
  6585.             return $this->privates['debug.security.voter.App\\Security\\Voter\\Permissions\\Admin\\AdminContractVoter'];
  6586.         }
  6587.         $c = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  6588.         if (isset($this->privates['debug.security.voter.App\\Security\\Voter\\Permissions\\Admin\\AdminContractVoter'])) {
  6589.             return $this->privates['debug.security.voter.App\\Security\\Voter\\Permissions\\Admin\\AdminContractVoter'];
  6590.         }
  6591.         return $this->privates['debug.security.voter.App\\Security\\Voter\\Permissions\\Admin\\AdminContractVoter'] = new \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter(new \App\Security\Voter\Permissions\Admin\AdminContractVoter($a, ($this->privates['App\\Manager\\UserProfileManager'] ?? $this->getUserProfileManagerService()), $b, ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService())), $c);
  6592.     }
  6593.     /**
  6594.      * Gets the private 'debug.security.voter.App\Security\Voter\Permissions\Admin\AdminOrganizationVoter' shared service.
  6595.      *
  6596.      * @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
  6597.      */
  6598.     protected function getAdminOrganizationVoterService()
  6599.     {
  6600.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
  6601.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/CacheableVoterInterface.php';
  6602.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
  6603.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/Voter.php';
  6604.         include_once \dirname(__DIR__4).'/src/Security/Voter/Permissions/Admin/AdminVoter.php';
  6605.         include_once \dirname(__DIR__4).'/src/Security/Voter/Permissions/Admin/AdminOrganizationVoter.php';
  6606.         $a = ($this->privates['App\\Manager\\UserManager'] ?? $this->getUserManagerService());
  6607.         if (isset($this->privates['debug.security.voter.App\\Security\\Voter\\Permissions\\Admin\\AdminOrganizationVoter'])) {
  6608.             return $this->privates['debug.security.voter.App\\Security\\Voter\\Permissions\\Admin\\AdminOrganizationVoter'];
  6609.         }
  6610.         $b = ($this->privates['App\\Manager\\OrganizationManager'] ?? $this->getOrganizationManagerService());
  6611.         if (isset($this->privates['debug.security.voter.App\\Security\\Voter\\Permissions\\Admin\\AdminOrganizationVoter'])) {
  6612.             return $this->privates['debug.security.voter.App\\Security\\Voter\\Permissions\\Admin\\AdminOrganizationVoter'];
  6613.         }
  6614.         $c = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  6615.         if (isset($this->privates['debug.security.voter.App\\Security\\Voter\\Permissions\\Admin\\AdminOrganizationVoter'])) {
  6616.             return $this->privates['debug.security.voter.App\\Security\\Voter\\Permissions\\Admin\\AdminOrganizationVoter'];
  6617.         }
  6618.         return $this->privates['debug.security.voter.App\\Security\\Voter\\Permissions\\Admin\\AdminOrganizationVoter'] = new \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter(new \App\Security\Voter\Permissions\Admin\AdminOrganizationVoter($a, ($this->privates['App\\Manager\\UserProfileManager'] ?? $this->getUserProfileManagerService()), $b, ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService())), $c);
  6619.     }
  6620.     /**
  6621.      * Gets the private 'debug.security.voter.App\Security\Voter\Permissions\Admin\AdminPortalVoter' shared service.
  6622.      *
  6623.      * @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
  6624.      */
  6625.     protected function getAdminPortalVoterService()
  6626.     {
  6627.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
  6628.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/CacheableVoterInterface.php';
  6629.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
  6630.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/Voter.php';
  6631.         include_once \dirname(__DIR__4).'/src/Security/Voter/Permissions/Admin/AdminVoter.php';
  6632.         include_once \dirname(__DIR__4).'/src/Security/Voter/Permissions/Admin/AdminPortalVoter.php';
  6633.         $a = ($this->privates['App\\Manager\\UserManager'] ?? $this->getUserManagerService());
  6634.         if (isset($this->privates['debug.security.voter.App\\Security\\Voter\\Permissions\\Admin\\AdminPortalVoter'])) {
  6635.             return $this->privates['debug.security.voter.App\\Security\\Voter\\Permissions\\Admin\\AdminPortalVoter'];
  6636.         }
  6637.         $b = ($this->privates['App\\Manager\\OrganizationManager'] ?? $this->getOrganizationManagerService());
  6638.         if (isset($this->privates['debug.security.voter.App\\Security\\Voter\\Permissions\\Admin\\AdminPortalVoter'])) {
  6639.             return $this->privates['debug.security.voter.App\\Security\\Voter\\Permissions\\Admin\\AdminPortalVoter'];
  6640.         }
  6641.         $c = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  6642.         if (isset($this->privates['debug.security.voter.App\\Security\\Voter\\Permissions\\Admin\\AdminPortalVoter'])) {
  6643.             return $this->privates['debug.security.voter.App\\Security\\Voter\\Permissions\\Admin\\AdminPortalVoter'];
  6644.         }
  6645.         return $this->privates['debug.security.voter.App\\Security\\Voter\\Permissions\\Admin\\AdminPortalVoter'] = new \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter(new \App\Security\Voter\Permissions\Admin\AdminPortalVoter($a, ($this->privates['App\\Manager\\UserProfileManager'] ?? $this->getUserProfileManagerService()), $b, ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService())), $c);
  6646.     }
  6647.     /**
  6648.      * Gets the private 'debug.security.voter.App\Security\Voter\Permissions\User\UserContractVoter' shared service.
  6649.      *
  6650.      * @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
  6651.      */
  6652.     protected function getUserContractVoterService()
  6653.     {
  6654.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
  6655.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/CacheableVoterInterface.php';
  6656.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
  6657.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/Voter.php';
  6658.         include_once \dirname(__DIR__4).'/src/Security/Voter/Permissions/User/UserVoter.php';
  6659.         include_once \dirname(__DIR__4).'/src/Security/Voter/Permissions/User/UserContractVoter.php';
  6660.         $a = ($this->privates['App\\Manager\\UserManager'] ?? $this->getUserManagerService());
  6661.         if (isset($this->privates['debug.security.voter.App\\Security\\Voter\\Permissions\\User\\UserContractVoter'])) {
  6662.             return $this->privates['debug.security.voter.App\\Security\\Voter\\Permissions\\User\\UserContractVoter'];
  6663.         }
  6664.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  6665.         if (isset($this->privates['debug.security.voter.App\\Security\\Voter\\Permissions\\User\\UserContractVoter'])) {
  6666.             return $this->privates['debug.security.voter.App\\Security\\Voter\\Permissions\\User\\UserContractVoter'];
  6667.         }
  6668.         return $this->privates['debug.security.voter.App\\Security\\Voter\\Permissions\\User\\UserContractVoter'] = new \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter(new \App\Security\Voter\Permissions\User\UserContractVoter(($this->privates['App\\Manager\\ContractManager'] ?? $this->getContractManagerService()), $a), $b);
  6669.     }
  6670.     /**
  6671.      * Gets the private 'debug.security.voter.App\Security\Voter\Permissions\User\UserOrganizationVoter' shared service.
  6672.      *
  6673.      * @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
  6674.      */
  6675.     protected function getUserOrganizationVoterService()
  6676.     {
  6677.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
  6678.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/CacheableVoterInterface.php';
  6679.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
  6680.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/Voter.php';
  6681.         include_once \dirname(__DIR__4).'/src/Security/Voter/Permissions/User/UserVoter.php';
  6682.         include_once \dirname(__DIR__4).'/src/Security/Voter/Permissions/User/UserOrganizationVoter.php';
  6683.         $a = ($this->privates['App\\Manager\\OrganizationManager'] ?? $this->getOrganizationManagerService());
  6684.         if (isset($this->privates['debug.security.voter.App\\Security\\Voter\\Permissions\\User\\UserOrganizationVoter'])) {
  6685.             return $this->privates['debug.security.voter.App\\Security\\Voter\\Permissions\\User\\UserOrganizationVoter'];
  6686.         }
  6687.         $b = ($this->privates['App\\Manager\\UserManager'] ?? $this->getUserManagerService());
  6688.         if (isset($this->privates['debug.security.voter.App\\Security\\Voter\\Permissions\\User\\UserOrganizationVoter'])) {
  6689.             return $this->privates['debug.security.voter.App\\Security\\Voter\\Permissions\\User\\UserOrganizationVoter'];
  6690.         }
  6691.         $c = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  6692.         if (isset($this->privates['debug.security.voter.App\\Security\\Voter\\Permissions\\User\\UserOrganizationVoter'])) {
  6693.             return $this->privates['debug.security.voter.App\\Security\\Voter\\Permissions\\User\\UserOrganizationVoter'];
  6694.         }
  6695.         return $this->privates['debug.security.voter.App\\Security\\Voter\\Permissions\\User\\UserOrganizationVoter'] = new \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter(new \App\Security\Voter\Permissions\User\UserOrganizationVoter($a$b), $c);
  6696.     }
  6697.     /**
  6698.      * Gets the private 'debug.security.voter.security.access.authenticated_voter' shared service.
  6699.      *
  6700.      * @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
  6701.      */
  6702.     protected function getDebug_Security_Voter_Security_Access_AuthenticatedVoterService()
  6703.     {
  6704.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
  6705.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/CacheableVoterInterface.php';
  6706.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
  6707.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/AuthenticatedVoter.php';
  6708.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  6709.         if (isset($this->privates['debug.security.voter.security.access.authenticated_voter'])) {
  6710.             return $this->privates['debug.security.voter.security.access.authenticated_voter'];
  6711.         }
  6712.         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()))), $a);
  6713.     }
  6714.     /**
  6715.      * Gets the private 'debug.security.voter.security.access.expression_voter' shared service.
  6716.      *
  6717.      * @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
  6718.      */
  6719.     protected function getDebug_Security_Voter_Security_Access_ExpressionVoterService()
  6720.     {
  6721.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
  6722.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/CacheableVoterInterface.php';
  6723.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
  6724.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/ExpressionVoter.php';
  6725.         $a = ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService());
  6726.         if (isset($this->privates['debug.security.voter.security.access.expression_voter'])) {
  6727.             return $this->privates['debug.security.voter.security.access.expression_voter'];
  6728.         }
  6729.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  6730.         if (isset($this->privates['debug.security.voter.security.access.expression_voter'])) {
  6731.             return $this->privates['debug.security.voter.security.access.expression_voter'];
  6732.         }
  6733.         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())), $a, ($this->privates['security.role_hierarchy'] ?? ($this->privates['security.role_hierarchy'] = new \Symfony\Component\Security\Core\Role\RoleHierarchy([])))), $b);
  6734.     }
  6735.     /**
  6736.      * Gets the private 'debug.security.voter.security.access.simple_role_voter' shared service.
  6737.      *
  6738.      * @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
  6739.      */
  6740.     protected function getDebug_Security_Voter_Security_Access_SimpleRoleVoterService()
  6741.     {
  6742.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
  6743.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/CacheableVoterInterface.php';
  6744.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
  6745.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/RoleVoter.php';
  6746.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  6747.         if (isset($this->privates['debug.security.voter.security.access.simple_role_voter'])) {
  6748.             return $this->privates['debug.security.voter.security.access.simple_role_voter'];
  6749.         }
  6750.         return $this->privates['debug.security.voter.security.access.simple_role_voter'] = new \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter(new \Symfony\Component\Security\Core\Authorization\Voter\RoleVoter(), $a);
  6751.     }
  6752.     /**
  6753.      * Gets the private 'debug.security.voter.vote_listener' shared service.
  6754.      *
  6755.      * @return \Symfony\Bundle\SecurityBundle\EventListener\VoteListener
  6756.      */
  6757.     protected function getDebug_Security_Voter_VoteListenerService()
  6758.     {
  6759.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/EventListener/VoteListener.php';
  6760.         $a = ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService());
  6761.         if (isset($this->privates['debug.security.voter.vote_listener'])) {
  6762.             return $this->privates['debug.security.voter.vote_listener'];
  6763.         }
  6764.         return $this->privates['debug.security.voter.vote_listener'] = new \Symfony\Bundle\SecurityBundle\EventListener\VoteListener($a);
  6765.     }
  6766.     /**
  6767.      * Gets the private 'error_handler.error_renderer.html' shared service.
  6768.      *
  6769.      * @return \Symfony\Component\ErrorHandler\ErrorRenderer\HtmlErrorRenderer
  6770.      */
  6771.     protected function getErrorHandler_ErrorRenderer_HtmlService()
  6772.     {
  6773.         include_once \dirname(__DIR__4).'/vendor/symfony/error-handler/ErrorRenderer/ErrorRendererInterface.php';
  6774.         include_once \dirname(__DIR__4).'/vendor/symfony/error-handler/ErrorRenderer/HtmlErrorRenderer.php';
  6775.         $a = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  6776.         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()));
  6777.     }
  6778.     /**
  6779.      * Gets the private 'exception_listener' shared service.
  6780.      *
  6781.      * @return \Symfony\Component\HttpKernel\EventListener\ErrorListener
  6782.      */
  6783.     protected function getExceptionListenerService()
  6784.     {
  6785.         return $this->privates['exception_listener'] = new \Symfony\Component\HttpKernel\EventListener\ErrorListener('error_controller', ($this->privates['monolog.logger.request'] ?? $this->getMonolog_Logger_RequestService()), true, []);
  6786.     }
  6787.     /**
  6788.      * Gets the private 'form.choice_list_factory.cached' shared service.
  6789.      *
  6790.      * @return \Symfony\Component\Form\ChoiceList\Factory\CachingFactoryDecorator
  6791.      */
  6792.     protected function getForm_ChoiceListFactory_CachedService()
  6793.     {
  6794.         include_once \dirname(__DIR__4).'/vendor/symfony/form/ChoiceList/Factory/ChoiceListFactoryInterface.php';
  6795.         include_once \dirname(__DIR__4).'/vendor/symfony/form/ChoiceList/Factory/CachingFactoryDecorator.php';
  6796.         include_once \dirname(__DIR__4).'/vendor/symfony/form/ChoiceList/Factory/PropertyAccessDecorator.php';
  6797.         include_once \dirname(__DIR__4).'/vendor/symfony/form/ChoiceList/Factory/DefaultChoiceListFactory.php';
  6798.         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())));
  6799.     }
  6800.     /**
  6801.      * Gets the private 'form.registry' shared service.
  6802.      *
  6803.      * @return \Symfony\Component\Form\FormRegistry
  6804.      */
  6805.     protected function getForm_RegistryService()
  6806.     {
  6807.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormRegistryInterface.php';
  6808.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormRegistry.php';
  6809.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormExtensionInterface.php';
  6810.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DependencyInjection/DependencyInjectionExtension.php';
  6811.         include_once \dirname(__DIR__4).'/vendor/symfony/form/ResolvedFormTypeFactoryInterface.php';
  6812.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/Proxy/ResolvedTypeFactoryDataCollectorProxy.php';
  6813.         include_once \dirname(__DIR__4).'/vendor/symfony/form/ResolvedFormTypeFactory.php';
  6814.         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, [
  6815.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\ChoiceType' => ['privates''form.type.choice''getForm_Type_ChoiceService'false],
  6816.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\ColorType' => ['privates''form.type.color''getForm_Type_ColorService'false],
  6817.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\FileType' => ['services''.container.private.form.type.file''get_Container_Private_Form_Type_FileService'false],
  6818.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\FormType' => ['privates''form.type.form''getForm_Type_FormService'false],
  6819.         ], [
  6820.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\ChoiceType' => '?',
  6821.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\ColorType' => '?',
  6822.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\FileType' => '?',
  6823.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\FormType' => '?',
  6824.         ]), ['Symfony\\Component\\Form\\Extension\\Core\\Type\\FormType' => new RewindableGenerator(function () {
  6825.             yield => ($this->privates['form.type_extension.form.transformation_failure_handling'] ?? $this->getForm_TypeExtension_Form_TransformationFailureHandlingService());
  6826.             yield => ($this->privates['form.type_extension.form.http_foundation'] ?? $this->getForm_TypeExtension_Form_HttpFoundationService());
  6827.             yield => ($this->privates['form.type_extension.form.validator'] ?? $this->getForm_TypeExtension_Form_ValidatorService());
  6828.             yield => ($this->privates['form.type_extension.upload.validator'] ?? $this->getForm_TypeExtension_Upload_ValidatorService());
  6829.             yield => ($this->privates['form.type_extension.form.data_collector'] ?? $this->getForm_TypeExtension_Form_DataCollectorService());
  6830.             yield => ($this->privates['nelmio_api_doc.form.documentation_extension'] ?? ($this->privates['nelmio_api_doc.form.documentation_extension'] = new \Nelmio\ApiDocBundle\Form\Extension\DocumentationExtension()));
  6831.         }, 6), 'Symfony\\Component\\Form\\Extension\\Core\\Type\\RepeatedType' => new RewindableGenerator(function () {
  6832.             yield => ($this->privates['form.type_extension.repeated.validator'] ?? ($this->privates['form.type_extension.repeated.validator'] = new \Symfony\Component\Form\Extension\Validator\Type\RepeatedTypeValidatorExtension()));
  6833.         }, 1), 'Symfony\\Component\\Form\\Extension\\Core\\Type\\SubmitType' => new RewindableGenerator(function () {
  6834.             yield => ($this->privates['form.type_extension.submit.validator'] ?? ($this->privates['form.type_extension.submit.validator'] = new \Symfony\Component\Form\Extension\Validator\Type\SubmitTypeValidatorExtension()));
  6835.         }, 1)], new RewindableGenerator(function () {
  6836.             yield => ($this->privates['form.type_guesser.validator'] ?? $this->getForm_TypeGuesser_ValidatorService());
  6837.         }, 1))], new \Symfony\Component\Form\Extension\DataCollector\Proxy\ResolvedTypeFactoryDataCollectorProxy(new \Symfony\Component\Form\ResolvedFormTypeFactory(), ($this->privates['data_collector.form'] ?? $this->getDataCollector_FormService())));
  6838.     }
  6839.     /**
  6840.      * Gets the private 'form.type.choice' shared service.
  6841.      *
  6842.      * @return \Symfony\Component\Form\Extension\Core\Type\ChoiceType
  6843.      */
  6844.     protected function getForm_Type_ChoiceService()
  6845.     {
  6846.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  6847.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  6848.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/ChoiceType.php';
  6849.         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()));
  6850.     }
  6851.     /**
  6852.      * Gets the private 'form.type.color' shared service.
  6853.      *
  6854.      * @return \Symfony\Component\Form\Extension\Core\Type\ColorType
  6855.      */
  6856.     protected function getForm_Type_ColorService()
  6857.     {
  6858.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  6859.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  6860.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/ColorType.php';
  6861.         return $this->privates['form.type.color'] = new \Symfony\Component\Form\Extension\Core\Type\ColorType(($this->services['translator'] ?? $this->getTranslatorService()));
  6862.     }
  6863.     /**
  6864.      * Gets the private 'form.type.form' shared service.
  6865.      *
  6866.      * @return \Symfony\Component\Form\Extension\Core\Type\FormType
  6867.      */
  6868.     protected function getForm_Type_FormService()
  6869.     {
  6870.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  6871.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  6872.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/BaseType.php';
  6873.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/FormType.php';
  6874.         return $this->privates['form.type.form'] = new \Symfony\Component\Form\Extension\Core\Type\FormType(($this->privates['property_accessor'] ?? $this->getPropertyAccessorService()));
  6875.     }
  6876.     /**
  6877.      * Gets the private 'form.type_extension.form.data_collector' shared service.
  6878.      *
  6879.      * @return \Symfony\Component\Form\Extension\DataCollector\Type\DataCollectorTypeExtension
  6880.      */
  6881.     protected function getForm_TypeExtension_Form_DataCollectorService()
  6882.     {
  6883.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  6884.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractTypeExtension.php';
  6885.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/Type/DataCollectorTypeExtension.php';
  6886.         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()));
  6887.     }
  6888.     /**
  6889.      * Gets the private 'form.type_extension.form.http_foundation' shared service.
  6890.      *
  6891.      * @return \Symfony\Component\Form\Extension\HttpFoundation\Type\FormTypeHttpFoundationExtension
  6892.      */
  6893.     protected function getForm_TypeExtension_Form_HttpFoundationService()
  6894.     {
  6895.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  6896.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractTypeExtension.php';
  6897.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/HttpFoundation/Type/FormTypeHttpFoundationExtension.php';
  6898.         include_once \dirname(__DIR__4).'/vendor/symfony/form/RequestHandlerInterface.php';
  6899.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/HttpFoundation/HttpFoundationRequestHandler.php';
  6900.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Util/ServerParams.php';
  6901.         return $this->privates['form.type_extension.form.http_foundation'] = new \Symfony\Component\Form\Extension\HttpFoundation\Type\FormTypeHttpFoundationExtension(new \Symfony\Component\Form\Extension\HttpFoundation\HttpFoundationRequestHandler(new \Symfony\Component\Form\Util\ServerParams(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())))));
  6902.     }
  6903.     /**
  6904.      * Gets the private 'form.type_extension.form.transformation_failure_handling' shared service.
  6905.      *
  6906.      * @return \Symfony\Component\Form\Extension\Core\Type\TransformationFailureExtension
  6907.      */
  6908.     protected function getForm_TypeExtension_Form_TransformationFailureHandlingService()
  6909.     {
  6910.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  6911.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractTypeExtension.php';
  6912.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/TransformationFailureExtension.php';
  6913.         return $this->privates['form.type_extension.form.transformation_failure_handling'] = new \Symfony\Component\Form\Extension\Core\Type\TransformationFailureExtension(($this->services['translator'] ?? $this->getTranslatorService()));
  6914.     }
  6915.     /**
  6916.      * Gets the private 'form.type_extension.form.validator' shared service.
  6917.      *
  6918.      * @return \Symfony\Component\Form\Extension\Validator\Type\FormTypeValidatorExtension
  6919.      */
  6920.     protected function getForm_TypeExtension_Form_ValidatorService()
  6921.     {
  6922.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  6923.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractTypeExtension.php';
  6924.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Validator/Type/BaseValidatorExtension.php';
  6925.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Validator/Type/FormTypeValidatorExtension.php';
  6926.         return $this->privates['form.type_extension.form.validator'] = new \Symfony\Component\Form\Extension\Validator\Type\FormTypeValidatorExtension(($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService()), true, ($this->privates['twig.form.renderer'] ?? $this->getTwig_Form_RendererService()), ($this->services['translator'] ?? $this->getTranslatorService()));
  6927.     }
  6928.     /**
  6929.      * Gets the private 'form.type_extension.upload.validator' shared service.
  6930.      *
  6931.      * @return \Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension
  6932.      */
  6933.     protected function getForm_TypeExtension_Upload_ValidatorService()
  6934.     {
  6935.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  6936.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractTypeExtension.php';
  6937.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Validator/Type/UploadValidatorExtension.php';
  6938.         return $this->privates['form.type_extension.upload.validator'] = new \Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension(($this->services['translator'] ?? $this->getTranslatorService()), 'validators');
  6939.     }
  6940.     /**
  6941.      * Gets the private 'form.type_guesser.validator' shared service.
  6942.      *
  6943.      * @return \Symfony\Component\Form\Extension\Validator\ValidatorTypeGuesser
  6944.      */
  6945.     protected function getForm_TypeGuesser_ValidatorService()
  6946.     {
  6947.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeGuesserInterface.php';
  6948.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Validator/ValidatorTypeGuesser.php';
  6949.         return $this->privates['form.type_guesser.validator'] = new \Symfony\Component\Form\Extension\Validator\ValidatorTypeGuesser(($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService()));
  6950.     }
  6951.     /**
  6952.      * Gets the private 'fragment.renderer.inline' shared service.
  6953.      *
  6954.      * @return \Symfony\Component\HttpKernel\Fragment\InlineFragmentRenderer
  6955.      */
  6956.     protected function getFragment_Renderer_InlineService()
  6957.     {
  6958.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/FragmentRendererInterface.php';
  6959.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/RoutableFragmentRenderer.php';
  6960.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/InlineFragmentRenderer.php';
  6961.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  6962.         if (isset($this->privates['fragment.renderer.inline'])) {
  6963.             return $this->privates['fragment.renderer.inline'];
  6964.         }
  6965.         $this->privates['fragment.renderer.inline'] = $instance = new \Symfony\Component\HttpKernel\Fragment\InlineFragmentRenderer(($this->services['http_kernel'] ?? $this->getHttpKernelService()), $a);
  6966.         $instance->setFragmentPath('/_fragment');
  6967.         return $instance;
  6968.     }
  6969.     /**
  6970.      * Gets the private 'framework_extra_bundle.argument_name_convertor' shared service.
  6971.      *
  6972.      * @return \Sensio\Bundle\FrameworkExtraBundle\Request\ArgumentNameConverter
  6973.      */
  6974.     protected function getFrameworkExtraBundle_ArgumentNameConvertorService()
  6975.     {
  6976.         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())));
  6977.     }
  6978.     /**
  6979.      * Gets the private 'framework_extra_bundle.event.is_granted' shared service.
  6980.      *
  6981.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\IsGrantedListener
  6982.      */
  6983.     protected function getFrameworkExtraBundle_Event_IsGrantedService()
  6984.     {
  6985.         $a = ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService());
  6986.         if (isset($this->privates['framework_extra_bundle.event.is_granted'])) {
  6987.             return $this->privates['framework_extra_bundle.event.is_granted'];
  6988.         }
  6989.         return $this->privates['framework_extra_bundle.event.is_granted'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\IsGrantedListener(($this->privates['framework_extra_bundle.argument_name_convertor'] ?? $this->getFrameworkExtraBundle_ArgumentNameConvertorService()), $a);
  6990.     }
  6991.     /**
  6992.      * Gets the private 'lexik_jwt_authentication.check_config_command' shared service.
  6993.      *
  6994.      * @return \Lexik\Bundle\JWTAuthenticationBundle\Command\CheckConfigCommand
  6995.      */
  6996.     protected function getLexikJwtAuthentication_CheckConfigCommandService()
  6997.     {
  6998.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6999.         include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/Command/CheckConfigCommand.php';
  7000.         $this->privates['lexik_jwt_authentication.check_config_command'] = $instance = new \Lexik\Bundle\JWTAuthenticationBundle\Command\CheckConfigCommand(($this->services['lexik_jwt_authentication.key_loader'] ?? $this->getLexikJwtAuthentication_KeyLoaderService()), 'RS256');
  7001.         $instance->setName('lexik:jwt:check-config');
  7002.         return $instance;
  7003.     }
  7004.     /**
  7005.      * Gets the private 'lexik_jwt_authentication.enable_encryption_config_command' shared service.
  7006.      *
  7007.      * @return \Lexik\Bundle\JWTAuthenticationBundle\Command\EnableEncryptionConfigCommand
  7008.      */
  7009.     protected function getLexikJwtAuthentication_EnableEncryptionConfigCommandService()
  7010.     {
  7011.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7012.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/BuildDebugContainerTrait.php';
  7013.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ContainerDebugCommand.php';
  7014.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/AbstractConfigCommand.php';
  7015.         include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/Command/EnableEncryptionConfigCommand.php';
  7016.         $this->privates['lexik_jwt_authentication.enable_encryption_config_command'] = $instance = new \Lexik\Bundle\JWTAuthenticationBundle\Command\EnableEncryptionConfigCommand(NULL);
  7017.         $instance->setName('lexik:jwt:enable-encryption');
  7018.         return $instance;
  7019.     }
  7020.     /**
  7021.      * Gets the private 'lexik_jwt_authentication.generate_keypair_command' shared service.
  7022.      *
  7023.      * @return \Lexik\Bundle\JWTAuthenticationBundle\Command\GenerateKeyPairCommand
  7024.      */
  7025.     protected function getLexikJwtAuthentication_GenerateKeypairCommandService()
  7026.     {
  7027.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7028.         include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/Command/GenerateKeyPairCommand.php';
  7029.         include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  7030.         $this->privates['lexik_jwt_authentication.generate_keypair_command'] = $instance = new \Lexik\Bundle\JWTAuthenticationBundle\Command\GenerateKeyPairCommand(($this->services['.container.private.filesystem'] ?? ($this->services['.container.private.filesystem'] = new \Symfony\Component\Filesystem\Filesystem())), (\dirname(__DIR__4).'/config/jwt/private.pem'), (\dirname(__DIR__4).'/config/jwt/public.pem'), $this->getEnv('JWT_PASSPHRASE'), 'RS256');
  7031.         $instance->setName('lexik:jwt:generate-keypair');
  7032.         return $instance;
  7033.     }
  7034.     /**
  7035.      * Gets the private 'lexik_jwt_authentication.handler.authentication_success' shared service.
  7036.      *
  7037.      * @return \Lexik\Bundle\JWTAuthenticationBundle\Security\Http\Authentication\AuthenticationSuccessHandler
  7038.      */
  7039.     protected function getLexikJwtAuthentication_Handler_AuthenticationSuccessService()
  7040.     {
  7041.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authentication/AuthenticationSuccessHandlerInterface.php';
  7042.         include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/Security/Http/Authentication/AuthenticationSuccessHandler.php';
  7043.         $a = ($this->services['lexik_jwt_authentication.jwt_manager'] ?? $this->getLexikJwtAuthentication_JwtManagerService());
  7044.         if (isset($this->privates['lexik_jwt_authentication.handler.authentication_success'])) {
  7045.             return $this->privates['lexik_jwt_authentication.handler.authentication_success'];
  7046.         }
  7047.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  7048.         if (isset($this->privates['lexik_jwt_authentication.handler.authentication_success'])) {
  7049.             return $this->privates['lexik_jwt_authentication.handler.authentication_success'];
  7050.         }
  7051.         return $this->privates['lexik_jwt_authentication.handler.authentication_success'] = new \Lexik\Bundle\JWTAuthenticationBundle\Security\Http\Authentication\AuthenticationSuccessHandler($a$b, [], true);
  7052.     }
  7053.     /**
  7054.      * Gets the private 'lexik_jwt_authentication.jws_provider.lcobucci' shared service.
  7055.      *
  7056.      * @return \Lexik\Bundle\JWTAuthenticationBundle\Services\JWSProvider\LcobucciJWSProvider
  7057.      */
  7058.     protected function getLexikJwtAuthentication_JwsProvider_LcobucciService()
  7059.     {
  7060.         include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/Services/JWSProvider/JWSProviderInterface.php';
  7061.         include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/Services/JWSProvider/LcobucciJWSProvider.php';
  7062.         return $this->privates['lexik_jwt_authentication.jws_provider.lcobucci'] = new \Lexik\Bundle\JWTAuthenticationBundle\Services\JWSProvider\LcobucciJWSProvider(($this->services['lexik_jwt_authentication.key_loader'] ?? $this->getLexikJwtAuthentication_KeyLoaderService()), 'openssl''RS256'26280000false);
  7063.     }
  7064.     /**
  7065.      * Gets the private 'lexik_jwt_authentication.migrate_config_command' shared service.
  7066.      *
  7067.      * @return \Lexik\Bundle\JWTAuthenticationBundle\Command\MigrateConfigCommand
  7068.      */
  7069.     protected function getLexikJwtAuthentication_MigrateConfigCommandService()
  7070.     {
  7071.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7072.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/BuildDebugContainerTrait.php';
  7073.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ContainerDebugCommand.php';
  7074.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/AbstractConfigCommand.php';
  7075.         include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/Command/MigrateConfigCommand.php';
  7076.         $this->privates['lexik_jwt_authentication.migrate_config_command'] = $instance = new \Lexik\Bundle\JWTAuthenticationBundle\Command\MigrateConfigCommand(($this->services['lexik_jwt_authentication.key_loader'] ?? $this->getLexikJwtAuthentication_KeyLoaderService()), $this->getEnv('JWT_PASSPHRASE'), 'RS256');
  7077.         $instance->setName('lexik:jwt:migrate-config');
  7078.         return $instance;
  7079.     }
  7080.     /**
  7081.      * Gets the private 'lexik_jwt_authentication.security.guard.jwt_token_authenticator' shared service.
  7082.      *
  7083.      * @return \Lexik\Bundle\JWTAuthenticationBundle\Security\Guard\JWTTokenAuthenticator
  7084.      */
  7085.     protected function getLexikJwtAuthentication_Security_Guard_JwtTokenAuthenticatorService()
  7086.     {
  7087.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/EntryPoint/AuthenticationEntryPointInterface.php';
  7088.         include_once \dirname(__DIR__4).'/vendor/symfony/security-guard/AuthenticatorInterface.php';
  7089.         include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/Security/Guard/JWTTokenAuthenticator.php';
  7090.         include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/TokenExtractor/TokenExtractorInterface.php';
  7091.         include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/TokenExtractor/ChainTokenExtractor.php';
  7092.         include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/TokenExtractor/AuthorizationHeaderTokenExtractor.php';
  7093.         include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/TokenExtractor/QueryParameterTokenExtractor.php';
  7094.         $a = ($this->services['lexik_jwt_authentication.jwt_manager'] ?? $this->getLexikJwtAuthentication_JwtManagerService());
  7095.         if (isset($this->privates['lexik_jwt_authentication.security.guard.jwt_token_authenticator'])) {
  7096.             return $this->privates['lexik_jwt_authentication.security.guard.jwt_token_authenticator'];
  7097.         }
  7098.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  7099.         if (isset($this->privates['lexik_jwt_authentication.security.guard.jwt_token_authenticator'])) {
  7100.             return $this->privates['lexik_jwt_authentication.security.guard.jwt_token_authenticator'];
  7101.         }
  7102.         return $this->privates['lexik_jwt_authentication.security.guard.jwt_token_authenticator'] = new \Lexik\Bundle\JWTAuthenticationBundle\Security\Guard\JWTTokenAuthenticator($a$b, new \Lexik\Bundle\JWTAuthenticationBundle\TokenExtractor\ChainTokenExtractor([=> new \Lexik\Bundle\JWTAuthenticationBundle\TokenExtractor\AuthorizationHeaderTokenExtractor('Bearer''Authorization'), => new \Lexik\Bundle\JWTAuthenticationBundle\TokenExtractor\QueryParameterTokenExtractor('bearer')]), new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage(), ($this->services['translator'] ?? $this->getTranslatorService()));
  7103.     }
  7104.     /**
  7105.      * Gets the private 'locale_aware_listener' shared service.
  7106.      *
  7107.      * @return \Symfony\Component\HttpKernel\EventListener\LocaleAwareListener
  7108.      */
  7109.     protected function getLocaleAwareListenerService()
  7110.     {
  7111.         return $this->privates['locale_aware_listener'] = new \Symfony\Component\HttpKernel\EventListener\LocaleAwareListener(new RewindableGenerator(function () {
  7112.             yield => ($this->privates['slugger'] ?? ($this->privates['slugger'] = new \Symfony\Component\String\Slugger\AsciiSlugger('en')));
  7113.             yield => ($this->privates['translator.default'] ?? $this->getTranslator_DefaultService());
  7114.         }, 2), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  7115.     }
  7116.     /**
  7117.      * Gets the private 'locale_listener' shared service.
  7118.      *
  7119.      * @return \Symfony\Component\HttpKernel\EventListener\LocaleListener
  7120.      */
  7121.     protected function getLocaleListenerService()
  7122.     {
  7123.         return $this->privates['locale_listener'] = new \Symfony\Component\HttpKernel\EventListener\LocaleListener(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), 'en', ($this->services['router'] ?? $this->getRouterService()), false, []);
  7124.     }
  7125.     /**
  7126.      * Gets the private 'mailer.transport_factory.native' shared service.
  7127.      *
  7128.      * @return \Symfony\Component\Mailer\Transport\NativeTransportFactory
  7129.      */
  7130.     protected function getMailer_TransportFactory_NativeService()
  7131.     {
  7132.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/TransportFactoryInterface.php';
  7133.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/AbstractTransportFactory.php';
  7134.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/NativeTransportFactory.php';
  7135.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  7136.         if (isset($this->privates['mailer.transport_factory.native'])) {
  7137.             return $this->privates['mailer.transport_factory.native'];
  7138.         }
  7139.         return $this->privates['mailer.transport_factory.native'] = new \Symfony\Component\Mailer\Transport\NativeTransportFactory($a, ($this->privates['.debug.http_client'] ?? $this->get_Debug_HttpClientService()), ($this->privates['monolog.logger.mailer'] ?? $this->getMonolog_Logger_MailerService()));
  7140.     }
  7141.     /**
  7142.      * Gets the private 'mailer.transport_factory.null' shared service.
  7143.      *
  7144.      * @return \Symfony\Component\Mailer\Transport\NullTransportFactory
  7145.      */
  7146.     protected function getMailer_TransportFactory_NullService()
  7147.     {
  7148.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/TransportFactoryInterface.php';
  7149.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/AbstractTransportFactory.php';
  7150.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/NullTransportFactory.php';
  7151.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  7152.         if (isset($this->privates['mailer.transport_factory.null'])) {
  7153.             return $this->privates['mailer.transport_factory.null'];
  7154.         }
  7155.         return $this->privates['mailer.transport_factory.null'] = new \Symfony\Component\Mailer\Transport\NullTransportFactory($a, ($this->privates['.debug.http_client'] ?? $this->get_Debug_HttpClientService()), ($this->privates['monolog.logger.mailer'] ?? $this->getMonolog_Logger_MailerService()));
  7156.     }
  7157.     /**
  7158.      * Gets the private 'mailer.transport_factory.sendgrid' shared service.
  7159.      *
  7160.      * @return \Symfony\Component\Mailer\Bridge\Sendgrid\Transport\SendgridTransportFactory
  7161.      */
  7162.     protected function getMailer_TransportFactory_SendgridService()
  7163.     {
  7164.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/TransportFactoryInterface.php';
  7165.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/AbstractTransportFactory.php';
  7166.         include_once \dirname(__DIR__4).'/vendor/symfony/sendgrid-mailer/Transport/SendgridTransportFactory.php';
  7167.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  7168.         if (isset($this->privates['mailer.transport_factory.sendgrid'])) {
  7169.             return $this->privates['mailer.transport_factory.sendgrid'];
  7170.         }
  7171.         return $this->privates['mailer.transport_factory.sendgrid'] = new \Symfony\Component\Mailer\Bridge\Sendgrid\Transport\SendgridTransportFactory($a, ($this->privates['.debug.http_client'] ?? $this->get_Debug_HttpClientService()), ($this->privates['monolog.logger.mailer'] ?? $this->getMonolog_Logger_MailerService()));
  7172.     }
  7173.     /**
  7174.      * Gets the private 'mailer.transport_factory.sendmail' shared service.
  7175.      *
  7176.      * @return \Symfony\Component\Mailer\Transport\SendmailTransportFactory
  7177.      */
  7178.     protected function getMailer_TransportFactory_SendmailService()
  7179.     {
  7180.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/TransportFactoryInterface.php';
  7181.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/AbstractTransportFactory.php';
  7182.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/SendmailTransportFactory.php';
  7183.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  7184.         if (isset($this->privates['mailer.transport_factory.sendmail'])) {
  7185.             return $this->privates['mailer.transport_factory.sendmail'];
  7186.         }
  7187.         return $this->privates['mailer.transport_factory.sendmail'] = new \Symfony\Component\Mailer\Transport\SendmailTransportFactory($a, ($this->privates['.debug.http_client'] ?? $this->get_Debug_HttpClientService()), ($this->privates['monolog.logger.mailer'] ?? $this->getMonolog_Logger_MailerService()));
  7188.     }
  7189.     /**
  7190.      * Gets the private 'mailer.transport_factory.smtp' shared service.
  7191.      *
  7192.      * @return \Symfony\Component\Mailer\Transport\Smtp\EsmtpTransportFactory
  7193.      */
  7194.     protected function getMailer_TransportFactory_SmtpService()
  7195.     {
  7196.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/TransportFactoryInterface.php';
  7197.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/AbstractTransportFactory.php';
  7198.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/Smtp/EsmtpTransportFactory.php';
  7199.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  7200.         if (isset($this->privates['mailer.transport_factory.smtp'])) {
  7201.             return $this->privates['mailer.transport_factory.smtp'];
  7202.         }
  7203.         return $this->privates['mailer.transport_factory.smtp'] = new \Symfony\Component\Mailer\Transport\Smtp\EsmtpTransportFactory($a, ($this->privates['.debug.http_client'] ?? $this->get_Debug_HttpClientService()), ($this->privates['monolog.logger.mailer'] ?? $this->getMonolog_Logger_MailerService()));
  7204.     }
  7205.     /**
  7206.      * Gets the private 'mailer.transports' shared service.
  7207.      *
  7208.      * @return \Symfony\Component\Mailer\Transport\Transports
  7209.      */
  7210.     protected function getMailer_TransportsService()
  7211.     {
  7212.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/TransportInterface.php';
  7213.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/Transports.php';
  7214.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport.php';
  7215.         return $this->privates['mailer.transports'] = (new \Symfony\Component\Mailer\Transport(new RewindableGenerator(function () {
  7216.             yield => ($this->privates['mailer.transport_factory.sendgrid'] ?? $this->getMailer_TransportFactory_SendgridService());
  7217.             yield => ($this->privates['mailer.transport_factory.null'] ?? $this->getMailer_TransportFactory_NullService());
  7218.             yield => ($this->privates['mailer.transport_factory.sendmail'] ?? $this->getMailer_TransportFactory_SendmailService());
  7219.             yield => ($this->privates['mailer.transport_factory.native'] ?? $this->getMailer_TransportFactory_NativeService());
  7220.             yield => ($this->privates['mailer.transport_factory.smtp'] ?? $this->getMailer_TransportFactory_SmtpService());
  7221.         }, 5)))->fromStrings(['main' => $this->getEnv('MAILER_DSN')]);
  7222.     }
  7223.     /**
  7224.      * Gets the private 'messenger.bus.default.middleware.handle_message' shared service.
  7225.      *
  7226.      * @return \Symfony\Component\Messenger\Middleware\HandleMessageMiddleware
  7227.      */
  7228.     protected function getMessenger_Bus_Default_Middleware_HandleMessageService()
  7229.     {
  7230.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Middleware/MiddlewareInterface.php';
  7231.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Middleware/HandleMessageMiddleware.php';
  7232.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlersLocatorInterface.php';
  7233.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlersLocator.php';
  7234.         $this->privates['messenger.bus.default.middleware.handle_message'] = $instance = new \Symfony\Component\Messenger\Middleware\HandleMessageMiddleware(new \Symfony\Component\Messenger\Handler\HandlersLocator(['App\\Message\\EmailMessage' => new RewindableGenerator(function () {
  7235.             yield => ($this->privates['.messenger.handler_descriptor.LWkjWFv'] ?? $this->get_Messenger_HandlerDescriptor_LWkjWFvService());
  7236.         }, 1), 'App\\Message\\ExportMessage' => new RewindableGenerator(function () {
  7237.             yield => ($this->privates['.messenger.handler_descriptor.BFQSMYR'] ?? $this->get_Messenger_HandlerDescriptor_BFQSMYRService());
  7238.         }, 1), 'App\\Message\\AbstractOrganizationMessage' => new RewindableGenerator(function () {
  7239.             yield => ($this->privates['.messenger.handler_descriptor.1mEAxeQ'] ?? $this->get_Messenger_HandlerDescriptor_1mEAxeQService());
  7240.             yield => ($this->privates['.messenger.handler_descriptor.GWKPxa5'] ?? $this->get_Messenger_HandlerDescriptor_GWKPxa5Service());
  7241.             yield => ($this->privates['.messenger.handler_descriptor.cqg4OOe'] ?? $this->get_Messenger_HandlerDescriptor_Cqg4OOeService());
  7242.             yield => ($this->privates['.messenger.handler_descriptor.cq4qYvN'] ?? $this->get_Messenger_HandlerDescriptor_Cq4qYvNService());
  7243.             yield => ($this->privates['.messenger.handler_descriptor.5AdAdik'] ?? $this->get_Messenger_HandlerDescriptor_5AdAdikService());
  7244.             yield => ($this->privates['.messenger.handler_descriptor.19b2RPa'] ?? $this->get_Messenger_HandlerDescriptor_19b2RPaService());
  7245.         }, 6), 'App\\Message\\AbstractApplicationConfigurationMessage' => new RewindableGenerator(function () {
  7246.             yield => ($this->privates['.messenger.handler_descriptor..ZJ_Nx.'] ?? $this->get_Messenger_HandlerDescriptor__ZJNx_Service());
  7247.         }, 1), 'Symfony\\Component\\Mailer\\Messenger\\SendEmailMessage' => new RewindableGenerator(function () {
  7248.             yield => ($this->privates['.messenger.handler_descriptor.tGvt0LH'] ?? $this->get_Messenger_HandlerDescriptor_TGvt0LHService());
  7249.         }, 1)]));
  7250.         $instance->setLogger(($this->privates['monolog.logger.messenger'] ?? $this->getMonolog_Logger_MessengerService()));
  7251.         return $instance;
  7252.     }
  7253.     /**
  7254.      * Gets the private 'messenger.bus.default.middleware.traceable' shared service.
  7255.      *
  7256.      * @return \Symfony\Component\Messenger\Middleware\TraceableMiddleware
  7257.      */
  7258.     protected function getMessenger_Bus_Default_Middleware_TraceableService()
  7259.     {
  7260.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Middleware/MiddlewareInterface.php';
  7261.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Middleware/TraceableMiddleware.php';
  7262.         return $this->privates['messenger.bus.default.middleware.traceable'] = new \Symfony\Component\Messenger\Middleware\TraceableMiddleware(($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))), 'messenger.bus.default');
  7263.     }
  7264.     /**
  7265.      * Gets the private 'messenger.listener.stop_worker_on_restart_signal_listener' shared service.
  7266.      *
  7267.      * @return \Symfony\Component\Messenger\EventListener\StopWorkerOnRestartSignalListener
  7268.      */
  7269.     protected function getMessenger_Listener_StopWorkerOnRestartSignalListenerService()
  7270.     {
  7271.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/EventListener/StopWorkerOnRestartSignalListener.php';
  7272.         return $this->privates['messenger.listener.stop_worker_on_restart_signal_listener'] = new \Symfony\Component\Messenger\EventListener\StopWorkerOnRestartSignalListener(($this->privates['cache.messenger.restart_workers_signal'] ?? $this->getCache_Messenger_RestartWorkersSignalService()), ($this->privates['monolog.logger.messenger'] ?? $this->getMonolog_Logger_MessengerService()));
  7273.     }
  7274.     /**
  7275.      * Gets the private 'messenger.middleware.send_message' shared service.
  7276.      *
  7277.      * @return \Symfony\Component\Messenger\Middleware\SendMessageMiddleware
  7278.      */
  7279.     protected function getMessenger_Middleware_SendMessageService()
  7280.     {
  7281.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Middleware/MiddlewareInterface.php';
  7282.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Middleware/SendMessageMiddleware.php';
  7283.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Sender/SendersLocatorInterface.php';
  7284.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Sender/SendersLocator.php';
  7285.         $a = ($this->privates['.service_locator.AxJvGqc'] ?? $this->get_ServiceLocator_AxJvGqcService());
  7286.         if (isset($this->privates['messenger.middleware.send_message'])) {
  7287.             return $this->privates['messenger.middleware.send_message'];
  7288.         }
  7289.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  7290.         if (isset($this->privates['messenger.middleware.send_message'])) {
  7291.             return $this->privates['messenger.middleware.send_message'];
  7292.         }
  7293.         $this->privates['messenger.middleware.send_message'] = $instance = new \Symfony\Component\Messenger\Middleware\SendMessageMiddleware(new \Symfony\Component\Messenger\Transport\Sender\SendersLocator(['App\\Message\\EmailMessage' => [=> 'email'], 'App\\Message\\ExportMessage' => [=> 'export'], 'App\\Message\\AbstractOrganizationMessage' => [=> 'villagile_event'], 'App\\Message\\AbstractApplicationConfigurationMessage' => [=> 'villagile_event']], $a), $b);
  7294.         $instance->setLogger(($this->privates['monolog.logger.messenger'] ?? $this->getMonolog_Logger_MessengerService()));
  7295.         return $instance;
  7296.     }
  7297.     /**
  7298.      * Gets the private 'messenger.receiver_locator' shared service.
  7299.      *
  7300.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  7301.      */
  7302.     protected function getMessenger_ReceiverLocatorService()
  7303.     {
  7304.         return $this->privates['messenger.receiver_locator'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  7305.             'email' => ['privates''messenger.transport.email''getMessenger_Transport_EmailService'false],
  7306.             'export' => ['privates''messenger.transport.export''getMessenger_Transport_ExportService'false],
  7307.             'geoserver' => ['privates''messenger.transport.geoserver''getMessenger_Transport_GeoserverService'false],
  7308.             'mayan' => ['privates''messenger.transport.mayan''getMessenger_Transport_MayanService'false],
  7309.             'messenger.transport.email' => ['privates''messenger.transport.email''getMessenger_Transport_EmailService'false],
  7310.             'messenger.transport.export' => ['privates''messenger.transport.export''getMessenger_Transport_ExportService'false],
  7311.             'messenger.transport.geoserver' => ['privates''messenger.transport.geoserver''getMessenger_Transport_GeoserverService'false],
  7312.             'messenger.transport.mayan' => ['privates''messenger.transport.mayan''getMessenger_Transport_MayanService'false],
  7313.             'messenger.transport.metabase' => ['privates''messenger.transport.metabase''getMessenger_Transport_MetabaseService'false],
  7314.             'messenger.transport.nextcloud' => ['privates''messenger.transport.nextcloud''getMessenger_Transport_NextcloudService'false],
  7315.             'messenger.transport.signal' => ['privates''messenger.transport.signal''getMessenger_Transport_SignalService'false],
  7316.             'messenger.transport.thingsboard' => ['privates''messenger.transport.thingsboard''getMessenger_Transport_ThingsboardService'false],
  7317.             'messenger.transport.villagile_event' => ['privates''messenger.transport.villagile_event''getMessenger_Transport_VillagileEventService'false],
  7318.             'metabase' => ['privates''messenger.transport.metabase''getMessenger_Transport_MetabaseService'false],
  7319.             'nextcloud' => ['privates''messenger.transport.nextcloud''getMessenger_Transport_NextcloudService'false],
  7320.             'signal' => ['privates''messenger.transport.signal''getMessenger_Transport_SignalService'false],
  7321.             'thingsboard' => ['privates''messenger.transport.thingsboard''getMessenger_Transport_ThingsboardService'false],
  7322.             'villagile_event' => ['privates''messenger.transport.villagile_event''getMessenger_Transport_VillagileEventService'false],
  7323.         ], [
  7324.             'email' => '?',
  7325.             'export' => '?',
  7326.             'geoserver' => '?',
  7327.             'mayan' => '?',
  7328.             'messenger.transport.email' => '?',
  7329.             'messenger.transport.export' => '?',
  7330.             'messenger.transport.geoserver' => '?',
  7331.             'messenger.transport.mayan' => '?',
  7332.             'messenger.transport.metabase' => '?',
  7333.             'messenger.transport.nextcloud' => '?',
  7334.             'messenger.transport.signal' => '?',
  7335.             'messenger.transport.thingsboard' => '?',
  7336.             'messenger.transport.villagile_event' => '?',
  7337.             'metabase' => '?',
  7338.             'nextcloud' => '?',
  7339.             'signal' => '?',
  7340.             'thingsboard' => '?',
  7341.             'villagile_event' => '?',
  7342.         ]);
  7343.     }
  7344.     /**
  7345.      * Gets the private 'messenger.retry.multiplier_retry_strategy.email' shared service.
  7346.      *
  7347.      * @return \Symfony\Component\Messenger\Retry\MultiplierRetryStrategy
  7348.      */
  7349.     protected function getMessenger_Retry_MultiplierRetryStrategy_EmailService()
  7350.     {
  7351.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Retry/RetryStrategyInterface.php';
  7352.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Retry/MultiplierRetryStrategy.php';
  7353.         return $this->privates['messenger.retry.multiplier_retry_strategy.email'] = new \Symfony\Component\Messenger\Retry\MultiplierRetryStrategy(3100020);
  7354.     }
  7355.     /**
  7356.      * Gets the private 'messenger.retry.multiplier_retry_strategy.export' shared service.
  7357.      *
  7358.      * @return \Symfony\Component\Messenger\Retry\MultiplierRetryStrategy
  7359.      */
  7360.     protected function getMessenger_Retry_MultiplierRetryStrategy_ExportService()
  7361.     {
  7362.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Retry/RetryStrategyInterface.php';
  7363.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Retry/MultiplierRetryStrategy.php';
  7364.         return $this->privates['messenger.retry.multiplier_retry_strategy.export'] = new \Symfony\Component\Messenger\Retry\MultiplierRetryStrategy(3100020);
  7365.     }
  7366.     /**
  7367.      * Gets the private 'messenger.retry.multiplier_retry_strategy.geoserver' shared service.
  7368.      *
  7369.      * @return \Symfony\Component\Messenger\Retry\MultiplierRetryStrategy
  7370.      */
  7371.     protected function getMessenger_Retry_MultiplierRetryStrategy_GeoserverService()
  7372.     {
  7373.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Retry/RetryStrategyInterface.php';
  7374.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Retry/MultiplierRetryStrategy.php';
  7375.         return $this->privates['messenger.retry.multiplier_retry_strategy.geoserver'] = new \Symfony\Component\Messenger\Retry\MultiplierRetryStrategy(3100020);
  7376.     }
  7377.     /**
  7378.      * Gets the private 'messenger.retry.multiplier_retry_strategy.mayan' shared service.
  7379.      *
  7380.      * @return \Symfony\Component\Messenger\Retry\MultiplierRetryStrategy
  7381.      */
  7382.     protected function getMessenger_Retry_MultiplierRetryStrategy_MayanService()
  7383.     {
  7384.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Retry/RetryStrategyInterface.php';
  7385.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Retry/MultiplierRetryStrategy.php';
  7386.         return $this->privates['messenger.retry.multiplier_retry_strategy.mayan'] = new \Symfony\Component\Messenger\Retry\MultiplierRetryStrategy(3100020);
  7387.     }
  7388.     /**
  7389.      * Gets the private 'messenger.retry.multiplier_retry_strategy.metabase' shared service.
  7390.      *
  7391.      * @return \Symfony\Component\Messenger\Retry\MultiplierRetryStrategy
  7392.      */
  7393.     protected function getMessenger_Retry_MultiplierRetryStrategy_MetabaseService()
  7394.     {
  7395.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Retry/RetryStrategyInterface.php';
  7396.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Retry/MultiplierRetryStrategy.php';
  7397.         return $this->privates['messenger.retry.multiplier_retry_strategy.metabase'] = new \Symfony\Component\Messenger\Retry\MultiplierRetryStrategy(3100020);
  7398.     }
  7399.     /**
  7400.      * Gets the private 'messenger.retry.multiplier_retry_strategy.nextcloud' shared service.
  7401.      *
  7402.      * @return \Symfony\Component\Messenger\Retry\MultiplierRetryStrategy
  7403.      */
  7404.     protected function getMessenger_Retry_MultiplierRetryStrategy_NextcloudService()
  7405.     {
  7406.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Retry/RetryStrategyInterface.php';
  7407.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Retry/MultiplierRetryStrategy.php';
  7408.         return $this->privates['messenger.retry.multiplier_retry_strategy.nextcloud'] = new \Symfony\Component\Messenger\Retry\MultiplierRetryStrategy(3100020);
  7409.     }
  7410.     /**
  7411.      * Gets the private 'messenger.retry.multiplier_retry_strategy.signal' shared service.
  7412.      *
  7413.      * @return \Symfony\Component\Messenger\Retry\MultiplierRetryStrategy
  7414.      */
  7415.     protected function getMessenger_Retry_MultiplierRetryStrategy_SignalService()
  7416.     {
  7417.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Retry/RetryStrategyInterface.php';
  7418.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Retry/MultiplierRetryStrategy.php';
  7419.         return $this->privates['messenger.retry.multiplier_retry_strategy.signal'] = new \Symfony\Component\Messenger\Retry\MultiplierRetryStrategy(3100020);
  7420.     }
  7421.     /**
  7422.      * Gets the private 'messenger.retry.multiplier_retry_strategy.thingsboard' shared service.
  7423.      *
  7424.      * @return \Symfony\Component\Messenger\Retry\MultiplierRetryStrategy
  7425.      */
  7426.     protected function getMessenger_Retry_MultiplierRetryStrategy_ThingsboardService()
  7427.     {
  7428.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Retry/RetryStrategyInterface.php';
  7429.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Retry/MultiplierRetryStrategy.php';
  7430.         return $this->privates['messenger.retry.multiplier_retry_strategy.thingsboard'] = new \Symfony\Component\Messenger\Retry\MultiplierRetryStrategy(3100020);
  7431.     }
  7432.     /**
  7433.      * Gets the private 'messenger.retry.multiplier_retry_strategy.villagile_event' shared service.
  7434.      *
  7435.      * @return \Symfony\Component\Messenger\Retry\MultiplierRetryStrategy
  7436.      */
  7437.     protected function getMessenger_Retry_MultiplierRetryStrategy_VillagileEventService()
  7438.     {
  7439.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Retry/RetryStrategyInterface.php';
  7440.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Retry/MultiplierRetryStrategy.php';
  7441.         return $this->privates['messenger.retry.multiplier_retry_strategy.villagile_event'] = new \Symfony\Component\Messenger\Retry\MultiplierRetryStrategy(3100020);
  7442.     }
  7443.     /**
  7444.      * Gets the private 'messenger.retry.send_failed_message_for_retry_listener' shared service.
  7445.      *
  7446.      * @return \Symfony\Component\Messenger\EventListener\SendFailedMessageForRetryListener
  7447.      */
  7448.     protected function getMessenger_Retry_SendFailedMessageForRetryListenerService()
  7449.     {
  7450.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/EventListener/SendFailedMessageForRetryListener.php';
  7451.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  7452.         if (isset($this->privates['messenger.retry.send_failed_message_for_retry_listener'])) {
  7453.             return $this->privates['messenger.retry.send_failed_message_for_retry_listener'];
  7454.         }
  7455.         return $this->privates['messenger.retry.send_failed_message_for_retry_listener'] = new \Symfony\Component\Messenger\EventListener\SendFailedMessageForRetryListener(($this->privates['.service_locator.AxJvGqc'] ?? $this->get_ServiceLocator_AxJvGqcService()), new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  7456.             'email' => ['privates''messenger.retry.multiplier_retry_strategy.email''getMessenger_Retry_MultiplierRetryStrategy_EmailService'false],
  7457.             'export' => ['privates''messenger.retry.multiplier_retry_strategy.export''getMessenger_Retry_MultiplierRetryStrategy_ExportService'false],
  7458.             'geoserver' => ['privates''messenger.retry.multiplier_retry_strategy.geoserver''getMessenger_Retry_MultiplierRetryStrategy_GeoserverService'false],
  7459.             'mayan' => ['privates''messenger.retry.multiplier_retry_strategy.mayan''getMessenger_Retry_MultiplierRetryStrategy_MayanService'false],
  7460.             'metabase' => ['privates''messenger.retry.multiplier_retry_strategy.metabase''getMessenger_Retry_MultiplierRetryStrategy_MetabaseService'false],
  7461.             'nextcloud' => ['privates''messenger.retry.multiplier_retry_strategy.nextcloud''getMessenger_Retry_MultiplierRetryStrategy_NextcloudService'false],
  7462.             'signal' => ['privates''messenger.retry.multiplier_retry_strategy.signal''getMessenger_Retry_MultiplierRetryStrategy_SignalService'false],
  7463.             'thingsboard' => ['privates''messenger.retry.multiplier_retry_strategy.thingsboard''getMessenger_Retry_MultiplierRetryStrategy_ThingsboardService'false],
  7464.             'villagile_event' => ['privates''messenger.retry.multiplier_retry_strategy.villagile_event''getMessenger_Retry_MultiplierRetryStrategy_VillagileEventService'false],
  7465.         ], [
  7466.             'email' => '?',
  7467.             'export' => '?',
  7468.             'geoserver' => '?',
  7469.             'mayan' => '?',
  7470.             'metabase' => '?',
  7471.             'nextcloud' => '?',
  7472.             'signal' => '?',
  7473.             'thingsboard' => '?',
  7474.             'villagile_event' => '?',
  7475.         ]), ($this->privates['monolog.logger.messenger'] ?? $this->getMonolog_Logger_MessengerService()), $a);
  7476.     }
  7477.     /**
  7478.      * Gets the private 'messenger.routable_message_bus' shared service.
  7479.      *
  7480.      * @return \Symfony\Component\Messenger\RoutableMessageBus
  7481.      */
  7482.     protected function getMessenger_RoutableMessageBusService()
  7483.     {
  7484.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/RoutableMessageBus.php';
  7485.         $a = ($this->services['messenger.default_bus'] ?? $this->getMessenger_DefaultBusService());
  7486.         if (isset($this->privates['messenger.routable_message_bus'])) {
  7487.             return $this->privates['messenger.routable_message_bus'];
  7488.         }
  7489.         return $this->privates['messenger.routable_message_bus'] = new \Symfony\Component\Messenger\RoutableMessageBus(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  7490.             'messenger.bus.default' => ['services''messenger.default_bus''getMessenger_DefaultBusService'false],
  7491.         ], [
  7492.             'messenger.bus.default' => '?',
  7493.         ]), $a);
  7494.     }
  7495.     /**
  7496.      * Gets the private 'messenger.transport.email' shared service.
  7497.      *
  7498.      * @return \Symfony\Component\Messenger\Transport\TransportInterface
  7499.      */
  7500.     protected function getMessenger_Transport_EmailService()
  7501.     {
  7502.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Receiver/ReceiverInterface.php';
  7503.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Sender/SenderInterface.php';
  7504.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/TransportInterface.php';
  7505.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Serialization/SerializerInterface.php';
  7506.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Serialization/PhpSerializer.php';
  7507.         $a = ($this->privates['messenger.transport_factory'] ?? $this->getMessenger_TransportFactoryService());
  7508.         if (isset($this->privates['messenger.transport.email'])) {
  7509.             return $this->privates['messenger.transport.email'];
  7510.         }
  7511.         return $this->privates['messenger.transport.email'] = $a->createTransport($this->getEnv('EMAIL_MESSENGER_TRANSPORT_DSN'), ['transport_name' => 'email'], ($this->privates['messenger.transport.native_php_serializer'] ?? ($this->privates['messenger.transport.native_php_serializer'] = new \Symfony\Component\Messenger\Transport\Serialization\PhpSerializer())));
  7512.     }
  7513.     /**
  7514.      * Gets the private 'messenger.transport.export' shared service.
  7515.      *
  7516.      * @return \Symfony\Component\Messenger\Transport\TransportInterface
  7517.      */
  7518.     protected function getMessenger_Transport_ExportService()
  7519.     {
  7520.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Receiver/ReceiverInterface.php';
  7521.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Sender/SenderInterface.php';
  7522.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/TransportInterface.php';
  7523.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Serialization/SerializerInterface.php';
  7524.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Serialization/PhpSerializer.php';
  7525.         $a = ($this->privates['messenger.transport_factory'] ?? $this->getMessenger_TransportFactoryService());
  7526.         if (isset($this->privates['messenger.transport.export'])) {
  7527.             return $this->privates['messenger.transport.export'];
  7528.         }
  7529.         return $this->privates['messenger.transport.export'] = $a->createTransport($this->getEnv('EXPORT_MESSENGER_TRANSPORT_DSN'), ['transport_name' => 'export'], ($this->privates['messenger.transport.native_php_serializer'] ?? ($this->privates['messenger.transport.native_php_serializer'] = new \Symfony\Component\Messenger\Transport\Serialization\PhpSerializer())));
  7530.     }
  7531.     /**
  7532.      * Gets the private 'messenger.transport.geoserver' shared service.
  7533.      *
  7534.      * @return \Symfony\Component\Messenger\Transport\TransportInterface
  7535.      */
  7536.     protected function getMessenger_Transport_GeoserverService()
  7537.     {
  7538.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Receiver/ReceiverInterface.php';
  7539.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Sender/SenderInterface.php';
  7540.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/TransportInterface.php';
  7541.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Serialization/SerializerInterface.php';
  7542.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Serialization/PhpSerializer.php';
  7543.         $a = ($this->privates['messenger.transport_factory'] ?? $this->getMessenger_TransportFactoryService());
  7544.         if (isset($this->privates['messenger.transport.geoserver'])) {
  7545.             return $this->privates['messenger.transport.geoserver'];
  7546.         }
  7547.         return $this->privates['messenger.transport.geoserver'] = $a->createTransport($this->getEnv('MESSENGER_TRANSPORT_DSN'), ['queues' => [$this->getEnv('MESSENGER_GEOSERVER_QUEUE') => NULL], 'exchange' => ['name' => $this->getEnv('VILLAGILE_EVENT_EXCHANGE'), 'type' => 'fanout'], 'transport_name' => 'geoserver'], ($this->privates['messenger.transport.native_php_serializer'] ?? ($this->privates['messenger.transport.native_php_serializer'] = new \Symfony\Component\Messenger\Transport\Serialization\PhpSerializer())));
  7548.     }
  7549.     /**
  7550.      * Gets the private 'messenger.transport.mayan' shared service.
  7551.      *
  7552.      * @return \Symfony\Component\Messenger\Transport\TransportInterface
  7553.      */
  7554.     protected function getMessenger_Transport_MayanService()
  7555.     {
  7556.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Receiver/ReceiverInterface.php';
  7557.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Sender/SenderInterface.php';
  7558.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/TransportInterface.php';
  7559.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Serialization/SerializerInterface.php';
  7560.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Serialization/PhpSerializer.php';
  7561.         $a = ($this->privates['messenger.transport_factory'] ?? $this->getMessenger_TransportFactoryService());
  7562.         if (isset($this->privates['messenger.transport.mayan'])) {
  7563.             return $this->privates['messenger.transport.mayan'];
  7564.         }
  7565.         return $this->privates['messenger.transport.mayan'] = $a->createTransport($this->getEnv('MESSENGER_TRANSPORT_DSN'), ['queues' => [$this->getEnv('MESSENGER_MAYAN_QUEUE') => NULL], 'exchange' => ['name' => $this->getEnv('VILLAGILE_EVENT_EXCHANGE'), 'type' => 'fanout'], 'transport_name' => 'mayan'], ($this->privates['messenger.transport.native_php_serializer'] ?? ($this->privates['messenger.transport.native_php_serializer'] = new \Symfony\Component\Messenger\Transport\Serialization\PhpSerializer())));
  7566.     }
  7567.     /**
  7568.      * Gets the private 'messenger.transport.metabase' shared service.
  7569.      *
  7570.      * @return \Symfony\Component\Messenger\Transport\TransportInterface
  7571.      */
  7572.     protected function getMessenger_Transport_MetabaseService()
  7573.     {
  7574.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Receiver/ReceiverInterface.php';
  7575.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Sender/SenderInterface.php';
  7576.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/TransportInterface.php';
  7577.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Serialization/SerializerInterface.php';
  7578.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Serialization/PhpSerializer.php';
  7579.         $a = ($this->privates['messenger.transport_factory'] ?? $this->getMessenger_TransportFactoryService());
  7580.         if (isset($this->privates['messenger.transport.metabase'])) {
  7581.             return $this->privates['messenger.transport.metabase'];
  7582.         }
  7583.         return $this->privates['messenger.transport.metabase'] = $a->createTransport($this->getEnv('MESSENGER_TRANSPORT_DSN'), ['queues' => [$this->getEnv('MESSENGER_METABASE_QUEUE') => NULL], 'exchange' => ['name' => $this->getEnv('VILLAGILE_EVENT_EXCHANGE'), 'type' => 'fanout'], 'transport_name' => 'metabase'], ($this->privates['messenger.transport.native_php_serializer'] ?? ($this->privates['messenger.transport.native_php_serializer'] = new \Symfony\Component\Messenger\Transport\Serialization\PhpSerializer())));
  7584.     }
  7585.     /**
  7586.      * Gets the private 'messenger.transport.nextcloud' shared service.
  7587.      *
  7588.      * @return \Symfony\Component\Messenger\Transport\TransportInterface
  7589.      */
  7590.     protected function getMessenger_Transport_NextcloudService()
  7591.     {
  7592.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Receiver/ReceiverInterface.php';
  7593.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Sender/SenderInterface.php';
  7594.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/TransportInterface.php';
  7595.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Serialization/SerializerInterface.php';
  7596.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Serialization/PhpSerializer.php';
  7597.         $a = ($this->privates['messenger.transport_factory'] ?? $this->getMessenger_TransportFactoryService());
  7598.         if (isset($this->privates['messenger.transport.nextcloud'])) {
  7599.             return $this->privates['messenger.transport.nextcloud'];
  7600.         }
  7601.         return $this->privates['messenger.transport.nextcloud'] = $a->createTransport($this->getEnv('MESSENGER_TRANSPORT_DSN'), ['queues' => [$this->getEnv('MESSENGER_NEXTCLOUD_QUEUE') => NULL], 'exchange' => ['name' => $this->getEnv('VILLAGILE_EVENT_EXCHANGE'), 'type' => 'fanout'], 'transport_name' => 'nextcloud'], ($this->privates['messenger.transport.native_php_serializer'] ?? ($this->privates['messenger.transport.native_php_serializer'] = new \Symfony\Component\Messenger\Transport\Serialization\PhpSerializer())));
  7602.     }
  7603.     /**
  7604.      * Gets the private 'messenger.transport.signal' shared service.
  7605.      *
  7606.      * @return \Symfony\Component\Messenger\Transport\TransportInterface
  7607.      */
  7608.     protected function getMessenger_Transport_SignalService()
  7609.     {
  7610.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Receiver/ReceiverInterface.php';
  7611.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Sender/SenderInterface.php';
  7612.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/TransportInterface.php';
  7613.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Serialization/SerializerInterface.php';
  7614.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Serialization/PhpSerializer.php';
  7615.         $a = ($this->privates['messenger.transport_factory'] ?? $this->getMessenger_TransportFactoryService());
  7616.         if (isset($this->privates['messenger.transport.signal'])) {
  7617.             return $this->privates['messenger.transport.signal'];
  7618.         }
  7619.         return $this->privates['messenger.transport.signal'] = $a->createTransport($this->getEnv('MESSENGER_TRANSPORT_DSN'), ['queues' => [$this->getEnv('MESSENGER_SIGNAL_QUEUE') => NULL], 'exchange' => ['name' => $this->getEnv('VILLAGILE_EVENT_EXCHANGE'), 'type' => 'fanout'], 'transport_name' => 'signal'], ($this->privates['messenger.transport.native_php_serializer'] ?? ($this->privates['messenger.transport.native_php_serializer'] = new \Symfony\Component\Messenger\Transport\Serialization\PhpSerializer())));
  7620.     }
  7621.     /**
  7622.      * Gets the private 'messenger.transport.sync.factory' shared service.
  7623.      *
  7624.      * @return \Symfony\Component\Messenger\Transport\Sync\SyncTransportFactory
  7625.      */
  7626.     protected function getMessenger_Transport_Sync_FactoryService()
  7627.     {
  7628.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/TransportFactoryInterface.php';
  7629.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Sync/SyncTransportFactory.php';
  7630.         $a = ($this->privates['messenger.routable_message_bus'] ?? $this->getMessenger_RoutableMessageBusService());
  7631.         if (isset($this->privates['messenger.transport.sync.factory'])) {
  7632.             return $this->privates['messenger.transport.sync.factory'];
  7633.         }
  7634.         return $this->privates['messenger.transport.sync.factory'] = new \Symfony\Component\Messenger\Transport\Sync\SyncTransportFactory($a);
  7635.     }
  7636.     /**
  7637.      * Gets the private 'messenger.transport.thingsboard' shared service.
  7638.      *
  7639.      * @return \Symfony\Component\Messenger\Transport\TransportInterface
  7640.      */
  7641.     protected function getMessenger_Transport_ThingsboardService()
  7642.     {
  7643.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Receiver/ReceiverInterface.php';
  7644.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Sender/SenderInterface.php';
  7645.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/TransportInterface.php';
  7646.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Serialization/SerializerInterface.php';
  7647.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Serialization/PhpSerializer.php';
  7648.         $a = ($this->privates['messenger.transport_factory'] ?? $this->getMessenger_TransportFactoryService());
  7649.         if (isset($this->privates['messenger.transport.thingsboard'])) {
  7650.             return $this->privates['messenger.transport.thingsboard'];
  7651.         }
  7652.         return $this->privates['messenger.transport.thingsboard'] = $a->createTransport($this->getEnv('MESSENGER_TRANSPORT_DSN'), ['queues' => [$this->getEnv('MESSENGER_THINGSBOARD_QUEUE') => NULL], 'exchange' => ['name' => $this->getEnv('VILLAGILE_EVENT_EXCHANGE'), 'type' => 'fanout'], 'transport_name' => 'thingsboard'], ($this->privates['messenger.transport.native_php_serializer'] ?? ($this->privates['messenger.transport.native_php_serializer'] = new \Symfony\Component\Messenger\Transport\Serialization\PhpSerializer())));
  7653.     }
  7654.     /**
  7655.      * Gets the private 'messenger.transport.villagile_event' shared service.
  7656.      *
  7657.      * @return \Symfony\Component\Messenger\Transport\TransportInterface
  7658.      */
  7659.     protected function getMessenger_Transport_VillagileEventService()
  7660.     {
  7661.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Receiver/ReceiverInterface.php';
  7662.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Sender/SenderInterface.php';
  7663.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/TransportInterface.php';
  7664.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Serialization/SerializerInterface.php';
  7665.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Serialization/PhpSerializer.php';
  7666.         $a = ($this->privates['messenger.transport_factory'] ?? $this->getMessenger_TransportFactoryService());
  7667.         if (isset($this->privates['messenger.transport.villagile_event'])) {
  7668.             return $this->privates['messenger.transport.villagile_event'];
  7669.         }
  7670.         return $this->privates['messenger.transport.villagile_event'] = $a->createTransport($this->getEnv('MESSENGER_TRANSPORT_DSN'), ['queues' => ['default_'.$this->getEnv('string:VILLAGILE_EVENT_EXCHANGE').'_q' => ['arguments' => ['x-message-ttl' => 1000]]], 'exchange' => ['name' => $this->getEnv('VILLAGILE_EVENT_EXCHANGE'), 'type' => 'fanout'], 'transport_name' => 'villagile_event'], ($this->privates['messenger.transport.native_php_serializer'] ?? ($this->privates['messenger.transport.native_php_serializer'] = new \Symfony\Component\Messenger\Transport\Serialization\PhpSerializer())));
  7671.     }
  7672.     /**
  7673.      * Gets the private 'messenger.transport_factory' shared service.
  7674.      *
  7675.      * @return \Symfony\Component\Messenger\Transport\TransportFactory
  7676.      */
  7677.     protected function getMessenger_TransportFactoryService()
  7678.     {
  7679.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/TransportFactoryInterface.php';
  7680.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/TransportFactory.php';
  7681.         return $this->privates['messenger.transport_factory'] = new \Symfony\Component\Messenger\Transport\TransportFactory(new RewindableGenerator(function () {
  7682.             yield => ($this->privates['messenger.transport.amqp.factory'] ?? ($this->privates['messenger.transport.amqp.factory'] = new \Symfony\Component\Messenger\Bridge\Amqp\Transport\AmqpTransportFactory()));
  7683.             yield => ($this->privates['messenger.transport.redis.factory'] ?? ($this->privates['messenger.transport.redis.factory'] = new \Symfony\Component\Messenger\Bridge\Redis\Transport\RedisTransportFactory()));
  7684.             yield => ($this->privates['messenger.transport.sync.factory'] ?? $this->getMessenger_Transport_Sync_FactoryService());
  7685.             yield => ($this->privates['messenger.transport.in_memory.factory'] ?? ($this->privates['messenger.transport.in_memory.factory'] = new \Symfony\Component\Messenger\Transport\InMemoryTransportFactory()));
  7686.             yield => ($this->privates['Vdm\\Bundle\\LibraryBundle\\Transport\\Local\\VdmLocalTransportFactory'] ?? $this->getVdmLocalTransportFactoryService());
  7687.             yield => ($this->privates['Vdm\\Bundle\\LibraryBundle\\Transport\\Manual\\VdmManualTransportFactory'] ?? $this->getVdmManualTransportFactoryService());
  7688.         }, 6));
  7689.     }
  7690.     /**
  7691.      * Gets the private 'mime_types' shared service.
  7692.      *
  7693.      * @return \Symfony\Component\Mime\MimeTypes
  7694.      */
  7695.     protected function getMimeTypesService()
  7696.     {
  7697.         include_once \dirname(__DIR__4).'/vendor/symfony/mime/MimeTypeGuesserInterface.php';
  7698.         include_once \dirname(__DIR__4).'/vendor/symfony/mime/MimeTypesInterface.php';
  7699.         include_once \dirname(__DIR__4).'/vendor/symfony/mime/MimeTypes.php';
  7700.         $this->privates['mime_types'] = $instance = new \Symfony\Component\Mime\MimeTypes();
  7701.         $instance->setDefault($instance);
  7702.         return $instance;
  7703.     }
  7704.     /**
  7705.      * Gets the private 'monolog.handler.deprecation' shared service.
  7706.      *
  7707.      * @return \Monolog\Handler\StreamHandler
  7708.      */
  7709.     protected function getMonolog_Handler_DeprecationService()
  7710.     {
  7711.         $this->privates['monolog.handler.deprecation'] = $instance = new \Monolog\Handler\StreamHandler('/dev/null''DEBUG'trueNULLfalse);
  7712.         $instance->pushProcessor(($this->privates['monolog.processor.psr_log_message'] ?? ($this->privates['monolog.processor.psr_log_message'] = new \Monolog\Processor\PsrLogMessageProcessor())));
  7713.         return $instance;
  7714.     }
  7715.     /**
  7716.      * Gets the private 'monolog.handler.php_errors' shared service.
  7717.      *
  7718.      * @return \Monolog\Handler\StreamHandler
  7719.      */
  7720.     protected function getMonolog_Handler_PhpErrorsService()
  7721.     {
  7722.         $this->privates['monolog.handler.php_errors'] = $instance = new \Monolog\Handler\StreamHandler('php://stderr''error'trueNULLtrue);
  7723.         $instance->pushProcessor(($this->privates['monolog.processor.psr_log_message'] ?? ($this->privates['monolog.processor.psr_log_message'] = new \Monolog\Processor\PsrLogMessageProcessor())));
  7724.         $instance->setFormatter(($this->privates['monolog.formatter.json_with_stacktrace'] ?? ($this->privates['monolog.formatter.json_with_stacktrace'] = new \Monolog\Formatter\JsonFormatter(1true))));
  7725.         return $instance;
  7726.     }
  7727.     /**
  7728.      * Gets the private 'monolog.handler.stderr_errors' shared service.
  7729.      *
  7730.      * @return \Monolog\Handler\StreamHandler
  7731.      */
  7732.     protected function getMonolog_Handler_StderrErrorsService()
  7733.     {
  7734.         $this->privates['monolog.handler.stderr_errors'] = $instance = new \Monolog\Handler\StreamHandler('php://stderr''warning'trueNULLtrue);
  7735.         $instance->pushProcessor(($this->privates['monolog.processor.psr_log_message'] ?? ($this->privates['monolog.processor.psr_log_message'] = new \Monolog\Processor\PsrLogMessageProcessor())));
  7736.         $instance->setFormatter(($this->privates['monolog.formatter.json_with_stacktrace'] ?? ($this->privates['monolog.formatter.json_with_stacktrace'] = new \Monolog\Formatter\JsonFormatter(1true))));
  7737.         return $instance;
  7738.     }
  7739.     /**
  7740.      * Gets the private 'monolog.handler.stdout_info' shared service.
  7741.      *
  7742.      * @return \Monolog\Handler\StreamHandler
  7743.      */
  7744.     protected function getMonolog_Handler_StdoutInfoService()
  7745.     {
  7746.         $this->privates['monolog.handler.stdout_info'] = $instance = new \Monolog\Handler\StreamHandler('php://stdout''debug'trueNULLtrue);
  7747.         $instance->pushProcessor(($this->privates['monolog.processor.psr_log_message'] ?? ($this->privates['monolog.processor.psr_log_message'] = new \Monolog\Processor\PsrLogMessageProcessor())));
  7748.         $instance->setFormatter(new \Monolog\Formatter\JsonFormatter());
  7749.         return $instance;
  7750.     }
  7751.     /**
  7752.      * Gets the private 'monolog.logger' shared service.
  7753.      *
  7754.      * @return \Symfony\Bridge\Monolog\Logger
  7755.      */
  7756.     protected function getMonolog_LoggerService()
  7757.     {
  7758.         $this->privates['monolog.logger'] = $instance = new \Symfony\Bridge\Monolog\Logger('app');
  7759.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  7760.         $instance->useMicrosecondTimestamps(true);
  7761.         $instance->pushHandler(($this->privates['monolog.handler.stderr_errors'] ?? $this->getMonolog_Handler_StderrErrorsService()));
  7762.         $instance->pushHandler(($this->privates['monolog.handler.stdout_info'] ?? $this->getMonolog_Handler_StdoutInfoService()));
  7763.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  7764.         return $instance;
  7765.     }
  7766.     /**
  7767.      * Gets the private 'monolog.logger.cache' shared service.
  7768.      *
  7769.      * @return \Symfony\Bridge\Monolog\Logger
  7770.      */
  7771.     protected function getMonolog_Logger_CacheService()
  7772.     {
  7773.         $this->privates['monolog.logger.cache'] = $instance = new \Symfony\Bridge\Monolog\Logger('cache');
  7774.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  7775.         $instance->pushHandler(($this->privates['monolog.handler.stderr_errors'] ?? $this->getMonolog_Handler_StderrErrorsService()));
  7776.         $instance->pushHandler(($this->privates['monolog.handler.stdout_info'] ?? $this->getMonolog_Handler_StdoutInfoService()));
  7777.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  7778.         return $instance;
  7779.     }
  7780.     /**
  7781.      * Gets the private 'monolog.logger.mailer' shared service.
  7782.      *
  7783.      * @return \Symfony\Bridge\Monolog\Logger
  7784.      */
  7785.     protected function getMonolog_Logger_MailerService()
  7786.     {
  7787.         $this->privates['monolog.logger.mailer'] = $instance = new \Symfony\Bridge\Monolog\Logger('mailer');
  7788.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  7789.         $instance->pushHandler(($this->privates['monolog.handler.stderr_errors'] ?? $this->getMonolog_Handler_StderrErrorsService()));
  7790.         $instance->pushHandler(($this->privates['monolog.handler.stdout_info'] ?? $this->getMonolog_Handler_StdoutInfoService()));
  7791.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  7792.         return $instance;
  7793.     }
  7794.     /**
  7795.      * Gets the private 'monolog.logger.messenger' shared service.
  7796.      *
  7797.      * @return \Symfony\Bridge\Monolog\Logger
  7798.      */
  7799.     protected function getMonolog_Logger_MessengerService()
  7800.     {
  7801.         $this->privates['monolog.logger.messenger'] = $instance = new \Symfony\Bridge\Monolog\Logger('messenger');
  7802.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  7803.         $instance->pushHandler(($this->privates['monolog.handler.stderr_errors'] ?? $this->getMonolog_Handler_StderrErrorsService()));
  7804.         $instance->pushHandler(($this->privates['monolog.handler.stdout_info'] ?? $this->getMonolog_Handler_StdoutInfoService()));
  7805.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  7806.         return $instance;
  7807.     }
  7808.     /**
  7809.      * Gets the private 'monolog.logger.request' shared service.
  7810.      *
  7811.      * @return \Symfony\Bridge\Monolog\Logger
  7812.      */
  7813.     protected function getMonolog_Logger_RequestService()
  7814.     {
  7815.         $this->privates['monolog.logger.request'] = $instance = new \Symfony\Bridge\Monolog\Logger('request');
  7816.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  7817.         $instance->pushHandler(($this->privates['monolog.handler.stderr_errors'] ?? $this->getMonolog_Handler_StderrErrorsService()));
  7818.         $instance->pushHandler(($this->privates['monolog.handler.stdout_info'] ?? $this->getMonolog_Handler_StdoutInfoService()));
  7819.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  7820.         return $instance;
  7821.     }
  7822.     /**
  7823.      * Gets the private 'monolog.logger.security' shared service.
  7824.      *
  7825.      * @return \Symfony\Bridge\Monolog\Logger
  7826.      */
  7827.     protected function getMonolog_Logger_SecurityService()
  7828.     {
  7829.         $this->privates['monolog.logger.security'] = $instance = new \Symfony\Bridge\Monolog\Logger('security');
  7830.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  7831.         $instance->pushHandler(($this->privates['monolog.handler.stderr_errors'] ?? $this->getMonolog_Handler_StderrErrorsService()));
  7832.         $instance->pushHandler(($this->privates['monolog.handler.stdout_info'] ?? $this->getMonolog_Handler_StdoutInfoService()));
  7833.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  7834.         return $instance;
  7835.     }
  7836.     /**
  7837.      * Gets the private 'nelmio_api_doc.describers.config' shared service.
  7838.      *
  7839.      * @return \Nelmio\ApiDocBundle\Describer\ExternalDocDescriber
  7840.      */
  7841.     protected function getNelmioApiDoc_Describers_ConfigService()
  7842.     {
  7843.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Describer/DescriberInterface.php';
  7844.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Describer/ExternalDocDescriber.php';
  7845.         return $this->privates['nelmio_api_doc.describers.config'] = new \Nelmio\ApiDocBundle\Describer\ExternalDocDescriber(['info' => ['title' => 'Zeus Portal API''description' => 'Zeus Portal API''version' => $this->getEnv('string:BUILD_VERSION').'-'.$this->getEnv('string:string:APP_ENV')], 'securityDefinitions' => ['Bearer' => ['type' => 'apiKey''description' => 'Authorization: Bearer {jwt}''name' => 'Authorization''in' => 'header']], 'security' => [=> ['Bearer' => []]]]);
  7846.     }
  7847.     /**
  7848.      * Gets the private 'nelmio_api_doc.describers.route.default' shared service.
  7849.      *
  7850.      * @return \Nelmio\ApiDocBundle\Describer\RouteDescriber
  7851.      */
  7852.     protected function getNelmioApiDoc_Describers_Route_DefaultService()
  7853.     {
  7854.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Describer/DescriberInterface.php';
  7855.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Describer/ModelRegistryAwareInterface.php';
  7856.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Describer/ModelRegistryAwareTrait.php';
  7857.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Describer/RouteDescriber.php';
  7858.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Util/ControllerReflector.php';
  7859.         return $this->privates['nelmio_api_doc.describers.route.default'] = new \Nelmio\ApiDocBundle\Describer\RouteDescriber(($this->privates['nelmio_api_doc.routes.default'] ?? $this->getNelmioApiDoc_Routes_DefaultService()), ($this->privates['nelmio_api_doc.controller_reflector'] ?? ($this->privates['nelmio_api_doc.controller_reflector'] = new \Nelmio\ApiDocBundle\Util\ControllerReflector($this))), new RewindableGenerator(function () {
  7860.             yield => ($this->privates['nelmio_api_doc.route_describers.php_doc'] ?? ($this->privates['nelmio_api_doc.route_describers.php_doc'] = new \Nelmio\ApiDocBundle\RouteDescriber\PhpDocDescriber()));
  7861.             yield => ($this->privates['nelmio_api_doc.route_describers.route_metadata'] ?? ($this->privates['nelmio_api_doc.route_describers.route_metadata'] = new \Nelmio\ApiDocBundle\RouteDescriber\RouteMetadataDescriber()));
  7862.         }, 2));
  7863.     }
  7864.     /**
  7865.      * Gets the private 'nelmio_api_doc.describers.swagger_php.default' shared service.
  7866.      *
  7867.      * @return \Nelmio\ApiDocBundle\Describer\SwaggerPhpDescriber
  7868.      */
  7869.     protected function getNelmioApiDoc_Describers_SwaggerPhp_DefaultService()
  7870.     {
  7871.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Describer/ModelRegistryAwareInterface.php';
  7872.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Describer/ModelRegistryAwareTrait.php';
  7873.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Describer/SwaggerPhpDescriber.php';
  7874.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Util/ControllerReflector.php';
  7875.         return $this->privates['nelmio_api_doc.describers.swagger_php.default'] = new \Nelmio\ApiDocBundle\Describer\SwaggerPhpDescriber(($this->privates['nelmio_api_doc.routes.default'] ?? $this->getNelmioApiDoc_Routes_DefaultService()), ($this->privates['nelmio_api_doc.controller_reflector'] ?? ($this->privates['nelmio_api_doc.controller_reflector'] = new \Nelmio\ApiDocBundle\Util\ControllerReflector($this))), ($this->privates['annotations.reader'] ?? $this->getAnnotations_ReaderService()), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  7876.     }
  7877.     /**
  7878.      * Gets the private 'nelmio_api_doc.generator_locator' shared service.
  7879.      *
  7880.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  7881.      */
  7882.     protected function getNelmioApiDoc_GeneratorLocatorService()
  7883.     {
  7884.         return $this->privates['nelmio_api_doc.generator_locator'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  7885.             'default' => ['services''nelmio_api_doc.generator.default''getNelmioApiDoc_Generator_DefaultService'false],
  7886.         ], [
  7887.             'default' => '?',
  7888.         ]);
  7889.     }
  7890.     /**
  7891.      * Gets the private 'nelmio_api_doc.model_describers.form' shared service.
  7892.      *
  7893.      * @return \Nelmio\ApiDocBundle\ModelDescriber\FormModelDescriber
  7894.      */
  7895.     protected function getNelmioApiDoc_ModelDescribers_FormService()
  7896.     {
  7897.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/ModelDescriber/ModelDescriberInterface.php';
  7898.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Describer/ModelRegistryAwareInterface.php';
  7899.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Describer/ModelRegistryAwareTrait.php';
  7900.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/ModelDescriber/FormModelDescriber.php';
  7901.         return $this->privates['nelmio_api_doc.model_describers.form'] = new \Nelmio\ApiDocBundle\ModelDescriber\FormModelDescriber(($this->services['.container.private.form.factory'] ?? $this->get_Container_Private_Form_FactoryService()), ($this->privates['annotations.reader'] ?? $this->getAnnotations_ReaderService()));
  7902.     }
  7903.     /**
  7904.      * Gets the private 'nelmio_api_doc.model_describers.object' shared service.
  7905.      *
  7906.      * @return \Nelmio\ApiDocBundle\ModelDescriber\ObjectModelDescriber
  7907.      */
  7908.     protected function getNelmioApiDoc_ModelDescribers_ObjectService()
  7909.     {
  7910.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/ModelDescriber/ModelDescriberInterface.php';
  7911.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Describer/ModelRegistryAwareInterface.php';
  7912.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Describer/ModelRegistryAwareTrait.php';
  7913.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/ModelDescriber/ObjectModelDescriber.php';
  7914.         return $this->privates['nelmio_api_doc.model_describers.object'] = new \Nelmio\ApiDocBundle\ModelDescriber\ObjectModelDescriber(($this->privates['property_info'] ?? $this->getPropertyInfoService()), ($this->privates['annotations.reader'] ?? $this->getAnnotations_ReaderService()), new RewindableGenerator(function () {
  7915.             yield => ($this->privates['nelmio_api_doc.object_model.property_describers.array'] ?? $this->getNelmioApiDoc_ObjectModel_PropertyDescribers_ArrayService());
  7916.             yield => ($this->privates['nelmio_api_doc.object_model.property_describers.boolean'] ?? ($this->privates['nelmio_api_doc.object_model.property_describers.boolean'] = new \Nelmio\ApiDocBundle\PropertyDescriber\BooleanPropertyDescriber()));
  7917.             yield => ($this->privates['nelmio_api_doc.object_model.property_describers.float'] ?? ($this->privates['nelmio_api_doc.object_model.property_describers.float'] = new \Nelmio\ApiDocBundle\PropertyDescriber\FloatPropertyDescriber()));
  7918.             yield => ($this->privates['nelmio_api_doc.object_model.property_describers.integer'] ?? ($this->privates['nelmio_api_doc.object_model.property_describers.integer'] = new \Nelmio\ApiDocBundle\PropertyDescriber\IntegerPropertyDescriber()));
  7919.             yield => ($this->privates['nelmio_api_doc.object_model.property_describers.string'] ?? ($this->privates['nelmio_api_doc.object_model.property_describers.string'] = new \Nelmio\ApiDocBundle\PropertyDescriber\StringPropertyDescriber()));
  7920.             yield => ($this->privates['nelmio_api_doc.object_model.property_describers.date_time'] ?? ($this->privates['nelmio_api_doc.object_model.property_describers.date_time'] = new \Nelmio\ApiDocBundle\PropertyDescriber\DateTimePropertyDescriber()));
  7921.             yield => ($this->privates['nelmio_api_doc.object_model.property_describers.object'] ?? ($this->privates['nelmio_api_doc.object_model.property_describers.object'] = new \Nelmio\ApiDocBundle\PropertyDescriber\ObjectPropertyDescriber()));
  7922.         }, 7), ($this->privates['serializer.name_converter.metadata_aware'] ?? $this->getSerializer_NameConverter_MetadataAwareService()));
  7923.     }
  7924.     /**
  7925.      * Gets the private 'nelmio_api_doc.object_model.property_describers.array' shared service.
  7926.      *
  7927.      * @return \Nelmio\ApiDocBundle\PropertyDescriber\ArrayPropertyDescriber
  7928.      */
  7929.     protected function getNelmioApiDoc_ObjectModel_PropertyDescribers_ArrayService()
  7930.     {
  7931.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/PropertyDescriber/PropertyDescriberInterface.php';
  7932.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Describer/ModelRegistryAwareInterface.php';
  7933.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Describer/ModelRegistryAwareTrait.php';
  7934.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/PropertyDescriber/ArrayPropertyDescriber.php';
  7935.         return $this->privates['nelmio_api_doc.object_model.property_describers.array'] = new \Nelmio\ApiDocBundle\PropertyDescriber\ArrayPropertyDescriber(new RewindableGenerator(function () {
  7936.             yield => ($this->privates['nelmio_api_doc.object_model.property_describers.array'] ?? $this->getNelmioApiDoc_ObjectModel_PropertyDescribers_ArrayService());
  7937.             yield => ($this->privates['nelmio_api_doc.object_model.property_describers.boolean'] ?? ($this->privates['nelmio_api_doc.object_model.property_describers.boolean'] = new \Nelmio\ApiDocBundle\PropertyDescriber\BooleanPropertyDescriber()));
  7938.             yield => ($this->privates['nelmio_api_doc.object_model.property_describers.float'] ?? ($this->privates['nelmio_api_doc.object_model.property_describers.float'] = new \Nelmio\ApiDocBundle\PropertyDescriber\FloatPropertyDescriber()));
  7939.             yield => ($this->privates['nelmio_api_doc.object_model.property_describers.integer'] ?? ($this->privates['nelmio_api_doc.object_model.property_describers.integer'] = new \Nelmio\ApiDocBundle\PropertyDescriber\IntegerPropertyDescriber()));
  7940.             yield => ($this->privates['nelmio_api_doc.object_model.property_describers.string'] ?? ($this->privates['nelmio_api_doc.object_model.property_describers.string'] = new \Nelmio\ApiDocBundle\PropertyDescriber\StringPropertyDescriber()));
  7941.             yield => ($this->privates['nelmio_api_doc.object_model.property_describers.date_time'] ?? ($this->privates['nelmio_api_doc.object_model.property_describers.date_time'] = new \Nelmio\ApiDocBundle\PropertyDescriber\DateTimePropertyDescriber()));
  7942.             yield => ($this->privates['nelmio_api_doc.object_model.property_describers.object'] ?? ($this->privates['nelmio_api_doc.object_model.property_describers.object'] = new \Nelmio\ApiDocBundle\PropertyDescriber\ObjectPropertyDescriber()));
  7943.         }, 7));
  7944.     }
  7945.     /**
  7946.      * Gets the private 'nelmio_api_doc.routes.default' shared service.
  7947.      *
  7948.      * @return \Symfony\Component\Routing\RouteCollection
  7949.      */
  7950.     protected function getNelmioApiDoc_Routes_DefaultService()
  7951.     {
  7952.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/RouteCollection.php';
  7953.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Routing/FilteredRouteCollectionBuilder.php';
  7954.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Util/ControllerReflector.php';
  7955.         return $this->privates['nelmio_api_doc.routes.default'] = (new \Nelmio\ApiDocBundle\Routing\FilteredRouteCollectionBuilder(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()), ($this->privates['nelmio_api_doc.controller_reflector'] ?? ($this->privates['nelmio_api_doc.controller_reflector'] = new \Nelmio\ApiDocBundle\Util\ControllerReflector($this))), 'default', ['path_patterns' => [=> '^/api(?!/doc)'=> '^/security'], 'host_patterns' => [], 'name_patterns' => [], 'with_annotation' => false'disable_default_routes' => false]))->filter(($this->services['router'] ?? $this->getRouterService())->getRouteCollection());
  7956.     }
  7957.     /**
  7958.      * Gets the private 'nelmio_cors.cors_listener' shared service.
  7959.      *
  7960.      * @return \Nelmio\CorsBundle\EventListener\CorsListener
  7961.      */
  7962.     protected function getNelmioCors_CorsListenerService()
  7963.     {
  7964.         return $this->privates['nelmio_cors.cors_listener'] = new \Nelmio\CorsBundle\EventListener\CorsListener(new \Nelmio\CorsBundle\Options\Resolver([=> new \Nelmio\CorsBundle\Options\ConfigProvider($this->parameters['nelmio_cors.map'], $this->getParameter('nelmio_cors.defaults'))]));
  7965.     }
  7966.     /**
  7967.      * Gets the private 'parameter_bag' shared service.
  7968.      *
  7969.      * @return \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag
  7970.      */
  7971.     protected function getParameterBagService()
  7972.     {
  7973.         return $this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this);
  7974.     }
  7975.     /**
  7976.      * Gets the private 'portail_cache_pool' shared service.
  7977.      *
  7978.      * @return \Symfony\Component\Cache\Adapter\TagAwareAdapter
  7979.      */
  7980.     protected function getPortailCachePoolService()
  7981.     {
  7982.         include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/TagAwareAdapterInterface.php';
  7983.         include_once \dirname(__DIR__4).'/vendor/symfony/cache-contracts/TagAwareCacheInterface.php';
  7984.         include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/TagAwareAdapter.php';
  7985.         $this->privates['portail_cache_pool'] = $instance = new \Symfony\Component\Cache\Adapter\TagAwareAdapter(($this->privates['.portail_cache_pool.inner'] ?? $this->get_PortailCachePool_InnerService()), NULL);
  7986.         $instance->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  7987.         return $instance;
  7988.     }
  7989.     /**
  7990.      * Gets the private 'profiler_listener' shared service.
  7991.      *
  7992.      * @return \Symfony\Component\HttpKernel\EventListener\ProfilerListener
  7993.      */
  7994.     protected function getProfilerListenerService()
  7995.     {
  7996.         $a = ($this->services['.container.private.profiler'] ?? $this->get_Container_Private_ProfilerService());
  7997.         if (isset($this->privates['profiler_listener'])) {
  7998.             return $this->privates['profiler_listener'];
  7999.         }
  8000.         return $this->privates['profiler_listener'] = new \Symfony\Component\HttpKernel\EventListener\ProfilerListener($a, ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), NULLfalsefalseNULL);
  8001.     }
  8002.     /**
  8003.      * Gets the private 'property_accessor' shared service.
  8004.      *
  8005.      * @return \Symfony\Component\PropertyAccess\PropertyAccessor
  8006.      */
  8007.     protected function getPropertyAccessorService()
  8008.     {
  8009.         include_once \dirname(__DIR__4).'/vendor/symfony/property-access/PropertyAccessorInterface.php';
  8010.         include_once \dirname(__DIR__4).'/vendor/symfony/property-access/PropertyAccessor.php';
  8011.         include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/ArrayAdapter.php';
  8012.         include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyReadInfoExtractorInterface.php';
  8013.         include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyWriteInfoExtractorInterface.php';
  8014.         include_once \dirname(__DIR__4).'/vendor/symfony/property-info/Extractor/ConstructorArgumentTypeExtractorInterface.php';
  8015.         include_once \dirname(__DIR__4).'/vendor/symfony/property-info/Extractor/ReflectionExtractor.php';
  8016.         $a = ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  8017.         return $this->privates['property_accessor'] = new \Symfony\Component\PropertyAccess\PropertyAccessor(32, new \Symfony\Component\Cache\Adapter\ArrayAdapter(0false), $a$a);
  8018.     }
  8019.     /**
  8020.      * Gets the private 'property_info' shared service.
  8021.      *
  8022.      * @return \Symfony\Component\PropertyInfo\PropertyInfoExtractor
  8023.      */
  8024.     protected function getPropertyInfoService()
  8025.     {
  8026.         return $this->privates['property_info'] = new \Symfony\Component\PropertyInfo\PropertyInfoExtractor(new RewindableGenerator(function () {
  8027.             yield => ($this->privates['property_info.serializer_extractor'] ?? $this->getPropertyInfo_SerializerExtractorService());
  8028.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  8029.         }, 2), new RewindableGenerator(function () {
  8030.             yield => ($this->privates['property_info.phpstan_extractor'] ?? ($this->privates['property_info.phpstan_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\PhpStanExtractor()));
  8031.             yield => ($this->privates['property_info.php_doc_extractor'] ?? ($this->privates['property_info.php_doc_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\PhpDocExtractor()));
  8032.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  8033.         }, 3), new RewindableGenerator(function () {
  8034.             yield => ($this->privates['property_info.php_doc_extractor'] ?? ($this->privates['property_info.php_doc_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\PhpDocExtractor()));
  8035.         }, 1), new RewindableGenerator(function () {
  8036.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  8037.         }, 1), new RewindableGenerator(function () {
  8038.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  8039.         }, 1));
  8040.     }
  8041.     /**
  8042.      * Gets the private 'property_info.serializer_extractor' shared service.
  8043.      *
  8044.      * @return \Symfony\Component\PropertyInfo\Extractor\SerializerExtractor
  8045.      */
  8046.     protected function getPropertyInfo_SerializerExtractorService()
  8047.     {
  8048.         include_once \dirname(__DIR__4).'/vendor/symfony/property-info/Extractor/SerializerExtractor.php';
  8049.         return $this->privates['property_info.serializer_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\SerializerExtractor(($this->privates['serializer.mapping.class_metadata_factory'] ?? $this->getSerializer_Mapping_ClassMetadataFactoryService()));
  8050.     }
  8051.     /**
  8052.      * Gets the private 'router.cache_warmer' shared service.
  8053.      *
  8054.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\RouterCacheWarmer
  8055.      */
  8056.     protected function getRouter_CacheWarmerService()
  8057.     {
  8058.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  8059.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/RouterCacheWarmer.php';
  8060.         return $this->privates['router.cache_warmer'] = new \Symfony\Bundle\FrameworkBundle\CacheWarmer\RouterCacheWarmer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  8061.             'router' => ['services''router''getRouterService'false],
  8062.         ], [
  8063.             'router' => '?',
  8064.         ]))->withContext('router.cache_warmer'$this));
  8065.     }
  8066.     /**
  8067.      * Gets the private 'router.expression_language_provider' shared service.
  8068.      *
  8069.      * @return \Symfony\Component\Routing\Matcher\ExpressionLanguageProvider
  8070.      */
  8071.     protected function getRouter_ExpressionLanguageProviderService()
  8072.     {
  8073.         return $this->privates['router.expression_language_provider'] = new \Symfony\Component\Routing\Matcher\ExpressionLanguageProvider(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  8074.             'env' => ['privates''container.getenv''getContainer_GetenvService'false],
  8075.         ], [
  8076.             'env' => 'Closure',
  8077.         ]));
  8078.     }
  8079.     /**
  8080.      * Gets the private 'router.request_context' shared service.
  8081.      *
  8082.      * @return \Symfony\Component\Routing\RequestContext
  8083.      */
  8084.     protected function getRouter_RequestContextService()
  8085.     {
  8086.         $this->privates['router.request_context'] = $instance = \Symfony\Component\Routing\RequestContext::fromUri('''localhost''http'80443);
  8087.         $instance->setParameter('_functions', ($this->privates['router.expression_language_provider'] ?? $this->getRouter_ExpressionLanguageProviderService()));
  8088.         return $instance;
  8089.     }
  8090.     /**
  8091.      * Gets the private 'router_listener' shared service.
  8092.      *
  8093.      * @return \Symfony\Component\HttpKernel\EventListener\RouterListener
  8094.      */
  8095.     protected function getRouterListenerService()
  8096.     {
  8097.         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);
  8098.     }
  8099.     /**
  8100.      * Gets the private 'secrets.vault' shared service.
  8101.      *
  8102.      * @return \Symfony\Bundle\FrameworkBundle\Secrets\SodiumVault
  8103.      */
  8104.     protected function getSecrets_VaultService()
  8105.     {
  8106.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  8107.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/EnvVarLoaderInterface.php';
  8108.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/SodiumVault.php';
  8109.         include_once \dirname(__DIR__4).'/vendor/symfony/string/LazyString.php';
  8110.         return $this->privates['secrets.vault'] = new \Symfony\Bundle\FrameworkBundle\Secrets\SodiumVault((\dirname(__DIR__4).'/config/secrets/'.$this->getEnv('string:default:kernel.environment:APP_RUNTIME_ENV')), \Symfony\Component\String\LazyString::fromCallable(($this->privates['container.getenv'] ?? $this->getContainer_GetenvService()), 'base64:default::SYMFONY_DECRYPTION_SECRET'));
  8111.     }
  8112.     /**
  8113.      * Gets the private 'security.access_listener' shared service.
  8114.      *
  8115.      * @return \Symfony\Component\Security\Http\Firewall\AccessListener
  8116.      */
  8117.     protected function getSecurity_AccessListenerService()
  8118.     {
  8119.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/FirewallListenerInterface.php';
  8120.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  8121.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AccessListener.php';
  8122.         $a = ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService());
  8123.         if (isset($this->privates['security.access_listener'])) {
  8124.             return $this->privates['security.access_listener'];
  8125.         }
  8126.         $b = ($this->privates['security.authentication.manager'] ?? $this->getSecurity_Authentication_ManagerService());
  8127.         if (isset($this->privates['security.access_listener'])) {
  8128.             return $this->privates['security.access_listener'];
  8129.         }
  8130.         return $this->privates['security.access_listener'] = new \Symfony\Component\Security\Http\Firewall\AccessListener(($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), $a, ($this->privates['security.access_map'] ?? $this->getSecurity_AccessMapService()), $b);
  8131.     }
  8132.     /**
  8133.      * Gets the private 'security.access_map' shared service.
  8134.      *
  8135.      * @return \Symfony\Component\Security\Http\AccessMap
  8136.      */
  8137.     protected function getSecurity_AccessMapService()
  8138.     {
  8139.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/AccessMapInterface.php';
  8140.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/AccessMap.php';
  8141.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/RequestMatcherInterface.php';
  8142.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/RequestMatcher.php';
  8143.         $this->privates['security.access_map'] = $instance = new \Symfony\Component\Security\Http\AccessMap();
  8144.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/saml/login'), [=> 'IS_AUTHENTICATED_ANONYMOUSLY'], NULL);
  8145.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/saml/metadata'), [=> 'IS_AUTHENTICATED_ANONYMOUSLY'], NULL);
  8146.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/api'), [=> 'IS_AUTHENTICATED_FULLY'], NULL);
  8147.         return $instance;
  8148.     }
  8149.     /**
  8150.      * Gets the private 'security.authentication.guard_handler' shared service.
  8151.      *
  8152.      * @return \Symfony\Component\Security\Guard\GuardAuthenticatorHandler
  8153.      *
  8154.      * @deprecated Since symfony/security-bundle 5.3: The "security.authentication.guard_handler" service is deprecated, use the new authenticator system instead.
  8155.      */
  8156.     protected function getSecurity_Authentication_GuardHandlerService()
  8157.     {
  8158.         trigger_deprecation('symfony/security-bundle''5.3''The "security.authentication.guard_handler" service is deprecated, use the new authenticator system instead.');
  8159.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Session/SessionAuthenticationStrategyInterface.php';
  8160.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Session/SessionAuthenticationStrategy.php';
  8161.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  8162.         if (isset($this->privates['security.authentication.guard_handler'])) {
  8163.             return $this->privates['security.authentication.guard_handler'];
  8164.         }
  8165.         $this->privates['security.authentication.guard_handler'] = $instance = new \Symfony\Component\Security\Guard\GuardAuthenticatorHandler(($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), $a, [=> 'api'=> 'external_app_connect']);
  8166.         $instance->setSessionAuthenticationStrategy(($this->privates['security.authentication.session_strategy'] ?? ($this->privates['security.authentication.session_strategy'] = new \Symfony\Component\Security\Http\Session\SessionAuthenticationStrategy('migrate'NULL))));
  8167.         return $instance;
  8168.     }
  8169.     /**
  8170.      * Gets the private 'security.authentication.listener.anonymous.main' shared service.
  8171.      *
  8172.      * @return \Symfony\Component\Security\Http\Firewall\AnonymousAuthenticationListener
  8173.      *
  8174.      * @deprecated Since symfony/security-bundle 5.3: The "security.authentication.listener.anonymous.main" service is deprecated, use the new authenticator system instead.
  8175.      */
  8176.     protected function getSecurity_Authentication_Listener_Anonymous_MainService()
  8177.     {
  8178.         trigger_deprecation('symfony/security-bundle''5.3''The "security.authentication.listener.anonymous.main" service is deprecated, use the new authenticator system instead.');
  8179.         $a = ($this->privates['security.authentication.manager'] ?? $this->getSecurity_Authentication_ManagerService());
  8180.         if (isset($this->privates['security.authentication.listener.anonymous.main'])) {
  8181.             return $this->privates['security.authentication.listener.anonymous.main'];
  8182.         }
  8183.         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()), $a);
  8184.     }
  8185.     /**
  8186.      * Gets the private 'security.authentication.listener.guard.api' shared service.
  8187.      *
  8188.      * @return \Symfony\Component\Security\Guard\Firewall\GuardAuthenticationListener
  8189.      *
  8190.      * @deprecated Since symfony/security-bundle 5.3: The "security.authentication.listener.guard.api" service is deprecated, use the new authenticator system instead.
  8191.      */
  8192.     protected function getSecurity_Authentication_Listener_Guard_ApiService()
  8193.     {
  8194.         trigger_deprecation('symfony/security-bundle''5.3''The "security.authentication.listener.guard.api" service is deprecated, use the new authenticator system instead.');
  8195.         $a = ($this->privates['security.authentication.guard_handler'] ?? $this->getSecurity_Authentication_GuardHandlerService());
  8196.         if (isset($this->privates['security.authentication.listener.guard.api'])) {
  8197.             return $this->privates['security.authentication.listener.guard.api'];
  8198.         }
  8199.         $b = ($this->privates['security.authentication.manager'] ?? $this->getSecurity_Authentication_ManagerService());
  8200.         if (isset($this->privates['security.authentication.listener.guard.api'])) {
  8201.             return $this->privates['security.authentication.listener.guard.api'];
  8202.         }
  8203.         return $this->privates['security.authentication.listener.guard.api'] = new \Symfony\Component\Security\Guard\Firewall\GuardAuthenticationListener($a$b'api', new RewindableGenerator(function () {
  8204.             yield => ($this->privates['lexik_jwt_authentication.security.guard.jwt_token_authenticator'] ?? $this->getLexikJwtAuthentication_Security_Guard_JwtTokenAuthenticatorService());
  8205.         }, 1), ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), true, ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()));
  8206.     }
  8207.     /**
  8208.      * Gets the private 'security.authentication.listener.guard.external_app_connect' shared service.
  8209.      *
  8210.      * @return \Symfony\Component\Security\Guard\Firewall\GuardAuthenticationListener
  8211.      *
  8212.      * @deprecated Since symfony/security-bundle 5.3: The "security.authentication.listener.guard.external_app_connect" service is deprecated, use the new authenticator system instead.
  8213.      */
  8214.     protected function getSecurity_Authentication_Listener_Guard_ExternalAppConnectService()
  8215.     {
  8216.         trigger_deprecation('symfony/security-bundle''5.3''The "security.authentication.listener.guard.external_app_connect" service is deprecated, use the new authenticator system instead.');
  8217.         $a = ($this->privates['security.authentication.guard_handler'] ?? $this->getSecurity_Authentication_GuardHandlerService());
  8218.         if (isset($this->privates['security.authentication.listener.guard.external_app_connect'])) {
  8219.             return $this->privates['security.authentication.listener.guard.external_app_connect'];
  8220.         }
  8221.         $b = ($this->privates['security.authentication.manager'] ?? $this->getSecurity_Authentication_ManagerService());
  8222.         if (isset($this->privates['security.authentication.listener.guard.external_app_connect'])) {
  8223.             return $this->privates['security.authentication.listener.guard.external_app_connect'];
  8224.         }
  8225.         return $this->privates['security.authentication.listener.guard.external_app_connect'] = new \Symfony\Component\Security\Guard\Firewall\GuardAuthenticationListener($a$b'external_app_connect', new RewindableGenerator(function () {
  8226.             yield => ($this->privates['lexik_jwt_authentication.security.guard.jwt_token_authenticator'] ?? $this->getLexikJwtAuthentication_Security_Guard_JwtTokenAuthenticatorService());
  8227.         }, 1), ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), true, ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()));
  8228.     }
  8229.     /**
  8230.      * Gets the private 'security.authentication.manager' shared service.
  8231.      *
  8232.      * @return \Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager
  8233.      *
  8234.      * @deprecated Since symfony/security-bundle 5.3: The "security.authentication.manager" service is deprecated, use the new authenticator system instead.
  8235.      */
  8236.     protected function getSecurity_Authentication_ManagerService()
  8237.     {
  8238.         trigger_deprecation('symfony/security-bundle''5.3''The "security.authentication.manager" service is deprecated, use the new authenticator system instead.');
  8239.         $this->privates['security.authentication.manager'] = $instance = new \Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager(new RewindableGenerator(function () {
  8240.             yield => ($this->privates['security.authentication.provider.guard.api'] ?? $this->getSecurity_Authentication_Provider_Guard_ApiService());
  8241.             yield => ($this->privates['security.authentication.provider.guard.external_app_connect'] ?? $this->getSecurity_Authentication_Provider_Guard_ExternalAppConnectService());
  8242.             yield => ($this->privates['security.authentication.provider.saml.main'] ?? $this->getSecurity_Authentication_Provider_Saml_MainService());
  8243.             yield => ($this->privates['security.authentication.provider.anonymous.main'] ?? $this->getSecurity_Authentication_Provider_Anonymous_MainService());
  8244.         }, 4), true);
  8245.         $instance->setEventDispatcher(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  8246.         return $instance;
  8247.     }
  8248.     /**
  8249.      * Gets the private 'security.authentication.provider.anonymous.main' shared service.
  8250.      *
  8251.      * @return \Symfony\Component\Security\Core\Authentication\Provider\AnonymousAuthenticationProvider
  8252.      *
  8253.      * @deprecated Since symfony/security-bundle 5.3: The "security.authentication.provider.anonymous.main" service is deprecated, use the new authenticator system instead.
  8254.      */
  8255.     protected function getSecurity_Authentication_Provider_Anonymous_MainService()
  8256.     {
  8257.         trigger_deprecation('symfony/security-bundle''5.3''The "security.authentication.provider.anonymous.main" service is deprecated, use the new authenticator system instead.');
  8258.         return $this->privates['security.authentication.provider.anonymous.main'] = new \Symfony\Component\Security\Core\Authentication\Provider\AnonymousAuthenticationProvider($this->getParameter('container.build_hash'));
  8259.     }
  8260.     /**
  8261.      * Gets the private 'security.authentication.provider.guard.api' shared service.
  8262.      *
  8263.      * @return \Symfony\Component\Security\Guard\Provider\GuardAuthenticationProvider
  8264.      *
  8265.      * @deprecated Since symfony/security-bundle 5.3: The "security.authentication.provider.guard.api" service is deprecated, use the new authenticator system instead.
  8266.      */
  8267.     protected function getSecurity_Authentication_Provider_Guard_ApiService()
  8268.     {
  8269.         trigger_deprecation('symfony/security-bundle''5.3''The "security.authentication.provider.guard.api" service is deprecated, use the new authenticator system instead.');
  8270.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/UserProviderInterface.php';
  8271.         include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/Security/User/PayloadAwareUserProviderInterface.php';
  8272.         include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/Security/User/JWTUserProvider.php';
  8273.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/UserCheckerInterface.php';
  8274.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/InMemoryUserChecker.php';
  8275.         return $this->privates['security.authentication.provider.guard.api'] = new \Symfony\Component\Security\Guard\Provider\GuardAuthenticationProvider(new RewindableGenerator(function () {
  8276.             yield => ($this->privates['lexik_jwt_authentication.security.guard.jwt_token_authenticator'] ?? $this->getLexikJwtAuthentication_Security_Guard_JwtTokenAuthenticatorService());
  8277.         }, 1), ($this->privates['security.user.provider.concrete.jwt'] ?? ($this->privates['security.user.provider.concrete.jwt'] = new \Lexik\Bundle\JWTAuthenticationBundle\Security\User\JWTUserProvider('App\\Entity\\User'))), 'api', ($this->privates['security.user_checker'] ?? ($this->privates['security.user_checker'] = new \Symfony\Component\Security\Core\User\InMemoryUserChecker())), ($this->privates['security.user_password_hasher'] ?? $this->getSecurity_UserPasswordHasherService()));
  8278.     }
  8279.     /**
  8280.      * Gets the private 'security.authentication.provider.guard.external_app_connect' shared service.
  8281.      *
  8282.      * @return \Symfony\Component\Security\Guard\Provider\GuardAuthenticationProvider
  8283.      *
  8284.      * @deprecated Since symfony/security-bundle 5.3: The "security.authentication.provider.guard.external_app_connect" service is deprecated, use the new authenticator system instead.
  8285.      */
  8286.     protected function getSecurity_Authentication_Provider_Guard_ExternalAppConnectService()
  8287.     {
  8288.         trigger_deprecation('symfony/security-bundle''5.3''The "security.authentication.provider.guard.external_app_connect" service is deprecated, use the new authenticator system instead.');
  8289.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/UserProviderInterface.php';
  8290.         include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/Security/User/PayloadAwareUserProviderInterface.php';
  8291.         include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/Security/User/JWTUserProvider.php';
  8292.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/UserCheckerInterface.php';
  8293.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/InMemoryUserChecker.php';
  8294.         return $this->privates['security.authentication.provider.guard.external_app_connect'] = new \Symfony\Component\Security\Guard\Provider\GuardAuthenticationProvider(new RewindableGenerator(function () {
  8295.             yield => ($this->privates['lexik_jwt_authentication.security.guard.jwt_token_authenticator'] ?? $this->getLexikJwtAuthentication_Security_Guard_JwtTokenAuthenticatorService());
  8296.         }, 1), ($this->privates['security.user.provider.concrete.jwt'] ?? ($this->privates['security.user.provider.concrete.jwt'] = new \Lexik\Bundle\JWTAuthenticationBundle\Security\User\JWTUserProvider('App\\Entity\\User'))), 'external_app_connect', ($this->privates['security.user_checker'] ?? ($this->privates['security.user_checker'] = new \Symfony\Component\Security\Core\User\InMemoryUserChecker())), ($this->privates['security.user_password_hasher'] ?? $this->getSecurity_UserPasswordHasherService()));
  8297.     }
  8298.     /**
  8299.      * Gets the private 'security.authentication.provider.saml.main' shared autowired service.
  8300.      *
  8301.      * @return \Hslavich\OneloginSamlBundle\Security\Authentication\Provider\SamlProvider
  8302.      */
  8303.     protected function getSecurity_Authentication_Provider_Saml_MainService()
  8304.     {
  8305.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/AuthenticationManagerInterface.php';
  8306.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Provider/AuthenticationProviderInterface.php';
  8307.         include_once \dirname(__DIR__4).'/vendor/hslavich/oneloginsaml-bundle/Security/Authentication/Provider/SamlProvider.php';
  8308.         include_once \dirname(__DIR__4).'/vendor/hslavich/oneloginsaml-bundle/Security/Authentication/Token/SamlTokenFactoryInterface.php';
  8309.         include_once \dirname(__DIR__4).'/vendor/hslavich/oneloginsaml-bundle/Security/Authentication/Token/SamlTokenFactory.php';
  8310.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/UserProviderInterface.php';
  8311.         include_once \dirname(__DIR__4).'/vendor/hslavich/oneloginsaml-bundle/Security/User/SamlUserProvider.php';
  8312.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  8313.         if (isset($this->privates['security.authentication.provider.saml.main'])) {
  8314.             return $this->privates['security.authentication.provider.saml.main'];
  8315.         }
  8316.         $this->privates['security.authentication.provider.saml.main'] = $instance = new \Hslavich\OneloginSamlBundle\Security\Authentication\Provider\SamlProvider(($this->privates['security.user.provider.concrete.saml_provider'] ?? ($this->privates['security.user.provider.concrete.saml_provider'] = new \Hslavich\OneloginSamlBundle\Security\User\SamlUserProvider('App\\Entity\\User', [=> 'ROLE_USER']))), $a);
  8317.         $instance->setTokenFactory(new \Hslavich\OneloginSamlBundle\Security\Authentication\Token\SamlTokenFactory());
  8318.         return $instance;
  8319.     }
  8320.     /**
  8321.      * Gets the private 'security.channel_listener' shared service.
  8322.      *
  8323.      * @return \Symfony\Component\Security\Http\Firewall\ChannelListener
  8324.      */
  8325.     protected function getSecurity_ChannelListenerService()
  8326.     {
  8327.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/FirewallListenerInterface.php';
  8328.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  8329.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ChannelListener.php';
  8330.         $a = ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService());
  8331.         return $this->privates['security.channel_listener'] = new \Symfony\Component\Security\Http\Firewall\ChannelListener(($this->privates['security.access_map'] ?? $this->getSecurity_AccessMapService()), ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), $a->getHttpPort(), $a->getHttpsPort());
  8332.     }
  8333.     /**
  8334.      * Gets the private 'security.command.debug_firewall' shared service.
  8335.      *
  8336.      * @return \Symfony\Bundle\SecurityBundle\Command\DebugFirewallCommand
  8337.      */
  8338.     protected function getSecurity_Command_DebugFirewallService()
  8339.     {
  8340.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8341.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Command/DebugFirewallCommand.php';
  8342.         $this->privates['security.command.debug_firewall'] = $instance = new \Symfony\Bundle\SecurityBundle\Command\DebugFirewallCommand($this->parameters['security.firewalls'], ($this->privates['.service_locator.wOqRTqV'] ?? $this->get_ServiceLocator_WOqRTqVService()), ($this->privates['.service_locator.8HC7Byw'] ?? $this->get_ServiceLocator_8HC7BywService()), [], false);
  8343.         $instance->setName('debug:firewall');
  8344.         $instance->setDescription('Display information about your security firewall(s)');
  8345.         return $instance;
  8346.     }
  8347.     /**
  8348.      * Gets the private 'security.command.user_password_encoder' shared service.
  8349.      *
  8350.      * @return \Symfony\Bundle\SecurityBundle\Command\UserPasswordEncoderCommand
  8351.      *
  8352.      * @deprecated Since symfony/security-bundle 5.3: The "security.command.user_password_encoder" service is deprecated, use "security.command.user_password_hash" instead.
  8353.      */
  8354.     protected function getSecurity_Command_UserPasswordEncoderService()
  8355.     {
  8356.         trigger_deprecation('symfony/security-bundle''5.3''The "security.command.user_password_encoder" service is deprecated, use "security.command.user_password_hash" instead.');
  8357.         $this->privates['security.command.user_password_encoder'] = $instance = new \Symfony\Bundle\SecurityBundle\Command\UserPasswordEncoderCommand(($this->privates['security.encoder_factory.generic'] ?? $this->getSecurity_EncoderFactory_GenericService()), [=> 'Symfony\\Component\\Security\\Core\\User\\User']);
  8358.         $instance->setName('security:encode-password');
  8359.         $instance->setDescription('Encode a password');
  8360.         return $instance;
  8361.     }
  8362.     /**
  8363.      * Gets the private 'security.command.user_password_hash' shared service.
  8364.      *
  8365.      * @return \Symfony\Component\PasswordHasher\Command\UserPasswordHashCommand
  8366.      */
  8367.     protected function getSecurity_Command_UserPasswordHashService()
  8368.     {
  8369.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8370.         include_once \dirname(__DIR__4).'/vendor/symfony/password-hasher/Command/UserPasswordHashCommand.php';
  8371.         $this->privates['security.command.user_password_hash'] = $instance = new \Symfony\Component\PasswordHasher\Command\UserPasswordHashCommand(($this->privates['security.password_hasher_factory'] ?? $this->getSecurity_PasswordHasherFactoryService()), [=> 'Symfony\\Component\\Security\\Core\\User\\User']);
  8372.         $instance->setName('security:hash-password');
  8373.         $instance->setDescription('Hash a user password');
  8374.         return $instance;
  8375.     }
  8376.     /**
  8377.      * Gets the private 'security.context_listener.0' shared service.
  8378.      *
  8379.      * @return \Symfony\Component\Security\Http\Firewall\ContextListener
  8380.      */
  8381.     protected function getSecurity_ContextListener_0Service()
  8382.     {
  8383.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/FirewallListenerInterface.php';
  8384.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  8385.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ContextListener.php';
  8386.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  8387.         if (isset($this->privates['security.context_listener.0'])) {
  8388.             return $this->privates['security.context_listener.0'];
  8389.         }
  8390.         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 () {
  8391.             yield => ($this->privates['security.user.provider.concrete.saml_provider'] ?? ($this->privates['security.user.provider.concrete.saml_provider'] = new \Hslavich\OneloginSamlBundle\Security\User\SamlUserProvider('App\\Entity\\User', [=> 'ROLE_USER'])));
  8392.             yield => ($this->privates['security.user.provider.concrete.jwt'] ?? ($this->privates['security.user.provider.concrete.jwt'] = new \Lexik\Bundle\JWTAuthenticationBundle\Security\User\JWTUserProvider('App\\Entity\\User')));
  8393.         }, 2), 'main', ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), $a, ($this->privates['security.authentication.trust_resolver'] ?? ($this->privates['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver())), [=> ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), => 'enableUsageTracking']);
  8394.     }
  8395.     /**
  8396.      * Gets the private 'security.encoder_factory.generic' shared service.
  8397.      *
  8398.      * @return \Symfony\Component\Security\Core\Encoder\EncoderFactory
  8399.      *
  8400.      * @deprecated Since symfony/security-bundle 5.3: The "security.encoder_factory.generic" service is deprecated, use "security.password_hasher_factory" instead.
  8401.      */
  8402.     protected function getSecurity_EncoderFactory_GenericService()
  8403.     {
  8404.         trigger_deprecation('symfony/security-bundle''5.3''The "security.encoder_factory.generic" service is deprecated, use "security.password_hasher_factory" instead.');
  8405.         return $this->privates['security.encoder_factory.generic'] = new \Symfony\Component\Security\Core\Encoder\EncoderFactory(['Symfony\\Component\\Security\\Core\\User\\User' => ['class' => 'Symfony\\Component\\Security\\Core\\Encoder\\NativePasswordEncoder''arguments' => [=> NULL=> NULL=> NULL=> '2y']]]);
  8406.     }
  8407.     /**
  8408.      * Gets the private 'security.event_dispatcher.api' shared service.
  8409.      *
  8410.      * @return \Symfony\Component\EventDispatcher\EventDispatcher
  8411.      */
  8412.     protected function getSecurity_EventDispatcher_ApiService()
  8413.     {
  8414.         $this->privates['security.event_dispatcher.api'] = $instance = new \Symfony\Component\EventDispatcher\EventDispatcher();
  8415.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  8416.             return ($this->privates['Hslavich\\OneloginSamlBundle\\EventListener\\Security\\SamlLogoutListener'] ?? $this->getSamlLogoutListenerService());
  8417.         }, => '__invoke'], 0);
  8418.         return $instance;
  8419.     }
  8420.     /**
  8421.      * Gets the private 'security.event_dispatcher.external_app_connect' shared service.
  8422.      *
  8423.      * @return \Symfony\Component\EventDispatcher\EventDispatcher
  8424.      */
  8425.     protected function getSecurity_EventDispatcher_ExternalAppConnectService()
  8426.     {
  8427.         $this->privates['security.event_dispatcher.external_app_connect'] = $instance = new \Symfony\Component\EventDispatcher\EventDispatcher();
  8428.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  8429.             return ($this->privates['Hslavich\\OneloginSamlBundle\\EventListener\\Security\\SamlLogoutListener'] ?? $this->getSamlLogoutListenerService());
  8430.         }, => '__invoke'], 0);
  8431.         return $instance;
  8432.     }
  8433.     /**
  8434.      * Gets the private 'security.event_dispatcher.main' shared service.
  8435.      *
  8436.      * @return \Symfony\Component\EventDispatcher\EventDispatcher
  8437.      */
  8438.     protected function getSecurity_EventDispatcher_MainService()
  8439.     {
  8440.         $this->privates['security.event_dispatcher.main'] = $instance = new \Symfony\Component\EventDispatcher\EventDispatcher();
  8441.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  8442.             return ($this->privates['security.logout.listener.default.main'] ?? $this->getSecurity_Logout_Listener_Default_MainService());
  8443.         }, => 'onLogout'], 64);
  8444.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  8445.             return ($this->privates['security.logout.listener.session.main'] ?? ($this->privates['security.logout.listener.session.main'] = new \Symfony\Component\Security\Http\EventListener\SessionLogoutListener()));
  8446.         }, => 'onLogout'], 0);
  8447.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  8448.             return ($this->privates['Hslavich\\OneloginSamlBundle\\EventListener\\Security\\SamlLogoutListener'] ?? $this->getSamlLogoutListenerService());
  8449.         }, => '__invoke'], 0);
  8450.         return $instance;
  8451.     }
  8452.     /**
  8453.      * Gets the private 'security.firewall.map' shared service.
  8454.      *
  8455.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallMap
  8456.      */
  8457.     protected function getSecurity_Firewall_MapService()
  8458.     {
  8459.         $a = ($this->privates['.service_locator.wOqRTqV'] ?? $this->get_ServiceLocator_WOqRTqVService());
  8460.         if (isset($this->privates['security.firewall.map'])) {
  8461.             return $this->privates['security.firewall.map'];
  8462.         }
  8463.         return $this->privates['security.firewall.map'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallMap($a, new RewindableGenerator(function () {
  8464.             yield 'security.firewall.map.context.dev' => ($this->privates['.security.request_matcher.K_4cQMG'] ?? ($this->privates['.security.request_matcher.K_4cQMG'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/(_wdt|css|images|js)/')));
  8465.             yield 'security.firewall.map.context.apidoc' => ($this->privates['.security.request_matcher.dRYyBii'] ?? ($this->privates['.security.request_matcher.dRYyBii'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/api/doc(.json)?$')));
  8466.             yield 'security.firewall.map.context.apipublic' => ($this->privates['.security.request_matcher.9VW0shA'] ?? ($this->privates['.security.request_matcher.9VW0shA'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/api/public/realm')));
  8467.             yield 'security.firewall.map.context.api' => ($this->privates['.security.request_matcher.p4VlLPC'] ?? ($this->privates['.security.request_matcher.p4VlLPC'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/api')));
  8468.             yield 'security.firewall.map.context.external_app_connect' => ($this->privates['.security.request_matcher.GHPjc6f'] ?? ($this->privates['.security.request_matcher.GHPjc6f'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/external-apps/connect')));
  8469.             yield 'security.firewall.map.context.main' => ($this->privates['.security.request_matcher.3UEFixr'] ?? ($this->privates['.security.request_matcher.3UEFixr'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/')));
  8470.         }, 6));
  8471.     }
  8472.     /**
  8473.      * Gets the private 'security.firewall.map.context.api' shared service.
  8474.      *
  8475.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallContext
  8476.      */
  8477.     protected function getSecurity_Firewall_Map_Context_ApiService()
  8478.     {
  8479.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallContext.php';
  8480.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Util/TargetPathTrait.php';
  8481.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ExceptionListener.php';
  8482.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallConfig.php';
  8483.         $a = ($this->privates['lexik_jwt_authentication.security.guard.jwt_token_authenticator'] ?? $this->getLexikJwtAuthentication_Security_Guard_JwtTokenAuthenticatorService());
  8484.         if (isset($this->privates['security.firewall.map.context.api'])) {
  8485.             return $this->privates['security.firewall.map.context.api'];
  8486.         }
  8487.         return $this->privates['security.firewall.map.context.api'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallContext(new RewindableGenerator(function () {
  8488.             yield => ($this->privates['security.channel_listener'] ?? $this->getSecurity_ChannelListenerService());
  8489.             yield => ($this->privates['security.authentication.listener.guard.api'] ?? $this->getSecurity_Authentication_Listener_Guard_ApiService());
  8490.             yield => ($this->privates['security.access_listener'] ?? $this->getSecurity_AccessListenerService());
  8491.         }, 3), new \Symfony\Component\Security\Http\Firewall\ExceptionListener(($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), ($this->privates['security.authentication.trust_resolver'] ?? ($this->privates['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver())), ($this->privates['security.http_utils'] ?? $this->getSecurity_HttpUtilsService()), 'api'$aNULLNULL, ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), true), NULL, new \Symfony\Bundle\SecurityBundle\Security\FirewallConfig('api''security.user_checker''.security.request_matcher.p4VlLPC'truetrue'security.user.provider.concrete.jwt'NULL'lexik_jwt_authentication.jwt_token_authenticator'NULLNULL, [=> 'guard'], NULL));
  8492.     }
  8493.     /**
  8494.      * Gets the private 'security.firewall.map.context.apidoc' shared service.
  8495.      *
  8496.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallContext
  8497.      */
  8498.     protected function getSecurity_Firewall_Map_Context_ApidocService()
  8499.     {
  8500.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallContext.php';
  8501.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallConfig.php';
  8502.         return $this->privates['security.firewall.map.context.apidoc'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallContext(new RewindableGenerator(function () {
  8503.             return new \EmptyIterator();
  8504.         }, 0), NULLNULL, new \Symfony\Bundle\SecurityBundle\Security\FirewallConfig('apidoc''security.user_checker''.security.request_matcher.dRYyBii'falsefalseNULLNULLNULLNULLNULL, [], NULL));
  8505.     }
  8506.     /**
  8507.      * Gets the private 'security.firewall.map.context.apipublic' shared service.
  8508.      *
  8509.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallContext
  8510.      */
  8511.     protected function getSecurity_Firewall_Map_Context_ApipublicService()
  8512.     {
  8513.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallContext.php';
  8514.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallConfig.php';
  8515.         return $this->privates['security.firewall.map.context.apipublic'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallContext(new RewindableGenerator(function () {
  8516.             return new \EmptyIterator();
  8517.         }, 0), NULLNULL, new \Symfony\Bundle\SecurityBundle\Security\FirewallConfig('apipublic''security.user_checker''.security.request_matcher.9VW0shA'falsefalseNULLNULLNULLNULLNULL, [], NULL));
  8518.     }
  8519.     /**
  8520.      * Gets the private 'security.firewall.map.context.dev' shared service.
  8521.      *
  8522.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallContext
  8523.      */
  8524.     protected function getSecurity_Firewall_Map_Context_DevService()
  8525.     {
  8526.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallContext.php';
  8527.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallConfig.php';
  8528.         return $this->privates['security.firewall.map.context.dev'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallContext(new RewindableGenerator(function () {
  8529.             return new \EmptyIterator();
  8530.         }, 0), NULLNULL, new \Symfony\Bundle\SecurityBundle\Security\FirewallConfig('dev''security.user_checker''.security.request_matcher.K_4cQMG'falsefalseNULLNULLNULLNULLNULL, [], NULL));
  8531.     }
  8532.     /**
  8533.      * Gets the private 'security.firewall.map.context.external_app_connect' shared service.
  8534.      *
  8535.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallContext
  8536.      */
  8537.     protected function getSecurity_Firewall_Map_Context_ExternalAppConnectService()
  8538.     {
  8539.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallContext.php';
  8540.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Util/TargetPathTrait.php';
  8541.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ExceptionListener.php';
  8542.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallConfig.php';
  8543.         $a = ($this->privates['lexik_jwt_authentication.security.guard.jwt_token_authenticator'] ?? $this->getLexikJwtAuthentication_Security_Guard_JwtTokenAuthenticatorService());
  8544.         if (isset($this->privates['security.firewall.map.context.external_app_connect'])) {
  8545.             return $this->privates['security.firewall.map.context.external_app_connect'];
  8546.         }
  8547.         return $this->privates['security.firewall.map.context.external_app_connect'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallContext(new RewindableGenerator(function () {
  8548.             yield => ($this->privates['security.channel_listener'] ?? $this->getSecurity_ChannelListenerService());
  8549.             yield => ($this->privates['security.authentication.listener.guard.external_app_connect'] ?? $this->getSecurity_Authentication_Listener_Guard_ExternalAppConnectService());
  8550.             yield => ($this->privates['security.access_listener'] ?? $this->getSecurity_AccessListenerService());
  8551.         }, 3), new \Symfony\Component\Security\Http\Firewall\ExceptionListener(($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), ($this->privates['security.authentication.trust_resolver'] ?? ($this->privates['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver())), ($this->privates['security.http_utils'] ?? $this->getSecurity_HttpUtilsService()), 'external_app_connect'$aNULLNULL, ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), true), NULL, new \Symfony\Bundle\SecurityBundle\Security\FirewallConfig('external_app_connect''security.user_checker''.security.request_matcher.GHPjc6f'truetrue'security.user.provider.concrete.jwt'NULL'lexik_jwt_authentication.jwt_token_authenticator'NULLNULL, [=> 'guard'], NULL));
  8552.     }
  8553.     /**
  8554.      * Gets the private 'security.firewall.map.context.main' shared service.
  8555.      *
  8556.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallContext
  8557.      */
  8558.     protected function getSecurity_Firewall_Map_Context_MainService()
  8559.     {
  8560.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallContext.php';
  8561.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Util/TargetPathTrait.php';
  8562.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ExceptionListener.php';
  8563.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/EntryPoint/AuthenticationEntryPointInterface.php';
  8564.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/EntryPoint/FormAuthenticationEntryPoint.php';
  8565.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/FirewallListenerInterface.php';
  8566.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  8567.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/LogoutListener.php';
  8568.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallConfig.php';
  8569.         $a = ($this->services['http_kernel'] ?? $this->getHttpKernelService());
  8570.         if (isset($this->privates['security.firewall.map.context.main'])) {
  8571.             return $this->privates['security.firewall.map.context.main'];
  8572.         }
  8573.         $b = ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService());
  8574.         $c = ($this->privates['security.http_utils'] ?? $this->getSecurity_HttpUtilsService());
  8575.         return $this->privates['security.firewall.map.context.main'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallContext(new RewindableGenerator(function () {
  8576.             yield => ($this->privates['security.channel_listener'] ?? $this->getSecurity_ChannelListenerService());
  8577.             yield => ($this->privates['security.context_listener.0'] ?? $this->getSecurity_ContextListener_0Service());
  8578.             yield => ($this->privates['Hslavich\\OneloginSamlBundle\\Security\\Firewall\\SamlListener.main'] ?? $this->getSamlListener_MainService());
  8579.             yield => ($this->privates['security.authentication.listener.anonymous.main'] ?? $this->getSecurity_Authentication_Listener_Anonymous_MainService());
  8580.             yield => ($this->privates['security.access_listener'] ?? $this->getSecurity_AccessListenerService());
  8581.         }, 5), new \Symfony\Component\Security\Http\Firewall\ExceptionListener($b, ($this->privates['security.authentication.trust_resolver'] ?? ($this->privates['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver())), $c'main', new \Symfony\Component\Security\Http\EntryPoint\FormAuthenticationEntryPoint($a$c'saml_login'false), NULLNULL, ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), false), new \Symfony\Component\Security\Http\Firewall\LogoutListener($b$c, ($this->privates['security.event_dispatcher.main'] ?? $this->getSecurity_EventDispatcher_MainService()), ['csrf_parameter' => '_csrf_token''csrf_token_id' => 'logout''logout_path' => 'saml_logout']), new \Symfony\Bundle\SecurityBundle\Security\FirewallConfig('main''security.user_checker''.security.request_matcher.3UEFixr'truefalse'security.user.provider.concrete.saml_provider''main''security.authentication.form_entry_point.main'NULLNULL, [=> 'saml'=> 'anonymous'], NULL));
  8582.     }
  8583.     /**
  8584.      * Gets the private 'security.helper' shared service.
  8585.      *
  8586.      * @return \Symfony\Component\Security\Core\Security
  8587.      */
  8588.     protected function getSecurity_HelperService()
  8589.     {
  8590.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Security.php';
  8591.         return $this->privates['security.helper'] = new \Symfony\Component\Security\Core\Security(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  8592.             'security.authorization_checker' => ['services''.container.private.security.authorization_checker''get_Container_Private_Security_AuthorizationCheckerService'false],
  8593.             'security.token_storage' => ['services''.container.private.security.token_storage''get_Container_Private_Security_TokenStorageService'false],
  8594.         ], [
  8595.             'security.authorization_checker' => '?',
  8596.             'security.token_storage' => '?',
  8597.         ]));
  8598.     }
  8599.     /**
  8600.      * Gets the private 'security.http_utils' shared service.
  8601.      *
  8602.      * @return \Symfony\Component\Security\Http\HttpUtils
  8603.      */
  8604.     protected function getSecurity_HttpUtilsService()
  8605.     {
  8606.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/HttpUtils.php';
  8607.         $a = ($this->services['router'] ?? $this->getRouterService());
  8608.         return $this->privates['security.http_utils'] = new \Symfony\Component\Security\Http\HttpUtils($a$a'{^https?://%s$}i''{^https://%s$}i');
  8609.     }
  8610.     /**
  8611.      * Gets the private 'security.logout.listener.default.main' shared service.
  8612.      *
  8613.      * @return \Symfony\Component\Security\Http\EventListener\DefaultLogoutListener
  8614.      */
  8615.     protected function getSecurity_Logout_Listener_Default_MainService()
  8616.     {
  8617.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/EventListener/DefaultLogoutListener.php';
  8618.         return $this->privates['security.logout.listener.default.main'] = new \Symfony\Component\Security\Http\EventListener\DefaultLogoutListener(($this->privates['security.http_utils'] ?? $this->getSecurity_HttpUtilsService()), 'saml_login');
  8619.     }
  8620.     /**
  8621.      * Gets the private 'security.logout_url_generator' shared service.
  8622.      *
  8623.      * @return \Symfony\Component\Security\Http\Logout\LogoutUrlGenerator
  8624.      */
  8625.     protected function getSecurity_LogoutUrlGeneratorService()
  8626.     {
  8627.         $this->privates['security.logout_url_generator'] = $instance = new \Symfony\Component\Security\Http\Logout\LogoutUrlGenerator(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->services['router'] ?? $this->getRouterService()), ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()));
  8628.         $instance->registerListener('main''saml_logout''logout''_csrf_token'NULLNULL);
  8629.         return $instance;
  8630.     }
  8631.     /**
  8632.      * Gets the private 'security.password_hasher_factory' shared service.
  8633.      *
  8634.      * @return \Symfony\Component\PasswordHasher\Hasher\PasswordHasherFactory
  8635.      */
  8636.     protected function getSecurity_PasswordHasherFactoryService()
  8637.     {
  8638.         include_once \dirname(__DIR__4).'/vendor/symfony/password-hasher/Hasher/PasswordHasherFactoryInterface.php';
  8639.         include_once \dirname(__DIR__4).'/vendor/symfony/password-hasher/Hasher/PasswordHasherFactory.php';
  8640.         return $this->privates['security.password_hasher_factory'] = new \Symfony\Component\PasswordHasher\Hasher\PasswordHasherFactory(['Symfony\\Component\\Security\\Core\\User\\User' => ['class' => 'Symfony\\Component\\PasswordHasher\\Hasher\\NativePasswordHasher''arguments' => [=> NULL=> NULL=> NULL=> '2y']]]);
  8641.     }
  8642.     /**
  8643.      * Gets the private 'security.user_password_hasher' shared service.
  8644.      *
  8645.      * @return \Symfony\Component\PasswordHasher\Hasher\UserPasswordHasher
  8646.      */
  8647.     protected function getSecurity_UserPasswordHasherService()
  8648.     {
  8649.         include_once \dirname(__DIR__4).'/vendor/symfony/password-hasher/Hasher/UserPasswordHasherInterface.php';
  8650.         include_once \dirname(__DIR__4).'/vendor/symfony/password-hasher/Hasher/UserPasswordHasher.php';
  8651.         return $this->privates['security.user_password_hasher'] = new \Symfony\Component\PasswordHasher\Hasher\UserPasswordHasher(($this->privates['security.password_hasher_factory'] ?? $this->getSecurity_PasswordHasherFactoryService()));
  8652.     }
  8653.     /**
  8654.      * Gets the private 'security.validator.user_password' shared service.
  8655.      *
  8656.      * @return \Symfony\Component\Security\Core\Validator\Constraints\UserPasswordValidator
  8657.      */
  8658.     protected function getSecurity_Validator_UserPasswordService()
  8659.     {
  8660.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  8661.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  8662.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Validator/Constraints/UserPasswordValidator.php';
  8663.         return $this->privates['security.validator.user_password'] = new \Symfony\Component\Security\Core\Validator\Constraints\UserPasswordValidator(($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), ($this->privates['security.password_hasher_factory'] ?? $this->getSecurity_PasswordHasherFactoryService()));
  8664.     }
  8665.     /**
  8666.      * Gets the private 'sensio_framework_extra.controller.listener' shared service.
  8667.      *
  8668.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener
  8669.      */
  8670.     protected function getSensioFrameworkExtra_Controller_ListenerService()
  8671.     {
  8672.         return $this->privates['sensio_framework_extra.controller.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  8673.     }
  8674.     /**
  8675.      * Gets the private 'sensio_framework_extra.converter.listener' shared service.
  8676.      *
  8677.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener
  8678.      */
  8679.     protected function getSensioFrameworkExtra_Converter_ListenerService()
  8680.     {
  8681.         $a = new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\ParamConverterManager();
  8682.         $a->add(new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\DoctrineParamConverter(NULL, new \Symfony\Component\ExpressionLanguage\ExpressionLanguage()), 0'doctrine.orm');
  8683.         $a->add(new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\DateTimeParamConverter(), 0'datetime');
  8684.         return $this->privates['sensio_framework_extra.converter.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener($atrue);
  8685.     }
  8686.     /**
  8687.      * Gets the private 'sensio_framework_extra.routing.loader.annot_class' shared service.
  8688.      *
  8689.      * @return \Sensio\Bundle\FrameworkExtraBundle\Routing\AnnotatedRouteControllerLoader
  8690.      *
  8691.      * @deprecated Since sensio/framework-extra-bundle 5.2: The "sensio_framework_extra.routing.loader.annot_class" service is deprecated since version 5.2
  8692.      */
  8693.     protected function getSensioFrameworkExtra_Routing_Loader_AnnotClassService()
  8694.     {
  8695.         trigger_deprecation('sensio/framework-extra-bundle''5.2''The "sensio_framework_extra.routing.loader.annot_class" service is deprecated since version 5.2');
  8696.         return $this->privates['sensio_framework_extra.routing.loader.annot_class'] = new \Sensio\Bundle\FrameworkExtraBundle\Routing\AnnotatedRouteControllerLoader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  8697.     }
  8698.     /**
  8699.      * Gets the private 'sensio_framework_extra.routing.loader.annot_dir' shared service.
  8700.      *
  8701.      * @return \Symfony\Component\Routing\Loader\AnnotationDirectoryLoader
  8702.      *
  8703.      * @deprecated Since sensio/framework-extra-bundle 5.2: The "sensio_framework_extra.routing.loader.annot_dir" service is deprecated since version 5.2
  8704.      */
  8705.     protected function getSensioFrameworkExtra_Routing_Loader_AnnotDirService()
  8706.     {
  8707.         trigger_deprecation('sensio/framework-extra-bundle''5.2''The "sensio_framework_extra.routing.loader.annot_dir" service is deprecated since version 5.2');
  8708.         include_once \dirname(__DIR__4).'/vendor/symfony/config/FileLocatorInterface.php';
  8709.         include_once \dirname(__DIR__4).'/vendor/symfony/config/FileLocator.php';
  8710.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Config/FileLocator.php';
  8711.         return new \Symfony\Component\Routing\Loader\AnnotationDirectoryLoader(($this->privates['file_locator'] ?? ($this->privates['file_locator'] = new \Symfony\Component\HttpKernel\Config\FileLocator(($this->services['kernel'] ?? $this->get('kernel'1))))), ($this->privates['sensio_framework_extra.routing.loader.annot_class'] ?? $this->getSensioFrameworkExtra_Routing_Loader_AnnotClassService()));
  8712.     }
  8713.     /**
  8714.      * Gets the private 'sensio_framework_extra.routing.loader.annot_file' shared service.
  8715.      *
  8716.      * @return \Symfony\Component\Routing\Loader\AnnotationFileLoader
  8717.      *
  8718.      * @deprecated Since sensio/framework-extra-bundle 5.2: The "sensio_framework_extra.routing.loader.annot_file" service is deprecated since version 5.2
  8719.      */
  8720.     protected function getSensioFrameworkExtra_Routing_Loader_AnnotFileService()
  8721.     {
  8722.         trigger_deprecation('sensio/framework-extra-bundle''5.2''The "sensio_framework_extra.routing.loader.annot_file" service is deprecated since version 5.2');
  8723.         include_once \dirname(__DIR__4).'/vendor/symfony/config/FileLocatorInterface.php';
  8724.         include_once \dirname(__DIR__4).'/vendor/symfony/config/FileLocator.php';
  8725.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Config/FileLocator.php';
  8726.         return new \Symfony\Component\Routing\Loader\AnnotationFileLoader(($this->privates['file_locator'] ?? ($this->privates['file_locator'] = new \Symfony\Component\HttpKernel\Config\FileLocator(($this->services['kernel'] ?? $this->get('kernel'1))))), ($this->privates['sensio_framework_extra.routing.loader.annot_class'] ?? $this->getSensioFrameworkExtra_Routing_Loader_AnnotClassService()));
  8727.     }
  8728.     /**
  8729.      * Gets the private 'sensio_framework_extra.security.listener' shared service.
  8730.      *
  8731.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\SecurityListener
  8732.      */
  8733.     protected function getSensioFrameworkExtra_Security_ListenerService()
  8734.     {
  8735.         $a = ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService());
  8736.         if (isset($this->privates['sensio_framework_extra.security.listener'])) {
  8737.             return $this->privates['sensio_framework_extra.security.listener'];
  8738.         }
  8739.         return $this->privates['sensio_framework_extra.security.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\SecurityListener(($this->privates['framework_extra_bundle.argument_name_convertor'] ?? $this->getFrameworkExtraBundle_ArgumentNameConvertorService()), new \Sensio\Bundle\FrameworkExtraBundle\Security\ExpressionLanguage(), ($this->privates['security.authentication.trust_resolver'] ?? ($this->privates['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver())), ($this->privates['security.role_hierarchy'] ?? ($this->privates['security.role_hierarchy'] = new \Symfony\Component\Security\Core\Role\RoleHierarchy([]))), ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), $a, ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  8740.     }
  8741.     /**
  8742.      * Gets the private 'sensio_framework_extra.view.listener' shared service.
  8743.      *
  8744.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\TemplateListener
  8745.      */
  8746.     protected function getSensioFrameworkExtra_View_ListenerService()
  8747.     {
  8748.         $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))));
  8749.         $instance->setContainer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  8750.             'twig' => ['services''.container.private.twig''get_Container_Private_TwigService'false],
  8751.         ], [
  8752.             'twig' => '?',
  8753.         ]))->withContext('sensio_framework_extra.view.listener'$this));
  8754.         return $instance;
  8755.     }
  8756.     /**
  8757.      * Gets the private 'serializer.mapping.cache_warmer' shared service.
  8758.      *
  8759.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\SerializerCacheWarmer
  8760.      */
  8761.     protected function getSerializer_Mapping_CacheWarmerService()
  8762.     {
  8763.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  8764.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/AbstractPhpFileCacheWarmer.php';
  8765.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/SerializerCacheWarmer.php';
  8766.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Loader/LoaderInterface.php';
  8767.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Loader/AnnotationLoader.php';
  8768.         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'));
  8769.     }
  8770.     /**
  8771.      * Gets the private 'serializer.mapping.class_metadata_factory' shared service.
  8772.      *
  8773.      * @return \Symfony\Component\Serializer\Mapping\Factory\ClassMetadataFactory
  8774.      */
  8775.     protected function getSerializer_Mapping_ClassMetadataFactoryService()
  8776.     {
  8777.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Factory/ClassMetadataFactoryInterface.php';
  8778.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Factory/ClassResolverTrait.php';
  8779.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Factory/ClassMetadataFactory.php';
  8780.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Loader/LoaderInterface.php';
  8781.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Loader/LoaderChain.php';
  8782.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Loader/AnnotationLoader.php';
  8783.         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()))]));
  8784.     }
  8785.     /**
  8786.      * Gets the private 'serializer.name_converter.metadata_aware' shared service.
  8787.      *
  8788.      * @return \Symfony\Component\Serializer\NameConverter\MetadataAwareNameConverter
  8789.      */
  8790.     protected function getSerializer_NameConverter_MetadataAwareService()
  8791.     {
  8792.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/NameConverter/NameConverterInterface.php';
  8793.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/NameConverter/AdvancedNameConverterInterface.php';
  8794.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/NameConverter/MetadataAwareNameConverter.php';
  8795.         return $this->privates['serializer.name_converter.metadata_aware'] = new \Symfony\Component\Serializer\NameConverter\MetadataAwareNameConverter(($this->privates['serializer.mapping.class_metadata_factory'] ?? $this->getSerializer_Mapping_ClassMetadataFactoryService()));
  8796.     }
  8797.     /**
  8798.      * Gets the private 'session.factory' shared service.
  8799.      *
  8800.      * @return \Symfony\Component\HttpFoundation\Session\SessionFactory
  8801.      */
  8802.     protected function getSession_FactoryService()
  8803.     {
  8804.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/SessionFactoryInterface.php';
  8805.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/SessionFactory.php';
  8806.         $a = ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  8807.         if (isset($this->privates['session.factory'])) {
  8808.             return $this->privates['session.factory'];
  8809.         }
  8810.         return $this->privates['session.factory'] = new \Symfony\Component\HttpFoundation\Session\SessionFactory(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), $this->getSession_Storage_Factory_ServiceService(), [=> $a=> 'onSessionUsage']);
  8811.     }
  8812.     /**
  8813.      * Gets the private 'session.storage.factory.service' shared service.
  8814.      *
  8815.      * @return \Symfony\Bundle\FrameworkBundle\Session\ServiceSessionFactory
  8816.      *
  8817.      * @deprecated Since symfony/framework-bundle 5.3: The "session.storage.factory.service" service is deprecated, use "session.storage.factory.native", "session.storage.factory.php_bridge" or "session.storage.factory.mock_file" instead.
  8818.      */
  8819.     protected function getSession_Storage_Factory_ServiceService()
  8820.     {
  8821.         trigger_deprecation('symfony/framework-bundle''5.3''The "session.storage.factory.service" service is deprecated, use "session.storage.factory.native", "session.storage.factory.php_bridge" or "session.storage.factory.mock_file" instead.');
  8822.         return new \Symfony\Bundle\FrameworkBundle\Session\ServiceSessionFactory(($this->privates['session.storage.native'] ?? $this->getSession_Storage_NativeService()));
  8823.     }
  8824.     /**
  8825.      * Gets the private 'session.storage.metadata_bag' shared service.
  8826.      *
  8827.      * @return \Symfony\Component\HttpFoundation\Session\Storage\MetadataBag
  8828.      *
  8829.      * @deprecated Since symfony/framework-bundle 5.3: The "session.storage.metadata_bag" service is deprecated, create your own "session.storage.factory" instead.
  8830.      */
  8831.     protected function getSession_Storage_MetadataBagService()
  8832.     {
  8833.         trigger_deprecation('symfony/framework-bundle''5.3''The "session.storage.metadata_bag" service is deprecated, create your own "session.storage.factory" instead.');
  8834.         return new \Symfony\Component\HttpFoundation\Session\Storage\MetadataBag('_sf2_meta'0);
  8835.     }
  8836.     /**
  8837.      * Gets the private 'session.storage.native' shared service.
  8838.      *
  8839.      * @return \Symfony\Component\HttpFoundation\Session\Storage\NativeSessionStorage
  8840.      *
  8841.      * @deprecated Since symfony/framework-bundle 5.3: The "session.storage.native" service is deprecated, use "session.storage.factory.native" instead.
  8842.      */
  8843.     protected function getSession_Storage_NativeService()
  8844.     {
  8845.         trigger_deprecation('symfony/framework-bundle''5.3''The "session.storage.native" service is deprecated, use "session.storage.factory.native" instead.');
  8846.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/Storage/Handler/AbstractSessionHandler.php';
  8847.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/Storage/Handler/RedisSessionHandler.php';
  8848.         $a = new \Redis();
  8849.         $a->connect($this->getEnv('REDIS_HOST'), $this->getEnv('int:REDIS_PORT'));
  8850.         $a->auth($this->getEnv('REDIS_PASSWORD'));
  8851.         $a->select($this->getEnv('int:REDIS_SESSION_DB'));
  8852.         return $this->privates['session.storage.native'] = new \Symfony\Component\HttpFoundation\Session\Storage\NativeSessionStorage($this->parameters['session.storage.options'], new \Symfony\Component\HttpFoundation\Session\Storage\Handler\RedisSessionHandler($a), $this->getSession_Storage_MetadataBagService());
  8853.     }
  8854.     /**
  8855.      * Gets the private 'session_listener' shared service.
  8856.      *
  8857.      * @return \Symfony\Component\HttpKernel\EventListener\SessionListener
  8858.      */
  8859.     protected function getSessionListenerService()
  8860.     {
  8861.         return $this->privates['session_listener'] = new \Symfony\Component\HttpKernel\EventListener\SessionListener(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  8862.             'initialized_session' => ['services''.container.private.session'NULLfalse],
  8863.             'logger' => ['privates''monolog.logger''getMonolog_LoggerService'false],
  8864.             'request_stack' => ['services''request_stack''getRequestStackService'false],
  8865.             'session' => ['services''.container.private.session''get_Container_Private_SessionService'false],
  8866.             'session_collector' => ['privates''data_collector.request.session_collector''getDataCollector_Request_SessionCollectorService'false],
  8867.             'session_factory' => ['privates''session.factory''getSession_FactoryService'false],
  8868.             'session_storage' => ['privates''session.storage.native''getSession_Storage_NativeService'false],
  8869.         ], [
  8870.             'initialized_session' => '?',
  8871.             'logger' => '?',
  8872.             'request_stack' => '?',
  8873.             'session' => '?',
  8874.             'session_collector' => '?',
  8875.             'session_factory' => '?',
  8876.             'session_storage' => '?',
  8877.         ]), true$this->parameters['session.storage.options']);
  8878.     }
  8879.     /**
  8880.      * Gets the private 'translation.extractor' shared service.
  8881.      *
  8882.      * @return \Symfony\Component\Translation\Extractor\ChainExtractor
  8883.      */
  8884.     protected function getTranslation_ExtractorService()
  8885.     {
  8886.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Extractor/ExtractorInterface.php';
  8887.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Extractor/ChainExtractor.php';
  8888.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Extractor/AbstractFileExtractor.php';
  8889.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Extractor/PhpExtractor.php';
  8890.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Translation/TwigExtractor.php';
  8891.         $this->privates['translation.extractor'] = $instance = new \Symfony\Component\Translation\Extractor\ChainExtractor();
  8892.         $instance->addExtractor('php', new \Symfony\Component\Translation\Extractor\PhpExtractor());
  8893.         $instance->addExtractor('twig', new \Symfony\Bridge\Twig\Translation\TwigExtractor(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService())));
  8894.         return $instance;
  8895.     }
  8896.     /**
  8897.      * Gets the private 'translation.loader.csv' shared service.
  8898.      *
  8899.      * @return \Symfony\Component\Translation\Loader\CsvFileLoader
  8900.      */
  8901.     protected function getTranslation_Loader_CsvService()
  8902.     {
  8903.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  8904.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  8905.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  8906.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/CsvFileLoader.php';
  8907.         return $this->privates['translation.loader.csv'] = new \Symfony\Component\Translation\Loader\CsvFileLoader();
  8908.     }
  8909.     /**
  8910.      * Gets the private 'translation.loader.dat' shared service.
  8911.      *
  8912.      * @return \Symfony\Component\Translation\Loader\IcuDatFileLoader
  8913.      */
  8914.     protected function getTranslation_Loader_DatService()
  8915.     {
  8916.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  8917.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IcuResFileLoader.php';
  8918.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IcuDatFileLoader.php';
  8919.         return $this->privates['translation.loader.dat'] = new \Symfony\Component\Translation\Loader\IcuDatFileLoader();
  8920.     }
  8921.     /**
  8922.      * Gets the private 'translation.loader.ini' shared service.
  8923.      *
  8924.      * @return \Symfony\Component\Translation\Loader\IniFileLoader
  8925.      */
  8926.     protected function getTranslation_Loader_IniService()
  8927.     {
  8928.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  8929.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  8930.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  8931.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IniFileLoader.php';
  8932.         return $this->privates['translation.loader.ini'] = new \Symfony\Component\Translation\Loader\IniFileLoader();
  8933.     }
  8934.     /**
  8935.      * Gets the private 'translation.loader.json' shared service.
  8936.      *
  8937.      * @return \Symfony\Component\Translation\Loader\JsonFileLoader
  8938.      */
  8939.     protected function getTranslation_Loader_JsonService()
  8940.     {
  8941.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  8942.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  8943.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  8944.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/JsonFileLoader.php';
  8945.         return $this->privates['translation.loader.json'] = new \Symfony\Component\Translation\Loader\JsonFileLoader();
  8946.     }
  8947.     /**
  8948.      * Gets the private 'translation.loader.mo' shared service.
  8949.      *
  8950.      * @return \Symfony\Component\Translation\Loader\MoFileLoader
  8951.      */
  8952.     protected function getTranslation_Loader_MoService()
  8953.     {
  8954.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  8955.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  8956.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  8957.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/MoFileLoader.php';
  8958.         return $this->privates['translation.loader.mo'] = new \Symfony\Component\Translation\Loader\MoFileLoader();
  8959.     }
  8960.     /**
  8961.      * Gets the private 'translation.loader.php' shared service.
  8962.      *
  8963.      * @return \Symfony\Component\Translation\Loader\PhpFileLoader
  8964.      */
  8965.     protected function getTranslation_Loader_PhpService()
  8966.     {
  8967.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  8968.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  8969.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  8970.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/PhpFileLoader.php';
  8971.         return $this->privates['translation.loader.php'] = new \Symfony\Component\Translation\Loader\PhpFileLoader();
  8972.     }
  8973.     /**
  8974.      * Gets the private 'translation.loader.po' shared service.
  8975.      *
  8976.      * @return \Symfony\Component\Translation\Loader\PoFileLoader
  8977.      */
  8978.     protected function getTranslation_Loader_PoService()
  8979.     {
  8980.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  8981.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  8982.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  8983.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/PoFileLoader.php';
  8984.         return $this->privates['translation.loader.po'] = new \Symfony\Component\Translation\Loader\PoFileLoader();
  8985.     }
  8986.     /**
  8987.      * Gets the private 'translation.loader.qt' shared service.
  8988.      *
  8989.      * @return \Symfony\Component\Translation\Loader\QtFileLoader
  8990.      */
  8991.     protected function getTranslation_Loader_QtService()
  8992.     {
  8993.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  8994.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/QtFileLoader.php';
  8995.         return $this->privates['translation.loader.qt'] = new \Symfony\Component\Translation\Loader\QtFileLoader();
  8996.     }
  8997.     /**
  8998.      * Gets the private 'translation.loader.res' shared service.
  8999.      *
  9000.      * @return \Symfony\Component\Translation\Loader\IcuResFileLoader
  9001.      */
  9002.     protected function getTranslation_Loader_ResService()
  9003.     {
  9004.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  9005.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IcuResFileLoader.php';
  9006.         return $this->privates['translation.loader.res'] = new \Symfony\Component\Translation\Loader\IcuResFileLoader();
  9007.     }
  9008.     /**
  9009.      * Gets the private 'translation.loader.xliff' shared service.
  9010.      *
  9011.      * @return \Symfony\Component\Translation\Loader\XliffFileLoader
  9012.      */
  9013.     protected function getTranslation_Loader_XliffService()
  9014.     {
  9015.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  9016.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/XliffFileLoader.php';
  9017.         return $this->privates['translation.loader.xliff'] = new \Symfony\Component\Translation\Loader\XliffFileLoader();
  9018.     }
  9019.     /**
  9020.      * Gets the private 'translation.loader.yml' shared service.
  9021.      *
  9022.      * @return \Symfony\Component\Translation\Loader\YamlFileLoader
  9023.      */
  9024.     protected function getTranslation_Loader_YmlService()
  9025.     {
  9026.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  9027.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  9028.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  9029.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/YamlFileLoader.php';
  9030.         return $this->privates['translation.loader.yml'] = new \Symfony\Component\Translation\Loader\YamlFileLoader();
  9031.     }
  9032.     /**
  9033.      * Gets the private 'translation.provider_collection' shared service.
  9034.      *
  9035.      * @return \Symfony\Component\Translation\Provider\TranslationProviderCollection
  9036.      */
  9037.     protected function getTranslation_ProviderCollectionService()
  9038.     {
  9039.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Provider/TranslationProviderCollection.php';
  9040.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Provider/TranslationProviderCollectionFactory.php';
  9041.         return $this->privates['translation.provider_collection'] = (new \Symfony\Component\Translation\Provider\TranslationProviderCollectionFactory(new RewindableGenerator(function () {
  9042.             yield => (new \Symfony\Component\Translation\Provider\NullProviderFactory());
  9043.         }, 1), []))->fromConfig([]);
  9044.     }
  9045.     /**
  9046.      * Gets the private 'translation.reader' shared service.
  9047.      *
  9048.      * @return \Symfony\Component\Translation\Reader\TranslationReader
  9049.      */
  9050.     protected function getTranslation_ReaderService()
  9051.     {
  9052.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Reader/TranslationReaderInterface.php';
  9053.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Reader/TranslationReader.php';
  9054.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  9055.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  9056.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  9057.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/PhpFileLoader.php';
  9058.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/YamlFileLoader.php';
  9059.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/XliffFileLoader.php';
  9060.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/PoFileLoader.php';
  9061.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/MoFileLoader.php';
  9062.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/QtFileLoader.php';
  9063.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/CsvFileLoader.php';
  9064.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IcuResFileLoader.php';
  9065.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IcuDatFileLoader.php';
  9066.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IniFileLoader.php';
  9067.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/JsonFileLoader.php';
  9068.         $this->privates['translation.reader'] = $instance = new \Symfony\Component\Translation\Reader\TranslationReader();
  9069.         $a = ($this->privates['translation.loader.yml'] ?? ($this->privates['translation.loader.yml'] = new \Symfony\Component\Translation\Loader\YamlFileLoader()));
  9070.         $b = ($this->privates['translation.loader.xliff'] ?? ($this->privates['translation.loader.xliff'] = new \Symfony\Component\Translation\Loader\XliffFileLoader()));
  9071.         $instance->addLoader('php', ($this->privates['translation.loader.php'] ?? ($this->privates['translation.loader.php'] = new \Symfony\Component\Translation\Loader\PhpFileLoader())));
  9072.         $instance->addLoader('yaml'$a);
  9073.         $instance->addLoader('yml'$a);
  9074.         $instance->addLoader('xlf'$b);
  9075.         $instance->addLoader('xliff'$b);
  9076.         $instance->addLoader('po', ($this->privates['translation.loader.po'] ?? ($this->privates['translation.loader.po'] = new \Symfony\Component\Translation\Loader\PoFileLoader())));
  9077.         $instance->addLoader('mo', ($this->privates['translation.loader.mo'] ?? ($this->privates['translation.loader.mo'] = new \Symfony\Component\Translation\Loader\MoFileLoader())));
  9078.         $instance->addLoader('ts', ($this->privates['translation.loader.qt'] ?? ($this->privates['translation.loader.qt'] = new \Symfony\Component\Translation\Loader\QtFileLoader())));
  9079.         $instance->addLoader('csv', ($this->privates['translation.loader.csv'] ?? ($this->privates['translation.loader.csv'] = new \Symfony\Component\Translation\Loader\CsvFileLoader())));
  9080.         $instance->addLoader('res', ($this->privates['translation.loader.res'] ?? ($this->privates['translation.loader.res'] = new \Symfony\Component\Translation\Loader\IcuResFileLoader())));
  9081.         $instance->addLoader('dat', ($this->privates['translation.loader.dat'] ?? ($this->privates['translation.loader.dat'] = new \Symfony\Component\Translation\Loader\IcuDatFileLoader())));
  9082.         $instance->addLoader('ini', ($this->privates['translation.loader.ini'] ?? ($this->privates['translation.loader.ini'] = new \Symfony\Component\Translation\Loader\IniFileLoader())));
  9083.         $instance->addLoader('json', ($this->privates['translation.loader.json'] ?? ($this->privates['translation.loader.json'] = new \Symfony\Component\Translation\Loader\JsonFileLoader())));
  9084.         return $instance;
  9085.     }
  9086.     /**
  9087.      * Gets the private 'translation.warmer' shared service.
  9088.      *
  9089.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\TranslationsCacheWarmer
  9090.      */
  9091.     protected function getTranslation_WarmerService()
  9092.     {
  9093.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  9094.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/TranslationsCacheWarmer.php';
  9095.         return $this->privates['translation.warmer'] = new \Symfony\Bundle\FrameworkBundle\CacheWarmer\TranslationsCacheWarmer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  9096.             'translator' => ['services''translator''getTranslatorService'false],
  9097.         ], [
  9098.             'translator' => '?',
  9099.         ]))->withContext('translation.warmer'$this));
  9100.     }
  9101.     /**
  9102.      * Gets the private 'translation.writer' shared service.
  9103.      *
  9104.      * @return \Symfony\Component\Translation\Writer\TranslationWriter
  9105.      */
  9106.     protected function getTranslation_WriterService()
  9107.     {
  9108.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Writer/TranslationWriterInterface.php';
  9109.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Writer/TranslationWriter.php';
  9110.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/DumperInterface.php';
  9111.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/FileDumper.php';
  9112.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/PhpFileDumper.php';
  9113.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/XliffFileDumper.php';
  9114.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/PoFileDumper.php';
  9115.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/MoFileDumper.php';
  9116.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/YamlFileDumper.php';
  9117.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/QtFileDumper.php';
  9118.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/CsvFileDumper.php';
  9119.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/IniFileDumper.php';
  9120.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/JsonFileDumper.php';
  9121.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/IcuResFileDumper.php';
  9122.         $this->privates['translation.writer'] = $instance = new \Symfony\Component\Translation\Writer\TranslationWriter();
  9123.         $instance->addDumper('php', new \Symfony\Component\Translation\Dumper\PhpFileDumper());
  9124.         $instance->addDumper('xlf', new \Symfony\Component\Translation\Dumper\XliffFileDumper());
  9125.         $instance->addDumper('po', new \Symfony\Component\Translation\Dumper\PoFileDumper());
  9126.         $instance->addDumper('mo', new \Symfony\Component\Translation\Dumper\MoFileDumper());
  9127.         $instance->addDumper('yml', new \Symfony\Component\Translation\Dumper\YamlFileDumper());
  9128.         $instance->addDumper('yaml', new \Symfony\Component\Translation\Dumper\YamlFileDumper('yaml'));
  9129.         $instance->addDumper('ts', new \Symfony\Component\Translation\Dumper\QtFileDumper());
  9130.         $instance->addDumper('csv', new \Symfony\Component\Translation\Dumper\CsvFileDumper());
  9131.         $instance->addDumper('ini', new \Symfony\Component\Translation\Dumper\IniFileDumper());
  9132.         $instance->addDumper('json', new \Symfony\Component\Translation\Dumper\JsonFileDumper());
  9133.         $instance->addDumper('res', new \Symfony\Component\Translation\Dumper\IcuResFileDumper());
  9134.         return $instance;
  9135.     }
  9136.     /**
  9137.      * Gets the private 'translator.default' shared service.
  9138.      *
  9139.      * @return \Symfony\Bundle\FrameworkBundle\Translation\Translator
  9140.      */
  9141.     protected function getTranslator_DefaultService()
  9142.     {
  9143.         $this->privates['translator.default'] = $instance = new \Symfony\Bundle\FrameworkBundle\Translation\Translator(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  9144.             'translation.loader.csv' => ['privates''translation.loader.csv''getTranslation_Loader_CsvService'false],
  9145.             'translation.loader.dat' => ['privates''translation.loader.dat''getTranslation_Loader_DatService'false],
  9146.             'translation.loader.ini' => ['privates''translation.loader.ini''getTranslation_Loader_IniService'false],
  9147.             'translation.loader.json' => ['privates''translation.loader.json''getTranslation_Loader_JsonService'false],
  9148.             'translation.loader.mo' => ['privates''translation.loader.mo''getTranslation_Loader_MoService'false],
  9149.             'translation.loader.php' => ['privates''translation.loader.php''getTranslation_Loader_PhpService'false],
  9150.             'translation.loader.po' => ['privates''translation.loader.po''getTranslation_Loader_PoService'false],
  9151.             'translation.loader.qt' => ['privates''translation.loader.qt''getTranslation_Loader_QtService'false],
  9152.             'translation.loader.res' => ['privates''translation.loader.res''getTranslation_Loader_ResService'false],
  9153.             'translation.loader.xliff' => ['privates''translation.loader.xliff''getTranslation_Loader_XliffService'false],
  9154.             'translation.loader.yml' => ['privates''translation.loader.yml''getTranslation_Loader_YmlService'false],
  9155.         ], [
  9156.             'translation.loader.csv' => '?',
  9157.             'translation.loader.dat' => '?',
  9158.             'translation.loader.ini' => '?',
  9159.             'translation.loader.json' => '?',
  9160.             'translation.loader.mo' => '?',
  9161.             'translation.loader.php' => '?',
  9162.             'translation.loader.po' => '?',
  9163.             'translation.loader.qt' => '?',
  9164.             'translation.loader.res' => '?',
  9165.             'translation.loader.xliff' => '?',
  9166.             'translation.loader.yml' => '?',
  9167.         ]), 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')], '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')], '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')], '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')], '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')], 'cy' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.cy.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.cy.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.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')], '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')], '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')], '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')], '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')], 'et' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.et.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.et.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.et.xlf')], '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')], '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')], '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')], '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).'/translations/messages.fr.yaml')], 'gl' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.gl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.gl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.gl.xlf')], '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')], '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')], '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')], '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')], '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')], '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')], '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')], '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')], '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')], 'mk' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.mk.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.mk.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.mk.xlf')], 'mn' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.mn.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.mn.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.mn.xlf')], 'my' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.my.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.my.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.my.xlf')], 'nb' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.nb.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.nb.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.nb.xlf')], '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')], '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')], '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')], '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')], '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')], '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')], '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')], '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')], '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')], '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')], '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')], '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')], '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')], 'ur' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.ur.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.ur.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.ur.xlf')], 'uz' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.uz.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.uz.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.uz.xlf')], 'vi' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.vi.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.vi.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.vi.xlf')], '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')], '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')]], '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).'/translations'), => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle/translations'), => (\dirname(__DIR__4).'/vendor/symfony/security-bundle/translations'), => (\dirname(__DIR__4).'/vendor/hslavich/oneloginsaml-bundle/translations'), => (\dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/translations'), => (\dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/translations'), => (\dirname(__DIR__4).'/vendor/nelmio/cors-bundle/translations'), 10 => (\dirname(__DIR__4).'/vendor/symfony/twig-bundle/translations'), 11 => (\dirname(__DIR__4).'/vendor/twig/extra-bundle/translations'), 12 => (\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/translations'), 13 => (\dirname(__DIR__4).'/vendor/symfony/monolog-bundle/translations'), 14 => (\dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/translations'), 15 => (\dirname(__DIR__4).'/vendor/3slab/vdm-library-bundle/translations')], 'cache_vary' => ['scanned_directories' => [=> 'vendor/symfony/validator/Resources/translations'=> 'vendor/symfony/form/Resources/translations'=> 'vendor/symfony/security-core/Resources/translations'=> 'translations'=> 'vendor/symfony/framework-bundle/translations'=> 'vendor/symfony/security-bundle/translations'=> 'vendor/hslavich/oneloginsaml-bundle/translations'=> 'vendor/lexik/jwt-authentication-bundle/translations'=> 'vendor/nelmio/api-doc-bundle/translations'=> 'vendor/nelmio/cors-bundle/translations'10 => 'vendor/symfony/twig-bundle/translations'11 => 'vendor/twig/extra-bundle/translations'12 => 'vendor/symfony/web-profiler-bundle/translations'13 => 'vendor/symfony/monolog-bundle/translations'14 => 'vendor/sensio/framework-extra-bundle/src/translations'15 => 'vendor/3slab/vdm-library-bundle/translations']]], []);
  9168.         $instance->setConfigCacheFactory(($this->privates['config_cache_factory'] ?? $this->getConfigCacheFactoryService()));
  9169.         $instance->setFallbackLocales([=> 'fr']);
  9170.         return $instance;
  9171.     }
  9172.     /**
  9173.      * Gets the private 'twig.command.debug' shared service.
  9174.      *
  9175.      * @return \Symfony\Bridge\Twig\Command\DebugCommand
  9176.      */
  9177.     protected function getTwig_Command_DebugService()
  9178.     {
  9179.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  9180.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Command/DebugCommand.php';
  9181.         $this->privates['twig.command.debug'] = $instance = new \Symfony\Bridge\Twig\Command\DebugCommand(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()), \dirname(__DIR__4), $this->parameters['kernel.bundles_metadata'], (\dirname(__DIR__4).'/templates'), ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService()));
  9182.         $instance->setName('debug:twig');
  9183.         $instance->setDescription('Show a list of twig functions, filters, globals and tests');
  9184.         return $instance;
  9185.     }
  9186.     /**
  9187.      * Gets the private 'twig.command.lint' shared service.
  9188.      *
  9189.      * @return \Symfony\Bundle\TwigBundle\Command\LintCommand
  9190.      */
  9191.     protected function getTwig_Command_LintService()
  9192.     {
  9193.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  9194.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Command/LintCommand.php';
  9195.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bundle/Command/LintCommand.php';
  9196.         $this->privates['twig.command.lint'] = $instance = new \Symfony\Bundle\TwigBundle\Command\LintCommand(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  9197.         $instance->setName('lint:twig');
  9198.         $instance->setDescription('Lint a Twig template and outputs encountered errors');
  9199.         return $instance;
  9200.     }
  9201.     /**
  9202.      * Gets the private 'twig.form.engine' shared service.
  9203.      *
  9204.      * @return \Symfony\Bridge\Twig\Form\TwigRendererEngine
  9205.      */
  9206.     protected function getTwig_Form_EngineService()
  9207.     {
  9208.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormRendererEngineInterface.php';
  9209.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractRendererEngine.php';
  9210.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Form/TwigRendererEngine.php';
  9211.         $a = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  9212.         if (isset($this->privates['twig.form.engine'])) {
  9213.             return $this->privates['twig.form.engine'];
  9214.         }
  9215.         return $this->privates['twig.form.engine'] = new \Symfony\Bridge\Twig\Form\TwigRendererEngine($this->parameters['twig.form.resources'], $a);
  9216.     }
  9217.     /**
  9218.      * Gets the private 'twig.form.renderer' shared service.
  9219.      *
  9220.      * @return \Symfony\Component\Form\FormRenderer
  9221.      */
  9222.     protected function getTwig_Form_RendererService()
  9223.     {
  9224.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormRendererInterface.php';
  9225.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormRenderer.php';
  9226.         $a = ($this->privates['twig.form.engine'] ?? $this->getTwig_Form_EngineService());
  9227.         if (isset($this->privates['twig.form.renderer'])) {
  9228.             return $this->privates['twig.form.renderer'];
  9229.         }
  9230.         return $this->privates['twig.form.renderer'] = new \Symfony\Component\Form\FormRenderer($aNULL);
  9231.     }
  9232.     /**
  9233.      * Gets the private 'twig.mailer.message_listener' shared service.
  9234.      *
  9235.      * @return \Symfony\Component\Mailer\EventListener\MessageListener
  9236.      */
  9237.     protected function getTwig_Mailer_MessageListenerService()
  9238.     {
  9239.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/EventListener/MessageListener.php';
  9240.         include_once \dirname(__DIR__4).'/vendor/symfony/mime/BodyRendererInterface.php';
  9241.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Mime/BodyRenderer.php';
  9242.         $a = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  9243.         if (isset($this->privates['twig.mailer.message_listener'])) {
  9244.             return $this->privates['twig.mailer.message_listener'];
  9245.         }
  9246.         return $this->privates['twig.mailer.message_listener'] = new \Symfony\Component\Mailer\EventListener\MessageListener(NULL, new \Symfony\Bridge\Twig\Mime\BodyRenderer($a));
  9247.     }
  9248.     /**
  9249.      * Gets the private 'twig.runtime.httpkernel' shared service.
  9250.      *
  9251.      * @return \Symfony\Bridge\Twig\Extension\HttpKernelRuntime
  9252.      */
  9253.     protected function getTwig_Runtime_HttpkernelService()
  9254.     {
  9255.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/HttpKernelRuntime.php';
  9256.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/FragmentHandler.php';
  9257.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DependencyInjection/LazyLoadingFragmentHandler.php';
  9258.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/FragmentUriGeneratorInterface.php';
  9259.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/FragmentUriGenerator.php';
  9260.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/UriSigner.php';
  9261.         $a = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  9262.         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, [
  9263.             'inline' => ['privates''fragment.renderer.inline''getFragment_Renderer_InlineService'false],
  9264.         ], [
  9265.             'inline' => '?',
  9266.         ]), $atrue), new \Symfony\Component\HttpKernel\Fragment\FragmentUriGenerator('/_fragment', new \Symfony\Component\HttpKernel\UriSigner($this->getEnv('APP_SECRET')), $a));
  9267.     }
  9268.     /**
  9269.      * Gets the private 'twig.runtime.serializer' shared service.
  9270.      *
  9271.      * @return \Symfony\Bridge\Twig\Extension\SerializerRuntime
  9272.      */
  9273.     protected function getTwig_Runtime_SerializerService()
  9274.     {
  9275.         include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/RuntimeExtensionInterface.php';
  9276.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/SerializerRuntime.php';
  9277.         return $this->privates['twig.runtime.serializer'] = new \Symfony\Bridge\Twig\Extension\SerializerRuntime(($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService()));
  9278.     }
  9279.     /**
  9280.      * Gets the private 'twig.template_cache_warmer' shared service.
  9281.      *
  9282.      * @return \Symfony\Bundle\TwigBundle\CacheWarmer\TemplateCacheWarmer
  9283.      */
  9284.     protected function getTwig_TemplateCacheWarmerService()
  9285.     {
  9286.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  9287.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bundle/CacheWarmer/TemplateCacheWarmer.php';
  9288.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bundle/TemplateIterator.php';
  9289.         return $this->privates['twig.template_cache_warmer'] = new \Symfony\Bundle\TwigBundle\CacheWarmer\TemplateCacheWarmer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  9290.             'twig' => ['services''.container.private.twig''get_Container_Private_TwigService'false],
  9291.         ], [
  9292.             'twig' => '?',
  9293.         ]))->withContext('twig.template_cache_warmer'$this), new \Symfony\Bundle\TwigBundle\TemplateIterator(($this->services['kernel'] ?? $this->get('kernel'1)), [(\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')));
  9294.     }
  9295.     /**
  9296.      * Gets the private 'validator.builder' shared service.
  9297.      *
  9298.      * @return \Symfony\Component\Validator\ValidatorBuilder
  9299.      */
  9300.     protected function getValidator_BuilderService()
  9301.     {
  9302.         $this->privates['validator.builder'] = $instance = \Symfony\Component\Validator\Validation::createValidatorBuilder();
  9303.         $a = ($this->privates['property_info'] ?? $this->getPropertyInfoService());
  9304.         $instance->setConstraintValidatorFactory(new \Symfony\Component\Validator\ContainerConstraintValidatorFactory(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  9305.             'Symfony\\Component\\Security\\Core\\Validator\\Constraints\\UserPasswordValidator' => ['privates''security.validator.user_password''getSecurity_Validator_UserPasswordService'false],
  9306.             'Symfony\\Component\\Validator\\Constraints\\EmailValidator' => ['privates''validator.email''getValidator_EmailService'false],
  9307.             'Symfony\\Component\\Validator\\Constraints\\ExpressionValidator' => ['privates''validator.expression''getValidator_ExpressionService'false],
  9308.             'Symfony\\Component\\Validator\\Constraints\\NotCompromisedPasswordValidator' => ['privates''validator.not_compromised_password''getValidator_NotCompromisedPasswordService'false],
  9309.             'security.validator.user_password' => ['privates''security.validator.user_password''getSecurity_Validator_UserPasswordService'false],
  9310.             'validator.expression' => ['privates''validator.expression''getValidator_ExpressionService'false],
  9311.         ], [
  9312.             'Symfony\\Component\\Security\\Core\\Validator\\Constraints\\UserPasswordValidator' => '?',
  9313.             'Symfony\\Component\\Validator\\Constraints\\EmailValidator' => '?',
  9314.             'Symfony\\Component\\Validator\\Constraints\\ExpressionValidator' => '?',
  9315.             'Symfony\\Component\\Validator\\Constraints\\NotCompromisedPasswordValidator' => '?',
  9316.             'security.validator.user_password' => '?',
  9317.             'validator.expression' => '?',
  9318.         ])));
  9319.         if ($this->has('translator')) {
  9320.             $instance->setTranslator(($this->services['translator'] ?? $this->getTranslatorService()));
  9321.         }
  9322.         $instance->setTranslationDomain('validators');
  9323.         $instance->addXmlMappings([=> (\dirname(__DIR__4).'/vendor/symfony/form/Resources/config/validation.xml')]);
  9324.         $instance->enableAnnotationMapping(true);
  9325.         $instance->setDoctrineAnnotationReader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  9326.         $instance->addMethodMapping('loadValidatorMetadata');
  9327.         $instance->addObjectInitializers([]);
  9328.         $instance->addLoader(new \Symfony\Component\Validator\Mapping\Loader\PropertyInfoLoader($a$a$aNULL));
  9329.         return $instance;
  9330.     }
  9331.     /**
  9332.      * Gets the private 'validator.email' shared service.
  9333.      *
  9334.      * @return \Symfony\Component\Validator\Constraints\EmailValidator
  9335.      */
  9336.     protected function getValidator_EmailService()
  9337.     {
  9338.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  9339.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  9340.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/Constraints/EmailValidator.php';
  9341.         return $this->privates['validator.email'] = new \Symfony\Component\Validator\Constraints\EmailValidator('html5');
  9342.     }
  9343.     /**
  9344.      * Gets the private 'validator.expression' shared service.
  9345.      *
  9346.      * @return \Symfony\Component\Validator\Constraints\ExpressionValidator
  9347.      */
  9348.     protected function getValidator_ExpressionService()
  9349.     {
  9350.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  9351.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  9352.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/Constraints/ExpressionValidator.php';
  9353.         return $this->privates['validator.expression'] = new \Symfony\Component\Validator\Constraints\ExpressionValidator(new \Symfony\Component\ExpressionLanguage\ExpressionLanguage(($this->services['cache.validator_expression_language'] ?? $this->getCache_ValidatorExpressionLanguageService())));
  9354.     }
  9355.     /**
  9356.      * Gets the private 'validator.mapping.cache_warmer' shared service.
  9357.      *
  9358.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\ValidatorCacheWarmer
  9359.      */
  9360.     protected function getValidator_Mapping_CacheWarmerService()
  9361.     {
  9362.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  9363.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/AbstractPhpFileCacheWarmer.php';
  9364.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/ValidatorCacheWarmer.php';
  9365.         return $this->privates['validator.mapping.cache_warmer'] = new \Symfony\Bundle\FrameworkBundle\CacheWarmer\ValidatorCacheWarmer(($this->privates['validator.builder'] ?? $this->getValidator_BuilderService()), ($this->targetDir.''.'/validation.php'));
  9366.     }
  9367.     /**
  9368.      * Gets the private 'validator.not_compromised_password' shared service.
  9369.      *
  9370.      * @return \Symfony\Component\Validator\Constraints\NotCompromisedPasswordValidator
  9371.      */
  9372.     protected function getValidator_NotCompromisedPasswordService()
  9373.     {
  9374.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  9375.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  9376.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/Constraints/NotCompromisedPasswordValidator.php';
  9377.         return $this->privates['validator.not_compromised_password'] = new \Symfony\Component\Validator\Constraints\NotCompromisedPasswordValidator(($this->privates['.debug.http_client'] ?? $this->get_Debug_HttpClientService()), 'UTF-8'trueNULL);
  9378.     }
  9379.     /**
  9380.      * Gets the private 'web_profiler.csp.handler' shared service.
  9381.      *
  9382.      * @return \Symfony\Bundle\WebProfilerBundle\Csp\ContentSecurityPolicyHandler
  9383.      */
  9384.     protected function getWebProfiler_Csp_HandlerService()
  9385.     {
  9386.         return $this->privates['web_profiler.csp.handler'] = new \Symfony\Bundle\WebProfilerBundle\Csp\ContentSecurityPolicyHandler(new \Symfony\Bundle\WebProfilerBundle\Csp\NonceGenerator());
  9387.     }
  9388.     /**
  9389.      * Gets the private 'web_profiler.debug_toolbar' shared service.
  9390.      *
  9391.      * @return \Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener
  9392.      */
  9393.     protected function getWebProfiler_DebugToolbarService()
  9394.     {
  9395.         $a = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  9396.         if (isset($this->privates['web_profiler.debug_toolbar'])) {
  9397.             return $this->privates['web_profiler.debug_toolbar'];
  9398.         }
  9399.         return $this->privates['web_profiler.debug_toolbar'] = new \Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener($afalse2, ($this->services['router'] ?? $this->getRouterService()), '^/((index|app(_[\\w]+)?)\\.php/)?_wdt', ($this->privates['web_profiler.csp.handler'] ?? $this->getWebProfiler_Csp_HandlerService()), NULL);
  9400.     }
  9401.     /**
  9402.      * Gets the public 'cache_clearer' alias.
  9403.      *
  9404.      * @return object The ".container.private.cache_clearer" service.
  9405.      */
  9406.     protected function getCacheClearerService()
  9407.     {
  9408.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "cache_clearer" service directly from the container is deprecated, use dependency injection instead.');
  9409.         return $this->get('.container.private.cache_clearer');
  9410.     }
  9411.     /**
  9412.      * Gets the public 'filesystem' alias.
  9413.      *
  9414.      * @return object The ".container.private.filesystem" service.
  9415.      */
  9416.     protected function getFilesystemService()
  9417.     {
  9418.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "filesystem" service directly from the container is deprecated, use dependency injection instead.');
  9419.         return $this->get('.container.private.filesystem');
  9420.     }
  9421.     /**
  9422.      * Gets the public 'serializer' alias.
  9423.      *
  9424.      * @return object The ".container.private.serializer" service.
  9425.      */
  9426.     protected function getSerializerService()
  9427.     {
  9428.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "serializer" service directly from the container is deprecated, use dependency injection instead.');
  9429.         return $this->get('.container.private.serializer');
  9430.     }
  9431.     /**
  9432.      * Gets the public 'form.factory' alias.
  9433.      *
  9434.      * @return object The ".container.private.form.factory" service.
  9435.      */
  9436.     protected function getForm_FactoryService()
  9437.     {
  9438.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "form.factory" service directly from the container is deprecated, use dependency injection instead.');
  9439.         return $this->get('.container.private.form.factory');
  9440.     }
  9441.     /**
  9442.      * Gets the public 'form.type.file' alias.
  9443.      *
  9444.      * @return object The ".container.private.form.type.file" service.
  9445.      */
  9446.     protected function getForm_Type_FileService()
  9447.     {
  9448.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "form.type.file" service directly from the container is deprecated, use dependency injection instead.');
  9449.         return $this->get('.container.private.form.type.file');
  9450.     }
  9451.     /**
  9452.      * Gets the public 'profiler' alias.
  9453.      *
  9454.      * @return object The ".container.private.profiler" service.
  9455.      */
  9456.     protected function getProfilerService()
  9457.     {
  9458.         trigger_deprecation('symfony/framework-bundle''5.4''Accessing the "profiler" service directly from the container is deprecated, use dependency injection instead.');
  9459.         return $this->get('.container.private.profiler');
  9460.     }
  9461.     /**
  9462.      * Gets the public 'security.authorization_checker' alias.
  9463.      *
  9464.      * @return object The ".container.private.security.authorization_checker" service.
  9465.      */
  9466.     protected function getSecurity_AuthorizationCheckerService()
  9467.     {
  9468.         trigger_deprecation('symfony/security-bundle''5.3''Accessing the "security.authorization_checker" service directly from the container is deprecated, use dependency injection instead.');
  9469.         return $this->get('.container.private.security.authorization_checker');
  9470.     }
  9471.     /**
  9472.      * Gets the public 'security.token_storage' alias.
  9473.      *
  9474.      * @return object The ".container.private.security.token_storage" service.
  9475.      */
  9476.     protected function getSecurity_TokenStorageService()
  9477.     {
  9478.         trigger_deprecation('symfony/security-bundle''5.3''Accessing the "security.token_storage" service directly from the container is deprecated, use dependency injection instead.');
  9479.         return $this->get('.container.private.security.token_storage');
  9480.     }
  9481.     /**
  9482.      * Gets the public 'twig' alias.
  9483.      *
  9484.      * @return object The ".container.private.twig" service.
  9485.      */
  9486.     protected function getTwigService()
  9487.     {
  9488.         trigger_deprecation('symfony/twig-bundle''5.2''Accessing the "twig" service directly from the container is deprecated, use dependency injection instead.');
  9489.         return $this->get('.container.private.twig');
  9490.     }
  9491.     /**
  9492.      * Gets the public 'security.password_encoder' alias.
  9493.      *
  9494.      * @return object The ".container.private.security.password_encoder" service.
  9495.      */
  9496.     protected function getSecurity_PasswordEncoderService()
  9497.     {
  9498.         trigger_deprecation('symfony/security-bundle''5.3''Accessing the "security.password_encoder" service directly from the container is deprecated, use dependency injection instead.');
  9499.         return $this->get('.container.private.security.password_encoder');
  9500.     }
  9501.     /**
  9502.      * Gets the public 'session' alias.
  9503.      *
  9504.      * @return object The ".container.private.session" service.
  9505.      */
  9506.     protected function getSessionService()
  9507.     {
  9508.         trigger_deprecation('symfony/framework-bundle''5.3''Accessing the "session" service directly from the container is deprecated, use dependency injection instead.');
  9509.         return $this->get('.container.private.session');
  9510.     }
  9511.     /**
  9512.      * Gets the public 'validator' alias.
  9513.      *
  9514.      * @return object The ".container.private.validator" service.
  9515.      */
  9516.     protected function getValidatorService()
  9517.     {
  9518.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "validator" service directly from the container is deprecated, use dependency injection instead.');
  9519.         return $this->get('.container.private.validator');
  9520.     }
  9521.     /**
  9522.      * @return array|bool|float|int|string|\UnitEnum|null
  9523.      */
  9524.     public function getParameter(string $name)
  9525.     {
  9526.         if (isset($this->buildParameters[$name])) {
  9527.             return $this->buildParameters[$name];
  9528.         }
  9529.         if (!(isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || \array_key_exists($name$this->parameters))) {
  9530.             throw new InvalidArgumentException(sprintf('The parameter "%s" must be defined.'$name));
  9531.         }
  9532.         if (isset($this->loadedDynamicParameters[$name])) {
  9533.             return $this->loadedDynamicParameters[$name] ? $this->dynamicParameters[$name] : $this->getDynamicParameter($name);
  9534.         }
  9535.         return $this->parameters[$name];
  9536.     }
  9537.     public function hasParameter(string $name): bool
  9538.     {
  9539.         if (isset($this->buildParameters[$name])) {
  9540.             return true;
  9541.         }
  9542.         return isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || \array_key_exists($name$this->parameters);
  9543.     }
  9544.     public function setParameter(string $name$value): void
  9545.     {
  9546.         throw new LogicException('Impossible to call set() on a frozen ParameterBag.');
  9547.     }
  9548.     public function getParameterBag(): ParameterBagInterface
  9549.     {
  9550.         if (null === $this->parameterBag) {
  9551.             $parameters $this->parameters;
  9552.             foreach ($this->loadedDynamicParameters as $name => $loaded) {
  9553.                 $parameters[$name] = $loaded $this->dynamicParameters[$name] : $this->getDynamicParameter($name);
  9554.             }
  9555.             foreach ($this->buildParameters as $name => $value) {
  9556.                 $parameters[$name] = $value;
  9557.             }
  9558.             $this->parameterBag = new FrozenParameterBag($parameters);
  9559.         }
  9560.         return $this->parameterBag;
  9561.     }
  9562.     private $loadedDynamicParameters = [
  9563.         'kernel.runtime_environment' => false,
  9564.         'kernel.build_dir' => false,
  9565.         'kernel.cache_dir' => false,
  9566.         'saml_villagile_idp_entity_id' => false,
  9567.         'saml_villagile_idp_sso_uri' => false,
  9568.         'saml_villagile_idp_slo_uri' => false,
  9569.         'saml_villagile_idp_x_509_cert' => false,
  9570.         'env(SAML_VILLAGILE_IDP_ENTITY_ID_RESOLVED)' => false,
  9571.         'env(SAML_VILLAGILE_IDP_SSO_URI_RESOLVED)' => false,
  9572.         'env(SAML_VILLAGILE_IDP_SLO_URI_RESOLVED)' => false,
  9573.         'env(SAML_VILLAGILE_IDP_X509CERT_RESOLVED)' => false,
  9574.         'saml_kadran_idp_entity_id' => false,
  9575.         'saml_kadran_idp_sso_uri' => false,
  9576.         'saml_kadran_idp_slo_uri' => false,
  9577.         'saml_kadran_idp_x_509_cert' => false,
  9578.         'env(SAML_KADRAN_IDP_ENTITY_ID_RESOLVED)' => false,
  9579.         'env(SAML_KADRAN_IDP_SSO_URI_RESOLVED)' => false,
  9580.         'env(SAML_KADRAN_IDP_SLO_URI_RESOLVED)' => false,
  9581.         'env(SAML_KADRAN_IDP_X509CERT_RESOLVED)' => false,
  9582.         'saml_decoset_idp_entity_id' => false,
  9583.         'saml_decoset_idp_sso_uri' => false,
  9584.         'saml_decoset_idp_slo_uri' => false,
  9585.         'saml_decoset_idp_x_509_cert' => false,
  9586.         'env(SAML_DECOSET_IDP_ENTITY_ID_RESOLVED)' => false,
  9587.         'env(SAML_DECOSET_IDP_SSO_URI_RESOLVED)' => false,
  9588.         'env(SAML_DECOSET_IDP_SLO_URI_RESOLVED)' => false,
  9589.         'env(SAML_DECOSET_IDP_X509CERT_RESOLVED)' => false,
  9590.         'saml_sp_privatekey' => false,
  9591.         'saml_sp_x_509_cert' => false,
  9592.         'env(SAML_SP_PRIVATEKEY_RESOLVED)' => false,
  9593.         'env(SAML_SP_X509CERT_RESOLVED)' => false,
  9594.         'mayan_accept_language' => false,
  9595.         'from_email' => false,
  9596.         'cors_allow_origin' => false,
  9597.         'sigrenea_base_url' => false,
  9598.         'odivea_base_url' => false,
  9599.         'tsms_base_url' => false,
  9600.         'tsmd_base_url' => false,
  9601.         'seramm_base_url' => false,
  9602.         'sig_seramm_base_url' => false,
  9603.         'baignade_water_quality_base_url' => false,
  9604.         'synoptique_udb_base_url' => false,
  9605.         'synoptique_ude_base_url' => false,
  9606.         'seramm_site_publication_base_url' => false,
  9607.         'seramm_documentation_works_base_url' => false,
  9608.         'seramm_mail_management_base_url' => false,
  9609.         'mysig_base_url' => false,
  9610.         'panache_base_url' => false,
  9611.         'seramm_infoped_base_url' => false,
  9612.         'seramm_aquadvanced_ud_base_url' => false,
  9613.         'gmao_seramm_base_url' => false,
  9614.         'kadran_base_url' => false,
  9615.         'topkapi_kadran_eu_base_url' => false,
  9616.         'topkapi_kadran_ep_base_url' => false,
  9617.         'aquacalc_base_url' => false,
  9618.         'aquadvanced_ww_base_url' => false,
  9619.         'aquadvanced_wn_base_url' => false,
  9620.         'aquadvanced_ud_base_url' => false,
  9621.         'aquadvanced_plant_base_url' => false,
  9622.         'sharepoint_kadran_base_url' => false,
  9623.         'front_portail_base_url' => false,
  9624.         'default_idp' => false,
  9625.         'nextcloud_instances' => false,
  9626.         'kernel.secret' => false,
  9627.         'debug.container.dump' => false,
  9628.         'serializer.mapping.cache.file' => false,
  9629.         'session.save_path' => false,
  9630.         'validator.mapping.cache.file' => false,
  9631.         'profiler.storage.dsn' => false,
  9632.         'hslavich_onelogin_saml.settings' => false,
  9633.         'lexik_jwt_authentication.pass_phrase' => false,
  9634.         'nelmio_cors.defaults' => false,
  9635.     ];
  9636.     private $dynamicParameters = [];
  9637.     private function getDynamicParameter(string $name)
  9638.     {
  9639.         switch ($name) {
  9640.             case 'kernel.runtime_environment'$value $this->getEnv('default:kernel.environment:APP_RUNTIME_ENV'); break;
  9641.             case 'kernel.build_dir'$value $this->targetDir.''; break;
  9642.             case 'kernel.cache_dir'$value $this->targetDir.''; break;
  9643.             case 'saml_villagile_idp_entity_id'$value $this->getEnv('SAML_VILLAGILE_IDP_ENTITY_ID'); break;
  9644.             case 'saml_villagile_idp_sso_uri'$value $this->getEnv('SAML_VILLAGILE_IDP_SSO_URI'); break;
  9645.             case 'saml_villagile_idp_slo_uri'$value $this->getEnv('SAML_VILLAGILE_IDP_SLO_URI'); break;
  9646.             case 'saml_villagile_idp_x_509_cert'$value $this->getEnv('SAML_VILLAGILE_IDP_X509CERT'); break;
  9647.             case 'env(SAML_VILLAGILE_IDP_ENTITY_ID_RESOLVED)'$value $this->getEnv('default:saml_villagile_idp_entity_id:file:resolve:SAML_VILLAGILE_IDP_ENTITY_ID_FILE'); break;
  9648.             case 'env(SAML_VILLAGILE_IDP_SSO_URI_RESOLVED)'$value $this->getEnv('default:saml_villagile_idp_sso_uri:file:resolve:SAML_VILLAGILE_IDP_SSO_URI_FILE'); break;
  9649.             case 'env(SAML_VILLAGILE_IDP_SLO_URI_RESOLVED)'$value $this->getEnv('default:saml_villagile_idp_slo_uri:file:resolve:SAML_VILLAGILE_IDP_SLO_URI_FILE'); break;
  9650.             case 'env(SAML_VILLAGILE_IDP_X509CERT_RESOLVED)'$value $this->getEnv('default:saml_villagile_idp_x_509_cert:file:resolve:SAML_VILLAGILE_IDP_X509CERT_FILE'); break;
  9651.             case 'saml_kadran_idp_entity_id'$value $this->getEnv('SAML_KADRAN_IDP_ENTITY_ID'); break;
  9652.             case 'saml_kadran_idp_sso_uri'$value $this->getEnv('SAML_KADRAN_IDP_SSO_URI'); break;
  9653.             case 'saml_kadran_idp_slo_uri'$value $this->getEnv('SAML_KADRAN_IDP_SLO_URI'); break;
  9654.             case 'saml_kadran_idp_x_509_cert'$value $this->getEnv('SAML_KADRAN_IDP_X509CERT'); break;
  9655.             case 'env(SAML_KADRAN_IDP_ENTITY_ID_RESOLVED)'$value $this->getEnv('default:saml_kadran_idp_entity_id:file:resolve:SAML_KADRAN_IDP_ENTITY_ID_FILE'); break;
  9656.             case 'env(SAML_KADRAN_IDP_SSO_URI_RESOLVED)'$value $this->getEnv('default:saml_kadran_idp_sso_uri:file:resolve:SAML_KADRAN_IDP_SSO_URI_FILE'); break;
  9657.             case 'env(SAML_KADRAN_IDP_SLO_URI_RESOLVED)'$value $this->getEnv('default:saml_kadran_idp_slo_uri:file:resolve:SAML_KADRAN_IDP_SLO_URI_FILE'); break;
  9658.             case 'env(SAML_KADRAN_IDP_X509CERT_RESOLVED)'$value $this->getEnv('default:saml_kadran_idp_x_509_cert:file:resolve:SAML_KADRAN_IDP_X509CERT_FILE'); break;
  9659.             case 'saml_decoset_idp_entity_id'$value $this->getEnv('SAML_DECOSET_IDP_ENTITY_ID'); break;
  9660.             case 'saml_decoset_idp_sso_uri'$value $this->getEnv('SAML_DECOSET_IDP_SSO_URI'); break;
  9661.             case 'saml_decoset_idp_slo_uri'$value $this->getEnv('SAML_DECOSET_IDP_SLO_URI'); break;
  9662.             case 'saml_decoset_idp_x_509_cert'$value $this->getEnv('SAML_DECOSET_IDP_X509CERT'); break;
  9663.             case 'env(SAML_DECOSET_IDP_ENTITY_ID_RESOLVED)'$value $this->getEnv('default:saml_decoset_idp_entity_id:file:resolve:SAML_DECOSET_IDP_ENTITY_ID_FILE'); break;
  9664.             case 'env(SAML_DECOSET_IDP_SSO_URI_RESOLVED)'$value $this->getEnv('default:saml_decoset_idp_sso_uri:file:resolve:SAML_DECOSET_IDP_SSO_URI_FILE'); break;
  9665.             case 'env(SAML_DECOSET_IDP_SLO_URI_RESOLVED)'$value $this->getEnv('default:saml_decoset_idp_slo_uri:file:resolve:SAML_DECOSET_IDP_SLO_URI_FILE'); break;
  9666.             case 'env(SAML_DECOSET_IDP_X509CERT_RESOLVED)'$value $this->getEnv('default:saml_decoset_idp_x_509_cert:file:resolve:SAML_DECOSET_IDP_X509CERT_FILE'); break;
  9667.             case 'saml_sp_privatekey'$value $this->getEnv('SAML_SP_PRIVATEKEY'); break;
  9668.             case 'saml_sp_x_509_cert'$value $this->getEnv('SAML_SP_X509CERT'); break;
  9669.             case 'env(SAML_SP_PRIVATEKEY_RESOLVED)'$value $this->getEnv('default:saml_sp_privatekey:file:resolve:SAML_SP_PRIVATEKEY_FILE'); break;
  9670.             case 'env(SAML_SP_X509CERT_RESOLVED)'$value $this->getEnv('default:saml_sp_x_509_cert:file:resolve:SAML_SP_X509CERT_FILE'); break;
  9671.             case 'mayan_accept_language'$value $this->getEnv('default:default_accept_language:MAYAN_ACCEPT_LANGUAGE'); break;
  9672.             case 'from_email'$value = [
  9673.                 'name' => $this->getEnv('EMAIL_FROM_NAME'),
  9674.                 'email' => $this->getEnv('EMAIL_FROM_VALUE'),
  9675.             ]; break;
  9676.             case 'cors_allow_origin'$value $this->getEnv('CORS_ALLOW_ORIGIN'); break;
  9677.             case 'sigrenea_base_url'$value $this->getEnv('SIGRENEA_BASE_URL'); break;
  9678.             case 'odivea_base_url'$value $this->getEnv('ODIVEA_BASE_URL'); break;
  9679.             case 'tsms_base_url'$value $this->getEnv('TSMS_BASE_URL'); break;
  9680.             case 'tsmd_base_url'$value $this->getEnv('TSMD_BASE_URL'); break;
  9681.             case 'seramm_base_url'$value $this->getEnv('SERAMM_BASE_URL'); break;
  9682.             case 'sig_seramm_base_url'$value $this->getEnv('SIG_SERAMM_BASE_URL'); break;
  9683.             case 'baignade_water_quality_base_url'$value $this->getEnv('BAIGNADE_WATER_QUALITY_BASE_URL'); break;
  9684.             case 'synoptique_udb_base_url'$value $this->getEnv('SYNOPTIQUE_UDB_BASE_URL'); break;
  9685.             case 'synoptique_ude_base_url'$value $this->getEnv('SYNOPTIQUE_UDE_BASE_URL'); break;
  9686.             case 'seramm_site_publication_base_url'$value $this->getEnv('SITE_PUBLICATION_BASE_URL'); break;
  9687.             case 'seramm_documentation_works_base_url'$value $this->getEnv('DOCUMENTATION_OUVRAGE_BASE_URL'); break;
  9688.             case 'seramm_mail_management_base_url'$value $this->getEnv('GESTION_COURRIERS_BASE_URL'); break;
  9689.             case 'mysig_base_url'$value $this->getEnv('MYSIG_BASE_URL'); break;
  9690.             case 'panache_base_url'$value $this->getEnv('PANACHE_BASE_URL'); break;
  9691.             case 'seramm_infoped_base_url'$value $this->getEnv('SERAMM_INFOPED_BASE_URL'); break;
  9692.             case 'seramm_aquadvanced_ud_base_url'$value $this->getEnv('SERAMM_AQUADVANCED_UD_BASE_URL'); break;
  9693.             case 'gmao_seramm_base_url'$value $this->getEnv('GMAO_SERAMM_BASE_URL'); break;
  9694.             case 'kadran_base_url'$value $this->getEnv('KADRAN_BASE_URL'); break;
  9695.             case 'topkapi_kadran_eu_base_url'$value $this->getEnv('TOPKAPI_KADRAN_EU_BASE_URL'); break;
  9696.             case 'topkapi_kadran_ep_base_url'$value $this->getEnv('TOPKAPI_KADRAN_EP_BASE_URL'); break;
  9697.             case 'aquacalc_base_url'$value $this->getEnv('AQUACALC_BASE_URL'); break;
  9698.             case 'aquadvanced_ww_base_url'$value $this->getEnv('AQUADVANCED_WW_BASE_URL'); break;
  9699.             case 'aquadvanced_wn_base_url'$value $this->getEnv('AQUADVANCED_WN_BASE_URL'); break;
  9700.             case 'aquadvanced_ud_base_url'$value $this->getEnv('AQUADVANCED_UD_BASE_URL'); break;
  9701.             case 'aquadvanced_plant_base_url'$value $this->getEnv('AQUADVANCED_PLANT_BASE_URL'); break;
  9702.             case 'sharepoint_kadran_base_url'$value $this->getEnv('SHAREPOINT_KADRAN_BASE_URL'); break;
  9703.             case 'front_portail_base_url'$value $this->getEnv('FRONT_END_ROOT_PATH'); break;
  9704.             case 'default_idp'$value $this->getEnv('string:DEFAULT_IDP'); break;
  9705.             case 'nextcloud_instances'$value $this->getEnv('json:NEXTCLOUD_INSTANCES'); break;
  9706.             case 'kernel.secret'$value $this->getEnv('APP_SECRET'); break;
  9707.             case 'debug.container.dump'$value = ($this->targetDir.''.'/App_KernelIntDebugContainer.xml'); break;
  9708.             case 'serializer.mapping.cache.file'$value = ($this->targetDir.''.'/serialization.php'); break;
  9709.             case 'session.save_path'$value = ($this->targetDir.''.'/sessions'); break;
  9710.             case 'validator.mapping.cache.file'$value = ($this->targetDir.''.'/validation.php'); break;
  9711.             case 'profiler.storage.dsn'$value = ('file:'.$this->targetDir.''.'/profiler'); break;
  9712.             case 'hslavich_onelogin_saml.settings'$value = [
  9713.                 'baseurl' => $this->getEnv('string:resolve:PORTAL_API_HOST').'/saml',
  9714.                 'idps' => [
  9715.                     'villagile' => [
  9716.                         'entityId' => $this->getEnv('resolve:SAML_VILLAGILE_IDP_ENTITY_ID_RESOLVED'),
  9717.                         'singleSignOnService' => [
  9718.                             'url' => $this->getEnv('resolve:SAML_VILLAGILE_IDP_SSO_URI_RESOLVED'),
  9719.                             'binding' => 'urn:oasis:names:tc:SAML:2.0:bindings:HTTP-Redirect',
  9720.                         ],
  9721.                         'singleLogoutService' => [
  9722.                             'url' => $this->getEnv('resolve:SAML_VILLAGILE_IDP_SLO_URI_RESOLVED'),
  9723.                             'binding' => 'urn:oasis:names:tc:SAML:2.0:bindings:HTTP-Redirect',
  9724.                         ],
  9725.                         'x509cert' => $this->getEnv('resolve:SAML_VILLAGILE_IDP_X509CERT_RESOLVED'),
  9726.                     ],
  9727.                     'kadran' => [
  9728.                         'entityId' => $this->getEnv('resolve:SAML_KADRAN_IDP_ENTITY_ID_RESOLVED'),
  9729.                         'singleSignOnService' => [
  9730.                             'url' => $this->getEnv('resolve:SAML_KADRAN_IDP_SSO_URI_RESOLVED'),
  9731.                             'binding' => 'urn:oasis:names:tc:SAML:2.0:bindings:HTTP-Redirect',
  9732.                         ],
  9733.                         'singleLogoutService' => [
  9734.                             'url' => $this->getEnv('resolve:SAML_KADRAN_IDP_SLO_URI_RESOLVED'),
  9735.                             'binding' => 'urn:oasis:names:tc:SAML:2.0:bindings:HTTP-Redirect',
  9736.                         ],
  9737.                         'x509cert' => $this->getEnv('resolve:SAML_KADRAN_IDP_X509CERT_RESOLVED'),
  9738.                     ],
  9739.                     'decoset' => [
  9740.                         'entityId' => $this->getEnv('resolve:SAML_DECOSET_IDP_ENTITY_ID_RESOLVED'),
  9741.                         'singleSignOnService' => [
  9742.                             'url' => $this->getEnv('resolve:SAML_DECOSET_IDP_SSO_URI_RESOLVED'),
  9743.                             'binding' => 'urn:oasis:names:tc:SAML:2.0:bindings:HTTP-Redirect',
  9744.                         ],
  9745.                         'singleLogoutService' => [
  9746.                             'url' => $this->getEnv('resolve:SAML_DECOSET_IDP_SLO_URI_RESOLVED'),
  9747.                             'binding' => 'urn:oasis:names:tc:SAML:2.0:bindings:HTTP-Redirect',
  9748.                         ],
  9749.                         'x509cert' => $this->getEnv('resolve:SAML_DECOSET_IDP_X509CERT_RESOLVED'),
  9750.                     ],
  9751.                 ],
  9752.                 'sp' => [
  9753.                     'entityId' => $this->getEnv('string:resolve:PORTAL_API_HOST').'/saml/metadata',
  9754.                     'assertionConsumerService' => [
  9755.                         'url' => $this->getEnv('string:resolve:PORTAL_API_HOST').'/saml/acs',
  9756.                         'binding' => 'urn:oasis:names:tc:SAML:2.0:bindings:HTTP-POST',
  9757.                     ],
  9758.                     'singleLogoutService' => [
  9759.                         'url' => $this->getEnv('string:resolve:PORTAL_API_HOST').'/saml/logout',
  9760.                         'binding' => 'urn:oasis:names:tc:SAML:2.0:bindings:HTTP-Redirect',
  9761.                     ],
  9762.                     'x509cert' => $this->getEnv('resolve:SAML_SP_X509CERT_RESOLVED'),
  9763.                     'privateKey' => $this->getEnv('resolve:SAML_SP_PRIVATEKEY_RESOLVED'),
  9764.                 ],
  9765.                 'security' => [
  9766.                     'nameIdEncrypted' => false,
  9767.                     'authnRequestsSigned' => true,
  9768.                     'logoutRequestSigned' => true,
  9769.                     'logoutResponseSigned' => true,
  9770.                     'wantMessagesSigned' => true,
  9771.                     'wantAssertionsSigned' => true,
  9772.                     'wantNameIdEncrypted' => false,
  9773.                     'requestedAuthnContext' => false,
  9774.                     'signMetadata' => true,
  9775.                     'wantXMLValidation' => true,
  9776.                     'signatureAlgorithm' => 'http://www.w3.org/2001/04/xmldsig-more#rsa-sha256',
  9777.                     'destinationStrictlyMatches' => true,
  9778.                 ],
  9779.                 'organization' => [
  9780.                 ],
  9781.             ]; break;
  9782.             case 'lexik_jwt_authentication.pass_phrase'$value $this->getEnv('JWT_PASSPHRASE'); break;
  9783.             case 'nelmio_cors.defaults'$value = [
  9784.                 'allow_origin' => [
  9785.                     => $this->getEnv('CORS_ALLOW_ORIGIN'),
  9786.                 ],
  9787.                 'allow_credentials' => false,
  9788.                 'allow_headers' => [
  9789.                     => 'content-type',
  9790.                     => 'authorization',
  9791.                     => 'access-control-allow-origin',
  9792.                     => 'location',
  9793.                     => 'x-datadog-trace-id',
  9794.                     => 'x-datadog-parent-id',
  9795.                     => 'x-datadog-origin',
  9796.                     => 'x-datadog-sampling-priority',
  9797.                     => 'traceparent',
  9798.                     => 'b3',
  9799.                     10 => 'x-b3-traceid',
  9800.                     11 => 'x-b3-spanid',
  9801.                     12 => 'x-b3-sampled',
  9802.                 ],
  9803.                 'allow_private_network' => false,
  9804.                 'expose_headers' => [
  9805.                     => 'Link',
  9806.                     => 'x-pagination-total-count',
  9807.                     => 'x-pagination-page-count',
  9808.                     => 'x-pagination-current-page',
  9809.                     => 'x-pagination-per-page',
  9810.                     => 'Location',
  9811.                 ],
  9812.                 'allow_methods' => [
  9813.                     => 'GET',
  9814.                     => 'OPTIONS',
  9815.                     => 'POST',
  9816.                     => 'PUT',
  9817.                     => 'PATCH',
  9818.                     => 'DELETE',
  9819.                 ],
  9820.                 'max_age' => 3600,
  9821.                 'hosts' => [
  9822.                 ],
  9823.                 'origin_regex' => true,
  9824.                 'forced_allow_origin_value' => NULL,
  9825.                 'skip_same_as_origin' => true,
  9826.             ]; break;
  9827.             default: throw new InvalidArgumentException(sprintf('The dynamic parameter "%s" must be defined.'$name));
  9828.         }
  9829.         $this->loadedDynamicParameters[$name] = true;
  9830.         return $this->dynamicParameters[$name] = $value;
  9831.     }
  9832.     protected function getDefaultParameters(): array
  9833.     {
  9834.         return [
  9835.             'kernel.project_dir' => \dirname(__DIR__4),
  9836.             'kernel.environment' => 'int',
  9837.             'kernel.debug' => true,
  9838.             'kernel.logs_dir' => (\dirname(__DIR__3).'/log'),
  9839.             'kernel.bundles' => [
  9840.                 'FrameworkBundle' => 'Symfony\\Bundle\\FrameworkBundle\\FrameworkBundle',
  9841.                 'SecurityBundle' => 'Symfony\\Bundle\\SecurityBundle\\SecurityBundle',
  9842.                 'HslavichOneloginSamlBundle' => 'Hslavich\\OneloginSamlBundle\\HslavichOneloginSamlBundle',
  9843.                 'LexikJWTAuthenticationBundle' => 'Lexik\\Bundle\\JWTAuthenticationBundle\\LexikJWTAuthenticationBundle',
  9844.                 'NelmioApiDocBundle' => 'Nelmio\\ApiDocBundle\\NelmioApiDocBundle',
  9845.                 'NelmioCorsBundle' => 'Nelmio\\CorsBundle\\NelmioCorsBundle',
  9846.                 'TwigBundle' => 'Symfony\\Bundle\\TwigBundle\\TwigBundle',
  9847.                 'TwigExtraBundle' => 'Twig\\Extra\\TwigExtraBundle\\TwigExtraBundle',
  9848.                 'WebProfilerBundle' => 'Symfony\\Bundle\\WebProfilerBundle\\WebProfilerBundle',
  9849.                 'MonologBundle' => 'Symfony\\Bundle\\MonologBundle\\MonologBundle',
  9850.                 'SensioFrameworkExtraBundle' => 'Sensio\\Bundle\\FrameworkExtraBundle\\SensioFrameworkExtraBundle',
  9851.                 'VdmLibraryBundle' => 'Vdm\\Bundle\\LibraryBundle\\VdmLibraryBundle',
  9852.             ],
  9853.             'kernel.bundles_metadata' => [
  9854.                 'FrameworkBundle' => [
  9855.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle'),
  9856.                     'namespace' => 'Symfony\\Bundle\\FrameworkBundle',
  9857.                 ],
  9858.                 'SecurityBundle' => [
  9859.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/security-bundle'),
  9860.                     'namespace' => 'Symfony\\Bundle\\SecurityBundle',
  9861.                 ],
  9862.                 'HslavichOneloginSamlBundle' => [
  9863.                     'path' => (\dirname(__DIR__4).'/vendor/hslavich/oneloginsaml-bundle'),
  9864.                     'namespace' => 'Hslavich\\OneloginSamlBundle',
  9865.                 ],
  9866.                 'LexikJWTAuthenticationBundle' => [
  9867.                     'path' => (\dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle'),
  9868.                     'namespace' => 'Lexik\\Bundle\\JWTAuthenticationBundle',
  9869.                 ],
  9870.                 'NelmioApiDocBundle' => [
  9871.                     'path' => (\dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle'),
  9872.                     'namespace' => 'Nelmio\\ApiDocBundle',
  9873.                 ],
  9874.                 'NelmioCorsBundle' => [
  9875.                     'path' => (\dirname(__DIR__4).'/vendor/nelmio/cors-bundle'),
  9876.                     'namespace' => 'Nelmio\\CorsBundle',
  9877.                 ],
  9878.                 'TwigBundle' => [
  9879.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/twig-bundle'),
  9880.                     'namespace' => 'Symfony\\Bundle\\TwigBundle',
  9881.                 ],
  9882.                 'TwigExtraBundle' => [
  9883.                     'path' => (\dirname(__DIR__4).'/vendor/twig/extra-bundle'),
  9884.                     'namespace' => 'Twig\\Extra\\TwigExtraBundle',
  9885.                 ],
  9886.                 'WebProfilerBundle' => [
  9887.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle'),
  9888.                     'namespace' => 'Symfony\\Bundle\\WebProfilerBundle',
  9889.                 ],
  9890.                 'MonologBundle' => [
  9891.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/monolog-bundle'),
  9892.                     'namespace' => 'Symfony\\Bundle\\MonologBundle',
  9893.                 ],
  9894.                 'SensioFrameworkExtraBundle' => [
  9895.                     'path' => (\dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src'),
  9896.                     'namespace' => 'Sensio\\Bundle\\FrameworkExtraBundle',
  9897.                 ],
  9898.                 'VdmLibraryBundle' => [
  9899.                     'path' => (\dirname(__DIR__4).'/vendor/3slab/vdm-library-bundle'),
  9900.                     'namespace' => 'Vdm\\Bundle\\LibraryBundle',
  9901.                 ],
  9902.             ],
  9903.             'kernel.charset' => 'UTF-8',
  9904.             'kernel.container_class' => 'App_KernelIntDebugContainer',
  9905.             'container.dumper.inline_class_loader' => true,
  9906.             'container.dumper.inline_factories' => true,
  9907.             'env(SYMFONY_DATABASE_URL)' => '',
  9908.             'env(SAML_ID_HOST)' => '',
  9909.             'default_accept_language' => 'fr',
  9910.             'env(METABASE_HOST)' => 'http://localhost',
  9911.             'env(METABASE_API_KEY)' => '',
  9912.             'locale' => 'fr',
  9913.             'custom_idps' => NULL,
  9914.             'env(METABASE_USER_DEFAULT_PASSWORD)' => 'theD9mahchirohm1seichaosou2xaexirohy5aiM',
  9915.             'env(METABASE_FAKE_DATABASE_HOST)' => 'postgresql',
  9916.             'event_dispatcher.event_aliases' => [
  9917.                 'Symfony\\Component\\Console\\Event\\ConsoleCommandEvent' => 'console.command',
  9918.                 'Symfony\\Component\\Console\\Event\\ConsoleErrorEvent' => 'console.error',
  9919.                 'Symfony\\Component\\Console\\Event\\ConsoleSignalEvent' => 'console.signal',
  9920.                 'Symfony\\Component\\Console\\Event\\ConsoleTerminateEvent' => 'console.terminate',
  9921.                 'Symfony\\Component\\Form\\Event\\PreSubmitEvent' => 'form.pre_submit',
  9922.                 'Symfony\\Component\\Form\\Event\\SubmitEvent' => 'form.submit',
  9923.                 'Symfony\\Component\\Form\\Event\\PostSubmitEvent' => 'form.post_submit',
  9924.                 'Symfony\\Component\\Form\\Event\\PreSetDataEvent' => 'form.pre_set_data',
  9925.                 'Symfony\\Component\\Form\\Event\\PostSetDataEvent' => 'form.post_set_data',
  9926.                 'Symfony\\Component\\HttpKernel\\Event\\ControllerArgumentsEvent' => 'kernel.controller_arguments',
  9927.                 'Symfony\\Component\\HttpKernel\\Event\\ControllerEvent' => 'kernel.controller',
  9928.                 'Symfony\\Component\\HttpKernel\\Event\\ResponseEvent' => 'kernel.response',
  9929.                 'Symfony\\Component\\HttpKernel\\Event\\FinishRequestEvent' => 'kernel.finish_request',
  9930.                 'Symfony\\Component\\HttpKernel\\Event\\RequestEvent' => 'kernel.request',
  9931.                 'Symfony\\Component\\HttpKernel\\Event\\ViewEvent' => 'kernel.view',
  9932.                 'Symfony\\Component\\HttpKernel\\Event\\ExceptionEvent' => 'kernel.exception',
  9933.                 'Symfony\\Component\\HttpKernel\\Event\\TerminateEvent' => 'kernel.terminate',
  9934.                 'Symfony\\Component\\Security\\Core\\Event\\AuthenticationSuccessEvent' => 'security.authentication.success',
  9935.                 'Symfony\\Component\\Security\\Core\\Event\\AuthenticationFailureEvent' => 'security.authentication.failure',
  9936.                 'Symfony\\Component\\Security\\Http\\Event\\InteractiveLoginEvent' => 'security.interactive_login',
  9937.                 'Symfony\\Component\\Security\\Http\\Event\\SwitchUserEvent' => 'security.switch_user',
  9938.             ],
  9939.             'fragment.renderer.hinclude.global_template' => NULL,
  9940.             'fragment.path' => '/_fragment',
  9941.             'kernel.http_method_override' => true,
  9942.             'kernel.trusted_hosts' => [
  9943.             ],
  9944.             'kernel.default_locale' => 'en',
  9945.             'kernel.enabled_locales' => [
  9946.             ],
  9947.             'kernel.error_controller' => 'error_controller',
  9948.             'debug.file_link_format' => NULL,
  9949.             'asset.request_context.base_path' => NULL,
  9950.             'asset.request_context.secure' => NULL,
  9951.             'translator.logging' => false,
  9952.             'translator.default_path' => (\dirname(__DIR__4).'/translations'),
  9953.             'debug.error_handler.throw_at' => -1,
  9954.             'router.request_context.host' => 'localhost',
  9955.             'router.request_context.scheme' => 'http',
  9956.             'router.request_context.base_url' => '',
  9957.             'router.resource' => 'kernel::loadRoutes',
  9958.             'request_listener.http_port' => 80,
  9959.             'request_listener.https_port' => 443,
  9960.             'session.metadata.storage_key' => '_sf2_meta',
  9961.             'session.storage.options' => [
  9962.                 'cache_limiter' => '0',
  9963.                 'cookie_secure' => 'auto',
  9964.                 'cookie_httponly' => true,
  9965.                 'cookie_samesite' => 'lax',
  9966.                 'gc_probability' => 1,
  9967.             ],
  9968.             'session.metadata.update_threshold' => 0,
  9969.             'form.type_extension.csrf.enabled' => false,
  9970.             'validator.translation_domain' => 'validators',
  9971.             'profiler_listener.only_exceptions' => false,
  9972.             'profiler_listener.only_main_requests' => false,
  9973.             'security.role_hierarchy.roles' => [
  9974.             ],
  9975.             'security.access.denied_url' => NULL,
  9976.             'security.authentication.manager.erase_credentials' => true,
  9977.             'security.authentication.session_strategy.strategy' => 'migrate',
  9978.             'security.access.always_authenticate_before_granting' => false,
  9979.             'security.authentication.hide_user_not_found' => true,
  9980.             'security.firewalls' => [
  9981.                 => 'dev',
  9982.                 => 'apidoc',
  9983.                 => 'apipublic',
  9984.                 => 'api',
  9985.                 => 'external_app_connect',
  9986.                 => 'main',
  9987.             ],
  9988.             'security.api._indexed_authenticators' => [
  9989.             ],
  9990.             'security.external_app_connect._indexed_authenticators' => [
  9991.             ],
  9992.             'security.main._indexed_authenticators' => [
  9993.             ],
  9994.             'lexik_jwt_authentication.token_ttl' => 2628000,
  9995.             'lexik_jwt_authentication.clock_skew' => 0,
  9996.             'lexik_jwt_authentication.user_identity_field' => 'username',
  9997.             'lexik_jwt_authentication.allow_no_expiration' => false,
  9998.             'lexik_jwt_authentication.user_id_claim' => 'username',
  9999.             'lexik_jwt_authentication.encoder.signature_algorithm' => 'RS256',
  10000.             'lexik_jwt_authentication.encoder.crypto_engine' => 'openssl',
  10001.             'nelmio_api_doc.areas' => [
  10002.                 => 'default',
  10003.             ],
  10004.             'nelmio_cors.map' => [
  10005.                 '^/' => [
  10006.                 ],
  10007.             ],
  10008.             'nelmio_cors.cors_listener.class' => 'Nelmio\\CorsBundle\\EventListener\\CorsListener',
  10009.             'nelmio_cors.options_resolver.class' => 'Nelmio\\CorsBundle\\Options\\Resolver',
  10010.             'nelmio_cors.options_provider.config.class' => 'Nelmio\\CorsBundle\\Options\\ConfigProvider',
  10011.             'twig.form.resources' => [
  10012.                 => 'form_div_layout.html.twig',
  10013.             ],
  10014.             'twig.default_path' => (\dirname(__DIR__4).'/templates'),
  10015.             'web_profiler.debug_toolbar.intercept_redirects' => false,
  10016.             'web_profiler.debug_toolbar.mode' => 2,
  10017.             'monolog.use_microseconds' => true,
  10018.             'monolog.swift_mailer.handlers' => [
  10019.             ],
  10020.             'monolog.handlers_to_channels' => [
  10021.                 'monolog.handler.deprecation' => [
  10022.                     'type' => 'inclusive',
  10023.                     'elements' => [
  10024.                         => 'deprecation',
  10025.                     ],
  10026.                 ],
  10027.                 'monolog.handler.php_errors' => [
  10028.                     'type' => 'inclusive',
  10029.                     'elements' => [
  10030.                         => 'php',
  10031.                     ],
  10032.                 ],
  10033.                 'monolog.handler.stderr_errors' => NULL,
  10034.                 'monolog.handler.stdout_info' => [
  10035.                     'type' => 'exclusive',
  10036.                     'elements' => [
  10037.                         => 'event',
  10038.                         => 'doctrine',
  10039.                         => 'deprecation',
  10040.                         => 'php',
  10041.                         => 'console',
  10042.                     ],
  10043.                 ],
  10044.             ],
  10045.             'vdm_library.app_name' => 'default',
  10046.             'vdm_library.print_msg' => false,
  10047.             'vdm_library.stop_on_error' => true,
  10048.             'vdm_library.monitoring_type' => 'null',
  10049.             'vdm_library.monitoring_options' => [
  10050.             ],
  10051.             'data_collector.templates' => [
  10052.                 'data_collector.request' => [
  10053.                     => 'request',
  10054.                     => '@WebProfiler/Collector/request.html.twig',
  10055.                 ],
  10056.                 'data_collector.time' => [
  10057.                     => 'time',
  10058.                     => '@WebProfiler/Collector/time.html.twig',
  10059.                 ],
  10060.                 'data_collector.memory' => [
  10061.                     => 'memory',
  10062.                     => '@WebProfiler/Collector/memory.html.twig',
  10063.                 ],
  10064.                 'data_collector.validator' => [
  10065.                     => 'validator',
  10066.                     => '@WebProfiler/Collector/validator.html.twig',
  10067.                 ],
  10068.                 'data_collector.ajax' => [
  10069.                     => 'ajax',
  10070.                     => '@WebProfiler/Collector/ajax.html.twig',
  10071.                 ],
  10072.                 'data_collector.form' => [
  10073.                     => 'form',
  10074.                     => '@WebProfiler/Collector/form.html.twig',
  10075.                 ],
  10076.                 'data_collector.exception' => [
  10077.                     => 'exception',
  10078.                     => '@WebProfiler/Collector/exception.html.twig',
  10079.                 ],
  10080.                 'data_collector.logger' => [
  10081.                     => 'logger',
  10082.                     => '@WebProfiler/Collector/logger.html.twig',
  10083.                 ],
  10084.                 'data_collector.events' => [
  10085.                     => 'events',
  10086.                     => '@WebProfiler/Collector/events.html.twig',
  10087.                 ],
  10088.                 'data_collector.router' => [
  10089.                     => 'router',
  10090.                     => '@WebProfiler/Collector/router.html.twig',
  10091.                 ],
  10092.                 'data_collector.cache' => [
  10093.                     => 'cache',
  10094.                     => '@WebProfiler/Collector/cache.html.twig',
  10095.                 ],
  10096.                 'data_collector.translation' => [
  10097.                     => 'translation',
  10098.                     => '@WebProfiler/Collector/translation.html.twig',
  10099.                 ],
  10100.                 'data_collector.security' => [
  10101.                     => 'security',
  10102.                     => '@Security/Collector/security.html.twig',
  10103.                 ],
  10104.                 'data_collector.twig' => [
  10105.                     => 'twig',
  10106.                     => '@WebProfiler/Collector/twig.html.twig',
  10107.                 ],
  10108.                 'data_collector.http_client' => [
  10109.                     => 'http_client',
  10110.                     => '@WebProfiler/Collector/http_client.html.twig',
  10111.                 ],
  10112.                 'data_collector.messenger' => [
  10113.                     => 'messenger',
  10114.                     => '@WebProfiler/Collector/messenger.html.twig',
  10115.                 ],
  10116.                 'mailer.data_collector' => [
  10117.                     => 'mailer',
  10118.                     => '@WebProfiler/Collector/mailer.html.twig',
  10119.                 ],
  10120.                 'data_collector.config' => [
  10121.                     => 'config',
  10122.                     => '@WebProfiler/Collector/config.html.twig',
  10123.                 ],
  10124.             ],
  10125.             'console.command.ids' => [
  10126.             ],
  10127.         ];
  10128.     }
  10129.     protected function throw($message)
  10130.     {
  10131.         throw new RuntimeException($message);
  10132.     }
  10133. }