var/cache/int/ContainerYeteFet/App_KernelIntDebugContainer.php line 10447

Open in your IDE?
  1. <?php
  2. namespace ContainerYeteFet;
  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\\Admin\\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\\Admin\\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'))), ($this->privates['App\\Manager\\UserManager'] ?? $this->getUserManagerService()), ($this->privates['App\\Manager\\NextcloudManager'] ?? $this->getNextcloudManagerService()));
  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\\Admin\\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\\Admin\\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\\Admin\\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\\Admin\\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\\ImportCustomZonesCommand' => ['privates''.App\\Command\\ImportCustomZonesCommand.lazy''getImportCustomZonesCommand_LazyService'false],
  1735.             'App\\Command\\UserGenerateCommand' => ['privates''.App\\Command\\UserGenerateCommand.lazy''getUserGenerateCommand_LazyService'false],
  1736.             'console.command.about' => ['privates''.console.command.about.lazy''get_Console_Command_About_LazyService'false],
  1737.             'console.command.assets_install' => ['privates''.console.command.assets_install.lazy''get_Console_Command_AssetsInstall_LazyService'false],
  1738.             'console.command.cache_clear' => ['privates''.console.command.cache_clear.lazy''get_Console_Command_CacheClear_LazyService'false],
  1739.             'console.command.cache_pool_clear' => ['privates''.console.command.cache_pool_clear.lazy''get_Console_Command_CachePoolClear_LazyService'false],
  1740.             'console.command.cache_pool_prune' => ['privates''.console.command.cache_pool_prune.lazy''get_Console_Command_CachePoolPrune_LazyService'false],
  1741.             'console.command.cache_pool_delete' => ['privates''.console.command.cache_pool_delete.lazy''get_Console_Command_CachePoolDelete_LazyService'false],
  1742.             'console.command.cache_pool_list' => ['privates''.console.command.cache_pool_list.lazy''get_Console_Command_CachePoolList_LazyService'false],
  1743.             'console.command.cache_warmup' => ['privates''.console.command.cache_warmup.lazy''get_Console_Command_CacheWarmup_LazyService'false],
  1744.             'console.command.config_debug' => ['privates''.console.command.config_debug.lazy''get_Console_Command_ConfigDebug_LazyService'false],
  1745.             'console.command.config_dump_reference' => ['privates''.console.command.config_dump_reference.lazy''get_Console_Command_ConfigDumpReference_LazyService'false],
  1746.             'console.command.container_debug' => ['privates''.console.command.container_debug.lazy''get_Console_Command_ContainerDebug_LazyService'false],
  1747.             'console.command.container_lint' => ['privates''.console.command.container_lint.lazy''get_Console_Command_ContainerLint_LazyService'false],
  1748.             'console.command.debug_autowiring' => ['privates''.console.command.debug_autowiring.lazy''get_Console_Command_DebugAutowiring_LazyService'false],
  1749.             'console.command.dotenv_debug' => ['privates''.console.command.dotenv_debug.lazy''get_Console_Command_DotenvDebug_LazyService'false],
  1750.             'console.command.event_dispatcher_debug' => ['privates''.console.command.event_dispatcher_debug.lazy''get_Console_Command_EventDispatcherDebug_LazyService'false],
  1751.             'console.command.messenger_consume_messages' => ['privates''.console.command.messenger_consume_messages.lazy''get_Console_Command_MessengerConsumeMessages_LazyService'false],
  1752.             'console.command.messenger_setup_transports' => ['privates''.console.command.messenger_setup_transports.lazy''get_Console_Command_MessengerSetupTransports_LazyService'false],
  1753.             'console.command.messenger_debug' => ['privates''.console.command.messenger_debug.lazy''get_Console_Command_MessengerDebug_LazyService'false],
  1754.             'console.command.messenger_stop_workers' => ['privates''.console.command.messenger_stop_workers.lazy''get_Console_Command_MessengerStopWorkers_LazyService'false],
  1755.             'console.command.messenger_failed_messages_retry' => ['privates''.console.command.messenger_failed_messages_retry.lazy''get_Console_Command_MessengerFailedMessagesRetry_LazyService'false],
  1756.             'console.command.messenger_failed_messages_show' => ['privates''.console.command.messenger_failed_messages_show.lazy''get_Console_Command_MessengerFailedMessagesShow_LazyService'false],
  1757.             'console.command.messenger_failed_messages_remove' => ['privates''.console.command.messenger_failed_messages_remove.lazy''get_Console_Command_MessengerFailedMessagesRemove_LazyService'false],
  1758.             'console.command.router_debug' => ['privates''.console.command.router_debug.lazy''get_Console_Command_RouterDebug_LazyService'false],
  1759.             'console.command.router_match' => ['privates''.console.command.router_match.lazy''get_Console_Command_RouterMatch_LazyService'false],
  1760.             'console.command.translation_debug' => ['privates''.console.command.translation_debug.lazy''get_Console_Command_TranslationDebug_LazyService'false],
  1761.             'console.command.translation_extract' => ['privates''.console.command.translation_extract.lazy''get_Console_Command_TranslationExtract_LazyService'false],
  1762.             'console.command.validator_debug' => ['privates''.console.command.validator_debug.lazy''get_Console_Command_ValidatorDebug_LazyService'false],
  1763.             'console.command.translation_pull' => ['privates''.console.command.translation_pull.lazy''get_Console_Command_TranslationPull_LazyService'false],
  1764.             'console.command.translation_push' => ['privates''.console.command.translation_push.lazy''get_Console_Command_TranslationPush_LazyService'false],
  1765.             'console.command.xliff_lint' => ['privates''.console.command.xliff_lint.lazy''get_Console_Command_XliffLint_LazyService'false],
  1766.             'console.command.yaml_lint' => ['privates''.console.command.yaml_lint.lazy''get_Console_Command_YamlLint_LazyService'false],
  1767.             'console.command.form_debug' => ['privates''.console.command.form_debug.lazy''get_Console_Command_FormDebug_LazyService'false],
  1768.             'console.command.secrets_set' => ['privates''.console.command.secrets_set.lazy''get_Console_Command_SecretsSet_LazyService'false],
  1769.             'console.command.secrets_remove' => ['privates''.console.command.secrets_remove.lazy''get_Console_Command_SecretsRemove_LazyService'false],
  1770.             'console.command.secrets_generate_key' => ['privates''.console.command.secrets_generate_key.lazy''get_Console_Command_SecretsGenerateKey_LazyService'false],
  1771.             'console.command.secrets_list' => ['privates''.console.command.secrets_list.lazy''get_Console_Command_SecretsList_LazyService'false],
  1772.             'console.command.secrets_decrypt_to_local' => ['privates''.console.command.secrets_decrypt_to_local.lazy''get_Console_Command_SecretsDecryptToLocal_LazyService'false],
  1773.             'console.command.secrets_encrypt_from_local' => ['privates''.console.command.secrets_encrypt_from_local.lazy''get_Console_Command_SecretsEncryptFromLocal_LazyService'false],
  1774.             'security.command.debug_firewall' => ['privates''.security.command.debug_firewall.lazy''get_Security_Command_DebugFirewall_LazyService'false],
  1775.             'security.command.user_password_encoder' => ['privates''.security.command.user_password_encoder.lazy''get_Security_Command_UserPasswordEncoder_LazyService'false],
  1776.             'security.command.user_password_hash' => ['privates''.security.command.user_password_hash.lazy''get_Security_Command_UserPasswordHash_LazyService'false],
  1777.             'lexik_jwt_authentication.check_config_command' => ['privates''lexik_jwt_authentication.check_config_command''getLexikJwtAuthentication_CheckConfigCommandService'false],
  1778.             'lexik_jwt_authentication.migrate_config_command' => ['privates''lexik_jwt_authentication.migrate_config_command''getLexikJwtAuthentication_MigrateConfigCommandService'false],
  1779.             'lexik_jwt_authentication.enable_encryption_config_command' => ['privates''lexik_jwt_authentication.enable_encryption_config_command''getLexikJwtAuthentication_EnableEncryptionConfigCommandService'false],
  1780.             'lexik_jwt_authentication.generate_token_command' => ['services''lexik_jwt_authentication.generate_token_command''getLexikJwtAuthentication_GenerateTokenCommandService'false],
  1781.             'lexik_jwt_authentication.generate_keypair_command' => ['privates''lexik_jwt_authentication.generate_keypair_command''getLexikJwtAuthentication_GenerateKeypairCommandService'false],
  1782.             'twig.command.debug' => ['privates''.twig.command.debug.lazy''get_Twig_Command_Debug_LazyService'false],
  1783.             'twig.command.lint' => ['privates''.twig.command.lint.lazy''get_Twig_Command_Lint_LazyService'false],
  1784.             'Vdm\\Bundle\\LibraryBundle\\Command\\CollectMessagesCommand' => ['privates''Vdm\\Bundle\\LibraryBundle\\Command\\CollectMessagesCommand''getCollectMessagesCommandService'false],
  1785.             'Vdm\\Bundle\\LibraryBundle\\Command\\ConsumeMessagesCommand' => ['privates''Vdm\\Bundle\\LibraryBundle\\Command\\ConsumeMessagesCommand''getConsumeMessagesCommandService'false],
  1786.         ], [
  1787.             'App\\Command\\Geoserver\\TestGeoserverCreationCommand' => 'App\\Command\\Geoserver\\TestGeoserverCreationCommand',
  1788.             'App\\Command\\Geoserver\\TestGeoserverRemoteCreationCommand' => 'App\\Command\\Geoserver\\TestGeoserverRemoteCreationCommand',
  1789.             'App\\Command\\ImportCustomZonesCommand' => '?',
  1790.             'App\\Command\\UserGenerateCommand' => '?',
  1791.             'console.command.about' => '?',
  1792.             'console.command.assets_install' => '?',
  1793.             'console.command.cache_clear' => '?',
  1794.             'console.command.cache_pool_clear' => '?',
  1795.             'console.command.cache_pool_prune' => '?',
  1796.             'console.command.cache_pool_delete' => '?',
  1797.             'console.command.cache_pool_list' => '?',
  1798.             'console.command.cache_warmup' => '?',
  1799.             'console.command.config_debug' => '?',
  1800.             'console.command.config_dump_reference' => '?',
  1801.             'console.command.container_debug' => '?',
  1802.             'console.command.container_lint' => '?',
  1803.             'console.command.debug_autowiring' => '?',
  1804.             'console.command.dotenv_debug' => '?',
  1805.             'console.command.event_dispatcher_debug' => '?',
  1806.             'console.command.messenger_consume_messages' => '?',
  1807.             'console.command.messenger_setup_transports' => '?',
  1808.             'console.command.messenger_debug' => '?',
  1809.             'console.command.messenger_stop_workers' => '?',
  1810.             'console.command.messenger_failed_messages_retry' => '?',
  1811.             'console.command.messenger_failed_messages_show' => '?',
  1812.             'console.command.messenger_failed_messages_remove' => '?',
  1813.             'console.command.router_debug' => '?',
  1814.             'console.command.router_match' => '?',
  1815.             'console.command.translation_debug' => '?',
  1816.             'console.command.translation_extract' => '?',
  1817.             'console.command.validator_debug' => '?',
  1818.             'console.command.translation_pull' => '?',
  1819.             'console.command.translation_push' => '?',
  1820.             'console.command.xliff_lint' => '?',
  1821.             'console.command.yaml_lint' => '?',
  1822.             'console.command.form_debug' => '?',
  1823.             'console.command.secrets_set' => '?',
  1824.             'console.command.secrets_remove' => '?',
  1825.             'console.command.secrets_generate_key' => '?',
  1826.             'console.command.secrets_list' => '?',
  1827.             'console.command.secrets_decrypt_to_local' => '?',
  1828.             'console.command.secrets_encrypt_from_local' => '?',
  1829.             'security.command.debug_firewall' => '?',
  1830.             'security.command.user_password_encoder' => '?',
  1831.             'security.command.user_password_hash' => '?',
  1832.             'lexik_jwt_authentication.check_config_command' => 'Lexik\\Bundle\\JWTAuthenticationBundle\\Command\\CheckConfigCommand',
  1833.             'lexik_jwt_authentication.migrate_config_command' => 'Lexik\\Bundle\\JWTAuthenticationBundle\\Command\\MigrateConfigCommand',
  1834.             'lexik_jwt_authentication.enable_encryption_config_command' => 'Lexik\\Bundle\\JWTAuthenticationBundle\\Command\\EnableEncryptionConfigCommand',
  1835.             'lexik_jwt_authentication.generate_token_command' => 'Lexik\\Bundle\\JWTAuthenticationBundle\\Command\\GenerateTokenCommand',
  1836.             'lexik_jwt_authentication.generate_keypair_command' => 'Lexik\\Bundle\\JWTAuthenticationBundle\\Command\\GenerateKeyPairCommand',
  1837.             'twig.command.debug' => '?',
  1838.             'twig.command.lint' => '?',
  1839.             'Vdm\\Bundle\\LibraryBundle\\Command\\CollectMessagesCommand' => 'Vdm\\Bundle\\LibraryBundle\\Command\\CollectMessagesCommand',
  1840.             'Vdm\\Bundle\\LibraryBundle\\Command\\ConsumeMessagesCommand' => 'Vdm\\Bundle\\LibraryBundle\\Command\\ConsumeMessagesCommand',
  1841.         ]), ['action-test:geoserver:create' => 'App\\Command\\Geoserver\\TestGeoserverCreationCommand''remote-action-test:geoserver:create' => 'App\\Command\\Geoserver\\TestGeoserverRemoteCreationCommand''app:area:import-custom-zones' => 'App\\Command\\ImportCustomZonesCommand''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''messenger:failed:retry' => 'console.command.messenger_failed_messages_retry''messenger:failed:show' => 'console.command.messenger_failed_messages_show''messenger:failed:remove' => 'console.command.messenger_failed_messages_remove''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']);
  1842.     }
  1843.     /**
  1844.      * Gets the public 'container.env_var_processors_locator' shared service.
  1845.      *
  1846.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  1847.      */
  1848.     protected function getContainer_EnvVarProcessorsLocatorService()
  1849.     {
  1850.         return $this->services['container.env_var_processors_locator'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1851.             'base64' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1852.             'bool' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1853.             'const' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1854.             'csv' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1855.             'default' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1856.             'file' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1857.             'float' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1858.             'int' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1859.             'json' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1860.             'key' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1861.             'not' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1862.             'query_string' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1863.             'require' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1864.             'resolve' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1865.             'string' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1866.             'trim' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1867.             'url' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1868.         ], [
  1869.             'base64' => '?',
  1870.             'bool' => '?',
  1871.             'const' => '?',
  1872.             'csv' => '?',
  1873.             'default' => '?',
  1874.             'file' => '?',
  1875.             'float' => '?',
  1876.             'int' => '?',
  1877.             'json' => '?',
  1878.             'key' => '?',
  1879.             'not' => '?',
  1880.             'query_string' => '?',
  1881.             'require' => '?',
  1882.             'resolve' => '?',
  1883.             'string' => '?',
  1884.             'trim' => '?',
  1885.             'url' => '?',
  1886.         ]);
  1887.     }
  1888.     /**
  1889.      * Gets the public 'error_controller' shared service.
  1890.      *
  1891.      * @return \Symfony\Component\HttpKernel\Controller\ErrorController
  1892.      */
  1893.     protected function getErrorControllerService()
  1894.     {
  1895.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ErrorController.php';
  1896.         include_once \dirname(__DIR__4).'/vendor/symfony/error-handler/ErrorRenderer/ErrorRendererInterface.php';
  1897.         include_once \dirname(__DIR__4).'/vendor/symfony/error-handler/ErrorRenderer/SerializerErrorRenderer.php';
  1898.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/ErrorRenderer/TwigErrorRenderer.php';
  1899.         include_once \dirname(__DIR__4).'/vendor/symfony/error-handler/ErrorRenderer/HtmlErrorRenderer.php';
  1900.         $a = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  1901.         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)));
  1902.     }
  1903.     /**
  1904.      * Gets the public 'event_dispatcher' shared service.
  1905.      *
  1906.      * @return \Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher
  1907.      */
  1908.     protected function getEventDispatcherService()
  1909.     {
  1910.         $a = new \Symfony\Bridge\Monolog\Logger('event');
  1911.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1912.         $a->pushHandler(($this->privates['monolog.handler.stderr_errors'] ?? $this->getMonolog_Handler_StderrErrorsService()));
  1913.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  1914.         $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())));
  1915.         $instance->addListener('lexik_jwt_authentication.on_jwt_created', [=> function () {
  1916.             return ($this->privates['App\\Listener\\JWTListener'] ?? $this->getJWTListenerService());
  1917.         }, => 'onJWTCreated'], 0);
  1918.         $instance->addListener('kernel.controller', [=> function () {
  1919.             return ($this->privates['data_collector.router'] ?? ($this->privates['data_collector.router'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector()));
  1920.         }, => 'onKernelController'], 0);
  1921.         $instance->addListener('Hslavich\\OneloginSamlBundle\\Event\\UserCreatedEvent', [=> function () {
  1922.             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)));
  1923.         }, => '__invoke'], 0);
  1924.         $instance->addListener('Hslavich\\OneloginSamlBundle\\Event\\UserModifiedEvent', [=> function () {
  1925.             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)));
  1926.         }, => '__invoke'], 0);
  1927.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  1928.             return ($this->privates['Hslavich\\OneloginSamlBundle\\EventListener\\Security\\SamlLogoutListener'] ?? $this->getSamlLogoutListenerService());
  1929.         }, => '__invoke'], 0);
  1930.         $instance->addListener('kernel.request', [=> function () {
  1931.             return ($this->privates['nelmio_cors.cors_listener'] ?? $this->getNelmioCors_CorsListenerService());
  1932.         }, => 'onKernelRequest'], 250);
  1933.         $instance->addListener('kernel.response', [=> function () {
  1934.             return ($this->privates['nelmio_cors.cors_listener'] ?? $this->getNelmioCors_CorsListenerService());
  1935.         }, => 'onKernelResponse'], 0);
  1936.         $instance->addListener('kernel.response', [=> function () {
  1937.             return ($this->privates['nelmio_cors.cacheable_response_vary_listener'] ?? ($this->privates['nelmio_cors.cacheable_response_vary_listener'] = new \Nelmio\CorsBundle\EventListener\CacheableResponseVaryListener()));
  1938.         }, => 'onResponse'], -10);
  1939.         $instance->addListener('create.applicationConfiguration', [=> function () {
  1940.             return ($this->privates['App\\EventSubscriber\\ApplicationConfigurationSubscriber'] ?? $this->getApplicationConfigurationSubscriberService());
  1941.         }, => 'onCreateApplicationConfiguration'], 0);
  1942.         $instance->addListener('update.applicationConfiguration', [=> function () {
  1943.             return ($this->privates['App\\EventSubscriber\\ApplicationConfigurationSubscriber'] ?? $this->getApplicationConfigurationSubscriberService());
  1944.         }, => 'onUpdateApplicationConfiguration'], 0);
  1945.         $instance->addListener('delete.applicationConfiguration', [=> function () {
  1946.             return ($this->privates['App\\EventSubscriber\\ApplicationConfigurationSubscriber'] ?? $this->getApplicationConfigurationSubscriberService());
  1947.         }, => 'onDeleteApplicationConfiguration'], 0);
  1948.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageFailedEvent', [=> function () {
  1949.             return ($this->privates['App\\EventSubscriber\\FailedMessageSubscriber'] ?? $this->getFailedMessageSubscriberService());
  1950.         }, => 'onWorkerMessageFailed'], 1);
  1951.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerStoppedEvent', [=> function () {
  1952.             return ($this->privates['App\\EventSubscriber\\FailedMessageSubscriber'] ?? $this->getFailedMessageSubscriberService());
  1953.         }, => 'onWorkerStoppedEvent'], 1);
  1954.         $instance->addListener('update.organization', [=> function () {
  1955.             return ($this->privates['App\\EventSubscriber\\InvalidateCacheSubscriber'] ?? $this->getInvalidateCacheSubscriberService());
  1956.         }, => 'onUpdateOrganization'], 0);
  1957.         $instance->addListener('delete.organization', [=> function () {
  1958.             return ($this->privates['App\\EventSubscriber\\InvalidateCacheSubscriber'] ?? $this->getInvalidateCacheSubscriberService());
  1959.         }, => 'onDeleteOrganization'], 0);
  1960.         $instance->addListener('update.contract', [=> function () {
  1961.             return ($this->privates['App\\EventSubscriber\\InvalidateCacheSubscriber'] ?? $this->getInvalidateCacheSubscriberService());
  1962.         }, => 'onUpdateContract'], 0);
  1963.         $instance->addListener('lexik_jwt_authentication.on_jwt_created', [=> function () {
  1964.             return ($this->privates['App\\EventSubscriber\\InvalidateCacheSubscriber'] ?? $this->getInvalidateCacheSubscriberService());
  1965.         }, => 'onUserLogin'], 0);
  1966.         $instance->addListener('create.organization', [=> function () {
  1967.             return ($this->privates['App\\EventSubscriber\\OrganizationSubscriber'] ?? $this->getOrganizationSubscriberService());
  1968.         }, => 'onCreateOrganization'], 0);
  1969.         $instance->addListener('update.organization', [=> function () {
  1970.             return ($this->privates['App\\EventSubscriber\\OrganizationSubscriber'] ?? $this->getOrganizationSubscriberService());
  1971.         }, => 'onUpdateOrganization'], 0);
  1972.         $instance->addListener('delete.organization', [=> function () {
  1973.             return ($this->privates['App\\EventSubscriber\\OrganizationSubscriber'] ?? $this->getOrganizationSubscriberService());
  1974.         }, => 'onDeleteOrganization'], 0);
  1975.         $instance->addListener('kernel.response', [=> function () {
  1976.             return ($this->privates['response_listener'] ?? ($this->privates['response_listener'] = new \Symfony\Component\HttpKernel\EventListener\ResponseListener('UTF-8'false)));
  1977.         }, => 'onKernelResponse'], 0);
  1978.         $instance->addListener('kernel.response', [=> function () {
  1979.             return ($this->privates['streamed_response_listener'] ?? ($this->privates['streamed_response_listener'] = new \Symfony\Component\HttpKernel\EventListener\StreamedResponseListener()));
  1980.         }, => 'onKernelResponse'], -1024);
  1981.         $instance->addListener('kernel.request', [=> function () {
  1982.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  1983.         }, => 'setDefaultLocale'], 100);
  1984.         $instance->addListener('kernel.request', [=> function () {
  1985.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  1986.         }, => 'onKernelRequest'], 16);
  1987.         $instance->addListener('kernel.finish_request', [=> function () {
  1988.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  1989.         }, => 'onKernelFinishRequest'], 0);
  1990.         $instance->addListener('kernel.request', [=> function () {
  1991.             return ($this->privates['validate_request_listener'] ?? ($this->privates['validate_request_listener'] = new \Symfony\Component\HttpKernel\EventListener\ValidateRequestListener()));
  1992.         }, => 'onKernelRequest'], 256);
  1993.         $instance->addListener('kernel.response', [=> function () {
  1994.             return ($this->privates['disallow_search_engine_index_response_listener'] ?? ($this->privates['disallow_search_engine_index_response_listener'] = new \Symfony\Component\HttpKernel\EventListener\DisallowRobotsIndexingListener()));
  1995.         }, => 'onResponse'], -255);
  1996.         $instance->addListener('kernel.controller_arguments', [=> function () {
  1997.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  1998.         }, => 'onControllerArguments'], 0);
  1999.         $instance->addListener('kernel.exception', [=> function () {
  2000.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  2001.         }, => 'logKernelException'], 0);
  2002.         $instance->addListener('kernel.exception', [=> function () {
  2003.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  2004.         }, => 'onKernelException'], -128);
  2005.         $instance->addListener('kernel.response', [=> function () {
  2006.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  2007.         }, => 'removeCspHeader'], -128);
  2008.         $instance->addListener('kernel.request', [=> function () {
  2009.             return ($this->privates['locale_aware_listener'] ?? $this->getLocaleAwareListenerService());
  2010.         }, => 'onKernelRequest'], 15);
  2011.         $instance->addListener('kernel.finish_request', [=> function () {
  2012.             return ($this->privates['locale_aware_listener'] ?? $this->getLocaleAwareListenerService());
  2013.         }, => 'onKernelFinishRequest'], -15);
  2014.         $instance->addListener('console.error', [=> function () {
  2015.             return ($this->privates['console.error_listener'] ?? $this->getConsole_ErrorListenerService());
  2016.         }, => 'onConsoleError'], -128);
  2017.         $instance->addListener('console.terminate', [=> function () {
  2018.             return ($this->privates['console.error_listener'] ?? $this->getConsole_ErrorListenerService());
  2019.         }, => 'onConsoleTerminate'], -128);
  2020.         $instance->addListener('console.error', [=> function () {
  2021.             return ($this->privates['console.suggest_missing_package_subscriber'] ?? ($this->privates['console.suggest_missing_package_subscriber'] = new \Symfony\Bundle\FrameworkBundle\EventListener\SuggestMissingPackageSubscriber()));
  2022.         }, => 'onConsoleError'], 0);
  2023.         $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [=> function () {
  2024.             return ($this->privates['mailer.envelope_listener'] ?? ($this->privates['mailer.envelope_listener'] = new \Symfony\Component\Mailer\EventListener\EnvelopeListener(NULLNULL)));
  2025.         }, => 'onMessage'], -255);
  2026.         $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [=> function () {
  2027.             return ($this->privates['mailer.message_logger_listener'] ?? ($this->privates['mailer.message_logger_listener'] = new \Symfony\Component\Mailer\EventListener\MessageLoggerListener()));
  2028.         }, => 'onMessage'], -255);
  2029.         $instance->addListener('kernel.request', [=> function () {
  2030.             return ($this->privates['debug.debug_handlers_listener'] ?? $this->getDebug_DebugHandlersListenerService());
  2031.         }, => 'configure'], 2048);
  2032.         $instance->addListener('console.command', [=> function () {
  2033.             return ($this->privates['debug.debug_handlers_listener'] ?? $this->getDebug_DebugHandlersListenerService());
  2034.         }, => 'configure'], 2048);
  2035.         $instance->addListener('kernel.request', [=> function () {
  2036.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  2037.         }, => 'onKernelRequest'], 32);
  2038.         $instance->addListener('kernel.finish_request', [=> function () {
  2039.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  2040.         }, => 'onKernelFinishRequest'], 0);
  2041.         $instance->addListener('kernel.exception', [=> function () {
  2042.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  2043.         }, => 'onKernelException'], -64);
  2044.         $instance->addListener('kernel.request', [=> function () {
  2045.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  2046.         }, => 'onKernelRequest'], 128);
  2047.         $instance->addListener('kernel.response', [=> function () {
  2048.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  2049.         }, => 'onKernelResponse'], -1000);
  2050.         $instance->addListener('kernel.finish_request', [=> function () {
  2051.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  2052.         }, => 'onFinishRequest'], 0);
  2053.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageFailedEvent', [=> function () {
  2054.             return ($this->privates['messenger.retry.send_failed_message_for_retry_listener'] ?? $this->getMessenger_Retry_SendFailedMessageForRetryListenerService());
  2055.         }, => 'onMessageFailed'], 100);
  2056.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageFailedEvent', [=> function () {
  2057.             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()));
  2058.         }, => 'onMessageFailed'], 200);
  2059.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageFailedEvent', [=> function () {
  2060.             return ($this->privates['messenger.failure.send_failed_message_to_failure_transport_listener'] ?? $this->getMessenger_Failure_SendFailedMessageToFailureTransportListenerService());
  2061.         }, => 'onMessageFailed'], -100);
  2062.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerStartedEvent', [=> function () {
  2063.             return ($this->privates['messenger.listener.stop_worker_on_restart_signal_listener'] ?? $this->getMessenger_Listener_StopWorkerOnRestartSignalListenerService());
  2064.         }, => 'onWorkerStarted'], 0);
  2065.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerRunningEvent', [=> function () {
  2066.             return ($this->privates['messenger.listener.stop_worker_on_restart_signal_listener'] ?? $this->getMessenger_Listener_StopWorkerOnRestartSignalListenerService());
  2067.         }, => 'onWorkerRunning'], 0);
  2068.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageFailedEvent', [=> function () {
  2069.             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()));
  2070.         }, => 'onMessageFailed'], 0);
  2071.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerRunningEvent', [=> function () {
  2072.             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()));
  2073.         }, => 'onWorkerRunning'], 0);
  2074.         $instance->addListener('kernel.response', [=> function () {
  2075.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  2076.         }, => 'onKernelResponse'], -100);
  2077.         $instance->addListener('kernel.exception', [=> function () {
  2078.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  2079.         }, => 'onKernelException'], 0);
  2080.         $instance->addListener('kernel.terminate', [=> function () {
  2081.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  2082.         }, => 'onKernelTerminate'], -1024);
  2083.         $instance->addListener('kernel.controller', [=> function () {
  2084.             return ($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService());
  2085.         }, => 'onKernelController'], 0);
  2086.         $instance->addListener('kernel.response', [=> function () {
  2087.             return ($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService());
  2088.         }, => 'onKernelResponse'], 0);
  2089.         $instance->addListener('kernel.response', [=> function () {
  2090.             return ($this->privates['security.rememberme.response_listener'] ?? ($this->privates['security.rememberme.response_listener'] = new \Symfony\Component\Security\Http\RememberMe\ResponseListener()));
  2091.         }, => 'onKernelResponse'], 0);
  2092.         $instance->addListener('debug.security.authorization.vote', [=> function () {
  2093.             return ($this->privates['debug.security.voter.vote_listener'] ?? $this->getDebug_Security_Voter_VoteListenerService());
  2094.         }, => 'onVoterVote'], 0);
  2095.         $instance->addListener('kernel.request', [=> function () {
  2096.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  2097.         }, => 'configureLogoutUrlGenerator'], 8);
  2098.         $instance->addListener('kernel.request', [=> function () {
  2099.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  2100.         }, => 'onKernelRequest'], 8);
  2101.         $instance->addListener('kernel.finish_request', [=> function () {
  2102.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  2103.         }, => 'onKernelFinishRequest'], 0);
  2104.         $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [=> function () {
  2105.             return ($this->privates['twig.mailer.message_listener'] ?? $this->getTwig_Mailer_MessageListenerService());
  2106.         }, => 'onMessage'], 0);
  2107.         $instance->addListener('kernel.response', [=> function () {
  2108.             return ($this->privates['web_profiler.debug_toolbar'] ?? $this->getWebProfiler_DebugToolbarService());
  2109.         }, => 'onKernelResponse'], -128);
  2110.         $instance->addListener('kernel.controller', [=> function () {
  2111.             return ($this->privates['sensio_framework_extra.controller.listener'] ?? $this->getSensioFrameworkExtra_Controller_ListenerService());
  2112.         }, => 'onKernelController'], 0);
  2113.         $instance->addListener('kernel.controller', [=> function () {
  2114.             return ($this->privates['sensio_framework_extra.converter.listener'] ?? $this->getSensioFrameworkExtra_Converter_ListenerService());
  2115.         }, => 'onKernelController'], 0);
  2116.         $instance->addListener('kernel.controller', [=> function () {
  2117.             return ($this->privates['sensio_framework_extra.view.listener'] ?? $this->getSensioFrameworkExtra_View_ListenerService());
  2118.         }, => 'onKernelController'], -128);
  2119.         $instance->addListener('kernel.view', [=> function () {
  2120.             return ($this->privates['sensio_framework_extra.view.listener'] ?? $this->getSensioFrameworkExtra_View_ListenerService());
  2121.         }, => 'onKernelView'], 0);
  2122.         $instance->addListener('kernel.controller', [=> function () {
  2123.             return ($this->privates['sensio_framework_extra.cache.listener'] ?? ($this->privates['sensio_framework_extra.cache.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener()));
  2124.         }, => 'onKernelController'], 0);
  2125.         $instance->addListener('kernel.response', [=> function () {
  2126.             return ($this->privates['sensio_framework_extra.cache.listener'] ?? ($this->privates['sensio_framework_extra.cache.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener()));
  2127.         }, => 'onKernelResponse'], 0);
  2128.         $instance->addListener('kernel.controller_arguments', [=> function () {
  2129.             return ($this->privates['sensio_framework_extra.security.listener'] ?? $this->getSensioFrameworkExtra_Security_ListenerService());
  2130.         }, => 'onKernelControllerArguments'], 0);
  2131.         $instance->addListener('kernel.controller_arguments', [=> function () {
  2132.             return ($this->privates['framework_extra_bundle.event.is_granted'] ?? $this->getFrameworkExtraBundle_Event_IsGrantedService());
  2133.         }, => 'onKernelControllerArguments'], 0);
  2134.         $instance->addListener('Vdm\\Bundle\\LibraryBundle\\Event\\CollectWorkerStoppedEvent', [=> function () {
  2135.             return ($this->privates['Vdm\\Bundle\\LibraryBundle\\EventSubscriber\\ExceptionHandler\\RethrowExceptionAfterWorkerStoppedSubscriber'] ?? $this->getRethrowExceptionAfterWorkerStoppedSubscriberService());
  2136.         }, => 'onCollectWorkerStoppedEvent'], -200);
  2137.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerStoppedEvent', [=> function () {
  2138.             return ($this->privates['Vdm\\Bundle\\LibraryBundle\\EventSubscriber\\ExceptionHandler\\RethrowExceptionAfterWorkerStoppedSubscriber'] ?? $this->getRethrowExceptionAfterWorkerStoppedSubscriberService());
  2139.         }, => 'onWorkerStoppedEvent'], -200);
  2140.         $instance->addListener('Vdm\\Bundle\\LibraryBundle\\Event\\CollectWorkerRunningEvent', [=> function () {
  2141.             return ($this->privates['Vdm\\Bundle\\LibraryBundle\\EventSubscriber\\ExceptionHandler\\StopWorkerOnExceptionSubscriber'] ?? $this->getStopWorkerOnExceptionSubscriberService());
  2142.         }, => 'onCollectWorkerRunningEvent'], 0);
  2143.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerRunningEvent', [=> function () {
  2144.             return ($this->privates['Vdm\\Bundle\\LibraryBundle\\EventSubscriber\\ExceptionHandler\\StopWorkerOnExceptionSubscriber'] ?? $this->getStopWorkerOnExceptionSubscriberService());
  2145.         }, => 'onWorkerRunningEvent'], 0);
  2146.         $instance->addListener('Vdm\\Bundle\\LibraryBundle\\Event\\CollectWorkerMessageFailedEvent', [=> function () {
  2147.             return ($this->privates['Vdm\\Bundle\\LibraryBundle\\EventSubscriber\\ExceptionHandler\\StoreExceptionOnMessageFailedSubscriber'] ?? $this->getStoreExceptionOnMessageFailedSubscriberService());
  2148.         }, => 'onCollectWorkerMessageFailedEvent'], -200);
  2149.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageFailedEvent', [=> function () {
  2150.             return ($this->privates['Vdm\\Bundle\\LibraryBundle\\EventSubscriber\\ExceptionHandler\\StoreExceptionOnMessageFailedSubscriber'] ?? $this->getStoreExceptionOnMessageFailedSubscriberService());
  2151.         }, => 'onWorkerMessageFailedEvent'], -200);
  2152.         $instance->addListener('Vdm\\Bundle\\LibraryBundle\\Event\\CollectWorkerMessageReceivedEvent', [=> function () {
  2153.             return ($this->privates['Vdm\\Bundle\\LibraryBundle\\EventSubscriber\\Monitoring\\MonitoringWorkerConsumedMessageSubscriber'] ?? $this->getMonitoringWorkerConsumedMessageSubscriberService());
  2154.         }, => 'onCollectWorkerMessageReceivedEvent'], 0);
  2155.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageReceivedEvent', [=> function () {
  2156.             return ($this->privates['Vdm\\Bundle\\LibraryBundle\\EventSubscriber\\Monitoring\\MonitoringWorkerConsumedMessageSubscriber'] ?? $this->getMonitoringWorkerConsumedMessageSubscriberService());
  2157.         }, => 'onWorkerMessageReceivedEvent'], 0);
  2158.         $instance->addListener('Vdm\\Bundle\\LibraryBundle\\Event\\CollectWorkerMessageReceivedEvent', [=> function () {
  2159.             return ($this->privates['Vdm\\Bundle\\LibraryBundle\\EventSubscriber\\Monitoring\\MonitoringWorkerHandleMessageDurationSubscriber'] ?? $this->getMonitoringWorkerHandleMessageDurationSubscriberService());
  2160.         }, => 'onCollectWorkerMessageReceivedEvent'], 0);
  2161.         $instance->addListener('Vdm\\Bundle\\LibraryBundle\\Event\\CollectWorkerMessageHandledEvent', [=> function () {
  2162.             return ($this->privates['Vdm\\Bundle\\LibraryBundle\\EventSubscriber\\Monitoring\\MonitoringWorkerHandleMessageDurationSubscriber'] ?? $this->getMonitoringWorkerHandleMessageDurationSubscriberService());
  2163.         }, => 'onCollectWorkerMessageHandledEvent'], 0);
  2164.         $instance->addListener('Vdm\\Bundle\\LibraryBundle\\Event\\CollectWorkerMessageFailedEvent', [=> function () {
  2165.             return ($this->privates['Vdm\\Bundle\\LibraryBundle\\EventSubscriber\\Monitoring\\MonitoringWorkerHandleMessageDurationSubscriber'] ?? $this->getMonitoringWorkerHandleMessageDurationSubscriberService());
  2166.         }, => 'onCollectWorkerMessageFailedEvent'], 0);
  2167.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageReceivedEvent', [=> function () {
  2168.             return ($this->privates['Vdm\\Bundle\\LibraryBundle\\EventSubscriber\\Monitoring\\MonitoringWorkerHandleMessageDurationSubscriber'] ?? $this->getMonitoringWorkerHandleMessageDurationSubscriberService());
  2169.         }, => 'onWorkerMessageReceivedEvent'], 0);
  2170.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageHandledEvent', [=> function () {
  2171.             return ($this->privates['Vdm\\Bundle\\LibraryBundle\\EventSubscriber\\Monitoring\\MonitoringWorkerHandleMessageDurationSubscriber'] ?? $this->getMonitoringWorkerHandleMessageDurationSubscriberService());
  2172.         }, => 'onWorkerMessageHandledEvent'], 0);
  2173.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageFailedEvent', [=> function () {
  2174.             return ($this->privates['Vdm\\Bundle\\LibraryBundle\\EventSubscriber\\Monitoring\\MonitoringWorkerHandleMessageDurationSubscriber'] ?? $this->getMonitoringWorkerHandleMessageDurationSubscriberService());
  2175.         }, => 'onWorkerMessageFailedEvent'], 0);
  2176.         $instance->addListener('Vdm\\Bundle\\LibraryBundle\\Event\\CollectWorkerMessageReceivedEvent', [=> function () {
  2177.             return ($this->privates['Vdm\\Bundle\\LibraryBundle\\EventSubscriber\\Monitoring\\MonitoringWorkerHandleMessageMemorySubscriber'] ?? $this->getMonitoringWorkerHandleMessageMemorySubscriberService());
  2178.         }, => 'onCollectWorkerMessageReceivedEvent'], 0);
  2179.         $instance->addListener('Vdm\\Bundle\\LibraryBundle\\Event\\CollectWorkerMessageHandledEvent', [=> function () {
  2180.             return ($this->privates['Vdm\\Bundle\\LibraryBundle\\EventSubscriber\\Monitoring\\MonitoringWorkerHandleMessageMemorySubscriber'] ?? $this->getMonitoringWorkerHandleMessageMemorySubscriberService());
  2181.         }, => 'onCollectWorkerMessageHandledEvent'], 0);
  2182.         $instance->addListener('Vdm\\Bundle\\LibraryBundle\\Event\\CollectWorkerMessageFailedEvent', [=> function () {
  2183.             return ($this->privates['Vdm\\Bundle\\LibraryBundle\\EventSubscriber\\Monitoring\\MonitoringWorkerHandleMessageMemorySubscriber'] ?? $this->getMonitoringWorkerHandleMessageMemorySubscriberService());
  2184.         }, => 'onCollectWorkerMessageFailedEvent'], 0);
  2185.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageReceivedEvent', [=> function () {
  2186.             return ($this->privates['Vdm\\Bundle\\LibraryBundle\\EventSubscriber\\Monitoring\\MonitoringWorkerHandleMessageMemorySubscriber'] ?? $this->getMonitoringWorkerHandleMessageMemorySubscriberService());
  2187.         }, => 'onWorkerMessageReceivedEvent'], 0);
  2188.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageHandledEvent', [=> function () {
  2189.             return ($this->privates['Vdm\\Bundle\\LibraryBundle\\EventSubscriber\\Monitoring\\MonitoringWorkerHandleMessageMemorySubscriber'] ?? $this->getMonitoringWorkerHandleMessageMemorySubscriberService());
  2190.         }, => 'onWorkerMessageHandledEvent'], 0);
  2191.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageFailedEvent', [=> function () {
  2192.             return ($this->privates['Vdm\\Bundle\\LibraryBundle\\EventSubscriber\\Monitoring\\MonitoringWorkerHandleMessageMemorySubscriber'] ?? $this->getMonitoringWorkerHandleMessageMemorySubscriberService());
  2193.         }, => 'onWorkerMessageFailedEvent'], 0);
  2194.         $instance->addListener('Vdm\\Bundle\\LibraryBundle\\Event\\CollectWorkerMessageHandledEvent', [=> function () {
  2195.             return ($this->privates['Vdm\\Bundle\\LibraryBundle\\EventSubscriber\\Monitoring\\MonitoringWorkerHandledMessageSubscriber'] ?? $this->getMonitoringWorkerHandledMessageSubscriberService());
  2196.         }, => 'onCollectWorkerMessageHandledEvent'], 0);
  2197.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageHandledEvent', [=> function () {
  2198.             return ($this->privates['Vdm\\Bundle\\LibraryBundle\\EventSubscriber\\Monitoring\\MonitoringWorkerHandledMessageSubscriber'] ?? $this->getMonitoringWorkerHandledMessageSubscriberService());
  2199.         }, => 'onWorkerMessageHandledEvent'], 0);
  2200.         $instance->addListener('Vdm\\Bundle\\LibraryBundle\\Event\\CollectWorkerMessageFailedEvent', [=> function () {
  2201.             return ($this->privates['Vdm\\Bundle\\LibraryBundle\\EventSubscriber\\Monitoring\\MonitoringWorkerMessageFailedSubscriber'] ?? $this->getMonitoringWorkerMessageFailedSubscriberService());
  2202.         }, => 'onCollectWorkerMessageFailedEvent'], 0);
  2203.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageFailedEvent', [=> function () {
  2204.             return ($this->privates['Vdm\\Bundle\\LibraryBundle\\EventSubscriber\\Monitoring\\MonitoringWorkerMessageFailedSubscriber'] ?? $this->getMonitoringWorkerMessageFailedSubscriberService());
  2205.         }, => 'onWorkerMessageFailedEvent'], 0);
  2206.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\SendMessageToTransportsEvent', [=> function () {
  2207.             return ($this->privates['Vdm\\Bundle\\LibraryBundle\\EventSubscriber\\Monitoring\\MonitoringWorkerProducedMessageSubscriber'] ?? $this->getMonitoringWorkerProducedMessageSubscriberService());
  2208.         }, => 'onSendMessageToTransportEvent'], 0);
  2209.         $instance->addListener('Vdm\\Bundle\\LibraryBundle\\Event\\CollectWorkerRunningEvent', [=> function () {
  2210.             return ($this->privates['Vdm\\Bundle\\LibraryBundle\\EventSubscriber\\Monitoring\\MonitoringWorkerRunningFlushSubscriber'] ?? $this->getMonitoringWorkerRunningFlushSubscriberService());
  2211.         }, => 'onCollectWorkerRunningEvent'], 0);
  2212.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerRunningEvent', [=> function () {
  2213.             return ($this->privates['Vdm\\Bundle\\LibraryBundle\\EventSubscriber\\Monitoring\\MonitoringWorkerRunningFlushSubscriber'] ?? $this->getMonitoringWorkerRunningFlushSubscriberService());
  2214.         }, => 'onWorkerRunningEvent'], 0);
  2215.         $instance->addListener('Vdm\\Bundle\\LibraryBundle\\Event\\CollectWorkerStartedEvent', [=> function () {
  2216.             return ($this->privates['Vdm\\Bundle\\LibraryBundle\\EventSubscriber\\Monitoring\\MonitoringWorkerStartedSubscriber'] ?? $this->getMonitoringWorkerStartedSubscriberService());
  2217.         }, => 'onCollectWorkerStartedEvent'], 0);
  2218.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerStartedEvent', [=> function () {
  2219.             return ($this->privates['Vdm\\Bundle\\LibraryBundle\\EventSubscriber\\Monitoring\\MonitoringWorkerStartedSubscriber'] ?? $this->getMonitoringWorkerStartedSubscriberService());
  2220.         }, => 'onWorkerStartedEvent'], 0);
  2221.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerStoppedEvent', [=> function () {
  2222.             return ($this->privates['Vdm\\Bundle\\LibraryBundle\\EventSubscriber\\Monitoring\\MonitoringWorkerStoppedSubscriber'] ?? $this->getMonitoringWorkerStoppedSubscriberService());
  2223.         }, => 'onWorkerStoppedEvent'], 0);
  2224.         $instance->addListener('Vdm\\Bundle\\LibraryBundle\\Event\\CollectWorkerStoppedEvent', [=> function () {
  2225.             return ($this->privates['Vdm\\Bundle\\LibraryBundle\\EventSubscriber\\Monitoring\\MonitoringWorkerStoppedSubscriber'] ?? $this->getMonitoringWorkerStoppedSubscriberService());
  2226.         }, => 'onCollectWorkerStoppedEvent'], 0);
  2227.         $instance->addListener('Vdm\\Bundle\\LibraryBundle\\Event\\CollectWorkerMessageReceivedEvent', [=> function () {
  2228.             return ($this->privates['Vdm\\Bundle\\LibraryBundle\\EventSubscriber\\PrintMessage\\PrintMessageSubscriber'] ?? $this->getPrintMessageSubscriberService());
  2229.         }, => 'onCollectWorkerMessageReceivedEvent'], 9999);
  2230.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageReceivedEvent', [=> function () {
  2231.             return ($this->privates['Vdm\\Bundle\\LibraryBundle\\EventSubscriber\\PrintMessage\\PrintMessageSubscriber'] ?? $this->getPrintMessageSubscriberService());
  2232.         }, => 'onWorkerMessageReceivedEvent'], 9999);
  2233.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\SendMessageToTransportsEvent', [=> function () {
  2234.             return ($this->privates['Vdm\\Bundle\\LibraryBundle\\EventSubscriber\\PrintMessage\\PrintMessageSubscriber'] ?? $this->getPrintMessageSubscriberService());
  2235.         }, => 'onSendMessageToTransportEvent'], -9999);
  2236.         $instance->addListener('Vdm\\Bundle\\LibraryBundle\\Event\\CollectWorkerMessageFailedEvent', [=> function () {
  2237.             return ($this->privates['Vdm\\Bundle\\LibraryBundle\\EventSubscriber\\StopWorker\\StopWorkerAfterHandleStampSubscriber'] ?? $this->getStopWorkerAfterHandleStampSubscriberService());
  2238.         }, => 'onCollectWorkerMessageFailedEvent'], 0);
  2239.         $instance->addListener('Vdm\\Bundle\\LibraryBundle\\Event\\CollectWorkerMessageHandledEvent', [=> function () {
  2240.             return ($this->privates['Vdm\\Bundle\\LibraryBundle\\EventSubscriber\\StopWorker\\StopWorkerAfterHandleStampSubscriber'] ?? $this->getStopWorkerAfterHandleStampSubscriberService());
  2241.         }, => 'onCollectWorkerMessageHandledEvent'], 0);
  2242.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageFailedEvent', [=> function () {
  2243.             return ($this->privates['Vdm\\Bundle\\LibraryBundle\\EventSubscriber\\StopWorker\\StopWorkerAfterHandleStampSubscriber'] ?? $this->getStopWorkerAfterHandleStampSubscriberService());
  2244.         }, => 'onWorkerMessageFailedEvent'], 0);
  2245.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageHandledEvent', [=> function () {
  2246.             return ($this->privates['Vdm\\Bundle\\LibraryBundle\\EventSubscriber\\StopWorker\\StopWorkerAfterHandleStampSubscriber'] ?? $this->getStopWorkerAfterHandleStampSubscriberService());
  2247.         }, => 'onWorkerMessageHandledEvent'], 0);
  2248.         $instance->addListener('Vdm\\Bundle\\LibraryBundle\\Event\\CollectWorkerRunningEvent', [=> function () {
  2249.             return ($this->privates['Vdm\\Bundle\\LibraryBundle\\EventSubscriber\\StopWorker\\StopWorkerCheckFlagPresenceSubscriber'] ?? $this->getStopWorkerCheckFlagPresenceSubscriberService());
  2250.         }, => 'onCollectWorkerRunningEvent'], 0);
  2251.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerRunningEvent', [=> function () {
  2252.             return ($this->privates['Vdm\\Bundle\\LibraryBundle\\EventSubscriber\\StopWorker\\StopWorkerCheckFlagPresenceSubscriber'] ?? $this->getStopWorkerCheckFlagPresenceSubscriberService());
  2253.         }, => 'onWorkerRunningEvent'], 0);
  2254.         $instance->addListener('Vdm\\Bundle\\LibraryBundle\\Event\\CollectWorkerMessageFailedEvent', [=> function () {
  2255.             return ($this->privates['Vdm\\Bundle\\LibraryBundle\\EventSubscriber\\StopWorker\\StopWorkerOnEmptyMessageSubscriber'] ?? $this->getStopWorkerOnEmptyMessageSubscriberService());
  2256.         }, => 'onCollectWorkerMessageFailedEvent'], 0);
  2257.         $instance->addListener('Vdm\\Bundle\\LibraryBundle\\Event\\CollectWorkerMessageHandledEvent', [=> function () {
  2258.             return ($this->privates['Vdm\\Bundle\\LibraryBundle\\EventSubscriber\\StopWorker\\StopWorkerOnEmptyMessageSubscriber'] ?? $this->getStopWorkerOnEmptyMessageSubscriberService());
  2259.         }, => 'onCollectWorkerMessageHandledEvent'], 0);
  2260.         $instance->addListener('Vdm\\Bundle\\LibraryBundle\\Event\\CollectWorkerMessageReceivedEvent', [=> function () {
  2261.             return ($this->privates['Vdm\\Bundle\\LibraryBundle\\EventSubscriber\\StopWorker\\StopWorkerOnEmptyMessageSubscriber'] ?? $this->getStopWorkerOnEmptyMessageSubscriberService());
  2262.         }, => 'onCollectWorkerMessageReceivedEvent'], 0);
  2263.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageFailedEvent', [=> function () {
  2264.             return ($this->privates['Vdm\\Bundle\\LibraryBundle\\EventSubscriber\\StopWorker\\StopWorkerOnEmptyMessageSubscriber'] ?? $this->getStopWorkerOnEmptyMessageSubscriberService());
  2265.         }, => 'onWorkerMessageFailedEvent'], 0);
  2266.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageHandledEvent', [=> function () {
  2267.             return ($this->privates['Vdm\\Bundle\\LibraryBundle\\EventSubscriber\\StopWorker\\StopWorkerOnEmptyMessageSubscriber'] ?? $this->getStopWorkerOnEmptyMessageSubscriberService());
  2268.         }, => 'onWorkerMessageHandledEvent'], 0);
  2269.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageReceivedEvent', [=> function () {
  2270.             return ($this->privates['Vdm\\Bundle\\LibraryBundle\\EventSubscriber\\StopWorker\\StopWorkerOnEmptyMessageSubscriber'] ?? $this->getStopWorkerOnEmptyMessageSubscriberService());
  2271.         }, => 'onWorkerMessageReceivedEvent'], 0);
  2272.         $instance->addListener('Vdm\\Bundle\\LibraryBundle\\Event\\CollectWorkerMessageReceivedEvent', [=> function () {
  2273.             return ($this->privates['Vdm\\Bundle\\LibraryBundle\\EventSubscriber\\Trace\\TraceAddEnterSubscriber'] ?? $this->getTraceAddEnterSubscriberService());
  2274.         }, => 'onCollectWorkerMessageReceivedEvent'], 0);
  2275.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageReceivedEvent', [=> function () {
  2276.             return ($this->privates['Vdm\\Bundle\\LibraryBundle\\EventSubscriber\\Trace\\TraceAddEnterSubscriber'] ?? $this->getTraceAddEnterSubscriberService());
  2277.         }, => 'onWorkerMessageReceivedEvent'], 0);
  2278.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\SendMessageToTransportsEvent', [=> function () {
  2279.             return ($this->privates['Vdm\\Bundle\\LibraryBundle\\EventSubscriber\\Trace\\TraceAddExitSubscriber'] ?? $this->getTraceAddExitSubscriberService());
  2280.         }, => 'onSendMessageToTransportEvent'], 0);
  2281.         return $instance;
  2282.     }
  2283.     /**
  2284.      * Gets the public 'http_kernel' shared service.
  2285.      *
  2286.      * @return \Symfony\Component\HttpKernel\HttpKernel
  2287.      */
  2288.     protected function getHttpKernelService()
  2289.     {
  2290.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  2291.         if (isset($this->services['http_kernel'])) {
  2292.             return $this->services['http_kernel'];
  2293.         }
  2294.         $b = ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)));
  2295.         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 () {
  2296.             yield => ($this->privates['debug.argument_resolver.request_attribute'] ?? $this->getDebug_ArgumentResolver_RequestAttributeService());
  2297.             yield => ($this->privates['debug.argument_resolver.request'] ?? $this->getDebug_ArgumentResolver_RequestService());
  2298.             yield => ($this->privates['debug.argument_resolver.session'] ?? $this->getDebug_ArgumentResolver_SessionService());
  2299.             yield => ($this->privates['debug.security.user_value_resolver'] ?? $this->getDebug_Security_UserValueResolverService());
  2300.             yield => ($this->privates['debug.argument_resolver.service'] ?? $this->getDebug_ArgumentResolver_ServiceService());
  2301.             yield => ($this->privates['debug.argument_resolver.default'] ?? $this->getDebug_ArgumentResolver_DefaultService());
  2302.             yield => ($this->privates['debug.argument_resolver.variadic'] ?? $this->getDebug_ArgumentResolver_VariadicService());
  2303.             yield => ($this->privates['debug.argument_resolver.not_tagged_controller'] ?? $this->getDebug_ArgumentResolver_NotTaggedControllerService());
  2304.         }, 8)), $b));
  2305.     }
  2306.     /**
  2307.      * Gets the public 'lexik_jwt_authentication.encoder' shared service.
  2308.      *
  2309.      * @return \Lexik\Bundle\JWTAuthenticationBundle\Encoder\LcobucciJWTEncoder
  2310.      */
  2311.     protected function getLexikJwtAuthentication_EncoderService()
  2312.     {
  2313.         include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/Encoder/JWTEncoderInterface.php';
  2314.         include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/Encoder/HeaderAwareJWTEncoderInterface.php';
  2315.         include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/Encoder/LcobucciJWTEncoder.php';
  2316.         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()));
  2317.     }
  2318.     /**
  2319.      * Gets the public 'lexik_jwt_authentication.generate_token_command' shared service.
  2320.      *
  2321.      * @return \Lexik\Bundle\JWTAuthenticationBundle\Command\GenerateTokenCommand
  2322.      */
  2323.     protected function getLexikJwtAuthentication_GenerateTokenCommandService()
  2324.     {
  2325.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2326.         include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/Command/GenerateTokenCommand.php';
  2327.         $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 () {
  2328.             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'])));
  2329.             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')));
  2330.         }, 2));
  2331.         $instance->setName('lexik:jwt:generate-token');
  2332.         return $instance;
  2333.     }
  2334.     /**
  2335.      * Gets the public 'lexik_jwt_authentication.jwt_manager' shared service.
  2336.      *
  2337.      * @return \Lexik\Bundle\JWTAuthenticationBundle\Services\JWTManager
  2338.      */
  2339.     protected function getLexikJwtAuthentication_JwtManagerService()
  2340.     {
  2341.         include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/Services/JWTManagerInterface.php';
  2342.         include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/Services/JWTTokenManagerInterface.php';
  2343.         include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/Services/JWTManager.php';
  2344.         include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/Services/PayloadEnrichmentInterface.php';
  2345.         include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/Services/PayloadEnrichment/ChainEnrichment.php';
  2346.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  2347.         if (isset($this->services['lexik_jwt_authentication.jwt_manager'])) {
  2348.             return $this->services['lexik_jwt_authentication.jwt_manager'];
  2349.         }
  2350.         $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([]));
  2351.         $instance->setUserIdentityField('username'false);
  2352.         return $instance;
  2353.     }
  2354.     /**
  2355.      * Gets the public 'lexik_jwt_authentication.key_loader' shared service.
  2356.      *
  2357.      * @return \Lexik\Bundle\JWTAuthenticationBundle\Services\KeyLoader\RawKeyLoader
  2358.      */
  2359.     protected function getLexikJwtAuthentication_KeyLoaderService()
  2360.     {
  2361.         include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/Services/KeyLoader/KeyLoaderInterface.php';
  2362.         include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/Services/KeyLoader/AbstractKeyLoader.php';
  2363.         include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/Services/KeyLoader/KeyDumperInterface.php';
  2364.         include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/Services/KeyLoader/RawKeyLoader.php';
  2365.         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'), []);
  2366.     }
  2367.     /**
  2368.      * Gets the public 'messenger.default_bus' shared service.
  2369.      *
  2370.      * @return \Symfony\Component\Messenger\TraceableMessageBus
  2371.      */
  2372.     protected function getMessenger_DefaultBusService()
  2373.     {
  2374.         return $this->services['messenger.default_bus'] = new \Symfony\Component\Messenger\TraceableMessageBus(new \Symfony\Component\Messenger\MessageBus(new RewindableGenerator(function () {
  2375.             yield => ($this->privates['messenger.bus.default.middleware.traceable'] ?? $this->getMessenger_Bus_Default_Middleware_TraceableService());
  2376.             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')));
  2377.             yield => ($this->privates['messenger.middleware.reject_redelivered_message_middleware'] ?? ($this->privates['messenger.middleware.reject_redelivered_message_middleware'] = new \Symfony\Component\Messenger\Middleware\RejectRedeliveredMessageMiddleware()));
  2378.             yield => ($this->privates['messenger.middleware.dispatch_after_current_bus'] ?? ($this->privates['messenger.middleware.dispatch_after_current_bus'] = new \Symfony\Component\Messenger\Middleware\DispatchAfterCurrentBusMiddleware()));
  2379.             yield => ($this->privates['messenger.middleware.failed_message_processing_middleware'] ?? ($this->privates['messenger.middleware.failed_message_processing_middleware'] = new \Symfony\Component\Messenger\Middleware\FailedMessageProcessingMiddleware()));
  2380.             yield => ($this->privates['messenger.middleware.send_message'] ?? $this->getMessenger_Middleware_SendMessageService());
  2381.             yield => ($this->privates['messenger.bus.default.middleware.handle_message'] ?? $this->getMessenger_Bus_Default_Middleware_HandleMessageService());
  2382.         }, 7)));
  2383.     }
  2384.     /**
  2385.      * Gets the public 'monolog.logger.deprecation' shared service.
  2386.      *
  2387.      * @return \Symfony\Bridge\Monolog\Logger
  2388.      */
  2389.     protected function getMonolog_Logger_DeprecationService()
  2390.     {
  2391.         $this->services['monolog.logger.deprecation'] = $instance = new \Symfony\Bridge\Monolog\Logger('deprecation');
  2392.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  2393.         $instance->pushHandler(($this->privates['monolog.handler.deprecation'] ?? $this->getMonolog_Handler_DeprecationService()));
  2394.         $instance->pushHandler(($this->privates['monolog.handler.stderr_errors'] ?? $this->getMonolog_Handler_StderrErrorsService()));
  2395.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  2396.         return $instance;
  2397.     }
  2398.     /**
  2399.      * Gets the public 'monolog.logger.php' shared service.
  2400.      *
  2401.      * @return \Symfony\Bridge\Monolog\Logger
  2402.      */
  2403.     protected function getMonolog_Logger_PhpService()
  2404.     {
  2405.         $this->services['monolog.logger.php'] = $instance = new \Symfony\Bridge\Monolog\Logger('php');
  2406.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  2407.         $instance->pushHandler(($this->privates['monolog.handler.php_errors'] ?? $this->getMonolog_Handler_PhpErrorsService()));
  2408.         $instance->pushHandler(($this->privates['monolog.handler.stderr_errors'] ?? $this->getMonolog_Handler_StderrErrorsService()));
  2409.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  2410.         return $instance;
  2411.     }
  2412.     /**
  2413.      * Gets the public 'nelmio_api_doc.controller.swagger' shared service.
  2414.      *
  2415.      * @return \Nelmio\ApiDocBundle\Controller\DocumentationController
  2416.      */
  2417.     protected function getNelmioApiDoc_Controller_SwaggerService()
  2418.     {
  2419.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Controller/DocumentationController.php';
  2420.         return $this->services['nelmio_api_doc.controller.swagger'] = new \Nelmio\ApiDocBundle\Controller\DocumentationController(($this->privates['nelmio_api_doc.generator_locator'] ?? $this->getNelmioApiDoc_GeneratorLocatorService()));
  2421.     }
  2422.     /**
  2423.      * Gets the public 'nelmio_api_doc.controller.swagger_ui' shared service.
  2424.      *
  2425.      * @return \Nelmio\ApiDocBundle\Controller\SwaggerUiController
  2426.      */
  2427.     protected function getNelmioApiDoc_Controller_SwaggerUiService()
  2428.     {
  2429.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Controller/SwaggerUiController.php';
  2430.         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()));
  2431.     }
  2432.     /**
  2433.      * Gets the public 'nelmio_api_doc.generator.default' shared service.
  2434.      *
  2435.      * @return \Nelmio\ApiDocBundle\ApiDocGenerator
  2436.      */
  2437.     protected function getNelmioApiDoc_Generator_DefaultService()
  2438.     {
  2439.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/ApiDocGenerator.php';
  2440.         $this->services['nelmio_api_doc.generator.default'] = $instance = new \Nelmio\ApiDocBundle\ApiDocGenerator(new RewindableGenerator(function () {
  2441.             yield => ($this->privates['nelmio_api_doc.describers.config'] ?? $this->getNelmioApiDoc_Describers_ConfigService());
  2442.             yield => ($this->privates['nelmio_api_doc.describers.config.default'] ?? ($this->privates['nelmio_api_doc.describers.config.default'] = new \Nelmio\ApiDocBundle\Describer\ExternalDocDescriber([], true)));
  2443.             yield => ($this->privates['App\\OpenApi\\ExternalSwaggerDescriber'] ?? $this->getExternalSwaggerDescriberService());
  2444.             yield => ($this->privates['nelmio_api_doc.describers.swagger_php.default'] ?? $this->getNelmioApiDoc_Describers_SwaggerPhp_DefaultService());
  2445.             yield => ($this->privates['nelmio_api_doc.describers.route.default'] ?? $this->getNelmioApiDoc_Describers_Route_DefaultService());
  2446.             yield => ($this->privates['nelmio_api_doc.describers.default'] ?? ($this->privates['nelmio_api_doc.describers.default'] = new \Nelmio\ApiDocBundle\Describer\DefaultDescriber()));
  2447.         }, 6), new RewindableGenerator(function () {
  2448.             yield => ($this->privates['nelmio_api_doc.model_describers.form'] ?? $this->getNelmioApiDoc_ModelDescribers_FormService());
  2449.             yield => ($this->privates['nelmio_api_doc.model_describers.object'] ?? $this->getNelmioApiDoc_ModelDescribers_ObjectService());
  2450.         }, 2));
  2451.         $instance->setAlternativeNames([]);
  2452.         return $instance;
  2453.     }
  2454.     /**
  2455.      * Gets the public 'request_stack' shared service.
  2456.      *
  2457.      * @return \Symfony\Component\HttpFoundation\RequestStack
  2458.      */
  2459.     protected function getRequestStackService()
  2460.     {
  2461.         return $this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack();
  2462.     }
  2463.     /**
  2464.      * Gets the public 'router' shared service.
  2465.      *
  2466.      * @return \Symfony\Bundle\FrameworkBundle\Routing\Router
  2467.      */
  2468.     protected function getRouterService()
  2469.     {
  2470.         $a = new \Symfony\Bridge\Monolog\Logger('router');
  2471.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  2472.         $a->pushHandler(($this->privates['monolog.handler.stderr_errors'] ?? $this->getMonolog_Handler_StderrErrorsService()));
  2473.         $a->pushHandler(($this->privates['monolog.handler.stdout_info'] ?? $this->getMonolog_Handler_StdoutInfoService()));
  2474.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  2475.         $this->services['router'] = $instance = new \Symfony\Bundle\FrameworkBundle\Routing\Router((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2476.             'routing.loader' => ['services''routing.loader''getRouting_LoaderService'false],
  2477.         ], [
  2478.             'routing.loader' => 'Symfony\\Component\\Config\\Loader\\LoaderInterface',
  2479.         ]))->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');
  2480.         $instance->setConfigCacheFactory(($this->privates['config_cache_factory'] ?? $this->getConfigCacheFactoryService()));
  2481.         $instance->addExpressionLanguageProvider(($this->privates['router.expression_language_provider'] ?? $this->getRouter_ExpressionLanguageProviderService()));
  2482.         return $instance;
  2483.     }
  2484.     /**
  2485.      * Gets the public 'routing.loader' shared service.
  2486.      *
  2487.      * @return \Symfony\Bundle\FrameworkBundle\Routing\DelegatingLoader
  2488.      */
  2489.     protected function getRouting_LoaderService()
  2490.     {
  2491.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/LoaderInterface.php';
  2492.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/Loader.php';
  2493.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/DelegatingLoader.php';
  2494.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Routing/DelegatingLoader.php';
  2495.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/LoaderResolverInterface.php';
  2496.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/LoaderResolver.php';
  2497.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/FileLoader.php';
  2498.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/Configurator/Traits/HostTrait.php';
  2499.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/Configurator/Traits/LocalizedRouteTrait.php';
  2500.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/Configurator/Traits/PrefixTrait.php';
  2501.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/XmlFileLoader.php';
  2502.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/YamlFileLoader.php';
  2503.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/PhpFileLoader.php';
  2504.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/GlobFileLoader.php';
  2505.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/DirectoryLoader.php';
  2506.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/ObjectLoader.php';
  2507.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/ContainerLoader.php';
  2508.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/AnnotationClassLoader.php';
  2509.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Routing/AnnotatedRouteControllerLoader.php';
  2510.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/AnnotationFileLoader.php';
  2511.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/AnnotationDirectoryLoader.php';
  2512.         include_once \dirname(__DIR__4).'/vendor/symfony/config/FileLocatorInterface.php';
  2513.         include_once \dirname(__DIR__4).'/vendor/symfony/config/FileLocator.php';
  2514.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Config/FileLocator.php';
  2515.         $a = new \Symfony\Component\Config\Loader\LoaderResolver();
  2516.         $b = ($this->privates['file_locator'] ?? ($this->privates['file_locator'] = new \Symfony\Component\HttpKernel\Config\FileLocator(($this->services['kernel'] ?? $this->get('kernel'1)))));
  2517.         $c = new \Symfony\Bundle\FrameworkBundle\Routing\AnnotatedRouteControllerLoader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()), 'int');
  2518.         $a->addLoader(new \Symfony\Component\Routing\Loader\XmlFileLoader($b'int'));
  2519.         $a->addLoader(new \Symfony\Component\Routing\Loader\YamlFileLoader($b'int'));
  2520.         $a->addLoader(new \Symfony\Component\Routing\Loader\PhpFileLoader($b'int'));
  2521.         $a->addLoader(new \Symfony\Component\Routing\Loader\GlobFileLoader($b'int'));
  2522.         $a->addLoader(new \Symfony\Component\Routing\Loader\DirectoryLoader($b'int'));
  2523.         $a->addLoader(new \Symfony\Component\Routing\Loader\ContainerLoader(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2524.             'kernel' => ['services''kernel''getKernelService'false],
  2525.         ], [
  2526.             'kernel' => 'App\\Kernel',
  2527.         ]), 'int'));
  2528.         $a->addLoader(($this->privates['sensio_framework_extra.routing.loader.annot_class'] ?? $this->getSensioFrameworkExtra_Routing_Loader_AnnotClassService()));
  2529.         $a->addLoader($this->getSensioFrameworkExtra_Routing_Loader_AnnotDirService());
  2530.         $a->addLoader($this->getSensioFrameworkExtra_Routing_Loader_AnnotFileService());
  2531.         $a->addLoader($c);
  2532.         $a->addLoader(new \Symfony\Component\Routing\Loader\AnnotationDirectoryLoader($b$c));
  2533.         $a->addLoader(new \Symfony\Component\Routing\Loader\AnnotationFileLoader($b$c));
  2534.         return $this->services['routing.loader'] = new \Symfony\Bundle\FrameworkBundle\Routing\DelegatingLoader($a, ['utf8' => true], []);
  2535.     }
  2536.     /**
  2537.      * Gets the public 'services_resetter' shared service.
  2538.      *
  2539.      * @return \Symfony\Component\HttpKernel\DependencyInjection\ServicesResetter
  2540.      */
  2541.     protected function getServicesResetterService()
  2542.     {
  2543.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DependencyInjection/ServicesResetter.php';
  2544.         return $this->services['services_resetter'] = new \Symfony\Component\HttpKernel\DependencyInjection\ServicesResetter(new RewindableGenerator(function () {
  2545.             if (isset($this->services['cache.app'])) {
  2546.                 yield 'cache.app' => ($this->services['cache.app'] ?? null);
  2547.             }
  2548.             if (isset($this->services['cache.system'])) {
  2549.                 yield 'cache.system' => ($this->services['cache.system'] ?? null);
  2550.             }
  2551.             if (isset($this->privates['cache.validator'])) {
  2552.                 yield 'cache.validator' => ($this->privates['cache.validator'] ?? null);
  2553.             }
  2554.             if (isset($this->privates['cache.serializer'])) {
  2555.                 yield 'cache.serializer' => ($this->privates['cache.serializer'] ?? null);
  2556.             }
  2557.             if (isset($this->privates['cache.annotations'])) {
  2558.                 yield 'cache.annotations' => ($this->privates['cache.annotations'] ?? null);
  2559.             }
  2560.             if (isset($this->privates['cache.property_info'])) {
  2561.                 yield 'cache.property_info' => ($this->privates['cache.property_info'] ?? null);
  2562.             }
  2563.             if (isset($this->privates['cache.messenger.restart_workers_signal'])) {
  2564.                 yield 'cache.messenger.restart_workers_signal' => ($this->privates['cache.messenger.restart_workers_signal'] ?? null);
  2565.             }
  2566.             if (isset($this->privates['.debug.http_client'])) {
  2567.                 yield 'http_client' => ($this->privates['.debug.http_client'] ?? null);
  2568.             }
  2569.             if (isset($this->privates['mailer.message_logger_listener'])) {
  2570.                 yield 'mailer.message_logger_listener' => ($this->privates['mailer.message_logger_listener'] ?? null);
  2571.             }
  2572.             if (isset($this->privates['debug.stopwatch'])) {
  2573.                 yield 'debug.stopwatch' => ($this->privates['debug.stopwatch'] ?? null);
  2574.             }
  2575.             if (isset($this->services['event_dispatcher'])) {
  2576.                 yield 'debug.event_dispatcher' => ($this->services['event_dispatcher'] ?? null);
  2577.             }
  2578.             if (isset($this->privates['.portail_cache_pool.inner'])) {
  2579.                 yield '.portail_cache_pool.inner' => ($this->privates['.portail_cache_pool.inner'] ?? null);
  2580.             }
  2581.             if (isset($this->privates['session_listener'])) {
  2582.                 yield 'session_listener' => ($this->privates['session_listener'] ?? null);
  2583.             }
  2584.             if (isset($this->privates['form.choice_list_factory.cached'])) {
  2585.                 yield 'form.choice_list_factory.cached' => ($this->privates['form.choice_list_factory.cached'] ?? null);
  2586.             }
  2587.             if (isset($this->services['cache.validator_expression_language'])) {
  2588.                 yield 'cache.validator_expression_language' => ($this->services['cache.validator_expression_language'] ?? null);
  2589.             }
  2590.             if (isset($this->privates['messenger.transport.in_memory.factory'])) {
  2591.                 yield 'messenger.transport.in_memory.factory' => ($this->privates['messenger.transport.in_memory.factory'] ?? null);
  2592.             }
  2593.             if (isset($this->services['.container.private.profiler'])) {
  2594.                 yield 'profiler' => ($this->services['.container.private.profiler'] ?? null);
  2595.             }
  2596.             if (isset($this->services['.container.private.validator'])) {
  2597.                 yield 'debug.validator' => ($this->services['.container.private.validator'] ?? null);
  2598.             }
  2599.             if (isset($this->services['.container.private.security.token_storage'])) {
  2600.                 yield 'security.token_storage' => ($this->services['.container.private.security.token_storage'] ?? null);
  2601.             }
  2602.             if (isset($this->privates['cache.security_expression_language'])) {
  2603.                 yield 'cache.security_expression_language' => ($this->privates['cache.security_expression_language'] ?? null);
  2604.             }
  2605.             if (isset($this->privates['debug.security.firewall'])) {
  2606.                 yield 'debug.security.firewall' => ($this->privates['debug.security.firewall'] ?? null);
  2607.             }
  2608.             if (isset($this->privates['twig.form.engine'])) {
  2609.                 yield 'twig.form.engine' => ($this->privates['twig.form.engine'] ?? null);
  2610.             }
  2611.             if (isset($this->privates['monolog.handler.stdout_info'])) {
  2612.                 yield 'monolog.handler.stdout_info' => ($this->privates['monolog.handler.stdout_info'] ?? null);
  2613.             }
  2614.             if (isset($this->privates['monolog.handler.stderr_errors'])) {
  2615.                 yield 'monolog.handler.stderr_errors' => ($this->privates['monolog.handler.stderr_errors'] ?? null);
  2616.             }
  2617.             if (isset($this->privates['monolog.handler.php_errors'])) {
  2618.                 yield 'monolog.handler.php_errors' => ($this->privates['monolog.handler.php_errors'] ?? null);
  2619.             }
  2620.             if (isset($this->privates['monolog.handler.deprecation'])) {
  2621.                 yield 'monolog.handler.deprecation' => ($this->privates['monolog.handler.deprecation'] ?? null);
  2622.             }
  2623.             if (isset($this->privates['.debug.http_client'])) {
  2624.                 yield '.debug.http_client' => ($this->privates['.debug.http_client'] ?? null);
  2625.             }
  2626.             if (isset($this->privates['.debug.app.calendar.client'])) {
  2627.                 yield '.debug.app.calendar.client' => ($this->privates['.debug.app.calendar.client'] ?? null);
  2628.             }
  2629.             if (isset($this->privates['.debug.app.industrial.sites.client'])) {
  2630.                 yield '.debug.app.industrial.sites.client' => ($this->privates['.debug.app.industrial.sites.client'] ?? null);
  2631.             }
  2632.             if (isset($this->privates['.debug.app.incidents.client'])) {
  2633.                 yield '.debug.app.incidents.client' => ($this->privates['.debug.app.incidents.client'] ?? null);
  2634.             }
  2635.             if (isset($this->privates['.debug.app.heimdall.client'])) {
  2636.                 yield '.debug.app.heimdall.client' => ($this->privates['.debug.app.heimdall.client'] ?? null);
  2637.             }
  2638.             if (isset($this->privates['.debug.app.geoserver.client'])) {
  2639.                 yield '.debug.app.geoserver.client' => ($this->privates['.debug.app.geoserver.client'] ?? null);
  2640.             }
  2641.             if (isset($this->privates['.debug.app.admin.mayan.client'])) {
  2642.                 yield '.debug.app.admin.mayan.client' => ($this->privates['.debug.app.admin.mayan.client'] ?? null);
  2643.             }
  2644.             if (isset($this->privates['.debug.app.user.mayan.client'])) {
  2645.                 yield '.debug.app.user.mayan.client' => ($this->privates['.debug.app.user.mayan.client'] ?? null);
  2646.             }
  2647.             if (isset($this->privates['.debug.app.mdm.client'])) {
  2648.                 yield '.debug.app.mdm.client' => ($this->privates['.debug.app.mdm.client'] ?? null);
  2649.             }
  2650.             if (isset($this->privates['.debug.app.metabase.client'])) {
  2651.                 yield '.debug.app.metabase.client' => ($this->privates['.debug.app.metabase.client'] ?? null);
  2652.             }
  2653.             if (isset($this->privates['.debug.app.public.space.planner.client'])) {
  2654.                 yield '.debug.app.public.space.planner.client' => ($this->privates['.debug.app.public.space.planner.client'] ?? null);
  2655.             }
  2656.             if (isset($this->privates['.debug.app.request.client'])) {
  2657.                 yield '.debug.app.request.client' => ($this->privates['.debug.app.request.client'] ?? null);
  2658.             }
  2659.             if (isset($this->privates['.debug.app.signal.client'])) {
  2660.                 yield '.debug.app.signal.client' => ($this->privates['.debug.app.signal.client'] ?? null);
  2661.             }
  2662.             if (isset($this->privates['.debug.app.thingsboard.client'])) {
  2663.                 yield '.debug.app.thingsboard.client' => ($this->privates['.debug.app.thingsboard.client'] ?? null);
  2664.             }
  2665.             if (isset($this->privates['.debug.app.vdm.itv.client'])) {
  2666.                 yield '.debug.app.vdm.itv.client' => ($this->privates['.debug.app.vdm.itv.client'] ?? null);
  2667.             }
  2668.             if (isset($this->privates['.debug.app.vdm.hydrometric.client'])) {
  2669.                 yield '.debug.app.vdm.hydrometric.client' => ($this->privates['.debug.app.vdm.hydrometric.client'] ?? null);
  2670.             }
  2671.             if (isset($this->privates['.debug.app.vdm.waterCycle.client'])) {
  2672.                 yield '.debug.app.vdm.waterCycle.client' => ($this->privates['.debug.app.vdm.waterCycle.client'] ?? null);
  2673.             }
  2674.             if (isset($this->privates['.debug.app.vdm.waterQuality.client'])) {
  2675.                 yield '.debug.app.vdm.waterQuality.client' => ($this->privates['.debug.app.vdm.waterQuality.client'] ?? null);
  2676.             }
  2677.             if (isset($this->privates['.debug.app.vdm.weather.client'])) {
  2678.                 yield '.debug.app.vdm.weather.client' => ($this->privates['.debug.app.vdm.weather.client'] ?? null);
  2679.             }
  2680.         }, function () {
  2681.             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']));
  2682.         }), ['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']]);
  2683.     }
  2684.     /**
  2685.      * Gets the public 'translator' shared service.
  2686.      *
  2687.      * @return \Symfony\Component\Translation\DataCollectorTranslator
  2688.      */
  2689.     protected function getTranslatorService()
  2690.     {
  2691.         return $this->services['translator'] = new \Symfony\Component\Translation\DataCollectorTranslator(($this->privates['translator.default'] ?? $this->getTranslator_DefaultService()));
  2692.     }
  2693.     /**
  2694.      * Gets the public 'web_profiler.controller.exception_panel' shared service.
  2695.      *
  2696.      * @return \Symfony\Bundle\WebProfilerBundle\Controller\ExceptionPanelController
  2697.      */
  2698.     protected function getWebProfiler_Controller_ExceptionPanelService()
  2699.     {
  2700.         include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Controller/ExceptionPanelController.php';
  2701.         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()));
  2702.     }
  2703.     /**
  2704.      * Gets the public 'web_profiler.controller.profiler' shared service.
  2705.      *
  2706.      * @return \Symfony\Bundle\WebProfilerBundle\Controller\ProfilerController
  2707.      */
  2708.     protected function getWebProfiler_Controller_ProfilerService()
  2709.     {
  2710.         include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Controller/ProfilerController.php';
  2711.         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));
  2712.     }
  2713.     /**
  2714.      * Gets the public 'web_profiler.controller.router' shared service.
  2715.      *
  2716.      * @return \Symfony\Bundle\WebProfilerBundle\Controller\RouterController
  2717.      */
  2718.     protected function getWebProfiler_Controller_RouterService()
  2719.     {
  2720.         include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Controller/RouterController.php';
  2721.         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 () {
  2722.             yield => ($this->privates['router.expression_language_provider'] ?? $this->getRouter_ExpressionLanguageProviderService());
  2723.         }, 1));
  2724.     }
  2725.     /**
  2726.      * Gets the private '.App\Command\ImportCustomZonesCommand.lazy' shared service.
  2727.      *
  2728.      * @return \Symfony\Component\Console\Command\LazyCommand
  2729.      */
  2730.     protected function getImportCustomZonesCommand_LazyService()
  2731.     {
  2732.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2733.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2734.         return $this->privates['.App\\Command\\ImportCustomZonesCommand.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('app:area:import-custom-zones', [], 'Import Custom Zones on a specific contract'false, function (): \App\Command\ImportCustomZonesCommand {
  2735.             return ($this->privates['App\\Command\\ImportCustomZonesCommand'] ?? $this->getImportCustomZonesCommandService());
  2736.         });
  2737.     }
  2738.     /**
  2739.      * Gets the private '.App\Command\UserGenerateCommand.lazy' shared service.
  2740.      *
  2741.      * @return \Symfony\Component\Console\Command\LazyCommand
  2742.      */
  2743.     protected function getUserGenerateCommand_LazyService()
  2744.     {
  2745.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2746.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2747.         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 {
  2748.             return ($this->privates['App\\Command\\UserGenerateCommand'] ?? $this->getUserGenerateCommandService());
  2749.         });
  2750.     }
  2751.     /**
  2752.      * Gets the private '.console.command.about.lazy' shared service.
  2753.      *
  2754.      * @return \Symfony\Component\Console\Command\LazyCommand
  2755.      */
  2756.     protected function get_Console_Command_About_LazyService()
  2757.     {
  2758.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2759.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2760.         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 {
  2761.             return ($this->privates['console.command.about'] ?? $this->getConsole_Command_AboutService());
  2762.         });
  2763.     }
  2764.     /**
  2765.      * Gets the private '.console.command.assets_install.lazy' shared service.
  2766.      *
  2767.      * @return \Symfony\Component\Console\Command\LazyCommand
  2768.      */
  2769.     protected function get_Console_Command_AssetsInstall_LazyService()
  2770.     {
  2771.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2772.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2773.         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 {
  2774.             return ($this->privates['console.command.assets_install'] ?? $this->getConsole_Command_AssetsInstallService());
  2775.         });
  2776.     }
  2777.     /**
  2778.      * Gets the private '.console.command.cache_clear.lazy' shared service.
  2779.      *
  2780.      * @return \Symfony\Component\Console\Command\LazyCommand
  2781.      */
  2782.     protected function get_Console_Command_CacheClear_LazyService()
  2783.     {
  2784.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2785.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2786.         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 {
  2787.             return ($this->privates['console.command.cache_clear'] ?? $this->getConsole_Command_CacheClearService());
  2788.         });
  2789.     }
  2790.     /**
  2791.      * Gets the private '.console.command.cache_pool_clear.lazy' shared service.
  2792.      *
  2793.      * @return \Symfony\Component\Console\Command\LazyCommand
  2794.      */
  2795.     protected function get_Console_Command_CachePoolClear_LazyService()
  2796.     {
  2797.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2798.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2799.         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 {
  2800.             return ($this->privates['console.command.cache_pool_clear'] ?? $this->getConsole_Command_CachePoolClearService());
  2801.         });
  2802.     }
  2803.     /**
  2804.      * Gets the private '.console.command.cache_pool_delete.lazy' shared service.
  2805.      *
  2806.      * @return \Symfony\Component\Console\Command\LazyCommand
  2807.      */
  2808.     protected function get_Console_Command_CachePoolDelete_LazyService()
  2809.     {
  2810.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2811.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2812.         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 {
  2813.             return ($this->privates['console.command.cache_pool_delete'] ?? $this->getConsole_Command_CachePoolDeleteService());
  2814.         });
  2815.     }
  2816.     /**
  2817.      * Gets the private '.console.command.cache_pool_list.lazy' shared service.
  2818.      *
  2819.      * @return \Symfony\Component\Console\Command\LazyCommand
  2820.      */
  2821.     protected function get_Console_Command_CachePoolList_LazyService()
  2822.     {
  2823.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2824.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2825.         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 {
  2826.             return ($this->privates['console.command.cache_pool_list'] ?? $this->getConsole_Command_CachePoolListService());
  2827.         });
  2828.     }
  2829.     /**
  2830.      * Gets the private '.console.command.cache_pool_prune.lazy' shared service.
  2831.      *
  2832.      * @return \Symfony\Component\Console\Command\LazyCommand
  2833.      */
  2834.     protected function get_Console_Command_CachePoolPrune_LazyService()
  2835.     {
  2836.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2837.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2838.         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 {
  2839.             return ($this->privates['console.command.cache_pool_prune'] ?? $this->getConsole_Command_CachePoolPruneService());
  2840.         });
  2841.     }
  2842.     /**
  2843.      * Gets the private '.console.command.cache_warmup.lazy' shared service.
  2844.      *
  2845.      * @return \Symfony\Component\Console\Command\LazyCommand
  2846.      */
  2847.     protected function get_Console_Command_CacheWarmup_LazyService()
  2848.     {
  2849.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2850.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2851.         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 {
  2852.             return ($this->privates['console.command.cache_warmup'] ?? $this->getConsole_Command_CacheWarmupService());
  2853.         });
  2854.     }
  2855.     /**
  2856.      * Gets the private '.console.command.config_debug.lazy' shared service.
  2857.      *
  2858.      * @return \Symfony\Component\Console\Command\LazyCommand
  2859.      */
  2860.     protected function get_Console_Command_ConfigDebug_LazyService()
  2861.     {
  2862.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2863.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2864.         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 {
  2865.             return ($this->privates['console.command.config_debug'] ?? $this->getConsole_Command_ConfigDebugService());
  2866.         });
  2867.     }
  2868.     /**
  2869.      * Gets the private '.console.command.config_dump_reference.lazy' shared service.
  2870.      *
  2871.      * @return \Symfony\Component\Console\Command\LazyCommand
  2872.      */
  2873.     protected function get_Console_Command_ConfigDumpReference_LazyService()
  2874.     {
  2875.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2876.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2877.         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 {
  2878.             return ($this->privates['console.command.config_dump_reference'] ?? $this->getConsole_Command_ConfigDumpReferenceService());
  2879.         });
  2880.     }
  2881.     /**
  2882.      * Gets the private '.console.command.container_debug.lazy' shared service.
  2883.      *
  2884.      * @return \Symfony\Component\Console\Command\LazyCommand
  2885.      */
  2886.     protected function get_Console_Command_ContainerDebug_LazyService()
  2887.     {
  2888.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2889.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2890.         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 {
  2891.             return ($this->privates['console.command.container_debug'] ?? $this->getConsole_Command_ContainerDebugService());
  2892.         });
  2893.     }
  2894.     /**
  2895.      * Gets the private '.console.command.container_lint.lazy' shared service.
  2896.      *
  2897.      * @return \Symfony\Component\Console\Command\LazyCommand
  2898.      */
  2899.     protected function get_Console_Command_ContainerLint_LazyService()
  2900.     {
  2901.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2902.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2903.         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 {
  2904.             return ($this->privates['console.command.container_lint'] ?? $this->getConsole_Command_ContainerLintService());
  2905.         });
  2906.     }
  2907.     /**
  2908.      * Gets the private '.console.command.debug_autowiring.lazy' shared service.
  2909.      *
  2910.      * @return \Symfony\Component\Console\Command\LazyCommand
  2911.      */
  2912.     protected function get_Console_Command_DebugAutowiring_LazyService()
  2913.     {
  2914.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2915.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2916.         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 {
  2917.             return ($this->privates['console.command.debug_autowiring'] ?? $this->getConsole_Command_DebugAutowiringService());
  2918.         });
  2919.     }
  2920.     /**
  2921.      * Gets the private '.console.command.dotenv_debug.lazy' shared service.
  2922.      *
  2923.      * @return \Symfony\Component\Console\Command\LazyCommand
  2924.      */
  2925.     protected function get_Console_Command_DotenvDebug_LazyService()
  2926.     {
  2927.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2928.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2929.         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 {
  2930.             return ($this->privates['console.command.dotenv_debug'] ?? $this->getConsole_Command_DotenvDebugService());
  2931.         });
  2932.     }
  2933.     /**
  2934.      * Gets the private '.console.command.event_dispatcher_debug.lazy' shared service.
  2935.      *
  2936.      * @return \Symfony\Component\Console\Command\LazyCommand
  2937.      */
  2938.     protected function get_Console_Command_EventDispatcherDebug_LazyService()
  2939.     {
  2940.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2941.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2942.         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 {
  2943.             return ($this->privates['console.command.event_dispatcher_debug'] ?? $this->getConsole_Command_EventDispatcherDebugService());
  2944.         });
  2945.     }
  2946.     /**
  2947.      * Gets the private '.console.command.form_debug.lazy' shared service.
  2948.      *
  2949.      * @return \Symfony\Component\Console\Command\LazyCommand
  2950.      */
  2951.     protected function get_Console_Command_FormDebug_LazyService()
  2952.     {
  2953.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2954.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2955.         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 {
  2956.             return ($this->privates['console.command.form_debug'] ?? $this->getConsole_Command_FormDebugService());
  2957.         });
  2958.     }
  2959.     /**
  2960.      * Gets the private '.console.command.messenger_consume_messages.lazy' shared service.
  2961.      *
  2962.      * @return \Symfony\Component\Console\Command\LazyCommand
  2963.      */
  2964.     protected function get_Console_Command_MessengerConsumeMessages_LazyService()
  2965.     {
  2966.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2967.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2968.         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 {
  2969.             return ($this->privates['console.command.messenger_consume_messages'] ?? $this->getConsole_Command_MessengerConsumeMessagesService());
  2970.         });
  2971.     }
  2972.     /**
  2973.      * Gets the private '.console.command.messenger_debug.lazy' shared service.
  2974.      *
  2975.      * @return \Symfony\Component\Console\Command\LazyCommand
  2976.      */
  2977.     protected function get_Console_Command_MessengerDebug_LazyService()
  2978.     {
  2979.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2980.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2981.         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 {
  2982.             return ($this->privates['console.command.messenger_debug'] ?? $this->getConsole_Command_MessengerDebugService());
  2983.         });
  2984.     }
  2985.     /**
  2986.      * Gets the private '.console.command.messenger_failed_messages_remove.lazy' shared service.
  2987.      *
  2988.      * @return \Symfony\Component\Console\Command\LazyCommand
  2989.      */
  2990.     protected function get_Console_Command_MessengerFailedMessagesRemove_LazyService()
  2991.     {
  2992.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2993.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2994.         return $this->privates['.console.command.messenger_failed_messages_remove.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('messenger:failed:remove', [], 'Remove given messages from the failure transport'false, function (): \Symfony\Component\Messenger\Command\FailedMessagesRemoveCommand {
  2995.             return ($this->privates['console.command.messenger_failed_messages_remove'] ?? $this->getConsole_Command_MessengerFailedMessagesRemoveService());
  2996.         });
  2997.     }
  2998.     /**
  2999.      * Gets the private '.console.command.messenger_failed_messages_retry.lazy' shared service.
  3000.      *
  3001.      * @return \Symfony\Component\Console\Command\LazyCommand
  3002.      */
  3003.     protected function get_Console_Command_MessengerFailedMessagesRetry_LazyService()
  3004.     {
  3005.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3006.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3007.         return $this->privates['.console.command.messenger_failed_messages_retry.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('messenger:failed:retry', [], 'Retry one or more messages from the failure transport'false, function (): \Symfony\Component\Messenger\Command\FailedMessagesRetryCommand {
  3008.             return ($this->privates['console.command.messenger_failed_messages_retry'] ?? $this->getConsole_Command_MessengerFailedMessagesRetryService());
  3009.         });
  3010.     }
  3011.     /**
  3012.      * Gets the private '.console.command.messenger_failed_messages_show.lazy' shared service.
  3013.      *
  3014.      * @return \Symfony\Component\Console\Command\LazyCommand
  3015.      */
  3016.     protected function get_Console_Command_MessengerFailedMessagesShow_LazyService()
  3017.     {
  3018.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3019.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3020.         return $this->privates['.console.command.messenger_failed_messages_show.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('messenger:failed:show', [], 'Show one or more messages from the failure transport'false, function (): \Symfony\Component\Messenger\Command\FailedMessagesShowCommand {
  3021.             return ($this->privates['console.command.messenger_failed_messages_show'] ?? $this->getConsole_Command_MessengerFailedMessagesShowService());
  3022.         });
  3023.     }
  3024.     /**
  3025.      * Gets the private '.console.command.messenger_setup_transports.lazy' shared service.
  3026.      *
  3027.      * @return \Symfony\Component\Console\Command\LazyCommand
  3028.      */
  3029.     protected function get_Console_Command_MessengerSetupTransports_LazyService()
  3030.     {
  3031.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3032.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3033.         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 {
  3034.             return ($this->privates['console.command.messenger_setup_transports'] ?? $this->getConsole_Command_MessengerSetupTransportsService());
  3035.         });
  3036.     }
  3037.     /**
  3038.      * Gets the private '.console.command.messenger_stop_workers.lazy' shared service.
  3039.      *
  3040.      * @return \Symfony\Component\Console\Command\LazyCommand
  3041.      */
  3042.     protected function get_Console_Command_MessengerStopWorkers_LazyService()
  3043.     {
  3044.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3045.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3046.         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 {
  3047.             return ($this->privates['console.command.messenger_stop_workers'] ?? $this->getConsole_Command_MessengerStopWorkersService());
  3048.         });
  3049.     }
  3050.     /**
  3051.      * Gets the private '.console.command.router_debug.lazy' shared service.
  3052.      *
  3053.      * @return \Symfony\Component\Console\Command\LazyCommand
  3054.      */
  3055.     protected function get_Console_Command_RouterDebug_LazyService()
  3056.     {
  3057.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3058.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3059.         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 {
  3060.             return ($this->privates['console.command.router_debug'] ?? $this->getConsole_Command_RouterDebugService());
  3061.         });
  3062.     }
  3063.     /**
  3064.      * Gets the private '.console.command.router_match.lazy' shared service.
  3065.      *
  3066.      * @return \Symfony\Component\Console\Command\LazyCommand
  3067.      */
  3068.     protected function get_Console_Command_RouterMatch_LazyService()
  3069.     {
  3070.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3071.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3072.         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 {
  3073.             return ($this->privates['console.command.router_match'] ?? $this->getConsole_Command_RouterMatchService());
  3074.         });
  3075.     }
  3076.     /**
  3077.      * Gets the private '.console.command.secrets_decrypt_to_local.lazy' shared service.
  3078.      *
  3079.      * @return \Symfony\Component\Console\Command\LazyCommand
  3080.      */
  3081.     protected function get_Console_Command_SecretsDecryptToLocal_LazyService()
  3082.     {
  3083.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3084.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3085.         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 {
  3086.             return ($this->privates['console.command.secrets_decrypt_to_local'] ?? $this->getConsole_Command_SecretsDecryptToLocalService());
  3087.         });
  3088.     }
  3089.     /**
  3090.      * Gets the private '.console.command.secrets_encrypt_from_local.lazy' shared service.
  3091.      *
  3092.      * @return \Symfony\Component\Console\Command\LazyCommand
  3093.      */
  3094.     protected function get_Console_Command_SecretsEncryptFromLocal_LazyService()
  3095.     {
  3096.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3097.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3098.         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 {
  3099.             return ($this->privates['console.command.secrets_encrypt_from_local'] ?? $this->getConsole_Command_SecretsEncryptFromLocalService());
  3100.         });
  3101.     }
  3102.     /**
  3103.      * Gets the private '.console.command.secrets_generate_key.lazy' shared service.
  3104.      *
  3105.      * @return \Symfony\Component\Console\Command\LazyCommand
  3106.      */
  3107.     protected function get_Console_Command_SecretsGenerateKey_LazyService()
  3108.     {
  3109.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3110.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3111.         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 {
  3112.             return ($this->privates['console.command.secrets_generate_key'] ?? $this->getConsole_Command_SecretsGenerateKeyService());
  3113.         });
  3114.     }
  3115.     /**
  3116.      * Gets the private '.console.command.secrets_list.lazy' shared service.
  3117.      *
  3118.      * @return \Symfony\Component\Console\Command\LazyCommand
  3119.      */
  3120.     protected function get_Console_Command_SecretsList_LazyService()
  3121.     {
  3122.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3123.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3124.         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 {
  3125.             return ($this->privates['console.command.secrets_list'] ?? $this->getConsole_Command_SecretsListService());
  3126.         });
  3127.     }
  3128.     /**
  3129.      * Gets the private '.console.command.secrets_remove.lazy' shared service.
  3130.      *
  3131.      * @return \Symfony\Component\Console\Command\LazyCommand
  3132.      */
  3133.     protected function get_Console_Command_SecretsRemove_LazyService()
  3134.     {
  3135.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3136.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3137.         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 {
  3138.             return ($this->privates['console.command.secrets_remove'] ?? $this->getConsole_Command_SecretsRemoveService());
  3139.         });
  3140.     }
  3141.     /**
  3142.      * Gets the private '.console.command.secrets_set.lazy' shared service.
  3143.      *
  3144.      * @return \Symfony\Component\Console\Command\LazyCommand
  3145.      */
  3146.     protected function get_Console_Command_SecretsSet_LazyService()
  3147.     {
  3148.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3149.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3150.         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 {
  3151.             return ($this->privates['console.command.secrets_set'] ?? $this->getConsole_Command_SecretsSetService());
  3152.         });
  3153.     }
  3154.     /**
  3155.      * Gets the private '.console.command.translation_debug.lazy' shared service.
  3156.      *
  3157.      * @return \Symfony\Component\Console\Command\LazyCommand
  3158.      */
  3159.     protected function get_Console_Command_TranslationDebug_LazyService()
  3160.     {
  3161.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3162.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3163.         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 {
  3164.             return ($this->privates['console.command.translation_debug'] ?? $this->getConsole_Command_TranslationDebugService());
  3165.         });
  3166.     }
  3167.     /**
  3168.      * Gets the private '.console.command.translation_extract.lazy' shared service.
  3169.      *
  3170.      * @return \Symfony\Component\Console\Command\LazyCommand
  3171.      */
  3172.     protected function get_Console_Command_TranslationExtract_LazyService()
  3173.     {
  3174.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3175.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3176.         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 {
  3177.             return ($this->privates['console.command.translation_extract'] ?? $this->getConsole_Command_TranslationExtractService());
  3178.         });
  3179.     }
  3180.     /**
  3181.      * Gets the private '.console.command.translation_pull.lazy' shared service.
  3182.      *
  3183.      * @return \Symfony\Component\Console\Command\LazyCommand
  3184.      */
  3185.     protected function get_Console_Command_TranslationPull_LazyService()
  3186.     {
  3187.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3188.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3189.         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 {
  3190.             return ($this->privates['console.command.translation_pull'] ?? $this->getConsole_Command_TranslationPullService());
  3191.         });
  3192.     }
  3193.     /**
  3194.      * Gets the private '.console.command.translation_push.lazy' shared service.
  3195.      *
  3196.      * @return \Symfony\Component\Console\Command\LazyCommand
  3197.      */
  3198.     protected function get_Console_Command_TranslationPush_LazyService()
  3199.     {
  3200.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3201.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3202.         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 {
  3203.             return ($this->privates['console.command.translation_push'] ?? $this->getConsole_Command_TranslationPushService());
  3204.         });
  3205.     }
  3206.     /**
  3207.      * Gets the private '.console.command.validator_debug.lazy' shared service.
  3208.      *
  3209.      * @return \Symfony\Component\Console\Command\LazyCommand
  3210.      */
  3211.     protected function get_Console_Command_ValidatorDebug_LazyService()
  3212.     {
  3213.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3214.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3215.         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 {
  3216.             return ($this->privates['console.command.validator_debug'] ?? $this->getConsole_Command_ValidatorDebugService());
  3217.         });
  3218.     }
  3219.     /**
  3220.      * Gets the private '.console.command.xliff_lint.lazy' shared service.
  3221.      *
  3222.      * @return \Symfony\Component\Console\Command\LazyCommand
  3223.      */
  3224.     protected function get_Console_Command_XliffLint_LazyService()
  3225.     {
  3226.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3227.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3228.         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 {
  3229.             return ($this->privates['console.command.xliff_lint'] ?? $this->getConsole_Command_XliffLintService());
  3230.         });
  3231.     }
  3232.     /**
  3233.      * Gets the private '.console.command.yaml_lint.lazy' shared service.
  3234.      *
  3235.      * @return \Symfony\Component\Console\Command\LazyCommand
  3236.      */
  3237.     protected function get_Console_Command_YamlLint_LazyService()
  3238.     {
  3239.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3240.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3241.         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 {
  3242.             return ($this->privates['console.command.yaml_lint'] ?? $this->getConsole_Command_YamlLintService());
  3243.         });
  3244.     }
  3245.     /**
  3246.      * Gets the private '.debug.app.admin.mayan.client' shared service.
  3247.      *
  3248.      * @return \Symfony\Component\HttpClient\TraceableHttpClient
  3249.      */
  3250.     protected function get_Debug_App_Admin_Mayan_ClientService()
  3251.     {
  3252.         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))));
  3253.     }
  3254.     /**
  3255.      * Gets the private '.debug.app.calendar.client' shared service.
  3256.      *
  3257.      * @return \Symfony\Component\HttpClient\TraceableHttpClient
  3258.      */
  3259.     protected function get_Debug_App_Calendar_ClientService()
  3260.     {
  3261.         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))));
  3262.     }
  3263.     /**
  3264.      * Gets the private '.debug.app.geoserver.client' shared service.
  3265.      *
  3266.      * @return \Symfony\Component\HttpClient\TraceableHttpClient
  3267.      */
  3268.     protected function get_Debug_App_Geoserver_ClientService()
  3269.     {
  3270.         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))));
  3271.     }
  3272.     /**
  3273.      * Gets the private '.debug.app.heimdall.client' shared service.
  3274.      *
  3275.      * @return \Symfony\Component\HttpClient\TraceableHttpClient
  3276.      */
  3277.     protected function get_Debug_App_Heimdall_ClientService()
  3278.     {
  3279.         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))));
  3280.     }
  3281.     /**
  3282.      * Gets the private '.debug.app.incidents.client' shared service.
  3283.      *
  3284.      * @return \Symfony\Component\HttpClient\TraceableHttpClient
  3285.      */
  3286.     protected function get_Debug_App_Incidents_ClientService()
  3287.     {
  3288.         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))));
  3289.     }
  3290.     /**
  3291.      * Gets the private '.debug.app.industrial.sites.client' shared service.
  3292.      *
  3293.      * @return \Symfony\Component\HttpClient\TraceableHttpClient
  3294.      */
  3295.     protected function get_Debug_App_Industrial_Sites_ClientService()
  3296.     {
  3297.         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))));
  3298.     }
  3299.     /**
  3300.      * Gets the private '.debug.app.mdm.client' shared service.
  3301.      *
  3302.      * @return \Symfony\Component\HttpClient\TraceableHttpClient
  3303.      */
  3304.     protected function get_Debug_App_Mdm_ClientService()
  3305.     {
  3306.         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))));
  3307.     }
  3308.     /**
  3309.      * Gets the private '.debug.app.metabase.client' shared service.
  3310.      *
  3311.      * @return \Symfony\Component\HttpClient\TraceableHttpClient
  3312.      */
  3313.     protected function get_Debug_App_Metabase_ClientService()
  3314.     {
  3315.         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))));
  3316.     }
  3317.     /**
  3318.      * Gets the private '.debug.app.public.space.planner.client' shared service.
  3319.      *
  3320.      * @return \Symfony\Component\HttpClient\TraceableHttpClient
  3321.      */
  3322.     protected function get_Debug_App_Public_Space_Planner_ClientService()
  3323.     {
  3324.         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))));
  3325.     }
  3326.     /**
  3327.      * Gets the private '.debug.app.request.client' shared service.
  3328.      *
  3329.      * @return \Symfony\Component\HttpClient\TraceableHttpClient
  3330.      */
  3331.     protected function get_Debug_App_Request_ClientService()
  3332.     {
  3333.         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))));
  3334.     }
  3335.     /**
  3336.      * Gets the private '.debug.app.signal.client' shared service.
  3337.      *
  3338.      * @return \Symfony\Component\HttpClient\TraceableHttpClient
  3339.      */
  3340.     protected function get_Debug_App_Signal_ClientService()
  3341.     {
  3342.         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))));
  3343.     }
  3344.     /**
  3345.      * Gets the private '.debug.app.thingsboard.client' shared service.
  3346.      *
  3347.      * @return \Symfony\Component\HttpClient\TraceableHttpClient
  3348.      */
  3349.     protected function get_Debug_App_Thingsboard_ClientService()
  3350.     {
  3351.         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))));
  3352.     }
  3353.     /**
  3354.      * Gets the private '.debug.app.user.mayan.client' shared service.
  3355.      *
  3356.      * @return \Symfony\Component\HttpClient\TraceableHttpClient
  3357.      */
  3358.     protected function get_Debug_App_User_Mayan_ClientService()
  3359.     {
  3360.         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))));
  3361.     }
  3362.     /**
  3363.      * Gets the private '.debug.app.vdm.hydrometric.client' shared service.
  3364.      *
  3365.      * @return \Symfony\Component\HttpClient\TraceableHttpClient
  3366.      */
  3367.     protected function get_Debug_App_Vdm_Hydrometric_ClientService()
  3368.     {
  3369.         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))));
  3370.     }
  3371.     /**
  3372.      * Gets the private '.debug.app.vdm.itv.client' shared service.
  3373.      *
  3374.      * @return \Symfony\Component\HttpClient\TraceableHttpClient
  3375.      */
  3376.     protected function get_Debug_App_Vdm_Itv_ClientService()
  3377.     {
  3378.         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))));
  3379.     }
  3380.     /**
  3381.      * Gets the private '.debug.app.vdm.waterCycle.client' shared service.
  3382.      *
  3383.      * @return \Symfony\Component\HttpClient\TraceableHttpClient
  3384.      */
  3385.     protected function get_Debug_App_Vdm_WaterCycle_ClientService()
  3386.     {
  3387.         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))));
  3388.     }
  3389.     /**
  3390.      * Gets the private '.debug.app.vdm.waterQuality.client' shared service.
  3391.      *
  3392.      * @return \Symfony\Component\HttpClient\TraceableHttpClient
  3393.      */
  3394.     protected function get_Debug_App_Vdm_WaterQuality_ClientService()
  3395.     {
  3396.         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))));
  3397.     }
  3398.     /**
  3399.      * Gets the private '.debug.app.vdm.weather.client' shared service.
  3400.      *
  3401.      * @return \Symfony\Component\HttpClient\TraceableHttpClient
  3402.      */
  3403.     protected function get_Debug_App_Vdm_Weather_ClientService()
  3404.     {
  3405.         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))));
  3406.     }
  3407.     /**
  3408.      * Gets the private '.debug.http_client' shared service.
  3409.      *
  3410.      * @return \Symfony\Component\HttpClient\TraceableHttpClient
  3411.      */
  3412.     protected function get_Debug_HttpClientService()
  3413.     {
  3414.         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))));
  3415.     }
  3416.     /**
  3417.      * Gets the private '.debug.http_client.inner' shared service.
  3418.      *
  3419.      * @return \Symfony\Contracts\HttpClient\HttpClientInterface
  3420.      */
  3421.     protected function get_Debug_HttpClient_InnerService()
  3422.     {
  3423.         $this->privates['.debug.http_client.inner'] = $instance = \Symfony\Component\HttpClient\HttpClient::create([], 6);
  3424.         $a = new \Symfony\Bridge\Monolog\Logger('http_client');
  3425.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  3426.         $a->pushHandler(($this->privates['monolog.handler.stderr_errors'] ?? $this->getMonolog_Handler_StderrErrorsService()));
  3427.         $a->pushHandler(($this->privates['monolog.handler.stdout_info'] ?? $this->getMonolog_Handler_StdoutInfoService()));
  3428.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  3429.         $instance->setLogger($a);
  3430.         return $instance;
  3431.     }
  3432.     /**
  3433.      * Gets the private '.errored..service_locator.KfbR3DY.Symfony\Component\Config\Loader\LoaderInterface' shared service.
  3434.      *
  3435.      * @return \Symfony\Component\Config\Loader\LoaderInterface
  3436.      */
  3437.     protected function getLoaderInterfaceService()
  3438.     {
  3439.         $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".');
  3440.     }
  3441.     /**
  3442.      * Gets the private '.messenger.handler_descriptor..ZJ_Nx.' shared service.
  3443.      *
  3444.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  3445.      */
  3446.     protected function get_Messenger_HandlerDescriptor__ZJNx_Service()
  3447.     {
  3448.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
  3449.         return $this->privates['.messenger.handler_descriptor..ZJ_Nx.'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor(($this->privates['App\\MessageHandler\\SignalMessageHandler'] ?? $this->getSignalMessageHandlerService()), ['from_transport' => 'signal']);
  3450.     }
  3451.     /**
  3452.      * Gets the private '.messenger.handler_descriptor.19b2RPa' shared service.
  3453.      *
  3454.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  3455.      */
  3456.     protected function get_Messenger_HandlerDescriptor_19b2RPaService()
  3457.     {
  3458.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
  3459.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/MessageHandlerInterface.php';
  3460.         include_once \dirname(__DIR__4).'/src/MessageHandler/AbstractMessageHandler.php';
  3461.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/MessageSubscriberInterface.php';
  3462.         include_once \dirname(__DIR__4).'/src/MessageHandler/ThingsBoardMessageHandler.php';
  3463.         include_once \dirname(__DIR__4).'/src/Manager/ThingsBoardManagerInterface.php';
  3464.         include_once \dirname(__DIR__4).'/src/Manager/ThingsBoardManager.php';
  3465.         $a = ($this->privates['App\\Manager\\OrganizationManager'] ?? $this->getOrganizationManagerService());
  3466.         if (isset($this->privates['.messenger.handler_descriptor.19b2RPa'])) {
  3467.             return $this->privates['.messenger.handler_descriptor.19b2RPa'];
  3468.         }
  3469.         $b = ($this->privates['App\\Manager\\HeimdallManager'] ?? $this->getHeimdallManagerService());
  3470.         if (isset($this->privates['.messenger.handler_descriptor.19b2RPa'])) {
  3471.             return $this->privates['.messenger.handler_descriptor.19b2RPa'];
  3472.         }
  3473.         $c = ($this->privates['App\\Manager\\ContractManager'] ?? $this->getContractManagerService());
  3474.         if (isset($this->privates['.messenger.handler_descriptor.19b2RPa'])) {
  3475.             return $this->privates['.messenger.handler_descriptor.19b2RPa'];
  3476.         }
  3477.         $d = ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService());
  3478.         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']);
  3479.     }
  3480.     /**
  3481.      * Gets the private '.messenger.handler_descriptor.1mEAxeQ' shared service.
  3482.      *
  3483.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  3484.      */
  3485.     protected function get_Messenger_HandlerDescriptor_1mEAxeQService()
  3486.     {
  3487.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
  3488.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/MessageHandlerInterface.php';
  3489.         include_once \dirname(__DIR__4).'/src/MessageHandler/AbstractMessageHandler.php';
  3490.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/MessageSubscriberInterface.php';
  3491.         include_once \dirname(__DIR__4).'/src/MessageHandler/GeoserverMessageHandler.php';
  3492.         $a = ($this->privates['App\\Manager\\GeoserverManager'] ?? $this->getGeoserverManagerService());
  3493.         if (isset($this->privates['.messenger.handler_descriptor.1mEAxeQ'])) {
  3494.             return $this->privates['.messenger.handler_descriptor.1mEAxeQ'];
  3495.         }
  3496.         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']);
  3497.     }
  3498.     /**
  3499.      * Gets the private '.messenger.handler_descriptor.5AdAdik' shared service.
  3500.      *
  3501.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  3502.      */
  3503.     protected function get_Messenger_HandlerDescriptor_5AdAdikService()
  3504.     {
  3505.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
  3506.         $a = ($this->privates['App\\MessageHandler\\SignalMessageHandler'] ?? $this->getSignalMessageHandlerService());
  3507.         if (isset($this->privates['.messenger.handler_descriptor.5AdAdik'])) {
  3508.             return $this->privates['.messenger.handler_descriptor.5AdAdik'];
  3509.         }
  3510.         return $this->privates['.messenger.handler_descriptor.5AdAdik'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor($a, ['from_transport' => 'signal']);
  3511.     }
  3512.     /**
  3513.      * Gets the private '.messenger.handler_descriptor.BFQSMYR' shared service.
  3514.      *
  3515.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  3516.      */
  3517.     protected function get_Messenger_HandlerDescriptor_BFQSMYRService()
  3518.     {
  3519.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
  3520.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/MessageHandlerInterface.php';
  3521.         include_once \dirname(__DIR__4).'/src/MessageHandler/ExportMessageHandler.php';
  3522.         $a = ($this->privates['App\\Service\\MailerService'] ?? $this->getMailerServiceService());
  3523.         if (isset($this->privates['.messenger.handler_descriptor.BFQSMYR'])) {
  3524.             return $this->privates['.messenger.handler_descriptor.BFQSMYR'];
  3525.         }
  3526.         $b = ($this->privates['App\\Service\\RequestBridgeService'] ?? $this->getRequestBridgeServiceService());
  3527.         if (isset($this->privates['.messenger.handler_descriptor.BFQSMYR'])) {
  3528.             return $this->privates['.messenger.handler_descriptor.BFQSMYR'];
  3529.         }
  3530.         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), []);
  3531.     }
  3532.     /**
  3533.      * Gets the private '.messenger.handler_descriptor.G9RonGv' shared service.
  3534.      *
  3535.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  3536.      */
  3537.     protected function get_Messenger_HandlerDescriptor_G9RonGvService()
  3538.     {
  3539.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
  3540.         return $this->privates['.messenger.handler_descriptor.G9RonGv'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor(($this->privates['App\\MessageHandler\\NextcloudMessageHandler'] ?? $this->getNextcloudMessageHandlerService()), ['from_transport' => 'nextcloud']);
  3541.     }
  3542.     /**
  3543.      * Gets the private '.messenger.handler_descriptor.GWKPxa5' shared service.
  3544.      *
  3545.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  3546.      */
  3547.     protected function get_Messenger_HandlerDescriptor_GWKPxa5Service()
  3548.     {
  3549.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
  3550.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/MessageHandlerInterface.php';
  3551.         include_once \dirname(__DIR__4).'/src/MessageHandler/AbstractMessageHandler.php';
  3552.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/MessageSubscriberInterface.php';
  3553.         include_once \dirname(__DIR__4).'/src/MessageHandler/MayanMessageHandler.php';
  3554.         include_once \dirname(__DIR__4).'/src/Manager/Admin/AdminDocumentManagerInterface.php';
  3555.         include_once \dirname(__DIR__4).'/src/Manager/Admin/AdminDocumentManager.php';
  3556.         include_once \dirname(__DIR__4).'/src/Repository/AbstractRemoteRepository.php';
  3557.         include_once \dirname(__DIR__4).'/src/Repository/AbstractMayanRepository.php';
  3558.         include_once \dirname(__DIR__4).'/src/Repository/AdminMayanRepository.php';
  3559.         $a = ($this->privates['App\\Manager\\HeimdallManager'] ?? $this->getHeimdallManagerService());
  3560.         if (isset($this->privates['.messenger.handler_descriptor.GWKPxa5'])) {
  3561.             return $this->privates['.messenger.handler_descriptor.GWKPxa5'];
  3562.         }
  3563.         $b = ($this->privates['App\\Manager\\OrganizationManager'] ?? $this->getOrganizationManagerService());
  3564.         if (isset($this->privates['.messenger.handler_descriptor.GWKPxa5'])) {
  3565.             return $this->privates['.messenger.handler_descriptor.GWKPxa5'];
  3566.         }
  3567.         $c = ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService());
  3568.         return $this->privates['.messenger.handler_descriptor.GWKPxa5'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor(new \App\MessageHandler\MayanMessageHandler(new \App\Manager\Admin\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']);
  3569.     }
  3570.     /**
  3571.      * Gets the private '.messenger.handler_descriptor.LWkjWFv' shared service.
  3572.      *
  3573.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  3574.      */
  3575.     protected function get_Messenger_HandlerDescriptor_LWkjWFvService()
  3576.     {
  3577.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
  3578.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/MessageHandlerInterface.php';
  3579.         include_once \dirname(__DIR__4).'/src/MessageHandler/EmailMessageHandler.php';
  3580.         $a = ($this->privates['App\\Service\\MailerService'] ?? $this->getMailerServiceService());
  3581.         if (isset($this->privates['.messenger.handler_descriptor.LWkjWFv'])) {
  3582.             return $this->privates['.messenger.handler_descriptor.LWkjWFv'];
  3583.         }
  3584.         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())), []);
  3585.     }
  3586.     /**
  3587.      * Gets the private '.messenger.handler_descriptor.cq4qYvN' shared service.
  3588.      *
  3589.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  3590.      */
  3591.     protected function get_Messenger_HandlerDescriptor_Cq4qYvNService()
  3592.     {
  3593.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
  3594.         $a = ($this->privates['App\\MessageHandler\\NextcloudMessageHandler'] ?? $this->getNextcloudMessageHandlerService());
  3595.         if (isset($this->privates['.messenger.handler_descriptor.cq4qYvN'])) {
  3596.             return $this->privates['.messenger.handler_descriptor.cq4qYvN'];
  3597.         }
  3598.         return $this->privates['.messenger.handler_descriptor.cq4qYvN'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor($a, ['from_transport' => 'nextcloud']);
  3599.     }
  3600.     /**
  3601.      * Gets the private '.messenger.handler_descriptor.cqg4OOe' shared service.
  3602.      *
  3603.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  3604.      */
  3605.     protected function get_Messenger_HandlerDescriptor_Cqg4OOeService()
  3606.     {
  3607.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
  3608.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/MessageHandlerInterface.php';
  3609.         include_once \dirname(__DIR__4).'/src/MessageHandler/AbstractMessageHandler.php';
  3610.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/MessageSubscriberInterface.php';
  3611.         include_once \dirname(__DIR__4).'/src/MessageHandler/MetabaseMessageHandler.php';
  3612.         $a = ($this->privates['App\\Manager\\MetabaseManager'] ?? $this->getMetabaseManagerService());
  3613.         if (isset($this->privates['.messenger.handler_descriptor.cqg4OOe'])) {
  3614.             return $this->privates['.messenger.handler_descriptor.cqg4OOe'];
  3615.         }
  3616.         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']);
  3617.     }
  3618.     /**
  3619.      * Gets the private '.messenger.handler_descriptor.tGvt0LH' shared service.
  3620.      *
  3621.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  3622.      */
  3623.     protected function get_Messenger_HandlerDescriptor_TGvt0LHService()
  3624.     {
  3625.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
  3626.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Messenger/MessageHandler.php';
  3627.         $a = ($this->privates['mailer.transports'] ?? $this->getMailer_TransportsService());
  3628.         if (isset($this->privates['.messenger.handler_descriptor.tGvt0LH'])) {
  3629.             return $this->privates['.messenger.handler_descriptor.tGvt0LH'];
  3630.         }
  3631.         return $this->privates['.messenger.handler_descriptor.tGvt0LH'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor(new \Symfony\Component\Mailer\Messenger\MessageHandler($a), []);
  3632.     }
  3633.     /**
  3634.      * Gets the private '.portail_cache_pool.inner' shared service.
  3635.      *
  3636.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  3637.      */
  3638.     protected function get_PortailCachePool_InnerService()
  3639.     {
  3640.         $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))));
  3641.         $a->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  3642.         return $this->privates['.portail_cache_pool.inner'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter($a);
  3643.     }
  3644.     /**
  3645.      * Gets the private '.security.command.debug_firewall.lazy' shared service.
  3646.      *
  3647.      * @return \Symfony\Component\Console\Command\LazyCommand
  3648.      */
  3649.     protected function get_Security_Command_DebugFirewall_LazyService()
  3650.     {
  3651.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3652.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3653.         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 {
  3654.             return ($this->privates['security.command.debug_firewall'] ?? $this->getSecurity_Command_DebugFirewallService());
  3655.         });
  3656.     }
  3657.     /**
  3658.      * Gets the private '.security.command.user_password_encoder.lazy' shared service.
  3659.      *
  3660.      * @return \Symfony\Component\Console\Command\LazyCommand
  3661.      */
  3662.     protected function get_Security_Command_UserPasswordEncoder_LazyService()
  3663.     {
  3664.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3665.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3666.         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 {
  3667.             return ($this->privates['security.command.user_password_encoder'] ?? $this->getSecurity_Command_UserPasswordEncoderService());
  3668.         });
  3669.     }
  3670.     /**
  3671.      * Gets the private '.security.command.user_password_hash.lazy' shared service.
  3672.      *
  3673.      * @return \Symfony\Component\Console\Command\LazyCommand
  3674.      */
  3675.     protected function get_Security_Command_UserPasswordHash_LazyService()
  3676.     {
  3677.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3678.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3679.         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 {
  3680.             return ($this->privates['security.command.user_password_hash'] ?? $this->getSecurity_Command_UserPasswordHashService());
  3681.         });
  3682.     }
  3683.     /**
  3684.      * Gets the private '.service_locator.0wdVvHP' shared service.
  3685.      *
  3686.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3687.      */
  3688.     protected function get_ServiceLocator_0wdVvHPService()
  3689.     {
  3690.         return $this->privates['.service_locator.0wdVvHP'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3691.             'requestConverter' => ['privates''App\\Converter\\RequestConverter''getRequestConverterService'false],
  3692.         ], [
  3693.             'requestConverter' => 'App\\Converter\\RequestConverter',
  3694.         ]);
  3695.     }
  3696.     /**
  3697.      * Gets the private '.service_locator.1jxaPyK' shared service.
  3698.      *
  3699.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3700.      */
  3701.     protected function get_ServiceLocator_1jxaPyKService()
  3702.     {
  3703.         return $this->privates['.service_locator.1jxaPyK'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3704.             'heimdallManager' => ['privates''App\\Manager\\HeimdallManager''getHeimdallManagerService'false],
  3705.         ], [
  3706.             'heimdallManager' => 'App\\Manager\\HeimdallManager',
  3707.         ]);
  3708.     }
  3709.     /**
  3710.      * Gets the private '.service_locator.3g7Rc5G' shared service.
  3711.      *
  3712.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3713.      */
  3714.     protected function get_ServiceLocator_3g7Rc5GService()
  3715.     {
  3716.         return $this->privates['.service_locator.3g7Rc5G'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3717.             'adminManager' => ['privates''App\\Manager\\Admin\\AdminManager''getAdminManagerService'false],
  3718.         ], [
  3719.             'adminManager' => '?',
  3720.         ]);
  3721.     }
  3722.     /**
  3723.      * Gets the private '.service_locator.5xw8J9e' shared service.
  3724.      *
  3725.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3726.      */
  3727.     protected function get_ServiceLocator_5xw8J9eService()
  3728.     {
  3729.         return $this->privates['.service_locator.5xw8J9e'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3730.             'adminManager' => ['privates''App\\Manager\\Admin\\AdminManager''getAdminManagerService'false],
  3731.             'validator' => ['services''.container.private.validator''get_Container_Private_ValidatorService'false],
  3732.         ], [
  3733.             'adminManager' => '?',
  3734.             'validator' => '?',
  3735.         ]);
  3736.     }
  3737.     /**
  3738.      * Gets the private '.service_locator.898ixUB' shared service.
  3739.      *
  3740.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3741.      */
  3742.     protected function get_ServiceLocator_898ixUBService()
  3743.     {
  3744.         return $this->privates['.service_locator.898ixUB'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3745.             'applicationRegistry' => ['privates''App\\Application\\ApplicationRegistry''getApplicationRegistryService'false],
  3746.             'serviceManager' => ['privates''App\\Manager\\ServiceManager''getServiceManagerService'false],
  3747.         ], [
  3748.             'applicationRegistry' => 'App\\Application\\ApplicationRegistry',
  3749.             'serviceManager' => '?',
  3750.         ]);
  3751.     }
  3752.     /**
  3753.      * Gets the private '.service_locator.8HC7Byw' shared service.
  3754.      *
  3755.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3756.      */
  3757.     protected function get_ServiceLocator_8HC7BywService()
  3758.     {
  3759.         return $this->privates['.service_locator.8HC7Byw'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3760.             'event_dispatcher' => ['services''event_dispatcher''getEventDispatcherService'false],
  3761.             'security.event_dispatcher.api' => ['privates''security.event_dispatcher.api''getSecurity_EventDispatcher_ApiService'false],
  3762.             'security.event_dispatcher.external_app_connect' => ['privates''security.event_dispatcher.external_app_connect''getSecurity_EventDispatcher_ExternalAppConnectService'false],
  3763.             'security.event_dispatcher.main' => ['privates''security.event_dispatcher.main''getSecurity_EventDispatcher_MainService'false],
  3764.         ], [
  3765.             'event_dispatcher' => '?',
  3766.             'security.event_dispatcher.api' => 'Symfony\\Component\\EventDispatcher\\EventDispatcher',
  3767.             'security.event_dispatcher.external_app_connect' => 'Symfony\\Component\\EventDispatcher\\EventDispatcher',
  3768.             'security.event_dispatcher.main' => 'Symfony\\Component\\EventDispatcher\\EventDispatcher',
  3769.         ]);
  3770.     }
  3771.     /**
  3772.      * Gets the private '.service_locator.A4vn3pv' shared service.
  3773.      *
  3774.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3775.      */
  3776.     protected function get_ServiceLocator_A4vn3pvService()
  3777.     {
  3778.         return $this->privates['.service_locator.A4vn3pv'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3779.             'areaManager' => ['privates''App\\Manager\\AreaManager''getAreaManagerService'false],
  3780.             'normalizer' => ['services''.container.private.serializer''get_Container_Private_SerializerService'false],
  3781.         ], [
  3782.             'areaManager' => '?',
  3783.             'normalizer' => '?',
  3784.         ]);
  3785.     }
  3786.     /**
  3787.      * Gets the private '.service_locator.ChxIizf' shared service.
  3788.      *
  3789.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3790.      */
  3791.     protected function get_ServiceLocator_ChxIizfService()
  3792.     {
  3793.         return $this->privates['.service_locator.ChxIizf'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3794.             'email' => ['privates''messenger.transport.email''getMessenger_Transport_EmailService'false],
  3795.             'export' => ['privates''messenger.transport.export''getMessenger_Transport_ExportService'false],
  3796.             'failed' => ['privates''messenger.transport.failed''getMessenger_Transport_FailedService'false],
  3797.             'geoserver' => ['privates''messenger.transport.geoserver''getMessenger_Transport_GeoserverService'false],
  3798.             'mayan' => ['privates''messenger.transport.mayan''getMessenger_Transport_MayanService'false],
  3799.             'messenger.transport.email' => ['privates''messenger.transport.email''getMessenger_Transport_EmailService'false],
  3800.             'messenger.transport.export' => ['privates''messenger.transport.export''getMessenger_Transport_ExportService'false],
  3801.             'messenger.transport.failed' => ['privates''messenger.transport.failed''getMessenger_Transport_FailedService'false],
  3802.             'messenger.transport.geoserver' => ['privates''messenger.transport.geoserver''getMessenger_Transport_GeoserverService'false],
  3803.             'messenger.transport.mayan' => ['privates''messenger.transport.mayan''getMessenger_Transport_MayanService'false],
  3804.             'messenger.transport.metabase' => ['privates''messenger.transport.metabase''getMessenger_Transport_MetabaseService'false],
  3805.             'messenger.transport.nextcloud' => ['privates''messenger.transport.nextcloud''getMessenger_Transport_NextcloudService'false],
  3806.             'messenger.transport.signal' => ['privates''messenger.transport.signal''getMessenger_Transport_SignalService'false],
  3807.             'messenger.transport.thingsboard' => ['privates''messenger.transport.thingsboard''getMessenger_Transport_ThingsboardService'false],
  3808.             'messenger.transport.villagile_event' => ['privates''messenger.transport.villagile_event''getMessenger_Transport_VillagileEventService'false],
  3809.             'metabase' => ['privates''messenger.transport.metabase''getMessenger_Transport_MetabaseService'false],
  3810.             'nextcloud' => ['privates''messenger.transport.nextcloud''getMessenger_Transport_NextcloudService'false],
  3811.             'signal' => ['privates''messenger.transport.signal''getMessenger_Transport_SignalService'false],
  3812.             'thingsboard' => ['privates''messenger.transport.thingsboard''getMessenger_Transport_ThingsboardService'false],
  3813.             'villagile_event' => ['privates''messenger.transport.villagile_event''getMessenger_Transport_VillagileEventService'false],
  3814.         ], [
  3815.             'email' => '?',
  3816.             'export' => '?',
  3817.             'failed' => '?',
  3818.             'geoserver' => '?',
  3819.             'mayan' => '?',
  3820.             'messenger.transport.email' => '?',
  3821.             'messenger.transport.export' => '?',
  3822.             'messenger.transport.failed' => '?',
  3823.             'messenger.transport.geoserver' => '?',
  3824.             'messenger.transport.mayan' => '?',
  3825.             'messenger.transport.metabase' => '?',
  3826.             'messenger.transport.nextcloud' => '?',
  3827.             'messenger.transport.signal' => '?',
  3828.             'messenger.transport.thingsboard' => '?',
  3829.             'messenger.transport.villagile_event' => '?',
  3830.             'metabase' => '?',
  3831.             'nextcloud' => '?',
  3832.             'signal' => '?',
  3833.             'thingsboard' => '?',
  3834.             'villagile_event' => '?',
  3835.         ]);
  3836.     }
  3837.     /**
  3838.      * Gets the private '.service_locator.DQTC1IC' shared service.
  3839.      *
  3840.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3841.      */
  3842.     protected function get_ServiceLocator_DQTC1ICService()
  3843.     {
  3844.         return $this->privates['.service_locator.DQTC1IC'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3845.             'userManager' => ['privates''App\\Manager\\UserManager''getUserManagerService'false],
  3846.         ], [
  3847.             'userManager' => '?',
  3848.         ]);
  3849.     }
  3850.     /**
  3851.      * Gets the private '.service_locator.FdY21tv' shared service.
  3852.      *
  3853.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3854.      */
  3855.     protected function get_ServiceLocator_FdY21tvService()
  3856.     {
  3857.         return $this->privates['.service_locator.FdY21tv'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3858.             'heimdallHelper' => ['privates''App\\Helper\\Heimdall\\HeimdallHelper''getHeimdallHelperService'false],
  3859.             'heimdallManager' => ['privates''App\\Manager\\HeimdallManager''getHeimdallManagerService'false],
  3860.             'mdmHelper' => ['privates''App\\Helper\\Mdm\\MdmHelper''getMdmHelperService'false],
  3861.             'normalizer' => ['services''.container.private.serializer''get_Container_Private_SerializerService'false],
  3862.             'security' => ['privates''security.helper''getSecurity_HelperService'false],
  3863.         ], [
  3864.             'heimdallHelper' => 'App\\Helper\\Heimdall\\HeimdallHelper',
  3865.             'heimdallManager' => '?',
  3866.             'mdmHelper' => 'App\\Helper\\Mdm\\MdmHelper',
  3867.             'normalizer' => '?',
  3868.             'security' => '?',
  3869.         ]);
  3870.     }
  3871.     /**
  3872.      * Gets the private '.service_locator.KfbR3DY' shared service.
  3873.      *
  3874.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3875.      */
  3876.     protected function get_ServiceLocator_KfbR3DYService()
  3877.     {
  3878.         return $this->privates['.service_locator.KfbR3DY'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3879.             '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".'],
  3880.         ], [
  3881.             'loader' => 'Symfony\\Component\\Config\\Loader\\LoaderInterface',
  3882.         ]);
  3883.     }
  3884.     /**
  3885.      * Gets the private '.service_locator.LUltxyG' shared service.
  3886.      *
  3887.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3888.      */
  3889.     protected function get_ServiceLocator_LUltxyGService()
  3890.     {
  3891.         return $this->privates['.service_locator.LUltxyG'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3892.             'App\\Controller\\ApplicationController::connectToExternalApplication' => ['privates''.service_locator.uBz9SFb''get_ServiceLocator_UBz9SFbService'false],
  3893.             'App\\Controller\\ApplicationController::connectToExternalApplicationLegacy' => ['privates''.service_locator.898ixUB''get_ServiceLocator_898ixUBService'false],
  3894.             'App\\Controller\\ApplicationController::createConfiguration' => ['privates''.service_locator.aYfRApV''get_ServiceLocator_AYfRApVService'false],
  3895.             'App\\Controller\\ApplicationController::deleteConfiguration' => ['privates''.service_locator.aYfRApV''get_ServiceLocator_AYfRApVService'false],
  3896.             'App\\Controller\\ApplicationController::getApplications' => ['privates''.service_locator.uBz9SFb''get_ServiceLocator_UBz9SFbService'false],
  3897.             'App\\Controller\\ApplicationController::getConfigurationsByUser' => ['privates''.service_locator.aYfRApV''get_ServiceLocator_AYfRApVService'false],
  3898.             'App\\Controller\\ApplicationController::updateConfiguration' => ['privates''.service_locator.aYfRApV''get_ServiceLocator_AYfRApVService'false],
  3899.             'App\\Controller\\AreaController::createAreasFromAdministrativeDivision' => ['privates''.service_locator.3g7Rc5G''get_ServiceLocator_3g7Rc5GService'false],
  3900.             'App\\Controller\\AreaController::createAreasFromGeoJsonFile' => ['privates''.service_locator.U71WLOm''get_ServiceLocator_U71WLOmService'false],
  3901.             'App\\Controller\\AreaController::getAreasByOrganization' => ['privates''.service_locator.A4vn3pv''get_ServiceLocator_A4vn3pvService'false],
  3902.             'App\\Controller\\AreaController::getAreasOrganizations' => ['privates''.service_locator.r5A4iev''get_ServiceLocator_R5A4ievService'false],
  3903.             'App\\Controller\\AreaController::getAreasSkillSets' => ['privates''.service_locator.r5A4iev''get_ServiceLocator_R5A4ievService'false],
  3904.             'App\\Controller\\AreaController::getClientAreas' => ['privates''.service_locator.inlE_7C''get_ServiceLocator_InlE7CService'false],
  3905.             'App\\Controller\\AreaController::getContractArea' => ['privates''.service_locator.A4vn3pv''get_ServiceLocator_A4vn3pvService'false],
  3906.             'App\\Controller\\AreaController::getUserAreas' => ['privates''.service_locator.A4vn3pv''get_ServiceLocator_A4vn3pvService'false],
  3907.             'App\\Controller\\AreaController::getUserAreasByContract' => ['privates''.service_locator.vqLiAox''get_ServiceLocator_VqLiAoxService'false],
  3908.             'App\\Controller\\AreaController::getUserGeoShapes' => ['privates''.service_locator.koFje6o''get_ServiceLocator_KoFje6oService'false],
  3909.             'App\\Controller\\CategoryController::getCategoriesByArea' => ['privates''.service_locator.wcOWKhG''get_ServiceLocator_WcOWKhGService'false],
  3910.             'App\\Controller\\CategoryController::getCategoriesByContract' => ['privates''.service_locator.wcOWKhG''get_ServiceLocator_WcOWKhGService'false],
  3911.             'App\\Controller\\CategoryController::getFilteredCategories' => ['privates''.service_locator.wcOWKhG''get_ServiceLocator_WcOWKhGService'false],
  3912.             'App\\Controller\\ContractController::createContractWithSubEntities' => ['privates''.service_locator.5xw8J9e''get_ServiceLocator_5xw8J9eService'false],
  3913.             'App\\Controller\\ContractController::getContracts' => ['privates''.service_locator.1jxaPyK''get_ServiceLocator_1jxaPyKService'false],
  3914.             'App\\Controller\\ContractController::getContractsByUser' => ['privates''.service_locator.jMfHLi9''get_ServiceLocator_JMfHLi9Service'false],
  3915.             'App\\Controller\\Heimdall\\GetUserPortalConfigurationByCodeController::__invoke' => ['privates''.service_locator.MJfLpWQ''get_ServiceLocator_MJfLpWQService'false],
  3916.             'App\\Controller\\Heimdall\\PermissionsAdminController::__invoke' => ['privates''.service_locator.SjwolJP''get_ServiceLocator_SjwolJPService'false],
  3917.             'App\\Controller\\Heimdall\\PermissionsUserController::__invoke' => ['privates''.service_locator.SjwolJP''get_ServiceLocator_SjwolJPService'false],
  3918.             'App\\Controller\\Heimdall\\PostUserPortalConfigurationController::__invoke' => ['privates''.service_locator.lIQKUVs''get_ServiceLocator_LIQKUVsService'false],
  3919.             'App\\Controller\\Heimdall\\PutUserPortalConfigurationController::__invoke' => ['privates''.service_locator.MJfLpWQ''get_ServiceLocator_MJfLpWQService'false],
  3920.             'App\\Controller\\LegalEntityController::getByContract' => ['privates''.service_locator.q5v8lVw''get_ServiceLocator_Q5v8lVwService'false],
  3921.             'App\\Controller\\Mdm\\ContractBasemapController::__invoke' => ['privates''.service_locator.FdY21tv''get_ServiceLocator_FdY21tvService'false],
  3922.             'App\\Controller\\Mdm\\ContractInfoController::__invoke' => ['privates''.service_locator.jnGojKV''get_ServiceLocator_JnGojKVService'false],
  3923.             'App\\Controller\\Mdm\\GetAdministrativeDivision::__invoke' => ['privates''.service_locator.qB3afhn''get_ServiceLocator_QB3afhnService'false],
  3924.             'App\\Controller\\Mdm\\GetMunicipalities::__invoke' => ['privates''.service_locator.qB3afhn''get_ServiceLocator_QB3afhnService'false],
  3925.             'App\\Controller\\Mdm\\GetSiteConfigurationController::__invoke' => ['privates''.service_locator.qB3afhn''get_ServiceLocator_QB3afhnService'false],
  3926.             'App\\Controller\\Mdm\\GetTermsOfUseController::__invoke' => ['privates''.service_locator.yFEeKLz''get_ServiceLocator_YFEeKLzService'false],
  3927.             'App\\Controller\\Mdm\\PortalConfigurationController::getPortalConfiguration' => ['privates''.service_locator.S6rIrJM''get_ServiceLocator_S6rIrJMService'false],
  3928.             'App\\Controller\\Mdm\\PostSiteConfigurationController::__invoke' => ['privates''.service_locator.qB3afhn''get_ServiceLocator_QB3afhnService'false],
  3929.             'App\\Controller\\Mdm\\PutSiteConfigurationController::__invoke' => ['privates''.service_locator.qB3afhn''get_ServiceLocator_QB3afhnService'false],
  3930.             'App\\Controller\\OrganizationController::getOrganizationsByUserId' => ['privates''.service_locator.DQTC1IC''get_ServiceLocator_DQTC1ICService'false],
  3931.             'App\\Controller\\PublicConfigurationController::getRealm' => ['privates''.service_locator.w_wqjci''get_ServiceLocator_WWqjciService'false],
  3932.             'App\\Controller\\PublicSpacePlanner\\NatureController::__invoke' => ['privates''.service_locator.npSm1tw''get_ServiceLocator_NpSm1twService'false],
  3933.             'App\\Controller\\Request\\RequestController::mapRequest' => ['privates''.service_locator.0wdVvHP''get_ServiceLocator_0wdVvHPService'false],
  3934.             'App\\Controller\\UserController::getUserById' => ['privates''.service_locator.ivGR2Pd''get_ServiceLocator_IvGR2PdService'false],
  3935.             'App\\Controller\\Vdm\\HydrometryController::getHydrometry' => ['privates''.service_locator.b220fOg''get_ServiceLocator_B220fOgService'false],
  3936.             'App\\Controller\\Vdm\\InterventionController::__invoke' => ['privates''.service_locator.vymPrEp''get_ServiceLocator_VymPrEpService'false],
  3937.             'App\\Controller\\Vdm\\InterventionCountController::getInterventionUserCountByStatusAction' => ['privates''.service_locator.h0xnRdD''get_ServiceLocator_H0xnRdDService'false],
  3938.             'App\\Controller\\Vdm\\WaterCycleController::getWaterCycle' => ['privates''.service_locator.b220fOg''get_ServiceLocator_B220fOgService'false],
  3939.             'App\\Controller\\Vdm\\WaterQualityController::getWaterQuality' => ['privates''.service_locator.fCtv_lV''get_ServiceLocator_FCtvLVService'false],
  3940.             'App\\Testing\\TestingController::testLogin' => ['privates''.service_locator.tIGP9HE''get_ServiceLocator_TIGP9HEService'false],
  3941.             'kernel::loadRoutes' => ['privates''.service_locator.KfbR3DY''get_ServiceLocator_KfbR3DYService'false],
  3942.             'kernel::registerContainerConfiguration' => ['privates''.service_locator.KfbR3DY''get_ServiceLocator_KfbR3DYService'false],
  3943.             'App\\Controller\\ApplicationController:connectToExternalApplication' => ['privates''.service_locator.uBz9SFb''get_ServiceLocator_UBz9SFbService'false],
  3944.             'App\\Controller\\ApplicationController:connectToExternalApplicationLegacy' => ['privates''.service_locator.898ixUB''get_ServiceLocator_898ixUBService'false],
  3945.             'App\\Controller\\ApplicationController:createConfiguration' => ['privates''.service_locator.aYfRApV''get_ServiceLocator_AYfRApVService'false],
  3946.             'App\\Controller\\ApplicationController:deleteConfiguration' => ['privates''.service_locator.aYfRApV''get_ServiceLocator_AYfRApVService'false],
  3947.             'App\\Controller\\ApplicationController:getApplications' => ['privates''.service_locator.uBz9SFb''get_ServiceLocator_UBz9SFbService'false],
  3948.             'App\\Controller\\ApplicationController:getConfigurationsByUser' => ['privates''.service_locator.aYfRApV''get_ServiceLocator_AYfRApVService'false],
  3949.             'App\\Controller\\ApplicationController:updateConfiguration' => ['privates''.service_locator.aYfRApV''get_ServiceLocator_AYfRApVService'false],
  3950.             'App\\Controller\\AreaController:createAreasFromAdministrativeDivision' => ['privates''.service_locator.3g7Rc5G''get_ServiceLocator_3g7Rc5GService'false],
  3951.             'App\\Controller\\AreaController:createAreasFromGeoJsonFile' => ['privates''.service_locator.U71WLOm''get_ServiceLocator_U71WLOmService'false],
  3952.             'App\\Controller\\AreaController:getAreasByOrganization' => ['privates''.service_locator.A4vn3pv''get_ServiceLocator_A4vn3pvService'false],
  3953.             'App\\Controller\\AreaController:getAreasOrganizations' => ['privates''.service_locator.r5A4iev''get_ServiceLocator_R5A4ievService'false],
  3954.             'App\\Controller\\AreaController:getAreasSkillSets' => ['privates''.service_locator.r5A4iev''get_ServiceLocator_R5A4ievService'false],
  3955.             'App\\Controller\\AreaController:getClientAreas' => ['privates''.service_locator.inlE_7C''get_ServiceLocator_InlE7CService'false],
  3956.             'App\\Controller\\AreaController:getContractArea' => ['privates''.service_locator.A4vn3pv''get_ServiceLocator_A4vn3pvService'false],
  3957.             'App\\Controller\\AreaController:getUserAreas' => ['privates''.service_locator.A4vn3pv''get_ServiceLocator_A4vn3pvService'false],
  3958.             'App\\Controller\\AreaController:getUserAreasByContract' => ['privates''.service_locator.vqLiAox''get_ServiceLocator_VqLiAoxService'false],
  3959.             'App\\Controller\\AreaController:getUserGeoShapes' => ['privates''.service_locator.koFje6o''get_ServiceLocator_KoFje6oService'false],
  3960.             'App\\Controller\\CategoryController:getCategoriesByArea' => ['privates''.service_locator.wcOWKhG''get_ServiceLocator_WcOWKhGService'false],
  3961.             'App\\Controller\\CategoryController:getCategoriesByContract' => ['privates''.service_locator.wcOWKhG''get_ServiceLocator_WcOWKhGService'false],
  3962.             'App\\Controller\\CategoryController:getFilteredCategories' => ['privates''.service_locator.wcOWKhG''get_ServiceLocator_WcOWKhGService'false],
  3963.             'App\\Controller\\ContractController:createContractWithSubEntities' => ['privates''.service_locator.5xw8J9e''get_ServiceLocator_5xw8J9eService'false],
  3964.             'App\\Controller\\ContractController:getContracts' => ['privates''.service_locator.1jxaPyK''get_ServiceLocator_1jxaPyKService'false],
  3965.             'App\\Controller\\ContractController:getContractsByUser' => ['privates''.service_locator.jMfHLi9''get_ServiceLocator_JMfHLi9Service'false],
  3966.             'App\\Controller\\Heimdall\\GetUserPortalConfigurationByCodeController:__invoke' => ['privates''.service_locator.MJfLpWQ''get_ServiceLocator_MJfLpWQService'false],
  3967.             'App\\Controller\\Heimdall\\GetUserPortalConfigurationByCodeController' => ['privates''.service_locator.MJfLpWQ''get_ServiceLocator_MJfLpWQService'false],
  3968.             'App\\Controller\\Heimdall\\PermissionsAdminController:__invoke' => ['privates''.service_locator.SjwolJP''get_ServiceLocator_SjwolJPService'false],
  3969.             'App\\Controller\\Heimdall\\PermissionsAdminController' => ['privates''.service_locator.SjwolJP''get_ServiceLocator_SjwolJPService'false],
  3970.             'App\\Controller\\Heimdall\\PermissionsUserController:__invoke' => ['privates''.service_locator.SjwolJP''get_ServiceLocator_SjwolJPService'false],
  3971.             'App\\Controller\\Heimdall\\PermissionsUserController' => ['privates''.service_locator.SjwolJP''get_ServiceLocator_SjwolJPService'false],
  3972.             'App\\Controller\\Heimdall\\PostUserPortalConfigurationController:__invoke' => ['privates''.service_locator.lIQKUVs''get_ServiceLocator_LIQKUVsService'false],
  3973.             'App\\Controller\\Heimdall\\PostUserPortalConfigurationController' => ['privates''.service_locator.lIQKUVs''get_ServiceLocator_LIQKUVsService'false],
  3974.             'App\\Controller\\Heimdall\\PutUserPortalConfigurationController:__invoke' => ['privates''.service_locator.MJfLpWQ''get_ServiceLocator_MJfLpWQService'false],
  3975.             'App\\Controller\\Heimdall\\PutUserPortalConfigurationController' => ['privates''.service_locator.MJfLpWQ''get_ServiceLocator_MJfLpWQService'false],
  3976.             'App\\Controller\\LegalEntityController:getByContract' => ['privates''.service_locator.q5v8lVw''get_ServiceLocator_Q5v8lVwService'false],
  3977.             'App\\Controller\\Mdm\\ContractBasemapController:__invoke' => ['privates''.service_locator.FdY21tv''get_ServiceLocator_FdY21tvService'false],
  3978.             'App\\Controller\\Mdm\\ContractBasemapController' => ['privates''.service_locator.FdY21tv''get_ServiceLocator_FdY21tvService'false],
  3979.             'App\\Controller\\Mdm\\ContractInfoController:__invoke' => ['privates''.service_locator.jnGojKV''get_ServiceLocator_JnGojKVService'false],
  3980.             'App\\Controller\\Mdm\\ContractInfoController' => ['privates''.service_locator.jnGojKV''get_ServiceLocator_JnGojKVService'false],
  3981.             'App\\Controller\\Mdm\\GetAdministrativeDivision:__invoke' => ['privates''.service_locator.qB3afhn''get_ServiceLocator_QB3afhnService'false],
  3982.             'App\\Controller\\Mdm\\GetAdministrativeDivision' => ['privates''.service_locator.qB3afhn''get_ServiceLocator_QB3afhnService'false],
  3983.             'App\\Controller\\Mdm\\GetMunicipalities:__invoke' => ['privates''.service_locator.qB3afhn''get_ServiceLocator_QB3afhnService'false],
  3984.             'App\\Controller\\Mdm\\GetMunicipalities' => ['privates''.service_locator.qB3afhn''get_ServiceLocator_QB3afhnService'false],
  3985.             'App\\Controller\\Mdm\\GetSiteConfigurationController:__invoke' => ['privates''.service_locator.qB3afhn''get_ServiceLocator_QB3afhnService'false],
  3986.             'App\\Controller\\Mdm\\GetSiteConfigurationController' => ['privates''.service_locator.qB3afhn''get_ServiceLocator_QB3afhnService'false],
  3987.             'App\\Controller\\Mdm\\GetTermsOfUseController:__invoke' => ['privates''.service_locator.yFEeKLz''get_ServiceLocator_YFEeKLzService'false],
  3988.             'App\\Controller\\Mdm\\GetTermsOfUseController' => ['privates''.service_locator.yFEeKLz''get_ServiceLocator_YFEeKLzService'false],
  3989.             'App\\Controller\\Mdm\\PortalConfigurationController:getPortalConfiguration' => ['privates''.service_locator.S6rIrJM''get_ServiceLocator_S6rIrJMService'false],
  3990.             'App\\Controller\\Mdm\\PostSiteConfigurationController:__invoke' => ['privates''.service_locator.qB3afhn''get_ServiceLocator_QB3afhnService'false],
  3991.             'App\\Controller\\Mdm\\PostSiteConfigurationController' => ['privates''.service_locator.qB3afhn''get_ServiceLocator_QB3afhnService'false],
  3992.             'App\\Controller\\Mdm\\PutSiteConfigurationController:__invoke' => ['privates''.service_locator.qB3afhn''get_ServiceLocator_QB3afhnService'false],
  3993.             'App\\Controller\\Mdm\\PutSiteConfigurationController' => ['privates''.service_locator.qB3afhn''get_ServiceLocator_QB3afhnService'false],
  3994.             'App\\Controller\\OrganizationController:getOrganizationsByUserId' => ['privates''.service_locator.DQTC1IC''get_ServiceLocator_DQTC1ICService'false],
  3995.             'App\\Controller\\PublicConfigurationController:getRealm' => ['privates''.service_locator.w_wqjci''get_ServiceLocator_WWqjciService'false],
  3996.             'App\\Controller\\PublicSpacePlanner\\NatureController:__invoke' => ['privates''.service_locator.npSm1tw''get_ServiceLocator_NpSm1twService'false],
  3997.             'App\\Controller\\PublicSpacePlanner\\NatureController' => ['privates''.service_locator.npSm1tw''get_ServiceLocator_NpSm1twService'false],
  3998.             'App\\Controller\\Request\\RequestController:mapRequest' => ['privates''.service_locator.0wdVvHP''get_ServiceLocator_0wdVvHPService'false],
  3999.             'App\\Controller\\UserController:getUserById' => ['privates''.service_locator.ivGR2Pd''get_ServiceLocator_IvGR2PdService'false],
  4000.             'App\\Controller\\Vdm\\HydrometryController:getHydrometry' => ['privates''.service_locator.b220fOg''get_ServiceLocator_B220fOgService'false],
  4001.             'App\\Controller\\Vdm\\InterventionController:__invoke' => ['privates''.service_locator.vymPrEp''get_ServiceLocator_VymPrEpService'false],
  4002.             'App\\Controller\\Vdm\\InterventionController' => ['privates''.service_locator.vymPrEp''get_ServiceLocator_VymPrEpService'false],
  4003.             'App\\Controller\\Vdm\\InterventionCountController:getInterventionUserCountByStatusAction' => ['privates''.service_locator.h0xnRdD''get_ServiceLocator_H0xnRdDService'false],
  4004.             'App\\Controller\\Vdm\\WaterCycleController:getWaterCycle' => ['privates''.service_locator.b220fOg''get_ServiceLocator_B220fOgService'false],
  4005.             'App\\Controller\\Vdm\\WaterQualityController:getWaterQuality' => ['privates''.service_locator.fCtv_lV''get_ServiceLocator_FCtvLVService'false],
  4006.             'App\\Testing\\TestingController:testLogin' => ['privates''.service_locator.tIGP9HE''get_ServiceLocator_TIGP9HEService'false],
  4007.             'kernel:loadRoutes' => ['privates''.service_locator.KfbR3DY''get_ServiceLocator_KfbR3DYService'false],
  4008.             'kernel:registerContainerConfiguration' => ['privates''.service_locator.KfbR3DY''get_ServiceLocator_KfbR3DYService'false],
  4009.         ], [
  4010.             'App\\Controller\\ApplicationController::connectToExternalApplication' => '?',
  4011.             'App\\Controller\\ApplicationController::connectToExternalApplicationLegacy' => '?',
  4012.             'App\\Controller\\ApplicationController::createConfiguration' => '?',
  4013.             'App\\Controller\\ApplicationController::deleteConfiguration' => '?',
  4014.             'App\\Controller\\ApplicationController::getApplications' => '?',
  4015.             'App\\Controller\\ApplicationController::getConfigurationsByUser' => '?',
  4016.             'App\\Controller\\ApplicationController::updateConfiguration' => '?',
  4017.             'App\\Controller\\AreaController::createAreasFromAdministrativeDivision' => '?',
  4018.             'App\\Controller\\AreaController::createAreasFromGeoJsonFile' => '?',
  4019.             'App\\Controller\\AreaController::getAreasByOrganization' => '?',
  4020.             'App\\Controller\\AreaController::getAreasOrganizations' => '?',
  4021.             'App\\Controller\\AreaController::getAreasSkillSets' => '?',
  4022.             'App\\Controller\\AreaController::getClientAreas' => '?',
  4023.             'App\\Controller\\AreaController::getContractArea' => '?',
  4024.             'App\\Controller\\AreaController::getUserAreas' => '?',
  4025.             'App\\Controller\\AreaController::getUserAreasByContract' => '?',
  4026.             'App\\Controller\\AreaController::getUserGeoShapes' => '?',
  4027.             'App\\Controller\\CategoryController::getCategoriesByArea' => '?',
  4028.             'App\\Controller\\CategoryController::getCategoriesByContract' => '?',
  4029.             'App\\Controller\\CategoryController::getFilteredCategories' => '?',
  4030.             'App\\Controller\\ContractController::createContractWithSubEntities' => '?',
  4031.             'App\\Controller\\ContractController::getContracts' => '?',
  4032.             'App\\Controller\\ContractController::getContractsByUser' => '?',
  4033.             'App\\Controller\\Heimdall\\GetUserPortalConfigurationByCodeController::__invoke' => '?',
  4034.             'App\\Controller\\Heimdall\\PermissionsAdminController::__invoke' => '?',
  4035.             'App\\Controller\\Heimdall\\PermissionsUserController::__invoke' => '?',
  4036.             'App\\Controller\\Heimdall\\PostUserPortalConfigurationController::__invoke' => '?',
  4037.             'App\\Controller\\Heimdall\\PutUserPortalConfigurationController::__invoke' => '?',
  4038.             'App\\Controller\\LegalEntityController::getByContract' => '?',
  4039.             'App\\Controller\\Mdm\\ContractBasemapController::__invoke' => '?',
  4040.             'App\\Controller\\Mdm\\ContractInfoController::__invoke' => '?',
  4041.             'App\\Controller\\Mdm\\GetAdministrativeDivision::__invoke' => '?',
  4042.             'App\\Controller\\Mdm\\GetMunicipalities::__invoke' => '?',
  4043.             'App\\Controller\\Mdm\\GetSiteConfigurationController::__invoke' => '?',
  4044.             'App\\Controller\\Mdm\\GetTermsOfUseController::__invoke' => '?',
  4045.             'App\\Controller\\Mdm\\PortalConfigurationController::getPortalConfiguration' => '?',
  4046.             'App\\Controller\\Mdm\\PostSiteConfigurationController::__invoke' => '?',
  4047.             'App\\Controller\\Mdm\\PutSiteConfigurationController::__invoke' => '?',
  4048.             'App\\Controller\\OrganizationController::getOrganizationsByUserId' => '?',
  4049.             'App\\Controller\\PublicConfigurationController::getRealm' => '?',
  4050.             'App\\Controller\\PublicSpacePlanner\\NatureController::__invoke' => '?',
  4051.             'App\\Controller\\Request\\RequestController::mapRequest' => '?',
  4052.             'App\\Controller\\UserController::getUserById' => '?',
  4053.             'App\\Controller\\Vdm\\HydrometryController::getHydrometry' => '?',
  4054.             'App\\Controller\\Vdm\\InterventionController::__invoke' => '?',
  4055.             'App\\Controller\\Vdm\\InterventionCountController::getInterventionUserCountByStatusAction' => '?',
  4056.             'App\\Controller\\Vdm\\WaterCycleController::getWaterCycle' => '?',
  4057.             'App\\Controller\\Vdm\\WaterQualityController::getWaterQuality' => '?',
  4058.             'App\\Testing\\TestingController::testLogin' => '?',
  4059.             'kernel::loadRoutes' => '?',
  4060.             'kernel::registerContainerConfiguration' => '?',
  4061.             'App\\Controller\\ApplicationController:connectToExternalApplication' => '?',
  4062.             'App\\Controller\\ApplicationController:connectToExternalApplicationLegacy' => '?',
  4063.             'App\\Controller\\ApplicationController:createConfiguration' => '?',
  4064.             'App\\Controller\\ApplicationController:deleteConfiguration' => '?',
  4065.             'App\\Controller\\ApplicationController:getApplications' => '?',
  4066.             'App\\Controller\\ApplicationController:getConfigurationsByUser' => '?',
  4067.             'App\\Controller\\ApplicationController:updateConfiguration' => '?',
  4068.             'App\\Controller\\AreaController:createAreasFromAdministrativeDivision' => '?',
  4069.             'App\\Controller\\AreaController:createAreasFromGeoJsonFile' => '?',
  4070.             'App\\Controller\\AreaController:getAreasByOrganization' => '?',
  4071.             'App\\Controller\\AreaController:getAreasOrganizations' => '?',
  4072.             'App\\Controller\\AreaController:getAreasSkillSets' => '?',
  4073.             'App\\Controller\\AreaController:getClientAreas' => '?',
  4074.             'App\\Controller\\AreaController:getContractArea' => '?',
  4075.             'App\\Controller\\AreaController:getUserAreas' => '?',
  4076.             'App\\Controller\\AreaController:getUserAreasByContract' => '?',
  4077.             'App\\Controller\\AreaController:getUserGeoShapes' => '?',
  4078.             'App\\Controller\\CategoryController:getCategoriesByArea' => '?',
  4079.             'App\\Controller\\CategoryController:getCategoriesByContract' => '?',
  4080.             'App\\Controller\\CategoryController:getFilteredCategories' => '?',
  4081.             'App\\Controller\\ContractController:createContractWithSubEntities' => '?',
  4082.             'App\\Controller\\ContractController:getContracts' => '?',
  4083.             'App\\Controller\\ContractController:getContractsByUser' => '?',
  4084.             'App\\Controller\\Heimdall\\GetUserPortalConfigurationByCodeController:__invoke' => '?',
  4085.             'App\\Controller\\Heimdall\\GetUserPortalConfigurationByCodeController' => '?',
  4086.             'App\\Controller\\Heimdall\\PermissionsAdminController:__invoke' => '?',
  4087.             'App\\Controller\\Heimdall\\PermissionsAdminController' => '?',
  4088.             'App\\Controller\\Heimdall\\PermissionsUserController:__invoke' => '?',
  4089.             'App\\Controller\\Heimdall\\PermissionsUserController' => '?',
  4090.             'App\\Controller\\Heimdall\\PostUserPortalConfigurationController:__invoke' => '?',
  4091.             'App\\Controller\\Heimdall\\PostUserPortalConfigurationController' => '?',
  4092.             'App\\Controller\\Heimdall\\PutUserPortalConfigurationController:__invoke' => '?',
  4093.             'App\\Controller\\Heimdall\\PutUserPortalConfigurationController' => '?',
  4094.             'App\\Controller\\LegalEntityController:getByContract' => '?',
  4095.             'App\\Controller\\Mdm\\ContractBasemapController:__invoke' => '?',
  4096.             'App\\Controller\\Mdm\\ContractBasemapController' => '?',
  4097.             'App\\Controller\\Mdm\\ContractInfoController:__invoke' => '?',
  4098.             'App\\Controller\\Mdm\\ContractInfoController' => '?',
  4099.             'App\\Controller\\Mdm\\GetAdministrativeDivision:__invoke' => '?',
  4100.             'App\\Controller\\Mdm\\GetAdministrativeDivision' => '?',
  4101.             'App\\Controller\\Mdm\\GetMunicipalities:__invoke' => '?',
  4102.             'App\\Controller\\Mdm\\GetMunicipalities' => '?',
  4103.             'App\\Controller\\Mdm\\GetSiteConfigurationController:__invoke' => '?',
  4104.             'App\\Controller\\Mdm\\GetSiteConfigurationController' => '?',
  4105.             'App\\Controller\\Mdm\\GetTermsOfUseController:__invoke' => '?',
  4106.             'App\\Controller\\Mdm\\GetTermsOfUseController' => '?',
  4107.             'App\\Controller\\Mdm\\PortalConfigurationController:getPortalConfiguration' => '?',
  4108.             'App\\Controller\\Mdm\\PostSiteConfigurationController:__invoke' => '?',
  4109.             'App\\Controller\\Mdm\\PostSiteConfigurationController' => '?',
  4110.             'App\\Controller\\Mdm\\PutSiteConfigurationController:__invoke' => '?',
  4111.             'App\\Controller\\Mdm\\PutSiteConfigurationController' => '?',
  4112.             'App\\Controller\\OrganizationController:getOrganizationsByUserId' => '?',
  4113.             'App\\Controller\\PublicConfigurationController:getRealm' => '?',
  4114.             'App\\Controller\\PublicSpacePlanner\\NatureController:__invoke' => '?',
  4115.             'App\\Controller\\PublicSpacePlanner\\NatureController' => '?',
  4116.             'App\\Controller\\Request\\RequestController:mapRequest' => '?',
  4117.             'App\\Controller\\UserController:getUserById' => '?',
  4118.             'App\\Controller\\Vdm\\HydrometryController:getHydrometry' => '?',
  4119.             'App\\Controller\\Vdm\\InterventionController:__invoke' => '?',
  4120.             'App\\Controller\\Vdm\\InterventionController' => '?',
  4121.             'App\\Controller\\Vdm\\InterventionCountController:getInterventionUserCountByStatusAction' => '?',
  4122.             'App\\Controller\\Vdm\\WaterCycleController:getWaterCycle' => '?',
  4123.             'App\\Controller\\Vdm\\WaterQualityController:getWaterQuality' => '?',
  4124.             'App\\Testing\\TestingController:testLogin' => '?',
  4125.             'kernel:loadRoutes' => '?',
  4126.             'kernel:registerContainerConfiguration' => '?',
  4127.         ]);
  4128.     }
  4129.     /**
  4130.      * Gets the private '.service_locator.MJfLpWQ' shared service.
  4131.      *
  4132.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  4133.      */
  4134.     protected function get_ServiceLocator_MJfLpWQService()
  4135.     {
  4136.         return $this->privates['.service_locator.MJfLpWQ'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4137.             'heimdallManager' => ['privates''App\\Manager\\HeimdallManager''getHeimdallManagerService'false],
  4138.             'normalizer' => ['services''.container.private.serializer''get_Container_Private_SerializerService'false],
  4139.             'portalCode' => ['privates''.value.JdzQ62H''get_Value_JdzQ62HService'false],
  4140.             'security' => ['privates''security.helper''getSecurity_HelperService'false],
  4141.         ], [
  4142.             'heimdallManager' => 'App\\Manager\\HeimdallManager',
  4143.             'normalizer' => '?',
  4144.             'portalCode' => '?',
  4145.             'security' => '?',
  4146.         ]);
  4147.     }
  4148.     /**
  4149.      * Gets the private '.service_locator.S6rIrJM' shared service.
  4150.      *
  4151.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  4152.      */
  4153.     protected function get_ServiceLocator_S6rIrJMService()
  4154.     {
  4155.         return $this->privates['.service_locator.S6rIrJM'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4156.             'portalCode' => ['privates''.value.JdzQ62H''get_Value_JdzQ62HService'false],
  4157.         ], [
  4158.             'portalCode' => '?',
  4159.         ]);
  4160.     }
  4161.     /**
  4162.      * Gets the private '.service_locator.SjwolJP' shared service.
  4163.      *
  4164.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  4165.      */
  4166.     protected function get_ServiceLocator_SjwolJPService()
  4167.     {
  4168.         return $this->privates['.service_locator.SjwolJP'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4169.             'heimdallManager' => ['privates''App\\Manager\\HeimdallManager''getHeimdallManagerService'false],
  4170.             'normalizer' => ['services''.container.private.serializer''get_Container_Private_SerializerService'false],
  4171.             'security' => ['privates''security.helper''getSecurity_HelperService'false],
  4172.         ], [
  4173.             'heimdallManager' => 'App\\Manager\\HeimdallManager',
  4174.             'normalizer' => '?',
  4175.             'security' => '?',
  4176.         ]);
  4177.     }
  4178.     /**
  4179.      * Gets the private '.service_locator.U71WLOm' shared service.
  4180.      *
  4181.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  4182.      */
  4183.     protected function get_ServiceLocator_U71WLOmService()
  4184.     {
  4185.         return $this->privates['.service_locator.U71WLOm'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4186.             'adminImportManager' => ['privates''App\\Manager\\Admin\\AdminImportManager''getAdminImportManagerService'false],
  4187.         ], [
  4188.             'adminImportManager' => '?',
  4189.         ]);
  4190.     }
  4191.     /**
  4192.      * Gets the private '.service_locator.Y4J.A.e' shared service.
  4193.      *
  4194.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  4195.      */
  4196.     protected function get_ServiceLocator_Y4J_A_EService()
  4197.     {
  4198.         return $this->privates['.service_locator.Y4J.A.e'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4199.             'failed' => ['privates''messenger.transport.failed''getMessenger_Transport_FailedService'false],
  4200.         ], [
  4201.             'failed' => '?',
  4202.         ]);
  4203.     }
  4204.     /**
  4205.      * Gets the private '.service_locator.aYfRApV' shared service.
  4206.      *
  4207.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  4208.      */
  4209.     protected function get_ServiceLocator_AYfRApVService()
  4210.     {
  4211.         return $this->privates['.service_locator.aYfRApV'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4212.             'organizationManager' => ['privates''App\\Manager\\OrganizationManager''getOrganizationManagerService'false],
  4213.         ], [
  4214.             'organizationManager' => '?',
  4215.         ]);
  4216.     }
  4217.     /**
  4218.      * Gets the private '.service_locator.b220fOg' shared service.
  4219.      *
  4220.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  4221.      */
  4222.     protected function get_ServiceLocator_B220fOgService()
  4223.     {
  4224.         return $this->privates['.service_locator.b220fOg'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4225.             'mdmManager' => ['privates''App\\Manager\\MdmManager''getMdmManagerService'false],
  4226.             'normalizer' => ['services''.container.private.serializer''get_Container_Private_SerializerService'false],
  4227.             'vdmHelper' => ['privates''App\\Helper\\Vdm\\VdmHelper''getVdmHelperService'false],
  4228.         ], [
  4229.             'mdmManager' => '?',
  4230.             'normalizer' => '?',
  4231.             'vdmHelper' => 'App\\Helper\\Vdm\\VdmHelper',
  4232.         ]);
  4233.     }
  4234.     /**
  4235.      * Gets the private '.service_locator.fCtv_lV' shared service.
  4236.      *
  4237.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  4238.      */
  4239.     protected function get_ServiceLocator_FCtvLVService()
  4240.     {
  4241.         return $this->privates['.service_locator.fCtv_lV'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4242.             'mdmManager' => ['privates''App\\Manager\\MdmManager''getMdmManagerService'false],
  4243.             'organizationManager' => ['privates''App\\Manager\\OrganizationManager''getOrganizationManagerService'false],
  4244.             'vdmManager' => ['privates''App\\Manager\\VdmManager''getVdmManagerService'false],
  4245.         ], [
  4246.             'mdmManager' => '?',
  4247.             'organizationManager' => '?',
  4248.             'vdmManager' => 'App\\Manager\\VdmManager',
  4249.         ]);
  4250.     }
  4251.     /**
  4252.      * Gets the private '.service_locator.h0xnRdD' shared service.
  4253.      *
  4254.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  4255.      */
  4256.     protected function get_ServiceLocator_H0xnRdDService()
  4257.     {
  4258.         return $this->privates['.service_locator.h0xnRdD'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4259.             'areaManager' => ['privates''App\\Manager\\AreaManager''getAreaManagerService'false],
  4260.             'security' => ['privates''security.helper''getSecurity_HelperService'false],
  4261.             'vdmManager' => ['privates''App\\Manager\\VdmManager''getVdmManagerService'false],
  4262.         ], [
  4263.             'areaManager' => 'App\\Manager\\AreaManager',
  4264.             'security' => '?',
  4265.             'vdmManager' => 'App\\Manager\\VdmManager',
  4266.         ]);
  4267.     }
  4268.     /**
  4269.      * Gets the private '.service_locator.inlE_7C' shared service.
  4270.      *
  4271.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  4272.      */
  4273.     protected function get_ServiceLocator_InlE7CService()
  4274.     {
  4275.         return $this->privates['.service_locator.inlE_7C'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4276.             'adminManager' => ['privates''App\\Manager\\Admin\\AdminManager''getAdminManagerService'false],
  4277.             'normalizer' => ['services''.container.private.serializer''get_Container_Private_SerializerService'false],
  4278.         ], [
  4279.             'adminManager' => '?',
  4280.             'normalizer' => '?',
  4281.         ]);
  4282.     }
  4283.     /**
  4284.      * Gets the private '.service_locator.ivGR2Pd' shared service.
  4285.      *
  4286.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  4287.      */
  4288.     protected function get_ServiceLocator_IvGR2PdService()
  4289.     {
  4290.         return $this->privates['.service_locator.ivGR2Pd'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4291.             'contractManager' => ['privates''App\\Manager\\ContractManager''getContractManagerService'false],
  4292.         ], [
  4293.             'contractManager' => '?',
  4294.         ]);
  4295.     }
  4296.     /**
  4297.      * Gets the private '.service_locator.jMfHLi9' shared service.
  4298.      *
  4299.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  4300.      */
  4301.     protected function get_ServiceLocator_JMfHLi9Service()
  4302.     {
  4303.         return $this->privates['.service_locator.jMfHLi9'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4304.             'security' => ['privates''security.helper''getSecurity_HelperService'false],
  4305.             'userManager' => ['privates''App\\Manager\\UserManager''getUserManagerService'false],
  4306.         ], [
  4307.             'security' => '?',
  4308.             'userManager' => '?',
  4309.         ]);
  4310.     }
  4311.     /**
  4312.      * Gets the private '.service_locator.jnGojKV' shared service.
  4313.      *
  4314.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  4315.      */
  4316.     protected function get_ServiceLocator_JnGojKVService()
  4317.     {
  4318.         return $this->privates['.service_locator.jnGojKV'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4319.             'heimdallHelper' => ['privates''App\\Helper\\Heimdall\\HeimdallHelper''getHeimdallHelperService'false],
  4320.             'heimdallManager' => ['privates''App\\Manager\\HeimdallManager''getHeimdallManagerService'false],
  4321.             'mdmHelper' => ['privates''App\\Helper\\Mdm\\MdmHelper''getMdmHelperService'false],
  4322.             'security' => ['privates''security.helper''getSecurity_HelperService'false],
  4323.         ], [
  4324.             'heimdallHelper' => 'App\\Helper\\Heimdall\\HeimdallHelper',
  4325.             'heimdallManager' => '?',
  4326.             'mdmHelper' => 'App\\Helper\\Mdm\\MdmHelper',
  4327.             'security' => '?',
  4328.         ]);
  4329.     }
  4330.     /**
  4331.      * Gets the private '.service_locator.koFje6o' shared service.
  4332.      *
  4333.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  4334.      */
  4335.     protected function get_ServiceLocator_KoFje6oService()
  4336.     {
  4337.         return $this->privates['.service_locator.koFje6o'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4338.             'areaManager' => ['privates''App\\Manager\\AreaManager''getAreaManagerService'false],
  4339.             'normalizer' => ['services''.container.private.serializer''get_Container_Private_SerializerService'false],
  4340.             'userManager' => ['privates''App\\Manager\\UserManager''getUserManagerService'false],
  4341.         ], [
  4342.             'areaManager' => '?',
  4343.             'normalizer' => '?',
  4344.             'userManager' => '?',
  4345.         ]);
  4346.     }
  4347.     /**
  4348.      * Gets the private '.service_locator.lIQKUVs' shared service.
  4349.      *
  4350.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  4351.      */
  4352.     protected function get_ServiceLocator_LIQKUVsService()
  4353.     {
  4354.         return $this->privates['.service_locator.lIQKUVs'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4355.             'heimdallManager' => ['privates''App\\Manager\\HeimdallManager''getHeimdallManagerService'false],
  4356.             'normalizer' => ['services''.container.private.serializer''get_Container_Private_SerializerService'false],
  4357.             'portalCode' => ['privates''.value.JdzQ62H''get_Value_JdzQ62HService'false],
  4358.             'router' => ['services''router''getRouterService'false],
  4359.             'security' => ['privates''security.helper''getSecurity_HelperService'false],
  4360.         ], [
  4361.             'heimdallManager' => 'App\\Manager\\HeimdallManager',
  4362.             'normalizer' => '?',
  4363.             'portalCode' => '?',
  4364.             'router' => '?',
  4365.             'security' => '?',
  4366.         ]);
  4367.     }
  4368.     /**
  4369.      * Gets the private '.service_locator.npSm1tw' shared service.
  4370.      *
  4371.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  4372.      */
  4373.     protected function get_ServiceLocator_NpSm1twService()
  4374.     {
  4375.         return $this->privates['.service_locator.npSm1tw'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4376.             'publicSpacePlannerManager' => ['privates''App\\Manager\\PublicSpacePlannerManager''getPublicSpacePlannerManagerService'false],
  4377.         ], [
  4378.             'publicSpacePlannerManager' => 'App\\Manager\\PublicSpacePlannerManager',
  4379.         ]);
  4380.     }
  4381.     /**
  4382.      * Gets the private '.service_locator.q5v8lVw' shared service.
  4383.      *
  4384.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  4385.      */
  4386.     protected function get_ServiceLocator_Q5v8lVwService()
  4387.     {
  4388.         return $this->privates['.service_locator.q5v8lVw'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4389.             'legalEntityManager' => ['privates''App\\Manager\\LegalEntityManager''getLegalEntityManagerService'false],
  4390.             'normalizer' => ['services''.container.private.serializer''get_Container_Private_SerializerService'false],
  4391.         ], [
  4392.             'legalEntityManager' => 'App\\Manager\\LegalEntityManager',
  4393.             'normalizer' => '?',
  4394.         ]);
  4395.     }
  4396.     /**
  4397.      * Gets the private '.service_locator.qB3afhn' shared service.
  4398.      *
  4399.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  4400.      */
  4401.     protected function get_ServiceLocator_QB3afhnService()
  4402.     {
  4403.         return $this->privates['.service_locator.qB3afhn'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4404.             'mdmManager' => ['privates''App\\Manager\\MdmManager''getMdmManagerService'false],
  4405.             'normalizer' => ['services''.container.private.serializer''get_Container_Private_SerializerService'false],
  4406.         ], [
  4407.             'mdmManager' => '?',
  4408.             'normalizer' => '?',
  4409.         ]);
  4410.     }
  4411.     /**
  4412.      * Gets the private '.service_locator.r5A4iev' shared service.
  4413.      *
  4414.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  4415.      */
  4416.     protected function get_ServiceLocator_R5A4ievService()
  4417.     {
  4418.         return $this->privates['.service_locator.r5A4iev'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4419.             'areaManager' => ['privates''App\\Manager\\AreaManager''getAreaManagerService'false],
  4420.         ], [
  4421.             'areaManager' => '?',
  4422.         ]);
  4423.     }
  4424.     /**
  4425.      * Gets the private '.service_locator.rHvgM8T' shared service.
  4426.      *
  4427.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  4428.      */
  4429.     protected function get_ServiceLocator_RHvgM8TService()
  4430.     {
  4431.         return $this->privates['.service_locator.rHvgM8T'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4432.             'form.factory' => ['services''.container.private.form.factory''get_Container_Private_Form_FactoryService'false],
  4433.             'http_kernel' => ['services''http_kernel''getHttpKernelService'false],
  4434.             'message_bus' => ['services''messenger.default_bus''getMessenger_DefaultBusService'false],
  4435.             'messenger.default_bus' => ['services''messenger.default_bus''getMessenger_DefaultBusService'false],
  4436.             'parameter_bag' => ['privates''parameter_bag''getParameterBagService'false],
  4437.             'request_stack' => ['services''request_stack''getRequestStackService'false],
  4438.             'router' => ['services''router''getRouterService'false],
  4439.             'security.authorization_checker' => ['services''.container.private.security.authorization_checker''get_Container_Private_Security_AuthorizationCheckerService'false],
  4440.             'security.token_storage' => ['services''.container.private.security.token_storage''get_Container_Private_Security_TokenStorageService'false],
  4441.             'serializer' => ['services''.container.private.serializer''get_Container_Private_SerializerService'false],
  4442.             'session' => ['privates''.session.deprecated''get_Session_DeprecatedService'false],
  4443.             'twig' => ['services''.container.private.twig''get_Container_Private_TwigService'false],
  4444.         ], [
  4445.             'form.factory' => '?',
  4446.             'http_kernel' => '?',
  4447.             'message_bus' => '?',
  4448.             'messenger.default_bus' => '?',
  4449.             'parameter_bag' => '?',
  4450.             'request_stack' => '?',
  4451.             'router' => '?',
  4452.             'security.authorization_checker' => '?',
  4453.             'security.token_storage' => '?',
  4454.             'serializer' => '?',
  4455.             'session' => '.session.deprecated',
  4456.             'twig' => '?',
  4457.         ]);
  4458.     }
  4459.     /**
  4460.      * Gets the private '.service_locator.tIGP9HE' shared service.
  4461.      *
  4462.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  4463.      */
  4464.     protected function get_ServiceLocator_TIGP9HEService()
  4465.     {
  4466.         return $this->privates['.service_locator.tIGP9HE'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4467.             'authHandler' => ['privates''lexik_jwt_authentication.handler.authentication_success''getLexikJwtAuthentication_Handler_AuthenticationSuccessService'false],
  4468.             'jwtManager' => ['services''lexik_jwt_authentication.jwt_manager''getLexikJwtAuthentication_JwtManagerService'false],
  4469.         ], [
  4470.             'authHandler' => '?',
  4471.             'jwtManager' => '?',
  4472.         ]);
  4473.     }
  4474.     /**
  4475.      * Gets the private '.service_locator.uBz9SFb' shared service.
  4476.      *
  4477.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  4478.      */
  4479.     protected function get_ServiceLocator_UBz9SFbService()
  4480.     {
  4481.         return $this->privates['.service_locator.uBz9SFb'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4482.             'applicationRegistry' => ['privates''App\\Application\\ApplicationRegistry''getApplicationRegistryService'false],
  4483.         ], [
  4484.             'applicationRegistry' => 'App\\Application\\ApplicationRegistry',
  4485.         ]);
  4486.     }
  4487.     /**
  4488.      * Gets the private '.service_locator.vqLiAox' shared service.
  4489.      *
  4490.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  4491.      */
  4492.     protected function get_ServiceLocator_VqLiAoxService()
  4493.     {
  4494.         return $this->privates['.service_locator.vqLiAox'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4495.             'normalizer' => ['services''.container.private.serializer''get_Container_Private_SerializerService'false],
  4496.         ], [
  4497.             'normalizer' => '?',
  4498.         ]);
  4499.     }
  4500.     /**
  4501.      * Gets the private '.service_locator.vymPrEp' shared service.
  4502.      *
  4503.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  4504.      */
  4505.     protected function get_ServiceLocator_VymPrEpService()
  4506.     {
  4507.         return $this->privates['.service_locator.vymPrEp'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4508.             'areaManager' => ['privates''App\\Manager\\AreaManager''getAreaManagerService'false],
  4509.             'heimdallHelper' => ['privates''App\\Helper\\Heimdall\\HeimdallHelper''getHeimdallHelperService'false],
  4510.             'heimdallManager' => ['privates''App\\Manager\\HeimdallManager''getHeimdallManagerService'false],
  4511.             'normalizer' => ['services''.container.private.serializer''get_Container_Private_SerializerService'false],
  4512.             'security' => ['privates''security.helper''getSecurity_HelperService'false],
  4513.             'vdmManager' => ['privates''App\\Manager\\VdmManager''getVdmManagerService'false],
  4514.         ], [
  4515.             'areaManager' => 'App\\Manager\\AreaManager',
  4516.             'heimdallHelper' => 'App\\Helper\\Heimdall\\HeimdallHelper',
  4517.             'heimdallManager' => 'App\\Manager\\HeimdallManager',
  4518.             'normalizer' => '?',
  4519.             'security' => '?',
  4520.             'vdmManager' => 'App\\Manager\\VdmManager',
  4521.         ]);
  4522.     }
  4523.     /**
  4524.      * Gets the private '.service_locator.wOqRTqV' shared service.
  4525.      *
  4526.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  4527.      */
  4528.     protected function get_ServiceLocator_WOqRTqVService()
  4529.     {
  4530.         return $this->privates['.service_locator.wOqRTqV'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4531.             'security.firewall.map.context.api' => ['privates''security.firewall.map.context.api''getSecurity_Firewall_Map_Context_ApiService'false],
  4532.             'security.firewall.map.context.apidoc' => ['privates''security.firewall.map.context.apidoc''getSecurity_Firewall_Map_Context_ApidocService'false],
  4533.             'security.firewall.map.context.apipublic' => ['privates''security.firewall.map.context.apipublic''getSecurity_Firewall_Map_Context_ApipublicService'false],
  4534.             'security.firewall.map.context.dev' => ['privates''security.firewall.map.context.dev''getSecurity_Firewall_Map_Context_DevService'false],
  4535.             'security.firewall.map.context.external_app_connect' => ['privates''security.firewall.map.context.external_app_connect''getSecurity_Firewall_Map_Context_ExternalAppConnectService'false],
  4536.             'security.firewall.map.context.main' => ['privates''security.firewall.map.context.main''getSecurity_Firewall_Map_Context_MainService'false],
  4537.         ], [
  4538.             'security.firewall.map.context.api' => '?',
  4539.             'security.firewall.map.context.apidoc' => '?',
  4540.             'security.firewall.map.context.apipublic' => '?',
  4541.             'security.firewall.map.context.dev' => '?',
  4542.             'security.firewall.map.context.external_app_connect' => '?',
  4543.             'security.firewall.map.context.main' => '?',
  4544.         ]);
  4545.     }
  4546.     /**
  4547.      * Gets the private '.service_locator.w_wqjci' shared service.
  4548.      *
  4549.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  4550.      */
  4551.     protected function get_ServiceLocator_WWqjciService()
  4552.     {
  4553.         return $this->privates['.service_locator.w_wqjci'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4554.             'configurationManager' => ['privates''App\\Manager\\ConfigurationManager''getConfigurationManagerService'false],
  4555.         ], [
  4556.             'configurationManager' => '?',
  4557.         ]);
  4558.     }
  4559.     /**
  4560.      * Gets the private '.service_locator.wcOWKhG' shared service.
  4561.      *
  4562.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  4563.      */
  4564.     protected function get_ServiceLocator_WcOWKhGService()
  4565.     {
  4566.         return $this->privates['.service_locator.wcOWKhG'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4567.             'categoryManager' => ['privates''App\\Manager\\CategoryManager''getCategoryManagerService'false],
  4568.             'normalizer' => ['services''.container.private.serializer''get_Container_Private_SerializerService'false],
  4569.         ], [
  4570.             'categoryManager' => '?',
  4571.             'normalizer' => '?',
  4572.         ]);
  4573.     }
  4574.     /**
  4575.      * Gets the private '.service_locator.yFEeKLz' shared service.
  4576.      *
  4577.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  4578.      */
  4579.     protected function get_ServiceLocator_YFEeKLzService()
  4580.     {
  4581.         return $this->privates['.service_locator.yFEeKLz'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4582.             'mdmManager' => ['privates''App\\Manager\\MdmManager''getMdmManagerService'false],
  4583.         ], [
  4584.             'mdmManager' => '?',
  4585.         ]);
  4586.     }
  4587.     /**
  4588.      * Gets the private '.session.deprecated' shared service.
  4589.      *
  4590.      * @return \Symfony\Component\HttpFoundation\Session\SessionInterface
  4591.      */
  4592.     protected function get_Session_DeprecatedService()
  4593.     {
  4594.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/SessionInterface.php';
  4595.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Session/DeprecatedSessionFactory.php';
  4596.         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();
  4597.     }
  4598.     /**
  4599.      * Gets the private '.twig.command.debug.lazy' shared service.
  4600.      *
  4601.      * @return \Symfony\Component\Console\Command\LazyCommand
  4602.      */
  4603.     protected function get_Twig_Command_Debug_LazyService()
  4604.     {
  4605.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4606.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  4607.         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 {
  4608.             return ($this->privates['twig.command.debug'] ?? $this->getTwig_Command_DebugService());
  4609.         });
  4610.     }
  4611.     /**
  4612.      * Gets the private '.twig.command.lint.lazy' shared service.
  4613.      *
  4614.      * @return \Symfony\Component\Console\Command\LazyCommand
  4615.      */
  4616.     protected function get_Twig_Command_Lint_LazyService()
  4617.     {
  4618.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4619.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  4620.         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 {
  4621.             return ($this->privates['twig.command.lint'] ?? $this->getTwig_Command_LintService());
  4622.         });
  4623.     }
  4624.     /**
  4625.      * Gets the private '.value.JdzQ62H' shared service.
  4626.      *
  4627.      * @return \mixed
  4628.      */
  4629.     protected function get_Value_JdzQ62HService()
  4630.     {
  4631.         return $this->privates['.value.JdzQ62H'] = \current([=> $this->getEnv('PORTAL_CODE')]);
  4632.     }
  4633.     /**
  4634.      * Gets the private 'App\Application\ApplicationRegistry' shared autowired service.
  4635.      *
  4636.      * @return \App\Application\ApplicationRegistry
  4637.      */
  4638.     protected function getApplicationRegistryService()
  4639.     {
  4640.         include_once \dirname(__DIR__4).'/src/Application/ApplicationRegistry.php';
  4641.         return $this->privates['App\\Application\\ApplicationRegistry'] = new \App\Application\ApplicationRegistry(new RewindableGenerator(function () {
  4642.             yield => ($this->privates['App\\Application\\Aquacalc'] ?? ($this->privates['App\\Application\\Aquacalc'] = new \App\Application\Aquacalc($this)));
  4643.             yield => ($this->privates['App\\Application\\AquadvancedPlant'] ?? ($this->privates['App\\Application\\AquadvancedPlant'] = new \App\Application\AquadvancedPlant($this)));
  4644.             yield => ($this->privates['App\\Application\\AquadvancedUD'] ?? ($this->privates['App\\Application\\AquadvancedUD'] = new \App\Application\AquadvancedUD($this)));
  4645.             yield => ($this->privates['App\\Application\\AquadvancedWN'] ?? ($this->privates['App\\Application\\AquadvancedWN'] = new \App\Application\AquadvancedWN($this)));
  4646.             yield => ($this->privates['App\\Application\\AquadvancedWW'] ?? ($this->privates['App\\Application\\AquadvancedWW'] = new \App\Application\AquadvancedWW($this)));
  4647.             yield => ($this->privates['App\\Application\\Kadran'] ?? ($this->privates['App\\Application\\Kadran'] = new \App\Application\Kadran($this)));
  4648.             yield => ($this->privates['App\\Application\\MYSIG'] ?? ($this->privates['App\\Application\\MYSIG'] = new \App\Application\MYSIG($this)));
  4649.             yield => ($this->privates['App\\Application\\Odivea'] ?? ($this->privates['App\\Application\\Odivea'] = new \App\Application\Odivea($this)));
  4650.             yield => ($this->privates['App\\Application\\PANACHE'] ?? ($this->privates['App\\Application\\PANACHE'] = new \App\Application\PANACHE($this)));
  4651.             yield => ($this->privates['App\\Application\\PowerBI'] ?? ($this->privates['App\\Application\\PowerBI'] = new \App\Application\PowerBI($this)));
  4652.             yield 10 => ($this->privates['App\\Application\\ReportTrends'] ?? ($this->privates['App\\Application\\ReportTrends'] = new \App\Application\ReportTrends($this)));
  4653.             yield 11 => ($this->privates['App\\Application\\SERAMM'] ?? ($this->privates['App\\Application\\SERAMM'] = new \App\Application\SERAMM($this)));
  4654.             yield 12 => ($this->privates['App\\Application\\SerammAquadvancedUd'] ?? ($this->privates['App\\Application\\SerammAquadvancedUd'] = new \App\Application\SerammAquadvancedUd($this)));
  4655.             yield 13 => ($this->privates['App\\Application\\SerammBaignadeWaterQuality'] ?? ($this->privates['App\\Application\\SerammBaignadeWaterQuality'] = new \App\Application\SerammBaignadeWaterQuality($this)));
  4656.             yield 14 => ($this->privates['App\\Application\\SerammDocumentationWorks'] ?? ($this->privates['App\\Application\\SerammDocumentationWorks'] = new \App\Application\SerammDocumentationWorks($this)));
  4657.             yield 15 => ($this->privates['App\\Application\\SerammGMAO'] ?? ($this->privates['App\\Application\\SerammGMAO'] = new \App\Application\SerammGMAO($this)));
  4658.             yield 16 => ($this->privates['App\\Application\\SerammInfoPedagogie'] ?? ($this->privates['App\\Application\\SerammInfoPedagogie'] = new \App\Application\SerammInfoPedagogie($this)));
  4659.             yield 17 => ($this->privates['App\\Application\\SerammMailManagement'] ?? ($this->privates['App\\Application\\SerammMailManagement'] = new \App\Application\SerammMailManagement($this)));
  4660.             yield 18 => ($this->privates['App\\Application\\SerammSitePublication'] ?? ($this->privates['App\\Application\\SerammSitePublication'] = new \App\Application\SerammSitePublication($this)));
  4661.             yield 19 => ($this->privates['App\\Application\\SharepointKadran'] ?? ($this->privates['App\\Application\\SharepointKadran'] = new \App\Application\SharepointKadran($this)));
  4662.             yield 20 => ($this->privates['App\\Application\\SigSeramm'] ?? ($this->privates['App\\Application\\SigSeramm'] = new \App\Application\SigSeramm($this)));
  4663.             yield 21 => ($this->privates['App\\Application\\Sigrenea'] ?? ($this->privates['App\\Application\\Sigrenea'] = new \App\Application\Sigrenea($this)));
  4664.             yield 22 => ($this->privates['App\\Application\\SynoptiqueUdb'] ?? ($this->privates['App\\Application\\SynoptiqueUdb'] = new \App\Application\SynoptiqueUdb($this)));
  4665.             yield 23 => ($this->privates['App\\Application\\SynoptiqueUde'] ?? ($this->privates['App\\Application\\SynoptiqueUde'] = new \App\Application\SynoptiqueUde($this)));
  4666.             yield 24 => ($this->privates['App\\Application\\TSMD'] ?? ($this->privates['App\\Application\\TSMD'] = new \App\Application\TSMD($this)));
  4667.             yield 25 => ($this->privates['App\\Application\\TSMS'] ?? ($this->privates['App\\Application\\TSMS'] = new \App\Application\TSMS($this)));
  4668.             yield 26 => ($this->privates['App\\Application\\TopkapiKadranEp'] ?? ($this->privates['App\\Application\\TopkapiKadranEp'] = new \App\Application\TopkapiKadranEp($this)));
  4669.             yield 27 => ($this->privates['App\\Application\\TopkapiKadranEu'] ?? ($this->privates['App\\Application\\TopkapiKadranEu'] = new \App\Application\TopkapiKadranEu($this)));
  4670.         }, 28));
  4671.     }
  4672.     /**
  4673.      * Gets the private 'App\Command\Geoserver\TestGeoserverCreationCommand' shared autowired service.
  4674.      *
  4675.      * @return \App\Command\Geoserver\TestGeoserverCreationCommand
  4676.      */
  4677.     protected function getTestGeoserverCreationCommandService()
  4678.     {
  4679.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4680.         include_once \dirname(__DIR__4).'/src/Command/Geoserver/TestGeoserverCreationCommand.php';
  4681.         $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()));
  4682.         $instance->setName('action-test:geoserver:create');
  4683.         return $instance;
  4684.     }
  4685.     /**
  4686.      * Gets the private 'App\Command\Geoserver\TestGeoserverRemoteCreationCommand' shared autowired service.
  4687.      *
  4688.      * @return \App\Command\Geoserver\TestGeoserverRemoteCreationCommand
  4689.      */
  4690.     protected function getTestGeoserverRemoteCreationCommandService()
  4691.     {
  4692.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4693.         include_once \dirname(__DIR__4).'/src/Command/Geoserver/TestGeoserverRemoteCreationCommand.php';
  4694.         $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()));
  4695.         $instance->setName('remote-action-test:geoserver:create');
  4696.         return $instance;
  4697.     }
  4698.     /**
  4699.      * Gets the private 'App\Command\ImportCustomZonesCommand' shared autowired service.
  4700.      *
  4701.      * @return \App\Command\ImportCustomZonesCommand
  4702.      */
  4703.     protected function getImportCustomZonesCommandService()
  4704.     {
  4705.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4706.         include_once \dirname(__DIR__4).'/src/Command/ImportCustomZonesCommand.php';
  4707.         $this->privates['App\\Command\\ImportCustomZonesCommand'] = $instance = new \App\Command\ImportCustomZonesCommand(($this->privates['App\\Manager\\Admin\\AdminImportManager'] ?? $this->getAdminImportManagerService()));
  4708.         $instance->setName('app:area:import-custom-zones');
  4709.         $instance->setDescription('Import Custom Zones on a specific contract');
  4710.         return $instance;
  4711.     }
  4712.     /**
  4713.      * Gets the private 'App\Command\UserGenerateCommand' shared autowired service.
  4714.      *
  4715.      * @return \App\Command\UserGenerateCommand
  4716.      */
  4717.     protected function getUserGenerateCommandService()
  4718.     {
  4719.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4720.         include_once \dirname(__DIR__4).'/src/Command/UserGenerateCommand.php';
  4721.         $this->privates['App\\Command\\UserGenerateCommand'] = $instance = new \App\Command\UserGenerateCommand(($this->privates['lexik_jwt_authentication.jws_provider.lcobucci'] ?? $this->getLexikJwtAuthentication_JwsProvider_LcobucciService()));
  4722.         $instance->setName('app:user:generate-token');
  4723.         $instance->setDescription('Generate an user with email and roles');
  4724.         return $instance;
  4725.     }
  4726.     /**
  4727.      * Gets the private 'App\Converter\RequestConverter' shared autowired service.
  4728.      *
  4729.      * @return \App\Converter\RequestConverter
  4730.      */
  4731.     protected function getRequestConverterService()
  4732.     {
  4733.         include_once \dirname(__DIR__4).'/src/Converter/RequestConverter.php';
  4734.         $a = ($this->privates['App\\Manager\\SignalManager'] ?? $this->getSignalManagerService());
  4735.         if (isset($this->privates['App\\Converter\\RequestConverter'])) {
  4736.             return $this->privates['App\\Converter\\RequestConverter'];
  4737.         }
  4738.         return $this->privates['App\\Converter\\RequestConverter'] = new \App\Converter\RequestConverter((\dirname(__DIR__4).'/config/resources/'), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()), $a);
  4739.     }
  4740.     /**
  4741.      * Gets the private 'App\EventSubscriber\ApplicationConfigurationSubscriber' shared autowired service.
  4742.      *
  4743.      * @return \App\EventSubscriber\ApplicationConfigurationSubscriber
  4744.      */
  4745.     protected function getApplicationConfigurationSubscriberService()
  4746.     {
  4747.         include_once \dirname(__DIR__4).'/src/EventSubscriber/ApplicationConfigurationSubscriber.php';
  4748.         $a = ($this->services['messenger.default_bus'] ?? $this->getMessenger_DefaultBusService());
  4749.         if (isset($this->privates['App\\EventSubscriber\\ApplicationConfigurationSubscriber'])) {
  4750.             return $this->privates['App\\EventSubscriber\\ApplicationConfigurationSubscriber'];
  4751.         }
  4752.         return $this->privates['App\\EventSubscriber\\ApplicationConfigurationSubscriber'] = new \App\EventSubscriber\ApplicationConfigurationSubscriber($a);
  4753.     }
  4754.     /**
  4755.      * Gets the private 'App\EventSubscriber\FailedMessageSubscriber' shared autowired service.
  4756.      *
  4757.      * @return \App\EventSubscriber\FailedMessageSubscriber
  4758.      */
  4759.     protected function getFailedMessageSubscriberService()
  4760.     {
  4761.         include_once \dirname(__DIR__4).'/src/EventSubscriber/FailedMessageSubscriber.php';
  4762.         include_once \dirname(__DIR__4).'/vendor/3slab/vdm-library-bundle/Service/StopWorkerService.php';
  4763.         $a = ($this->privates['App\\Service\\MailerService'] ?? $this->getMailerServiceService());
  4764.         if (isset($this->privates['App\\EventSubscriber\\FailedMessageSubscriber'])) {
  4765.             return $this->privates['App\\EventSubscriber\\FailedMessageSubscriber'];
  4766.         }
  4767.         return $this->privates['App\\EventSubscriber\\FailedMessageSubscriber'] = new \App\EventSubscriber\FailedMessageSubscriber(($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()), $a, ($this->privates['Vdm\\Bundle\\LibraryBundle\\Service\\StopWorkerService'] ?? ($this->privates['Vdm\\Bundle\\LibraryBundle\\Service\\StopWorkerService'] = new \Vdm\Bundle\LibraryBundle\Service\StopWorkerService())));
  4768.     }
  4769.     /**
  4770.      * Gets the private 'App\EventSubscriber\InvalidateCacheSubscriber' shared autowired service.
  4771.      *
  4772.      * @return \App\EventSubscriber\InvalidateCacheSubscriber
  4773.      */
  4774.     protected function getInvalidateCacheSubscriberService()
  4775.     {
  4776.         include_once \dirname(__DIR__4).'/src/EventSubscriber/InvalidateCacheSubscriber.php';
  4777.         return $this->privates['App\\EventSubscriber\\InvalidateCacheSubscriber'] = new \App\EventSubscriber\InvalidateCacheSubscriber(($this->privates['portail_cache_pool'] ?? $this->getPortailCachePoolService()), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  4778.     }
  4779.     /**
  4780.      * Gets the private 'App\EventSubscriber\OrganizationSubscriber' shared autowired service.
  4781.      *
  4782.      * @return \App\EventSubscriber\OrganizationSubscriber
  4783.      */
  4784.     protected function getOrganizationSubscriberService()
  4785.     {
  4786.         include_once \dirname(__DIR__4).'/src/EventSubscriber/OrganizationSubscriber.php';
  4787.         $a = ($this->services['messenger.default_bus'] ?? $this->getMessenger_DefaultBusService());
  4788.         if (isset($this->privates['App\\EventSubscriber\\OrganizationSubscriber'])) {
  4789.             return $this->privates['App\\EventSubscriber\\OrganizationSubscriber'];
  4790.         }
  4791.         return $this->privates['App\\EventSubscriber\\OrganizationSubscriber'] = new \App\EventSubscriber\OrganizationSubscriber($a);
  4792.     }
  4793.     /**
  4794.      * Gets the private 'App\Handlers\Heimdall\GetContractHandler' shared autowired service.
  4795.      *
  4796.      * @return \App\Handlers\Heimdall\GetContractHandler
  4797.      */
  4798.     protected function getGetContractHandlerService()
  4799.     {
  4800.         include_once \dirname(__DIR__4).'/src/Handlers/Heimdall/GetContractHandler.php';
  4801.         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()));
  4802.     }
  4803.     /**
  4804.      * Gets the private 'App\Handlers\Heimdall\GetContractsByUserHandler' shared autowired service.
  4805.      *
  4806.      * @return \App\Handlers\Heimdall\GetContractsByUserHandler
  4807.      */
  4808.     protected function getGetContractsByUserHandlerService()
  4809.     {
  4810.         include_once \dirname(__DIR__4).'/src/Handlers/Heimdall/GetContractsByUserHandler.php';
  4811.         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()));
  4812.     }
  4813.     /**
  4814.      * Gets the private 'App\Handlers\Heimdall\GetOrganizationsHandler' shared autowired service.
  4815.      *
  4816.      * @return \App\Handlers\Heimdall\GetOrganizationsHandler
  4817.      */
  4818.     protected function getGetOrganizationsHandlerService()
  4819.     {
  4820.         include_once \dirname(__DIR__4).'/src/Handlers/Heimdall/GetOrganizationsHandler.php';
  4821.         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()));
  4822.     }
  4823.     /**
  4824.      * Gets the private 'App\Handlers\Heimdall\GetUsersHandler' shared autowired service.
  4825.      *
  4826.      * @return \App\Handlers\Heimdall\GetUsersHandler
  4827.      */
  4828.     protected function getGetUsersHandlerService()
  4829.     {
  4830.         include_once \dirname(__DIR__4).'/src/Handlers/Heimdall/GetUsersHandler.php';
  4831.         return $this->privates['App\\Handlers\\Heimdall\\GetUsersHandler'] = new \App\Handlers\Heimdall\GetUsersHandler(($this->privates['.debug.app.heimdall.client'] ?? $this->get_Debug_App_Heimdall_ClientService()));
  4832.     }
  4833.     /**
  4834.      * Gets the private 'App\Handlers\Mdm\ExternalSourceHandler' shared autowired service.
  4835.      *
  4836.      * @return \App\Handlers\Mdm\ExternalSourceHandler
  4837.      */
  4838.     protected function getExternalSourceHandlerService()
  4839.     {
  4840.         include_once \dirname(__DIR__4).'/src/Handlers/Mdm/ExternalSourceHandler.php';
  4841.         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()));
  4842.     }
  4843.     /**
  4844.      * Gets the private 'App\Handlers\Mdm\GetContractHandler' shared autowired service.
  4845.      *
  4846.      * @return \App\Handlers\Mdm\GetContractHandler
  4847.      */
  4848.     protected function getGetContractHandler2Service()
  4849.     {
  4850.         include_once \dirname(__DIR__4).'/src/Handlers/Mdm/GetContractHandler.php';
  4851.         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()));
  4852.     }
  4853.     /**
  4854.      * Gets the private 'App\Helper\Common\CommonHelper' shared autowired service.
  4855.      *
  4856.      * @return \App\Helper\Common\CommonHelper
  4857.      */
  4858.     protected function getCommonHelperService()
  4859.     {
  4860.         include_once \dirname(__DIR__4).'/src/Helper/Common/CommonHelper.php';
  4861.         return $this->privates['App\\Helper\\Common\\CommonHelper'] = new \App\Helper\Common\CommonHelper(($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  4862.     }
  4863.     /**
  4864.      * Gets the private 'App\Helper\Heimdall\HeimdallHelper' shared autowired service.
  4865.      *
  4866.      * @return \App\Helper\Heimdall\HeimdallHelper
  4867.      */
  4868.     protected function getHeimdallHelperService()
  4869.     {
  4870.         include_once \dirname(__DIR__4).'/src/Helper/Heimdall/HeimdallHelper.php';
  4871.         include_once \dirname(__DIR__4).'/src/Manager/Bridges/HeimdallMdmManagerBridge.php';
  4872.         $a = ($this->privates['App\\Manager\\HeimdallManager'] ?? $this->getHeimdallManagerService());
  4873.         if (isset($this->privates['App\\Helper\\Heimdall\\HeimdallHelper'])) {
  4874.             return $this->privates['App\\Helper\\Heimdall\\HeimdallHelper'];
  4875.         }
  4876.         $b = ($this->privates['App\\Manager\\OrganizationManager'] ?? $this->getOrganizationManagerService());
  4877.         if (isset($this->privates['App\\Helper\\Heimdall\\HeimdallHelper'])) {
  4878.             return $this->privates['App\\Helper\\Heimdall\\HeimdallHelper'];
  4879.         }
  4880.         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())));
  4881.     }
  4882.     /**
  4883.      * Gets the private 'App\Helper\Mdm\MdmHelper' shared autowired service.
  4884.      *
  4885.      * @return \App\Helper\Mdm\MdmHelper
  4886.      */
  4887.     protected function getMdmHelperService()
  4888.     {
  4889.         include_once \dirname(__DIR__4).'/src/Helper/Mdm/MdmHelper.php';
  4890.         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()));
  4891.     }
  4892.     /**
  4893.      * Gets the private 'App\Helper\Vdm\VdmHelper' shared autowired service.
  4894.      *
  4895.      * @return \App\Helper\Vdm\VdmHelper
  4896.      */
  4897.     protected function getVdmHelperService()
  4898.     {
  4899.         include_once \dirname(__DIR__4).'/src/Helper/Vdm/VdmHelper.php';
  4900.         return $this->privates['App\\Helper\\Vdm\\VdmHelper'] = new \App\Helper\Vdm\VdmHelper(($this->privates['App\\Manager\\VdmManager'] ?? $this->getVdmManagerService()));
  4901.     }
  4902.     /**
  4903.      * Gets the private 'App\Listener\JWTListener' shared autowired service.
  4904.      *
  4905.      * @return \App\Listener\JWTListener
  4906.      */
  4907.     protected function getJWTListenerService()
  4908.     {
  4909.         include_once \dirname(__DIR__4).'/src/Listener/JWTListener.php';
  4910.         $a = ($this->privates['App\\Manager\\OrganizationManager'] ?? $this->getOrganizationManagerService());
  4911.         if (isset($this->privates['App\\Listener\\JWTListener'])) {
  4912.             return $this->privates['App\\Listener\\JWTListener'];
  4913.         }
  4914.         $b = ($this->privates['App\\Manager\\UserManager'] ?? $this->getUserManagerService());
  4915.         if (isset($this->privates['App\\Listener\\JWTListener'])) {
  4916.             return $this->privates['App\\Listener\\JWTListener'];
  4917.         }
  4918.         $c = ($this->privates['App\\Manager\\HeimdallManager'] ?? $this->getHeimdallManagerService());
  4919.         if (isset($this->privates['App\\Listener\\JWTListener'])) {
  4920.             return $this->privates['App\\Listener\\JWTListener'];
  4921.         }
  4922.         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'));
  4923.     }
  4924.     /**
  4925.      * Gets the private 'App\Manager\Admin\AdminImportManager' shared autowired service.
  4926.      *
  4927.      * @return \App\Manager\Admin\AdminImportManager
  4928.      */
  4929.     protected function getAdminImportManagerService()
  4930.     {
  4931.         include_once \dirname(__DIR__4).'/src/Manager/Admin/AdminImportManagerInterface.php';
  4932.         include_once \dirname(__DIR__4).'/src/Manager/Admin/AdminImportManager.php';
  4933.         $a = ($this->privates['App\\Manager\\HeimdallManager'] ?? $this->getHeimdallManagerService());
  4934.         if (isset($this->privates['App\\Manager\\Admin\\AdminImportManager'])) {
  4935.             return $this->privates['App\\Manager\\Admin\\AdminImportManager'];
  4936.         }
  4937.         $b = ($this->privates['App\\Manager\\Admin\\AdminManager'] ?? $this->getAdminManagerService());
  4938.         if (isset($this->privates['App\\Manager\\Admin\\AdminImportManager'])) {
  4939.             return $this->privates['App\\Manager\\Admin\\AdminImportManager'];
  4940.         }
  4941.         return $this->privates['App\\Manager\\Admin\\AdminImportManager'] = new \App\Manager\Admin\AdminImportManager($a$b, ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  4942.     }
  4943.     /**
  4944.      * Gets the private 'App\Manager\Admin\AdminManager' shared autowired service.
  4945.      *
  4946.      * @return \App\Manager\Admin\AdminManager
  4947.      */
  4948.     protected function getAdminManagerService()
  4949.     {
  4950.         include_once \dirname(__DIR__4).'/src/Manager/Admin/AdminManagerInterface.php';
  4951.         include_once \dirname(__DIR__4).'/src/Manager/Admin/AdminManager.php';
  4952.         $a = ($this->privates['App\\Manager\\HeimdallManager'] ?? $this->getHeimdallManagerService());
  4953.         if (isset($this->privates['App\\Manager\\Admin\\AdminManager'])) {
  4954.             return $this->privates['App\\Manager\\Admin\\AdminManager'];
  4955.         }
  4956.         $b = ($this->privates['App\\Manager\\AreaManager'] ?? $this->getAreaManagerService());
  4957.         if (isset($this->privates['App\\Manager\\Admin\\AdminManager'])) {
  4958.             return $this->privates['App\\Manager\\Admin\\AdminManager'];
  4959.         }
  4960.         $c = ($this->privates['App\\Manager\\ApplicationConfigurationManager'] ?? $this->getApplicationConfigurationManagerService());
  4961.         if (isset($this->privates['App\\Manager\\Admin\\AdminManager'])) {
  4962.             return $this->privates['App\\Manager\\Admin\\AdminManager'];
  4963.         }
  4964.         $d = ($this->privates['App\\Manager\\OrganizationManager'] ?? $this->getOrganizationManagerService());
  4965.         if (isset($this->privates['App\\Manager\\Admin\\AdminManager'])) {
  4966.             return $this->privates['App\\Manager\\Admin\\AdminManager'];
  4967.         }
  4968.         $e = ($this->privates['App\\Manager\\UserManager'] ?? $this->getUserManagerService());
  4969.         if (isset($this->privates['App\\Manager\\Admin\\AdminManager'])) {
  4970.             return $this->privates['App\\Manager\\Admin\\AdminManager'];
  4971.         }
  4972.         $f = ($this->services['messenger.default_bus'] ?? $this->getMessenger_DefaultBusService());
  4973.         if (isset($this->privates['App\\Manager\\Admin\\AdminManager'])) {
  4974.             return $this->privates['App\\Manager\\Admin\\AdminManager'];
  4975.         }
  4976.         $g = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  4977.         if (isset($this->privates['App\\Manager\\Admin\\AdminManager'])) {
  4978.             return $this->privates['App\\Manager\\Admin\\AdminManager'];
  4979.         }
  4980.         $h = ($this->privates['App\\Service\\MailerService'] ?? $this->getMailerServiceService());
  4981.         if (isset($this->privates['App\\Manager\\Admin\\AdminManager'])) {
  4982.             return $this->privates['App\\Manager\\Admin\\AdminManager'];
  4983.         }
  4984.         return $this->privates['App\\Manager\\Admin\\AdminManager'] = new \App\Manager\Admin\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()));
  4985.     }
  4986.     /**
  4987.      * Gets the private 'App\Manager\ApplicationConfigurationManager' shared autowired service.
  4988.      *
  4989.      * @return \App\Manager\ApplicationConfigurationManager
  4990.      */
  4991.     protected function getApplicationConfigurationManagerService()
  4992.     {
  4993.         include_once \dirname(__DIR__4).'/src/Manager/ApplicationConfigurationManagerInterface.php';
  4994.         include_once \dirname(__DIR__4).'/src/Manager/ApplicationConfigurationManager.php';
  4995.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  4996.         if (isset($this->privates['App\\Manager\\ApplicationConfigurationManager'])) {
  4997.             return $this->privates['App\\Manager\\ApplicationConfigurationManager'];
  4998.         }
  4999.         return $this->privates['App\\Manager\\ApplicationConfigurationManager'] = new \App\Manager\ApplicationConfigurationManager($a, ($this->privates['App\\Repository\\MdmRepository'] ?? $this->getMdmRepositoryService()));
  5000.     }
  5001.     /**
  5002.      * Gets the private 'App\Manager\AreaManager' shared autowired service.
  5003.      *
  5004.      * @return \App\Manager\AreaManager
  5005.      */
  5006.     protected function getAreaManagerService()
  5007.     {
  5008.         include_once \dirname(__DIR__4).'/src/Manager/AreaManagerInterface.php';
  5009.         include_once \dirname(__DIR__4).'/src/Manager/AreaManager.php';
  5010.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  5011.         if (isset($this->privates['App\\Manager\\AreaManager'])) {
  5012.             return $this->privates['App\\Manager\\AreaManager'];
  5013.         }
  5014.         $b = ($this->privates['App\\Manager\\OrganizationManager'] ?? $this->getOrganizationManagerService());
  5015.         if (isset($this->privates['App\\Manager\\AreaManager'])) {
  5016.             return $this->privates['App\\Manager\\AreaManager'];
  5017.         }
  5018.         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()));
  5019.     }
  5020.     /**
  5021.      * Gets the private 'App\Manager\Calendar\CalendarManager' shared autowired service.
  5022.      *
  5023.      * @return \App\Manager\Calendar\CalendarManager
  5024.      */
  5025.     protected function getCalendarManagerService()
  5026.     {
  5027.         include_once \dirname(__DIR__4).'/src/Manager/Calendar/CalendarManager.php';
  5028.         include_once \dirname(__DIR__4).'/src/Repository/Calendar/CalendarRepository.php';
  5029.         $a = ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService());
  5030.         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);
  5031.     }
  5032.     /**
  5033.      * Gets the private 'App\Manager\CategoryManager' shared autowired service.
  5034.      *
  5035.      * @return \App\Manager\CategoryManager
  5036.      */
  5037.     protected function getCategoryManagerService()
  5038.     {
  5039.         include_once \dirname(__DIR__4).'/src/Manager/CategoryManagerInterface.php';
  5040.         include_once \dirname(__DIR__4).'/src/Manager/CategoryManager.php';
  5041.         $a = ($this->privates['App\\Manager\\OrganizationManager'] ?? $this->getOrganizationManagerService());
  5042.         if (isset($this->privates['App\\Manager\\CategoryManager'])) {
  5043.             return $this->privates['App\\Manager\\CategoryManager'];
  5044.         }
  5045.         return $this->privates['App\\Manager\\CategoryManager'] = new \App\Manager\CategoryManager(($this->privates['App\\Repository\\HeimdallRepository'] ?? $this->getHeimdallRepositoryService()), $a);
  5046.     }
  5047.     /**
  5048.      * Gets the private 'App\Manager\ConfigurationManager' shared autowired service.
  5049.      *
  5050.      * @return \App\Manager\ConfigurationManager
  5051.      */
  5052.     protected function getConfigurationManagerService()
  5053.     {
  5054.         include_once \dirname(__DIR__4).'/src/Manager/ConfigurationManagerInterface.php';
  5055.         include_once \dirname(__DIR__4).'/src/Manager/ConfigurationManager.php';
  5056.         $a = ($this->privates['App\\Manager\\HeimdallManager'] ?? $this->getHeimdallManagerService());
  5057.         if (isset($this->privates['App\\Manager\\ConfigurationManager'])) {
  5058.             return $this->privates['App\\Manager\\ConfigurationManager'];
  5059.         }
  5060.         return $this->privates['App\\Manager\\ConfigurationManager'] = new \App\Manager\ConfigurationManager(($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()), $a$this->getEnv('string:DEFAULT_IDP'));
  5061.     }
  5062.     /**
  5063.      * Gets the private 'App\Manager\ContractManager' shared autowired service.
  5064.      *
  5065.      * @return \App\Manager\ContractManager
  5066.      */
  5067.     protected function getContractManagerService()
  5068.     {
  5069.         include_once \dirname(__DIR__4).'/src/Manager/ContractManagerInterface.php';
  5070.         include_once \dirname(__DIR__4).'/src/Manager/ContractManager.php';
  5071.         $a = ($this->privates['App\\Manager\\HeimdallManager'] ?? $this->getHeimdallManagerService());
  5072.         if (isset($this->privates['App\\Manager\\ContractManager'])) {
  5073.             return $this->privates['App\\Manager\\ContractManager'];
  5074.         }
  5075.         $b = ($this->privates['App\\Manager\\OrganizationManager'] ?? $this->getOrganizationManagerService());
  5076.         if (isset($this->privates['App\\Manager\\ContractManager'])) {
  5077.             return $this->privates['App\\Manager\\ContractManager'];
  5078.         }
  5079.         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'));
  5080.     }
  5081.     /**
  5082.      * Gets the private 'App\Manager\ContractServiceManager' shared autowired service.
  5083.      *
  5084.      * @return \App\Manager\ContractServiceManager
  5085.      */
  5086.     protected function getContractServiceManagerService()
  5087.     {
  5088.         include_once \dirname(__DIR__4).'/src/Manager/ContractServiceManagerInterface.php';
  5089.         include_once \dirname(__DIR__4).'/src/Manager/ContractServiceManager.php';
  5090.         return $this->privates['App\\Manager\\ContractServiceManager'] = new \App\Manager\ContractServiceManager(($this->privates['App\\Repository\\HeimdallRepository'] ?? $this->getHeimdallRepositoryService()));
  5091.     }
  5092.     /**
  5093.      * Gets the private 'App\Manager\GeoserverManager' shared autowired service.
  5094.      *
  5095.      * @return \App\Manager\GeoserverManager
  5096.      */
  5097.     protected function getGeoserverManagerService()
  5098.     {
  5099.         include_once \dirname(__DIR__4).'/src/Manager/GeoserverManagerInterface.php';
  5100.         include_once \dirname(__DIR__4).'/src/Manager/GeoserverManager.php';
  5101.         include_once \dirname(__DIR__4).'/src/Repository/AbstractRemoteRepository.php';
  5102.         include_once \dirname(__DIR__4).'/src/Repository/GeoserverRepository.php';
  5103.         $a = ($this->privates['App\\Manager\\HeimdallManager'] ?? $this->getHeimdallManagerService());
  5104.         if (isset($this->privates['App\\Manager\\GeoserverManager'])) {
  5105.             return $this->privates['App\\Manager\\GeoserverManager'];
  5106.         }
  5107.         $b = ($this->privates['App\\Manager\\AreaManager'] ?? $this->getAreaManagerService());
  5108.         if (isset($this->privates['App\\Manager\\GeoserverManager'])) {
  5109.             return $this->privates['App\\Manager\\GeoserverManager'];
  5110.         }
  5111.         $c = ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService());
  5112.         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'));
  5113.     }
  5114.     /**
  5115.      * Gets the private 'App\Manager\HeimdallManager' shared autowired service.
  5116.      *
  5117.      * @return \App\Manager\HeimdallManager
  5118.      */
  5119.     protected function getHeimdallManagerService()
  5120.     {
  5121.         include_once \dirname(__DIR__4).'/src/Manager/AbstractManager.php';
  5122.         include_once \dirname(__DIR__4).'/src/Manager/HeimdallManagerInterface.php';
  5123.         include_once \dirname(__DIR__4).'/src/Manager/HeimdallManager.php';
  5124.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  5125.         if (isset($this->privates['App\\Manager\\HeimdallManager'])) {
  5126.             return $this->privates['App\\Manager\\HeimdallManager'];
  5127.         }
  5128.         $b = ($this->privates['App\\Manager\\UserManager'] ?? $this->getUserManagerService());
  5129.         if (isset($this->privates['App\\Manager\\HeimdallManager'])) {
  5130.             return $this->privates['App\\Manager\\HeimdallManager'];
  5131.         }
  5132.         return $this->privates['App\\Manager\\HeimdallManager'] = new \App\Manager\HeimdallManager($a$this->getEnv('PORTAL_CODE'), new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  5133.             'App\\Command\\Heimdall\\GetContractCommand' => ['privates''App\\Handlers\\Heimdall\\GetContractHandler''getGetContractHandlerService'false],
  5134.             'App\\Command\\Heimdall\\GetContractsByUserCommand' => ['privates''App\\Handlers\\Heimdall\\GetContractsByUserHandler''getGetContractsByUserHandlerService'false],
  5135.             'App\\Command\\Heimdall\\GetOrganizationsCommand' => ['privates''App\\Handlers\\Heimdall\\GetOrganizationsHandler''getGetOrganizationsHandlerService'false],
  5136.             'App\\Command\\Heimdall\\GetUsersCommand' => ['privates''App\\Handlers\\Heimdall\\GetUsersHandler''getGetUsersHandlerService'false],
  5137.         ], [
  5138.             'App\\Command\\Heimdall\\GetContractCommand' => '?',
  5139.             'App\\Command\\Heimdall\\GetContractsByUserCommand' => '?',
  5140.             'App\\Command\\Heimdall\\GetOrganizationsCommand' => '?',
  5141.             'App\\Command\\Heimdall\\GetUsersCommand' => '?',
  5142.         ]), ($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()));
  5143.     }
  5144.     /**
  5145.      * Gets the private 'App\Manager\Incident\IncidentManager' shared autowired service.
  5146.      *
  5147.      * @return \App\Manager\Incident\IncidentManager
  5148.      */
  5149.     protected function getIncidentManagerService()
  5150.     {
  5151.         include_once \dirname(__DIR__4).'/src/Manager/Incident/IncidentManagerInterface.php';
  5152.         include_once \dirname(__DIR__4).'/src/Manager/Incident/IncidentManager.php';
  5153.         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())));
  5154.     }
  5155.     /**
  5156.      * Gets the private 'App\Manager\IndustrialSite\IndustrialSiteManager' shared autowired service.
  5157.      *
  5158.      * @return \App\Manager\IndustrialSite\IndustrialSiteManager
  5159.      */
  5160.     protected function getIndustrialSiteManagerService()
  5161.     {
  5162.         include_once \dirname(__DIR__4).'/src/Manager/IndustrialSite/IndustrialSiteManagerInterface.php';
  5163.         include_once \dirname(__DIR__4).'/src/Manager/IndustrialSite/IndustrialSiteManager.php';
  5164.         include_once \dirname(__DIR__4).'/src/Repository/IndustrialSite/IndustrialSiteRepositoryInterface.php';
  5165.         include_once \dirname(__DIR__4).'/src/Repository/IndustrialSite/IndustrialSiteRepository.php';
  5166.         $a = ($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService());
  5167.         $b = ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService());
  5168.         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, ($this->privates['App\\Manager\\AreaManager'] ?? $this->getAreaManagerService()), $b), $b, ($this->privates['App\\Manager\\Admin\\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()));
  5169.     }
  5170.     /**
  5171.      * Gets the private 'App\Manager\KeyCloackManager' shared autowired service.
  5172.      *
  5173.      * @return \App\Manager\KeyCloackManager
  5174.      */
  5175.     protected function getKeyCloackManagerService()
  5176.     {
  5177.         include_once \dirname(__DIR__4).'/src/Manager/KeyCloackManagerInterface.php';
  5178.         include_once \dirname(__DIR__4).'/src/Manager/KeyCloackManager.php';
  5179.         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'));
  5180.     }
  5181.     /**
  5182.      * Gets the private 'App\Manager\LegalEntityManager' shared autowired service.
  5183.      *
  5184.      * @return \App\Manager\LegalEntityManager
  5185.      */
  5186.     protected function getLegalEntityManagerService()
  5187.     {
  5188.         include_once \dirname(__DIR__4).'/src/Manager/LegalEntityManagerInterface.php';
  5189.         include_once \dirname(__DIR__4).'/src/Manager/LegalEntityManager.php';
  5190.         return $this->privates['App\\Manager\\LegalEntityManager'] = new \App\Manager\LegalEntityManager(($this->privates['App\\Repository\\HeimdallRepository'] ?? $this->getHeimdallRepositoryService()));
  5191.     }
  5192.     /**
  5193.      * Gets the private 'App\Manager\MdmManager' shared autowired service.
  5194.      *
  5195.      * @return \App\Manager\MdmManager
  5196.      */
  5197.     protected function getMdmManagerService()
  5198.     {
  5199.         include_once \dirname(__DIR__4).'/src/Manager/AbstractManager.php';
  5200.         include_once \dirname(__DIR__4).'/src/Manager/MdmManagerInterface.php';
  5201.         include_once \dirname(__DIR__4).'/src/Manager/MdmManager.php';
  5202.         return $this->privates['App\\Manager\\MdmManager'] = new \App\Manager\MdmManager(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  5203.             'App\\Command\\Mdm\\ExternalSourceCommand' => ['privates''App\\Handlers\\Mdm\\ExternalSourceHandler''getExternalSourceHandlerService'false],
  5204.             'App\\Command\\Mdm\\GetContractCommand' => ['privates''App\\Handlers\\Mdm\\GetContractHandler''getGetContractHandler2Service'false],
  5205.         ], [
  5206.             'App\\Command\\Mdm\\ExternalSourceCommand' => '?',
  5207.             'App\\Command\\Mdm\\GetContractCommand' => '?',
  5208.         ]), ($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()));
  5209.     }
  5210.     /**
  5211.      * Gets the private 'App\Manager\MetabaseManager' shared autowired service.
  5212.      *
  5213.      * @return \App\Manager\MetabaseManager
  5214.      */
  5215.     protected function getMetabaseManagerService()
  5216.     {
  5217.         include_once \dirname(__DIR__4).'/src/Manager/MetabaseManagerInterface.php';
  5218.         include_once \dirname(__DIR__4).'/src/Manager/MetabaseManager.php';
  5219.         include_once \dirname(__DIR__4).'/src/Repository/AbstractRemoteRepository.php';
  5220.         include_once \dirname(__DIR__4).'/src/Repository/MetabaseRepository.php';
  5221.         $a = ($this->privates['App\\Manager\\HeimdallManager'] ?? $this->getHeimdallManagerService());
  5222.         if (isset($this->privates['App\\Manager\\MetabaseManager'])) {
  5223.             return $this->privates['App\\Manager\\MetabaseManager'];
  5224.         }
  5225.         $b = ($this->privates['App\\Manager\\UserManager'] ?? $this->getUserManagerService());
  5226.         if (isset($this->privates['App\\Manager\\MetabaseManager'])) {
  5227.             return $this->privates['App\\Manager\\MetabaseManager'];
  5228.         }
  5229.         $c = ($this->privates['App\\Manager\\OrganizationManager'] ?? $this->getOrganizationManagerService());
  5230.         if (isset($this->privates['App\\Manager\\MetabaseManager'])) {
  5231.             return $this->privates['App\\Manager\\MetabaseManager'];
  5232.         }
  5233.         $d = ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService());
  5234.         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);
  5235.     }
  5236.     /**
  5237.      * Gets the private 'App\Manager\NextcloudManager' shared autowired service.
  5238.      *
  5239.      * @return \App\Manager\NextcloudManager
  5240.      */
  5241.     protected function getNextcloudManagerService()
  5242.     {
  5243.         include_once \dirname(__DIR__4).'/src/Manager/NextcloudManager.php';
  5244.         include_once \dirname(__DIR__4).'/src/Repository/NextcloudRepository.php';
  5245.         $a = ($this->privates['App\\Manager\\HeimdallManager'] ?? $this->getHeimdallManagerService());
  5246.         if (isset($this->privates['App\\Manager\\NextcloudManager'])) {
  5247.             return $this->privates['App\\Manager\\NextcloudManager'];
  5248.         }
  5249.         $b = ($this->privates['App\\Manager\\OrganizationManager'] ?? $this->getOrganizationManagerService());
  5250.         if (isset($this->privates['App\\Manager\\NextcloudManager'])) {
  5251.             return $this->privates['App\\Manager\\NextcloudManager'];
  5252.         }
  5253.         $c = ($this->privates['App\\Manager\\ApplicationConfigurationManager'] ?? $this->getApplicationConfigurationManagerService());
  5254.         if (isset($this->privates['App\\Manager\\NextcloudManager'])) {
  5255.             return $this->privates['App\\Manager\\NextcloudManager'];
  5256.         }
  5257.         $d = ($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService());
  5258.         $e = ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService());
  5259.         return $this->privates['App\\Manager\\NextcloudManager'] = new \App\Manager\NextcloudManager(new \App\Repository\NextcloudRepository($d$e$this->getEnv('json:NEXTCLOUD_INSTANCES')), $a$b$c$e$d);
  5260.     }
  5261.     /**
  5262.      * Gets the private 'App\Manager\OrganizationContractServiceManager' shared autowired service.
  5263.      *
  5264.      * @return \App\Manager\OrganizationContractServiceManager
  5265.      */
  5266.     protected function getOrganizationContractServiceManagerService()
  5267.     {
  5268.         include_once \dirname(__DIR__4).'/src/Manager/OrganizationContractServiceManagerInterface.php';
  5269.         include_once \dirname(__DIR__4).'/src/Manager/OrganizationContractServiceManager.php';
  5270.         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()));
  5271.     }
  5272.     /**
  5273.      * Gets the private 'App\Manager\OrganizationManager' shared autowired service.
  5274.      *
  5275.      * @return \App\Manager\OrganizationManager
  5276.      */
  5277.     protected function getOrganizationManagerService()
  5278.     {
  5279.         include_once \dirname(__DIR__4).'/src/Manager/OrganizationManagerInterface.php';
  5280.         include_once \dirname(__DIR__4).'/src/Manager/OrganizationManager.php';
  5281.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  5282.         if (isset($this->privates['App\\Manager\\OrganizationManager'])) {
  5283.             return $this->privates['App\\Manager\\OrganizationManager'];
  5284.         }
  5285.         $b = ($this->privates['App\\Manager\\HeimdallManager'] ?? $this->getHeimdallManagerService());
  5286.         if (isset($this->privates['App\\Manager\\OrganizationManager'])) {
  5287.             return $this->privates['App\\Manager\\OrganizationManager'];
  5288.         }
  5289.         $c = ($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService());
  5290.         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()));
  5291.     }
  5292.     /**
  5293.      * Gets the private 'App\Manager\PublicSpacePlannerManager' shared autowired service.
  5294.      *
  5295.      * @return \App\Manager\PublicSpacePlannerManager
  5296.      */
  5297.     protected function getPublicSpacePlannerManagerService()
  5298.     {
  5299.         include_once \dirname(__DIR__4).'/src/Manager/PublicSpacePlannerManagerInterface.php';
  5300.         include_once \dirname(__DIR__4).'/src/Manager/PublicSpacePlannerManager.php';
  5301.         $a = ($this->privates['App\\Manager\\UserManager'] ?? $this->getUserManagerService());
  5302.         if (isset($this->privates['App\\Manager\\PublicSpacePlannerManager'])) {
  5303.             return $this->privates['App\\Manager\\PublicSpacePlannerManager'];
  5304.         }
  5305.         $b = ($this->privates['App\\Manager\\OrganizationManager'] ?? $this->getOrganizationManagerService());
  5306.         if (isset($this->privates['App\\Manager\\PublicSpacePlannerManager'])) {
  5307.             return $this->privates['App\\Manager\\PublicSpacePlannerManager'];
  5308.         }
  5309.         $c = ($this->privates['App\\Manager\\AreaManager'] ?? $this->getAreaManagerService());
  5310.         if (isset($this->privates['App\\Manager\\PublicSpacePlannerManager'])) {
  5311.             return $this->privates['App\\Manager\\PublicSpacePlannerManager'];
  5312.         }
  5313.         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);
  5314.     }
  5315.     /**
  5316.      * Gets the private 'App\Manager\ServiceManager' shared autowired service.
  5317.      *
  5318.      * @return \App\Manager\ServiceManager
  5319.      */
  5320.     protected function getServiceManagerService()
  5321.     {
  5322.         include_once \dirname(__DIR__4).'/src/Manager/ServiceManagerInterface.php';
  5323.         include_once \dirname(__DIR__4).'/src/Manager/ServiceManager.php';
  5324.         return $this->privates['App\\Manager\\ServiceManager'] = new \App\Manager\ServiceManager(($this->privates['App\\Repository\\HeimdallRepository'] ?? $this->getHeimdallRepositoryService()));
  5325.     }
  5326.     /**
  5327.      * Gets the private 'App\Manager\SignalManager' shared autowired service.
  5328.      *
  5329.      * @return \App\Manager\SignalManager
  5330.      */
  5331.     protected function getSignalManagerService()
  5332.     {
  5333.         include_once \dirname(__DIR__4).'/src/Manager/SignalManagerInterface.php';
  5334.         include_once \dirname(__DIR__4).'/src/Manager/SignalManager.php';
  5335.         include_once \dirname(__DIR__4).'/src/Repository/AbstractRemoteRepository.php';
  5336.         include_once \dirname(__DIR__4).'/src/Repository/SignalRepository.php';
  5337.         $a = ($this->privates['App\\Manager\\ApplicationConfigurationManager'] ?? $this->getApplicationConfigurationManagerService());
  5338.         if (isset($this->privates['App\\Manager\\SignalManager'])) {
  5339.             return $this->privates['App\\Manager\\SignalManager'];
  5340.         }
  5341.         $b = ($this->privates['App\\Manager\\OrganizationManager'] ?? $this->getOrganizationManagerService());
  5342.         if (isset($this->privates['App\\Manager\\SignalManager'])) {
  5343.             return $this->privates['App\\Manager\\SignalManager'];
  5344.         }
  5345.         $c = ($this->privates['App\\Manager\\UserManager'] ?? $this->getUserManagerService());
  5346.         if (isset($this->privates['App\\Manager\\SignalManager'])) {
  5347.             return $this->privates['App\\Manager\\SignalManager'];
  5348.         }
  5349.         $d = ($this->privates['App\\Manager\\AreaManager'] ?? $this->getAreaManagerService());
  5350.         if (isset($this->privates['App\\Manager\\SignalManager'])) {
  5351.             return $this->privates['App\\Manager\\SignalManager'];
  5352.         }
  5353.         $e = ($this->privates['.debug.app.signal.client'] ?? $this->get_Debug_App_Signal_ClientService());
  5354.         $f = ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService());
  5355.         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()));
  5356.     }
  5357.     /**
  5358.      * Gets the private 'App\Manager\UserManager' shared autowired service.
  5359.      *
  5360.      * @return \App\Manager\UserManager
  5361.      */
  5362.     protected function getUserManagerService()
  5363.     {
  5364.         include_once \dirname(__DIR__4).'/src/Manager/UserManagerInterface.php';
  5365.         include_once \dirname(__DIR__4).'/src/Manager/UserManager.php';
  5366.         $a = ($this->privates['security.helper'] ?? $this->getSecurity_HelperService());
  5367.         if (isset($this->privates['App\\Manager\\UserManager'])) {
  5368.             return $this->privates['App\\Manager\\UserManager'];
  5369.         }
  5370.         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()));
  5371.     }
  5372.     /**
  5373.      * Gets the private 'App\Manager\UserProfileManager' shared autowired service.
  5374.      *
  5375.      * @return \App\Manager\UserProfileManager
  5376.      */
  5377.     protected function getUserProfileManagerService()
  5378.     {
  5379.         include_once \dirname(__DIR__4).'/src/Manager/UserProfileManagerInterface.php';
  5380.         include_once \dirname(__DIR__4).'/src/Manager/UserProfileManager.php';
  5381.         return $this->privates['App\\Manager\\UserProfileManager'] = new \App\Manager\UserProfileManager(($this->privates['App\\Repository\\HeimdallRepository'] ?? $this->getHeimdallRepositoryService()));
  5382.     }
  5383.     /**
  5384.      * Gets the private 'App\Manager\VdmManager' shared autowired service.
  5385.      *
  5386.      * @return \App\Manager\VdmManager
  5387.      */
  5388.     protected function getVdmManagerService()
  5389.     {
  5390.         include_once \dirname(__DIR__4).'/src/Manager/VdmManagerInterface.php';
  5391.         include_once \dirname(__DIR__4).'/src/Manager/VdmManager.php';
  5392.         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()));
  5393.     }
  5394.     /**
  5395.      * Gets the private 'App\MessageHandler\NextcloudMessageHandler' shared autowired service.
  5396.      *
  5397.      * @return \App\MessageHandler\NextcloudMessageHandler
  5398.      */
  5399.     protected function getNextcloudMessageHandlerService()
  5400.     {
  5401.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/MessageHandlerInterface.php';
  5402.         include_once \dirname(__DIR__4).'/src/MessageHandler/AbstractMessageHandler.php';
  5403.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/MessageSubscriberInterface.php';
  5404.         include_once \dirname(__DIR__4).'/src/MessageHandler/NextcloudMessageHandler.php';
  5405.         $a = ($this->privates['App\\Manager\\NextcloudManager'] ?? $this->getNextcloudManagerService());
  5406.         if (isset($this->privates['App\\MessageHandler\\NextcloudMessageHandler'])) {
  5407.             return $this->privates['App\\MessageHandler\\NextcloudMessageHandler'];
  5408.         }
  5409.         return $this->privates['App\\MessageHandler\\NextcloudMessageHandler'] = new \App\MessageHandler\NextcloudMessageHandler($a, ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  5410.     }
  5411.     /**
  5412.      * Gets the private 'App\MessageHandler\SignalMessageHandler' shared autowired service.
  5413.      *
  5414.      * @return \App\MessageHandler\SignalMessageHandler
  5415.      */
  5416.     protected function getSignalMessageHandlerService()
  5417.     {
  5418.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/MessageHandlerInterface.php';
  5419.         include_once \dirname(__DIR__4).'/src/MessageHandler/AbstractMessageHandler.php';
  5420.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/MessageSubscriberInterface.php';
  5421.         include_once \dirname(__DIR__4).'/src/MessageHandler/SignalMessageHandler.php';
  5422.         $a = ($this->privates['App\\Manager\\SignalManager'] ?? $this->getSignalManagerService());
  5423.         if (isset($this->privates['App\\MessageHandler\\SignalMessageHandler'])) {
  5424.             return $this->privates['App\\MessageHandler\\SignalMessageHandler'];
  5425.         }
  5426.         return $this->privates['App\\MessageHandler\\SignalMessageHandler'] = new \App\MessageHandler\SignalMessageHandler($a, ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  5427.     }
  5428.     /**
  5429.      * Gets the private 'App\OpenApi\ExternalSwaggerDescriber' shared autowired service.
  5430.      *
  5431.      * @return \App\OpenApi\ExternalSwaggerDescriber
  5432.      */
  5433.     protected function getExternalSwaggerDescriberService()
  5434.     {
  5435.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Describer/DescriberInterface.php';
  5436.         include_once \dirname(__DIR__4).'/src/OpenApi/ExternalSwaggerDescriber.php';
  5437.         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']);
  5438.     }
  5439.     /**
  5440.      * Gets the private 'App\Repository\HeimdallRepository' shared autowired service.
  5441.      *
  5442.      * @return \App\Repository\HeimdallRepository
  5443.      */
  5444.     protected function getHeimdallRepositoryService()
  5445.     {
  5446.         include_once \dirname(__DIR__4).'/src/Repository/AbstractRemoteRepository.php';
  5447.         include_once \dirname(__DIR__4).'/src/Repository/HeimdallRepository.php';
  5448.         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()));
  5449.     }
  5450.     /**
  5451.      * Gets the private 'App\Repository\MdmRepository' shared autowired service.
  5452.      *
  5453.      * @return \App\Repository\MdmRepository
  5454.      */
  5455.     protected function getMdmRepositoryService()
  5456.     {
  5457.         include_once \dirname(__DIR__4).'/src/Repository/AbstractRemoteRepository.php';
  5458.         include_once \dirname(__DIR__4).'/src/Repository/MdmRepository.php';
  5459.         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()));
  5460.     }
  5461.     /**
  5462.      * Gets the private 'App\Repository\ThingsBoardRepository' shared autowired service.
  5463.      *
  5464.      * @return \App\Repository\ThingsBoardRepository
  5465.      */
  5466.     protected function getThingsBoardRepositoryService()
  5467.     {
  5468.         include_once \dirname(__DIR__4).'/src/Repository/AbstractRemoteRepository.php';
  5469.         include_once \dirname(__DIR__4).'/src/Repository/ThingsBoardRepository.php';
  5470.         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'));
  5471.     }
  5472.     /**
  5473.      * Gets the private 'App\Service\MailerService' shared autowired service.
  5474.      *
  5475.      * @return \App\Service\MailerService
  5476.      */
  5477.     protected function getMailerServiceService()
  5478.     {
  5479.         include_once \dirname(__DIR__4).'/src/Service/MailerServiceInterface.php';
  5480.         include_once \dirname(__DIR__4).'/src/Service/MailerService.php';
  5481.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/MailerInterface.php';
  5482.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Mailer.php';
  5483.         $a = ($this->privates['mailer.transports'] ?? $this->getMailer_TransportsService());
  5484.         if (isset($this->privates['App\\Service\\MailerService'])) {
  5485.             return $this->privates['App\\Service\\MailerService'];
  5486.         }
  5487.         $b = ($this->services['messenger.default_bus'] ?? $this->getMessenger_DefaultBusService());
  5488.         if (isset($this->privates['App\\Service\\MailerService'])) {
  5489.             return $this->privates['App\\Service\\MailerService'];
  5490.         }
  5491.         $c = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  5492.         if (isset($this->privates['App\\Service\\MailerService'])) {
  5493.             return $this->privates['App\\Service\\MailerService'];
  5494.         }
  5495.         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'));
  5496.     }
  5497.     /**
  5498.      * Gets the private 'App\Service\PowerBiService' shared autowired service.
  5499.      *
  5500.      * @return \App\Service\PowerBiService
  5501.      */
  5502.     protected function getPowerBiServiceService()
  5503.     {
  5504.         include_once \dirname(__DIR__4).'/src/Service/PowerBiServiceInterface.php';
  5505.         include_once \dirname(__DIR__4).'/src/Service/PowerBiService.php';
  5506.         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()));
  5507.     }
  5508.     /**
  5509.      * Gets the private 'App\Service\RequestBridgeService' shared autowired service.
  5510.      *
  5511.      * @return \App\Service\RequestBridgeService
  5512.      */
  5513.     protected function getRequestBridgeServiceService()
  5514.     {
  5515.         include_once \dirname(__DIR__4).'/src/Service/RequestBridgeService.php';
  5516.         $a = ($this->privates['App\\Manager\\AreaManager'] ?? $this->getAreaManagerService());
  5517.         if (isset($this->privates['App\\Service\\RequestBridgeService'])) {
  5518.             return $this->privates['App\\Service\\RequestBridgeService'];
  5519.         }
  5520.         $b = ($this->privates['App\\Manager\\SignalManager'] ?? $this->getSignalManagerService());
  5521.         if (isset($this->privates['App\\Service\\RequestBridgeService'])) {
  5522.             return $this->privates['App\\Service\\RequestBridgeService'];
  5523.         }
  5524.         $c = ($this->privates['App\\Manager\\CategoryManager'] ?? $this->getCategoryManagerService());
  5525.         if (isset($this->privates['App\\Service\\RequestBridgeService'])) {
  5526.             return $this->privates['App\\Service\\RequestBridgeService'];
  5527.         }
  5528.         $d = ($this->privates['App\\Manager\\UserManager'] ?? $this->getUserManagerService());
  5529.         if (isset($this->privates['App\\Service\\RequestBridgeService'])) {
  5530.             return $this->privates['App\\Service\\RequestBridgeService'];
  5531.         }
  5532.         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()));
  5533.     }
  5534.     /**
  5535.      * Gets the private 'App\Utils\QueryBridge' shared autowired service.
  5536.      *
  5537.      * @return \App\Utils\QueryBridge
  5538.      */
  5539.     protected function getQueryBridgeService()
  5540.     {
  5541.         include_once \dirname(__DIR__4).'/src/Utils/QueryBridge.php';
  5542.         return $this->privates['App\\Utils\\QueryBridge'] = new \App\Utils\QueryBridge(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  5543.     }
  5544.     /**
  5545.      * Gets the private 'Hslavich\OneloginSamlBundle\EventListener\Security\SamlLogoutListener' shared autowired service.
  5546.      *
  5547.      * @return \Hslavich\OneloginSamlBundle\EventListener\Security\SamlLogoutListener
  5548.      */
  5549.     protected function getSamlLogoutListenerService()
  5550.     {
  5551.         include_once \dirname(__DIR__4).'/vendor/hslavich/oneloginsaml-bundle/EventListener/Security/SamlLogoutListener.php';
  5552.         return $this->privates['Hslavich\\OneloginSamlBundle\\EventListener\\Security\\SamlLogoutListener'] = new \Hslavich\OneloginSamlBundle\EventListener\Security\SamlLogoutListener(($this->services['Hslavich\\OneloginSamlBundle\\DependencyInjection\\Security\\Saml2\\Auth'] ?? $this->getAuthService()));
  5553.     }
  5554.     /**
  5555.      * Gets the private 'Hslavich\OneloginSamlBundle\Security\Firewall\SamlListener.main' shared service.
  5556.      *
  5557.      * @return \Hslavich\OneloginSamlBundle\Security\Firewall\SamlListener
  5558.      */
  5559.     protected function getSamlListener_MainService()
  5560.     {
  5561.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/FirewallListenerInterface.php';
  5562.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  5563.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractAuthenticationListener.php';
  5564.         include_once \dirname(__DIR__4).'/vendor/hslavich/oneloginsaml-bundle/Security/Firewall/SamlListener.php';
  5565.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authentication/AuthenticationSuccessHandlerInterface.php';
  5566.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authentication/CustomAuthenticationSuccessHandler.php';
  5567.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Util/TargetPathTrait.php';
  5568.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authentication/DefaultAuthenticationSuccessHandler.php';
  5569.         include_once \dirname(__DIR__4).'/src/Security/Handler/SamlSuccessHandler.php';
  5570.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authentication/AuthenticationFailureHandlerInterface.php';
  5571.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authentication/DefaultAuthenticationFailureHandler.php';
  5572.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Session/SessionAuthenticationStrategyInterface.php';
  5573.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Session/SessionAuthenticationStrategy.php';
  5574.         $a = ($this->privates['security.authentication.manager'] ?? $this->getSecurity_Authentication_ManagerService());
  5575.         if (isset($this->privates['Hslavich\\OneloginSamlBundle\\Security\\Firewall\\SamlListener.main'])) {
  5576.             return $this->privates['Hslavich\\OneloginSamlBundle\\Security\\Firewall\\SamlListener.main'];
  5577.         }
  5578.         $b = ($this->services['lexik_jwt_authentication.jwt_manager'] ?? $this->getLexikJwtAuthentication_JwtManagerService());
  5579.         if (isset($this->privates['Hslavich\\OneloginSamlBundle\\Security\\Firewall\\SamlListener.main'])) {
  5580.             return $this->privates['Hslavich\\OneloginSamlBundle\\Security\\Firewall\\SamlListener.main'];
  5581.         }
  5582.         $c = ($this->privates['App\\Manager\\HeimdallManager'] ?? $this->getHeimdallManagerService());
  5583.         if (isset($this->privates['Hslavich\\OneloginSamlBundle\\Security\\Firewall\\SamlListener.main'])) {
  5584.             return $this->privates['Hslavich\\OneloginSamlBundle\\Security\\Firewall\\SamlListener.main'];
  5585.         }
  5586.         $d = ($this->services['http_kernel'] ?? $this->getHttpKernelService());
  5587.         if (isset($this->privates['Hslavich\\OneloginSamlBundle\\Security\\Firewall\\SamlListener.main'])) {
  5588.             return $this->privates['Hslavich\\OneloginSamlBundle\\Security\\Firewall\\SamlListener.main'];
  5589.         }
  5590.         $e = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  5591.         if (isset($this->privates['Hslavich\\OneloginSamlBundle\\Security\\Firewall\\SamlListener.main'])) {
  5592.             return $this->privates['Hslavich\\OneloginSamlBundle\\Security\\Firewall\\SamlListener.main'];
  5593.         }
  5594.         $f = ($this->privates['security.http_utils'] ?? $this->getSecurity_HttpUtilsService());
  5595.         $g = ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService());
  5596.         $h = new \Symfony\Component\Security\Http\Authentication\DefaultAuthenticationFailureHandler($d$f, [], $g);
  5597.         $h->setOptions(['login_path' => 'saml_login''failure_path' => NULL'failure_forward' => false'failure_path_parameter' => '_failure_path']);
  5598.         $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);
  5599.         $instance->setOneLoginAuth(($this->services['Hslavich\\OneloginSamlBundle\\DependencyInjection\\Security\\Saml2\\Auth'] ?? $this->getAuthService()));
  5600.         return $instance;
  5601.     }
  5602.     /**
  5603.      * Gets the private 'Vdm\Bundle\LibraryBundle\Command\CollectMessagesCommand' shared autowired service.
  5604.      *
  5605.      * @return \Vdm\Bundle\LibraryBundle\Command\CollectMessagesCommand
  5606.      */
  5607.     protected function getCollectMessagesCommandService()
  5608.     {
  5609.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5610.         include_once \dirname(__DIR__4).'/vendor/3slab/vdm-library-bundle/Command/CollectMessagesCommand.php';
  5611.         $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'=> 'failed']);
  5612.         $instance->setName('vdm:collect');
  5613.         return $instance;
  5614.     }
  5615.     /**
  5616.      * Gets the private 'Vdm\Bundle\LibraryBundle\Command\ConsumeMessagesCommand' shared autowired service.
  5617.      *
  5618.      * @return \Vdm\Bundle\LibraryBundle\Command\ConsumeMessagesCommand
  5619.      */
  5620.     protected function getConsumeMessagesCommandService()
  5621.     {
  5622.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5623.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Command/ConsumeMessagesCommand.php';
  5624.         include_once \dirname(__DIR__4).'/vendor/3slab/vdm-library-bundle/Command/ConsumeMessagesCommand.php';
  5625.         $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'=> 'failed']);
  5626.         $instance->setName('vdm:consume');
  5627.         return $instance;
  5628.     }
  5629.     /**
  5630.      * Gets the private 'Vdm\Bundle\LibraryBundle\EventSubscriber\ExceptionHandler\RethrowExceptionAfterWorkerStoppedSubscriber' shared autowired service.
  5631.      *
  5632.      * @return \Vdm\Bundle\LibraryBundle\EventSubscriber\ExceptionHandler\RethrowExceptionAfterWorkerStoppedSubscriber
  5633.      */
  5634.     protected function getRethrowExceptionAfterWorkerStoppedSubscriberService()
  5635.     {
  5636.         include_once \dirname(__DIR__4).'/vendor/3slab/vdm-library-bundle/EventSubscriber/ExceptionHandler/RethrowExceptionAfterWorkerStoppedSubscriber.php';
  5637.         include_once \dirname(__DIR__4).'/vendor/3slab/vdm-library-bundle/Service/StopWorkerService.php';
  5638.         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()));
  5639.     }
  5640.     /**
  5641.      * Gets the private 'Vdm\Bundle\LibraryBundle\EventSubscriber\ExceptionHandler\StopWorkerOnExceptionSubscriber' shared autowired service.
  5642.      *
  5643.      * @return \Vdm\Bundle\LibraryBundle\EventSubscriber\ExceptionHandler\StopWorkerOnExceptionSubscriber
  5644.      */
  5645.     protected function getStopWorkerOnExceptionSubscriberService()
  5646.     {
  5647.         include_once \dirname(__DIR__4).'/vendor/3slab/vdm-library-bundle/EventSubscriber/ExceptionHandler/StopWorkerOnExceptionSubscriber.php';
  5648.         include_once \dirname(__DIR__4).'/vendor/3slab/vdm-library-bundle/Service/StopWorkerService.php';
  5649.         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())), false, ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  5650.     }
  5651.     /**
  5652.      * Gets the private 'Vdm\Bundle\LibraryBundle\EventSubscriber\ExceptionHandler\StoreExceptionOnMessageFailedSubscriber' shared autowired service.
  5653.      *
  5654.      * @return \Vdm\Bundle\LibraryBundle\EventSubscriber\ExceptionHandler\StoreExceptionOnMessageFailedSubscriber
  5655.      */
  5656.     protected function getStoreExceptionOnMessageFailedSubscriberService()
  5657.     {
  5658.         include_once \dirname(__DIR__4).'/vendor/3slab/vdm-library-bundle/EventSubscriber/ExceptionHandler/StoreExceptionOnMessageFailedSubscriber.php';
  5659.         include_once \dirname(__DIR__4).'/vendor/3slab/vdm-library-bundle/Service/StopWorkerService.php';
  5660.         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()));
  5661.     }
  5662.     /**
  5663.      * Gets the private 'Vdm\Bundle\LibraryBundle\EventSubscriber\Monitoring\MonitoringWorkerConsumedMessageSubscriber' shared autowired service.
  5664.      *
  5665.      * @return \Vdm\Bundle\LibraryBundle\EventSubscriber\Monitoring\MonitoringWorkerConsumedMessageSubscriber
  5666.      */
  5667.     protected function getMonitoringWorkerConsumedMessageSubscriberService()
  5668.     {
  5669.         include_once \dirname(__DIR__4).'/vendor/3slab/vdm-library-bundle/EventSubscriber/Monitoring/MonitoringWorkerConsumedMessageSubscriber.php';
  5670.         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()));
  5671.     }
  5672.     /**
  5673.      * Gets the private 'Vdm\Bundle\LibraryBundle\EventSubscriber\Monitoring\MonitoringWorkerHandleMessageDurationSubscriber' shared autowired service.
  5674.      *
  5675.      * @return \Vdm\Bundle\LibraryBundle\EventSubscriber\Monitoring\MonitoringWorkerHandleMessageDurationSubscriber
  5676.      */
  5677.     protected function getMonitoringWorkerHandleMessageDurationSubscriberService()
  5678.     {
  5679.         include_once \dirname(__DIR__4).'/vendor/3slab/vdm-library-bundle/EventSubscriber/Monitoring/MonitoringWorkerHandleMessageDurationSubscriber.php';
  5680.         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()));
  5681.     }
  5682.     /**
  5683.      * Gets the private 'Vdm\Bundle\LibraryBundle\EventSubscriber\Monitoring\MonitoringWorkerHandleMessageMemorySubscriber' shared autowired service.
  5684.      *
  5685.      * @return \Vdm\Bundle\LibraryBundle\EventSubscriber\Monitoring\MonitoringWorkerHandleMessageMemorySubscriber
  5686.      */
  5687.     protected function getMonitoringWorkerHandleMessageMemorySubscriberService()
  5688.     {
  5689.         include_once \dirname(__DIR__4).'/vendor/3slab/vdm-library-bundle/EventSubscriber/Monitoring/MonitoringWorkerHandleMessageMemorySubscriber.php';
  5690.         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()));
  5691.     }
  5692.     /**
  5693.      * Gets the private 'Vdm\Bundle\LibraryBundle\EventSubscriber\Monitoring\MonitoringWorkerHandledMessageSubscriber' shared autowired service.
  5694.      *
  5695.      * @return \Vdm\Bundle\LibraryBundle\EventSubscriber\Monitoring\MonitoringWorkerHandledMessageSubscriber
  5696.      */
  5697.     protected function getMonitoringWorkerHandledMessageSubscriberService()
  5698.     {
  5699.         include_once \dirname(__DIR__4).'/vendor/3slab/vdm-library-bundle/EventSubscriber/Monitoring/MonitoringWorkerHandledMessageSubscriber.php';
  5700.         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()));
  5701.     }
  5702.     /**
  5703.      * Gets the private 'Vdm\Bundle\LibraryBundle\EventSubscriber\Monitoring\MonitoringWorkerMessageFailedSubscriber' shared autowired service.
  5704.      *
  5705.      * @return \Vdm\Bundle\LibraryBundle\EventSubscriber\Monitoring\MonitoringWorkerMessageFailedSubscriber
  5706.      */
  5707.     protected function getMonitoringWorkerMessageFailedSubscriberService()
  5708.     {
  5709.         include_once \dirname(__DIR__4).'/vendor/3slab/vdm-library-bundle/EventSubscriber/Monitoring/MonitoringWorkerMessageFailedSubscriber.php';
  5710.         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()));
  5711.     }
  5712.     /**
  5713.      * Gets the private 'Vdm\Bundle\LibraryBundle\EventSubscriber\Monitoring\MonitoringWorkerProducedMessageSubscriber' shared autowired service.
  5714.      *
  5715.      * @return \Vdm\Bundle\LibraryBundle\EventSubscriber\Monitoring\MonitoringWorkerProducedMessageSubscriber
  5716.      */
  5717.     protected function getMonitoringWorkerProducedMessageSubscriberService()
  5718.     {
  5719.         include_once \dirname(__DIR__4).'/vendor/3slab/vdm-library-bundle/EventSubscriber/Monitoring/MonitoringWorkerProducedMessageSubscriber.php';
  5720.         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()));
  5721.     }
  5722.     /**
  5723.      * Gets the private 'Vdm\Bundle\LibraryBundle\EventSubscriber\Monitoring\MonitoringWorkerRunningFlushSubscriber' shared autowired service.
  5724.      *
  5725.      * @return \Vdm\Bundle\LibraryBundle\EventSubscriber\Monitoring\MonitoringWorkerRunningFlushSubscriber
  5726.      */
  5727.     protected function getMonitoringWorkerRunningFlushSubscriberService()
  5728.     {
  5729.         include_once \dirname(__DIR__4).'/vendor/3slab/vdm-library-bundle/EventSubscriber/Monitoring/MonitoringWorkerRunningFlushSubscriber.php';
  5730.         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()));
  5731.     }
  5732.     /**
  5733.      * Gets the private 'Vdm\Bundle\LibraryBundle\EventSubscriber\Monitoring\MonitoringWorkerStartedSubscriber' shared autowired service.
  5734.      *
  5735.      * @return \Vdm\Bundle\LibraryBundle\EventSubscriber\Monitoring\MonitoringWorkerStartedSubscriber
  5736.      */
  5737.     protected function getMonitoringWorkerStartedSubscriberService()
  5738.     {
  5739.         include_once \dirname(__DIR__4).'/vendor/3slab/vdm-library-bundle/EventSubscriber/Monitoring/MonitoringWorkerStartedSubscriber.php';
  5740.         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()));
  5741.     }
  5742.     /**
  5743.      * Gets the private 'Vdm\Bundle\LibraryBundle\EventSubscriber\Monitoring\MonitoringWorkerStoppedSubscriber' shared autowired service.
  5744.      *
  5745.      * @return \Vdm\Bundle\LibraryBundle\EventSubscriber\Monitoring\MonitoringWorkerStoppedSubscriber
  5746.      */
  5747.     protected function getMonitoringWorkerStoppedSubscriberService()
  5748.     {
  5749.         include_once \dirname(__DIR__4).'/vendor/3slab/vdm-library-bundle/EventSubscriber/Monitoring/MonitoringWorkerStoppedSubscriber.php';
  5750.         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()));
  5751.     }
  5752.     /**
  5753.      * Gets the private 'Vdm\Bundle\LibraryBundle\EventSubscriber\PrintMessage\PrintMessageSubscriber' shared autowired service.
  5754.      *
  5755.      * @return \Vdm\Bundle\LibraryBundle\EventSubscriber\PrintMessage\PrintMessageSubscriber
  5756.      */
  5757.     protected function getPrintMessageSubscriberService()
  5758.     {
  5759.         include_once \dirname(__DIR__4).'/vendor/3slab/vdm-library-bundle/EventSubscriber/PrintMessage/PrintMessageSubscriber.php';
  5760.         return $this->privates['Vdm\\Bundle\\LibraryBundle\\EventSubscriber\\PrintMessage\\PrintMessageSubscriber'] = new \Vdm\Bundle\LibraryBundle\EventSubscriber\PrintMessage\PrintMessageSubscriber(falsefalse, ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  5761.     }
  5762.     /**
  5763.      * Gets the private 'Vdm\Bundle\LibraryBundle\EventSubscriber\StopWorker\StopWorkerAfterHandleStampSubscriber' shared autowired service.
  5764.      *
  5765.      * @return \Vdm\Bundle\LibraryBundle\EventSubscriber\StopWorker\StopWorkerAfterHandleStampSubscriber
  5766.      */
  5767.     protected function getStopWorkerAfterHandleStampSubscriberService()
  5768.     {
  5769.         include_once \dirname(__DIR__4).'/vendor/3slab/vdm-library-bundle/EventSubscriber/StopWorker/StopWorkerAfterHandleStampSubscriber.php';
  5770.         include_once \dirname(__DIR__4).'/vendor/3slab/vdm-library-bundle/Service/StopWorkerService.php';
  5771.         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()));
  5772.     }
  5773.     /**
  5774.      * Gets the private 'Vdm\Bundle\LibraryBundle\EventSubscriber\StopWorker\StopWorkerCheckFlagPresenceSubscriber' shared autowired service.
  5775.      *
  5776.      * @return \Vdm\Bundle\LibraryBundle\EventSubscriber\StopWorker\StopWorkerCheckFlagPresenceSubscriber
  5777.      */
  5778.     protected function getStopWorkerCheckFlagPresenceSubscriberService()
  5779.     {
  5780.         include_once \dirname(__DIR__4).'/vendor/3slab/vdm-library-bundle/EventSubscriber/StopWorker/StopWorkerCheckFlagPresenceSubscriber.php';
  5781.         include_once \dirname(__DIR__4).'/vendor/3slab/vdm-library-bundle/Service/StopWorkerService.php';
  5782.         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())), false, ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  5783.     }
  5784.     /**
  5785.      * Gets the private 'Vdm\Bundle\LibraryBundle\EventSubscriber\StopWorker\StopWorkerOnEmptyMessageSubscriber' shared autowired service.
  5786.      *
  5787.      * @return \Vdm\Bundle\LibraryBundle\EventSubscriber\StopWorker\StopWorkerOnEmptyMessageSubscriber
  5788.      */
  5789.     protected function getStopWorkerOnEmptyMessageSubscriberService()
  5790.     {
  5791.         include_once \dirname(__DIR__4).'/vendor/3slab/vdm-library-bundle/EventSubscriber/StopWorker/StopWorkerOnEmptyMessageSubscriber.php';
  5792.         include_once \dirname(__DIR__4).'/vendor/3slab/vdm-library-bundle/Service/StopWorkerService.php';
  5793.         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()));
  5794.     }
  5795.     /**
  5796.      * Gets the private 'Vdm\Bundle\LibraryBundle\EventSubscriber\Trace\TraceAddEnterSubscriber' shared autowired service.
  5797.      *
  5798.      * @return \Vdm\Bundle\LibraryBundle\EventSubscriber\Trace\TraceAddEnterSubscriber
  5799.      */
  5800.     protected function getTraceAddEnterSubscriberService()
  5801.     {
  5802.         include_once \dirname(__DIR__4).'/vendor/3slab/vdm-library-bundle/EventSubscriber/Trace/TraceAddEnterSubscriber.php';
  5803.         return $this->privates['Vdm\\Bundle\\LibraryBundle\\EventSubscriber\\Trace\\TraceAddEnterSubscriber'] = new \Vdm\Bundle\LibraryBundle\EventSubscriber\Trace\TraceAddEnterSubscriber('default', ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  5804.     }
  5805.     /**
  5806.      * Gets the private 'Vdm\Bundle\LibraryBundle\EventSubscriber\Trace\TraceAddExitSubscriber' shared autowired service.
  5807.      *
  5808.      * @return \Vdm\Bundle\LibraryBundle\EventSubscriber\Trace\TraceAddExitSubscriber
  5809.      */
  5810.     protected function getTraceAddExitSubscriberService()
  5811.     {
  5812.         include_once \dirname(__DIR__4).'/vendor/3slab/vdm-library-bundle/EventSubscriber/Trace/TraceAddExitSubscriber.php';
  5813.         return $this->privates['Vdm\\Bundle\\LibraryBundle\\EventSubscriber\\Trace\\TraceAddExitSubscriber'] = new \Vdm\Bundle\LibraryBundle\EventSubscriber\Trace\TraceAddExitSubscriber('default', ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  5814.     }
  5815.     /**
  5816.      * Gets the private 'Vdm\Bundle\LibraryBundle\Service\Monitoring\MonitoringService' shared autowired service.
  5817.      *
  5818.      * @return \Vdm\Bundle\LibraryBundle\Service\Monitoring\MonitoringService
  5819.      */
  5820.     protected function getMonitoringServiceService()
  5821.     {
  5822.         include_once \dirname(__DIR__4).'/vendor/3slab/vdm-library-bundle/Service/Monitoring/MonitoringService.php';
  5823.         include_once \dirname(__DIR__4).'/vendor/3slab/vdm-library-bundle/Service/Monitoring/Storage/StorageInterface.php';
  5824.         include_once \dirname(__DIR__4).'/vendor/3slab/vdm-library-bundle/Service/Monitoring/Storage/StorageFactory.php';
  5825.         $a = ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService());
  5826.         $b = new \Vdm\Bundle\LibraryBundle\Service\Monitoring\Storage\StorageFactory($a);
  5827.         $b->registerStorageClass('Vdm\\Bundle\\LibraryBundle\\Service\\Monitoring\\Storage\\NullStorage');
  5828.         $b->registerStorageClass('Vdm\\Bundle\\LibraryBundle\\Service\\Monitoring\\Storage\\StatsDStorage');
  5829.         return $this->privates['Vdm\\Bundle\\LibraryBundle\\Service\\Monitoring\\MonitoringService'] = new \Vdm\Bundle\LibraryBundle\Service\Monitoring\MonitoringService($b->build('null', [], 'default'), $a);
  5830.     }
  5831.     /**
  5832.      * Gets the private 'Vdm\Bundle\LibraryBundle\Transport\Local\VdmLocalTransportFactory' shared autowired service.
  5833.      *
  5834.      * @return \Vdm\Bundle\LibraryBundle\Transport\Local\VdmLocalTransportFactory
  5835.      */
  5836.     protected function getVdmLocalTransportFactoryService()
  5837.     {
  5838.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/TransportFactoryInterface.php';
  5839.         include_once \dirname(__DIR__4).'/vendor/3slab/vdm-library-bundle/Transport/Local/VdmLocalTransportFactory.php';
  5840.         return $this->privates['Vdm\\Bundle\\LibraryBundle\\Transport\\Local\\VdmLocalTransportFactory'] = new \Vdm\Bundle\LibraryBundle\Transport\Local\VdmLocalTransportFactory(($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  5841.     }
  5842.     /**
  5843.      * Gets the private 'Vdm\Bundle\LibraryBundle\Transport\Manual\VdmManualTransportFactory' shared autowired service.
  5844.      *
  5845.      * @return \Vdm\Bundle\LibraryBundle\Transport\Manual\VdmManualTransportFactory
  5846.      */
  5847.     protected function getVdmManualTransportFactoryService()
  5848.     {
  5849.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/TransportFactoryInterface.php';
  5850.         include_once \dirname(__DIR__4).'/vendor/3slab/vdm-library-bundle/Transport/Manual/VdmManualTransportFactory.php';
  5851.         include_once \dirname(__DIR__4).'/vendor/3slab/vdm-library-bundle/Transport/Manual/VdmManualExecutorCollection.php';
  5852.         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()));
  5853.     }
  5854.     /**
  5855.      * Gets the private 'annotations.cache_adapter' shared service.
  5856.      *
  5857.      * @return \Symfony\Component\Cache\Adapter\PhpArrayAdapter
  5858.      */
  5859.     protected function getAnnotations_CacheAdapterService()
  5860.     {
  5861.         return \Symfony\Component\Cache\Adapter\PhpArrayAdapter::create(($this->targetDir.''.'/annotations.php'), ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService()));
  5862.     }
  5863.     /**
  5864.      * Gets the private 'annotations.cache_warmer' shared service.
  5865.      *
  5866.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\AnnotationsCacheWarmer
  5867.      */
  5868.     protected function getAnnotations_CacheWarmerService()
  5869.     {
  5870.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  5871.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/AbstractPhpFileCacheWarmer.php';
  5872.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/AnnotationsCacheWarmer.php';
  5873.         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);
  5874.     }
  5875.     /**
  5876.      * Gets the private 'annotations.cached_reader' shared service.
  5877.      *
  5878.      * @return \Doctrine\Common\Annotations\PsrCachedReader
  5879.      */
  5880.     protected function getAnnotations_CachedReaderService()
  5881.     {
  5882.         return $this->privates['annotations.cached_reader'] = new \Doctrine\Common\Annotations\PsrCachedReader(($this->privates['annotations.reader'] ?? $this->getAnnotations_ReaderService()), $this->getAnnotations_CacheAdapterService(), true);
  5883.     }
  5884.     /**
  5885.      * Gets the private 'annotations.reader' shared service.
  5886.      *
  5887.      * @return \Doctrine\Common\Annotations\AnnotationReader
  5888.      */
  5889.     protected function getAnnotations_ReaderService()
  5890.     {
  5891.         $this->privates['annotations.reader'] = $instance = new \Doctrine\Common\Annotations\AnnotationReader();
  5892.         $a = new \Doctrine\Common\Annotations\AnnotationRegistry();
  5893.         $a->registerUniqueLoader('class_exists');
  5894.         $instance->addGlobalIgnoredName('required'$a);
  5895.         return $instance;
  5896.     }
  5897.     /**
  5898.      * Gets the private 'cache.annotations' shared service.
  5899.      *
  5900.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  5901.      */
  5902.     protected function getCache_AnnotationsService()
  5903.     {
  5904.         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())));
  5905.     }
  5906.     /**
  5907.      * Gets the private 'cache.messenger.restart_workers_signal' shared service.
  5908.      *
  5909.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  5910.      */
  5911.     protected function getCache_Messenger_RestartWorkersSignalService()
  5912.     {
  5913.         $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))));
  5914.         $a->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  5915.         return $this->privates['cache.messenger.restart_workers_signal'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter($a);
  5916.     }
  5917.     /**
  5918.      * Gets the private 'cache.property_info' shared service.
  5919.      *
  5920.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  5921.      */
  5922.     protected function getCache_PropertyInfoService()
  5923.     {
  5924.         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())));
  5925.     }
  5926.     /**
  5927.      * Gets the private 'cache.security_expression_language' shared service.
  5928.      *
  5929.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  5930.      */
  5931.     protected function getCache_SecurityExpressionLanguageService()
  5932.     {
  5933.         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())));
  5934.     }
  5935.     /**
  5936.      * Gets the private 'cache.serializer' shared service.
  5937.      *
  5938.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  5939.      */
  5940.     protected function getCache_SerializerService()
  5941.     {
  5942.         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())));
  5943.     }
  5944.     /**
  5945.      * Gets the private 'cache.validator' shared service.
  5946.      *
  5947.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  5948.      */
  5949.     protected function getCache_ValidatorService()
  5950.     {
  5951.         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())));
  5952.     }
  5953.     /**
  5954.      * Gets the private 'cache_pool_clearer.cache_warmer' shared service.
  5955.      *
  5956.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\CachePoolClearerCacheWarmer
  5957.      */
  5958.     protected function getCachePoolClearer_CacheWarmerService()
  5959.     {
  5960.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  5961.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/CachePoolClearerCacheWarmer.php';
  5962.         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']);
  5963.     }
  5964.     /**
  5965.      * Gets the private 'config_builder.warmer' shared service.
  5966.      *
  5967.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\ConfigBuilderCacheWarmer
  5968.      */
  5969.     protected function getConfigBuilder_WarmerService()
  5970.     {
  5971.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  5972.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/ConfigBuilderCacheWarmer.php';
  5973.         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()));
  5974.     }
  5975.     /**
  5976.      * Gets the private 'config_cache_factory' shared service.
  5977.      *
  5978.      * @return \Symfony\Component\Config\ResourceCheckerConfigCacheFactory
  5979.      */
  5980.     protected function getConfigCacheFactoryService()
  5981.     {
  5982.         return $this->privates['config_cache_factory'] = new \Symfony\Component\Config\ResourceCheckerConfigCacheFactory(new RewindableGenerator(function () {
  5983.             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)));
  5984.             yield => ($this->privates['config.resource.self_checking_resource_checker'] ?? ($this->privates['config.resource.self_checking_resource_checker'] = new \Symfony\Component\Config\Resource\SelfCheckingResourceChecker()));
  5985.         }, 2));
  5986.     }
  5987.     /**
  5988.      * Gets the private 'console.command.about' shared service.
  5989.      *
  5990.      * @return \Symfony\Bundle\FrameworkBundle\Command\AboutCommand
  5991.      */
  5992.     protected function getConsole_Command_AboutService()
  5993.     {
  5994.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5995.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/AboutCommand.php';
  5996.         $this->privates['console.command.about'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\AboutCommand();
  5997.         $instance->setName('about');
  5998.         $instance->setDescription('Display information about the current project');
  5999.         return $instance;
  6000.     }
  6001.     /**
  6002.      * Gets the private 'console.command.assets_install' shared service.
  6003.      *
  6004.      * @return \Symfony\Bundle\FrameworkBundle\Command\AssetsInstallCommand
  6005.      */
  6006.     protected function getConsole_Command_AssetsInstallService()
  6007.     {
  6008.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6009.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/AssetsInstallCommand.php';
  6010.         include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  6011.         $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));
  6012.         $instance->setName('assets:install');
  6013.         $instance->setDescription('Install bundle\'s web assets under a public directory');
  6014.         return $instance;
  6015.     }
  6016.     /**
  6017.      * Gets the private 'console.command.cache_clear' shared service.
  6018.      *
  6019.      * @return \Symfony\Bundle\FrameworkBundle\Command\CacheClearCommand
  6020.      */
  6021.     protected function getConsole_Command_CacheClearService()
  6022.     {
  6023.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6024.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/CacheClearCommand.php';
  6025.         include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  6026.         $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())));
  6027.         $instance->setName('cache:clear');
  6028.         $instance->setDescription('Clear the cache');
  6029.         return $instance;
  6030.     }
  6031.     /**
  6032.      * Gets the private 'console.command.cache_pool_clear' shared service.
  6033.      *
  6034.      * @return \Symfony\Bundle\FrameworkBundle\Command\CachePoolClearCommand
  6035.      */
  6036.     protected function getConsole_Command_CachePoolClearService()
  6037.     {
  6038.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6039.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/CachePoolClearCommand.php';
  6040.         $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']);
  6041.         $instance->setName('cache:pool:clear');
  6042.         $instance->setDescription('Clear cache pools');
  6043.         return $instance;
  6044.     }
  6045.     /**
  6046.      * Gets the private 'console.command.cache_pool_delete' shared service.
  6047.      *
  6048.      * @return \Symfony\Bundle\FrameworkBundle\Command\CachePoolDeleteCommand
  6049.      */
  6050.     protected function getConsole_Command_CachePoolDeleteService()
  6051.     {
  6052.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6053.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/CachePoolDeleteCommand.php';
  6054.         $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']);
  6055.         $instance->setName('cache:pool:delete');
  6056.         $instance->setDescription('Delete an item from a cache pool');
  6057.         return $instance;
  6058.     }
  6059.     /**
  6060.      * Gets the private 'console.command.cache_pool_list' shared service.
  6061.      *
  6062.      * @return \Symfony\Bundle\FrameworkBundle\Command\CachePoolListCommand
  6063.      */
  6064.     protected function getConsole_Command_CachePoolListService()
  6065.     {
  6066.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6067.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/CachePoolListCommand.php';
  6068.         $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']);
  6069.         $instance->setName('cache:pool:list');
  6070.         $instance->setDescription('List available cache pools');
  6071.         return $instance;
  6072.     }
  6073.     /**
  6074.      * Gets the private 'console.command.cache_pool_prune' shared service.
  6075.      *
  6076.      * @return \Symfony\Bundle\FrameworkBundle\Command\CachePoolPruneCommand
  6077.      */
  6078.     protected function getConsole_Command_CachePoolPruneService()
  6079.     {
  6080.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6081.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/CachePoolPruneCommand.php';
  6082.         $this->privates['console.command.cache_pool_prune'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\CachePoolPruneCommand(new RewindableGenerator(function () {
  6083.             yield 'cache.app' => ($this->services['cache.app'] ?? $this->getCache_AppService());
  6084.             yield 'cache.system' => ($this->services['cache.system'] ?? $this->getCache_SystemService());
  6085.             yield 'cache.validator' => ($this->privates['cache.validator'] ?? $this->getCache_ValidatorService());
  6086.             yield 'cache.serializer' => ($this->privates['cache.serializer'] ?? $this->getCache_SerializerService());
  6087.             yield 'cache.annotations' => ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService());
  6088.             yield 'cache.property_info' => ($this->privates['cache.property_info'] ?? $this->getCache_PropertyInfoService());
  6089.             yield 'cache.messenger.restart_workers_signal' => ($this->privates['cache.messenger.restart_workers_signal'] ?? $this->getCache_Messenger_RestartWorkersSignalService());
  6090.             yield '.portail_cache_pool.inner' => ($this->privates['.portail_cache_pool.inner'] ?? $this->get_PortailCachePool_InnerService());
  6091.             yield 'cache.validator_expression_language' => ($this->services['cache.validator_expression_language'] ?? $this->getCache_ValidatorExpressionLanguageService());
  6092.             yield 'cache.security_expression_language' => ($this->privates['cache.security_expression_language'] ?? $this->getCache_SecurityExpressionLanguageService());
  6093.         }, 10));
  6094.         $instance->setName('cache:pool:prune');
  6095.         $instance->setDescription('Prune cache pools');
  6096.         return $instance;
  6097.     }
  6098.     /**
  6099.      * Gets the private 'console.command.cache_warmup' shared service.
  6100.      *
  6101.      * @return \Symfony\Bundle\FrameworkBundle\Command\CacheWarmupCommand
  6102.      */
  6103.     protected function getConsole_Command_CacheWarmupService()
  6104.     {
  6105.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6106.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/CacheWarmupCommand.php';
  6107.         $this->privates['console.command.cache_warmup'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\CacheWarmupCommand(($this->services['cache_warmer'] ?? $this->getCacheWarmerService()));
  6108.         $instance->setName('cache:warmup');
  6109.         $instance->setDescription('Warm up an empty cache');
  6110.         return $instance;
  6111.     }
  6112.     /**
  6113.      * Gets the private 'console.command.config_debug' shared service.
  6114.      *
  6115.      * @return \Symfony\Bundle\FrameworkBundle\Command\ConfigDebugCommand
  6116.      */
  6117.     protected function getConsole_Command_ConfigDebugService()
  6118.     {
  6119.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6120.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/BuildDebugContainerTrait.php';
  6121.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ContainerDebugCommand.php';
  6122.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/AbstractConfigCommand.php';
  6123.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ConfigDebugCommand.php';
  6124.         $this->privates['console.command.config_debug'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\ConfigDebugCommand();
  6125.         $instance->setName('debug:config');
  6126.         $instance->setDescription('Dump the current configuration for an extension');
  6127.         return $instance;
  6128.     }
  6129.     /**
  6130.      * Gets the private 'console.command.config_dump_reference' shared service.
  6131.      *
  6132.      * @return \Symfony\Bundle\FrameworkBundle\Command\ConfigDumpReferenceCommand
  6133.      */
  6134.     protected function getConsole_Command_ConfigDumpReferenceService()
  6135.     {
  6136.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6137.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/BuildDebugContainerTrait.php';
  6138.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ContainerDebugCommand.php';
  6139.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/AbstractConfigCommand.php';
  6140.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ConfigDumpReferenceCommand.php';
  6141.         $this->privates['console.command.config_dump_reference'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\ConfigDumpReferenceCommand();
  6142.         $instance->setName('config:dump-reference');
  6143.         $instance->setDescription('Dump the default configuration for an extension');
  6144.         return $instance;
  6145.     }
  6146.     /**
  6147.      * Gets the private 'console.command.container_debug' shared service.
  6148.      *
  6149.      * @return \Symfony\Bundle\FrameworkBundle\Command\ContainerDebugCommand
  6150.      */
  6151.     protected function getConsole_Command_ContainerDebugService()
  6152.     {
  6153.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6154.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/BuildDebugContainerTrait.php';
  6155.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ContainerDebugCommand.php';
  6156.         $this->privates['console.command.container_debug'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\ContainerDebugCommand();
  6157.         $instance->setName('debug:container');
  6158.         $instance->setDescription('Display current services for an application');
  6159.         return $instance;
  6160.     }
  6161.     /**
  6162.      * Gets the private 'console.command.container_lint' shared service.
  6163.      *
  6164.      * @return \Symfony\Bundle\FrameworkBundle\Command\ContainerLintCommand
  6165.      */
  6166.     protected function getConsole_Command_ContainerLintService()
  6167.     {
  6168.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6169.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ContainerLintCommand.php';
  6170.         $this->privates['console.command.container_lint'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\ContainerLintCommand();
  6171.         $instance->setName('lint:container');
  6172.         $instance->setDescription('Ensure that arguments injected into services match type declarations');
  6173.         return $instance;
  6174.     }
  6175.     /**
  6176.      * Gets the private 'console.command.debug_autowiring' shared service.
  6177.      *
  6178.      * @return \Symfony\Bundle\FrameworkBundle\Command\DebugAutowiringCommand
  6179.      */
  6180.     protected function getConsole_Command_DebugAutowiringService()
  6181.     {
  6182.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6183.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/BuildDebugContainerTrait.php';
  6184.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ContainerDebugCommand.php';
  6185.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/DebugAutowiringCommand.php';
  6186.         $this->privates['console.command.debug_autowiring'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\DebugAutowiringCommand(NULL, ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService()));
  6187.         $instance->setName('debug:autowiring');
  6188.         $instance->setDescription('List classes/interfaces you can use for autowiring');
  6189.         return $instance;
  6190.     }
  6191.     /**
  6192.      * Gets the private 'console.command.dotenv_debug' shared service.
  6193.      *
  6194.      * @return \Symfony\Component\Dotenv\Command\DebugCommand
  6195.      */
  6196.     protected function getConsole_Command_DotenvDebugService()
  6197.     {
  6198.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6199.         include_once \dirname(__DIR__4).'/vendor/symfony/dotenv/Command/DebugCommand.php';
  6200.         $this->privates['console.command.dotenv_debug'] = $instance = new \Symfony\Component\Dotenv\Command\DebugCommand('int', \dirname(__DIR__4));
  6201.         $instance->setName('debug:dotenv');
  6202.         $instance->setDescription('Lists all dotenv files with variables and values');
  6203.         return $instance;
  6204.     }
  6205.     /**
  6206.      * Gets the private 'console.command.event_dispatcher_debug' shared service.
  6207.      *
  6208.      * @return \Symfony\Bundle\FrameworkBundle\Command\EventDispatcherDebugCommand
  6209.      */
  6210.     protected function getConsole_Command_EventDispatcherDebugService()
  6211.     {
  6212.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6213.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/EventDispatcherDebugCommand.php';
  6214.         $this->privates['console.command.event_dispatcher_debug'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\EventDispatcherDebugCommand(($this->privates['.service_locator.8HC7Byw'] ?? $this->get_ServiceLocator_8HC7BywService()));
  6215.         $instance->setName('debug:event-dispatcher');
  6216.         $instance->setDescription('Display configured listeners for an application');
  6217.         return $instance;
  6218.     }
  6219.     /**
  6220.      * Gets the private 'console.command.form_debug' shared service.
  6221.      *
  6222.      * @return \Symfony\Component\Form\Command\DebugCommand
  6223.      */
  6224.     protected function getConsole_Command_FormDebugService()
  6225.     {
  6226.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6227.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Command/DebugCommand.php';
  6228.         $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()));
  6229.         $instance->setName('debug:form');
  6230.         $instance->setDescription('Display form type information');
  6231.         return $instance;
  6232.     }
  6233.     /**
  6234.      * Gets the private 'console.command.messenger_consume_messages' shared service.
  6235.      *
  6236.      * @return \Symfony\Component\Messenger\Command\ConsumeMessagesCommand
  6237.      */
  6238.     protected function getConsole_Command_MessengerConsumeMessagesService()
  6239.     {
  6240.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6241.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Command/ConsumeMessagesCommand.php';
  6242.         $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'=> 'failed'], NULL, [=> 'messenger.bus.default']);
  6243.         $instance->setName('messenger:consume');
  6244.         $instance->setDescription('Consume messages');
  6245.         return $instance;
  6246.     }
  6247.     /**
  6248.      * Gets the private 'console.command.messenger_debug' shared service.
  6249.      *
  6250.      * @return \Symfony\Component\Messenger\Command\DebugCommand
  6251.      */
  6252.     protected function getConsole_Command_MessengerDebugService()
  6253.     {
  6254.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6255.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Command/DebugCommand.php';
  6256.         $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\\NextcloudMessageHandler'=> ['from_transport' => 'nextcloud']], => [=> 'App\\MessageHandler\\SignalMessageHandler'=> ['from_transport' => 'signal']]], 'Symfony\\Component\\Mailer\\Messenger\\SendEmailMessage' => [=> [=> 'mailer.messenger.message_handler'=> []]]]]);
  6257.         $instance->setName('debug:messenger');
  6258.         $instance->setDescription('List messages you can dispatch using the message buses');
  6259.         return $instance;
  6260.     }
  6261.     /**
  6262.      * Gets the private 'console.command.messenger_failed_messages_remove' shared service.
  6263.      *
  6264.      * @return \Symfony\Component\Messenger\Command\FailedMessagesRemoveCommand
  6265.      */
  6266.     protected function getConsole_Command_MessengerFailedMessagesRemoveService()
  6267.     {
  6268.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6269.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Command/AbstractFailedMessagesCommand.php';
  6270.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Command/FailedMessagesRemoveCommand.php';
  6271.         $this->privates['console.command.messenger_failed_messages_remove'] = $instance = new \Symfony\Component\Messenger\Command\FailedMessagesRemoveCommand('failed', ($this->privates['.service_locator.Y4J.A.e'] ?? $this->get_ServiceLocator_Y4J_A_EService()));
  6272.         $instance->setName('messenger:failed:remove');
  6273.         $instance->setDescription('Remove given messages from the failure transport');
  6274.         return $instance;
  6275.     }
  6276.     /**
  6277.      * Gets the private 'console.command.messenger_failed_messages_retry' shared service.
  6278.      *
  6279.      * @return \Symfony\Component\Messenger\Command\FailedMessagesRetryCommand
  6280.      */
  6281.     protected function getConsole_Command_MessengerFailedMessagesRetryService()
  6282.     {
  6283.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6284.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Command/AbstractFailedMessagesCommand.php';
  6285.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Command/FailedMessagesRetryCommand.php';
  6286.         $this->privates['console.command.messenger_failed_messages_retry'] = $instance = new \Symfony\Component\Messenger\Command\FailedMessagesRetryCommand('failed', ($this->privates['.service_locator.Y4J.A.e'] ?? $this->get_ServiceLocator_Y4J_A_EService()), ($this->privates['messenger.routable_message_bus'] ?? $this->getMessenger_RoutableMessageBusService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->privates['monolog.logger.messenger'] ?? $this->getMonolog_Logger_MessengerService()));
  6287.         $instance->setName('messenger:failed:retry');
  6288.         $instance->setDescription('Retry one or more messages from the failure transport');
  6289.         return $instance;
  6290.     }
  6291.     /**
  6292.      * Gets the private 'console.command.messenger_failed_messages_show' shared service.
  6293.      *
  6294.      * @return \Symfony\Component\Messenger\Command\FailedMessagesShowCommand
  6295.      */
  6296.     protected function getConsole_Command_MessengerFailedMessagesShowService()
  6297.     {
  6298.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6299.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Command/AbstractFailedMessagesCommand.php';
  6300.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Command/FailedMessagesShowCommand.php';
  6301.         $this->privates['console.command.messenger_failed_messages_show'] = $instance = new \Symfony\Component\Messenger\Command\FailedMessagesShowCommand('failed', ($this->privates['.service_locator.Y4J.A.e'] ?? $this->get_ServiceLocator_Y4J_A_EService()));
  6302.         $instance->setName('messenger:failed:show');
  6303.         $instance->setDescription('Show one or more messages from the failure transport');
  6304.         return $instance;
  6305.     }
  6306.     /**
  6307.      * Gets the private 'console.command.messenger_setup_transports' shared service.
  6308.      *
  6309.      * @return \Symfony\Component\Messenger\Command\SetupTransportsCommand
  6310.      */
  6311.     protected function getConsole_Command_MessengerSetupTransportsService()
  6312.     {
  6313.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6314.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Command/SetupTransportsCommand.php';
  6315.         $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'=> 'failed']);
  6316.         $instance->setName('messenger:setup-transports');
  6317.         $instance->setDescription('Prepare the required infrastructure for the transport');
  6318.         return $instance;
  6319.     }
  6320.     /**
  6321.      * Gets the private 'console.command.messenger_stop_workers' shared service.
  6322.      *
  6323.      * @return \Symfony\Component\Messenger\Command\StopWorkersCommand
  6324.      */
  6325.     protected function getConsole_Command_MessengerStopWorkersService()
  6326.     {
  6327.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6328.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Command/StopWorkersCommand.php';
  6329.         $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()));
  6330.         $instance->setName('messenger:stop-workers');
  6331.         $instance->setDescription('Stop workers after their current message');
  6332.         return $instance;
  6333.     }
  6334.     /**
  6335.      * Gets the private 'console.command.router_debug' shared service.
  6336.      *
  6337.      * @return \Symfony\Bundle\FrameworkBundle\Command\RouterDebugCommand
  6338.      */
  6339.     protected function getConsole_Command_RouterDebugService()
  6340.     {
  6341.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6342.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/BuildDebugContainerTrait.php';
  6343.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/RouterDebugCommand.php';
  6344.         $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()));
  6345.         $instance->setName('debug:router');
  6346.         $instance->setDescription('Display current routes for an application');
  6347.         return $instance;
  6348.     }
  6349.     /**
  6350.      * Gets the private 'console.command.router_match' shared service.
  6351.      *
  6352.      * @return \Symfony\Bundle\FrameworkBundle\Command\RouterMatchCommand
  6353.      */
  6354.     protected function getConsole_Command_RouterMatchService()
  6355.     {
  6356.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6357.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/RouterMatchCommand.php';
  6358.         $this->privates['console.command.router_match'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\RouterMatchCommand(($this->services['router'] ?? $this->getRouterService()), new RewindableGenerator(function () {
  6359.             yield => ($this->privates['router.expression_language_provider'] ?? $this->getRouter_ExpressionLanguageProviderService());
  6360.         }, 1));
  6361.         $instance->setName('router:match');
  6362.         $instance->setDescription('Help debug routes by simulating a path info match');
  6363.         return $instance;
  6364.     }
  6365.     /**
  6366.      * Gets the private 'console.command.secrets_decrypt_to_local' shared service.
  6367.      *
  6368.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsDecryptToLocalCommand
  6369.      */
  6370.     protected function getConsole_Command_SecretsDecryptToLocalService()
  6371.     {
  6372.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6373.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/SecretsDecryptToLocalCommand.php';
  6374.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  6375.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  6376.         $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')))));
  6377.         $instance->setName('secrets:decrypt-to-local');
  6378.         $instance->setDescription('Decrypt all secrets and stores them in the local vault');
  6379.         return $instance;
  6380.     }
  6381.     /**
  6382.      * Gets the private 'console.command.secrets_encrypt_from_local' shared service.
  6383.      *
  6384.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsEncryptFromLocalCommand
  6385.      */
  6386.     protected function getConsole_Command_SecretsEncryptFromLocalService()
  6387.     {
  6388.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6389.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/SecretsEncryptFromLocalCommand.php';
  6390.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  6391.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  6392.         $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')))));
  6393.         $instance->setName('secrets:encrypt-from-local');
  6394.         $instance->setDescription('Encrypt all local secrets to the vault');
  6395.         return $instance;
  6396.     }
  6397.     /**
  6398.      * Gets the private 'console.command.secrets_generate_key' shared service.
  6399.      *
  6400.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsGenerateKeysCommand
  6401.      */
  6402.     protected function getConsole_Command_SecretsGenerateKeyService()
  6403.     {
  6404.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6405.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/SecretsGenerateKeysCommand.php';
  6406.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  6407.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  6408.         $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')))));
  6409.         $instance->setName('secrets:generate-keys');
  6410.         $instance->setDescription('Generate new encryption keys');
  6411.         return $instance;
  6412.     }
  6413.     /**
  6414.      * Gets the private 'console.command.secrets_list' shared service.
  6415.      *
  6416.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsListCommand
  6417.      */
  6418.     protected function getConsole_Command_SecretsListService()
  6419.     {
  6420.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6421.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/SecretsListCommand.php';
  6422.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  6423.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  6424.         $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')))));
  6425.         $instance->setName('secrets:list');
  6426.         $instance->setDescription('List all secrets');
  6427.         return $instance;
  6428.     }
  6429.     /**
  6430.      * Gets the private 'console.command.secrets_remove' shared service.
  6431.      *
  6432.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsRemoveCommand
  6433.      */
  6434.     protected function getConsole_Command_SecretsRemoveService()
  6435.     {
  6436.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6437.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/SecretsRemoveCommand.php';
  6438.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  6439.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  6440.         $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')))));
  6441.         $instance->setName('secrets:remove');
  6442.         $instance->setDescription('Remove a secret from the vault');
  6443.         return $instance;
  6444.     }
  6445.     /**
  6446.      * Gets the private 'console.command.secrets_set' shared service.
  6447.      *
  6448.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsSetCommand
  6449.      */
  6450.     protected function getConsole_Command_SecretsSetService()
  6451.     {
  6452.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6453.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/SecretsSetCommand.php';
  6454.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  6455.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  6456.         $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')))));
  6457.         $instance->setName('secrets:set');
  6458.         $instance->setDescription('Set a secret in the vault');
  6459.         return $instance;
  6460.     }
  6461.     /**
  6462.      * Gets the private 'console.command.translation_debug' shared service.
  6463.      *
  6464.      * @return \Symfony\Bundle\FrameworkBundle\Command\TranslationDebugCommand
  6465.      */
  6466.     protected function getConsole_Command_TranslationDebugService()
  6467.     {
  6468.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6469.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/TranslationDebugCommand.php';
  6470.         $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')], []);
  6471.         $instance->setName('debug:translation');
  6472.         $instance->setDescription('Display translation messages information');
  6473.         return $instance;
  6474.     }
  6475.     /**
  6476.      * Gets the private 'console.command.translation_extract' shared service.
  6477.      *
  6478.      * @return \Symfony\Bundle\FrameworkBundle\Command\TranslationUpdateCommand
  6479.      */
  6480.     protected function getConsole_Command_TranslationExtractService()
  6481.     {
  6482.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6483.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/TranslationUpdateCommand.php';
  6484.         $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')], []);
  6485.         $instance->setName('translation:extract');
  6486.         $instance->setAliases([=> 'translation:update']);
  6487.         $instance->setDescription('Extract missing translations keys from code to translation files.');
  6488.         return $instance;
  6489.     }
  6490.     /**
  6491.      * Gets the private 'console.command.translation_pull' shared service.
  6492.      *
  6493.      * @return \Symfony\Component\Translation\Command\TranslationPullCommand
  6494.      */
  6495.     protected function getConsole_Command_TranslationPullService()
  6496.     {
  6497.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6498.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Command/TranslationTrait.php';
  6499.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Command/TranslationPullCommand.php';
  6500.         $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', [], []);
  6501.         $instance->setName('translation:pull');
  6502.         $instance->setDescription('Pull translations from a given provider.');
  6503.         return $instance;
  6504.     }
  6505.     /**
  6506.      * Gets the private 'console.command.translation_push' shared service.
  6507.      *
  6508.      * @return \Symfony\Component\Translation\Command\TranslationPushCommand
  6509.      */
  6510.     protected function getConsole_Command_TranslationPushService()
  6511.     {
  6512.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6513.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Command/TranslationTrait.php';
  6514.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Command/TranslationPushCommand.php';
  6515.         $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()), [], []);
  6516.         $instance->setName('translation:push');
  6517.         $instance->setDescription('Push translations to a given provider.');
  6518.         return $instance;
  6519.     }
  6520.     /**
  6521.      * Gets the private 'console.command.validator_debug' shared service.
  6522.      *
  6523.      * @return \Symfony\Component\Validator\Command\DebugCommand
  6524.      */
  6525.     protected function getConsole_Command_ValidatorDebugService()
  6526.     {
  6527.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6528.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/Command/DebugCommand.php';
  6529.         $this->privates['console.command.validator_debug'] = $instance = new \Symfony\Component\Validator\Command\DebugCommand(($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService()));
  6530.         $instance->setName('debug:validator');
  6531.         $instance->setDescription('Display validation constraints for classes');
  6532.         return $instance;
  6533.     }
  6534.     /**
  6535.      * Gets the private 'console.command.xliff_lint' shared service.
  6536.      *
  6537.      * @return \Symfony\Component\Translation\Command\XliffLintCommand
  6538.      */
  6539.     protected function getConsole_Command_XliffLintService()
  6540.     {
  6541.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6542.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Command/XliffLintCommand.php';
  6543.         $this->privates['console.command.xliff_lint'] = $instance = new \Symfony\Component\Translation\Command\XliffLintCommand();
  6544.         $instance->setName('lint:xliff');
  6545.         $instance->setDescription('Lint an XLIFF file and outputs encountered errors');
  6546.         return $instance;
  6547.     }
  6548.     /**
  6549.      * Gets the private 'console.command.yaml_lint' shared service.
  6550.      *
  6551.      * @return \Symfony\Bundle\FrameworkBundle\Command\YamlLintCommand
  6552.      */
  6553.     protected function getConsole_Command_YamlLintService()
  6554.     {
  6555.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6556.         include_once \dirname(__DIR__4).'/vendor/symfony/yaml/Command/LintCommand.php';
  6557.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/YamlLintCommand.php';
  6558.         $this->privates['console.command.yaml_lint'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\YamlLintCommand();
  6559.         $instance->setName('lint:yaml');
  6560.         $instance->setDescription('Lint a YAML file and outputs encountered errors');
  6561.         return $instance;
  6562.     }
  6563.     /**
  6564.      * Gets the private 'console.error_listener' shared service.
  6565.      *
  6566.      * @return \Symfony\Component\Console\EventListener\ErrorListener
  6567.      */
  6568.     protected function getConsole_ErrorListenerService()
  6569.     {
  6570.         include_once \dirname(__DIR__4).'/vendor/symfony/console/EventListener/ErrorListener.php';
  6571.         $a = new \Symfony\Bridge\Monolog\Logger('console');
  6572.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  6573.         $a->pushHandler(($this->privates['monolog.handler.stderr_errors'] ?? $this->getMonolog_Handler_StderrErrorsService()));
  6574.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  6575.         return $this->privates['console.error_listener'] = new \Symfony\Component\Console\EventListener\ErrorListener($a);
  6576.     }
  6577.     /**
  6578.      * Gets the private 'container.env_var_processor' shared service.
  6579.      *
  6580.      * @return \Symfony\Component\DependencyInjection\EnvVarProcessor
  6581.      */
  6582.     protected function getContainer_EnvVarProcessorService()
  6583.     {
  6584.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/EnvVarProcessorInterface.php';
  6585.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/EnvVarProcessor.php';
  6586.         return $this->privates['container.env_var_processor'] = new \Symfony\Component\DependencyInjection\EnvVarProcessor($this, new RewindableGenerator(function () {
  6587.             yield => ($this->privates['secrets.vault'] ?? $this->getSecrets_VaultService());
  6588.         }, 1));
  6589.     }
  6590.     /**
  6591.      * Gets the private 'container.getenv' shared service.
  6592.      *
  6593.      * @return \Closure
  6594.      */
  6595.     protected function getContainer_GetenvService()
  6596.     {
  6597.         return $this->privates['container.getenv'] = \Closure::fromCallable([=> $this=> 'getEnv']);
  6598.     }
  6599.     /**
  6600.      * Gets the private 'data_collector.form' shared service.
  6601.      *
  6602.      * @return \Symfony\Component\Form\Extension\DataCollector\FormDataCollector
  6603.      */
  6604.     protected function getDataCollector_FormService()
  6605.     {
  6606.         return $this->privates['data_collector.form'] = new \Symfony\Component\Form\Extension\DataCollector\FormDataCollector(new \Symfony\Component\Form\Extension\DataCollector\FormDataExtractor());
  6607.     }
  6608.     /**
  6609.      * Gets the private 'data_collector.request' shared service.
  6610.      *
  6611.      * @return \Symfony\Component\HttpKernel\DataCollector\RequestDataCollector
  6612.      */
  6613.     protected function getDataCollector_RequestService()
  6614.     {
  6615.         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())));
  6616.     }
  6617.     /**
  6618.      * Gets the private 'data_collector.request.session_collector' shared service.
  6619.      *
  6620.      * @return \Closure
  6621.      */
  6622.     protected function getDataCollector_Request_SessionCollectorService()
  6623.     {
  6624.         return $this->privates['data_collector.request.session_collector'] = \Closure::fromCallable([=> ($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService()), => 'collectSessionUsage']);
  6625.     }
  6626.     /**
  6627.      * Gets the private 'debug.argument_resolver.default' shared service.
  6628.      *
  6629.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  6630.      */
  6631.     protected function getDebug_ArgumentResolver_DefaultService()
  6632.     {
  6633.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  6634.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  6635.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/DefaultValueResolver.php';
  6636.         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))));
  6637.     }
  6638.     /**
  6639.      * Gets the private 'debug.argument_resolver.not_tagged_controller' shared service.
  6640.      *
  6641.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  6642.      */
  6643.     protected function getDebug_ArgumentResolver_NotTaggedControllerService()
  6644.     {
  6645.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  6646.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  6647.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/NotTaggedControllerValueResolver.php';
  6648.         $a = ($this->privates['.service_locator.LUltxyG'] ?? $this->get_ServiceLocator_LUltxyGService());
  6649.         if (isset($this->privates['debug.argument_resolver.not_tagged_controller'])) {
  6650.             return $this->privates['debug.argument_resolver.not_tagged_controller'];
  6651.         }
  6652.         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))));
  6653.     }
  6654.     /**
  6655.      * Gets the private 'debug.argument_resolver.request' shared service.
  6656.      *
  6657.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  6658.      */
  6659.     protected function getDebug_ArgumentResolver_RequestService()
  6660.     {
  6661.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  6662.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  6663.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/RequestValueResolver.php';
  6664.         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))));
  6665.     }
  6666.     /**
  6667.      * Gets the private 'debug.argument_resolver.request_attribute' shared service.
  6668.      *
  6669.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  6670.      */
  6671.     protected function getDebug_ArgumentResolver_RequestAttributeService()
  6672.     {
  6673.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  6674.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  6675.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/RequestAttributeValueResolver.php';
  6676.         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))));
  6677.     }
  6678.     /**
  6679.      * Gets the private 'debug.argument_resolver.service' shared service.
  6680.      *
  6681.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  6682.      */
  6683.     protected function getDebug_ArgumentResolver_ServiceService()
  6684.     {
  6685.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  6686.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  6687.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/ServiceValueResolver.php';
  6688.         $a = ($this->privates['.service_locator.LUltxyG'] ?? $this->get_ServiceLocator_LUltxyGService());
  6689.         if (isset($this->privates['debug.argument_resolver.service'])) {
  6690.             return $this->privates['debug.argument_resolver.service'];
  6691.         }
  6692.         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))));
  6693.     }
  6694.     /**
  6695.      * Gets the private 'debug.argument_resolver.session' shared service.
  6696.      *
  6697.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  6698.      */
  6699.     protected function getDebug_ArgumentResolver_SessionService()
  6700.     {
  6701.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  6702.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  6703.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/SessionValueResolver.php';
  6704.         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))));
  6705.     }
  6706.     /**
  6707.      * Gets the private 'debug.argument_resolver.variadic' shared service.
  6708.      *
  6709.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  6710.      */
  6711.     protected function getDebug_ArgumentResolver_VariadicService()
  6712.     {
  6713.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  6714.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  6715.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/VariadicValueResolver.php';
  6716.         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))));
  6717.     }
  6718.     /**
  6719.      * Gets the private 'debug.debug_handlers_listener' shared service.
  6720.      *
  6721.      * @return \Symfony\Component\HttpKernel\EventListener\DebugHandlersListener
  6722.      */
  6723.     protected function getDebug_DebugHandlersListenerService()
  6724.     {
  6725.         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()));
  6726.     }
  6727.     /**
  6728.      * Gets the private 'debug.file_link_formatter' shared service.
  6729.      *
  6730.      * @return \Symfony\Component\HttpKernel\Debug\FileLinkFormatter
  6731.      */
  6732.     protected function getDebug_FileLinkFormatterService()
  6733.     {
  6734.         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 () {
  6735.             return ($this->privates['debug.file_link_formatter.url_format'] ?? $this->getDebug_FileLinkFormatter_UrlFormatService());
  6736.         });
  6737.     }
  6738.     /**
  6739.      * Gets the private 'debug.file_link_formatter.url_format' shared service.
  6740.      *
  6741.      * @return \string
  6742.      */
  6743.     protected function getDebug_FileLinkFormatter_UrlFormatService()
  6744.     {
  6745.         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');
  6746.     }
  6747.     /**
  6748.      * Gets the private 'debug.log_processor' shared service.
  6749.      *
  6750.      * @return \Symfony\Bridge\Monolog\Processor\DebugProcessor
  6751.      */
  6752.     protected function getDebug_LogProcessorService()
  6753.     {
  6754.         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())));
  6755.     }
  6756.     /**
  6757.      * Gets the private 'debug.security.access.decision_manager' shared service.
  6758.      *
  6759.      * @return \Symfony\Component\Security\Core\Authorization\TraceableAccessDecisionManager
  6760.      */
  6761.     protected function getDebug_Security_Access_DecisionManagerService()
  6762.     {
  6763.         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 () {
  6764.             yield => ($this->privates['debug.security.voter.security.access.authenticated_voter'] ?? $this->getDebug_Security_Voter_Security_Access_AuthenticatedVoterService());
  6765.             yield => ($this->privates['debug.security.voter.security.access.simple_role_voter'] ?? $this->getDebug_Security_Voter_Security_Access_SimpleRoleVoterService());
  6766.             yield => ($this->privates['debug.security.voter.security.access.expression_voter'] ?? $this->getDebug_Security_Voter_Security_Access_ExpressionVoterService());
  6767.             yield => ($this->privates['debug.security.voter.App\\Security\\Voter\\Permissions\\Admin\\AdminContractVoter'] ?? $this->getAdminContractVoterService());
  6768.             yield => ($this->privates['debug.security.voter.App\\Security\\Voter\\Permissions\\Admin\\AdminOrganizationVoter'] ?? $this->getAdminOrganizationVoterService());
  6769.             yield => ($this->privates['debug.security.voter.App\\Security\\Voter\\Permissions\\Admin\\AdminPortalVoter'] ?? $this->getAdminPortalVoterService());
  6770.             yield => ($this->privates['debug.security.voter.App\\Security\\Voter\\Permissions\\User\\UserContractVoter'] ?? $this->getUserContractVoterService());
  6771.             yield => ($this->privates['debug.security.voter.App\\Security\\Voter\\Permissions\\User\\UserOrganizationVoter'] ?? $this->getUserOrganizationVoterService());
  6772.         }, 8), new \Symfony\Component\Security\Core\Authorization\Strategy\AffirmativeStrategy(false)));
  6773.     }
  6774.     /**
  6775.      * Gets the private 'debug.security.firewall' shared service.
  6776.      *
  6777.      * @return \Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener
  6778.      */
  6779.     protected function getDebug_Security_FirewallService()
  6780.     {
  6781.         $a = ($this->privates['security.firewall.map'] ?? $this->getSecurity_Firewall_MapService());
  6782.         if (isset($this->privates['debug.security.firewall'])) {
  6783.             return $this->privates['debug.security.firewall'];
  6784.         }
  6785.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  6786.         if (isset($this->privates['debug.security.firewall'])) {
  6787.             return $this->privates['debug.security.firewall'];
  6788.         }
  6789.         return $this->privates['debug.security.firewall'] = new \Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener($a$b, ($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService()));
  6790.     }
  6791.     /**
  6792.      * Gets the private 'debug.security.user_value_resolver' shared service.
  6793.      *
  6794.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  6795.      */
  6796.     protected function getDebug_Security_UserValueResolverService()
  6797.     {
  6798.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  6799.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  6800.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Controller/UserValueResolver.php';
  6801.         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))));
  6802.     }
  6803.     /**
  6804.      * Gets the private 'debug.security.voter.App\Security\Voter\Permissions\Admin\AdminContractVoter' shared service.
  6805.      *
  6806.      * @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
  6807.      */
  6808.     protected function getAdminContractVoterService()
  6809.     {
  6810.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
  6811.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/CacheableVoterInterface.php';
  6812.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
  6813.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/Voter.php';
  6814.         include_once \dirname(__DIR__4).'/src/Security/Voter/Permissions/Admin/AdminVoter.php';
  6815.         include_once \dirname(__DIR__4).'/src/Security/Voter/Permissions/Admin/AdminContractVoter.php';
  6816.         $a = ($this->privates['App\\Manager\\UserManager'] ?? $this->getUserManagerService());
  6817.         if (isset($this->privates['debug.security.voter.App\\Security\\Voter\\Permissions\\Admin\\AdminContractVoter'])) {
  6818.             return $this->privates['debug.security.voter.App\\Security\\Voter\\Permissions\\Admin\\AdminContractVoter'];
  6819.         }
  6820.         $b = ($this->privates['App\\Manager\\OrganizationManager'] ?? $this->getOrganizationManagerService());
  6821.         if (isset($this->privates['debug.security.voter.App\\Security\\Voter\\Permissions\\Admin\\AdminContractVoter'])) {
  6822.             return $this->privates['debug.security.voter.App\\Security\\Voter\\Permissions\\Admin\\AdminContractVoter'];
  6823.         }
  6824.         $c = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  6825.         if (isset($this->privates['debug.security.voter.App\\Security\\Voter\\Permissions\\Admin\\AdminContractVoter'])) {
  6826.             return $this->privates['debug.security.voter.App\\Security\\Voter\\Permissions\\Admin\\AdminContractVoter'];
  6827.         }
  6828.         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);
  6829.     }
  6830.     /**
  6831.      * Gets the private 'debug.security.voter.App\Security\Voter\Permissions\Admin\AdminOrganizationVoter' shared service.
  6832.      *
  6833.      * @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
  6834.      */
  6835.     protected function getAdminOrganizationVoterService()
  6836.     {
  6837.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
  6838.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/CacheableVoterInterface.php';
  6839.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
  6840.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/Voter.php';
  6841.         include_once \dirname(__DIR__4).'/src/Security/Voter/Permissions/Admin/AdminVoter.php';
  6842.         include_once \dirname(__DIR__4).'/src/Security/Voter/Permissions/Admin/AdminOrganizationVoter.php';
  6843.         $a = ($this->privates['App\\Manager\\UserManager'] ?? $this->getUserManagerService());
  6844.         if (isset($this->privates['debug.security.voter.App\\Security\\Voter\\Permissions\\Admin\\AdminOrganizationVoter'])) {
  6845.             return $this->privates['debug.security.voter.App\\Security\\Voter\\Permissions\\Admin\\AdminOrganizationVoter'];
  6846.         }
  6847.         $b = ($this->privates['App\\Manager\\OrganizationManager'] ?? $this->getOrganizationManagerService());
  6848.         if (isset($this->privates['debug.security.voter.App\\Security\\Voter\\Permissions\\Admin\\AdminOrganizationVoter'])) {
  6849.             return $this->privates['debug.security.voter.App\\Security\\Voter\\Permissions\\Admin\\AdminOrganizationVoter'];
  6850.         }
  6851.         $c = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  6852.         if (isset($this->privates['debug.security.voter.App\\Security\\Voter\\Permissions\\Admin\\AdminOrganizationVoter'])) {
  6853.             return $this->privates['debug.security.voter.App\\Security\\Voter\\Permissions\\Admin\\AdminOrganizationVoter'];
  6854.         }
  6855.         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);
  6856.     }
  6857.     /**
  6858.      * Gets the private 'debug.security.voter.App\Security\Voter\Permissions\Admin\AdminPortalVoter' shared service.
  6859.      *
  6860.      * @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
  6861.      */
  6862.     protected function getAdminPortalVoterService()
  6863.     {
  6864.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
  6865.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/CacheableVoterInterface.php';
  6866.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
  6867.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/Voter.php';
  6868.         include_once \dirname(__DIR__4).'/src/Security/Voter/Permissions/Admin/AdminVoter.php';
  6869.         include_once \dirname(__DIR__4).'/src/Security/Voter/Permissions/Admin/AdminPortalVoter.php';
  6870.         $a = ($this->privates['App\\Manager\\UserManager'] ?? $this->getUserManagerService());
  6871.         if (isset($this->privates['debug.security.voter.App\\Security\\Voter\\Permissions\\Admin\\AdminPortalVoter'])) {
  6872.             return $this->privates['debug.security.voter.App\\Security\\Voter\\Permissions\\Admin\\AdminPortalVoter'];
  6873.         }
  6874.         $b = ($this->privates['App\\Manager\\OrganizationManager'] ?? $this->getOrganizationManagerService());
  6875.         if (isset($this->privates['debug.security.voter.App\\Security\\Voter\\Permissions\\Admin\\AdminPortalVoter'])) {
  6876.             return $this->privates['debug.security.voter.App\\Security\\Voter\\Permissions\\Admin\\AdminPortalVoter'];
  6877.         }
  6878.         $c = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  6879.         if (isset($this->privates['debug.security.voter.App\\Security\\Voter\\Permissions\\Admin\\AdminPortalVoter'])) {
  6880.             return $this->privates['debug.security.voter.App\\Security\\Voter\\Permissions\\Admin\\AdminPortalVoter'];
  6881.         }
  6882.         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);
  6883.     }
  6884.     /**
  6885.      * Gets the private 'debug.security.voter.App\Security\Voter\Permissions\User\UserContractVoter' shared service.
  6886.      *
  6887.      * @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
  6888.      */
  6889.     protected function getUserContractVoterService()
  6890.     {
  6891.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
  6892.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/CacheableVoterInterface.php';
  6893.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
  6894.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/Voter.php';
  6895.         include_once \dirname(__DIR__4).'/src/Security/Voter/Permissions/User/UserVoter.php';
  6896.         include_once \dirname(__DIR__4).'/src/Security/Voter/Permissions/User/UserContractVoter.php';
  6897.         $a = ($this->privates['App\\Manager\\UserManager'] ?? $this->getUserManagerService());
  6898.         if (isset($this->privates['debug.security.voter.App\\Security\\Voter\\Permissions\\User\\UserContractVoter'])) {
  6899.             return $this->privates['debug.security.voter.App\\Security\\Voter\\Permissions\\User\\UserContractVoter'];
  6900.         }
  6901.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  6902.         if (isset($this->privates['debug.security.voter.App\\Security\\Voter\\Permissions\\User\\UserContractVoter'])) {
  6903.             return $this->privates['debug.security.voter.App\\Security\\Voter\\Permissions\\User\\UserContractVoter'];
  6904.         }
  6905.         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);
  6906.     }
  6907.     /**
  6908.      * Gets the private 'debug.security.voter.App\Security\Voter\Permissions\User\UserOrganizationVoter' shared service.
  6909.      *
  6910.      * @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
  6911.      */
  6912.     protected function getUserOrganizationVoterService()
  6913.     {
  6914.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
  6915.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/CacheableVoterInterface.php';
  6916.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
  6917.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/Voter.php';
  6918.         include_once \dirname(__DIR__4).'/src/Security/Voter/Permissions/User/UserVoter.php';
  6919.         include_once \dirname(__DIR__4).'/src/Security/Voter/Permissions/User/UserOrganizationVoter.php';
  6920.         $a = ($this->privates['App\\Manager\\OrganizationManager'] ?? $this->getOrganizationManagerService());
  6921.         if (isset($this->privates['debug.security.voter.App\\Security\\Voter\\Permissions\\User\\UserOrganizationVoter'])) {
  6922.             return $this->privates['debug.security.voter.App\\Security\\Voter\\Permissions\\User\\UserOrganizationVoter'];
  6923.         }
  6924.         $b = ($this->privates['App\\Manager\\UserManager'] ?? $this->getUserManagerService());
  6925.         if (isset($this->privates['debug.security.voter.App\\Security\\Voter\\Permissions\\User\\UserOrganizationVoter'])) {
  6926.             return $this->privates['debug.security.voter.App\\Security\\Voter\\Permissions\\User\\UserOrganizationVoter'];
  6927.         }
  6928.         $c = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  6929.         if (isset($this->privates['debug.security.voter.App\\Security\\Voter\\Permissions\\User\\UserOrganizationVoter'])) {
  6930.             return $this->privates['debug.security.voter.App\\Security\\Voter\\Permissions\\User\\UserOrganizationVoter'];
  6931.         }
  6932.         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);
  6933.     }
  6934.     /**
  6935.      * Gets the private 'debug.security.voter.security.access.authenticated_voter' shared service.
  6936.      *
  6937.      * @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
  6938.      */
  6939.     protected function getDebug_Security_Voter_Security_Access_AuthenticatedVoterService()
  6940.     {
  6941.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
  6942.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/CacheableVoterInterface.php';
  6943.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
  6944.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/AuthenticatedVoter.php';
  6945.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  6946.         if (isset($this->privates['debug.security.voter.security.access.authenticated_voter'])) {
  6947.             return $this->privates['debug.security.voter.security.access.authenticated_voter'];
  6948.         }
  6949.         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);
  6950.     }
  6951.     /**
  6952.      * Gets the private 'debug.security.voter.security.access.expression_voter' shared service.
  6953.      *
  6954.      * @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
  6955.      */
  6956.     protected function getDebug_Security_Voter_Security_Access_ExpressionVoterService()
  6957.     {
  6958.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
  6959.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/CacheableVoterInterface.php';
  6960.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
  6961.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/ExpressionVoter.php';
  6962.         $a = ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService());
  6963.         if (isset($this->privates['debug.security.voter.security.access.expression_voter'])) {
  6964.             return $this->privates['debug.security.voter.security.access.expression_voter'];
  6965.         }
  6966.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  6967.         if (isset($this->privates['debug.security.voter.security.access.expression_voter'])) {
  6968.             return $this->privates['debug.security.voter.security.access.expression_voter'];
  6969.         }
  6970.         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);
  6971.     }
  6972.     /**
  6973.      * Gets the private 'debug.security.voter.security.access.simple_role_voter' shared service.
  6974.      *
  6975.      * @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
  6976.      */
  6977.     protected function getDebug_Security_Voter_Security_Access_SimpleRoleVoterService()
  6978.     {
  6979.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
  6980.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/CacheableVoterInterface.php';
  6981.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
  6982.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/RoleVoter.php';
  6983.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  6984.         if (isset($this->privates['debug.security.voter.security.access.simple_role_voter'])) {
  6985.             return $this->privates['debug.security.voter.security.access.simple_role_voter'];
  6986.         }
  6987.         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);
  6988.     }
  6989.     /**
  6990.      * Gets the private 'debug.security.voter.vote_listener' shared service.
  6991.      *
  6992.      * @return \Symfony\Bundle\SecurityBundle\EventListener\VoteListener
  6993.      */
  6994.     protected function getDebug_Security_Voter_VoteListenerService()
  6995.     {
  6996.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/EventListener/VoteListener.php';
  6997.         $a = ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService());
  6998.         if (isset($this->privates['debug.security.voter.vote_listener'])) {
  6999.             return $this->privates['debug.security.voter.vote_listener'];
  7000.         }
  7001.         return $this->privates['debug.security.voter.vote_listener'] = new \Symfony\Bundle\SecurityBundle\EventListener\VoteListener($a);
  7002.     }
  7003.     /**
  7004.      * Gets the private 'error_handler.error_renderer.html' shared service.
  7005.      *
  7006.      * @return \Symfony\Component\ErrorHandler\ErrorRenderer\HtmlErrorRenderer
  7007.      */
  7008.     protected function getErrorHandler_ErrorRenderer_HtmlService()
  7009.     {
  7010.         include_once \dirname(__DIR__4).'/vendor/symfony/error-handler/ErrorRenderer/ErrorRendererInterface.php';
  7011.         include_once \dirname(__DIR__4).'/vendor/symfony/error-handler/ErrorRenderer/HtmlErrorRenderer.php';
  7012.         $a = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  7013.         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()));
  7014.     }
  7015.     /**
  7016.      * Gets the private 'exception_listener' shared service.
  7017.      *
  7018.      * @return \Symfony\Component\HttpKernel\EventListener\ErrorListener
  7019.      */
  7020.     protected function getExceptionListenerService()
  7021.     {
  7022.         return $this->privates['exception_listener'] = new \Symfony\Component\HttpKernel\EventListener\ErrorListener('error_controller', ($this->privates['monolog.logger.request'] ?? $this->getMonolog_Logger_RequestService()), true, []);
  7023.     }
  7024.     /**
  7025.      * Gets the private 'form.choice_list_factory.cached' shared service.
  7026.      *
  7027.      * @return \Symfony\Component\Form\ChoiceList\Factory\CachingFactoryDecorator
  7028.      */
  7029.     protected function getForm_ChoiceListFactory_CachedService()
  7030.     {
  7031.         include_once \dirname(__DIR__4).'/vendor/symfony/form/ChoiceList/Factory/ChoiceListFactoryInterface.php';
  7032.         include_once \dirname(__DIR__4).'/vendor/symfony/form/ChoiceList/Factory/CachingFactoryDecorator.php';
  7033.         include_once \dirname(__DIR__4).'/vendor/symfony/form/ChoiceList/Factory/PropertyAccessDecorator.php';
  7034.         include_once \dirname(__DIR__4).'/vendor/symfony/form/ChoiceList/Factory/DefaultChoiceListFactory.php';
  7035.         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())));
  7036.     }
  7037.     /**
  7038.      * Gets the private 'form.registry' shared service.
  7039.      *
  7040.      * @return \Symfony\Component\Form\FormRegistry
  7041.      */
  7042.     protected function getForm_RegistryService()
  7043.     {
  7044.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormRegistryInterface.php';
  7045.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormRegistry.php';
  7046.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormExtensionInterface.php';
  7047.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DependencyInjection/DependencyInjectionExtension.php';
  7048.         include_once \dirname(__DIR__4).'/vendor/symfony/form/ResolvedFormTypeFactoryInterface.php';
  7049.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/Proxy/ResolvedTypeFactoryDataCollectorProxy.php';
  7050.         include_once \dirname(__DIR__4).'/vendor/symfony/form/ResolvedFormTypeFactory.php';
  7051.         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, [
  7052.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\ChoiceType' => ['privates''form.type.choice''getForm_Type_ChoiceService'false],
  7053.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\ColorType' => ['privates''form.type.color''getForm_Type_ColorService'false],
  7054.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\FileType' => ['services''.container.private.form.type.file''get_Container_Private_Form_Type_FileService'false],
  7055.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\FormType' => ['privates''form.type.form''getForm_Type_FormService'false],
  7056.         ], [
  7057.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\ChoiceType' => '?',
  7058.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\ColorType' => '?',
  7059.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\FileType' => '?',
  7060.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\FormType' => '?',
  7061.         ]), ['Symfony\\Component\\Form\\Extension\\Core\\Type\\FormType' => new RewindableGenerator(function () {
  7062.             yield => ($this->privates['form.type_extension.form.transformation_failure_handling'] ?? $this->getForm_TypeExtension_Form_TransformationFailureHandlingService());
  7063.             yield => ($this->privates['form.type_extension.form.http_foundation'] ?? $this->getForm_TypeExtension_Form_HttpFoundationService());
  7064.             yield => ($this->privates['form.type_extension.form.validator'] ?? $this->getForm_TypeExtension_Form_ValidatorService());
  7065.             yield => ($this->privates['form.type_extension.upload.validator'] ?? $this->getForm_TypeExtension_Upload_ValidatorService());
  7066.             yield => ($this->privates['form.type_extension.form.data_collector'] ?? $this->getForm_TypeExtension_Form_DataCollectorService());
  7067.             yield => ($this->privates['nelmio_api_doc.form.documentation_extension'] ?? ($this->privates['nelmio_api_doc.form.documentation_extension'] = new \Nelmio\ApiDocBundle\Form\Extension\DocumentationExtension()));
  7068.         }, 6), 'Symfony\\Component\\Form\\Extension\\Core\\Type\\RepeatedType' => new RewindableGenerator(function () {
  7069.             yield => ($this->privates['form.type_extension.repeated.validator'] ?? ($this->privates['form.type_extension.repeated.validator'] = new \Symfony\Component\Form\Extension\Validator\Type\RepeatedTypeValidatorExtension()));
  7070.         }, 1), 'Symfony\\Component\\Form\\Extension\\Core\\Type\\SubmitType' => new RewindableGenerator(function () {
  7071.             yield => ($this->privates['form.type_extension.submit.validator'] ?? ($this->privates['form.type_extension.submit.validator'] = new \Symfony\Component\Form\Extension\Validator\Type\SubmitTypeValidatorExtension()));
  7072.         }, 1)], new RewindableGenerator(function () {
  7073.             yield => ($this->privates['form.type_guesser.validator'] ?? $this->getForm_TypeGuesser_ValidatorService());
  7074.         }, 1))], new \Symfony\Component\Form\Extension\DataCollector\Proxy\ResolvedTypeFactoryDataCollectorProxy(new \Symfony\Component\Form\ResolvedFormTypeFactory(), ($this->privates['data_collector.form'] ?? $this->getDataCollector_FormService())));
  7075.     }
  7076.     /**
  7077.      * Gets the private 'form.type.choice' shared service.
  7078.      *
  7079.      * @return \Symfony\Component\Form\Extension\Core\Type\ChoiceType
  7080.      */
  7081.     protected function getForm_Type_ChoiceService()
  7082.     {
  7083.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  7084.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  7085.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/ChoiceType.php';
  7086.         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()));
  7087.     }
  7088.     /**
  7089.      * Gets the private 'form.type.color' shared service.
  7090.      *
  7091.      * @return \Symfony\Component\Form\Extension\Core\Type\ColorType
  7092.      */
  7093.     protected function getForm_Type_ColorService()
  7094.     {
  7095.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  7096.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  7097.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/ColorType.php';
  7098.         return $this->privates['form.type.color'] = new \Symfony\Component\Form\Extension\Core\Type\ColorType(($this->services['translator'] ?? $this->getTranslatorService()));
  7099.     }
  7100.     /**
  7101.      * Gets the private 'form.type.form' shared service.
  7102.      *
  7103.      * @return \Symfony\Component\Form\Extension\Core\Type\FormType
  7104.      */
  7105.     protected function getForm_Type_FormService()
  7106.     {
  7107.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  7108.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  7109.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/BaseType.php';
  7110.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/FormType.php';
  7111.         return $this->privates['form.type.form'] = new \Symfony\Component\Form\Extension\Core\Type\FormType(($this->privates['property_accessor'] ?? $this->getPropertyAccessorService()));
  7112.     }
  7113.     /**
  7114.      * Gets the private 'form.type_extension.form.data_collector' shared service.
  7115.      *
  7116.      * @return \Symfony\Component\Form\Extension\DataCollector\Type\DataCollectorTypeExtension
  7117.      */
  7118.     protected function getForm_TypeExtension_Form_DataCollectorService()
  7119.     {
  7120.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  7121.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractTypeExtension.php';
  7122.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/Type/DataCollectorTypeExtension.php';
  7123.         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()));
  7124.     }
  7125.     /**
  7126.      * Gets the private 'form.type_extension.form.http_foundation' shared service.
  7127.      *
  7128.      * @return \Symfony\Component\Form\Extension\HttpFoundation\Type\FormTypeHttpFoundationExtension
  7129.      */
  7130.     protected function getForm_TypeExtension_Form_HttpFoundationService()
  7131.     {
  7132.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  7133.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractTypeExtension.php';
  7134.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/HttpFoundation/Type/FormTypeHttpFoundationExtension.php';
  7135.         include_once \dirname(__DIR__4).'/vendor/symfony/form/RequestHandlerInterface.php';
  7136.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/HttpFoundation/HttpFoundationRequestHandler.php';
  7137.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Util/ServerParams.php';
  7138.         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())))));
  7139.     }
  7140.     /**
  7141.      * Gets the private 'form.type_extension.form.transformation_failure_handling' shared service.
  7142.      *
  7143.      * @return \Symfony\Component\Form\Extension\Core\Type\TransformationFailureExtension
  7144.      */
  7145.     protected function getForm_TypeExtension_Form_TransformationFailureHandlingService()
  7146.     {
  7147.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  7148.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractTypeExtension.php';
  7149.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/TransformationFailureExtension.php';
  7150.         return $this->privates['form.type_extension.form.transformation_failure_handling'] = new \Symfony\Component\Form\Extension\Core\Type\TransformationFailureExtension(($this->services['translator'] ?? $this->getTranslatorService()));
  7151.     }
  7152.     /**
  7153.      * Gets the private 'form.type_extension.form.validator' shared service.
  7154.      *
  7155.      * @return \Symfony\Component\Form\Extension\Validator\Type\FormTypeValidatorExtension
  7156.      */
  7157.     protected function getForm_TypeExtension_Form_ValidatorService()
  7158.     {
  7159.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  7160.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractTypeExtension.php';
  7161.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Validator/Type/BaseValidatorExtension.php';
  7162.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Validator/Type/FormTypeValidatorExtension.php';
  7163.         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()));
  7164.     }
  7165.     /**
  7166.      * Gets the private 'form.type_extension.upload.validator' shared service.
  7167.      *
  7168.      * @return \Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension
  7169.      */
  7170.     protected function getForm_TypeExtension_Upload_ValidatorService()
  7171.     {
  7172.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  7173.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractTypeExtension.php';
  7174.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Validator/Type/UploadValidatorExtension.php';
  7175.         return $this->privates['form.type_extension.upload.validator'] = new \Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension(($this->services['translator'] ?? $this->getTranslatorService()), 'validators');
  7176.     }
  7177.     /**
  7178.      * Gets the private 'form.type_guesser.validator' shared service.
  7179.      *
  7180.      * @return \Symfony\Component\Form\Extension\Validator\ValidatorTypeGuesser
  7181.      */
  7182.     protected function getForm_TypeGuesser_ValidatorService()
  7183.     {
  7184.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeGuesserInterface.php';
  7185.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Validator/ValidatorTypeGuesser.php';
  7186.         return $this->privates['form.type_guesser.validator'] = new \Symfony\Component\Form\Extension\Validator\ValidatorTypeGuesser(($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService()));
  7187.     }
  7188.     /**
  7189.      * Gets the private 'fragment.renderer.inline' shared service.
  7190.      *
  7191.      * @return \Symfony\Component\HttpKernel\Fragment\InlineFragmentRenderer
  7192.      */
  7193.     protected function getFragment_Renderer_InlineService()
  7194.     {
  7195.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/FragmentRendererInterface.php';
  7196.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/RoutableFragmentRenderer.php';
  7197.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/InlineFragmentRenderer.php';
  7198.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  7199.         if (isset($this->privates['fragment.renderer.inline'])) {
  7200.             return $this->privates['fragment.renderer.inline'];
  7201.         }
  7202.         $this->privates['fragment.renderer.inline'] = $instance = new \Symfony\Component\HttpKernel\Fragment\InlineFragmentRenderer(($this->services['http_kernel'] ?? $this->getHttpKernelService()), $a);
  7203.         $instance->setFragmentPath('/_fragment');
  7204.         return $instance;
  7205.     }
  7206.     /**
  7207.      * Gets the private 'framework_extra_bundle.argument_name_convertor' shared service.
  7208.      *
  7209.      * @return \Sensio\Bundle\FrameworkExtraBundle\Request\ArgumentNameConverter
  7210.      */
  7211.     protected function getFrameworkExtraBundle_ArgumentNameConvertorService()
  7212.     {
  7213.         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())));
  7214.     }
  7215.     /**
  7216.      * Gets the private 'framework_extra_bundle.event.is_granted' shared service.
  7217.      *
  7218.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\IsGrantedListener
  7219.      */
  7220.     protected function getFrameworkExtraBundle_Event_IsGrantedService()
  7221.     {
  7222.         $a = ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService());
  7223.         if (isset($this->privates['framework_extra_bundle.event.is_granted'])) {
  7224.             return $this->privates['framework_extra_bundle.event.is_granted'];
  7225.         }
  7226.         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);
  7227.     }
  7228.     /**
  7229.      * Gets the private 'lexik_jwt_authentication.check_config_command' shared service.
  7230.      *
  7231.      * @return \Lexik\Bundle\JWTAuthenticationBundle\Command\CheckConfigCommand
  7232.      */
  7233.     protected function getLexikJwtAuthentication_CheckConfigCommandService()
  7234.     {
  7235.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7236.         include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/Command/CheckConfigCommand.php';
  7237.         $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');
  7238.         $instance->setName('lexik:jwt:check-config');
  7239.         return $instance;
  7240.     }
  7241.     /**
  7242.      * Gets the private 'lexik_jwt_authentication.enable_encryption_config_command' shared service.
  7243.      *
  7244.      * @return \Lexik\Bundle\JWTAuthenticationBundle\Command\EnableEncryptionConfigCommand
  7245.      */
  7246.     protected function getLexikJwtAuthentication_EnableEncryptionConfigCommandService()
  7247.     {
  7248.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7249.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/BuildDebugContainerTrait.php';
  7250.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ContainerDebugCommand.php';
  7251.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/AbstractConfigCommand.php';
  7252.         include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/Command/EnableEncryptionConfigCommand.php';
  7253.         $this->privates['lexik_jwt_authentication.enable_encryption_config_command'] = $instance = new \Lexik\Bundle\JWTAuthenticationBundle\Command\EnableEncryptionConfigCommand(NULL);
  7254.         $instance->setName('lexik:jwt:enable-encryption');
  7255.         return $instance;
  7256.     }
  7257.     /**
  7258.      * Gets the private 'lexik_jwt_authentication.generate_keypair_command' shared service.
  7259.      *
  7260.      * @return \Lexik\Bundle\JWTAuthenticationBundle\Command\GenerateKeyPairCommand
  7261.      */
  7262.     protected function getLexikJwtAuthentication_GenerateKeypairCommandService()
  7263.     {
  7264.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7265.         include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/Command/GenerateKeyPairCommand.php';
  7266.         include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  7267.         $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');
  7268.         $instance->setName('lexik:jwt:generate-keypair');
  7269.         return $instance;
  7270.     }
  7271.     /**
  7272.      * Gets the private 'lexik_jwt_authentication.handler.authentication_success' shared service.
  7273.      *
  7274.      * @return \Lexik\Bundle\JWTAuthenticationBundle\Security\Http\Authentication\AuthenticationSuccessHandler
  7275.      */
  7276.     protected function getLexikJwtAuthentication_Handler_AuthenticationSuccessService()
  7277.     {
  7278.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authentication/AuthenticationSuccessHandlerInterface.php';
  7279.         include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/Security/Http/Authentication/AuthenticationSuccessHandler.php';
  7280.         $a = ($this->services['lexik_jwt_authentication.jwt_manager'] ?? $this->getLexikJwtAuthentication_JwtManagerService());
  7281.         if (isset($this->privates['lexik_jwt_authentication.handler.authentication_success'])) {
  7282.             return $this->privates['lexik_jwt_authentication.handler.authentication_success'];
  7283.         }
  7284.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  7285.         if (isset($this->privates['lexik_jwt_authentication.handler.authentication_success'])) {
  7286.             return $this->privates['lexik_jwt_authentication.handler.authentication_success'];
  7287.         }
  7288.         return $this->privates['lexik_jwt_authentication.handler.authentication_success'] = new \Lexik\Bundle\JWTAuthenticationBundle\Security\Http\Authentication\AuthenticationSuccessHandler($a$b, [], true);
  7289.     }
  7290.     /**
  7291.      * Gets the private 'lexik_jwt_authentication.jws_provider.lcobucci' shared service.
  7292.      *
  7293.      * @return \Lexik\Bundle\JWTAuthenticationBundle\Services\JWSProvider\LcobucciJWSProvider
  7294.      */
  7295.     protected function getLexikJwtAuthentication_JwsProvider_LcobucciService()
  7296.     {
  7297.         include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/Services/JWSProvider/JWSProviderInterface.php';
  7298.         include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/Services/JWSProvider/LcobucciJWSProvider.php';
  7299.         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);
  7300.     }
  7301.     /**
  7302.      * Gets the private 'lexik_jwt_authentication.migrate_config_command' shared service.
  7303.      *
  7304.      * @return \Lexik\Bundle\JWTAuthenticationBundle\Command\MigrateConfigCommand
  7305.      */
  7306.     protected function getLexikJwtAuthentication_MigrateConfigCommandService()
  7307.     {
  7308.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7309.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/BuildDebugContainerTrait.php';
  7310.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ContainerDebugCommand.php';
  7311.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/AbstractConfigCommand.php';
  7312.         include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/Command/MigrateConfigCommand.php';
  7313.         $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');
  7314.         $instance->setName('lexik:jwt:migrate-config');
  7315.         return $instance;
  7316.     }
  7317.     /**
  7318.      * Gets the private 'lexik_jwt_authentication.security.guard.jwt_token_authenticator' shared service.
  7319.      *
  7320.      * @return \Lexik\Bundle\JWTAuthenticationBundle\Security\Guard\JWTTokenAuthenticator
  7321.      */
  7322.     protected function getLexikJwtAuthentication_Security_Guard_JwtTokenAuthenticatorService()
  7323.     {
  7324.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/EntryPoint/AuthenticationEntryPointInterface.php';
  7325.         include_once \dirname(__DIR__4).'/vendor/symfony/security-guard/AuthenticatorInterface.php';
  7326.         include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/Security/Guard/JWTTokenAuthenticator.php';
  7327.         include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/TokenExtractor/TokenExtractorInterface.php';
  7328.         include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/TokenExtractor/ChainTokenExtractor.php';
  7329.         include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/TokenExtractor/AuthorizationHeaderTokenExtractor.php';
  7330.         include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/TokenExtractor/QueryParameterTokenExtractor.php';
  7331.         $a = ($this->services['lexik_jwt_authentication.jwt_manager'] ?? $this->getLexikJwtAuthentication_JwtManagerService());
  7332.         if (isset($this->privates['lexik_jwt_authentication.security.guard.jwt_token_authenticator'])) {
  7333.             return $this->privates['lexik_jwt_authentication.security.guard.jwt_token_authenticator'];
  7334.         }
  7335.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  7336.         if (isset($this->privates['lexik_jwt_authentication.security.guard.jwt_token_authenticator'])) {
  7337.             return $this->privates['lexik_jwt_authentication.security.guard.jwt_token_authenticator'];
  7338.         }
  7339.         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()));
  7340.     }
  7341.     /**
  7342.      * Gets the private 'locale_aware_listener' shared service.
  7343.      *
  7344.      * @return \Symfony\Component\HttpKernel\EventListener\LocaleAwareListener
  7345.      */
  7346.     protected function getLocaleAwareListenerService()
  7347.     {
  7348.         return $this->privates['locale_aware_listener'] = new \Symfony\Component\HttpKernel\EventListener\LocaleAwareListener(new RewindableGenerator(function () {
  7349.             yield => ($this->privates['slugger'] ?? ($this->privates['slugger'] = new \Symfony\Component\String\Slugger\AsciiSlugger('en')));
  7350.             yield => ($this->privates['translator.default'] ?? $this->getTranslator_DefaultService());
  7351.         }, 2), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  7352.     }
  7353.     /**
  7354.      * Gets the private 'locale_listener' shared service.
  7355.      *
  7356.      * @return \Symfony\Component\HttpKernel\EventListener\LocaleListener
  7357.      */
  7358.     protected function getLocaleListenerService()
  7359.     {
  7360.         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, []);
  7361.     }
  7362.     /**
  7363.      * Gets the private 'mailer.transport_factory.native' shared service.
  7364.      *
  7365.      * @return \Symfony\Component\Mailer\Transport\NativeTransportFactory
  7366.      */
  7367.     protected function getMailer_TransportFactory_NativeService()
  7368.     {
  7369.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/TransportFactoryInterface.php';
  7370.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/AbstractTransportFactory.php';
  7371.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/NativeTransportFactory.php';
  7372.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  7373.         if (isset($this->privates['mailer.transport_factory.native'])) {
  7374.             return $this->privates['mailer.transport_factory.native'];
  7375.         }
  7376.         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()));
  7377.     }
  7378.     /**
  7379.      * Gets the private 'mailer.transport_factory.null' shared service.
  7380.      *
  7381.      * @return \Symfony\Component\Mailer\Transport\NullTransportFactory
  7382.      */
  7383.     protected function getMailer_TransportFactory_NullService()
  7384.     {
  7385.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/TransportFactoryInterface.php';
  7386.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/AbstractTransportFactory.php';
  7387.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/NullTransportFactory.php';
  7388.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  7389.         if (isset($this->privates['mailer.transport_factory.null'])) {
  7390.             return $this->privates['mailer.transport_factory.null'];
  7391.         }
  7392.         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()));
  7393.     }
  7394.     /**
  7395.      * Gets the private 'mailer.transport_factory.sendgrid' shared service.
  7396.      *
  7397.      * @return \Symfony\Component\Mailer\Bridge\Sendgrid\Transport\SendgridTransportFactory
  7398.      */
  7399.     protected function getMailer_TransportFactory_SendgridService()
  7400.     {
  7401.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/TransportFactoryInterface.php';
  7402.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/AbstractTransportFactory.php';
  7403.         include_once \dirname(__DIR__4).'/vendor/symfony/sendgrid-mailer/Transport/SendgridTransportFactory.php';
  7404.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  7405.         if (isset($this->privates['mailer.transport_factory.sendgrid'])) {
  7406.             return $this->privates['mailer.transport_factory.sendgrid'];
  7407.         }
  7408.         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()));
  7409.     }
  7410.     /**
  7411.      * Gets the private 'mailer.transport_factory.sendmail' shared service.
  7412.      *
  7413.      * @return \Symfony\Component\Mailer\Transport\SendmailTransportFactory
  7414.      */
  7415.     protected function getMailer_TransportFactory_SendmailService()
  7416.     {
  7417.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/TransportFactoryInterface.php';
  7418.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/AbstractTransportFactory.php';
  7419.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/SendmailTransportFactory.php';
  7420.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  7421.         if (isset($this->privates['mailer.transport_factory.sendmail'])) {
  7422.             return $this->privates['mailer.transport_factory.sendmail'];
  7423.         }
  7424.         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()));
  7425.     }
  7426.     /**
  7427.      * Gets the private 'mailer.transport_factory.smtp' shared service.
  7428.      *
  7429.      * @return \Symfony\Component\Mailer\Transport\Smtp\EsmtpTransportFactory
  7430.      */
  7431.     protected function getMailer_TransportFactory_SmtpService()
  7432.     {
  7433.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/TransportFactoryInterface.php';
  7434.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/AbstractTransportFactory.php';
  7435.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/Smtp/EsmtpTransportFactory.php';
  7436.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  7437.         if (isset($this->privates['mailer.transport_factory.smtp'])) {
  7438.             return $this->privates['mailer.transport_factory.smtp'];
  7439.         }
  7440.         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()));
  7441.     }
  7442.     /**
  7443.      * Gets the private 'mailer.transports' shared service.
  7444.      *
  7445.      * @return \Symfony\Component\Mailer\Transport\Transports
  7446.      */
  7447.     protected function getMailer_TransportsService()
  7448.     {
  7449.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/TransportInterface.php';
  7450.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/Transports.php';
  7451.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport.php';
  7452.         return $this->privates['mailer.transports'] = (new \Symfony\Component\Mailer\Transport(new RewindableGenerator(function () {
  7453.             yield => ($this->privates['mailer.transport_factory.sendgrid'] ?? $this->getMailer_TransportFactory_SendgridService());
  7454.             yield => ($this->privates['mailer.transport_factory.null'] ?? $this->getMailer_TransportFactory_NullService());
  7455.             yield => ($this->privates['mailer.transport_factory.sendmail'] ?? $this->getMailer_TransportFactory_SendmailService());
  7456.             yield => ($this->privates['mailer.transport_factory.native'] ?? $this->getMailer_TransportFactory_NativeService());
  7457.             yield => ($this->privates['mailer.transport_factory.smtp'] ?? $this->getMailer_TransportFactory_SmtpService());
  7458.         }, 5)))->fromStrings(['main' => $this->getEnv('MAILER_DSN')]);
  7459.     }
  7460.     /**
  7461.      * Gets the private 'messenger.bus.default.middleware.handle_message' shared service.
  7462.      *
  7463.      * @return \Symfony\Component\Messenger\Middleware\HandleMessageMiddleware
  7464.      */
  7465.     protected function getMessenger_Bus_Default_Middleware_HandleMessageService()
  7466.     {
  7467.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Middleware/MiddlewareInterface.php';
  7468.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Middleware/HandleMessageMiddleware.php';
  7469.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlersLocatorInterface.php';
  7470.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlersLocator.php';
  7471.         $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 () {
  7472.             yield => ($this->privates['.messenger.handler_descriptor.LWkjWFv'] ?? $this->get_Messenger_HandlerDescriptor_LWkjWFvService());
  7473.         }, 1), 'App\\Message\\ExportMessage' => new RewindableGenerator(function () {
  7474.             yield => ($this->privates['.messenger.handler_descriptor.BFQSMYR'] ?? $this->get_Messenger_HandlerDescriptor_BFQSMYRService());
  7475.         }, 1), 'App\\Message\\AbstractOrganizationMessage' => new RewindableGenerator(function () {
  7476.             yield => ($this->privates['.messenger.handler_descriptor.1mEAxeQ'] ?? $this->get_Messenger_HandlerDescriptor_1mEAxeQService());
  7477.             yield => ($this->privates['.messenger.handler_descriptor.GWKPxa5'] ?? $this->get_Messenger_HandlerDescriptor_GWKPxa5Service());
  7478.             yield => ($this->privates['.messenger.handler_descriptor.cqg4OOe'] ?? $this->get_Messenger_HandlerDescriptor_Cqg4OOeService());
  7479.             yield => ($this->privates['.messenger.handler_descriptor.cq4qYvN'] ?? $this->get_Messenger_HandlerDescriptor_Cq4qYvNService());
  7480.             yield => ($this->privates['.messenger.handler_descriptor.5AdAdik'] ?? $this->get_Messenger_HandlerDescriptor_5AdAdikService());
  7481.             yield => ($this->privates['.messenger.handler_descriptor.19b2RPa'] ?? $this->get_Messenger_HandlerDescriptor_19b2RPaService());
  7482.         }, 6), 'App\\Message\\AbstractApplicationConfigurationMessage' => new RewindableGenerator(function () {
  7483.             yield => ($this->privates['.messenger.handler_descriptor.G9RonGv'] ?? $this->get_Messenger_HandlerDescriptor_G9RonGvService());
  7484.             yield => ($this->privates['.messenger.handler_descriptor..ZJ_Nx.'] ?? $this->get_Messenger_HandlerDescriptor__ZJNx_Service());
  7485.         }, 2), 'Symfony\\Component\\Mailer\\Messenger\\SendEmailMessage' => new RewindableGenerator(function () {
  7486.             yield => ($this->privates['.messenger.handler_descriptor.tGvt0LH'] ?? $this->get_Messenger_HandlerDescriptor_TGvt0LHService());
  7487.         }, 1)]));
  7488.         $instance->setLogger(($this->privates['monolog.logger.messenger'] ?? $this->getMonolog_Logger_MessengerService()));
  7489.         return $instance;
  7490.     }
  7491.     /**
  7492.      * Gets the private 'messenger.bus.default.middleware.traceable' shared service.
  7493.      *
  7494.      * @return \Symfony\Component\Messenger\Middleware\TraceableMiddleware
  7495.      */
  7496.     protected function getMessenger_Bus_Default_Middleware_TraceableService()
  7497.     {
  7498.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Middleware/MiddlewareInterface.php';
  7499.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Middleware/TraceableMiddleware.php';
  7500.         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');
  7501.     }
  7502.     /**
  7503.      * Gets the private 'messenger.failure.send_failed_message_to_failure_transport_listener' shared service.
  7504.      *
  7505.      * @return \Symfony\Component\Messenger\EventListener\SendFailedMessageToFailureTransportListener
  7506.      */
  7507.     protected function getMessenger_Failure_SendFailedMessageToFailureTransportListenerService()
  7508.     {
  7509.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/EventListener/SendFailedMessageToFailureTransportListener.php';
  7510.         return $this->privates['messenger.failure.send_failed_message_to_failure_transport_listener'] = new \Symfony\Component\Messenger\EventListener\SendFailedMessageToFailureTransportListener(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  7511.             'email' => ['privates''messenger.transport.failed''getMessenger_Transport_FailedService'false],
  7512.             'export' => ['privates''messenger.transport.failed''getMessenger_Transport_FailedService'false],
  7513.             'failed' => ['privates''messenger.transport.failed''getMessenger_Transport_FailedService'false],
  7514.             'geoserver' => ['privates''messenger.transport.failed''getMessenger_Transport_FailedService'false],
  7515.             'mayan' => ['privates''messenger.transport.failed''getMessenger_Transport_FailedService'false],
  7516.             'metabase' => ['privates''messenger.transport.failed''getMessenger_Transport_FailedService'false],
  7517.             'nextcloud' => ['privates''messenger.transport.failed''getMessenger_Transport_FailedService'false],
  7518.             'signal' => ['privates''messenger.transport.failed''getMessenger_Transport_FailedService'false],
  7519.             'thingsboard' => ['privates''messenger.transport.failed''getMessenger_Transport_FailedService'false],
  7520.             'villagile_event' => ['privates''messenger.transport.failed''getMessenger_Transport_FailedService'false],
  7521.         ], [
  7522.             'email' => '?',
  7523.             'export' => '?',
  7524.             'failed' => '?',
  7525.             'geoserver' => '?',
  7526.             'mayan' => '?',
  7527.             'metabase' => '?',
  7528.             'nextcloud' => '?',
  7529.             'signal' => '?',
  7530.             'thingsboard' => '?',
  7531.             'villagile_event' => '?',
  7532.         ]), ($this->privates['monolog.logger.messenger'] ?? $this->getMonolog_Logger_MessengerService()));
  7533.     }
  7534.     /**
  7535.      * Gets the private 'messenger.listener.stop_worker_on_restart_signal_listener' shared service.
  7536.      *
  7537.      * @return \Symfony\Component\Messenger\EventListener\StopWorkerOnRestartSignalListener
  7538.      */
  7539.     protected function getMessenger_Listener_StopWorkerOnRestartSignalListenerService()
  7540.     {
  7541.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/EventListener/StopWorkerOnRestartSignalListener.php';
  7542.         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()));
  7543.     }
  7544.     /**
  7545.      * Gets the private 'messenger.middleware.send_message' shared service.
  7546.      *
  7547.      * @return \Symfony\Component\Messenger\Middleware\SendMessageMiddleware
  7548.      */
  7549.     protected function getMessenger_Middleware_SendMessageService()
  7550.     {
  7551.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Middleware/MiddlewareInterface.php';
  7552.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Middleware/SendMessageMiddleware.php';
  7553.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Sender/SendersLocatorInterface.php';
  7554.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Sender/SendersLocator.php';
  7555.         $a = ($this->privates['.service_locator.ChxIizf'] ?? $this->get_ServiceLocator_ChxIizfService());
  7556.         if (isset($this->privates['messenger.middleware.send_message'])) {
  7557.             return $this->privates['messenger.middleware.send_message'];
  7558.         }
  7559.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  7560.         if (isset($this->privates['messenger.middleware.send_message'])) {
  7561.             return $this->privates['messenger.middleware.send_message'];
  7562.         }
  7563.         $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);
  7564.         $instance->setLogger(($this->privates['monolog.logger.messenger'] ?? $this->getMonolog_Logger_MessengerService()));
  7565.         return $instance;
  7566.     }
  7567.     /**
  7568.      * Gets the private 'messenger.receiver_locator' shared service.
  7569.      *
  7570.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  7571.      */
  7572.     protected function getMessenger_ReceiverLocatorService()
  7573.     {
  7574.         return $this->privates['messenger.receiver_locator'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  7575.             'email' => ['privates''messenger.transport.email''getMessenger_Transport_EmailService'false],
  7576.             'export' => ['privates''messenger.transport.export''getMessenger_Transport_ExportService'false],
  7577.             'failed' => ['privates''messenger.transport.failed''getMessenger_Transport_FailedService'false],
  7578.             'geoserver' => ['privates''messenger.transport.geoserver''getMessenger_Transport_GeoserverService'false],
  7579.             'mayan' => ['privates''messenger.transport.mayan''getMessenger_Transport_MayanService'false],
  7580.             'messenger.transport.email' => ['privates''messenger.transport.email''getMessenger_Transport_EmailService'false],
  7581.             'messenger.transport.export' => ['privates''messenger.transport.export''getMessenger_Transport_ExportService'false],
  7582.             'messenger.transport.failed' => ['privates''messenger.transport.failed''getMessenger_Transport_FailedService'false],
  7583.             'messenger.transport.geoserver' => ['privates''messenger.transport.geoserver''getMessenger_Transport_GeoserverService'false],
  7584.             'messenger.transport.mayan' => ['privates''messenger.transport.mayan''getMessenger_Transport_MayanService'false],
  7585.             'messenger.transport.metabase' => ['privates''messenger.transport.metabase''getMessenger_Transport_MetabaseService'false],
  7586.             'messenger.transport.nextcloud' => ['privates''messenger.transport.nextcloud''getMessenger_Transport_NextcloudService'false],
  7587.             'messenger.transport.signal' => ['privates''messenger.transport.signal''getMessenger_Transport_SignalService'false],
  7588.             'messenger.transport.thingsboard' => ['privates''messenger.transport.thingsboard''getMessenger_Transport_ThingsboardService'false],
  7589.             'messenger.transport.villagile_event' => ['privates''messenger.transport.villagile_event''getMessenger_Transport_VillagileEventService'false],
  7590.             'metabase' => ['privates''messenger.transport.metabase''getMessenger_Transport_MetabaseService'false],
  7591.             'nextcloud' => ['privates''messenger.transport.nextcloud''getMessenger_Transport_NextcloudService'false],
  7592.             'signal' => ['privates''messenger.transport.signal''getMessenger_Transport_SignalService'false],
  7593.             'thingsboard' => ['privates''messenger.transport.thingsboard''getMessenger_Transport_ThingsboardService'false],
  7594.             'villagile_event' => ['privates''messenger.transport.villagile_event''getMessenger_Transport_VillagileEventService'false],
  7595.         ], [
  7596.             'email' => '?',
  7597.             'export' => '?',
  7598.             'failed' => '?',
  7599.             'geoserver' => '?',
  7600.             'mayan' => '?',
  7601.             'messenger.transport.email' => '?',
  7602.             'messenger.transport.export' => '?',
  7603.             'messenger.transport.failed' => '?',
  7604.             'messenger.transport.geoserver' => '?',
  7605.             'messenger.transport.mayan' => '?',
  7606.             'messenger.transport.metabase' => '?',
  7607.             'messenger.transport.nextcloud' => '?',
  7608.             'messenger.transport.signal' => '?',
  7609.             'messenger.transport.thingsboard' => '?',
  7610.             'messenger.transport.villagile_event' => '?',
  7611.             'metabase' => '?',
  7612.             'nextcloud' => '?',
  7613.             'signal' => '?',
  7614.             'thingsboard' => '?',
  7615.             'villagile_event' => '?',
  7616.         ]);
  7617.     }
  7618.     /**
  7619.      * Gets the private 'messenger.retry.multiplier_retry_strategy.email' shared service.
  7620.      *
  7621.      * @return \Symfony\Component\Messenger\Retry\MultiplierRetryStrategy
  7622.      */
  7623.     protected function getMessenger_Retry_MultiplierRetryStrategy_EmailService()
  7624.     {
  7625.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Retry/RetryStrategyInterface.php';
  7626.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Retry/MultiplierRetryStrategy.php';
  7627.         return $this->privates['messenger.retry.multiplier_retry_strategy.email'] = new \Symfony\Component\Messenger\Retry\MultiplierRetryStrategy(3100020);
  7628.     }
  7629.     /**
  7630.      * Gets the private 'messenger.retry.multiplier_retry_strategy.export' shared service.
  7631.      *
  7632.      * @return \Symfony\Component\Messenger\Retry\MultiplierRetryStrategy
  7633.      */
  7634.     protected function getMessenger_Retry_MultiplierRetryStrategy_ExportService()
  7635.     {
  7636.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Retry/RetryStrategyInterface.php';
  7637.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Retry/MultiplierRetryStrategy.php';
  7638.         return $this->privates['messenger.retry.multiplier_retry_strategy.export'] = new \Symfony\Component\Messenger\Retry\MultiplierRetryStrategy(56000010);
  7639.     }
  7640.     /**
  7641.      * Gets the private 'messenger.retry.multiplier_retry_strategy.failed' shared service.
  7642.      *
  7643.      * @return \Symfony\Component\Messenger\Retry\MultiplierRetryStrategy
  7644.      */
  7645.     protected function getMessenger_Retry_MultiplierRetryStrategy_FailedService()
  7646.     {
  7647.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Retry/RetryStrategyInterface.php';
  7648.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Retry/MultiplierRetryStrategy.php';
  7649.         return $this->privates['messenger.retry.multiplier_retry_strategy.failed'] = new \Symfony\Component\Messenger\Retry\MultiplierRetryStrategy(3100020);
  7650.     }
  7651.     /**
  7652.      * Gets the private 'messenger.retry.multiplier_retry_strategy.geoserver' shared service.
  7653.      *
  7654.      * @return \Symfony\Component\Messenger\Retry\MultiplierRetryStrategy
  7655.      */
  7656.     protected function getMessenger_Retry_MultiplierRetryStrategy_GeoserverService()
  7657.     {
  7658.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Retry/RetryStrategyInterface.php';
  7659.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Retry/MultiplierRetryStrategy.php';
  7660.         return $this->privates['messenger.retry.multiplier_retry_strategy.geoserver'] = new \Symfony\Component\Messenger\Retry\MultiplierRetryStrategy(3100020);
  7661.     }
  7662.     /**
  7663.      * Gets the private 'messenger.retry.multiplier_retry_strategy.mayan' shared service.
  7664.      *
  7665.      * @return \Symfony\Component\Messenger\Retry\MultiplierRetryStrategy
  7666.      */
  7667.     protected function getMessenger_Retry_MultiplierRetryStrategy_MayanService()
  7668.     {
  7669.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Retry/RetryStrategyInterface.php';
  7670.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Retry/MultiplierRetryStrategy.php';
  7671.         return $this->privates['messenger.retry.multiplier_retry_strategy.mayan'] = new \Symfony\Component\Messenger\Retry\MultiplierRetryStrategy(3100020);
  7672.     }
  7673.     /**
  7674.      * Gets the private 'messenger.retry.multiplier_retry_strategy.metabase' shared service.
  7675.      *
  7676.      * @return \Symfony\Component\Messenger\Retry\MultiplierRetryStrategy
  7677.      */
  7678.     protected function getMessenger_Retry_MultiplierRetryStrategy_MetabaseService()
  7679.     {
  7680.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Retry/RetryStrategyInterface.php';
  7681.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Retry/MultiplierRetryStrategy.php';
  7682.         return $this->privates['messenger.retry.multiplier_retry_strategy.metabase'] = new \Symfony\Component\Messenger\Retry\MultiplierRetryStrategy(3100020);
  7683.     }
  7684.     /**
  7685.      * Gets the private 'messenger.retry.multiplier_retry_strategy.nextcloud' shared service.
  7686.      *
  7687.      * @return \Symfony\Component\Messenger\Retry\MultiplierRetryStrategy
  7688.      */
  7689.     protected function getMessenger_Retry_MultiplierRetryStrategy_NextcloudService()
  7690.     {
  7691.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Retry/RetryStrategyInterface.php';
  7692.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Retry/MultiplierRetryStrategy.php';
  7693.         return $this->privates['messenger.retry.multiplier_retry_strategy.nextcloud'] = new \Symfony\Component\Messenger\Retry\MultiplierRetryStrategy(3100020);
  7694.     }
  7695.     /**
  7696.      * Gets the private 'messenger.retry.multiplier_retry_strategy.signal' shared service.
  7697.      *
  7698.      * @return \Symfony\Component\Messenger\Retry\MultiplierRetryStrategy
  7699.      */
  7700.     protected function getMessenger_Retry_MultiplierRetryStrategy_SignalService()
  7701.     {
  7702.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Retry/RetryStrategyInterface.php';
  7703.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Retry/MultiplierRetryStrategy.php';
  7704.         return $this->privates['messenger.retry.multiplier_retry_strategy.signal'] = new \Symfony\Component\Messenger\Retry\MultiplierRetryStrategy(3100020);
  7705.     }
  7706.     /**
  7707.      * Gets the private 'messenger.retry.multiplier_retry_strategy.thingsboard' shared service.
  7708.      *
  7709.      * @return \Symfony\Component\Messenger\Retry\MultiplierRetryStrategy
  7710.      */
  7711.     protected function getMessenger_Retry_MultiplierRetryStrategy_ThingsboardService()
  7712.     {
  7713.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Retry/RetryStrategyInterface.php';
  7714.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Retry/MultiplierRetryStrategy.php';
  7715.         return $this->privates['messenger.retry.multiplier_retry_strategy.thingsboard'] = new \Symfony\Component\Messenger\Retry\MultiplierRetryStrategy(3100020);
  7716.     }
  7717.     /**
  7718.      * Gets the private 'messenger.retry.multiplier_retry_strategy.villagile_event' shared service.
  7719.      *
  7720.      * @return \Symfony\Component\Messenger\Retry\MultiplierRetryStrategy
  7721.      */
  7722.     protected function getMessenger_Retry_MultiplierRetryStrategy_VillagileEventService()
  7723.     {
  7724.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Retry/RetryStrategyInterface.php';
  7725.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Retry/MultiplierRetryStrategy.php';
  7726.         return $this->privates['messenger.retry.multiplier_retry_strategy.villagile_event'] = new \Symfony\Component\Messenger\Retry\MultiplierRetryStrategy(3100020);
  7727.     }
  7728.     /**
  7729.      * Gets the private 'messenger.retry.send_failed_message_for_retry_listener' shared service.
  7730.      *
  7731.      * @return \Symfony\Component\Messenger\EventListener\SendFailedMessageForRetryListener
  7732.      */
  7733.     protected function getMessenger_Retry_SendFailedMessageForRetryListenerService()
  7734.     {
  7735.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/EventListener/SendFailedMessageForRetryListener.php';
  7736.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  7737.         if (isset($this->privates['messenger.retry.send_failed_message_for_retry_listener'])) {
  7738.             return $this->privates['messenger.retry.send_failed_message_for_retry_listener'];
  7739.         }
  7740.         return $this->privates['messenger.retry.send_failed_message_for_retry_listener'] = new \Symfony\Component\Messenger\EventListener\SendFailedMessageForRetryListener(($this->privates['.service_locator.ChxIizf'] ?? $this->get_ServiceLocator_ChxIizfService()), new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  7741.             'email' => ['privates''messenger.retry.multiplier_retry_strategy.email''getMessenger_Retry_MultiplierRetryStrategy_EmailService'false],
  7742.             'export' => ['privates''messenger.retry.multiplier_retry_strategy.export''getMessenger_Retry_MultiplierRetryStrategy_ExportService'false],
  7743.             'failed' => ['privates''messenger.retry.multiplier_retry_strategy.failed''getMessenger_Retry_MultiplierRetryStrategy_FailedService'false],
  7744.             'geoserver' => ['privates''messenger.retry.multiplier_retry_strategy.geoserver''getMessenger_Retry_MultiplierRetryStrategy_GeoserverService'false],
  7745.             'mayan' => ['privates''messenger.retry.multiplier_retry_strategy.mayan''getMessenger_Retry_MultiplierRetryStrategy_MayanService'false],
  7746.             'metabase' => ['privates''messenger.retry.multiplier_retry_strategy.metabase''getMessenger_Retry_MultiplierRetryStrategy_MetabaseService'false],
  7747.             'nextcloud' => ['privates''messenger.retry.multiplier_retry_strategy.nextcloud''getMessenger_Retry_MultiplierRetryStrategy_NextcloudService'false],
  7748.             'signal' => ['privates''messenger.retry.multiplier_retry_strategy.signal''getMessenger_Retry_MultiplierRetryStrategy_SignalService'false],
  7749.             'thingsboard' => ['privates''messenger.retry.multiplier_retry_strategy.thingsboard''getMessenger_Retry_MultiplierRetryStrategy_ThingsboardService'false],
  7750.             'villagile_event' => ['privates''messenger.retry.multiplier_retry_strategy.villagile_event''getMessenger_Retry_MultiplierRetryStrategy_VillagileEventService'false],
  7751.         ], [
  7752.             'email' => '?',
  7753.             'export' => '?',
  7754.             'failed' => '?',
  7755.             'geoserver' => '?',
  7756.             'mayan' => '?',
  7757.             'metabase' => '?',
  7758.             'nextcloud' => '?',
  7759.             'signal' => '?',
  7760.             'thingsboard' => '?',
  7761.             'villagile_event' => '?',
  7762.         ]), ($this->privates['monolog.logger.messenger'] ?? $this->getMonolog_Logger_MessengerService()), $a);
  7763.     }
  7764.     /**
  7765.      * Gets the private 'messenger.routable_message_bus' shared service.
  7766.      *
  7767.      * @return \Symfony\Component\Messenger\RoutableMessageBus
  7768.      */
  7769.     protected function getMessenger_RoutableMessageBusService()
  7770.     {
  7771.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/RoutableMessageBus.php';
  7772.         $a = ($this->services['messenger.default_bus'] ?? $this->getMessenger_DefaultBusService());
  7773.         if (isset($this->privates['messenger.routable_message_bus'])) {
  7774.             return $this->privates['messenger.routable_message_bus'];
  7775.         }
  7776.         return $this->privates['messenger.routable_message_bus'] = new \Symfony\Component\Messenger\RoutableMessageBus(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  7777.             'messenger.bus.default' => ['services''messenger.default_bus''getMessenger_DefaultBusService'false],
  7778.         ], [
  7779.             'messenger.bus.default' => '?',
  7780.         ]), $a);
  7781.     }
  7782.     /**
  7783.      * Gets the private 'messenger.transport.email' shared service.
  7784.      *
  7785.      * @return \Symfony\Component\Messenger\Transport\TransportInterface
  7786.      */
  7787.     protected function getMessenger_Transport_EmailService()
  7788.     {
  7789.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Receiver/ReceiverInterface.php';
  7790.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Sender/SenderInterface.php';
  7791.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/TransportInterface.php';
  7792.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Serialization/SerializerInterface.php';
  7793.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Serialization/PhpSerializer.php';
  7794.         $a = ($this->privates['messenger.transport_factory'] ?? $this->getMessenger_TransportFactoryService());
  7795.         if (isset($this->privates['messenger.transport.email'])) {
  7796.             return $this->privates['messenger.transport.email'];
  7797.         }
  7798.         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())));
  7799.     }
  7800.     /**
  7801.      * Gets the private 'messenger.transport.export' shared service.
  7802.      *
  7803.      * @return \Symfony\Component\Messenger\Transport\TransportInterface
  7804.      */
  7805.     protected function getMessenger_Transport_ExportService()
  7806.     {
  7807.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Receiver/ReceiverInterface.php';
  7808.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Sender/SenderInterface.php';
  7809.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/TransportInterface.php';
  7810.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Serialization/SerializerInterface.php';
  7811.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Serialization/PhpSerializer.php';
  7812.         $a = ($this->privates['messenger.transport_factory'] ?? $this->getMessenger_TransportFactoryService());
  7813.         if (isset($this->privates['messenger.transport.export'])) {
  7814.             return $this->privates['messenger.transport.export'];
  7815.         }
  7816.         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())));
  7817.     }
  7818.     /**
  7819.      * Gets the private 'messenger.transport.failed' shared service.
  7820.      *
  7821.      * @return \Symfony\Component\Messenger\Transport\TransportInterface
  7822.      */
  7823.     protected function getMessenger_Transport_FailedService()
  7824.     {
  7825.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Receiver/ReceiverInterface.php';
  7826.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Sender/SenderInterface.php';
  7827.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/TransportInterface.php';
  7828.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Serialization/SerializerInterface.php';
  7829.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Serialization/PhpSerializer.php';
  7830.         $a = ($this->privates['messenger.transport_factory'] ?? $this->getMessenger_TransportFactoryService());
  7831.         if (isset($this->privates['messenger.transport.failed'])) {
  7832.             return $this->privates['messenger.transport.failed'];
  7833.         }
  7834.         return $this->privates['messenger.transport.failed'] = $a->createTransport($this->getEnv('MESSENGER_TRANSPORT_DSN'), ['exchange' => ['name' => $this->getEnv('MESSENGER_VILLAGILE_FAILED_TRANSPORT_EXCHANGE'), 'type' => 'direct'], 'queues' => [$this->getEnv('MESSENGER_VILLAGILE_FAILED_TRANSPORT_QUEUE') => NULL], 'transport_name' => 'failed'], ($this->privates['messenger.transport.native_php_serializer'] ?? ($this->privates['messenger.transport.native_php_serializer'] = new \Symfony\Component\Messenger\Transport\Serialization\PhpSerializer())));
  7835.     }
  7836.     /**
  7837.      * Gets the private 'messenger.transport.geoserver' shared service.
  7838.      *
  7839.      * @return \Symfony\Component\Messenger\Transport\TransportInterface
  7840.      */
  7841.     protected function getMessenger_Transport_GeoserverService()
  7842.     {
  7843.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Receiver/ReceiverInterface.php';
  7844.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Sender/SenderInterface.php';
  7845.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/TransportInterface.php';
  7846.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Serialization/SerializerInterface.php';
  7847.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Serialization/PhpSerializer.php';
  7848.         $a = ($this->privates['messenger.transport_factory'] ?? $this->getMessenger_TransportFactoryService());
  7849.         if (isset($this->privates['messenger.transport.geoserver'])) {
  7850.             return $this->privates['messenger.transport.geoserver'];
  7851.         }
  7852.         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())));
  7853.     }
  7854.     /**
  7855.      * Gets the private 'messenger.transport.mayan' shared service.
  7856.      *
  7857.      * @return \Symfony\Component\Messenger\Transport\TransportInterface
  7858.      */
  7859.     protected function getMessenger_Transport_MayanService()
  7860.     {
  7861.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Receiver/ReceiverInterface.php';
  7862.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Sender/SenderInterface.php';
  7863.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/TransportInterface.php';
  7864.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Serialization/SerializerInterface.php';
  7865.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Serialization/PhpSerializer.php';
  7866.         $a = ($this->privates['messenger.transport_factory'] ?? $this->getMessenger_TransportFactoryService());
  7867.         if (isset($this->privates['messenger.transport.mayan'])) {
  7868.             return $this->privates['messenger.transport.mayan'];
  7869.         }
  7870.         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())));
  7871.     }
  7872.     /**
  7873.      * Gets the private 'messenger.transport.metabase' shared service.
  7874.      *
  7875.      * @return \Symfony\Component\Messenger\Transport\TransportInterface
  7876.      */
  7877.     protected function getMessenger_Transport_MetabaseService()
  7878.     {
  7879.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Receiver/ReceiverInterface.php';
  7880.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Sender/SenderInterface.php';
  7881.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/TransportInterface.php';
  7882.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Serialization/SerializerInterface.php';
  7883.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Serialization/PhpSerializer.php';
  7884.         $a = ($this->privates['messenger.transport_factory'] ?? $this->getMessenger_TransportFactoryService());
  7885.         if (isset($this->privates['messenger.transport.metabase'])) {
  7886.             return $this->privates['messenger.transport.metabase'];
  7887.         }
  7888.         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())));
  7889.     }
  7890.     /**
  7891.      * Gets the private 'messenger.transport.nextcloud' shared service.
  7892.      *
  7893.      * @return \Symfony\Component\Messenger\Transport\TransportInterface
  7894.      */
  7895.     protected function getMessenger_Transport_NextcloudService()
  7896.     {
  7897.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Receiver/ReceiverInterface.php';
  7898.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Sender/SenderInterface.php';
  7899.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/TransportInterface.php';
  7900.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Serialization/SerializerInterface.php';
  7901.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Serialization/PhpSerializer.php';
  7902.         $a = ($this->privates['messenger.transport_factory'] ?? $this->getMessenger_TransportFactoryService());
  7903.         if (isset($this->privates['messenger.transport.nextcloud'])) {
  7904.             return $this->privates['messenger.transport.nextcloud'];
  7905.         }
  7906.         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())));
  7907.     }
  7908.     /**
  7909.      * Gets the private 'messenger.transport.signal' shared service.
  7910.      *
  7911.      * @return \Symfony\Component\Messenger\Transport\TransportInterface
  7912.      */
  7913.     protected function getMessenger_Transport_SignalService()
  7914.     {
  7915.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Receiver/ReceiverInterface.php';
  7916.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Sender/SenderInterface.php';
  7917.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/TransportInterface.php';
  7918.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Serialization/SerializerInterface.php';
  7919.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Serialization/PhpSerializer.php';
  7920.         $a = ($this->privates['messenger.transport_factory'] ?? $this->getMessenger_TransportFactoryService());
  7921.         if (isset($this->privates['messenger.transport.signal'])) {
  7922.             return $this->privates['messenger.transport.signal'];
  7923.         }
  7924.         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())));
  7925.     }
  7926.     /**
  7927.      * Gets the private 'messenger.transport.sync.factory' shared service.
  7928.      *
  7929.      * @return \Symfony\Component\Messenger\Transport\Sync\SyncTransportFactory
  7930.      */
  7931.     protected function getMessenger_Transport_Sync_FactoryService()
  7932.     {
  7933.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/TransportFactoryInterface.php';
  7934.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Sync/SyncTransportFactory.php';
  7935.         $a = ($this->privates['messenger.routable_message_bus'] ?? $this->getMessenger_RoutableMessageBusService());
  7936.         if (isset($this->privates['messenger.transport.sync.factory'])) {
  7937.             return $this->privates['messenger.transport.sync.factory'];
  7938.         }
  7939.         return $this->privates['messenger.transport.sync.factory'] = new \Symfony\Component\Messenger\Transport\Sync\SyncTransportFactory($a);
  7940.     }
  7941.     /**
  7942.      * Gets the private 'messenger.transport.thingsboard' shared service.
  7943.      *
  7944.      * @return \Symfony\Component\Messenger\Transport\TransportInterface
  7945.      */
  7946.     protected function getMessenger_Transport_ThingsboardService()
  7947.     {
  7948.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Receiver/ReceiverInterface.php';
  7949.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Sender/SenderInterface.php';
  7950.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/TransportInterface.php';
  7951.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Serialization/SerializerInterface.php';
  7952.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Serialization/PhpSerializer.php';
  7953.         $a = ($this->privates['messenger.transport_factory'] ?? $this->getMessenger_TransportFactoryService());
  7954.         if (isset($this->privates['messenger.transport.thingsboard'])) {
  7955.             return $this->privates['messenger.transport.thingsboard'];
  7956.         }
  7957.         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())));
  7958.     }
  7959.     /**
  7960.      * Gets the private 'messenger.transport.villagile_event' shared service.
  7961.      *
  7962.      * @return \Symfony\Component\Messenger\Transport\TransportInterface
  7963.      */
  7964.     protected function getMessenger_Transport_VillagileEventService()
  7965.     {
  7966.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Receiver/ReceiverInterface.php';
  7967.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Sender/SenderInterface.php';
  7968.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/TransportInterface.php';
  7969.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Serialization/SerializerInterface.php';
  7970.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Serialization/PhpSerializer.php';
  7971.         $a = ($this->privates['messenger.transport_factory'] ?? $this->getMessenger_TransportFactoryService());
  7972.         if (isset($this->privates['messenger.transport.villagile_event'])) {
  7973.             return $this->privates['messenger.transport.villagile_event'];
  7974.         }
  7975.         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())));
  7976.     }
  7977.     /**
  7978.      * Gets the private 'messenger.transport_factory' shared service.
  7979.      *
  7980.      * @return \Symfony\Component\Messenger\Transport\TransportFactory
  7981.      */
  7982.     protected function getMessenger_TransportFactoryService()
  7983.     {
  7984.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/TransportFactoryInterface.php';
  7985.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/TransportFactory.php';
  7986.         return $this->privates['messenger.transport_factory'] = new \Symfony\Component\Messenger\Transport\TransportFactory(new RewindableGenerator(function () {
  7987.             yield => ($this->privates['messenger.transport.amqp.factory'] ?? ($this->privates['messenger.transport.amqp.factory'] = new \Symfony\Component\Messenger\Bridge\Amqp\Transport\AmqpTransportFactory()));
  7988.             yield => ($this->privates['messenger.transport.redis.factory'] ?? ($this->privates['messenger.transport.redis.factory'] = new \Symfony\Component\Messenger\Bridge\Redis\Transport\RedisTransportFactory()));
  7989.             yield => ($this->privates['messenger.transport.sync.factory'] ?? $this->getMessenger_Transport_Sync_FactoryService());
  7990.             yield => ($this->privates['messenger.transport.in_memory.factory'] ?? ($this->privates['messenger.transport.in_memory.factory'] = new \Symfony\Component\Messenger\Transport\InMemoryTransportFactory()));
  7991.             yield => ($this->privates['Vdm\\Bundle\\LibraryBundle\\Transport\\Local\\VdmLocalTransportFactory'] ?? $this->getVdmLocalTransportFactoryService());
  7992.             yield => ($this->privates['Vdm\\Bundle\\LibraryBundle\\Transport\\Manual\\VdmManualTransportFactory'] ?? $this->getVdmManualTransportFactoryService());
  7993.         }, 6));
  7994.     }
  7995.     /**
  7996.      * Gets the private 'mime_types' shared service.
  7997.      *
  7998.      * @return \Symfony\Component\Mime\MimeTypes
  7999.      */
  8000.     protected function getMimeTypesService()
  8001.     {
  8002.         include_once \dirname(__DIR__4).'/vendor/symfony/mime/MimeTypeGuesserInterface.php';
  8003.         include_once \dirname(__DIR__4).'/vendor/symfony/mime/MimeTypesInterface.php';
  8004.         include_once \dirname(__DIR__4).'/vendor/symfony/mime/MimeTypes.php';
  8005.         $this->privates['mime_types'] = $instance = new \Symfony\Component\Mime\MimeTypes();
  8006.         $instance->setDefault($instance);
  8007.         return $instance;
  8008.     }
  8009.     /**
  8010.      * Gets the private 'monolog.handler.deprecation' shared service.
  8011.      *
  8012.      * @return \Monolog\Handler\StreamHandler
  8013.      */
  8014.     protected function getMonolog_Handler_DeprecationService()
  8015.     {
  8016.         $this->privates['monolog.handler.deprecation'] = $instance = new \Monolog\Handler\StreamHandler('/dev/null''DEBUG'trueNULLfalse);
  8017.         $instance->pushProcessor(($this->privates['monolog.processor.psr_log_message'] ?? ($this->privates['monolog.processor.psr_log_message'] = new \Monolog\Processor\PsrLogMessageProcessor())));
  8018.         return $instance;
  8019.     }
  8020.     /**
  8021.      * Gets the private 'monolog.handler.php_errors' shared service.
  8022.      *
  8023.      * @return \Monolog\Handler\StreamHandler
  8024.      */
  8025.     protected function getMonolog_Handler_PhpErrorsService()
  8026.     {
  8027.         $this->privates['monolog.handler.php_errors'] = $instance = new \Monolog\Handler\StreamHandler('php://stderr''error'trueNULLtrue);
  8028.         $instance->pushProcessor(($this->privates['monolog.processor.psr_log_message'] ?? ($this->privates['monolog.processor.psr_log_message'] = new \Monolog\Processor\PsrLogMessageProcessor())));
  8029.         $instance->setFormatter(($this->privates['monolog.formatter.json_with_stacktrace'] ?? ($this->privates['monolog.formatter.json_with_stacktrace'] = new \Monolog\Formatter\JsonFormatter(1true))));
  8030.         return $instance;
  8031.     }
  8032.     /**
  8033.      * Gets the private 'monolog.handler.stderr_errors' shared service.
  8034.      *
  8035.      * @return \Monolog\Handler\StreamHandler
  8036.      */
  8037.     protected function getMonolog_Handler_StderrErrorsService()
  8038.     {
  8039.         $this->privates['monolog.handler.stderr_errors'] = $instance = new \Monolog\Handler\StreamHandler('php://stderr''warning'trueNULLtrue);
  8040.         $instance->pushProcessor(($this->privates['monolog.processor.psr_log_message'] ?? ($this->privates['monolog.processor.psr_log_message'] = new \Monolog\Processor\PsrLogMessageProcessor())));
  8041.         $instance->setFormatter(($this->privates['monolog.formatter.json_with_stacktrace'] ?? ($this->privates['monolog.formatter.json_with_stacktrace'] = new \Monolog\Formatter\JsonFormatter(1true))));
  8042.         return $instance;
  8043.     }
  8044.     /**
  8045.      * Gets the private 'monolog.handler.stdout_info' shared service.
  8046.      *
  8047.      * @return \Monolog\Handler\StreamHandler
  8048.      */
  8049.     protected function getMonolog_Handler_StdoutInfoService()
  8050.     {
  8051.         $this->privates['monolog.handler.stdout_info'] = $instance = new \Monolog\Handler\StreamHandler('php://stdout''debug'trueNULLtrue);
  8052.         $instance->pushProcessor(($this->privates['monolog.processor.psr_log_message'] ?? ($this->privates['monolog.processor.psr_log_message'] = new \Monolog\Processor\PsrLogMessageProcessor())));
  8053.         $instance->setFormatter(new \Monolog\Formatter\JsonFormatter());
  8054.         return $instance;
  8055.     }
  8056.     /**
  8057.      * Gets the private 'monolog.logger' shared service.
  8058.      *
  8059.      * @return \Symfony\Bridge\Monolog\Logger
  8060.      */
  8061.     protected function getMonolog_LoggerService()
  8062.     {
  8063.         $this->privates['monolog.logger'] = $instance = new \Symfony\Bridge\Monolog\Logger('app');
  8064.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  8065.         $instance->useMicrosecondTimestamps(true);
  8066.         $instance->pushHandler(($this->privates['monolog.handler.stderr_errors'] ?? $this->getMonolog_Handler_StderrErrorsService()));
  8067.         $instance->pushHandler(($this->privates['monolog.handler.stdout_info'] ?? $this->getMonolog_Handler_StdoutInfoService()));
  8068.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  8069.         return $instance;
  8070.     }
  8071.     /**
  8072.      * Gets the private 'monolog.logger.cache' shared service.
  8073.      *
  8074.      * @return \Symfony\Bridge\Monolog\Logger
  8075.      */
  8076.     protected function getMonolog_Logger_CacheService()
  8077.     {
  8078.         $this->privates['monolog.logger.cache'] = $instance = new \Symfony\Bridge\Monolog\Logger('cache');
  8079.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  8080.         $instance->pushHandler(($this->privates['monolog.handler.stderr_errors'] ?? $this->getMonolog_Handler_StderrErrorsService()));
  8081.         $instance->pushHandler(($this->privates['monolog.handler.stdout_info'] ?? $this->getMonolog_Handler_StdoutInfoService()));
  8082.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  8083.         return $instance;
  8084.     }
  8085.     /**
  8086.      * Gets the private 'monolog.logger.mailer' shared service.
  8087.      *
  8088.      * @return \Symfony\Bridge\Monolog\Logger
  8089.      */
  8090.     protected function getMonolog_Logger_MailerService()
  8091.     {
  8092.         $this->privates['monolog.logger.mailer'] = $instance = new \Symfony\Bridge\Monolog\Logger('mailer');
  8093.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  8094.         $instance->pushHandler(($this->privates['monolog.handler.stderr_errors'] ?? $this->getMonolog_Handler_StderrErrorsService()));
  8095.         $instance->pushHandler(($this->privates['monolog.handler.stdout_info'] ?? $this->getMonolog_Handler_StdoutInfoService()));
  8096.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  8097.         return $instance;
  8098.     }
  8099.     /**
  8100.      * Gets the private 'monolog.logger.messenger' shared service.
  8101.      *
  8102.      * @return \Symfony\Bridge\Monolog\Logger
  8103.      */
  8104.     protected function getMonolog_Logger_MessengerService()
  8105.     {
  8106.         $this->privates['monolog.logger.messenger'] = $instance = new \Symfony\Bridge\Monolog\Logger('messenger');
  8107.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  8108.         $instance->pushHandler(($this->privates['monolog.handler.stderr_errors'] ?? $this->getMonolog_Handler_StderrErrorsService()));
  8109.         $instance->pushHandler(($this->privates['monolog.handler.stdout_info'] ?? $this->getMonolog_Handler_StdoutInfoService()));
  8110.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  8111.         return $instance;
  8112.     }
  8113.     /**
  8114.      * Gets the private 'monolog.logger.request' shared service.
  8115.      *
  8116.      * @return \Symfony\Bridge\Monolog\Logger
  8117.      */
  8118.     protected function getMonolog_Logger_RequestService()
  8119.     {
  8120.         $this->privates['monolog.logger.request'] = $instance = new \Symfony\Bridge\Monolog\Logger('request');
  8121.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  8122.         $instance->pushHandler(($this->privates['monolog.handler.stderr_errors'] ?? $this->getMonolog_Handler_StderrErrorsService()));
  8123.         $instance->pushHandler(($this->privates['monolog.handler.stdout_info'] ?? $this->getMonolog_Handler_StdoutInfoService()));
  8124.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  8125.         return $instance;
  8126.     }
  8127.     /**
  8128.      * Gets the private 'monolog.logger.security' shared service.
  8129.      *
  8130.      * @return \Symfony\Bridge\Monolog\Logger
  8131.      */
  8132.     protected function getMonolog_Logger_SecurityService()
  8133.     {
  8134.         $this->privates['monolog.logger.security'] = $instance = new \Symfony\Bridge\Monolog\Logger('security');
  8135.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  8136.         $instance->pushHandler(($this->privates['monolog.handler.stderr_errors'] ?? $this->getMonolog_Handler_StderrErrorsService()));
  8137.         $instance->pushHandler(($this->privates['monolog.handler.stdout_info'] ?? $this->getMonolog_Handler_StdoutInfoService()));
  8138.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  8139.         return $instance;
  8140.     }
  8141.     /**
  8142.      * Gets the private 'nelmio_api_doc.describers.config' shared service.
  8143.      *
  8144.      * @return \Nelmio\ApiDocBundle\Describer\ExternalDocDescriber
  8145.      */
  8146.     protected function getNelmioApiDoc_Describers_ConfigService()
  8147.     {
  8148.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Describer/DescriberInterface.php';
  8149.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Describer/ExternalDocDescriber.php';
  8150.         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' => []]]]);
  8151.     }
  8152.     /**
  8153.      * Gets the private 'nelmio_api_doc.describers.route.default' shared service.
  8154.      *
  8155.      * @return \Nelmio\ApiDocBundle\Describer\RouteDescriber
  8156.      */
  8157.     protected function getNelmioApiDoc_Describers_Route_DefaultService()
  8158.     {
  8159.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Describer/DescriberInterface.php';
  8160.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Describer/ModelRegistryAwareInterface.php';
  8161.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Describer/ModelRegistryAwareTrait.php';
  8162.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Describer/RouteDescriber.php';
  8163.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Util/ControllerReflector.php';
  8164.         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 () {
  8165.             yield => ($this->privates['nelmio_api_doc.route_describers.php_doc'] ?? ($this->privates['nelmio_api_doc.route_describers.php_doc'] = new \Nelmio\ApiDocBundle\RouteDescriber\PhpDocDescriber()));
  8166.             yield => ($this->privates['nelmio_api_doc.route_describers.route_metadata'] ?? ($this->privates['nelmio_api_doc.route_describers.route_metadata'] = new \Nelmio\ApiDocBundle\RouteDescriber\RouteMetadataDescriber()));
  8167.         }, 2));
  8168.     }
  8169.     /**
  8170.      * Gets the private 'nelmio_api_doc.describers.swagger_php.default' shared service.
  8171.      *
  8172.      * @return \Nelmio\ApiDocBundle\Describer\SwaggerPhpDescriber
  8173.      */
  8174.     protected function getNelmioApiDoc_Describers_SwaggerPhp_DefaultService()
  8175.     {
  8176.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Describer/ModelRegistryAwareInterface.php';
  8177.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Describer/ModelRegistryAwareTrait.php';
  8178.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Describer/SwaggerPhpDescriber.php';
  8179.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Util/ControllerReflector.php';
  8180.         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()));
  8181.     }
  8182.     /**
  8183.      * Gets the private 'nelmio_api_doc.generator_locator' shared service.
  8184.      *
  8185.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  8186.      */
  8187.     protected function getNelmioApiDoc_GeneratorLocatorService()
  8188.     {
  8189.         return $this->privates['nelmio_api_doc.generator_locator'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  8190.             'default' => ['services''nelmio_api_doc.generator.default''getNelmioApiDoc_Generator_DefaultService'false],
  8191.         ], [
  8192.             'default' => '?',
  8193.         ]);
  8194.     }
  8195.     /**
  8196.      * Gets the private 'nelmio_api_doc.model_describers.form' shared service.
  8197.      *
  8198.      * @return \Nelmio\ApiDocBundle\ModelDescriber\FormModelDescriber
  8199.      */
  8200.     protected function getNelmioApiDoc_ModelDescribers_FormService()
  8201.     {
  8202.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/ModelDescriber/ModelDescriberInterface.php';
  8203.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Describer/ModelRegistryAwareInterface.php';
  8204.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Describer/ModelRegistryAwareTrait.php';
  8205.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/ModelDescriber/FormModelDescriber.php';
  8206.         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()));
  8207.     }
  8208.     /**
  8209.      * Gets the private 'nelmio_api_doc.model_describers.object' shared service.
  8210.      *
  8211.      * @return \Nelmio\ApiDocBundle\ModelDescriber\ObjectModelDescriber
  8212.      */
  8213.     protected function getNelmioApiDoc_ModelDescribers_ObjectService()
  8214.     {
  8215.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/ModelDescriber/ModelDescriberInterface.php';
  8216.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Describer/ModelRegistryAwareInterface.php';
  8217.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Describer/ModelRegistryAwareTrait.php';
  8218.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/ModelDescriber/ObjectModelDescriber.php';
  8219.         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 () {
  8220.             yield => ($this->privates['nelmio_api_doc.object_model.property_describers.array'] ?? $this->getNelmioApiDoc_ObjectModel_PropertyDescribers_ArrayService());
  8221.             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()));
  8222.             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()));
  8223.             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()));
  8224.             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()));
  8225.             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()));
  8226.             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()));
  8227.         }, 7), ($this->privates['serializer.name_converter.metadata_aware'] ?? $this->getSerializer_NameConverter_MetadataAwareService()));
  8228.     }
  8229.     /**
  8230.      * Gets the private 'nelmio_api_doc.object_model.property_describers.array' shared service.
  8231.      *
  8232.      * @return \Nelmio\ApiDocBundle\PropertyDescriber\ArrayPropertyDescriber
  8233.      */
  8234.     protected function getNelmioApiDoc_ObjectModel_PropertyDescribers_ArrayService()
  8235.     {
  8236.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/PropertyDescriber/PropertyDescriberInterface.php';
  8237.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Describer/ModelRegistryAwareInterface.php';
  8238.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Describer/ModelRegistryAwareTrait.php';
  8239.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/PropertyDescriber/ArrayPropertyDescriber.php';
  8240.         return $this->privates['nelmio_api_doc.object_model.property_describers.array'] = new \Nelmio\ApiDocBundle\PropertyDescriber\ArrayPropertyDescriber(new RewindableGenerator(function () {
  8241.             yield => ($this->privates['nelmio_api_doc.object_model.property_describers.array'] ?? $this->getNelmioApiDoc_ObjectModel_PropertyDescribers_ArrayService());
  8242.             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()));
  8243.             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()));
  8244.             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()));
  8245.             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()));
  8246.             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()));
  8247.             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()));
  8248.         }, 7));
  8249.     }
  8250.     /**
  8251.      * Gets the private 'nelmio_api_doc.routes.default' shared service.
  8252.      *
  8253.      * @return \Symfony\Component\Routing\RouteCollection
  8254.      */
  8255.     protected function getNelmioApiDoc_Routes_DefaultService()
  8256.     {
  8257.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/RouteCollection.php';
  8258.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Routing/FilteredRouteCollectionBuilder.php';
  8259.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Util/ControllerReflector.php';
  8260.         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());
  8261.     }
  8262.     /**
  8263.      * Gets the private 'nelmio_cors.cors_listener' shared service.
  8264.      *
  8265.      * @return \Nelmio\CorsBundle\EventListener\CorsListener
  8266.      */
  8267.     protected function getNelmioCors_CorsListenerService()
  8268.     {
  8269.         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'))]));
  8270.     }
  8271.     /**
  8272.      * Gets the private 'parameter_bag' shared service.
  8273.      *
  8274.      * @return \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag
  8275.      */
  8276.     protected function getParameterBagService()
  8277.     {
  8278.         return $this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this);
  8279.     }
  8280.     /**
  8281.      * Gets the private 'portail_cache_pool' shared service.
  8282.      *
  8283.      * @return \Symfony\Component\Cache\Adapter\TagAwareAdapter
  8284.      */
  8285.     protected function getPortailCachePoolService()
  8286.     {
  8287.         include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/TagAwareAdapterInterface.php';
  8288.         include_once \dirname(__DIR__4).'/vendor/symfony/cache-contracts/TagAwareCacheInterface.php';
  8289.         include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/TagAwareAdapter.php';
  8290.         $this->privates['portail_cache_pool'] = $instance = new \Symfony\Component\Cache\Adapter\TagAwareAdapter(($this->privates['.portail_cache_pool.inner'] ?? $this->get_PortailCachePool_InnerService()), NULL);
  8291.         $instance->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  8292.         return $instance;
  8293.     }
  8294.     /**
  8295.      * Gets the private 'profiler_listener' shared service.
  8296.      *
  8297.      * @return \Symfony\Component\HttpKernel\EventListener\ProfilerListener
  8298.      */
  8299.     protected function getProfilerListenerService()
  8300.     {
  8301.         $a = ($this->services['.container.private.profiler'] ?? $this->get_Container_Private_ProfilerService());
  8302.         if (isset($this->privates['profiler_listener'])) {
  8303.             return $this->privates['profiler_listener'];
  8304.         }
  8305.         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);
  8306.     }
  8307.     /**
  8308.      * Gets the private 'property_accessor' shared service.
  8309.      *
  8310.      * @return \Symfony\Component\PropertyAccess\PropertyAccessor
  8311.      */
  8312.     protected function getPropertyAccessorService()
  8313.     {
  8314.         include_once \dirname(__DIR__4).'/vendor/symfony/property-access/PropertyAccessorInterface.php';
  8315.         include_once \dirname(__DIR__4).'/vendor/symfony/property-access/PropertyAccessor.php';
  8316.         include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/ArrayAdapter.php';
  8317.         include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyReadInfoExtractorInterface.php';
  8318.         include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyWriteInfoExtractorInterface.php';
  8319.         include_once \dirname(__DIR__4).'/vendor/symfony/property-info/Extractor/ConstructorArgumentTypeExtractorInterface.php';
  8320.         include_once \dirname(__DIR__4).'/vendor/symfony/property-info/Extractor/ReflectionExtractor.php';
  8321.         $a = ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  8322.         return $this->privates['property_accessor'] = new \Symfony\Component\PropertyAccess\PropertyAccessor(32, new \Symfony\Component\Cache\Adapter\ArrayAdapter(0false), $a$a);
  8323.     }
  8324.     /**
  8325.      * Gets the private 'property_info' shared service.
  8326.      *
  8327.      * @return \Symfony\Component\PropertyInfo\PropertyInfoExtractor
  8328.      */
  8329.     protected function getPropertyInfoService()
  8330.     {
  8331.         return $this->privates['property_info'] = new \Symfony\Component\PropertyInfo\PropertyInfoExtractor(new RewindableGenerator(function () {
  8332.             yield => ($this->privates['property_info.serializer_extractor'] ?? $this->getPropertyInfo_SerializerExtractorService());
  8333.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  8334.         }, 2), new RewindableGenerator(function () {
  8335.             yield => ($this->privates['property_info.phpstan_extractor'] ?? ($this->privates['property_info.phpstan_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\PhpStanExtractor()));
  8336.             yield => ($this->privates['property_info.php_doc_extractor'] ?? ($this->privates['property_info.php_doc_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\PhpDocExtractor()));
  8337.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  8338.         }, 3), new RewindableGenerator(function () {
  8339.             yield => ($this->privates['property_info.php_doc_extractor'] ?? ($this->privates['property_info.php_doc_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\PhpDocExtractor()));
  8340.         }, 1), new RewindableGenerator(function () {
  8341.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  8342.         }, 1), new RewindableGenerator(function () {
  8343.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  8344.         }, 1));
  8345.     }
  8346.     /**
  8347.      * Gets the private 'property_info.serializer_extractor' shared service.
  8348.      *
  8349.      * @return \Symfony\Component\PropertyInfo\Extractor\SerializerExtractor
  8350.      */
  8351.     protected function getPropertyInfo_SerializerExtractorService()
  8352.     {
  8353.         include_once \dirname(__DIR__4).'/vendor/symfony/property-info/Extractor/SerializerExtractor.php';
  8354.         return $this->privates['property_info.serializer_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\SerializerExtractor(($this->privates['serializer.mapping.class_metadata_factory'] ?? $this->getSerializer_Mapping_ClassMetadataFactoryService()));
  8355.     }
  8356.     /**
  8357.      * Gets the private 'router.cache_warmer' shared service.
  8358.      *
  8359.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\RouterCacheWarmer
  8360.      */
  8361.     protected function getRouter_CacheWarmerService()
  8362.     {
  8363.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  8364.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/RouterCacheWarmer.php';
  8365.         return $this->privates['router.cache_warmer'] = new \Symfony\Bundle\FrameworkBundle\CacheWarmer\RouterCacheWarmer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  8366.             'router' => ['services''router''getRouterService'false],
  8367.         ], [
  8368.             'router' => '?',
  8369.         ]))->withContext('router.cache_warmer'$this));
  8370.     }
  8371.     /**
  8372.      * Gets the private 'router.expression_language_provider' shared service.
  8373.      *
  8374.      * @return \Symfony\Component\Routing\Matcher\ExpressionLanguageProvider
  8375.      */
  8376.     protected function getRouter_ExpressionLanguageProviderService()
  8377.     {
  8378.         return $this->privates['router.expression_language_provider'] = new \Symfony\Component\Routing\Matcher\ExpressionLanguageProvider(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  8379.             'env' => ['privates''container.getenv''getContainer_GetenvService'false],
  8380.         ], [
  8381.             'env' => 'Closure',
  8382.         ]));
  8383.     }
  8384.     /**
  8385.      * Gets the private 'router.request_context' shared service.
  8386.      *
  8387.      * @return \Symfony\Component\Routing\RequestContext
  8388.      */
  8389.     protected function getRouter_RequestContextService()
  8390.     {
  8391.         $this->privates['router.request_context'] = $instance = \Symfony\Component\Routing\RequestContext::fromUri('''localhost''http'80443);
  8392.         $instance->setParameter('_functions', ($this->privates['router.expression_language_provider'] ?? $this->getRouter_ExpressionLanguageProviderService()));
  8393.         return $instance;
  8394.     }
  8395.     /**
  8396.      * Gets the private 'router_listener' shared service.
  8397.      *
  8398.      * @return \Symfony\Component\HttpKernel\EventListener\RouterListener
  8399.      */
  8400.     protected function getRouterListenerService()
  8401.     {
  8402.         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);
  8403.     }
  8404.     /**
  8405.      * Gets the private 'secrets.vault' shared service.
  8406.      *
  8407.      * @return \Symfony\Bundle\FrameworkBundle\Secrets\SodiumVault
  8408.      */
  8409.     protected function getSecrets_VaultService()
  8410.     {
  8411.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  8412.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/EnvVarLoaderInterface.php';
  8413.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/SodiumVault.php';
  8414.         include_once \dirname(__DIR__4).'/vendor/symfony/string/LazyString.php';
  8415.         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'));
  8416.     }
  8417.     /**
  8418.      * Gets the private 'security.access_listener' shared service.
  8419.      *
  8420.      * @return \Symfony\Component\Security\Http\Firewall\AccessListener
  8421.      */
  8422.     protected function getSecurity_AccessListenerService()
  8423.     {
  8424.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/FirewallListenerInterface.php';
  8425.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  8426.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AccessListener.php';
  8427.         $a = ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService());
  8428.         if (isset($this->privates['security.access_listener'])) {
  8429.             return $this->privates['security.access_listener'];
  8430.         }
  8431.         $b = ($this->privates['security.authentication.manager'] ?? $this->getSecurity_Authentication_ManagerService());
  8432.         if (isset($this->privates['security.access_listener'])) {
  8433.             return $this->privates['security.access_listener'];
  8434.         }
  8435.         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);
  8436.     }
  8437.     /**
  8438.      * Gets the private 'security.access_map' shared service.
  8439.      *
  8440.      * @return \Symfony\Component\Security\Http\AccessMap
  8441.      */
  8442.     protected function getSecurity_AccessMapService()
  8443.     {
  8444.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/AccessMapInterface.php';
  8445.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/AccessMap.php';
  8446.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/RequestMatcherInterface.php';
  8447.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/RequestMatcher.php';
  8448.         $this->privates['security.access_map'] = $instance = new \Symfony\Component\Security\Http\AccessMap();
  8449.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/saml/login'), [=> 'IS_AUTHENTICATED_ANONYMOUSLY'], NULL);
  8450.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/saml/metadata'), [=> 'IS_AUTHENTICATED_ANONYMOUSLY'], NULL);
  8451.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/api'), [=> 'IS_AUTHENTICATED_FULLY'], NULL);
  8452.         return $instance;
  8453.     }
  8454.     /**
  8455.      * Gets the private 'security.authentication.guard_handler' shared service.
  8456.      *
  8457.      * @return \Symfony\Component\Security\Guard\GuardAuthenticatorHandler
  8458.      *
  8459.      * @deprecated Since symfony/security-bundle 5.3: The "security.authentication.guard_handler" service is deprecated, use the new authenticator system instead.
  8460.      */
  8461.     protected function getSecurity_Authentication_GuardHandlerService()
  8462.     {
  8463.         trigger_deprecation('symfony/security-bundle''5.3''The "security.authentication.guard_handler" service is deprecated, use the new authenticator system instead.');
  8464.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Session/SessionAuthenticationStrategyInterface.php';
  8465.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Session/SessionAuthenticationStrategy.php';
  8466.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  8467.         if (isset($this->privates['security.authentication.guard_handler'])) {
  8468.             return $this->privates['security.authentication.guard_handler'];
  8469.         }
  8470.         $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']);
  8471.         $instance->setSessionAuthenticationStrategy(($this->privates['security.authentication.session_strategy'] ?? ($this->privates['security.authentication.session_strategy'] = new \Symfony\Component\Security\Http\Session\SessionAuthenticationStrategy('migrate'NULL))));
  8472.         return $instance;
  8473.     }
  8474.     /**
  8475.      * Gets the private 'security.authentication.listener.anonymous.main' shared service.
  8476.      *
  8477.      * @return \Symfony\Component\Security\Http\Firewall\AnonymousAuthenticationListener
  8478.      *
  8479.      * @deprecated Since symfony/security-bundle 5.3: The "security.authentication.listener.anonymous.main" service is deprecated, use the new authenticator system instead.
  8480.      */
  8481.     protected function getSecurity_Authentication_Listener_Anonymous_MainService()
  8482.     {
  8483.         trigger_deprecation('symfony/security-bundle''5.3''The "security.authentication.listener.anonymous.main" service is deprecated, use the new authenticator system instead.');
  8484.         $a = ($this->privates['security.authentication.manager'] ?? $this->getSecurity_Authentication_ManagerService());
  8485.         if (isset($this->privates['security.authentication.listener.anonymous.main'])) {
  8486.             return $this->privates['security.authentication.listener.anonymous.main'];
  8487.         }
  8488.         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);
  8489.     }
  8490.     /**
  8491.      * Gets the private 'security.authentication.listener.guard.api' shared service.
  8492.      *
  8493.      * @return \Symfony\Component\Security\Guard\Firewall\GuardAuthenticationListener
  8494.      *
  8495.      * @deprecated Since symfony/security-bundle 5.3: The "security.authentication.listener.guard.api" service is deprecated, use the new authenticator system instead.
  8496.      */
  8497.     protected function getSecurity_Authentication_Listener_Guard_ApiService()
  8498.     {
  8499.         trigger_deprecation('symfony/security-bundle''5.3''The "security.authentication.listener.guard.api" service is deprecated, use the new authenticator system instead.');
  8500.         $a = ($this->privates['security.authentication.guard_handler'] ?? $this->getSecurity_Authentication_GuardHandlerService());
  8501.         if (isset($this->privates['security.authentication.listener.guard.api'])) {
  8502.             return $this->privates['security.authentication.listener.guard.api'];
  8503.         }
  8504.         $b = ($this->privates['security.authentication.manager'] ?? $this->getSecurity_Authentication_ManagerService());
  8505.         if (isset($this->privates['security.authentication.listener.guard.api'])) {
  8506.             return $this->privates['security.authentication.listener.guard.api'];
  8507.         }
  8508.         return $this->privates['security.authentication.listener.guard.api'] = new \Symfony\Component\Security\Guard\Firewall\GuardAuthenticationListener($a$b'api', new RewindableGenerator(function () {
  8509.             yield => ($this->privates['lexik_jwt_authentication.security.guard.jwt_token_authenticator'] ?? $this->getLexikJwtAuthentication_Security_Guard_JwtTokenAuthenticatorService());
  8510.         }, 1), ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), true, ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()));
  8511.     }
  8512.     /**
  8513.      * Gets the private 'security.authentication.listener.guard.external_app_connect' shared service.
  8514.      *
  8515.      * @return \Symfony\Component\Security\Guard\Firewall\GuardAuthenticationListener
  8516.      *
  8517.      * @deprecated Since symfony/security-bundle 5.3: The "security.authentication.listener.guard.external_app_connect" service is deprecated, use the new authenticator system instead.
  8518.      */
  8519.     protected function getSecurity_Authentication_Listener_Guard_ExternalAppConnectService()
  8520.     {
  8521.         trigger_deprecation('symfony/security-bundle''5.3''The "security.authentication.listener.guard.external_app_connect" service is deprecated, use the new authenticator system instead.');
  8522.         $a = ($this->privates['security.authentication.guard_handler'] ?? $this->getSecurity_Authentication_GuardHandlerService());
  8523.         if (isset($this->privates['security.authentication.listener.guard.external_app_connect'])) {
  8524.             return $this->privates['security.authentication.listener.guard.external_app_connect'];
  8525.         }
  8526.         $b = ($this->privates['security.authentication.manager'] ?? $this->getSecurity_Authentication_ManagerService());
  8527.         if (isset($this->privates['security.authentication.listener.guard.external_app_connect'])) {
  8528.             return $this->privates['security.authentication.listener.guard.external_app_connect'];
  8529.         }
  8530.         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 () {
  8531.             yield => ($this->privates['lexik_jwt_authentication.security.guard.jwt_token_authenticator'] ?? $this->getLexikJwtAuthentication_Security_Guard_JwtTokenAuthenticatorService());
  8532.         }, 1), ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), true, ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()));
  8533.     }
  8534.     /**
  8535.      * Gets the private 'security.authentication.manager' shared service.
  8536.      *
  8537.      * @return \Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager
  8538.      *
  8539.      * @deprecated Since symfony/security-bundle 5.3: The "security.authentication.manager" service is deprecated, use the new authenticator system instead.
  8540.      */
  8541.     protected function getSecurity_Authentication_ManagerService()
  8542.     {
  8543.         trigger_deprecation('symfony/security-bundle''5.3''The "security.authentication.manager" service is deprecated, use the new authenticator system instead.');
  8544.         $this->privates['security.authentication.manager'] = $instance = new \Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager(new RewindableGenerator(function () {
  8545.             yield => ($this->privates['security.authentication.provider.guard.api'] ?? $this->getSecurity_Authentication_Provider_Guard_ApiService());
  8546.             yield => ($this->privates['security.authentication.provider.guard.external_app_connect'] ?? $this->getSecurity_Authentication_Provider_Guard_ExternalAppConnectService());
  8547.             yield => ($this->privates['security.authentication.provider.saml.main'] ?? $this->getSecurity_Authentication_Provider_Saml_MainService());
  8548.             yield => ($this->privates['security.authentication.provider.anonymous.main'] ?? $this->getSecurity_Authentication_Provider_Anonymous_MainService());
  8549.         }, 4), true);
  8550.         $instance->setEventDispatcher(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  8551.         return $instance;
  8552.     }
  8553.     /**
  8554.      * Gets the private 'security.authentication.provider.anonymous.main' shared service.
  8555.      *
  8556.      * @return \Symfony\Component\Security\Core\Authentication\Provider\AnonymousAuthenticationProvider
  8557.      *
  8558.      * @deprecated Since symfony/security-bundle 5.3: The "security.authentication.provider.anonymous.main" service is deprecated, use the new authenticator system instead.
  8559.      */
  8560.     protected function getSecurity_Authentication_Provider_Anonymous_MainService()
  8561.     {
  8562.         trigger_deprecation('symfony/security-bundle''5.3''The "security.authentication.provider.anonymous.main" service is deprecated, use the new authenticator system instead.');
  8563.         return $this->privates['security.authentication.provider.anonymous.main'] = new \Symfony\Component\Security\Core\Authentication\Provider\AnonymousAuthenticationProvider($this->getParameter('container.build_hash'));
  8564.     }
  8565.     /**
  8566.      * Gets the private 'security.authentication.provider.guard.api' shared service.
  8567.      *
  8568.      * @return \Symfony\Component\Security\Guard\Provider\GuardAuthenticationProvider
  8569.      *
  8570.      * @deprecated Since symfony/security-bundle 5.3: The "security.authentication.provider.guard.api" service is deprecated, use the new authenticator system instead.
  8571.      */
  8572.     protected function getSecurity_Authentication_Provider_Guard_ApiService()
  8573.     {
  8574.         trigger_deprecation('symfony/security-bundle''5.3''The "security.authentication.provider.guard.api" service is deprecated, use the new authenticator system instead.');
  8575.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/UserProviderInterface.php';
  8576.         include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/Security/User/PayloadAwareUserProviderInterface.php';
  8577.         include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/Security/User/JWTUserProvider.php';
  8578.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/UserCheckerInterface.php';
  8579.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/InMemoryUserChecker.php';
  8580.         return $this->privates['security.authentication.provider.guard.api'] = new \Symfony\Component\Security\Guard\Provider\GuardAuthenticationProvider(new RewindableGenerator(function () {
  8581.             yield => ($this->privates['lexik_jwt_authentication.security.guard.jwt_token_authenticator'] ?? $this->getLexikJwtAuthentication_Security_Guard_JwtTokenAuthenticatorService());
  8582.         }, 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()));
  8583.     }
  8584.     /**
  8585.      * Gets the private 'security.authentication.provider.guard.external_app_connect' shared service.
  8586.      *
  8587.      * @return \Symfony\Component\Security\Guard\Provider\GuardAuthenticationProvider
  8588.      *
  8589.      * @deprecated Since symfony/security-bundle 5.3: The "security.authentication.provider.guard.external_app_connect" service is deprecated, use the new authenticator system instead.
  8590.      */
  8591.     protected function getSecurity_Authentication_Provider_Guard_ExternalAppConnectService()
  8592.     {
  8593.         trigger_deprecation('symfony/security-bundle''5.3''The "security.authentication.provider.guard.external_app_connect" service is deprecated, use the new authenticator system instead.');
  8594.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/UserProviderInterface.php';
  8595.         include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/Security/User/PayloadAwareUserProviderInterface.php';
  8596.         include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/Security/User/JWTUserProvider.php';
  8597.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/UserCheckerInterface.php';
  8598.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/InMemoryUserChecker.php';
  8599.         return $this->privates['security.authentication.provider.guard.external_app_connect'] = new \Symfony\Component\Security\Guard\Provider\GuardAuthenticationProvider(new RewindableGenerator(function () {
  8600.             yield => ($this->privates['lexik_jwt_authentication.security.guard.jwt_token_authenticator'] ?? $this->getLexikJwtAuthentication_Security_Guard_JwtTokenAuthenticatorService());
  8601.         }, 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()));
  8602.     }
  8603.     /**
  8604.      * Gets the private 'security.authentication.provider.saml.main' shared autowired service.
  8605.      *
  8606.      * @return \Hslavich\OneloginSamlBundle\Security\Authentication\Provider\SamlProvider
  8607.      */
  8608.     protected function getSecurity_Authentication_Provider_Saml_MainService()
  8609.     {
  8610.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/AuthenticationManagerInterface.php';
  8611.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Provider/AuthenticationProviderInterface.php';
  8612.         include_once \dirname(__DIR__4).'/vendor/hslavich/oneloginsaml-bundle/Security/Authentication/Provider/SamlProvider.php';
  8613.         include_once \dirname(__DIR__4).'/vendor/hslavich/oneloginsaml-bundle/Security/Authentication/Token/SamlTokenFactoryInterface.php';
  8614.         include_once \dirname(__DIR__4).'/vendor/hslavich/oneloginsaml-bundle/Security/Authentication/Token/SamlTokenFactory.php';
  8615.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/UserProviderInterface.php';
  8616.         include_once \dirname(__DIR__4).'/vendor/hslavich/oneloginsaml-bundle/Security/User/SamlUserProvider.php';
  8617.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  8618.         if (isset($this->privates['security.authentication.provider.saml.main'])) {
  8619.             return $this->privates['security.authentication.provider.saml.main'];
  8620.         }
  8621.         $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);
  8622.         $instance->setTokenFactory(new \Hslavich\OneloginSamlBundle\Security\Authentication\Token\SamlTokenFactory());
  8623.         return $instance;
  8624.     }
  8625.     /**
  8626.      * Gets the private 'security.channel_listener' shared service.
  8627.      *
  8628.      * @return \Symfony\Component\Security\Http\Firewall\ChannelListener
  8629.      */
  8630.     protected function getSecurity_ChannelListenerService()
  8631.     {
  8632.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/FirewallListenerInterface.php';
  8633.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  8634.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ChannelListener.php';
  8635.         $a = ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService());
  8636.         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());
  8637.     }
  8638.     /**
  8639.      * Gets the private 'security.command.debug_firewall' shared service.
  8640.      *
  8641.      * @return \Symfony\Bundle\SecurityBundle\Command\DebugFirewallCommand
  8642.      */
  8643.     protected function getSecurity_Command_DebugFirewallService()
  8644.     {
  8645.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8646.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Command/DebugFirewallCommand.php';
  8647.         $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);
  8648.         $instance->setName('debug:firewall');
  8649.         $instance->setDescription('Display information about your security firewall(s)');
  8650.         return $instance;
  8651.     }
  8652.     /**
  8653.      * Gets the private 'security.command.user_password_encoder' shared service.
  8654.      *
  8655.      * @return \Symfony\Bundle\SecurityBundle\Command\UserPasswordEncoderCommand
  8656.      *
  8657.      * @deprecated Since symfony/security-bundle 5.3: The "security.command.user_password_encoder" service is deprecated, use "security.command.user_password_hash" instead.
  8658.      */
  8659.     protected function getSecurity_Command_UserPasswordEncoderService()
  8660.     {
  8661.         trigger_deprecation('symfony/security-bundle''5.3''The "security.command.user_password_encoder" service is deprecated, use "security.command.user_password_hash" instead.');
  8662.         $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']);
  8663.         $instance->setName('security:encode-password');
  8664.         $instance->setDescription('Encode a password');
  8665.         return $instance;
  8666.     }
  8667.     /**
  8668.      * Gets the private 'security.command.user_password_hash' shared service.
  8669.      *
  8670.      * @return \Symfony\Component\PasswordHasher\Command\UserPasswordHashCommand
  8671.      */
  8672.     protected function getSecurity_Command_UserPasswordHashService()
  8673.     {
  8674.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8675.         include_once \dirname(__DIR__4).'/vendor/symfony/password-hasher/Command/UserPasswordHashCommand.php';
  8676.         $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']);
  8677.         $instance->setName('security:hash-password');
  8678.         $instance->setDescription('Hash a user password');
  8679.         return $instance;
  8680.     }
  8681.     /**
  8682.      * Gets the private 'security.context_listener.0' shared service.
  8683.      *
  8684.      * @return \Symfony\Component\Security\Http\Firewall\ContextListener
  8685.      */
  8686.     protected function getSecurity_ContextListener_0Service()
  8687.     {
  8688.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/FirewallListenerInterface.php';
  8689.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  8690.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ContextListener.php';
  8691.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  8692.         if (isset($this->privates['security.context_listener.0'])) {
  8693.             return $this->privates['security.context_listener.0'];
  8694.         }
  8695.         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 () {
  8696.             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'])));
  8697.             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')));
  8698.         }, 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']);
  8699.     }
  8700.     /**
  8701.      * Gets the private 'security.encoder_factory.generic' shared service.
  8702.      *
  8703.      * @return \Symfony\Component\Security\Core\Encoder\EncoderFactory
  8704.      *
  8705.      * @deprecated Since symfony/security-bundle 5.3: The "security.encoder_factory.generic" service is deprecated, use "security.password_hasher_factory" instead.
  8706.      */
  8707.     protected function getSecurity_EncoderFactory_GenericService()
  8708.     {
  8709.         trigger_deprecation('symfony/security-bundle''5.3''The "security.encoder_factory.generic" service is deprecated, use "security.password_hasher_factory" instead.');
  8710.         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']]]);
  8711.     }
  8712.     /**
  8713.      * Gets the private 'security.event_dispatcher.api' shared service.
  8714.      *
  8715.      * @return \Symfony\Component\EventDispatcher\EventDispatcher
  8716.      */
  8717.     protected function getSecurity_EventDispatcher_ApiService()
  8718.     {
  8719.         $this->privates['security.event_dispatcher.api'] = $instance = new \Symfony\Component\EventDispatcher\EventDispatcher();
  8720.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  8721.             return ($this->privates['Hslavich\\OneloginSamlBundle\\EventListener\\Security\\SamlLogoutListener'] ?? $this->getSamlLogoutListenerService());
  8722.         }, => '__invoke'], 0);
  8723.         return $instance;
  8724.     }
  8725.     /**
  8726.      * Gets the private 'security.event_dispatcher.external_app_connect' shared service.
  8727.      *
  8728.      * @return \Symfony\Component\EventDispatcher\EventDispatcher
  8729.      */
  8730.     protected function getSecurity_EventDispatcher_ExternalAppConnectService()
  8731.     {
  8732.         $this->privates['security.event_dispatcher.external_app_connect'] = $instance = new \Symfony\Component\EventDispatcher\EventDispatcher();
  8733.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  8734.             return ($this->privates['Hslavich\\OneloginSamlBundle\\EventListener\\Security\\SamlLogoutListener'] ?? $this->getSamlLogoutListenerService());
  8735.         }, => '__invoke'], 0);
  8736.         return $instance;
  8737.     }
  8738.     /**
  8739.      * Gets the private 'security.event_dispatcher.main' shared service.
  8740.      *
  8741.      * @return \Symfony\Component\EventDispatcher\EventDispatcher
  8742.      */
  8743.     protected function getSecurity_EventDispatcher_MainService()
  8744.     {
  8745.         $this->privates['security.event_dispatcher.main'] = $instance = new \Symfony\Component\EventDispatcher\EventDispatcher();
  8746.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  8747.             return ($this->privates['security.logout.listener.default.main'] ?? $this->getSecurity_Logout_Listener_Default_MainService());
  8748.         }, => 'onLogout'], 64);
  8749.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  8750.             return ($this->privates['security.logout.listener.session.main'] ?? ($this->privates['security.logout.listener.session.main'] = new \Symfony\Component\Security\Http\EventListener\SessionLogoutListener()));
  8751.         }, => 'onLogout'], 0);
  8752.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  8753.             return ($this->privates['Hslavich\\OneloginSamlBundle\\EventListener\\Security\\SamlLogoutListener'] ?? $this->getSamlLogoutListenerService());
  8754.         }, => '__invoke'], 0);
  8755.         return $instance;
  8756.     }
  8757.     /**
  8758.      * Gets the private 'security.firewall.map' shared service.
  8759.      *
  8760.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallMap
  8761.      */
  8762.     protected function getSecurity_Firewall_MapService()
  8763.     {
  8764.         $a = ($this->privates['.service_locator.wOqRTqV'] ?? $this->get_ServiceLocator_WOqRTqVService());
  8765.         if (isset($this->privates['security.firewall.map'])) {
  8766.             return $this->privates['security.firewall.map'];
  8767.         }
  8768.         return $this->privates['security.firewall.map'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallMap($a, new RewindableGenerator(function () {
  8769.             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)/')));
  8770.             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)?$')));
  8771.             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')));
  8772.             yield 'security.firewall.map.context.api' => ($this->privates['.security.request_matcher.p4VlLPC'] ?? ($this->privates['.security.request_matcher.p4VlLPC'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/api')));
  8773.             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')));
  8774.             yield 'security.firewall.map.context.main' => ($this->privates['.security.request_matcher.3UEFixr'] ?? ($this->privates['.security.request_matcher.3UEFixr'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/')));
  8775.         }, 6));
  8776.     }
  8777.     /**
  8778.      * Gets the private 'security.firewall.map.context.api' shared service.
  8779.      *
  8780.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallContext
  8781.      */
  8782.     protected function getSecurity_Firewall_Map_Context_ApiService()
  8783.     {
  8784.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallContext.php';
  8785.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Util/TargetPathTrait.php';
  8786.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ExceptionListener.php';
  8787.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallConfig.php';
  8788.         $a = ($this->privates['lexik_jwt_authentication.security.guard.jwt_token_authenticator'] ?? $this->getLexikJwtAuthentication_Security_Guard_JwtTokenAuthenticatorService());
  8789.         if (isset($this->privates['security.firewall.map.context.api'])) {
  8790.             return $this->privates['security.firewall.map.context.api'];
  8791.         }
  8792.         return $this->privates['security.firewall.map.context.api'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallContext(new RewindableGenerator(function () {
  8793.             yield => ($this->privates['security.channel_listener'] ?? $this->getSecurity_ChannelListenerService());
  8794.             yield => ($this->privates['security.authentication.listener.guard.api'] ?? $this->getSecurity_Authentication_Listener_Guard_ApiService());
  8795.             yield => ($this->privates['security.access_listener'] ?? $this->getSecurity_AccessListenerService());
  8796.         }, 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));
  8797.     }
  8798.     /**
  8799.      * Gets the private 'security.firewall.map.context.apidoc' shared service.
  8800.      *
  8801.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallContext
  8802.      */
  8803.     protected function getSecurity_Firewall_Map_Context_ApidocService()
  8804.     {
  8805.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallContext.php';
  8806.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallConfig.php';
  8807.         return $this->privates['security.firewall.map.context.apidoc'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallContext(new RewindableGenerator(function () {
  8808.             return new \EmptyIterator();
  8809.         }, 0), NULLNULL, new \Symfony\Bundle\SecurityBundle\Security\FirewallConfig('apidoc''security.user_checker''.security.request_matcher.dRYyBii'falsefalseNULLNULLNULLNULLNULL, [], NULL));
  8810.     }
  8811.     /**
  8812.      * Gets the private 'security.firewall.map.context.apipublic' shared service.
  8813.      *
  8814.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallContext
  8815.      */
  8816.     protected function getSecurity_Firewall_Map_Context_ApipublicService()
  8817.     {
  8818.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallContext.php';
  8819.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallConfig.php';
  8820.         return $this->privates['security.firewall.map.context.apipublic'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallContext(new RewindableGenerator(function () {
  8821.             return new \EmptyIterator();
  8822.         }, 0), NULLNULL, new \Symfony\Bundle\SecurityBundle\Security\FirewallConfig('apipublic''security.user_checker''.security.request_matcher.9VW0shA'falsefalseNULLNULLNULLNULLNULL, [], NULL));
  8823.     }
  8824.     /**
  8825.      * Gets the private 'security.firewall.map.context.dev' shared service.
  8826.      *
  8827.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallContext
  8828.      */
  8829.     protected function getSecurity_Firewall_Map_Context_DevService()
  8830.     {
  8831.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallContext.php';
  8832.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallConfig.php';
  8833.         return $this->privates['security.firewall.map.context.dev'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallContext(new RewindableGenerator(function () {
  8834.             return new \EmptyIterator();
  8835.         }, 0), NULLNULL, new \Symfony\Bundle\SecurityBundle\Security\FirewallConfig('dev''security.user_checker''.security.request_matcher.K_4cQMG'falsefalseNULLNULLNULLNULLNULL, [], NULL));
  8836.     }
  8837.     /**
  8838.      * Gets the private 'security.firewall.map.context.external_app_connect' shared service.
  8839.      *
  8840.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallContext
  8841.      */
  8842.     protected function getSecurity_Firewall_Map_Context_ExternalAppConnectService()
  8843.     {
  8844.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallContext.php';
  8845.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Util/TargetPathTrait.php';
  8846.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ExceptionListener.php';
  8847.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallConfig.php';
  8848.         $a = ($this->privates['lexik_jwt_authentication.security.guard.jwt_token_authenticator'] ?? $this->getLexikJwtAuthentication_Security_Guard_JwtTokenAuthenticatorService());
  8849.         if (isset($this->privates['security.firewall.map.context.external_app_connect'])) {
  8850.             return $this->privates['security.firewall.map.context.external_app_connect'];
  8851.         }
  8852.         return $this->privates['security.firewall.map.context.external_app_connect'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallContext(new RewindableGenerator(function () {
  8853.             yield => ($this->privates['security.channel_listener'] ?? $this->getSecurity_ChannelListenerService());
  8854.             yield => ($this->privates['security.authentication.listener.guard.external_app_connect'] ?? $this->getSecurity_Authentication_Listener_Guard_ExternalAppConnectService());
  8855.             yield => ($this->privates['security.access_listener'] ?? $this->getSecurity_AccessListenerService());
  8856.         }, 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));
  8857.     }
  8858.     /**
  8859.      * Gets the private 'security.firewall.map.context.main' shared service.
  8860.      *
  8861.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallContext
  8862.      */
  8863.     protected function getSecurity_Firewall_Map_Context_MainService()
  8864.     {
  8865.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallContext.php';
  8866.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Util/TargetPathTrait.php';
  8867.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ExceptionListener.php';
  8868.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/EntryPoint/AuthenticationEntryPointInterface.php';
  8869.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/EntryPoint/FormAuthenticationEntryPoint.php';
  8870.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/FirewallListenerInterface.php';
  8871.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  8872.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/LogoutListener.php';
  8873.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallConfig.php';
  8874.         $a = ($this->services['http_kernel'] ?? $this->getHttpKernelService());
  8875.         if (isset($this->privates['security.firewall.map.context.main'])) {
  8876.             return $this->privates['security.firewall.map.context.main'];
  8877.         }
  8878.         $b = ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService());
  8879.         $c = ($this->privates['security.http_utils'] ?? $this->getSecurity_HttpUtilsService());
  8880.         return $this->privates['security.firewall.map.context.main'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallContext(new RewindableGenerator(function () {
  8881.             yield => ($this->privates['security.channel_listener'] ?? $this->getSecurity_ChannelListenerService());
  8882.             yield => ($this->privates['security.context_listener.0'] ?? $this->getSecurity_ContextListener_0Service());
  8883.             yield => ($this->privates['Hslavich\\OneloginSamlBundle\\Security\\Firewall\\SamlListener.main'] ?? $this->getSamlListener_MainService());
  8884.             yield => ($this->privates['security.authentication.listener.anonymous.main'] ?? $this->getSecurity_Authentication_Listener_Anonymous_MainService());
  8885.             yield => ($this->privates['security.access_listener'] ?? $this->getSecurity_AccessListenerService());
  8886.         }, 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));
  8887.     }
  8888.     /**
  8889.      * Gets the private 'security.helper' shared service.
  8890.      *
  8891.      * @return \Symfony\Component\Security\Core\Security
  8892.      */
  8893.     protected function getSecurity_HelperService()
  8894.     {
  8895.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Security.php';
  8896.         return $this->privates['security.helper'] = new \Symfony\Component\Security\Core\Security(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  8897.             'security.authorization_checker' => ['services''.container.private.security.authorization_checker''get_Container_Private_Security_AuthorizationCheckerService'false],
  8898.             'security.token_storage' => ['services''.container.private.security.token_storage''get_Container_Private_Security_TokenStorageService'false],
  8899.         ], [
  8900.             'security.authorization_checker' => '?',
  8901.             'security.token_storage' => '?',
  8902.         ]));
  8903.     }
  8904.     /**
  8905.      * Gets the private 'security.http_utils' shared service.
  8906.      *
  8907.      * @return \Symfony\Component\Security\Http\HttpUtils
  8908.      */
  8909.     protected function getSecurity_HttpUtilsService()
  8910.     {
  8911.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/HttpUtils.php';
  8912.         $a = ($this->services['router'] ?? $this->getRouterService());
  8913.         return $this->privates['security.http_utils'] = new \Symfony\Component\Security\Http\HttpUtils($a$a'{^https?://%s$}i''{^https://%s$}i');
  8914.     }
  8915.     /**
  8916.      * Gets the private 'security.logout.listener.default.main' shared service.
  8917.      *
  8918.      * @return \Symfony\Component\Security\Http\EventListener\DefaultLogoutListener
  8919.      */
  8920.     protected function getSecurity_Logout_Listener_Default_MainService()
  8921.     {
  8922.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/EventListener/DefaultLogoutListener.php';
  8923.         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');
  8924.     }
  8925.     /**
  8926.      * Gets the private 'security.logout_url_generator' shared service.
  8927.      *
  8928.      * @return \Symfony\Component\Security\Http\Logout\LogoutUrlGenerator
  8929.      */
  8930.     protected function getSecurity_LogoutUrlGeneratorService()
  8931.     {
  8932.         $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()));
  8933.         $instance->registerListener('main''saml_logout''logout''_csrf_token'NULLNULL);
  8934.         return $instance;
  8935.     }
  8936.     /**
  8937.      * Gets the private 'security.password_hasher_factory' shared service.
  8938.      *
  8939.      * @return \Symfony\Component\PasswordHasher\Hasher\PasswordHasherFactory
  8940.      */
  8941.     protected function getSecurity_PasswordHasherFactoryService()
  8942.     {
  8943.         include_once \dirname(__DIR__4).'/vendor/symfony/password-hasher/Hasher/PasswordHasherFactoryInterface.php';
  8944.         include_once \dirname(__DIR__4).'/vendor/symfony/password-hasher/Hasher/PasswordHasherFactory.php';
  8945.         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']]]);
  8946.     }
  8947.     /**
  8948.      * Gets the private 'security.user_password_hasher' shared service.
  8949.      *
  8950.      * @return \Symfony\Component\PasswordHasher\Hasher\UserPasswordHasher
  8951.      */
  8952.     protected function getSecurity_UserPasswordHasherService()
  8953.     {
  8954.         include_once \dirname(__DIR__4).'/vendor/symfony/password-hasher/Hasher/UserPasswordHasherInterface.php';
  8955.         include_once \dirname(__DIR__4).'/vendor/symfony/password-hasher/Hasher/UserPasswordHasher.php';
  8956.         return $this->privates['security.user_password_hasher'] = new \Symfony\Component\PasswordHasher\Hasher\UserPasswordHasher(($this->privates['security.password_hasher_factory'] ?? $this->getSecurity_PasswordHasherFactoryService()));
  8957.     }
  8958.     /**
  8959.      * Gets the private 'security.validator.user_password' shared service.
  8960.      *
  8961.      * @return \Symfony\Component\Security\Core\Validator\Constraints\UserPasswordValidator
  8962.      */
  8963.     protected function getSecurity_Validator_UserPasswordService()
  8964.     {
  8965.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  8966.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  8967.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Validator/Constraints/UserPasswordValidator.php';
  8968.         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()));
  8969.     }
  8970.     /**
  8971.      * Gets the private 'sensio_framework_extra.controller.listener' shared service.
  8972.      *
  8973.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener
  8974.      */
  8975.     protected function getSensioFrameworkExtra_Controller_ListenerService()
  8976.     {
  8977.         return $this->privates['sensio_framework_extra.controller.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  8978.     }
  8979.     /**
  8980.      * Gets the private 'sensio_framework_extra.converter.listener' shared service.
  8981.      *
  8982.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener
  8983.      */
  8984.     protected function getSensioFrameworkExtra_Converter_ListenerService()
  8985.     {
  8986.         $a = new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\ParamConverterManager();
  8987.         $a->add(new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\DoctrineParamConverter(NULL, new \Symfony\Component\ExpressionLanguage\ExpressionLanguage()), 0'doctrine.orm');
  8988.         $a->add(new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\DateTimeParamConverter(), 0'datetime');
  8989.         return $this->privates['sensio_framework_extra.converter.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener($atrue);
  8990.     }
  8991.     /**
  8992.      * Gets the private 'sensio_framework_extra.routing.loader.annot_class' shared service.
  8993.      *
  8994.      * @return \Sensio\Bundle\FrameworkExtraBundle\Routing\AnnotatedRouteControllerLoader
  8995.      *
  8996.      * @deprecated Since sensio/framework-extra-bundle 5.2: The "sensio_framework_extra.routing.loader.annot_class" service is deprecated since version 5.2
  8997.      */
  8998.     protected function getSensioFrameworkExtra_Routing_Loader_AnnotClassService()
  8999.     {
  9000.         trigger_deprecation('sensio/framework-extra-bundle''5.2''The "sensio_framework_extra.routing.loader.annot_class" service is deprecated since version 5.2');
  9001.         return $this->privates['sensio_framework_extra.routing.loader.annot_class'] = new \Sensio\Bundle\FrameworkExtraBundle\Routing\AnnotatedRouteControllerLoader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  9002.     }
  9003.     /**
  9004.      * Gets the private 'sensio_framework_extra.routing.loader.annot_dir' shared service.
  9005.      *
  9006.      * @return \Symfony\Component\Routing\Loader\AnnotationDirectoryLoader
  9007.      *
  9008.      * @deprecated Since sensio/framework-extra-bundle 5.2: The "sensio_framework_extra.routing.loader.annot_dir" service is deprecated since version 5.2
  9009.      */
  9010.     protected function getSensioFrameworkExtra_Routing_Loader_AnnotDirService()
  9011.     {
  9012.         trigger_deprecation('sensio/framework-extra-bundle''5.2''The "sensio_framework_extra.routing.loader.annot_dir" service is deprecated since version 5.2');
  9013.         include_once \dirname(__DIR__4).'/vendor/symfony/config/FileLocatorInterface.php';
  9014.         include_once \dirname(__DIR__4).'/vendor/symfony/config/FileLocator.php';
  9015.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Config/FileLocator.php';
  9016.         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()));
  9017.     }
  9018.     /**
  9019.      * Gets the private 'sensio_framework_extra.routing.loader.annot_file' shared service.
  9020.      *
  9021.      * @return \Symfony\Component\Routing\Loader\AnnotationFileLoader
  9022.      *
  9023.      * @deprecated Since sensio/framework-extra-bundle 5.2: The "sensio_framework_extra.routing.loader.annot_file" service is deprecated since version 5.2
  9024.      */
  9025.     protected function getSensioFrameworkExtra_Routing_Loader_AnnotFileService()
  9026.     {
  9027.         trigger_deprecation('sensio/framework-extra-bundle''5.2''The "sensio_framework_extra.routing.loader.annot_file" service is deprecated since version 5.2');
  9028.         include_once \dirname(__DIR__4).'/vendor/symfony/config/FileLocatorInterface.php';
  9029.         include_once \dirname(__DIR__4).'/vendor/symfony/config/FileLocator.php';
  9030.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Config/FileLocator.php';
  9031.         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()));
  9032.     }
  9033.     /**
  9034.      * Gets the private 'sensio_framework_extra.security.listener' shared service.
  9035.      *
  9036.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\SecurityListener
  9037.      */
  9038.     protected function getSensioFrameworkExtra_Security_ListenerService()
  9039.     {
  9040.         $a = ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService());
  9041.         if (isset($this->privates['sensio_framework_extra.security.listener'])) {
  9042.             return $this->privates['sensio_framework_extra.security.listener'];
  9043.         }
  9044.         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()));
  9045.     }
  9046.     /**
  9047.      * Gets the private 'sensio_framework_extra.view.listener' shared service.
  9048.      *
  9049.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\TemplateListener
  9050.      */
  9051.     protected function getSensioFrameworkExtra_View_ListenerService()
  9052.     {
  9053.         $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))));
  9054.         $instance->setContainer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  9055.             'twig' => ['services''.container.private.twig''get_Container_Private_TwigService'false],
  9056.         ], [
  9057.             'twig' => '?',
  9058.         ]))->withContext('sensio_framework_extra.view.listener'$this));
  9059.         return $instance;
  9060.     }
  9061.     /**
  9062.      * Gets the private 'serializer.mapping.cache_warmer' shared service.
  9063.      *
  9064.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\SerializerCacheWarmer
  9065.      */
  9066.     protected function getSerializer_Mapping_CacheWarmerService()
  9067.     {
  9068.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  9069.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/AbstractPhpFileCacheWarmer.php';
  9070.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/SerializerCacheWarmer.php';
  9071.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Loader/LoaderInterface.php';
  9072.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Loader/AnnotationLoader.php';
  9073.         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'));
  9074.     }
  9075.     /**
  9076.      * Gets the private 'serializer.mapping.class_metadata_factory' shared service.
  9077.      *
  9078.      * @return \Symfony\Component\Serializer\Mapping\Factory\ClassMetadataFactory
  9079.      */
  9080.     protected function getSerializer_Mapping_ClassMetadataFactoryService()
  9081.     {
  9082.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Factory/ClassMetadataFactoryInterface.php';
  9083.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Factory/ClassResolverTrait.php';
  9084.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Factory/ClassMetadataFactory.php';
  9085.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Loader/LoaderInterface.php';
  9086.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Loader/LoaderChain.php';
  9087.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Loader/AnnotationLoader.php';
  9088.         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()))]));
  9089.     }
  9090.     /**
  9091.      * Gets the private 'serializer.name_converter.metadata_aware' shared service.
  9092.      *
  9093.      * @return \Symfony\Component\Serializer\NameConverter\MetadataAwareNameConverter
  9094.      */
  9095.     protected function getSerializer_NameConverter_MetadataAwareService()
  9096.     {
  9097.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/NameConverter/NameConverterInterface.php';
  9098.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/NameConverter/AdvancedNameConverterInterface.php';
  9099.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/NameConverter/MetadataAwareNameConverter.php';
  9100.         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()));
  9101.     }
  9102.     /**
  9103.      * Gets the private 'session.factory' shared service.
  9104.      *
  9105.      * @return \Symfony\Component\HttpFoundation\Session\SessionFactory
  9106.      */
  9107.     protected function getSession_FactoryService()
  9108.     {
  9109.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/SessionFactoryInterface.php';
  9110.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/SessionFactory.php';
  9111.         $a = ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  9112.         if (isset($this->privates['session.factory'])) {
  9113.             return $this->privates['session.factory'];
  9114.         }
  9115.         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']);
  9116.     }
  9117.     /**
  9118.      * Gets the private 'session.storage.factory.service' shared service.
  9119.      *
  9120.      * @return \Symfony\Bundle\FrameworkBundle\Session\ServiceSessionFactory
  9121.      *
  9122.      * @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.
  9123.      */
  9124.     protected function getSession_Storage_Factory_ServiceService()
  9125.     {
  9126.         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.');
  9127.         return new \Symfony\Bundle\FrameworkBundle\Session\ServiceSessionFactory(($this->privates['session.storage.native'] ?? $this->getSession_Storage_NativeService()));
  9128.     }
  9129.     /**
  9130.      * Gets the private 'session.storage.metadata_bag' shared service.
  9131.      *
  9132.      * @return \Symfony\Component\HttpFoundation\Session\Storage\MetadataBag
  9133.      *
  9134.      * @deprecated Since symfony/framework-bundle 5.3: The "session.storage.metadata_bag" service is deprecated, create your own "session.storage.factory" instead.
  9135.      */
  9136.     protected function getSession_Storage_MetadataBagService()
  9137.     {
  9138.         trigger_deprecation('symfony/framework-bundle''5.3''The "session.storage.metadata_bag" service is deprecated, create your own "session.storage.factory" instead.');
  9139.         return new \Symfony\Component\HttpFoundation\Session\Storage\MetadataBag('_sf2_meta'0);
  9140.     }
  9141.     /**
  9142.      * Gets the private 'session.storage.native' shared service.
  9143.      *
  9144.      * @return \Symfony\Component\HttpFoundation\Session\Storage\NativeSessionStorage
  9145.      *
  9146.      * @deprecated Since symfony/framework-bundle 5.3: The "session.storage.native" service is deprecated, use "session.storage.factory.native" instead.
  9147.      */
  9148.     protected function getSession_Storage_NativeService()
  9149.     {
  9150.         trigger_deprecation('symfony/framework-bundle''5.3''The "session.storage.native" service is deprecated, use "session.storage.factory.native" instead.');
  9151.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/Storage/Handler/AbstractSessionHandler.php';
  9152.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/Storage/Handler/RedisSessionHandler.php';
  9153.         $a = new \Redis();
  9154.         $a->connect($this->getEnv('REDIS_HOST'), $this->getEnv('int:REDIS_PORT'));
  9155.         $a->auth($this->getEnv('REDIS_PASSWORD'));
  9156.         $a->select($this->getEnv('int:REDIS_SESSION_DB'));
  9157.         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());
  9158.     }
  9159.     /**
  9160.      * Gets the private 'session_listener' shared service.
  9161.      *
  9162.      * @return \Symfony\Component\HttpKernel\EventListener\SessionListener
  9163.      */
  9164.     protected function getSessionListenerService()
  9165.     {
  9166.         return $this->privates['session_listener'] = new \Symfony\Component\HttpKernel\EventListener\SessionListener(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  9167.             'initialized_session' => ['services''.container.private.session'NULLfalse],
  9168.             'logger' => ['privates''monolog.logger''getMonolog_LoggerService'false],
  9169.             'request_stack' => ['services''request_stack''getRequestStackService'false],
  9170.             'session' => ['services''.container.private.session''get_Container_Private_SessionService'false],
  9171.             'session_collector' => ['privates''data_collector.request.session_collector''getDataCollector_Request_SessionCollectorService'false],
  9172.             'session_factory' => ['privates''session.factory''getSession_FactoryService'false],
  9173.             'session_storage' => ['privates''session.storage.native''getSession_Storage_NativeService'false],
  9174.         ], [
  9175.             'initialized_session' => '?',
  9176.             'logger' => '?',
  9177.             'request_stack' => '?',
  9178.             'session' => '?',
  9179.             'session_collector' => '?',
  9180.             'session_factory' => '?',
  9181.             'session_storage' => '?',
  9182.         ]), true$this->parameters['session.storage.options']);
  9183.     }
  9184.     /**
  9185.      * Gets the private 'translation.extractor' shared service.
  9186.      *
  9187.      * @return \Symfony\Component\Translation\Extractor\ChainExtractor
  9188.      */
  9189.     protected function getTranslation_ExtractorService()
  9190.     {
  9191.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Extractor/ExtractorInterface.php';
  9192.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Extractor/ChainExtractor.php';
  9193.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Extractor/AbstractFileExtractor.php';
  9194.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Extractor/PhpExtractor.php';
  9195.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Translation/TwigExtractor.php';
  9196.         $this->privates['translation.extractor'] = $instance = new \Symfony\Component\Translation\Extractor\ChainExtractor();
  9197.         $instance->addExtractor('php', new \Symfony\Component\Translation\Extractor\PhpExtractor());
  9198.         $instance->addExtractor('twig', new \Symfony\Bridge\Twig\Translation\TwigExtractor(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService())));
  9199.         return $instance;
  9200.     }
  9201.     /**
  9202.      * Gets the private 'translation.loader.csv' shared service.
  9203.      *
  9204.      * @return \Symfony\Component\Translation\Loader\CsvFileLoader
  9205.      */
  9206.     protected function getTranslation_Loader_CsvService()
  9207.     {
  9208.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  9209.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  9210.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  9211.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/CsvFileLoader.php';
  9212.         return $this->privates['translation.loader.csv'] = new \Symfony\Component\Translation\Loader\CsvFileLoader();
  9213.     }
  9214.     /**
  9215.      * Gets the private 'translation.loader.dat' shared service.
  9216.      *
  9217.      * @return \Symfony\Component\Translation\Loader\IcuDatFileLoader
  9218.      */
  9219.     protected function getTranslation_Loader_DatService()
  9220.     {
  9221.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  9222.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IcuResFileLoader.php';
  9223.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IcuDatFileLoader.php';
  9224.         return $this->privates['translation.loader.dat'] = new \Symfony\Component\Translation\Loader\IcuDatFileLoader();
  9225.     }
  9226.     /**
  9227.      * Gets the private 'translation.loader.ini' shared service.
  9228.      *
  9229.      * @return \Symfony\Component\Translation\Loader\IniFileLoader
  9230.      */
  9231.     protected function getTranslation_Loader_IniService()
  9232.     {
  9233.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  9234.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  9235.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  9236.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IniFileLoader.php';
  9237.         return $this->privates['translation.loader.ini'] = new \Symfony\Component\Translation\Loader\IniFileLoader();
  9238.     }
  9239.     /**
  9240.      * Gets the private 'translation.loader.json' shared service.
  9241.      *
  9242.      * @return \Symfony\Component\Translation\Loader\JsonFileLoader
  9243.      */
  9244.     protected function getTranslation_Loader_JsonService()
  9245.     {
  9246.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  9247.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  9248.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  9249.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/JsonFileLoader.php';
  9250.         return $this->privates['translation.loader.json'] = new \Symfony\Component\Translation\Loader\JsonFileLoader();
  9251.     }
  9252.     /**
  9253.      * Gets the private 'translation.loader.mo' shared service.
  9254.      *
  9255.      * @return \Symfony\Component\Translation\Loader\MoFileLoader
  9256.      */
  9257.     protected function getTranslation_Loader_MoService()
  9258.     {
  9259.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  9260.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  9261.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  9262.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/MoFileLoader.php';
  9263.         return $this->privates['translation.loader.mo'] = new \Symfony\Component\Translation\Loader\MoFileLoader();
  9264.     }
  9265.     /**
  9266.      * Gets the private 'translation.loader.php' shared service.
  9267.      *
  9268.      * @return \Symfony\Component\Translation\Loader\PhpFileLoader
  9269.      */
  9270.     protected function getTranslation_Loader_PhpService()
  9271.     {
  9272.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  9273.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  9274.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  9275.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/PhpFileLoader.php';
  9276.         return $this->privates['translation.loader.php'] = new \Symfony\Component\Translation\Loader\PhpFileLoader();
  9277.     }
  9278.     /**
  9279.      * Gets the private 'translation.loader.po' shared service.
  9280.      *
  9281.      * @return \Symfony\Component\Translation\Loader\PoFileLoader
  9282.      */
  9283.     protected function getTranslation_Loader_PoService()
  9284.     {
  9285.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  9286.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  9287.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  9288.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/PoFileLoader.php';
  9289.         return $this->privates['translation.loader.po'] = new \Symfony\Component\Translation\Loader\PoFileLoader();
  9290.     }
  9291.     /**
  9292.      * Gets the private 'translation.loader.qt' shared service.
  9293.      *
  9294.      * @return \Symfony\Component\Translation\Loader\QtFileLoader
  9295.      */
  9296.     protected function getTranslation_Loader_QtService()
  9297.     {
  9298.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  9299.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/QtFileLoader.php';
  9300.         return $this->privates['translation.loader.qt'] = new \Symfony\Component\Translation\Loader\QtFileLoader();
  9301.     }
  9302.     /**
  9303.      * Gets the private 'translation.loader.res' shared service.
  9304.      *
  9305.      * @return \Symfony\Component\Translation\Loader\IcuResFileLoader
  9306.      */
  9307.     protected function getTranslation_Loader_ResService()
  9308.     {
  9309.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  9310.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IcuResFileLoader.php';
  9311.         return $this->privates['translation.loader.res'] = new \Symfony\Component\Translation\Loader\IcuResFileLoader();
  9312.     }
  9313.     /**
  9314.      * Gets the private 'translation.loader.xliff' shared service.
  9315.      *
  9316.      * @return \Symfony\Component\Translation\Loader\XliffFileLoader
  9317.      */
  9318.     protected function getTranslation_Loader_XliffService()
  9319.     {
  9320.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  9321.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/XliffFileLoader.php';
  9322.         return $this->privates['translation.loader.xliff'] = new \Symfony\Component\Translation\Loader\XliffFileLoader();
  9323.     }
  9324.     /**
  9325.      * Gets the private 'translation.loader.yml' shared service.
  9326.      *
  9327.      * @return \Symfony\Component\Translation\Loader\YamlFileLoader
  9328.      */
  9329.     protected function getTranslation_Loader_YmlService()
  9330.     {
  9331.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  9332.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  9333.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  9334.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/YamlFileLoader.php';
  9335.         return $this->privates['translation.loader.yml'] = new \Symfony\Component\Translation\Loader\YamlFileLoader();
  9336.     }
  9337.     /**
  9338.      * Gets the private 'translation.provider_collection' shared service.
  9339.      *
  9340.      * @return \Symfony\Component\Translation\Provider\TranslationProviderCollection
  9341.      */
  9342.     protected function getTranslation_ProviderCollectionService()
  9343.     {
  9344.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Provider/TranslationProviderCollection.php';
  9345.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Provider/TranslationProviderCollectionFactory.php';
  9346.         return $this->privates['translation.provider_collection'] = (new \Symfony\Component\Translation\Provider\TranslationProviderCollectionFactory(new RewindableGenerator(function () {
  9347.             yield => (new \Symfony\Component\Translation\Provider\NullProviderFactory());
  9348.         }, 1), []))->fromConfig([]);
  9349.     }
  9350.     /**
  9351.      * Gets the private 'translation.reader' shared service.
  9352.      *
  9353.      * @return \Symfony\Component\Translation\Reader\TranslationReader
  9354.      */
  9355.     protected function getTranslation_ReaderService()
  9356.     {
  9357.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Reader/TranslationReaderInterface.php';
  9358.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Reader/TranslationReader.php';
  9359.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  9360.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  9361.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  9362.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/PhpFileLoader.php';
  9363.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/YamlFileLoader.php';
  9364.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/XliffFileLoader.php';
  9365.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/PoFileLoader.php';
  9366.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/MoFileLoader.php';
  9367.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/QtFileLoader.php';
  9368.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/CsvFileLoader.php';
  9369.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IcuResFileLoader.php';
  9370.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IcuDatFileLoader.php';
  9371.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IniFileLoader.php';
  9372.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/JsonFileLoader.php';
  9373.         $this->privates['translation.reader'] = $instance = new \Symfony\Component\Translation\Reader\TranslationReader();
  9374.         $a = ($this->privates['translation.loader.yml'] ?? ($this->privates['translation.loader.yml'] = new \Symfony\Component\Translation\Loader\YamlFileLoader()));
  9375.         $b = ($this->privates['translation.loader.xliff'] ?? ($this->privates['translation.loader.xliff'] = new \Symfony\Component\Translation\Loader\XliffFileLoader()));
  9376.         $instance->addLoader('php', ($this->privates['translation.loader.php'] ?? ($this->privates['translation.loader.php'] = new \Symfony\Component\Translation\Loader\PhpFileLoader())));
  9377.         $instance->addLoader('yaml'$a);
  9378.         $instance->addLoader('yml'$a);
  9379.         $instance->addLoader('xlf'$b);
  9380.         $instance->addLoader('xliff'$b);
  9381.         $instance->addLoader('po', ($this->privates['translation.loader.po'] ?? ($this->privates['translation.loader.po'] = new \Symfony\Component\Translation\Loader\PoFileLoader())));
  9382.         $instance->addLoader('mo', ($this->privates['translation.loader.mo'] ?? ($this->privates['translation.loader.mo'] = new \Symfony\Component\Translation\Loader\MoFileLoader())));
  9383.         $instance->addLoader('ts', ($this->privates['translation.loader.qt'] ?? ($this->privates['translation.loader.qt'] = new \Symfony\Component\Translation\Loader\QtFileLoader())));
  9384.         $instance->addLoader('csv', ($this->privates['translation.loader.csv'] ?? ($this->privates['translation.loader.csv'] = new \Symfony\Component\Translation\Loader\CsvFileLoader())));
  9385.         $instance->addLoader('res', ($this->privates['translation.loader.res'] ?? ($this->privates['translation.loader.res'] = new \Symfony\Component\Translation\Loader\IcuResFileLoader())));
  9386.         $instance->addLoader('dat', ($this->privates['translation.loader.dat'] ?? ($this->privates['translation.loader.dat'] = new \Symfony\Component\Translation\Loader\IcuDatFileLoader())));
  9387.         $instance->addLoader('ini', ($this->privates['translation.loader.ini'] ?? ($this->privates['translation.loader.ini'] = new \Symfony\Component\Translation\Loader\IniFileLoader())));
  9388.         $instance->addLoader('json', ($this->privates['translation.loader.json'] ?? ($this->privates['translation.loader.json'] = new \Symfony\Component\Translation\Loader\JsonFileLoader())));
  9389.         return $instance;
  9390.     }
  9391.     /**
  9392.      * Gets the private 'translation.warmer' shared service.
  9393.      *
  9394.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\TranslationsCacheWarmer
  9395.      */
  9396.     protected function getTranslation_WarmerService()
  9397.     {
  9398.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  9399.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/TranslationsCacheWarmer.php';
  9400.         return $this->privates['translation.warmer'] = new \Symfony\Bundle\FrameworkBundle\CacheWarmer\TranslationsCacheWarmer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  9401.             'translator' => ['services''translator''getTranslatorService'false],
  9402.         ], [
  9403.             'translator' => '?',
  9404.         ]))->withContext('translation.warmer'$this));
  9405.     }
  9406.     /**
  9407.      * Gets the private 'translation.writer' shared service.
  9408.      *
  9409.      * @return \Symfony\Component\Translation\Writer\TranslationWriter
  9410.      */
  9411.     protected function getTranslation_WriterService()
  9412.     {
  9413.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Writer/TranslationWriterInterface.php';
  9414.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Writer/TranslationWriter.php';
  9415.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/DumperInterface.php';
  9416.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/FileDumper.php';
  9417.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/PhpFileDumper.php';
  9418.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/XliffFileDumper.php';
  9419.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/PoFileDumper.php';
  9420.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/MoFileDumper.php';
  9421.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/YamlFileDumper.php';
  9422.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/QtFileDumper.php';
  9423.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/CsvFileDumper.php';
  9424.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/IniFileDumper.php';
  9425.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/JsonFileDumper.php';
  9426.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/IcuResFileDumper.php';
  9427.         $this->privates['translation.writer'] = $instance = new \Symfony\Component\Translation\Writer\TranslationWriter();
  9428.         $instance->addDumper('php', new \Symfony\Component\Translation\Dumper\PhpFileDumper());
  9429.         $instance->addDumper('xlf', new \Symfony\Component\Translation\Dumper\XliffFileDumper());
  9430.         $instance->addDumper('po', new \Symfony\Component\Translation\Dumper\PoFileDumper());
  9431.         $instance->addDumper('mo', new \Symfony\Component\Translation\Dumper\MoFileDumper());
  9432.         $instance->addDumper('yml', new \Symfony\Component\Translation\Dumper\YamlFileDumper());
  9433.         $instance->addDumper('yaml', new \Symfony\Component\Translation\Dumper\YamlFileDumper('yaml'));
  9434.         $instance->addDumper('ts', new \Symfony\Component\Translation\Dumper\QtFileDumper());
  9435.         $instance->addDumper('csv', new \Symfony\Component\Translation\Dumper\CsvFileDumper());
  9436.         $instance->addDumper('ini', new \Symfony\Component\Translation\Dumper\IniFileDumper());
  9437.         $instance->addDumper('json', new \Symfony\Component\Translation\Dumper\JsonFileDumper());
  9438.         $instance->addDumper('res', new \Symfony\Component\Translation\Dumper\IcuResFileDumper());
  9439.         return $instance;
  9440.     }
  9441.     /**
  9442.      * Gets the private 'translator.default' shared service.
  9443.      *
  9444.      * @return \Symfony\Bundle\FrameworkBundle\Translation\Translator
  9445.      */
  9446.     protected function getTranslator_DefaultService()
  9447.     {
  9448.         $this->privates['translator.default'] = $instance = new \Symfony\Bundle\FrameworkBundle\Translation\Translator(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  9449.             'translation.loader.csv' => ['privates''translation.loader.csv''getTranslation_Loader_CsvService'false],
  9450.             'translation.loader.dat' => ['privates''translation.loader.dat''getTranslation_Loader_DatService'false],
  9451.             'translation.loader.ini' => ['privates''translation.loader.ini''getTranslation_Loader_IniService'false],
  9452.             'translation.loader.json' => ['privates''translation.loader.json''getTranslation_Loader_JsonService'false],
  9453.             'translation.loader.mo' => ['privates''translation.loader.mo''getTranslation_Loader_MoService'false],
  9454.             'translation.loader.php' => ['privates''translation.loader.php''getTranslation_Loader_PhpService'false],
  9455.             'translation.loader.po' => ['privates''translation.loader.po''getTranslation_Loader_PoService'false],
  9456.             'translation.loader.qt' => ['privates''translation.loader.qt''getTranslation_Loader_QtService'false],
  9457.             'translation.loader.res' => ['privates''translation.loader.res''getTranslation_Loader_ResService'false],
  9458.             'translation.loader.xliff' => ['privates''translation.loader.xliff''getTranslation_Loader_XliffService'false],
  9459.             'translation.loader.yml' => ['privates''translation.loader.yml''getTranslation_Loader_YmlService'false],
  9460.         ], [
  9461.             'translation.loader.csv' => '?',
  9462.             'translation.loader.dat' => '?',
  9463.             'translation.loader.ini' => '?',
  9464.             'translation.loader.json' => '?',
  9465.             'translation.loader.mo' => '?',
  9466.             'translation.loader.php' => '?',
  9467.             'translation.loader.po' => '?',
  9468.             'translation.loader.qt' => '?',
  9469.             'translation.loader.res' => '?',
  9470.             'translation.loader.xliff' => '?',
  9471.             'translation.loader.yml' => '?',
  9472.         ]), 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']]], []);
  9473.         $instance->setConfigCacheFactory(($this->privates['config_cache_factory'] ?? $this->getConfigCacheFactoryService()));
  9474.         $instance->setFallbackLocales([=> 'fr']);
  9475.         return $instance;
  9476.     }
  9477.     /**
  9478.      * Gets the private 'twig.command.debug' shared service.
  9479.      *
  9480.      * @return \Symfony\Bridge\Twig\Command\DebugCommand
  9481.      */
  9482.     protected function getTwig_Command_DebugService()
  9483.     {
  9484.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  9485.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Command/DebugCommand.php';
  9486.         $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()));
  9487.         $instance->setName('debug:twig');
  9488.         $instance->setDescription('Show a list of twig functions, filters, globals and tests');
  9489.         return $instance;
  9490.     }
  9491.     /**
  9492.      * Gets the private 'twig.command.lint' shared service.
  9493.      *
  9494.      * @return \Symfony\Bundle\TwigBundle\Command\LintCommand
  9495.      */
  9496.     protected function getTwig_Command_LintService()
  9497.     {
  9498.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  9499.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Command/LintCommand.php';
  9500.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bundle/Command/LintCommand.php';
  9501.         $this->privates['twig.command.lint'] = $instance = new \Symfony\Bundle\TwigBundle\Command\LintCommand(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  9502.         $instance->setName('lint:twig');
  9503.         $instance->setDescription('Lint a Twig template and outputs encountered errors');
  9504.         return $instance;
  9505.     }
  9506.     /**
  9507.      * Gets the private 'twig.form.engine' shared service.
  9508.      *
  9509.      * @return \Symfony\Bridge\Twig\Form\TwigRendererEngine
  9510.      */
  9511.     protected function getTwig_Form_EngineService()
  9512.     {
  9513.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormRendererEngineInterface.php';
  9514.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractRendererEngine.php';
  9515.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Form/TwigRendererEngine.php';
  9516.         $a = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  9517.         if (isset($this->privates['twig.form.engine'])) {
  9518.             return $this->privates['twig.form.engine'];
  9519.         }
  9520.         return $this->privates['twig.form.engine'] = new \Symfony\Bridge\Twig\Form\TwigRendererEngine($this->parameters['twig.form.resources'], $a);
  9521.     }
  9522.     /**
  9523.      * Gets the private 'twig.form.renderer' shared service.
  9524.      *
  9525.      * @return \Symfony\Component\Form\FormRenderer
  9526.      */
  9527.     protected function getTwig_Form_RendererService()
  9528.     {
  9529.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormRendererInterface.php';
  9530.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormRenderer.php';
  9531.         $a = ($this->privates['twig.form.engine'] ?? $this->getTwig_Form_EngineService());
  9532.         if (isset($this->privates['twig.form.renderer'])) {
  9533.             return $this->privates['twig.form.renderer'];
  9534.         }
  9535.         return $this->privates['twig.form.renderer'] = new \Symfony\Component\Form\FormRenderer($aNULL);
  9536.     }
  9537.     /**
  9538.      * Gets the private 'twig.mailer.message_listener' shared service.
  9539.      *
  9540.      * @return \Symfony\Component\Mailer\EventListener\MessageListener
  9541.      */
  9542.     protected function getTwig_Mailer_MessageListenerService()
  9543.     {
  9544.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/EventListener/MessageListener.php';
  9545.         include_once \dirname(__DIR__4).'/vendor/symfony/mime/BodyRendererInterface.php';
  9546.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Mime/BodyRenderer.php';
  9547.         $a = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  9548.         if (isset($this->privates['twig.mailer.message_listener'])) {
  9549.             return $this->privates['twig.mailer.message_listener'];
  9550.         }
  9551.         return $this->privates['twig.mailer.message_listener'] = new \Symfony\Component\Mailer\EventListener\MessageListener(NULL, new \Symfony\Bridge\Twig\Mime\BodyRenderer($a));
  9552.     }
  9553.     /**
  9554.      * Gets the private 'twig.runtime.httpkernel' shared service.
  9555.      *
  9556.      * @return \Symfony\Bridge\Twig\Extension\HttpKernelRuntime
  9557.      */
  9558.     protected function getTwig_Runtime_HttpkernelService()
  9559.     {
  9560.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/HttpKernelRuntime.php';
  9561.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/FragmentHandler.php';
  9562.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DependencyInjection/LazyLoadingFragmentHandler.php';
  9563.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/FragmentUriGeneratorInterface.php';
  9564.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/FragmentUriGenerator.php';
  9565.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/UriSigner.php';
  9566.         $a = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  9567.         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, [
  9568.             'inline' => ['privates''fragment.renderer.inline''getFragment_Renderer_InlineService'false],
  9569.         ], [
  9570.             'inline' => '?',
  9571.         ]), $atrue), new \Symfony\Component\HttpKernel\Fragment\FragmentUriGenerator('/_fragment', new \Symfony\Component\HttpKernel\UriSigner($this->getEnv('APP_SECRET')), $a));
  9572.     }
  9573.     /**
  9574.      * Gets the private 'twig.runtime.serializer' shared service.
  9575.      *
  9576.      * @return \Symfony\Bridge\Twig\Extension\SerializerRuntime
  9577.      */
  9578.     protected function getTwig_Runtime_SerializerService()
  9579.     {
  9580.         include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/RuntimeExtensionInterface.php';
  9581.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/SerializerRuntime.php';
  9582.         return $this->privates['twig.runtime.serializer'] = new \Symfony\Bridge\Twig\Extension\SerializerRuntime(($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService()));
  9583.     }
  9584.     /**
  9585.      * Gets the private 'twig.template_cache_warmer' shared service.
  9586.      *
  9587.      * @return \Symfony\Bundle\TwigBundle\CacheWarmer\TemplateCacheWarmer
  9588.      */
  9589.     protected function getTwig_TemplateCacheWarmerService()
  9590.     {
  9591.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  9592.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bundle/CacheWarmer/TemplateCacheWarmer.php';
  9593.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bundle/TemplateIterator.php';
  9594.         return $this->privates['twig.template_cache_warmer'] = new \Symfony\Bundle\TwigBundle\CacheWarmer\TemplateCacheWarmer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  9595.             'twig' => ['services''.container.private.twig''get_Container_Private_TwigService'false],
  9596.         ], [
  9597.             'twig' => '?',
  9598.         ]))->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')));
  9599.     }
  9600.     /**
  9601.      * Gets the private 'validator.builder' shared service.
  9602.      *
  9603.      * @return \Symfony\Component\Validator\ValidatorBuilder
  9604.      */
  9605.     protected function getValidator_BuilderService()
  9606.     {
  9607.         $this->privates['validator.builder'] = $instance = \Symfony\Component\Validator\Validation::createValidatorBuilder();
  9608.         $a = ($this->privates['property_info'] ?? $this->getPropertyInfoService());
  9609.         $instance->setConstraintValidatorFactory(new \Symfony\Component\Validator\ContainerConstraintValidatorFactory(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  9610.             'Symfony\\Component\\Security\\Core\\Validator\\Constraints\\UserPasswordValidator' => ['privates''security.validator.user_password''getSecurity_Validator_UserPasswordService'false],
  9611.             'Symfony\\Component\\Validator\\Constraints\\EmailValidator' => ['privates''validator.email''getValidator_EmailService'false],
  9612.             'Symfony\\Component\\Validator\\Constraints\\ExpressionValidator' => ['privates''validator.expression''getValidator_ExpressionService'false],
  9613.             'Symfony\\Component\\Validator\\Constraints\\NotCompromisedPasswordValidator' => ['privates''validator.not_compromised_password''getValidator_NotCompromisedPasswordService'false],
  9614.             'security.validator.user_password' => ['privates''security.validator.user_password''getSecurity_Validator_UserPasswordService'false],
  9615.             'validator.expression' => ['privates''validator.expression''getValidator_ExpressionService'false],
  9616.         ], [
  9617.             'Symfony\\Component\\Security\\Core\\Validator\\Constraints\\UserPasswordValidator' => '?',
  9618.             'Symfony\\Component\\Validator\\Constraints\\EmailValidator' => '?',
  9619.             'Symfony\\Component\\Validator\\Constraints\\ExpressionValidator' => '?',
  9620.             'Symfony\\Component\\Validator\\Constraints\\NotCompromisedPasswordValidator' => '?',
  9621.             'security.validator.user_password' => '?',
  9622.             'validator.expression' => '?',
  9623.         ])));
  9624.         if ($this->has('translator')) {
  9625.             $instance->setTranslator(($this->services['translator'] ?? $this->getTranslatorService()));
  9626.         }
  9627.         $instance->setTranslationDomain('validators');
  9628.         $instance->addXmlMappings([=> (\dirname(__DIR__4).'/vendor/symfony/form/Resources/config/validation.xml')]);
  9629.         $instance->enableAnnotationMapping(true);
  9630.         $instance->setDoctrineAnnotationReader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  9631.         $instance->addMethodMapping('loadValidatorMetadata');
  9632.         $instance->addObjectInitializers([]);
  9633.         $instance->addLoader(new \Symfony\Component\Validator\Mapping\Loader\PropertyInfoLoader($a$a$aNULL));
  9634.         return $instance;
  9635.     }
  9636.     /**
  9637.      * Gets the private 'validator.email' shared service.
  9638.      *
  9639.      * @return \Symfony\Component\Validator\Constraints\EmailValidator
  9640.      */
  9641.     protected function getValidator_EmailService()
  9642.     {
  9643.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  9644.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  9645.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/Constraints/EmailValidator.php';
  9646.         return $this->privates['validator.email'] = new \Symfony\Component\Validator\Constraints\EmailValidator('html5');
  9647.     }
  9648.     /**
  9649.      * Gets the private 'validator.expression' shared service.
  9650.      *
  9651.      * @return \Symfony\Component\Validator\Constraints\ExpressionValidator
  9652.      */
  9653.     protected function getValidator_ExpressionService()
  9654.     {
  9655.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  9656.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  9657.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/Constraints/ExpressionValidator.php';
  9658.         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())));
  9659.     }
  9660.     /**
  9661.      * Gets the private 'validator.mapping.cache_warmer' shared service.
  9662.      *
  9663.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\ValidatorCacheWarmer
  9664.      */
  9665.     protected function getValidator_Mapping_CacheWarmerService()
  9666.     {
  9667.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  9668.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/AbstractPhpFileCacheWarmer.php';
  9669.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/ValidatorCacheWarmer.php';
  9670.         return $this->privates['validator.mapping.cache_warmer'] = new \Symfony\Bundle\FrameworkBundle\CacheWarmer\ValidatorCacheWarmer(($this->privates['validator.builder'] ?? $this->getValidator_BuilderService()), ($this->targetDir.''.'/validation.php'));
  9671.     }
  9672.     /**
  9673.      * Gets the private 'validator.not_compromised_password' shared service.
  9674.      *
  9675.      * @return \Symfony\Component\Validator\Constraints\NotCompromisedPasswordValidator
  9676.      */
  9677.     protected function getValidator_NotCompromisedPasswordService()
  9678.     {
  9679.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  9680.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  9681.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/Constraints/NotCompromisedPasswordValidator.php';
  9682.         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);
  9683.     }
  9684.     /**
  9685.      * Gets the private 'web_profiler.csp.handler' shared service.
  9686.      *
  9687.      * @return \Symfony\Bundle\WebProfilerBundle\Csp\ContentSecurityPolicyHandler
  9688.      */
  9689.     protected function getWebProfiler_Csp_HandlerService()
  9690.     {
  9691.         return $this->privates['web_profiler.csp.handler'] = new \Symfony\Bundle\WebProfilerBundle\Csp\ContentSecurityPolicyHandler(new \Symfony\Bundle\WebProfilerBundle\Csp\NonceGenerator());
  9692.     }
  9693.     /**
  9694.      * Gets the private 'web_profiler.debug_toolbar' shared service.
  9695.      *
  9696.      * @return \Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener
  9697.      */
  9698.     protected function getWebProfiler_DebugToolbarService()
  9699.     {
  9700.         $a = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  9701.         if (isset($this->privates['web_profiler.debug_toolbar'])) {
  9702.             return $this->privates['web_profiler.debug_toolbar'];
  9703.         }
  9704.         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);
  9705.     }
  9706.     /**
  9707.      * Gets the public 'cache_clearer' alias.
  9708.      *
  9709.      * @return object The ".container.private.cache_clearer" service.
  9710.      */
  9711.     protected function getCacheClearerService()
  9712.     {
  9713.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "cache_clearer" service directly from the container is deprecated, use dependency injection instead.');
  9714.         return $this->get('.container.private.cache_clearer');
  9715.     }
  9716.     /**
  9717.      * Gets the public 'filesystem' alias.
  9718.      *
  9719.      * @return object The ".container.private.filesystem" service.
  9720.      */
  9721.     protected function getFilesystemService()
  9722.     {
  9723.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "filesystem" service directly from the container is deprecated, use dependency injection instead.');
  9724.         return $this->get('.container.private.filesystem');
  9725.     }
  9726.     /**
  9727.      * Gets the public 'serializer' alias.
  9728.      *
  9729.      * @return object The ".container.private.serializer" service.
  9730.      */
  9731.     protected function getSerializerService()
  9732.     {
  9733.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "serializer" service directly from the container is deprecated, use dependency injection instead.');
  9734.         return $this->get('.container.private.serializer');
  9735.     }
  9736.     /**
  9737.      * Gets the public 'form.factory' alias.
  9738.      *
  9739.      * @return object The ".container.private.form.factory" service.
  9740.      */
  9741.     protected function getForm_FactoryService()
  9742.     {
  9743.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "form.factory" service directly from the container is deprecated, use dependency injection instead.');
  9744.         return $this->get('.container.private.form.factory');
  9745.     }
  9746.     /**
  9747.      * Gets the public 'form.type.file' alias.
  9748.      *
  9749.      * @return object The ".container.private.form.type.file" service.
  9750.      */
  9751.     protected function getForm_Type_FileService()
  9752.     {
  9753.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "form.type.file" service directly from the container is deprecated, use dependency injection instead.');
  9754.         return $this->get('.container.private.form.type.file');
  9755.     }
  9756.     /**
  9757.      * Gets the public 'profiler' alias.
  9758.      *
  9759.      * @return object The ".container.private.profiler" service.
  9760.      */
  9761.     protected function getProfilerService()
  9762.     {
  9763.         trigger_deprecation('symfony/framework-bundle''5.4''Accessing the "profiler" service directly from the container is deprecated, use dependency injection instead.');
  9764.         return $this->get('.container.private.profiler');
  9765.     }
  9766.     /**
  9767.      * Gets the public 'security.authorization_checker' alias.
  9768.      *
  9769.      * @return object The ".container.private.security.authorization_checker" service.
  9770.      */
  9771.     protected function getSecurity_AuthorizationCheckerService()
  9772.     {
  9773.         trigger_deprecation('symfony/security-bundle''5.3''Accessing the "security.authorization_checker" service directly from the container is deprecated, use dependency injection instead.');
  9774.         return $this->get('.container.private.security.authorization_checker');
  9775.     }
  9776.     /**
  9777.      * Gets the public 'security.token_storage' alias.
  9778.      *
  9779.      * @return object The ".container.private.security.token_storage" service.
  9780.      */
  9781.     protected function getSecurity_TokenStorageService()
  9782.     {
  9783.         trigger_deprecation('symfony/security-bundle''5.3''Accessing the "security.token_storage" service directly from the container is deprecated, use dependency injection instead.');
  9784.         return $this->get('.container.private.security.token_storage');
  9785.     }
  9786.     /**
  9787.      * Gets the public 'twig' alias.
  9788.      *
  9789.      * @return object The ".container.private.twig" service.
  9790.      */
  9791.     protected function getTwigService()
  9792.     {
  9793.         trigger_deprecation('symfony/twig-bundle''5.2''Accessing the "twig" service directly from the container is deprecated, use dependency injection instead.');
  9794.         return $this->get('.container.private.twig');
  9795.     }
  9796.     /**
  9797.      * Gets the public 'security.password_encoder' alias.
  9798.      *
  9799.      * @return object The ".container.private.security.password_encoder" service.
  9800.      */
  9801.     protected function getSecurity_PasswordEncoderService()
  9802.     {
  9803.         trigger_deprecation('symfony/security-bundle''5.3''Accessing the "security.password_encoder" service directly from the container is deprecated, use dependency injection instead.');
  9804.         return $this->get('.container.private.security.password_encoder');
  9805.     }
  9806.     /**
  9807.      * Gets the public 'session' alias.
  9808.      *
  9809.      * @return object The ".container.private.session" service.
  9810.      */
  9811.     protected function getSessionService()
  9812.     {
  9813.         trigger_deprecation('symfony/framework-bundle''5.3''Accessing the "session" service directly from the container is deprecated, use dependency injection instead.');
  9814.         return $this->get('.container.private.session');
  9815.     }
  9816.     /**
  9817.      * Gets the public 'validator' alias.
  9818.      *
  9819.      * @return object The ".container.private.validator" service.
  9820.      */
  9821.     protected function getValidatorService()
  9822.     {
  9823.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "validator" service directly from the container is deprecated, use dependency injection instead.');
  9824.         return $this->get('.container.private.validator');
  9825.     }
  9826.     /**
  9827.      * @return array|bool|float|int|string|\UnitEnum|null
  9828.      */
  9829.     public function getParameter(string $name)
  9830.     {
  9831.         if (isset($this->buildParameters[$name])) {
  9832.             return $this->buildParameters[$name];
  9833.         }
  9834.         if (!(isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || \array_key_exists($name$this->parameters))) {
  9835.             throw new InvalidArgumentException(sprintf('The parameter "%s" must be defined.'$name));
  9836.         }
  9837.         if (isset($this->loadedDynamicParameters[$name])) {
  9838.             return $this->loadedDynamicParameters[$name] ? $this->dynamicParameters[$name] : $this->getDynamicParameter($name);
  9839.         }
  9840.         return $this->parameters[$name];
  9841.     }
  9842.     public function hasParameter(string $name): bool
  9843.     {
  9844.         if (isset($this->buildParameters[$name])) {
  9845.             return true;
  9846.         }
  9847.         return isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || \array_key_exists($name$this->parameters);
  9848.     }
  9849.     public function setParameter(string $name$value): void
  9850.     {
  9851.         throw new LogicException('Impossible to call set() on a frozen ParameterBag.');
  9852.     }
  9853.     public function getParameterBag(): ParameterBagInterface
  9854.     {
  9855.         if (null === $this->parameterBag) {
  9856.             $parameters $this->parameters;
  9857.             foreach ($this->loadedDynamicParameters as $name => $loaded) {
  9858.                 $parameters[$name] = $loaded $this->dynamicParameters[$name] : $this->getDynamicParameter($name);
  9859.             }
  9860.             foreach ($this->buildParameters as $name => $value) {
  9861.                 $parameters[$name] = $value;
  9862.             }
  9863.             $this->parameterBag = new FrozenParameterBag($parameters);
  9864.         }
  9865.         return $this->parameterBag;
  9866.     }
  9867.     private $loadedDynamicParameters = [
  9868.         'kernel.runtime_environment' => false,
  9869.         'kernel.build_dir' => false,
  9870.         'kernel.cache_dir' => false,
  9871.         'saml_villagile_idp_entity_id' => false,
  9872.         'saml_villagile_idp_sso_uri' => false,
  9873.         'saml_villagile_idp_slo_uri' => false,
  9874.         'saml_villagile_idp_x_509_cert' => false,
  9875.         'env(SAML_VILLAGILE_IDP_ENTITY_ID_RESOLVED)' => false,
  9876.         'env(SAML_VILLAGILE_IDP_SSO_URI_RESOLVED)' => false,
  9877.         'env(SAML_VILLAGILE_IDP_SLO_URI_RESOLVED)' => false,
  9878.         'env(SAML_VILLAGILE_IDP_X509CERT_RESOLVED)' => false,
  9879.         'saml_kadran_idp_entity_id' => false,
  9880.         'saml_kadran_idp_sso_uri' => false,
  9881.         'saml_kadran_idp_slo_uri' => false,
  9882.         'saml_kadran_idp_x_509_cert' => false,
  9883.         'env(SAML_KADRAN_IDP_ENTITY_ID_RESOLVED)' => false,
  9884.         'env(SAML_KADRAN_IDP_SSO_URI_RESOLVED)' => false,
  9885.         'env(SAML_KADRAN_IDP_SLO_URI_RESOLVED)' => false,
  9886.         'env(SAML_KADRAN_IDP_X509CERT_RESOLVED)' => false,
  9887.         'saml_decoset_idp_entity_id' => false,
  9888.         'saml_decoset_idp_sso_uri' => false,
  9889.         'saml_decoset_idp_slo_uri' => false,
  9890.         'saml_decoset_idp_x_509_cert' => false,
  9891.         'env(SAML_DECOSET_IDP_ENTITY_ID_RESOLVED)' => false,
  9892.         'env(SAML_DECOSET_IDP_SSO_URI_RESOLVED)' => false,
  9893.         'env(SAML_DECOSET_IDP_SLO_URI_RESOLVED)' => false,
  9894.         'env(SAML_DECOSET_IDP_X509CERT_RESOLVED)' => false,
  9895.         'saml_sp_privatekey' => false,
  9896.         'saml_sp_x_509_cert' => false,
  9897.         'env(SAML_SP_PRIVATEKEY_RESOLVED)' => false,
  9898.         'env(SAML_SP_X509CERT_RESOLVED)' => false,
  9899.         'mayan_accept_language' => false,
  9900.         'from_email' => false,
  9901.         'cors_allow_origin' => false,
  9902.         'sigrenea_base_url' => false,
  9903.         'odivea_base_url' => false,
  9904.         'tsms_base_url' => false,
  9905.         'tsmd_base_url' => false,
  9906.         'seramm_base_url' => false,
  9907.         'sig_seramm_base_url' => false,
  9908.         'baignade_water_quality_base_url' => false,
  9909.         'synoptique_udb_base_url' => false,
  9910.         'synoptique_ude_base_url' => false,
  9911.         'seramm_site_publication_base_url' => false,
  9912.         'seramm_documentation_works_base_url' => false,
  9913.         'seramm_mail_management_base_url' => false,
  9914.         'mysig_base_url' => false,
  9915.         'panache_base_url' => false,
  9916.         'seramm_infoped_base_url' => false,
  9917.         'seramm_aquadvanced_ud_base_url' => false,
  9918.         'gmao_seramm_base_url' => false,
  9919.         'kadran_base_url' => false,
  9920.         'topkapi_kadran_eu_base_url' => false,
  9921.         'topkapi_kadran_ep_base_url' => false,
  9922.         'aquacalc_base_url' => false,
  9923.         'aquadvanced_ww_base_url' => false,
  9924.         'aquadvanced_wn_base_url' => false,
  9925.         'aquadvanced_ud_base_url' => false,
  9926.         'aquadvanced_plant_base_url' => false,
  9927.         'sharepoint_kadran_base_url' => false,
  9928.         'front_portail_base_url' => false,
  9929.         'default_idp' => false,
  9930.         'nextcloud_instances' => false,
  9931.         'kernel.secret' => false,
  9932.         'debug.container.dump' => false,
  9933.         'serializer.mapping.cache.file' => false,
  9934.         'session.save_path' => false,
  9935.         'validator.mapping.cache.file' => false,
  9936.         'profiler.storage.dsn' => false,
  9937.         'hslavich_onelogin_saml.settings' => false,
  9938.         'lexik_jwt_authentication.pass_phrase' => false,
  9939.         'nelmio_cors.defaults' => false,
  9940.     ];
  9941.     private $dynamicParameters = [];
  9942.     private function getDynamicParameter(string $name)
  9943.     {
  9944.         switch ($name) {
  9945.             case 'kernel.runtime_environment'$value $this->getEnv('default:kernel.environment:APP_RUNTIME_ENV'); break;
  9946.             case 'kernel.build_dir'$value $this->targetDir.''; break;
  9947.             case 'kernel.cache_dir'$value $this->targetDir.''; break;
  9948.             case 'saml_villagile_idp_entity_id'$value $this->getEnv('SAML_VILLAGILE_IDP_ENTITY_ID'); break;
  9949.             case 'saml_villagile_idp_sso_uri'$value $this->getEnv('SAML_VILLAGILE_IDP_SSO_URI'); break;
  9950.             case 'saml_villagile_idp_slo_uri'$value $this->getEnv('SAML_VILLAGILE_IDP_SLO_URI'); break;
  9951.             case 'saml_villagile_idp_x_509_cert'$value $this->getEnv('SAML_VILLAGILE_IDP_X509CERT'); break;
  9952.             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;
  9953.             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;
  9954.             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;
  9955.             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;
  9956.             case 'saml_kadran_idp_entity_id'$value $this->getEnv('SAML_KADRAN_IDP_ENTITY_ID'); break;
  9957.             case 'saml_kadran_idp_sso_uri'$value $this->getEnv('SAML_KADRAN_IDP_SSO_URI'); break;
  9958.             case 'saml_kadran_idp_slo_uri'$value $this->getEnv('SAML_KADRAN_IDP_SLO_URI'); break;
  9959.             case 'saml_kadran_idp_x_509_cert'$value $this->getEnv('SAML_KADRAN_IDP_X509CERT'); break;
  9960.             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;
  9961.             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;
  9962.             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;
  9963.             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;
  9964.             case 'saml_decoset_idp_entity_id'$value $this->getEnv('SAML_DECOSET_IDP_ENTITY_ID'); break;
  9965.             case 'saml_decoset_idp_sso_uri'$value $this->getEnv('SAML_DECOSET_IDP_SSO_URI'); break;
  9966.             case 'saml_decoset_idp_slo_uri'$value $this->getEnv('SAML_DECOSET_IDP_SLO_URI'); break;
  9967.             case 'saml_decoset_idp_x_509_cert'$value $this->getEnv('SAML_DECOSET_IDP_X509CERT'); break;
  9968.             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;
  9969.             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;
  9970.             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;
  9971.             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;
  9972.             case 'saml_sp_privatekey'$value $this->getEnv('SAML_SP_PRIVATEKEY'); break;
  9973.             case 'saml_sp_x_509_cert'$value $this->getEnv('SAML_SP_X509CERT'); break;
  9974.             case 'env(SAML_SP_PRIVATEKEY_RESOLVED)'$value $this->getEnv('default:saml_sp_privatekey:file:resolve:SAML_SP_PRIVATEKEY_FILE'); break;
  9975.             case 'env(SAML_SP_X509CERT_RESOLVED)'$value $this->getEnv('default:saml_sp_x_509_cert:file:resolve:SAML_SP_X509CERT_FILE'); break;
  9976.             case 'mayan_accept_language'$value $this->getEnv('default:default_accept_language:MAYAN_ACCEPT_LANGUAGE'); break;
  9977.             case 'from_email'$value = [
  9978.                 'name' => $this->getEnv('EMAIL_FROM_NAME'),
  9979.                 'email' => $this->getEnv('EMAIL_FROM_VALUE'),
  9980.             ]; break;
  9981.             case 'cors_allow_origin'$value $this->getEnv('CORS_ALLOW_ORIGIN'); break;
  9982.             case 'sigrenea_base_url'$value $this->getEnv('SIGRENEA_BASE_URL'); break;
  9983.             case 'odivea_base_url'$value $this->getEnv('ODIVEA_BASE_URL'); break;
  9984.             case 'tsms_base_url'$value $this->getEnv('TSMS_BASE_URL'); break;
  9985.             case 'tsmd_base_url'$value $this->getEnv('TSMD_BASE_URL'); break;
  9986.             case 'seramm_base_url'$value $this->getEnv('SERAMM_BASE_URL'); break;
  9987.             case 'sig_seramm_base_url'$value $this->getEnv('SIG_SERAMM_BASE_URL'); break;
  9988.             case 'baignade_water_quality_base_url'$value $this->getEnv('BAIGNADE_WATER_QUALITY_BASE_URL'); break;
  9989.             case 'synoptique_udb_base_url'$value $this->getEnv('SYNOPTIQUE_UDB_BASE_URL'); break;
  9990.             case 'synoptique_ude_base_url'$value $this->getEnv('SYNOPTIQUE_UDE_BASE_URL'); break;
  9991.             case 'seramm_site_publication_base_url'$value $this->getEnv('SITE_PUBLICATION_BASE_URL'); break;
  9992.             case 'seramm_documentation_works_base_url'$value $this->getEnv('DOCUMENTATION_OUVRAGE_BASE_URL'); break;
  9993.             case 'seramm_mail_management_base_url'$value $this->getEnv('GESTION_COURRIERS_BASE_URL'); break;
  9994.             case 'mysig_base_url'$value $this->getEnv('MYSIG_BASE_URL'); break;
  9995.             case 'panache_base_url'$value $this->getEnv('PANACHE_BASE_URL'); break;
  9996.             case 'seramm_infoped_base_url'$value $this->getEnv('SERAMM_INFOPED_BASE_URL'); break;
  9997.             case 'seramm_aquadvanced_ud_base_url'$value $this->getEnv('SERAMM_AQUADVANCED_UD_BASE_URL'); break;
  9998.             case 'gmao_seramm_base_url'$value $this->getEnv('GMAO_SERAMM_BASE_URL'); break;
  9999.             case 'kadran_base_url'$value $this->getEnv('KADRAN_BASE_URL'); break;
  10000.             case 'topkapi_kadran_eu_base_url'$value $this->getEnv('TOPKAPI_KADRAN_EU_BASE_URL'); break;
  10001.             case 'topkapi_kadran_ep_base_url'$value $this->getEnv('TOPKAPI_KADRAN_EP_BASE_URL'); break;
  10002.             case 'aquacalc_base_url'$value $this->getEnv('AQUACALC_BASE_URL'); break;
  10003.             case 'aquadvanced_ww_base_url'$value $this->getEnv('AQUADVANCED_WW_BASE_URL'); break;
  10004.             case 'aquadvanced_wn_base_url'$value $this->getEnv('AQUADVANCED_WN_BASE_URL'); break;
  10005.             case 'aquadvanced_ud_base_url'$value $this->getEnv('AQUADVANCED_UD_BASE_URL'); break;
  10006.             case 'aquadvanced_plant_base_url'$value $this->getEnv('AQUADVANCED_PLANT_BASE_URL'); break;
  10007.             case 'sharepoint_kadran_base_url'$value $this->getEnv('SHAREPOINT_KADRAN_BASE_URL'); break;
  10008.             case 'front_portail_base_url'$value $this->getEnv('FRONT_END_ROOT_PATH'); break;
  10009.             case 'default_idp'$value $this->getEnv('string:DEFAULT_IDP'); break;
  10010.             case 'nextcloud_instances'$value $this->getEnv('json:NEXTCLOUD_INSTANCES'); break;
  10011.             case 'kernel.secret'$value $this->getEnv('APP_SECRET'); break;
  10012.             case 'debug.container.dump'$value = ($this->targetDir.''.'/App_KernelIntDebugContainer.xml'); break;
  10013.             case 'serializer.mapping.cache.file'$value = ($this->targetDir.''.'/serialization.php'); break;
  10014.             case 'session.save_path'$value = ($this->targetDir.''.'/sessions'); break;
  10015.             case 'validator.mapping.cache.file'$value = ($this->targetDir.''.'/validation.php'); break;
  10016.             case 'profiler.storage.dsn'$value = ('file:'.$this->targetDir.''.'/profiler'); break;
  10017.             case 'hslavich_onelogin_saml.settings'$value = [
  10018.                 'baseurl' => $this->getEnv('string:resolve:PORTAL_API_HOST').'/saml',
  10019.                 'idps' => [
  10020.                     'villagile' => [
  10021.                         'entityId' => $this->getEnv('resolve:SAML_VILLAGILE_IDP_ENTITY_ID_RESOLVED'),
  10022.                         'singleSignOnService' => [
  10023.                             'url' => $this->getEnv('resolve:SAML_VILLAGILE_IDP_SSO_URI_RESOLVED'),
  10024.                             'binding' => 'urn:oasis:names:tc:SAML:2.0:bindings:HTTP-Redirect',
  10025.                         ],
  10026.                         'singleLogoutService' => [
  10027.                             'url' => $this->getEnv('resolve:SAML_VILLAGILE_IDP_SLO_URI_RESOLVED'),
  10028.                             'binding' => 'urn:oasis:names:tc:SAML:2.0:bindings:HTTP-Redirect',
  10029.                         ],
  10030.                         'x509cert' => $this->getEnv('resolve:SAML_VILLAGILE_IDP_X509CERT_RESOLVED'),
  10031.                     ],
  10032.                     'kadran' => [
  10033.                         'entityId' => $this->getEnv('resolve:SAML_KADRAN_IDP_ENTITY_ID_RESOLVED'),
  10034.                         'singleSignOnService' => [
  10035.                             'url' => $this->getEnv('resolve:SAML_KADRAN_IDP_SSO_URI_RESOLVED'),
  10036.                             'binding' => 'urn:oasis:names:tc:SAML:2.0:bindings:HTTP-Redirect',
  10037.                         ],
  10038.                         'singleLogoutService' => [
  10039.                             'url' => $this->getEnv('resolve:SAML_KADRAN_IDP_SLO_URI_RESOLVED'),
  10040.                             'binding' => 'urn:oasis:names:tc:SAML:2.0:bindings:HTTP-Redirect',
  10041.                         ],
  10042.                         'x509cert' => $this->getEnv('resolve:SAML_KADRAN_IDP_X509CERT_RESOLVED'),
  10043.                     ],
  10044.                     'decoset' => [
  10045.                         'entityId' => $this->getEnv('resolve:SAML_DECOSET_IDP_ENTITY_ID_RESOLVED'),
  10046.                         'singleSignOnService' => [
  10047.                             'url' => $this->getEnv('resolve:SAML_DECOSET_IDP_SSO_URI_RESOLVED'),
  10048.                             'binding' => 'urn:oasis:names:tc:SAML:2.0:bindings:HTTP-Redirect',
  10049.                         ],
  10050.                         'singleLogoutService' => [
  10051.                             'url' => $this->getEnv('resolve:SAML_DECOSET_IDP_SLO_URI_RESOLVED'),
  10052.                             'binding' => 'urn:oasis:names:tc:SAML:2.0:bindings:HTTP-Redirect',
  10053.                         ],
  10054.                         'x509cert' => $this->getEnv('resolve:SAML_DECOSET_IDP_X509CERT_RESOLVED'),
  10055.                     ],
  10056.                 ],
  10057.                 'sp' => [
  10058.                     'entityId' => $this->getEnv('string:resolve:PORTAL_API_HOST').'/saml/metadata',
  10059.                     'assertionConsumerService' => [
  10060.                         'url' => $this->getEnv('string:resolve:PORTAL_API_HOST').'/saml/acs',
  10061.                         'binding' => 'urn:oasis:names:tc:SAML:2.0:bindings:HTTP-POST',
  10062.                     ],
  10063.                     'singleLogoutService' => [
  10064.                         'url' => $this->getEnv('string:resolve:PORTAL_API_HOST').'/saml/logout',
  10065.                         'binding' => 'urn:oasis:names:tc:SAML:2.0:bindings:HTTP-Redirect',
  10066.                     ],
  10067.                     'x509cert' => $this->getEnv('resolve:SAML_SP_X509CERT_RESOLVED'),
  10068.                     'privateKey' => $this->getEnv('resolve:SAML_SP_PRIVATEKEY_RESOLVED'),
  10069.                 ],
  10070.                 'security' => [
  10071.                     'nameIdEncrypted' => false,
  10072.                     'authnRequestsSigned' => true,
  10073.                     'logoutRequestSigned' => true,
  10074.                     'logoutResponseSigned' => true,
  10075.                     'wantMessagesSigned' => true,
  10076.                     'wantAssertionsSigned' => true,
  10077.                     'wantNameIdEncrypted' => false,
  10078.                     'requestedAuthnContext' => false,
  10079.                     'signMetadata' => true,
  10080.                     'wantXMLValidation' => true,
  10081.                     'signatureAlgorithm' => 'http://www.w3.org/2001/04/xmldsig-more#rsa-sha256',
  10082.                     'destinationStrictlyMatches' => true,
  10083.                 ],
  10084.                 'organization' => [
  10085.                 ],
  10086.             ]; break;
  10087.             case 'lexik_jwt_authentication.pass_phrase'$value $this->getEnv('JWT_PASSPHRASE'); break;
  10088.             case 'nelmio_cors.defaults'$value = [
  10089.                 'allow_origin' => [
  10090.                     => $this->getEnv('CORS_ALLOW_ORIGIN'),
  10091.                 ],
  10092.                 'allow_credentials' => false,
  10093.                 'allow_headers' => [
  10094.                     => 'content-type',
  10095.                     => 'authorization',
  10096.                     => 'access-control-allow-origin',
  10097.                     => 'location',
  10098.                     => 'x-datadog-trace-id',
  10099.                     => 'x-datadog-parent-id',
  10100.                     => 'x-datadog-origin',
  10101.                     => 'x-datadog-sampling-priority',
  10102.                     => 'traceparent',
  10103.                     => 'b3',
  10104.                     10 => 'x-b3-traceid',
  10105.                     11 => 'x-b3-spanid',
  10106.                     12 => 'x-b3-sampled',
  10107.                 ],
  10108.                 'allow_private_network' => false,
  10109.                 'expose_headers' => [
  10110.                     => 'Link',
  10111.                     => 'x-pagination-total-count',
  10112.                     => 'x-pagination-page-count',
  10113.                     => 'x-pagination-current-page',
  10114.                     => 'x-pagination-per-page',
  10115.                     => 'Location',
  10116.                 ],
  10117.                 'allow_methods' => [
  10118.                     => 'GET',
  10119.                     => 'OPTIONS',
  10120.                     => 'POST',
  10121.                     => 'PUT',
  10122.                     => 'PATCH',
  10123.                     => 'DELETE',
  10124.                 ],
  10125.                 'max_age' => 3600,
  10126.                 'hosts' => [
  10127.                 ],
  10128.                 'origin_regex' => true,
  10129.                 'forced_allow_origin_value' => NULL,
  10130.                 'skip_same_as_origin' => true,
  10131.             ]; break;
  10132.             default: throw new InvalidArgumentException(sprintf('The dynamic parameter "%s" must be defined.'$name));
  10133.         }
  10134.         $this->loadedDynamicParameters[$name] = true;
  10135.         return $this->dynamicParameters[$name] = $value;
  10136.     }
  10137.     protected function getDefaultParameters(): array
  10138.     {
  10139.         return [
  10140.             'kernel.project_dir' => \dirname(__DIR__4),
  10141.             'kernel.environment' => 'int',
  10142.             'kernel.debug' => true,
  10143.             'kernel.logs_dir' => (\dirname(__DIR__3).'/log'),
  10144.             'kernel.bundles' => [
  10145.                 'FrameworkBundle' => 'Symfony\\Bundle\\FrameworkBundle\\FrameworkBundle',
  10146.                 'SecurityBundle' => 'Symfony\\Bundle\\SecurityBundle\\SecurityBundle',
  10147.                 'HslavichOneloginSamlBundle' => 'Hslavich\\OneloginSamlBundle\\HslavichOneloginSamlBundle',
  10148.                 'LexikJWTAuthenticationBundle' => 'Lexik\\Bundle\\JWTAuthenticationBundle\\LexikJWTAuthenticationBundle',
  10149.                 'NelmioApiDocBundle' => 'Nelmio\\ApiDocBundle\\NelmioApiDocBundle',
  10150.                 'NelmioCorsBundle' => 'Nelmio\\CorsBundle\\NelmioCorsBundle',
  10151.                 'TwigBundle' => 'Symfony\\Bundle\\TwigBundle\\TwigBundle',
  10152.                 'TwigExtraBundle' => 'Twig\\Extra\\TwigExtraBundle\\TwigExtraBundle',
  10153.                 'WebProfilerBundle' => 'Symfony\\Bundle\\WebProfilerBundle\\WebProfilerBundle',
  10154.                 'MonologBundle' => 'Symfony\\Bundle\\MonologBundle\\MonologBundle',
  10155.                 'SensioFrameworkExtraBundle' => 'Sensio\\Bundle\\FrameworkExtraBundle\\SensioFrameworkExtraBundle',
  10156.                 'VdmLibraryBundle' => 'Vdm\\Bundle\\LibraryBundle\\VdmLibraryBundle',
  10157.             ],
  10158.             'kernel.bundles_metadata' => [
  10159.                 'FrameworkBundle' => [
  10160.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle'),
  10161.                     'namespace' => 'Symfony\\Bundle\\FrameworkBundle',
  10162.                 ],
  10163.                 'SecurityBundle' => [
  10164.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/security-bundle'),
  10165.                     'namespace' => 'Symfony\\Bundle\\SecurityBundle',
  10166.                 ],
  10167.                 'HslavichOneloginSamlBundle' => [
  10168.                     'path' => (\dirname(__DIR__4).'/vendor/hslavich/oneloginsaml-bundle'),
  10169.                     'namespace' => 'Hslavich\\OneloginSamlBundle',
  10170.                 ],
  10171.                 'LexikJWTAuthenticationBundle' => [
  10172.                     'path' => (\dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle'),
  10173.                     'namespace' => 'Lexik\\Bundle\\JWTAuthenticationBundle',
  10174.                 ],
  10175.                 'NelmioApiDocBundle' => [
  10176.                     'path' => (\dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle'),
  10177.                     'namespace' => 'Nelmio\\ApiDocBundle',
  10178.                 ],
  10179.                 'NelmioCorsBundle' => [
  10180.                     'path' => (\dirname(__DIR__4).'/vendor/nelmio/cors-bundle'),
  10181.                     'namespace' => 'Nelmio\\CorsBundle',
  10182.                 ],
  10183.                 'TwigBundle' => [
  10184.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/twig-bundle'),
  10185.                     'namespace' => 'Symfony\\Bundle\\TwigBundle',
  10186.                 ],
  10187.                 'TwigExtraBundle' => [
  10188.                     'path' => (\dirname(__DIR__4).'/vendor/twig/extra-bundle'),
  10189.                     'namespace' => 'Twig\\Extra\\TwigExtraBundle',
  10190.                 ],
  10191.                 'WebProfilerBundle' => [
  10192.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle'),
  10193.                     'namespace' => 'Symfony\\Bundle\\WebProfilerBundle',
  10194.                 ],
  10195.                 'MonologBundle' => [
  10196.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/monolog-bundle'),
  10197.                     'namespace' => 'Symfony\\Bundle\\MonologBundle',
  10198.                 ],
  10199.                 'SensioFrameworkExtraBundle' => [
  10200.                     'path' => (\dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src'),
  10201.                     'namespace' => 'Sensio\\Bundle\\FrameworkExtraBundle',
  10202.                 ],
  10203.                 'VdmLibraryBundle' => [
  10204.                     'path' => (\dirname(__DIR__4).'/vendor/3slab/vdm-library-bundle'),
  10205.                     'namespace' => 'Vdm\\Bundle\\LibraryBundle',
  10206.                 ],
  10207.             ],
  10208.             'kernel.charset' => 'UTF-8',
  10209.             'kernel.container_class' => 'App_KernelIntDebugContainer',
  10210.             'container.dumper.inline_class_loader' => true,
  10211.             'container.dumper.inline_factories' => true,
  10212.             'env(SYMFONY_DATABASE_URL)' => '',
  10213.             'env(SAML_ID_HOST)' => '',
  10214.             'default_accept_language' => 'fr',
  10215.             'env(METABASE_HOST)' => 'http://localhost',
  10216.             'env(METABASE_API_KEY)' => '',
  10217.             'locale' => 'fr',
  10218.             'custom_idps' => NULL,
  10219.             'env(METABASE_USER_DEFAULT_PASSWORD)' => 'theD9mahchirohm1seichaosou2xaexirohy5aiM',
  10220.             'env(METABASE_FAKE_DATABASE_HOST)' => 'postgresql',
  10221.             'event_dispatcher.event_aliases' => [
  10222.                 'Symfony\\Component\\Console\\Event\\ConsoleCommandEvent' => 'console.command',
  10223.                 'Symfony\\Component\\Console\\Event\\ConsoleErrorEvent' => 'console.error',
  10224.                 'Symfony\\Component\\Console\\Event\\ConsoleSignalEvent' => 'console.signal',
  10225.                 'Symfony\\Component\\Console\\Event\\ConsoleTerminateEvent' => 'console.terminate',
  10226.                 'Symfony\\Component\\Form\\Event\\PreSubmitEvent' => 'form.pre_submit',
  10227.                 'Symfony\\Component\\Form\\Event\\SubmitEvent' => 'form.submit',
  10228.                 'Symfony\\Component\\Form\\Event\\PostSubmitEvent' => 'form.post_submit',
  10229.                 'Symfony\\Component\\Form\\Event\\PreSetDataEvent' => 'form.pre_set_data',
  10230.                 'Symfony\\Component\\Form\\Event\\PostSetDataEvent' => 'form.post_set_data',
  10231.                 'Symfony\\Component\\HttpKernel\\Event\\ControllerArgumentsEvent' => 'kernel.controller_arguments',
  10232.                 'Symfony\\Component\\HttpKernel\\Event\\ControllerEvent' => 'kernel.controller',
  10233.                 'Symfony\\Component\\HttpKernel\\Event\\ResponseEvent' => 'kernel.response',
  10234.                 'Symfony\\Component\\HttpKernel\\Event\\FinishRequestEvent' => 'kernel.finish_request',
  10235.                 'Symfony\\Component\\HttpKernel\\Event\\RequestEvent' => 'kernel.request',
  10236.                 'Symfony\\Component\\HttpKernel\\Event\\ViewEvent' => 'kernel.view',
  10237.                 'Symfony\\Component\\HttpKernel\\Event\\ExceptionEvent' => 'kernel.exception',
  10238.                 'Symfony\\Component\\HttpKernel\\Event\\TerminateEvent' => 'kernel.terminate',
  10239.                 'Symfony\\Component\\Security\\Core\\Event\\AuthenticationSuccessEvent' => 'security.authentication.success',
  10240.                 'Symfony\\Component\\Security\\Core\\Event\\AuthenticationFailureEvent' => 'security.authentication.failure',
  10241.                 'Symfony\\Component\\Security\\Http\\Event\\InteractiveLoginEvent' => 'security.interactive_login',
  10242.                 'Symfony\\Component\\Security\\Http\\Event\\SwitchUserEvent' => 'security.switch_user',
  10243.             ],
  10244.             'fragment.renderer.hinclude.global_template' => NULL,
  10245.             'fragment.path' => '/_fragment',
  10246.             'kernel.http_method_override' => true,
  10247.             'kernel.trusted_hosts' => [
  10248.             ],
  10249.             'kernel.default_locale' => 'en',
  10250.             'kernel.enabled_locales' => [
  10251.             ],
  10252.             'kernel.error_controller' => 'error_controller',
  10253.             'debug.file_link_format' => NULL,
  10254.             'asset.request_context.base_path' => NULL,
  10255.             'asset.request_context.secure' => NULL,
  10256.             'translator.logging' => false,
  10257.             'translator.default_path' => (\dirname(__DIR__4).'/translations'),
  10258.             'debug.error_handler.throw_at' => -1,
  10259.             'router.request_context.host' => 'localhost',
  10260.             'router.request_context.scheme' => 'http',
  10261.             'router.request_context.base_url' => '',
  10262.             'router.resource' => 'kernel::loadRoutes',
  10263.             'request_listener.http_port' => 80,
  10264.             'request_listener.https_port' => 443,
  10265.             'session.metadata.storage_key' => '_sf2_meta',
  10266.             'session.storage.options' => [
  10267.                 'cache_limiter' => '0',
  10268.                 'cookie_secure' => 'auto',
  10269.                 'cookie_httponly' => true,
  10270.                 'cookie_samesite' => 'lax',
  10271.                 'gc_probability' => 1,
  10272.             ],
  10273.             'session.metadata.update_threshold' => 0,
  10274.             'form.type_extension.csrf.enabled' => false,
  10275.             'validator.translation_domain' => 'validators',
  10276.             'profiler_listener.only_exceptions' => false,
  10277.             'profiler_listener.only_main_requests' => false,
  10278.             'security.role_hierarchy.roles' => [
  10279.             ],
  10280.             'security.access.denied_url' => NULL,
  10281.             'security.authentication.manager.erase_credentials' => true,
  10282.             'security.authentication.session_strategy.strategy' => 'migrate',
  10283.             'security.access.always_authenticate_before_granting' => false,
  10284.             'security.authentication.hide_user_not_found' => true,
  10285.             'security.firewalls' => [
  10286.                 => 'dev',
  10287.                 => 'apidoc',
  10288.                 => 'apipublic',
  10289.                 => 'api',
  10290.                 => 'external_app_connect',
  10291.                 => 'main',
  10292.             ],
  10293.             'security.api._indexed_authenticators' => [
  10294.             ],
  10295.             'security.external_app_connect._indexed_authenticators' => [
  10296.             ],
  10297.             'security.main._indexed_authenticators' => [
  10298.             ],
  10299.             'lexik_jwt_authentication.token_ttl' => 2628000,
  10300.             'lexik_jwt_authentication.clock_skew' => 0,
  10301.             'lexik_jwt_authentication.user_identity_field' => 'username',
  10302.             'lexik_jwt_authentication.allow_no_expiration' => false,
  10303.             'lexik_jwt_authentication.user_id_claim' => 'username',
  10304.             'lexik_jwt_authentication.encoder.signature_algorithm' => 'RS256',
  10305.             'lexik_jwt_authentication.encoder.crypto_engine' => 'openssl',
  10306.             'nelmio_api_doc.areas' => [
  10307.                 => 'default',
  10308.             ],
  10309.             'nelmio_cors.map' => [
  10310.                 '^/' => [
  10311.                 ],
  10312.             ],
  10313.             'nelmio_cors.cors_listener.class' => 'Nelmio\\CorsBundle\\EventListener\\CorsListener',
  10314.             'nelmio_cors.options_resolver.class' => 'Nelmio\\CorsBundle\\Options\\Resolver',
  10315.             'nelmio_cors.options_provider.config.class' => 'Nelmio\\CorsBundle\\Options\\ConfigProvider',
  10316.             'twig.form.resources' => [
  10317.                 => 'form_div_layout.html.twig',
  10318.             ],
  10319.             'twig.default_path' => (\dirname(__DIR__4).'/templates'),
  10320.             'web_profiler.debug_toolbar.intercept_redirects' => false,
  10321.             'web_profiler.debug_toolbar.mode' => 2,
  10322.             'monolog.use_microseconds' => true,
  10323.             'monolog.swift_mailer.handlers' => [
  10324.             ],
  10325.             'monolog.handlers_to_channels' => [
  10326.                 'monolog.handler.deprecation' => [
  10327.                     'type' => 'inclusive',
  10328.                     'elements' => [
  10329.                         => 'deprecation',
  10330.                     ],
  10331.                 ],
  10332.                 'monolog.handler.php_errors' => [
  10333.                     'type' => 'inclusive',
  10334.                     'elements' => [
  10335.                         => 'php',
  10336.                     ],
  10337.                 ],
  10338.                 'monolog.handler.stderr_errors' => NULL,
  10339.                 'monolog.handler.stdout_info' => [
  10340.                     'type' => 'exclusive',
  10341.                     'elements' => [
  10342.                         => 'event',
  10343.                         => 'doctrine',
  10344.                         => 'deprecation',
  10345.                         => 'php',
  10346.                         => 'console',
  10347.                     ],
  10348.                 ],
  10349.             ],
  10350.             'vdm_library.app_name' => 'default',
  10351.             'vdm_library.print_msg' => false,
  10352.             'vdm_library.stop_on_error' => false,
  10353.             'vdm_library.monitoring_type' => 'null',
  10354.             'vdm_library.monitoring_options' => [
  10355.             ],
  10356.             'data_collector.templates' => [
  10357.                 'data_collector.request' => [
  10358.                     => 'request',
  10359.                     => '@WebProfiler/Collector/request.html.twig',
  10360.                 ],
  10361.                 'data_collector.time' => [
  10362.                     => 'time',
  10363.                     => '@WebProfiler/Collector/time.html.twig',
  10364.                 ],
  10365.                 'data_collector.memory' => [
  10366.                     => 'memory',
  10367.                     => '@WebProfiler/Collector/memory.html.twig',
  10368.                 ],
  10369.                 'data_collector.validator' => [
  10370.                     => 'validator',
  10371.                     => '@WebProfiler/Collector/validator.html.twig',
  10372.                 ],
  10373.                 'data_collector.ajax' => [
  10374.                     => 'ajax',
  10375.                     => '@WebProfiler/Collector/ajax.html.twig',
  10376.                 ],
  10377.                 'data_collector.form' => [
  10378.                     => 'form',
  10379.                     => '@WebProfiler/Collector/form.html.twig',
  10380.                 ],
  10381.                 'data_collector.exception' => [
  10382.                     => 'exception',
  10383.                     => '@WebProfiler/Collector/exception.html.twig',
  10384.                 ],
  10385.                 'data_collector.logger' => [
  10386.                     => 'logger',
  10387.                     => '@WebProfiler/Collector/logger.html.twig',
  10388.                 ],
  10389.                 'data_collector.events' => [
  10390.                     => 'events',
  10391.                     => '@WebProfiler/Collector/events.html.twig',
  10392.                 ],
  10393.                 'data_collector.router' => [
  10394.                     => 'router',
  10395.                     => '@WebProfiler/Collector/router.html.twig',
  10396.                 ],
  10397.                 'data_collector.cache' => [
  10398.                     => 'cache',
  10399.                     => '@WebProfiler/Collector/cache.html.twig',
  10400.                 ],
  10401.                 'data_collector.translation' => [
  10402.                     => 'translation',
  10403.                     => '@WebProfiler/Collector/translation.html.twig',
  10404.                 ],
  10405.                 'data_collector.security' => [
  10406.                     => 'security',
  10407.                     => '@Security/Collector/security.html.twig',
  10408.                 ],
  10409.                 'data_collector.twig' => [
  10410.                     => 'twig',
  10411.                     => '@WebProfiler/Collector/twig.html.twig',
  10412.                 ],
  10413.                 'data_collector.http_client' => [
  10414.                     => 'http_client',
  10415.                     => '@WebProfiler/Collector/http_client.html.twig',
  10416.                 ],
  10417.                 'data_collector.messenger' => [
  10418.                     => 'messenger',
  10419.                     => '@WebProfiler/Collector/messenger.html.twig',
  10420.                 ],
  10421.                 'mailer.data_collector' => [
  10422.                     => 'mailer',
  10423.                     => '@WebProfiler/Collector/mailer.html.twig',
  10424.                 ],
  10425.                 'data_collector.config' => [
  10426.                     => 'config',
  10427.                     => '@WebProfiler/Collector/config.html.twig',
  10428.                 ],
  10429.             ],
  10430.             'console.command.ids' => [
  10431.             ],
  10432.         ];
  10433.     }
  10434.     protected function throw($message)
  10435.     {
  10436.         throw new RuntimeException($message);
  10437.     }
  10438. }