var/cache/int/ContainerAslc4TN/App_KernelIntDebugContainer.php line 9898

Open in your IDE?
  1. <?php
  2. namespace ContainerAslc4TN;
  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.zD2IgIc'] ?? $this->get_ServiceLocator_ZD2IgIcService())->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()), ($this->privates['App\\Repository\\HeimdallRepository'] ?? $this->getHeimdallRepositoryService()), ($this->privates['App\\Manager\\HeimdallManager'] ?? $this->getHeimdallManagerService()));
  772.         $instance->setContainer(($this->privates['.service_locator.zD2IgIc'] ?? $this->get_ServiceLocator_ZD2IgIcService())->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.zD2IgIc'] ?? $this->get_ServiceLocator_ZD2IgIcService())->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.zD2IgIc'] ?? $this->get_ServiceLocator_ZD2IgIcService())->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.zD2IgIc'] ?? $this->get_ServiceLocator_ZD2IgIcService())->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.zD2IgIc'] ?? $this->get_ServiceLocator_ZD2IgIcService())->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.zD2IgIc'] ?? $this->get_ServiceLocator_ZD2IgIcService())->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.zD2IgIc'] ?? $this->get_ServiceLocator_ZD2IgIcService())->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.zD2IgIc'] ?? $this->get_ServiceLocator_ZD2IgIcService())->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.zD2IgIc'] ?? $this->get_ServiceLocator_ZD2IgIcService())->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.zD2IgIc'] ?? $this->get_ServiceLocator_ZD2IgIcService())->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/Traits/StreamResponseTrait.php';
  963.         include_once \dirname(__DIR__4).'/src/Controller/Incident/IncidentController.php';
  964.         $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['messenger.default_bus'] ?? $this->getMessenger_DefaultBusService()), ($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService()));
  965.         $instance->setContainer(($this->privates['.service_locator.zD2IgIc'] ?? $this->get_ServiceLocator_ZD2IgIcService())->withContext('App\\Controller\\Incident\\IncidentController'$this));
  966.         return $instance;
  967.     }
  968.     /**
  969.      * Gets the public 'App\Controller\Incident\IncidentStatusController' shared autowired service.
  970.      *
  971.      * @return \App\Controller\Incident\IncidentStatusController
  972.      */
  973.     protected function getIncidentStatusControllerService()
  974.     {
  975.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  976.         include_once \dirname(__DIR__4).'/src/Controller/Incident/IncidentStatusController.php';
  977.         include_once \dirname(__DIR__4).'/src/Manager/Incident/IncidentStatusManagerInterface.php';
  978.         include_once \dirname(__DIR__4).'/src/Manager/Incident/IncidentStatusManager.php';
  979.         $a = ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService());
  980.         $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()));
  981.         $instance->setContainer(($this->privates['.service_locator.zD2IgIc'] ?? $this->get_ServiceLocator_ZD2IgIcService())->withContext('App\\Controller\\Incident\\IncidentStatusController'$this));
  982.         return $instance;
  983.     }
  984.     /**
  985.      * Gets the public 'App\Controller\IndustrialSite\AttachmentController' shared autowired service.
  986.      *
  987.      * @return \App\Controller\IndustrialSite\AttachmentController
  988.      */
  989.     protected function getAttachmentControllerService()
  990.     {
  991.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  992.         include_once \dirname(__DIR__4).'/src/Controller/IndustrialSite/AttachmentController.php';
  993.         include_once \dirname(__DIR__4).'/src/Manager/IndustrialSite/PhotoManager.php';
  994.         include_once \dirname(__DIR__4).'/src/Repository/IndustrialSite/PhotoRepositoryInterface.php';
  995.         include_once \dirname(__DIR__4).'/src/Repository/IndustrialSite/PhotoRepository.php';
  996.         $a = ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService());
  997.         $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);
  998.         $instance->setContainer(($this->privates['.service_locator.zD2IgIc'] ?? $this->get_ServiceLocator_ZD2IgIcService())->withContext('App\\Controller\\IndustrialSite\\AttachmentController'$this));
  999.         return $instance;
  1000.     }
  1001.     /**
  1002.      * Gets the public 'App\Controller\IndustrialSite\ContactController' shared autowired service.
  1003.      *
  1004.      * @return \App\Controller\IndustrialSite\ContactController
  1005.      */
  1006.     protected function getContactControllerService()
  1007.     {
  1008.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1009.         include_once \dirname(__DIR__4).'/src/Controller/ApiTrait.php';
  1010.         include_once \dirname(__DIR__4).'/src/Controller/IndustrialSite/ContactController.php';
  1011.         include_once \dirname(__DIR__4).'/src/Manager/IndustrialSite/ContactManager.php';
  1012.         include_once \dirname(__DIR__4).'/src/Repository/IndustrialSite/ContactRepositoryInterface.php';
  1013.         include_once \dirname(__DIR__4).'/src/Repository/IndustrialSite/ContactRepository.php';
  1014.         $a = ($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService());
  1015.         $b = ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService());
  1016.         $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);
  1017.         $instance->setContainer(($this->privates['.service_locator.zD2IgIc'] ?? $this->get_ServiceLocator_ZD2IgIcService())->withContext('App\\Controller\\IndustrialSite\\ContactController'$this));
  1018.         return $instance;
  1019.     }
  1020.     /**
  1021.      * Gets the public 'App\Controller\IndustrialSite\IndicatorSourceController' shared autowired service.
  1022.      *
  1023.      * @return \App\Controller\IndustrialSite\IndicatorSourceController
  1024.      */
  1025.     protected function getIndicatorSourceControllerService()
  1026.     {
  1027.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1028.         include_once \dirname(__DIR__4).'/src/Controller/ApiTrait.php';
  1029.         include_once \dirname(__DIR__4).'/src/Controller/ErrorHandlerTrait.php';
  1030.         include_once \dirname(__DIR__4).'/src/Controller/IndustrialSite/IndicatorSourceController.php';
  1031.         include_once \dirname(__DIR__4).'/src/Manager/IndustrialSite/IndicatorSourceManager.php';
  1032.         include_once \dirname(__DIR__4).'/src/Repository/IndustrialSite/IndicatorSourceRepositoryInterface.php';
  1033.         include_once \dirname(__DIR__4).'/src/Repository/IndustrialSite/IndicatorSourceRepository.php';
  1034.         $a = ($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService());
  1035.         $b = ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService());
  1036.         $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);
  1037.         $instance->setContainer(($this->privates['.service_locator.zD2IgIc'] ?? $this->get_ServiceLocator_ZD2IgIcService())->withContext('App\\Controller\\IndustrialSite\\IndicatorSourceController'$this));
  1038.         return $instance;
  1039.     }
  1040.     /**
  1041.      * Gets the public 'App\Controller\IndustrialSite\IndicatorValueController' shared autowired service.
  1042.      *
  1043.      * @return \App\Controller\IndustrialSite\IndicatorValueController
  1044.      */
  1045.     protected function getIndicatorValueControllerService()
  1046.     {
  1047.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1048.         include_once \dirname(__DIR__4).'/src/Controller/ApiTrait.php';
  1049.         include_once \dirname(__DIR__4).'/src/Controller/IndustrialSite/IndicatorValueController.php';
  1050.         include_once \dirname(__DIR__4).'/src/Manager/IndustrialSite/IndicatorValueManager.php';
  1051.         include_once \dirname(__DIR__4).'/src/Repository/IndustrialSite/IndicatorValueRepositoryInterface.php';
  1052.         include_once \dirname(__DIR__4).'/src/Repository/IndustrialSite/IndicatorValueRepository.php';
  1053.         include_once \dirname(__DIR__4).'/src/Formatter/IndustrialSite/IndicatorValueFormatter.php';
  1054.         $a = ($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService());
  1055.         $b = ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService());
  1056.         $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);
  1057.         $instance->setContainer(($this->privates['.service_locator.zD2IgIc'] ?? $this->get_ServiceLocator_ZD2IgIcService())->withContext('App\\Controller\\IndustrialSite\\IndicatorValueController'$this));
  1058.         return $instance;
  1059.     }
  1060.     /**
  1061.      * Gets the public 'App\Controller\IndustrialSite\IndustrialSiteController' shared autowired service.
  1062.      *
  1063.      * @return \App\Controller\IndustrialSite\IndustrialSiteController
  1064.      */
  1065.     protected function getIndustrialSiteControllerService()
  1066.     {
  1067.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1068.         include_once \dirname(__DIR__4).'/src/Controller/ApiTrait.php';
  1069.         include_once \dirname(__DIR__4).'/src/Controller/IndustrialSite/IndustrialSiteController.php';
  1070.         $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()));
  1071.         $instance->setContainer(($this->privates['.service_locator.zD2IgIc'] ?? $this->get_ServiceLocator_ZD2IgIcService())->withContext('App\\Controller\\IndustrialSite\\IndustrialSiteController'$this));
  1072.         return $instance;
  1073.     }
  1074.     /**
  1075.      * Gets the public 'App\Controller\IndustrialSite\IndustrialSiteMetadataController' shared autowired service.
  1076.      *
  1077.      * @return \App\Controller\IndustrialSite\IndustrialSiteMetadataController
  1078.      */
  1079.     protected function getIndustrialSiteMetadataControllerService()
  1080.     {
  1081.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1082.         include_once \dirname(__DIR__4).'/src/Controller/ApiTrait.php';
  1083.         include_once \dirname(__DIR__4).'/src/Controller/ErrorHandlerTrait.php';
  1084.         include_once \dirname(__DIR__4).'/src/Controller/IndustrialSite/IndustrialSiteMetadataController.php';
  1085.         include_once \dirname(__DIR__4).'/src/Manager/IndustrialSite/IndustrialSiteMetadataManager.php';
  1086.         include_once \dirname(__DIR__4).'/src/Repository/IndustrialSite/IndustrialSiteMetadataRepositoryInterface.php';
  1087.         include_once \dirname(__DIR__4).'/src/Repository/IndustrialSite/IndustrialSiteMetadataRepository.php';
  1088.         $a = ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService());
  1089.         $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);
  1090.         $instance->setContainer(($this->privates['.service_locator.zD2IgIc'] ?? $this->get_ServiceLocator_ZD2IgIcService())->withContext('App\\Controller\\IndustrialSite\\IndustrialSiteMetadataController'$this));
  1091.         return $instance;
  1092.     }
  1093.     /**
  1094.      * Gets the public 'App\Controller\IndustrialSite\IndustrialSiteProcessController' shared autowired service.
  1095.      *
  1096.      * @return \App\Controller\IndustrialSite\IndustrialSiteProcessController
  1097.      */
  1098.     protected function getIndustrialSiteProcessControllerService()
  1099.     {
  1100.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1101.         include_once \dirname(__DIR__4).'/src/Controller/ApiTrait.php';
  1102.         include_once \dirname(__DIR__4).'/src/Controller/IndustrialSite/IndustrialSiteProcessController.php';
  1103.         include_once \dirname(__DIR__4).'/src/Manager/IndustrialSite/IndustrialSiteProcessManager.php';
  1104.         include_once \dirname(__DIR__4).'/src/Repository/IndustrialSite/IndustrialSiteProcessRepositoryInterface.php';
  1105.         include_once \dirname(__DIR__4).'/src/Repository/IndustrialSite/IndustrialSiteProcessRepository.php';
  1106.         $a = ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService());
  1107.         $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);
  1108.         $instance->setContainer(($this->privates['.service_locator.zD2IgIc'] ?? $this->get_ServiceLocator_ZD2IgIcService())->withContext('App\\Controller\\IndustrialSite\\IndustrialSiteProcessController'$this));
  1109.         return $instance;
  1110.     }
  1111.     /**
  1112.      * Gets the public 'App\Controller\IndustrialSite\ReferentialController' shared autowired service.
  1113.      *
  1114.      * @return \App\Controller\IndustrialSite\ReferentialController
  1115.      */
  1116.     protected function getReferentialControllerService()
  1117.     {
  1118.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1119.         include_once \dirname(__DIR__4).'/src/Controller/ApiTrait.php';
  1120.         include_once \dirname(__DIR__4).'/src/Controller/IndustrialSite/ReferentialController.php';
  1121.         include_once \dirname(__DIR__4).'/src/Manager/IndustrialSite/ReferentialManager.php';
  1122.         include_once \dirname(__DIR__4).'/src/Repository/IndustrialSite/ReferentialRepositoryInterface.php';
  1123.         include_once \dirname(__DIR__4).'/src/Repository/IndustrialSite/ReferentialRepository.php';
  1124.         $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()))));
  1125.         $instance->setContainer(($this->privates['.service_locator.zD2IgIc'] ?? $this->get_ServiceLocator_ZD2IgIcService())->withContext('App\\Controller\\IndustrialSite\\ReferentialController'$this));
  1126.         return $instance;
  1127.     }
  1128.     /**
  1129.      * Gets the public 'App\Controller\LegalEntityController' shared autowired service.
  1130.      *
  1131.      * @return \App\Controller\LegalEntityController
  1132.      */
  1133.     protected function getLegalEntityControllerService()
  1134.     {
  1135.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1136.         include_once \dirname(__DIR__4).'/src/Controller/LegalEntityController.php';
  1137.         $this->services['App\\Controller\\LegalEntityController'] = $instance = new \App\Controller\LegalEntityController();
  1138.         $instance->setContainer(($this->privates['.service_locator.zD2IgIc'] ?? $this->get_ServiceLocator_ZD2IgIcService())->withContext('App\\Controller\\LegalEntityController'$this));
  1139.         return $instance;
  1140.     }
  1141.     /**
  1142.      * Gets the public 'App\Controller\Mdm\ContractBasemapController' shared autowired service.
  1143.      *
  1144.      * @return \App\Controller\Mdm\ContractBasemapController
  1145.      */
  1146.     protected function getContractBasemapControllerService()
  1147.     {
  1148.         include_once \dirname(__DIR__4).'/src/Controller/Mdm/ContractBasemapController.php';
  1149.         return $this->services['App\\Controller\\Mdm\\ContractBasemapController'] = new \App\Controller\Mdm\ContractBasemapController();
  1150.     }
  1151.     /**
  1152.      * Gets the public 'App\Controller\Mdm\ContractInfoController' shared autowired service.
  1153.      *
  1154.      * @return \App\Controller\Mdm\ContractInfoController
  1155.      */
  1156.     protected function getContractInfoControllerService()
  1157.     {
  1158.         include_once \dirname(__DIR__4).'/src/Controller/Mdm/ContractInfoController.php';
  1159.         return $this->services['App\\Controller\\Mdm\\ContractInfoController'] = new \App\Controller\Mdm\ContractInfoController();
  1160.     }
  1161.     /**
  1162.      * Gets the public 'App\Controller\Mdm\GetAdministrativeDivision' shared autowired service.
  1163.      *
  1164.      * @return \App\Controller\Mdm\GetAdministrativeDivision
  1165.      */
  1166.     protected function getGetAdministrativeDivisionService()
  1167.     {
  1168.         include_once \dirname(__DIR__4).'/src/Controller/Mdm/GetAdministrativeDivision.php';
  1169.         return $this->services['App\\Controller\\Mdm\\GetAdministrativeDivision'] = new \App\Controller\Mdm\GetAdministrativeDivision();
  1170.     }
  1171.     /**
  1172.      * Gets the public 'App\Controller\Mdm\GetMunicipalities' shared autowired service.
  1173.      *
  1174.      * @return \App\Controller\Mdm\GetMunicipalities
  1175.      */
  1176.     protected function getGetMunicipalitiesService()
  1177.     {
  1178.         include_once \dirname(__DIR__4).'/src/Controller/Mdm/GetMunicipalities.php';
  1179.         return $this->services['App\\Controller\\Mdm\\GetMunicipalities'] = new \App\Controller\Mdm\GetMunicipalities();
  1180.     }
  1181.     /**
  1182.      * Gets the public 'App\Controller\Mdm\GetSiteConfigurationController' shared autowired service.
  1183.      *
  1184.      * @return \App\Controller\Mdm\GetSiteConfigurationController
  1185.      */
  1186.     protected function getGetSiteConfigurationControllerService()
  1187.     {
  1188.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1189.         include_once \dirname(__DIR__4).'/src/Controller/Mdm/GetSiteConfigurationController.php';
  1190.         $this->services['App\\Controller\\Mdm\\GetSiteConfigurationController'] = $instance = new \App\Controller\Mdm\GetSiteConfigurationController();
  1191.         $instance->setContainer(($this->privates['.service_locator.zD2IgIc'] ?? $this->get_ServiceLocator_ZD2IgIcService())->withContext('App\\Controller\\Mdm\\GetSiteConfigurationController'$this));
  1192.         return $instance;
  1193.     }
  1194.     /**
  1195.      * Gets the public 'App\Controller\Mdm\GetTermsOfUseController' shared autowired service.
  1196.      *
  1197.      * @return \App\Controller\Mdm\GetTermsOfUseController
  1198.      */
  1199.     protected function getGetTermsOfUseControllerService()
  1200.     {
  1201.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1202.         include_once \dirname(__DIR__4).'/src/Controller/Mdm/GetTermsOfUseController.php';
  1203.         $this->services['App\\Controller\\Mdm\\GetTermsOfUseController'] = $instance = new \App\Controller\Mdm\GetTermsOfUseController();
  1204.         $instance->setContainer(($this->privates['.service_locator.zD2IgIc'] ?? $this->get_ServiceLocator_ZD2IgIcService())->withContext('App\\Controller\\Mdm\\GetTermsOfUseController'$this));
  1205.         return $instance;
  1206.     }
  1207.     /**
  1208.      * Gets the public 'App\Controller\Mdm\PortalConfigurationController' shared autowired service.
  1209.      *
  1210.      * @return \App\Controller\Mdm\PortalConfigurationController
  1211.      */
  1212.     protected function getPortalConfigurationControllerService()
  1213.     {
  1214.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1215.         include_once \dirname(__DIR__4).'/src/Controller/Mdm/PortalConfigurationController.php';
  1216.         $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()));
  1217.         $instance->setContainer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1218.             'form.factory' => ['services''.container.private.form.factory''get_Container_Private_Form_FactoryService'false],
  1219.             'http_kernel' => ['services''http_kernel''getHttpKernelService'false],
  1220.             'message_bus' => ['services''messenger.default_bus''getMessenger_DefaultBusService'false],
  1221.             'messenger.default_bus' => ['services''messenger.default_bus''getMessenger_DefaultBusService'false],
  1222.             'parameter_bag' => ['privates''parameter_bag''getParameterBagService'false],
  1223.             'request_stack' => ['services''request_stack''getRequestStackService'false],
  1224.             'router' => ['services''router''getRouterService'false],
  1225.             'security.authorization_checker' => ['services''.container.private.security.authorization_checker''get_Container_Private_Security_AuthorizationCheckerService'false],
  1226.             'security.token_storage' => ['services''.container.private.security.token_storage''get_Container_Private_Security_TokenStorageService'false],
  1227.             'serializer' => ['services''.container.private.serializer''get_Container_Private_SerializerService'false],
  1228.             'session' => ['privates''.session.deprecated''get_Session_DeprecatedService'false],
  1229.             'twig' => ['services''.container.private.twig''get_Container_Private_TwigService'false],
  1230.         ], [
  1231.             'form.factory' => '?',
  1232.             'http_kernel' => '?',
  1233.             'message_bus' => '?',
  1234.             'messenger.default_bus' => '?',
  1235.             'parameter_bag' => '?',
  1236.             'request_stack' => '?',
  1237.             'router' => '?',
  1238.             'security.authorization_checker' => '?',
  1239.             'security.token_storage' => '?',
  1240.             'serializer' => '?',
  1241.             'session' => '.session.deprecated',
  1242.             'twig' => '?',
  1243.         ]))->withContext('App\\Controller\\Mdm\\PortalConfigurationController'$this));
  1244.         return $instance;
  1245.     }
  1246.     /**
  1247.      * Gets the public 'App\Controller\Mdm\PostSiteConfigurationController' shared autowired service.
  1248.      *
  1249.      * @return \App\Controller\Mdm\PostSiteConfigurationController
  1250.      */
  1251.     protected function getPostSiteConfigurationControllerService()
  1252.     {
  1253.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1254.         include_once \dirname(__DIR__4).'/src/Controller/Mdm/PostSiteConfigurationController.php';
  1255.         $this->services['App\\Controller\\Mdm\\PostSiteConfigurationController'] = $instance = new \App\Controller\Mdm\PostSiteConfigurationController();
  1256.         $instance->setContainer(($this->privates['.service_locator.zD2IgIc'] ?? $this->get_ServiceLocator_ZD2IgIcService())->withContext('App\\Controller\\Mdm\\PostSiteConfigurationController'$this));
  1257.         return $instance;
  1258.     }
  1259.     /**
  1260.      * Gets the public 'App\Controller\Mdm\PutSiteConfigurationController' shared autowired service.
  1261.      *
  1262.      * @return \App\Controller\Mdm\PutSiteConfigurationController
  1263.      */
  1264.     protected function getPutSiteConfigurationControllerService()
  1265.     {
  1266.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1267.         include_once \dirname(__DIR__4).'/src/Controller/Mdm/PutSiteConfigurationController.php';
  1268.         $this->services['App\\Controller\\Mdm\\PutSiteConfigurationController'] = $instance = new \App\Controller\Mdm\PutSiteConfigurationController();
  1269.         $instance->setContainer(($this->privates['.service_locator.zD2IgIc'] ?? $this->get_ServiceLocator_ZD2IgIcService())->withContext('App\\Controller\\Mdm\\PutSiteConfigurationController'$this));
  1270.         return $instance;
  1271.     }
  1272.     /**
  1273.      * Gets the public 'App\Controller\Metabase\MetabaseController' shared autowired service.
  1274.      *
  1275.      * @return \App\Controller\Metabase\MetabaseController
  1276.      */
  1277.     protected function getMetabaseControllerService()
  1278.     {
  1279.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1280.         include_once \dirname(__DIR__4).'/src/Controller/Metabase/MetabaseController.php';
  1281.         $this->services['App\\Controller\\Metabase\\MetabaseController'] = $instance = new \App\Controller\Metabase\MetabaseController(($this->privates['App\\Manager\\MetabaseManager'] ?? $this->getMetabaseManagerService()));
  1282.         $instance->setContainer(($this->privates['.service_locator.zD2IgIc'] ?? $this->get_ServiceLocator_ZD2IgIcService())->withContext('App\\Controller\\Metabase\\MetabaseController'$this));
  1283.         return $instance;
  1284.     }
  1285.     /**
  1286.      * Gets the public 'App\Controller\OrganizationController' shared autowired service.
  1287.      *
  1288.      * @return \App\Controller\OrganizationController
  1289.      */
  1290.     protected function getOrganizationControllerService()
  1291.     {
  1292.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1293.         include_once \dirname(__DIR__4).'/src/Controller/OrganizationController.php';
  1294.         $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()));
  1295.         $instance->setContainer(($this->privates['.service_locator.zD2IgIc'] ?? $this->get_ServiceLocator_ZD2IgIcService())->withContext('App\\Controller\\OrganizationController'$this));
  1296.         return $instance;
  1297.     }
  1298.     /**
  1299.      * Gets the public 'App\Controller\PowerBi\PowerBiController' shared autowired service.
  1300.      *
  1301.      * @return \App\Controller\PowerBi\PowerBiController
  1302.      */
  1303.     protected function getPowerBiControllerService()
  1304.     {
  1305.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1306.         include_once \dirname(__DIR__4).'/src/Controller/PowerBi/PowerBiController.php';
  1307.         $this->services['App\\Controller\\PowerBi\\PowerBiController'] = $instance = new \App\Controller\PowerBi\PowerBiController(($this->privates['App\\Service\\PowerBiService'] ?? $this->getPowerBiServiceService()));
  1308.         $instance->setContainer(($this->privates['.service_locator.zD2IgIc'] ?? $this->get_ServiceLocator_ZD2IgIcService())->withContext('App\\Controller\\PowerBi\\PowerBiController'$this));
  1309.         return $instance;
  1310.     }
  1311.     /**
  1312.      * Gets the public 'App\Controller\PowerBi\TrendsController' shared autowired service.
  1313.      *
  1314.      * @return \App\Controller\PowerBi\TrendsController
  1315.      */
  1316.     protected function getTrendsControllerService()
  1317.     {
  1318.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1319.         include_once \dirname(__DIR__4).'/src/Controller/PowerBi/TrendsController.php';
  1320.         $this->services['App\\Controller\\PowerBi\\TrendsController'] = $instance = new \App\Controller\PowerBi\TrendsController(($this->privates['App\\Service\\PowerBiService'] ?? $this->getPowerBiServiceService()), $this->getEnv('AZURE_CLIENT_SECRET'));
  1321.         $instance->setContainer(($this->privates['.service_locator.zD2IgIc'] ?? $this->get_ServiceLocator_ZD2IgIcService())->withContext('App\\Controller\\PowerBi\\TrendsController'$this));
  1322.         return $instance;
  1323.     }
  1324.     /**
  1325.      * Gets the public 'App\Controller\PublicConfigurationController' shared autowired service.
  1326.      *
  1327.      * @return \App\Controller\PublicConfigurationController
  1328.      */
  1329.     protected function getPublicConfigurationControllerService()
  1330.     {
  1331.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1332.         include_once \dirname(__DIR__4).'/src/Controller/PublicConfigurationController.php';
  1333.         $this->services['App\\Controller\\PublicConfigurationController'] = $instance = new \App\Controller\PublicConfigurationController(($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  1334.         $instance->setContainer(($this->privates['.service_locator.zD2IgIc'] ?? $this->get_ServiceLocator_ZD2IgIcService())->withContext('App\\Controller\\PublicConfigurationController'$this));
  1335.         return $instance;
  1336.     }
  1337.     /**
  1338.      * Gets the public 'App\Controller\PublicSpacePlanner\AttachmentController' shared autowired service.
  1339.      *
  1340.      * @return \App\Controller\PublicSpacePlanner\AttachmentController
  1341.      */
  1342.     protected function getAttachmentController2Service()
  1343.     {
  1344.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1345.         include_once \dirname(__DIR__4).'/src/Controller/PublicSpacePlanner/AttachmentController.php';
  1346.         $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()));
  1347.         $instance->setContainer(($this->privates['.service_locator.zD2IgIc'] ?? $this->get_ServiceLocator_ZD2IgIcService())->withContext('App\\Controller\\PublicSpacePlanner\\AttachmentController'$this));
  1348.         return $instance;
  1349.     }
  1350.     /**
  1351.      * Gets the public 'App\Controller\PublicSpacePlanner\CommentController' shared autowired service.
  1352.      *
  1353.      * @return \App\Controller\PublicSpacePlanner\CommentController
  1354.      */
  1355.     protected function getCommentControllerService()
  1356.     {
  1357.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1358.         include_once \dirname(__DIR__4).'/src/Controller/PublicSpacePlanner/CommentController.php';
  1359.         $this->services['App\\Controller\\PublicSpacePlanner\\CommentController'] = $instance = new \App\Controller\PublicSpacePlanner\CommentController(($this->privates['App\\Manager\\PublicSpacePlannerManager'] ?? $this->getPublicSpacePlannerManagerService()));
  1360.         $instance->setContainer(($this->privates['.service_locator.zD2IgIc'] ?? $this->get_ServiceLocator_ZD2IgIcService())->withContext('App\\Controller\\PublicSpacePlanner\\CommentController'$this));
  1361.         return $instance;
  1362.     }
  1363.     /**
  1364.      * Gets the public 'App\Controller\PublicSpacePlanner\NatureController' shared autowired service.
  1365.      *
  1366.      * @return \App\Controller\PublicSpacePlanner\NatureController
  1367.      */
  1368.     protected function getNatureControllerService()
  1369.     {
  1370.         include_once \dirname(__DIR__4).'/src/Controller/PublicSpacePlanner/NatureController.php';
  1371.         return $this->services['App\\Controller\\PublicSpacePlanner\\NatureController'] = new \App\Controller\PublicSpacePlanner\NatureController();
  1372.     }
  1373.     /**
  1374.      * Gets the public 'App\Controller\PublicSpacePlanner\PublicWorkController' shared autowired service.
  1375.      *
  1376.      * @return \App\Controller\PublicSpacePlanner\PublicWorkController
  1377.      */
  1378.     protected function getPublicWorkControllerService()
  1379.     {
  1380.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1381.         include_once \dirname(__DIR__4).'/src/Controller/PublicSpacePlanner/PublicWorkController.php';
  1382.         $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()));
  1383.         $instance->setContainer(($this->privates['.service_locator.zD2IgIc'] ?? $this->get_ServiceLocator_ZD2IgIcService())->withContext('App\\Controller\\PublicSpacePlanner\\PublicWorkController'$this));
  1384.         return $instance;
  1385.     }
  1386.     /**
  1387.      * Gets the public 'App\Controller\PublicSpacePlanner\PublicWorkStatusController' shared autowired service.
  1388.      *
  1389.      * @return \App\Controller\PublicSpacePlanner\PublicWorkStatusController
  1390.      */
  1391.     protected function getPublicWorkStatusControllerService()
  1392.     {
  1393.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1394.         include_once \dirname(__DIR__4).'/src/Controller/PublicSpacePlanner/PublicWorkStatusController.php';
  1395.         $this->services['App\\Controller\\PublicSpacePlanner\\PublicWorkStatusController'] = $instance = new \App\Controller\PublicSpacePlanner\PublicWorkStatusController(($this->privates['App\\Manager\\PublicSpacePlannerManager'] ?? $this->getPublicSpacePlannerManagerService()));
  1396.         $instance->setContainer(($this->privates['.service_locator.zD2IgIc'] ?? $this->get_ServiceLocator_ZD2IgIcService())->withContext('App\\Controller\\PublicSpacePlanner\\PublicWorkStatusController'$this));
  1397.         return $instance;
  1398.     }
  1399.     /**
  1400.      * Gets the public 'App\Controller\Request\RequestController' shared autowired service.
  1401.      *
  1402.      * @return \App\Controller\Request\RequestController
  1403.      */
  1404.     protected function getRequestControllerService()
  1405.     {
  1406.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1407.         include_once \dirname(__DIR__4).'/src/Controller/Traits/StreamResponseTrait.php';
  1408.         include_once \dirname(__DIR__4).'/src/Controller/Request/RequestController.php';
  1409.         $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()));
  1410.         $instance->setContainer(($this->privates['.service_locator.zD2IgIc'] ?? $this->get_ServiceLocator_ZD2IgIcService())->withContext('App\\Controller\\Request\\RequestController'$this));
  1411.         return $instance;
  1412.     }
  1413.     /**
  1414.      * Gets the public 'App\Controller\Security\FakeSecurityController' shared autowired service.
  1415.      *
  1416.      * @return \App\Controller\Security\FakeSecurityController
  1417.      */
  1418.     protected function getFakeSecurityControllerService()
  1419.     {
  1420.         include_once \dirname(__DIR__4).'/src/Controller/Security/FakeSecurityController.php';
  1421.         return $this->services['App\\Controller\\Security\\FakeSecurityController'] = new \App\Controller\Security\FakeSecurityController();
  1422.     }
  1423.     /**
  1424.      * Gets the public 'App\Controller\Security\SecurityController' shared autowired service.
  1425.      *
  1426.      * @return \App\Controller\Security\SecurityController
  1427.      */
  1428.     protected function getSecurityControllerService()
  1429.     {
  1430.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1431.         include_once \dirname(__DIR__4).'/src/Controller/Security/SecurityController.php';
  1432.         $this->services['App\\Controller\\Security\\SecurityController'] = $instance = new \App\Controller\Security\SecurityController(($this->privates['App\\Manager\\OrganizationManager'] ?? $this->getOrganizationManagerService()));
  1433.         $instance->setContainer(($this->privates['.service_locator.zD2IgIc'] ?? $this->get_ServiceLocator_ZD2IgIcService())->withContext('App\\Controller\\Security\\SecurityController'$this));
  1434.         return $instance;
  1435.     }
  1436.     /**
  1437.      * Gets the public 'App\Controller\ServiceController' shared autowired service.
  1438.      *
  1439.      * @return \App\Controller\ServiceController
  1440.      */
  1441.     protected function getServiceControllerService()
  1442.     {
  1443.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1444.         include_once \dirname(__DIR__4).'/src/Controller/ServiceController.php';
  1445.         $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()));
  1446.         $instance->setContainer(($this->privates['.service_locator.zD2IgIc'] ?? $this->get_ServiceLocator_ZD2IgIcService())->withContext('App\\Controller\\ServiceController'$this));
  1447.         return $instance;
  1448.     }
  1449.     /**
  1450.      * Gets the public 'App\Controller\SignalController' shared autowired service.
  1451.      *
  1452.      * @return \App\Controller\SignalController
  1453.      */
  1454.     protected function getSignalControllerService()
  1455.     {
  1456.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1457.         include_once \dirname(__DIR__4).'/src/Controller/SignalController.php';
  1458.         $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()));
  1459.         $instance->setContainer(($this->privates['.service_locator.zD2IgIc'] ?? $this->get_ServiceLocator_ZD2IgIcService())->withContext('App\\Controller\\SignalController'$this));
  1460.         return $instance;
  1461.     }
  1462.     /**
  1463.      * Gets the public 'App\Controller\ThingsBoard\ThingsBoardController' shared autowired service.
  1464.      *
  1465.      * @return \App\Controller\ThingsBoard\ThingsBoardController
  1466.      */
  1467.     protected function getThingsBoardControllerService()
  1468.     {
  1469.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1470.         include_once \dirname(__DIR__4).'/src/Controller/ThingsBoard/ThingsBoardController.php';
  1471.         $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()));
  1472.         $instance->setContainer(($this->privates['.service_locator.zD2IgIc'] ?? $this->get_ServiceLocator_ZD2IgIcService())->withContext('App\\Controller\\ThingsBoard\\ThingsBoardController'$this));
  1473.         return $instance;
  1474.     }
  1475.     /**
  1476.      * Gets the public 'App\Controller\UserController' shared autowired service.
  1477.      *
  1478.      * @return \App\Controller\UserController
  1479.      */
  1480.     protected function getUserControllerService()
  1481.     {
  1482.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1483.         include_once \dirname(__DIR__4).'/src/Controller/UserController.php';
  1484.         $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()));
  1485.         $instance->setContainer(($this->privates['.service_locator.zD2IgIc'] ?? $this->get_ServiceLocator_ZD2IgIcService())->withContext('App\\Controller\\UserController'$this));
  1486.         return $instance;
  1487.     }
  1488.     /**
  1489.      * Gets the public 'App\Controller\Vdm\HydrometryController' shared autowired service.
  1490.      *
  1491.      * @return \App\Controller\Vdm\HydrometryController
  1492.      */
  1493.     protected function getHydrometryControllerService()
  1494.     {
  1495.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1496.         include_once \dirname(__DIR__4).'/src/Controller/Vdm/HydrometryController.php';
  1497.         $this->services['App\\Controller\\Vdm\\HydrometryController'] = $instance = new \App\Controller\Vdm\HydrometryController();
  1498.         $instance->setContainer(($this->privates['.service_locator.zD2IgIc'] ?? $this->get_ServiceLocator_ZD2IgIcService())->withContext('App\\Controller\\Vdm\\HydrometryController'$this));
  1499.         return $instance;
  1500.     }
  1501.     /**
  1502.      * Gets the public 'App\Controller\Vdm\InterventionController' shared autowired service.
  1503.      *
  1504.      * @return \App\Controller\Vdm\InterventionController
  1505.      */
  1506.     protected function getInterventionControllerService()
  1507.     {
  1508.         include_once \dirname(__DIR__4).'/src/Controller/Vdm/InterventionController.php';
  1509.         return $this->services['App\\Controller\\Vdm\\InterventionController'] = new \App\Controller\Vdm\InterventionController();
  1510.     }
  1511.     /**
  1512.      * Gets the public 'App\Controller\Vdm\InterventionCountController' shared autowired service.
  1513.      *
  1514.      * @return \App\Controller\Vdm\InterventionCountController
  1515.      */
  1516.     protected function getInterventionCountControllerService()
  1517.     {
  1518.         include_once \dirname(__DIR__4).'/src/Controller/Vdm/InterventionCountController.php';
  1519.         return $this->services['App\\Controller\\Vdm\\InterventionCountController'] = new \App\Controller\Vdm\InterventionCountController();
  1520.     }
  1521.     /**
  1522.      * Gets the public 'App\Controller\Vdm\WaterCycleController' shared autowired service.
  1523.      *
  1524.      * @return \App\Controller\Vdm\WaterCycleController
  1525.      */
  1526.     protected function getWaterCycleControllerService()
  1527.     {
  1528.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1529.         include_once \dirname(__DIR__4).'/src/Controller/Vdm/WaterCycleController.php';
  1530.         $this->services['App\\Controller\\Vdm\\WaterCycleController'] = $instance = new \App\Controller\Vdm\WaterCycleController();
  1531.         $instance->setContainer(($this->privates['.service_locator.zD2IgIc'] ?? $this->get_ServiceLocator_ZD2IgIcService())->withContext('App\\Controller\\Vdm\\WaterCycleController'$this));
  1532.         return $instance;
  1533.     }
  1534.     /**
  1535.      * Gets the public 'App\Controller\Vdm\WaterQualityController' shared autowired service.
  1536.      *
  1537.      * @return \App\Controller\Vdm\WaterQualityController
  1538.      */
  1539.     protected function getWaterQualityControllerService()
  1540.     {
  1541.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1542.         include_once \dirname(__DIR__4).'/src/Controller/Vdm/WaterQualityController.php';
  1543.         $this->services['App\\Controller\\Vdm\\WaterQualityController'] = $instance = new \App\Controller\Vdm\WaterQualityController();
  1544.         $instance->setContainer(($this->privates['.service_locator.zD2IgIc'] ?? $this->get_ServiceLocator_ZD2IgIcService())->withContext('App\\Controller\\Vdm\\WaterQualityController'$this));
  1545.         return $instance;
  1546.     }
  1547.     /**
  1548.      * Gets the public 'App\Controller\Vdm\WeatherController' shared autowired service.
  1549.      *
  1550.      * @return \App\Controller\Vdm\WeatherController
  1551.      */
  1552.     protected function getWeatherControllerService()
  1553.     {
  1554.         include_once \dirname(__DIR__4).'/src/Controller/Vdm/WeatherController.php';
  1555.         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()));
  1556.     }
  1557.     /**
  1558.      * Gets the public 'App\Testing\TestingController' shared autowired service.
  1559.      *
  1560.      * @return \App\Testing\TestingController
  1561.      */
  1562.     protected function getTestingControllerService()
  1563.     {
  1564.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1565.         include_once \dirname(__DIR__4).'/src/Testing/TestingController.php';
  1566.         $this->services['App\\Testing\\TestingController'] = $instance = new \App\Testing\TestingController();
  1567.         $instance->setContainer(($this->privates['.service_locator.zD2IgIc'] ?? $this->get_ServiceLocator_ZD2IgIcService())->withContext('App\\Testing\\TestingController'$this));
  1568.         return $instance;
  1569.     }
  1570.     /**
  1571.      * Gets the public 'Hslavich\OneloginSamlBundle\Controller\SamlController' shared autowired service.
  1572.      *
  1573.      * @return \Hslavich\OneloginSamlBundle\Controller\SamlController
  1574.      */
  1575.     protected function getSamlControllerService()
  1576.     {
  1577.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1578.         include_once \dirname(__DIR__4).'/vendor/hslavich/oneloginsaml-bundle/Controller/SamlController.php';
  1579.         $this->services['Hslavich\\OneloginSamlBundle\\Controller\\SamlController'] = $instance = new \Hslavich\OneloginSamlBundle\Controller\SamlController(($this->services['Hslavich\\OneloginSamlBundle\\DependencyInjection\\Security\\Saml2\\Auth'] ?? $this->getAuthService()));
  1580.         $instance->setContainer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1581.             'form.factory' => ['services''.container.private.form.factory''get_Container_Private_Form_FactoryService'false],
  1582.             'http_kernel' => ['services''http_kernel''getHttpKernelService'false],
  1583.             'message_bus' => ['services''messenger.default_bus''getMessenger_DefaultBusService'false],
  1584.             'messenger.default_bus' => ['services''messenger.default_bus''getMessenger_DefaultBusService'false],
  1585.             'parameter_bag' => ['privates''parameter_bag''getParameterBagService'false],
  1586.             'request_stack' => ['services''request_stack''getRequestStackService'false],
  1587.             'router' => ['services''router''getRouterService'false],
  1588.             'security.authorization_checker' => ['services''.container.private.security.authorization_checker''get_Container_Private_Security_AuthorizationCheckerService'false],
  1589.             'security.token_storage' => ['services''.container.private.security.token_storage''get_Container_Private_Security_TokenStorageService'false],
  1590.             'serializer' => ['services''.container.private.serializer''get_Container_Private_SerializerService'false],
  1591.             'session' => ['privates''.session.deprecated''get_Session_DeprecatedService'false],
  1592.             'twig' => ['services''.container.private.twig''get_Container_Private_TwigService'false],
  1593.         ], [
  1594.             'form.factory' => '?',
  1595.             'http_kernel' => '?',
  1596.             'message_bus' => '?',
  1597.             'messenger.default_bus' => '?',
  1598.             'parameter_bag' => '?',
  1599.             'request_stack' => '?',
  1600.             'router' => '?',
  1601.             'security.authorization_checker' => '?',
  1602.             'security.token_storage' => '?',
  1603.             'serializer' => '?',
  1604.             'session' => '.session.deprecated',
  1605.             'twig' => '?',
  1606.         ]))->withContext('Hslavich\\OneloginSamlBundle\\Controller\\SamlController'$this));
  1607.         return $instance;
  1608.     }
  1609.     /**
  1610.      * Gets the public 'Hslavich\OneloginSamlBundle\DependencyInjection\Security\Saml2\Auth' shared autowired service.
  1611.      *
  1612.      * @return \App\Security\Authentication\Saml2Auth
  1613.      */
  1614.     protected function getAuthService()
  1615.     {
  1616.         include_once \dirname(__DIR__4).'/vendor/onelogin/php-saml/src/Saml2/Auth.php';
  1617.         include_once \dirname(__DIR__4).'/vendor/hslavich/oneloginsaml-bundle/DependencyInjection/Security/Saml2/Auth.php';
  1618.         include_once \dirname(__DIR__4).'/src/Security/Authentication/Saml2Auth.php';
  1619.         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()));
  1620.     }
  1621.     /**
  1622.      * Gets the public 'Symfony\Bundle\FrameworkBundle\Controller\RedirectController' shared service.
  1623.      *
  1624.      * @return \Symfony\Bundle\FrameworkBundle\Controller\RedirectController
  1625.      */
  1626.     protected function getRedirectControllerService()
  1627.     {
  1628.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/RedirectController.php';
  1629.         $a = ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService());
  1630.         return $this->services['Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController'] = new \Symfony\Bundle\FrameworkBundle\Controller\RedirectController(($this->services['router'] ?? $this->getRouterService()), $a->getHttpPort(), $a->getHttpsPort());
  1631.     }
  1632.     /**
  1633.      * Gets the public 'Symfony\Bundle\FrameworkBundle\Controller\TemplateController' shared service.
  1634.      *
  1635.      * @return \Symfony\Bundle\FrameworkBundle\Controller\TemplateController
  1636.      */
  1637.     protected function getTemplateControllerService()
  1638.     {
  1639.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/TemplateController.php';
  1640.         return $this->services['Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController'] = new \Symfony\Bundle\FrameworkBundle\Controller\TemplateController(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  1641.     }
  1642.     /**
  1643.      * Gets the public 'cache.app' shared service.
  1644.      *
  1645.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1646.      */
  1647.     protected function getCache_AppService()
  1648.     {
  1649.         $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))));
  1650.         $a->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  1651.         return $this->services['cache.app'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter($a);
  1652.     }
  1653.     /**
  1654.      * Gets the public 'cache.app_clearer' shared service.
  1655.      *
  1656.      * @return \Symfony\Component\HttpKernel\CacheClearer\Psr6CacheClearer
  1657.      */
  1658.     protected function getCache_AppClearerService()
  1659.     {
  1660.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/CacheClearerInterface.php';
  1661.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/Psr6CacheClearer.php';
  1662.         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())]);
  1663.     }
  1664.     /**
  1665.      * Gets the public 'cache.global_clearer' shared service.
  1666.      *
  1667.      * @return \Symfony\Component\HttpKernel\CacheClearer\Psr6CacheClearer
  1668.      */
  1669.     protected function getCache_GlobalClearerService()
  1670.     {
  1671.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/CacheClearerInterface.php';
  1672.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/Psr6CacheClearer.php';
  1673.         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())]);
  1674.     }
  1675.     /**
  1676.      * Gets the public 'cache.system' shared service.
  1677.      *
  1678.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1679.      */
  1680.     protected function getCache_SystemService()
  1681.     {
  1682.         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())));
  1683.     }
  1684.     /**
  1685.      * Gets the public 'cache.system_clearer' shared service.
  1686.      *
  1687.      * @return \Symfony\Component\HttpKernel\CacheClearer\Psr6CacheClearer
  1688.      */
  1689.     protected function getCache_SystemClearerService()
  1690.     {
  1691.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/CacheClearerInterface.php';
  1692.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/Psr6CacheClearer.php';
  1693.         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())]);
  1694.     }
  1695.     /**
  1696.      * Gets the public 'cache.validator_expression_language' shared service.
  1697.      *
  1698.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1699.      */
  1700.     protected function getCache_ValidatorExpressionLanguageService()
  1701.     {
  1702.         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())));
  1703.     }
  1704.     /**
  1705.      * Gets the public 'cache_warmer' shared service.
  1706.      *
  1707.      * @return \Symfony\Component\HttpKernel\CacheWarmer\CacheWarmerAggregate
  1708.      */
  1709.     protected function getCacheWarmerService()
  1710.     {
  1711.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  1712.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerAggregate.php';
  1713.         return $this->services['cache_warmer'] = new \Symfony\Component\HttpKernel\CacheWarmer\CacheWarmerAggregate(new RewindableGenerator(function () {
  1714.             yield => ($this->privates['cache_pool_clearer.cache_warmer'] ?? $this->getCachePoolClearer_CacheWarmerService());
  1715.             yield => ($this->privates['config_builder.warmer'] ?? $this->getConfigBuilder_WarmerService());
  1716.             yield => ($this->privates['translation.warmer'] ?? $this->getTranslation_WarmerService());
  1717.             yield => ($this->privates['router.cache_warmer'] ?? $this->getRouter_CacheWarmerService());
  1718.             yield => ($this->privates['annotations.cache_warmer'] ?? $this->getAnnotations_CacheWarmerService());
  1719.             yield => ($this->privates['serializer.mapping.cache_warmer'] ?? $this->getSerializer_Mapping_CacheWarmerService());
  1720.             yield => ($this->privates['validator.mapping.cache_warmer'] ?? $this->getValidator_Mapping_CacheWarmerService());
  1721.             yield => ($this->privates['twig.template_cache_warmer'] ?? $this->getTwig_TemplateCacheWarmerService());
  1722.         }, 8), true, ($this->targetDir.''.'/App_KernelIntDebugContainerDeprecations.log'));
  1723.     }
  1724.     /**
  1725.      * Gets the public 'console.command_loader' shared service.
  1726.      *
  1727.      * @return \Symfony\Component\Console\CommandLoader\ContainerCommandLoader
  1728.      */
  1729.     protected function getConsole_CommandLoaderService()
  1730.     {
  1731.         include_once \dirname(__DIR__4).'/vendor/symfony/console/CommandLoader/CommandLoaderInterface.php';
  1732.         include_once \dirname(__DIR__4).'/vendor/symfony/console/CommandLoader/ContainerCommandLoader.php';
  1733.         return $this->services['console.command_loader'] = new \Symfony\Component\Console\CommandLoader\ContainerCommandLoader(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1734.             'App\\Command\\Geoserver\\TestGeoserverCreationCommand' => ['privates''App\\Command\\Geoserver\\TestGeoserverCreationCommand''getTestGeoserverCreationCommandService'false],
  1735.             'App\\Command\\Geoserver\\TestGeoserverRemoteCreationCommand' => ['privates''App\\Command\\Geoserver\\TestGeoserverRemoteCreationCommand''getTestGeoserverRemoteCreationCommandService'false],
  1736.             'App\\Command\\ImportCustomZonesCommand' => ['privates''.App\\Command\\ImportCustomZonesCommand.lazy''getImportCustomZonesCommand_LazyService'false],
  1737.             'App\\Command\\UserGenerateCommand' => ['privates''.App\\Command\\UserGenerateCommand.lazy''getUserGenerateCommand_LazyService'false],
  1738.             'console.command.about' => ['privates''.console.command.about.lazy''get_Console_Command_About_LazyService'false],
  1739.             'console.command.assets_install' => ['privates''.console.command.assets_install.lazy''get_Console_Command_AssetsInstall_LazyService'false],
  1740.             'console.command.cache_clear' => ['privates''.console.command.cache_clear.lazy''get_Console_Command_CacheClear_LazyService'false],
  1741.             'console.command.cache_pool_clear' => ['privates''.console.command.cache_pool_clear.lazy''get_Console_Command_CachePoolClear_LazyService'false],
  1742.             'console.command.cache_pool_prune' => ['privates''.console.command.cache_pool_prune.lazy''get_Console_Command_CachePoolPrune_LazyService'false],
  1743.             'console.command.cache_pool_delete' => ['privates''.console.command.cache_pool_delete.lazy''get_Console_Command_CachePoolDelete_LazyService'false],
  1744.             'console.command.cache_pool_list' => ['privates''.console.command.cache_pool_list.lazy''get_Console_Command_CachePoolList_LazyService'false],
  1745.             'console.command.cache_warmup' => ['privates''.console.command.cache_warmup.lazy''get_Console_Command_CacheWarmup_LazyService'false],
  1746.             'console.command.config_debug' => ['privates''.console.command.config_debug.lazy''get_Console_Command_ConfigDebug_LazyService'false],
  1747.             'console.command.config_dump_reference' => ['privates''.console.command.config_dump_reference.lazy''get_Console_Command_ConfigDumpReference_LazyService'false],
  1748.             'console.command.container_debug' => ['privates''.console.command.container_debug.lazy''get_Console_Command_ContainerDebug_LazyService'false],
  1749.             'console.command.container_lint' => ['privates''.console.command.container_lint.lazy''get_Console_Command_ContainerLint_LazyService'false],
  1750.             'console.command.debug_autowiring' => ['privates''.console.command.debug_autowiring.lazy''get_Console_Command_DebugAutowiring_LazyService'false],
  1751.             'console.command.dotenv_debug' => ['privates''.console.command.dotenv_debug.lazy''get_Console_Command_DotenvDebug_LazyService'false],
  1752.             'console.command.event_dispatcher_debug' => ['privates''.console.command.event_dispatcher_debug.lazy''get_Console_Command_EventDispatcherDebug_LazyService'false],
  1753.             'console.command.messenger_consume_messages' => ['privates''.console.command.messenger_consume_messages.lazy''get_Console_Command_MessengerConsumeMessages_LazyService'false],
  1754.             'console.command.messenger_setup_transports' => ['privates''.console.command.messenger_setup_transports.lazy''get_Console_Command_MessengerSetupTransports_LazyService'false],
  1755.             'console.command.messenger_debug' => ['privates''.console.command.messenger_debug.lazy''get_Console_Command_MessengerDebug_LazyService'false],
  1756.             'console.command.messenger_stop_workers' => ['privates''.console.command.messenger_stop_workers.lazy''get_Console_Command_MessengerStopWorkers_LazyService'false],
  1757.             'console.command.messenger_failed_messages_retry' => ['privates''.console.command.messenger_failed_messages_retry.lazy''get_Console_Command_MessengerFailedMessagesRetry_LazyService'false],
  1758.             'console.command.messenger_failed_messages_show' => ['privates''.console.command.messenger_failed_messages_show.lazy''get_Console_Command_MessengerFailedMessagesShow_LazyService'false],
  1759.             'console.command.messenger_failed_messages_remove' => ['privates''.console.command.messenger_failed_messages_remove.lazy''get_Console_Command_MessengerFailedMessagesRemove_LazyService'false],
  1760.             'console.command.router_debug' => ['privates''.console.command.router_debug.lazy''get_Console_Command_RouterDebug_LazyService'false],
  1761.             'console.command.router_match' => ['privates''.console.command.router_match.lazy''get_Console_Command_RouterMatch_LazyService'false],
  1762.             'console.command.translation_debug' => ['privates''.console.command.translation_debug.lazy''get_Console_Command_TranslationDebug_LazyService'false],
  1763.             'console.command.translation_extract' => ['privates''.console.command.translation_extract.lazy''get_Console_Command_TranslationExtract_LazyService'false],
  1764.             'console.command.validator_debug' => ['privates''.console.command.validator_debug.lazy''get_Console_Command_ValidatorDebug_LazyService'false],
  1765.             'console.command.translation_pull' => ['privates''.console.command.translation_pull.lazy''get_Console_Command_TranslationPull_LazyService'false],
  1766.             'console.command.translation_push' => ['privates''.console.command.translation_push.lazy''get_Console_Command_TranslationPush_LazyService'false],
  1767.             'console.command.xliff_lint' => ['privates''.console.command.xliff_lint.lazy''get_Console_Command_XliffLint_LazyService'false],
  1768.             'console.command.yaml_lint' => ['privates''.console.command.yaml_lint.lazy''get_Console_Command_YamlLint_LazyService'false],
  1769.             'console.command.form_debug' => ['privates''.console.command.form_debug.lazy''get_Console_Command_FormDebug_LazyService'false],
  1770.             'console.command.secrets_set' => ['privates''.console.command.secrets_set.lazy''get_Console_Command_SecretsSet_LazyService'false],
  1771.             'console.command.secrets_remove' => ['privates''.console.command.secrets_remove.lazy''get_Console_Command_SecretsRemove_LazyService'false],
  1772.             'console.command.secrets_generate_key' => ['privates''.console.command.secrets_generate_key.lazy''get_Console_Command_SecretsGenerateKey_LazyService'false],
  1773.             'console.command.secrets_list' => ['privates''.console.command.secrets_list.lazy''get_Console_Command_SecretsList_LazyService'false],
  1774.             'console.command.secrets_decrypt_to_local' => ['privates''.console.command.secrets_decrypt_to_local.lazy''get_Console_Command_SecretsDecryptToLocal_LazyService'false],
  1775.             'console.command.secrets_encrypt_from_local' => ['privates''.console.command.secrets_encrypt_from_local.lazy''get_Console_Command_SecretsEncryptFromLocal_LazyService'false],
  1776.             'security.command.debug_firewall' => ['privates''.security.command.debug_firewall.lazy''get_Security_Command_DebugFirewall_LazyService'false],
  1777.             'security.command.user_password_encoder' => ['privates''.security.command.user_password_encoder.lazy''get_Security_Command_UserPasswordEncoder_LazyService'false],
  1778.             'security.command.user_password_hash' => ['privates''.security.command.user_password_hash.lazy''get_Security_Command_UserPasswordHash_LazyService'false],
  1779.             'lexik_jwt_authentication.check_config_command' => ['privates''lexik_jwt_authentication.check_config_command''getLexikJwtAuthentication_CheckConfigCommandService'false],
  1780.             'lexik_jwt_authentication.migrate_config_command' => ['privates''lexik_jwt_authentication.migrate_config_command''getLexikJwtAuthentication_MigrateConfigCommandService'false],
  1781.             'lexik_jwt_authentication.enable_encryption_config_command' => ['privates''lexik_jwt_authentication.enable_encryption_config_command''getLexikJwtAuthentication_EnableEncryptionConfigCommandService'false],
  1782.             'lexik_jwt_authentication.generate_token_command' => ['services''lexik_jwt_authentication.generate_token_command''getLexikJwtAuthentication_GenerateTokenCommandService'false],
  1783.             'lexik_jwt_authentication.generate_keypair_command' => ['privates''lexik_jwt_authentication.generate_keypair_command''getLexikJwtAuthentication_GenerateKeypairCommandService'false],
  1784.             'twig.command.debug' => ['privates''.twig.command.debug.lazy''get_Twig_Command_Debug_LazyService'false],
  1785.             'twig.command.lint' => ['privates''.twig.command.lint.lazy''get_Twig_Command_Lint_LazyService'false],
  1786.             'Vdm\\Bundle\\LibraryBundle\\Command\\CollectMessagesCommand' => ['privates''Vdm\\Bundle\\LibraryBundle\\Command\\CollectMessagesCommand''getCollectMessagesCommandService'false],
  1787.             'Vdm\\Bundle\\LibraryBundle\\Command\\ConsumeMessagesCommand' => ['privates''Vdm\\Bundle\\LibraryBundle\\Command\\ConsumeMessagesCommand''getConsumeMessagesCommandService'false],
  1788.         ], [
  1789.             'App\\Command\\Geoserver\\TestGeoserverCreationCommand' => 'App\\Command\\Geoserver\\TestGeoserverCreationCommand',
  1790.             'App\\Command\\Geoserver\\TestGeoserverRemoteCreationCommand' => 'App\\Command\\Geoserver\\TestGeoserverRemoteCreationCommand',
  1791.             'App\\Command\\ImportCustomZonesCommand' => '?',
  1792.             'App\\Command\\UserGenerateCommand' => '?',
  1793.             'console.command.about' => '?',
  1794.             'console.command.assets_install' => '?',
  1795.             'console.command.cache_clear' => '?',
  1796.             'console.command.cache_pool_clear' => '?',
  1797.             'console.command.cache_pool_prune' => '?',
  1798.             'console.command.cache_pool_delete' => '?',
  1799.             'console.command.cache_pool_list' => '?',
  1800.             'console.command.cache_warmup' => '?',
  1801.             'console.command.config_debug' => '?',
  1802.             'console.command.config_dump_reference' => '?',
  1803.             'console.command.container_debug' => '?',
  1804.             'console.command.container_lint' => '?',
  1805.             'console.command.debug_autowiring' => '?',
  1806.             'console.command.dotenv_debug' => '?',
  1807.             'console.command.event_dispatcher_debug' => '?',
  1808.             'console.command.messenger_consume_messages' => '?',
  1809.             'console.command.messenger_setup_transports' => '?',
  1810.             'console.command.messenger_debug' => '?',
  1811.             'console.command.messenger_stop_workers' => '?',
  1812.             'console.command.messenger_failed_messages_retry' => '?',
  1813.             'console.command.messenger_failed_messages_show' => '?',
  1814.             'console.command.messenger_failed_messages_remove' => '?',
  1815.             'console.command.router_debug' => '?',
  1816.             'console.command.router_match' => '?',
  1817.             'console.command.translation_debug' => '?',
  1818.             'console.command.translation_extract' => '?',
  1819.             'console.command.validator_debug' => '?',
  1820.             'console.command.translation_pull' => '?',
  1821.             'console.command.translation_push' => '?',
  1822.             'console.command.xliff_lint' => '?',
  1823.             'console.command.yaml_lint' => '?',
  1824.             'console.command.form_debug' => '?',
  1825.             'console.command.secrets_set' => '?',
  1826.             'console.command.secrets_remove' => '?',
  1827.             'console.command.secrets_generate_key' => '?',
  1828.             'console.command.secrets_list' => '?',
  1829.             'console.command.secrets_decrypt_to_local' => '?',
  1830.             'console.command.secrets_encrypt_from_local' => '?',
  1831.             'security.command.debug_firewall' => '?',
  1832.             'security.command.user_password_encoder' => '?',
  1833.             'security.command.user_password_hash' => '?',
  1834.             'lexik_jwt_authentication.check_config_command' => 'Lexik\\Bundle\\JWTAuthenticationBundle\\Command\\CheckConfigCommand',
  1835.             'lexik_jwt_authentication.migrate_config_command' => 'Lexik\\Bundle\\JWTAuthenticationBundle\\Command\\MigrateConfigCommand',
  1836.             'lexik_jwt_authentication.enable_encryption_config_command' => 'Lexik\\Bundle\\JWTAuthenticationBundle\\Command\\EnableEncryptionConfigCommand',
  1837.             'lexik_jwt_authentication.generate_token_command' => 'Lexik\\Bundle\\JWTAuthenticationBundle\\Command\\GenerateTokenCommand',
  1838.             'lexik_jwt_authentication.generate_keypair_command' => 'Lexik\\Bundle\\JWTAuthenticationBundle\\Command\\GenerateKeyPairCommand',
  1839.             'twig.command.debug' => '?',
  1840.             'twig.command.lint' => '?',
  1841.             'Vdm\\Bundle\\LibraryBundle\\Command\\CollectMessagesCommand' => 'Vdm\\Bundle\\LibraryBundle\\Command\\CollectMessagesCommand',
  1842.             'Vdm\\Bundle\\LibraryBundle\\Command\\ConsumeMessagesCommand' => 'Vdm\\Bundle\\LibraryBundle\\Command\\ConsumeMessagesCommand',
  1843.         ]), ['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']);
  1844.     }
  1845.     /**
  1846.      * Gets the public 'container.env_var_processors_locator' shared service.
  1847.      *
  1848.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  1849.      */
  1850.     protected function getContainer_EnvVarProcessorsLocatorService()
  1851.     {
  1852.         return $this->services['container.env_var_processors_locator'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1853.             'base64' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1854.             'bool' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1855.             'const' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1856.             'csv' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1857.             'default' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1858.             'file' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1859.             'float' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1860.             'int' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1861.             'json' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1862.             'key' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1863.             'not' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1864.             'query_string' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1865.             'require' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1866.             'resolve' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1867.             'string' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1868.             'trim' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1869.             'url' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1870.         ], [
  1871.             'base64' => '?',
  1872.             'bool' => '?',
  1873.             'const' => '?',
  1874.             'csv' => '?',
  1875.             'default' => '?',
  1876.             'file' => '?',
  1877.             'float' => '?',
  1878.             'int' => '?',
  1879.             'json' => '?',
  1880.             'key' => '?',
  1881.             'not' => '?',
  1882.             'query_string' => '?',
  1883.             'require' => '?',
  1884.             'resolve' => '?',
  1885.             'string' => '?',
  1886.             'trim' => '?',
  1887.             'url' => '?',
  1888.         ]);
  1889.     }
  1890.     /**
  1891.      * Gets the public 'error_controller' shared service.
  1892.      *
  1893.      * @return \Symfony\Component\HttpKernel\Controller\ErrorController
  1894.      */
  1895.     protected function getErrorControllerService()
  1896.     {
  1897.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ErrorController.php';
  1898.         include_once \dirname(__DIR__4).'/vendor/symfony/error-handler/ErrorRenderer/ErrorRendererInterface.php';
  1899.         include_once \dirname(__DIR__4).'/vendor/symfony/error-handler/ErrorRenderer/SerializerErrorRenderer.php';
  1900.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/ErrorRenderer/TwigErrorRenderer.php';
  1901.         include_once \dirname(__DIR__4).'/vendor/symfony/error-handler/ErrorRenderer/HtmlErrorRenderer.php';
  1902.         $a = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  1903.         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)));
  1904.     }
  1905.     /**
  1906.      * Gets the public 'event_dispatcher' shared service.
  1907.      *
  1908.      * @return \Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher
  1909.      */
  1910.     protected function getEventDispatcherService()
  1911.     {
  1912.         $a = new \Symfony\Bridge\Monolog\Logger('event');
  1913.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1914.         $a->pushHandler(($this->privates['monolog.handler.stderr_errors'] ?? $this->getMonolog_Handler_StderrErrorsService()));
  1915.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  1916.         $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())));
  1917.         $instance->addListener('lexik_jwt_authentication.on_jwt_created', [=> function () {
  1918.             return ($this->privates['App\\Listener\\JWTListener'] ?? $this->getJWTListenerService());
  1919.         }, => 'onJWTCreated'], 0);
  1920.         $instance->addListener('kernel.controller', [=> function () {
  1921.             return ($this->privates['data_collector.router'] ?? ($this->privates['data_collector.router'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector()));
  1922.         }, => 'onKernelController'], 0);
  1923.         $instance->addListener('Hslavich\\OneloginSamlBundle\\Event\\UserCreatedEvent', [=> function () {
  1924.             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)));
  1925.         }, => '__invoke'], 0);
  1926.         $instance->addListener('Hslavich\\OneloginSamlBundle\\Event\\UserModifiedEvent', [=> function () {
  1927.             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)));
  1928.         }, => '__invoke'], 0);
  1929.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  1930.             return ($this->privates['Hslavich\\OneloginSamlBundle\\EventListener\\Security\\SamlLogoutListener'] ?? $this->getSamlLogoutListenerService());
  1931.         }, => '__invoke'], 0);
  1932.         $instance->addListener('kernel.request', [=> function () {
  1933.             return ($this->privates['nelmio_cors.cors_listener'] ?? $this->getNelmioCors_CorsListenerService());
  1934.         }, => 'onKernelRequest'], 250);
  1935.         $instance->addListener('kernel.response', [=> function () {
  1936.             return ($this->privates['nelmio_cors.cors_listener'] ?? $this->getNelmioCors_CorsListenerService());
  1937.         }, => 'onKernelResponse'], 0);
  1938.         $instance->addListener('kernel.response', [=> function () {
  1939.             return ($this->privates['nelmio_cors.cacheable_response_vary_listener'] ?? ($this->privates['nelmio_cors.cacheable_response_vary_listener'] = new \Nelmio\CorsBundle\EventListener\CacheableResponseVaryListener()));
  1940.         }, => 'onResponse'], -10);
  1941.         $instance->addListener('create.applicationConfiguration', [=> function () {
  1942.             return ($this->privates['App\\EventSubscriber\\ApplicationConfigurationSubscriber'] ?? $this->getApplicationConfigurationSubscriberService());
  1943.         }, => 'onCreateApplicationConfiguration'], 0);
  1944.         $instance->addListener('update.applicationConfiguration', [=> function () {
  1945.             return ($this->privates['App\\EventSubscriber\\ApplicationConfigurationSubscriber'] ?? $this->getApplicationConfigurationSubscriberService());
  1946.         }, => 'onUpdateApplicationConfiguration'], 0);
  1947.         $instance->addListener('delete.applicationConfiguration', [=> function () {
  1948.             return ($this->privates['App\\EventSubscriber\\ApplicationConfigurationSubscriber'] ?? $this->getApplicationConfigurationSubscriberService());
  1949.         }, => 'onDeleteApplicationConfiguration'], 0);
  1950.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageFailedEvent', [=> function () {
  1951.             return ($this->privates['App\\EventSubscriber\\FailedMessageSubscriber'] ?? $this->getFailedMessageSubscriberService());
  1952.         }, => 'onWorkerMessageFailed'], 1);
  1953.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerStoppedEvent', [=> function () {
  1954.             return ($this->privates['App\\EventSubscriber\\FailedMessageSubscriber'] ?? $this->getFailedMessageSubscriberService());
  1955.         }, => 'onWorkerStoppedEvent'], 1);
  1956.         $instance->addListener('update.organization', [=> function () {
  1957.             return ($this->privates['App\\EventSubscriber\\InvalidateCacheSubscriber'] ?? $this->getInvalidateCacheSubscriberService());
  1958.         }, => 'onUpdateOrganization'], 0);
  1959.         $instance->addListener('delete.organization', [=> function () {
  1960.             return ($this->privates['App\\EventSubscriber\\InvalidateCacheSubscriber'] ?? $this->getInvalidateCacheSubscriberService());
  1961.         }, => 'onDeleteOrganization'], 0);
  1962.         $instance->addListener('update.contract', [=> function () {
  1963.             return ($this->privates['App\\EventSubscriber\\InvalidateCacheSubscriber'] ?? $this->getInvalidateCacheSubscriberService());
  1964.         }, => 'onUpdateContract'], 0);
  1965.         $instance->addListener('lexik_jwt_authentication.on_jwt_created', [=> function () {
  1966.             return ($this->privates['App\\EventSubscriber\\InvalidateCacheSubscriber'] ?? $this->getInvalidateCacheSubscriberService());
  1967.         }, => 'onUserLogin'], 0);
  1968.         $instance->addListener('create.organization', [=> function () {
  1969.             return ($this->privates['App\\EventSubscriber\\OrganizationSubscriber'] ?? $this->getOrganizationSubscriberService());
  1970.         }, => 'onCreateOrganization'], 0);
  1971.         $instance->addListener('update.organization', [=> function () {
  1972.             return ($this->privates['App\\EventSubscriber\\OrganizationSubscriber'] ?? $this->getOrganizationSubscriberService());
  1973.         }, => 'onUpdateOrganization'], 0);
  1974.         $instance->addListener('delete.organization', [=> function () {
  1975.             return ($this->privates['App\\EventSubscriber\\OrganizationSubscriber'] ?? $this->getOrganizationSubscriberService());
  1976.         }, => 'onDeleteOrganization'], 0);
  1977.         $instance->addListener('kernel.response', [=> function () {
  1978.             return ($this->privates['response_listener'] ?? ($this->privates['response_listener'] = new \Symfony\Component\HttpKernel\EventListener\ResponseListener('UTF-8'false)));
  1979.         }, => 'onKernelResponse'], 0);
  1980.         $instance->addListener('kernel.response', [=> function () {
  1981.             return ($this->privates['streamed_response_listener'] ?? ($this->privates['streamed_response_listener'] = new \Symfony\Component\HttpKernel\EventListener\StreamedResponseListener()));
  1982.         }, => 'onKernelResponse'], -1024);
  1983.         $instance->addListener('kernel.request', [=> function () {
  1984.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  1985.         }, => 'setDefaultLocale'], 100);
  1986.         $instance->addListener('kernel.request', [=> function () {
  1987.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  1988.         }, => 'onKernelRequest'], 16);
  1989.         $instance->addListener('kernel.finish_request', [=> function () {
  1990.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  1991.         }, => 'onKernelFinishRequest'], 0);
  1992.         $instance->addListener('kernel.request', [=> function () {
  1993.             return ($this->privates['validate_request_listener'] ?? ($this->privates['validate_request_listener'] = new \Symfony\Component\HttpKernel\EventListener\ValidateRequestListener()));
  1994.         }, => 'onKernelRequest'], 256);
  1995.         $instance->addListener('kernel.response', [=> function () {
  1996.             return ($this->privates['disallow_search_engine_index_response_listener'] ?? ($this->privates['disallow_search_engine_index_response_listener'] = new \Symfony\Component\HttpKernel\EventListener\DisallowRobotsIndexingListener()));
  1997.         }, => 'onResponse'], -255);
  1998.         $instance->addListener('kernel.controller_arguments', [=> function () {
  1999.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  2000.         }, => 'onControllerArguments'], 0);
  2001.         $instance->addListener('kernel.exception', [=> function () {
  2002.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  2003.         }, => 'logKernelException'], 0);
  2004.         $instance->addListener('kernel.exception', [=> function () {
  2005.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  2006.         }, => 'onKernelException'], -128);
  2007.         $instance->addListener('kernel.response', [=> function () {
  2008.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  2009.         }, => 'removeCspHeader'], -128);
  2010.         $instance->addListener('kernel.request', [=> function () {
  2011.             return ($this->privates['locale_aware_listener'] ?? $this->getLocaleAwareListenerService());
  2012.         }, => 'onKernelRequest'], 15);
  2013.         $instance->addListener('kernel.finish_request', [=> function () {
  2014.             return ($this->privates['locale_aware_listener'] ?? $this->getLocaleAwareListenerService());
  2015.         }, => 'onKernelFinishRequest'], -15);
  2016.         $instance->addListener('console.error', [=> function () {
  2017.             return ($this->privates['console.error_listener'] ?? $this->getConsole_ErrorListenerService());
  2018.         }, => 'onConsoleError'], -128);
  2019.         $instance->addListener('console.terminate', [=> function () {
  2020.             return ($this->privates['console.error_listener'] ?? $this->getConsole_ErrorListenerService());
  2021.         }, => 'onConsoleTerminate'], -128);
  2022.         $instance->addListener('console.error', [=> function () {
  2023.             return ($this->privates['console.suggest_missing_package_subscriber'] ?? ($this->privates['console.suggest_missing_package_subscriber'] = new \Symfony\Bundle\FrameworkBundle\EventListener\SuggestMissingPackageSubscriber()));
  2024.         }, => 'onConsoleError'], 0);
  2025.         $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [=> function () {
  2026.             return ($this->privates['mailer.envelope_listener'] ?? ($this->privates['mailer.envelope_listener'] = new \Symfony\Component\Mailer\EventListener\EnvelopeListener(NULLNULL)));
  2027.         }, => 'onMessage'], -255);
  2028.         $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [=> function () {
  2029.             return ($this->privates['mailer.message_logger_listener'] ?? ($this->privates['mailer.message_logger_listener'] = new \Symfony\Component\Mailer\EventListener\MessageLoggerListener()));
  2030.         }, => 'onMessage'], -255);
  2031.         $instance->addListener('kernel.request', [=> function () {
  2032.             return ($this->privates['debug.debug_handlers_listener'] ?? $this->getDebug_DebugHandlersListenerService());
  2033.         }, => 'configure'], 2048);
  2034.         $instance->addListener('console.command', [=> function () {
  2035.             return ($this->privates['debug.debug_handlers_listener'] ?? $this->getDebug_DebugHandlersListenerService());
  2036.         }, => 'configure'], 2048);
  2037.         $instance->addListener('kernel.request', [=> function () {
  2038.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  2039.         }, => 'onKernelRequest'], 32);
  2040.         $instance->addListener('kernel.finish_request', [=> function () {
  2041.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  2042.         }, => 'onKernelFinishRequest'], 0);
  2043.         $instance->addListener('kernel.exception', [=> function () {
  2044.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  2045.         }, => 'onKernelException'], -64);
  2046.         $instance->addListener('kernel.request', [=> function () {
  2047.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  2048.         }, => 'onKernelRequest'], 128);
  2049.         $instance->addListener('kernel.response', [=> function () {
  2050.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  2051.         }, => 'onKernelResponse'], -1000);
  2052.         $instance->addListener('kernel.finish_request', [=> function () {
  2053.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  2054.         }, => 'onFinishRequest'], 0);
  2055.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageFailedEvent', [=> function () {
  2056.             return ($this->privates['messenger.retry.send_failed_message_for_retry_listener'] ?? $this->getMessenger_Retry_SendFailedMessageForRetryListenerService());
  2057.         }, => 'onMessageFailed'], 100);
  2058.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageFailedEvent', [=> function () {
  2059.             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()));
  2060.         }, => 'onMessageFailed'], 200);
  2061.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageFailedEvent', [=> function () {
  2062.             return ($this->privates['messenger.failure.send_failed_message_to_failure_transport_listener'] ?? $this->getMessenger_Failure_SendFailedMessageToFailureTransportListenerService());
  2063.         }, => 'onMessageFailed'], -100);
  2064.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerStartedEvent', [=> function () {
  2065.             return ($this->privates['messenger.listener.stop_worker_on_restart_signal_listener'] ?? $this->getMessenger_Listener_StopWorkerOnRestartSignalListenerService());
  2066.         }, => 'onWorkerStarted'], 0);
  2067.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerRunningEvent', [=> function () {
  2068.             return ($this->privates['messenger.listener.stop_worker_on_restart_signal_listener'] ?? $this->getMessenger_Listener_StopWorkerOnRestartSignalListenerService());
  2069.         }, => 'onWorkerRunning'], 0);
  2070.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageFailedEvent', [=> function () {
  2071.             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()));
  2072.         }, => 'onMessageFailed'], 0);
  2073.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerRunningEvent', [=> function () {
  2074.             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()));
  2075.         }, => 'onWorkerRunning'], 0);
  2076.         $instance->addListener('kernel.response', [=> function () {
  2077.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  2078.         }, => 'onKernelResponse'], -100);
  2079.         $instance->addListener('kernel.exception', [=> function () {
  2080.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  2081.         }, => 'onKernelException'], 0);
  2082.         $instance->addListener('kernel.terminate', [=> function () {
  2083.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  2084.         }, => 'onKernelTerminate'], -1024);
  2085.         $instance->addListener('kernel.controller', [=> function () {
  2086.             return ($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService());
  2087.         }, => 'onKernelController'], 0);
  2088.         $instance->addListener('kernel.response', [=> function () {
  2089.             return ($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService());
  2090.         }, => 'onKernelResponse'], 0);
  2091.         $instance->addListener('kernel.response', [=> function () {
  2092.             return ($this->privates['security.rememberme.response_listener'] ?? ($this->privates['security.rememberme.response_listener'] = new \Symfony\Component\Security\Http\RememberMe\ResponseListener()));
  2093.         }, => 'onKernelResponse'], 0);
  2094.         $instance->addListener('debug.security.authorization.vote', [=> function () {
  2095.             return ($this->privates['debug.security.voter.vote_listener'] ?? $this->getDebug_Security_Voter_VoteListenerService());
  2096.         }, => 'onVoterVote'], 0);
  2097.         $instance->addListener('kernel.request', [=> function () {
  2098.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  2099.         }, => 'configureLogoutUrlGenerator'], 8);
  2100.         $instance->addListener('kernel.request', [=> function () {
  2101.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  2102.         }, => 'onKernelRequest'], 8);
  2103.         $instance->addListener('kernel.finish_request', [=> function () {
  2104.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  2105.         }, => 'onKernelFinishRequest'], 0);
  2106.         $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [=> function () {
  2107.             return ($this->privates['twig.mailer.message_listener'] ?? $this->getTwig_Mailer_MessageListenerService());
  2108.         }, => 'onMessage'], 0);
  2109.         $instance->addListener('kernel.response', [=> function () {
  2110.             return ($this->privates['web_profiler.debug_toolbar'] ?? $this->getWebProfiler_DebugToolbarService());
  2111.         }, => 'onKernelResponse'], -128);
  2112.         $instance->addListener('kernel.controller', [=> function () {
  2113.             return ($this->privates['sensio_framework_extra.controller.listener'] ?? $this->getSensioFrameworkExtra_Controller_ListenerService());
  2114.         }, => 'onKernelController'], 0);
  2115.         $instance->addListener('kernel.controller', [=> function () {
  2116.             return ($this->privates['sensio_framework_extra.converter.listener'] ?? $this->getSensioFrameworkExtra_Converter_ListenerService());
  2117.         }, => 'onKernelController'], 0);
  2118.         $instance->addListener('kernel.controller', [=> function () {
  2119.             return ($this->privates['sensio_framework_extra.view.listener'] ?? $this->getSensioFrameworkExtra_View_ListenerService());
  2120.         }, => 'onKernelController'], -128);
  2121.         $instance->addListener('kernel.view', [=> function () {
  2122.             return ($this->privates['sensio_framework_extra.view.listener'] ?? $this->getSensioFrameworkExtra_View_ListenerService());
  2123.         }, => 'onKernelView'], 0);
  2124.         $instance->addListener('kernel.controller', [=> function () {
  2125.             return ($this->privates['sensio_framework_extra.cache.listener'] ?? ($this->privates['sensio_framework_extra.cache.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener()));
  2126.         }, => 'onKernelController'], 0);
  2127.         $instance->addListener('kernel.response', [=> function () {
  2128.             return ($this->privates['sensio_framework_extra.cache.listener'] ?? ($this->privates['sensio_framework_extra.cache.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener()));
  2129.         }, => 'onKernelResponse'], 0);
  2130.         $instance->addListener('kernel.controller_arguments', [=> function () {
  2131.             return ($this->privates['sensio_framework_extra.security.listener'] ?? $this->getSensioFrameworkExtra_Security_ListenerService());
  2132.         }, => 'onKernelControllerArguments'], 0);
  2133.         $instance->addListener('kernel.controller_arguments', [=> function () {
  2134.             return ($this->privates['framework_extra_bundle.event.is_granted'] ?? $this->getFrameworkExtraBundle_Event_IsGrantedService());
  2135.         }, => 'onKernelControllerArguments'], 0);
  2136.         $instance->addListener('Vdm\\Bundle\\LibraryBundle\\Event\\CollectWorkerStoppedEvent', [=> function () {
  2137.             return ($this->privates['Vdm\\Bundle\\LibraryBundle\\EventSubscriber\\ExceptionHandler\\RethrowExceptionAfterWorkerStoppedSubscriber'] ?? $this->getRethrowExceptionAfterWorkerStoppedSubscriberService());
  2138.         }, => 'onCollectWorkerStoppedEvent'], -200);
  2139.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerStoppedEvent', [=> function () {
  2140.             return ($this->privates['Vdm\\Bundle\\LibraryBundle\\EventSubscriber\\ExceptionHandler\\RethrowExceptionAfterWorkerStoppedSubscriber'] ?? $this->getRethrowExceptionAfterWorkerStoppedSubscriberService());
  2141.         }, => 'onWorkerStoppedEvent'], -200);
  2142.         $instance->addListener('Vdm\\Bundle\\LibraryBundle\\Event\\CollectWorkerRunningEvent', [=> function () {
  2143.             return ($this->privates['Vdm\\Bundle\\LibraryBundle\\EventSubscriber\\ExceptionHandler\\StopWorkerOnExceptionSubscriber'] ?? $this->getStopWorkerOnExceptionSubscriberService());
  2144.         }, => 'onCollectWorkerRunningEvent'], 0);
  2145.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerRunningEvent', [=> function () {
  2146.             return ($this->privates['Vdm\\Bundle\\LibraryBundle\\EventSubscriber\\ExceptionHandler\\StopWorkerOnExceptionSubscriber'] ?? $this->getStopWorkerOnExceptionSubscriberService());
  2147.         }, => 'onWorkerRunningEvent'], 0);
  2148.         $instance->addListener('Vdm\\Bundle\\LibraryBundle\\Event\\CollectWorkerMessageFailedEvent', [=> function () {
  2149.             return ($this->privates['Vdm\\Bundle\\LibraryBundle\\EventSubscriber\\ExceptionHandler\\StoreExceptionOnMessageFailedSubscriber'] ?? $this->getStoreExceptionOnMessageFailedSubscriberService());
  2150.         }, => 'onCollectWorkerMessageFailedEvent'], -200);
  2151.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageFailedEvent', [=> function () {
  2152.             return ($this->privates['Vdm\\Bundle\\LibraryBundle\\EventSubscriber\\ExceptionHandler\\StoreExceptionOnMessageFailedSubscriber'] ?? $this->getStoreExceptionOnMessageFailedSubscriberService());
  2153.         }, => 'onWorkerMessageFailedEvent'], -200);
  2154.         $instance->addListener('Vdm\\Bundle\\LibraryBundle\\Event\\CollectWorkerMessageReceivedEvent', [=> function () {
  2155.             return ($this->privates['Vdm\\Bundle\\LibraryBundle\\EventSubscriber\\Monitoring\\MonitoringWorkerConsumedMessageSubscriber'] ?? $this->getMonitoringWorkerConsumedMessageSubscriberService());
  2156.         }, => 'onCollectWorkerMessageReceivedEvent'], 0);
  2157.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageReceivedEvent', [=> function () {
  2158.             return ($this->privates['Vdm\\Bundle\\LibraryBundle\\EventSubscriber\\Monitoring\\MonitoringWorkerConsumedMessageSubscriber'] ?? $this->getMonitoringWorkerConsumedMessageSubscriberService());
  2159.         }, => 'onWorkerMessageReceivedEvent'], 0);
  2160.         $instance->addListener('Vdm\\Bundle\\LibraryBundle\\Event\\CollectWorkerMessageReceivedEvent', [=> function () {
  2161.             return ($this->privates['Vdm\\Bundle\\LibraryBundle\\EventSubscriber\\Monitoring\\MonitoringWorkerHandleMessageDurationSubscriber'] ?? $this->getMonitoringWorkerHandleMessageDurationSubscriberService());
  2162.         }, => 'onCollectWorkerMessageReceivedEvent'], 0);
  2163.         $instance->addListener('Vdm\\Bundle\\LibraryBundle\\Event\\CollectWorkerMessageHandledEvent', [=> function () {
  2164.             return ($this->privates['Vdm\\Bundle\\LibraryBundle\\EventSubscriber\\Monitoring\\MonitoringWorkerHandleMessageDurationSubscriber'] ?? $this->getMonitoringWorkerHandleMessageDurationSubscriberService());
  2165.         }, => 'onCollectWorkerMessageHandledEvent'], 0);
  2166.         $instance->addListener('Vdm\\Bundle\\LibraryBundle\\Event\\CollectWorkerMessageFailedEvent', [=> function () {
  2167.             return ($this->privates['Vdm\\Bundle\\LibraryBundle\\EventSubscriber\\Monitoring\\MonitoringWorkerHandleMessageDurationSubscriber'] ?? $this->getMonitoringWorkerHandleMessageDurationSubscriberService());
  2168.         }, => 'onCollectWorkerMessageFailedEvent'], 0);
  2169.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageReceivedEvent', [=> function () {
  2170.             return ($this->privates['Vdm\\Bundle\\LibraryBundle\\EventSubscriber\\Monitoring\\MonitoringWorkerHandleMessageDurationSubscriber'] ?? $this->getMonitoringWorkerHandleMessageDurationSubscriberService());
  2171.         }, => 'onWorkerMessageReceivedEvent'], 0);
  2172.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageHandledEvent', [=> function () {
  2173.             return ($this->privates['Vdm\\Bundle\\LibraryBundle\\EventSubscriber\\Monitoring\\MonitoringWorkerHandleMessageDurationSubscriber'] ?? $this->getMonitoringWorkerHandleMessageDurationSubscriberService());
  2174.         }, => 'onWorkerMessageHandledEvent'], 0);
  2175.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageFailedEvent', [=> function () {
  2176.             return ($this->privates['Vdm\\Bundle\\LibraryBundle\\EventSubscriber\\Monitoring\\MonitoringWorkerHandleMessageDurationSubscriber'] ?? $this->getMonitoringWorkerHandleMessageDurationSubscriberService());
  2177.         }, => 'onWorkerMessageFailedEvent'], 0);
  2178.         $instance->addListener('Vdm\\Bundle\\LibraryBundle\\Event\\CollectWorkerMessageReceivedEvent', [=> function () {
  2179.             return ($this->privates['Vdm\\Bundle\\LibraryBundle\\EventSubscriber\\Monitoring\\MonitoringWorkerHandleMessageMemorySubscriber'] ?? $this->getMonitoringWorkerHandleMessageMemorySubscriberService());
  2180.         }, => 'onCollectWorkerMessageReceivedEvent'], 0);
  2181.         $instance->addListener('Vdm\\Bundle\\LibraryBundle\\Event\\CollectWorkerMessageHandledEvent', [=> function () {
  2182.             return ($this->privates['Vdm\\Bundle\\LibraryBundle\\EventSubscriber\\Monitoring\\MonitoringWorkerHandleMessageMemorySubscriber'] ?? $this->getMonitoringWorkerHandleMessageMemorySubscriberService());
  2183.         }, => 'onCollectWorkerMessageHandledEvent'], 0);
  2184.         $instance->addListener('Vdm\\Bundle\\LibraryBundle\\Event\\CollectWorkerMessageFailedEvent', [=> function () {
  2185.             return ($this->privates['Vdm\\Bundle\\LibraryBundle\\EventSubscriber\\Monitoring\\MonitoringWorkerHandleMessageMemorySubscriber'] ?? $this->getMonitoringWorkerHandleMessageMemorySubscriberService());
  2186.         }, => 'onCollectWorkerMessageFailedEvent'], 0);
  2187.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageReceivedEvent', [=> function () {
  2188.             return ($this->privates['Vdm\\Bundle\\LibraryBundle\\EventSubscriber\\Monitoring\\MonitoringWorkerHandleMessageMemorySubscriber'] ?? $this->getMonitoringWorkerHandleMessageMemorySubscriberService());
  2189.         }, => 'onWorkerMessageReceivedEvent'], 0);
  2190.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageHandledEvent', [=> function () {
  2191.             return ($this->privates['Vdm\\Bundle\\LibraryBundle\\EventSubscriber\\Monitoring\\MonitoringWorkerHandleMessageMemorySubscriber'] ?? $this->getMonitoringWorkerHandleMessageMemorySubscriberService());
  2192.         }, => 'onWorkerMessageHandledEvent'], 0);
  2193.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageFailedEvent', [=> function () {
  2194.             return ($this->privates['Vdm\\Bundle\\LibraryBundle\\EventSubscriber\\Monitoring\\MonitoringWorkerHandleMessageMemorySubscriber'] ?? $this->getMonitoringWorkerHandleMessageMemorySubscriberService());
  2195.         }, => 'onWorkerMessageFailedEvent'], 0);
  2196.         $instance->addListener('Vdm\\Bundle\\LibraryBundle\\Event\\CollectWorkerMessageHandledEvent', [=> function () {
  2197.             return ($this->privates['Vdm\\Bundle\\LibraryBundle\\EventSubscriber\\Monitoring\\MonitoringWorkerHandledMessageSubscriber'] ?? $this->getMonitoringWorkerHandledMessageSubscriberService());
  2198.         }, => 'onCollectWorkerMessageHandledEvent'], 0);
  2199.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageHandledEvent', [=> function () {
  2200.             return ($this->privates['Vdm\\Bundle\\LibraryBundle\\EventSubscriber\\Monitoring\\MonitoringWorkerHandledMessageSubscriber'] ?? $this->getMonitoringWorkerHandledMessageSubscriberService());
  2201.         }, => 'onWorkerMessageHandledEvent'], 0);
  2202.         $instance->addListener('Vdm\\Bundle\\LibraryBundle\\Event\\CollectWorkerMessageFailedEvent', [=> function () {
  2203.             return ($this->privates['Vdm\\Bundle\\LibraryBundle\\EventSubscriber\\Monitoring\\MonitoringWorkerMessageFailedSubscriber'] ?? $this->getMonitoringWorkerMessageFailedSubscriberService());
  2204.         }, => 'onCollectWorkerMessageFailedEvent'], 0);
  2205.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageFailedEvent', [=> function () {
  2206.             return ($this->privates['Vdm\\Bundle\\LibraryBundle\\EventSubscriber\\Monitoring\\MonitoringWorkerMessageFailedSubscriber'] ?? $this->getMonitoringWorkerMessageFailedSubscriberService());
  2207.         }, => 'onWorkerMessageFailedEvent'], 0);
  2208.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\SendMessageToTransportsEvent', [=> function () {
  2209.             return ($this->privates['Vdm\\Bundle\\LibraryBundle\\EventSubscriber\\Monitoring\\MonitoringWorkerProducedMessageSubscriber'] ?? $this->getMonitoringWorkerProducedMessageSubscriberService());
  2210.         }, => 'onSendMessageToTransportEvent'], 0);
  2211.         $instance->addListener('Vdm\\Bundle\\LibraryBundle\\Event\\CollectWorkerRunningEvent', [=> function () {
  2212.             return ($this->privates['Vdm\\Bundle\\LibraryBundle\\EventSubscriber\\Monitoring\\MonitoringWorkerRunningFlushSubscriber'] ?? $this->getMonitoringWorkerRunningFlushSubscriberService());
  2213.         }, => 'onCollectWorkerRunningEvent'], 0);
  2214.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerRunningEvent', [=> function () {
  2215.             return ($this->privates['Vdm\\Bundle\\LibraryBundle\\EventSubscriber\\Monitoring\\MonitoringWorkerRunningFlushSubscriber'] ?? $this->getMonitoringWorkerRunningFlushSubscriberService());
  2216.         }, => 'onWorkerRunningEvent'], 0);
  2217.         $instance->addListener('Vdm\\Bundle\\LibraryBundle\\Event\\CollectWorkerStartedEvent', [=> function () {
  2218.             return ($this->privates['Vdm\\Bundle\\LibraryBundle\\EventSubscriber\\Monitoring\\MonitoringWorkerStartedSubscriber'] ?? $this->getMonitoringWorkerStartedSubscriberService());
  2219.         }, => 'onCollectWorkerStartedEvent'], 0);
  2220.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerStartedEvent', [=> function () {
  2221.             return ($this->privates['Vdm\\Bundle\\LibraryBundle\\EventSubscriber\\Monitoring\\MonitoringWorkerStartedSubscriber'] ?? $this->getMonitoringWorkerStartedSubscriberService());
  2222.         }, => 'onWorkerStartedEvent'], 0);
  2223.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerStoppedEvent', [=> function () {
  2224.             return ($this->privates['Vdm\\Bundle\\LibraryBundle\\EventSubscriber\\Monitoring\\MonitoringWorkerStoppedSubscriber'] ?? $this->getMonitoringWorkerStoppedSubscriberService());
  2225.         }, => 'onWorkerStoppedEvent'], 0);
  2226.         $instance->addListener('Vdm\\Bundle\\LibraryBundle\\Event\\CollectWorkerStoppedEvent', [=> function () {
  2227.             return ($this->privates['Vdm\\Bundle\\LibraryBundle\\EventSubscriber\\Monitoring\\MonitoringWorkerStoppedSubscriber'] ?? $this->getMonitoringWorkerStoppedSubscriberService());
  2228.         }, => 'onCollectWorkerStoppedEvent'], 0);
  2229.         $instance->addListener('Vdm\\Bundle\\LibraryBundle\\Event\\CollectWorkerMessageReceivedEvent', [=> function () {
  2230.             return ($this->privates['Vdm\\Bundle\\LibraryBundle\\EventSubscriber\\PrintMessage\\PrintMessageSubscriber'] ?? $this->getPrintMessageSubscriberService());
  2231.         }, => 'onCollectWorkerMessageReceivedEvent'], 9999);
  2232.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageReceivedEvent', [=> function () {
  2233.             return ($this->privates['Vdm\\Bundle\\LibraryBundle\\EventSubscriber\\PrintMessage\\PrintMessageSubscriber'] ?? $this->getPrintMessageSubscriberService());
  2234.         }, => 'onWorkerMessageReceivedEvent'], 9999);
  2235.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\SendMessageToTransportsEvent', [=> function () {
  2236.             return ($this->privates['Vdm\\Bundle\\LibraryBundle\\EventSubscriber\\PrintMessage\\PrintMessageSubscriber'] ?? $this->getPrintMessageSubscriberService());
  2237.         }, => 'onSendMessageToTransportEvent'], -9999);
  2238.         $instance->addListener('Vdm\\Bundle\\LibraryBundle\\Event\\CollectWorkerMessageFailedEvent', [=> function () {
  2239.             return ($this->privates['Vdm\\Bundle\\LibraryBundle\\EventSubscriber\\StopWorker\\StopWorkerAfterHandleStampSubscriber'] ?? $this->getStopWorkerAfterHandleStampSubscriberService());
  2240.         }, => 'onCollectWorkerMessageFailedEvent'], 0);
  2241.         $instance->addListener('Vdm\\Bundle\\LibraryBundle\\Event\\CollectWorkerMessageHandledEvent', [=> function () {
  2242.             return ($this->privates['Vdm\\Bundle\\LibraryBundle\\EventSubscriber\\StopWorker\\StopWorkerAfterHandleStampSubscriber'] ?? $this->getStopWorkerAfterHandleStampSubscriberService());
  2243.         }, => 'onCollectWorkerMessageHandledEvent'], 0);
  2244.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageFailedEvent', [=> function () {
  2245.             return ($this->privates['Vdm\\Bundle\\LibraryBundle\\EventSubscriber\\StopWorker\\StopWorkerAfterHandleStampSubscriber'] ?? $this->getStopWorkerAfterHandleStampSubscriberService());
  2246.         }, => 'onWorkerMessageFailedEvent'], 0);
  2247.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageHandledEvent', [=> function () {
  2248.             return ($this->privates['Vdm\\Bundle\\LibraryBundle\\EventSubscriber\\StopWorker\\StopWorkerAfterHandleStampSubscriber'] ?? $this->getStopWorkerAfterHandleStampSubscriberService());
  2249.         }, => 'onWorkerMessageHandledEvent'], 0);
  2250.         $instance->addListener('Vdm\\Bundle\\LibraryBundle\\Event\\CollectWorkerRunningEvent', [=> function () {
  2251.             return ($this->privates['Vdm\\Bundle\\LibraryBundle\\EventSubscriber\\StopWorker\\StopWorkerCheckFlagPresenceSubscriber'] ?? $this->getStopWorkerCheckFlagPresenceSubscriberService());
  2252.         }, => 'onCollectWorkerRunningEvent'], 0);
  2253.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerRunningEvent', [=> function () {
  2254.             return ($this->privates['Vdm\\Bundle\\LibraryBundle\\EventSubscriber\\StopWorker\\StopWorkerCheckFlagPresenceSubscriber'] ?? $this->getStopWorkerCheckFlagPresenceSubscriberService());
  2255.         }, => 'onWorkerRunningEvent'], 0);
  2256.         $instance->addListener('Vdm\\Bundle\\LibraryBundle\\Event\\CollectWorkerMessageFailedEvent', [=> function () {
  2257.             return ($this->privates['Vdm\\Bundle\\LibraryBundle\\EventSubscriber\\StopWorker\\StopWorkerOnEmptyMessageSubscriber'] ?? $this->getStopWorkerOnEmptyMessageSubscriberService());
  2258.         }, => 'onCollectWorkerMessageFailedEvent'], 0);
  2259.         $instance->addListener('Vdm\\Bundle\\LibraryBundle\\Event\\CollectWorkerMessageHandledEvent', [=> function () {
  2260.             return ($this->privates['Vdm\\Bundle\\LibraryBundle\\EventSubscriber\\StopWorker\\StopWorkerOnEmptyMessageSubscriber'] ?? $this->getStopWorkerOnEmptyMessageSubscriberService());
  2261.         }, => 'onCollectWorkerMessageHandledEvent'], 0);
  2262.         $instance->addListener('Vdm\\Bundle\\LibraryBundle\\Event\\CollectWorkerMessageReceivedEvent', [=> function () {
  2263.             return ($this->privates['Vdm\\Bundle\\LibraryBundle\\EventSubscriber\\StopWorker\\StopWorkerOnEmptyMessageSubscriber'] ?? $this->getStopWorkerOnEmptyMessageSubscriberService());
  2264.         }, => 'onCollectWorkerMessageReceivedEvent'], 0);
  2265.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageFailedEvent', [=> function () {
  2266.             return ($this->privates['Vdm\\Bundle\\LibraryBundle\\EventSubscriber\\StopWorker\\StopWorkerOnEmptyMessageSubscriber'] ?? $this->getStopWorkerOnEmptyMessageSubscriberService());
  2267.         }, => 'onWorkerMessageFailedEvent'], 0);
  2268.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageHandledEvent', [=> function () {
  2269.             return ($this->privates['Vdm\\Bundle\\LibraryBundle\\EventSubscriber\\StopWorker\\StopWorkerOnEmptyMessageSubscriber'] ?? $this->getStopWorkerOnEmptyMessageSubscriberService());
  2270.         }, => 'onWorkerMessageHandledEvent'], 0);
  2271.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageReceivedEvent', [=> function () {
  2272.             return ($this->privates['Vdm\\Bundle\\LibraryBundle\\EventSubscriber\\StopWorker\\StopWorkerOnEmptyMessageSubscriber'] ?? $this->getStopWorkerOnEmptyMessageSubscriberService());
  2273.         }, => 'onWorkerMessageReceivedEvent'], 0);
  2274.         $instance->addListener('Vdm\\Bundle\\LibraryBundle\\Event\\CollectWorkerMessageReceivedEvent', [=> function () {
  2275.             return ($this->privates['Vdm\\Bundle\\LibraryBundle\\EventSubscriber\\Trace\\TraceAddEnterSubscriber'] ?? $this->getTraceAddEnterSubscriberService());
  2276.         }, => 'onCollectWorkerMessageReceivedEvent'], 0);
  2277.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageReceivedEvent', [=> function () {
  2278.             return ($this->privates['Vdm\\Bundle\\LibraryBundle\\EventSubscriber\\Trace\\TraceAddEnterSubscriber'] ?? $this->getTraceAddEnterSubscriberService());
  2279.         }, => 'onWorkerMessageReceivedEvent'], 0);
  2280.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\SendMessageToTransportsEvent', [=> function () {
  2281.             return ($this->privates['Vdm\\Bundle\\LibraryBundle\\EventSubscriber\\Trace\\TraceAddExitSubscriber'] ?? $this->getTraceAddExitSubscriberService());
  2282.         }, => 'onSendMessageToTransportEvent'], 0);
  2283.         return $instance;
  2284.     }
  2285.     /**
  2286.      * Gets the public 'http_kernel' shared service.
  2287.      *
  2288.      * @return \Symfony\Component\HttpKernel\HttpKernel
  2289.      */
  2290.     protected function getHttpKernelService()
  2291.     {
  2292.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  2293.         if (isset($this->services['http_kernel'])) {
  2294.             return $this->services['http_kernel'];
  2295.         }
  2296.         $b = ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)));
  2297.         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 () {
  2298.             yield => ($this->privates['debug.argument_resolver.request_attribute'] ?? $this->getDebug_ArgumentResolver_RequestAttributeService());
  2299.             yield => ($this->privates['debug.argument_resolver.request'] ?? $this->getDebug_ArgumentResolver_RequestService());
  2300.             yield => ($this->privates['debug.argument_resolver.session'] ?? $this->getDebug_ArgumentResolver_SessionService());
  2301.             yield => ($this->privates['debug.security.user_value_resolver'] ?? $this->getDebug_Security_UserValueResolverService());
  2302.             yield => ($this->privates['debug.argument_resolver.service'] ?? $this->getDebug_ArgumentResolver_ServiceService());
  2303.             yield => ($this->privates['debug.argument_resolver.default'] ?? $this->getDebug_ArgumentResolver_DefaultService());
  2304.             yield => ($this->privates['debug.argument_resolver.variadic'] ?? $this->getDebug_ArgumentResolver_VariadicService());
  2305.             yield => ($this->privates['debug.argument_resolver.not_tagged_controller'] ?? $this->getDebug_ArgumentResolver_NotTaggedControllerService());
  2306.         }, 8)), $b));
  2307.     }
  2308.     /**
  2309.      * Gets the public 'lexik_jwt_authentication.encoder' shared service.
  2310.      *
  2311.      * @return \Lexik\Bundle\JWTAuthenticationBundle\Encoder\LcobucciJWTEncoder
  2312.      */
  2313.     protected function getLexikJwtAuthentication_EncoderService()
  2314.     {
  2315.         include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/Encoder/JWTEncoderInterface.php';
  2316.         include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/Encoder/HeaderAwareJWTEncoderInterface.php';
  2317.         include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/Encoder/LcobucciJWTEncoder.php';
  2318.         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()));
  2319.     }
  2320.     /**
  2321.      * Gets the public 'lexik_jwt_authentication.generate_token_command' shared service.
  2322.      *
  2323.      * @return \Lexik\Bundle\JWTAuthenticationBundle\Command\GenerateTokenCommand
  2324.      */
  2325.     protected function getLexikJwtAuthentication_GenerateTokenCommandService()
  2326.     {
  2327.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2328.         include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/Command/GenerateTokenCommand.php';
  2329.         $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 () {
  2330.             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'])));
  2331.             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')));
  2332.         }, 2));
  2333.         $instance->setName('lexik:jwt:generate-token');
  2334.         return $instance;
  2335.     }
  2336.     /**
  2337.      * Gets the public 'lexik_jwt_authentication.jwt_manager' shared service.
  2338.      *
  2339.      * @return \Lexik\Bundle\JWTAuthenticationBundle\Services\JWTManager
  2340.      */
  2341.     protected function getLexikJwtAuthentication_JwtManagerService()
  2342.     {
  2343.         include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/Services/JWTManagerInterface.php';
  2344.         include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/Services/JWTTokenManagerInterface.php';
  2345.         include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/Services/JWTManager.php';
  2346.         include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/Services/PayloadEnrichmentInterface.php';
  2347.         include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/Services/PayloadEnrichment/ChainEnrichment.php';
  2348.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  2349.         if (isset($this->services['lexik_jwt_authentication.jwt_manager'])) {
  2350.             return $this->services['lexik_jwt_authentication.jwt_manager'];
  2351.         }
  2352.         $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([]));
  2353.         $instance->setUserIdentityField('username'false);
  2354.         return $instance;
  2355.     }
  2356.     /**
  2357.      * Gets the public 'lexik_jwt_authentication.key_loader' shared service.
  2358.      *
  2359.      * @return \Lexik\Bundle\JWTAuthenticationBundle\Services\KeyLoader\RawKeyLoader
  2360.      */
  2361.     protected function getLexikJwtAuthentication_KeyLoaderService()
  2362.     {
  2363.         include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/Services/KeyLoader/KeyLoaderInterface.php';
  2364.         include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/Services/KeyLoader/AbstractKeyLoader.php';
  2365.         include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/Services/KeyLoader/KeyDumperInterface.php';
  2366.         include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/Services/KeyLoader/RawKeyLoader.php';
  2367.         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'), []);
  2368.     }
  2369.     /**
  2370.      * Gets the public 'messenger.default_bus' shared service.
  2371.      *
  2372.      * @return \Symfony\Component\Messenger\TraceableMessageBus
  2373.      */
  2374.     protected function getMessenger_DefaultBusService()
  2375.     {
  2376.         return $this->services['messenger.default_bus'] = new \Symfony\Component\Messenger\TraceableMessageBus(new \Symfony\Component\Messenger\MessageBus(new RewindableGenerator(function () {
  2377.             yield => ($this->privates['messenger.bus.default.middleware.traceable'] ?? $this->getMessenger_Bus_Default_Middleware_TraceableService());
  2378.             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')));
  2379.             yield => ($this->privates['messenger.middleware.reject_redelivered_message_middleware'] ?? ($this->privates['messenger.middleware.reject_redelivered_message_middleware'] = new \Symfony\Component\Messenger\Middleware\RejectRedeliveredMessageMiddleware()));
  2380.             yield => ($this->privates['messenger.middleware.dispatch_after_current_bus'] ?? ($this->privates['messenger.middleware.dispatch_after_current_bus'] = new \Symfony\Component\Messenger\Middleware\DispatchAfterCurrentBusMiddleware()));
  2381.             yield => ($this->privates['messenger.middleware.failed_message_processing_middleware'] ?? ($this->privates['messenger.middleware.failed_message_processing_middleware'] = new \Symfony\Component\Messenger\Middleware\FailedMessageProcessingMiddleware()));
  2382.             yield => ($this->privates['messenger.middleware.send_message'] ?? $this->getMessenger_Middleware_SendMessageService());
  2383.             yield => ($this->privates['messenger.bus.default.middleware.handle_message'] ?? $this->getMessenger_Bus_Default_Middleware_HandleMessageService());
  2384.         }, 7)));
  2385.     }
  2386.     /**
  2387.      * Gets the public 'monolog.logger.deprecation' shared service.
  2388.      *
  2389.      * @return \Symfony\Bridge\Monolog\Logger
  2390.      */
  2391.     protected function getMonolog_Logger_DeprecationService()
  2392.     {
  2393.         $this->services['monolog.logger.deprecation'] = $instance = new \Symfony\Bridge\Monolog\Logger('deprecation');
  2394.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  2395.         $instance->pushHandler(($this->privates['monolog.handler.deprecation'] ?? $this->getMonolog_Handler_DeprecationService()));
  2396.         $instance->pushHandler(($this->privates['monolog.handler.stderr_errors'] ?? $this->getMonolog_Handler_StderrErrorsService()));
  2397.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  2398.         return $instance;
  2399.     }
  2400.     /**
  2401.      * Gets the public 'monolog.logger.php' shared service.
  2402.      *
  2403.      * @return \Symfony\Bridge\Monolog\Logger
  2404.      */
  2405.     protected function getMonolog_Logger_PhpService()
  2406.     {
  2407.         $this->services['monolog.logger.php'] = $instance = new \Symfony\Bridge\Monolog\Logger('php');
  2408.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  2409.         $instance->pushHandler(($this->privates['monolog.handler.php_errors'] ?? $this->getMonolog_Handler_PhpErrorsService()));
  2410.         $instance->pushHandler(($this->privates['monolog.handler.stderr_errors'] ?? $this->getMonolog_Handler_StderrErrorsService()));
  2411.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  2412.         return $instance;
  2413.     }
  2414.     /**
  2415.      * Gets the public 'nelmio_api_doc.controller.swagger' shared service.
  2416.      *
  2417.      * @return \Nelmio\ApiDocBundle\Controller\DocumentationController
  2418.      */
  2419.     protected function getNelmioApiDoc_Controller_SwaggerService()
  2420.     {
  2421.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Controller/DocumentationController.php';
  2422.         return $this->services['nelmio_api_doc.controller.swagger'] = new \Nelmio\ApiDocBundle\Controller\DocumentationController(($this->privates['nelmio_api_doc.generator_locator'] ?? $this->getNelmioApiDoc_GeneratorLocatorService()));
  2423.     }
  2424.     /**
  2425.      * Gets the public 'nelmio_api_doc.controller.swagger_ui' shared service.
  2426.      *
  2427.      * @return \Nelmio\ApiDocBundle\Controller\SwaggerUiController
  2428.      */
  2429.     protected function getNelmioApiDoc_Controller_SwaggerUiService()
  2430.     {
  2431.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Controller/SwaggerUiController.php';
  2432.         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()));
  2433.     }
  2434.     /**
  2435.      * Gets the public 'nelmio_api_doc.generator.default' shared service.
  2436.      *
  2437.      * @return \Nelmio\ApiDocBundle\ApiDocGenerator
  2438.      */
  2439.     protected function getNelmioApiDoc_Generator_DefaultService()
  2440.     {
  2441.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/ApiDocGenerator.php';
  2442.         $this->services['nelmio_api_doc.generator.default'] = $instance = new \Nelmio\ApiDocBundle\ApiDocGenerator(new RewindableGenerator(function () {
  2443.             yield => ($this->privates['nelmio_api_doc.describers.config'] ?? $this->getNelmioApiDoc_Describers_ConfigService());
  2444.             yield => ($this->privates['nelmio_api_doc.describers.config.default'] ?? ($this->privates['nelmio_api_doc.describers.config.default'] = new \Nelmio\ApiDocBundle\Describer\ExternalDocDescriber([], true)));
  2445.             yield => ($this->privates['App\\OpenApi\\ExternalSwaggerDescriber'] ?? $this->getExternalSwaggerDescriberService());
  2446.             yield => ($this->privates['nelmio_api_doc.describers.swagger_php.default'] ?? $this->getNelmioApiDoc_Describers_SwaggerPhp_DefaultService());
  2447.             yield => ($this->privates['nelmio_api_doc.describers.route.default'] ?? $this->getNelmioApiDoc_Describers_Route_DefaultService());
  2448.             yield => ($this->privates['nelmio_api_doc.describers.default'] ?? ($this->privates['nelmio_api_doc.describers.default'] = new \Nelmio\ApiDocBundle\Describer\DefaultDescriber()));
  2449.         }, 6), new RewindableGenerator(function () {
  2450.             yield => ($this->privates['nelmio_api_doc.model_describers.form'] ?? $this->getNelmioApiDoc_ModelDescribers_FormService());
  2451.             yield => ($this->privates['nelmio_api_doc.model_describers.object'] ?? $this->getNelmioApiDoc_ModelDescribers_ObjectService());
  2452.         }, 2));
  2453.         $instance->setAlternativeNames([]);
  2454.         return $instance;
  2455.     }
  2456.     /**
  2457.      * Gets the public 'request_stack' shared service.
  2458.      *
  2459.      * @return \Symfony\Component\HttpFoundation\RequestStack
  2460.      */
  2461.     protected function getRequestStackService()
  2462.     {
  2463.         return $this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack();
  2464.     }
  2465.     /**
  2466.      * Gets the public 'router' shared service.
  2467.      *
  2468.      * @return \Symfony\Bundle\FrameworkBundle\Routing\Router
  2469.      */
  2470.     protected function getRouterService()
  2471.     {
  2472.         $a = new \Symfony\Bridge\Monolog\Logger('router');
  2473.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  2474.         $a->pushHandler(($this->privates['monolog.handler.stderr_errors'] ?? $this->getMonolog_Handler_StderrErrorsService()));
  2475.         $a->pushHandler(($this->privates['monolog.handler.stdout_info'] ?? $this->getMonolog_Handler_StdoutInfoService()));
  2476.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  2477.         $this->services['router'] = $instance = new \Symfony\Bundle\FrameworkBundle\Routing\Router((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2478.             'routing.loader' => ['services''routing.loader''getRouting_LoaderService'false],
  2479.         ], [
  2480.             'routing.loader' => 'Symfony\\Component\\Config\\Loader\\LoaderInterface',
  2481.         ]))->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');
  2482.         $instance->setConfigCacheFactory(($this->privates['config_cache_factory'] ?? $this->getConfigCacheFactoryService()));
  2483.         $instance->addExpressionLanguageProvider(($this->privates['router.expression_language_provider'] ?? $this->getRouter_ExpressionLanguageProviderService()));
  2484.         return $instance;
  2485.     }
  2486.     /**
  2487.      * Gets the public 'routing.loader' shared service.
  2488.      *
  2489.      * @return \Symfony\Bundle\FrameworkBundle\Routing\DelegatingLoader
  2490.      */
  2491.     protected function getRouting_LoaderService()
  2492.     {
  2493.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/LoaderInterface.php';
  2494.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/Loader.php';
  2495.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/DelegatingLoader.php';
  2496.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Routing/DelegatingLoader.php';
  2497.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/LoaderResolverInterface.php';
  2498.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/LoaderResolver.php';
  2499.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/FileLoader.php';
  2500.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/Configurator/Traits/HostTrait.php';
  2501.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/Configurator/Traits/LocalizedRouteTrait.php';
  2502.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/Configurator/Traits/PrefixTrait.php';
  2503.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/XmlFileLoader.php';
  2504.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/YamlFileLoader.php';
  2505.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/PhpFileLoader.php';
  2506.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/GlobFileLoader.php';
  2507.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/DirectoryLoader.php';
  2508.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/ObjectLoader.php';
  2509.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/ContainerLoader.php';
  2510.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/AnnotationClassLoader.php';
  2511.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Routing/AnnotatedRouteControllerLoader.php';
  2512.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/AnnotationFileLoader.php';
  2513.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/AnnotationDirectoryLoader.php';
  2514.         include_once \dirname(__DIR__4).'/vendor/symfony/config/FileLocatorInterface.php';
  2515.         include_once \dirname(__DIR__4).'/vendor/symfony/config/FileLocator.php';
  2516.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Config/FileLocator.php';
  2517.         $a = new \Symfony\Component\Config\Loader\LoaderResolver();
  2518.         $b = ($this->privates['file_locator'] ?? ($this->privates['file_locator'] = new \Symfony\Component\HttpKernel\Config\FileLocator(($this->services['kernel'] ?? $this->get('kernel'1)))));
  2519.         $c = new \Symfony\Bundle\FrameworkBundle\Routing\AnnotatedRouteControllerLoader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()), 'int');
  2520.         $a->addLoader(new \Symfony\Component\Routing\Loader\XmlFileLoader($b'int'));
  2521.         $a->addLoader(new \Symfony\Component\Routing\Loader\YamlFileLoader($b'int'));
  2522.         $a->addLoader(new \Symfony\Component\Routing\Loader\PhpFileLoader($b'int'));
  2523.         $a->addLoader(new \Symfony\Component\Routing\Loader\GlobFileLoader($b'int'));
  2524.         $a->addLoader(new \Symfony\Component\Routing\Loader\DirectoryLoader($b'int'));
  2525.         $a->addLoader(new \Symfony\Component\Routing\Loader\ContainerLoader(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2526.             'kernel' => ['services''kernel''getKernelService'false],
  2527.         ], [
  2528.             'kernel' => 'App\\Kernel',
  2529.         ]), 'int'));
  2530.         $a->addLoader(($this->privates['sensio_framework_extra.routing.loader.annot_class'] ?? $this->getSensioFrameworkExtra_Routing_Loader_AnnotClassService()));
  2531.         $a->addLoader($this->getSensioFrameworkExtra_Routing_Loader_AnnotDirService());
  2532.         $a->addLoader($this->getSensioFrameworkExtra_Routing_Loader_AnnotFileService());
  2533.         $a->addLoader($c);
  2534.         $a->addLoader(new \Symfony\Component\Routing\Loader\AnnotationDirectoryLoader($b$c));
  2535.         $a->addLoader(new \Symfony\Component\Routing\Loader\AnnotationFileLoader($b$c));
  2536.         return $this->services['routing.loader'] = new \Symfony\Bundle\FrameworkBundle\Routing\DelegatingLoader($a, ['utf8' => true], []);
  2537.     }
  2538.     /**
  2539.      * Gets the public 'services_resetter' shared service.
  2540.      *
  2541.      * @return \Symfony\Component\HttpKernel\DependencyInjection\ServicesResetter
  2542.      */
  2543.     protected function getServicesResetterService()
  2544.     {
  2545.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DependencyInjection/ServicesResetter.php';
  2546.         return $this->services['services_resetter'] = new \Symfony\Component\HttpKernel\DependencyInjection\ServicesResetter(new RewindableGenerator(function () {
  2547.             if (isset($this->services['cache.app'])) {
  2548.                 yield 'cache.app' => ($this->services['cache.app'] ?? null);
  2549.             }
  2550.             if (isset($this->services['cache.system'])) {
  2551.                 yield 'cache.system' => ($this->services['cache.system'] ?? null);
  2552.             }
  2553.             if (isset($this->privates['cache.validator'])) {
  2554.                 yield 'cache.validator' => ($this->privates['cache.validator'] ?? null);
  2555.             }
  2556.             if (isset($this->privates['cache.serializer'])) {
  2557.                 yield 'cache.serializer' => ($this->privates['cache.serializer'] ?? null);
  2558.             }
  2559.             if (isset($this->privates['cache.annotations'])) {
  2560.                 yield 'cache.annotations' => ($this->privates['cache.annotations'] ?? null);
  2561.             }
  2562.             if (isset($this->privates['cache.property_info'])) {
  2563.                 yield 'cache.property_info' => ($this->privates['cache.property_info'] ?? null);
  2564.             }
  2565.             if (isset($this->privates['cache.messenger.restart_workers_signal'])) {
  2566.                 yield 'cache.messenger.restart_workers_signal' => ($this->privates['cache.messenger.restart_workers_signal'] ?? null);
  2567.             }
  2568.             if (isset($this->privates['.debug.http_client'])) {
  2569.                 yield 'http_client' => ($this->privates['.debug.http_client'] ?? null);
  2570.             }
  2571.             if (isset($this->privates['mailer.message_logger_listener'])) {
  2572.                 yield 'mailer.message_logger_listener' => ($this->privates['mailer.message_logger_listener'] ?? null);
  2573.             }
  2574.             if (isset($this->privates['debug.stopwatch'])) {
  2575.                 yield 'debug.stopwatch' => ($this->privates['debug.stopwatch'] ?? null);
  2576.             }
  2577.             if (isset($this->services['event_dispatcher'])) {
  2578.                 yield 'debug.event_dispatcher' => ($this->services['event_dispatcher'] ?? null);
  2579.             }
  2580.             if (isset($this->privates['.portail_cache_pool.inner'])) {
  2581.                 yield '.portail_cache_pool.inner' => ($this->privates['.portail_cache_pool.inner'] ?? null);
  2582.             }
  2583.             if (isset($this->privates['session_listener'])) {
  2584.                 yield 'session_listener' => ($this->privates['session_listener'] ?? null);
  2585.             }
  2586.             if (isset($this->privates['form.choice_list_factory.cached'])) {
  2587.                 yield 'form.choice_list_factory.cached' => ($this->privates['form.choice_list_factory.cached'] ?? null);
  2588.             }
  2589.             if (isset($this->services['cache.validator_expression_language'])) {
  2590.                 yield 'cache.validator_expression_language' => ($this->services['cache.validator_expression_language'] ?? null);
  2591.             }
  2592.             if (isset($this->privates['messenger.transport.in_memory.factory'])) {
  2593.                 yield 'messenger.transport.in_memory.factory' => ($this->privates['messenger.transport.in_memory.factory'] ?? null);
  2594.             }
  2595.             if (isset($this->services['.container.private.profiler'])) {
  2596.                 yield 'profiler' => ($this->services['.container.private.profiler'] ?? null);
  2597.             }
  2598.             if (isset($this->services['.container.private.validator'])) {
  2599.                 yield 'debug.validator' => ($this->services['.container.private.validator'] ?? null);
  2600.             }
  2601.             if (isset($this->services['.container.private.security.token_storage'])) {
  2602.                 yield 'security.token_storage' => ($this->services['.container.private.security.token_storage'] ?? null);
  2603.             }
  2604.             if (isset($this->privates['cache.security_expression_language'])) {
  2605.                 yield 'cache.security_expression_language' => ($this->privates['cache.security_expression_language'] ?? null);
  2606.             }
  2607.             if (isset($this->privates['debug.security.firewall'])) {
  2608.                 yield 'debug.security.firewall' => ($this->privates['debug.security.firewall'] ?? null);
  2609.             }
  2610.             if (isset($this->privates['twig.form.engine'])) {
  2611.                 yield 'twig.form.engine' => ($this->privates['twig.form.engine'] ?? null);
  2612.             }
  2613.             if (isset($this->privates['monolog.handler.stdout_info'])) {
  2614.                 yield 'monolog.handler.stdout_info' => ($this->privates['monolog.handler.stdout_info'] ?? null);
  2615.             }
  2616.             if (isset($this->privates['monolog.handler.stderr_errors'])) {
  2617.                 yield 'monolog.handler.stderr_errors' => ($this->privates['monolog.handler.stderr_errors'] ?? null);
  2618.             }
  2619.             if (isset($this->privates['monolog.handler.php_errors'])) {
  2620.                 yield 'monolog.handler.php_errors' => ($this->privates['monolog.handler.php_errors'] ?? null);
  2621.             }
  2622.             if (isset($this->privates['monolog.handler.deprecation'])) {
  2623.                 yield 'monolog.handler.deprecation' => ($this->privates['monolog.handler.deprecation'] ?? null);
  2624.             }
  2625.             if (isset($this->privates['.debug.http_client'])) {
  2626.                 yield '.debug.http_client' => ($this->privates['.debug.http_client'] ?? null);
  2627.             }
  2628.             if (isset($this->privates['.debug.app.calendar.client'])) {
  2629.                 yield '.debug.app.calendar.client' => ($this->privates['.debug.app.calendar.client'] ?? null);
  2630.             }
  2631.             if (isset($this->privates['.debug.app.industrial.sites.client'])) {
  2632.                 yield '.debug.app.industrial.sites.client' => ($this->privates['.debug.app.industrial.sites.client'] ?? null);
  2633.             }
  2634.             if (isset($this->privates['.debug.app.incidents.client'])) {
  2635.                 yield '.debug.app.incidents.client' => ($this->privates['.debug.app.incidents.client'] ?? null);
  2636.             }
  2637.             if (isset($this->privates['.debug.app.heimdall.client'])) {
  2638.                 yield '.debug.app.heimdall.client' => ($this->privates['.debug.app.heimdall.client'] ?? null);
  2639.             }
  2640.             if (isset($this->privates['.debug.app.geoserver.client'])) {
  2641.                 yield '.debug.app.geoserver.client' => ($this->privates['.debug.app.geoserver.client'] ?? null);
  2642.             }
  2643.             if (isset($this->privates['.debug.app.admin.mayan.client'])) {
  2644.                 yield '.debug.app.admin.mayan.client' => ($this->privates['.debug.app.admin.mayan.client'] ?? null);
  2645.             }
  2646.             if (isset($this->privates['.debug.app.user.mayan.client'])) {
  2647.                 yield '.debug.app.user.mayan.client' => ($this->privates['.debug.app.user.mayan.client'] ?? null);
  2648.             }
  2649.             if (isset($this->privates['.debug.app.mdm.client'])) {
  2650.                 yield '.debug.app.mdm.client' => ($this->privates['.debug.app.mdm.client'] ?? null);
  2651.             }
  2652.             if (isset($this->privates['.debug.app.metabase.client'])) {
  2653.                 yield '.debug.app.metabase.client' => ($this->privates['.debug.app.metabase.client'] ?? null);
  2654.             }
  2655.             if (isset($this->privates['.debug.app.public.space.planner.client'])) {
  2656.                 yield '.debug.app.public.space.planner.client' => ($this->privates['.debug.app.public.space.planner.client'] ?? null);
  2657.             }
  2658.             if (isset($this->privates['.debug.app.request.client'])) {
  2659.                 yield '.debug.app.request.client' => ($this->privates['.debug.app.request.client'] ?? null);
  2660.             }
  2661.             if (isset($this->privates['.debug.app.signal.client'])) {
  2662.                 yield '.debug.app.signal.client' => ($this->privates['.debug.app.signal.client'] ?? null);
  2663.             }
  2664.             if (isset($this->privates['.debug.app.thingsboard.client'])) {
  2665.                 yield '.debug.app.thingsboard.client' => ($this->privates['.debug.app.thingsboard.client'] ?? null);
  2666.             }
  2667.             if (isset($this->privates['.debug.app.vdm.itv.client'])) {
  2668.                 yield '.debug.app.vdm.itv.client' => ($this->privates['.debug.app.vdm.itv.client'] ?? null);
  2669.             }
  2670.             if (isset($this->privates['.debug.app.vdm.hydrometric.client'])) {
  2671.                 yield '.debug.app.vdm.hydrometric.client' => ($this->privates['.debug.app.vdm.hydrometric.client'] ?? null);
  2672.             }
  2673.             if (isset($this->privates['.debug.app.vdm.waterCycle.client'])) {
  2674.                 yield '.debug.app.vdm.waterCycle.client' => ($this->privates['.debug.app.vdm.waterCycle.client'] ?? null);
  2675.             }
  2676.             if (isset($this->privates['.debug.app.vdm.waterQuality.client'])) {
  2677.                 yield '.debug.app.vdm.waterQuality.client' => ($this->privates['.debug.app.vdm.waterQuality.client'] ?? null);
  2678.             }
  2679.             if (isset($this->privates['.debug.app.vdm.weather.client'])) {
  2680.                 yield '.debug.app.vdm.weather.client' => ($this->privates['.debug.app.vdm.weather.client'] ?? null);
  2681.             }
  2682.         }, function () {
  2683.             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']));
  2684.         }), ['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']]);
  2685.     }
  2686.     /**
  2687.      * Gets the public 'translator' shared service.
  2688.      *
  2689.      * @return \Symfony\Component\Translation\DataCollectorTranslator
  2690.      */
  2691.     protected function getTranslatorService()
  2692.     {
  2693.         return $this->services['translator'] = new \Symfony\Component\Translation\DataCollectorTranslator(($this->privates['translator.default'] ?? $this->getTranslator_DefaultService()));
  2694.     }
  2695.     /**
  2696.      * Gets the public 'web_profiler.controller.exception_panel' shared service.
  2697.      *
  2698.      * @return \Symfony\Bundle\WebProfilerBundle\Controller\ExceptionPanelController
  2699.      */
  2700.     protected function getWebProfiler_Controller_ExceptionPanelService()
  2701.     {
  2702.         include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Controller/ExceptionPanelController.php';
  2703.         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()));
  2704.     }
  2705.     /**
  2706.      * Gets the public 'web_profiler.controller.profiler' shared service.
  2707.      *
  2708.      * @return \Symfony\Bundle\WebProfilerBundle\Controller\ProfilerController
  2709.      */
  2710.     protected function getWebProfiler_Controller_ProfilerService()
  2711.     {
  2712.         include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Controller/ProfilerController.php';
  2713.         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));
  2714.     }
  2715.     /**
  2716.      * Gets the public 'web_profiler.controller.router' shared service.
  2717.      *
  2718.      * @return \Symfony\Bundle\WebProfilerBundle\Controller\RouterController
  2719.      */
  2720.     protected function getWebProfiler_Controller_RouterService()
  2721.     {
  2722.         include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Controller/RouterController.php';
  2723.         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 () {
  2724.             yield => ($this->privates['router.expression_language_provider'] ?? $this->getRouter_ExpressionLanguageProviderService());
  2725.         }, 1));
  2726.     }
  2727.     /**
  2728.      * Gets the private '.App\Command\ImportCustomZonesCommand.lazy' shared service.
  2729.      *
  2730.      * @return \Symfony\Component\Console\Command\LazyCommand
  2731.      */
  2732.     protected function getImportCustomZonesCommand_LazyService()
  2733.     {
  2734.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2735.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2736.         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 {
  2737.             return ($this->privates['App\\Command\\ImportCustomZonesCommand'] ?? $this->getImportCustomZonesCommandService());
  2738.         });
  2739.     }
  2740.     /**
  2741.      * Gets the private '.App\Command\UserGenerateCommand.lazy' shared service.
  2742.      *
  2743.      * @return \Symfony\Component\Console\Command\LazyCommand
  2744.      */
  2745.     protected function getUserGenerateCommand_LazyService()
  2746.     {
  2747.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2748.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2749.         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 {
  2750.             return ($this->privates['App\\Command\\UserGenerateCommand'] ?? $this->getUserGenerateCommandService());
  2751.         });
  2752.     }
  2753.     /**
  2754.      * Gets the private '.console.command.about.lazy' shared service.
  2755.      *
  2756.      * @return \Symfony\Component\Console\Command\LazyCommand
  2757.      */
  2758.     protected function get_Console_Command_About_LazyService()
  2759.     {
  2760.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2761.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2762.         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 {
  2763.             return ($this->privates['console.command.about'] ?? $this->getConsole_Command_AboutService());
  2764.         });
  2765.     }
  2766.     /**
  2767.      * Gets the private '.console.command.assets_install.lazy' shared service.
  2768.      *
  2769.      * @return \Symfony\Component\Console\Command\LazyCommand
  2770.      */
  2771.     protected function get_Console_Command_AssetsInstall_LazyService()
  2772.     {
  2773.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2774.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2775.         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 {
  2776.             return ($this->privates['console.command.assets_install'] ?? $this->getConsole_Command_AssetsInstallService());
  2777.         });
  2778.     }
  2779.     /**
  2780.      * Gets the private '.console.command.cache_clear.lazy' shared service.
  2781.      *
  2782.      * @return \Symfony\Component\Console\Command\LazyCommand
  2783.      */
  2784.     protected function get_Console_Command_CacheClear_LazyService()
  2785.     {
  2786.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2787.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2788.         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 {
  2789.             return ($this->privates['console.command.cache_clear'] ?? $this->getConsole_Command_CacheClearService());
  2790.         });
  2791.     }
  2792.     /**
  2793.      * Gets the private '.console.command.cache_pool_clear.lazy' shared service.
  2794.      *
  2795.      * @return \Symfony\Component\Console\Command\LazyCommand
  2796.      */
  2797.     protected function get_Console_Command_CachePoolClear_LazyService()
  2798.     {
  2799.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2800.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2801.         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 {
  2802.             return ($this->privates['console.command.cache_pool_clear'] ?? $this->getConsole_Command_CachePoolClearService());
  2803.         });
  2804.     }
  2805.     /**
  2806.      * Gets the private '.console.command.cache_pool_delete.lazy' shared service.
  2807.      *
  2808.      * @return \Symfony\Component\Console\Command\LazyCommand
  2809.      */
  2810.     protected function get_Console_Command_CachePoolDelete_LazyService()
  2811.     {
  2812.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2813.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2814.         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 {
  2815.             return ($this->privates['console.command.cache_pool_delete'] ?? $this->getConsole_Command_CachePoolDeleteService());
  2816.         });
  2817.     }
  2818.     /**
  2819.      * Gets the private '.console.command.cache_pool_list.lazy' shared service.
  2820.      *
  2821.      * @return \Symfony\Component\Console\Command\LazyCommand
  2822.      */
  2823.     protected function get_Console_Command_CachePoolList_LazyService()
  2824.     {
  2825.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2826.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2827.         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 {
  2828.             return ($this->privates['console.command.cache_pool_list'] ?? $this->getConsole_Command_CachePoolListService());
  2829.         });
  2830.     }
  2831.     /**
  2832.      * Gets the private '.console.command.cache_pool_prune.lazy' shared service.
  2833.      *
  2834.      * @return \Symfony\Component\Console\Command\LazyCommand
  2835.      */
  2836.     protected function get_Console_Command_CachePoolPrune_LazyService()
  2837.     {
  2838.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2839.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2840.         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 {
  2841.             return ($this->privates['console.command.cache_pool_prune'] ?? $this->getConsole_Command_CachePoolPruneService());
  2842.         });
  2843.     }
  2844.     /**
  2845.      * Gets the private '.console.command.cache_warmup.lazy' shared service.
  2846.      *
  2847.      * @return \Symfony\Component\Console\Command\LazyCommand
  2848.      */
  2849.     protected function get_Console_Command_CacheWarmup_LazyService()
  2850.     {
  2851.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2852.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2853.         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 {
  2854.             return ($this->privates['console.command.cache_warmup'] ?? $this->getConsole_Command_CacheWarmupService());
  2855.         });
  2856.     }
  2857.     /**
  2858.      * Gets the private '.console.command.config_debug.lazy' shared service.
  2859.      *
  2860.      * @return \Symfony\Component\Console\Command\LazyCommand
  2861.      */
  2862.     protected function get_Console_Command_ConfigDebug_LazyService()
  2863.     {
  2864.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2865.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2866.         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 {
  2867.             return ($this->privates['console.command.config_debug'] ?? $this->getConsole_Command_ConfigDebugService());
  2868.         });
  2869.     }
  2870.     /**
  2871.      * Gets the private '.console.command.config_dump_reference.lazy' shared service.
  2872.      *
  2873.      * @return \Symfony\Component\Console\Command\LazyCommand
  2874.      */
  2875.     protected function get_Console_Command_ConfigDumpReference_LazyService()
  2876.     {
  2877.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2878.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2879.         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 {
  2880.             return ($this->privates['console.command.config_dump_reference'] ?? $this->getConsole_Command_ConfigDumpReferenceService());
  2881.         });
  2882.     }
  2883.     /**
  2884.      * Gets the private '.console.command.container_debug.lazy' shared service.
  2885.      *
  2886.      * @return \Symfony\Component\Console\Command\LazyCommand
  2887.      */
  2888.     protected function get_Console_Command_ContainerDebug_LazyService()
  2889.     {
  2890.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2891.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2892.         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 {
  2893.             return ($this->privates['console.command.container_debug'] ?? $this->getConsole_Command_ContainerDebugService());
  2894.         });
  2895.     }
  2896.     /**
  2897.      * Gets the private '.console.command.container_lint.lazy' shared service.
  2898.      *
  2899.      * @return \Symfony\Component\Console\Command\LazyCommand
  2900.      */
  2901.     protected function get_Console_Command_ContainerLint_LazyService()
  2902.     {
  2903.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2904.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2905.         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 {
  2906.             return ($this->privates['console.command.container_lint'] ?? $this->getConsole_Command_ContainerLintService());
  2907.         });
  2908.     }
  2909.     /**
  2910.      * Gets the private '.console.command.debug_autowiring.lazy' shared service.
  2911.      *
  2912.      * @return \Symfony\Component\Console\Command\LazyCommand
  2913.      */
  2914.     protected function get_Console_Command_DebugAutowiring_LazyService()
  2915.     {
  2916.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2917.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2918.         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 {
  2919.             return ($this->privates['console.command.debug_autowiring'] ?? $this->getConsole_Command_DebugAutowiringService());
  2920.         });
  2921.     }
  2922.     /**
  2923.      * Gets the private '.console.command.dotenv_debug.lazy' shared service.
  2924.      *
  2925.      * @return \Symfony\Component\Console\Command\LazyCommand
  2926.      */
  2927.     protected function get_Console_Command_DotenvDebug_LazyService()
  2928.     {
  2929.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2930.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2931.         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 {
  2932.             return ($this->privates['console.command.dotenv_debug'] ?? $this->getConsole_Command_DotenvDebugService());
  2933.         });
  2934.     }
  2935.     /**
  2936.      * Gets the private '.console.command.event_dispatcher_debug.lazy' shared service.
  2937.      *
  2938.      * @return \Symfony\Component\Console\Command\LazyCommand
  2939.      */
  2940.     protected function get_Console_Command_EventDispatcherDebug_LazyService()
  2941.     {
  2942.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2943.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2944.         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 {
  2945.             return ($this->privates['console.command.event_dispatcher_debug'] ?? $this->getConsole_Command_EventDispatcherDebugService());
  2946.         });
  2947.     }
  2948.     /**
  2949.      * Gets the private '.console.command.form_debug.lazy' shared service.
  2950.      *
  2951.      * @return \Symfony\Component\Console\Command\LazyCommand
  2952.      */
  2953.     protected function get_Console_Command_FormDebug_LazyService()
  2954.     {
  2955.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2956.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2957.         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 {
  2958.             return ($this->privates['console.command.form_debug'] ?? $this->getConsole_Command_FormDebugService());
  2959.         });
  2960.     }
  2961.     /**
  2962.      * Gets the private '.console.command.messenger_consume_messages.lazy' shared service.
  2963.      *
  2964.      * @return \Symfony\Component\Console\Command\LazyCommand
  2965.      */
  2966.     protected function get_Console_Command_MessengerConsumeMessages_LazyService()
  2967.     {
  2968.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2969.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2970.         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 {
  2971.             return ($this->privates['console.command.messenger_consume_messages'] ?? $this->getConsole_Command_MessengerConsumeMessagesService());
  2972.         });
  2973.     }
  2974.     /**
  2975.      * Gets the private '.console.command.messenger_debug.lazy' shared service.
  2976.      *
  2977.      * @return \Symfony\Component\Console\Command\LazyCommand
  2978.      */
  2979.     protected function get_Console_Command_MessengerDebug_LazyService()
  2980.     {
  2981.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2982.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2983.         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 {
  2984.             return ($this->privates['console.command.messenger_debug'] ?? $this->getConsole_Command_MessengerDebugService());
  2985.         });
  2986.     }
  2987.     /**
  2988.      * Gets the private '.console.command.messenger_failed_messages_remove.lazy' shared service.
  2989.      *
  2990.      * @return \Symfony\Component\Console\Command\LazyCommand
  2991.      */
  2992.     protected function get_Console_Command_MessengerFailedMessagesRemove_LazyService()
  2993.     {
  2994.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2995.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2996.         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 {
  2997.             return ($this->privates['console.command.messenger_failed_messages_remove'] ?? $this->getConsole_Command_MessengerFailedMessagesRemoveService());
  2998.         });
  2999.     }
  3000.     /**
  3001.      * Gets the private '.console.command.messenger_failed_messages_retry.lazy' shared service.
  3002.      *
  3003.      * @return \Symfony\Component\Console\Command\LazyCommand
  3004.      */
  3005.     protected function get_Console_Command_MessengerFailedMessagesRetry_LazyService()
  3006.     {
  3007.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3008.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3009.         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 {
  3010.             return ($this->privates['console.command.messenger_failed_messages_retry'] ?? $this->getConsole_Command_MessengerFailedMessagesRetryService());
  3011.         });
  3012.     }
  3013.     /**
  3014.      * Gets the private '.console.command.messenger_failed_messages_show.lazy' shared service.
  3015.      *
  3016.      * @return \Symfony\Component\Console\Command\LazyCommand
  3017.      */
  3018.     protected function get_Console_Command_MessengerFailedMessagesShow_LazyService()
  3019.     {
  3020.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3021.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3022.         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 {
  3023.             return ($this->privates['console.command.messenger_failed_messages_show'] ?? $this->getConsole_Command_MessengerFailedMessagesShowService());
  3024.         });
  3025.     }
  3026.     /**
  3027.      * Gets the private '.console.command.messenger_setup_transports.lazy' shared service.
  3028.      *
  3029.      * @return \Symfony\Component\Console\Command\LazyCommand
  3030.      */
  3031.     protected function get_Console_Command_MessengerSetupTransports_LazyService()
  3032.     {
  3033.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3034.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3035.         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 {
  3036.             return ($this->privates['console.command.messenger_setup_transports'] ?? $this->getConsole_Command_MessengerSetupTransportsService());
  3037.         });
  3038.     }
  3039.     /**
  3040.      * Gets the private '.console.command.messenger_stop_workers.lazy' shared service.
  3041.      *
  3042.      * @return \Symfony\Component\Console\Command\LazyCommand
  3043.      */
  3044.     protected function get_Console_Command_MessengerStopWorkers_LazyService()
  3045.     {
  3046.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3047.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3048.         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 {
  3049.             return ($this->privates['console.command.messenger_stop_workers'] ?? $this->getConsole_Command_MessengerStopWorkersService());
  3050.         });
  3051.     }
  3052.     /**
  3053.      * Gets the private '.console.command.router_debug.lazy' shared service.
  3054.      *
  3055.      * @return \Symfony\Component\Console\Command\LazyCommand
  3056.      */
  3057.     protected function get_Console_Command_RouterDebug_LazyService()
  3058.     {
  3059.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3060.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3061.         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 {
  3062.             return ($this->privates['console.command.router_debug'] ?? $this->getConsole_Command_RouterDebugService());
  3063.         });
  3064.     }
  3065.     /**
  3066.      * Gets the private '.console.command.router_match.lazy' shared service.
  3067.      *
  3068.      * @return \Symfony\Component\Console\Command\LazyCommand
  3069.      */
  3070.     protected function get_Console_Command_RouterMatch_LazyService()
  3071.     {
  3072.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3073.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3074.         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 {
  3075.             return ($this->privates['console.command.router_match'] ?? $this->getConsole_Command_RouterMatchService());
  3076.         });
  3077.     }
  3078.     /**
  3079.      * Gets the private '.console.command.secrets_decrypt_to_local.lazy' shared service.
  3080.      *
  3081.      * @return \Symfony\Component\Console\Command\LazyCommand
  3082.      */
  3083.     protected function get_Console_Command_SecretsDecryptToLocal_LazyService()
  3084.     {
  3085.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3086.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3087.         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 {
  3088.             return ($this->privates['console.command.secrets_decrypt_to_local'] ?? $this->getConsole_Command_SecretsDecryptToLocalService());
  3089.         });
  3090.     }
  3091.     /**
  3092.      * Gets the private '.console.command.secrets_encrypt_from_local.lazy' shared service.
  3093.      *
  3094.      * @return \Symfony\Component\Console\Command\LazyCommand
  3095.      */
  3096.     protected function get_Console_Command_SecretsEncryptFromLocal_LazyService()
  3097.     {
  3098.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3099.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3100.         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 {
  3101.             return ($this->privates['console.command.secrets_encrypt_from_local'] ?? $this->getConsole_Command_SecretsEncryptFromLocalService());
  3102.         });
  3103.     }
  3104.     /**
  3105.      * Gets the private '.console.command.secrets_generate_key.lazy' shared service.
  3106.      *
  3107.      * @return \Symfony\Component\Console\Command\LazyCommand
  3108.      */
  3109.     protected function get_Console_Command_SecretsGenerateKey_LazyService()
  3110.     {
  3111.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3112.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3113.         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 {
  3114.             return ($this->privates['console.command.secrets_generate_key'] ?? $this->getConsole_Command_SecretsGenerateKeyService());
  3115.         });
  3116.     }
  3117.     /**
  3118.      * Gets the private '.console.command.secrets_list.lazy' shared service.
  3119.      *
  3120.      * @return \Symfony\Component\Console\Command\LazyCommand
  3121.      */
  3122.     protected function get_Console_Command_SecretsList_LazyService()
  3123.     {
  3124.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3125.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3126.         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 {
  3127.             return ($this->privates['console.command.secrets_list'] ?? $this->getConsole_Command_SecretsListService());
  3128.         });
  3129.     }
  3130.     /**
  3131.      * Gets the private '.console.command.secrets_remove.lazy' shared service.
  3132.      *
  3133.      * @return \Symfony\Component\Console\Command\LazyCommand
  3134.      */
  3135.     protected function get_Console_Command_SecretsRemove_LazyService()
  3136.     {
  3137.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3138.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3139.         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 {
  3140.             return ($this->privates['console.command.secrets_remove'] ?? $this->getConsole_Command_SecretsRemoveService());
  3141.         });
  3142.     }
  3143.     /**
  3144.      * Gets the private '.console.command.secrets_set.lazy' shared service.
  3145.      *
  3146.      * @return \Symfony\Component\Console\Command\LazyCommand
  3147.      */
  3148.     protected function get_Console_Command_SecretsSet_LazyService()
  3149.     {
  3150.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3151.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3152.         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 {
  3153.             return ($this->privates['console.command.secrets_set'] ?? $this->getConsole_Command_SecretsSetService());
  3154.         });
  3155.     }
  3156.     /**
  3157.      * Gets the private '.console.command.translation_debug.lazy' shared service.
  3158.      *
  3159.      * @return \Symfony\Component\Console\Command\LazyCommand
  3160.      */
  3161.     protected function get_Console_Command_TranslationDebug_LazyService()
  3162.     {
  3163.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3164.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3165.         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 {
  3166.             return ($this->privates['console.command.translation_debug'] ?? $this->getConsole_Command_TranslationDebugService());
  3167.         });
  3168.     }
  3169.     /**
  3170.      * Gets the private '.console.command.translation_extract.lazy' shared service.
  3171.      *
  3172.      * @return \Symfony\Component\Console\Command\LazyCommand
  3173.      */
  3174.     protected function get_Console_Command_TranslationExtract_LazyService()
  3175.     {
  3176.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3177.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3178.         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 {
  3179.             return ($this->privates['console.command.translation_extract'] ?? $this->getConsole_Command_TranslationExtractService());
  3180.         });
  3181.     }
  3182.     /**
  3183.      * Gets the private '.console.command.translation_pull.lazy' shared service.
  3184.      *
  3185.      * @return \Symfony\Component\Console\Command\LazyCommand
  3186.      */
  3187.     protected function get_Console_Command_TranslationPull_LazyService()
  3188.     {
  3189.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3190.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3191.         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 {
  3192.             return ($this->privates['console.command.translation_pull'] ?? $this->getConsole_Command_TranslationPullService());
  3193.         });
  3194.     }
  3195.     /**
  3196.      * Gets the private '.console.command.translation_push.lazy' shared service.
  3197.      *
  3198.      * @return \Symfony\Component\Console\Command\LazyCommand
  3199.      */
  3200.     protected function get_Console_Command_TranslationPush_LazyService()
  3201.     {
  3202.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3203.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3204.         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 {
  3205.             return ($this->privates['console.command.translation_push'] ?? $this->getConsole_Command_TranslationPushService());
  3206.         });
  3207.     }
  3208.     /**
  3209.      * Gets the private '.console.command.validator_debug.lazy' shared service.
  3210.      *
  3211.      * @return \Symfony\Component\Console\Command\LazyCommand
  3212.      */
  3213.     protected function get_Console_Command_ValidatorDebug_LazyService()
  3214.     {
  3215.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3216.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3217.         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 {
  3218.             return ($this->privates['console.command.validator_debug'] ?? $this->getConsole_Command_ValidatorDebugService());
  3219.         });
  3220.     }
  3221.     /**
  3222.      * Gets the private '.console.command.xliff_lint.lazy' shared service.
  3223.      *
  3224.      * @return \Symfony\Component\Console\Command\LazyCommand
  3225.      */
  3226.     protected function get_Console_Command_XliffLint_LazyService()
  3227.     {
  3228.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3229.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3230.         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 {
  3231.             return ($this->privates['console.command.xliff_lint'] ?? $this->getConsole_Command_XliffLintService());
  3232.         });
  3233.     }
  3234.     /**
  3235.      * Gets the private '.console.command.yaml_lint.lazy' shared service.
  3236.      *
  3237.      * @return \Symfony\Component\Console\Command\LazyCommand
  3238.      */
  3239.     protected function get_Console_Command_YamlLint_LazyService()
  3240.     {
  3241.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3242.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3243.         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 {
  3244.             return ($this->privates['console.command.yaml_lint'] ?? $this->getConsole_Command_YamlLintService());
  3245.         });
  3246.     }
  3247.     /**
  3248.      * Gets the private '.debug.app.admin.mayan.client' shared service.
  3249.      *
  3250.      * @return \Symfony\Component\HttpClient\TraceableHttpClient
  3251.      */
  3252.     protected function get_Debug_App_Admin_Mayan_ClientService()
  3253.     {
  3254.         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))));
  3255.     }
  3256.     /**
  3257.      * Gets the private '.debug.app.calendar.client' shared service.
  3258.      *
  3259.      * @return \Symfony\Component\HttpClient\TraceableHttpClient
  3260.      */
  3261.     protected function get_Debug_App_Calendar_ClientService()
  3262.     {
  3263.         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))));
  3264.     }
  3265.     /**
  3266.      * Gets the private '.debug.app.geoserver.client' shared service.
  3267.      *
  3268.      * @return \Symfony\Component\HttpClient\TraceableHttpClient
  3269.      */
  3270.     protected function get_Debug_App_Geoserver_ClientService()
  3271.     {
  3272.         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))));
  3273.     }
  3274.     /**
  3275.      * Gets the private '.debug.app.heimdall.client' shared service.
  3276.      *
  3277.      * @return \Symfony\Component\HttpClient\TraceableHttpClient
  3278.      */
  3279.     protected function get_Debug_App_Heimdall_ClientService()
  3280.     {
  3281.         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))));
  3282.     }
  3283.     /**
  3284.      * Gets the private '.debug.app.incidents.client' shared service.
  3285.      *
  3286.      * @return \Symfony\Component\HttpClient\TraceableHttpClient
  3287.      */
  3288.     protected function get_Debug_App_Incidents_ClientService()
  3289.     {
  3290.         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))));
  3291.     }
  3292.     /**
  3293.      * Gets the private '.debug.app.industrial.sites.client' shared service.
  3294.      *
  3295.      * @return \Symfony\Component\HttpClient\TraceableHttpClient
  3296.      */
  3297.     protected function get_Debug_App_Industrial_Sites_ClientService()
  3298.     {
  3299.         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))));
  3300.     }
  3301.     /**
  3302.      * Gets the private '.debug.app.mdm.client' shared service.
  3303.      *
  3304.      * @return \Symfony\Component\HttpClient\TraceableHttpClient
  3305.      */
  3306.     protected function get_Debug_App_Mdm_ClientService()
  3307.     {
  3308.         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))));
  3309.     }
  3310.     /**
  3311.      * Gets the private '.debug.app.metabase.client' shared service.
  3312.      *
  3313.      * @return \Symfony\Component\HttpClient\TraceableHttpClient
  3314.      */
  3315.     protected function get_Debug_App_Metabase_ClientService()
  3316.     {
  3317.         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))));
  3318.     }
  3319.     /**
  3320.      * Gets the private '.debug.app.public.space.planner.client' shared service.
  3321.      *
  3322.      * @return \Symfony\Component\HttpClient\TraceableHttpClient
  3323.      */
  3324.     protected function get_Debug_App_Public_Space_Planner_ClientService()
  3325.     {
  3326.         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))));
  3327.     }
  3328.     /**
  3329.      * Gets the private '.debug.app.request.client' shared service.
  3330.      *
  3331.      * @return \Symfony\Component\HttpClient\TraceableHttpClient
  3332.      */
  3333.     protected function get_Debug_App_Request_ClientService()
  3334.     {
  3335.         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))));
  3336.     }
  3337.     /**
  3338.      * Gets the private '.debug.app.signal.client' shared service.
  3339.      *
  3340.      * @return \Symfony\Component\HttpClient\TraceableHttpClient
  3341.      */
  3342.     protected function get_Debug_App_Signal_ClientService()
  3343.     {
  3344.         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))));
  3345.     }
  3346.     /**
  3347.      * Gets the private '.debug.app.thingsboard.client' shared service.
  3348.      *
  3349.      * @return \Symfony\Component\HttpClient\TraceableHttpClient
  3350.      */
  3351.     protected function get_Debug_App_Thingsboard_ClientService()
  3352.     {
  3353.         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))));
  3354.     }
  3355.     /**
  3356.      * Gets the private '.debug.app.user.mayan.client' shared service.
  3357.      *
  3358.      * @return \Symfony\Component\HttpClient\TraceableHttpClient
  3359.      */
  3360.     protected function get_Debug_App_User_Mayan_ClientService()
  3361.     {
  3362.         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))));
  3363.     }
  3364.     /**
  3365.      * Gets the private '.debug.app.vdm.hydrometric.client' shared service.
  3366.      *
  3367.      * @return \Symfony\Component\HttpClient\TraceableHttpClient
  3368.      */
  3369.     protected function get_Debug_App_Vdm_Hydrometric_ClientService()
  3370.     {
  3371.         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))));
  3372.     }
  3373.     /**
  3374.      * Gets the private '.debug.app.vdm.itv.client' shared service.
  3375.      *
  3376.      * @return \Symfony\Component\HttpClient\TraceableHttpClient
  3377.      */
  3378.     protected function get_Debug_App_Vdm_Itv_ClientService()
  3379.     {
  3380.         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))));
  3381.     }
  3382.     /**
  3383.      * Gets the private '.debug.app.vdm.waterCycle.client' shared service.
  3384.      *
  3385.      * @return \Symfony\Component\HttpClient\TraceableHttpClient
  3386.      */
  3387.     protected function get_Debug_App_Vdm_WaterCycle_ClientService()
  3388.     {
  3389.         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))));
  3390.     }
  3391.     /**
  3392.      * Gets the private '.debug.app.vdm.waterQuality.client' shared service.
  3393.      *
  3394.      * @return \Symfony\Component\HttpClient\TraceableHttpClient
  3395.      */
  3396.     protected function get_Debug_App_Vdm_WaterQuality_ClientService()
  3397.     {
  3398.         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))));
  3399.     }
  3400.     /**
  3401.      * Gets the private '.debug.app.vdm.weather.client' shared service.
  3402.      *
  3403.      * @return \Symfony\Component\HttpClient\TraceableHttpClient
  3404.      */
  3405.     protected function get_Debug_App_Vdm_Weather_ClientService()
  3406.     {
  3407.         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))));
  3408.     }
  3409.     /**
  3410.      * Gets the private '.debug.http_client' shared service.
  3411.      *
  3412.      * @return \Symfony\Component\HttpClient\TraceableHttpClient
  3413.      */
  3414.     protected function get_Debug_HttpClientService()
  3415.     {
  3416.         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))));
  3417.     }
  3418.     /**
  3419.      * Gets the private '.debug.http_client.inner' shared service.
  3420.      *
  3421.      * @return \Symfony\Contracts\HttpClient\HttpClientInterface
  3422.      */
  3423.     protected function get_Debug_HttpClient_InnerService()
  3424.     {
  3425.         $this->privates['.debug.http_client.inner'] = $instance = \Symfony\Component\HttpClient\HttpClient::create([], 6);
  3426.         $a = new \Symfony\Bridge\Monolog\Logger('http_client');
  3427.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  3428.         $a->pushHandler(($this->privates['monolog.handler.stderr_errors'] ?? $this->getMonolog_Handler_StderrErrorsService()));
  3429.         $a->pushHandler(($this->privates['monolog.handler.stdout_info'] ?? $this->getMonolog_Handler_StdoutInfoService()));
  3430.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  3431.         $instance->setLogger($a);
  3432.         return $instance;
  3433.     }
  3434.     /**
  3435.      * Gets the private '.errored..service_locator.H._xyTc.Symfony\Contracts\HttpClient\ResponseStreamInterface' shared service.
  3436.      *
  3437.      * @return \Symfony\Contracts\HttpClient\ResponseStreamInterface
  3438.      */
  3439.     protected function getResponseStreamInterfaceService()
  3440.     {
  3441.         $this->throw('Cannot autowire service ".service_locator.H._xyTc": it references interface "Symfony\\Contracts\\HttpClient\\ResponseStreamInterface" but no such service exists. Did you create a class that implements this interface?');
  3442.     }
  3443.     /**
  3444.      * Gets the private '.errored..service_locator.KfbR3DY.Symfony\Component\Config\Loader\LoaderInterface' shared service.
  3445.      *
  3446.      * @return \Symfony\Component\Config\Loader\LoaderInterface
  3447.      */
  3448.     protected function getLoaderInterfaceService()
  3449.     {
  3450.         $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".');
  3451.     }
  3452.     /**
  3453.      * Gets the private '.messenger.handler_descriptor..ZJ_Nx.' shared service.
  3454.      *
  3455.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  3456.      */
  3457.     protected function get_Messenger_HandlerDescriptor__ZJNx_Service()
  3458.     {
  3459.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
  3460.         return $this->privates['.messenger.handler_descriptor..ZJ_Nx.'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor(($this->privates['App\\MessageHandler\\SignalMessageHandler'] ?? $this->getSignalMessageHandlerService()), ['from_transport' => 'signal']);
  3461.     }
  3462.     /**
  3463.      * Gets the private '.messenger.handler_descriptor.19b2RPa' shared service.
  3464.      *
  3465.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  3466.      */
  3467.     protected function get_Messenger_HandlerDescriptor_19b2RPaService()
  3468.     {
  3469.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
  3470.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/MessageHandlerInterface.php';
  3471.         include_once \dirname(__DIR__4).'/src/MessageHandler/AbstractMessageHandler.php';
  3472.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/MessageSubscriberInterface.php';
  3473.         include_once \dirname(__DIR__4).'/src/MessageHandler/ThingsBoardMessageHandler.php';
  3474.         include_once \dirname(__DIR__4).'/src/Manager/ThingsBoardManagerInterface.php';
  3475.         include_once \dirname(__DIR__4).'/src/Manager/ThingsBoardManager.php';
  3476.         $a = ($this->privates['App\\Manager\\OrganizationManager'] ?? $this->getOrganizationManagerService());
  3477.         if (isset($this->privates['.messenger.handler_descriptor.19b2RPa'])) {
  3478.             return $this->privates['.messenger.handler_descriptor.19b2RPa'];
  3479.         }
  3480.         $b = ($this->privates['App\\Manager\\HeimdallManager'] ?? $this->getHeimdallManagerService());
  3481.         if (isset($this->privates['.messenger.handler_descriptor.19b2RPa'])) {
  3482.             return $this->privates['.messenger.handler_descriptor.19b2RPa'];
  3483.         }
  3484.         $c = ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService());
  3485.         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()), $c$a$b, ($this->privates['App\\Manager\\ContractManager'] ?? $this->getContractManagerService())), $c), ['from_transport' => 'thingsboard']);
  3486.     }
  3487.     /**
  3488.      * Gets the private '.messenger.handler_descriptor.1mEAxeQ' shared service.
  3489.      *
  3490.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  3491.      */
  3492.     protected function get_Messenger_HandlerDescriptor_1mEAxeQService()
  3493.     {
  3494.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
  3495.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/MessageHandlerInterface.php';
  3496.         include_once \dirname(__DIR__4).'/src/MessageHandler/AbstractMessageHandler.php';
  3497.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/MessageSubscriberInterface.php';
  3498.         include_once \dirname(__DIR__4).'/src/MessageHandler/GeoserverMessageHandler.php';
  3499.         $a = ($this->privates['App\\Manager\\GeoserverManager'] ?? $this->getGeoserverManagerService());
  3500.         if (isset($this->privates['.messenger.handler_descriptor.1mEAxeQ'])) {
  3501.             return $this->privates['.messenger.handler_descriptor.1mEAxeQ'];
  3502.         }
  3503.         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']);
  3504.     }
  3505.     /**
  3506.      * Gets the private '.messenger.handler_descriptor.5AdAdik' shared service.
  3507.      *
  3508.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  3509.      */
  3510.     protected function get_Messenger_HandlerDescriptor_5AdAdikService()
  3511.     {
  3512.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
  3513.         $a = ($this->privates['App\\MessageHandler\\SignalMessageHandler'] ?? $this->getSignalMessageHandlerService());
  3514.         if (isset($this->privates['.messenger.handler_descriptor.5AdAdik'])) {
  3515.             return $this->privates['.messenger.handler_descriptor.5AdAdik'];
  3516.         }
  3517.         return $this->privates['.messenger.handler_descriptor.5AdAdik'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor($a, ['from_transport' => 'signal']);
  3518.     }
  3519.     /**
  3520.      * Gets the private '.messenger.handler_descriptor.BFQSMYR' shared service.
  3521.      *
  3522.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  3523.      */
  3524.     protected function get_Messenger_HandlerDescriptor_BFQSMYRService()
  3525.     {
  3526.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
  3527.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/MessageHandlerInterface.php';
  3528.         include_once \dirname(__DIR__4).'/src/MessageHandler/ExportMessageHandler.php';
  3529.         $a = ($this->privates['App\\Service\\MailerService'] ?? $this->getMailerServiceService());
  3530.         if (isset($this->privates['.messenger.handler_descriptor.BFQSMYR'])) {
  3531.             return $this->privates['.messenger.handler_descriptor.BFQSMYR'];
  3532.         }
  3533.         $b = ($this->privates['App\\Service\\RequestBridgeService'] ?? $this->getRequestBridgeServiceService());
  3534.         if (isset($this->privates['.messenger.handler_descriptor.BFQSMYR'])) {
  3535.             return $this->privates['.messenger.handler_descriptor.BFQSMYR'];
  3536.         }
  3537.         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, ($this->privates['App\\Manager\\Incident\\IncidentManager'] ?? $this->getIncidentManagerService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()))), []);
  3538.     }
  3539.     /**
  3540.      * Gets the private '.messenger.handler_descriptor.G9RonGv' shared service.
  3541.      *
  3542.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  3543.      */
  3544.     protected function get_Messenger_HandlerDescriptor_G9RonGvService()
  3545.     {
  3546.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
  3547.         return $this->privates['.messenger.handler_descriptor.G9RonGv'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor(($this->privates['App\\MessageHandler\\NextcloudMessageHandler'] ?? $this->getNextcloudMessageHandlerService()), ['from_transport' => 'nextcloud']);
  3548.     }
  3549.     /**
  3550.      * Gets the private '.messenger.handler_descriptor.GWKPxa5' shared service.
  3551.      *
  3552.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  3553.      */
  3554.     protected function get_Messenger_HandlerDescriptor_GWKPxa5Service()
  3555.     {
  3556.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
  3557.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/MessageHandlerInterface.php';
  3558.         include_once \dirname(__DIR__4).'/src/MessageHandler/AbstractMessageHandler.php';
  3559.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/MessageSubscriberInterface.php';
  3560.         include_once \dirname(__DIR__4).'/src/MessageHandler/MayanMessageHandler.php';
  3561.         include_once \dirname(__DIR__4).'/src/Manager/Admin/AdminDocumentManagerInterface.php';
  3562.         include_once \dirname(__DIR__4).'/src/Manager/Admin/AdminDocumentManager.php';
  3563.         include_once \dirname(__DIR__4).'/src/Repository/AbstractRemoteRepository.php';
  3564.         include_once \dirname(__DIR__4).'/src/Repository/AbstractMayanRepository.php';
  3565.         include_once \dirname(__DIR__4).'/src/Repository/AdminMayanRepository.php';
  3566.         $a = ($this->privates['App\\Manager\\HeimdallManager'] ?? $this->getHeimdallManagerService());
  3567.         if (isset($this->privates['.messenger.handler_descriptor.GWKPxa5'])) {
  3568.             return $this->privates['.messenger.handler_descriptor.GWKPxa5'];
  3569.         }
  3570.         $b = ($this->privates['App\\Manager\\OrganizationManager'] ?? $this->getOrganizationManagerService());
  3571.         if (isset($this->privates['.messenger.handler_descriptor.GWKPxa5'])) {
  3572.             return $this->privates['.messenger.handler_descriptor.GWKPxa5'];
  3573.         }
  3574.         $c = ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService());
  3575.         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']);
  3576.     }
  3577.     /**
  3578.      * Gets the private '.messenger.handler_descriptor.LWkjWFv' shared service.
  3579.      *
  3580.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  3581.      */
  3582.     protected function get_Messenger_HandlerDescriptor_LWkjWFvService()
  3583.     {
  3584.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
  3585.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/MessageHandlerInterface.php';
  3586.         include_once \dirname(__DIR__4).'/src/MessageHandler/EmailMessageHandler.php';
  3587.         $a = ($this->privates['App\\Service\\MailerService'] ?? $this->getMailerServiceService());
  3588.         if (isset($this->privates['.messenger.handler_descriptor.LWkjWFv'])) {
  3589.             return $this->privates['.messenger.handler_descriptor.LWkjWFv'];
  3590.         }
  3591.         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())), []);
  3592.     }
  3593.     /**
  3594.      * Gets the private '.messenger.handler_descriptor.cq4qYvN' shared service.
  3595.      *
  3596.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  3597.      */
  3598.     protected function get_Messenger_HandlerDescriptor_Cq4qYvNService()
  3599.     {
  3600.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
  3601.         $a = ($this->privates['App\\MessageHandler\\NextcloudMessageHandler'] ?? $this->getNextcloudMessageHandlerService());
  3602.         if (isset($this->privates['.messenger.handler_descriptor.cq4qYvN'])) {
  3603.             return $this->privates['.messenger.handler_descriptor.cq4qYvN'];
  3604.         }
  3605.         return $this->privates['.messenger.handler_descriptor.cq4qYvN'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor($a, ['from_transport' => 'nextcloud']);
  3606.     }
  3607.     /**
  3608.      * Gets the private '.messenger.handler_descriptor.cqg4OOe' shared service.
  3609.      *
  3610.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  3611.      */
  3612.     protected function get_Messenger_HandlerDescriptor_Cqg4OOeService()
  3613.     {
  3614.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
  3615.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/MessageHandlerInterface.php';
  3616.         include_once \dirname(__DIR__4).'/src/MessageHandler/AbstractMessageHandler.php';
  3617.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/MessageSubscriberInterface.php';
  3618.         include_once \dirname(__DIR__4).'/src/MessageHandler/MetabaseMessageHandler.php';
  3619.         $a = ($this->privates['App\\Manager\\MetabaseManager'] ?? $this->getMetabaseManagerService());
  3620.         if (isset($this->privates['.messenger.handler_descriptor.cqg4OOe'])) {
  3621.             return $this->privates['.messenger.handler_descriptor.cqg4OOe'];
  3622.         }
  3623.         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']);
  3624.     }
  3625.     /**
  3626.      * Gets the private '.messenger.handler_descriptor.tGvt0LH' shared service.
  3627.      *
  3628.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  3629.      */
  3630.     protected function get_Messenger_HandlerDescriptor_TGvt0LHService()
  3631.     {
  3632.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
  3633.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Messenger/MessageHandler.php';
  3634.         $a = ($this->privates['mailer.transports'] ?? $this->getMailer_TransportsService());
  3635.         if (isset($this->privates['.messenger.handler_descriptor.tGvt0LH'])) {
  3636.             return $this->privates['.messenger.handler_descriptor.tGvt0LH'];
  3637.         }
  3638.         return $this->privates['.messenger.handler_descriptor.tGvt0LH'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor(new \Symfony\Component\Mailer\Messenger\MessageHandler($a), []);
  3639.     }
  3640.     /**
  3641.      * Gets the private '.portail_cache_pool.inner' shared service.
  3642.      *
  3643.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  3644.      */
  3645.     protected function get_PortailCachePool_InnerService()
  3646.     {
  3647.         $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))));
  3648.         $a->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  3649.         return $this->privates['.portail_cache_pool.inner'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter($a);
  3650.     }
  3651.     /**
  3652.      * Gets the private '.security.command.debug_firewall.lazy' shared service.
  3653.      *
  3654.      * @return \Symfony\Component\Console\Command\LazyCommand
  3655.      */
  3656.     protected function get_Security_Command_DebugFirewall_LazyService()
  3657.     {
  3658.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3659.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3660.         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 {
  3661.             return ($this->privates['security.command.debug_firewall'] ?? $this->getSecurity_Command_DebugFirewallService());
  3662.         });
  3663.     }
  3664.     /**
  3665.      * Gets the private '.security.command.user_password_encoder.lazy' shared service.
  3666.      *
  3667.      * @return \Symfony\Component\Console\Command\LazyCommand
  3668.      */
  3669.     protected function get_Security_Command_UserPasswordEncoder_LazyService()
  3670.     {
  3671.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3672.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3673.         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 {
  3674.             return ($this->privates['security.command.user_password_encoder'] ?? $this->getSecurity_Command_UserPasswordEncoderService());
  3675.         });
  3676.     }
  3677.     /**
  3678.      * Gets the private '.security.command.user_password_hash.lazy' shared service.
  3679.      *
  3680.      * @return \Symfony\Component\Console\Command\LazyCommand
  3681.      */
  3682.     protected function get_Security_Command_UserPasswordHash_LazyService()
  3683.     {
  3684.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3685.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3686.         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 {
  3687.             return ($this->privates['security.command.user_password_hash'] ?? $this->getSecurity_Command_UserPasswordHashService());
  3688.         });
  3689.     }
  3690.     /**
  3691.      * Gets the private '.service_locator.0wdVvHP' shared service.
  3692.      *
  3693.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3694.      */
  3695.     protected function get_ServiceLocator_0wdVvHPService()
  3696.     {
  3697.         return $this->privates['.service_locator.0wdVvHP'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3698.             'requestConverter' => ['privates''App\\Converter\\RequestConverter''getRequestConverterService'false],
  3699.         ], [
  3700.             'requestConverter' => 'App\\Converter\\RequestConverter',
  3701.         ]);
  3702.     }
  3703.     /**
  3704.      * Gets the private '.service_locator.1jxaPyK' shared service.
  3705.      *
  3706.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3707.      */
  3708.     protected function get_ServiceLocator_1jxaPyKService()
  3709.     {
  3710.         return $this->privates['.service_locator.1jxaPyK'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3711.             'heimdallManager' => ['privates''App\\Manager\\HeimdallManager''getHeimdallManagerService'false],
  3712.         ], [
  3713.             'heimdallManager' => 'App\\Manager\\HeimdallManager',
  3714.         ]);
  3715.     }
  3716.     /**
  3717.      * Gets the private '.service_locator.3g7Rc5G' shared service.
  3718.      *
  3719.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3720.      */
  3721.     protected function get_ServiceLocator_3g7Rc5GService()
  3722.     {
  3723.         return $this->privates['.service_locator.3g7Rc5G'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3724.             'adminManager' => ['privates''App\\Manager\\Admin\\AdminManager''getAdminManagerService'false],
  3725.         ], [
  3726.             'adminManager' => '?',
  3727.         ]);
  3728.     }
  3729.     /**
  3730.      * Gets the private '.service_locator.5xw8J9e' shared service.
  3731.      *
  3732.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3733.      */
  3734.     protected function get_ServiceLocator_5xw8J9eService()
  3735.     {
  3736.         return $this->privates['.service_locator.5xw8J9e'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3737.             'adminManager' => ['privates''App\\Manager\\Admin\\AdminManager''getAdminManagerService'false],
  3738.             'validator' => ['services''.container.private.validator''get_Container_Private_ValidatorService'false],
  3739.         ], [
  3740.             'adminManager' => '?',
  3741.             'validator' => '?',
  3742.         ]);
  3743.     }
  3744.     /**
  3745.      * Gets the private '.service_locator.898ixUB' shared service.
  3746.      *
  3747.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3748.      */
  3749.     protected function get_ServiceLocator_898ixUBService()
  3750.     {
  3751.         return $this->privates['.service_locator.898ixUB'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3752.             'applicationRegistry' => ['privates''App\\Application\\ApplicationRegistry''getApplicationRegistryService'false],
  3753.             'serviceManager' => ['privates''App\\Manager\\ServiceManager''getServiceManagerService'false],
  3754.         ], [
  3755.             'applicationRegistry' => 'App\\Application\\ApplicationRegistry',
  3756.             'serviceManager' => '?',
  3757.         ]);
  3758.     }
  3759.     /**
  3760.      * Gets the private '.service_locator.8HC7Byw' shared service.
  3761.      *
  3762.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3763.      */
  3764.     protected function get_ServiceLocator_8HC7BywService()
  3765.     {
  3766.         return $this->privates['.service_locator.8HC7Byw'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3767.             'event_dispatcher' => ['services''event_dispatcher''getEventDispatcherService'false],
  3768.             'security.event_dispatcher.api' => ['privates''security.event_dispatcher.api''getSecurity_EventDispatcher_ApiService'false],
  3769.             'security.event_dispatcher.external_app_connect' => ['privates''security.event_dispatcher.external_app_connect''getSecurity_EventDispatcher_ExternalAppConnectService'false],
  3770.             'security.event_dispatcher.main' => ['privates''security.event_dispatcher.main''getSecurity_EventDispatcher_MainService'false],
  3771.         ], [
  3772.             'event_dispatcher' => '?',
  3773.             'security.event_dispatcher.api' => 'Symfony\\Component\\EventDispatcher\\EventDispatcher',
  3774.             'security.event_dispatcher.external_app_connect' => 'Symfony\\Component\\EventDispatcher\\EventDispatcher',
  3775.             'security.event_dispatcher.main' => 'Symfony\\Component\\EventDispatcher\\EventDispatcher',
  3776.         ]);
  3777.     }
  3778.     /**
  3779.      * Gets the private '.service_locator.A4vn3pv' shared service.
  3780.      *
  3781.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3782.      */
  3783.     protected function get_ServiceLocator_A4vn3pvService()
  3784.     {
  3785.         return $this->privates['.service_locator.A4vn3pv'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3786.             'areaManager' => ['privates''App\\Manager\\AreaManager''getAreaManagerService'false],
  3787.             'normalizer' => ['services''.container.private.serializer''get_Container_Private_SerializerService'false],
  3788.         ], [
  3789.             'areaManager' => '?',
  3790.             'normalizer' => '?',
  3791.         ]);
  3792.     }
  3793.     /**
  3794.      * Gets the private '.service_locator.ChxIizf' shared service.
  3795.      *
  3796.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3797.      */
  3798.     protected function get_ServiceLocator_ChxIizfService()
  3799.     {
  3800.         return $this->privates['.service_locator.ChxIizf'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3801.             'email' => ['privates''messenger.transport.email''getMessenger_Transport_EmailService'false],
  3802.             'export' => ['privates''messenger.transport.export''getMessenger_Transport_ExportService'false],
  3803.             'failed' => ['privates''messenger.transport.failed''getMessenger_Transport_FailedService'false],
  3804.             'geoserver' => ['privates''messenger.transport.geoserver''getMessenger_Transport_GeoserverService'false],
  3805.             'mayan' => ['privates''messenger.transport.mayan''getMessenger_Transport_MayanService'false],
  3806.             'messenger.transport.email' => ['privates''messenger.transport.email''getMessenger_Transport_EmailService'false],
  3807.             'messenger.transport.export' => ['privates''messenger.transport.export''getMessenger_Transport_ExportService'false],
  3808.             'messenger.transport.failed' => ['privates''messenger.transport.failed''getMessenger_Transport_FailedService'false],
  3809.             'messenger.transport.geoserver' => ['privates''messenger.transport.geoserver''getMessenger_Transport_GeoserverService'false],
  3810.             'messenger.transport.mayan' => ['privates''messenger.transport.mayan''getMessenger_Transport_MayanService'false],
  3811.             'messenger.transport.metabase' => ['privates''messenger.transport.metabase''getMessenger_Transport_MetabaseService'false],
  3812.             'messenger.transport.nextcloud' => ['privates''messenger.transport.nextcloud''getMessenger_Transport_NextcloudService'false],
  3813.             'messenger.transport.signal' => ['privates''messenger.transport.signal''getMessenger_Transport_SignalService'false],
  3814.             'messenger.transport.thingsboard' => ['privates''messenger.transport.thingsboard''getMessenger_Transport_ThingsboardService'false],
  3815.             'messenger.transport.villagile_event' => ['privates''messenger.transport.villagile_event''getMessenger_Transport_VillagileEventService'false],
  3816.             'metabase' => ['privates''messenger.transport.metabase''getMessenger_Transport_MetabaseService'false],
  3817.             'nextcloud' => ['privates''messenger.transport.nextcloud''getMessenger_Transport_NextcloudService'false],
  3818.             'signal' => ['privates''messenger.transport.signal''getMessenger_Transport_SignalService'false],
  3819.             'thingsboard' => ['privates''messenger.transport.thingsboard''getMessenger_Transport_ThingsboardService'false],
  3820.             'villagile_event' => ['privates''messenger.transport.villagile_event''getMessenger_Transport_VillagileEventService'false],
  3821.         ], [
  3822.             'email' => '?',
  3823.             'export' => '?',
  3824.             'failed' => '?',
  3825.             'geoserver' => '?',
  3826.             'mayan' => '?',
  3827.             'messenger.transport.email' => '?',
  3828.             'messenger.transport.export' => '?',
  3829.             'messenger.transport.failed' => '?',
  3830.             'messenger.transport.geoserver' => '?',
  3831.             'messenger.transport.mayan' => '?',
  3832.             'messenger.transport.metabase' => '?',
  3833.             'messenger.transport.nextcloud' => '?',
  3834.             'messenger.transport.signal' => '?',
  3835.             'messenger.transport.thingsboard' => '?',
  3836.             'messenger.transport.villagile_event' => '?',
  3837.             'metabase' => '?',
  3838.             'nextcloud' => '?',
  3839.             'signal' => '?',
  3840.             'thingsboard' => '?',
  3841.             'villagile_event' => '?',
  3842.         ]);
  3843.     }
  3844.     /**
  3845.      * Gets the private '.service_locator.DQTC1IC' shared service.
  3846.      *
  3847.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3848.      */
  3849.     protected function get_ServiceLocator_DQTC1ICService()
  3850.     {
  3851.         return $this->privates['.service_locator.DQTC1IC'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3852.             'userManager' => ['privates''App\\Manager\\UserManager''getUserManagerService'false],
  3853.         ], [
  3854.             'userManager' => '?',
  3855.         ]);
  3856.     }
  3857.     /**
  3858.      * Gets the private '.service_locator.FdY21tv' shared service.
  3859.      *
  3860.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3861.      */
  3862.     protected function get_ServiceLocator_FdY21tvService()
  3863.     {
  3864.         return $this->privates['.service_locator.FdY21tv'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3865.             'heimdallHelper' => ['privates''App\\Helper\\Heimdall\\HeimdallHelper''getHeimdallHelperService'false],
  3866.             'heimdallManager' => ['privates''App\\Manager\\HeimdallManager''getHeimdallManagerService'false],
  3867.             'mdmHelper' => ['privates''App\\Helper\\Mdm\\MdmHelper''getMdmHelperService'false],
  3868.             'normalizer' => ['services''.container.private.serializer''get_Container_Private_SerializerService'false],
  3869.             'security' => ['privates''security.helper''getSecurity_HelperService'false],
  3870.         ], [
  3871.             'heimdallHelper' => 'App\\Helper\\Heimdall\\HeimdallHelper',
  3872.             'heimdallManager' => '?',
  3873.             'mdmHelper' => 'App\\Helper\\Mdm\\MdmHelper',
  3874.             'normalizer' => '?',
  3875.             'security' => '?',
  3876.         ]);
  3877.     }
  3878.     /**
  3879.      * Gets the private '.service_locator.H._xyTc' shared service.
  3880.      *
  3881.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3882.      */
  3883.     protected function get_ServiceLocator_H_XyTcService()
  3884.     {
  3885.         return $this->privates['.service_locator.H._xyTc'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3886.             'stream' => ['privates''.errored..service_locator.H._xyTc.Symfony\\Contracts\\HttpClient\\ResponseStreamInterface'NULL'Cannot autowire service ".service_locator.H._xyTc": it references interface "Symfony\\Contracts\\HttpClient\\ResponseStreamInterface" but no such service exists. Did you create a class that implements this interface?'],
  3887.         ], [
  3888.             'stream' => 'Symfony\\Contracts\\HttpClient\\ResponseStreamInterface',
  3889.         ]);
  3890.     }
  3891.     /**
  3892.      * Gets the private '.service_locator.KfbR3DY' shared service.
  3893.      *
  3894.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3895.      */
  3896.     protected function get_ServiceLocator_KfbR3DYService()
  3897.     {
  3898.         return $this->privates['.service_locator.KfbR3DY'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3899.             '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".'],
  3900.         ], [
  3901.             'loader' => 'Symfony\\Component\\Config\\Loader\\LoaderInterface',
  3902.         ]);
  3903.     }
  3904.     /**
  3905.      * Gets the private '.service_locator.MJfLpWQ' shared service.
  3906.      *
  3907.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3908.      */
  3909.     protected function get_ServiceLocator_MJfLpWQService()
  3910.     {
  3911.         return $this->privates['.service_locator.MJfLpWQ'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3912.             'heimdallManager' => ['privates''App\\Manager\\HeimdallManager''getHeimdallManagerService'false],
  3913.             'normalizer' => ['services''.container.private.serializer''get_Container_Private_SerializerService'false],
  3914.             'portalCode' => ['privates''.value.JdzQ62H''get_Value_JdzQ62HService'false],
  3915.             'security' => ['privates''security.helper''getSecurity_HelperService'false],
  3916.         ], [
  3917.             'heimdallManager' => 'App\\Manager\\HeimdallManager',
  3918.             'normalizer' => '?',
  3919.             'portalCode' => '?',
  3920.             'security' => '?',
  3921.         ]);
  3922.     }
  3923.     /**
  3924.      * Gets the private '.service_locator.OH2TqaM' shared service.
  3925.      *
  3926.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3927.      */
  3928.     protected function get_ServiceLocator_OH2TqaMService()
  3929.     {
  3930.         return $this->privates['.service_locator.OH2TqaM'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3931.             'App\\Controller\\ApplicationController::connectToExternalApplication' => ['privates''.service_locator.uBz9SFb''get_ServiceLocator_UBz9SFbService'false],
  3932.             'App\\Controller\\ApplicationController::connectToExternalApplicationLegacy' => ['privates''.service_locator.898ixUB''get_ServiceLocator_898ixUBService'false],
  3933.             'App\\Controller\\ApplicationController::createConfiguration' => ['privates''.service_locator.aYfRApV''get_ServiceLocator_AYfRApVService'false],
  3934.             'App\\Controller\\ApplicationController::deleteConfiguration' => ['privates''.service_locator.aYfRApV''get_ServiceLocator_AYfRApVService'false],
  3935.             'App\\Controller\\ApplicationController::getApplications' => ['privates''.service_locator.uBz9SFb''get_ServiceLocator_UBz9SFbService'false],
  3936.             'App\\Controller\\ApplicationController::getConfigurationsByUser' => ['privates''.service_locator.aYfRApV''get_ServiceLocator_AYfRApVService'false],
  3937.             'App\\Controller\\ApplicationController::updateConfiguration' => ['privates''.service_locator.aYfRApV''get_ServiceLocator_AYfRApVService'false],
  3938.             'App\\Controller\\AreaController::createAreasFromAdministrativeDivision' => ['privates''.service_locator.3g7Rc5G''get_ServiceLocator_3g7Rc5GService'false],
  3939.             'App\\Controller\\AreaController::createAreasFromGeoJsonFile' => ['privates''.service_locator.U71WLOm''get_ServiceLocator_U71WLOmService'false],
  3940.             'App\\Controller\\AreaController::getAreasByOrganization' => ['privates''.service_locator.A4vn3pv''get_ServiceLocator_A4vn3pvService'false],
  3941.             'App\\Controller\\AreaController::getAreasOrganizations' => ['privates''.service_locator.r5A4iev''get_ServiceLocator_R5A4ievService'false],
  3942.             'App\\Controller\\AreaController::getAreasSkillSets' => ['privates''.service_locator.r5A4iev''get_ServiceLocator_R5A4ievService'false],
  3943.             'App\\Controller\\AreaController::getClientAreas' => ['privates''.service_locator.inlE_7C''get_ServiceLocator_InlE7CService'false],
  3944.             'App\\Controller\\AreaController::getContractArea' => ['privates''.service_locator.A4vn3pv''get_ServiceLocator_A4vn3pvService'false],
  3945.             'App\\Controller\\AreaController::getUserAreas' => ['privates''.service_locator.A4vn3pv''get_ServiceLocator_A4vn3pvService'false],
  3946.             'App\\Controller\\AreaController::getUserAreasByContract' => ['privates''.service_locator.vqLiAox''get_ServiceLocator_VqLiAoxService'false],
  3947.             'App\\Controller\\AreaController::getUserGeoShapes' => ['privates''.service_locator.koFje6o''get_ServiceLocator_KoFje6oService'false],
  3948.             'App\\Controller\\CategoryController::getCategoriesByArea' => ['privates''.service_locator.wcOWKhG''get_ServiceLocator_WcOWKhGService'false],
  3949.             'App\\Controller\\CategoryController::getCategoriesByContract' => ['privates''.service_locator.wcOWKhG''get_ServiceLocator_WcOWKhGService'false],
  3950.             'App\\Controller\\CategoryController::getFilteredCategories' => ['privates''.service_locator.wcOWKhG''get_ServiceLocator_WcOWKhGService'false],
  3951.             'App\\Controller\\ContractController::createContractWithSubEntities' => ['privates''.service_locator.5xw8J9e''get_ServiceLocator_5xw8J9eService'false],
  3952.             'App\\Controller\\ContractController::getContracts' => ['privates''.service_locator.1jxaPyK''get_ServiceLocator_1jxaPyKService'false],
  3953.             'App\\Controller\\ContractController::getContractsByUser' => ['privates''.service_locator.jMfHLi9''get_ServiceLocator_JMfHLi9Service'false],
  3954.             'App\\Controller\\Heimdall\\GetUserPortalConfigurationByCodeController::__invoke' => ['privates''.service_locator.MJfLpWQ''get_ServiceLocator_MJfLpWQService'false],
  3955.             'App\\Controller\\Heimdall\\PermissionsAdminController::__invoke' => ['privates''.service_locator.SjwolJP''get_ServiceLocator_SjwolJPService'false],
  3956.             'App\\Controller\\Heimdall\\PermissionsUserController::__invoke' => ['privates''.service_locator.SjwolJP''get_ServiceLocator_SjwolJPService'false],
  3957.             'App\\Controller\\Heimdall\\PostUserPortalConfigurationController::__invoke' => ['privates''.service_locator.lIQKUVs''get_ServiceLocator_LIQKUVsService'false],
  3958.             'App\\Controller\\Heimdall\\PutUserPortalConfigurationController::__invoke' => ['privates''.service_locator.MJfLpWQ''get_ServiceLocator_MJfLpWQService'false],
  3959.             'App\\Controller\\Incident\\IncidentController::streamedResponse' => ['privates''.service_locator.H._xyTc''get_ServiceLocator_H_XyTcService'false],
  3960.             'App\\Controller\\LegalEntityController::getByContract' => ['privates''.service_locator.q5v8lVw''get_ServiceLocator_Q5v8lVwService'false],
  3961.             'App\\Controller\\Mdm\\ContractBasemapController::__invoke' => ['privates''.service_locator.FdY21tv''get_ServiceLocator_FdY21tvService'false],
  3962.             'App\\Controller\\Mdm\\ContractInfoController::__invoke' => ['privates''.service_locator.jnGojKV''get_ServiceLocator_JnGojKVService'false],
  3963.             'App\\Controller\\Mdm\\GetAdministrativeDivision::__invoke' => ['privates''.service_locator.qB3afhn''get_ServiceLocator_QB3afhnService'false],
  3964.             'App\\Controller\\Mdm\\GetMunicipalities::__invoke' => ['privates''.service_locator.qB3afhn''get_ServiceLocator_QB3afhnService'false],
  3965.             'App\\Controller\\Mdm\\GetSiteConfigurationController::__invoke' => ['privates''.service_locator.qB3afhn''get_ServiceLocator_QB3afhnService'false],
  3966.             'App\\Controller\\Mdm\\GetTermsOfUseController::__invoke' => ['privates''.service_locator.yFEeKLz''get_ServiceLocator_YFEeKLzService'false],
  3967.             'App\\Controller\\Mdm\\PortalConfigurationController::getPortalConfiguration' => ['privates''.service_locator.S6rIrJM''get_ServiceLocator_S6rIrJMService'false],
  3968.             'App\\Controller\\Mdm\\PostSiteConfigurationController::__invoke' => ['privates''.service_locator.qB3afhn''get_ServiceLocator_QB3afhnService'false],
  3969.             'App\\Controller\\Mdm\\PutSiteConfigurationController::__invoke' => ['privates''.service_locator.qB3afhn''get_ServiceLocator_QB3afhnService'false],
  3970.             'App\\Controller\\OrganizationController::getOrganizationsByUserId' => ['privates''.service_locator.DQTC1IC''get_ServiceLocator_DQTC1ICService'false],
  3971.             'App\\Controller\\PublicConfigurationController::getRealm' => ['privates''.service_locator.w_wqjci''get_ServiceLocator_WWqjciService'false],
  3972.             'App\\Controller\\PublicSpacePlanner\\NatureController::__invoke' => ['privates''.service_locator.npSm1tw''get_ServiceLocator_NpSm1twService'false],
  3973.             'App\\Controller\\Request\\RequestController::mapRequest' => ['privates''.service_locator.0wdVvHP''get_ServiceLocator_0wdVvHPService'false],
  3974.             'App\\Controller\\Request\\RequestController::streamedResponse' => ['privates''.service_locator.H._xyTc''get_ServiceLocator_H_XyTcService'false],
  3975.             'App\\Controller\\UserController::getUserById' => ['privates''.service_locator.ivGR2Pd''get_ServiceLocator_IvGR2PdService'false],
  3976.             'App\\Controller\\Vdm\\HydrometryController::getHydrometry' => ['privates''.service_locator.b220fOg''get_ServiceLocator_B220fOgService'false],
  3977.             'App\\Controller\\Vdm\\InterventionController::__invoke' => ['privates''.service_locator.vymPrEp''get_ServiceLocator_VymPrEpService'false],
  3978.             'App\\Controller\\Vdm\\InterventionCountController::getInterventionUserCountByStatusAction' => ['privates''.service_locator.h0xnRdD''get_ServiceLocator_H0xnRdDService'false],
  3979.             'App\\Controller\\Vdm\\WaterCycleController::getWaterCycle' => ['privates''.service_locator.b220fOg''get_ServiceLocator_B220fOgService'false],
  3980.             'App\\Controller\\Vdm\\WaterQualityController::getWaterQuality' => ['privates''.service_locator.fCtv_lV''get_ServiceLocator_FCtvLVService'false],
  3981.             'App\\Testing\\TestingController::testLogin' => ['privates''.service_locator.tIGP9HE''get_ServiceLocator_TIGP9HEService'false],
  3982.             'kernel::loadRoutes' => ['privates''.service_locator.KfbR3DY''get_ServiceLocator_KfbR3DYService'false],
  3983.             'kernel::registerContainerConfiguration' => ['privates''.service_locator.KfbR3DY''get_ServiceLocator_KfbR3DYService'false],
  3984.             'App\\Controller\\ApplicationController:connectToExternalApplication' => ['privates''.service_locator.uBz9SFb''get_ServiceLocator_UBz9SFbService'false],
  3985.             'App\\Controller\\ApplicationController:connectToExternalApplicationLegacy' => ['privates''.service_locator.898ixUB''get_ServiceLocator_898ixUBService'false],
  3986.             'App\\Controller\\ApplicationController:createConfiguration' => ['privates''.service_locator.aYfRApV''get_ServiceLocator_AYfRApVService'false],
  3987.             'App\\Controller\\ApplicationController:deleteConfiguration' => ['privates''.service_locator.aYfRApV''get_ServiceLocator_AYfRApVService'false],
  3988.             'App\\Controller\\ApplicationController:getApplications' => ['privates''.service_locator.uBz9SFb''get_ServiceLocator_UBz9SFbService'false],
  3989.             'App\\Controller\\ApplicationController:getConfigurationsByUser' => ['privates''.service_locator.aYfRApV''get_ServiceLocator_AYfRApVService'false],
  3990.             'App\\Controller\\ApplicationController:updateConfiguration' => ['privates''.service_locator.aYfRApV''get_ServiceLocator_AYfRApVService'false],
  3991.             'App\\Controller\\AreaController:createAreasFromAdministrativeDivision' => ['privates''.service_locator.3g7Rc5G''get_ServiceLocator_3g7Rc5GService'false],
  3992.             'App\\Controller\\AreaController:createAreasFromGeoJsonFile' => ['privates''.service_locator.U71WLOm''get_ServiceLocator_U71WLOmService'false],
  3993.             'App\\Controller\\AreaController:getAreasByOrganization' => ['privates''.service_locator.A4vn3pv''get_ServiceLocator_A4vn3pvService'false],
  3994.             'App\\Controller\\AreaController:getAreasOrganizations' => ['privates''.service_locator.r5A4iev''get_ServiceLocator_R5A4ievService'false],
  3995.             'App\\Controller\\AreaController:getAreasSkillSets' => ['privates''.service_locator.r5A4iev''get_ServiceLocator_R5A4ievService'false],
  3996.             'App\\Controller\\AreaController:getClientAreas' => ['privates''.service_locator.inlE_7C''get_ServiceLocator_InlE7CService'false],
  3997.             'App\\Controller\\AreaController:getContractArea' => ['privates''.service_locator.A4vn3pv''get_ServiceLocator_A4vn3pvService'false],
  3998.             'App\\Controller\\AreaController:getUserAreas' => ['privates''.service_locator.A4vn3pv''get_ServiceLocator_A4vn3pvService'false],
  3999.             'App\\Controller\\AreaController:getUserAreasByContract' => ['privates''.service_locator.vqLiAox''get_ServiceLocator_VqLiAoxService'false],
  4000.             'App\\Controller\\AreaController:getUserGeoShapes' => ['privates''.service_locator.koFje6o''get_ServiceLocator_KoFje6oService'false],
  4001.             'App\\Controller\\CategoryController:getCategoriesByArea' => ['privates''.service_locator.wcOWKhG''get_ServiceLocator_WcOWKhGService'false],
  4002.             'App\\Controller\\CategoryController:getCategoriesByContract' => ['privates''.service_locator.wcOWKhG''get_ServiceLocator_WcOWKhGService'false],
  4003.             'App\\Controller\\CategoryController:getFilteredCategories' => ['privates''.service_locator.wcOWKhG''get_ServiceLocator_WcOWKhGService'false],
  4004.             'App\\Controller\\ContractController:createContractWithSubEntities' => ['privates''.service_locator.5xw8J9e''get_ServiceLocator_5xw8J9eService'false],
  4005.             'App\\Controller\\ContractController:getContracts' => ['privates''.service_locator.1jxaPyK''get_ServiceLocator_1jxaPyKService'false],
  4006.             'App\\Controller\\ContractController:getContractsByUser' => ['privates''.service_locator.jMfHLi9''get_ServiceLocator_JMfHLi9Service'false],
  4007.             'App\\Controller\\Heimdall\\GetUserPortalConfigurationByCodeController:__invoke' => ['privates''.service_locator.MJfLpWQ''get_ServiceLocator_MJfLpWQService'false],
  4008.             'App\\Controller\\Heimdall\\GetUserPortalConfigurationByCodeController' => ['privates''.service_locator.MJfLpWQ''get_ServiceLocator_MJfLpWQService'false],
  4009.             'App\\Controller\\Heimdall\\PermissionsAdminController:__invoke' => ['privates''.service_locator.SjwolJP''get_ServiceLocator_SjwolJPService'false],
  4010.             'App\\Controller\\Heimdall\\PermissionsAdminController' => ['privates''.service_locator.SjwolJP''get_ServiceLocator_SjwolJPService'false],
  4011.             'App\\Controller\\Heimdall\\PermissionsUserController:__invoke' => ['privates''.service_locator.SjwolJP''get_ServiceLocator_SjwolJPService'false],
  4012.             'App\\Controller\\Heimdall\\PermissionsUserController' => ['privates''.service_locator.SjwolJP''get_ServiceLocator_SjwolJPService'false],
  4013.             'App\\Controller\\Heimdall\\PostUserPortalConfigurationController:__invoke' => ['privates''.service_locator.lIQKUVs''get_ServiceLocator_LIQKUVsService'false],
  4014.             'App\\Controller\\Heimdall\\PostUserPortalConfigurationController' => ['privates''.service_locator.lIQKUVs''get_ServiceLocator_LIQKUVsService'false],
  4015.             'App\\Controller\\Heimdall\\PutUserPortalConfigurationController:__invoke' => ['privates''.service_locator.MJfLpWQ''get_ServiceLocator_MJfLpWQService'false],
  4016.             'App\\Controller\\Heimdall\\PutUserPortalConfigurationController' => ['privates''.service_locator.MJfLpWQ''get_ServiceLocator_MJfLpWQService'false],
  4017.             'App\\Controller\\Incident\\IncidentController:streamedResponse' => ['privates''.service_locator.H._xyTc''get_ServiceLocator_H_XyTcService'false],
  4018.             'App\\Controller\\LegalEntityController:getByContract' => ['privates''.service_locator.q5v8lVw''get_ServiceLocator_Q5v8lVwService'false],
  4019.             'App\\Controller\\Mdm\\ContractBasemapController:__invoke' => ['privates''.service_locator.FdY21tv''get_ServiceLocator_FdY21tvService'false],
  4020.             'App\\Controller\\Mdm\\ContractBasemapController' => ['privates''.service_locator.FdY21tv''get_ServiceLocator_FdY21tvService'false],
  4021.             'App\\Controller\\Mdm\\ContractInfoController:__invoke' => ['privates''.service_locator.jnGojKV''get_ServiceLocator_JnGojKVService'false],
  4022.             'App\\Controller\\Mdm\\ContractInfoController' => ['privates''.service_locator.jnGojKV''get_ServiceLocator_JnGojKVService'false],
  4023.             'App\\Controller\\Mdm\\GetAdministrativeDivision:__invoke' => ['privates''.service_locator.qB3afhn''get_ServiceLocator_QB3afhnService'false],
  4024.             'App\\Controller\\Mdm\\GetAdministrativeDivision' => ['privates''.service_locator.qB3afhn''get_ServiceLocator_QB3afhnService'false],
  4025.             'App\\Controller\\Mdm\\GetMunicipalities:__invoke' => ['privates''.service_locator.qB3afhn''get_ServiceLocator_QB3afhnService'false],
  4026.             'App\\Controller\\Mdm\\GetMunicipalities' => ['privates''.service_locator.qB3afhn''get_ServiceLocator_QB3afhnService'false],
  4027.             'App\\Controller\\Mdm\\GetSiteConfigurationController:__invoke' => ['privates''.service_locator.qB3afhn''get_ServiceLocator_QB3afhnService'false],
  4028.             'App\\Controller\\Mdm\\GetSiteConfigurationController' => ['privates''.service_locator.qB3afhn''get_ServiceLocator_QB3afhnService'false],
  4029.             'App\\Controller\\Mdm\\GetTermsOfUseController:__invoke' => ['privates''.service_locator.yFEeKLz''get_ServiceLocator_YFEeKLzService'false],
  4030.             'App\\Controller\\Mdm\\GetTermsOfUseController' => ['privates''.service_locator.yFEeKLz''get_ServiceLocator_YFEeKLzService'false],
  4031.             'App\\Controller\\Mdm\\PortalConfigurationController:getPortalConfiguration' => ['privates''.service_locator.S6rIrJM''get_ServiceLocator_S6rIrJMService'false],
  4032.             'App\\Controller\\Mdm\\PostSiteConfigurationController:__invoke' => ['privates''.service_locator.qB3afhn''get_ServiceLocator_QB3afhnService'false],
  4033.             'App\\Controller\\Mdm\\PostSiteConfigurationController' => ['privates''.service_locator.qB3afhn''get_ServiceLocator_QB3afhnService'false],
  4034.             'App\\Controller\\Mdm\\PutSiteConfigurationController:__invoke' => ['privates''.service_locator.qB3afhn''get_ServiceLocator_QB3afhnService'false],
  4035.             'App\\Controller\\Mdm\\PutSiteConfigurationController' => ['privates''.service_locator.qB3afhn''get_ServiceLocator_QB3afhnService'false],
  4036.             'App\\Controller\\OrganizationController:getOrganizationsByUserId' => ['privates''.service_locator.DQTC1IC''get_ServiceLocator_DQTC1ICService'false],
  4037.             'App\\Controller\\PublicConfigurationController:getRealm' => ['privates''.service_locator.w_wqjci''get_ServiceLocator_WWqjciService'false],
  4038.             'App\\Controller\\PublicSpacePlanner\\NatureController:__invoke' => ['privates''.service_locator.npSm1tw''get_ServiceLocator_NpSm1twService'false],
  4039.             'App\\Controller\\PublicSpacePlanner\\NatureController' => ['privates''.service_locator.npSm1tw''get_ServiceLocator_NpSm1twService'false],
  4040.             'App\\Controller\\Request\\RequestController:mapRequest' => ['privates''.service_locator.0wdVvHP''get_ServiceLocator_0wdVvHPService'false],
  4041.             'App\\Controller\\Request\\RequestController:streamedResponse' => ['privates''.service_locator.H._xyTc''get_ServiceLocator_H_XyTcService'false],
  4042.             'App\\Controller\\UserController:getUserById' => ['privates''.service_locator.ivGR2Pd''get_ServiceLocator_IvGR2PdService'false],
  4043.             'App\\Controller\\Vdm\\HydrometryController:getHydrometry' => ['privates''.service_locator.b220fOg''get_ServiceLocator_B220fOgService'false],
  4044.             'App\\Controller\\Vdm\\InterventionController:__invoke' => ['privates''.service_locator.vymPrEp''get_ServiceLocator_VymPrEpService'false],
  4045.             'App\\Controller\\Vdm\\InterventionController' => ['privates''.service_locator.vymPrEp''get_ServiceLocator_VymPrEpService'false],
  4046.             'App\\Controller\\Vdm\\InterventionCountController:getInterventionUserCountByStatusAction' => ['privates''.service_locator.h0xnRdD''get_ServiceLocator_H0xnRdDService'false],
  4047.             'App\\Controller\\Vdm\\WaterCycleController:getWaterCycle' => ['privates''.service_locator.b220fOg''get_ServiceLocator_B220fOgService'false],
  4048.             'App\\Controller\\Vdm\\WaterQualityController:getWaterQuality' => ['privates''.service_locator.fCtv_lV''get_ServiceLocator_FCtvLVService'false],
  4049.             'App\\Testing\\TestingController:testLogin' => ['privates''.service_locator.tIGP9HE''get_ServiceLocator_TIGP9HEService'false],
  4050.             'kernel:loadRoutes' => ['privates''.service_locator.KfbR3DY''get_ServiceLocator_KfbR3DYService'false],
  4051.             'kernel:registerContainerConfiguration' => ['privates''.service_locator.KfbR3DY''get_ServiceLocator_KfbR3DYService'false],
  4052.         ], [
  4053.             'App\\Controller\\ApplicationController::connectToExternalApplication' => '?',
  4054.             'App\\Controller\\ApplicationController::connectToExternalApplicationLegacy' => '?',
  4055.             'App\\Controller\\ApplicationController::createConfiguration' => '?',
  4056.             'App\\Controller\\ApplicationController::deleteConfiguration' => '?',
  4057.             'App\\Controller\\ApplicationController::getApplications' => '?',
  4058.             'App\\Controller\\ApplicationController::getConfigurationsByUser' => '?',
  4059.             'App\\Controller\\ApplicationController::updateConfiguration' => '?',
  4060.             'App\\Controller\\AreaController::createAreasFromAdministrativeDivision' => '?',
  4061.             'App\\Controller\\AreaController::createAreasFromGeoJsonFile' => '?',
  4062.             'App\\Controller\\AreaController::getAreasByOrganization' => '?',
  4063.             'App\\Controller\\AreaController::getAreasOrganizations' => '?',
  4064.             'App\\Controller\\AreaController::getAreasSkillSets' => '?',
  4065.             'App\\Controller\\AreaController::getClientAreas' => '?',
  4066.             'App\\Controller\\AreaController::getContractArea' => '?',
  4067.             'App\\Controller\\AreaController::getUserAreas' => '?',
  4068.             'App\\Controller\\AreaController::getUserAreasByContract' => '?',
  4069.             'App\\Controller\\AreaController::getUserGeoShapes' => '?',
  4070.             'App\\Controller\\CategoryController::getCategoriesByArea' => '?',
  4071.             'App\\Controller\\CategoryController::getCategoriesByContract' => '?',
  4072.             'App\\Controller\\CategoryController::getFilteredCategories' => '?',
  4073.             'App\\Controller\\ContractController::createContractWithSubEntities' => '?',
  4074.             'App\\Controller\\ContractController::getContracts' => '?',
  4075.             'App\\Controller\\ContractController::getContractsByUser' => '?',
  4076.             'App\\Controller\\Heimdall\\GetUserPortalConfigurationByCodeController::__invoke' => '?',
  4077.             'App\\Controller\\Heimdall\\PermissionsAdminController::__invoke' => '?',
  4078.             'App\\Controller\\Heimdall\\PermissionsUserController::__invoke' => '?',
  4079.             'App\\Controller\\Heimdall\\PostUserPortalConfigurationController::__invoke' => '?',
  4080.             'App\\Controller\\Heimdall\\PutUserPortalConfigurationController::__invoke' => '?',
  4081.             'App\\Controller\\Incident\\IncidentController::streamedResponse' => '?',
  4082.             'App\\Controller\\LegalEntityController::getByContract' => '?',
  4083.             'App\\Controller\\Mdm\\ContractBasemapController::__invoke' => '?',
  4084.             'App\\Controller\\Mdm\\ContractInfoController::__invoke' => '?',
  4085.             'App\\Controller\\Mdm\\GetAdministrativeDivision::__invoke' => '?',
  4086.             'App\\Controller\\Mdm\\GetMunicipalities::__invoke' => '?',
  4087.             'App\\Controller\\Mdm\\GetSiteConfigurationController::__invoke' => '?',
  4088.             'App\\Controller\\Mdm\\GetTermsOfUseController::__invoke' => '?',
  4089.             'App\\Controller\\Mdm\\PortalConfigurationController::getPortalConfiguration' => '?',
  4090.             'App\\Controller\\Mdm\\PostSiteConfigurationController::__invoke' => '?',
  4091.             'App\\Controller\\Mdm\\PutSiteConfigurationController::__invoke' => '?',
  4092.             'App\\Controller\\OrganizationController::getOrganizationsByUserId' => '?',
  4093.             'App\\Controller\\PublicConfigurationController::getRealm' => '?',
  4094.             'App\\Controller\\PublicSpacePlanner\\NatureController::__invoke' => '?',
  4095.             'App\\Controller\\Request\\RequestController::mapRequest' => '?',
  4096.             'App\\Controller\\Request\\RequestController::streamedResponse' => '?',
  4097.             'App\\Controller\\UserController::getUserById' => '?',
  4098.             'App\\Controller\\Vdm\\HydrometryController::getHydrometry' => '?',
  4099.             'App\\Controller\\Vdm\\InterventionController::__invoke' => '?',
  4100.             'App\\Controller\\Vdm\\InterventionCountController::getInterventionUserCountByStatusAction' => '?',
  4101.             'App\\Controller\\Vdm\\WaterCycleController::getWaterCycle' => '?',
  4102.             'App\\Controller\\Vdm\\WaterQualityController::getWaterQuality' => '?',
  4103.             'App\\Testing\\TestingController::testLogin' => '?',
  4104.             'kernel::loadRoutes' => '?',
  4105.             'kernel::registerContainerConfiguration' => '?',
  4106.             'App\\Controller\\ApplicationController:connectToExternalApplication' => '?',
  4107.             'App\\Controller\\ApplicationController:connectToExternalApplicationLegacy' => '?',
  4108.             'App\\Controller\\ApplicationController:createConfiguration' => '?',
  4109.             'App\\Controller\\ApplicationController:deleteConfiguration' => '?',
  4110.             'App\\Controller\\ApplicationController:getApplications' => '?',
  4111.             'App\\Controller\\ApplicationController:getConfigurationsByUser' => '?',
  4112.             'App\\Controller\\ApplicationController:updateConfiguration' => '?',
  4113.             'App\\Controller\\AreaController:createAreasFromAdministrativeDivision' => '?',
  4114.             'App\\Controller\\AreaController:createAreasFromGeoJsonFile' => '?',
  4115.             'App\\Controller\\AreaController:getAreasByOrganization' => '?',
  4116.             'App\\Controller\\AreaController:getAreasOrganizations' => '?',
  4117.             'App\\Controller\\AreaController:getAreasSkillSets' => '?',
  4118.             'App\\Controller\\AreaController:getClientAreas' => '?',
  4119.             'App\\Controller\\AreaController:getContractArea' => '?',
  4120.             'App\\Controller\\AreaController:getUserAreas' => '?',
  4121.             'App\\Controller\\AreaController:getUserAreasByContract' => '?',
  4122.             'App\\Controller\\AreaController:getUserGeoShapes' => '?',
  4123.             'App\\Controller\\CategoryController:getCategoriesByArea' => '?',
  4124.             'App\\Controller\\CategoryController:getCategoriesByContract' => '?',
  4125.             'App\\Controller\\CategoryController:getFilteredCategories' => '?',
  4126.             'App\\Controller\\ContractController:createContractWithSubEntities' => '?',
  4127.             'App\\Controller\\ContractController:getContracts' => '?',
  4128.             'App\\Controller\\ContractController:getContractsByUser' => '?',
  4129.             'App\\Controller\\Heimdall\\GetUserPortalConfigurationByCodeController:__invoke' => '?',
  4130.             'App\\Controller\\Heimdall\\GetUserPortalConfigurationByCodeController' => '?',
  4131.             'App\\Controller\\Heimdall\\PermissionsAdminController:__invoke' => '?',
  4132.             'App\\Controller\\Heimdall\\PermissionsAdminController' => '?',
  4133.             'App\\Controller\\Heimdall\\PermissionsUserController:__invoke' => '?',
  4134.             'App\\Controller\\Heimdall\\PermissionsUserController' => '?',
  4135.             'App\\Controller\\Heimdall\\PostUserPortalConfigurationController:__invoke' => '?',
  4136.             'App\\Controller\\Heimdall\\PostUserPortalConfigurationController' => '?',
  4137.             'App\\Controller\\Heimdall\\PutUserPortalConfigurationController:__invoke' => '?',
  4138.             'App\\Controller\\Heimdall\\PutUserPortalConfigurationController' => '?',
  4139.             'App\\Controller\\Incident\\IncidentController:streamedResponse' => '?',
  4140.             'App\\Controller\\LegalEntityController:getByContract' => '?',
  4141.             'App\\Controller\\Mdm\\ContractBasemapController:__invoke' => '?',
  4142.             'App\\Controller\\Mdm\\ContractBasemapController' => '?',
  4143.             'App\\Controller\\Mdm\\ContractInfoController:__invoke' => '?',
  4144.             'App\\Controller\\Mdm\\ContractInfoController' => '?',
  4145.             'App\\Controller\\Mdm\\GetAdministrativeDivision:__invoke' => '?',
  4146.             'App\\Controller\\Mdm\\GetAdministrativeDivision' => '?',
  4147.             'App\\Controller\\Mdm\\GetMunicipalities:__invoke' => '?',
  4148.             'App\\Controller\\Mdm\\GetMunicipalities' => '?',
  4149.             'App\\Controller\\Mdm\\GetSiteConfigurationController:__invoke' => '?',
  4150.             'App\\Controller\\Mdm\\GetSiteConfigurationController' => '?',
  4151.             'App\\Controller\\Mdm\\GetTermsOfUseController:__invoke' => '?',
  4152.             'App\\Controller\\Mdm\\GetTermsOfUseController' => '?',
  4153.             'App\\Controller\\Mdm\\PortalConfigurationController:getPortalConfiguration' => '?',
  4154.             'App\\Controller\\Mdm\\PostSiteConfigurationController:__invoke' => '?',
  4155.             'App\\Controller\\Mdm\\PostSiteConfigurationController' => '?',
  4156.             'App\\Controller\\Mdm\\PutSiteConfigurationController:__invoke' => '?',
  4157.             'App\\Controller\\Mdm\\PutSiteConfigurationController' => '?',
  4158.             'App\\Controller\\OrganizationController:getOrganizationsByUserId' => '?',
  4159.             'App\\Controller\\PublicConfigurationController:getRealm' => '?',
  4160.             'App\\Controller\\PublicSpacePlanner\\NatureController:__invoke' => '?',
  4161.             'App\\Controller\\PublicSpacePlanner\\NatureController' => '?',
  4162.             'App\\Controller\\Request\\RequestController:mapRequest' => '?',
  4163.             'App\\Controller\\Request\\RequestController:streamedResponse' => '?',
  4164.             'App\\Controller\\UserController:getUserById' => '?',
  4165.             'App\\Controller\\Vdm\\HydrometryController:getHydrometry' => '?',
  4166.             'App\\Controller\\Vdm\\InterventionController:__invoke' => '?',
  4167.             'App\\Controller\\Vdm\\InterventionController' => '?',
  4168.             'App\\Controller\\Vdm\\InterventionCountController:getInterventionUserCountByStatusAction' => '?',
  4169.             'App\\Controller\\Vdm\\WaterCycleController:getWaterCycle' => '?',
  4170.             'App\\Controller\\Vdm\\WaterQualityController:getWaterQuality' => '?',
  4171.             'App\\Testing\\TestingController:testLogin' => '?',
  4172.             'kernel:loadRoutes' => '?',
  4173.             'kernel:registerContainerConfiguration' => '?',
  4174.         ]);
  4175.     }
  4176.     /**
  4177.      * Gets the private '.service_locator.S6rIrJM' shared service.
  4178.      *
  4179.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  4180.      */
  4181.     protected function get_ServiceLocator_S6rIrJMService()
  4182.     {
  4183.         return $this->privates['.service_locator.S6rIrJM'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4184.             'portalCode' => ['privates''.value.JdzQ62H''get_Value_JdzQ62HService'false],
  4185.         ], [
  4186.             'portalCode' => '?',
  4187.         ]);
  4188.     }
  4189.     /**
  4190.      * Gets the private '.service_locator.SjwolJP' shared service.
  4191.      *
  4192.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  4193.      */
  4194.     protected function get_ServiceLocator_SjwolJPService()
  4195.     {
  4196.         return $this->privates['.service_locator.SjwolJP'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4197.             'heimdallManager' => ['privates''App\\Manager\\HeimdallManager''getHeimdallManagerService'false],
  4198.             'normalizer' => ['services''.container.private.serializer''get_Container_Private_SerializerService'false],
  4199.             'security' => ['privates''security.helper''getSecurity_HelperService'false],
  4200.         ], [
  4201.             'heimdallManager' => 'App\\Manager\\HeimdallManager',
  4202.             'normalizer' => '?',
  4203.             'security' => '?',
  4204.         ]);
  4205.     }
  4206.     /**
  4207.      * Gets the private '.service_locator.U71WLOm' shared service.
  4208.      *
  4209.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  4210.      */
  4211.     protected function get_ServiceLocator_U71WLOmService()
  4212.     {
  4213.         return $this->privates['.service_locator.U71WLOm'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4214.             'adminImportManager' => ['privates''App\\Manager\\Admin\\AdminImportManager''getAdminImportManagerService'false],
  4215.         ], [
  4216.             'adminImportManager' => '?',
  4217.         ]);
  4218.     }
  4219.     /**
  4220.      * Gets the private '.service_locator.Y4J.A.e' shared service.
  4221.      *
  4222.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  4223.      */
  4224.     protected function get_ServiceLocator_Y4J_A_EService()
  4225.     {
  4226.         return $this->privates['.service_locator.Y4J.A.e'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4227.             'failed' => ['privates''messenger.transport.failed''getMessenger_Transport_FailedService'false],
  4228.         ], [
  4229.             'failed' => '?',
  4230.         ]);
  4231.     }
  4232.     /**
  4233.      * Gets the private '.service_locator.aYfRApV' shared service.
  4234.      *
  4235.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  4236.      */
  4237.     protected function get_ServiceLocator_AYfRApVService()
  4238.     {
  4239.         return $this->privates['.service_locator.aYfRApV'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4240.             'organizationManager' => ['privates''App\\Manager\\OrganizationManager''getOrganizationManagerService'false],
  4241.         ], [
  4242.             'organizationManager' => '?',
  4243.         ]);
  4244.     }
  4245.     /**
  4246.      * Gets the private '.service_locator.b220fOg' shared service.
  4247.      *
  4248.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  4249.      */
  4250.     protected function get_ServiceLocator_B220fOgService()
  4251.     {
  4252.         return $this->privates['.service_locator.b220fOg'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4253.             'mdmManager' => ['privates''App\\Manager\\MdmManager''getMdmManagerService'false],
  4254.             'normalizer' => ['services''.container.private.serializer''get_Container_Private_SerializerService'false],
  4255.             'vdmHelper' => ['privates''App\\Helper\\Vdm\\VdmHelper''getVdmHelperService'false],
  4256.         ], [
  4257.             'mdmManager' => '?',
  4258.             'normalizer' => '?',
  4259.             'vdmHelper' => 'App\\Helper\\Vdm\\VdmHelper',
  4260.         ]);
  4261.     }
  4262.     /**
  4263.      * Gets the private '.service_locator.fCtv_lV' shared service.
  4264.      *
  4265.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  4266.      */
  4267.     protected function get_ServiceLocator_FCtvLVService()
  4268.     {
  4269.         return $this->privates['.service_locator.fCtv_lV'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4270.             'mdmManager' => ['privates''App\\Manager\\MdmManager''getMdmManagerService'false],
  4271.             'organizationManager' => ['privates''App\\Manager\\OrganizationManager''getOrganizationManagerService'false],
  4272.             'vdmManager' => ['privates''App\\Manager\\VdmManager''getVdmManagerService'false],
  4273.         ], [
  4274.             'mdmManager' => '?',
  4275.             'organizationManager' => '?',
  4276.             'vdmManager' => 'App\\Manager\\VdmManager',
  4277.         ]);
  4278.     }
  4279.     /**
  4280.      * Gets the private '.service_locator.h0xnRdD' shared service.
  4281.      *
  4282.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  4283.      */
  4284.     protected function get_ServiceLocator_H0xnRdDService()
  4285.     {
  4286.         return $this->privates['.service_locator.h0xnRdD'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4287.             'areaManager' => ['privates''App\\Manager\\AreaManager''getAreaManagerService'false],
  4288.             'security' => ['privates''security.helper''getSecurity_HelperService'false],
  4289.             'vdmManager' => ['privates''App\\Manager\\VdmManager''getVdmManagerService'false],
  4290.         ], [
  4291.             'areaManager' => 'App\\Manager\\AreaManager',
  4292.             'security' => '?',
  4293.             'vdmManager' => 'App\\Manager\\VdmManager',
  4294.         ]);
  4295.     }
  4296.     /**
  4297.      * Gets the private '.service_locator.inlE_7C' shared service.
  4298.      *
  4299.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  4300.      */
  4301.     protected function get_ServiceLocator_InlE7CService()
  4302.     {
  4303.         return $this->privates['.service_locator.inlE_7C'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4304.             'adminManager' => ['privates''App\\Manager\\Admin\\AdminManager''getAdminManagerService'false],
  4305.             'normalizer' => ['services''.container.private.serializer''get_Container_Private_SerializerService'false],
  4306.         ], [
  4307.             'adminManager' => '?',
  4308.             'normalizer' => '?',
  4309.         ]);
  4310.     }
  4311.     /**
  4312.      * Gets the private '.service_locator.ivGR2Pd' shared service.
  4313.      *
  4314.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  4315.      */
  4316.     protected function get_ServiceLocator_IvGR2PdService()
  4317.     {
  4318.         return $this->privates['.service_locator.ivGR2Pd'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4319.             'contractManager' => ['privates''App\\Manager\\ContractManager''getContractManagerService'false],
  4320.         ], [
  4321.             'contractManager' => '?',
  4322.         ]);
  4323.     }
  4324.     /**
  4325.      * Gets the private '.service_locator.jMfHLi9' shared service.
  4326.      *
  4327.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  4328.      */
  4329.     protected function get_ServiceLocator_JMfHLi9Service()
  4330.     {
  4331.         return $this->privates['.service_locator.jMfHLi9'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4332.             'security' => ['privates''security.helper''getSecurity_HelperService'false],
  4333.             'userManager' => ['privates''App\\Manager\\UserManager''getUserManagerService'false],
  4334.         ], [
  4335.             'security' => '?',
  4336.             'userManager' => '?',
  4337.         ]);
  4338.     }
  4339.     /**
  4340.      * Gets the private '.service_locator.jnGojKV' shared service.
  4341.      *
  4342.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  4343.      */
  4344.     protected function get_ServiceLocator_JnGojKVService()
  4345.     {
  4346.         return $this->privates['.service_locator.jnGojKV'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4347.             'heimdallHelper' => ['privates''App\\Helper\\Heimdall\\HeimdallHelper''getHeimdallHelperService'false],
  4348.             'heimdallManager' => ['privates''App\\Manager\\HeimdallManager''getHeimdallManagerService'false],
  4349.             'mdmHelper' => ['privates''App\\Helper\\Mdm\\MdmHelper''getMdmHelperService'false],
  4350.             'security' => ['privates''security.helper''getSecurity_HelperService'false],
  4351.         ], [
  4352.             'heimdallHelper' => 'App\\Helper\\Heimdall\\HeimdallHelper',
  4353.             'heimdallManager' => '?',
  4354.             'mdmHelper' => 'App\\Helper\\Mdm\\MdmHelper',
  4355.             'security' => '?',
  4356.         ]);
  4357.     }
  4358.     /**
  4359.      * Gets the private '.service_locator.koFje6o' shared service.
  4360.      *
  4361.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  4362.      */
  4363.     protected function get_ServiceLocator_KoFje6oService()
  4364.     {
  4365.         return $this->privates['.service_locator.koFje6o'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4366.             'areaManager' => ['privates''App\\Manager\\AreaManager''getAreaManagerService'false],
  4367.             'normalizer' => ['services''.container.private.serializer''get_Container_Private_SerializerService'false],
  4368.             'userManager' => ['privates''App\\Manager\\UserManager''getUserManagerService'false],
  4369.         ], [
  4370.             'areaManager' => '?',
  4371.             'normalizer' => '?',
  4372.             'userManager' => '?',
  4373.         ]);
  4374.     }
  4375.     /**
  4376.      * Gets the private '.service_locator.lIQKUVs' shared service.
  4377.      *
  4378.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  4379.      */
  4380.     protected function get_ServiceLocator_LIQKUVsService()
  4381.     {
  4382.         return $this->privates['.service_locator.lIQKUVs'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4383.             'heimdallManager' => ['privates''App\\Manager\\HeimdallManager''getHeimdallManagerService'false],
  4384.             'normalizer' => ['services''.container.private.serializer''get_Container_Private_SerializerService'false],
  4385.             'portalCode' => ['privates''.value.JdzQ62H''get_Value_JdzQ62HService'false],
  4386.             'router' => ['services''router''getRouterService'false],
  4387.             'security' => ['privates''security.helper''getSecurity_HelperService'false],
  4388.         ], [
  4389.             'heimdallManager' => 'App\\Manager\\HeimdallManager',
  4390.             'normalizer' => '?',
  4391.             'portalCode' => '?',
  4392.             'router' => '?',
  4393.             'security' => '?',
  4394.         ]);
  4395.     }
  4396.     /**
  4397.      * Gets the private '.service_locator.npSm1tw' shared service.
  4398.      *
  4399.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  4400.      */
  4401.     protected function get_ServiceLocator_NpSm1twService()
  4402.     {
  4403.         return $this->privates['.service_locator.npSm1tw'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4404.             'publicSpacePlannerManager' => ['privates''App\\Manager\\PublicSpacePlannerManager''getPublicSpacePlannerManagerService'false],
  4405.         ], [
  4406.             'publicSpacePlannerManager' => 'App\\Manager\\PublicSpacePlannerManager',
  4407.         ]);
  4408.     }
  4409.     /**
  4410.      * Gets the private '.service_locator.q5v8lVw' shared service.
  4411.      *
  4412.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  4413.      */
  4414.     protected function get_ServiceLocator_Q5v8lVwService()
  4415.     {
  4416.         return $this->privates['.service_locator.q5v8lVw'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4417.             'legalEntityManager' => ['privates''App\\Manager\\LegalEntityManager''getLegalEntityManagerService'false],
  4418.             'normalizer' => ['services''.container.private.serializer''get_Container_Private_SerializerService'false],
  4419.         ], [
  4420.             'legalEntityManager' => 'App\\Manager\\LegalEntityManager',
  4421.             'normalizer' => '?',
  4422.         ]);
  4423.     }
  4424.     /**
  4425.      * Gets the private '.service_locator.qB3afhn' shared service.
  4426.      *
  4427.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  4428.      */
  4429.     protected function get_ServiceLocator_QB3afhnService()
  4430.     {
  4431.         return $this->privates['.service_locator.qB3afhn'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4432.             'mdmManager' => ['privates''App\\Manager\\MdmManager''getMdmManagerService'false],
  4433.             'normalizer' => ['services''.container.private.serializer''get_Container_Private_SerializerService'false],
  4434.         ], [
  4435.             'mdmManager' => '?',
  4436.             'normalizer' => '?',
  4437.         ]);
  4438.     }
  4439.     /**
  4440.      * Gets the private '.service_locator.r5A4iev' shared service.
  4441.      *
  4442.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  4443.      */
  4444.     protected function get_ServiceLocator_R5A4ievService()
  4445.     {
  4446.         return $this->privates['.service_locator.r5A4iev'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4447.             'areaManager' => ['privates''App\\Manager\\AreaManager''getAreaManagerService'false],
  4448.         ], [
  4449.             'areaManager' => '?',
  4450.         ]);
  4451.     }
  4452.     /**
  4453.      * Gets the private '.service_locator.tIGP9HE' shared service.
  4454.      *
  4455.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  4456.      */
  4457.     protected function get_ServiceLocator_TIGP9HEService()
  4458.     {
  4459.         return $this->privates['.service_locator.tIGP9HE'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4460.             'authHandler' => ['privates''lexik_jwt_authentication.handler.authentication_success''getLexikJwtAuthentication_Handler_AuthenticationSuccessService'false],
  4461.             'jwtManager' => ['services''lexik_jwt_authentication.jwt_manager''getLexikJwtAuthentication_JwtManagerService'false],
  4462.         ], [
  4463.             'authHandler' => '?',
  4464.             'jwtManager' => '?',
  4465.         ]);
  4466.     }
  4467.     /**
  4468.      * Gets the private '.service_locator.uBz9SFb' shared service.
  4469.      *
  4470.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  4471.      */
  4472.     protected function get_ServiceLocator_UBz9SFbService()
  4473.     {
  4474.         return $this->privates['.service_locator.uBz9SFb'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4475.             'applicationRegistry' => ['privates''App\\Application\\ApplicationRegistry''getApplicationRegistryService'false],
  4476.         ], [
  4477.             'applicationRegistry' => 'App\\Application\\ApplicationRegistry',
  4478.         ]);
  4479.     }
  4480.     /**
  4481.      * Gets the private '.service_locator.vqLiAox' shared service.
  4482.      *
  4483.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  4484.      */
  4485.     protected function get_ServiceLocator_VqLiAoxService()
  4486.     {
  4487.         return $this->privates['.service_locator.vqLiAox'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4488.             'normalizer' => ['services''.container.private.serializer''get_Container_Private_SerializerService'false],
  4489.         ], [
  4490.             'normalizer' => '?',
  4491.         ]);
  4492.     }
  4493.     /**
  4494.      * Gets the private '.service_locator.vymPrEp' shared service.
  4495.      *
  4496.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  4497.      */
  4498.     protected function get_ServiceLocator_VymPrEpService()
  4499.     {
  4500.         return $this->privates['.service_locator.vymPrEp'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4501.             'areaManager' => ['privates''App\\Manager\\AreaManager''getAreaManagerService'false],
  4502.             'heimdallHelper' => ['privates''App\\Helper\\Heimdall\\HeimdallHelper''getHeimdallHelperService'false],
  4503.             'heimdallManager' => ['privates''App\\Manager\\HeimdallManager''getHeimdallManagerService'false],
  4504.             'normalizer' => ['services''.container.private.serializer''get_Container_Private_SerializerService'false],
  4505.             'security' => ['privates''security.helper''getSecurity_HelperService'false],
  4506.             'vdmManager' => ['privates''App\\Manager\\VdmManager''getVdmManagerService'false],
  4507.         ], [
  4508.             'areaManager' => 'App\\Manager\\AreaManager',
  4509.             'heimdallHelper' => 'App\\Helper\\Heimdall\\HeimdallHelper',
  4510.             'heimdallManager' => 'App\\Manager\\HeimdallManager',
  4511.             'normalizer' => '?',
  4512.             'security' => '?',
  4513.             'vdmManager' => 'App\\Manager\\VdmManager',
  4514.         ]);
  4515.     }
  4516.     /**
  4517.      * Gets the private '.service_locator.wOqRTqV' shared service.
  4518.      *
  4519.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  4520.      */
  4521.     protected function get_ServiceLocator_WOqRTqVService()
  4522.     {
  4523.         return $this->privates['.service_locator.wOqRTqV'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4524.             'security.firewall.map.context.api' => ['privates''security.firewall.map.context.api''getSecurity_Firewall_Map_Context_ApiService'false],
  4525.             'security.firewall.map.context.apidoc' => ['privates''security.firewall.map.context.apidoc''getSecurity_Firewall_Map_Context_ApidocService'false],
  4526.             'security.firewall.map.context.apipublic' => ['privates''security.firewall.map.context.apipublic''getSecurity_Firewall_Map_Context_ApipublicService'false],
  4527.             'security.firewall.map.context.dev' => ['privates''security.firewall.map.context.dev''getSecurity_Firewall_Map_Context_DevService'false],
  4528.             'security.firewall.map.context.external_app_connect' => ['privates''security.firewall.map.context.external_app_connect''getSecurity_Firewall_Map_Context_ExternalAppConnectService'false],
  4529.             'security.firewall.map.context.main' => ['privates''security.firewall.map.context.main''getSecurity_Firewall_Map_Context_MainService'false],
  4530.         ], [
  4531.             'security.firewall.map.context.api' => '?',
  4532.             'security.firewall.map.context.apidoc' => '?',
  4533.             'security.firewall.map.context.apipublic' => '?',
  4534.             'security.firewall.map.context.dev' => '?',
  4535.             'security.firewall.map.context.external_app_connect' => '?',
  4536.             'security.firewall.map.context.main' => '?',
  4537.         ]);
  4538.     }
  4539.     /**
  4540.      * Gets the private '.service_locator.w_wqjci' shared service.
  4541.      *
  4542.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  4543.      */
  4544.     protected function get_ServiceLocator_WWqjciService()
  4545.     {
  4546.         return $this->privates['.service_locator.w_wqjci'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4547.             'configurationManager' => ['privates''App\\Manager\\ConfigurationManager''getConfigurationManagerService'false],
  4548.         ], [
  4549.             'configurationManager' => '?',
  4550.         ]);
  4551.     }
  4552.     /**
  4553.      * Gets the private '.service_locator.wcOWKhG' shared service.
  4554.      *
  4555.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  4556.      */
  4557.     protected function get_ServiceLocator_WcOWKhGService()
  4558.     {
  4559.         return $this->privates['.service_locator.wcOWKhG'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4560.             'categoryManager' => ['privates''App\\Manager\\CategoryManager''getCategoryManagerService'false],
  4561.             'normalizer' => ['services''.container.private.serializer''get_Container_Private_SerializerService'false],
  4562.         ], [
  4563.             'categoryManager' => '?',
  4564.             'normalizer' => '?',
  4565.         ]);
  4566.     }
  4567.     /**
  4568.      * Gets the private '.service_locator.yFEeKLz' shared service.
  4569.      *
  4570.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  4571.      */
  4572.     protected function get_ServiceLocator_YFEeKLzService()
  4573.     {
  4574.         return $this->privates['.service_locator.yFEeKLz'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4575.             'mdmManager' => ['privates''App\\Manager\\MdmManager''getMdmManagerService'false],
  4576.         ], [
  4577.             'mdmManager' => '?',
  4578.         ]);
  4579.     }
  4580.     /**
  4581.      * Gets the private '.service_locator.zD2IgIc' shared service.
  4582.      *
  4583.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  4584.      */
  4585.     protected function get_ServiceLocator_ZD2IgIcService()
  4586.     {
  4587.         return $this->privates['.service_locator.zD2IgIc'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4588.             'form.factory' => ['services''.container.private.form.factory''get_Container_Private_Form_FactoryService'false],
  4589.             'http_kernel' => ['services''http_kernel''getHttpKernelService'false],
  4590.             'message_bus' => ['services''messenger.default_bus''getMessenger_DefaultBusService'false],
  4591.             'messenger.default_bus' => ['services''messenger.default_bus''getMessenger_DefaultBusService'false],
  4592.             'parameter_bag' => ['privates''parameter_bag''getParameterBagService'false],
  4593.             'request_stack' => ['services''request_stack''getRequestStackService'false],
  4594.             'router' => ['services''router''getRouterService'false],
  4595.             'security.authorization_checker' => ['services''.container.private.security.authorization_checker''get_Container_Private_Security_AuthorizationCheckerService'false],
  4596.             'security.token_storage' => ['services''.container.private.security.token_storage''get_Container_Private_Security_TokenStorageService'false],
  4597.             'serializer' => ['services''.container.private.serializer''get_Container_Private_SerializerService'false],
  4598.             'session' => ['privates''.session.deprecated''get_Session_DeprecatedService'false],
  4599.             'twig' => ['services''.container.private.twig''get_Container_Private_TwigService'false],
  4600.         ], [
  4601.             'form.factory' => '?',
  4602.             'http_kernel' => '?',
  4603.             'message_bus' => '?',
  4604.             'messenger.default_bus' => '?',
  4605.             'parameter_bag' => '?',
  4606.             'request_stack' => '?',
  4607.             'router' => '?',
  4608.             'security.authorization_checker' => '?',
  4609.             'security.token_storage' => '?',
  4610.             'serializer' => '?',
  4611.             'session' => '.session.deprecated',
  4612.             'twig' => '?',
  4613.         ]);
  4614.     }
  4615.     /**
  4616.      * Gets the private '.session.deprecated' shared service.
  4617.      *
  4618.      * @return \Symfony\Component\HttpFoundation\Session\SessionInterface
  4619.      */
  4620.     protected function get_Session_DeprecatedService()
  4621.     {
  4622.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/SessionInterface.php';
  4623.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Session/DeprecatedSessionFactory.php';
  4624.         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();
  4625.     }
  4626.     /**
  4627.      * Gets the private '.twig.command.debug.lazy' shared service.
  4628.      *
  4629.      * @return \Symfony\Component\Console\Command\LazyCommand
  4630.      */
  4631.     protected function get_Twig_Command_Debug_LazyService()
  4632.     {
  4633.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4634.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  4635.         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 {
  4636.             return ($this->privates['twig.command.debug'] ?? $this->getTwig_Command_DebugService());
  4637.         });
  4638.     }
  4639.     /**
  4640.      * Gets the private '.twig.command.lint.lazy' shared service.
  4641.      *
  4642.      * @return \Symfony\Component\Console\Command\LazyCommand
  4643.      */
  4644.     protected function get_Twig_Command_Lint_LazyService()
  4645.     {
  4646.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4647.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  4648.         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 {
  4649.             return ($this->privates['twig.command.lint'] ?? $this->getTwig_Command_LintService());
  4650.         });
  4651.     }
  4652.     /**
  4653.      * Gets the private '.value.JdzQ62H' shared service.
  4654.      *
  4655.      * @return \mixed
  4656.      */
  4657.     protected function get_Value_JdzQ62HService()
  4658.     {
  4659.         return $this->privates['.value.JdzQ62H'] = \current([=> $this->getEnv('PORTAL_CODE')]);
  4660.     }
  4661.     /**
  4662.      * Gets the private 'App\Application\ApplicationRegistry' shared autowired service.
  4663.      *
  4664.      * @return \App\Application\ApplicationRegistry
  4665.      */
  4666.     protected function getApplicationRegistryService()
  4667.     {
  4668.         include_once \dirname(__DIR__4).'/src/Application/ApplicationRegistry.php';
  4669.         return $this->privates['App\\Application\\ApplicationRegistry'] = new \App\Application\ApplicationRegistry(new RewindableGenerator(function () {
  4670.             yield => ($this->privates['App\\Application\\Aquacalc'] ?? ($this->privates['App\\Application\\Aquacalc'] = new \App\Application\Aquacalc($this)));
  4671.             yield => ($this->privates['App\\Application\\AquadvancedPlant'] ?? ($this->privates['App\\Application\\AquadvancedPlant'] = new \App\Application\AquadvancedPlant($this)));
  4672.             yield => ($this->privates['App\\Application\\AquadvancedUD'] ?? ($this->privates['App\\Application\\AquadvancedUD'] = new \App\Application\AquadvancedUD($this)));
  4673.             yield => ($this->privates['App\\Application\\AquadvancedWN'] ?? ($this->privates['App\\Application\\AquadvancedWN'] = new \App\Application\AquadvancedWN($this)));
  4674.             yield => ($this->privates['App\\Application\\AquadvancedWW'] ?? ($this->privates['App\\Application\\AquadvancedWW'] = new \App\Application\AquadvancedWW($this)));
  4675.             yield => ($this->privates['App\\Application\\Kadran'] ?? ($this->privates['App\\Application\\Kadran'] = new \App\Application\Kadran($this)));
  4676.             yield => ($this->privates['App\\Application\\MYSIG'] ?? ($this->privates['App\\Application\\MYSIG'] = new \App\Application\MYSIG($this)));
  4677.             yield => ($this->privates['App\\Application\\Odivea'] ?? ($this->privates['App\\Application\\Odivea'] = new \App\Application\Odivea($this)));
  4678.             yield => ($this->privates['App\\Application\\PANACHE'] ?? ($this->privates['App\\Application\\PANACHE'] = new \App\Application\PANACHE($this)));
  4679.             yield => ($this->privates['App\\Application\\PowerBI'] ?? ($this->privates['App\\Application\\PowerBI'] = new \App\Application\PowerBI($this)));
  4680.             yield 10 => ($this->privates['App\\Application\\ReportTrends'] ?? ($this->privates['App\\Application\\ReportTrends'] = new \App\Application\ReportTrends($this)));
  4681.             yield 11 => ($this->privates['App\\Application\\SERAMM'] ?? ($this->privates['App\\Application\\SERAMM'] = new \App\Application\SERAMM($this)));
  4682.             yield 12 => ($this->privates['App\\Application\\SerammAquadvancedUd'] ?? ($this->privates['App\\Application\\SerammAquadvancedUd'] = new \App\Application\SerammAquadvancedUd($this)));
  4683.             yield 13 => ($this->privates['App\\Application\\SerammBaignadeWaterQuality'] ?? ($this->privates['App\\Application\\SerammBaignadeWaterQuality'] = new \App\Application\SerammBaignadeWaterQuality($this)));
  4684.             yield 14 => ($this->privates['App\\Application\\SerammDocumentationWorks'] ?? ($this->privates['App\\Application\\SerammDocumentationWorks'] = new \App\Application\SerammDocumentationWorks($this)));
  4685.             yield 15 => ($this->privates['App\\Application\\SerammGMAO'] ?? ($this->privates['App\\Application\\SerammGMAO'] = new \App\Application\SerammGMAO($this)));
  4686.             yield 16 => ($this->privates['App\\Application\\SerammInfoPedagogie'] ?? ($this->privates['App\\Application\\SerammInfoPedagogie'] = new \App\Application\SerammInfoPedagogie($this)));
  4687.             yield 17 => ($this->privates['App\\Application\\SerammMailManagement'] ?? ($this->privates['App\\Application\\SerammMailManagement'] = new \App\Application\SerammMailManagement($this)));
  4688.             yield 18 => ($this->privates['App\\Application\\SerammSitePublication'] ?? ($this->privates['App\\Application\\SerammSitePublication'] = new \App\Application\SerammSitePublication($this)));
  4689.             yield 19 => ($this->privates['App\\Application\\SharepointKadran'] ?? ($this->privates['App\\Application\\SharepointKadran'] = new \App\Application\SharepointKadran($this)));
  4690.             yield 20 => ($this->privates['App\\Application\\SigSeramm'] ?? ($this->privates['App\\Application\\SigSeramm'] = new \App\Application\SigSeramm($this)));
  4691.             yield 21 => ($this->privates['App\\Application\\Sigrenea'] ?? ($this->privates['App\\Application\\Sigrenea'] = new \App\Application\Sigrenea($this)));
  4692.             yield 22 => ($this->privates['App\\Application\\SynoptiqueUdb'] ?? ($this->privates['App\\Application\\SynoptiqueUdb'] = new \App\Application\SynoptiqueUdb($this)));
  4693.             yield 23 => ($this->privates['App\\Application\\SynoptiqueUde'] ?? ($this->privates['App\\Application\\SynoptiqueUde'] = new \App\Application\SynoptiqueUde($this)));
  4694.             yield 24 => ($this->privates['App\\Application\\TSMD'] ?? ($this->privates['App\\Application\\TSMD'] = new \App\Application\TSMD($this)));
  4695.             yield 25 => ($this->privates['App\\Application\\TSMS'] ?? ($this->privates['App\\Application\\TSMS'] = new \App\Application\TSMS($this)));
  4696.             yield 26 => ($this->privates['App\\Application\\TopkapiKadranEp'] ?? ($this->privates['App\\Application\\TopkapiKadranEp'] = new \App\Application\TopkapiKadranEp($this)));
  4697.             yield 27 => ($this->privates['App\\Application\\TopkapiKadranEu'] ?? ($this->privates['App\\Application\\TopkapiKadranEu'] = new \App\Application\TopkapiKadranEu($this)));
  4698.         }, 28));
  4699.     }
  4700.     /**
  4701.      * Gets the private 'App\Command\Geoserver\TestGeoserverCreationCommand' shared autowired service.
  4702.      *
  4703.      * @return \App\Command\Geoserver\TestGeoserverCreationCommand
  4704.      */
  4705.     protected function getTestGeoserverCreationCommandService()
  4706.     {
  4707.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4708.         include_once \dirname(__DIR__4).'/src/Command/Geoserver/TestGeoserverCreationCommand.php';
  4709.         $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()));
  4710.         $instance->setName('action-test:geoserver:create');
  4711.         return $instance;
  4712.     }
  4713.     /**
  4714.      * Gets the private 'App\Command\Geoserver\TestGeoserverRemoteCreationCommand' shared autowired service.
  4715.      *
  4716.      * @return \App\Command\Geoserver\TestGeoserverRemoteCreationCommand
  4717.      */
  4718.     protected function getTestGeoserverRemoteCreationCommandService()
  4719.     {
  4720.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4721.         include_once \dirname(__DIR__4).'/src/Command/Geoserver/TestGeoserverRemoteCreationCommand.php';
  4722.         $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()));
  4723.         $instance->setName('remote-action-test:geoserver:create');
  4724.         return $instance;
  4725.     }
  4726.     /**
  4727.      * Gets the private 'App\Command\ImportCustomZonesCommand' shared autowired service.
  4728.      *
  4729.      * @return \App\Command\ImportCustomZonesCommand
  4730.      */
  4731.     protected function getImportCustomZonesCommandService()
  4732.     {
  4733.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4734.         include_once \dirname(__DIR__4).'/src/Command/ImportCustomZonesCommand.php';
  4735.         $this->privates['App\\Command\\ImportCustomZonesCommand'] = $instance = new \App\Command\ImportCustomZonesCommand(($this->privates['App\\Manager\\Admin\\AdminImportManager'] ?? $this->getAdminImportManagerService()));
  4736.         $instance->setName('app:area:import-custom-zones');
  4737.         $instance->setDescription('Import Custom Zones on a specific contract');
  4738.         return $instance;
  4739.     }
  4740.     /**
  4741.      * Gets the private 'App\Command\UserGenerateCommand' shared autowired service.
  4742.      *
  4743.      * @return \App\Command\UserGenerateCommand
  4744.      */
  4745.     protected function getUserGenerateCommandService()
  4746.     {
  4747.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4748.         include_once \dirname(__DIR__4).'/src/Command/UserGenerateCommand.php';
  4749.         $this->privates['App\\Command\\UserGenerateCommand'] = $instance = new \App\Command\UserGenerateCommand(($this->privates['lexik_jwt_authentication.jws_provider.lcobucci'] ?? $this->getLexikJwtAuthentication_JwsProvider_LcobucciService()));
  4750.         $instance->setName('app:user:generate-token');
  4751.         $instance->setDescription('Generate an user with email and roles');
  4752.         return $instance;
  4753.     }
  4754.     /**
  4755.      * Gets the private 'App\Converter\RequestConverter' shared autowired service.
  4756.      *
  4757.      * @return \App\Converter\RequestConverter
  4758.      */
  4759.     protected function getRequestConverterService()
  4760.     {
  4761.         include_once \dirname(__DIR__4).'/src/Converter/RequestConverter.php';
  4762.         $a = ($this->privates['App\\Manager\\SignalManager'] ?? $this->getSignalManagerService());
  4763.         if (isset($this->privates['App\\Converter\\RequestConverter'])) {
  4764.             return $this->privates['App\\Converter\\RequestConverter'];
  4765.         }
  4766.         return $this->privates['App\\Converter\\RequestConverter'] = new \App\Converter\RequestConverter((\dirname(__DIR__4).'/config/resources/'), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()), $a);
  4767.     }
  4768.     /**
  4769.      * Gets the private 'App\EventSubscriber\ApplicationConfigurationSubscriber' shared autowired service.
  4770.      *
  4771.      * @return \App\EventSubscriber\ApplicationConfigurationSubscriber
  4772.      */
  4773.     protected function getApplicationConfigurationSubscriberService()
  4774.     {
  4775.         include_once \dirname(__DIR__4).'/src/EventSubscriber/ApplicationConfigurationSubscriber.php';
  4776.         $a = ($this->services['messenger.default_bus'] ?? $this->getMessenger_DefaultBusService());
  4777.         if (isset($this->privates['App\\EventSubscriber\\ApplicationConfigurationSubscriber'])) {
  4778.             return $this->privates['App\\EventSubscriber\\ApplicationConfigurationSubscriber'];
  4779.         }
  4780.         return $this->privates['App\\EventSubscriber\\ApplicationConfigurationSubscriber'] = new \App\EventSubscriber\ApplicationConfigurationSubscriber($a);
  4781.     }
  4782.     /**
  4783.      * Gets the private 'App\EventSubscriber\FailedMessageSubscriber' shared autowired service.
  4784.      *
  4785.      * @return \App\EventSubscriber\FailedMessageSubscriber
  4786.      */
  4787.     protected function getFailedMessageSubscriberService()
  4788.     {
  4789.         include_once \dirname(__DIR__4).'/src/EventSubscriber/FailedMessageSubscriber.php';
  4790.         include_once \dirname(__DIR__4).'/vendor/3slab/vdm-library-bundle/Service/StopWorkerService.php';
  4791.         $a = ($this->privates['App\\Service\\MailerService'] ?? $this->getMailerServiceService());
  4792.         if (isset($this->privates['App\\EventSubscriber\\FailedMessageSubscriber'])) {
  4793.             return $this->privates['App\\EventSubscriber\\FailedMessageSubscriber'];
  4794.         }
  4795.         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())));
  4796.     }
  4797.     /**
  4798.      * Gets the private 'App\EventSubscriber\InvalidateCacheSubscriber' shared autowired service.
  4799.      *
  4800.      * @return \App\EventSubscriber\InvalidateCacheSubscriber
  4801.      */
  4802.     protected function getInvalidateCacheSubscriberService()
  4803.     {
  4804.         include_once \dirname(__DIR__4).'/src/EventSubscriber/InvalidateCacheSubscriber.php';
  4805.         return $this->privates['App\\EventSubscriber\\InvalidateCacheSubscriber'] = new \App\EventSubscriber\InvalidateCacheSubscriber(($this->privates['portail_cache_pool'] ?? $this->getPortailCachePoolService()), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  4806.     }
  4807.     /**
  4808.      * Gets the private 'App\EventSubscriber\OrganizationSubscriber' shared autowired service.
  4809.      *
  4810.      * @return \App\EventSubscriber\OrganizationSubscriber
  4811.      */
  4812.     protected function getOrganizationSubscriberService()
  4813.     {
  4814.         include_once \dirname(__DIR__4).'/src/EventSubscriber/OrganizationSubscriber.php';
  4815.         $a = ($this->services['messenger.default_bus'] ?? $this->getMessenger_DefaultBusService());
  4816.         if (isset($this->privates['App\\EventSubscriber\\OrganizationSubscriber'])) {
  4817.             return $this->privates['App\\EventSubscriber\\OrganizationSubscriber'];
  4818.         }
  4819.         return $this->privates['App\\EventSubscriber\\OrganizationSubscriber'] = new \App\EventSubscriber\OrganizationSubscriber($a);
  4820.     }
  4821.     /**
  4822.      * Gets the private 'App\Handlers\Heimdall\ContractService\VaShareDocHandler' shared autowired service.
  4823.      *
  4824.      * @return \App\Handlers\Heimdall\ContractService\VaShareDocHandler
  4825.      */
  4826.     protected function getVaShareDocHandlerService()
  4827.     {
  4828.         include_once \dirname(__DIR__4).'/src/Handlers/Heimdall/ContractService/ContractServiceHandlerInterface.php';
  4829.         include_once \dirname(__DIR__4).'/src/Handlers/Heimdall/ContractService/VaShareDocHandler.php';
  4830.         return $this->privates['App\\Handlers\\Heimdall\\ContractService\\VaShareDocHandler'] = new \App\Handlers\Heimdall\ContractService\VaShareDocHandler(($this->privates['App\\Manager\\NextcloudManager'] ?? $this->getNextcloudManagerService()));
  4831.     }
  4832.     /**
  4833.      * Gets the private 'App\Handlers\Heimdall\GetContractHandler' shared autowired service.
  4834.      *
  4835.      * @return \App\Handlers\Heimdall\GetContractHandler
  4836.      */
  4837.     protected function getGetContractHandlerService()
  4838.     {
  4839.         include_once \dirname(__DIR__4).'/src/Handlers/Heimdall/GetContractHandler.php';
  4840.         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()));
  4841.     }
  4842.     /**
  4843.      * Gets the private 'App\Handlers\Heimdall\GetContractsByUserHandler' shared autowired service.
  4844.      *
  4845.      * @return \App\Handlers\Heimdall\GetContractsByUserHandler
  4846.      */
  4847.     protected function getGetContractsByUserHandlerService()
  4848.     {
  4849.         include_once \dirname(__DIR__4).'/src/Handlers/Heimdall/GetContractsByUserHandler.php';
  4850.         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()));
  4851.     }
  4852.     /**
  4853.      * Gets the private 'App\Handlers\Heimdall\GetOrganizationsHandler' shared autowired service.
  4854.      *
  4855.      * @return \App\Handlers\Heimdall\GetOrganizationsHandler
  4856.      */
  4857.     protected function getGetOrganizationsHandlerService()
  4858.     {
  4859.         include_once \dirname(__DIR__4).'/src/Handlers/Heimdall/GetOrganizationsHandler.php';
  4860.         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()));
  4861.     }
  4862.     /**
  4863.      * Gets the private 'App\Handlers\Heimdall\GetUsersHandler' shared autowired service.
  4864.      *
  4865.      * @return \App\Handlers\Heimdall\GetUsersHandler
  4866.      */
  4867.     protected function getGetUsersHandlerService()
  4868.     {
  4869.         include_once \dirname(__DIR__4).'/src/Handlers/Heimdall/GetUsersHandler.php';
  4870.         return $this->privates['App\\Handlers\\Heimdall\\GetUsersHandler'] = new \App\Handlers\Heimdall\GetUsersHandler(($this->privates['.debug.app.heimdall.client'] ?? $this->get_Debug_App_Heimdall_ClientService()));
  4871.     }
  4872.     /**
  4873.      * Gets the private 'App\Handlers\Mdm\ExternalSourceHandler' shared autowired service.
  4874.      *
  4875.      * @return \App\Handlers\Mdm\ExternalSourceHandler
  4876.      */
  4877.     protected function getExternalSourceHandlerService()
  4878.     {
  4879.         include_once \dirname(__DIR__4).'/src/Handlers/Mdm/ExternalSourceHandler.php';
  4880.         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()));
  4881.     }
  4882.     /**
  4883.      * Gets the private 'App\Handlers\Mdm\GetContractHandler' shared autowired service.
  4884.      *
  4885.      * @return \App\Handlers\Mdm\GetContractHandler
  4886.      */
  4887.     protected function getGetContractHandler2Service()
  4888.     {
  4889.         include_once \dirname(__DIR__4).'/src/Handlers/Mdm/GetContractHandler.php';
  4890.         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()));
  4891.     }
  4892.     /**
  4893.      * Gets the private 'App\Helper\Common\CommonHelper' shared autowired service.
  4894.      *
  4895.      * @return \App\Helper\Common\CommonHelper
  4896.      */
  4897.     protected function getCommonHelperService()
  4898.     {
  4899.         include_once \dirname(__DIR__4).'/src/Helper/Common/CommonHelper.php';
  4900.         return $this->privates['App\\Helper\\Common\\CommonHelper'] = new \App\Helper\Common\CommonHelper(($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  4901.     }
  4902.     /**
  4903.      * Gets the private 'App\Helper\Heimdall\HeimdallHelper' shared autowired service.
  4904.      *
  4905.      * @return \App\Helper\Heimdall\HeimdallHelper
  4906.      */
  4907.     protected function getHeimdallHelperService()
  4908.     {
  4909.         include_once \dirname(__DIR__4).'/src/Helper/Heimdall/HeimdallHelper.php';
  4910.         include_once \dirname(__DIR__4).'/src/Manager/Bridges/HeimdallMdmManagerBridge.php';
  4911.         $a = ($this->privates['App\\Manager\\HeimdallManager'] ?? $this->getHeimdallManagerService());
  4912.         if (isset($this->privates['App\\Helper\\Heimdall\\HeimdallHelper'])) {
  4913.             return $this->privates['App\\Helper\\Heimdall\\HeimdallHelper'];
  4914.         }
  4915.         $b = ($this->privates['App\\Manager\\OrganizationManager'] ?? $this->getOrganizationManagerService());
  4916.         if (isset($this->privates['App\\Helper\\Heimdall\\HeimdallHelper'])) {
  4917.             return $this->privates['App\\Helper\\Heimdall\\HeimdallHelper'];
  4918.         }
  4919.         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())));
  4920.     }
  4921.     /**
  4922.      * Gets the private 'App\Helper\Mdm\MdmHelper' shared autowired service.
  4923.      *
  4924.      * @return \App\Helper\Mdm\MdmHelper
  4925.      */
  4926.     protected function getMdmHelperService()
  4927.     {
  4928.         include_once \dirname(__DIR__4).'/src/Helper/Mdm/MdmHelper.php';
  4929.         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()));
  4930.     }
  4931.     /**
  4932.      * Gets the private 'App\Helper\Vdm\VdmHelper' shared autowired service.
  4933.      *
  4934.      * @return \App\Helper\Vdm\VdmHelper
  4935.      */
  4936.     protected function getVdmHelperService()
  4937.     {
  4938.         include_once \dirname(__DIR__4).'/src/Helper/Vdm/VdmHelper.php';
  4939.         return $this->privates['App\\Helper\\Vdm\\VdmHelper'] = new \App\Helper\Vdm\VdmHelper(($this->privates['App\\Manager\\VdmManager'] ?? $this->getVdmManagerService()));
  4940.     }
  4941.     /**
  4942.      * Gets the private 'App\Listener\JWTListener' shared autowired service.
  4943.      *
  4944.      * @return \App\Listener\JWTListener
  4945.      */
  4946.     protected function getJWTListenerService()
  4947.     {
  4948.         include_once \dirname(__DIR__4).'/src/Listener/JWTListener.php';
  4949.         $a = ($this->privates['App\\Manager\\OrganizationManager'] ?? $this->getOrganizationManagerService());
  4950.         if (isset($this->privates['App\\Listener\\JWTListener'])) {
  4951.             return $this->privates['App\\Listener\\JWTListener'];
  4952.         }
  4953.         $b = ($this->privates['App\\Manager\\UserManager'] ?? $this->getUserManagerService());
  4954.         if (isset($this->privates['App\\Listener\\JWTListener'])) {
  4955.             return $this->privates['App\\Listener\\JWTListener'];
  4956.         }
  4957.         $c = ($this->privates['App\\Manager\\HeimdallManager'] ?? $this->getHeimdallManagerService());
  4958.         if (isset($this->privates['App\\Listener\\JWTListener'])) {
  4959.             return $this->privates['App\\Listener\\JWTListener'];
  4960.         }
  4961.         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'));
  4962.     }
  4963.     /**
  4964.      * Gets the private 'App\Manager\Admin\AdminImportManager' shared autowired service.
  4965.      *
  4966.      * @return \App\Manager\Admin\AdminImportManager
  4967.      */
  4968.     protected function getAdminImportManagerService()
  4969.     {
  4970.         include_once \dirname(__DIR__4).'/src/Manager/Admin/AdminImportManagerInterface.php';
  4971.         include_once \dirname(__DIR__4).'/src/Manager/Admin/AdminImportManager.php';
  4972.         $a = ($this->privates['App\\Manager\\HeimdallManager'] ?? $this->getHeimdallManagerService());
  4973.         if (isset($this->privates['App\\Manager\\Admin\\AdminImportManager'])) {
  4974.             return $this->privates['App\\Manager\\Admin\\AdminImportManager'];
  4975.         }
  4976.         $b = ($this->privates['App\\Manager\\Admin\\AdminManager'] ?? $this->getAdminManagerService());
  4977.         if (isset($this->privates['App\\Manager\\Admin\\AdminImportManager'])) {
  4978.             return $this->privates['App\\Manager\\Admin\\AdminImportManager'];
  4979.         }
  4980.         return $this->privates['App\\Manager\\Admin\\AdminImportManager'] = new \App\Manager\Admin\AdminImportManager($a$b, ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  4981.     }
  4982.     /**
  4983.      * Gets the private 'App\Manager\Admin\AdminManager' shared autowired service.
  4984.      *
  4985.      * @return \App\Manager\Admin\AdminManager
  4986.      */
  4987.     protected function getAdminManagerService()
  4988.     {
  4989.         include_once \dirname(__DIR__4).'/src/Manager/Admin/AdminManagerInterface.php';
  4990.         include_once \dirname(__DIR__4).'/src/Manager/Admin/AdminManager.php';
  4991.         $a = ($this->privates['App\\Manager\\HeimdallManager'] ?? $this->getHeimdallManagerService());
  4992.         if (isset($this->privates['App\\Manager\\Admin\\AdminManager'])) {
  4993.             return $this->privates['App\\Manager\\Admin\\AdminManager'];
  4994.         }
  4995.         $b = ($this->privates['App\\Manager\\AreaManager'] ?? $this->getAreaManagerService());
  4996.         if (isset($this->privates['App\\Manager\\Admin\\AdminManager'])) {
  4997.             return $this->privates['App\\Manager\\Admin\\AdminManager'];
  4998.         }
  4999.         $c = ($this->privates['App\\Manager\\ApplicationConfigurationManager'] ?? $this->getApplicationConfigurationManagerService());
  5000.         if (isset($this->privates['App\\Manager\\Admin\\AdminManager'])) {
  5001.             return $this->privates['App\\Manager\\Admin\\AdminManager'];
  5002.         }
  5003.         $d = ($this->privates['App\\Manager\\OrganizationManager'] ?? $this->getOrganizationManagerService());
  5004.         if (isset($this->privates['App\\Manager\\Admin\\AdminManager'])) {
  5005.             return $this->privates['App\\Manager\\Admin\\AdminManager'];
  5006.         }
  5007.         $e = ($this->privates['App\\Manager\\UserManager'] ?? $this->getUserManagerService());
  5008.         if (isset($this->privates['App\\Manager\\Admin\\AdminManager'])) {
  5009.             return $this->privates['App\\Manager\\Admin\\AdminManager'];
  5010.         }
  5011.         $f = ($this->services['messenger.default_bus'] ?? $this->getMessenger_DefaultBusService());
  5012.         if (isset($this->privates['App\\Manager\\Admin\\AdminManager'])) {
  5013.             return $this->privates['App\\Manager\\Admin\\AdminManager'];
  5014.         }
  5015.         $g = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  5016.         if (isset($this->privates['App\\Manager\\Admin\\AdminManager'])) {
  5017.             return $this->privates['App\\Manager\\Admin\\AdminManager'];
  5018.         }
  5019.         $h = ($this->privates['App\\Service\\MailerService'] ?? $this->getMailerServiceService());
  5020.         if (isset($this->privates['App\\Manager\\Admin\\AdminManager'])) {
  5021.             return $this->privates['App\\Manager\\Admin\\AdminManager'];
  5022.         }
  5023.         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()));
  5024.     }
  5025.     /**
  5026.      * Gets the private 'App\Manager\ApplicationConfigurationManager' shared autowired service.
  5027.      *
  5028.      * @return \App\Manager\ApplicationConfigurationManager
  5029.      */
  5030.     protected function getApplicationConfigurationManagerService()
  5031.     {
  5032.         include_once \dirname(__DIR__4).'/src/Manager/ApplicationConfigurationManagerInterface.php';
  5033.         include_once \dirname(__DIR__4).'/src/Manager/ApplicationConfigurationManager.php';
  5034.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  5035.         if (isset($this->privates['App\\Manager\\ApplicationConfigurationManager'])) {
  5036.             return $this->privates['App\\Manager\\ApplicationConfigurationManager'];
  5037.         }
  5038.         return $this->privates['App\\Manager\\ApplicationConfigurationManager'] = new \App\Manager\ApplicationConfigurationManager($a, ($this->privates['App\\Repository\\MdmRepository'] ?? $this->getMdmRepositoryService()));
  5039.     }
  5040.     /**
  5041.      * Gets the private 'App\Manager\AreaManager' shared autowired service.
  5042.      *
  5043.      * @return \App\Manager\AreaManager
  5044.      */
  5045.     protected function getAreaManagerService()
  5046.     {
  5047.         include_once \dirname(__DIR__4).'/src/Manager/AreaManagerInterface.php';
  5048.         include_once \dirname(__DIR__4).'/src/Manager/AreaManager.php';
  5049.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  5050.         if (isset($this->privates['App\\Manager\\AreaManager'])) {
  5051.             return $this->privates['App\\Manager\\AreaManager'];
  5052.         }
  5053.         $b = ($this->privates['App\\Manager\\OrganizationManager'] ?? $this->getOrganizationManagerService());
  5054.         if (isset($this->privates['App\\Manager\\AreaManager'])) {
  5055.             return $this->privates['App\\Manager\\AreaManager'];
  5056.         }
  5057.         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()));
  5058.     }
  5059.     /**
  5060.      * Gets the private 'App\Manager\Calendar\CalendarManager' shared autowired service.
  5061.      *
  5062.      * @return \App\Manager\Calendar\CalendarManager
  5063.      */
  5064.     protected function getCalendarManagerService()
  5065.     {
  5066.         include_once \dirname(__DIR__4).'/src/Manager/Calendar/CalendarManager.php';
  5067.         include_once \dirname(__DIR__4).'/src/Repository/Calendar/CalendarRepository.php';
  5068.         $a = ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService());
  5069.         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);
  5070.     }
  5071.     /**
  5072.      * Gets the private 'App\Manager\CategoryManager' shared autowired service.
  5073.      *
  5074.      * @return \App\Manager\CategoryManager
  5075.      */
  5076.     protected function getCategoryManagerService()
  5077.     {
  5078.         include_once \dirname(__DIR__4).'/src/Manager/CategoryManagerInterface.php';
  5079.         include_once \dirname(__DIR__4).'/src/Manager/CategoryManager.php';
  5080.         $a = ($this->privates['App\\Manager\\OrganizationManager'] ?? $this->getOrganizationManagerService());
  5081.         if (isset($this->privates['App\\Manager\\CategoryManager'])) {
  5082.             return $this->privates['App\\Manager\\CategoryManager'];
  5083.         }
  5084.         return $this->privates['App\\Manager\\CategoryManager'] = new \App\Manager\CategoryManager(($this->privates['App\\Repository\\HeimdallRepository'] ?? $this->getHeimdallRepositoryService()), $a);
  5085.     }
  5086.     /**
  5087.      * Gets the private 'App\Manager\ConfigurationManager' shared autowired service.
  5088.      *
  5089.      * @return \App\Manager\ConfigurationManager
  5090.      */
  5091.     protected function getConfigurationManagerService()
  5092.     {
  5093.         include_once \dirname(__DIR__4).'/src/Manager/ConfigurationManagerInterface.php';
  5094.         include_once \dirname(__DIR__4).'/src/Manager/ConfigurationManager.php';
  5095.         $a = ($this->privates['App\\Manager\\HeimdallManager'] ?? $this->getHeimdallManagerService());
  5096.         if (isset($this->privates['App\\Manager\\ConfigurationManager'])) {
  5097.             return $this->privates['App\\Manager\\ConfigurationManager'];
  5098.         }
  5099.         return $this->privates['App\\Manager\\ConfigurationManager'] = new \App\Manager\ConfigurationManager(($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()), $a$this->getEnv('string:DEFAULT_IDP'));
  5100.     }
  5101.     /**
  5102.      * Gets the private 'App\Manager\ContractManager' shared autowired service.
  5103.      *
  5104.      * @return \App\Manager\ContractManager
  5105.      */
  5106.     protected function getContractManagerService()
  5107.     {
  5108.         include_once \dirname(__DIR__4).'/src/Manager/ContractManagerInterface.php';
  5109.         include_once \dirname(__DIR__4).'/src/Manager/ContractManager.php';
  5110.         $a = ($this->privates['App\\Manager\\HeimdallManager'] ?? $this->getHeimdallManagerService());
  5111.         if (isset($this->privates['App\\Manager\\ContractManager'])) {
  5112.             return $this->privates['App\\Manager\\ContractManager'];
  5113.         }
  5114.         $b = ($this->privates['App\\Manager\\OrganizationManager'] ?? $this->getOrganizationManagerService());
  5115.         if (isset($this->privates['App\\Manager\\ContractManager'])) {
  5116.             return $this->privates['App\\Manager\\ContractManager'];
  5117.         }
  5118.         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'));
  5119.     }
  5120.     /**
  5121.      * Gets the private 'App\Manager\ContractServiceManager' shared autowired service.
  5122.      *
  5123.      * @return \App\Manager\ContractServiceManager
  5124.      */
  5125.     protected function getContractServiceManagerService()
  5126.     {
  5127.         include_once \dirname(__DIR__4).'/src/Manager/ContractServiceManagerInterface.php';
  5128.         include_once \dirname(__DIR__4).'/src/Manager/ContractServiceManager.php';
  5129.         include_once \dirname(__DIR__4).'/src/Handlers/Heimdall/ContractService/ContractServiceHandlerFactory.php';
  5130.         return $this->privates['App\\Manager\\ContractServiceManager'] = new \App\Manager\ContractServiceManager(($this->privates['App\\Repository\\HeimdallRepository'] ?? $this->getHeimdallRepositoryService()), new \App\Handlers\Heimdall\ContractService\ContractServiceHandlerFactory(new RewindableGenerator(function () {
  5131.             yield => ($this->privates['App\\Handlers\\Heimdall\\ContractService\\VaShareDocHandler'] ?? $this->getVaShareDocHandlerService());
  5132.         }, 1)));
  5133.     }
  5134.     /**
  5135.      * Gets the private 'App\Manager\GeoserverManager' shared autowired service.
  5136.      *
  5137.      * @return \App\Manager\GeoserverManager
  5138.      */
  5139.     protected function getGeoserverManagerService()
  5140.     {
  5141.         include_once \dirname(__DIR__4).'/src/Manager/GeoserverManagerInterface.php';
  5142.         include_once \dirname(__DIR__4).'/src/Manager/GeoserverManager.php';
  5143.         include_once \dirname(__DIR__4).'/src/Repository/AbstractRemoteRepository.php';
  5144.         include_once \dirname(__DIR__4).'/src/Repository/GeoserverRepository.php';
  5145.         $a = ($this->privates['App\\Manager\\HeimdallManager'] ?? $this->getHeimdallManagerService());
  5146.         if (isset($this->privates['App\\Manager\\GeoserverManager'])) {
  5147.             return $this->privates['App\\Manager\\GeoserverManager'];
  5148.         }
  5149.         $b = ($this->privates['App\\Manager\\AreaManager'] ?? $this->getAreaManagerService());
  5150.         if (isset($this->privates['App\\Manager\\GeoserverManager'])) {
  5151.             return $this->privates['App\\Manager\\GeoserverManager'];
  5152.         }
  5153.         $c = ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService());
  5154.         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'));
  5155.     }
  5156.     /**
  5157.      * Gets the private 'App\Manager\HeimdallManager' shared autowired service.
  5158.      *
  5159.      * @return \App\Manager\HeimdallManager
  5160.      */
  5161.     protected function getHeimdallManagerService()
  5162.     {
  5163.         include_once \dirname(__DIR__4).'/src/Manager/AbstractManager.php';
  5164.         include_once \dirname(__DIR__4).'/src/Manager/HeimdallManagerInterface.php';
  5165.         include_once \dirname(__DIR__4).'/src/Manager/HeimdallManager.php';
  5166.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  5167.         if (isset($this->privates['App\\Manager\\HeimdallManager'])) {
  5168.             return $this->privates['App\\Manager\\HeimdallManager'];
  5169.         }
  5170.         $b = ($this->privates['App\\Manager\\UserManager'] ?? $this->getUserManagerService());
  5171.         if (isset($this->privates['App\\Manager\\HeimdallManager'])) {
  5172.             return $this->privates['App\\Manager\\HeimdallManager'];
  5173.         }
  5174.         return $this->privates['App\\Manager\\HeimdallManager'] = new \App\Manager\HeimdallManager($a$this->getEnv('PORTAL_CODE'), new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  5175.             'App\\Command\\Heimdall\\GetContractCommand' => ['privates''App\\Handlers\\Heimdall\\GetContractHandler''getGetContractHandlerService'false],
  5176.             'App\\Command\\Heimdall\\GetContractsByUserCommand' => ['privates''App\\Handlers\\Heimdall\\GetContractsByUserHandler''getGetContractsByUserHandlerService'false],
  5177.             'App\\Command\\Heimdall\\GetOrganizationsCommand' => ['privates''App\\Handlers\\Heimdall\\GetOrganizationsHandler''getGetOrganizationsHandlerService'false],
  5178.             'App\\Command\\Heimdall\\GetUsersCommand' => ['privates''App\\Handlers\\Heimdall\\GetUsersHandler''getGetUsersHandlerService'false],
  5179.         ], [
  5180.             'App\\Command\\Heimdall\\GetContractCommand' => '?',
  5181.             'App\\Command\\Heimdall\\GetContractsByUserCommand' => '?',
  5182.             'App\\Command\\Heimdall\\GetOrganizationsCommand' => '?',
  5183.             'App\\Command\\Heimdall\\GetUsersCommand' => '?',
  5184.         ]), ($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()));
  5185.     }
  5186.     /**
  5187.      * Gets the private 'App\Manager\Incident\IncidentManager' shared autowired service.
  5188.      *
  5189.      * @return \App\Manager\Incident\IncidentManager
  5190.      */
  5191.     protected function getIncidentManagerService()
  5192.     {
  5193.         include_once \dirname(__DIR__4).'/src/Manager/Incident/IncidentManagerInterface.php';
  5194.         include_once \dirname(__DIR__4).'/src/Manager/Incident/IncidentManager.php';
  5195.         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())));
  5196.     }
  5197.     /**
  5198.      * Gets the private 'App\Manager\IndustrialSite\IndustrialSiteManager' shared autowired service.
  5199.      *
  5200.      * @return \App\Manager\IndustrialSite\IndustrialSiteManager
  5201.      */
  5202.     protected function getIndustrialSiteManagerService()
  5203.     {
  5204.         include_once \dirname(__DIR__4).'/src/Manager/IndustrialSite/IndustrialSiteManagerInterface.php';
  5205.         include_once \dirname(__DIR__4).'/src/Manager/IndustrialSite/IndustrialSiteManager.php';
  5206.         include_once \dirname(__DIR__4).'/src/Repository/IndustrialSite/IndustrialSiteRepositoryInterface.php';
  5207.         include_once \dirname(__DIR__4).'/src/Repository/IndustrialSite/IndustrialSiteRepository.php';
  5208.         $a = ($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService());
  5209.         $b = ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService());
  5210.         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()));
  5211.     }
  5212.     /**
  5213.      * Gets the private 'App\Manager\KeyCloackManager' shared autowired service.
  5214.      *
  5215.      * @return \App\Manager\KeyCloackManager
  5216.      */
  5217.     protected function getKeyCloackManagerService()
  5218.     {
  5219.         include_once \dirname(__DIR__4).'/src/Manager/KeyCloackManagerInterface.php';
  5220.         include_once \dirname(__DIR__4).'/src/Manager/KeyCloackManager.php';
  5221.         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'));
  5222.     }
  5223.     /**
  5224.      * Gets the private 'App\Manager\LegalEntityManager' shared autowired service.
  5225.      *
  5226.      * @return \App\Manager\LegalEntityManager
  5227.      */
  5228.     protected function getLegalEntityManagerService()
  5229.     {
  5230.         include_once \dirname(__DIR__4).'/src/Manager/LegalEntityManagerInterface.php';
  5231.         include_once \dirname(__DIR__4).'/src/Manager/LegalEntityManager.php';
  5232.         return $this->privates['App\\Manager\\LegalEntityManager'] = new \App\Manager\LegalEntityManager(($this->privates['App\\Repository\\HeimdallRepository'] ?? $this->getHeimdallRepositoryService()));
  5233.     }
  5234.     /**
  5235.      * Gets the private 'App\Manager\MdmManager' shared autowired service.
  5236.      *
  5237.      * @return \App\Manager\MdmManager
  5238.      */
  5239.     protected function getMdmManagerService()
  5240.     {
  5241.         include_once \dirname(__DIR__4).'/src/Manager/AbstractManager.php';
  5242.         include_once \dirname(__DIR__4).'/src/Manager/MdmManagerInterface.php';
  5243.         include_once \dirname(__DIR__4).'/src/Manager/MdmManager.php';
  5244.         return $this->privates['App\\Manager\\MdmManager'] = new \App\Manager\MdmManager(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  5245.             'App\\Command\\Mdm\\ExternalSourceCommand' => ['privates''App\\Handlers\\Mdm\\ExternalSourceHandler''getExternalSourceHandlerService'false],
  5246.             'App\\Command\\Mdm\\GetContractCommand' => ['privates''App\\Handlers\\Mdm\\GetContractHandler''getGetContractHandler2Service'false],
  5247.         ], [
  5248.             'App\\Command\\Mdm\\ExternalSourceCommand' => '?',
  5249.             'App\\Command\\Mdm\\GetContractCommand' => '?',
  5250.         ]), ($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()));
  5251.     }
  5252.     /**
  5253.      * Gets the private 'App\Manager\MetabaseManager' shared autowired service.
  5254.      *
  5255.      * @return \App\Manager\MetabaseManager
  5256.      */
  5257.     protected function getMetabaseManagerService()
  5258.     {
  5259.         include_once \dirname(__DIR__4).'/src/Manager/MetabaseManagerInterface.php';
  5260.         include_once \dirname(__DIR__4).'/src/Manager/MetabaseManager.php';
  5261.         include_once \dirname(__DIR__4).'/src/Repository/AbstractRemoteRepository.php';
  5262.         include_once \dirname(__DIR__4).'/src/Repository/MetabaseRepository.php';
  5263.         $a = ($this->privates['App\\Manager\\HeimdallManager'] ?? $this->getHeimdallManagerService());
  5264.         if (isset($this->privates['App\\Manager\\MetabaseManager'])) {
  5265.             return $this->privates['App\\Manager\\MetabaseManager'];
  5266.         }
  5267.         $b = ($this->privates['App\\Manager\\UserManager'] ?? $this->getUserManagerService());
  5268.         if (isset($this->privates['App\\Manager\\MetabaseManager'])) {
  5269.             return $this->privates['App\\Manager\\MetabaseManager'];
  5270.         }
  5271.         $c = ($this->privates['App\\Manager\\OrganizationManager'] ?? $this->getOrganizationManagerService());
  5272.         if (isset($this->privates['App\\Manager\\MetabaseManager'])) {
  5273.             return $this->privates['App\\Manager\\MetabaseManager'];
  5274.         }
  5275.         $d = ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService());
  5276.         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);
  5277.     }
  5278.     /**
  5279.      * Gets the private 'App\Manager\NextcloudManager' shared autowired service.
  5280.      *
  5281.      * @return \App\Manager\NextcloudManager
  5282.      */
  5283.     protected function getNextcloudManagerService()
  5284.     {
  5285.         include_once \dirname(__DIR__4).'/src/Manager/NextcloudManager.php';
  5286.         include_once \dirname(__DIR__4).'/src/Repository/NextcloudRepository.php';
  5287.         $a = ($this->privates['App\\Manager\\HeimdallManager'] ?? $this->getHeimdallManagerService());
  5288.         if (isset($this->privates['App\\Manager\\NextcloudManager'])) {
  5289.             return $this->privates['App\\Manager\\NextcloudManager'];
  5290.         }
  5291.         $b = ($this->privates['App\\Manager\\OrganizationManager'] ?? $this->getOrganizationManagerService());
  5292.         if (isset($this->privates['App\\Manager\\NextcloudManager'])) {
  5293.             return $this->privates['App\\Manager\\NextcloudManager'];
  5294.         }
  5295.         $c = ($this->privates['App\\Manager\\ApplicationConfigurationManager'] ?? $this->getApplicationConfigurationManagerService());
  5296.         if (isset($this->privates['App\\Manager\\NextcloudManager'])) {
  5297.             return $this->privates['App\\Manager\\NextcloudManager'];
  5298.         }
  5299.         $d = ($this->privates['App\\Manager\\ContractManager'] ?? $this->getContractManagerService());
  5300.         if (isset($this->privates['App\\Manager\\NextcloudManager'])) {
  5301.             return $this->privates['App\\Manager\\NextcloudManager'];
  5302.         }
  5303.         $e = ($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService());
  5304.         $f = ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService());
  5305.         return $this->privates['App\\Manager\\NextcloudManager'] = new \App\Manager\NextcloudManager(new \App\Repository\NextcloudRepository($e$f$this->getEnv('json:NEXTCLOUD_INSTANCES')), $a$b$c$d$f$e$this->getEnv('json:NEXTCLOUD_INSTANCES'));
  5306.     }
  5307.     /**
  5308.      * Gets the private 'App\Manager\OrganizationContractServiceManager' shared autowired service.
  5309.      *
  5310.      * @return \App\Manager\OrganizationContractServiceManager
  5311.      */
  5312.     protected function getOrganizationContractServiceManagerService()
  5313.     {
  5314.         include_once \dirname(__DIR__4).'/src/Manager/OrganizationContractServiceManagerInterface.php';
  5315.         include_once \dirname(__DIR__4).'/src/Manager/OrganizationContractServiceManager.php';
  5316.         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()));
  5317.     }
  5318.     /**
  5319.      * Gets the private 'App\Manager\OrganizationManager' shared autowired service.
  5320.      *
  5321.      * @return \App\Manager\OrganizationManager
  5322.      */
  5323.     protected function getOrganizationManagerService()
  5324.     {
  5325.         include_once \dirname(__DIR__4).'/src/Manager/OrganizationManagerInterface.php';
  5326.         include_once \dirname(__DIR__4).'/src/Manager/OrganizationManager.php';
  5327.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  5328.         if (isset($this->privates['App\\Manager\\OrganizationManager'])) {
  5329.             return $this->privates['App\\Manager\\OrganizationManager'];
  5330.         }
  5331.         $b = ($this->privates['App\\Manager\\HeimdallManager'] ?? $this->getHeimdallManagerService());
  5332.         if (isset($this->privates['App\\Manager\\OrganizationManager'])) {
  5333.             return $this->privates['App\\Manager\\OrganizationManager'];
  5334.         }
  5335.         $c = ($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService());
  5336.         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()));
  5337.     }
  5338.     /**
  5339.      * Gets the private 'App\Manager\PublicSpacePlannerManager' shared autowired service.
  5340.      *
  5341.      * @return \App\Manager\PublicSpacePlannerManager
  5342.      */
  5343.     protected function getPublicSpacePlannerManagerService()
  5344.     {
  5345.         include_once \dirname(__DIR__4).'/src/Manager/PublicSpacePlannerManagerInterface.php';
  5346.         include_once \dirname(__DIR__4).'/src/Manager/PublicSpacePlannerManager.php';
  5347.         $a = ($this->privates['App\\Manager\\UserManager'] ?? $this->getUserManagerService());
  5348.         if (isset($this->privates['App\\Manager\\PublicSpacePlannerManager'])) {
  5349.             return $this->privates['App\\Manager\\PublicSpacePlannerManager'];
  5350.         }
  5351.         $b = ($this->privates['App\\Manager\\OrganizationManager'] ?? $this->getOrganizationManagerService());
  5352.         if (isset($this->privates['App\\Manager\\PublicSpacePlannerManager'])) {
  5353.             return $this->privates['App\\Manager\\PublicSpacePlannerManager'];
  5354.         }
  5355.         $c = ($this->privates['App\\Manager\\AreaManager'] ?? $this->getAreaManagerService());
  5356.         if (isset($this->privates['App\\Manager\\PublicSpacePlannerManager'])) {
  5357.             return $this->privates['App\\Manager\\PublicSpacePlannerManager'];
  5358.         }
  5359.         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);
  5360.     }
  5361.     /**
  5362.      * Gets the private 'App\Manager\ServiceManager' shared autowired service.
  5363.      *
  5364.      * @return \App\Manager\ServiceManager
  5365.      */
  5366.     protected function getServiceManagerService()
  5367.     {
  5368.         include_once \dirname(__DIR__4).'/src/Manager/ServiceManagerInterface.php';
  5369.         include_once \dirname(__DIR__4).'/src/Manager/ServiceManager.php';
  5370.         return $this->privates['App\\Manager\\ServiceManager'] = new \App\Manager\ServiceManager(($this->privates['App\\Repository\\HeimdallRepository'] ?? $this->getHeimdallRepositoryService()));
  5371.     }
  5372.     /**
  5373.      * Gets the private 'App\Manager\SignalManager' shared autowired service.
  5374.      *
  5375.      * @return \App\Manager\SignalManager
  5376.      */
  5377.     protected function getSignalManagerService()
  5378.     {
  5379.         include_once \dirname(__DIR__4).'/src/Manager/SignalManagerInterface.php';
  5380.         include_once \dirname(__DIR__4).'/src/Manager/SignalManager.php';
  5381.         include_once \dirname(__DIR__4).'/src/Repository/AbstractRemoteRepository.php';
  5382.         include_once \dirname(__DIR__4).'/src/Repository/SignalRepository.php';
  5383.         $a = ($this->privates['App\\Manager\\ApplicationConfigurationManager'] ?? $this->getApplicationConfigurationManagerService());
  5384.         if (isset($this->privates['App\\Manager\\SignalManager'])) {
  5385.             return $this->privates['App\\Manager\\SignalManager'];
  5386.         }
  5387.         $b = ($this->privates['App\\Manager\\OrganizationManager'] ?? $this->getOrganizationManagerService());
  5388.         if (isset($this->privates['App\\Manager\\SignalManager'])) {
  5389.             return $this->privates['App\\Manager\\SignalManager'];
  5390.         }
  5391.         $c = ($this->privates['App\\Manager\\UserManager'] ?? $this->getUserManagerService());
  5392.         if (isset($this->privates['App\\Manager\\SignalManager'])) {
  5393.             return $this->privates['App\\Manager\\SignalManager'];
  5394.         }
  5395.         $d = ($this->privates['App\\Manager\\AreaManager'] ?? $this->getAreaManagerService());
  5396.         if (isset($this->privates['App\\Manager\\SignalManager'])) {
  5397.             return $this->privates['App\\Manager\\SignalManager'];
  5398.         }
  5399.         $e = ($this->privates['.debug.app.signal.client'] ?? $this->get_Debug_App_Signal_ClientService());
  5400.         $f = ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService());
  5401.         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()));
  5402.     }
  5403.     /**
  5404.      * Gets the private 'App\Manager\UserManager' shared autowired service.
  5405.      *
  5406.      * @return \App\Manager\UserManager
  5407.      */
  5408.     protected function getUserManagerService()
  5409.     {
  5410.         include_once \dirname(__DIR__4).'/src/Manager/UserManagerInterface.php';
  5411.         include_once \dirname(__DIR__4).'/src/Manager/UserManager.php';
  5412.         $a = ($this->privates['security.helper'] ?? $this->getSecurity_HelperService());
  5413.         if (isset($this->privates['App\\Manager\\UserManager'])) {
  5414.             return $this->privates['App\\Manager\\UserManager'];
  5415.         }
  5416.         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()));
  5417.     }
  5418.     /**
  5419.      * Gets the private 'App\Manager\UserProfileManager' shared autowired service.
  5420.      *
  5421.      * @return \App\Manager\UserProfileManager
  5422.      */
  5423.     protected function getUserProfileManagerService()
  5424.     {
  5425.         include_once \dirname(__DIR__4).'/src/Manager/UserProfileManagerInterface.php';
  5426.         include_once \dirname(__DIR__4).'/src/Manager/UserProfileManager.php';
  5427.         return $this->privates['App\\Manager\\UserProfileManager'] = new \App\Manager\UserProfileManager(($this->privates['App\\Repository\\HeimdallRepository'] ?? $this->getHeimdallRepositoryService()));
  5428.     }
  5429.     /**
  5430.      * Gets the private 'App\Manager\VdmManager' shared autowired service.
  5431.      *
  5432.      * @return \App\Manager\VdmManager
  5433.      */
  5434.     protected function getVdmManagerService()
  5435.     {
  5436.         include_once \dirname(__DIR__4).'/src/Manager/VdmManagerInterface.php';
  5437.         include_once \dirname(__DIR__4).'/src/Manager/VdmManager.php';
  5438.         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()));
  5439.     }
  5440.     /**
  5441.      * Gets the private 'App\MessageHandler\NextcloudMessageHandler' shared autowired service.
  5442.      *
  5443.      * @return \App\MessageHandler\NextcloudMessageHandler
  5444.      */
  5445.     protected function getNextcloudMessageHandlerService()
  5446.     {
  5447.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/MessageHandlerInterface.php';
  5448.         include_once \dirname(__DIR__4).'/src/MessageHandler/AbstractMessageHandler.php';
  5449.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/MessageSubscriberInterface.php';
  5450.         include_once \dirname(__DIR__4).'/src/MessageHandler/NextcloudMessageHandler.php';
  5451.         $a = ($this->privates['App\\Manager\\NextcloudManager'] ?? $this->getNextcloudManagerService());
  5452.         if (isset($this->privates['App\\MessageHandler\\NextcloudMessageHandler'])) {
  5453.             return $this->privates['App\\MessageHandler\\NextcloudMessageHandler'];
  5454.         }
  5455.         return $this->privates['App\\MessageHandler\\NextcloudMessageHandler'] = new \App\MessageHandler\NextcloudMessageHandler($a, ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  5456.     }
  5457.     /**
  5458.      * Gets the private 'App\MessageHandler\SignalMessageHandler' shared autowired service.
  5459.      *
  5460.      * @return \App\MessageHandler\SignalMessageHandler
  5461.      */
  5462.     protected function getSignalMessageHandlerService()
  5463.     {
  5464.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/MessageHandlerInterface.php';
  5465.         include_once \dirname(__DIR__4).'/src/MessageHandler/AbstractMessageHandler.php';
  5466.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/MessageSubscriberInterface.php';
  5467.         include_once \dirname(__DIR__4).'/src/MessageHandler/SignalMessageHandler.php';
  5468.         $a = ($this->privates['App\\Manager\\SignalManager'] ?? $this->getSignalManagerService());
  5469.         if (isset($this->privates['App\\MessageHandler\\SignalMessageHandler'])) {
  5470.             return $this->privates['App\\MessageHandler\\SignalMessageHandler'];
  5471.         }
  5472.         return $this->privates['App\\MessageHandler\\SignalMessageHandler'] = new \App\MessageHandler\SignalMessageHandler($a, ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  5473.     }
  5474.     /**
  5475.      * Gets the private 'App\OpenApi\ExternalSwaggerDescriber' shared autowired service.
  5476.      *
  5477.      * @return \App\OpenApi\ExternalSwaggerDescriber
  5478.      */
  5479.     protected function getExternalSwaggerDescriberService()
  5480.     {
  5481.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Describer/DescriberInterface.php';
  5482.         include_once \dirname(__DIR__4).'/src/OpenApi/ExternalSwaggerDescriber.php';
  5483.         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']);
  5484.     }
  5485.     /**
  5486.      * Gets the private 'App\Repository\HeimdallRepository' shared autowired service.
  5487.      *
  5488.      * @return \App\Repository\HeimdallRepository
  5489.      */
  5490.     protected function getHeimdallRepositoryService()
  5491.     {
  5492.         include_once \dirname(__DIR__4).'/src/Repository/AbstractRemoteRepository.php';
  5493.         include_once \dirname(__DIR__4).'/src/Repository/HeimdallRepository.php';
  5494.         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()));
  5495.     }
  5496.     /**
  5497.      * Gets the private 'App\Repository\MdmRepository' shared autowired service.
  5498.      *
  5499.      * @return \App\Repository\MdmRepository
  5500.      */
  5501.     protected function getMdmRepositoryService()
  5502.     {
  5503.         include_once \dirname(__DIR__4).'/src/Repository/AbstractRemoteRepository.php';
  5504.         include_once \dirname(__DIR__4).'/src/Repository/MdmRepository.php';
  5505.         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()));
  5506.     }
  5507.     /**
  5508.      * Gets the private 'App\Repository\ThingsBoardRepository' shared autowired service.
  5509.      *
  5510.      * @return \App\Repository\ThingsBoardRepository
  5511.      */
  5512.     protected function getThingsBoardRepositoryService()
  5513.     {
  5514.         include_once \dirname(__DIR__4).'/src/Repository/AbstractRemoteRepository.php';
  5515.         include_once \dirname(__DIR__4).'/src/Repository/ThingsBoardRepository.php';
  5516.         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'));
  5517.     }
  5518.     /**
  5519.      * Gets the private 'App\Service\MailerService' shared autowired service.
  5520.      *
  5521.      * @return \App\Service\MailerService
  5522.      */
  5523.     protected function getMailerServiceService()
  5524.     {
  5525.         include_once \dirname(__DIR__4).'/src/Service/MailerServiceInterface.php';
  5526.         include_once \dirname(__DIR__4).'/src/Service/MailerService.php';
  5527.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/MailerInterface.php';
  5528.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Mailer.php';
  5529.         $a = ($this->privates['mailer.transports'] ?? $this->getMailer_TransportsService());
  5530.         if (isset($this->privates['App\\Service\\MailerService'])) {
  5531.             return $this->privates['App\\Service\\MailerService'];
  5532.         }
  5533.         $b = ($this->services['messenger.default_bus'] ?? $this->getMessenger_DefaultBusService());
  5534.         if (isset($this->privates['App\\Service\\MailerService'])) {
  5535.             return $this->privates['App\\Service\\MailerService'];
  5536.         }
  5537.         $c = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  5538.         if (isset($this->privates['App\\Service\\MailerService'])) {
  5539.             return $this->privates['App\\Service\\MailerService'];
  5540.         }
  5541.         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'));
  5542.     }
  5543.     /**
  5544.      * Gets the private 'App\Service\PowerBiService' shared autowired service.
  5545.      *
  5546.      * @return \App\Service\PowerBiService
  5547.      */
  5548.     protected function getPowerBiServiceService()
  5549.     {
  5550.         include_once \dirname(__DIR__4).'/src/Service/PowerBiServiceInterface.php';
  5551.         include_once \dirname(__DIR__4).'/src/Service/PowerBiService.php';
  5552.         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()));
  5553.     }
  5554.     /**
  5555.      * Gets the private 'App\Service\RequestBridgeService' shared autowired service.
  5556.      *
  5557.      * @return \App\Service\RequestBridgeService
  5558.      */
  5559.     protected function getRequestBridgeServiceService()
  5560.     {
  5561.         include_once \dirname(__DIR__4).'/src/Service/RequestBridgeService.php';
  5562.         $a = ($this->privates['App\\Manager\\AreaManager'] ?? $this->getAreaManagerService());
  5563.         if (isset($this->privates['App\\Service\\RequestBridgeService'])) {
  5564.             return $this->privates['App\\Service\\RequestBridgeService'];
  5565.         }
  5566.         $b = ($this->privates['App\\Manager\\SignalManager'] ?? $this->getSignalManagerService());
  5567.         if (isset($this->privates['App\\Service\\RequestBridgeService'])) {
  5568.             return $this->privates['App\\Service\\RequestBridgeService'];
  5569.         }
  5570.         $c = ($this->privates['App\\Manager\\CategoryManager'] ?? $this->getCategoryManagerService());
  5571.         if (isset($this->privates['App\\Service\\RequestBridgeService'])) {
  5572.             return $this->privates['App\\Service\\RequestBridgeService'];
  5573.         }
  5574.         $d = ($this->privates['App\\Manager\\UserManager'] ?? $this->getUserManagerService());
  5575.         if (isset($this->privates['App\\Service\\RequestBridgeService'])) {
  5576.             return $this->privates['App\\Service\\RequestBridgeService'];
  5577.         }
  5578.         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()));
  5579.     }
  5580.     /**
  5581.      * Gets the private 'App\Utils\QueryBridge' shared autowired service.
  5582.      *
  5583.      * @return \App\Utils\QueryBridge
  5584.      */
  5585.     protected function getQueryBridgeService()
  5586.     {
  5587.         include_once \dirname(__DIR__4).'/src/Utils/QueryBridge.php';
  5588.         return $this->privates['App\\Utils\\QueryBridge'] = new \App\Utils\QueryBridge(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  5589.     }
  5590.     /**
  5591.      * Gets the private 'Hslavich\OneloginSamlBundle\EventListener\Security\SamlLogoutListener' shared autowired service.
  5592.      *
  5593.      * @return \Hslavich\OneloginSamlBundle\EventListener\Security\SamlLogoutListener
  5594.      */
  5595.     protected function getSamlLogoutListenerService()
  5596.     {
  5597.         include_once \dirname(__DIR__4).'/vendor/hslavich/oneloginsaml-bundle/EventListener/Security/SamlLogoutListener.php';
  5598.         return $this->privates['Hslavich\\OneloginSamlBundle\\EventListener\\Security\\SamlLogoutListener'] = new \Hslavich\OneloginSamlBundle\EventListener\Security\SamlLogoutListener(($this->services['Hslavich\\OneloginSamlBundle\\DependencyInjection\\Security\\Saml2\\Auth'] ?? $this->getAuthService()));
  5599.     }
  5600.     /**
  5601.      * Gets the private 'Hslavich\OneloginSamlBundle\Security\Firewall\SamlListener.main' shared service.
  5602.      *
  5603.      * @return \Hslavich\OneloginSamlBundle\Security\Firewall\SamlListener
  5604.      */
  5605.     protected function getSamlListener_MainService()
  5606.     {
  5607.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/FirewallListenerInterface.php';
  5608.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  5609.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractAuthenticationListener.php';
  5610.         include_once \dirname(__DIR__4).'/vendor/hslavich/oneloginsaml-bundle/Security/Firewall/SamlListener.php';
  5611.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authentication/AuthenticationSuccessHandlerInterface.php';
  5612.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authentication/CustomAuthenticationSuccessHandler.php';
  5613.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Util/TargetPathTrait.php';
  5614.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authentication/DefaultAuthenticationSuccessHandler.php';
  5615.         include_once \dirname(__DIR__4).'/src/Security/Handler/SamlSuccessHandler.php';
  5616.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authentication/AuthenticationFailureHandlerInterface.php';
  5617.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authentication/DefaultAuthenticationFailureHandler.php';
  5618.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Session/SessionAuthenticationStrategyInterface.php';
  5619.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Session/SessionAuthenticationStrategy.php';
  5620.         $a = ($this->privates['security.authentication.manager'] ?? $this->getSecurity_Authentication_ManagerService());
  5621.         if (isset($this->privates['Hslavich\\OneloginSamlBundle\\Security\\Firewall\\SamlListener.main'])) {
  5622.             return $this->privates['Hslavich\\OneloginSamlBundle\\Security\\Firewall\\SamlListener.main'];
  5623.         }
  5624.         $b = ($this->services['lexik_jwt_authentication.jwt_manager'] ?? $this->getLexikJwtAuthentication_JwtManagerService());
  5625.         if (isset($this->privates['Hslavich\\OneloginSamlBundle\\Security\\Firewall\\SamlListener.main'])) {
  5626.             return $this->privates['Hslavich\\OneloginSamlBundle\\Security\\Firewall\\SamlListener.main'];
  5627.         }
  5628.         $c = ($this->privates['App\\Manager\\HeimdallManager'] ?? $this->getHeimdallManagerService());
  5629.         if (isset($this->privates['Hslavich\\OneloginSamlBundle\\Security\\Firewall\\SamlListener.main'])) {
  5630.             return $this->privates['Hslavich\\OneloginSamlBundle\\Security\\Firewall\\SamlListener.main'];
  5631.         }
  5632.         $d = ($this->services['http_kernel'] ?? $this->getHttpKernelService());
  5633.         if (isset($this->privates['Hslavich\\OneloginSamlBundle\\Security\\Firewall\\SamlListener.main'])) {
  5634.             return $this->privates['Hslavich\\OneloginSamlBundle\\Security\\Firewall\\SamlListener.main'];
  5635.         }
  5636.         $e = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  5637.         if (isset($this->privates['Hslavich\\OneloginSamlBundle\\Security\\Firewall\\SamlListener.main'])) {
  5638.             return $this->privates['Hslavich\\OneloginSamlBundle\\Security\\Firewall\\SamlListener.main'];
  5639.         }
  5640.         $f = ($this->privates['security.http_utils'] ?? $this->getSecurity_HttpUtilsService());
  5641.         $g = ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService());
  5642.         $h = new \Symfony\Component\Security\Http\Authentication\DefaultAuthenticationFailureHandler($d$f, [], $g);
  5643.         $h->setOptions(['login_path' => 'saml_login''failure_path' => NULL'failure_forward' => false'failure_path_parameter' => '_failure_path']);
  5644.         $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);
  5645.         $instance->setOneLoginAuth(($this->services['Hslavich\\OneloginSamlBundle\\DependencyInjection\\Security\\Saml2\\Auth'] ?? $this->getAuthService()));
  5646.         return $instance;
  5647.     }
  5648.     /**
  5649.      * Gets the private 'Vdm\Bundle\LibraryBundle\Command\CollectMessagesCommand' shared autowired service.
  5650.      *
  5651.      * @return \Vdm\Bundle\LibraryBundle\Command\CollectMessagesCommand
  5652.      */
  5653.     protected function getCollectMessagesCommandService()
  5654.     {
  5655.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5656.         include_once \dirname(__DIR__4).'/vendor/3slab/vdm-library-bundle/Command/CollectMessagesCommand.php';
  5657.         $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']);
  5658.         $instance->setName('vdm:collect');
  5659.         return $instance;
  5660.     }
  5661.     /**
  5662.      * Gets the private 'Vdm\Bundle\LibraryBundle\Command\ConsumeMessagesCommand' shared autowired service.
  5663.      *
  5664.      * @return \Vdm\Bundle\LibraryBundle\Command\ConsumeMessagesCommand
  5665.      */
  5666.     protected function getConsumeMessagesCommandService()
  5667.     {
  5668.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5669.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Command/ConsumeMessagesCommand.php';
  5670.         include_once \dirname(__DIR__4).'/vendor/3slab/vdm-library-bundle/Command/ConsumeMessagesCommand.php';
  5671.         $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']);
  5672.         $instance->setName('vdm:consume');
  5673.         return $instance;
  5674.     }
  5675.     /**
  5676.      * Gets the private 'Vdm\Bundle\LibraryBundle\EventSubscriber\ExceptionHandler\RethrowExceptionAfterWorkerStoppedSubscriber' shared autowired service.
  5677.      *
  5678.      * @return \Vdm\Bundle\LibraryBundle\EventSubscriber\ExceptionHandler\RethrowExceptionAfterWorkerStoppedSubscriber
  5679.      */
  5680.     protected function getRethrowExceptionAfterWorkerStoppedSubscriberService()
  5681.     {
  5682.         include_once \dirname(__DIR__4).'/vendor/3slab/vdm-library-bundle/EventSubscriber/ExceptionHandler/RethrowExceptionAfterWorkerStoppedSubscriber.php';
  5683.         include_once \dirname(__DIR__4).'/vendor/3slab/vdm-library-bundle/Service/StopWorkerService.php';
  5684.         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()));
  5685.     }
  5686.     /**
  5687.      * Gets the private 'Vdm\Bundle\LibraryBundle\EventSubscriber\ExceptionHandler\StopWorkerOnExceptionSubscriber' shared autowired service.
  5688.      *
  5689.      * @return \Vdm\Bundle\LibraryBundle\EventSubscriber\ExceptionHandler\StopWorkerOnExceptionSubscriber
  5690.      */
  5691.     protected function getStopWorkerOnExceptionSubscriberService()
  5692.     {
  5693.         include_once \dirname(__DIR__4).'/vendor/3slab/vdm-library-bundle/EventSubscriber/ExceptionHandler/StopWorkerOnExceptionSubscriber.php';
  5694.         include_once \dirname(__DIR__4).'/vendor/3slab/vdm-library-bundle/Service/StopWorkerService.php';
  5695.         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()));
  5696.     }
  5697.     /**
  5698.      * Gets the private 'Vdm\Bundle\LibraryBundle\EventSubscriber\ExceptionHandler\StoreExceptionOnMessageFailedSubscriber' shared autowired service.
  5699.      *
  5700.      * @return \Vdm\Bundle\LibraryBundle\EventSubscriber\ExceptionHandler\StoreExceptionOnMessageFailedSubscriber
  5701.      */
  5702.     protected function getStoreExceptionOnMessageFailedSubscriberService()
  5703.     {
  5704.         include_once \dirname(__DIR__4).'/vendor/3slab/vdm-library-bundle/EventSubscriber/ExceptionHandler/StoreExceptionOnMessageFailedSubscriber.php';
  5705.         include_once \dirname(__DIR__4).'/vendor/3slab/vdm-library-bundle/Service/StopWorkerService.php';
  5706.         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()));
  5707.     }
  5708.     /**
  5709.      * Gets the private 'Vdm\Bundle\LibraryBundle\EventSubscriber\Monitoring\MonitoringWorkerConsumedMessageSubscriber' shared autowired service.
  5710.      *
  5711.      * @return \Vdm\Bundle\LibraryBundle\EventSubscriber\Monitoring\MonitoringWorkerConsumedMessageSubscriber
  5712.      */
  5713.     protected function getMonitoringWorkerConsumedMessageSubscriberService()
  5714.     {
  5715.         include_once \dirname(__DIR__4).'/vendor/3slab/vdm-library-bundle/EventSubscriber/Monitoring/MonitoringWorkerConsumedMessageSubscriber.php';
  5716.         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()));
  5717.     }
  5718.     /**
  5719.      * Gets the private 'Vdm\Bundle\LibraryBundle\EventSubscriber\Monitoring\MonitoringWorkerHandleMessageDurationSubscriber' shared autowired service.
  5720.      *
  5721.      * @return \Vdm\Bundle\LibraryBundle\EventSubscriber\Monitoring\MonitoringWorkerHandleMessageDurationSubscriber
  5722.      */
  5723.     protected function getMonitoringWorkerHandleMessageDurationSubscriberService()
  5724.     {
  5725.         include_once \dirname(__DIR__4).'/vendor/3slab/vdm-library-bundle/EventSubscriber/Monitoring/MonitoringWorkerHandleMessageDurationSubscriber.php';
  5726.         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()));
  5727.     }
  5728.     /**
  5729.      * Gets the private 'Vdm\Bundle\LibraryBundle\EventSubscriber\Monitoring\MonitoringWorkerHandleMessageMemorySubscriber' shared autowired service.
  5730.      *
  5731.      * @return \Vdm\Bundle\LibraryBundle\EventSubscriber\Monitoring\MonitoringWorkerHandleMessageMemorySubscriber
  5732.      */
  5733.     protected function getMonitoringWorkerHandleMessageMemorySubscriberService()
  5734.     {
  5735.         include_once \dirname(__DIR__4).'/vendor/3slab/vdm-library-bundle/EventSubscriber/Monitoring/MonitoringWorkerHandleMessageMemorySubscriber.php';
  5736.         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()));
  5737.     }
  5738.     /**
  5739.      * Gets the private 'Vdm\Bundle\LibraryBundle\EventSubscriber\Monitoring\MonitoringWorkerHandledMessageSubscriber' shared autowired service.
  5740.      *
  5741.      * @return \Vdm\Bundle\LibraryBundle\EventSubscriber\Monitoring\MonitoringWorkerHandledMessageSubscriber
  5742.      */
  5743.     protected function getMonitoringWorkerHandledMessageSubscriberService()
  5744.     {
  5745.         include_once \dirname(__DIR__4).'/vendor/3slab/vdm-library-bundle/EventSubscriber/Monitoring/MonitoringWorkerHandledMessageSubscriber.php';
  5746.         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()));
  5747.     }
  5748.     /**
  5749.      * Gets the private 'Vdm\Bundle\LibraryBundle\EventSubscriber\Monitoring\MonitoringWorkerMessageFailedSubscriber' shared autowired service.
  5750.      *
  5751.      * @return \Vdm\Bundle\LibraryBundle\EventSubscriber\Monitoring\MonitoringWorkerMessageFailedSubscriber
  5752.      */
  5753.     protected function getMonitoringWorkerMessageFailedSubscriberService()
  5754.     {
  5755.         include_once \dirname(__DIR__4).'/vendor/3slab/vdm-library-bundle/EventSubscriber/Monitoring/MonitoringWorkerMessageFailedSubscriber.php';
  5756.         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()));
  5757.     }
  5758.     /**
  5759.      * Gets the private 'Vdm\Bundle\LibraryBundle\EventSubscriber\Monitoring\MonitoringWorkerProducedMessageSubscriber' shared autowired service.
  5760.      *
  5761.      * @return \Vdm\Bundle\LibraryBundle\EventSubscriber\Monitoring\MonitoringWorkerProducedMessageSubscriber
  5762.      */
  5763.     protected function getMonitoringWorkerProducedMessageSubscriberService()
  5764.     {
  5765.         include_once \dirname(__DIR__4).'/vendor/3slab/vdm-library-bundle/EventSubscriber/Monitoring/MonitoringWorkerProducedMessageSubscriber.php';
  5766.         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()));
  5767.     }
  5768.     /**
  5769.      * Gets the private 'Vdm\Bundle\LibraryBundle\EventSubscriber\Monitoring\MonitoringWorkerRunningFlushSubscriber' shared autowired service.
  5770.      *
  5771.      * @return \Vdm\Bundle\LibraryBundle\EventSubscriber\Monitoring\MonitoringWorkerRunningFlushSubscriber
  5772.      */
  5773.     protected function getMonitoringWorkerRunningFlushSubscriberService()
  5774.     {
  5775.         include_once \dirname(__DIR__4).'/vendor/3slab/vdm-library-bundle/EventSubscriber/Monitoring/MonitoringWorkerRunningFlushSubscriber.php';
  5776.         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()));
  5777.     }
  5778.     /**
  5779.      * Gets the private 'Vdm\Bundle\LibraryBundle\EventSubscriber\Monitoring\MonitoringWorkerStartedSubscriber' shared autowired service.
  5780.      *
  5781.      * @return \Vdm\Bundle\LibraryBundle\EventSubscriber\Monitoring\MonitoringWorkerStartedSubscriber
  5782.      */
  5783.     protected function getMonitoringWorkerStartedSubscriberService()
  5784.     {
  5785.         include_once \dirname(__DIR__4).'/vendor/3slab/vdm-library-bundle/EventSubscriber/Monitoring/MonitoringWorkerStartedSubscriber.php';
  5786.         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()));
  5787.     }
  5788.     /**
  5789.      * Gets the private 'Vdm\Bundle\LibraryBundle\EventSubscriber\Monitoring\MonitoringWorkerStoppedSubscriber' shared autowired service.
  5790.      *
  5791.      * @return \Vdm\Bundle\LibraryBundle\EventSubscriber\Monitoring\MonitoringWorkerStoppedSubscriber
  5792.      */
  5793.     protected function getMonitoringWorkerStoppedSubscriberService()
  5794.     {
  5795.         include_once \dirname(__DIR__4).'/vendor/3slab/vdm-library-bundle/EventSubscriber/Monitoring/MonitoringWorkerStoppedSubscriber.php';
  5796.         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()));
  5797.     }
  5798.     /**
  5799.      * Gets the private 'Vdm\Bundle\LibraryBundle\EventSubscriber\PrintMessage\PrintMessageSubscriber' shared autowired service.
  5800.      *
  5801.      * @return \Vdm\Bundle\LibraryBundle\EventSubscriber\PrintMessage\PrintMessageSubscriber
  5802.      */
  5803.     protected function getPrintMessageSubscriberService()
  5804.     {
  5805.         include_once \dirname(__DIR__4).'/vendor/3slab/vdm-library-bundle/EventSubscriber/PrintMessage/PrintMessageSubscriber.php';
  5806.         return $this->privates['Vdm\\Bundle\\LibraryBundle\\EventSubscriber\\PrintMessage\\PrintMessageSubscriber'] = new \Vdm\Bundle\LibraryBundle\EventSubscriber\PrintMessage\PrintMessageSubscriber(falsefalse, ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  5807.     }
  5808.     /**
  5809.      * Gets the private 'Vdm\Bundle\LibraryBundle\EventSubscriber\StopWorker\StopWorkerAfterHandleStampSubscriber' shared autowired service.
  5810.      *
  5811.      * @return \Vdm\Bundle\LibraryBundle\EventSubscriber\StopWorker\StopWorkerAfterHandleStampSubscriber
  5812.      */
  5813.     protected function getStopWorkerAfterHandleStampSubscriberService()
  5814.     {
  5815.         include_once \dirname(__DIR__4).'/vendor/3slab/vdm-library-bundle/EventSubscriber/StopWorker/StopWorkerAfterHandleStampSubscriber.php';
  5816.         include_once \dirname(__DIR__4).'/vendor/3slab/vdm-library-bundle/Service/StopWorkerService.php';
  5817.         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()));
  5818.     }
  5819.     /**
  5820.      * Gets the private 'Vdm\Bundle\LibraryBundle\EventSubscriber\StopWorker\StopWorkerCheckFlagPresenceSubscriber' shared autowired service.
  5821.      *
  5822.      * @return \Vdm\Bundle\LibraryBundle\EventSubscriber\StopWorker\StopWorkerCheckFlagPresenceSubscriber
  5823.      */
  5824.     protected function getStopWorkerCheckFlagPresenceSubscriberService()
  5825.     {
  5826.         include_once \dirname(__DIR__4).'/vendor/3slab/vdm-library-bundle/EventSubscriber/StopWorker/StopWorkerCheckFlagPresenceSubscriber.php';
  5827.         include_once \dirname(__DIR__4).'/vendor/3slab/vdm-library-bundle/Service/StopWorkerService.php';
  5828.         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()));
  5829.     }
  5830.     /**
  5831.      * Gets the private 'Vdm\Bundle\LibraryBundle\EventSubscriber\StopWorker\StopWorkerOnEmptyMessageSubscriber' shared autowired service.
  5832.      *
  5833.      * @return \Vdm\Bundle\LibraryBundle\EventSubscriber\StopWorker\StopWorkerOnEmptyMessageSubscriber
  5834.      */
  5835.     protected function getStopWorkerOnEmptyMessageSubscriberService()
  5836.     {
  5837.         include_once \dirname(__DIR__4).'/vendor/3slab/vdm-library-bundle/EventSubscriber/StopWorker/StopWorkerOnEmptyMessageSubscriber.php';
  5838.         include_once \dirname(__DIR__4).'/vendor/3slab/vdm-library-bundle/Service/StopWorkerService.php';
  5839.         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()));
  5840.     }
  5841.     /**
  5842.      * Gets the private 'Vdm\Bundle\LibraryBundle\EventSubscriber\Trace\TraceAddEnterSubscriber' shared autowired service.
  5843.      *
  5844.      * @return \Vdm\Bundle\LibraryBundle\EventSubscriber\Trace\TraceAddEnterSubscriber
  5845.      */
  5846.     protected function getTraceAddEnterSubscriberService()
  5847.     {
  5848.         include_once \dirname(__DIR__4).'/vendor/3slab/vdm-library-bundle/EventSubscriber/Trace/TraceAddEnterSubscriber.php';
  5849.         return $this->privates['Vdm\\Bundle\\LibraryBundle\\EventSubscriber\\Trace\\TraceAddEnterSubscriber'] = new \Vdm\Bundle\LibraryBundle\EventSubscriber\Trace\TraceAddEnterSubscriber('default', ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  5850.     }
  5851.     /**
  5852.      * Gets the private 'Vdm\Bundle\LibraryBundle\EventSubscriber\Trace\TraceAddExitSubscriber' shared autowired service.
  5853.      *
  5854.      * @return \Vdm\Bundle\LibraryBundle\EventSubscriber\Trace\TraceAddExitSubscriber
  5855.      */
  5856.     protected function getTraceAddExitSubscriberService()
  5857.     {
  5858.         include_once \dirname(__DIR__4).'/vendor/3slab/vdm-library-bundle/EventSubscriber/Trace/TraceAddExitSubscriber.php';
  5859.         return $this->privates['Vdm\\Bundle\\LibraryBundle\\EventSubscriber\\Trace\\TraceAddExitSubscriber'] = new \Vdm\Bundle\LibraryBundle\EventSubscriber\Trace\TraceAddExitSubscriber('default', ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  5860.     }
  5861.     /**
  5862.      * Gets the private 'Vdm\Bundle\LibraryBundle\Service\Monitoring\MonitoringService' shared autowired service.
  5863.      *
  5864.      * @return \Vdm\Bundle\LibraryBundle\Service\Monitoring\MonitoringService
  5865.      */
  5866.     protected function getMonitoringServiceService()
  5867.     {
  5868.         include_once \dirname(__DIR__4).'/vendor/3slab/vdm-library-bundle/Service/Monitoring/MonitoringService.php';
  5869.         include_once \dirname(__DIR__4).'/vendor/3slab/vdm-library-bundle/Service/Monitoring/Storage/StorageInterface.php';
  5870.         include_once \dirname(__DIR__4).'/vendor/3slab/vdm-library-bundle/Service/Monitoring/Storage/StorageFactory.php';
  5871.         $a = ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService());
  5872.         $b = new \Vdm\Bundle\LibraryBundle\Service\Monitoring\Storage\StorageFactory($a);
  5873.         $b->registerStorageClass('Vdm\\Bundle\\LibraryBundle\\Service\\Monitoring\\Storage\\NullStorage');
  5874.         $b->registerStorageClass('Vdm\\Bundle\\LibraryBundle\\Service\\Monitoring\\Storage\\StatsDStorage');
  5875.         return $this->privates['Vdm\\Bundle\\LibraryBundle\\Service\\Monitoring\\MonitoringService'] = new \Vdm\Bundle\LibraryBundle\Service\Monitoring\MonitoringService($b->build('null', [], 'default'), $a);
  5876.     }
  5877.     /**
  5878.      * Gets the private 'Vdm\Bundle\LibraryBundle\Transport\Local\VdmLocalTransportFactory' shared autowired service.
  5879.      *
  5880.      * @return \Vdm\Bundle\LibraryBundle\Transport\Local\VdmLocalTransportFactory
  5881.      */
  5882.     protected function getVdmLocalTransportFactoryService()
  5883.     {
  5884.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/TransportFactoryInterface.php';
  5885.         include_once \dirname(__DIR__4).'/vendor/3slab/vdm-library-bundle/Transport/Local/VdmLocalTransportFactory.php';
  5886.         return $this->privates['Vdm\\Bundle\\LibraryBundle\\Transport\\Local\\VdmLocalTransportFactory'] = new \Vdm\Bundle\LibraryBundle\Transport\Local\VdmLocalTransportFactory(($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  5887.     }
  5888.     /**
  5889.      * Gets the private 'Vdm\Bundle\LibraryBundle\Transport\Manual\VdmManualTransportFactory' shared autowired service.
  5890.      *
  5891.      * @return \Vdm\Bundle\LibraryBundle\Transport\Manual\VdmManualTransportFactory
  5892.      */
  5893.     protected function getVdmManualTransportFactoryService()
  5894.     {
  5895.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/TransportFactoryInterface.php';
  5896.         include_once \dirname(__DIR__4).'/vendor/3slab/vdm-library-bundle/Transport/Manual/VdmManualTransportFactory.php';
  5897.         include_once \dirname(__DIR__4).'/vendor/3slab/vdm-library-bundle/Transport/Manual/VdmManualExecutorCollection.php';
  5898.         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()));
  5899.     }
  5900.     /**
  5901.      * Gets the private 'annotations.cache_adapter' shared service.
  5902.      *
  5903.      * @return \Symfony\Component\Cache\Adapter\PhpArrayAdapter
  5904.      */
  5905.     protected function getAnnotations_CacheAdapterService()
  5906.     {
  5907.         return \Symfony\Component\Cache\Adapter\PhpArrayAdapter::create(($this->targetDir.''.'/annotations.php'), ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService()));
  5908.     }
  5909.     /**
  5910.      * Gets the private 'annotations.cache_warmer' shared service.
  5911.      *
  5912.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\AnnotationsCacheWarmer
  5913.      */
  5914.     protected function getAnnotations_CacheWarmerService()
  5915.     {
  5916.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  5917.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/AbstractPhpFileCacheWarmer.php';
  5918.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/AnnotationsCacheWarmer.php';
  5919.         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);
  5920.     }
  5921.     /**
  5922.      * Gets the private 'annotations.cached_reader' shared service.
  5923.      *
  5924.      * @return \Doctrine\Common\Annotations\PsrCachedReader
  5925.      */
  5926.     protected function getAnnotations_CachedReaderService()
  5927.     {
  5928.         return $this->privates['annotations.cached_reader'] = new \Doctrine\Common\Annotations\PsrCachedReader(($this->privates['annotations.reader'] ?? $this->getAnnotations_ReaderService()), $this->getAnnotations_CacheAdapterService(), true);
  5929.     }
  5930.     /**
  5931.      * Gets the private 'annotations.reader' shared service.
  5932.      *
  5933.      * @return \Doctrine\Common\Annotations\AnnotationReader
  5934.      */
  5935.     protected function getAnnotations_ReaderService()
  5936.     {
  5937.         $this->privates['annotations.reader'] = $instance = new \Doctrine\Common\Annotations\AnnotationReader();
  5938.         $a = new \Doctrine\Common\Annotations\AnnotationRegistry();
  5939.         $a->registerUniqueLoader('class_exists');
  5940.         $instance->addGlobalIgnoredName('required'$a);
  5941.         return $instance;
  5942.     }
  5943.     /**
  5944.      * Gets the private 'cache.annotations' shared service.
  5945.      *
  5946.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  5947.      */
  5948.     protected function getCache_AnnotationsService()
  5949.     {
  5950.         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())));
  5951.     }
  5952.     /**
  5953.      * Gets the private 'cache.messenger.restart_workers_signal' shared service.
  5954.      *
  5955.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  5956.      */
  5957.     protected function getCache_Messenger_RestartWorkersSignalService()
  5958.     {
  5959.         $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))));
  5960.         $a->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  5961.         return $this->privates['cache.messenger.restart_workers_signal'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter($a);
  5962.     }
  5963.     /**
  5964.      * Gets the private 'cache.property_info' shared service.
  5965.      *
  5966.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  5967.      */
  5968.     protected function getCache_PropertyInfoService()
  5969.     {
  5970.         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())));
  5971.     }
  5972.     /**
  5973.      * Gets the private 'cache.security_expression_language' shared service.
  5974.      *
  5975.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  5976.      */
  5977.     protected function getCache_SecurityExpressionLanguageService()
  5978.     {
  5979.         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())));
  5980.     }
  5981.     /**
  5982.      * Gets the private 'cache.serializer' shared service.
  5983.      *
  5984.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  5985.      */
  5986.     protected function getCache_SerializerService()
  5987.     {
  5988.         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())));
  5989.     }
  5990.     /**
  5991.      * Gets the private 'cache.validator' shared service.
  5992.      *
  5993.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  5994.      */
  5995.     protected function getCache_ValidatorService()
  5996.     {
  5997.         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())));
  5998.     }
  5999.     /**
  6000.      * Gets the private 'cache_pool_clearer.cache_warmer' shared service.
  6001.      *
  6002.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\CachePoolClearerCacheWarmer
  6003.      */
  6004.     protected function getCachePoolClearer_CacheWarmerService()
  6005.     {
  6006.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  6007.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/CachePoolClearerCacheWarmer.php';
  6008.         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']);
  6009.     }
  6010.     /**
  6011.      * Gets the private 'config_builder.warmer' shared service.
  6012.      *
  6013.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\ConfigBuilderCacheWarmer
  6014.      */
  6015.     protected function getConfigBuilder_WarmerService()
  6016.     {
  6017.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  6018.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/ConfigBuilderCacheWarmer.php';
  6019.         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()));
  6020.     }
  6021.     /**
  6022.      * Gets the private 'config_cache_factory' shared service.
  6023.      *
  6024.      * @return \Symfony\Component\Config\ResourceCheckerConfigCacheFactory
  6025.      */
  6026.     protected function getConfigCacheFactoryService()
  6027.     {
  6028.         return $this->privates['config_cache_factory'] = new \Symfony\Component\Config\ResourceCheckerConfigCacheFactory(new RewindableGenerator(function () {
  6029.             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)));
  6030.             yield => ($this->privates['config.resource.self_checking_resource_checker'] ?? ($this->privates['config.resource.self_checking_resource_checker'] = new \Symfony\Component\Config\Resource\SelfCheckingResourceChecker()));
  6031.         }, 2));
  6032.     }
  6033.     /**
  6034.      * Gets the private 'console.command.about' shared service.
  6035.      *
  6036.      * @return \Symfony\Bundle\FrameworkBundle\Command\AboutCommand
  6037.      */
  6038.     protected function getConsole_Command_AboutService()
  6039.     {
  6040.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6041.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/AboutCommand.php';
  6042.         $this->privates['console.command.about'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\AboutCommand();
  6043.         $instance->setName('about');
  6044.         $instance->setDescription('Display information about the current project');
  6045.         return $instance;
  6046.     }
  6047.     /**
  6048.      * Gets the private 'console.command.assets_install' shared service.
  6049.      *
  6050.      * @return \Symfony\Bundle\FrameworkBundle\Command\AssetsInstallCommand
  6051.      */
  6052.     protected function getConsole_Command_AssetsInstallService()
  6053.     {
  6054.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6055.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/AssetsInstallCommand.php';
  6056.         include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  6057.         $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));
  6058.         $instance->setName('assets:install');
  6059.         $instance->setDescription('Install bundle\'s web assets under a public directory');
  6060.         return $instance;
  6061.     }
  6062.     /**
  6063.      * Gets the private 'console.command.cache_clear' shared service.
  6064.      *
  6065.      * @return \Symfony\Bundle\FrameworkBundle\Command\CacheClearCommand
  6066.      */
  6067.     protected function getConsole_Command_CacheClearService()
  6068.     {
  6069.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6070.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/CacheClearCommand.php';
  6071.         include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  6072.         $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())));
  6073.         $instance->setName('cache:clear');
  6074.         $instance->setDescription('Clear the cache');
  6075.         return $instance;
  6076.     }
  6077.     /**
  6078.      * Gets the private 'console.command.cache_pool_clear' shared service.
  6079.      *
  6080.      * @return \Symfony\Bundle\FrameworkBundle\Command\CachePoolClearCommand
  6081.      */
  6082.     protected function getConsole_Command_CachePoolClearService()
  6083.     {
  6084.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6085.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/CachePoolClearCommand.php';
  6086.         $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']);
  6087.         $instance->setName('cache:pool:clear');
  6088.         $instance->setDescription('Clear cache pools');
  6089.         return $instance;
  6090.     }
  6091.     /**
  6092.      * Gets the private 'console.command.cache_pool_delete' shared service.
  6093.      *
  6094.      * @return \Symfony\Bundle\FrameworkBundle\Command\CachePoolDeleteCommand
  6095.      */
  6096.     protected function getConsole_Command_CachePoolDeleteService()
  6097.     {
  6098.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6099.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/CachePoolDeleteCommand.php';
  6100.         $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']);
  6101.         $instance->setName('cache:pool:delete');
  6102.         $instance->setDescription('Delete an item from a cache pool');
  6103.         return $instance;
  6104.     }
  6105.     /**
  6106.      * Gets the private 'console.command.cache_pool_list' shared service.
  6107.      *
  6108.      * @return \Symfony\Bundle\FrameworkBundle\Command\CachePoolListCommand
  6109.      */
  6110.     protected function getConsole_Command_CachePoolListService()
  6111.     {
  6112.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6113.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/CachePoolListCommand.php';
  6114.         $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']);
  6115.         $instance->setName('cache:pool:list');
  6116.         $instance->setDescription('List available cache pools');
  6117.         return $instance;
  6118.     }
  6119.     /**
  6120.      * Gets the private 'console.command.cache_pool_prune' shared service.
  6121.      *
  6122.      * @return \Symfony\Bundle\FrameworkBundle\Command\CachePoolPruneCommand
  6123.      */
  6124.     protected function getConsole_Command_CachePoolPruneService()
  6125.     {
  6126.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6127.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/CachePoolPruneCommand.php';
  6128.         $this->privates['console.command.cache_pool_prune'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\CachePoolPruneCommand(new RewindableGenerator(function () {
  6129.             yield 'cache.app' => ($this->services['cache.app'] ?? $this->getCache_AppService());
  6130.             yield 'cache.system' => ($this->services['cache.system'] ?? $this->getCache_SystemService());
  6131.             yield 'cache.validator' => ($this->privates['cache.validator'] ?? $this->getCache_ValidatorService());
  6132.             yield 'cache.serializer' => ($this->privates['cache.serializer'] ?? $this->getCache_SerializerService());
  6133.             yield 'cache.annotations' => ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService());
  6134.             yield 'cache.property_info' => ($this->privates['cache.property_info'] ?? $this->getCache_PropertyInfoService());
  6135.             yield 'cache.messenger.restart_workers_signal' => ($this->privates['cache.messenger.restart_workers_signal'] ?? $this->getCache_Messenger_RestartWorkersSignalService());
  6136.             yield '.portail_cache_pool.inner' => ($this->privates['.portail_cache_pool.inner'] ?? $this->get_PortailCachePool_InnerService());
  6137.             yield 'cache.validator_expression_language' => ($this->services['cache.validator_expression_language'] ?? $this->getCache_ValidatorExpressionLanguageService());
  6138.             yield 'cache.security_expression_language' => ($this->privates['cache.security_expression_language'] ?? $this->getCache_SecurityExpressionLanguageService());
  6139.         }, 10));
  6140.         $instance->setName('cache:pool:prune');
  6141.         $instance->setDescription('Prune cache pools');
  6142.         return $instance;
  6143.     }
  6144.     /**
  6145.      * Gets the private 'console.command.cache_warmup' shared service.
  6146.      *
  6147.      * @return \Symfony\Bundle\FrameworkBundle\Command\CacheWarmupCommand
  6148.      */
  6149.     protected function getConsole_Command_CacheWarmupService()
  6150.     {
  6151.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6152.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/CacheWarmupCommand.php';
  6153.         $this->privates['console.command.cache_warmup'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\CacheWarmupCommand(($this->services['cache_warmer'] ?? $this->getCacheWarmerService()));
  6154.         $instance->setName('cache:warmup');
  6155.         $instance->setDescription('Warm up an empty cache');
  6156.         return $instance;
  6157.     }
  6158.     /**
  6159.      * Gets the private 'console.command.config_debug' shared service.
  6160.      *
  6161.      * @return \Symfony\Bundle\FrameworkBundle\Command\ConfigDebugCommand
  6162.      */
  6163.     protected function getConsole_Command_ConfigDebugService()
  6164.     {
  6165.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6166.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/BuildDebugContainerTrait.php';
  6167.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ContainerDebugCommand.php';
  6168.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/AbstractConfigCommand.php';
  6169.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ConfigDebugCommand.php';
  6170.         $this->privates['console.command.config_debug'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\ConfigDebugCommand();
  6171.         $instance->setName('debug:config');
  6172.         $instance->setDescription('Dump the current configuration for an extension');
  6173.         return $instance;
  6174.     }
  6175.     /**
  6176.      * Gets the private 'console.command.config_dump_reference' shared service.
  6177.      *
  6178.      * @return \Symfony\Bundle\FrameworkBundle\Command\ConfigDumpReferenceCommand
  6179.      */
  6180.     protected function getConsole_Command_ConfigDumpReferenceService()
  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/AbstractConfigCommand.php';
  6186.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ConfigDumpReferenceCommand.php';
  6187.         $this->privates['console.command.config_dump_reference'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\ConfigDumpReferenceCommand();
  6188.         $instance->setName('config:dump-reference');
  6189.         $instance->setDescription('Dump the default configuration for an extension');
  6190.         return $instance;
  6191.     }
  6192.     /**
  6193.      * Gets the private 'console.command.container_debug' shared service.
  6194.      *
  6195.      * @return \Symfony\Bundle\FrameworkBundle\Command\ContainerDebugCommand
  6196.      */
  6197.     protected function getConsole_Command_ContainerDebugService()
  6198.     {
  6199.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6200.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/BuildDebugContainerTrait.php';
  6201.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ContainerDebugCommand.php';
  6202.         $this->privates['console.command.container_debug'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\ContainerDebugCommand();
  6203.         $instance->setName('debug:container');
  6204.         $instance->setDescription('Display current services for an application');
  6205.         return $instance;
  6206.     }
  6207.     /**
  6208.      * Gets the private 'console.command.container_lint' shared service.
  6209.      *
  6210.      * @return \Symfony\Bundle\FrameworkBundle\Command\ContainerLintCommand
  6211.      */
  6212.     protected function getConsole_Command_ContainerLintService()
  6213.     {
  6214.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6215.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ContainerLintCommand.php';
  6216.         $this->privates['console.command.container_lint'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\ContainerLintCommand();
  6217.         $instance->setName('lint:container');
  6218.         $instance->setDescription('Ensure that arguments injected into services match type declarations');
  6219.         return $instance;
  6220.     }
  6221.     /**
  6222.      * Gets the private 'console.command.debug_autowiring' shared service.
  6223.      *
  6224.      * @return \Symfony\Bundle\FrameworkBundle\Command\DebugAutowiringCommand
  6225.      */
  6226.     protected function getConsole_Command_DebugAutowiringService()
  6227.     {
  6228.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6229.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/BuildDebugContainerTrait.php';
  6230.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ContainerDebugCommand.php';
  6231.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/DebugAutowiringCommand.php';
  6232.         $this->privates['console.command.debug_autowiring'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\DebugAutowiringCommand(NULL, ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService()));
  6233.         $instance->setName('debug:autowiring');
  6234.         $instance->setDescription('List classes/interfaces you can use for autowiring');
  6235.         return $instance;
  6236.     }
  6237.     /**
  6238.      * Gets the private 'console.command.dotenv_debug' shared service.
  6239.      *
  6240.      * @return \Symfony\Component\Dotenv\Command\DebugCommand
  6241.      */
  6242.     protected function getConsole_Command_DotenvDebugService()
  6243.     {
  6244.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6245.         include_once \dirname(__DIR__4).'/vendor/symfony/dotenv/Command/DebugCommand.php';
  6246.         $this->privates['console.command.dotenv_debug'] = $instance = new \Symfony\Component\Dotenv\Command\DebugCommand('int', \dirname(__DIR__4));
  6247.         $instance->setName('debug:dotenv');
  6248.         $instance->setDescription('Lists all dotenv files with variables and values');
  6249.         return $instance;
  6250.     }
  6251.     /**
  6252.      * Gets the private 'console.command.event_dispatcher_debug' shared service.
  6253.      *
  6254.      * @return \Symfony\Bundle\FrameworkBundle\Command\EventDispatcherDebugCommand
  6255.      */
  6256.     protected function getConsole_Command_EventDispatcherDebugService()
  6257.     {
  6258.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6259.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/EventDispatcherDebugCommand.php';
  6260.         $this->privates['console.command.event_dispatcher_debug'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\EventDispatcherDebugCommand(($this->privates['.service_locator.8HC7Byw'] ?? $this->get_ServiceLocator_8HC7BywService()));
  6261.         $instance->setName('debug:event-dispatcher');
  6262.         $instance->setDescription('Display configured listeners for an application');
  6263.         return $instance;
  6264.     }
  6265.     /**
  6266.      * Gets the private 'console.command.form_debug' shared service.
  6267.      *
  6268.      * @return \Symfony\Component\Form\Command\DebugCommand
  6269.      */
  6270.     protected function getConsole_Command_FormDebugService()
  6271.     {
  6272.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6273.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Command/DebugCommand.php';
  6274.         $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()));
  6275.         $instance->setName('debug:form');
  6276.         $instance->setDescription('Display form type information');
  6277.         return $instance;
  6278.     }
  6279.     /**
  6280.      * Gets the private 'console.command.messenger_consume_messages' shared service.
  6281.      *
  6282.      * @return \Symfony\Component\Messenger\Command\ConsumeMessagesCommand
  6283.      */
  6284.     protected function getConsole_Command_MessengerConsumeMessagesService()
  6285.     {
  6286.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6287.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Command/ConsumeMessagesCommand.php';
  6288.         $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']);
  6289.         $instance->setName('messenger:consume');
  6290.         $instance->setDescription('Consume messages');
  6291.         return $instance;
  6292.     }
  6293.     /**
  6294.      * Gets the private 'console.command.messenger_debug' shared service.
  6295.      *
  6296.      * @return \Symfony\Component\Messenger\Command\DebugCommand
  6297.      */
  6298.     protected function getConsole_Command_MessengerDebugService()
  6299.     {
  6300.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6301.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Command/DebugCommand.php';
  6302.         $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'=> []]]]]);
  6303.         $instance->setName('debug:messenger');
  6304.         $instance->setDescription('List messages you can dispatch using the message buses');
  6305.         return $instance;
  6306.     }
  6307.     /**
  6308.      * Gets the private 'console.command.messenger_failed_messages_remove' shared service.
  6309.      *
  6310.      * @return \Symfony\Component\Messenger\Command\FailedMessagesRemoveCommand
  6311.      */
  6312.     protected function getConsole_Command_MessengerFailedMessagesRemoveService()
  6313.     {
  6314.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6315.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Command/AbstractFailedMessagesCommand.php';
  6316.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Command/FailedMessagesRemoveCommand.php';
  6317.         $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()));
  6318.         $instance->setName('messenger:failed:remove');
  6319.         $instance->setDescription('Remove given messages from the failure transport');
  6320.         return $instance;
  6321.     }
  6322.     /**
  6323.      * Gets the private 'console.command.messenger_failed_messages_retry' shared service.
  6324.      *
  6325.      * @return \Symfony\Component\Messenger\Command\FailedMessagesRetryCommand
  6326.      */
  6327.     protected function getConsole_Command_MessengerFailedMessagesRetryService()
  6328.     {
  6329.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6330.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Command/AbstractFailedMessagesCommand.php';
  6331.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Command/FailedMessagesRetryCommand.php';
  6332.         $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()));
  6333.         $instance->setName('messenger:failed:retry');
  6334.         $instance->setDescription('Retry one or more messages from the failure transport');
  6335.         return $instance;
  6336.     }
  6337.     /**
  6338.      * Gets the private 'console.command.messenger_failed_messages_show' shared service.
  6339.      *
  6340.      * @return \Symfony\Component\Messenger\Command\FailedMessagesShowCommand
  6341.      */
  6342.     protected function getConsole_Command_MessengerFailedMessagesShowService()
  6343.     {
  6344.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6345.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Command/AbstractFailedMessagesCommand.php';
  6346.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Command/FailedMessagesShowCommand.php';
  6347.         $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()));
  6348.         $instance->setName('messenger:failed:show');
  6349.         $instance->setDescription('Show one or more messages from the failure transport');
  6350.         return $instance;
  6351.     }
  6352.     /**
  6353.      * Gets the private 'console.command.messenger_setup_transports' shared service.
  6354.      *
  6355.      * @return \Symfony\Component\Messenger\Command\SetupTransportsCommand
  6356.      */
  6357.     protected function getConsole_Command_MessengerSetupTransportsService()
  6358.     {
  6359.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6360.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Command/SetupTransportsCommand.php';
  6361.         $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']);
  6362.         $instance->setName('messenger:setup-transports');
  6363.         $instance->setDescription('Prepare the required infrastructure for the transport');
  6364.         return $instance;
  6365.     }
  6366.     /**
  6367.      * Gets the private 'console.command.messenger_stop_workers' shared service.
  6368.      *
  6369.      * @return \Symfony\Component\Messenger\Command\StopWorkersCommand
  6370.      */
  6371.     protected function getConsole_Command_MessengerStopWorkersService()
  6372.     {
  6373.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6374.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Command/StopWorkersCommand.php';
  6375.         $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()));
  6376.         $instance->setName('messenger:stop-workers');
  6377.         $instance->setDescription('Stop workers after their current message');
  6378.         return $instance;
  6379.     }
  6380.     /**
  6381.      * Gets the private 'console.command.router_debug' shared service.
  6382.      *
  6383.      * @return \Symfony\Bundle\FrameworkBundle\Command\RouterDebugCommand
  6384.      */
  6385.     protected function getConsole_Command_RouterDebugService()
  6386.     {
  6387.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6388.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/BuildDebugContainerTrait.php';
  6389.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/RouterDebugCommand.php';
  6390.         $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()));
  6391.         $instance->setName('debug:router');
  6392.         $instance->setDescription('Display current routes for an application');
  6393.         return $instance;
  6394.     }
  6395.     /**
  6396.      * Gets the private 'console.command.router_match' shared service.
  6397.      *
  6398.      * @return \Symfony\Bundle\FrameworkBundle\Command\RouterMatchCommand
  6399.      */
  6400.     protected function getConsole_Command_RouterMatchService()
  6401.     {
  6402.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6403.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/RouterMatchCommand.php';
  6404.         $this->privates['console.command.router_match'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\RouterMatchCommand(($this->services['router'] ?? $this->getRouterService()), new RewindableGenerator(function () {
  6405.             yield => ($this->privates['router.expression_language_provider'] ?? $this->getRouter_ExpressionLanguageProviderService());
  6406.         }, 1));
  6407.         $instance->setName('router:match');
  6408.         $instance->setDescription('Help debug routes by simulating a path info match');
  6409.         return $instance;
  6410.     }
  6411.     /**
  6412.      * Gets the private 'console.command.secrets_decrypt_to_local' shared service.
  6413.      *
  6414.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsDecryptToLocalCommand
  6415.      */
  6416.     protected function getConsole_Command_SecretsDecryptToLocalService()
  6417.     {
  6418.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6419.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/SecretsDecryptToLocalCommand.php';
  6420.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  6421.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  6422.         $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')))));
  6423.         $instance->setName('secrets:decrypt-to-local');
  6424.         $instance->setDescription('Decrypt all secrets and stores them in the local vault');
  6425.         return $instance;
  6426.     }
  6427.     /**
  6428.      * Gets the private 'console.command.secrets_encrypt_from_local' shared service.
  6429.      *
  6430.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsEncryptFromLocalCommand
  6431.      */
  6432.     protected function getConsole_Command_SecretsEncryptFromLocalService()
  6433.     {
  6434.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6435.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/SecretsEncryptFromLocalCommand.php';
  6436.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  6437.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  6438.         $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')))));
  6439.         $instance->setName('secrets:encrypt-from-local');
  6440.         $instance->setDescription('Encrypt all local secrets to the vault');
  6441.         return $instance;
  6442.     }
  6443.     /**
  6444.      * Gets the private 'console.command.secrets_generate_key' shared service.
  6445.      *
  6446.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsGenerateKeysCommand
  6447.      */
  6448.     protected function getConsole_Command_SecretsGenerateKeyService()
  6449.     {
  6450.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6451.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/SecretsGenerateKeysCommand.php';
  6452.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  6453.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  6454.         $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')))));
  6455.         $instance->setName('secrets:generate-keys');
  6456.         $instance->setDescription('Generate new encryption keys');
  6457.         return $instance;
  6458.     }
  6459.     /**
  6460.      * Gets the private 'console.command.secrets_list' shared service.
  6461.      *
  6462.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsListCommand
  6463.      */
  6464.     protected function getConsole_Command_SecretsListService()
  6465.     {
  6466.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6467.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/SecretsListCommand.php';
  6468.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  6469.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  6470.         $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')))));
  6471.         $instance->setName('secrets:list');
  6472.         $instance->setDescription('List all secrets');
  6473.         return $instance;
  6474.     }
  6475.     /**
  6476.      * Gets the private 'console.command.secrets_remove' shared service.
  6477.      *
  6478.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsRemoveCommand
  6479.      */
  6480.     protected function getConsole_Command_SecretsRemoveService()
  6481.     {
  6482.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6483.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/SecretsRemoveCommand.php';
  6484.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  6485.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  6486.         $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')))));
  6487.         $instance->setName('secrets:remove');
  6488.         $instance->setDescription('Remove a secret from the vault');
  6489.         return $instance;
  6490.     }
  6491.     /**
  6492.      * Gets the private 'console.command.secrets_set' shared service.
  6493.      *
  6494.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsSetCommand
  6495.      */
  6496.     protected function getConsole_Command_SecretsSetService()
  6497.     {
  6498.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6499.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/SecretsSetCommand.php';
  6500.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  6501.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  6502.         $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')))));
  6503.         $instance->setName('secrets:set');
  6504.         $instance->setDescription('Set a secret in the vault');
  6505.         return $instance;
  6506.     }
  6507.     /**
  6508.      * Gets the private 'console.command.translation_debug' shared service.
  6509.      *
  6510.      * @return \Symfony\Bundle\FrameworkBundle\Command\TranslationDebugCommand
  6511.      */
  6512.     protected function getConsole_Command_TranslationDebugService()
  6513.     {
  6514.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6515.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/TranslationDebugCommand.php';
  6516.         $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')], []);
  6517.         $instance->setName('debug:translation');
  6518.         $instance->setDescription('Display translation messages information');
  6519.         return $instance;
  6520.     }
  6521.     /**
  6522.      * Gets the private 'console.command.translation_extract' shared service.
  6523.      *
  6524.      * @return \Symfony\Bundle\FrameworkBundle\Command\TranslationUpdateCommand
  6525.      */
  6526.     protected function getConsole_Command_TranslationExtractService()
  6527.     {
  6528.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6529.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/TranslationUpdateCommand.php';
  6530.         $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')], []);
  6531.         $instance->setName('translation:extract');
  6532.         $instance->setAliases([=> 'translation:update']);
  6533.         $instance->setDescription('Extract missing translations keys from code to translation files.');
  6534.         return $instance;
  6535.     }
  6536.     /**
  6537.      * Gets the private 'console.command.translation_pull' shared service.
  6538.      *
  6539.      * @return \Symfony\Component\Translation\Command\TranslationPullCommand
  6540.      */
  6541.     protected function getConsole_Command_TranslationPullService()
  6542.     {
  6543.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6544.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Command/TranslationTrait.php';
  6545.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Command/TranslationPullCommand.php';
  6546.         $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', [], []);
  6547.         $instance->setName('translation:pull');
  6548.         $instance->setDescription('Pull translations from a given provider.');
  6549.         return $instance;
  6550.     }
  6551.     /**
  6552.      * Gets the private 'console.command.translation_push' shared service.
  6553.      *
  6554.      * @return \Symfony\Component\Translation\Command\TranslationPushCommand
  6555.      */
  6556.     protected function getConsole_Command_TranslationPushService()
  6557.     {
  6558.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6559.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Command/TranslationTrait.php';
  6560.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Command/TranslationPushCommand.php';
  6561.         $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()), [], []);
  6562.         $instance->setName('translation:push');
  6563.         $instance->setDescription('Push translations to a given provider.');
  6564.         return $instance;
  6565.     }
  6566.     /**
  6567.      * Gets the private 'console.command.validator_debug' shared service.
  6568.      *
  6569.      * @return \Symfony\Component\Validator\Command\DebugCommand
  6570.      */
  6571.     protected function getConsole_Command_ValidatorDebugService()
  6572.     {
  6573.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6574.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/Command/DebugCommand.php';
  6575.         $this->privates['console.command.validator_debug'] = $instance = new \Symfony\Component\Validator\Command\DebugCommand(($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService()));
  6576.         $instance->setName('debug:validator');
  6577.         $instance->setDescription('Display validation constraints for classes');
  6578.         return $instance;
  6579.     }
  6580.     /**
  6581.      * Gets the private 'console.command.xliff_lint' shared service.
  6582.      *
  6583.      * @return \Symfony\Component\Translation\Command\XliffLintCommand
  6584.      */
  6585.     protected function getConsole_Command_XliffLintService()
  6586.     {
  6587.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6588.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Command/XliffLintCommand.php';
  6589.         $this->privates['console.command.xliff_lint'] = $instance = new \Symfony\Component\Translation\Command\XliffLintCommand();
  6590.         $instance->setName('lint:xliff');
  6591.         $instance->setDescription('Lint an XLIFF file and outputs encountered errors');
  6592.         return $instance;
  6593.     }
  6594.     /**
  6595.      * Gets the private 'console.command.yaml_lint' shared service.
  6596.      *
  6597.      * @return \Symfony\Bundle\FrameworkBundle\Command\YamlLintCommand
  6598.      */
  6599.     protected function getConsole_Command_YamlLintService()
  6600.     {
  6601.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6602.         include_once \dirname(__DIR__4).'/vendor/symfony/yaml/Command/LintCommand.php';
  6603.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/YamlLintCommand.php';
  6604.         $this->privates['console.command.yaml_lint'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\YamlLintCommand();
  6605.         $instance->setName('lint:yaml');
  6606.         $instance->setDescription('Lint a YAML file and outputs encountered errors');
  6607.         return $instance;
  6608.     }
  6609.     /**
  6610.      * Gets the private 'console.error_listener' shared service.
  6611.      *
  6612.      * @return \Symfony\Component\Console\EventListener\ErrorListener
  6613.      */
  6614.     protected function getConsole_ErrorListenerService()
  6615.     {
  6616.         include_once \dirname(__DIR__4).'/vendor/symfony/console/EventListener/ErrorListener.php';
  6617.         $a = new \Symfony\Bridge\Monolog\Logger('console');
  6618.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  6619.         $a->pushHandler(($this->privates['monolog.handler.stderr_errors'] ?? $this->getMonolog_Handler_StderrErrorsService()));
  6620.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  6621.         return $this->privates['console.error_listener'] = new \Symfony\Component\Console\EventListener\ErrorListener($a);
  6622.     }
  6623.     /**
  6624.      * Gets the private 'container.env_var_processor' shared service.
  6625.      *
  6626.      * @return \Symfony\Component\DependencyInjection\EnvVarProcessor
  6627.      */
  6628.     protected function getContainer_EnvVarProcessorService()
  6629.     {
  6630.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/EnvVarProcessorInterface.php';
  6631.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/EnvVarProcessor.php';
  6632.         return $this->privates['container.env_var_processor'] = new \Symfony\Component\DependencyInjection\EnvVarProcessor($this, new RewindableGenerator(function () {
  6633.             yield => ($this->privates['secrets.vault'] ?? $this->getSecrets_VaultService());
  6634.         }, 1));
  6635.     }
  6636.     /**
  6637.      * Gets the private 'container.getenv' shared service.
  6638.      *
  6639.      * @return \Closure
  6640.      */
  6641.     protected function getContainer_GetenvService()
  6642.     {
  6643.         return $this->privates['container.getenv'] = \Closure::fromCallable([=> $this=> 'getEnv']);
  6644.     }
  6645.     /**
  6646.      * Gets the private 'data_collector.form' shared service.
  6647.      *
  6648.      * @return \Symfony\Component\Form\Extension\DataCollector\FormDataCollector
  6649.      */
  6650.     protected function getDataCollector_FormService()
  6651.     {
  6652.         return $this->privates['data_collector.form'] = new \Symfony\Component\Form\Extension\DataCollector\FormDataCollector(new \Symfony\Component\Form\Extension\DataCollector\FormDataExtractor());
  6653.     }
  6654.     /**
  6655.      * Gets the private 'data_collector.request' shared service.
  6656.      *
  6657.      * @return \Symfony\Component\HttpKernel\DataCollector\RequestDataCollector
  6658.      */
  6659.     protected function getDataCollector_RequestService()
  6660.     {
  6661.         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())));
  6662.     }
  6663.     /**
  6664.      * Gets the private 'data_collector.request.session_collector' shared service.
  6665.      *
  6666.      * @return \Closure
  6667.      */
  6668.     protected function getDataCollector_Request_SessionCollectorService()
  6669.     {
  6670.         return $this->privates['data_collector.request.session_collector'] = \Closure::fromCallable([=> ($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService()), => 'collectSessionUsage']);
  6671.     }
  6672.     /**
  6673.      * Gets the private 'debug.argument_resolver.default' shared service.
  6674.      *
  6675.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  6676.      */
  6677.     protected function getDebug_ArgumentResolver_DefaultService()
  6678.     {
  6679.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  6680.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  6681.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/DefaultValueResolver.php';
  6682.         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))));
  6683.     }
  6684.     /**
  6685.      * Gets the private 'debug.argument_resolver.not_tagged_controller' shared service.
  6686.      *
  6687.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  6688.      */
  6689.     protected function getDebug_ArgumentResolver_NotTaggedControllerService()
  6690.     {
  6691.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  6692.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  6693.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/NotTaggedControllerValueResolver.php';
  6694.         $a = ($this->privates['.service_locator.OH2TqaM'] ?? $this->get_ServiceLocator_OH2TqaMService());
  6695.         if (isset($this->privates['debug.argument_resolver.not_tagged_controller'])) {
  6696.             return $this->privates['debug.argument_resolver.not_tagged_controller'];
  6697.         }
  6698.         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))));
  6699.     }
  6700.     /**
  6701.      * Gets the private 'debug.argument_resolver.request' shared service.
  6702.      *
  6703.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  6704.      */
  6705.     protected function getDebug_ArgumentResolver_RequestService()
  6706.     {
  6707.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  6708.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  6709.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/RequestValueResolver.php';
  6710.         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))));
  6711.     }
  6712.     /**
  6713.      * Gets the private 'debug.argument_resolver.request_attribute' shared service.
  6714.      *
  6715.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  6716.      */
  6717.     protected function getDebug_ArgumentResolver_RequestAttributeService()
  6718.     {
  6719.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  6720.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  6721.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/RequestAttributeValueResolver.php';
  6722.         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))));
  6723.     }
  6724.     /**
  6725.      * Gets the private 'debug.argument_resolver.service' shared service.
  6726.      *
  6727.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  6728.      */
  6729.     protected function getDebug_ArgumentResolver_ServiceService()
  6730.     {
  6731.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  6732.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  6733.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/ServiceValueResolver.php';
  6734.         $a = ($this->privates['.service_locator.OH2TqaM'] ?? $this->get_ServiceLocator_OH2TqaMService());
  6735.         if (isset($this->privates['debug.argument_resolver.service'])) {
  6736.             return $this->privates['debug.argument_resolver.service'];
  6737.         }
  6738.         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))));
  6739.     }
  6740.     /**
  6741.      * Gets the private 'debug.argument_resolver.session' shared service.
  6742.      *
  6743.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  6744.      */
  6745.     protected function getDebug_ArgumentResolver_SessionService()
  6746.     {
  6747.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  6748.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  6749.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/SessionValueResolver.php';
  6750.         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))));
  6751.     }
  6752.     /**
  6753.      * Gets the private 'debug.argument_resolver.variadic' shared service.
  6754.      *
  6755.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  6756.      */
  6757.     protected function getDebug_ArgumentResolver_VariadicService()
  6758.     {
  6759.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  6760.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  6761.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/VariadicValueResolver.php';
  6762.         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))));
  6763.     }
  6764.     /**
  6765.      * Gets the private 'debug.debug_handlers_listener' shared service.
  6766.      *
  6767.      * @return \Symfony\Component\HttpKernel\EventListener\DebugHandlersListener
  6768.      */
  6769.     protected function getDebug_DebugHandlersListenerService()
  6770.     {
  6771.         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()));
  6772.     }
  6773.     /**
  6774.      * Gets the private 'debug.file_link_formatter' shared service.
  6775.      *
  6776.      * @return \Symfony\Component\HttpKernel\Debug\FileLinkFormatter
  6777.      */
  6778.     protected function getDebug_FileLinkFormatterService()
  6779.     {
  6780.         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 () {
  6781.             return ($this->privates['debug.file_link_formatter.url_format'] ?? $this->getDebug_FileLinkFormatter_UrlFormatService());
  6782.         });
  6783.     }
  6784.     /**
  6785.      * Gets the private 'debug.file_link_formatter.url_format' shared service.
  6786.      *
  6787.      * @return \string
  6788.      */
  6789.     protected function getDebug_FileLinkFormatter_UrlFormatService()
  6790.     {
  6791.         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');
  6792.     }
  6793.     /**
  6794.      * Gets the private 'debug.log_processor' shared service.
  6795.      *
  6796.      * @return \Symfony\Bridge\Monolog\Processor\DebugProcessor
  6797.      */
  6798.     protected function getDebug_LogProcessorService()
  6799.     {
  6800.         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())));
  6801.     }
  6802.     /**
  6803.      * Gets the private 'debug.security.access.decision_manager' shared service.
  6804.      *
  6805.      * @return \Symfony\Component\Security\Core\Authorization\TraceableAccessDecisionManager
  6806.      */
  6807.     protected function getDebug_Security_Access_DecisionManagerService()
  6808.     {
  6809.         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 () {
  6810.             yield => ($this->privates['debug.security.voter.security.access.authenticated_voter'] ?? $this->getDebug_Security_Voter_Security_Access_AuthenticatedVoterService());
  6811.             yield => ($this->privates['debug.security.voter.security.access.simple_role_voter'] ?? $this->getDebug_Security_Voter_Security_Access_SimpleRoleVoterService());
  6812.             yield => ($this->privates['debug.security.voter.security.access.expression_voter'] ?? $this->getDebug_Security_Voter_Security_Access_ExpressionVoterService());
  6813.             yield => ($this->privates['debug.security.voter.App\\Security\\Voter\\Permissions\\Admin\\AdminContractVoter'] ?? $this->getAdminContractVoterService());
  6814.             yield => ($this->privates['debug.security.voter.App\\Security\\Voter\\Permissions\\Admin\\AdminOrganizationVoter'] ?? $this->getAdminOrganizationVoterService());
  6815.             yield => ($this->privates['debug.security.voter.App\\Security\\Voter\\Permissions\\Admin\\AdminPortalVoter'] ?? $this->getAdminPortalVoterService());
  6816.             yield => ($this->privates['debug.security.voter.App\\Security\\Voter\\Permissions\\User\\UserContractVoter'] ?? $this->getUserContractVoterService());
  6817.             yield => ($this->privates['debug.security.voter.App\\Security\\Voter\\Permissions\\User\\UserOrganizationVoter'] ?? $this->getUserOrganizationVoterService());
  6818.         }, 8), new \Symfony\Component\Security\Core\Authorization\Strategy\AffirmativeStrategy(false)));
  6819.     }
  6820.     /**
  6821.      * Gets the private 'debug.security.firewall' shared service.
  6822.      *
  6823.      * @return \Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener
  6824.      */
  6825.     protected function getDebug_Security_FirewallService()
  6826.     {
  6827.         $a = ($this->privates['security.firewall.map'] ?? $this->getSecurity_Firewall_MapService());
  6828.         if (isset($this->privates['debug.security.firewall'])) {
  6829.             return $this->privates['debug.security.firewall'];
  6830.         }
  6831.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  6832.         if (isset($this->privates['debug.security.firewall'])) {
  6833.             return $this->privates['debug.security.firewall'];
  6834.         }
  6835.         return $this->privates['debug.security.firewall'] = new \Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener($a$b, ($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService()));
  6836.     }
  6837.     /**
  6838.      * Gets the private 'debug.security.user_value_resolver' shared service.
  6839.      *
  6840.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  6841.      */
  6842.     protected function getDebug_Security_UserValueResolverService()
  6843.     {
  6844.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  6845.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  6846.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Controller/UserValueResolver.php';
  6847.         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))));
  6848.     }
  6849.     /**
  6850.      * Gets the private 'debug.security.voter.App\Security\Voter\Permissions\Admin\AdminContractVoter' shared service.
  6851.      *
  6852.      * @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
  6853.      */
  6854.     protected function getAdminContractVoterService()
  6855.     {
  6856.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
  6857.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/CacheableVoterInterface.php';
  6858.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
  6859.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/Voter.php';
  6860.         include_once \dirname(__DIR__4).'/src/Security/Voter/Permissions/Admin/AdminVoter.php';
  6861.         include_once \dirname(__DIR__4).'/src/Security/Voter/Permissions/Admin/AdminContractVoter.php';
  6862.         $a = ($this->privates['App\\Manager\\UserManager'] ?? $this->getUserManagerService());
  6863.         if (isset($this->privates['debug.security.voter.App\\Security\\Voter\\Permissions\\Admin\\AdminContractVoter'])) {
  6864.             return $this->privates['debug.security.voter.App\\Security\\Voter\\Permissions\\Admin\\AdminContractVoter'];
  6865.         }
  6866.         $b = ($this->privates['App\\Manager\\OrganizationManager'] ?? $this->getOrganizationManagerService());
  6867.         if (isset($this->privates['debug.security.voter.App\\Security\\Voter\\Permissions\\Admin\\AdminContractVoter'])) {
  6868.             return $this->privates['debug.security.voter.App\\Security\\Voter\\Permissions\\Admin\\AdminContractVoter'];
  6869.         }
  6870.         $c = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  6871.         if (isset($this->privates['debug.security.voter.App\\Security\\Voter\\Permissions\\Admin\\AdminContractVoter'])) {
  6872.             return $this->privates['debug.security.voter.App\\Security\\Voter\\Permissions\\Admin\\AdminContractVoter'];
  6873.         }
  6874.         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);
  6875.     }
  6876.     /**
  6877.      * Gets the private 'debug.security.voter.App\Security\Voter\Permissions\Admin\AdminOrganizationVoter' shared service.
  6878.      *
  6879.      * @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
  6880.      */
  6881.     protected function getAdminOrganizationVoterService()
  6882.     {
  6883.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
  6884.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/CacheableVoterInterface.php';
  6885.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
  6886.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/Voter.php';
  6887.         include_once \dirname(__DIR__4).'/src/Security/Voter/Permissions/Admin/AdminVoter.php';
  6888.         include_once \dirname(__DIR__4).'/src/Security/Voter/Permissions/Admin/AdminOrganizationVoter.php';
  6889.         $a = ($this->privates['App\\Manager\\UserManager'] ?? $this->getUserManagerService());
  6890.         if (isset($this->privates['debug.security.voter.App\\Security\\Voter\\Permissions\\Admin\\AdminOrganizationVoter'])) {
  6891.             return $this->privates['debug.security.voter.App\\Security\\Voter\\Permissions\\Admin\\AdminOrganizationVoter'];
  6892.         }
  6893.         $b = ($this->privates['App\\Manager\\OrganizationManager'] ?? $this->getOrganizationManagerService());
  6894.         if (isset($this->privates['debug.security.voter.App\\Security\\Voter\\Permissions\\Admin\\AdminOrganizationVoter'])) {
  6895.             return $this->privates['debug.security.voter.App\\Security\\Voter\\Permissions\\Admin\\AdminOrganizationVoter'];
  6896.         }
  6897.         $c = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  6898.         if (isset($this->privates['debug.security.voter.App\\Security\\Voter\\Permissions\\Admin\\AdminOrganizationVoter'])) {
  6899.             return $this->privates['debug.security.voter.App\\Security\\Voter\\Permissions\\Admin\\AdminOrganizationVoter'];
  6900.         }
  6901.         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);
  6902.     }
  6903.     /**
  6904.      * Gets the private 'debug.security.voter.App\Security\Voter\Permissions\Admin\AdminPortalVoter' shared service.
  6905.      *
  6906.      * @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
  6907.      */
  6908.     protected function getAdminPortalVoterService()
  6909.     {
  6910.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
  6911.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/CacheableVoterInterface.php';
  6912.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
  6913.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/Voter.php';
  6914.         include_once \dirname(__DIR__4).'/src/Security/Voter/Permissions/Admin/AdminVoter.php';
  6915.         include_once \dirname(__DIR__4).'/src/Security/Voter/Permissions/Admin/AdminPortalVoter.php';
  6916.         $a = ($this->privates['App\\Manager\\UserManager'] ?? $this->getUserManagerService());
  6917.         if (isset($this->privates['debug.security.voter.App\\Security\\Voter\\Permissions\\Admin\\AdminPortalVoter'])) {
  6918.             return $this->privates['debug.security.voter.App\\Security\\Voter\\Permissions\\Admin\\AdminPortalVoter'];
  6919.         }
  6920.         $b = ($this->privates['App\\Manager\\OrganizationManager'] ?? $this->getOrganizationManagerService());
  6921.         if (isset($this->privates['debug.security.voter.App\\Security\\Voter\\Permissions\\Admin\\AdminPortalVoter'])) {
  6922.             return $this->privates['debug.security.voter.App\\Security\\Voter\\Permissions\\Admin\\AdminPortalVoter'];
  6923.         }
  6924.         $c = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  6925.         if (isset($this->privates['debug.security.voter.App\\Security\\Voter\\Permissions\\Admin\\AdminPortalVoter'])) {
  6926.             return $this->privates['debug.security.voter.App\\Security\\Voter\\Permissions\\Admin\\AdminPortalVoter'];
  6927.         }
  6928.         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);
  6929.     }
  6930.     /**
  6931.      * Gets the private 'debug.security.voter.App\Security\Voter\Permissions\User\UserContractVoter' shared service.
  6932.      *
  6933.      * @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
  6934.      */
  6935.     protected function getUserContractVoterService()
  6936.     {
  6937.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
  6938.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/CacheableVoterInterface.php';
  6939.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
  6940.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/Voter.php';
  6941.         include_once \dirname(__DIR__4).'/src/Security/Voter/Permissions/User/UserVoter.php';
  6942.         include_once \dirname(__DIR__4).'/src/Security/Voter/Permissions/User/UserContractVoter.php';
  6943.         $a = ($this->privates['App\\Manager\\UserManager'] ?? $this->getUserManagerService());
  6944.         if (isset($this->privates['debug.security.voter.App\\Security\\Voter\\Permissions\\User\\UserContractVoter'])) {
  6945.             return $this->privates['debug.security.voter.App\\Security\\Voter\\Permissions\\User\\UserContractVoter'];
  6946.         }
  6947.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  6948.         if (isset($this->privates['debug.security.voter.App\\Security\\Voter\\Permissions\\User\\UserContractVoter'])) {
  6949.             return $this->privates['debug.security.voter.App\\Security\\Voter\\Permissions\\User\\UserContractVoter'];
  6950.         }
  6951.         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);
  6952.     }
  6953.     /**
  6954.      * Gets the private 'debug.security.voter.App\Security\Voter\Permissions\User\UserOrganizationVoter' shared service.
  6955.      *
  6956.      * @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
  6957.      */
  6958.     protected function getUserOrganizationVoterService()
  6959.     {
  6960.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
  6961.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/CacheableVoterInterface.php';
  6962.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
  6963.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/Voter.php';
  6964.         include_once \dirname(__DIR__4).'/src/Security/Voter/Permissions/User/UserVoter.php';
  6965.         include_once \dirname(__DIR__4).'/src/Security/Voter/Permissions/User/UserOrganizationVoter.php';
  6966.         $a = ($this->privates['App\\Manager\\OrganizationManager'] ?? $this->getOrganizationManagerService());
  6967.         if (isset($this->privates['debug.security.voter.App\\Security\\Voter\\Permissions\\User\\UserOrganizationVoter'])) {
  6968.             return $this->privates['debug.security.voter.App\\Security\\Voter\\Permissions\\User\\UserOrganizationVoter'];
  6969.         }
  6970.         $b = ($this->privates['App\\Manager\\UserManager'] ?? $this->getUserManagerService());
  6971.         if (isset($this->privates['debug.security.voter.App\\Security\\Voter\\Permissions\\User\\UserOrganizationVoter'])) {
  6972.             return $this->privates['debug.security.voter.App\\Security\\Voter\\Permissions\\User\\UserOrganizationVoter'];
  6973.         }
  6974.         $c = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  6975.         if (isset($this->privates['debug.security.voter.App\\Security\\Voter\\Permissions\\User\\UserOrganizationVoter'])) {
  6976.             return $this->privates['debug.security.voter.App\\Security\\Voter\\Permissions\\User\\UserOrganizationVoter'];
  6977.         }
  6978.         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);
  6979.     }
  6980.     /**
  6981.      * Gets the private 'debug.security.voter.security.access.authenticated_voter' shared service.
  6982.      *
  6983.      * @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
  6984.      */
  6985.     protected function getDebug_Security_Voter_Security_Access_AuthenticatedVoterService()
  6986.     {
  6987.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
  6988.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/CacheableVoterInterface.php';
  6989.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
  6990.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/AuthenticatedVoter.php';
  6991.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  6992.         if (isset($this->privates['debug.security.voter.security.access.authenticated_voter'])) {
  6993.             return $this->privates['debug.security.voter.security.access.authenticated_voter'];
  6994.         }
  6995.         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);
  6996.     }
  6997.     /**
  6998.      * Gets the private 'debug.security.voter.security.access.expression_voter' shared service.
  6999.      *
  7000.      * @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
  7001.      */
  7002.     protected function getDebug_Security_Voter_Security_Access_ExpressionVoterService()
  7003.     {
  7004.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
  7005.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/CacheableVoterInterface.php';
  7006.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
  7007.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/ExpressionVoter.php';
  7008.         $a = ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService());
  7009.         if (isset($this->privates['debug.security.voter.security.access.expression_voter'])) {
  7010.             return $this->privates['debug.security.voter.security.access.expression_voter'];
  7011.         }
  7012.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  7013.         if (isset($this->privates['debug.security.voter.security.access.expression_voter'])) {
  7014.             return $this->privates['debug.security.voter.security.access.expression_voter'];
  7015.         }
  7016.         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);
  7017.     }
  7018.     /**
  7019.      * Gets the private 'debug.security.voter.security.access.simple_role_voter' shared service.
  7020.      *
  7021.      * @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
  7022.      */
  7023.     protected function getDebug_Security_Voter_Security_Access_SimpleRoleVoterService()
  7024.     {
  7025.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
  7026.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/CacheableVoterInterface.php';
  7027.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
  7028.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/RoleVoter.php';
  7029.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  7030.         if (isset($this->privates['debug.security.voter.security.access.simple_role_voter'])) {
  7031.             return $this->privates['debug.security.voter.security.access.simple_role_voter'];
  7032.         }
  7033.         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);
  7034.     }
  7035.     /**
  7036.      * Gets the private 'debug.security.voter.vote_listener' shared service.
  7037.      *
  7038.      * @return \Symfony\Bundle\SecurityBundle\EventListener\VoteListener
  7039.      */
  7040.     protected function getDebug_Security_Voter_VoteListenerService()
  7041.     {
  7042.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/EventListener/VoteListener.php';
  7043.         $a = ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService());
  7044.         if (isset($this->privates['debug.security.voter.vote_listener'])) {
  7045.             return $this->privates['debug.security.voter.vote_listener'];
  7046.         }
  7047.         return $this->privates['debug.security.voter.vote_listener'] = new \Symfony\Bundle\SecurityBundle\EventListener\VoteListener($a);
  7048.     }
  7049.     /**
  7050.      * Gets the private 'error_handler.error_renderer.html' shared service.
  7051.      *
  7052.      * @return \Symfony\Component\ErrorHandler\ErrorRenderer\HtmlErrorRenderer
  7053.      */
  7054.     protected function getErrorHandler_ErrorRenderer_HtmlService()
  7055.     {
  7056.         include_once \dirname(__DIR__4).'/vendor/symfony/error-handler/ErrorRenderer/ErrorRendererInterface.php';
  7057.         include_once \dirname(__DIR__4).'/vendor/symfony/error-handler/ErrorRenderer/HtmlErrorRenderer.php';
  7058.         $a = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  7059.         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()));
  7060.     }
  7061.     /**
  7062.      * Gets the private 'exception_listener' shared service.
  7063.      *
  7064.      * @return \Symfony\Component\HttpKernel\EventListener\ErrorListener
  7065.      */
  7066.     protected function getExceptionListenerService()
  7067.     {
  7068.         return $this->privates['exception_listener'] = new \Symfony\Component\HttpKernel\EventListener\ErrorListener('error_controller', ($this->privates['monolog.logger.request'] ?? $this->getMonolog_Logger_RequestService()), true, []);
  7069.     }
  7070.     /**
  7071.      * Gets the private 'form.choice_list_factory.cached' shared service.
  7072.      *
  7073.      * @return \Symfony\Component\Form\ChoiceList\Factory\CachingFactoryDecorator
  7074.      */
  7075.     protected function getForm_ChoiceListFactory_CachedService()
  7076.     {
  7077.         include_once \dirname(__DIR__4).'/vendor/symfony/form/ChoiceList/Factory/ChoiceListFactoryInterface.php';
  7078.         include_once \dirname(__DIR__4).'/vendor/symfony/form/ChoiceList/Factory/CachingFactoryDecorator.php';
  7079.         include_once \dirname(__DIR__4).'/vendor/symfony/form/ChoiceList/Factory/PropertyAccessDecorator.php';
  7080.         include_once \dirname(__DIR__4).'/vendor/symfony/form/ChoiceList/Factory/DefaultChoiceListFactory.php';
  7081.         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())));
  7082.     }
  7083.     /**
  7084.      * Gets the private 'form.registry' shared service.
  7085.      *
  7086.      * @return \Symfony\Component\Form\FormRegistry
  7087.      */
  7088.     protected function getForm_RegistryService()
  7089.     {
  7090.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormRegistryInterface.php';
  7091.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormRegistry.php';
  7092.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormExtensionInterface.php';
  7093.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DependencyInjection/DependencyInjectionExtension.php';
  7094.         include_once \dirname(__DIR__4).'/vendor/symfony/form/ResolvedFormTypeFactoryInterface.php';
  7095.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/Proxy/ResolvedTypeFactoryDataCollectorProxy.php';
  7096.         include_once \dirname(__DIR__4).'/vendor/symfony/form/ResolvedFormTypeFactory.php';
  7097.         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, [
  7098.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\ChoiceType' => ['privates''form.type.choice''getForm_Type_ChoiceService'false],
  7099.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\ColorType' => ['privates''form.type.color''getForm_Type_ColorService'false],
  7100.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\FileType' => ['services''.container.private.form.type.file''get_Container_Private_Form_Type_FileService'false],
  7101.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\FormType' => ['privates''form.type.form''getForm_Type_FormService'false],
  7102.         ], [
  7103.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\ChoiceType' => '?',
  7104.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\ColorType' => '?',
  7105.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\FileType' => '?',
  7106.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\FormType' => '?',
  7107.         ]), ['Symfony\\Component\\Form\\Extension\\Core\\Type\\FormType' => new RewindableGenerator(function () {
  7108.             yield => ($this->privates['form.type_extension.form.transformation_failure_handling'] ?? $this->getForm_TypeExtension_Form_TransformationFailureHandlingService());
  7109.             yield => ($this->privates['form.type_extension.form.http_foundation'] ?? $this->getForm_TypeExtension_Form_HttpFoundationService());
  7110.             yield => ($this->privates['form.type_extension.form.validator'] ?? $this->getForm_TypeExtension_Form_ValidatorService());
  7111.             yield => ($this->privates['form.type_extension.upload.validator'] ?? $this->getForm_TypeExtension_Upload_ValidatorService());
  7112.             yield => ($this->privates['form.type_extension.form.data_collector'] ?? $this->getForm_TypeExtension_Form_DataCollectorService());
  7113.             yield => ($this->privates['nelmio_api_doc.form.documentation_extension'] ?? ($this->privates['nelmio_api_doc.form.documentation_extension'] = new \Nelmio\ApiDocBundle\Form\Extension\DocumentationExtension()));
  7114.         }, 6), 'Symfony\\Component\\Form\\Extension\\Core\\Type\\RepeatedType' => new RewindableGenerator(function () {
  7115.             yield => ($this->privates['form.type_extension.repeated.validator'] ?? ($this->privates['form.type_extension.repeated.validator'] = new \Symfony\Component\Form\Extension\Validator\Type\RepeatedTypeValidatorExtension()));
  7116.         }, 1), 'Symfony\\Component\\Form\\Extension\\Core\\Type\\SubmitType' => new RewindableGenerator(function () {
  7117.             yield => ($this->privates['form.type_extension.submit.validator'] ?? ($this->privates['form.type_extension.submit.validator'] = new \Symfony\Component\Form\Extension\Validator\Type\SubmitTypeValidatorExtension()));
  7118.         }, 1)], new RewindableGenerator(function () {
  7119.             yield => ($this->privates['form.type_guesser.validator'] ?? $this->getForm_TypeGuesser_ValidatorService());
  7120.         }, 1))], new \Symfony\Component\Form\Extension\DataCollector\Proxy\ResolvedTypeFactoryDataCollectorProxy(new \Symfony\Component\Form\ResolvedFormTypeFactory(), ($this->privates['data_collector.form'] ?? $this->getDataCollector_FormService())));
  7121.     }
  7122.     /**
  7123.      * Gets the private 'form.type.choice' shared service.
  7124.      *
  7125.      * @return \Symfony\Component\Form\Extension\Core\Type\ChoiceType
  7126.      */
  7127.     protected function getForm_Type_ChoiceService()
  7128.     {
  7129.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  7130.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  7131.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/ChoiceType.php';
  7132.         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()));
  7133.     }
  7134.     /**
  7135.      * Gets the private 'form.type.color' shared service.
  7136.      *
  7137.      * @return \Symfony\Component\Form\Extension\Core\Type\ColorType
  7138.      */
  7139.     protected function getForm_Type_ColorService()
  7140.     {
  7141.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  7142.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  7143.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/ColorType.php';
  7144.         return $this->privates['form.type.color'] = new \Symfony\Component\Form\Extension\Core\Type\ColorType(($this->services['translator'] ?? $this->getTranslatorService()));
  7145.     }
  7146.     /**
  7147.      * Gets the private 'form.type.form' shared service.
  7148.      *
  7149.      * @return \Symfony\Component\Form\Extension\Core\Type\FormType
  7150.      */
  7151.     protected function getForm_Type_FormService()
  7152.     {
  7153.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  7154.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  7155.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/BaseType.php';
  7156.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/FormType.php';
  7157.         return $this->privates['form.type.form'] = new \Symfony\Component\Form\Extension\Core\Type\FormType(($this->privates['property_accessor'] ?? $this->getPropertyAccessorService()));
  7158.     }
  7159.     /**
  7160.      * Gets the private 'form.type_extension.form.data_collector' shared service.
  7161.      *
  7162.      * @return \Symfony\Component\Form\Extension\DataCollector\Type\DataCollectorTypeExtension
  7163.      */
  7164.     protected function getForm_TypeExtension_Form_DataCollectorService()
  7165.     {
  7166.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  7167.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractTypeExtension.php';
  7168.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/Type/DataCollectorTypeExtension.php';
  7169.         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()));
  7170.     }
  7171.     /**
  7172.      * Gets the private 'form.type_extension.form.http_foundation' shared service.
  7173.      *
  7174.      * @return \Symfony\Component\Form\Extension\HttpFoundation\Type\FormTypeHttpFoundationExtension
  7175.      */
  7176.     protected function getForm_TypeExtension_Form_HttpFoundationService()
  7177.     {
  7178.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  7179.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractTypeExtension.php';
  7180.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/HttpFoundation/Type/FormTypeHttpFoundationExtension.php';
  7181.         include_once \dirname(__DIR__4).'/vendor/symfony/form/RequestHandlerInterface.php';
  7182.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/HttpFoundation/HttpFoundationRequestHandler.php';
  7183.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Util/ServerParams.php';
  7184.         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())))));
  7185.     }
  7186.     /**
  7187.      * Gets the private 'form.type_extension.form.transformation_failure_handling' shared service.
  7188.      *
  7189.      * @return \Symfony\Component\Form\Extension\Core\Type\TransformationFailureExtension
  7190.      */
  7191.     protected function getForm_TypeExtension_Form_TransformationFailureHandlingService()
  7192.     {
  7193.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  7194.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractTypeExtension.php';
  7195.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/TransformationFailureExtension.php';
  7196.         return $this->privates['form.type_extension.form.transformation_failure_handling'] = new \Symfony\Component\Form\Extension\Core\Type\TransformationFailureExtension(($this->services['translator'] ?? $this->getTranslatorService()));
  7197.     }
  7198.     /**
  7199.      * Gets the private 'form.type_extension.form.validator' shared service.
  7200.      *
  7201.      * @return \Symfony\Component\Form\Extension\Validator\Type\FormTypeValidatorExtension
  7202.      */
  7203.     protected function getForm_TypeExtension_Form_ValidatorService()
  7204.     {
  7205.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  7206.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractTypeExtension.php';
  7207.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Validator/Type/BaseValidatorExtension.php';
  7208.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Validator/Type/FormTypeValidatorExtension.php';
  7209.         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()));
  7210.     }
  7211.     /**
  7212.      * Gets the private 'form.type_extension.upload.validator' shared service.
  7213.      *
  7214.      * @return \Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension
  7215.      */
  7216.     protected function getForm_TypeExtension_Upload_ValidatorService()
  7217.     {
  7218.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  7219.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractTypeExtension.php';
  7220.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Validator/Type/UploadValidatorExtension.php';
  7221.         return $this->privates['form.type_extension.upload.validator'] = new \Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension(($this->services['translator'] ?? $this->getTranslatorService()), 'validators');
  7222.     }
  7223.     /**
  7224.      * Gets the private 'form.type_guesser.validator' shared service.
  7225.      *
  7226.      * @return \Symfony\Component\Form\Extension\Validator\ValidatorTypeGuesser
  7227.      */
  7228.     protected function getForm_TypeGuesser_ValidatorService()
  7229.     {
  7230.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeGuesserInterface.php';
  7231.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Validator/ValidatorTypeGuesser.php';
  7232.         return $this->privates['form.type_guesser.validator'] = new \Symfony\Component\Form\Extension\Validator\ValidatorTypeGuesser(($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService()));
  7233.     }
  7234.     /**
  7235.      * Gets the private 'fragment.renderer.inline' shared service.
  7236.      *
  7237.      * @return \Symfony\Component\HttpKernel\Fragment\InlineFragmentRenderer
  7238.      */
  7239.     protected function getFragment_Renderer_InlineService()
  7240.     {
  7241.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/FragmentRendererInterface.php';
  7242.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/RoutableFragmentRenderer.php';
  7243.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/InlineFragmentRenderer.php';
  7244.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  7245.         if (isset($this->privates['fragment.renderer.inline'])) {
  7246.             return $this->privates['fragment.renderer.inline'];
  7247.         }
  7248.         $this->privates['fragment.renderer.inline'] = $instance = new \Symfony\Component\HttpKernel\Fragment\InlineFragmentRenderer(($this->services['http_kernel'] ?? $this->getHttpKernelService()), $a);
  7249.         $instance->setFragmentPath('/_fragment');
  7250.         return $instance;
  7251.     }
  7252.     /**
  7253.      * Gets the private 'framework_extra_bundle.argument_name_convertor' shared service.
  7254.      *
  7255.      * @return \Sensio\Bundle\FrameworkExtraBundle\Request\ArgumentNameConverter
  7256.      */
  7257.     protected function getFrameworkExtraBundle_ArgumentNameConvertorService()
  7258.     {
  7259.         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())));
  7260.     }
  7261.     /**
  7262.      * Gets the private 'framework_extra_bundle.event.is_granted' shared service.
  7263.      *
  7264.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\IsGrantedListener
  7265.      */
  7266.     protected function getFrameworkExtraBundle_Event_IsGrantedService()
  7267.     {
  7268.         $a = ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService());
  7269.         if (isset($this->privates['framework_extra_bundle.event.is_granted'])) {
  7270.             return $this->privates['framework_extra_bundle.event.is_granted'];
  7271.         }
  7272.         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);
  7273.     }
  7274.     /**
  7275.      * Gets the private 'lexik_jwt_authentication.check_config_command' shared service.
  7276.      *
  7277.      * @return \Lexik\Bundle\JWTAuthenticationBundle\Command\CheckConfigCommand
  7278.      */
  7279.     protected function getLexikJwtAuthentication_CheckConfigCommandService()
  7280.     {
  7281.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7282.         include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/Command/CheckConfigCommand.php';
  7283.         $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');
  7284.         $instance->setName('lexik:jwt:check-config');
  7285.         return $instance;
  7286.     }
  7287.     /**
  7288.      * Gets the private 'lexik_jwt_authentication.enable_encryption_config_command' shared service.
  7289.      *
  7290.      * @return \Lexik\Bundle\JWTAuthenticationBundle\Command\EnableEncryptionConfigCommand
  7291.      */
  7292.     protected function getLexikJwtAuthentication_EnableEncryptionConfigCommandService()
  7293.     {
  7294.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7295.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/BuildDebugContainerTrait.php';
  7296.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ContainerDebugCommand.php';
  7297.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/AbstractConfigCommand.php';
  7298.         include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/Command/EnableEncryptionConfigCommand.php';
  7299.         $this->privates['lexik_jwt_authentication.enable_encryption_config_command'] = $instance = new \Lexik\Bundle\JWTAuthenticationBundle\Command\EnableEncryptionConfigCommand(NULL);
  7300.         $instance->setName('lexik:jwt:enable-encryption');
  7301.         return $instance;
  7302.     }
  7303.     /**
  7304.      * Gets the private 'lexik_jwt_authentication.generate_keypair_command' shared service.
  7305.      *
  7306.      * @return \Lexik\Bundle\JWTAuthenticationBundle\Command\GenerateKeyPairCommand
  7307.      */
  7308.     protected function getLexikJwtAuthentication_GenerateKeypairCommandService()
  7309.     {
  7310.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7311.         include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/Command/GenerateKeyPairCommand.php';
  7312.         include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  7313.         $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');
  7314.         $instance->setName('lexik:jwt:generate-keypair');
  7315.         return $instance;
  7316.     }
  7317.     /**
  7318.      * Gets the private 'lexik_jwt_authentication.handler.authentication_success' shared service.
  7319.      *
  7320.      * @return \Lexik\Bundle\JWTAuthenticationBundle\Security\Http\Authentication\AuthenticationSuccessHandler
  7321.      */
  7322.     protected function getLexikJwtAuthentication_Handler_AuthenticationSuccessService()
  7323.     {
  7324.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authentication/AuthenticationSuccessHandlerInterface.php';
  7325.         include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/Security/Http/Authentication/AuthenticationSuccessHandler.php';
  7326.         $a = ($this->services['lexik_jwt_authentication.jwt_manager'] ?? $this->getLexikJwtAuthentication_JwtManagerService());
  7327.         if (isset($this->privates['lexik_jwt_authentication.handler.authentication_success'])) {
  7328.             return $this->privates['lexik_jwt_authentication.handler.authentication_success'];
  7329.         }
  7330.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  7331.         if (isset($this->privates['lexik_jwt_authentication.handler.authentication_success'])) {
  7332.             return $this->privates['lexik_jwt_authentication.handler.authentication_success'];
  7333.         }
  7334.         return $this->privates['lexik_jwt_authentication.handler.authentication_success'] = new \Lexik\Bundle\JWTAuthenticationBundle\Security\Http\Authentication\AuthenticationSuccessHandler($a$b, [], true);
  7335.     }
  7336.     /**
  7337.      * Gets the private 'lexik_jwt_authentication.jws_provider.lcobucci' shared service.
  7338.      *
  7339.      * @return \Lexik\Bundle\JWTAuthenticationBundle\Services\JWSProvider\LcobucciJWSProvider
  7340.      */
  7341.     protected function getLexikJwtAuthentication_JwsProvider_LcobucciService()
  7342.     {
  7343.         include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/Services/JWSProvider/JWSProviderInterface.php';
  7344.         include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/Services/JWSProvider/LcobucciJWSProvider.php';
  7345.         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);
  7346.     }
  7347.     /**
  7348.      * Gets the private 'lexik_jwt_authentication.migrate_config_command' shared service.
  7349.      *
  7350.      * @return \Lexik\Bundle\JWTAuthenticationBundle\Command\MigrateConfigCommand
  7351.      */
  7352.     protected function getLexikJwtAuthentication_MigrateConfigCommandService()
  7353.     {
  7354.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7355.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/BuildDebugContainerTrait.php';
  7356.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ContainerDebugCommand.php';
  7357.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/AbstractConfigCommand.php';
  7358.         include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/Command/MigrateConfigCommand.php';
  7359.         $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');
  7360.         $instance->setName('lexik:jwt:migrate-config');
  7361.         return $instance;
  7362.     }
  7363.     /**
  7364.      * Gets the private 'lexik_jwt_authentication.security.guard.jwt_token_authenticator' shared service.
  7365.      *
  7366.      * @return \Lexik\Bundle\JWTAuthenticationBundle\Security\Guard\JWTTokenAuthenticator
  7367.      */
  7368.     protected function getLexikJwtAuthentication_Security_Guard_JwtTokenAuthenticatorService()
  7369.     {
  7370.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/EntryPoint/AuthenticationEntryPointInterface.php';
  7371.         include_once \dirname(__DIR__4).'/vendor/symfony/security-guard/AuthenticatorInterface.php';
  7372.         include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/Security/Guard/JWTTokenAuthenticator.php';
  7373.         include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/TokenExtractor/TokenExtractorInterface.php';
  7374.         include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/TokenExtractor/ChainTokenExtractor.php';
  7375.         include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/TokenExtractor/AuthorizationHeaderTokenExtractor.php';
  7376.         include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/TokenExtractor/QueryParameterTokenExtractor.php';
  7377.         $a = ($this->services['lexik_jwt_authentication.jwt_manager'] ?? $this->getLexikJwtAuthentication_JwtManagerService());
  7378.         if (isset($this->privates['lexik_jwt_authentication.security.guard.jwt_token_authenticator'])) {
  7379.             return $this->privates['lexik_jwt_authentication.security.guard.jwt_token_authenticator'];
  7380.         }
  7381.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  7382.         if (isset($this->privates['lexik_jwt_authentication.security.guard.jwt_token_authenticator'])) {
  7383.             return $this->privates['lexik_jwt_authentication.security.guard.jwt_token_authenticator'];
  7384.         }
  7385.         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()));
  7386.     }
  7387.     /**
  7388.      * Gets the private 'locale_aware_listener' shared service.
  7389.      *
  7390.      * @return \Symfony\Component\HttpKernel\EventListener\LocaleAwareListener
  7391.      */
  7392.     protected function getLocaleAwareListenerService()
  7393.     {
  7394.         return $this->privates['locale_aware_listener'] = new \Symfony\Component\HttpKernel\EventListener\LocaleAwareListener(new RewindableGenerator(function () {
  7395.             yield => ($this->privates['slugger'] ?? ($this->privates['slugger'] = new \Symfony\Component\String\Slugger\AsciiSlugger('en')));
  7396.             yield => ($this->privates['translator.default'] ?? $this->getTranslator_DefaultService());
  7397.         }, 2), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  7398.     }
  7399.     /**
  7400.      * Gets the private 'locale_listener' shared service.
  7401.      *
  7402.      * @return \Symfony\Component\HttpKernel\EventListener\LocaleListener
  7403.      */
  7404.     protected function getLocaleListenerService()
  7405.     {
  7406.         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, []);
  7407.     }
  7408.     /**
  7409.      * Gets the private 'mailer.transport_factory.native' shared service.
  7410.      *
  7411.      * @return \Symfony\Component\Mailer\Transport\NativeTransportFactory
  7412.      */
  7413.     protected function getMailer_TransportFactory_NativeService()
  7414.     {
  7415.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/TransportFactoryInterface.php';
  7416.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/AbstractTransportFactory.php';
  7417.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/NativeTransportFactory.php';
  7418.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  7419.         if (isset($this->privates['mailer.transport_factory.native'])) {
  7420.             return $this->privates['mailer.transport_factory.native'];
  7421.         }
  7422.         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()));
  7423.     }
  7424.     /**
  7425.      * Gets the private 'mailer.transport_factory.null' shared service.
  7426.      *
  7427.      * @return \Symfony\Component\Mailer\Transport\NullTransportFactory
  7428.      */
  7429.     protected function getMailer_TransportFactory_NullService()
  7430.     {
  7431.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/TransportFactoryInterface.php';
  7432.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/AbstractTransportFactory.php';
  7433.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/NullTransportFactory.php';
  7434.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  7435.         if (isset($this->privates['mailer.transport_factory.null'])) {
  7436.             return $this->privates['mailer.transport_factory.null'];
  7437.         }
  7438.         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()));
  7439.     }
  7440.     /**
  7441.      * Gets the private 'mailer.transport_factory.sendgrid' shared service.
  7442.      *
  7443.      * @return \Symfony\Component\Mailer\Bridge\Sendgrid\Transport\SendgridTransportFactory
  7444.      */
  7445.     protected function getMailer_TransportFactory_SendgridService()
  7446.     {
  7447.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/TransportFactoryInterface.php';
  7448.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/AbstractTransportFactory.php';
  7449.         include_once \dirname(__DIR__4).'/vendor/symfony/sendgrid-mailer/Transport/SendgridTransportFactory.php';
  7450.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  7451.         if (isset($this->privates['mailer.transport_factory.sendgrid'])) {
  7452.             return $this->privates['mailer.transport_factory.sendgrid'];
  7453.         }
  7454.         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()));
  7455.     }
  7456.     /**
  7457.      * Gets the private 'mailer.transport_factory.sendmail' shared service.
  7458.      *
  7459.      * @return \Symfony\Component\Mailer\Transport\SendmailTransportFactory
  7460.      */
  7461.     protected function getMailer_TransportFactory_SendmailService()
  7462.     {
  7463.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/TransportFactoryInterface.php';
  7464.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/AbstractTransportFactory.php';
  7465.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/SendmailTransportFactory.php';
  7466.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  7467.         if (isset($this->privates['mailer.transport_factory.sendmail'])) {
  7468.             return $this->privates['mailer.transport_factory.sendmail'];
  7469.         }
  7470.         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()));
  7471.     }
  7472.     /**
  7473.      * Gets the private 'mailer.transport_factory.smtp' shared service.
  7474.      *
  7475.      * @return \Symfony\Component\Mailer\Transport\Smtp\EsmtpTransportFactory
  7476.      */
  7477.     protected function getMailer_TransportFactory_SmtpService()
  7478.     {
  7479.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/TransportFactoryInterface.php';
  7480.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/AbstractTransportFactory.php';
  7481.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/Smtp/EsmtpTransportFactory.php';
  7482.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  7483.         if (isset($this->privates['mailer.transport_factory.smtp'])) {
  7484.             return $this->privates['mailer.transport_factory.smtp'];
  7485.         }
  7486.         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()));
  7487.     }
  7488.     /**
  7489.      * Gets the private 'mailer.transports' shared service.
  7490.      *
  7491.      * @return \Symfony\Component\Mailer\Transport\Transports
  7492.      */
  7493.     protected function getMailer_TransportsService()
  7494.     {
  7495.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/TransportInterface.php';
  7496.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/Transports.php';
  7497.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport.php';
  7498.         return $this->privates['mailer.transports'] = (new \Symfony\Component\Mailer\Transport(new RewindableGenerator(function () {
  7499.             yield => ($this->privates['mailer.transport_factory.sendgrid'] ?? $this->getMailer_TransportFactory_SendgridService());
  7500.             yield => ($this->privates['mailer.transport_factory.null'] ?? $this->getMailer_TransportFactory_NullService());
  7501.             yield => ($this->privates['mailer.transport_factory.sendmail'] ?? $this->getMailer_TransportFactory_SendmailService());
  7502.             yield => ($this->privates['mailer.transport_factory.native'] ?? $this->getMailer_TransportFactory_NativeService());
  7503.             yield => ($this->privates['mailer.transport_factory.smtp'] ?? $this->getMailer_TransportFactory_SmtpService());
  7504.         }, 5)))->fromStrings(['main' => $this->getEnv('MAILER_DSN')]);
  7505.     }
  7506.     /**
  7507.      * Gets the private 'messenger.bus.default.middleware.handle_message' shared service.
  7508.      *
  7509.      * @return \Symfony\Component\Messenger\Middleware\HandleMessageMiddleware
  7510.      */
  7511.     protected function getMessenger_Bus_Default_Middleware_HandleMessageService()
  7512.     {
  7513.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Middleware/MiddlewareInterface.php';
  7514.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Middleware/HandleMessageMiddleware.php';
  7515.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlersLocatorInterface.php';
  7516.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlersLocator.php';
  7517.         $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 () {
  7518.             yield => ($this->privates['.messenger.handler_descriptor.LWkjWFv'] ?? $this->get_Messenger_HandlerDescriptor_LWkjWFvService());
  7519.         }, 1), 'App\\Message\\ExportMessage' => new RewindableGenerator(function () {
  7520.             yield => ($this->privates['.messenger.handler_descriptor.BFQSMYR'] ?? $this->get_Messenger_HandlerDescriptor_BFQSMYRService());
  7521.         }, 1), 'App\\Message\\AbstractOrganizationMessage' => new RewindableGenerator(function () {
  7522.             yield => ($this->privates['.messenger.handler_descriptor.1mEAxeQ'] ?? $this->get_Messenger_HandlerDescriptor_1mEAxeQService());
  7523.             yield => ($this->privates['.messenger.handler_descriptor.GWKPxa5'] ?? $this->get_Messenger_HandlerDescriptor_GWKPxa5Service());
  7524.             yield => ($this->privates['.messenger.handler_descriptor.cqg4OOe'] ?? $this->get_Messenger_HandlerDescriptor_Cqg4OOeService());
  7525.             yield => ($this->privates['.messenger.handler_descriptor.cq4qYvN'] ?? $this->get_Messenger_HandlerDescriptor_Cq4qYvNService());
  7526.             yield => ($this->privates['.messenger.handler_descriptor.5AdAdik'] ?? $this->get_Messenger_HandlerDescriptor_5AdAdikService());
  7527.             yield => ($this->privates['.messenger.handler_descriptor.19b2RPa'] ?? $this->get_Messenger_HandlerDescriptor_19b2RPaService());
  7528.         }, 6), 'App\\Message\\AbstractApplicationConfigurationMessage' => new RewindableGenerator(function () {
  7529.             yield => ($this->privates['.messenger.handler_descriptor.G9RonGv'] ?? $this->get_Messenger_HandlerDescriptor_G9RonGvService());
  7530.             yield => ($this->privates['.messenger.handler_descriptor..ZJ_Nx.'] ?? $this->get_Messenger_HandlerDescriptor__ZJNx_Service());
  7531.         }, 2), 'Symfony\\Component\\Mailer\\Messenger\\SendEmailMessage' => new RewindableGenerator(function () {
  7532.             yield => ($this->privates['.messenger.handler_descriptor.tGvt0LH'] ?? $this->get_Messenger_HandlerDescriptor_TGvt0LHService());
  7533.         }, 1)]));
  7534.         $instance->setLogger(($this->privates['monolog.logger.messenger'] ?? $this->getMonolog_Logger_MessengerService()));
  7535.         return $instance;
  7536.     }
  7537.     /**
  7538.      * Gets the private 'messenger.bus.default.middleware.traceable' shared service.
  7539.      *
  7540.      * @return \Symfony\Component\Messenger\Middleware\TraceableMiddleware
  7541.      */
  7542.     protected function getMessenger_Bus_Default_Middleware_TraceableService()
  7543.     {
  7544.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Middleware/MiddlewareInterface.php';
  7545.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Middleware/TraceableMiddleware.php';
  7546.         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');
  7547.     }
  7548.     /**
  7549.      * Gets the private 'messenger.failure.send_failed_message_to_failure_transport_listener' shared service.
  7550.      *
  7551.      * @return \Symfony\Component\Messenger\EventListener\SendFailedMessageToFailureTransportListener
  7552.      */
  7553.     protected function getMessenger_Failure_SendFailedMessageToFailureTransportListenerService()
  7554.     {
  7555.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/EventListener/SendFailedMessageToFailureTransportListener.php';
  7556.         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, [
  7557.             'email' => ['privates''messenger.transport.failed''getMessenger_Transport_FailedService'false],
  7558.             'export' => ['privates''messenger.transport.failed''getMessenger_Transport_FailedService'false],
  7559.             'failed' => ['privates''messenger.transport.failed''getMessenger_Transport_FailedService'false],
  7560.             'geoserver' => ['privates''messenger.transport.failed''getMessenger_Transport_FailedService'false],
  7561.             'mayan' => ['privates''messenger.transport.failed''getMessenger_Transport_FailedService'false],
  7562.             'metabase' => ['privates''messenger.transport.failed''getMessenger_Transport_FailedService'false],
  7563.             'nextcloud' => ['privates''messenger.transport.failed''getMessenger_Transport_FailedService'false],
  7564.             'signal' => ['privates''messenger.transport.failed''getMessenger_Transport_FailedService'false],
  7565.             'thingsboard' => ['privates''messenger.transport.failed''getMessenger_Transport_FailedService'false],
  7566.             'villagile_event' => ['privates''messenger.transport.failed''getMessenger_Transport_FailedService'false],
  7567.         ], [
  7568.             'email' => '?',
  7569.             'export' => '?',
  7570.             'failed' => '?',
  7571.             'geoserver' => '?',
  7572.             'mayan' => '?',
  7573.             'metabase' => '?',
  7574.             'nextcloud' => '?',
  7575.             'signal' => '?',
  7576.             'thingsboard' => '?',
  7577.             'villagile_event' => '?',
  7578.         ]), ($this->privates['monolog.logger.messenger'] ?? $this->getMonolog_Logger_MessengerService()));
  7579.     }
  7580.     /**
  7581.      * Gets the private 'messenger.listener.stop_worker_on_restart_signal_listener' shared service.
  7582.      *
  7583.      * @return \Symfony\Component\Messenger\EventListener\StopWorkerOnRestartSignalListener
  7584.      */
  7585.     protected function getMessenger_Listener_StopWorkerOnRestartSignalListenerService()
  7586.     {
  7587.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/EventListener/StopWorkerOnRestartSignalListener.php';
  7588.         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()));
  7589.     }
  7590.     /**
  7591.      * Gets the private 'messenger.middleware.send_message' shared service.
  7592.      *
  7593.      * @return \Symfony\Component\Messenger\Middleware\SendMessageMiddleware
  7594.      */
  7595.     protected function getMessenger_Middleware_SendMessageService()
  7596.     {
  7597.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Middleware/MiddlewareInterface.php';
  7598.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Middleware/SendMessageMiddleware.php';
  7599.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Sender/SendersLocatorInterface.php';
  7600.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Sender/SendersLocator.php';
  7601.         $a = ($this->privates['.service_locator.ChxIizf'] ?? $this->get_ServiceLocator_ChxIizfService());
  7602.         if (isset($this->privates['messenger.middleware.send_message'])) {
  7603.             return $this->privates['messenger.middleware.send_message'];
  7604.         }
  7605.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  7606.         if (isset($this->privates['messenger.middleware.send_message'])) {
  7607.             return $this->privates['messenger.middleware.send_message'];
  7608.         }
  7609.         $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);
  7610.         $instance->setLogger(($this->privates['monolog.logger.messenger'] ?? $this->getMonolog_Logger_MessengerService()));
  7611.         return $instance;
  7612.     }
  7613.     /**
  7614.      * Gets the private 'messenger.receiver_locator' shared service.
  7615.      *
  7616.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  7617.      */
  7618.     protected function getMessenger_ReceiverLocatorService()
  7619.     {
  7620.         return $this->privates['messenger.receiver_locator'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  7621.             'email' => ['privates''messenger.transport.email''getMessenger_Transport_EmailService'false],
  7622.             'export' => ['privates''messenger.transport.export''getMessenger_Transport_ExportService'false],
  7623.             'failed' => ['privates''messenger.transport.failed''getMessenger_Transport_FailedService'false],
  7624.             'geoserver' => ['privates''messenger.transport.geoserver''getMessenger_Transport_GeoserverService'false],
  7625.             'mayan' => ['privates''messenger.transport.mayan''getMessenger_Transport_MayanService'false],
  7626.             'messenger.transport.email' => ['privates''messenger.transport.email''getMessenger_Transport_EmailService'false],
  7627.             'messenger.transport.export' => ['privates''messenger.transport.export''getMessenger_Transport_ExportService'false],
  7628.             'messenger.transport.failed' => ['privates''messenger.transport.failed''getMessenger_Transport_FailedService'false],
  7629.             'messenger.transport.geoserver' => ['privates''messenger.transport.geoserver''getMessenger_Transport_GeoserverService'false],
  7630.             'messenger.transport.mayan' => ['privates''messenger.transport.mayan''getMessenger_Transport_MayanService'false],
  7631.             'messenger.transport.metabase' => ['privates''messenger.transport.metabase''getMessenger_Transport_MetabaseService'false],
  7632.             'messenger.transport.nextcloud' => ['privates''messenger.transport.nextcloud''getMessenger_Transport_NextcloudService'false],
  7633.             'messenger.transport.signal' => ['privates''messenger.transport.signal''getMessenger_Transport_SignalService'false],
  7634.             'messenger.transport.thingsboard' => ['privates''messenger.transport.thingsboard''getMessenger_Transport_ThingsboardService'false],
  7635.             'messenger.transport.villagile_event' => ['privates''messenger.transport.villagile_event''getMessenger_Transport_VillagileEventService'false],
  7636.             'metabase' => ['privates''messenger.transport.metabase''getMessenger_Transport_MetabaseService'false],
  7637.             'nextcloud' => ['privates''messenger.transport.nextcloud''getMessenger_Transport_NextcloudService'false],
  7638.             'signal' => ['privates''messenger.transport.signal''getMessenger_Transport_SignalService'false],
  7639.             'thingsboard' => ['privates''messenger.transport.thingsboard''getMessenger_Transport_ThingsboardService'false],
  7640.             'villagile_event' => ['privates''messenger.transport.villagile_event''getMessenger_Transport_VillagileEventService'false],
  7641.         ], [
  7642.             'email' => '?',
  7643.             'export' => '?',
  7644.             'failed' => '?',
  7645.             'geoserver' => '?',
  7646.             'mayan' => '?',
  7647.             'messenger.transport.email' => '?',
  7648.             'messenger.transport.export' => '?',
  7649.             'messenger.transport.failed' => '?',
  7650.             'messenger.transport.geoserver' => '?',
  7651.             'messenger.transport.mayan' => '?',
  7652.             'messenger.transport.metabase' => '?',
  7653.             'messenger.transport.nextcloud' => '?',
  7654.             'messenger.transport.signal' => '?',
  7655.             'messenger.transport.thingsboard' => '?',
  7656.             'messenger.transport.villagile_event' => '?',
  7657.             'metabase' => '?',
  7658.             'nextcloud' => '?',
  7659.             'signal' => '?',
  7660.             'thingsboard' => '?',
  7661.             'villagile_event' => '?',
  7662.         ]);
  7663.     }
  7664.     /**
  7665.      * Gets the private 'messenger.retry.multiplier_retry_strategy.email' shared service.
  7666.      *
  7667.      * @return \Symfony\Component\Messenger\Retry\MultiplierRetryStrategy
  7668.      */
  7669.     protected function getMessenger_Retry_MultiplierRetryStrategy_EmailService()
  7670.     {
  7671.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Retry/RetryStrategyInterface.php';
  7672.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Retry/MultiplierRetryStrategy.php';
  7673.         return $this->privates['messenger.retry.multiplier_retry_strategy.email'] = new \Symfony\Component\Messenger\Retry\MultiplierRetryStrategy(3100020);
  7674.     }
  7675.     /**
  7676.      * Gets the private 'messenger.retry.multiplier_retry_strategy.export' shared service.
  7677.      *
  7678.      * @return \Symfony\Component\Messenger\Retry\MultiplierRetryStrategy
  7679.      */
  7680.     protected function getMessenger_Retry_MultiplierRetryStrategy_ExportService()
  7681.     {
  7682.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Retry/RetryStrategyInterface.php';
  7683.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Retry/MultiplierRetryStrategy.php';
  7684.         return $this->privates['messenger.retry.multiplier_retry_strategy.export'] = new \Symfony\Component\Messenger\Retry\MultiplierRetryStrategy(530000021800000);
  7685.     }
  7686.     /**
  7687.      * Gets the private 'messenger.retry.multiplier_retry_strategy.failed' shared service.
  7688.      *
  7689.      * @return \Symfony\Component\Messenger\Retry\MultiplierRetryStrategy
  7690.      */
  7691.     protected function getMessenger_Retry_MultiplierRetryStrategy_FailedService()
  7692.     {
  7693.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Retry/RetryStrategyInterface.php';
  7694.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Retry/MultiplierRetryStrategy.php';
  7695.         return $this->privates['messenger.retry.multiplier_retry_strategy.failed'] = new \Symfony\Component\Messenger\Retry\MultiplierRetryStrategy(3100020);
  7696.     }
  7697.     /**
  7698.      * Gets the private 'messenger.retry.multiplier_retry_strategy.geoserver' shared service.
  7699.      *
  7700.      * @return \Symfony\Component\Messenger\Retry\MultiplierRetryStrategy
  7701.      */
  7702.     protected function getMessenger_Retry_MultiplierRetryStrategy_GeoserverService()
  7703.     {
  7704.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Retry/RetryStrategyInterface.php';
  7705.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Retry/MultiplierRetryStrategy.php';
  7706.         return $this->privates['messenger.retry.multiplier_retry_strategy.geoserver'] = new \Symfony\Component\Messenger\Retry\MultiplierRetryStrategy(3100020);
  7707.     }
  7708.     /**
  7709.      * Gets the private 'messenger.retry.multiplier_retry_strategy.mayan' shared service.
  7710.      *
  7711.      * @return \Symfony\Component\Messenger\Retry\MultiplierRetryStrategy
  7712.      */
  7713.     protected function getMessenger_Retry_MultiplierRetryStrategy_MayanService()
  7714.     {
  7715.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Retry/RetryStrategyInterface.php';
  7716.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Retry/MultiplierRetryStrategy.php';
  7717.         return $this->privates['messenger.retry.multiplier_retry_strategy.mayan'] = new \Symfony\Component\Messenger\Retry\MultiplierRetryStrategy(3100020);
  7718.     }
  7719.     /**
  7720.      * Gets the private 'messenger.retry.multiplier_retry_strategy.metabase' shared service.
  7721.      *
  7722.      * @return \Symfony\Component\Messenger\Retry\MultiplierRetryStrategy
  7723.      */
  7724.     protected function getMessenger_Retry_MultiplierRetryStrategy_MetabaseService()
  7725.     {
  7726.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Retry/RetryStrategyInterface.php';
  7727.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Retry/MultiplierRetryStrategy.php';
  7728.         return $this->privates['messenger.retry.multiplier_retry_strategy.metabase'] = new \Symfony\Component\Messenger\Retry\MultiplierRetryStrategy(3100020);
  7729.     }
  7730.     /**
  7731.      * Gets the private 'messenger.retry.multiplier_retry_strategy.nextcloud' shared service.
  7732.      *
  7733.      * @return \Symfony\Component\Messenger\Retry\MultiplierRetryStrategy
  7734.      */
  7735.     protected function getMessenger_Retry_MultiplierRetryStrategy_NextcloudService()
  7736.     {
  7737.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Retry/RetryStrategyInterface.php';
  7738.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Retry/MultiplierRetryStrategy.php';
  7739.         return $this->privates['messenger.retry.multiplier_retry_strategy.nextcloud'] = new \Symfony\Component\Messenger\Retry\MultiplierRetryStrategy(3100020);
  7740.     }
  7741.     /**
  7742.      * Gets the private 'messenger.retry.multiplier_retry_strategy.signal' shared service.
  7743.      *
  7744.      * @return \Symfony\Component\Messenger\Retry\MultiplierRetryStrategy
  7745.      */
  7746.     protected function getMessenger_Retry_MultiplierRetryStrategy_SignalService()
  7747.     {
  7748.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Retry/RetryStrategyInterface.php';
  7749.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Retry/MultiplierRetryStrategy.php';
  7750.         return $this->privates['messenger.retry.multiplier_retry_strategy.signal'] = new \Symfony\Component\Messenger\Retry\MultiplierRetryStrategy(3100020);
  7751.     }
  7752.     /**
  7753.      * Gets the private 'messenger.retry.multiplier_retry_strategy.thingsboard' shared service.
  7754.      *
  7755.      * @return \Symfony\Component\Messenger\Retry\MultiplierRetryStrategy
  7756.      */
  7757.     protected function getMessenger_Retry_MultiplierRetryStrategy_ThingsboardService()
  7758.     {
  7759.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Retry/RetryStrategyInterface.php';
  7760.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Retry/MultiplierRetryStrategy.php';
  7761.         return $this->privates['messenger.retry.multiplier_retry_strategy.thingsboard'] = new \Symfony\Component\Messenger\Retry\MultiplierRetryStrategy(3100020);
  7762.     }
  7763.     /**
  7764.      * Gets the private 'messenger.retry.multiplier_retry_strategy.villagile_event' shared service.
  7765.      *
  7766.      * @return \Symfony\Component\Messenger\Retry\MultiplierRetryStrategy
  7767.      */
  7768.     protected function getMessenger_Retry_MultiplierRetryStrategy_VillagileEventService()
  7769.     {
  7770.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Retry/RetryStrategyInterface.php';
  7771.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Retry/MultiplierRetryStrategy.php';
  7772.         return $this->privates['messenger.retry.multiplier_retry_strategy.villagile_event'] = new \Symfony\Component\Messenger\Retry\MultiplierRetryStrategy(3100020);
  7773.     }
  7774.     /**
  7775.      * Gets the private 'messenger.retry.send_failed_message_for_retry_listener' shared service.
  7776.      *
  7777.      * @return \Symfony\Component\Messenger\EventListener\SendFailedMessageForRetryListener
  7778.      */
  7779.     protected function getMessenger_Retry_SendFailedMessageForRetryListenerService()
  7780.     {
  7781.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/EventListener/SendFailedMessageForRetryListener.php';
  7782.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  7783.         if (isset($this->privates['messenger.retry.send_failed_message_for_retry_listener'])) {
  7784.             return $this->privates['messenger.retry.send_failed_message_for_retry_listener'];
  7785.         }
  7786.         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, [
  7787.             'email' => ['privates''messenger.retry.multiplier_retry_strategy.email''getMessenger_Retry_MultiplierRetryStrategy_EmailService'false],
  7788.             'export' => ['privates''messenger.retry.multiplier_retry_strategy.export''getMessenger_Retry_MultiplierRetryStrategy_ExportService'false],
  7789.             'failed' => ['privates''messenger.retry.multiplier_retry_strategy.failed''getMessenger_Retry_MultiplierRetryStrategy_FailedService'false],
  7790.             'geoserver' => ['privates''messenger.retry.multiplier_retry_strategy.geoserver''getMessenger_Retry_MultiplierRetryStrategy_GeoserverService'false],
  7791.             'mayan' => ['privates''messenger.retry.multiplier_retry_strategy.mayan''getMessenger_Retry_MultiplierRetryStrategy_MayanService'false],
  7792.             'metabase' => ['privates''messenger.retry.multiplier_retry_strategy.metabase''getMessenger_Retry_MultiplierRetryStrategy_MetabaseService'false],
  7793.             'nextcloud' => ['privates''messenger.retry.multiplier_retry_strategy.nextcloud''getMessenger_Retry_MultiplierRetryStrategy_NextcloudService'false],
  7794.             'signal' => ['privates''messenger.retry.multiplier_retry_strategy.signal''getMessenger_Retry_MultiplierRetryStrategy_SignalService'false],
  7795.             'thingsboard' => ['privates''messenger.retry.multiplier_retry_strategy.thingsboard''getMessenger_Retry_MultiplierRetryStrategy_ThingsboardService'false],
  7796.             'villagile_event' => ['privates''messenger.retry.multiplier_retry_strategy.villagile_event''getMessenger_Retry_MultiplierRetryStrategy_VillagileEventService'false],
  7797.         ], [
  7798.             'email' => '?',
  7799.             'export' => '?',
  7800.             'failed' => '?',
  7801.             'geoserver' => '?',
  7802.             'mayan' => '?',
  7803.             'metabase' => '?',
  7804.             'nextcloud' => '?',
  7805.             'signal' => '?',
  7806.             'thingsboard' => '?',
  7807.             'villagile_event' => '?',
  7808.         ]), ($this->privates['monolog.logger.messenger'] ?? $this->getMonolog_Logger_MessengerService()), $a);
  7809.     }
  7810.     /**
  7811.      * Gets the private 'messenger.routable_message_bus' shared service.
  7812.      *
  7813.      * @return \Symfony\Component\Messenger\RoutableMessageBus
  7814.      */
  7815.     protected function getMessenger_RoutableMessageBusService()
  7816.     {
  7817.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/RoutableMessageBus.php';
  7818.         $a = ($this->services['messenger.default_bus'] ?? $this->getMessenger_DefaultBusService());
  7819.         if (isset($this->privates['messenger.routable_message_bus'])) {
  7820.             return $this->privates['messenger.routable_message_bus'];
  7821.         }
  7822.         return $this->privates['messenger.routable_message_bus'] = new \Symfony\Component\Messenger\RoutableMessageBus(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  7823.             'messenger.bus.default' => ['services''messenger.default_bus''getMessenger_DefaultBusService'false],
  7824.         ], [
  7825.             'messenger.bus.default' => '?',
  7826.         ]), $a);
  7827.     }
  7828.     /**
  7829.      * Gets the private 'messenger.transport.email' shared service.
  7830.      *
  7831.      * @return \Symfony\Component\Messenger\Transport\TransportInterface
  7832.      */
  7833.     protected function getMessenger_Transport_EmailService()
  7834.     {
  7835.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Receiver/ReceiverInterface.php';
  7836.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Sender/SenderInterface.php';
  7837.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/TransportInterface.php';
  7838.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Serialization/SerializerInterface.php';
  7839.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Serialization/PhpSerializer.php';
  7840.         $a = ($this->privates['messenger.transport_factory'] ?? $this->getMessenger_TransportFactoryService());
  7841.         if (isset($this->privates['messenger.transport.email'])) {
  7842.             return $this->privates['messenger.transport.email'];
  7843.         }
  7844.         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())));
  7845.     }
  7846.     /**
  7847.      * Gets the private 'messenger.transport.export' shared service.
  7848.      *
  7849.      * @return \Symfony\Component\Messenger\Transport\TransportInterface
  7850.      */
  7851.     protected function getMessenger_Transport_ExportService()
  7852.     {
  7853.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Receiver/ReceiverInterface.php';
  7854.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Sender/SenderInterface.php';
  7855.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/TransportInterface.php';
  7856.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Serialization/SerializerInterface.php';
  7857.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Serialization/PhpSerializer.php';
  7858.         $a = ($this->privates['messenger.transport_factory'] ?? $this->getMessenger_TransportFactoryService());
  7859.         if (isset($this->privates['messenger.transport.export'])) {
  7860.             return $this->privates['messenger.transport.export'];
  7861.         }
  7862.         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())));
  7863.     }
  7864.     /**
  7865.      * Gets the private 'messenger.transport.failed' shared service.
  7866.      *
  7867.      * @return \Symfony\Component\Messenger\Transport\TransportInterface
  7868.      */
  7869.     protected function getMessenger_Transport_FailedService()
  7870.     {
  7871.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Receiver/ReceiverInterface.php';
  7872.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Sender/SenderInterface.php';
  7873.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/TransportInterface.php';
  7874.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Serialization/SerializerInterface.php';
  7875.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Serialization/PhpSerializer.php';
  7876.         $a = ($this->privates['messenger.transport_factory'] ?? $this->getMessenger_TransportFactoryService());
  7877.         if (isset($this->privates['messenger.transport.failed'])) {
  7878.             return $this->privates['messenger.transport.failed'];
  7879.         }
  7880.         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())));
  7881.     }
  7882.     /**
  7883.      * Gets the private 'messenger.transport.geoserver' shared service.
  7884.      *
  7885.      * @return \Symfony\Component\Messenger\Transport\TransportInterface
  7886.      */
  7887.     protected function getMessenger_Transport_GeoserverService()
  7888.     {
  7889.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Receiver/ReceiverInterface.php';
  7890.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Sender/SenderInterface.php';
  7891.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/TransportInterface.php';
  7892.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Serialization/SerializerInterface.php';
  7893.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Serialization/PhpSerializer.php';
  7894.         $a = ($this->privates['messenger.transport_factory'] ?? $this->getMessenger_TransportFactoryService());
  7895.         if (isset($this->privates['messenger.transport.geoserver'])) {
  7896.             return $this->privates['messenger.transport.geoserver'];
  7897.         }
  7898.         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())));
  7899.     }
  7900.     /**
  7901.      * Gets the private 'messenger.transport.mayan' shared service.
  7902.      *
  7903.      * @return \Symfony\Component\Messenger\Transport\TransportInterface
  7904.      */
  7905.     protected function getMessenger_Transport_MayanService()
  7906.     {
  7907.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Receiver/ReceiverInterface.php';
  7908.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Sender/SenderInterface.php';
  7909.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/TransportInterface.php';
  7910.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Serialization/SerializerInterface.php';
  7911.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Serialization/PhpSerializer.php';
  7912.         $a = ($this->privates['messenger.transport_factory'] ?? $this->getMessenger_TransportFactoryService());
  7913.         if (isset($this->privates['messenger.transport.mayan'])) {
  7914.             return $this->privates['messenger.transport.mayan'];
  7915.         }
  7916.         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())));
  7917.     }
  7918.     /**
  7919.      * Gets the private 'messenger.transport.metabase' shared service.
  7920.      *
  7921.      * @return \Symfony\Component\Messenger\Transport\TransportInterface
  7922.      */
  7923.     protected function getMessenger_Transport_MetabaseService()
  7924.     {
  7925.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Receiver/ReceiverInterface.php';
  7926.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Sender/SenderInterface.php';
  7927.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/TransportInterface.php';
  7928.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Serialization/SerializerInterface.php';
  7929.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Serialization/PhpSerializer.php';
  7930.         $a = ($this->privates['messenger.transport_factory'] ?? $this->getMessenger_TransportFactoryService());
  7931.         if (isset($this->privates['messenger.transport.metabase'])) {
  7932.             return $this->privates['messenger.transport.metabase'];
  7933.         }
  7934.         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())));
  7935.     }
  7936.     /**
  7937.      * Gets the private 'messenger.transport.nextcloud' shared service.
  7938.      *
  7939.      * @return \Symfony\Component\Messenger\Transport\TransportInterface
  7940.      */
  7941.     protected function getMessenger_Transport_NextcloudService()
  7942.     {
  7943.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Receiver/ReceiverInterface.php';
  7944.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Sender/SenderInterface.php';
  7945.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/TransportInterface.php';
  7946.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Serialization/SerializerInterface.php';
  7947.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Serialization/PhpSerializer.php';
  7948.         $a = ($this->privates['messenger.transport_factory'] ?? $this->getMessenger_TransportFactoryService());
  7949.         if (isset($this->privates['messenger.transport.nextcloud'])) {
  7950.             return $this->privates['messenger.transport.nextcloud'];
  7951.         }
  7952.         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())));
  7953.     }
  7954.     /**
  7955.      * Gets the private 'messenger.transport.signal' shared service.
  7956.      *
  7957.      * @return \Symfony\Component\Messenger\Transport\TransportInterface
  7958.      */
  7959.     protected function getMessenger_Transport_SignalService()
  7960.     {
  7961.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Receiver/ReceiverInterface.php';
  7962.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Sender/SenderInterface.php';
  7963.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/TransportInterface.php';
  7964.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Serialization/SerializerInterface.php';
  7965.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Serialization/PhpSerializer.php';
  7966.         $a = ($this->privates['messenger.transport_factory'] ?? $this->getMessenger_TransportFactoryService());
  7967.         if (isset($this->privates['messenger.transport.signal'])) {
  7968.             return $this->privates['messenger.transport.signal'];
  7969.         }
  7970.         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())));
  7971.     }
  7972.     /**
  7973.      * Gets the private 'messenger.transport.sync.factory' shared service.
  7974.      *
  7975.      * @return \Symfony\Component\Messenger\Transport\Sync\SyncTransportFactory
  7976.      */
  7977.     protected function getMessenger_Transport_Sync_FactoryService()
  7978.     {
  7979.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/TransportFactoryInterface.php';
  7980.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Sync/SyncTransportFactory.php';
  7981.         $a = ($this->privates['messenger.routable_message_bus'] ?? $this->getMessenger_RoutableMessageBusService());
  7982.         if (isset($this->privates['messenger.transport.sync.factory'])) {
  7983.             return $this->privates['messenger.transport.sync.factory'];
  7984.         }
  7985.         return $this->privates['messenger.transport.sync.factory'] = new \Symfony\Component\Messenger\Transport\Sync\SyncTransportFactory($a);
  7986.     }
  7987.     /**
  7988.      * Gets the private 'messenger.transport.thingsboard' shared service.
  7989.      *
  7990.      * @return \Symfony\Component\Messenger\Transport\TransportInterface
  7991.      */
  7992.     protected function getMessenger_Transport_ThingsboardService()
  7993.     {
  7994.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Receiver/ReceiverInterface.php';
  7995.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Sender/SenderInterface.php';
  7996.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/TransportInterface.php';
  7997.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Serialization/SerializerInterface.php';
  7998.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Serialization/PhpSerializer.php';
  7999.         $a = ($this->privates['messenger.transport_factory'] ?? $this->getMessenger_TransportFactoryService());
  8000.         if (isset($this->privates['messenger.transport.thingsboard'])) {
  8001.             return $this->privates['messenger.transport.thingsboard'];
  8002.         }
  8003.         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())));
  8004.     }
  8005.     /**
  8006.      * Gets the private 'messenger.transport.villagile_event' shared service.
  8007.      *
  8008.      * @return \Symfony\Component\Messenger\Transport\TransportInterface
  8009.      */
  8010.     protected function getMessenger_Transport_VillagileEventService()
  8011.     {
  8012.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Receiver/ReceiverInterface.php';
  8013.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Sender/SenderInterface.php';
  8014.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/TransportInterface.php';
  8015.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Serialization/SerializerInterface.php';
  8016.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Serialization/PhpSerializer.php';
  8017.         $a = ($this->privates['messenger.transport_factory'] ?? $this->getMessenger_TransportFactoryService());
  8018.         if (isset($this->privates['messenger.transport.villagile_event'])) {
  8019.             return $this->privates['messenger.transport.villagile_event'];
  8020.         }
  8021.         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())));
  8022.     }
  8023.     /**
  8024.      * Gets the private 'messenger.transport_factory' shared service.
  8025.      *
  8026.      * @return \Symfony\Component\Messenger\Transport\TransportFactory
  8027.      */
  8028.     protected function getMessenger_TransportFactoryService()
  8029.     {
  8030.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/TransportFactoryInterface.php';
  8031.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/TransportFactory.php';
  8032.         return $this->privates['messenger.transport_factory'] = new \Symfony\Component\Messenger\Transport\TransportFactory(new RewindableGenerator(function () {
  8033.             yield => ($this->privates['messenger.transport.amqp.factory'] ?? ($this->privates['messenger.transport.amqp.factory'] = new \Symfony\Component\Messenger\Bridge\Amqp\Transport\AmqpTransportFactory()));
  8034.             yield => ($this->privates['messenger.transport.redis.factory'] ?? ($this->privates['messenger.transport.redis.factory'] = new \Symfony\Component\Messenger\Bridge\Redis\Transport\RedisTransportFactory()));
  8035.             yield => ($this->privates['messenger.transport.sync.factory'] ?? $this->getMessenger_Transport_Sync_FactoryService());
  8036.             yield => ($this->privates['messenger.transport.in_memory.factory'] ?? ($this->privates['messenger.transport.in_memory.factory'] = new \Symfony\Component\Messenger\Transport\InMemoryTransportFactory()));
  8037.             yield => ($this->privates['Vdm\\Bundle\\LibraryBundle\\Transport\\Local\\VdmLocalTransportFactory'] ?? $this->getVdmLocalTransportFactoryService());
  8038.             yield => ($this->privates['Vdm\\Bundle\\LibraryBundle\\Transport\\Manual\\VdmManualTransportFactory'] ?? $this->getVdmManualTransportFactoryService());
  8039.         }, 6));
  8040.     }
  8041.     /**
  8042.      * Gets the private 'mime_types' shared service.
  8043.      *
  8044.      * @return \Symfony\Component\Mime\MimeTypes
  8045.      */
  8046.     protected function getMimeTypesService()
  8047.     {
  8048.         include_once \dirname(__DIR__4).'/vendor/symfony/mime/MimeTypeGuesserInterface.php';
  8049.         include_once \dirname(__DIR__4).'/vendor/symfony/mime/MimeTypesInterface.php';
  8050.         include_once \dirname(__DIR__4).'/vendor/symfony/mime/MimeTypes.php';
  8051.         $this->privates['mime_types'] = $instance = new \Symfony\Component\Mime\MimeTypes();
  8052.         $instance->setDefault($instance);
  8053.         return $instance;
  8054.     }
  8055.     /**
  8056.      * Gets the private 'monolog.handler.deprecation' shared service.
  8057.      *
  8058.      * @return \Monolog\Handler\StreamHandler
  8059.      */
  8060.     protected function getMonolog_Handler_DeprecationService()
  8061.     {
  8062.         $this->privates['monolog.handler.deprecation'] = $instance = new \Monolog\Handler\StreamHandler('/dev/null''DEBUG'trueNULLfalse);
  8063.         $instance->pushProcessor(($this->privates['monolog.processor.psr_log_message'] ?? ($this->privates['monolog.processor.psr_log_message'] = new \Monolog\Processor\PsrLogMessageProcessor())));
  8064.         return $instance;
  8065.     }
  8066.     /**
  8067.      * Gets the private 'monolog.handler.php_errors' shared service.
  8068.      *
  8069.      * @return \Monolog\Handler\StreamHandler
  8070.      */
  8071.     protected function getMonolog_Handler_PhpErrorsService()
  8072.     {
  8073.         $this->privates['monolog.handler.php_errors'] = $instance = new \Monolog\Handler\StreamHandler('php://stderr''error'trueNULLtrue);
  8074.         $instance->pushProcessor(($this->privates['monolog.processor.psr_log_message'] ?? ($this->privates['monolog.processor.psr_log_message'] = new \Monolog\Processor\PsrLogMessageProcessor())));
  8075.         $instance->setFormatter(($this->privates['monolog.formatter.json_with_stacktrace'] ?? ($this->privates['monolog.formatter.json_with_stacktrace'] = new \Monolog\Formatter\JsonFormatter(1true))));
  8076.         return $instance;
  8077.     }
  8078.     /**
  8079.      * Gets the private 'monolog.handler.stderr_errors' shared service.
  8080.      *
  8081.      * @return \Monolog\Handler\StreamHandler
  8082.      */
  8083.     protected function getMonolog_Handler_StderrErrorsService()
  8084.     {
  8085.         $this->privates['monolog.handler.stderr_errors'] = $instance = new \Monolog\Handler\StreamHandler('php://stderr''warning'trueNULLtrue);
  8086.         $instance->pushProcessor(($this->privates['monolog.processor.psr_log_message'] ?? ($this->privates['monolog.processor.psr_log_message'] = new \Monolog\Processor\PsrLogMessageProcessor())));
  8087.         $instance->setFormatter(($this->privates['monolog.formatter.json_with_stacktrace'] ?? ($this->privates['monolog.formatter.json_with_stacktrace'] = new \Monolog\Formatter\JsonFormatter(1true))));
  8088.         return $instance;
  8089.     }
  8090.     /**
  8091.      * Gets the private 'monolog.handler.stdout_info' shared service.
  8092.      *
  8093.      * @return \Monolog\Handler\StreamHandler
  8094.      */
  8095.     protected function getMonolog_Handler_StdoutInfoService()
  8096.     {
  8097.         $this->privates['monolog.handler.stdout_info'] = $instance = new \Monolog\Handler\StreamHandler('php://stdout''debug'trueNULLtrue);
  8098.         $instance->pushProcessor(($this->privates['monolog.processor.psr_log_message'] ?? ($this->privates['monolog.processor.psr_log_message'] = new \Monolog\Processor\PsrLogMessageProcessor())));
  8099.         $instance->setFormatter(new \Monolog\Formatter\JsonFormatter());
  8100.         return $instance;
  8101.     }
  8102.     /**
  8103.      * Gets the private 'monolog.logger' shared service.
  8104.      *
  8105.      * @return \Symfony\Bridge\Monolog\Logger
  8106.      */
  8107.     protected function getMonolog_LoggerService()
  8108.     {
  8109.         $this->privates['monolog.logger'] = $instance = new \Symfony\Bridge\Monolog\Logger('app');
  8110.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  8111.         $instance->useMicrosecondTimestamps(true);
  8112.         $instance->pushHandler(($this->privates['monolog.handler.stderr_errors'] ?? $this->getMonolog_Handler_StderrErrorsService()));
  8113.         $instance->pushHandler(($this->privates['monolog.handler.stdout_info'] ?? $this->getMonolog_Handler_StdoutInfoService()));
  8114.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  8115.         return $instance;
  8116.     }
  8117.     /**
  8118.      * Gets the private 'monolog.logger.cache' shared service.
  8119.      *
  8120.      * @return \Symfony\Bridge\Monolog\Logger
  8121.      */
  8122.     protected function getMonolog_Logger_CacheService()
  8123.     {
  8124.         $this->privates['monolog.logger.cache'] = $instance = new \Symfony\Bridge\Monolog\Logger('cache');
  8125.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  8126.         $instance->pushHandler(($this->privates['monolog.handler.stderr_errors'] ?? $this->getMonolog_Handler_StderrErrorsService()));
  8127.         $instance->pushHandler(($this->privates['monolog.handler.stdout_info'] ?? $this->getMonolog_Handler_StdoutInfoService()));
  8128.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  8129.         return $instance;
  8130.     }
  8131.     /**
  8132.      * Gets the private 'monolog.logger.mailer' shared service.
  8133.      *
  8134.      * @return \Symfony\Bridge\Monolog\Logger
  8135.      */
  8136.     protected function getMonolog_Logger_MailerService()
  8137.     {
  8138.         $this->privates['monolog.logger.mailer'] = $instance = new \Symfony\Bridge\Monolog\Logger('mailer');
  8139.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  8140.         $instance->pushHandler(($this->privates['monolog.handler.stderr_errors'] ?? $this->getMonolog_Handler_StderrErrorsService()));
  8141.         $instance->pushHandler(($this->privates['monolog.handler.stdout_info'] ?? $this->getMonolog_Handler_StdoutInfoService()));
  8142.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  8143.         return $instance;
  8144.     }
  8145.     /**
  8146.      * Gets the private 'monolog.logger.messenger' shared service.
  8147.      *
  8148.      * @return \Symfony\Bridge\Monolog\Logger
  8149.      */
  8150.     protected function getMonolog_Logger_MessengerService()
  8151.     {
  8152.         $this->privates['monolog.logger.messenger'] = $instance = new \Symfony\Bridge\Monolog\Logger('messenger');
  8153.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  8154.         $instance->pushHandler(($this->privates['monolog.handler.stderr_errors'] ?? $this->getMonolog_Handler_StderrErrorsService()));
  8155.         $instance->pushHandler(($this->privates['monolog.handler.stdout_info'] ?? $this->getMonolog_Handler_StdoutInfoService()));
  8156.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  8157.         return $instance;
  8158.     }
  8159.     /**
  8160.      * Gets the private 'monolog.logger.request' shared service.
  8161.      *
  8162.      * @return \Symfony\Bridge\Monolog\Logger
  8163.      */
  8164.     protected function getMonolog_Logger_RequestService()
  8165.     {
  8166.         $this->privates['monolog.logger.request'] = $instance = new \Symfony\Bridge\Monolog\Logger('request');
  8167.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  8168.         $instance->pushHandler(($this->privates['monolog.handler.stderr_errors'] ?? $this->getMonolog_Handler_StderrErrorsService()));
  8169.         $instance->pushHandler(($this->privates['monolog.handler.stdout_info'] ?? $this->getMonolog_Handler_StdoutInfoService()));
  8170.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  8171.         return $instance;
  8172.     }
  8173.     /**
  8174.      * Gets the private 'monolog.logger.security' shared service.
  8175.      *
  8176.      * @return \Symfony\Bridge\Monolog\Logger
  8177.      */
  8178.     protected function getMonolog_Logger_SecurityService()
  8179.     {
  8180.         $this->privates['monolog.logger.security'] = $instance = new \Symfony\Bridge\Monolog\Logger('security');
  8181.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  8182.         $instance->pushHandler(($this->privates['monolog.handler.stderr_errors'] ?? $this->getMonolog_Handler_StderrErrorsService()));
  8183.         $instance->pushHandler(($this->privates['monolog.handler.stdout_info'] ?? $this->getMonolog_Handler_StdoutInfoService()));
  8184.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  8185.         return $instance;
  8186.     }
  8187.     /**
  8188.      * Gets the private 'nelmio_api_doc.describers.config' shared service.
  8189.      *
  8190.      * @return \Nelmio\ApiDocBundle\Describer\ExternalDocDescriber
  8191.      */
  8192.     protected function getNelmioApiDoc_Describers_ConfigService()
  8193.     {
  8194.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Describer/DescriberInterface.php';
  8195.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Describer/ExternalDocDescriber.php';
  8196.         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' => []]]]);
  8197.     }
  8198.     /**
  8199.      * Gets the private 'nelmio_api_doc.describers.route.default' shared service.
  8200.      *
  8201.      * @return \Nelmio\ApiDocBundle\Describer\RouteDescriber
  8202.      */
  8203.     protected function getNelmioApiDoc_Describers_Route_DefaultService()
  8204.     {
  8205.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Describer/DescriberInterface.php';
  8206.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Describer/ModelRegistryAwareInterface.php';
  8207.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Describer/ModelRegistryAwareTrait.php';
  8208.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Describer/RouteDescriber.php';
  8209.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Util/ControllerReflector.php';
  8210.         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 () {
  8211.             yield => ($this->privates['nelmio_api_doc.route_describers.php_doc'] ?? ($this->privates['nelmio_api_doc.route_describers.php_doc'] = new \Nelmio\ApiDocBundle\RouteDescriber\PhpDocDescriber()));
  8212.             yield => ($this->privates['nelmio_api_doc.route_describers.route_metadata'] ?? ($this->privates['nelmio_api_doc.route_describers.route_metadata'] = new \Nelmio\ApiDocBundle\RouteDescriber\RouteMetadataDescriber()));
  8213.         }, 2));
  8214.     }
  8215.     /**
  8216.      * Gets the private 'nelmio_api_doc.describers.swagger_php.default' shared service.
  8217.      *
  8218.      * @return \Nelmio\ApiDocBundle\Describer\SwaggerPhpDescriber
  8219.      */
  8220.     protected function getNelmioApiDoc_Describers_SwaggerPhp_DefaultService()
  8221.     {
  8222.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Describer/ModelRegistryAwareInterface.php';
  8223.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Describer/ModelRegistryAwareTrait.php';
  8224.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Describer/SwaggerPhpDescriber.php';
  8225.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Util/ControllerReflector.php';
  8226.         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()));
  8227.     }
  8228.     /**
  8229.      * Gets the private 'nelmio_api_doc.generator_locator' shared service.
  8230.      *
  8231.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  8232.      */
  8233.     protected function getNelmioApiDoc_GeneratorLocatorService()
  8234.     {
  8235.         return $this->privates['nelmio_api_doc.generator_locator'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  8236.             'default' => ['services''nelmio_api_doc.generator.default''getNelmioApiDoc_Generator_DefaultService'false],
  8237.         ], [
  8238.             'default' => '?',
  8239.         ]);
  8240.     }
  8241.     /**
  8242.      * Gets the private 'nelmio_api_doc.model_describers.form' shared service.
  8243.      *
  8244.      * @return \Nelmio\ApiDocBundle\ModelDescriber\FormModelDescriber
  8245.      */
  8246.     protected function getNelmioApiDoc_ModelDescribers_FormService()
  8247.     {
  8248.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/ModelDescriber/ModelDescriberInterface.php';
  8249.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Describer/ModelRegistryAwareInterface.php';
  8250.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Describer/ModelRegistryAwareTrait.php';
  8251.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/ModelDescriber/FormModelDescriber.php';
  8252.         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()));
  8253.     }
  8254.     /**
  8255.      * Gets the private 'nelmio_api_doc.model_describers.object' shared service.
  8256.      *
  8257.      * @return \Nelmio\ApiDocBundle\ModelDescriber\ObjectModelDescriber
  8258.      */
  8259.     protected function getNelmioApiDoc_ModelDescribers_ObjectService()
  8260.     {
  8261.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/ModelDescriber/ModelDescriberInterface.php';
  8262.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Describer/ModelRegistryAwareInterface.php';
  8263.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Describer/ModelRegistryAwareTrait.php';
  8264.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/ModelDescriber/ObjectModelDescriber.php';
  8265.         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 () {
  8266.             yield => ($this->privates['nelmio_api_doc.object_model.property_describers.array'] ?? $this->getNelmioApiDoc_ObjectModel_PropertyDescribers_ArrayService());
  8267.             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()));
  8268.             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()));
  8269.             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()));
  8270.             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()));
  8271.             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()));
  8272.             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()));
  8273.         }, 7), ($this->privates['serializer.name_converter.metadata_aware'] ?? $this->getSerializer_NameConverter_MetadataAwareService()));
  8274.     }
  8275.     /**
  8276.      * Gets the private 'nelmio_api_doc.object_model.property_describers.array' shared service.
  8277.      *
  8278.      * @return \Nelmio\ApiDocBundle\PropertyDescriber\ArrayPropertyDescriber
  8279.      */
  8280.     protected function getNelmioApiDoc_ObjectModel_PropertyDescribers_ArrayService()
  8281.     {
  8282.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/PropertyDescriber/PropertyDescriberInterface.php';
  8283.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Describer/ModelRegistryAwareInterface.php';
  8284.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Describer/ModelRegistryAwareTrait.php';
  8285.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/PropertyDescriber/ArrayPropertyDescriber.php';
  8286.         return $this->privates['nelmio_api_doc.object_model.property_describers.array'] = new \Nelmio\ApiDocBundle\PropertyDescriber\ArrayPropertyDescriber(new RewindableGenerator(function () {
  8287.             yield => ($this->privates['nelmio_api_doc.object_model.property_describers.array'] ?? $this->getNelmioApiDoc_ObjectModel_PropertyDescribers_ArrayService());
  8288.             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()));
  8289.             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()));
  8290.             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()));
  8291.             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()));
  8292.             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()));
  8293.             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()));
  8294.         }, 7));
  8295.     }
  8296.     /**
  8297.      * Gets the private 'nelmio_api_doc.routes.default' shared service.
  8298.      *
  8299.      * @return \Symfony\Component\Routing\RouteCollection
  8300.      */
  8301.     protected function getNelmioApiDoc_Routes_DefaultService()
  8302.     {
  8303.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/RouteCollection.php';
  8304.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Routing/FilteredRouteCollectionBuilder.php';
  8305.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Util/ControllerReflector.php';
  8306.         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());
  8307.     }
  8308.     /**
  8309.      * Gets the private 'nelmio_cors.cors_listener' shared service.
  8310.      *
  8311.      * @return \Nelmio\CorsBundle\EventListener\CorsListener
  8312.      */
  8313.     protected function getNelmioCors_CorsListenerService()
  8314.     {
  8315.         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'))]));
  8316.     }
  8317.     /**
  8318.      * Gets the private 'parameter_bag' shared service.
  8319.      *
  8320.      * @return \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag
  8321.      */
  8322.     protected function getParameterBagService()
  8323.     {
  8324.         return $this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this);
  8325.     }
  8326.     /**
  8327.      * Gets the private 'portail_cache_pool' shared service.
  8328.      *
  8329.      * @return \Symfony\Component\Cache\Adapter\TagAwareAdapter
  8330.      */
  8331.     protected function getPortailCachePoolService()
  8332.     {
  8333.         include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/TagAwareAdapterInterface.php';
  8334.         include_once \dirname(__DIR__4).'/vendor/symfony/cache-contracts/TagAwareCacheInterface.php';
  8335.         include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/TagAwareAdapter.php';
  8336.         $this->privates['portail_cache_pool'] = $instance = new \Symfony\Component\Cache\Adapter\TagAwareAdapter(($this->privates['.portail_cache_pool.inner'] ?? $this->get_PortailCachePool_InnerService()), NULL);
  8337.         $instance->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  8338.         return $instance;
  8339.     }
  8340.     /**
  8341.      * Gets the private 'profiler_listener' shared service.
  8342.      *
  8343.      * @return \Symfony\Component\HttpKernel\EventListener\ProfilerListener
  8344.      */
  8345.     protected function getProfilerListenerService()
  8346.     {
  8347.         $a = ($this->services['.container.private.profiler'] ?? $this->get_Container_Private_ProfilerService());
  8348.         if (isset($this->privates['profiler_listener'])) {
  8349.             return $this->privates['profiler_listener'];
  8350.         }
  8351.         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);
  8352.     }
  8353.     /**
  8354.      * Gets the private 'property_accessor' shared service.
  8355.      *
  8356.      * @return \Symfony\Component\PropertyAccess\PropertyAccessor
  8357.      */
  8358.     protected function getPropertyAccessorService()
  8359.     {
  8360.         include_once \dirname(__DIR__4).'/vendor/symfony/property-access/PropertyAccessorInterface.php';
  8361.         include_once \dirname(__DIR__4).'/vendor/symfony/property-access/PropertyAccessor.php';
  8362.         include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/ArrayAdapter.php';
  8363.         include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyReadInfoExtractorInterface.php';
  8364.         include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyWriteInfoExtractorInterface.php';
  8365.         include_once \dirname(__DIR__4).'/vendor/symfony/property-info/Extractor/ConstructorArgumentTypeExtractorInterface.php';
  8366.         include_once \dirname(__DIR__4).'/vendor/symfony/property-info/Extractor/ReflectionExtractor.php';
  8367.         $a = ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  8368.         return $this->privates['property_accessor'] = new \Symfony\Component\PropertyAccess\PropertyAccessor(32, new \Symfony\Component\Cache\Adapter\ArrayAdapter(0false), $a$a);
  8369.     }
  8370.     /**
  8371.      * Gets the private 'property_info' shared service.
  8372.      *
  8373.      * @return \Symfony\Component\PropertyInfo\PropertyInfoExtractor
  8374.      */
  8375.     protected function getPropertyInfoService()
  8376.     {
  8377.         return $this->privates['property_info'] = new \Symfony\Component\PropertyInfo\PropertyInfoExtractor(new RewindableGenerator(function () {
  8378.             yield => ($this->privates['property_info.serializer_extractor'] ?? $this->getPropertyInfo_SerializerExtractorService());
  8379.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  8380.         }, 2), new RewindableGenerator(function () {
  8381.             yield => ($this->privates['property_info.phpstan_extractor'] ?? ($this->privates['property_info.phpstan_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\PhpStanExtractor()));
  8382.             yield => ($this->privates['property_info.php_doc_extractor'] ?? ($this->privates['property_info.php_doc_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\PhpDocExtractor()));
  8383.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  8384.         }, 3), new RewindableGenerator(function () {
  8385.             yield => ($this->privates['property_info.php_doc_extractor'] ?? ($this->privates['property_info.php_doc_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\PhpDocExtractor()));
  8386.         }, 1), new RewindableGenerator(function () {
  8387.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  8388.         }, 1), new RewindableGenerator(function () {
  8389.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  8390.         }, 1));
  8391.     }
  8392.     /**
  8393.      * Gets the private 'property_info.serializer_extractor' shared service.
  8394.      *
  8395.      * @return \Symfony\Component\PropertyInfo\Extractor\SerializerExtractor
  8396.      */
  8397.     protected function getPropertyInfo_SerializerExtractorService()
  8398.     {
  8399.         include_once \dirname(__DIR__4).'/vendor/symfony/property-info/Extractor/SerializerExtractor.php';
  8400.         return $this->privates['property_info.serializer_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\SerializerExtractor(($this->privates['serializer.mapping.class_metadata_factory'] ?? $this->getSerializer_Mapping_ClassMetadataFactoryService()));
  8401.     }
  8402.     /**
  8403.      * Gets the private 'router.cache_warmer' shared service.
  8404.      *
  8405.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\RouterCacheWarmer
  8406.      */
  8407.     protected function getRouter_CacheWarmerService()
  8408.     {
  8409.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  8410.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/RouterCacheWarmer.php';
  8411.         return $this->privates['router.cache_warmer'] = new \Symfony\Bundle\FrameworkBundle\CacheWarmer\RouterCacheWarmer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  8412.             'router' => ['services''router''getRouterService'false],
  8413.         ], [
  8414.             'router' => '?',
  8415.         ]))->withContext('router.cache_warmer'$this));
  8416.     }
  8417.     /**
  8418.      * Gets the private 'router.expression_language_provider' shared service.
  8419.      *
  8420.      * @return \Symfony\Component\Routing\Matcher\ExpressionLanguageProvider
  8421.      */
  8422.     protected function getRouter_ExpressionLanguageProviderService()
  8423.     {
  8424.         return $this->privates['router.expression_language_provider'] = new \Symfony\Component\Routing\Matcher\ExpressionLanguageProvider(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  8425.             'env' => ['privates''container.getenv''getContainer_GetenvService'false],
  8426.         ], [
  8427.             'env' => 'Closure',
  8428.         ]));
  8429.     }
  8430.     /**
  8431.      * Gets the private 'router.request_context' shared service.
  8432.      *
  8433.      * @return \Symfony\Component\Routing\RequestContext
  8434.      */
  8435.     protected function getRouter_RequestContextService()
  8436.     {
  8437.         $this->privates['router.request_context'] = $instance = \Symfony\Component\Routing\RequestContext::fromUri('''localhost''http'80443);
  8438.         $instance->setParameter('_functions', ($this->privates['router.expression_language_provider'] ?? $this->getRouter_ExpressionLanguageProviderService()));
  8439.         return $instance;
  8440.     }
  8441.     /**
  8442.      * Gets the private 'router_listener' shared service.
  8443.      *
  8444.      * @return \Symfony\Component\HttpKernel\EventListener\RouterListener
  8445.      */
  8446.     protected function getRouterListenerService()
  8447.     {
  8448.         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);
  8449.     }
  8450.     /**
  8451.      * Gets the private 'secrets.vault' shared service.
  8452.      *
  8453.      * @return \Symfony\Bundle\FrameworkBundle\Secrets\SodiumVault
  8454.      */
  8455.     protected function getSecrets_VaultService()
  8456.     {
  8457.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  8458.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/EnvVarLoaderInterface.php';
  8459.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/SodiumVault.php';
  8460.         include_once \dirname(__DIR__4).'/vendor/symfony/string/LazyString.php';
  8461.         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'));
  8462.     }
  8463.     /**
  8464.      * Gets the private 'security.access_listener' shared service.
  8465.      *
  8466.      * @return \Symfony\Component\Security\Http\Firewall\AccessListener
  8467.      */
  8468.     protected function getSecurity_AccessListenerService()
  8469.     {
  8470.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/FirewallListenerInterface.php';
  8471.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  8472.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AccessListener.php';
  8473.         $a = ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService());
  8474.         if (isset($this->privates['security.access_listener'])) {
  8475.             return $this->privates['security.access_listener'];
  8476.         }
  8477.         $b = ($this->privates['security.authentication.manager'] ?? $this->getSecurity_Authentication_ManagerService());
  8478.         if (isset($this->privates['security.access_listener'])) {
  8479.             return $this->privates['security.access_listener'];
  8480.         }
  8481.         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);
  8482.     }
  8483.     /**
  8484.      * Gets the private 'security.access_map' shared service.
  8485.      *
  8486.      * @return \Symfony\Component\Security\Http\AccessMap
  8487.      */
  8488.     protected function getSecurity_AccessMapService()
  8489.     {
  8490.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/AccessMapInterface.php';
  8491.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/AccessMap.php';
  8492.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/RequestMatcherInterface.php';
  8493.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/RequestMatcher.php';
  8494.         $this->privates['security.access_map'] = $instance = new \Symfony\Component\Security\Http\AccessMap();
  8495.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/saml/login'), [=> 'IS_AUTHENTICATED_ANONYMOUSLY'], NULL);
  8496.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/saml/metadata'), [=> 'IS_AUTHENTICATED_ANONYMOUSLY'], NULL);
  8497.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/api'), [=> 'IS_AUTHENTICATED_FULLY'], NULL);
  8498.         return $instance;
  8499.     }
  8500.     /**
  8501.      * Gets the private 'security.authentication.guard_handler' shared service.
  8502.      *
  8503.      * @return \Symfony\Component\Security\Guard\GuardAuthenticatorHandler
  8504.      *
  8505.      * @deprecated Since symfony/security-bundle 5.3: The "security.authentication.guard_handler" service is deprecated, use the new authenticator system instead.
  8506.      */
  8507.     protected function getSecurity_Authentication_GuardHandlerService()
  8508.     {
  8509.         trigger_deprecation('symfony/security-bundle''5.3''The "security.authentication.guard_handler" service is deprecated, use the new authenticator system instead.');
  8510.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Session/SessionAuthenticationStrategyInterface.php';
  8511.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Session/SessionAuthenticationStrategy.php';
  8512.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  8513.         if (isset($this->privates['security.authentication.guard_handler'])) {
  8514.             return $this->privates['security.authentication.guard_handler'];
  8515.         }
  8516.         $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']);
  8517.         $instance->setSessionAuthenticationStrategy(($this->privates['security.authentication.session_strategy'] ?? ($this->privates['security.authentication.session_strategy'] = new \Symfony\Component\Security\Http\Session\SessionAuthenticationStrategy('migrate'NULL))));
  8518.         return $instance;
  8519.     }
  8520.     /**
  8521.      * Gets the private 'security.authentication.listener.anonymous.main' shared service.
  8522.      *
  8523.      * @return \Symfony\Component\Security\Http\Firewall\AnonymousAuthenticationListener
  8524.      *
  8525.      * @deprecated Since symfony/security-bundle 5.3: The "security.authentication.listener.anonymous.main" service is deprecated, use the new authenticator system instead.
  8526.      */
  8527.     protected function getSecurity_Authentication_Listener_Anonymous_MainService()
  8528.     {
  8529.         trigger_deprecation('symfony/security-bundle''5.3''The "security.authentication.listener.anonymous.main" service is deprecated, use the new authenticator system instead.');
  8530.         $a = ($this->privates['security.authentication.manager'] ?? $this->getSecurity_Authentication_ManagerService());
  8531.         if (isset($this->privates['security.authentication.listener.anonymous.main'])) {
  8532.             return $this->privates['security.authentication.listener.anonymous.main'];
  8533.         }
  8534.         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);
  8535.     }
  8536.     /**
  8537.      * Gets the private 'security.authentication.listener.guard.api' shared service.
  8538.      *
  8539.      * @return \Symfony\Component\Security\Guard\Firewall\GuardAuthenticationListener
  8540.      *
  8541.      * @deprecated Since symfony/security-bundle 5.3: The "security.authentication.listener.guard.api" service is deprecated, use the new authenticator system instead.
  8542.      */
  8543.     protected function getSecurity_Authentication_Listener_Guard_ApiService()
  8544.     {
  8545.         trigger_deprecation('symfony/security-bundle''5.3''The "security.authentication.listener.guard.api" service is deprecated, use the new authenticator system instead.');
  8546.         $a = ($this->privates['security.authentication.guard_handler'] ?? $this->getSecurity_Authentication_GuardHandlerService());
  8547.         if (isset($this->privates['security.authentication.listener.guard.api'])) {
  8548.             return $this->privates['security.authentication.listener.guard.api'];
  8549.         }
  8550.         $b = ($this->privates['security.authentication.manager'] ?? $this->getSecurity_Authentication_ManagerService());
  8551.         if (isset($this->privates['security.authentication.listener.guard.api'])) {
  8552.             return $this->privates['security.authentication.listener.guard.api'];
  8553.         }
  8554.         return $this->privates['security.authentication.listener.guard.api'] = new \Symfony\Component\Security\Guard\Firewall\GuardAuthenticationListener($a$b'api', new RewindableGenerator(function () {
  8555.             yield => ($this->privates['lexik_jwt_authentication.security.guard.jwt_token_authenticator'] ?? $this->getLexikJwtAuthentication_Security_Guard_JwtTokenAuthenticatorService());
  8556.         }, 1), ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), true, ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()));
  8557.     }
  8558.     /**
  8559.      * Gets the private 'security.authentication.listener.guard.external_app_connect' shared service.
  8560.      *
  8561.      * @return \Symfony\Component\Security\Guard\Firewall\GuardAuthenticationListener
  8562.      *
  8563.      * @deprecated Since symfony/security-bundle 5.3: The "security.authentication.listener.guard.external_app_connect" service is deprecated, use the new authenticator system instead.
  8564.      */
  8565.     protected function getSecurity_Authentication_Listener_Guard_ExternalAppConnectService()
  8566.     {
  8567.         trigger_deprecation('symfony/security-bundle''5.3''The "security.authentication.listener.guard.external_app_connect" service is deprecated, use the new authenticator system instead.');
  8568.         $a = ($this->privates['security.authentication.guard_handler'] ?? $this->getSecurity_Authentication_GuardHandlerService());
  8569.         if (isset($this->privates['security.authentication.listener.guard.external_app_connect'])) {
  8570.             return $this->privates['security.authentication.listener.guard.external_app_connect'];
  8571.         }
  8572.         $b = ($this->privates['security.authentication.manager'] ?? $this->getSecurity_Authentication_ManagerService());
  8573.         if (isset($this->privates['security.authentication.listener.guard.external_app_connect'])) {
  8574.             return $this->privates['security.authentication.listener.guard.external_app_connect'];
  8575.         }
  8576.         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 () {
  8577.             yield => ($this->privates['lexik_jwt_authentication.security.guard.jwt_token_authenticator'] ?? $this->getLexikJwtAuthentication_Security_Guard_JwtTokenAuthenticatorService());
  8578.         }, 1), ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), true, ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()));
  8579.     }
  8580.     /**
  8581.      * Gets the private 'security.authentication.manager' shared service.
  8582.      *
  8583.      * @return \Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager
  8584.      *
  8585.      * @deprecated Since symfony/security-bundle 5.3: The "security.authentication.manager" service is deprecated, use the new authenticator system instead.
  8586.      */
  8587.     protected function getSecurity_Authentication_ManagerService()
  8588.     {
  8589.         trigger_deprecation('symfony/security-bundle''5.3''The "security.authentication.manager" service is deprecated, use the new authenticator system instead.');
  8590.         $this->privates['security.authentication.manager'] = $instance = new \Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager(new RewindableGenerator(function () {
  8591.             yield => ($this->privates['security.authentication.provider.guard.api'] ?? $this->getSecurity_Authentication_Provider_Guard_ApiService());
  8592.             yield => ($this->privates['security.authentication.provider.guard.external_app_connect'] ?? $this->getSecurity_Authentication_Provider_Guard_ExternalAppConnectService());
  8593.             yield => ($this->privates['security.authentication.provider.saml.main'] ?? $this->getSecurity_Authentication_Provider_Saml_MainService());
  8594.             yield => ($this->privates['security.authentication.provider.anonymous.main'] ?? $this->getSecurity_Authentication_Provider_Anonymous_MainService());
  8595.         }, 4), true);
  8596.         $instance->setEventDispatcher(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  8597.         return $instance;
  8598.     }
  8599.     /**
  8600.      * Gets the private 'security.authentication.provider.anonymous.main' shared service.
  8601.      *
  8602.      * @return \Symfony\Component\Security\Core\Authentication\Provider\AnonymousAuthenticationProvider
  8603.      *
  8604.      * @deprecated Since symfony/security-bundle 5.3: The "security.authentication.provider.anonymous.main" service is deprecated, use the new authenticator system instead.
  8605.      */
  8606.     protected function getSecurity_Authentication_Provider_Anonymous_MainService()
  8607.     {
  8608.         trigger_deprecation('symfony/security-bundle''5.3''The "security.authentication.provider.anonymous.main" service is deprecated, use the new authenticator system instead.');
  8609.         return $this->privates['security.authentication.provider.anonymous.main'] = new \Symfony\Component\Security\Core\Authentication\Provider\AnonymousAuthenticationProvider($this->getParameter('container.build_hash'));
  8610.     }
  8611.     /**
  8612.      * Gets the private 'security.authentication.provider.guard.api' shared service.
  8613.      *
  8614.      * @return \Symfony\Component\Security\Guard\Provider\GuardAuthenticationProvider
  8615.      *
  8616.      * @deprecated Since symfony/security-bundle 5.3: The "security.authentication.provider.guard.api" service is deprecated, use the new authenticator system instead.
  8617.      */
  8618.     protected function getSecurity_Authentication_Provider_Guard_ApiService()
  8619.     {
  8620.         trigger_deprecation('symfony/security-bundle''5.3''The "security.authentication.provider.guard.api" service is deprecated, use the new authenticator system instead.');
  8621.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/UserProviderInterface.php';
  8622.         include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/Security/User/PayloadAwareUserProviderInterface.php';
  8623.         include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/Security/User/JWTUserProvider.php';
  8624.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/UserCheckerInterface.php';
  8625.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/InMemoryUserChecker.php';
  8626.         return $this->privates['security.authentication.provider.guard.api'] = new \Symfony\Component\Security\Guard\Provider\GuardAuthenticationProvider(new RewindableGenerator(function () {
  8627.             yield => ($this->privates['lexik_jwt_authentication.security.guard.jwt_token_authenticator'] ?? $this->getLexikJwtAuthentication_Security_Guard_JwtTokenAuthenticatorService());
  8628.         }, 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()));
  8629.     }
  8630.     /**
  8631.      * Gets the private 'security.authentication.provider.guard.external_app_connect' shared service.
  8632.      *
  8633.      * @return \Symfony\Component\Security\Guard\Provider\GuardAuthenticationProvider
  8634.      *
  8635.      * @deprecated Since symfony/security-bundle 5.3: The "security.authentication.provider.guard.external_app_connect" service is deprecated, use the new authenticator system instead.
  8636.      */
  8637.     protected function getSecurity_Authentication_Provider_Guard_ExternalAppConnectService()
  8638.     {
  8639.         trigger_deprecation('symfony/security-bundle''5.3''The "security.authentication.provider.guard.external_app_connect" service is deprecated, use the new authenticator system instead.');
  8640.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/UserProviderInterface.php';
  8641.         include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/Security/User/PayloadAwareUserProviderInterface.php';
  8642.         include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/Security/User/JWTUserProvider.php';
  8643.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/UserCheckerInterface.php';
  8644.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/InMemoryUserChecker.php';
  8645.         return $this->privates['security.authentication.provider.guard.external_app_connect'] = new \Symfony\Component\Security\Guard\Provider\GuardAuthenticationProvider(new RewindableGenerator(function () {
  8646.             yield => ($this->privates['lexik_jwt_authentication.security.guard.jwt_token_authenticator'] ?? $this->getLexikJwtAuthentication_Security_Guard_JwtTokenAuthenticatorService());
  8647.         }, 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()));
  8648.     }
  8649.     /**
  8650.      * Gets the private 'security.authentication.provider.saml.main' shared autowired service.
  8651.      *
  8652.      * @return \Hslavich\OneloginSamlBundle\Security\Authentication\Provider\SamlProvider
  8653.      */
  8654.     protected function getSecurity_Authentication_Provider_Saml_MainService()
  8655.     {
  8656.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/AuthenticationManagerInterface.php';
  8657.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Provider/AuthenticationProviderInterface.php';
  8658.         include_once \dirname(__DIR__4).'/vendor/hslavich/oneloginsaml-bundle/Security/Authentication/Provider/SamlProvider.php';
  8659.         include_once \dirname(__DIR__4).'/vendor/hslavich/oneloginsaml-bundle/Security/Authentication/Token/SamlTokenFactoryInterface.php';
  8660.         include_once \dirname(__DIR__4).'/vendor/hslavich/oneloginsaml-bundle/Security/Authentication/Token/SamlTokenFactory.php';
  8661.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/UserProviderInterface.php';
  8662.         include_once \dirname(__DIR__4).'/vendor/hslavich/oneloginsaml-bundle/Security/User/SamlUserProvider.php';
  8663.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  8664.         if (isset($this->privates['security.authentication.provider.saml.main'])) {
  8665.             return $this->privates['security.authentication.provider.saml.main'];
  8666.         }
  8667.         $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);
  8668.         $instance->setTokenFactory(new \Hslavich\OneloginSamlBundle\Security\Authentication\Token\SamlTokenFactory());
  8669.         return $instance;
  8670.     }
  8671.     /**
  8672.      * Gets the private 'security.channel_listener' shared service.
  8673.      *
  8674.      * @return \Symfony\Component\Security\Http\Firewall\ChannelListener
  8675.      */
  8676.     protected function getSecurity_ChannelListenerService()
  8677.     {
  8678.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/FirewallListenerInterface.php';
  8679.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  8680.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ChannelListener.php';
  8681.         $a = ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService());
  8682.         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());
  8683.     }
  8684.     /**
  8685.      * Gets the private 'security.command.debug_firewall' shared service.
  8686.      *
  8687.      * @return \Symfony\Bundle\SecurityBundle\Command\DebugFirewallCommand
  8688.      */
  8689.     protected function getSecurity_Command_DebugFirewallService()
  8690.     {
  8691.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8692.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Command/DebugFirewallCommand.php';
  8693.         $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);
  8694.         $instance->setName('debug:firewall');
  8695.         $instance->setDescription('Display information about your security firewall(s)');
  8696.         return $instance;
  8697.     }
  8698.     /**
  8699.      * Gets the private 'security.command.user_password_encoder' shared service.
  8700.      *
  8701.      * @return \Symfony\Bundle\SecurityBundle\Command\UserPasswordEncoderCommand
  8702.      *
  8703.      * @deprecated Since symfony/security-bundle 5.3: The "security.command.user_password_encoder" service is deprecated, use "security.command.user_password_hash" instead.
  8704.      */
  8705.     protected function getSecurity_Command_UserPasswordEncoderService()
  8706.     {
  8707.         trigger_deprecation('symfony/security-bundle''5.3''The "security.command.user_password_encoder" service is deprecated, use "security.command.user_password_hash" instead.');
  8708.         $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']);
  8709.         $instance->setName('security:encode-password');
  8710.         $instance->setDescription('Encode a password');
  8711.         return $instance;
  8712.     }
  8713.     /**
  8714.      * Gets the private 'security.command.user_password_hash' shared service.
  8715.      *
  8716.      * @return \Symfony\Component\PasswordHasher\Command\UserPasswordHashCommand
  8717.      */
  8718.     protected function getSecurity_Command_UserPasswordHashService()
  8719.     {
  8720.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8721.         include_once \dirname(__DIR__4).'/vendor/symfony/password-hasher/Command/UserPasswordHashCommand.php';
  8722.         $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']);
  8723.         $instance->setName('security:hash-password');
  8724.         $instance->setDescription('Hash a user password');
  8725.         return $instance;
  8726.     }
  8727.     /**
  8728.      * Gets the private 'security.context_listener.0' shared service.
  8729.      *
  8730.      * @return \Symfony\Component\Security\Http\Firewall\ContextListener
  8731.      */
  8732.     protected function getSecurity_ContextListener_0Service()
  8733.     {
  8734.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/FirewallListenerInterface.php';
  8735.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  8736.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ContextListener.php';
  8737.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  8738.         if (isset($this->privates['security.context_listener.0'])) {
  8739.             return $this->privates['security.context_listener.0'];
  8740.         }
  8741.         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 () {
  8742.             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'])));
  8743.             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')));
  8744.         }, 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']);
  8745.     }
  8746.     /**
  8747.      * Gets the private 'security.encoder_factory.generic' shared service.
  8748.      *
  8749.      * @return \Symfony\Component\Security\Core\Encoder\EncoderFactory
  8750.      *
  8751.      * @deprecated Since symfony/security-bundle 5.3: The "security.encoder_factory.generic" service is deprecated, use "security.password_hasher_factory" instead.
  8752.      */
  8753.     protected function getSecurity_EncoderFactory_GenericService()
  8754.     {
  8755.         trigger_deprecation('symfony/security-bundle''5.3''The "security.encoder_factory.generic" service is deprecated, use "security.password_hasher_factory" instead.');
  8756.         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']]]);
  8757.     }
  8758.     /**
  8759.      * Gets the private 'security.event_dispatcher.api' shared service.
  8760.      *
  8761.      * @return \Symfony\Component\EventDispatcher\EventDispatcher
  8762.      */
  8763.     protected function getSecurity_EventDispatcher_ApiService()
  8764.     {
  8765.         $this->privates['security.event_dispatcher.api'] = $instance = new \Symfony\Component\EventDispatcher\EventDispatcher();
  8766.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  8767.             return ($this->privates['Hslavich\\OneloginSamlBundle\\EventListener\\Security\\SamlLogoutListener'] ?? $this->getSamlLogoutListenerService());
  8768.         }, => '__invoke'], 0);
  8769.         return $instance;
  8770.     }
  8771.     /**
  8772.      * Gets the private 'security.event_dispatcher.external_app_connect' shared service.
  8773.      *
  8774.      * @return \Symfony\Component\EventDispatcher\EventDispatcher
  8775.      */
  8776.     protected function getSecurity_EventDispatcher_ExternalAppConnectService()
  8777.     {
  8778.         $this->privates['security.event_dispatcher.external_app_connect'] = $instance = new \Symfony\Component\EventDispatcher\EventDispatcher();
  8779.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  8780.             return ($this->privates['Hslavich\\OneloginSamlBundle\\EventListener\\Security\\SamlLogoutListener'] ?? $this->getSamlLogoutListenerService());
  8781.         }, => '__invoke'], 0);
  8782.         return $instance;
  8783.     }
  8784.     /**
  8785.      * Gets the private 'security.event_dispatcher.main' shared service.
  8786.      *
  8787.      * @return \Symfony\Component\EventDispatcher\EventDispatcher
  8788.      */
  8789.     protected function getSecurity_EventDispatcher_MainService()
  8790.     {
  8791.         $this->privates['security.event_dispatcher.main'] = $instance = new \Symfony\Component\EventDispatcher\EventDispatcher();
  8792.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  8793.             return ($this->privates['security.logout.listener.default.main'] ?? $this->getSecurity_Logout_Listener_Default_MainService());
  8794.         }, => 'onLogout'], 64);
  8795.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  8796.             return ($this->privates['security.logout.listener.session.main'] ?? ($this->privates['security.logout.listener.session.main'] = new \Symfony\Component\Security\Http\EventListener\SessionLogoutListener()));
  8797.         }, => 'onLogout'], 0);
  8798.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  8799.             return ($this->privates['Hslavich\\OneloginSamlBundle\\EventListener\\Security\\SamlLogoutListener'] ?? $this->getSamlLogoutListenerService());
  8800.         }, => '__invoke'], 0);
  8801.         return $instance;
  8802.     }
  8803.     /**
  8804.      * Gets the private 'security.firewall.map' shared service.
  8805.      *
  8806.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallMap
  8807.      */
  8808.     protected function getSecurity_Firewall_MapService()
  8809.     {
  8810.         $a = ($this->privates['.service_locator.wOqRTqV'] ?? $this->get_ServiceLocator_WOqRTqVService());
  8811.         if (isset($this->privates['security.firewall.map'])) {
  8812.             return $this->privates['security.firewall.map'];
  8813.         }
  8814.         return $this->privates['security.firewall.map'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallMap($a, new RewindableGenerator(function () {
  8815.             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)/')));
  8816.             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)?$')));
  8817.             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')));
  8818.             yield 'security.firewall.map.context.api' => ($this->privates['.security.request_matcher.p4VlLPC'] ?? ($this->privates['.security.request_matcher.p4VlLPC'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/api')));
  8819.             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')));
  8820.             yield 'security.firewall.map.context.main' => ($this->privates['.security.request_matcher.3UEFixr'] ?? ($this->privates['.security.request_matcher.3UEFixr'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/')));
  8821.         }, 6));
  8822.     }
  8823.     /**
  8824.      * Gets the private 'security.firewall.map.context.api' shared service.
  8825.      *
  8826.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallContext
  8827.      */
  8828.     protected function getSecurity_Firewall_Map_Context_ApiService()
  8829.     {
  8830.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallContext.php';
  8831.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Util/TargetPathTrait.php';
  8832.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ExceptionListener.php';
  8833.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallConfig.php';
  8834.         $a = ($this->privates['lexik_jwt_authentication.security.guard.jwt_token_authenticator'] ?? $this->getLexikJwtAuthentication_Security_Guard_JwtTokenAuthenticatorService());
  8835.         if (isset($this->privates['security.firewall.map.context.api'])) {
  8836.             return $this->privates['security.firewall.map.context.api'];
  8837.         }
  8838.         return $this->privates['security.firewall.map.context.api'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallContext(new RewindableGenerator(function () {
  8839.             yield => ($this->privates['security.channel_listener'] ?? $this->getSecurity_ChannelListenerService());
  8840.             yield => ($this->privates['security.authentication.listener.guard.api'] ?? $this->getSecurity_Authentication_Listener_Guard_ApiService());
  8841.             yield => ($this->privates['security.access_listener'] ?? $this->getSecurity_AccessListenerService());
  8842.         }, 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));
  8843.     }
  8844.     /**
  8845.      * Gets the private 'security.firewall.map.context.apidoc' shared service.
  8846.      *
  8847.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallContext
  8848.      */
  8849.     protected function getSecurity_Firewall_Map_Context_ApidocService()
  8850.     {
  8851.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallContext.php';
  8852.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallConfig.php';
  8853.         return $this->privates['security.firewall.map.context.apidoc'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallContext(new RewindableGenerator(function () {
  8854.             return new \EmptyIterator();
  8855.         }, 0), NULLNULL, new \Symfony\Bundle\SecurityBundle\Security\FirewallConfig('apidoc''security.user_checker''.security.request_matcher.dRYyBii'falsefalseNULLNULLNULLNULLNULL, [], NULL));
  8856.     }
  8857.     /**
  8858.      * Gets the private 'security.firewall.map.context.apipublic' shared service.
  8859.      *
  8860.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallContext
  8861.      */
  8862.     protected function getSecurity_Firewall_Map_Context_ApipublicService()
  8863.     {
  8864.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallContext.php';
  8865.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallConfig.php';
  8866.         return $this->privates['security.firewall.map.context.apipublic'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallContext(new RewindableGenerator(function () {
  8867.             return new \EmptyIterator();
  8868.         }, 0), NULLNULL, new \Symfony\Bundle\SecurityBundle\Security\FirewallConfig('apipublic''security.user_checker''.security.request_matcher.9VW0shA'falsefalseNULLNULLNULLNULLNULL, [], NULL));
  8869.     }
  8870.     /**
  8871.      * Gets the private 'security.firewall.map.context.dev' shared service.
  8872.      *
  8873.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallContext
  8874.      */
  8875.     protected function getSecurity_Firewall_Map_Context_DevService()
  8876.     {
  8877.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallContext.php';
  8878.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallConfig.php';
  8879.         return $this->privates['security.firewall.map.context.dev'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallContext(new RewindableGenerator(function () {
  8880.             return new \EmptyIterator();
  8881.         }, 0), NULLNULL, new \Symfony\Bundle\SecurityBundle\Security\FirewallConfig('dev''security.user_checker''.security.request_matcher.K_4cQMG'falsefalseNULLNULLNULLNULLNULL, [], NULL));
  8882.     }
  8883.     /**
  8884.      * Gets the private 'security.firewall.map.context.external_app_connect' shared service.
  8885.      *
  8886.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallContext
  8887.      */
  8888.     protected function getSecurity_Firewall_Map_Context_ExternalAppConnectService()
  8889.     {
  8890.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallContext.php';
  8891.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Util/TargetPathTrait.php';
  8892.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ExceptionListener.php';
  8893.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallConfig.php';
  8894.         $a = ($this->privates['lexik_jwt_authentication.security.guard.jwt_token_authenticator'] ?? $this->getLexikJwtAuthentication_Security_Guard_JwtTokenAuthenticatorService());
  8895.         if (isset($this->privates['security.firewall.map.context.external_app_connect'])) {
  8896.             return $this->privates['security.firewall.map.context.external_app_connect'];
  8897.         }
  8898.         return $this->privates['security.firewall.map.context.external_app_connect'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallContext(new RewindableGenerator(function () {
  8899.             yield => ($this->privates['security.channel_listener'] ?? $this->getSecurity_ChannelListenerService());
  8900.             yield => ($this->privates['security.authentication.listener.guard.external_app_connect'] ?? $this->getSecurity_Authentication_Listener_Guard_ExternalAppConnectService());
  8901.             yield => ($this->privates['security.access_listener'] ?? $this->getSecurity_AccessListenerService());
  8902.         }, 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));
  8903.     }
  8904.     /**
  8905.      * Gets the private 'security.firewall.map.context.main' shared service.
  8906.      *
  8907.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallContext
  8908.      */
  8909.     protected function getSecurity_Firewall_Map_Context_MainService()
  8910.     {
  8911.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallContext.php';
  8912.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Util/TargetPathTrait.php';
  8913.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ExceptionListener.php';
  8914.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/EntryPoint/AuthenticationEntryPointInterface.php';
  8915.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/EntryPoint/FormAuthenticationEntryPoint.php';
  8916.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/FirewallListenerInterface.php';
  8917.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  8918.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/LogoutListener.php';
  8919.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallConfig.php';
  8920.         $a = ($this->services['http_kernel'] ?? $this->getHttpKernelService());
  8921.         if (isset($this->privates['security.firewall.map.context.main'])) {
  8922.             return $this->privates['security.firewall.map.context.main'];
  8923.         }
  8924.         $b = ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService());
  8925.         $c = ($this->privates['security.http_utils'] ?? $this->getSecurity_HttpUtilsService());
  8926.         return $this->privates['security.firewall.map.context.main'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallContext(new RewindableGenerator(function () {
  8927.             yield => ($this->privates['security.channel_listener'] ?? $this->getSecurity_ChannelListenerService());
  8928.             yield => ($this->privates['security.context_listener.0'] ?? $this->getSecurity_ContextListener_0Service());
  8929.             yield => ($this->privates['Hslavich\\OneloginSamlBundle\\Security\\Firewall\\SamlListener.main'] ?? $this->getSamlListener_MainService());
  8930.             yield => ($this->privates['security.authentication.listener.anonymous.main'] ?? $this->getSecurity_Authentication_Listener_Anonymous_MainService());
  8931.             yield => ($this->privates['security.access_listener'] ?? $this->getSecurity_AccessListenerService());
  8932.         }, 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));
  8933.     }
  8934.     /**
  8935.      * Gets the private 'security.helper' shared service.
  8936.      *
  8937.      * @return \Symfony\Component\Security\Core\Security
  8938.      */
  8939.     protected function getSecurity_HelperService()
  8940.     {
  8941.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Security.php';
  8942.         return $this->privates['security.helper'] = new \Symfony\Component\Security\Core\Security(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  8943.             'security.authorization_checker' => ['services''.container.private.security.authorization_checker''get_Container_Private_Security_AuthorizationCheckerService'false],
  8944.             'security.token_storage' => ['services''.container.private.security.token_storage''get_Container_Private_Security_TokenStorageService'false],
  8945.         ], [
  8946.             'security.authorization_checker' => '?',
  8947.             'security.token_storage' => '?',
  8948.         ]));
  8949.     }
  8950.     /**
  8951.      * Gets the private 'security.http_utils' shared service.
  8952.      *
  8953.      * @return \Symfony\Component\Security\Http\HttpUtils
  8954.      */
  8955.     protected function getSecurity_HttpUtilsService()
  8956.     {
  8957.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/HttpUtils.php';
  8958.         $a = ($this->services['router'] ?? $this->getRouterService());
  8959.         return $this->privates['security.http_utils'] = new \Symfony\Component\Security\Http\HttpUtils($a$a'{^https?://%s$}i''{^https://%s$}i');
  8960.     }
  8961.     /**
  8962.      * Gets the private 'security.logout.listener.default.main' shared service.
  8963.      *
  8964.      * @return \Symfony\Component\Security\Http\EventListener\DefaultLogoutListener
  8965.      */
  8966.     protected function getSecurity_Logout_Listener_Default_MainService()
  8967.     {
  8968.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/EventListener/DefaultLogoutListener.php';
  8969.         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');
  8970.     }
  8971.     /**
  8972.      * Gets the private 'security.logout_url_generator' shared service.
  8973.      *
  8974.      * @return \Symfony\Component\Security\Http\Logout\LogoutUrlGenerator
  8975.      */
  8976.     protected function getSecurity_LogoutUrlGeneratorService()
  8977.     {
  8978.         $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()));
  8979.         $instance->registerListener('main''saml_logout''logout''_csrf_token'NULLNULL);
  8980.         return $instance;
  8981.     }
  8982.     /**
  8983.      * Gets the private 'security.password_hasher_factory' shared service.
  8984.      *
  8985.      * @return \Symfony\Component\PasswordHasher\Hasher\PasswordHasherFactory
  8986.      */
  8987.     protected function getSecurity_PasswordHasherFactoryService()
  8988.     {
  8989.         include_once \dirname(__DIR__4).'/vendor/symfony/password-hasher/Hasher/PasswordHasherFactoryInterface.php';
  8990.         include_once \dirname(__DIR__4).'/vendor/symfony/password-hasher/Hasher/PasswordHasherFactory.php';
  8991.         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']]]);
  8992.     }
  8993.     /**
  8994.      * Gets the private 'security.user_password_hasher' shared service.
  8995.      *
  8996.      * @return \Symfony\Component\PasswordHasher\Hasher\UserPasswordHasher
  8997.      */
  8998.     protected function getSecurity_UserPasswordHasherService()
  8999.     {
  9000.         include_once \dirname(__DIR__4).'/vendor/symfony/password-hasher/Hasher/UserPasswordHasherInterface.php';
  9001.         include_once \dirname(__DIR__4).'/vendor/symfony/password-hasher/Hasher/UserPasswordHasher.php';
  9002.         return $this->privates['security.user_password_hasher'] = new \Symfony\Component\PasswordHasher\Hasher\UserPasswordHasher(($this->privates['security.password_hasher_factory'] ?? $this->getSecurity_PasswordHasherFactoryService()));
  9003.     }
  9004.     /**
  9005.      * Gets the private 'security.validator.user_password' shared service.
  9006.      *
  9007.      * @return \Symfony\Component\Security\Core\Validator\Constraints\UserPasswordValidator
  9008.      */
  9009.     protected function getSecurity_Validator_UserPasswordService()
  9010.     {
  9011.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  9012.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  9013.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Validator/Constraints/UserPasswordValidator.php';
  9014.         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()));
  9015.     }
  9016.     /**
  9017.      * Gets the private 'sensio_framework_extra.controller.listener' shared service.
  9018.      *
  9019.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener
  9020.      */
  9021.     protected function getSensioFrameworkExtra_Controller_ListenerService()
  9022.     {
  9023.         return $this->privates['sensio_framework_extra.controller.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  9024.     }
  9025.     /**
  9026.      * Gets the private 'sensio_framework_extra.converter.listener' shared service.
  9027.      *
  9028.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener
  9029.      */
  9030.     protected function getSensioFrameworkExtra_Converter_ListenerService()
  9031.     {
  9032.         $a = new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\ParamConverterManager();
  9033.         $a->add(new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\DoctrineParamConverter(NULL, new \Symfony\Component\ExpressionLanguage\ExpressionLanguage()), 0'doctrine.orm');
  9034.         $a->add(new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\DateTimeParamConverter(), 0'datetime');
  9035.         return $this->privates['sensio_framework_extra.converter.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener($atrue);
  9036.     }
  9037.     /**
  9038.      * Gets the private 'sensio_framework_extra.routing.loader.annot_class' shared service.
  9039.      *
  9040.      * @return \Sensio\Bundle\FrameworkExtraBundle\Routing\AnnotatedRouteControllerLoader
  9041.      *
  9042.      * @deprecated Since sensio/framework-extra-bundle 5.2: The "sensio_framework_extra.routing.loader.annot_class" service is deprecated since version 5.2
  9043.      */
  9044.     protected function getSensioFrameworkExtra_Routing_Loader_AnnotClassService()
  9045.     {
  9046.         trigger_deprecation('sensio/framework-extra-bundle''5.2''The "sensio_framework_extra.routing.loader.annot_class" service is deprecated since version 5.2');
  9047.         return $this->privates['sensio_framework_extra.routing.loader.annot_class'] = new \Sensio\Bundle\FrameworkExtraBundle\Routing\AnnotatedRouteControllerLoader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  9048.     }
  9049.     /**
  9050.      * Gets the private 'sensio_framework_extra.routing.loader.annot_dir' shared service.
  9051.      *
  9052.      * @return \Symfony\Component\Routing\Loader\AnnotationDirectoryLoader
  9053.      *
  9054.      * @deprecated Since sensio/framework-extra-bundle 5.2: The "sensio_framework_extra.routing.loader.annot_dir" service is deprecated since version 5.2
  9055.      */
  9056.     protected function getSensioFrameworkExtra_Routing_Loader_AnnotDirService()
  9057.     {
  9058.         trigger_deprecation('sensio/framework-extra-bundle''5.2''The "sensio_framework_extra.routing.loader.annot_dir" service is deprecated since version 5.2');
  9059.         include_once \dirname(__DIR__4).'/vendor/symfony/config/FileLocatorInterface.php';
  9060.         include_once \dirname(__DIR__4).'/vendor/symfony/config/FileLocator.php';
  9061.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Config/FileLocator.php';
  9062.         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()));
  9063.     }
  9064.     /**
  9065.      * Gets the private 'sensio_framework_extra.routing.loader.annot_file' shared service.
  9066.      *
  9067.      * @return \Symfony\Component\Routing\Loader\AnnotationFileLoader
  9068.      *
  9069.      * @deprecated Since sensio/framework-extra-bundle 5.2: The "sensio_framework_extra.routing.loader.annot_file" service is deprecated since version 5.2
  9070.      */
  9071.     protected function getSensioFrameworkExtra_Routing_Loader_AnnotFileService()
  9072.     {
  9073.         trigger_deprecation('sensio/framework-extra-bundle''5.2''The "sensio_framework_extra.routing.loader.annot_file" service is deprecated since version 5.2');
  9074.         include_once \dirname(__DIR__4).'/vendor/symfony/config/FileLocatorInterface.php';
  9075.         include_once \dirname(__DIR__4).'/vendor/symfony/config/FileLocator.php';
  9076.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Config/FileLocator.php';
  9077.         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()));
  9078.     }
  9079.     /**
  9080.      * Gets the private 'sensio_framework_extra.security.listener' shared service.
  9081.      *
  9082.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\SecurityListener
  9083.      */
  9084.     protected function getSensioFrameworkExtra_Security_ListenerService()
  9085.     {
  9086.         $a = ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService());
  9087.         if (isset($this->privates['sensio_framework_extra.security.listener'])) {
  9088.             return $this->privates['sensio_framework_extra.security.listener'];
  9089.         }
  9090.         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()));
  9091.     }
  9092.     /**
  9093.      * Gets the private 'sensio_framework_extra.view.listener' shared service.
  9094.      *
  9095.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\TemplateListener
  9096.      */
  9097.     protected function getSensioFrameworkExtra_View_ListenerService()
  9098.     {
  9099.         $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))));
  9100.         $instance->setContainer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  9101.             'twig' => ['services''.container.private.twig''get_Container_Private_TwigService'false],
  9102.         ], [
  9103.             'twig' => '?',
  9104.         ]))->withContext('sensio_framework_extra.view.listener'$this));
  9105.         return $instance;
  9106.     }
  9107.     /**
  9108.      * Gets the private 'serializer.mapping.cache_warmer' shared service.
  9109.      *
  9110.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\SerializerCacheWarmer
  9111.      */
  9112.     protected function getSerializer_Mapping_CacheWarmerService()
  9113.     {
  9114.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  9115.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/AbstractPhpFileCacheWarmer.php';
  9116.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/SerializerCacheWarmer.php';
  9117.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Loader/LoaderInterface.php';
  9118.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Loader/AnnotationLoader.php';
  9119.         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'));
  9120.     }
  9121.     /**
  9122.      * Gets the private 'serializer.mapping.class_metadata_factory' shared service.
  9123.      *
  9124.      * @return \Symfony\Component\Serializer\Mapping\Factory\ClassMetadataFactory
  9125.      */
  9126.     protected function getSerializer_Mapping_ClassMetadataFactoryService()
  9127.     {
  9128.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Factory/ClassMetadataFactoryInterface.php';
  9129.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Factory/ClassResolverTrait.php';
  9130.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Factory/ClassMetadataFactory.php';
  9131.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Loader/LoaderInterface.php';
  9132.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Loader/LoaderChain.php';
  9133.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Loader/AnnotationLoader.php';
  9134.         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()))]));
  9135.     }
  9136.     /**
  9137.      * Gets the private 'serializer.name_converter.metadata_aware' shared service.
  9138.      *
  9139.      * @return \Symfony\Component\Serializer\NameConverter\MetadataAwareNameConverter
  9140.      */
  9141.     protected function getSerializer_NameConverter_MetadataAwareService()
  9142.     {
  9143.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/NameConverter/NameConverterInterface.php';
  9144.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/NameConverter/AdvancedNameConverterInterface.php';
  9145.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/NameConverter/MetadataAwareNameConverter.php';
  9146.         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()));
  9147.     }
  9148.     /**
  9149.      * Gets the private 'session.factory' shared service.
  9150.      *
  9151.      * @return \Symfony\Component\HttpFoundation\Session\SessionFactory
  9152.      */
  9153.     protected function getSession_FactoryService()
  9154.     {
  9155.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/SessionFactoryInterface.php';
  9156.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/SessionFactory.php';
  9157.         $a = ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  9158.         if (isset($this->privates['session.factory'])) {
  9159.             return $this->privates['session.factory'];
  9160.         }
  9161.         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']);
  9162.     }
  9163.     /**
  9164.      * Gets the private 'session.storage.factory.service' shared service.
  9165.      *
  9166.      * @return \Symfony\Bundle\FrameworkBundle\Session\ServiceSessionFactory
  9167.      *
  9168.      * @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.
  9169.      */
  9170.     protected function getSession_Storage_Factory_ServiceService()
  9171.     {
  9172.         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.');
  9173.         return new \Symfony\Bundle\FrameworkBundle\Session\ServiceSessionFactory(($this->privates['session.storage.native'] ?? $this->getSession_Storage_NativeService()));
  9174.     }
  9175.     /**
  9176.      * Gets the private 'session.storage.metadata_bag' shared service.
  9177.      *
  9178.      * @return \Symfony\Component\HttpFoundation\Session\Storage\MetadataBag
  9179.      *
  9180.      * @deprecated Since symfony/framework-bundle 5.3: The "session.storage.metadata_bag" service is deprecated, create your own "session.storage.factory" instead.
  9181.      */
  9182.     protected function getSession_Storage_MetadataBagService()
  9183.     {
  9184.         trigger_deprecation('symfony/framework-bundle''5.3''The "session.storage.metadata_bag" service is deprecated, create your own "session.storage.factory" instead.');
  9185.         return new \Symfony\Component\HttpFoundation\Session\Storage\MetadataBag('_sf2_meta'0);
  9186.     }
  9187.     /**
  9188.      * Gets the private 'session.storage.native' shared service.
  9189.      *
  9190.      * @return \Symfony\Component\HttpFoundation\Session\Storage\NativeSessionStorage
  9191.      *
  9192.      * @deprecated Since symfony/framework-bundle 5.3: The "session.storage.native" service is deprecated, use "session.storage.factory.native" instead.
  9193.      */
  9194.     protected function getSession_Storage_NativeService()
  9195.     {
  9196.         trigger_deprecation('symfony/framework-bundle''5.3''The "session.storage.native" service is deprecated, use "session.storage.factory.native" instead.');
  9197.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/Storage/Handler/AbstractSessionHandler.php';
  9198.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/Storage/Handler/RedisSessionHandler.php';
  9199.         $a = new \Redis();
  9200.         $a->connect($this->getEnv('REDIS_HOST'), $this->getEnv('int:REDIS_PORT'));
  9201.         $a->auth($this->getEnv('REDIS_PASSWORD'));
  9202.         $a->select($this->getEnv('int:REDIS_SESSION_DB'));
  9203.         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());
  9204.     }
  9205.     /**
  9206.      * Gets the private 'session_listener' shared service.
  9207.      *
  9208.      * @return \Symfony\Component\HttpKernel\EventListener\SessionListener
  9209.      */
  9210.     protected function getSessionListenerService()
  9211.     {
  9212.         return $this->privates['session_listener'] = new \Symfony\Component\HttpKernel\EventListener\SessionListener(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  9213.             'initialized_session' => ['services''.container.private.session'NULLfalse],
  9214.             'logger' => ['privates''monolog.logger''getMonolog_LoggerService'false],
  9215.             'request_stack' => ['services''request_stack''getRequestStackService'false],
  9216.             'session' => ['services''.container.private.session''get_Container_Private_SessionService'false],
  9217.             'session_collector' => ['privates''data_collector.request.session_collector''getDataCollector_Request_SessionCollectorService'false],
  9218.             'session_factory' => ['privates''session.factory''getSession_FactoryService'false],
  9219.             'session_storage' => ['privates''session.storage.native''getSession_Storage_NativeService'false],
  9220.         ], [
  9221.             'initialized_session' => '?',
  9222.             'logger' => '?',
  9223.             'request_stack' => '?',
  9224.             'session' => '?',
  9225.             'session_collector' => '?',
  9226.             'session_factory' => '?',
  9227.             'session_storage' => '?',
  9228.         ]), true$this->parameters['session.storage.options']);
  9229.     }
  9230.     /**
  9231.      * Gets the private 'translation.extractor' shared service.
  9232.      *
  9233.      * @return \Symfony\Component\Translation\Extractor\ChainExtractor
  9234.      */
  9235.     protected function getTranslation_ExtractorService()
  9236.     {
  9237.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Extractor/ExtractorInterface.php';
  9238.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Extractor/ChainExtractor.php';
  9239.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Extractor/AbstractFileExtractor.php';
  9240.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Extractor/PhpExtractor.php';
  9241.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Translation/TwigExtractor.php';
  9242.         $this->privates['translation.extractor'] = $instance = new \Symfony\Component\Translation\Extractor\ChainExtractor();
  9243.         $instance->addExtractor('php', new \Symfony\Component\Translation\Extractor\PhpExtractor());
  9244.         $instance->addExtractor('twig', new \Symfony\Bridge\Twig\Translation\TwigExtractor(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService())));
  9245.         return $instance;
  9246.     }
  9247.     /**
  9248.      * Gets the private 'translation.loader.csv' shared service.
  9249.      *
  9250.      * @return \Symfony\Component\Translation\Loader\CsvFileLoader
  9251.      */
  9252.     protected function getTranslation_Loader_CsvService()
  9253.     {
  9254.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  9255.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  9256.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  9257.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/CsvFileLoader.php';
  9258.         return $this->privates['translation.loader.csv'] = new \Symfony\Component\Translation\Loader\CsvFileLoader();
  9259.     }
  9260.     /**
  9261.      * Gets the private 'translation.loader.dat' shared service.
  9262.      *
  9263.      * @return \Symfony\Component\Translation\Loader\IcuDatFileLoader
  9264.      */
  9265.     protected function getTranslation_Loader_DatService()
  9266.     {
  9267.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  9268.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IcuResFileLoader.php';
  9269.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IcuDatFileLoader.php';
  9270.         return $this->privates['translation.loader.dat'] = new \Symfony\Component\Translation\Loader\IcuDatFileLoader();
  9271.     }
  9272.     /**
  9273.      * Gets the private 'translation.loader.ini' shared service.
  9274.      *
  9275.      * @return \Symfony\Component\Translation\Loader\IniFileLoader
  9276.      */
  9277.     protected function getTranslation_Loader_IniService()
  9278.     {
  9279.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  9280.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  9281.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  9282.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IniFileLoader.php';
  9283.         return $this->privates['translation.loader.ini'] = new \Symfony\Component\Translation\Loader\IniFileLoader();
  9284.     }
  9285.     /**
  9286.      * Gets the private 'translation.loader.json' shared service.
  9287.      *
  9288.      * @return \Symfony\Component\Translation\Loader\JsonFileLoader
  9289.      */
  9290.     protected function getTranslation_Loader_JsonService()
  9291.     {
  9292.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  9293.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  9294.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  9295.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/JsonFileLoader.php';
  9296.         return $this->privates['translation.loader.json'] = new \Symfony\Component\Translation\Loader\JsonFileLoader();
  9297.     }
  9298.     /**
  9299.      * Gets the private 'translation.loader.mo' shared service.
  9300.      *
  9301.      * @return \Symfony\Component\Translation\Loader\MoFileLoader
  9302.      */
  9303.     protected function getTranslation_Loader_MoService()
  9304.     {
  9305.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  9306.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  9307.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  9308.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/MoFileLoader.php';
  9309.         return $this->privates['translation.loader.mo'] = new \Symfony\Component\Translation\Loader\MoFileLoader();
  9310.     }
  9311.     /**
  9312.      * Gets the private 'translation.loader.php' shared service.
  9313.      *
  9314.      * @return \Symfony\Component\Translation\Loader\PhpFileLoader
  9315.      */
  9316.     protected function getTranslation_Loader_PhpService()
  9317.     {
  9318.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  9319.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  9320.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  9321.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/PhpFileLoader.php';
  9322.         return $this->privates['translation.loader.php'] = new \Symfony\Component\Translation\Loader\PhpFileLoader();
  9323.     }
  9324.     /**
  9325.      * Gets the private 'translation.loader.po' shared service.
  9326.      *
  9327.      * @return \Symfony\Component\Translation\Loader\PoFileLoader
  9328.      */
  9329.     protected function getTranslation_Loader_PoService()
  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/PoFileLoader.php';
  9335.         return $this->privates['translation.loader.po'] = new \Symfony\Component\Translation\Loader\PoFileLoader();
  9336.     }
  9337.     /**
  9338.      * Gets the private 'translation.loader.qt' shared service.
  9339.      *
  9340.      * @return \Symfony\Component\Translation\Loader\QtFileLoader
  9341.      */
  9342.     protected function getTranslation_Loader_QtService()
  9343.     {
  9344.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  9345.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/QtFileLoader.php';
  9346.         return $this->privates['translation.loader.qt'] = new \Symfony\Component\Translation\Loader\QtFileLoader();
  9347.     }
  9348.     /**
  9349.      * Gets the private 'translation.loader.res' shared service.
  9350.      *
  9351.      * @return \Symfony\Component\Translation\Loader\IcuResFileLoader
  9352.      */
  9353.     protected function getTranslation_Loader_ResService()
  9354.     {
  9355.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  9356.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IcuResFileLoader.php';
  9357.         return $this->privates['translation.loader.res'] = new \Symfony\Component\Translation\Loader\IcuResFileLoader();
  9358.     }
  9359.     /**
  9360.      * Gets the private 'translation.loader.xliff' shared service.
  9361.      *
  9362.      * @return \Symfony\Component\Translation\Loader\XliffFileLoader
  9363.      */
  9364.     protected function getTranslation_Loader_XliffService()
  9365.     {
  9366.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  9367.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/XliffFileLoader.php';
  9368.         return $this->privates['translation.loader.xliff'] = new \Symfony\Component\Translation\Loader\XliffFileLoader();
  9369.     }
  9370.     /**
  9371.      * Gets the private 'translation.loader.yml' shared service.
  9372.      *
  9373.      * @return \Symfony\Component\Translation\Loader\YamlFileLoader
  9374.      */
  9375.     protected function getTranslation_Loader_YmlService()
  9376.     {
  9377.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  9378.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  9379.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  9380.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/YamlFileLoader.php';
  9381.         return $this->privates['translation.loader.yml'] = new \Symfony\Component\Translation\Loader\YamlFileLoader();
  9382.     }
  9383.     /**
  9384.      * Gets the private 'translation.provider_collection' shared service.
  9385.      *
  9386.      * @return \Symfony\Component\Translation\Provider\TranslationProviderCollection
  9387.      */
  9388.     protected function getTranslation_ProviderCollectionService()
  9389.     {
  9390.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Provider/TranslationProviderCollection.php';
  9391.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Provider/TranslationProviderCollectionFactory.php';
  9392.         return $this->privates['translation.provider_collection'] = (new \Symfony\Component\Translation\Provider\TranslationProviderCollectionFactory(new RewindableGenerator(function () {
  9393.             yield => (new \Symfony\Component\Translation\Provider\NullProviderFactory());
  9394.         }, 1), []))->fromConfig([]);
  9395.     }
  9396.     /**
  9397.      * Gets the private 'translation.reader' shared service.
  9398.      *
  9399.      * @return \Symfony\Component\Translation\Reader\TranslationReader
  9400.      */
  9401.     protected function getTranslation_ReaderService()
  9402.     {
  9403.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Reader/TranslationReaderInterface.php';
  9404.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Reader/TranslationReader.php';
  9405.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  9406.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  9407.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  9408.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/PhpFileLoader.php';
  9409.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/YamlFileLoader.php';
  9410.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/XliffFileLoader.php';
  9411.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/PoFileLoader.php';
  9412.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/MoFileLoader.php';
  9413.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/QtFileLoader.php';
  9414.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/CsvFileLoader.php';
  9415.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IcuResFileLoader.php';
  9416.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IcuDatFileLoader.php';
  9417.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IniFileLoader.php';
  9418.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/JsonFileLoader.php';
  9419.         $this->privates['translation.reader'] = $instance = new \Symfony\Component\Translation\Reader\TranslationReader();
  9420.         $a = ($this->privates['translation.loader.yml'] ?? ($this->privates['translation.loader.yml'] = new \Symfony\Component\Translation\Loader\YamlFileLoader()));
  9421.         $b = ($this->privates['translation.loader.xliff'] ?? ($this->privates['translation.loader.xliff'] = new \Symfony\Component\Translation\Loader\XliffFileLoader()));
  9422.         $instance->addLoader('php', ($this->privates['translation.loader.php'] ?? ($this->privates['translation.loader.php'] = new \Symfony\Component\Translation\Loader\PhpFileLoader())));
  9423.         $instance->addLoader('yaml'$a);
  9424.         $instance->addLoader('yml'$a);
  9425.         $instance->addLoader('xlf'$b);
  9426.         $instance->addLoader('xliff'$b);
  9427.         $instance->addLoader('po', ($this->privates['translation.loader.po'] ?? ($this->privates['translation.loader.po'] = new \Symfony\Component\Translation\Loader\PoFileLoader())));
  9428.         $instance->addLoader('mo', ($this->privates['translation.loader.mo'] ?? ($this->privates['translation.loader.mo'] = new \Symfony\Component\Translation\Loader\MoFileLoader())));
  9429.         $instance->addLoader('ts', ($this->privates['translation.loader.qt'] ?? ($this->privates['translation.loader.qt'] = new \Symfony\Component\Translation\Loader\QtFileLoader())));
  9430.         $instance->addLoader('csv', ($this->privates['translation.loader.csv'] ?? ($this->privates['translation.loader.csv'] = new \Symfony\Component\Translation\Loader\CsvFileLoader())));
  9431.         $instance->addLoader('res', ($this->privates['translation.loader.res'] ?? ($this->privates['translation.loader.res'] = new \Symfony\Component\Translation\Loader\IcuResFileLoader())));
  9432.         $instance->addLoader('dat', ($this->privates['translation.loader.dat'] ?? ($this->privates['translation.loader.dat'] = new \Symfony\Component\Translation\Loader\IcuDatFileLoader())));
  9433.         $instance->addLoader('ini', ($this->privates['translation.loader.ini'] ?? ($this->privates['translation.loader.ini'] = new \Symfony\Component\Translation\Loader\IniFileLoader())));
  9434.         $instance->addLoader('json', ($this->privates['translation.loader.json'] ?? ($this->privates['translation.loader.json'] = new \Symfony\Component\Translation\Loader\JsonFileLoader())));
  9435.         return $instance;
  9436.     }
  9437.     /**
  9438.      * Gets the private 'translation.warmer' shared service.
  9439.      *
  9440.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\TranslationsCacheWarmer
  9441.      */
  9442.     protected function getTranslation_WarmerService()
  9443.     {
  9444.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  9445.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/TranslationsCacheWarmer.php';
  9446.         return $this->privates['translation.warmer'] = new \Symfony\Bundle\FrameworkBundle\CacheWarmer\TranslationsCacheWarmer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  9447.             'translator' => ['services''translator''getTranslatorService'false],
  9448.         ], [
  9449.             'translator' => '?',
  9450.         ]))->withContext('translation.warmer'$this));
  9451.     }
  9452.     /**
  9453.      * Gets the private 'translation.writer' shared service.
  9454.      *
  9455.      * @return \Symfony\Component\Translation\Writer\TranslationWriter
  9456.      */
  9457.     protected function getTranslation_WriterService()
  9458.     {
  9459.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Writer/TranslationWriterInterface.php';
  9460.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Writer/TranslationWriter.php';
  9461.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/DumperInterface.php';
  9462.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/FileDumper.php';
  9463.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/PhpFileDumper.php';
  9464.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/XliffFileDumper.php';
  9465.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/PoFileDumper.php';
  9466.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/MoFileDumper.php';
  9467.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/YamlFileDumper.php';
  9468.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/QtFileDumper.php';
  9469.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/CsvFileDumper.php';
  9470.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/IniFileDumper.php';
  9471.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/JsonFileDumper.php';
  9472.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/IcuResFileDumper.php';
  9473.         $this->privates['translation.writer'] = $instance = new \Symfony\Component\Translation\Writer\TranslationWriter();
  9474.         $instance->addDumper('php', new \Symfony\Component\Translation\Dumper\PhpFileDumper());
  9475.         $instance->addDumper('xlf', new \Symfony\Component\Translation\Dumper\XliffFileDumper());
  9476.         $instance->addDumper('po', new \Symfony\Component\Translation\Dumper\PoFileDumper());
  9477.         $instance->addDumper('mo', new \Symfony\Component\Translation\Dumper\MoFileDumper());
  9478.         $instance->addDumper('yml', new \Symfony\Component\Translation\Dumper\YamlFileDumper());
  9479.         $instance->addDumper('yaml', new \Symfony\Component\Translation\Dumper\YamlFileDumper('yaml'));
  9480.         $instance->addDumper('ts', new \Symfony\Component\Translation\Dumper\QtFileDumper());
  9481.         $instance->addDumper('csv', new \Symfony\Component\Translation\Dumper\CsvFileDumper());
  9482.         $instance->addDumper('ini', new \Symfony\Component\Translation\Dumper\IniFileDumper());
  9483.         $instance->addDumper('json', new \Symfony\Component\Translation\Dumper\JsonFileDumper());
  9484.         $instance->addDumper('res', new \Symfony\Component\Translation\Dumper\IcuResFileDumper());
  9485.         return $instance;
  9486.     }
  9487.     /**
  9488.      * Gets the private 'translator.default' shared service.
  9489.      *
  9490.      * @return \Symfony\Bundle\FrameworkBundle\Translation\Translator
  9491.      */
  9492.     protected function getTranslator_DefaultService()
  9493.     {
  9494.         $this->privates['translator.default'] = $instance = new \Symfony\Bundle\FrameworkBundle\Translation\Translator(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  9495.             'translation.loader.csv' => ['privates''translation.loader.csv''getTranslation_Loader_CsvService'false],
  9496.             'translation.loader.dat' => ['privates''translation.loader.dat''getTranslation_Loader_DatService'false],
  9497.             'translation.loader.ini' => ['privates''translation.loader.ini''getTranslation_Loader_IniService'false],
  9498.             'translation.loader.json' => ['privates''translation.loader.json''getTranslation_Loader_JsonService'false],
  9499.             'translation.loader.mo' => ['privates''translation.loader.mo''getTranslation_Loader_MoService'false],
  9500.             'translation.loader.php' => ['privates''translation.loader.php''getTranslation_Loader_PhpService'false],
  9501.             'translation.loader.po' => ['privates''translation.loader.po''getTranslation_Loader_PoService'false],
  9502.             'translation.loader.qt' => ['privates''translation.loader.qt''getTranslation_Loader_QtService'false],
  9503.             'translation.loader.res' => ['privates''translation.loader.res''getTranslation_Loader_ResService'false],
  9504.             'translation.loader.xliff' => ['privates''translation.loader.xliff''getTranslation_Loader_XliffService'false],
  9505.             'translation.loader.yml' => ['privates''translation.loader.yml''getTranslation_Loader_YmlService'false],
  9506.         ], [
  9507.             'translation.loader.csv' => '?',
  9508.             'translation.loader.dat' => '?',
  9509.             'translation.loader.ini' => '?',
  9510.             'translation.loader.json' => '?',
  9511.             'translation.loader.mo' => '?',
  9512.             'translation.loader.php' => '?',
  9513.             'translation.loader.po' => '?',
  9514.             'translation.loader.qt' => '?',
  9515.             'translation.loader.res' => '?',
  9516.             'translation.loader.xliff' => '?',
  9517.             'translation.loader.yml' => '?',
  9518.         ]), 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']]], []);
  9519.         $instance->setConfigCacheFactory(($this->privates['config_cache_factory'] ?? $this->getConfigCacheFactoryService()));
  9520.         $instance->setFallbackLocales([=> 'fr']);
  9521.         return $instance;
  9522.     }
  9523.     /**
  9524.      * Gets the private 'twig.command.debug' shared service.
  9525.      *
  9526.      * @return \Symfony\Bridge\Twig\Command\DebugCommand
  9527.      */
  9528.     protected function getTwig_Command_DebugService()
  9529.     {
  9530.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  9531.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Command/DebugCommand.php';
  9532.         $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()));
  9533.         $instance->setName('debug:twig');
  9534.         $instance->setDescription('Show a list of twig functions, filters, globals and tests');
  9535.         return $instance;
  9536.     }
  9537.     /**
  9538.      * Gets the private 'twig.command.lint' shared service.
  9539.      *
  9540.      * @return \Symfony\Bundle\TwigBundle\Command\LintCommand
  9541.      */
  9542.     protected function getTwig_Command_LintService()
  9543.     {
  9544.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  9545.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Command/LintCommand.php';
  9546.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bundle/Command/LintCommand.php';
  9547.         $this->privates['twig.command.lint'] = $instance = new \Symfony\Bundle\TwigBundle\Command\LintCommand(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  9548.         $instance->setName('lint:twig');
  9549.         $instance->setDescription('Lint a Twig template and outputs encountered errors');
  9550.         return $instance;
  9551.     }
  9552.     /**
  9553.      * Gets the private 'twig.form.engine' shared service.
  9554.      *
  9555.      * @return \Symfony\Bridge\Twig\Form\TwigRendererEngine
  9556.      */
  9557.     protected function getTwig_Form_EngineService()
  9558.     {
  9559.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormRendererEngineInterface.php';
  9560.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractRendererEngine.php';
  9561.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Form/TwigRendererEngine.php';
  9562.         $a = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  9563.         if (isset($this->privates['twig.form.engine'])) {
  9564.             return $this->privates['twig.form.engine'];
  9565.         }
  9566.         return $this->privates['twig.form.engine'] = new \Symfony\Bridge\Twig\Form\TwigRendererEngine($this->parameters['twig.form.resources'], $a);
  9567.     }
  9568.     /**
  9569.      * Gets the private 'twig.form.renderer' shared service.
  9570.      *
  9571.      * @return \Symfony\Component\Form\FormRenderer
  9572.      */
  9573.     protected function getTwig_Form_RendererService()
  9574.     {
  9575.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormRendererInterface.php';
  9576.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormRenderer.php';
  9577.         $a = ($this->privates['twig.form.engine'] ?? $this->getTwig_Form_EngineService());
  9578.         if (isset($this->privates['twig.form.renderer'])) {
  9579.             return $this->privates['twig.form.renderer'];
  9580.         }
  9581.         return $this->privates['twig.form.renderer'] = new \Symfony\Component\Form\FormRenderer($aNULL);
  9582.     }
  9583.     /**
  9584.      * Gets the private 'twig.mailer.message_listener' shared service.
  9585.      *
  9586.      * @return \Symfony\Component\Mailer\EventListener\MessageListener
  9587.      */
  9588.     protected function getTwig_Mailer_MessageListenerService()
  9589.     {
  9590.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/EventListener/MessageListener.php';
  9591.         include_once \dirname(__DIR__4).'/vendor/symfony/mime/BodyRendererInterface.php';
  9592.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Mime/BodyRenderer.php';
  9593.         $a = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  9594.         if (isset($this->privates['twig.mailer.message_listener'])) {
  9595.             return $this->privates['twig.mailer.message_listener'];
  9596.         }
  9597.         return $this->privates['twig.mailer.message_listener'] = new \Symfony\Component\Mailer\EventListener\MessageListener(NULL, new \Symfony\Bridge\Twig\Mime\BodyRenderer($a));
  9598.     }
  9599.     /**
  9600.      * Gets the private 'twig.runtime.httpkernel' shared service.
  9601.      *
  9602.      * @return \Symfony\Bridge\Twig\Extension\HttpKernelRuntime
  9603.      */
  9604.     protected function getTwig_Runtime_HttpkernelService()
  9605.     {
  9606.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/HttpKernelRuntime.php';
  9607.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/FragmentHandler.php';
  9608.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DependencyInjection/LazyLoadingFragmentHandler.php';
  9609.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/FragmentUriGeneratorInterface.php';
  9610.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/FragmentUriGenerator.php';
  9611.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/UriSigner.php';
  9612.         $a = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  9613.         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, [
  9614.             'inline' => ['privates''fragment.renderer.inline''getFragment_Renderer_InlineService'false],
  9615.         ], [
  9616.             'inline' => '?',
  9617.         ]), $atrue), new \Symfony\Component\HttpKernel\Fragment\FragmentUriGenerator('/_fragment', new \Symfony\Component\HttpKernel\UriSigner($this->getEnv('APP_SECRET')), $a));
  9618.     }
  9619.     /**
  9620.      * Gets the private 'twig.runtime.serializer' shared service.
  9621.      *
  9622.      * @return \Symfony\Bridge\Twig\Extension\SerializerRuntime
  9623.      */
  9624.     protected function getTwig_Runtime_SerializerService()
  9625.     {
  9626.         include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/RuntimeExtensionInterface.php';
  9627.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/SerializerRuntime.php';
  9628.         return $this->privates['twig.runtime.serializer'] = new \Symfony\Bridge\Twig\Extension\SerializerRuntime(($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService()));
  9629.     }
  9630.     /**
  9631.      * Gets the private 'twig.template_cache_warmer' shared service.
  9632.      *
  9633.      * @return \Symfony\Bundle\TwigBundle\CacheWarmer\TemplateCacheWarmer
  9634.      */
  9635.     protected function getTwig_TemplateCacheWarmerService()
  9636.     {
  9637.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  9638.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bundle/CacheWarmer/TemplateCacheWarmer.php';
  9639.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bundle/TemplateIterator.php';
  9640.         return $this->privates['twig.template_cache_warmer'] = new \Symfony\Bundle\TwigBundle\CacheWarmer\TemplateCacheWarmer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  9641.             'twig' => ['services''.container.private.twig''get_Container_Private_TwigService'false],
  9642.         ], [
  9643.             'twig' => '?',
  9644.         ]))->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')));
  9645.     }
  9646.     /**
  9647.      * Gets the private 'validator.builder' shared service.
  9648.      *
  9649.      * @return \Symfony\Component\Validator\ValidatorBuilder
  9650.      */
  9651.     protected function getValidator_BuilderService()
  9652.     {
  9653.         $this->privates['validator.builder'] = $instance = \Symfony\Component\Validator\Validation::createValidatorBuilder();
  9654.         $a = ($this->privates['property_info'] ?? $this->getPropertyInfoService());
  9655.         $instance->setConstraintValidatorFactory(new \Symfony\Component\Validator\ContainerConstraintValidatorFactory(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  9656.             'Symfony\\Component\\Security\\Core\\Validator\\Constraints\\UserPasswordValidator' => ['privates''security.validator.user_password''getSecurity_Validator_UserPasswordService'false],
  9657.             'Symfony\\Component\\Validator\\Constraints\\EmailValidator' => ['privates''validator.email''getValidator_EmailService'false],
  9658.             'Symfony\\Component\\Validator\\Constraints\\ExpressionValidator' => ['privates''validator.expression''getValidator_ExpressionService'false],
  9659.             'Symfony\\Component\\Validator\\Constraints\\NotCompromisedPasswordValidator' => ['privates''validator.not_compromised_password''getValidator_NotCompromisedPasswordService'false],
  9660.             'security.validator.user_password' => ['privates''security.validator.user_password''getSecurity_Validator_UserPasswordService'false],
  9661.             'validator.expression' => ['privates''validator.expression''getValidator_ExpressionService'false],
  9662.         ], [
  9663.             'Symfony\\Component\\Security\\Core\\Validator\\Constraints\\UserPasswordValidator' => '?',
  9664.             'Symfony\\Component\\Validator\\Constraints\\EmailValidator' => '?',
  9665.             'Symfony\\Component\\Validator\\Constraints\\ExpressionValidator' => '?',
  9666.             'Symfony\\Component\\Validator\\Constraints\\NotCompromisedPasswordValidator' => '?',
  9667.             'security.validator.user_password' => '?',
  9668.             'validator.expression' => '?',
  9669.         ])));
  9670.         if ($this->has('translator')) {
  9671.             $instance->setTranslator(($this->services['translator'] ?? $this->getTranslatorService()));
  9672.         }
  9673.         $instance->setTranslationDomain('validators');
  9674.         $instance->addXmlMappings([=> (\dirname(__DIR__4).'/vendor/symfony/form/Resources/config/validation.xml')]);
  9675.         $instance->enableAnnotationMapping(true);
  9676.         $instance->setDoctrineAnnotationReader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  9677.         $instance->addMethodMapping('loadValidatorMetadata');
  9678.         $instance->addObjectInitializers([]);
  9679.         $instance->addLoader(new \Symfony\Component\Validator\Mapping\Loader\PropertyInfoLoader($a$a$aNULL));
  9680.         return $instance;
  9681.     }
  9682.     /**
  9683.      * Gets the private 'validator.email' shared service.
  9684.      *
  9685.      * @return \Symfony\Component\Validator\Constraints\EmailValidator
  9686.      */
  9687.     protected function getValidator_EmailService()
  9688.     {
  9689.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  9690.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  9691.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/Constraints/EmailValidator.php';
  9692.         return $this->privates['validator.email'] = new \Symfony\Component\Validator\Constraints\EmailValidator('html5');
  9693.     }
  9694.     /**
  9695.      * Gets the private 'validator.expression' shared service.
  9696.      *
  9697.      * @return \Symfony\Component\Validator\Constraints\ExpressionValidator
  9698.      */
  9699.     protected function getValidator_ExpressionService()
  9700.     {
  9701.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  9702.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  9703.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/Constraints/ExpressionValidator.php';
  9704.         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())));
  9705.     }
  9706.     /**
  9707.      * Gets the private 'validator.mapping.cache_warmer' shared service.
  9708.      *
  9709.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\ValidatorCacheWarmer
  9710.      */
  9711.     protected function getValidator_Mapping_CacheWarmerService()
  9712.     {
  9713.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  9714.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/AbstractPhpFileCacheWarmer.php';
  9715.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/ValidatorCacheWarmer.php';
  9716.         return $this->privates['validator.mapping.cache_warmer'] = new \Symfony\Bundle\FrameworkBundle\CacheWarmer\ValidatorCacheWarmer(($this->privates['validator.builder'] ?? $this->getValidator_BuilderService()), ($this->targetDir.''.'/validation.php'));
  9717.     }
  9718.     /**
  9719.      * Gets the private 'validator.not_compromised_password' shared service.
  9720.      *
  9721.      * @return \Symfony\Component\Validator\Constraints\NotCompromisedPasswordValidator
  9722.      */
  9723.     protected function getValidator_NotCompromisedPasswordService()
  9724.     {
  9725.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  9726.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  9727.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/Constraints/NotCompromisedPasswordValidator.php';
  9728.         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);
  9729.     }
  9730.     /**
  9731.      * Gets the private 'web_profiler.csp.handler' shared service.
  9732.      *
  9733.      * @return \Symfony\Bundle\WebProfilerBundle\Csp\ContentSecurityPolicyHandler
  9734.      */
  9735.     protected function getWebProfiler_Csp_HandlerService()
  9736.     {
  9737.         return $this->privates['web_profiler.csp.handler'] = new \Symfony\Bundle\WebProfilerBundle\Csp\ContentSecurityPolicyHandler(new \Symfony\Bundle\WebProfilerBundle\Csp\NonceGenerator());
  9738.     }
  9739.     /**
  9740.      * Gets the private 'web_profiler.debug_toolbar' shared service.
  9741.      *
  9742.      * @return \Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener
  9743.      */
  9744.     protected function getWebProfiler_DebugToolbarService()
  9745.     {
  9746.         $a = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  9747.         if (isset($this->privates['web_profiler.debug_toolbar'])) {
  9748.             return $this->privates['web_profiler.debug_toolbar'];
  9749.         }
  9750.         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);
  9751.     }
  9752.     /**
  9753.      * Gets the public 'cache_clearer' alias.
  9754.      *
  9755.      * @return object The ".container.private.cache_clearer" service.
  9756.      */
  9757.     protected function getCacheClearerService()
  9758.     {
  9759.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "cache_clearer" service directly from the container is deprecated, use dependency injection instead.');
  9760.         return $this->get('.container.private.cache_clearer');
  9761.     }
  9762.     /**
  9763.      * Gets the public 'filesystem' alias.
  9764.      *
  9765.      * @return object The ".container.private.filesystem" service.
  9766.      */
  9767.     protected function getFilesystemService()
  9768.     {
  9769.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "filesystem" service directly from the container is deprecated, use dependency injection instead.');
  9770.         return $this->get('.container.private.filesystem');
  9771.     }
  9772.     /**
  9773.      * Gets the public 'serializer' alias.
  9774.      *
  9775.      * @return object The ".container.private.serializer" service.
  9776.      */
  9777.     protected function getSerializerService()
  9778.     {
  9779.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "serializer" service directly from the container is deprecated, use dependency injection instead.');
  9780.         return $this->get('.container.private.serializer');
  9781.     }
  9782.     /**
  9783.      * Gets the public 'form.factory' alias.
  9784.      *
  9785.      * @return object The ".container.private.form.factory" service.
  9786.      */
  9787.     protected function getForm_FactoryService()
  9788.     {
  9789.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "form.factory" service directly from the container is deprecated, use dependency injection instead.');
  9790.         return $this->get('.container.private.form.factory');
  9791.     }
  9792.     /**
  9793.      * Gets the public 'form.type.file' alias.
  9794.      *
  9795.      * @return object The ".container.private.form.type.file" service.
  9796.      */
  9797.     protected function getForm_Type_FileService()
  9798.     {
  9799.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "form.type.file" service directly from the container is deprecated, use dependency injection instead.');
  9800.         return $this->get('.container.private.form.type.file');
  9801.     }
  9802.     /**
  9803.      * Gets the public 'profiler' alias.
  9804.      *
  9805.      * @return object The ".container.private.profiler" service.
  9806.      */
  9807.     protected function getProfilerService()
  9808.     {
  9809.         trigger_deprecation('symfony/framework-bundle''5.4''Accessing the "profiler" service directly from the container is deprecated, use dependency injection instead.');
  9810.         return $this->get('.container.private.profiler');
  9811.     }
  9812.     /**
  9813.      * Gets the public 'security.authorization_checker' alias.
  9814.      *
  9815.      * @return object The ".container.private.security.authorization_checker" service.
  9816.      */
  9817.     protected function getSecurity_AuthorizationCheckerService()
  9818.     {
  9819.         trigger_deprecation('symfony/security-bundle''5.3''Accessing the "security.authorization_checker" service directly from the container is deprecated, use dependency injection instead.');
  9820.         return $this->get('.container.private.security.authorization_checker');
  9821.     }
  9822.     /**
  9823.      * Gets the public 'security.token_storage' alias.
  9824.      *
  9825.      * @return object The ".container.private.security.token_storage" service.
  9826.      */
  9827.     protected function getSecurity_TokenStorageService()
  9828.     {
  9829.         trigger_deprecation('symfony/security-bundle''5.3''Accessing the "security.token_storage" service directly from the container is deprecated, use dependency injection instead.');
  9830.         return $this->get('.container.private.security.token_storage');
  9831.     }
  9832.     /**
  9833.      * Gets the public 'twig' alias.
  9834.      *
  9835.      * @return object The ".container.private.twig" service.
  9836.      */
  9837.     protected function getTwigService()
  9838.     {
  9839.         trigger_deprecation('symfony/twig-bundle''5.2''Accessing the "twig" service directly from the container is deprecated, use dependency injection instead.');
  9840.         return $this->get('.container.private.twig');
  9841.     }
  9842.     /**
  9843.      * Gets the public 'security.password_encoder' alias.
  9844.      *
  9845.      * @return object The ".container.private.security.password_encoder" service.
  9846.      */
  9847.     protected function getSecurity_PasswordEncoderService()
  9848.     {
  9849.         trigger_deprecation('symfony/security-bundle''5.3''Accessing the "security.password_encoder" service directly from the container is deprecated, use dependency injection instead.');
  9850.         return $this->get('.container.private.security.password_encoder');
  9851.     }
  9852.     /**
  9853.      * Gets the public 'session' alias.
  9854.      *
  9855.      * @return object The ".container.private.session" service.
  9856.      */
  9857.     protected function getSessionService()
  9858.     {
  9859.         trigger_deprecation('symfony/framework-bundle''5.3''Accessing the "session" service directly from the container is deprecated, use dependency injection instead.');
  9860.         return $this->get('.container.private.session');
  9861.     }
  9862.     /**
  9863.      * Gets the public 'validator' alias.
  9864.      *
  9865.      * @return object The ".container.private.validator" service.
  9866.      */
  9867.     protected function getValidatorService()
  9868.     {
  9869.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "validator" service directly from the container is deprecated, use dependency injection instead.');
  9870.         return $this->get('.container.private.validator');
  9871.     }
  9872.     /**
  9873.      * @return array|bool|float|int|string|\UnitEnum|null
  9874.      */
  9875.     public function getParameter(string $name)
  9876.     {
  9877.         if (isset($this->buildParameters[$name])) {
  9878.             return $this->buildParameters[$name];
  9879.         }
  9880.         if (!(isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || \array_key_exists($name$this->parameters))) {
  9881.             throw new InvalidArgumentException(sprintf('The parameter "%s" must be defined.'$name));
  9882.         }
  9883.         if (isset($this->loadedDynamicParameters[$name])) {
  9884.             return $this->loadedDynamicParameters[$name] ? $this->dynamicParameters[$name] : $this->getDynamicParameter($name);
  9885.         }
  9886.         return $this->parameters[$name];
  9887.     }
  9888.     public function hasParameter(string $name): bool
  9889.     {
  9890.         if (isset($this->buildParameters[$name])) {
  9891.             return true;
  9892.         }
  9893.         return isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || \array_key_exists($name$this->parameters);
  9894.     }
  9895.     public function setParameter(string $name$value): void
  9896.     {
  9897.         throw new LogicException('Impossible to call set() on a frozen ParameterBag.');
  9898.     }
  9899.     public function getParameterBag(): ParameterBagInterface
  9900.     {
  9901.         if (null === $this->parameterBag) {
  9902.             $parameters $this->parameters;
  9903.             foreach ($this->loadedDynamicParameters as $name => $loaded) {
  9904.                 $parameters[$name] = $loaded $this->dynamicParameters[$name] : $this->getDynamicParameter($name);
  9905.             }
  9906.             foreach ($this->buildParameters as $name => $value) {
  9907.                 $parameters[$name] = $value;
  9908.             }
  9909.             $this->parameterBag = new FrozenParameterBag($parameters);
  9910.         }
  9911.         return $this->parameterBag;
  9912.     }
  9913.     private $loadedDynamicParameters = [
  9914.         'kernel.runtime_environment' => false,
  9915.         'kernel.build_dir' => false,
  9916.         'kernel.cache_dir' => false,
  9917.         'saml_villagile_idp_entity_id' => false,
  9918.         'saml_villagile_idp_sso_uri' => false,
  9919.         'saml_villagile_idp_slo_uri' => false,
  9920.         'saml_villagile_idp_x_509_cert' => false,
  9921.         'env(SAML_VILLAGILE_IDP_ENTITY_ID_RESOLVED)' => false,
  9922.         'env(SAML_VILLAGILE_IDP_SSO_URI_RESOLVED)' => false,
  9923.         'env(SAML_VILLAGILE_IDP_SLO_URI_RESOLVED)' => false,
  9924.         'env(SAML_VILLAGILE_IDP_X509CERT_RESOLVED)' => false,
  9925.         'saml_kadran_idp_entity_id' => false,
  9926.         'saml_kadran_idp_sso_uri' => false,
  9927.         'saml_kadran_idp_slo_uri' => false,
  9928.         'saml_kadran_idp_x_509_cert' => false,
  9929.         'env(SAML_KADRAN_IDP_ENTITY_ID_RESOLVED)' => false,
  9930.         'env(SAML_KADRAN_IDP_SSO_URI_RESOLVED)' => false,
  9931.         'env(SAML_KADRAN_IDP_SLO_URI_RESOLVED)' => false,
  9932.         'env(SAML_KADRAN_IDP_X509CERT_RESOLVED)' => false,
  9933.         'saml_decoset_idp_entity_id' => false,
  9934.         'saml_decoset_idp_sso_uri' => false,
  9935.         'saml_decoset_idp_slo_uri' => false,
  9936.         'saml_decoset_idp_x_509_cert' => false,
  9937.         'env(SAML_DECOSET_IDP_ENTITY_ID_RESOLVED)' => false,
  9938.         'env(SAML_DECOSET_IDP_SSO_URI_RESOLVED)' => false,
  9939.         'env(SAML_DECOSET_IDP_SLO_URI_RESOLVED)' => false,
  9940.         'env(SAML_DECOSET_IDP_X509CERT_RESOLVED)' => false,
  9941.         'saml_sp_privatekey' => false,
  9942.         'saml_sp_x_509_cert' => false,
  9943.         'env(SAML_SP_PRIVATEKEY_RESOLVED)' => false,
  9944.         'env(SAML_SP_X509CERT_RESOLVED)' => false,
  9945.         'mayan_accept_language' => false,
  9946.         'from_email' => false,
  9947.         'cors_allow_origin' => false,
  9948.         'sigrenea_base_url' => false,
  9949.         'odivea_base_url' => false,
  9950.         'tsms_base_url' => false,
  9951.         'tsmd_base_url' => false,
  9952.         'seramm_base_url' => false,
  9953.         'sig_seramm_base_url' => false,
  9954.         'baignade_water_quality_base_url' => false,
  9955.         'synoptique_udb_base_url' => false,
  9956.         'synoptique_ude_base_url' => false,
  9957.         'seramm_site_publication_base_url' => false,
  9958.         'seramm_documentation_works_base_url' => false,
  9959.         'seramm_mail_management_base_url' => false,
  9960.         'mysig_base_url' => false,
  9961.         'panache_base_url' => false,
  9962.         'seramm_infoped_base_url' => false,
  9963.         'seramm_aquadvanced_ud_base_url' => false,
  9964.         'gmao_seramm_base_url' => false,
  9965.         'kadran_base_url' => false,
  9966.         'topkapi_kadran_eu_base_url' => false,
  9967.         'topkapi_kadran_ep_base_url' => false,
  9968.         'aquacalc_base_url' => false,
  9969.         'aquadvanced_ww_base_url' => false,
  9970.         'aquadvanced_wn_base_url' => false,
  9971.         'aquadvanced_ud_base_url' => false,
  9972.         'aquadvanced_plant_base_url' => false,
  9973.         'sharepoint_kadran_base_url' => false,
  9974.         'front_portail_base_url' => false,
  9975.         'default_idp' => false,
  9976.         'nextcloud_instances' => false,
  9977.         'kernel.secret' => false,
  9978.         'debug.container.dump' => false,
  9979.         'serializer.mapping.cache.file' => false,
  9980.         'session.save_path' => false,
  9981.         'validator.mapping.cache.file' => false,
  9982.         'profiler.storage.dsn' => false,
  9983.         'hslavich_onelogin_saml.settings' => false,
  9984.         'lexik_jwt_authentication.pass_phrase' => false,
  9985.         'nelmio_cors.defaults' => false,
  9986.     ];
  9987.     private $dynamicParameters = [];
  9988.     private function getDynamicParameter(string $name)
  9989.     {
  9990.         switch ($name) {
  9991.             case 'kernel.runtime_environment'$value $this->getEnv('default:kernel.environment:APP_RUNTIME_ENV'); break;
  9992.             case 'kernel.build_dir'$value $this->targetDir.''; break;
  9993.             case 'kernel.cache_dir'$value $this->targetDir.''; break;
  9994.             case 'saml_villagile_idp_entity_id'$value $this->getEnv('SAML_VILLAGILE_IDP_ENTITY_ID'); break;
  9995.             case 'saml_villagile_idp_sso_uri'$value $this->getEnv('SAML_VILLAGILE_IDP_SSO_URI'); break;
  9996.             case 'saml_villagile_idp_slo_uri'$value $this->getEnv('SAML_VILLAGILE_IDP_SLO_URI'); break;
  9997.             case 'saml_villagile_idp_x_509_cert'$value $this->getEnv('SAML_VILLAGILE_IDP_X509CERT'); break;
  9998.             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;
  9999.             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;
  10000.             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;
  10001.             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;
  10002.             case 'saml_kadran_idp_entity_id'$value $this->getEnv('SAML_KADRAN_IDP_ENTITY_ID'); break;
  10003.             case 'saml_kadran_idp_sso_uri'$value $this->getEnv('SAML_KADRAN_IDP_SSO_URI'); break;
  10004.             case 'saml_kadran_idp_slo_uri'$value $this->getEnv('SAML_KADRAN_IDP_SLO_URI'); break;
  10005.             case 'saml_kadran_idp_x_509_cert'$value $this->getEnv('SAML_KADRAN_IDP_X509CERT'); break;
  10006.             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;
  10007.             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;
  10008.             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;
  10009.             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;
  10010.             case 'saml_decoset_idp_entity_id'$value $this->getEnv('SAML_DECOSET_IDP_ENTITY_ID'); break;
  10011.             case 'saml_decoset_idp_sso_uri'$value $this->getEnv('SAML_DECOSET_IDP_SSO_URI'); break;
  10012.             case 'saml_decoset_idp_slo_uri'$value $this->getEnv('SAML_DECOSET_IDP_SLO_URI'); break;
  10013.             case 'saml_decoset_idp_x_509_cert'$value $this->getEnv('SAML_DECOSET_IDP_X509CERT'); break;
  10014.             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;
  10015.             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;
  10016.             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;
  10017.             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;
  10018.             case 'saml_sp_privatekey'$value $this->getEnv('SAML_SP_PRIVATEKEY'); break;
  10019.             case 'saml_sp_x_509_cert'$value $this->getEnv('SAML_SP_X509CERT'); break;
  10020.             case 'env(SAML_SP_PRIVATEKEY_RESOLVED)'$value $this->getEnv('default:saml_sp_privatekey:file:resolve:SAML_SP_PRIVATEKEY_FILE'); break;
  10021.             case 'env(SAML_SP_X509CERT_RESOLVED)'$value $this->getEnv('default:saml_sp_x_509_cert:file:resolve:SAML_SP_X509CERT_FILE'); break;
  10022.             case 'mayan_accept_language'$value $this->getEnv('default:default_accept_language:MAYAN_ACCEPT_LANGUAGE'); break;
  10023.             case 'from_email'$value = [
  10024.                 'name' => $this->getEnv('EMAIL_FROM_NAME'),
  10025.                 'email' => $this->getEnv('EMAIL_FROM_VALUE'),
  10026.             ]; break;
  10027.             case 'cors_allow_origin'$value $this->getEnv('CORS_ALLOW_ORIGIN'); break;
  10028.             case 'sigrenea_base_url'$value $this->getEnv('SIGRENEA_BASE_URL'); break;
  10029.             case 'odivea_base_url'$value $this->getEnv('ODIVEA_BASE_URL'); break;
  10030.             case 'tsms_base_url'$value $this->getEnv('TSMS_BASE_URL'); break;
  10031.             case 'tsmd_base_url'$value $this->getEnv('TSMD_BASE_URL'); break;
  10032.             case 'seramm_base_url'$value $this->getEnv('SERAMM_BASE_URL'); break;
  10033.             case 'sig_seramm_base_url'$value $this->getEnv('SIG_SERAMM_BASE_URL'); break;
  10034.             case 'baignade_water_quality_base_url'$value $this->getEnv('BAIGNADE_WATER_QUALITY_BASE_URL'); break;
  10035.             case 'synoptique_udb_base_url'$value $this->getEnv('SYNOPTIQUE_UDB_BASE_URL'); break;
  10036.             case 'synoptique_ude_base_url'$value $this->getEnv('SYNOPTIQUE_UDE_BASE_URL'); break;
  10037.             case 'seramm_site_publication_base_url'$value $this->getEnv('SITE_PUBLICATION_BASE_URL'); break;
  10038.             case 'seramm_documentation_works_base_url'$value $this->getEnv('DOCUMENTATION_OUVRAGE_BASE_URL'); break;
  10039.             case 'seramm_mail_management_base_url'$value $this->getEnv('GESTION_COURRIERS_BASE_URL'); break;
  10040.             case 'mysig_base_url'$value $this->getEnv('MYSIG_BASE_URL'); break;
  10041.             case 'panache_base_url'$value $this->getEnv('PANACHE_BASE_URL'); break;
  10042.             case 'seramm_infoped_base_url'$value $this->getEnv('SERAMM_INFOPED_BASE_URL'); break;
  10043.             case 'seramm_aquadvanced_ud_base_url'$value $this->getEnv('SERAMM_AQUADVANCED_UD_BASE_URL'); break;
  10044.             case 'gmao_seramm_base_url'$value $this->getEnv('GMAO_SERAMM_BASE_URL'); break;
  10045.             case 'kadran_base_url'$value $this->getEnv('KADRAN_BASE_URL'); break;
  10046.             case 'topkapi_kadran_eu_base_url'$value $this->getEnv('TOPKAPI_KADRAN_EU_BASE_URL'); break;
  10047.             case 'topkapi_kadran_ep_base_url'$value $this->getEnv('TOPKAPI_KADRAN_EP_BASE_URL'); break;
  10048.             case 'aquacalc_base_url'$value $this->getEnv('AQUACALC_BASE_URL'); break;
  10049.             case 'aquadvanced_ww_base_url'$value $this->getEnv('AQUADVANCED_WW_BASE_URL'); break;
  10050.             case 'aquadvanced_wn_base_url'$value $this->getEnv('AQUADVANCED_WN_BASE_URL'); break;
  10051.             case 'aquadvanced_ud_base_url'$value $this->getEnv('AQUADVANCED_UD_BASE_URL'); break;
  10052.             case 'aquadvanced_plant_base_url'$value $this->getEnv('AQUADVANCED_PLANT_BASE_URL'); break;
  10053.             case 'sharepoint_kadran_base_url'$value $this->getEnv('SHAREPOINT_KADRAN_BASE_URL'); break;
  10054.             case 'front_portail_base_url'$value $this->getEnv('FRONT_END_ROOT_PATH'); break;
  10055.             case 'default_idp'$value $this->getEnv('string:DEFAULT_IDP'); break;
  10056.             case 'nextcloud_instances'$value $this->getEnv('json:NEXTCLOUD_INSTANCES'); break;
  10057.             case 'kernel.secret'$value $this->getEnv('APP_SECRET'); break;
  10058.             case 'debug.container.dump'$value = ($this->targetDir.''.'/App_KernelIntDebugContainer.xml'); break;
  10059.             case 'serializer.mapping.cache.file'$value = ($this->targetDir.''.'/serialization.php'); break;
  10060.             case 'session.save_path'$value = ($this->targetDir.''.'/sessions'); break;
  10061.             case 'validator.mapping.cache.file'$value = ($this->targetDir.''.'/validation.php'); break;
  10062.             case 'profiler.storage.dsn'$value = ('file:'.$this->targetDir.''.'/profiler'); break;
  10063.             case 'hslavich_onelogin_saml.settings'$value = [
  10064.                 'baseurl' => $this->getEnv('string:resolve:PORTAL_API_HOST').'/saml',
  10065.                 'idps' => [
  10066.                     'villagile' => [
  10067.                         'entityId' => $this->getEnv('resolve:SAML_VILLAGILE_IDP_ENTITY_ID_RESOLVED'),
  10068.                         'singleSignOnService' => [
  10069.                             'url' => $this->getEnv('resolve:SAML_VILLAGILE_IDP_SSO_URI_RESOLVED'),
  10070.                             'binding' => 'urn:oasis:names:tc:SAML:2.0:bindings:HTTP-Redirect',
  10071.                         ],
  10072.                         'singleLogoutService' => [
  10073.                             'url' => $this->getEnv('resolve:SAML_VILLAGILE_IDP_SLO_URI_RESOLVED'),
  10074.                             'binding' => 'urn:oasis:names:tc:SAML:2.0:bindings:HTTP-Redirect',
  10075.                         ],
  10076.                         'x509cert' => $this->getEnv('resolve:SAML_VILLAGILE_IDP_X509CERT_RESOLVED'),
  10077.                     ],
  10078.                     'kadran' => [
  10079.                         'entityId' => $this->getEnv('resolve:SAML_KADRAN_IDP_ENTITY_ID_RESOLVED'),
  10080.                         'singleSignOnService' => [
  10081.                             'url' => $this->getEnv('resolve:SAML_KADRAN_IDP_SSO_URI_RESOLVED'),
  10082.                             'binding' => 'urn:oasis:names:tc:SAML:2.0:bindings:HTTP-Redirect',
  10083.                         ],
  10084.                         'singleLogoutService' => [
  10085.                             'url' => $this->getEnv('resolve:SAML_KADRAN_IDP_SLO_URI_RESOLVED'),
  10086.                             'binding' => 'urn:oasis:names:tc:SAML:2.0:bindings:HTTP-Redirect',
  10087.                         ],
  10088.                         'x509cert' => $this->getEnv('resolve:SAML_KADRAN_IDP_X509CERT_RESOLVED'),
  10089.                     ],
  10090.                     'decoset' => [
  10091.                         'entityId' => $this->getEnv('resolve:SAML_DECOSET_IDP_ENTITY_ID_RESOLVED'),
  10092.                         'singleSignOnService' => [
  10093.                             'url' => $this->getEnv('resolve:SAML_DECOSET_IDP_SSO_URI_RESOLVED'),
  10094.                             'binding' => 'urn:oasis:names:tc:SAML:2.0:bindings:HTTP-Redirect',
  10095.                         ],
  10096.                         'singleLogoutService' => [
  10097.                             'url' => $this->getEnv('resolve:SAML_DECOSET_IDP_SLO_URI_RESOLVED'),
  10098.                             'binding' => 'urn:oasis:names:tc:SAML:2.0:bindings:HTTP-Redirect',
  10099.                         ],
  10100.                         'x509cert' => $this->getEnv('resolve:SAML_DECOSET_IDP_X509CERT_RESOLVED'),
  10101.                     ],
  10102.                 ],
  10103.                 'sp' => [
  10104.                     'entityId' => $this->getEnv('string:resolve:PORTAL_API_HOST').'/saml/metadata',
  10105.                     'assertionConsumerService' => [
  10106.                         'url' => $this->getEnv('string:resolve:PORTAL_API_HOST').'/saml/acs',
  10107.                         'binding' => 'urn:oasis:names:tc:SAML:2.0:bindings:HTTP-POST',
  10108.                     ],
  10109.                     'singleLogoutService' => [
  10110.                         'url' => $this->getEnv('string:resolve:PORTAL_API_HOST').'/saml/logout',
  10111.                         'binding' => 'urn:oasis:names:tc:SAML:2.0:bindings:HTTP-Redirect',
  10112.                     ],
  10113.                     'x509cert' => $this->getEnv('resolve:SAML_SP_X509CERT_RESOLVED'),
  10114.                     'privateKey' => $this->getEnv('resolve:SAML_SP_PRIVATEKEY_RESOLVED'),
  10115.                 ],
  10116.                 'security' => [
  10117.                     'nameIdEncrypted' => false,
  10118.                     'authnRequestsSigned' => true,
  10119.                     'logoutRequestSigned' => true,
  10120.                     'logoutResponseSigned' => true,
  10121.                     'wantMessagesSigned' => true,
  10122.                     'wantAssertionsSigned' => true,
  10123.                     'wantNameIdEncrypted' => false,
  10124.                     'requestedAuthnContext' => false,
  10125.                     'signMetadata' => true,
  10126.                     'wantXMLValidation' => true,
  10127.                     'signatureAlgorithm' => 'http://www.w3.org/2001/04/xmldsig-more#rsa-sha256',
  10128.                     'destinationStrictlyMatches' => true,
  10129.                 ],
  10130.                 'organization' => [
  10131.                 ],
  10132.             ]; break;
  10133.             case 'lexik_jwt_authentication.pass_phrase'$value $this->getEnv('JWT_PASSPHRASE'); break;
  10134.             case 'nelmio_cors.defaults'$value = [
  10135.                 'allow_origin' => [
  10136.                     => $this->getEnv('CORS_ALLOW_ORIGIN'),
  10137.                 ],
  10138.                 'allow_credentials' => false,
  10139.                 'allow_headers' => [
  10140.                     => 'content-type',
  10141.                     => 'authorization',
  10142.                     => 'access-control-allow-origin',
  10143.                     => 'location',
  10144.                     => 'x-datadog-trace-id',
  10145.                     => 'x-datadog-parent-id',
  10146.                     => 'x-datadog-origin',
  10147.                     => 'x-datadog-sampling-priority',
  10148.                     => 'traceparent',
  10149.                     => 'b3',
  10150.                     10 => 'x-b3-traceid',
  10151.                     11 => 'x-b3-spanid',
  10152.                     12 => 'x-b3-sampled',
  10153.                 ],
  10154.                 'allow_private_network' => false,
  10155.                 'expose_headers' => [
  10156.                     => 'Link',
  10157.                     => 'x-pagination-total-count',
  10158.                     => 'x-pagination-page-count',
  10159.                     => 'x-pagination-current-page',
  10160.                     => 'x-pagination-per-page',
  10161.                     => 'Location',
  10162.                 ],
  10163.                 'allow_methods' => [
  10164.                     => 'GET',
  10165.                     => 'OPTIONS',
  10166.                     => 'POST',
  10167.                     => 'PUT',
  10168.                     => 'PATCH',
  10169.                     => 'DELETE',
  10170.                 ],
  10171.                 'max_age' => 3600,
  10172.                 'hosts' => [
  10173.                 ],
  10174.                 'origin_regex' => true,
  10175.                 'forced_allow_origin_value' => NULL,
  10176.                 'skip_same_as_origin' => true,
  10177.             ]; break;
  10178.             default: throw new InvalidArgumentException(sprintf('The dynamic parameter "%s" must be defined.'$name));
  10179.         }
  10180.         $this->loadedDynamicParameters[$name] = true;
  10181.         return $this->dynamicParameters[$name] = $value;
  10182.     }
  10183.     protected function getDefaultParameters(): array
  10184.     {
  10185.         return [
  10186.             'kernel.project_dir' => \dirname(__DIR__4),
  10187.             'kernel.environment' => 'int',
  10188.             'kernel.debug' => true,
  10189.             'kernel.logs_dir' => (\dirname(__DIR__3).'/log'),
  10190.             'kernel.bundles' => [
  10191.                 'FrameworkBundle' => 'Symfony\\Bundle\\FrameworkBundle\\FrameworkBundle',
  10192.                 'SecurityBundle' => 'Symfony\\Bundle\\SecurityBundle\\SecurityBundle',
  10193.                 'HslavichOneloginSamlBundle' => 'Hslavich\\OneloginSamlBundle\\HslavichOneloginSamlBundle',
  10194.                 'LexikJWTAuthenticationBundle' => 'Lexik\\Bundle\\JWTAuthenticationBundle\\LexikJWTAuthenticationBundle',
  10195.                 'NelmioApiDocBundle' => 'Nelmio\\ApiDocBundle\\NelmioApiDocBundle',
  10196.                 'NelmioCorsBundle' => 'Nelmio\\CorsBundle\\NelmioCorsBundle',
  10197.                 'TwigBundle' => 'Symfony\\Bundle\\TwigBundle\\TwigBundle',
  10198.                 'TwigExtraBundle' => 'Twig\\Extra\\TwigExtraBundle\\TwigExtraBundle',
  10199.                 'WebProfilerBundle' => 'Symfony\\Bundle\\WebProfilerBundle\\WebProfilerBundle',
  10200.                 'MonologBundle' => 'Symfony\\Bundle\\MonologBundle\\MonologBundle',
  10201.                 'SensioFrameworkExtraBundle' => 'Sensio\\Bundle\\FrameworkExtraBundle\\SensioFrameworkExtraBundle',
  10202.                 'VdmLibraryBundle' => 'Vdm\\Bundle\\LibraryBundle\\VdmLibraryBundle',
  10203.             ],
  10204.             'kernel.bundles_metadata' => [
  10205.                 'FrameworkBundle' => [
  10206.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle'),
  10207.                     'namespace' => 'Symfony\\Bundle\\FrameworkBundle',
  10208.                 ],
  10209.                 'SecurityBundle' => [
  10210.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/security-bundle'),
  10211.                     'namespace' => 'Symfony\\Bundle\\SecurityBundle',
  10212.                 ],
  10213.                 'HslavichOneloginSamlBundle' => [
  10214.                     'path' => (\dirname(__DIR__4).'/vendor/hslavich/oneloginsaml-bundle'),
  10215.                     'namespace' => 'Hslavich\\OneloginSamlBundle',
  10216.                 ],
  10217.                 'LexikJWTAuthenticationBundle' => [
  10218.                     'path' => (\dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle'),
  10219.                     'namespace' => 'Lexik\\Bundle\\JWTAuthenticationBundle',
  10220.                 ],
  10221.                 'NelmioApiDocBundle' => [
  10222.                     'path' => (\dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle'),
  10223.                     'namespace' => 'Nelmio\\ApiDocBundle',
  10224.                 ],
  10225.                 'NelmioCorsBundle' => [
  10226.                     'path' => (\dirname(__DIR__4).'/vendor/nelmio/cors-bundle'),
  10227.                     'namespace' => 'Nelmio\\CorsBundle',
  10228.                 ],
  10229.                 'TwigBundle' => [
  10230.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/twig-bundle'),
  10231.                     'namespace' => 'Symfony\\Bundle\\TwigBundle',
  10232.                 ],
  10233.                 'TwigExtraBundle' => [
  10234.                     'path' => (\dirname(__DIR__4).'/vendor/twig/extra-bundle'),
  10235.                     'namespace' => 'Twig\\Extra\\TwigExtraBundle',
  10236.                 ],
  10237.                 'WebProfilerBundle' => [
  10238.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle'),
  10239.                     'namespace' => 'Symfony\\Bundle\\WebProfilerBundle',
  10240.                 ],
  10241.                 'MonologBundle' => [
  10242.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/monolog-bundle'),
  10243.                     'namespace' => 'Symfony\\Bundle\\MonologBundle',
  10244.                 ],
  10245.                 'SensioFrameworkExtraBundle' => [
  10246.                     'path' => (\dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src'),
  10247.                     'namespace' => 'Sensio\\Bundle\\FrameworkExtraBundle',
  10248.                 ],
  10249.                 'VdmLibraryBundle' => [
  10250.                     'path' => (\dirname(__DIR__4).'/vendor/3slab/vdm-library-bundle'),
  10251.                     'namespace' => 'Vdm\\Bundle\\LibraryBundle',
  10252.                 ],
  10253.             ],
  10254.             'kernel.charset' => 'UTF-8',
  10255.             'kernel.container_class' => 'App_KernelIntDebugContainer',
  10256.             'container.dumper.inline_class_loader' => true,
  10257.             'container.dumper.inline_factories' => true,
  10258.             'env(SYMFONY_DATABASE_URL)' => '',
  10259.             'env(SAML_ID_HOST)' => '',
  10260.             'default_accept_language' => 'fr',
  10261.             'env(METABASE_HOST)' => 'http://localhost',
  10262.             'env(METABASE_API_KEY)' => '',
  10263.             'locale' => 'fr',
  10264.             'custom_idps' => NULL,
  10265.             'env(METABASE_USER_DEFAULT_PASSWORD)' => 'theD9mahchirohm1seichaosou2xaexirohy5aiM',
  10266.             'env(METABASE_FAKE_DATABASE_HOST)' => 'postgresql',
  10267.             'event_dispatcher.event_aliases' => [
  10268.                 'Symfony\\Component\\Console\\Event\\ConsoleCommandEvent' => 'console.command',
  10269.                 'Symfony\\Component\\Console\\Event\\ConsoleErrorEvent' => 'console.error',
  10270.                 'Symfony\\Component\\Console\\Event\\ConsoleSignalEvent' => 'console.signal',
  10271.                 'Symfony\\Component\\Console\\Event\\ConsoleTerminateEvent' => 'console.terminate',
  10272.                 'Symfony\\Component\\Form\\Event\\PreSubmitEvent' => 'form.pre_submit',
  10273.                 'Symfony\\Component\\Form\\Event\\SubmitEvent' => 'form.submit',
  10274.                 'Symfony\\Component\\Form\\Event\\PostSubmitEvent' => 'form.post_submit',
  10275.                 'Symfony\\Component\\Form\\Event\\PreSetDataEvent' => 'form.pre_set_data',
  10276.                 'Symfony\\Component\\Form\\Event\\PostSetDataEvent' => 'form.post_set_data',
  10277.                 'Symfony\\Component\\HttpKernel\\Event\\ControllerArgumentsEvent' => 'kernel.controller_arguments',
  10278.                 'Symfony\\Component\\HttpKernel\\Event\\ControllerEvent' => 'kernel.controller',
  10279.                 'Symfony\\Component\\HttpKernel\\Event\\ResponseEvent' => 'kernel.response',
  10280.                 'Symfony\\Component\\HttpKernel\\Event\\FinishRequestEvent' => 'kernel.finish_request',
  10281.                 'Symfony\\Component\\HttpKernel\\Event\\RequestEvent' => 'kernel.request',
  10282.                 'Symfony\\Component\\HttpKernel\\Event\\ViewEvent' => 'kernel.view',
  10283.                 'Symfony\\Component\\HttpKernel\\Event\\ExceptionEvent' => 'kernel.exception',
  10284.                 'Symfony\\Component\\HttpKernel\\Event\\TerminateEvent' => 'kernel.terminate',
  10285.                 'Symfony\\Component\\Security\\Core\\Event\\AuthenticationSuccessEvent' => 'security.authentication.success',
  10286.                 'Symfony\\Component\\Security\\Core\\Event\\AuthenticationFailureEvent' => 'security.authentication.failure',
  10287.                 'Symfony\\Component\\Security\\Http\\Event\\InteractiveLoginEvent' => 'security.interactive_login',
  10288.                 'Symfony\\Component\\Security\\Http\\Event\\SwitchUserEvent' => 'security.switch_user',
  10289.             ],
  10290.             'fragment.renderer.hinclude.global_template' => NULL,
  10291.             'fragment.path' => '/_fragment',
  10292.             'kernel.http_method_override' => true,
  10293.             'kernel.trusted_hosts' => [
  10294.             ],
  10295.             'kernel.default_locale' => 'en',
  10296.             'kernel.enabled_locales' => [
  10297.             ],
  10298.             'kernel.error_controller' => 'error_controller',
  10299.             'debug.file_link_format' => NULL,
  10300.             'asset.request_context.base_path' => NULL,
  10301.             'asset.request_context.secure' => NULL,
  10302.             'translator.logging' => false,
  10303.             'translator.default_path' => (\dirname(__DIR__4).'/translations'),
  10304.             'debug.error_handler.throw_at' => -1,
  10305.             'router.request_context.host' => 'localhost',
  10306.             'router.request_context.scheme' => 'http',
  10307.             'router.request_context.base_url' => '',
  10308.             'router.resource' => 'kernel::loadRoutes',
  10309.             'request_listener.http_port' => 80,
  10310.             'request_listener.https_port' => 443,
  10311.             'session.metadata.storage_key' => '_sf2_meta',
  10312.             'session.storage.options' => [
  10313.                 'cache_limiter' => '0',
  10314.                 'cookie_secure' => 'auto',
  10315.                 'cookie_httponly' => true,
  10316.                 'cookie_samesite' => 'lax',
  10317.                 'gc_probability' => 1,
  10318.             ],
  10319.             'session.metadata.update_threshold' => 0,
  10320.             'form.type_extension.csrf.enabled' => false,
  10321.             'validator.translation_domain' => 'validators',
  10322.             'profiler_listener.only_exceptions' => false,
  10323.             'profiler_listener.only_main_requests' => false,
  10324.             'security.role_hierarchy.roles' => [
  10325.             ],
  10326.             'security.access.denied_url' => NULL,
  10327.             'security.authentication.manager.erase_credentials' => true,
  10328.             'security.authentication.session_strategy.strategy' => 'migrate',
  10329.             'security.access.always_authenticate_before_granting' => false,
  10330.             'security.authentication.hide_user_not_found' => true,
  10331.             'security.firewalls' => [
  10332.                 => 'dev',
  10333.                 => 'apidoc',
  10334.                 => 'apipublic',
  10335.                 => 'api',
  10336.                 => 'external_app_connect',
  10337.                 => 'main',
  10338.             ],
  10339.             'security.api._indexed_authenticators' => [
  10340.             ],
  10341.             'security.external_app_connect._indexed_authenticators' => [
  10342.             ],
  10343.             'security.main._indexed_authenticators' => [
  10344.             ],
  10345.             'lexik_jwt_authentication.token_ttl' => 2628000,
  10346.             'lexik_jwt_authentication.clock_skew' => 0,
  10347.             'lexik_jwt_authentication.user_identity_field' => 'username',
  10348.             'lexik_jwt_authentication.allow_no_expiration' => false,
  10349.             'lexik_jwt_authentication.user_id_claim' => 'username',
  10350.             'lexik_jwt_authentication.encoder.signature_algorithm' => 'RS256',
  10351.             'lexik_jwt_authentication.encoder.crypto_engine' => 'openssl',
  10352.             'nelmio_api_doc.areas' => [
  10353.                 => 'default',
  10354.             ],
  10355.             'nelmio_cors.map' => [
  10356.                 '^/' => [
  10357.                 ],
  10358.             ],
  10359.             'nelmio_cors.cors_listener.class' => 'Nelmio\\CorsBundle\\EventListener\\CorsListener',
  10360.             'nelmio_cors.options_resolver.class' => 'Nelmio\\CorsBundle\\Options\\Resolver',
  10361.             'nelmio_cors.options_provider.config.class' => 'Nelmio\\CorsBundle\\Options\\ConfigProvider',
  10362.             'twig.form.resources' => [
  10363.                 => 'form_div_layout.html.twig',
  10364.             ],
  10365.             'twig.default_path' => (\dirname(__DIR__4).'/templates'),
  10366.             'web_profiler.debug_toolbar.intercept_redirects' => false,
  10367.             'web_profiler.debug_toolbar.mode' => 2,
  10368.             'monolog.use_microseconds' => true,
  10369.             'monolog.swift_mailer.handlers' => [
  10370.             ],
  10371.             'monolog.handlers_to_channels' => [
  10372.                 'monolog.handler.deprecation' => [
  10373.                     'type' => 'inclusive',
  10374.                     'elements' => [
  10375.                         => 'deprecation',
  10376.                     ],
  10377.                 ],
  10378.                 'monolog.handler.php_errors' => [
  10379.                     'type' => 'inclusive',
  10380.                     'elements' => [
  10381.                         => 'php',
  10382.                     ],
  10383.                 ],
  10384.                 'monolog.handler.stderr_errors' => NULL,
  10385.                 'monolog.handler.stdout_info' => [
  10386.                     'type' => 'exclusive',
  10387.                     'elements' => [
  10388.                         => 'event',
  10389.                         => 'doctrine',
  10390.                         => 'deprecation',
  10391.                         => 'php',
  10392.                         => 'console',
  10393.                     ],
  10394.                 ],
  10395.             ],
  10396.             'vdm_library.app_name' => 'default',
  10397.             'vdm_library.print_msg' => false,
  10398.             'vdm_library.stop_on_error' => false,
  10399.             'vdm_library.monitoring_type' => 'null',
  10400.             'vdm_library.monitoring_options' => [
  10401.             ],
  10402.             'data_collector.templates' => [
  10403.                 'data_collector.request' => [
  10404.                     => 'request',
  10405.                     => '@WebProfiler/Collector/request.html.twig',
  10406.                 ],
  10407.                 'data_collector.time' => [
  10408.                     => 'time',
  10409.                     => '@WebProfiler/Collector/time.html.twig',
  10410.                 ],
  10411.                 'data_collector.memory' => [
  10412.                     => 'memory',
  10413.                     => '@WebProfiler/Collector/memory.html.twig',
  10414.                 ],
  10415.                 'data_collector.validator' => [
  10416.                     => 'validator',
  10417.                     => '@WebProfiler/Collector/validator.html.twig',
  10418.                 ],
  10419.                 'data_collector.ajax' => [
  10420.                     => 'ajax',
  10421.                     => '@WebProfiler/Collector/ajax.html.twig',
  10422.                 ],
  10423.                 'data_collector.form' => [
  10424.                     => 'form',
  10425.                     => '@WebProfiler/Collector/form.html.twig',
  10426.                 ],
  10427.                 'data_collector.exception' => [
  10428.                     => 'exception',
  10429.                     => '@WebProfiler/Collector/exception.html.twig',
  10430.                 ],
  10431.                 'data_collector.logger' => [
  10432.                     => 'logger',
  10433.                     => '@WebProfiler/Collector/logger.html.twig',
  10434.                 ],
  10435.                 'data_collector.events' => [
  10436.                     => 'events',
  10437.                     => '@WebProfiler/Collector/events.html.twig',
  10438.                 ],
  10439.                 'data_collector.router' => [
  10440.                     => 'router',
  10441.                     => '@WebProfiler/Collector/router.html.twig',
  10442.                 ],
  10443.                 'data_collector.cache' => [
  10444.                     => 'cache',
  10445.                     => '@WebProfiler/Collector/cache.html.twig',
  10446.                 ],
  10447.                 'data_collector.translation' => [
  10448.                     => 'translation',
  10449.                     => '@WebProfiler/Collector/translation.html.twig',
  10450.                 ],
  10451.                 'data_collector.security' => [
  10452.                     => 'security',
  10453.                     => '@Security/Collector/security.html.twig',
  10454.                 ],
  10455.                 'data_collector.twig' => [
  10456.                     => 'twig',
  10457.                     => '@WebProfiler/Collector/twig.html.twig',
  10458.                 ],
  10459.                 'data_collector.http_client' => [
  10460.                     => 'http_client',
  10461.                     => '@WebProfiler/Collector/http_client.html.twig',
  10462.                 ],
  10463.                 'data_collector.messenger' => [
  10464.                     => 'messenger',
  10465.                     => '@WebProfiler/Collector/messenger.html.twig',
  10466.                 ],
  10467.                 'mailer.data_collector' => [
  10468.                     => 'mailer',
  10469.                     => '@WebProfiler/Collector/mailer.html.twig',
  10470.                 ],
  10471.                 'data_collector.config' => [
  10472.                     => 'config',
  10473.                     => '@WebProfiler/Collector/config.html.twig',
  10474.                 ],
  10475.             ],
  10476.             'console.command.ids' => [
  10477.             ],
  10478.         ];
  10479.     }
  10480.     protected function throw($message)
  10481.     {
  10482.         throw new RuntimeException($message);
  10483.     }
  10484. }