var/cache/dev/ContainerEsUmxxv/srcApp_KernelDevDebugContainer.php line 7210

Open in your IDE?
  1. <?php
  2. namespace ContainerEsUmxxv;
  3. use Symfony\Component\DependencyInjection\Argument\RewindableGenerator;
  4. use Symfony\Component\DependencyInjection\ContainerInterface;
  5. use Symfony\Component\DependencyInjection\Container;
  6. use Symfony\Component\DependencyInjection\Exception\InvalidArgumentException;
  7. use Symfony\Component\DependencyInjection\Exception\LogicException;
  8. use Symfony\Component\DependencyInjection\Exception\RuntimeException;
  9. use Symfony\Component\DependencyInjection\ParameterBag\FrozenParameterBag;
  10. use Symfony\Component\DependencyInjection\ParameterBag\ParameterBagInterface;
  11. /**
  12.  * This class has been auto-generated
  13.  * by the Symfony Dependency Injection Component.
  14.  *
  15.  * @final
  16.  */
  17. class srcApp_KernelDevDebugContainer extends Container
  18. {
  19.     private $buildParameters;
  20.     private $containerDir;
  21.     private $targetDir;
  22.     private $parameters = [];
  23.     private $getService;
  24.     public function __construct(array $buildParameters = [], $containerDir __DIR__)
  25.     {
  26.         $this->getService = \Closure::fromCallable([$this'getService']);
  27.         $this->buildParameters $buildParameters;
  28.         $this->containerDir $containerDir;
  29.         $this->targetDir = \dirname($containerDir);
  30.         $this->parameters $this->getDefaultParameters();
  31.         $this->services $this->privates = [];
  32.         $this->syntheticIds = [
  33.             'kernel' => true,
  34.         ];
  35.         $this->methodMap = [
  36.             'App\\FHI360\\Access\\Exchange\\Controller\\ConfirmNomineeController' => 'getConfirmNomineeControllerService',
  37.             'App\\FHI360\\Access\\Exchange\\Controller\\DashboardController' => 'getDashboardControllerService',
  38.             'App\\FHI360\\Access\\Exchange\\Controller\\DocumentUploadController' => 'getDocumentUploadControllerService',
  39.             'App\\FHI360\\Access\\Exchange\\Controller\\ErrorController' => 'getErrorControllerService',
  40.             'App\\FHI360\\Access\\Exchange\\Controller\\FaqController' => 'getFaqControllerService',
  41.             'App\\FHI360\\Access\\Exchange\\Controller\\HelpDeskController' => 'getHelpDeskControllerService',
  42.             'App\\FHI360\\Access\\Exchange\\Controller\\ParticipantInformationController' => 'getParticipantInformationControllerService',
  43.             'App\\FHI360\\Access\\Exchange\\Controller\\PassportInformationController' => 'getPassportInformationControllerService',
  44.             'App\\FHI360\\Access\\Exchange\\Controller\\RegisterParticipantController' => 'getRegisterParticipantControllerService',
  45.             'App\\FHI360\\Access\\Exchange\\Controller\\SecurityController' => 'getSecurityControllerService',
  46.             'App\\FHI360\\Access\\Exchange\\Controller\\SignatureDocumentsController' => 'getSignatureDocumentsControllerService',
  47.             'App\\FHI360\\Access\\Exchange\\Controller\\VerifyLoginTokenController' => 'getVerifyLoginTokenControllerService',
  48.             'App\\FHI360\\Access\\Exchange\\Controller\\VideosController' => 'getVideosControllerService',
  49.             'App\\FHI360\\Access\\Map\\Controller\\DefaultController' => 'getDefaultControllerService',
  50.             'App\\FHI360\\Access\\Portal\\Controller\\AbstractAppController' => 'getAbstractAppControllerService',
  51.             'App\\FHI360\\Access\\Portal\\Controller\\AgreementSetupDashboardController' => 'getAgreementSetupDashboardControllerService',
  52.             'App\\FHI360\\Access\\Portal\\Controller\\AlertsController' => 'getAlertsControllerService',
  53.             'App\\FHI360\\Access\\Portal\\Controller\\Api\\v1\\AccessPermissions' => 'getAccessPermissionsService',
  54.             'App\\FHI360\\Access\\Portal\\Controller\\Api\\v1\\SendgridActivity' => 'getSendgridActivityService',
  55.             'App\\FHI360\\Access\\Portal\\Controller\\Api\\v1\\SiteVisits' => 'getSiteVisitsService',
  56.             'App\\FHI360\\Access\\Portal\\Controller\\BrowserController' => 'getBrowserControllerService',
  57.             'App\\FHI360\\Access\\Portal\\Controller\\CloseOutFormController' => 'getCloseOutFormControllerService',
  58.             'App\\FHI360\\Access\\Portal\\Controller\\CountryAllocationController' => 'getCountryAllocationControllerService',
  59.             'App\\FHI360\\Access\\Portal\\Controller\\DashboardController' => 'getDashboardController2Service',
  60.             'App\\FHI360\\Access\\Portal\\Controller\\DataCollectionController' => 'getDataCollectionControllerService',
  61.             'App\\FHI360\\Access\\Portal\\Controller\\DefaultController' => 'getDefaultController2Service',
  62.             'App\\FHI360\\Access\\Portal\\Controller\\DisbursementController' => 'getDisbursementControllerService',
  63.             'App\\FHI360\\Access\\Portal\\Controller\\DocumentsController' => 'getDocumentsControllerService',
  64.             'App\\FHI360\\Access\\Portal\\Controller\\EnrollmentFormDashboardController' => 'getEnrollmentFormDashboardControllerService',
  65.             'App\\FHI360\\Access\\Portal\\Controller\\ExchangesController' => 'getExchangesControllerService',
  66.             'App\\FHI360\\Access\\Portal\\Controller\\FormController' => 'getFormControllerService',
  67.             'App\\FHI360\\Access\\Portal\\Controller\\GeneralController' => 'getGeneralControllerService',
  68.             'App\\FHI360\\Access\\Portal\\Controller\\HelpController' => 'getHelpControllerService',
  69.             'App\\FHI360\\Access\\Portal\\Controller\\HivebriteAuthController' => 'getHivebriteAuthControllerService',
  70.             'App\\FHI360\\Access\\Portal\\Controller\\InstructionController' => 'getInstructionControllerService',
  71.             'App\\FHI360\\Access\\Portal\\Controller\\JiraController' => 'getJiraControllerService',
  72.             'App\\FHI360\\Access\\Portal\\Controller\\KReportsController' => 'getKReportsControllerService',
  73.             'App\\FHI360\\Access\\Portal\\Controller\\NewsController' => 'getNewsControllerService',
  74.             'App\\FHI360\\Access\\Portal\\Controller\\NotificationController' => 'getNotificationControllerService',
  75.             'App\\FHI360\\Access\\Portal\\Controller\\NotificationsController' => 'getNotificationsControllerService',
  76.             'App\\FHI360\\Access\\Portal\\Controller\\OtherWebsitesController' => 'getOtherWebsitesControllerService',
  77.             'App\\FHI360\\Access\\Portal\\Controller\\PortfolioFormController' => 'getPortfolioFormControllerService',
  78.             'App\\FHI360\\Access\\Portal\\Controller\\PostHandbookController' => 'getPostHandbookControllerService',
  79.             'App\\FHI360\\Access\\Portal\\Controller\\ProgramDashboardController' => 'getProgramDashboardControllerService',
  80.             'App\\FHI360\\Access\\Portal\\Controller\\ProposalDashboardController' => 'getProposalDashboardControllerService',
  81.             'App\\FHI360\\Access\\Portal\\Controller\\ProposalFormController' => 'getProposalFormControllerService',
  82.             'App\\FHI360\\Access\\Portal\\Controller\\ProposalMaintenanceController' => 'getProposalMaintenanceControllerService',
  83.             'App\\FHI360\\Access\\Portal\\Controller\\ProposalRequestFormController' => 'getProposalRequestFormControllerService',
  84.             'App\\FHI360\\Access\\Portal\\Controller\\ProviderController' => 'getProviderControllerService',
  85.             'App\\FHI360\\Access\\Portal\\Controller\\ReportDashboardController' => 'getReportDashboardControllerService',
  86.             'App\\FHI360\\Access\\Portal\\Controller\\ReportFormController' => 'getReportFormControllerService',
  87.             'App\\FHI360\\Access\\Portal\\Controller\\ReportUploadController' => 'getReportUploadControllerService',
  88.             'App\\FHI360\\Access\\Portal\\Controller\\ReportingController' => 'getReportingControllerService',
  89.             'App\\FHI360\\Access\\Portal\\Controller\\SPAbstractAppController' => 'getSPAbstractAppControllerService',
  90.             'App\\FHI360\\Access\\Portal\\Controller\\ScriptsMonitorController' => 'getScriptsMonitorControllerService',
  91.             'App\\FHI360\\Access\\Portal\\Controller\\SecurityController' => 'getSecurityController2Service',
  92.             'App\\FHI360\\Access\\Portal\\Controller\\SendgridActivityController' => 'getSendgridActivityControllerService',
  93.             'App\\FHI360\\Access\\Portal\\Controller\\SettingsController' => 'getSettingsControllerService',
  94.             'App\\FHI360\\Access\\Portal\\Controller\\SiteLocatorController' => 'getSiteLocatorControllerService',
  95.             'App\\FHI360\\Access\\Portal\\Controller\\SiteVisitFormController' => 'getSiteVisitFormControllerService',
  96.             'App\\FHI360\\Access\\Portal\\Controller\\StrategicPlanFormController' => 'getStrategicPlanFormControllerService',
  97.             'App\\FHI360\\Access\\Portal\\Controller\\StrategicPlansController' => 'getStrategicPlansControllerService',
  98.             'App\\FHI360\\Access\\Portal\\Controller\\SystemTourController' => 'getSystemTourControllerService',
  99.             'App\\FHI360\\Access\\Portal\\Controller\\TechnicalGuidesController' => 'getTechnicalGuidesControllerService',
  100.             'App\\FHI360\\Access\\Portal\\Controller\\TestProductionEmail' => 'getTestProductionEmailService',
  101.             'App\\FHI360\\Access\\Portal\\Controller\\TestingController' => 'getTestingControllerService',
  102.             'App\\FHI360\\Access\\Portal\\Controller\\TrainingController' => 'getTrainingControllerService',
  103.             'App\\FHI360\\Access\\Portal\\Controller\\UpdateLaborRatesController' => 'getUpdateLaborRatesControllerService',
  104.             'App\\FHI360\\Access\\Portal\\Controller\\UserManagementController' => 'getUserManagementControllerService',
  105.             'App\\FHI360\\Access\\Portal\\Controller\\UserPreferenceController' => 'getUserPreferenceControllerService',
  106.             'App\\FHI360\\Access\\Portal\\Controller\\UserProfileController' => 'getUserProfileControllerService',
  107.             'App\\FHI360\\Access\\Portal\\Controller\\VerifyAuthTokenController' => 'getVerifyAuthTokenControllerService',
  108.             'App\\FHI360\\Access\\Portal\\Controller\\VideosController' => 'getVideosController2Service',
  109.             'Doctrine\\Bundle\\DoctrineBundle\\Controller\\ProfilerController' => 'getProfilerControllerService',
  110.             'Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController' => 'getRedirectControllerService',
  111.             'Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController' => 'getTemplateControllerService',
  112.             'access_service' => 'getAccessServiceService',
  113.             'cache.app' => 'getCache_AppService',
  114.             'cache.app_clearer' => 'getCache_AppClearerService',
  115.             'cache.global_clearer' => 'getCache_GlobalClearerService',
  116.             'cache.system' => 'getCache_SystemService',
  117.             'cache.system_clearer' => 'getCache_SystemClearerService',
  118.             'cache_clearer' => 'getCacheClearerService',
  119.             'cache_warmer' => 'getCacheWarmerService',
  120.             'console.command.public_alias.script_rename_payments' => 'getConsole_Command_PublicAlias_ScriptRenamePaymentsService',
  121.             'console.command.public_alias.script_rename_reports' => 'getConsole_Command_PublicAlias_ScriptRenameReportsService',
  122.             'console.command.public_alias.test_cli_db_setup' => 'getConsole_Command_PublicAlias_TestCliDbSetupService',
  123.             'console.command.public_alias.test_cli_queue' => 'getConsole_Command_PublicAlias_TestCliQueueService',
  124.             'console.command.public_alias.test_cli_queue_reset' => 'getConsole_Command_PublicAlias_TestCliQueueResetService',
  125.             'console.command.public_alias.test_cli_run' => 'getConsole_Command_PublicAlias_TestCliRunService',
  126.             'console.command_loader' => 'getConsole_CommandLoaderService',
  127.             'container.env_var_processors_locator' => 'getContainer_EnvVarProcessorsLocatorService',
  128.             'data_collector.dump' => 'getDataCollector_DumpService',
  129.             'doctrine' => 'getDoctrineService',
  130.             'doctrine.dbal.default_connection' => 'getDoctrine_Dbal_DefaultConnectionService',
  131.             'doctrine.dbal.suitecrm_connection' => 'getDoctrine_Dbal_SuitecrmConnectionService',
  132.             'doctrine.orm.default_entity_manager' => 'getDoctrine_Orm_DefaultEntityManagerService',
  133.             'doctrine.orm.suitecrm_entity_manager' => 'getDoctrine_Orm_SuitecrmEntityManagerService',
  134.             'error_controller' => 'getErrorController2Service',
  135.             'event_dispatcher' => 'getEventDispatcherService',
  136.             'exchange_utils' => 'getExchangeUtilsService',
  137.             'filesystem' => 'getFilesystemService',
  138.             'form' => 'getFormService',
  139.             'form.factory' => 'getForm_FactoryService',
  140.             'form.type.file' => 'getForm_Type_FileService',
  141.             'http_kernel' => 'getHttpKernelService',
  142.             'maintanence_listener' => 'getMaintanenceListenerService',
  143.             'post_repository' => 'getPostRepositoryService',
  144.             'profiler' => 'getProfilerService',
  145.             'proposal_draft_repository' => 'getProposalDraftRepositoryService',
  146.             'proposal_log_repository' => 'getProposalLogRepositoryService',
  147.             'proposal_repository' => 'getProposalRepositoryService',
  148.             'proposal_status_repository' => 'getProposalStatusRepositoryService',
  149.             'provider_repository' => 'getProviderRepositoryService',
  150.             'repository' => 'getRepositoryService',
  151.             'request_listener' => 'getRequestListenerService',
  152.             'request_stack' => 'getRequestStackService',
  153.             'router' => 'getRouterService',
  154.             'routing.loader' => 'getRouting_LoaderService',
  155.             'security.authentication_utils' => 'getSecurity_AuthenticationUtilsService',
  156.             'security.authorization_checker' => 'getSecurity_AuthorizationCheckerService',
  157.             'security.csrf.token_manager' => 'getSecurity_Csrf_TokenManagerService',
  158.             'security.password_encoder' => 'getSecurity_PasswordEncoderService',
  159.             'security.token_storage' => 'getSecurity_TokenStorageService',
  160.             'send_email' => 'getSendEmailService',
  161.             'services_resetter' => 'getServicesResetterService',
  162.             'session' => 'getSessionService',
  163.             'strategic_plan_repository' => 'getStrategicPlanRepositoryService',
  164.             'strategic_plan_utils' => 'getStrategicPlanUtilsService',
  165.             'suite_api' => 'getSuiteApiService',
  166.             'suite_numbers' => 'getSuiteNumbersService',
  167.             'suite_utils' => 'getSuiteUtilsService',
  168.             'survey_utils' => 'getSurveyUtilsService',
  169.             'templating' => 'getTemplatingService',
  170.             'templating.loader' => 'getTemplating_LoaderService',
  171.             'translator' => 'getTranslatorService',
  172.             'twig' => 'getTwigService',
  173.             'twig.controller.exception' => 'getTwig_Controller_ExceptionService',
  174.             'twig.controller.preview_error' => 'getTwig_Controller_PreviewErrorService',
  175.             'user_repository' => 'getUserRepositoryService',
  176.             'validator' => 'getValidatorService',
  177.             'var_dumper.cloner' => 'getVarDumper_ClonerService',
  178.             'web_profiler.controller.exception' => 'getWebProfiler_Controller_ExceptionService',
  179.             'web_profiler.controller.exception_panel' => 'getWebProfiler_Controller_ExceptionPanelService',
  180.             'web_profiler.controller.profiler' => 'getWebProfiler_Controller_ProfilerService',
  181.             'web_profiler.controller.router' => 'getWebProfiler_Controller_RouterService',
  182.         ];
  183.         $this->aliases = [
  184.             'database_connection' => 'doctrine.dbal.default_connection',
  185.             'doctrine.orm.entity_manager' => 'doctrine.orm.default_entity_manager',
  186.         ];
  187.         $this->privates['service_container'] = function () {
  188.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/HttpKernelInterface.php';
  189.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/KernelInterface.php';
  190.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/RebootableInterface.php';
  191.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/TerminableInterface.php';
  192.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Kernel.php';
  193.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Kernel/MicroKernelTrait.php';
  194.             include_once \dirname(__DIR__4).'/src/Kernel.php';
  195.             include_once \dirname(__DIR__4).'/src/EventListener/RequestListener.php';
  196.             include_once \dirname(__DIR__4).'/src/EventListener/MaintenanceListener.php';
  197.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerNameParser.php';
  198.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/ControllerMetadata/ArgumentMetadataFactoryInterface.php';
  199.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/ControllerMetadata/ArgumentMetadataFactory.php';
  200.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/EventSubscriberInterface.php';
  201.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ResponseListener.php';
  202.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/StreamedResponseListener.php';
  203.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/LocaleListener.php';
  204.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ValidateRequestListener.php';
  205.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/EventListener/ResolveControllerNameSubscriber.php';
  206.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/DisallowRobotsIndexingListener.php';
  207.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ErrorListener.php';
  208.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/HttpKernel.php';
  209.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ControllerResolverInterface.php';
  210.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/TraceableControllerResolver.php';
  211.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ControllerResolver.php';
  212.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php';
  213.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerResolver.php';
  214.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolverInterface.php';
  215.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/TraceableArgumentResolver.php';
  216.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver.php';
  217.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/RequestStack.php';
  218.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/UriSigner.php';
  219.             include_once \dirname(__DIR__4).'/vendor/symfony/config/ConfigCacheFactoryInterface.php';
  220.             include_once \dirname(__DIR__4).'/vendor/symfony/config/ResourceCheckerConfigCacheFactory.php';
  221.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/LocaleAwareListener.php';
  222.             include_once \dirname(__DIR__4).'/vendor/psr/cache/src/CacheItemPoolInterface.php';
  223.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/AdapterInterface.php';
  224.             include_once \dirname(__DIR__4).'/vendor/symfony/cache-contracts/CacheInterface.php';
  225.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/PruneableInterface.php';
  226.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ResetInterface.php';
  227.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/ResettableInterface.php';
  228.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/TraceableAdapter.php';
  229.             include_once \dirname(__DIR__4).'/vendor/psr/log/Psr/Log/LoggerAwareInterface.php';
  230.             include_once \dirname(__DIR__4).'/vendor/psr/log/Psr/Log/LoggerAwareTrait.php';
  231.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/AbstractTrait.php';
  232.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/AbstractAdapterTrait.php';
  233.             include_once \dirname(__DIR__4).'/vendor/symfony/cache-contracts/CacheTrait.php';
  234.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/ContractsTrait.php';
  235.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/AbstractAdapter.php';
  236.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/FilesystemCommonTrait.php';
  237.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/FilesystemTrait.php';
  238.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/FilesystemAdapter.php';
  239.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Marshaller/MarshallerInterface.php';
  240.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Marshaller/DefaultMarshaller.php';
  241.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/AbstractSessionListener.php';
  242.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/SessionListener.php';
  243.             include_once \dirname(__DIR__4).'/vendor/psr/container/src/ContainerInterface.php';
  244.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ServiceProviderInterface.php';
  245.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ServiceLocatorTrait.php';
  246.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ServiceLocator.php';
  247.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Packages.php';
  248.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/PackageInterface.php';
  249.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Package.php';
  250.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/PathPackage.php';
  251.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/VersionStrategy/VersionStrategyInterface.php';
  252.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/VersionStrategy/JsonManifestVersionStrategy.php';
  253.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Context/ContextInterface.php';
  254.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Context/RequestStackContext.php';
  255.             include_once \dirname(__DIR__4).'/vendor/symfony/mailer/EventListener/MessageLoggerListener.php';
  256.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ValidatorBuilderInterface.php';
  257.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ValidatorBuilder.php';
  258.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Validation.php';
  259.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorFactoryInterface.php';
  260.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ContainerConstraintValidatorFactory.php';
  261.             include_once \dirname(__DIR__4).'/vendor/symfony/translation-contracts/LocaleAwareInterface.php';
  262.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/TranslatorInterface.php';
  263.             include_once \dirname(__DIR__4).'/vendor/symfony/translation-contracts/TranslatorInterface.php';
  264.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Util/LegacyTranslatorProxy.php';
  265.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ObjectInitializerInterface.php';
  266.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Validator/DoctrineInitializer.php';
  267.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Loader/LoaderInterface.php';
  268.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Loader/AutoMappingTrait.php';
  269.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Loader/PropertyInfoLoader.php';
  270.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyTypeExtractorInterface.php';
  271.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyDescriptionExtractorInterface.php';
  272.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyAccessExtractorInterface.php';
  273.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyListExtractorInterface.php';
  274.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyInfoExtractorInterface.php';
  275.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyInitializableExtractorInterface.php';
  276.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyInfoExtractor.php';
  277.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Validator/DoctrineLoader.php';
  278.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/FragmentListener.php';
  279.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/TranslatorBagInterface.php';
  280.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Translator.php';
  281.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/WarmableInterface.php';
  282.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Translation/Translator.php';
  283.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/MessageFormatterInterface.php';
  284.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/IntlFormatterInterface.php';
  285.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/ChoiceMessageFormatterInterface.php';
  286.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/MessageFormatter.php';
  287.             include_once \dirname(__DIR__4).'/vendor/symfony/translation-contracts/TranslatorTrait.php';
  288.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/IdentityTranslator.php';
  289.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/Profiler.php';
  290.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/ProfilerStorageInterface.php';
  291.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php';
  292.             include_once \dirname(__DIR__4).'/vendor/psr/log/Psr/Log/LoggerInterface.php';
  293.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/ResettableInterface.php';
  294.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Logger.php';
  295.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Log/DebugLoggerInterface.php';
  296.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Logger.php';
  297.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/DataCollectorInterface.php';
  298.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/DataCollector.php';
  299.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/LateDataCollectorInterface.php';
  300.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/TimeDataCollector.php';
  301.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/MemoryDataCollector.php';
  302.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/DataCollector/ValidatorDataCollector.php';
  303.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/AjaxDataCollector.php';
  304.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/ExceptionDataCollector.php';
  305.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/LoggerDataCollector.php';
  306.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/EventDataCollector.php';
  307.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/DataCollector/CacheDataCollector.php';
  308.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/DataCollector/TranslationDataCollector.php';
  309.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/DataCollector/SecurityDataCollector.php';
  310.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/DataCollector/TwigDataCollector.php';
  311.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/DataCollector/DoctrineDataCollector.php';
  312.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/DataCollector/DoctrineDataCollector.php';
  313.             include_once \dirname(__DIR__4).'/vendor/symfony/mailer/DataCollector/MessageDataCollector.php';
  314.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/ConfigDataCollector.php';
  315.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ProfilerListener.php';
  316.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php';
  317.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/RouterDataCollector.php';
  318.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/DataCollector/RouterDataCollector.php';
  319.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataCollectorInterface.php';
  320.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataCollector.php';
  321.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataExtractorInterface.php';
  322.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataExtractor.php';
  323.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/DebugHandlersListener.php';
  324.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Debug/FileLinkFormatter.php';
  325.             include_once \dirname(__DIR__4).'/vendor/symfony/stopwatch/Stopwatch.php';
  326.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Processor/DebugProcessor.php';
  327.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RequestContext.php';
  328.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/RouterListener.php';
  329.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/Reader.php';
  330.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationReader.php';
  331.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationRegistry.php';
  332.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/PsrCachedReader.php';
  333.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/ProxyTrait.php';
  334.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/PhpArrayTrait.php';
  335.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/PhpArrayAdapter.php';
  336.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Environment.php';
  337.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Loader/LoaderInterface.php';
  338.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Loader/ExistsLoaderInterface.php';
  339.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Loader/SourceContextLoaderInterface.php';
  340.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Loader/FilesystemLoader.php';
  341.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bundle/Loader/FilesystemLoader.php';
  342.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/ExtensionInterface.php';
  343.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/AbstractExtension.php';
  344.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/CsrfExtension.php';
  345.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/ProfilerExtension.php';
  346.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/ProfilerExtension.php';
  347.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/TranslationExtension.php';
  348.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/AssetExtension.php';
  349.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/CodeExtension.php';
  350.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/RoutingExtension.php';
  351.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/YamlExtension.php';
  352.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/StopwatchExtension.php';
  353.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/HttpKernelExtension.php';
  354.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/HttpFoundationExtension.php';
  355.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/UrlHelper.php';
  356.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/FormExtension.php';
  357.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/LogoutUrlExtension.php';
  358.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/SecurityExtension.php';
  359.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/DumpExtension.php';
  360.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Twig/DoctrineExtension.php';
  361.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Twig/WebProfilerExtension.php';
  362.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/DataDumperInterface.php';
  363.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/DumperInterface.php';
  364.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/AbstractDumper.php';
  365.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/CliDumper.php';
  366.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/HtmlDumper.php';
  367.             include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/Twig/EntryFilesTwigExtension.php';
  368.             include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/Twig/StimulusTwigExtension.php';
  369.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/AppVariable.php';
  370.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/RuntimeLoader/RuntimeLoaderInterface.php';
  371.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/RuntimeLoader/ContainerRuntimeLoader.php';
  372.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bundle/DependencyInjection/Configurator/EnvironmentConfigurator.php';
  373.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Profiler/Profile.php';
  374.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AuthorizationCheckerInterface.php';
  375.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AuthorizationChecker.php';
  376.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Token/Storage/TokenStorageInterface.php';
  377.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ServiceSubscriberInterface.php';
  378.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Token/Storage/UsageTrackingTokenStorage.php';
  379.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Token/Storage/TokenStorage.php';
  380.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/AuthenticationManagerInterface.php';
  381.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/AuthenticationProviderManager.php';
  382.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/AuthenticationTrustResolverInterface.php';
  383.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/AuthenticationTrustResolver.php';
  384.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Role/RoleHierarchyInterface.php';
  385.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Role/RoleHierarchy.php';
  386.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/FirewallMapInterface.php';
  387.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallMap.php';
  388.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Logout/LogoutUrlGenerator.php';
  389.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/RememberMe/ResponseListener.php';
  390.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AccessDecisionManagerInterface.php';
  391.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/TraceableAccessDecisionManager.php';
  392.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AccessDecisionManager.php';
  393.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall.php';
  394.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/EventListener/FirewallListener.php';
  395.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php';
  396.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/ControllerListener.php';
  397.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/ParamConverterListener.php';
  398.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/ParamConverterManager.php';
  399.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/ParamConverterInterface.php';
  400.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/DoctrineParamConverter.php';
  401.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/DateTimeParamConverter.php';
  402.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/TemplateListener.php';
  403.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Templating/TemplateGuesser.php';
  404.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/HttpCacheListener.php';
  405.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/SecurityListener.php';
  406.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/IsGrantedListener.php';
  407.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ArgumentNameConverter.php';
  408.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/HandlerInterface.php';
  409.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/Handler.php';
  410.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/AbstractHandler.php';
  411.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/ProcessableHandlerInterface.php';
  412.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/FormattableHandlerInterface.php';
  413.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/ProcessableHandlerTrait.php';
  414.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/FormattableHandlerTrait.php';
  415.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/AbstractProcessingHandler.php';
  416.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/StreamHandler.php';
  417.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Processor/ProcessorInterface.php';
  418.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Processor/PsrLogMessageProcessor.php';
  419.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Handler/ConsoleHandler.php';
  420.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/DumpDataCollector.php';
  421.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/ClonerInterface.php';
  422.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/AbstractCloner.php';
  423.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/VarCloner.php';
  424.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Server/Connection.php';
  425.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/ContextProviderInterface.php';
  426.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/SourceContextProvider.php';
  427.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/RequestContextProvider.php';
  428.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/CliContextProvider.php';
  429.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Logging/SQLLogger.php';
  430.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Logger/DbalLogger.php';
  431.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/ConnectionFactory.php';
  432.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ConnectionRegistry.php';
  433.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ManagerRegistry.php';
  434.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/AbstractManagerRegistry.php';
  435.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/ManagerRegistry.php';
  436.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Registry.php';
  437.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Logging/DebugStack.php';
  438.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/Connection.php';
  439.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Connection.php';
  440.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Configuration.php';
  441.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Logging/LoggerChain.php';
  442.             include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/lib/Doctrine/Common/EventManager.php';
  443.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/ContainerAwareEventManager.php';
  444.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Dbal/SchemaAssetsFilterManager.php';
  445.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Dbal/RegexSchemaAssetFilter.php';
  446.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Repository/RepositoryFactory.php';
  447.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ContainerRepositoryFactory.php';
  448.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/QuoteStrategy.php';
  449.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Internal/SQLResultCasing.php';
  450.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/DefaultQuoteStrategy.php';
  451.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/MappingDriver.php';
  452.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/ColocatedMappingDriver.php';
  453.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/AnnotationDriver.php';
  454.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/AnnotationDriver.php';
  455.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/ArrayTrait.php';
  456.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/ArrayAdapter.php';
  457.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ObjectManager.php';
  458.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityManagerInterface.php';
  459.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityManager.php';
  460.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Configuration.php';
  461.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/MappingDriverChain.php';
  462.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/NamingStrategy.php';
  463.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/UnderscoreNamingStrategy.php';
  464.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/EntityListenerResolver.php';
  465.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Mapping/EntityListenerServiceResolver.php';
  466.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Mapping/ContainerEntityListenerResolver.php';
  467.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/ManagerConfigurator.php';
  468.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/DefaultNamingStrategy.php';
  469.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Csp/ContentSecurityPolicyHandler.php';
  470.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Csp/NonceGenerator.php';
  471.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/EventListener/WebDebugToolbarListener.php';
  472.             include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/Asset/EntrypointLookupCollectionInterface.php';
  473.             include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/Asset/EntrypointLookupCollection.php';
  474.             include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/EventListener/ResetAssetsEventListener.php';
  475.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/DataCollectorTranslator.php';
  476.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RequestContextAwareInterface.php';
  477.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Matcher/UrlMatcherInterface.php';
  478.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Generator/UrlGeneratorInterface.php';
  479.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RouterInterface.php';
  480.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Matcher/RequestMatcherInterface.php';
  481.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Router.php';
  482.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ServiceSubscriberInterface.php';
  483.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/DependencyInjection/CompatibilityServiceSubscriberInterface.php';
  484.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Routing/Router.php';
  485.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ParameterBagInterface.php';
  486.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ParameterBag.php';
  487.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/FrozenParameterBag.php';
  488.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ContainerBagInterface.php';
  489.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ContainerBag.php';
  490.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Factory/MetadataFactoryInterface.php';
  491.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Validator/ValidatorInterface.php';
  492.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Validator/TraceableValidator.php';
  493.             include_once \dirname(__DIR__4).'/vendor/psr/event-dispatcher/src/EventDispatcherInterface.php';
  494.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher-contracts/EventDispatcherInterface.php';
  495.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/EventDispatcherInterface.php';
  496.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcherInterface.php';
  497.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php';
  498.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Debug/TraceableEventDispatcher.php';
  499.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/EventDispatcher.php';
  500.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/NullHandler.php';
  501.         };
  502.     }
  503.     public function compile(): void
  504.     {
  505.         throw new LogicException('You cannot compile a dumped container that was already compiled.');
  506.     }
  507.     public function isCompiled(): bool
  508.     {
  509.         return true;
  510.     }
  511.     public function getRemovedIds(): array
  512.     {
  513.         return require $this->containerDir.\DIRECTORY_SEPARATOR.'removed-ids.php';
  514.     }
  515.     /**
  516.      * Gets the public 'App\FHI360\Access\Exchange\Controller\ConfirmNomineeController' shared autowired service.
  517.      *
  518.      * @return \App\FHI360\Access\Exchange\Controller\ConfirmNomineeController
  519.      */
  520.     protected function getConfirmNomineeControllerService()
  521.     {
  522.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareInterface.php';
  523.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareTrait.php';
  524.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  525.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/Controller.php';
  526.         include_once \dirname(__DIR__4).'/src/FHI360/Access/Exchange/Controller/ConfirmNomineeController.php';
  527.         return $this->services['App\\FHI360\\Access\\Exchange\\Controller\\ConfirmNomineeController'] = new \App\FHI360\Access\Exchange\Controller\ConfirmNomineeController();
  528.     }
  529.     /**
  530.      * Gets the public 'App\FHI360\Access\Exchange\Controller\DashboardController' shared autowired service.
  531.      *
  532.      * @return \App\FHI360\Access\Exchange\Controller\DashboardController
  533.      */
  534.     protected function getDashboardControllerService()
  535.     {
  536.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareInterface.php';
  537.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareTrait.php';
  538.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  539.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/Controller.php';
  540.         include_once \dirname(__DIR__4).'/src/FHI360/Access/Exchange/Controller/DashboardController.php';
  541.         return $this->services['App\\FHI360\\Access\\Exchange\\Controller\\DashboardController'] = new \App\FHI360\Access\Exchange\Controller\DashboardController();
  542.     }
  543.     /**
  544.      * Gets the public 'App\FHI360\Access\Exchange\Controller\DocumentUploadController' shared autowired service.
  545.      *
  546.      * @return \App\FHI360\Access\Exchange\Controller\DocumentUploadController
  547.      */
  548.     protected function getDocumentUploadControllerService()
  549.     {
  550.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareInterface.php';
  551.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareTrait.php';
  552.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  553.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/Controller.php';
  554.         include_once \dirname(__DIR__4).'/src/FHI360/Access/Exchange/Controller/DocumentUploadController.php';
  555.         return $this->services['App\\FHI360\\Access\\Exchange\\Controller\\DocumentUploadController'] = new \App\FHI360\Access\Exchange\Controller\DocumentUploadController();
  556.     }
  557.     /**
  558.      * Gets the public 'App\FHI360\Access\Exchange\Controller\ErrorController' shared autowired service.
  559.      *
  560.      * @return \App\FHI360\Access\Exchange\Controller\ErrorController
  561.      */
  562.     protected function getErrorControllerService()
  563.     {
  564.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareInterface.php';
  565.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareTrait.php';
  566.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  567.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/Controller.php';
  568.         include_once \dirname(__DIR__4).'/src/FHI360/Access/Exchange/Controller/ErrorController.php';
  569.         return $this->services['App\\FHI360\\Access\\Exchange\\Controller\\ErrorController'] = new \App\FHI360\Access\Exchange\Controller\ErrorController();
  570.     }
  571.     /**
  572.      * Gets the public 'App\FHI360\Access\Exchange\Controller\FaqController' shared autowired service.
  573.      *
  574.      * @return \App\FHI360\Access\Exchange\Controller\FaqController
  575.      */
  576.     protected function getFaqControllerService()
  577.     {
  578.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareInterface.php';
  579.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareTrait.php';
  580.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  581.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/Controller.php';
  582.         include_once \dirname(__DIR__4).'/src/FHI360/Access/Exchange/Controller/FaqController.php';
  583.         return $this->services['App\\FHI360\\Access\\Exchange\\Controller\\FaqController'] = new \App\FHI360\Access\Exchange\Controller\FaqController();
  584.     }
  585.     /**
  586.      * Gets the public 'App\FHI360\Access\Exchange\Controller\HelpDeskController' shared autowired service.
  587.      *
  588.      * @return \App\FHI360\Access\Exchange\Controller\HelpDeskController
  589.      */
  590.     protected function getHelpDeskControllerService()
  591.     {
  592.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareInterface.php';
  593.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareTrait.php';
  594.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  595.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/Controller.php';
  596.         include_once \dirname(__DIR__4).'/src/FHI360/Access/Exchange/Controller/HelpDeskController.php';
  597.         return $this->services['App\\FHI360\\Access\\Exchange\\Controller\\HelpDeskController'] = new \App\FHI360\Access\Exchange\Controller\HelpDeskController();
  598.     }
  599.     /**
  600.      * Gets the public 'App\FHI360\Access\Exchange\Controller\ParticipantInformationController' shared autowired service.
  601.      *
  602.      * @return \App\FHI360\Access\Exchange\Controller\ParticipantInformationController
  603.      */
  604.     protected function getParticipantInformationControllerService()
  605.     {
  606.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareInterface.php';
  607.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareTrait.php';
  608.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  609.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/Controller.php';
  610.         include_once \dirname(__DIR__4).'/src/FHI360/Access/Exchange/Controller/ParticipantInformationController.php';
  611.         return $this->services['App\\FHI360\\Access\\Exchange\\Controller\\ParticipantInformationController'] = new \App\FHI360\Access\Exchange\Controller\ParticipantInformationController();
  612.     }
  613.     /**
  614.      * Gets the public 'App\FHI360\Access\Exchange\Controller\PassportInformationController' shared autowired service.
  615.      *
  616.      * @return \App\FHI360\Access\Exchange\Controller\PassportInformationController
  617.      */
  618.     protected function getPassportInformationControllerService()
  619.     {
  620.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareInterface.php';
  621.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareTrait.php';
  622.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  623.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/Controller.php';
  624.         include_once \dirname(__DIR__4).'/src/FHI360/Access/Exchange/Controller/PassportInformationController.php';
  625.         return $this->services['App\\FHI360\\Access\\Exchange\\Controller\\PassportInformationController'] = new \App\FHI360\Access\Exchange\Controller\PassportInformationController();
  626.     }
  627.     /**
  628.      * Gets the public 'App\FHI360\Access\Exchange\Controller\RegisterParticipantController' shared autowired service.
  629.      *
  630.      * @return \App\FHI360\Access\Exchange\Controller\RegisterParticipantController
  631.      */
  632.     protected function getRegisterParticipantControllerService()
  633.     {
  634.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareInterface.php';
  635.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareTrait.php';
  636.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  637.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/Controller.php';
  638.         include_once \dirname(__DIR__4).'/src/FHI360/Access/Exchange/Controller/RegisterParticipantController.php';
  639.         return $this->services['App\\FHI360\\Access\\Exchange\\Controller\\RegisterParticipantController'] = new \App\FHI360\Access\Exchange\Controller\RegisterParticipantController();
  640.     }
  641.     /**
  642.      * Gets the public 'App\FHI360\Access\Exchange\Controller\SecurityController' shared autowired service.
  643.      *
  644.      * @return \App\FHI360\Access\Exchange\Controller\SecurityController
  645.      */
  646.     protected function getSecurityControllerService()
  647.     {
  648.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareInterface.php';
  649.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareTrait.php';
  650.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  651.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/Controller.php';
  652.         include_once \dirname(__DIR__4).'/src/FHI360/Access/Exchange/Controller/SecurityController.php';
  653.         return $this->services['App\\FHI360\\Access\\Exchange\\Controller\\SecurityController'] = new \App\FHI360\Access\Exchange\Controller\SecurityController();
  654.     }
  655.     /**
  656.      * Gets the public 'App\FHI360\Access\Exchange\Controller\SignatureDocumentsController' shared autowired service.
  657.      *
  658.      * @return \App\FHI360\Access\Exchange\Controller\SignatureDocumentsController
  659.      */
  660.     protected function getSignatureDocumentsControllerService()
  661.     {
  662.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareInterface.php';
  663.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareTrait.php';
  664.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  665.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/Controller.php';
  666.         include_once \dirname(__DIR__4).'/src/FHI360/Access/Exchange/Controller/SignatureDocumentsController.php';
  667.         return $this->services['App\\FHI360\\Access\\Exchange\\Controller\\SignatureDocumentsController'] = new \App\FHI360\Access\Exchange\Controller\SignatureDocumentsController();
  668.     }
  669.     /**
  670.      * Gets the public 'App\FHI360\Access\Exchange\Controller\VerifyLoginTokenController' shared autowired service.
  671.      *
  672.      * @return \App\FHI360\Access\Exchange\Controller\VerifyLoginTokenController
  673.      */
  674.     protected function getVerifyLoginTokenControllerService()
  675.     {
  676.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareInterface.php';
  677.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareTrait.php';
  678.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  679.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/Controller.php';
  680.         include_once \dirname(__DIR__4).'/src/FHI360/Access/Exchange/Controller/VerifyLoginTokenController.php';
  681.         return $this->services['App\\FHI360\\Access\\Exchange\\Controller\\VerifyLoginTokenController'] = new \App\FHI360\Access\Exchange\Controller\VerifyLoginTokenController();
  682.     }
  683.     /**
  684.      * Gets the public 'App\FHI360\Access\Exchange\Controller\VideosController' shared autowired service.
  685.      *
  686.      * @return \App\FHI360\Access\Exchange\Controller\VideosController
  687.      */
  688.     protected function getVideosControllerService()
  689.     {
  690.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareInterface.php';
  691.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareTrait.php';
  692.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  693.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/Controller.php';
  694.         include_once \dirname(__DIR__4).'/src/FHI360/Access/Exchange/Controller/VideosController.php';
  695.         return $this->services['App\\FHI360\\Access\\Exchange\\Controller\\VideosController'] = new \App\FHI360\Access\Exchange\Controller\VideosController();
  696.     }
  697.     /**
  698.      * Gets the public 'App\FHI360\Access\Map\Controller\DefaultController' shared autowired service.
  699.      *
  700.      * @return \App\FHI360\Access\Map\Controller\DefaultController
  701.      */
  702.     protected function getDefaultControllerService()
  703.     {
  704.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareInterface.php';
  705.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareTrait.php';
  706.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  707.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/Controller.php';
  708.         include_once \dirname(__DIR__4).'/src/FHI360/Access/Map/Controller/DefaultController.php';
  709.         return $this->services['App\\FHI360\\Access\\Map\\Controller\\DefaultController'] = new \App\FHI360\Access\Map\Controller\DefaultController();
  710.     }
  711.     /**
  712.      * Gets the public 'App\FHI360\Access\Portal\Controller\AbstractAppController' shared autowired service.
  713.      *
  714.      * @return \App\FHI360\Access\Portal\Controller\AbstractAppController
  715.      */
  716.     protected function getAbstractAppControllerService()
  717.     {
  718.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareInterface.php';
  719.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareTrait.php';
  720.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  721.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/Controller.php';
  722.         include_once \dirname(__DIR__4).'/src/FHI360/Access/Portal/Controller/AbstractAppController.php';
  723.         return $this->services['App\\FHI360\\Access\\Portal\\Controller\\AbstractAppController'] = new \App\FHI360\Access\Portal\Controller\AbstractAppController();
  724.     }
  725.     /**
  726.      * Gets the public 'App\FHI360\Access\Portal\Controller\AgreementSetupDashboardController' shared autowired service.
  727.      *
  728.      * @return \App\FHI360\Access\Portal\Controller\AgreementSetupDashboardController
  729.      */
  730.     protected function getAgreementSetupDashboardControllerService()
  731.     {
  732.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareInterface.php';
  733.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareTrait.php';
  734.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  735.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/Controller.php';
  736.         include_once \dirname(__DIR__4).'/src/FHI360/Access/Portal/Controller/AgreementSetupDashboardController.php';
  737.         return $this->services['App\\FHI360\\Access\\Portal\\Controller\\AgreementSetupDashboardController'] = new \App\FHI360\Access\Portal\Controller\AgreementSetupDashboardController();
  738.     }
  739.     /**
  740.      * Gets the public 'App\FHI360\Access\Portal\Controller\AlertsController' shared autowired service.
  741.      *
  742.      * @return \App\FHI360\Access\Portal\Controller\AlertsController
  743.      */
  744.     protected function getAlertsControllerService()
  745.     {
  746.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareInterface.php';
  747.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareTrait.php';
  748.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  749.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/Controller.php';
  750.         include_once \dirname(__DIR__4).'/src/FHI360/Access/Portal/Controller/AlertsController.php';
  751.         return $this->services['App\\FHI360\\Access\\Portal\\Controller\\AlertsController'] = new \App\FHI360\Access\Portal\Controller\AlertsController();
  752.     }
  753.     /**
  754.      * Gets the public 'App\FHI360\Access\Portal\Controller\Api\v1\AccessPermissions' shared autowired service.
  755.      *
  756.      * @return \App\FHI360\Access\Portal\Controller\Api\v1\AccessPermissions
  757.      */
  758.     protected function getAccessPermissionsService()
  759.     {
  760.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareInterface.php';
  761.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareTrait.php';
  762.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  763.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/Controller.php';
  764.         include_once \dirname(__DIR__4).'/src/FHI360/Access/Portal/Controller/Api/v1/AccessPermissions.php';
  765.         return $this->services['App\\FHI360\\Access\\Portal\\Controller\\Api\\v1\\AccessPermissions'] = new \App\FHI360\Access\Portal\Controller\Api\v1\AccessPermissions();
  766.     }
  767.     /**
  768.      * Gets the public 'App\FHI360\Access\Portal\Controller\Api\v1\SendgridActivity' shared autowired service.
  769.      *
  770.      * @return \App\FHI360\Access\Portal\Controller\Api\v1\SendgridActivity
  771.      */
  772.     protected function getSendgridActivityService()
  773.     {
  774.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareInterface.php';
  775.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareTrait.php';
  776.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  777.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/Controller.php';
  778.         include_once \dirname(__DIR__4).'/src/FHI360/Access/Portal/Controller/Api/v1/SendgridActivity.php';
  779.         return $this->services['App\\FHI360\\Access\\Portal\\Controller\\Api\\v1\\SendgridActivity'] = new \App\FHI360\Access\Portal\Controller\Api\v1\SendgridActivity();
  780.     }
  781.     /**
  782.      * Gets the public 'App\FHI360\Access\Portal\Controller\Api\v1\SiteVisits' shared autowired service.
  783.      *
  784.      * @return \App\FHI360\Access\Portal\Controller\Api\v1\SiteVisits
  785.      */
  786.     protected function getSiteVisitsService()
  787.     {
  788.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareInterface.php';
  789.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareTrait.php';
  790.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  791.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/Controller.php';
  792.         include_once \dirname(__DIR__4).'/src/FHI360/Access/Portal/Controller/Api/v1/SiteVisits.php';
  793.         return $this->services['App\\FHI360\\Access\\Portal\\Controller\\Api\\v1\\SiteVisits'] = new \App\FHI360\Access\Portal\Controller\Api\v1\SiteVisits();
  794.     }
  795.     /**
  796.      * Gets the public 'App\FHI360\Access\Portal\Controller\BrowserController' shared autowired service.
  797.      *
  798.      * @return \App\FHI360\Access\Portal\Controller\BrowserController
  799.      */
  800.     protected function getBrowserControllerService()
  801.     {
  802.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareInterface.php';
  803.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareTrait.php';
  804.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  805.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/Controller.php';
  806.         include_once \dirname(__DIR__4).'/src/FHI360/Access/Portal/Controller/BrowserController.php';
  807.         return $this->services['App\\FHI360\\Access\\Portal\\Controller\\BrowserController'] = new \App\FHI360\Access\Portal\Controller\BrowserController();
  808.     }
  809.     /**
  810.      * Gets the public 'App\FHI360\Access\Portal\Controller\CloseOutFormController' shared autowired service.
  811.      *
  812.      * @return \App\FHI360\Access\Portal\Controller\CloseOutFormController
  813.      */
  814.     protected function getCloseOutFormControllerService()
  815.     {
  816.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareInterface.php';
  817.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareTrait.php';
  818.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  819.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/Controller.php';
  820.         include_once \dirname(__DIR__4).'/src/FHI360/Access/Portal/Controller/AbstractAppController.php';
  821.         include_once \dirname(__DIR__4).'/src/FHI360/Access/Portal/Controller/FormController.php';
  822.         include_once \dirname(__DIR__4).'/src/FHI360/Access/Portal/Controller/CloseOutFormController.php';
  823.         return $this->services['App\\FHI360\\Access\\Portal\\Controller\\CloseOutFormController'] = new \App\FHI360\Access\Portal\Controller\CloseOutFormController();
  824.     }
  825.     /**
  826.      * Gets the public 'App\FHI360\Access\Portal\Controller\CountryAllocationController' shared autowired service.
  827.      *
  828.      * @return \App\FHI360\Access\Portal\Controller\CountryAllocationController
  829.      */
  830.     protected function getCountryAllocationControllerService()
  831.     {
  832.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareInterface.php';
  833.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareTrait.php';
  834.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  835.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/Controller.php';
  836.         include_once \dirname(__DIR__4).'/src/FHI360/Access/Portal/Controller/AbstractAppController.php';
  837.         include_once \dirname(__DIR__4).'/src/FHI360/Access/Portal/Controller/CountryAllocationController.php';
  838.         return $this->services['App\\FHI360\\Access\\Portal\\Controller\\CountryAllocationController'] = new \App\FHI360\Access\Portal\Controller\CountryAllocationController();
  839.     }
  840.     /**
  841.      * Gets the public 'App\FHI360\Access\Portal\Controller\DashboardController' shared autowired service.
  842.      *
  843.      * @return \App\FHI360\Access\Portal\Controller\DashboardController
  844.      */
  845.     protected function getDashboardController2Service()
  846.     {
  847.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareInterface.php';
  848.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareTrait.php';
  849.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  850.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/Controller.php';
  851.         include_once \dirname(__DIR__4).'/src/FHI360/Access/Portal/Controller/AbstractAppController.php';
  852.         include_once \dirname(__DIR__4).'/src/FHI360/Access/Portal/Controller/DashboardController.php';
  853.         return $this->services['App\\FHI360\\Access\\Portal\\Controller\\DashboardController'] = new \App\FHI360\Access\Portal\Controller\DashboardController();
  854.     }
  855.     /**
  856.      * Gets the public 'App\FHI360\Access\Portal\Controller\DataCollectionController' shared autowired service.
  857.      *
  858.      * @return \App\FHI360\Access\Portal\Controller\DataCollectionController
  859.      */
  860.     protected function getDataCollectionControllerService()
  861.     {
  862.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareInterface.php';
  863.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareTrait.php';
  864.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  865.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/Controller.php';
  866.         include_once \dirname(__DIR__4).'/src/FHI360/Access/Portal/Controller/AbstractAppController.php';
  867.         include_once \dirname(__DIR__4).'/src/FHI360/Access/Portal/Controller/DataCollectionController.php';
  868.         return $this->services['App\\FHI360\\Access\\Portal\\Controller\\DataCollectionController'] = new \App\FHI360\Access\Portal\Controller\DataCollectionController();
  869.     }
  870.     /**
  871.      * Gets the public 'App\FHI360\Access\Portal\Controller\DefaultController' shared autowired service.
  872.      *
  873.      * @return \App\FHI360\Access\Portal\Controller\DefaultController
  874.      */
  875.     protected function getDefaultController2Service()
  876.     {
  877.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareInterface.php';
  878.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareTrait.php';
  879.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  880.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/Controller.php';
  881.         include_once \dirname(__DIR__4).'/src/FHI360/Access/Portal/Controller/DefaultController.php';
  882.         return $this->services['App\\FHI360\\Access\\Portal\\Controller\\DefaultController'] = new \App\FHI360\Access\Portal\Controller\DefaultController();
  883.     }
  884.     /**
  885.      * Gets the public 'App\FHI360\Access\Portal\Controller\DisbursementController' shared autowired service.
  886.      *
  887.      * @return \App\FHI360\Access\Portal\Controller\DisbursementController
  888.      */
  889.     protected function getDisbursementControllerService()
  890.     {
  891.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareInterface.php';
  892.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareTrait.php';
  893.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  894.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/Controller.php';
  895.         include_once \dirname(__DIR__4).'/src/FHI360/Access/Portal/Controller/DisbursementController.php';
  896.         return $this->services['App\\FHI360\\Access\\Portal\\Controller\\DisbursementController'] = new \App\FHI360\Access\Portal\Controller\DisbursementController();
  897.     }
  898.     /**
  899.      * Gets the public 'App\FHI360\Access\Portal\Controller\DocumentsController' shared autowired service.
  900.      *
  901.      * @return \App\FHI360\Access\Portal\Controller\DocumentsController
  902.      */
  903.     protected function getDocumentsControllerService()
  904.     {
  905.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareInterface.php';
  906.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareTrait.php';
  907.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  908.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/Controller.php';
  909.         include_once \dirname(__DIR__4).'/src/FHI360/Access/Portal/Controller/DocumentsController.php';
  910.         return $this->services['App\\FHI360\\Access\\Portal\\Controller\\DocumentsController'] = new \App\FHI360\Access\Portal\Controller\DocumentsController();
  911.     }
  912.     /**
  913.      * Gets the public 'App\FHI360\Access\Portal\Controller\EnrollmentFormDashboardController' shared autowired service.
  914.      *
  915.      * @return \App\FHI360\Access\Portal\Controller\EnrollmentFormDashboardController
  916.      */
  917.     protected function getEnrollmentFormDashboardControllerService()
  918.     {
  919.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareInterface.php';
  920.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareTrait.php';
  921.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  922.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/Controller.php';
  923.         include_once \dirname(__DIR__4).'/src/FHI360/Access/Portal/Controller/EnrollmentFormDashboardController.php';
  924.         return $this->services['App\\FHI360\\Access\\Portal\\Controller\\EnrollmentFormDashboardController'] = new \App\FHI360\Access\Portal\Controller\EnrollmentFormDashboardController();
  925.     }
  926.     /**
  927.      * Gets the public 'App\FHI360\Access\Portal\Controller\ExchangesController' shared autowired service.
  928.      *
  929.      * @return \App\FHI360\Access\Portal\Controller\ExchangesController
  930.      */
  931.     protected function getExchangesControllerService()
  932.     {
  933.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareInterface.php';
  934.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareTrait.php';
  935.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  936.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/Controller.php';
  937.         include_once \dirname(__DIR__4).'/src/FHI360/Access/Portal/Controller/ExchangesController.php';
  938.         return $this->services['App\\FHI360\\Access\\Portal\\Controller\\ExchangesController'] = new \App\FHI360\Access\Portal\Controller\ExchangesController();
  939.     }
  940.     /**
  941.      * Gets the public 'App\FHI360\Access\Portal\Controller\FormController' shared autowired service.
  942.      *
  943.      * @return \App\FHI360\Access\Portal\Controller\FormController
  944.      */
  945.     protected function getFormControllerService()
  946.     {
  947.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareInterface.php';
  948.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareTrait.php';
  949.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  950.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/Controller.php';
  951.         include_once \dirname(__DIR__4).'/src/FHI360/Access/Portal/Controller/AbstractAppController.php';
  952.         include_once \dirname(__DIR__4).'/src/FHI360/Access/Portal/Controller/FormController.php';
  953.         return $this->services['App\\FHI360\\Access\\Portal\\Controller\\FormController'] = new \App\FHI360\Access\Portal\Controller\FormController();
  954.     }
  955.     /**
  956.      * Gets the public 'App\FHI360\Access\Portal\Controller\GeneralController' shared autowired service.
  957.      *
  958.      * @return \App\FHI360\Access\Portal\Controller\GeneralController
  959.      */
  960.     protected function getGeneralControllerService()
  961.     {
  962.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareInterface.php';
  963.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareTrait.php';
  964.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  965.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/Controller.php';
  966.         include_once \dirname(__DIR__4).'/src/FHI360/Access/Portal/Controller/GeneralController.php';
  967.         return $this->services['App\\FHI360\\Access\\Portal\\Controller\\GeneralController'] = new \App\FHI360\Access\Portal\Controller\GeneralController();
  968.     }
  969.     /**
  970.      * Gets the public 'App\FHI360\Access\Portal\Controller\HelpController' shared autowired service.
  971.      *
  972.      * @return \App\FHI360\Access\Portal\Controller\HelpController
  973.      */
  974.     protected function getHelpControllerService()
  975.     {
  976.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareInterface.php';
  977.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareTrait.php';
  978.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  979.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/Controller.php';
  980.         include_once \dirname(__DIR__4).'/src/FHI360/Access/Portal/Controller/HelpController.php';
  981.         return $this->services['App\\FHI360\\Access\\Portal\\Controller\\HelpController'] = new \App\FHI360\Access\Portal\Controller\HelpController();
  982.     }
  983.     /**
  984.      * Gets the public 'App\FHI360\Access\Portal\Controller\HivebriteAuthController' shared autowired service.
  985.      *
  986.      * @return \App\FHI360\Access\Portal\Controller\HivebriteAuthController
  987.      */
  988.     protected function getHivebriteAuthControllerService()
  989.     {
  990.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareInterface.php';
  991.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareTrait.php';
  992.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  993.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/Controller.php';
  994.         include_once \dirname(__DIR__4).'/src/FHI360/Access/Portal/Controller/HivebriteAuthController.php';
  995.         return $this->services['App\\FHI360\\Access\\Portal\\Controller\\HivebriteAuthController'] = new \App\FHI360\Access\Portal\Controller\HivebriteAuthController();
  996.     }
  997.     /**
  998.      * Gets the public 'App\FHI360\Access\Portal\Controller\InstructionController' shared autowired service.
  999.      *
  1000.      * @return \App\FHI360\Access\Portal\Controller\InstructionController
  1001.      */
  1002.     protected function getInstructionControllerService()
  1003.     {
  1004.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareInterface.php';
  1005.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareTrait.php';
  1006.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  1007.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/Controller.php';
  1008.         include_once \dirname(__DIR__4).'/src/FHI360/Access/Portal/Controller/AbstractAppController.php';
  1009.         include_once \dirname(__DIR__4).'/src/FHI360/Access/Portal/Controller/InstructionController.php';
  1010.         return $this->services['App\\FHI360\\Access\\Portal\\Controller\\InstructionController'] = new \App\FHI360\Access\Portal\Controller\InstructionController();
  1011.     }
  1012.     /**
  1013.      * Gets the public 'App\FHI360\Access\Portal\Controller\JiraController' shared autowired service.
  1014.      *
  1015.      * @return \App\FHI360\Access\Portal\Controller\JiraController
  1016.      */
  1017.     protected function getJiraControllerService()
  1018.     {
  1019.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareInterface.php';
  1020.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareTrait.php';
  1021.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  1022.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/Controller.php';
  1023.         include_once \dirname(__DIR__4).'/src/FHI360/Access/Portal/Controller/JiraController.php';
  1024.         return $this->services['App\\FHI360\\Access\\Portal\\Controller\\JiraController'] = new \App\FHI360\Access\Portal\Controller\JiraController();
  1025.     }
  1026.     /**
  1027.      * Gets the public 'App\FHI360\Access\Portal\Controller\KReportsController' shared autowired service.
  1028.      *
  1029.      * @return \App\FHI360\Access\Portal\Controller\KReportsController
  1030.      */
  1031.     protected function getKReportsControllerService()
  1032.     {
  1033.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareInterface.php';
  1034.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareTrait.php';
  1035.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  1036.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/Controller.php';
  1037.         include_once \dirname(__DIR__4).'/src/FHI360/Access/Portal/Controller/KReportsController.php';
  1038.         return $this->services['App\\FHI360\\Access\\Portal\\Controller\\KReportsController'] = new \App\FHI360\Access\Portal\Controller\KReportsController();
  1039.     }
  1040.     /**
  1041.      * Gets the public 'App\FHI360\Access\Portal\Controller\NewsController' shared autowired service.
  1042.      *
  1043.      * @return \App\FHI360\Access\Portal\Controller\NewsController
  1044.      */
  1045.     protected function getNewsControllerService()
  1046.     {
  1047.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareInterface.php';
  1048.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareTrait.php';
  1049.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  1050.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/Controller.php';
  1051.         include_once \dirname(__DIR__4).'/src/FHI360/Access/Portal/Controller/NewsController.php';
  1052.         return $this->services['App\\FHI360\\Access\\Portal\\Controller\\NewsController'] = new \App\FHI360\Access\Portal\Controller\NewsController();
  1053.     }
  1054.     /**
  1055.      * Gets the public 'App\FHI360\Access\Portal\Controller\NotificationController' shared autowired service.
  1056.      *
  1057.      * @return \App\FHI360\Access\Portal\Controller\NotificationController
  1058.      */
  1059.     protected function getNotificationControllerService()
  1060.     {
  1061.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareInterface.php';
  1062.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareTrait.php';
  1063.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  1064.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/Controller.php';
  1065.         include_once \dirname(__DIR__4).'/src/FHI360/Access/Portal/Controller/AbstractAppController.php';
  1066.         include_once \dirname(__DIR__4).'/src/FHI360/Access/Portal/Controller/NotificationController.php';
  1067.         return $this->services['App\\FHI360\\Access\\Portal\\Controller\\NotificationController'] = new \App\FHI360\Access\Portal\Controller\NotificationController();
  1068.     }
  1069.     /**
  1070.      * Gets the public 'App\FHI360\Access\Portal\Controller\NotificationsController' shared autowired service.
  1071.      *
  1072.      * @return \App\FHI360\Access\Portal\Controller\NotificationsController
  1073.      */
  1074.     protected function getNotificationsControllerService()
  1075.     {
  1076.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareInterface.php';
  1077.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareTrait.php';
  1078.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  1079.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/Controller.php';
  1080.         include_once \dirname(__DIR__4).'/src/FHI360/Access/Portal/Controller/NotificationsController.php';
  1081.         return $this->services['App\\FHI360\\Access\\Portal\\Controller\\NotificationsController'] = new \App\FHI360\Access\Portal\Controller\NotificationsController();
  1082.     }
  1083.     /**
  1084.      * Gets the public 'App\FHI360\Access\Portal\Controller\OtherWebsitesController' shared autowired service.
  1085.      *
  1086.      * @return \App\FHI360\Access\Portal\Controller\OtherWebsitesController
  1087.      */
  1088.     protected function getOtherWebsitesControllerService()
  1089.     {
  1090.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareInterface.php';
  1091.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareTrait.php';
  1092.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  1093.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/Controller.php';
  1094.         include_once \dirname(__DIR__4).'/src/FHI360/Access/Portal/Controller/OtherWebsitesController.php';
  1095.         return $this->services['App\\FHI360\\Access\\Portal\\Controller\\OtherWebsitesController'] = new \App\FHI360\Access\Portal\Controller\OtherWebsitesController();
  1096.     }
  1097.     /**
  1098.      * Gets the public 'App\FHI360\Access\Portal\Controller\PortfolioFormController' shared autowired service.
  1099.      *
  1100.      * @return \App\FHI360\Access\Portal\Controller\PortfolioFormController
  1101.      */
  1102.     protected function getPortfolioFormControllerService()
  1103.     {
  1104.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareInterface.php';
  1105.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareTrait.php';
  1106.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  1107.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/Controller.php';
  1108.         include_once \dirname(__DIR__4).'/src/FHI360/Access/Portal/Controller/AbstractAppController.php';
  1109.         include_once \dirname(__DIR__4).'/src/FHI360/Access/Portal/Controller/FormController.php';
  1110.         include_once \dirname(__DIR__4).'/src/FHI360/Access/Portal/Controller/PortfolioFormController.php';
  1111.         return $this->services['App\\FHI360\\Access\\Portal\\Controller\\PortfolioFormController'] = new \App\FHI360\Access\Portal\Controller\PortfolioFormController();
  1112.     }
  1113.     /**
  1114.      * Gets the public 'App\FHI360\Access\Portal\Controller\PostHandbookController' shared autowired service.
  1115.      *
  1116.      * @return \App\FHI360\Access\Portal\Controller\PostHandbookController
  1117.      */
  1118.     protected function getPostHandbookControllerService()
  1119.     {
  1120.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareInterface.php';
  1121.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareTrait.php';
  1122.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  1123.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/Controller.php';
  1124.         include_once \dirname(__DIR__4).'/src/FHI360/Access/Portal/Controller/PostHandbookController.php';
  1125.         return $this->services['App\\FHI360\\Access\\Portal\\Controller\\PostHandbookController'] = new \App\FHI360\Access\Portal\Controller\PostHandbookController();
  1126.     }
  1127.     /**
  1128.      * Gets the public 'App\FHI360\Access\Portal\Controller\ProgramDashboardController' shared autowired service.
  1129.      *
  1130.      * @return \App\FHI360\Access\Portal\Controller\ProgramDashboardController
  1131.      */
  1132.     protected function getProgramDashboardControllerService()
  1133.     {
  1134.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareInterface.php';
  1135.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareTrait.php';
  1136.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  1137.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/Controller.php';
  1138.         include_once \dirname(__DIR__4).'/src/FHI360/Access/Portal/Controller/AbstractAppController.php';
  1139.         include_once \dirname(__DIR__4).'/src/FHI360/Access/Portal/Controller/ProgramDashboardController.php';
  1140.         return $this->services['App\\FHI360\\Access\\Portal\\Controller\\ProgramDashboardController'] = new \App\FHI360\Access\Portal\Controller\ProgramDashboardController();
  1141.     }
  1142.     /**
  1143.      * Gets the public 'App\FHI360\Access\Portal\Controller\ProposalDashboardController' shared autowired service.
  1144.      *
  1145.      * @return \App\FHI360\Access\Portal\Controller\ProposalDashboardController
  1146.      */
  1147.     protected function getProposalDashboardControllerService()
  1148.     {
  1149.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareInterface.php';
  1150.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareTrait.php';
  1151.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  1152.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/Controller.php';
  1153.         include_once \dirname(__DIR__4).'/src/FHI360/Access/Portal/Controller/ProposalDashboardController.php';
  1154.         return $this->services['App\\FHI360\\Access\\Portal\\Controller\\ProposalDashboardController'] = new \App\FHI360\Access\Portal\Controller\ProposalDashboardController();
  1155.     }
  1156.     /**
  1157.      * Gets the public 'App\FHI360\Access\Portal\Controller\ProposalFormController' shared autowired service.
  1158.      *
  1159.      * @return \App\FHI360\Access\Portal\Controller\ProposalFormController
  1160.      */
  1161.     protected function getProposalFormControllerService()
  1162.     {
  1163.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareInterface.php';
  1164.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareTrait.php';
  1165.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  1166.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/Controller.php';
  1167.         include_once \dirname(__DIR__4).'/src/FHI360/Access/Portal/Controller/AbstractAppController.php';
  1168.         include_once \dirname(__DIR__4).'/src/FHI360/Access/Portal/Controller/FormController.php';
  1169.         include_once \dirname(__DIR__4).'/src/FHI360/Access/Portal/Controller/ProposalFormController.php';
  1170.         return $this->services['App\\FHI360\\Access\\Portal\\Controller\\ProposalFormController'] = new \App\FHI360\Access\Portal\Controller\ProposalFormController();
  1171.     }
  1172.     /**
  1173.      * Gets the public 'App\FHI360\Access\Portal\Controller\ProposalMaintenanceController' shared autowired service.
  1174.      *
  1175.      * @return \App\FHI360\Access\Portal\Controller\ProposalMaintenanceController
  1176.      */
  1177.     protected function getProposalMaintenanceControllerService()
  1178.     {
  1179.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareInterface.php';
  1180.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareTrait.php';
  1181.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  1182.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/Controller.php';
  1183.         include_once \dirname(__DIR__4).'/src/FHI360/Access/Portal/Controller/AbstractAppController.php';
  1184.         include_once \dirname(__DIR__4).'/src/FHI360/Access/Portal/Controller/ProposalMaintenanceController.php';
  1185.         return $this->services['App\\FHI360\\Access\\Portal\\Controller\\ProposalMaintenanceController'] = new \App\FHI360\Access\Portal\Controller\ProposalMaintenanceController();
  1186.     }
  1187.     /**
  1188.      * Gets the public 'App\FHI360\Access\Portal\Controller\ProposalRequestFormController' shared autowired service.
  1189.      *
  1190.      * @return \App\FHI360\Access\Portal\Controller\ProposalRequestFormController
  1191.      */
  1192.     protected function getProposalRequestFormControllerService()
  1193.     {
  1194.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareInterface.php';
  1195.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareTrait.php';
  1196.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  1197.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/Controller.php';
  1198.         include_once \dirname(__DIR__4).'/src/FHI360/Access/Portal/Controller/AbstractAppController.php';
  1199.         include_once \dirname(__DIR__4).'/src/FHI360/Access/Portal/Controller/FormController.php';
  1200.         include_once \dirname(__DIR__4).'/src/FHI360/Access/Portal/Controller/ProposalRequestFormController.php';
  1201.         return $this->services['App\\FHI360\\Access\\Portal\\Controller\\ProposalRequestFormController'] = new \App\FHI360\Access\Portal\Controller\ProposalRequestFormController();
  1202.     }
  1203.     /**
  1204.      * Gets the public 'App\FHI360\Access\Portal\Controller\ProviderController' shared autowired service.
  1205.      *
  1206.      * @return \App\FHI360\Access\Portal\Controller\ProviderController
  1207.      */
  1208.     protected function getProviderControllerService()
  1209.     {
  1210.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareInterface.php';
  1211.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareTrait.php';
  1212.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  1213.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/Controller.php';
  1214.         include_once \dirname(__DIR__4).'/src/FHI360/Access/Portal/Controller/AbstractAppController.php';
  1215.         include_once \dirname(__DIR__4).'/src/FHI360/Access/Portal/Controller/ProviderController.php';
  1216.         return $this->services['App\\FHI360\\Access\\Portal\\Controller\\ProviderController'] = new \App\FHI360\Access\Portal\Controller\ProviderController();
  1217.     }
  1218.     /**
  1219.      * Gets the public 'App\FHI360\Access\Portal\Controller\ReportDashboardController' shared autowired service.
  1220.      *
  1221.      * @return \App\FHI360\Access\Portal\Controller\ReportDashboardController
  1222.      */
  1223.     protected function getReportDashboardControllerService()
  1224.     {
  1225.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareInterface.php';
  1226.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareTrait.php';
  1227.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  1228.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/Controller.php';
  1229.         include_once \dirname(__DIR__4).'/src/FHI360/Access/Portal/Controller/ReportDashboardController.php';
  1230.         return $this->services['App\\FHI360\\Access\\Portal\\Controller\\ReportDashboardController'] = new \App\FHI360\Access\Portal\Controller\ReportDashboardController();
  1231.     }
  1232.     /**
  1233.      * Gets the public 'App\FHI360\Access\Portal\Controller\ReportFormController' shared autowired service.
  1234.      *
  1235.      * @return \App\FHI360\Access\Portal\Controller\ReportFormController
  1236.      */
  1237.     protected function getReportFormControllerService()
  1238.     {
  1239.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareInterface.php';
  1240.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareTrait.php';
  1241.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  1242.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/Controller.php';
  1243.         include_once \dirname(__DIR__4).'/src/FHI360/Access/Portal/Controller/AbstractAppController.php';
  1244.         include_once \dirname(__DIR__4).'/src/FHI360/Access/Portal/Controller/FormController.php';
  1245.         include_once \dirname(__DIR__4).'/src/FHI360/Access/Portal/Controller/ReportFormController.php';
  1246.         return $this->services['App\\FHI360\\Access\\Portal\\Controller\\ReportFormController'] = new \App\FHI360\Access\Portal\Controller\ReportFormController();
  1247.     }
  1248.     /**
  1249.      * Gets the public 'App\FHI360\Access\Portal\Controller\ReportUploadController' shared autowired service.
  1250.      *
  1251.      * @return \App\FHI360\Access\Portal\Controller\ReportUploadController
  1252.      */
  1253.     protected function getReportUploadControllerService()
  1254.     {
  1255.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareInterface.php';
  1256.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareTrait.php';
  1257.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  1258.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/Controller.php';
  1259.         include_once \dirname(__DIR__4).'/src/FHI360/Access/Portal/Controller/ReportUploadController.php';
  1260.         return $this->services['App\\FHI360\\Access\\Portal\\Controller\\ReportUploadController'] = new \App\FHI360\Access\Portal\Controller\ReportUploadController();
  1261.     }
  1262.     /**
  1263.      * Gets the public 'App\FHI360\Access\Portal\Controller\ReportingController' shared autowired service.
  1264.      *
  1265.      * @return \App\FHI360\Access\Portal\Controller\ReportingController
  1266.      */
  1267.     protected function getReportingControllerService()
  1268.     {
  1269.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareInterface.php';
  1270.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareTrait.php';
  1271.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  1272.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/Controller.php';
  1273.         include_once \dirname(__DIR__4).'/src/FHI360/Access/Portal/Controller/ReportingController.php';
  1274.         return $this->services['App\\FHI360\\Access\\Portal\\Controller\\ReportingController'] = new \App\FHI360\Access\Portal\Controller\ReportingController();
  1275.     }
  1276.     /**
  1277.      * Gets the public 'App\FHI360\Access\Portal\Controller\SPAbstractAppController' shared autowired service.
  1278.      *
  1279.      * @return \App\FHI360\Access\Portal\Controller\SPAbstractAppController
  1280.      */
  1281.     protected function getSPAbstractAppControllerService()
  1282.     {
  1283.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareInterface.php';
  1284.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareTrait.php';
  1285.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  1286.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/Controller.php';
  1287.         include_once \dirname(__DIR__4).'/src/FHI360/Access/Portal/Controller/SPAbstractAppController.php';
  1288.         return $this->services['App\\FHI360\\Access\\Portal\\Controller\\SPAbstractAppController'] = new \App\FHI360\Access\Portal\Controller\SPAbstractAppController();
  1289.     }
  1290.     /**
  1291.      * Gets the public 'App\FHI360\Access\Portal\Controller\ScriptsMonitorController' shared autowired service.
  1292.      *
  1293.      * @return \App\FHI360\Access\Portal\Controller\ScriptsMonitorController
  1294.      */
  1295.     protected function getScriptsMonitorControllerService()
  1296.     {
  1297.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareInterface.php';
  1298.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareTrait.php';
  1299.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  1300.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/Controller.php';
  1301.         include_once \dirname(__DIR__4).'/src/FHI360/Access/Portal/Controller/ScriptsMonitorController.php';
  1302.         return $this->services['App\\FHI360\\Access\\Portal\\Controller\\ScriptsMonitorController'] = new \App\FHI360\Access\Portal\Controller\ScriptsMonitorController();
  1303.     }
  1304.     /**
  1305.      * Gets the public 'App\FHI360\Access\Portal\Controller\SecurityController' shared autowired service.
  1306.      *
  1307.      * @return \App\FHI360\Access\Portal\Controller\SecurityController
  1308.      */
  1309.     protected function getSecurityController2Service()
  1310.     {
  1311.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareInterface.php';
  1312.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareTrait.php';
  1313.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  1314.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/Controller.php';
  1315.         include_once \dirname(__DIR__4).'/src/FHI360/Access/Portal/Controller/SecurityController.php';
  1316.         return $this->services['App\\FHI360\\Access\\Portal\\Controller\\SecurityController'] = new \App\FHI360\Access\Portal\Controller\SecurityController();
  1317.     }
  1318.     /**
  1319.      * Gets the public 'App\FHI360\Access\Portal\Controller\SendgridActivityController' shared autowired service.
  1320.      *
  1321.      * @return \App\FHI360\Access\Portal\Controller\SendgridActivityController
  1322.      */
  1323.     protected function getSendgridActivityControllerService()
  1324.     {
  1325.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareInterface.php';
  1326.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareTrait.php';
  1327.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  1328.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/Controller.php';
  1329.         include_once \dirname(__DIR__4).'/src/FHI360/Access/Portal/Controller/SendgridActivityController.php';
  1330.         return $this->services['App\\FHI360\\Access\\Portal\\Controller\\SendgridActivityController'] = new \App\FHI360\Access\Portal\Controller\SendgridActivityController();
  1331.     }
  1332.     /**
  1333.      * Gets the public 'App\FHI360\Access\Portal\Controller\SettingsController' shared autowired service.
  1334.      *
  1335.      * @return \App\FHI360\Access\Portal\Controller\SettingsController
  1336.      */
  1337.     protected function getSettingsControllerService()
  1338.     {
  1339.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareInterface.php';
  1340.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareTrait.php';
  1341.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  1342.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/Controller.php';
  1343.         include_once \dirname(__DIR__4).'/src/FHI360/Access/Portal/Controller/SettingsController.php';
  1344.         return $this->services['App\\FHI360\\Access\\Portal\\Controller\\SettingsController'] = new \App\FHI360\Access\Portal\Controller\SettingsController();
  1345.     }
  1346.     /**
  1347.      * Gets the public 'App\FHI360\Access\Portal\Controller\SiteLocatorController' shared autowired service.
  1348.      *
  1349.      * @return \App\FHI360\Access\Portal\Controller\SiteLocatorController
  1350.      */
  1351.     protected function getSiteLocatorControllerService()
  1352.     {
  1353.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareInterface.php';
  1354.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareTrait.php';
  1355.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  1356.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/Controller.php';
  1357.         include_once \dirname(__DIR__4).'/src/FHI360/Access/Portal/Controller/SiteLocatorController.php';
  1358.         return $this->services['App\\FHI360\\Access\\Portal\\Controller\\SiteLocatorController'] = new \App\FHI360\Access\Portal\Controller\SiteLocatorController();
  1359.     }
  1360.     /**
  1361.      * Gets the public 'App\FHI360\Access\Portal\Controller\SiteVisitFormController' shared autowired service.
  1362.      *
  1363.      * @return \App\FHI360\Access\Portal\Controller\SiteVisitFormController
  1364.      */
  1365.     protected function getSiteVisitFormControllerService()
  1366.     {
  1367.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareInterface.php';
  1368.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareTrait.php';
  1369.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  1370.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/Controller.php';
  1371.         include_once \dirname(__DIR__4).'/src/FHI360/Access/Portal/Controller/AbstractAppController.php';
  1372.         include_once \dirname(__DIR__4).'/src/FHI360/Access/Portal/Controller/FormController.php';
  1373.         include_once \dirname(__DIR__4).'/src/FHI360/Access/Portal/Controller/SiteVisitFormController.php';
  1374.         return $this->services['App\\FHI360\\Access\\Portal\\Controller\\SiteVisitFormController'] = new \App\FHI360\Access\Portal\Controller\SiteVisitFormController();
  1375.     }
  1376.     /**
  1377.      * Gets the public 'App\FHI360\Access\Portal\Controller\StrategicPlanFormController' shared autowired service.
  1378.      *
  1379.      * @return \App\FHI360\Access\Portal\Controller\StrategicPlanFormController
  1380.      */
  1381.     protected function getStrategicPlanFormControllerService()
  1382.     {
  1383.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareInterface.php';
  1384.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareTrait.php';
  1385.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  1386.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/Controller.php';
  1387.         include_once \dirname(__DIR__4).'/src/FHI360/Access/Portal/Controller/SPAbstractAppController.php';
  1388.         include_once \dirname(__DIR__4).'/src/FHI360/Access/Portal/Controller/StrategicPlanFormController.php';
  1389.         return $this->services['App\\FHI360\\Access\\Portal\\Controller\\StrategicPlanFormController'] = new \App\FHI360\Access\Portal\Controller\StrategicPlanFormController();
  1390.     }
  1391.     /**
  1392.      * Gets the public 'App\FHI360\Access\Portal\Controller\StrategicPlansController' shared autowired service.
  1393.      *
  1394.      * @return \App\FHI360\Access\Portal\Controller\StrategicPlansController
  1395.      */
  1396.     protected function getStrategicPlansControllerService()
  1397.     {
  1398.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareInterface.php';
  1399.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareTrait.php';
  1400.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  1401.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/Controller.php';
  1402.         include_once \dirname(__DIR__4).'/src/FHI360/Access/Portal/Controller/StrategicPlansController.php';
  1403.         return $this->services['App\\FHI360\\Access\\Portal\\Controller\\StrategicPlansController'] = new \App\FHI360\Access\Portal\Controller\StrategicPlansController();
  1404.     }
  1405.     /**
  1406.      * Gets the public 'App\FHI360\Access\Portal\Controller\SystemTourController' shared autowired service.
  1407.      *
  1408.      * @return \App\FHI360\Access\Portal\Controller\SystemTourController
  1409.      */
  1410.     protected function getSystemTourControllerService()
  1411.     {
  1412.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareInterface.php';
  1413.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareTrait.php';
  1414.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  1415.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/Controller.php';
  1416.         include_once \dirname(__DIR__4).'/src/FHI360/Access/Portal/Controller/SystemTourController.php';
  1417.         return $this->services['App\\FHI360\\Access\\Portal\\Controller\\SystemTourController'] = new \App\FHI360\Access\Portal\Controller\SystemTourController();
  1418.     }
  1419.     /**
  1420.      * Gets the public 'App\FHI360\Access\Portal\Controller\TechnicalGuidesController' shared autowired service.
  1421.      *
  1422.      * @return \App\FHI360\Access\Portal\Controller\TechnicalGuidesController
  1423.      */
  1424.     protected function getTechnicalGuidesControllerService()
  1425.     {
  1426.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareInterface.php';
  1427.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareTrait.php';
  1428.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  1429.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/Controller.php';
  1430.         include_once \dirname(__DIR__4).'/src/FHI360/Access/Portal/Controller/TechnicalGuidesController.php';
  1431.         return $this->services['App\\FHI360\\Access\\Portal\\Controller\\TechnicalGuidesController'] = new \App\FHI360\Access\Portal\Controller\TechnicalGuidesController();
  1432.     }
  1433.     /**
  1434.      * Gets the public 'App\FHI360\Access\Portal\Controller\TestProductionEmail' shared autowired service.
  1435.      *
  1436.      * @return \App\FHI360\Access\Portal\Controller\TestProductionEmail
  1437.      */
  1438.     protected function getTestProductionEmailService()
  1439.     {
  1440.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareInterface.php';
  1441.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareTrait.php';
  1442.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  1443.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/Controller.php';
  1444.         include_once \dirname(__DIR__4).'/src/FHI360/Access/Portal/Controller/TestProductionEmail.php';
  1445.         return $this->services['App\\FHI360\\Access\\Portal\\Controller\\TestProductionEmail'] = new \App\FHI360\Access\Portal\Controller\TestProductionEmail();
  1446.     }
  1447.     /**
  1448.      * Gets the public 'App\FHI360\Access\Portal\Controller\TestingController' shared autowired service.
  1449.      *
  1450.      * @return \App\FHI360\Access\Portal\Controller\TestingController
  1451.      */
  1452.     protected function getTestingControllerService()
  1453.     {
  1454.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareInterface.php';
  1455.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareTrait.php';
  1456.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  1457.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/Controller.php';
  1458.         include_once \dirname(__DIR__4).'/src/FHI360/Access/Portal/Controller/AbstractAppController.php';
  1459.         include_once \dirname(__DIR__4).'/src/FHI360/Access/Portal/Controller/TestingController.php';
  1460.         return $this->services['App\\FHI360\\Access\\Portal\\Controller\\TestingController'] = new \App\FHI360\Access\Portal\Controller\TestingController();
  1461.     }
  1462.     /**
  1463.      * Gets the public 'App\FHI360\Access\Portal\Controller\TrainingController' shared autowired service.
  1464.      *
  1465.      * @return \App\FHI360\Access\Portal\Controller\TrainingController
  1466.      */
  1467.     protected function getTrainingControllerService()
  1468.     {
  1469.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareInterface.php';
  1470.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareTrait.php';
  1471.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  1472.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/Controller.php';
  1473.         include_once \dirname(__DIR__4).'/src/FHI360/Access/Portal/Controller/AbstractAppController.php';
  1474.         include_once \dirname(__DIR__4).'/src/FHI360/Access/Portal/Controller/FormController.php';
  1475.         include_once \dirname(__DIR__4).'/src/FHI360/Access/Portal/Controller/TrainingController.php';
  1476.         return $this->services['App\\FHI360\\Access\\Portal\\Controller\\TrainingController'] = new \App\FHI360\Access\Portal\Controller\TrainingController();
  1477.     }
  1478.     /**
  1479.      * Gets the public 'App\FHI360\Access\Portal\Controller\UpdateLaborRatesController' shared autowired service.
  1480.      *
  1481.      * @return \App\FHI360\Access\Portal\Controller\UpdateLaborRatesController
  1482.      */
  1483.     protected function getUpdateLaborRatesControllerService()
  1484.     {
  1485.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareInterface.php';
  1486.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareTrait.php';
  1487.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  1488.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/Controller.php';
  1489.         include_once \dirname(__DIR__4).'/src/FHI360/Access/Portal/Controller/UpdateLaborRatesController.php';
  1490.         return $this->services['App\\FHI360\\Access\\Portal\\Controller\\UpdateLaborRatesController'] = new \App\FHI360\Access\Portal\Controller\UpdateLaborRatesController();
  1491.     }
  1492.     /**
  1493.      * Gets the public 'App\FHI360\Access\Portal\Controller\UserManagementController' shared autowired service.
  1494.      *
  1495.      * @return \App\FHI360\Access\Portal\Controller\UserManagementController
  1496.      */
  1497.     protected function getUserManagementControllerService()
  1498.     {
  1499.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareInterface.php';
  1500.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareTrait.php';
  1501.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  1502.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/Controller.php';
  1503.         include_once \dirname(__DIR__4).'/src/FHI360/Access/Portal/Controller/UserManagementController.php';
  1504.         return $this->services['App\\FHI360\\Access\\Portal\\Controller\\UserManagementController'] = new \App\FHI360\Access\Portal\Controller\UserManagementController();
  1505.     }
  1506.     /**
  1507.      * Gets the public 'App\FHI360\Access\Portal\Controller\UserPreferenceController' shared autowired service.
  1508.      *
  1509.      * @return \App\FHI360\Access\Portal\Controller\UserPreferenceController
  1510.      */
  1511.     protected function getUserPreferenceControllerService()
  1512.     {
  1513.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareInterface.php';
  1514.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareTrait.php';
  1515.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  1516.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/Controller.php';
  1517.         include_once \dirname(__DIR__4).'/src/FHI360/Access/Portal/Controller/AbstractAppController.php';
  1518.         include_once \dirname(__DIR__4).'/src/FHI360/Access/Portal/Controller/FormController.php';
  1519.         include_once \dirname(__DIR__4).'/src/FHI360/Access/Portal/Controller/UserPreferenceController.php';
  1520.         return $this->services['App\\FHI360\\Access\\Portal\\Controller\\UserPreferenceController'] = new \App\FHI360\Access\Portal\Controller\UserPreferenceController();
  1521.     }
  1522.     /**
  1523.      * Gets the public 'App\FHI360\Access\Portal\Controller\UserProfileController' shared autowired service.
  1524.      *
  1525.      * @return \App\FHI360\Access\Portal\Controller\UserProfileController
  1526.      */
  1527.     protected function getUserProfileControllerService()
  1528.     {
  1529.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareInterface.php';
  1530.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareTrait.php';
  1531.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  1532.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/Controller.php';
  1533.         include_once \dirname(__DIR__4).'/src/FHI360/Access/Portal/Controller/UserProfileController.php';
  1534.         return $this->services['App\\FHI360\\Access\\Portal\\Controller\\UserProfileController'] = new \App\FHI360\Access\Portal\Controller\UserProfileController();
  1535.     }
  1536.     /**
  1537.      * Gets the public 'App\FHI360\Access\Portal\Controller\VerifyAuthTokenController' shared autowired service.
  1538.      *
  1539.      * @return \App\FHI360\Access\Portal\Controller\VerifyAuthTokenController
  1540.      */
  1541.     protected function getVerifyAuthTokenControllerService()
  1542.     {
  1543.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareInterface.php';
  1544.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareTrait.php';
  1545.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  1546.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/Controller.php';
  1547.         include_once \dirname(__DIR__4).'/src/FHI360/Access/Portal/Controller/VerifyAuthTokenController.php';
  1548.         return $this->services['App\\FHI360\\Access\\Portal\\Controller\\VerifyAuthTokenController'] = new \App\FHI360\Access\Portal\Controller\VerifyAuthTokenController();
  1549.     }
  1550.     /**
  1551.      * Gets the public 'App\FHI360\Access\Portal\Controller\VideosController' shared autowired service.
  1552.      *
  1553.      * @return \App\FHI360\Access\Portal\Controller\VideosController
  1554.      */
  1555.     protected function getVideosController2Service()
  1556.     {
  1557.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareInterface.php';
  1558.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareTrait.php';
  1559.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  1560.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/Controller.php';
  1561.         include_once \dirname(__DIR__4).'/src/FHI360/Access/Portal/Controller/VideosController.php';
  1562.         return $this->services['App\\FHI360\\Access\\Portal\\Controller\\VideosController'] = new \App\FHI360\Access\Portal\Controller\VideosController();
  1563.     }
  1564.     /**
  1565.      * Gets the public 'Doctrine\Bundle\DoctrineBundle\Controller\ProfilerController' shared service.
  1566.      *
  1567.      * @return \Doctrine\Bundle\DoctrineBundle\Controller\ProfilerController
  1568.      */
  1569.     protected function getProfilerControllerService()
  1570.     {
  1571.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Controller/ProfilerController.php';
  1572.         return $this->services['Doctrine\\Bundle\\DoctrineBundle\\Controller\\ProfilerController'] = new \Doctrine\Bundle\DoctrineBundle\Controller\ProfilerController(($this->services['twig'] ?? $this->getTwigService()), ($this->services['doctrine'] ?? $this->getDoctrineService()), ($this->services['profiler'] ?? $this->getProfilerService()));
  1573.     }
  1574.     /**
  1575.      * Gets the public 'Symfony\Bundle\FrameworkBundle\Controller\RedirectController' shared service.
  1576.      *
  1577.      * @return \Symfony\Bundle\FrameworkBundle\Controller\RedirectController
  1578.      */
  1579.     protected function getRedirectControllerService()
  1580.     {
  1581.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/RedirectController.php';
  1582.         return $this->services['Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController'] = new \Symfony\Bundle\FrameworkBundle\Controller\RedirectController(($this->services['router'] ?? $this->getRouterService()), 80443);
  1583.     }
  1584.     /**
  1585.      * Gets the public 'Symfony\Bundle\FrameworkBundle\Controller\TemplateController' shared service.
  1586.      *
  1587.      * @return \Symfony\Bundle\FrameworkBundle\Controller\TemplateController
  1588.      */
  1589.     protected function getTemplateControllerService()
  1590.     {
  1591.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/TemplateController.php';
  1592.         return $this->services['Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController'] = new \Symfony\Bundle\FrameworkBundle\Controller\TemplateController(($this->services['twig'] ?? $this->getTwigService()), ($this->services['templating'] ?? $this->getTemplatingService()));
  1593.     }
  1594.     /**
  1595.      * Gets the public 'access_service' shared autowired service.
  1596.      *
  1597.      * @return \App\FHI360\Access\Suite\Service\AccessService
  1598.      */
  1599.     protected function getAccessServiceService()
  1600.     {
  1601.         include_once \dirname(__DIR__4).'/src/FHI360/Access/Suite/Service/AccessService.php';
  1602.         return $this->services['access_service'] = new \App\FHI360\Access\Suite\Service\AccessService(($this->services['doctrine.dbal.suitecrm_connection'] ?? $this->getDoctrine_Dbal_SuitecrmConnectionService()), $this);
  1603.     }
  1604.     /**
  1605.      * Gets the public 'cache.app' shared service.
  1606.      *
  1607.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1608.      */
  1609.     protected function getCache_AppService()
  1610.     {
  1611.         $a = new \Symfony\Component\Cache\Adapter\FilesystemAdapter('uvlv99RqgH'0, ($this->targetDir.''.'/pools'), new \Symfony\Component\Cache\Marshaller\DefaultMarshaller(NULL));
  1612.         $a->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  1613.         return $this->services['cache.app'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter($a);
  1614.     }
  1615.     /**
  1616.      * Gets the public 'cache.app_clearer' shared service.
  1617.      *
  1618.      * @return \Symfony\Component\HttpKernel\CacheClearer\Psr6CacheClearer
  1619.      */
  1620.     protected function getCache_AppClearerService()
  1621.     {
  1622.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/CacheClearerInterface.php';
  1623.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/Psr6CacheClearer.php';
  1624.         return $this->services['cache.app_clearer'] = new \Symfony\Component\HttpKernel\CacheClearer\Psr6CacheClearer(['cache.app' => ($this->services['cache.app'] ?? $this->getCache_AppService())]);
  1625.     }
  1626.     /**
  1627.      * Gets the public 'cache.global_clearer' shared service.
  1628.      *
  1629.      * @return \Symfony\Component\HttpKernel\CacheClearer\Psr6CacheClearer
  1630.      */
  1631.     protected function getCache_GlobalClearerService()
  1632.     {
  1633.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/CacheClearerInterface.php';
  1634.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/Psr6CacheClearer.php';
  1635.         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.security_expression_language' => ($this->privates['cache.security_expression_language'] ?? $this->getCache_SecurityExpressionLanguageService()), 'cache.doctrine.orm.default.result' => ($this->privates['cache.doctrine.orm.default.result'] ?? $this->getCache_Doctrine_Orm_Default_ResultService()), 'cache.doctrine.orm.default.query' => ($this->privates['cache.doctrine.orm.default.query'] ?? $this->getCache_Doctrine_Orm_Default_QueryService()), 'cache.doctrine.orm.suitecrm.result' => ($this->privates['cache.doctrine.orm.suitecrm.result'] ?? $this->getCache_Doctrine_Orm_Suitecrm_ResultService()), 'cache.doctrine.orm.suitecrm.query' => ($this->privates['cache.doctrine.orm.suitecrm.query'] ?? $this->getCache_Doctrine_Orm_Suitecrm_QueryService()), 'cache.webpack_encore' => ($this->privates['cache.webpack_encore'] ?? $this->getCache_WebpackEncoreService())]);
  1636.     }
  1637.     /**
  1638.      * Gets the public 'cache.system' shared service.
  1639.      *
  1640.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1641.      */
  1642.     protected function getCache_SystemService()
  1643.     {
  1644.         return $this->services['cache.system'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('z2iI9Y6BqT'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  1645.     }
  1646.     /**
  1647.      * Gets the public 'cache.system_clearer' shared service.
  1648.      *
  1649.      * @return \Symfony\Component\HttpKernel\CacheClearer\Psr6CacheClearer
  1650.      */
  1651.     protected function getCache_SystemClearerService()
  1652.     {
  1653.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/CacheClearerInterface.php';
  1654.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/Psr6CacheClearer.php';
  1655.         return $this->services['cache.system_clearer'] = new \Symfony\Component\HttpKernel\CacheClearer\Psr6CacheClearer(['cache.system' => ($this->services['cache.system'] ?? $this->getCache_SystemService()), 'cache.validator' => ($this->privates['cache.validator'] ?? $this->getCache_ValidatorService()), 'cache.serializer' => ($this->privates['cache.serializer'] ?? $this->getCache_SerializerService()), 'cache.annotations' => ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService()), 'cache.property_info' => ($this->privates['cache.property_info'] ?? $this->getCache_PropertyInfoService()), 'cache.security_expression_language' => ($this->privates['cache.security_expression_language'] ?? $this->getCache_SecurityExpressionLanguageService()), 'cache.webpack_encore' => ($this->privates['cache.webpack_encore'] ?? $this->getCache_WebpackEncoreService())]);
  1656.     }
  1657.     /**
  1658.      * Gets the public 'cache_clearer' shared service.
  1659.      *
  1660.      * @return \Symfony\Component\HttpKernel\CacheClearer\ChainCacheClearer
  1661.      */
  1662.     protected function getCacheClearerService()
  1663.     {
  1664.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/CacheClearerInterface.php';
  1665.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/ChainCacheClearer.php';
  1666.         return $this->services['cache_clearer'] = new \Symfony\Component\HttpKernel\CacheClearer\ChainCacheClearer(new RewindableGenerator(function () {
  1667.             yield => ($this->services['cache.system_clearer'] ?? $this->getCache_SystemClearerService());
  1668.         }, 1));
  1669.     }
  1670.     /**
  1671.      * Gets the public 'cache_warmer' shared service.
  1672.      *
  1673.      * @return \Symfony\Component\HttpKernel\CacheWarmer\CacheWarmerAggregate
  1674.      */
  1675.     protected function getCacheWarmerService()
  1676.     {
  1677.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  1678.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerAggregate.php';
  1679.         return $this->services['cache_warmer'] = new \Symfony\Component\HttpKernel\CacheWarmer\CacheWarmerAggregate(new RewindableGenerator(function () {
  1680.             yield => ($this->privates['templating.cache_warmer.template_paths'] ?? $this->getTemplating_CacheWarmer_TemplatePathsService());
  1681.             yield => ($this->privates['validator.mapping.cache_warmer'] ?? $this->getValidator_Mapping_CacheWarmerService());
  1682.             yield => ($this->privates['translation.warmer'] ?? $this->getTranslation_WarmerService());
  1683.             yield => ($this->privates['router.cache_warmer'] ?? $this->getRouter_CacheWarmerService());
  1684.             yield => ($this->privates['annotations.cache_warmer'] ?? $this->getAnnotations_CacheWarmerService());
  1685.             yield => ($this->privates['twig.cache_warmer'] ?? $this->getTwig_CacheWarmerService());
  1686.             yield => ($this->privates['twig.template_cache_warmer'] ?? $this->getTwig_TemplateCacheWarmerService());
  1687.             yield => ($this->privates['doctrine.orm.proxy_cache_warmer'] ?? $this->getDoctrine_Orm_ProxyCacheWarmerService());
  1688.             yield => ($this->privates['webpack_encore.entrypoint_lookup.cache_warmer'] ?? ($this->privates['webpack_encore.entrypoint_lookup.cache_warmer'] = new \Symfony\WebpackEncoreBundle\CacheWarmer\EntrypointCacheWarmer(['_default' => (\dirname(__DIR__4).'/public/bundles/build/entrypoints.json')], ($this->targetDir.''.'/webpack_encore.cache.php'))));
  1689.         }, 9), true, ($this->targetDir.''.'/srcApp_KernelDevDebugContainerDeprecations.log'));
  1690.     }
  1691.     /**
  1692.      * Gets the public 'console.command.public_alias.script_rename_payments' shared autowired service.
  1693.      *
  1694.      * @return \App\FHI360\Access\Portal\Command\RenamePaymentsCommand
  1695.      */
  1696.     protected function getConsole_Command_PublicAlias_ScriptRenamePaymentsService()
  1697.     {
  1698.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  1699.         include_once \dirname(__DIR__4).'/src/FHI360/Access/Portal/Command/RenamePaymentsCommand.php';
  1700.         return $this->services['console.command.public_alias.script_rename_payments'] = new \App\FHI360\Access\Portal\Command\RenamePaymentsCommand(($this->services['doctrine.dbal.default_connection'] ?? $this->getDoctrine_Dbal_DefaultConnectionService()));
  1701.     }
  1702.     /**
  1703.      * Gets the public 'console.command.public_alias.script_rename_reports' shared autowired service.
  1704.      *
  1705.      * @return \App\FHI360\Access\Portal\Command\RenameReportsCommand
  1706.      */
  1707.     protected function getConsole_Command_PublicAlias_ScriptRenameReportsService()
  1708.     {
  1709.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  1710.         include_once \dirname(__DIR__4).'/src/FHI360/Access/Portal/Command/RenameReportsCommand.php';
  1711.         return $this->services['console.command.public_alias.script_rename_reports'] = new \App\FHI360\Access\Portal\Command\RenameReportsCommand(($this->services['doctrine.dbal.default_connection'] ?? $this->getDoctrine_Dbal_DefaultConnectionService()));
  1712.     }
  1713.     /**
  1714.      * Gets the public 'console.command.public_alias.test_cli_db_setup' shared autowired service.
  1715.      *
  1716.      * @return \App\FHI360\Access\Portal\Command\TestDbSetupCommand
  1717.      */
  1718.     protected function getConsole_Command_PublicAlias_TestCliDbSetupService()
  1719.     {
  1720.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  1721.         include_once \dirname(__DIR__4).'/src/FHI360/Access/Portal/Command/TestDbSetupCommand.php';
  1722.         return $this->services['console.command.public_alias.test_cli_db_setup'] = new \App\FHI360\Access\Portal\Command\TestDbSetupCommand(($this->services['doctrine.dbal.default_connection'] ?? $this->getDoctrine_Dbal_DefaultConnectionService()), $this);
  1723.     }
  1724.     /**
  1725.      * Gets the public 'console.command.public_alias.test_cli_queue' shared autowired service.
  1726.      *
  1727.      * @return \App\FHI360\Access\Portal\Command\TestQueueCommand
  1728.      */
  1729.     protected function getConsole_Command_PublicAlias_TestCliQueueService()
  1730.     {
  1731.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  1732.         include_once \dirname(__DIR__4).'/src/FHI360/Access/Portal/Command/TestQueueCommand.php';
  1733.         return $this->services['console.command.public_alias.test_cli_queue'] = new \App\FHI360\Access\Portal\Command\TestQueueCommand(($this->services['doctrine.dbal.default_connection'] ?? $this->getDoctrine_Dbal_DefaultConnectionService()));
  1734.     }
  1735.     /**
  1736.      * Gets the public 'console.command.public_alias.test_cli_queue_reset' shared autowired service.
  1737.      *
  1738.      * @return \App\FHI360\Access\Portal\Command\TestQueueResetCommand
  1739.      */
  1740.     protected function getConsole_Command_PublicAlias_TestCliQueueResetService()
  1741.     {
  1742.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  1743.         include_once \dirname(__DIR__4).'/src/FHI360/Access/Portal/Command/TestQueueResetCommand.php';
  1744.         return $this->services['console.command.public_alias.test_cli_queue_reset'] = new \App\FHI360\Access\Portal\Command\TestQueueResetCommand(($this->services['doctrine.dbal.default_connection'] ?? $this->getDoctrine_Dbal_DefaultConnectionService()), $this);
  1745.     }
  1746.     /**
  1747.      * Gets the public 'console.command.public_alias.test_cli_run' shared autowired service.
  1748.      *
  1749.      * @return \App\FHI360\Access\Portal\Command\TestRunCommand
  1750.      */
  1751.     protected function getConsole_Command_PublicAlias_TestCliRunService()
  1752.     {
  1753.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  1754.         include_once \dirname(__DIR__4).'/src/FHI360/Access/Portal/Command/TestRunCommand.php';
  1755.         return $this->services['console.command.public_alias.test_cli_run'] = new \App\FHI360\Access\Portal\Command\TestRunCommand(($this->services['doctrine.dbal.default_connection'] ?? $this->getDoctrine_Dbal_DefaultConnectionService()), $this);
  1756.     }
  1757.     /**
  1758.      * Gets the public 'console.command_loader' shared service.
  1759.      *
  1760.      * @return \Symfony\Component\Console\CommandLoader\ContainerCommandLoader
  1761.      */
  1762.     protected function getConsole_CommandLoaderService()
  1763.     {
  1764.         include_once \dirname(__DIR__4).'/vendor/symfony/console/CommandLoader/CommandLoaderInterface.php';
  1765.         include_once \dirname(__DIR__4).'/vendor/symfony/console/CommandLoader/ContainerCommandLoader.php';
  1766.         return $this->services['console.command_loader'] = new \Symfony\Component\Console\CommandLoader\ContainerCommandLoader(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1767.             'Doctrine\\DBAL\\Tools\\Console\\Command\\RunSqlCommand' => ['privates''Doctrine\\DBAL\\Tools\\Console\\Command\\RunSqlCommand''getRunSqlCommandService'false],
  1768.             'console.command.about' => ['privates''console.command.about''getConsole_Command_AboutService'false],
  1769.             'console.command.assets_install' => ['privates''console.command.assets_install''getConsole_Command_AssetsInstallService'false],
  1770.             'console.command.cache_clear' => ['privates''console.command.cache_clear''getConsole_Command_CacheClearService'false],
  1771.             'console.command.cache_pool_clear' => ['privates''console.command.cache_pool_clear''getConsole_Command_CachePoolClearService'false],
  1772.             'console.command.cache_pool_delete' => ['privates''console.command.cache_pool_delete''getConsole_Command_CachePoolDeleteService'false],
  1773.             'console.command.cache_pool_list' => ['privates''console.command.cache_pool_list''getConsole_Command_CachePoolListService'false],
  1774.             'console.command.cache_pool_prune' => ['privates''console.command.cache_pool_prune''getConsole_Command_CachePoolPruneService'false],
  1775.             'console.command.cache_warmup' => ['privates''console.command.cache_warmup''getConsole_Command_CacheWarmupService'false],
  1776.             'console.command.config_debug' => ['privates''console.command.config_debug''getConsole_Command_ConfigDebugService'false],
  1777.             'console.command.config_dump_reference' => ['privates''console.command.config_dump_reference''getConsole_Command_ConfigDumpReferenceService'false],
  1778.             'console.command.container_debug' => ['privates''console.command.container_debug''getConsole_Command_ContainerDebugService'false],
  1779.             'console.command.container_lint' => ['privates''console.command.container_lint''getConsole_Command_ContainerLintService'false],
  1780.             'console.command.debug_autowiring' => ['privates''console.command.debug_autowiring''getConsole_Command_DebugAutowiringService'false],
  1781.             'console.command.event_dispatcher_debug' => ['privates''console.command.event_dispatcher_debug''getConsole_Command_EventDispatcherDebugService'false],
  1782.             'console.command.form_debug' => ['privates''console.command.form_debug''getConsole_Command_FormDebugService'false],
  1783.             'console.command.router_debug' => ['privates''console.command.router_debug''getConsole_Command_RouterDebugService'false],
  1784.             'console.command.router_match' => ['privates''console.command.router_match''getConsole_Command_RouterMatchService'false],
  1785.             'console.command.secrets_decrypt_to_local' => ['privates''console.command.secrets_decrypt_to_local''getConsole_Command_SecretsDecryptToLocalService'false],
  1786.             'console.command.secrets_encrypt_from_local' => ['privates''console.command.secrets_encrypt_from_local''getConsole_Command_SecretsEncryptFromLocalService'false],
  1787.             'console.command.secrets_generate_key' => ['privates''console.command.secrets_generate_key''getConsole_Command_SecretsGenerateKeyService'false],
  1788.             'console.command.secrets_list' => ['privates''console.command.secrets_list''getConsole_Command_SecretsListService'false],
  1789.             'console.command.secrets_remove' => ['privates''console.command.secrets_remove''getConsole_Command_SecretsRemoveService'false],
  1790.             'console.command.secrets_set' => ['privates''console.command.secrets_set''getConsole_Command_SecretsSetService'false],
  1791.             'console.command.translation_debug' => ['privates''console.command.translation_debug''getConsole_Command_TranslationDebugService'false],
  1792.             'console.command.translation_update' => ['privates''console.command.translation_update''getConsole_Command_TranslationUpdateService'false],
  1793.             'console.command.xliff_lint' => ['privates''console.command.xliff_lint''getConsole_Command_XliffLintService'false],
  1794.             'console.command.yaml_lint' => ['privates''console.command.yaml_lint''getConsole_Command_YamlLintService'false],
  1795.             'doctrine.cache_clear_metadata_command' => ['privates''doctrine.cache_clear_metadata_command''getDoctrine_CacheClearMetadataCommandService'false],
  1796.             'doctrine.cache_clear_query_cache_command' => ['privates''doctrine.cache_clear_query_cache_command''getDoctrine_CacheClearQueryCacheCommandService'false],
  1797.             'doctrine.cache_clear_result_command' => ['privates''doctrine.cache_clear_result_command''getDoctrine_CacheClearResultCommandService'false],
  1798.             'doctrine.cache_collection_region_command' => ['privates''doctrine.cache_collection_region_command''getDoctrine_CacheCollectionRegionCommandService'false],
  1799.             'doctrine.clear_entity_region_command' => ['privates''doctrine.clear_entity_region_command''getDoctrine_ClearEntityRegionCommandService'false],
  1800.             'doctrine.clear_query_region_command' => ['privates''doctrine.clear_query_region_command''getDoctrine_ClearQueryRegionCommandService'false],
  1801.             'doctrine.database_create_command' => ['privates''doctrine.database_create_command''getDoctrine_DatabaseCreateCommandService'false],
  1802.             'doctrine.database_drop_command' => ['privates''doctrine.database_drop_command''getDoctrine_DatabaseDropCommandService'false],
  1803.             'doctrine.database_import_command' => ['privates''doctrine.database_import_command''getDoctrine_DatabaseImportCommandService'false],
  1804.             'doctrine.ensure_production_settings_command' => ['privates''doctrine.ensure_production_settings_command''getDoctrine_EnsureProductionSettingsCommandService'false],
  1805.             'doctrine.mapping_convert_command' => ['privates''doctrine.mapping_convert_command''getDoctrine_MappingConvertCommandService'false],
  1806.             'doctrine.mapping_import_command' => ['privates''doctrine.mapping_import_command''getDoctrine_MappingImportCommandService'false],
  1807.             'doctrine.mapping_info_command' => ['privates''doctrine.mapping_info_command''getDoctrine_MappingInfoCommandService'false],
  1808.             'doctrine.query_dql_command' => ['privates''doctrine.query_dql_command''getDoctrine_QueryDqlCommandService'false],
  1809.             'doctrine.query_sql_command' => ['privates''doctrine.query_sql_command''getDoctrine_QuerySqlCommandService'false],
  1810.             'doctrine.schema_create_command' => ['privates''doctrine.schema_create_command''getDoctrine_SchemaCreateCommandService'false],
  1811.             'doctrine.schema_drop_command' => ['privates''doctrine.schema_drop_command''getDoctrine_SchemaDropCommandService'false],
  1812.             'doctrine.schema_update_command' => ['privates''doctrine.schema_update_command''getDoctrine_SchemaUpdateCommandService'false],
  1813.             'doctrine.schema_validate_command' => ['privates''doctrine.schema_validate_command''getDoctrine_SchemaValidateCommandService'false],
  1814.             'doctrine_migrations.current_command' => ['privates''doctrine_migrations.current_command''getDoctrineMigrations_CurrentCommandService'false],
  1815.             'doctrine_migrations.diff_command' => ['privates''doctrine_migrations.diff_command''getDoctrineMigrations_DiffCommandService'false],
  1816.             'doctrine_migrations.dump_schema_command' => ['privates''doctrine_migrations.dump_schema_command''getDoctrineMigrations_DumpSchemaCommandService'false],
  1817.             'doctrine_migrations.execute_command' => ['privates''doctrine_migrations.execute_command''getDoctrineMigrations_ExecuteCommandService'false],
  1818.             'doctrine_migrations.generate_command' => ['privates''doctrine_migrations.generate_command''getDoctrineMigrations_GenerateCommandService'false],
  1819.             'doctrine_migrations.latest_command' => ['privates''doctrine_migrations.latest_command''getDoctrineMigrations_LatestCommandService'false],
  1820.             'doctrine_migrations.migrate_command' => ['privates''doctrine_migrations.migrate_command''getDoctrineMigrations_MigrateCommandService'false],
  1821.             'doctrine_migrations.rollup_command' => ['privates''doctrine_migrations.rollup_command''getDoctrineMigrations_RollupCommandService'false],
  1822.             'doctrine_migrations.status_command' => ['privates''doctrine_migrations.status_command''getDoctrineMigrations_StatusCommandService'false],
  1823.             'doctrine_migrations.sync_metadata_command' => ['privates''doctrine_migrations.sync_metadata_command''getDoctrineMigrations_SyncMetadataCommandService'false],
  1824.             'doctrine_migrations.up_to_date_command' => ['privates''doctrine_migrations.up_to_date_command''getDoctrineMigrations_UpToDateCommandService'false],
  1825.             'doctrine_migrations.version_command' => ['privates''doctrine_migrations.version_command''getDoctrineMigrations_VersionCommandService'false],
  1826.             'doctrine_migrations.versions_command' => ['privates''doctrine_migrations.versions_command''getDoctrineMigrations_VersionsCommandService'false],
  1827.             'maker.auto_command.make_auth' => ['privates''maker.auto_command.make_auth''getMaker_AutoCommand_MakeAuthService'false],
  1828.             'maker.auto_command.make_command' => ['privates''maker.auto_command.make_command''getMaker_AutoCommand_MakeCommandService'false],
  1829.             'maker.auto_command.make_controller' => ['privates''maker.auto_command.make_controller''getMaker_AutoCommand_MakeControllerService'false],
  1830.             'maker.auto_command.make_crud' => ['privates''maker.auto_command.make_crud''getMaker_AutoCommand_MakeCrudService'false],
  1831.             'maker.auto_command.make_docker_database' => ['privates''maker.auto_command.make_docker_database''getMaker_AutoCommand_MakeDockerDatabaseService'false],
  1832.             'maker.auto_command.make_entity' => ['privates''maker.auto_command.make_entity''getMaker_AutoCommand_MakeEntityService'false],
  1833.             'maker.auto_command.make_fixtures' => ['privates''maker.auto_command.make_fixtures''getMaker_AutoCommand_MakeFixturesService'false],
  1834.             'maker.auto_command.make_form' => ['privates''maker.auto_command.make_form''getMaker_AutoCommand_MakeFormService'false],
  1835.             'maker.auto_command.make_message' => ['privates''maker.auto_command.make_message''getMaker_AutoCommand_MakeMessageService'false],
  1836.             'maker.auto_command.make_messenger_middleware' => ['privates''maker.auto_command.make_messenger_middleware''getMaker_AutoCommand_MakeMessengerMiddlewareService'false],
  1837.             'maker.auto_command.make_migration' => ['privates''maker.auto_command.make_migration''getMaker_AutoCommand_MakeMigrationService'false],
  1838.             'maker.auto_command.make_registration_form' => ['privates''maker.auto_command.make_registration_form''getMaker_AutoCommand_MakeRegistrationFormService'false],
  1839.             'maker.auto_command.make_reset_password' => ['privates''maker.auto_command.make_reset_password''getMaker_AutoCommand_MakeResetPasswordService'false],
  1840.             'maker.auto_command.make_serializer_encoder' => ['privates''maker.auto_command.make_serializer_encoder''getMaker_AutoCommand_MakeSerializerEncoderService'false],
  1841.             'maker.auto_command.make_serializer_normalizer' => ['privates''maker.auto_command.make_serializer_normalizer''getMaker_AutoCommand_MakeSerializerNormalizerService'false],
  1842.             'maker.auto_command.make_subscriber' => ['privates''maker.auto_command.make_subscriber''getMaker_AutoCommand_MakeSubscriberService'false],
  1843.             'maker.auto_command.make_test' => ['privates''maker.auto_command.make_test''getMaker_AutoCommand_MakeTestService'false],
  1844.             'maker.auto_command.make_twig_extension' => ['privates''maker.auto_command.make_twig_extension''getMaker_AutoCommand_MakeTwigExtensionService'false],
  1845.             'maker.auto_command.make_user' => ['privates''maker.auto_command.make_user''getMaker_AutoCommand_MakeUserService'false],
  1846.             'maker.auto_command.make_validator' => ['privates''maker.auto_command.make_validator''getMaker_AutoCommand_MakeValidatorService'false],
  1847.             'maker.auto_command.make_voter' => ['privates''maker.auto_command.make_voter''getMaker_AutoCommand_MakeVoterService'false],
  1848.             'monolog.command.server_log' => ['privates''monolog.command.server_log''getMonolog_Command_ServerLogService'false],
  1849.             'security.command.user_password_encoder' => ['privates''security.command.user_password_encoder''getSecurity_Command_UserPasswordEncoderService'false],
  1850.             'twig.command.debug' => ['privates''twig.command.debug''getTwig_Command_DebugService'false],
  1851.             'twig.command.lint' => ['privates''twig.command.lint''getTwig_Command_LintService'false],
  1852.             'var_dumper.command.server_dump' => ['privates''var_dumper.command.server_dump''getVarDumper_Command_ServerDumpService'false],
  1853.         ], [
  1854.             'Doctrine\\DBAL\\Tools\\Console\\Command\\RunSqlCommand' => 'Doctrine\\DBAL\\Tools\\Console\\Command\\RunSqlCommand',
  1855.             'console.command.about' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\AboutCommand',
  1856.             'console.command.assets_install' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\AssetsInstallCommand',
  1857.             'console.command.cache_clear' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\CacheClearCommand',
  1858.             'console.command.cache_pool_clear' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\CachePoolClearCommand',
  1859.             'console.command.cache_pool_delete' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\CachePoolDeleteCommand',
  1860.             'console.command.cache_pool_list' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\CachePoolListCommand',
  1861.             'console.command.cache_pool_prune' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\CachePoolPruneCommand',
  1862.             'console.command.cache_warmup' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\CacheWarmupCommand',
  1863.             'console.command.config_debug' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\ConfigDebugCommand',
  1864.             'console.command.config_dump_reference' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\ConfigDumpReferenceCommand',
  1865.             'console.command.container_debug' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\ContainerDebugCommand',
  1866.             'console.command.container_lint' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\ContainerLintCommand',
  1867.             'console.command.debug_autowiring' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\DebugAutowiringCommand',
  1868.             'console.command.event_dispatcher_debug' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\EventDispatcherDebugCommand',
  1869.             'console.command.form_debug' => 'Symfony\\Component\\Form\\Command\\DebugCommand',
  1870.             'console.command.router_debug' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\RouterDebugCommand',
  1871.             'console.command.router_match' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\RouterMatchCommand',
  1872.             'console.command.secrets_decrypt_to_local' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\SecretsDecryptToLocalCommand',
  1873.             'console.command.secrets_encrypt_from_local' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\SecretsEncryptFromLocalCommand',
  1874.             'console.command.secrets_generate_key' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\SecretsGenerateKeysCommand',
  1875.             'console.command.secrets_list' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\SecretsListCommand',
  1876.             'console.command.secrets_remove' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\SecretsRemoveCommand',
  1877.             'console.command.secrets_set' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\SecretsSetCommand',
  1878.             'console.command.translation_debug' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\TranslationDebugCommand',
  1879.             'console.command.translation_update' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\TranslationUpdateCommand',
  1880.             'console.command.xliff_lint' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\XliffLintCommand',
  1881.             'console.command.yaml_lint' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\YamlLintCommand',
  1882.             'doctrine.cache_clear_metadata_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\ClearMetadataCacheDoctrineCommand',
  1883.             'doctrine.cache_clear_query_cache_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\ClearQueryCacheDoctrineCommand',
  1884.             'doctrine.cache_clear_result_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\ClearResultCacheDoctrineCommand',
  1885.             'doctrine.cache_collection_region_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\CollectionRegionDoctrineCommand',
  1886.             'doctrine.clear_entity_region_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\EntityRegionCacheDoctrineCommand',
  1887.             'doctrine.clear_query_region_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\QueryRegionCacheDoctrineCommand',
  1888.             'doctrine.database_create_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\CreateDatabaseDoctrineCommand',
  1889.             'doctrine.database_drop_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\DropDatabaseDoctrineCommand',
  1890.             'doctrine.database_import_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\ImportDoctrineCommand',
  1891.             'doctrine.ensure_production_settings_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\EnsureProductionSettingsDoctrineCommand',
  1892.             'doctrine.mapping_convert_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\ConvertMappingDoctrineCommand',
  1893.             'doctrine.mapping_import_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\ImportMappingDoctrineCommand',
  1894.             'doctrine.mapping_info_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\InfoDoctrineCommand',
  1895.             'doctrine.query_dql_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\RunDqlDoctrineCommand',
  1896.             'doctrine.query_sql_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\RunSqlDoctrineCommand',
  1897.             'doctrine.schema_create_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\CreateSchemaDoctrineCommand',
  1898.             'doctrine.schema_drop_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\DropSchemaDoctrineCommand',
  1899.             'doctrine.schema_update_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\UpdateSchemaDoctrineCommand',
  1900.             'doctrine.schema_validate_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\ValidateSchemaCommand',
  1901.             'doctrine_migrations.current_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\CurrentCommand',
  1902.             'doctrine_migrations.diff_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\DiffCommand',
  1903.             'doctrine_migrations.dump_schema_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\DumpSchemaCommand',
  1904.             'doctrine_migrations.execute_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\ExecuteCommand',
  1905.             'doctrine_migrations.generate_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\GenerateCommand',
  1906.             'doctrine_migrations.latest_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\LatestCommand',
  1907.             'doctrine_migrations.migrate_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\MigrateCommand',
  1908.             'doctrine_migrations.rollup_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\RollupCommand',
  1909.             'doctrine_migrations.status_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\StatusCommand',
  1910.             'doctrine_migrations.sync_metadata_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\SyncMetadataCommand',
  1911.             'doctrine_migrations.up_to_date_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\UpToDateCommand',
  1912.             'doctrine_migrations.version_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\VersionCommand',
  1913.             'doctrine_migrations.versions_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\ListCommand',
  1914.             'maker.auto_command.make_auth' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  1915.             'maker.auto_command.make_command' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  1916.             'maker.auto_command.make_controller' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  1917.             'maker.auto_command.make_crud' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  1918.             'maker.auto_command.make_docker_database' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  1919.             'maker.auto_command.make_entity' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  1920.             'maker.auto_command.make_fixtures' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  1921.             'maker.auto_command.make_form' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  1922.             'maker.auto_command.make_message' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  1923.             'maker.auto_command.make_messenger_middleware' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  1924.             'maker.auto_command.make_migration' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  1925.             'maker.auto_command.make_registration_form' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  1926.             'maker.auto_command.make_reset_password' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  1927.             'maker.auto_command.make_serializer_encoder' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  1928.             'maker.auto_command.make_serializer_normalizer' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  1929.             'maker.auto_command.make_subscriber' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  1930.             'maker.auto_command.make_test' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  1931.             'maker.auto_command.make_twig_extension' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  1932.             'maker.auto_command.make_user' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  1933.             'maker.auto_command.make_validator' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  1934.             'maker.auto_command.make_voter' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  1935.             'monolog.command.server_log' => 'Symfony\\Bridge\\Monolog\\Command\\ServerLogCommand',
  1936.             'security.command.user_password_encoder' => 'Symfony\\Bundle\\SecurityBundle\\Command\\UserPasswordEncoderCommand',
  1937.             'twig.command.debug' => 'Symfony\\Bridge\\Twig\\Command\\DebugCommand',
  1938.             'twig.command.lint' => 'Symfony\\Bundle\\TwigBundle\\Command\\LintCommand',
  1939.             'var_dumper.command.server_dump' => 'Symfony\\Component\\VarDumper\\Command\\ServerDumpCommand',
  1940.         ]), ['about' => 'console.command.about''assets:install' => 'console.command.assets_install''cache:clear' => 'console.command.cache_clear''cache:pool:clear' => 'console.command.cache_pool_clear''cache:pool:prune' => 'console.command.cache_pool_prune''cache:pool:delete' => 'console.command.cache_pool_delete''cache:pool:list' => 'console.command.cache_pool_list''cache:warmup' => 'console.command.cache_warmup''debug:config' => 'console.command.config_debug''config:dump-reference' => 'console.command.config_dump_reference''debug:container' => 'console.command.container_debug''lint:container' => 'console.command.container_lint''debug:autowiring' => 'console.command.debug_autowiring''debug:event-dispatcher' => 'console.command.event_dispatcher_debug''debug:router' => 'console.command.router_debug''router:match' => 'console.command.router_match''debug:translation' => 'console.command.translation_debug''translation:update' => 'console.command.translation_update''lint:xliff' => 'console.command.xliff_lint''lint:yaml' => 'console.command.yaml_lint''debug:form' => 'console.command.form_debug''secrets:set' => 'console.command.secrets_set''secrets:remove' => 'console.command.secrets_remove''secrets:generate-keys' => 'console.command.secrets_generate_key''secrets:list' => 'console.command.secrets_list''secrets:decrypt-to-local' => 'console.command.secrets_decrypt_to_local''secrets:encrypt-from-local' => 'console.command.secrets_encrypt_from_local''debug:twig' => 'twig.command.debug''lint:twig' => 'twig.command.lint''security:encode-password' => 'security.command.user_password_encoder''server:dump' => 'var_dumper.command.server_dump''server:log' => 'monolog.command.server_log''doctrine:database:create' => 'doctrine.database_create_command''doctrine:database:drop' => 'doctrine.database_drop_command''doctrine:query:sql' => 'doctrine.query_sql_command''dbal:run-sql' => 'Doctrine\\DBAL\\Tools\\Console\\Command\\RunSqlCommand''doctrine:database:import' => 'doctrine.database_import_command''doctrine:cache:clear-metadata' => 'doctrine.cache_clear_metadata_command''doctrine:cache:clear-query' => 'doctrine.cache_clear_query_cache_command''doctrine:cache:clear-result' => 'doctrine.cache_clear_result_command''doctrine:cache:clear-collection-region' => 'doctrine.cache_collection_region_command''doctrine:mapping:convert' => 'doctrine.mapping_convert_command''doctrine:schema:create' => 'doctrine.schema_create_command''doctrine:schema:drop' => 'doctrine.schema_drop_command''doctrine:ensure-production-settings' => 'doctrine.ensure_production_settings_command''doctrine:cache:clear-entity-region' => 'doctrine.clear_entity_region_command''doctrine:mapping:info' => 'doctrine.mapping_info_command''doctrine:cache:clear-query-region' => 'doctrine.clear_query_region_command''doctrine:query:dql' => 'doctrine.query_dql_command''doctrine:schema:update' => 'doctrine.schema_update_command''doctrine:schema:validate' => 'doctrine.schema_validate_command''doctrine:mapping:import' => 'doctrine.mapping_import_command''doctrine:migrations:diff' => 'doctrine_migrations.diff_command''doctrine:migrations:sync-metadata-storage' => 'doctrine_migrations.sync_metadata_command''doctrine:migrations:list' => 'doctrine_migrations.versions_command''doctrine:migrations:current' => 'doctrine_migrations.current_command''doctrine:migrations:dump-schema' => 'doctrine_migrations.dump_schema_command''doctrine:migrations:execute' => 'doctrine_migrations.execute_command''doctrine:migrations:generate' => 'doctrine_migrations.generate_command''doctrine:migrations:latest' => 'doctrine_migrations.latest_command''doctrine:migrations:migrate' => 'doctrine_migrations.migrate_command''doctrine:migrations:rollup' => 'doctrine_migrations.rollup_command''doctrine:migrations:status' => 'doctrine_migrations.status_command''doctrine:migrations:up-to-date' => 'doctrine_migrations.up_to_date_command''doctrine:migrations:version' => 'doctrine_migrations.version_command''make:auth' => 'maker.auto_command.make_auth''make:command' => 'maker.auto_command.make_command''make:controller' => 'maker.auto_command.make_controller''make:crud' => 'maker.auto_command.make_crud''make:docker:database' => 'maker.auto_command.make_docker_database''make:entity' => 'maker.auto_command.make_entity''make:fixtures' => 'maker.auto_command.make_fixtures''make:form' => 'maker.auto_command.make_form''make:message' => 'maker.auto_command.make_message''make:messenger-middleware' => 'maker.auto_command.make_messenger_middleware''make:registration-form' => 'maker.auto_command.make_registration_form''make:reset-password' => 'maker.auto_command.make_reset_password''make:serializer:encoder' => 'maker.auto_command.make_serializer_encoder''make:serializer:normalizer' => 'maker.auto_command.make_serializer_normalizer''make:subscriber' => 'maker.auto_command.make_subscriber''make:twig-extension' => 'maker.auto_command.make_twig_extension''make:test' => 'maker.auto_command.make_test''make:unit-test' => 'maker.auto_command.make_test''make:functional-test' => 'maker.auto_command.make_test''make:validator' => 'maker.auto_command.make_validator''make:voter' => 'maker.auto_command.make_voter''make:user' => 'maker.auto_command.make_user''make:migration' => 'maker.auto_command.make_migration']);
  1941.     }
  1942.     /**
  1943.      * Gets the public 'container.env_var_processors_locator' shared service.
  1944.      *
  1945.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  1946.      */
  1947.     protected function getContainer_EnvVarProcessorsLocatorService()
  1948.     {
  1949.         return $this->services['container.env_var_processors_locator'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1950.             'base64' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1951.             'bool' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1952.             'const' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1953.             'csv' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1954.             'default' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1955.             'file' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1956.             'float' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1957.             'int' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1958.             'json' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1959.             'key' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1960.             'query_string' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1961.             'require' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1962.             'resolve' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1963.             'string' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1964.             'trim' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1965.             'url' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1966.         ], [
  1967.             'base64' => '?',
  1968.             'bool' => '?',
  1969.             'const' => '?',
  1970.             'csv' => '?',
  1971.             'default' => '?',
  1972.             'file' => '?',
  1973.             'float' => '?',
  1974.             'int' => '?',
  1975.             'json' => '?',
  1976.             'key' => '?',
  1977.             'query_string' => '?',
  1978.             'require' => '?',
  1979.             'resolve' => '?',
  1980.             'string' => '?',
  1981.             'trim' => '?',
  1982.             'url' => '?',
  1983.         ]);
  1984.     }
  1985.     /**
  1986.      * Gets the public 'data_collector.dump' shared service.
  1987.      *
  1988.      * @return \Symfony\Component\HttpKernel\DataCollector\DumpDataCollector
  1989.      */
  1990.     protected function getDataCollector_DumpService()
  1991.     {
  1992.         return $this->services['data_collector.dump'] = new \Symfony\Component\HttpKernel\DataCollector\DumpDataCollector(($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))), ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService()), 'UTF-8', ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->privates['var_dumper.server_connection'] ?? $this->getVarDumper_ServerConnectionService()));
  1993.     }
  1994.     /**
  1995.      * Gets the public 'doctrine' shared service.
  1996.      *
  1997.      * @return \Doctrine\Bundle\DoctrineBundle\Registry
  1998.      */
  1999.     protected function getDoctrineService()
  2000.     {
  2001.         return $this->services['doctrine'] = new \Doctrine\Bundle\DoctrineBundle\Registry($this$this->parameters['doctrine.connections'], $this->parameters['doctrine.entity_managers'], 'default''default');
  2002.     }
  2003.     /**
  2004.      * Gets the public 'doctrine.dbal.default_connection' shared service.
  2005.      *
  2006.      * @return \Doctrine\DBAL\Connection
  2007.      */
  2008.     protected function getDoctrine_Dbal_DefaultConnectionService()
  2009.     {
  2010.         $a = new \Doctrine\DBAL\Configuration();
  2011.         $a->setSQLLogger(new \Doctrine\DBAL\Logging\LoggerChain([=> ($this->privates['doctrine.dbal.logger'] ?? $this->getDoctrine_Dbal_LoggerService()), => ($this->privates['doctrine.dbal.logger.profiling.default'] ?? ($this->privates['doctrine.dbal.logger.profiling.default'] = new \Doctrine\DBAL\Logging\DebugStack()))]));
  2012.         $b = new \Symfony\Bridge\Doctrine\ContainerAwareEventManager(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2013.             'doctrine.orm.default_listeners.attach_entity_listeners' => ['privates''doctrine.orm.default_listeners.attach_entity_listeners''getDoctrine_Orm_DefaultListeners_AttachEntityListenersService'false],
  2014.         ], [
  2015.             'doctrine.orm.default_listeners.attach_entity_listeners' => '?',
  2016.         ]));
  2017.         $b->addEventListener([=> 'loadClassMetadata'], 'doctrine.orm.default_listeners.attach_entity_listeners');
  2018.         return $this->services['doctrine.dbal.default_connection'] = ($this->privates['doctrine.dbal.connection_factory'] ?? ($this->privates['doctrine.dbal.connection_factory'] = new \Doctrine\Bundle\DoctrineBundle\ConnectionFactory([])))->createConnection(['driver' => 'pdo_mysql''host' => $this->getEnv('string:DATABASE_HOST'), 'port' => $this->getEnv('string:DATABASE_PORT'), 'dbname' => $this->getEnv('string:DATABASE_NAME'), 'user' => $this->getEnv('string:DATABASE_USER'), 'password' => $this->getEnv('string:DATABASE_PASSWORD'), 'charset' => 'utf8mb4''driverOptions' => [], 'defaultTableOptions' => []], $a$b, []);
  2019.     }
  2020.     /**
  2021.      * Gets the public 'doctrine.dbal.suitecrm_connection' shared service.
  2022.      *
  2023.      * @return \Doctrine\DBAL\Connection
  2024.      */
  2025.     protected function getDoctrine_Dbal_SuitecrmConnectionService()
  2026.     {
  2027.         $a = new \Doctrine\DBAL\Configuration();
  2028.         $a->setSQLLogger(new \Doctrine\DBAL\Logging\LoggerChain([=> ($this->privates['doctrine.dbal.logger'] ?? $this->getDoctrine_Dbal_LoggerService()), => ($this->privates['doctrine.dbal.logger.profiling.suitecrm'] ?? ($this->privates['doctrine.dbal.logger.profiling.suitecrm'] = new \Doctrine\DBAL\Logging\DebugStack()))]));
  2029.         $a->setSchemaAssetsFilter(new \Doctrine\Bundle\DoctrineBundle\Dbal\SchemaAssetsFilterManager([=> new \Doctrine\Bundle\DoctrineBundle\Dbal\RegexSchemaAssetFilter('~^(acc_*|a0423_agreements*|accounts*|awds_awards*|opportunities*|p0520_program_report*|prop_proposal*|sp01_site_reports*|sp02_sites*)|users$~')]));
  2030.         $b = new \Symfony\Bridge\Doctrine\ContainerAwareEventManager(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2031.             'doctrine.orm.suitecrm_listeners.attach_entity_listeners' => ['privates''doctrine.orm.suitecrm_listeners.attach_entity_listeners''getDoctrine_Orm_SuitecrmListeners_AttachEntityListenersService'false],
  2032.         ], [
  2033.             'doctrine.orm.suitecrm_listeners.attach_entity_listeners' => '?',
  2034.         ]));
  2035.         $b->addEventListener([=> 'loadClassMetadata'], 'doctrine.orm.suitecrm_listeners.attach_entity_listeners');
  2036.         return $this->services['doctrine.dbal.suitecrm_connection'] = ($this->privates['doctrine.dbal.connection_factory'] ?? ($this->privates['doctrine.dbal.connection_factory'] = new \Doctrine\Bundle\DoctrineBundle\ConnectionFactory([])))->createConnection(['driver' => 'pdo_mysql''host' => $this->getEnv('string:DATABASE_HOST'), 'port' => $this->getEnv('string:DATABASE_PORT'), 'dbname' => $this->getEnv('string:DATABASE_NAME'), 'user' => $this->getEnv('string:DATABASE_USER'), 'password' => $this->getEnv('string:DATABASE_PASSWORD'), 'charset' => 'utf8mb4''driverOptions' => [], 'defaultTableOptions' => []], $a$b, []);
  2037.     }
  2038.     /**
  2039.      * Gets the public 'doctrine.orm.default_entity_manager' shared service.
  2040.      *
  2041.      * @return \Doctrine\ORM\EntityManager
  2042.      */
  2043.     protected function getDoctrine_Orm_DefaultEntityManagerService($lazyLoad true)
  2044.     {
  2045.         $a = new \Doctrine\ORM\Configuration();
  2046.         $b = new \Doctrine\Persistence\Mapping\Driver\MappingDriverChain();
  2047.         $b->addDriver(($this->privates['doctrine.orm.default_annotation_metadata_driver'] ?? $this->getDoctrine_Orm_DefaultAnnotationMetadataDriverService()), 'App\\Entity');
  2048.         $a->setEntityNamespaces(['App' => 'App\\Entity']);
  2049.         $a->setMetadataCache(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  2050.         $a->setQueryCache(($this->privates['cache.doctrine.orm.default.query'] ?? $this->getCache_Doctrine_Orm_Default_QueryService()));
  2051.         $a->setResultCache(($this->privates['cache.doctrine.orm.default.result'] ?? $this->getCache_Doctrine_Orm_Default_ResultService()));
  2052.         $a->setMetadataDriverImpl($b);
  2053.         $a->setProxyDir(($this->targetDir.''.'/doctrine/orm/Proxies'));
  2054.         $a->setProxyNamespace('Proxies');
  2055.         $a->setAutoGenerateProxyClasses(true);
  2056.         $a->setClassMetadataFactoryName('Doctrine\\ORM\\Mapping\\ClassMetadataFactory');
  2057.         $a->setDefaultRepositoryClassName('Doctrine\\ORM\\EntityRepository');
  2058.         $a->setNamingStrategy(new \Doctrine\ORM\Mapping\UnderscoreNamingStrategy());
  2059.         $a->setQuoteStrategy(($this->privates['doctrine.orm.quote_strategy.default'] ?? ($this->privates['doctrine.orm.quote_strategy.default'] = new \Doctrine\ORM\Mapping\DefaultQuoteStrategy())));
  2060.         $a->setEntityListenerResolver(new \Doctrine\Bundle\DoctrineBundle\Mapping\ContainerEntityListenerResolver($this));
  2061.         $a->setRepositoryFactory(($this->privates['doctrine.orm.container_repository_factory'] ?? $this->getDoctrine_Orm_ContainerRepositoryFactoryService()));
  2062.         $this->services['doctrine.orm.default_entity_manager'] = $instance = \Doctrine\ORM\EntityManager::create(($this->services['doctrine.dbal.default_connection'] ?? $this->getDoctrine_Dbal_DefaultConnectionService()), $a);
  2063.         (new \Doctrine\Bundle\DoctrineBundle\ManagerConfigurator([], []))->configure($instance);
  2064.         return $instance;
  2065.     }
  2066.     /**
  2067.      * Gets the public 'doctrine.orm.suitecrm_entity_manager' shared service.
  2068.      *
  2069.      * @return \Doctrine\ORM\EntityManager
  2070.      */
  2071.     protected function getDoctrine_Orm_SuitecrmEntityManagerService($lazyLoad true)
  2072.     {
  2073.         $a = new \Doctrine\ORM\Configuration();
  2074.         $b = new \Doctrine\Persistence\Mapping\Driver\MappingDriverChain();
  2075.         $b->addDriver(($this->privates['doctrine.orm.suitecrm_annotation_metadata_driver'] ?? $this->getDoctrine_Orm_SuitecrmAnnotationMetadataDriverService()), 'App\\FHI360\\Access\\Suite\\Entity');
  2076.         $a->setEntityNamespaces(['Suite' => 'App\\FHI360\\Access\\Suite\\Entity']);
  2077.         $a->setMetadataCache(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  2078.         $a->setQueryCache(($this->privates['cache.doctrine.orm.suitecrm.query'] ?? $this->getCache_Doctrine_Orm_Suitecrm_QueryService()));
  2079.         $a->setResultCache(($this->privates['cache.doctrine.orm.suitecrm.result'] ?? $this->getCache_Doctrine_Orm_Suitecrm_ResultService()));
  2080.         $a->setMetadataDriverImpl($b);
  2081.         $a->setProxyDir(($this->targetDir.''.'/doctrine/orm/Proxies'));
  2082.         $a->setProxyNamespace('Proxies');
  2083.         $a->setAutoGenerateProxyClasses(true);
  2084.         $a->setClassMetadataFactoryName('Doctrine\\ORM\\Mapping\\ClassMetadataFactory');
  2085.         $a->setDefaultRepositoryClassName('Doctrine\\ORM\\EntityRepository');
  2086.         $a->setNamingStrategy(new \Doctrine\ORM\Mapping\DefaultNamingStrategy());
  2087.         $a->setQuoteStrategy(($this->privates['doctrine.orm.quote_strategy.default'] ?? ($this->privates['doctrine.orm.quote_strategy.default'] = new \Doctrine\ORM\Mapping\DefaultQuoteStrategy())));
  2088.         $a->setEntityListenerResolver(new \Doctrine\Bundle\DoctrineBundle\Mapping\ContainerEntityListenerResolver($this));
  2089.         $a->setRepositoryFactory(($this->privates['doctrine.orm.container_repository_factory'] ?? $this->getDoctrine_Orm_ContainerRepositoryFactoryService()));
  2090.         $this->services['doctrine.orm.suitecrm_entity_manager'] = $instance = \Doctrine\ORM\EntityManager::create(($this->services['doctrine.dbal.suitecrm_connection'] ?? $this->getDoctrine_Dbal_SuitecrmConnectionService()), $a);
  2091.         (new \Doctrine\Bundle\DoctrineBundle\ManagerConfigurator([], []))->configure($instance);
  2092.         return $instance;
  2093.     }
  2094.     /**
  2095.      * Gets the public 'error_controller' shared service.
  2096.      *
  2097.      * @return \Symfony\Component\HttpKernel\Controller\ErrorController
  2098.      */
  2099.     protected function getErrorController2Service()
  2100.     {
  2101.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ErrorController.php';
  2102.         include_once \dirname(__DIR__4).'/vendor/symfony/error-handler/ErrorRenderer/ErrorRendererInterface.php';
  2103.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/ErrorRenderer/TwigErrorRenderer.php';
  2104.         return $this->services['error_controller'] = new \Symfony\Component\HttpKernel\Controller\ErrorController(($this->services['http_kernel'] ?? $this->getHttpKernelService()), 'error_controller', new \Symfony\Bridge\Twig\ErrorRenderer\TwigErrorRenderer(($this->services['twig'] ?? $this->getTwigService()), ($this->privates['error_handler.error_renderer.html'] ?? $this->getErrorHandler_ErrorRenderer_HtmlService()), \Symfony\Bridge\Twig\ErrorRenderer\TwigErrorRenderer::isDebug(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), true)));
  2105.     }
  2106.     /**
  2107.      * Gets the public 'event_dispatcher' shared service.
  2108.      *
  2109.      * @return \Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher
  2110.      */
  2111.     protected function getEventDispatcherService()
  2112.     {
  2113.         $a = new \Symfony\Bridge\Monolog\Logger('event');
  2114.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  2115.         $a->pushHandler(new \Monolog\Handler\NullHandler());
  2116.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  2117.         $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())));
  2118.         $instance->addListener('kernel.request', [=> function () {
  2119.             return ($this->services['request_listener'] ?? $this->getRequestListenerService());
  2120.         }, => 'onKernelRequest'], 0);
  2121.         $instance->addListener('kernel.request', [=> function () {
  2122.             return ($this->services['maintanence_listener'] ?? ($this->services['maintanence_listener'] = new \App\EventListener\MaintenanceListener($this)));
  2123.         }, => 'onKernelRequest'], 0);
  2124.         $instance->addListener('kernel.controller', [=> function () {
  2125.             return ($this->privates['data_collector.router'] ?? ($this->privates['data_collector.router'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector()));
  2126.         }, => 'onKernelController'], 0);
  2127.         $instance->addListener('kernel.exception', [=> function () {
  2128.             return ($this->privates['webpack_encore.exception_listener'] ?? $this->getWebpackEncore_ExceptionListenerService());
  2129.         }, => 'onKernelException'], 0);
  2130.         $instance->addListener('kernel.response', [=> function () {
  2131.             return ($this->privates['response_listener'] ?? ($this->privates['response_listener'] = new \Symfony\Component\HttpKernel\EventListener\ResponseListener('UTF-8')));
  2132.         }, => 'onKernelResponse'], 0);
  2133.         $instance->addListener('kernel.response', [=> function () {
  2134.             return ($this->privates['streamed_response_listener'] ?? ($this->privates['streamed_response_listener'] = new \Symfony\Component\HttpKernel\EventListener\StreamedResponseListener()));
  2135.         }, => 'onKernelResponse'], -1024);
  2136.         $instance->addListener('kernel.request', [=> function () {
  2137.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  2138.         }, => 'setDefaultLocale'], 100);
  2139.         $instance->addListener('kernel.request', [=> function () {
  2140.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  2141.         }, => 'onKernelRequest'], 16);
  2142.         $instance->addListener('kernel.finish_request', [=> function () {
  2143.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  2144.         }, => 'onKernelFinishRequest'], 0);
  2145.         $instance->addListener('kernel.request', [=> function () {
  2146.             return ($this->privates['validate_request_listener'] ?? ($this->privates['validate_request_listener'] = new \Symfony\Component\HttpKernel\EventListener\ValidateRequestListener()));
  2147.         }, => 'onKernelRequest'], 256);
  2148.         $instance->addListener('kernel.request', [=> function () {
  2149.             return ($this->privates['.legacy_resolve_controller_name_subscriber'] ?? $this->get_LegacyResolveControllerNameSubscriberService());
  2150.         }, => 'resolveControllerName'], 24);
  2151.         $instance->addListener('kernel.response', [=> function () {
  2152.             return ($this->privates['disallow_search_engine_index_response_listener'] ?? ($this->privates['disallow_search_engine_index_response_listener'] = new \Symfony\Component\HttpKernel\EventListener\DisallowRobotsIndexingListener()));
  2153.         }, => 'onResponse'], -255);
  2154.         $instance->addListener('kernel.controller_arguments', [=> function () {
  2155.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  2156.         }, => 'onControllerArguments'], 0);
  2157.         $instance->addListener('kernel.exception', [=> function () {
  2158.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  2159.         }, => 'logKernelException'], 0);
  2160.         $instance->addListener('kernel.exception', [=> function () {
  2161.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  2162.         }, => 'onKernelException'], -128);
  2163.         $instance->addListener('kernel.request', [=> function () {
  2164.             return ($this->privates['locale_aware_listener'] ?? $this->getLocaleAwareListenerService());
  2165.         }, => 'onKernelRequest'], 15);
  2166.         $instance->addListener('kernel.finish_request', [=> function () {
  2167.             return ($this->privates['locale_aware_listener'] ?? $this->getLocaleAwareListenerService());
  2168.         }, => 'onKernelFinishRequest'], -15);
  2169.         $instance->addListener('console.error', [=> function () {
  2170.             return ($this->privates['console.error_listener'] ?? $this->getConsole_ErrorListenerService());
  2171.         }, => 'onConsoleError'], -128);
  2172.         $instance->addListener('console.terminate', [=> function () {
  2173.             return ($this->privates['console.error_listener'] ?? $this->getConsole_ErrorListenerService());
  2174.         }, => 'onConsoleTerminate'], -128);
  2175.         $instance->addListener('console.error', [=> function () {
  2176.             return ($this->privates['console.suggest_missing_package_subscriber'] ?? ($this->privates['console.suggest_missing_package_subscriber'] = new \Symfony\Bundle\FrameworkBundle\EventListener\SuggestMissingPackageSubscriber()));
  2177.         }, => 'onConsoleError'], 0);
  2178.         $instance->addListener('kernel.request', [=> function () {
  2179.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  2180.         }, => 'onKernelRequest'], 128);
  2181.         $instance->addListener('kernel.response', [=> function () {
  2182.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  2183.         }, => 'onKernelResponse'], -1000);
  2184.         $instance->addListener('kernel.finish_request', [=> function () {
  2185.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  2186.         }, => 'onFinishRequest'], 0);
  2187.         $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [=> function () {
  2188.             return ($this->privates['mailer.envelope_listener'] ?? ($this->privates['mailer.envelope_listener'] = new \Symfony\Component\Mailer\EventListener\EnvelopeListener(NULLNULL)));
  2189.         }, => 'onMessage'], -255);
  2190.         $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [=> function () {
  2191.             return ($this->privates['mailer.logger_message_listener'] ?? ($this->privates['mailer.logger_message_listener'] = new \Symfony\Component\Mailer\EventListener\MessageLoggerListener()));
  2192.         }, => 'onMessage'], -255);
  2193.         $instance->addListener('kernel.request', [=> function () {
  2194.             return ($this->privates['fragment.listener'] ?? $this->getFragment_ListenerService());
  2195.         }, => 'onKernelRequest'], 48);
  2196.         $instance->addListener('kernel.response', [=> function () {
  2197.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  2198.         }, => 'onKernelResponse'], -100);
  2199.         $instance->addListener('kernel.exception', [=> function () {
  2200.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  2201.         }, => 'onKernelException'], 0);
  2202.         $instance->addListener('kernel.terminate', [=> function () {
  2203.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  2204.         }, => 'onKernelTerminate'], -1024);
  2205.         $instance->addListener('kernel.controller', [=> function () {
  2206.             return ($this->privates['data_collector.request'] ?? ($this->privates['data_collector.request'] = new \Symfony\Component\HttpKernel\DataCollector\RequestDataCollector()));
  2207.         }, => 'onKernelController'], 0);
  2208.         $instance->addListener('kernel.response', [=> function () {
  2209.             return ($this->privates['data_collector.request'] ?? ($this->privates['data_collector.request'] = new \Symfony\Component\HttpKernel\DataCollector\RequestDataCollector()));
  2210.         }, => 'onKernelResponse'], 0);
  2211.         $instance->addListener('kernel.request', [=> function () {
  2212.             return ($this->privates['debug.debug_handlers_listener'] ?? $this->getDebug_DebugHandlersListenerService());
  2213.         }, => 'configure'], 2048);
  2214.         $instance->addListener('console.command', [=> function () {
  2215.             return ($this->privates['debug.debug_handlers_listener'] ?? $this->getDebug_DebugHandlersListenerService());
  2216.         }, => 'configure'], 2048);
  2217.         $instance->addListener('kernel.request', [=> function () {
  2218.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  2219.         }, => 'onKernelRequest'], 32);
  2220.         $instance->addListener('kernel.finish_request', [=> function () {
  2221.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  2222.         }, => 'onKernelFinishRequest'], 0);
  2223.         $instance->addListener('kernel.exception', [=> function () {
  2224.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  2225.         }, => 'onKernelException'], -64);
  2226.         $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [=> function () {
  2227.             return ($this->privates['twig.mailer.message_listener'] ?? $this->getTwig_Mailer_MessageListenerService());
  2228.         }, => 'onMessage'], 0);
  2229.         $instance->addListener('kernel.response', [=> function () {
  2230.             return ($this->privates['security.rememberme.response_listener'] ?? ($this->privates['security.rememberme.response_listener'] = new \Symfony\Component\Security\Http\RememberMe\ResponseListener()));
  2231.         }, => 'onKernelResponse'], 0);
  2232.         $instance->addListener('debug.security.authorization.vote', [=> function () {
  2233.             return ($this->privates['debug.security.voter.vote_listener'] ?? $this->getDebug_Security_Voter_VoteListenerService());
  2234.         }, => 'onVoterVote'], 0);
  2235.         $instance->addListener('kernel.request', [=> function () {
  2236.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  2237.         }, => 'configureLogoutUrlGenerator'], 8);
  2238.         $instance->addListener('kernel.request', [=> function () {
  2239.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  2240.         }, => 'onKernelRequest'], 8);
  2241.         $instance->addListener('kernel.finish_request', [=> function () {
  2242.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  2243.         }, => 'onKernelFinishRequest'], 0);
  2244.         $instance->addListener('kernel.controller', [=> function () {
  2245.             return ($this->privates['sensio_framework_extra.controller.listener'] ?? $this->getSensioFrameworkExtra_Controller_ListenerService());
  2246.         }, => 'onKernelController'], 0);
  2247.         $instance->addListener('kernel.controller', [=> function () {
  2248.             return ($this->privates['sensio_framework_extra.converter.listener'] ?? $this->getSensioFrameworkExtra_Converter_ListenerService());
  2249.         }, => 'onKernelController'], 0);
  2250.         $instance->addListener('kernel.controller', [=> function () {
  2251.             return ($this->privates['sensio_framework_extra.view.listener'] ?? $this->getSensioFrameworkExtra_View_ListenerService());
  2252.         }, => 'onKernelController'], -128);
  2253.         $instance->addListener('kernel.view', [=> function () {
  2254.             return ($this->privates['sensio_framework_extra.view.listener'] ?? $this->getSensioFrameworkExtra_View_ListenerService());
  2255.         }, => 'onKernelView'], 0);
  2256.         $instance->addListener('kernel.controller', [=> function () {
  2257.             return ($this->privates['sensio_framework_extra.cache.listener'] ?? ($this->privates['sensio_framework_extra.cache.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener()));
  2258.         }, => 'onKernelController'], 0);
  2259.         $instance->addListener('kernel.response', [=> function () {
  2260.             return ($this->privates['sensio_framework_extra.cache.listener'] ?? ($this->privates['sensio_framework_extra.cache.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener()));
  2261.         }, => 'onKernelResponse'], 0);
  2262.         $instance->addListener('kernel.controller_arguments', [=> function () {
  2263.             return ($this->privates['sensio_framework_extra.security.listener'] ?? $this->getSensioFrameworkExtra_Security_ListenerService());
  2264.         }, => 'onKernelControllerArguments'], 0);
  2265.         $instance->addListener('kernel.controller_arguments', [=> function () {
  2266.             return ($this->privates['framework_extra_bundle.event.is_granted'] ?? $this->getFrameworkExtraBundle_Event_IsGrantedService());
  2267.         }, => 'onKernelControllerArguments'], 0);
  2268.         $instance->addListener('console.command', [=> function () {
  2269.             return ($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService());
  2270.         }, => 'onCommand'], 255);
  2271.         $instance->addListener('console.terminate', [=> function () {
  2272.             return ($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService());
  2273.         }, => 'onTerminate'], -255);
  2274.         $instance->addListener('console.command', [=> function () {
  2275.             return ($this->privates['debug.dump_listener'] ?? $this->getDebug_DumpListenerService());
  2276.         }, => 'configure'], 1024);
  2277.         $instance->addListener('kernel.response', [=> function () {
  2278.             return ($this->privates['web_profiler.debug_toolbar'] ?? $this->getWebProfiler_DebugToolbarService());
  2279.         }, => 'onKernelResponse'], -128);
  2280.         $instance->addListener('kernel.finish_request', [=> function () {
  2281.             return ($this->privates['Symfony\\WebpackEncoreBundle\\EventListener\\ResetAssetsEventListener'] ?? $this->getResetAssetsEventListenerService());
  2282.         }, => 'resetAssets'], 0);
  2283.         $instance->addListener('console.error', [=> function () {
  2284.             return ($this->privates['maker.console_error_listener'] ?? ($this->privates['maker.console_error_listener'] = new \Symfony\Bundle\MakerBundle\Event\ConsoleErrorSubscriber()));
  2285.         }, => 'onConsoleError'], 0);
  2286.         $instance->addListener('console.terminate', [=> function () {
  2287.             return ($this->privates['maker.console_error_listener'] ?? ($this->privates['maker.console_error_listener'] = new \Symfony\Bundle\MakerBundle\Event\ConsoleErrorSubscriber()));
  2288.         }, => 'onConsoleTerminate'], 0);
  2289.         return $instance;
  2290.     }
  2291.     /**
  2292.      * Gets the public 'exchange_utils' shared autowired service.
  2293.      *
  2294.      * @return \App\FHI360\Access\Suite\Service\ExchangeUtils
  2295.      */
  2296.     protected function getExchangeUtilsService()
  2297.     {
  2298.         include_once \dirname(__DIR__4).'/src/FHI360/Access/Suite/Service/ExchangeUtils.php';
  2299.         return $this->services['exchange_utils'] = new \App\FHI360\Access\Suite\Service\ExchangeUtils(($this->services['doctrine.dbal.suitecrm_connection'] ?? $this->getDoctrine_Dbal_SuitecrmConnectionService()), $this->getEnv('string:DATABASE_NAME'));
  2300.     }
  2301.     /**
  2302.      * Gets the public 'filesystem' shared service.
  2303.      *
  2304.      * @return \Symfony\Component\Filesystem\Filesystem
  2305.      */
  2306.     protected function getFilesystemService()
  2307.     {
  2308.         include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  2309.         return $this->services['filesystem'] = new \Symfony\Component\Filesystem\Filesystem();
  2310.     }
  2311.     /**
  2312.      * Gets the public 'form' shared autowired service.
  2313.      *
  2314.      * @return \App\FHI360\Access\Suite\Service\Form
  2315.      */
  2316.     protected function getFormService()
  2317.     {
  2318.         include_once \dirname(__DIR__4).'/src/FHI360/Access/Suite/Service/Form.php';
  2319.         return $this->services['form'] = new \App\FHI360\Access\Suite\Service\Form();
  2320.     }
  2321.     /**
  2322.      * Gets the public 'form.factory' shared service.
  2323.      *
  2324.      * @return \Symfony\Component\Form\FormFactory
  2325.      */
  2326.     protected function getForm_FactoryService()
  2327.     {
  2328.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormFactoryInterface.php';
  2329.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormFactory.php';
  2330.         return $this->services['form.factory'] = new \Symfony\Component\Form\FormFactory(($this->privates['form.registry'] ?? $this->getForm_RegistryService()));
  2331.     }
  2332.     /**
  2333.      * Gets the public 'form.type.file' shared service.
  2334.      *
  2335.      * @return \Symfony\Component\Form\Extension\Core\Type\FileType
  2336.      */
  2337.     protected function getForm_Type_FileService()
  2338.     {
  2339.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  2340.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  2341.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/FileType.php';
  2342.         return $this->services['form.type.file'] = new \Symfony\Component\Form\Extension\Core\Type\FileType(($this->services['translator'] ?? $this->getTranslatorService()));
  2343.     }
  2344.     /**
  2345.      * Gets the public 'http_kernel' shared service.
  2346.      *
  2347.      * @return \Symfony\Component\HttpKernel\HttpKernel
  2348.      */
  2349.     protected function getHttpKernelService()
  2350.     {
  2351.         $a = ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)));
  2352.         return $this->services['http_kernel'] = new \Symfony\Component\HttpKernel\HttpKernel(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), new \Symfony\Component\HttpKernel\Controller\TraceableControllerResolver(new \Symfony\Bundle\FrameworkBundle\Controller\ControllerResolver($this, ($this->privates['monolog.logger.request'] ?? $this->getMonolog_Logger_RequestService()), ($this->privates['.legacy_controller_name_converter'] ?? ($this->privates['.legacy_controller_name_converter'] = new \Symfony\Bundle\FrameworkBundle\Controller\ControllerNameParser(($this->services['kernel'] ?? $this->get('kernel'1)), false)))), $a), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), new \Symfony\Component\HttpKernel\Controller\TraceableArgumentResolver(new \Symfony\Component\HttpKernel\Controller\ArgumentResolver(($this->privates['argument_metadata_factory'] ?? ($this->privates['argument_metadata_factory'] = new \Symfony\Component\HttpKernel\ControllerMetadata\ArgumentMetadataFactory())), new RewindableGenerator(function () {
  2353.             yield => ($this->privates['debug.argument_resolver.request_attribute'] ?? $this->getDebug_ArgumentResolver_RequestAttributeService());
  2354.             yield => ($this->privates['debug.argument_resolver.request'] ?? $this->getDebug_ArgumentResolver_RequestService());
  2355.             yield => ($this->privates['debug.argument_resolver.session'] ?? $this->getDebug_ArgumentResolver_SessionService());
  2356.             yield => ($this->privates['debug.security.user_value_resolver'] ?? $this->getDebug_Security_UserValueResolverService());
  2357.             yield => ($this->privates['debug.argument_resolver.service'] ?? $this->getDebug_ArgumentResolver_ServiceService());
  2358.             yield => ($this->privates['debug.argument_resolver.default'] ?? $this->getDebug_ArgumentResolver_DefaultService());
  2359.             yield => ($this->privates['debug.argument_resolver.variadic'] ?? $this->getDebug_ArgumentResolver_VariadicService());
  2360.             yield => ($this->privates['debug.argument_resolver.not_tagged_controller'] ?? $this->getDebug_ArgumentResolver_NotTaggedControllerService());
  2361.         }, 8)), $a));
  2362.     }
  2363.     /**
  2364.      * Gets the public 'maintanence_listener' shared autowired service.
  2365.      *
  2366.      * @return \App\EventListener\MaintenanceListener
  2367.      */
  2368.     protected function getMaintanenceListenerService()
  2369.     {
  2370.         return $this->services['maintanence_listener'] = new \App\EventListener\MaintenanceListener($this);
  2371.     }
  2372.     /**
  2373.      * Gets the public 'post_repository' shared autowired service.
  2374.      *
  2375.      * @return \App\FHI360\Access\Portal\Repository\PostRepository
  2376.      */
  2377.     protected function getPostRepositoryService()
  2378.     {
  2379.         include_once \dirname(__DIR__4).'/src/FHI360/Access/Portal/Repository/Repository.php';
  2380.         include_once \dirname(__DIR__4).'/src/FHI360/Access/Portal/Repository/PostRepository.php';
  2381.         return $this->services['post_repository'] = new \App\FHI360\Access\Portal\Repository\PostRepository(($this->services['doctrine.dbal.suitecrm_connection'] ?? $this->getDoctrine_Dbal_SuitecrmConnectionService()), $this);
  2382.     }
  2383.     /**
  2384.      * Gets the public 'profiler' shared service.
  2385.      *
  2386.      * @return \Symfony\Component\HttpKernel\Profiler\Profiler
  2387.      */
  2388.     protected function getProfilerService()
  2389.     {
  2390.         $a = new \Symfony\Bridge\Monolog\Logger('profiler');
  2391.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  2392.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  2393.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  2394.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  2395.         $this->services['profiler'] = $instance = new \Symfony\Component\HttpKernel\Profiler\Profiler(new \Symfony\Component\HttpKernel\Profiler\FileProfilerStorage(('file:'.$this->targetDir.''.'/profiler')), $atrue);
  2396.         $b = ($this->services['kernel'] ?? $this->get('kernel'));
  2397.         $c = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  2398.         $d = new \Symfony\Component\Cache\DataCollector\CacheDataCollector();
  2399.         $d->addInstance('cache.app', ($this->services['cache.app'] ?? $this->getCache_AppService()));
  2400.         $d->addInstance('cache.system', ($this->services['cache.system'] ?? $this->getCache_SystemService()));
  2401.         $d->addInstance('cache.validator', ($this->privates['cache.validator'] ?? $this->getCache_ValidatorService()));
  2402.         $d->addInstance('cache.serializer', ($this->privates['cache.serializer'] ?? $this->getCache_SerializerService()));
  2403.         $d->addInstance('cache.annotations', ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService()));
  2404.         $d->addInstance('cache.property_info', ($this->privates['cache.property_info'] ?? $this->getCache_PropertyInfoService()));
  2405.         $d->addInstance('cache.security_expression_language', ($this->privates['cache.security_expression_language'] ?? $this->getCache_SecurityExpressionLanguageService()));
  2406.         $d->addInstance('cache.doctrine.orm.default.result', ($this->privates['cache.doctrine.orm.default.result'] ?? $this->getCache_Doctrine_Orm_Default_ResultService()));
  2407.         $d->addInstance('cache.doctrine.orm.default.query', ($this->privates['cache.doctrine.orm.default.query'] ?? $this->getCache_Doctrine_Orm_Default_QueryService()));
  2408.         $d->addInstance('cache.doctrine.orm.suitecrm.result', ($this->privates['cache.doctrine.orm.suitecrm.result'] ?? $this->getCache_Doctrine_Orm_Suitecrm_ResultService()));
  2409.         $d->addInstance('cache.doctrine.orm.suitecrm.query', ($this->privates['cache.doctrine.orm.suitecrm.query'] ?? $this->getCache_Doctrine_Orm_Suitecrm_QueryService()));
  2410.         $d->addInstance('cache.webpack_encore', ($this->privates['cache.webpack_encore'] ?? $this->getCache_WebpackEncoreService()));
  2411.         $e = new \Doctrine\Bundle\DoctrineBundle\DataCollector\DoctrineDataCollector(($this->services['doctrine'] ?? $this->getDoctrineService()), true);
  2412.         $e->addLogger('default', ($this->privates['doctrine.dbal.logger.profiling.default'] ?? ($this->privates['doctrine.dbal.logger.profiling.default'] = new \Doctrine\DBAL\Logging\DebugStack())));
  2413.         $e->addLogger('suitecrm', ($this->privates['doctrine.dbal.logger.profiling.suitecrm'] ?? ($this->privates['doctrine.dbal.logger.profiling.suitecrm'] = new \Doctrine\DBAL\Logging\DebugStack())));
  2414.         $f = new \Symfony\Component\HttpKernel\DataCollector\ConfigDataCollector();
  2415.         if ($this->has('kernel')) {
  2416.             $f->setKernel($b);
  2417.         }
  2418.         $instance->add(($this->privates['data_collector.request'] ?? ($this->privates['data_collector.request'] = new \Symfony\Component\HttpKernel\DataCollector\RequestDataCollector())));
  2419.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\TimeDataCollector($b, ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)))));
  2420.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\MemoryDataCollector());
  2421.         $instance->add(new \Symfony\Component\Validator\DataCollector\ValidatorDataCollector(($this->services['validator'] ?? $this->getValidatorService())));
  2422.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\AjaxDataCollector());
  2423.         $instance->add(($this->privates['data_collector.form'] ?? $this->getDataCollector_FormService()));
  2424.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\ExceptionDataCollector());
  2425.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\LoggerDataCollector($a, ($this->targetDir.''.'/srcApp_KernelDevDebugContainer'), $c));
  2426.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\EventDataCollector(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), $c));
  2427.         $instance->add(($this->privates['data_collector.router'] ?? ($this->privates['data_collector.router'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector())));
  2428.         $instance->add($d);
  2429.         $instance->add(new \Symfony\Component\Translation\DataCollector\TranslationDataCollector(($this->services['translator'] ?? $this->getTranslatorService())));
  2430.         $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())));
  2431.         $instance->add(new \Symfony\Bridge\Twig\DataCollector\TwigDataCollector(($this->privates['twig.profile'] ?? ($this->privates['twig.profile'] = new \Twig\Profiler\Profile())), ($this->services['twig'] ?? $this->getTwigService())));
  2432.         $instance->add($e);
  2433.         $instance->add(($this->services['data_collector.dump'] ?? $this->getDataCollector_DumpService()));
  2434.         $instance->add(new \Symfony\Component\Mailer\DataCollector\MessageDataCollector(($this->privates['mailer.logger_message_listener'] ?? ($this->privates['mailer.logger_message_listener'] = new \Symfony\Component\Mailer\EventListener\MessageLoggerListener()))));
  2435.         $instance->add($f);
  2436.         return $instance;
  2437.     }
  2438.     /**
  2439.      * Gets the public 'proposal_draft_repository' shared autowired service.
  2440.      *
  2441.      * @return \App\FHI360\Access\Portal\Repository\ProposalDraftRepository
  2442.      */
  2443.     protected function getProposalDraftRepositoryService()
  2444.     {
  2445.         include_once \dirname(__DIR__4).'/src/FHI360/Access/Portal/Repository/Repository.php';
  2446.         include_once \dirname(__DIR__4).'/src/FHI360/Access/Portal/Repository/ProposalDraftRepository.php';
  2447.         return $this->services['proposal_draft_repository'] = new \App\FHI360\Access\Portal\Repository\ProposalDraftRepository(($this->services['doctrine.dbal.suitecrm_connection'] ?? $this->getDoctrine_Dbal_SuitecrmConnectionService()), $this);
  2448.     }
  2449.     /**
  2450.      * Gets the public 'proposal_log_repository' shared autowired service.
  2451.      *
  2452.      * @return \App\FHI360\Access\Portal\Repository\ProposalLogRepository
  2453.      */
  2454.     protected function getProposalLogRepositoryService()
  2455.     {
  2456.         include_once \dirname(__DIR__4).'/src/FHI360/Access/Portal/Repository/Repository.php';
  2457.         include_once \dirname(__DIR__4).'/src/FHI360/Access/Portal/Repository/ProposalLogRepository.php';
  2458.         return $this->services['proposal_log_repository'] = new \App\FHI360\Access\Portal\Repository\ProposalLogRepository(($this->services['doctrine.dbal.suitecrm_connection'] ?? $this->getDoctrine_Dbal_SuitecrmConnectionService()), $this);
  2459.     }
  2460.     /**
  2461.      * Gets the public 'proposal_repository' shared autowired service.
  2462.      *
  2463.      * @return \App\FHI360\Access\Portal\Repository\ProposalRepository
  2464.      */
  2465.     protected function getProposalRepositoryService()
  2466.     {
  2467.         include_once \dirname(__DIR__4).'/src/FHI360/Access/Portal/Repository/Repository.php';
  2468.         include_once \dirname(__DIR__4).'/src/FHI360/Access/Portal/Repository/ProposalRepository.php';
  2469.         return $this->services['proposal_repository'] = new \App\FHI360\Access\Portal\Repository\ProposalRepository(($this->services['doctrine.dbal.suitecrm_connection'] ?? $this->getDoctrine_Dbal_SuitecrmConnectionService()), $this);
  2470.     }
  2471.     /**
  2472.      * Gets the public 'proposal_status_repository' shared autowired service.
  2473.      *
  2474.      * @return \App\FHI360\Access\Portal\Repository\ProposalStatusRepository
  2475.      */
  2476.     protected function getProposalStatusRepositoryService()
  2477.     {
  2478.         include_once \dirname(__DIR__4).'/src/FHI360/Access/Portal/Repository/Repository.php';
  2479.         include_once \dirname(__DIR__4).'/src/FHI360/Access/Portal/Repository/StatusRepository.php';
  2480.         include_once \dirname(__DIR__4).'/src/FHI360/Access/Portal/Repository/ProposalStatusRepository.php';
  2481.         return $this->services['proposal_status_repository'] = new \App\FHI360\Access\Portal\Repository\ProposalStatusRepository(($this->services['doctrine.dbal.suitecrm_connection'] ?? $this->getDoctrine_Dbal_SuitecrmConnectionService()), $this);
  2482.     }
  2483.     /**
  2484.      * Gets the public 'provider_repository' shared autowired service.
  2485.      *
  2486.      * @return \App\FHI360\Access\Portal\Repository\ProviderRepository
  2487.      */
  2488.     protected function getProviderRepositoryService()
  2489.     {
  2490.         include_once \dirname(__DIR__4).'/src/FHI360/Access/Portal/Repository/Repository.php';
  2491.         include_once \dirname(__DIR__4).'/src/FHI360/Access/Portal/Repository/ProviderRepository.php';
  2492.         return $this->services['provider_repository'] = new \App\FHI360\Access\Portal\Repository\ProviderRepository(($this->services['doctrine.dbal.suitecrm_connection'] ?? $this->getDoctrine_Dbal_SuitecrmConnectionService()), $this);
  2493.     }
  2494.     /**
  2495.      * Gets the public 'repository' shared autowired service.
  2496.      *
  2497.      * @return \App\FHI360\Access\Portal\Repository\Repository
  2498.      */
  2499.     protected function getRepositoryService()
  2500.     {
  2501.         include_once \dirname(__DIR__4).'/src/FHI360/Access/Portal/Repository/Repository.php';
  2502.         return $this->services['repository'] = new \App\FHI360\Access\Portal\Repository\Repository(($this->services['doctrine.dbal.suitecrm_connection'] ?? $this->getDoctrine_Dbal_SuitecrmConnectionService()), $this);
  2503.     }
  2504.     /**
  2505.      * Gets the public 'request_listener' shared autowired service.
  2506.      *
  2507.      * @return \App\EventListener\RequestListener
  2508.      */
  2509.     protected function getRequestListenerService()
  2510.     {
  2511.         return $this->services['request_listener'] = new \App\EventListener\RequestListener($this, ($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()));
  2512.     }
  2513.     /**
  2514.      * Gets the public 'request_stack' shared service.
  2515.      *
  2516.      * @return \Symfony\Component\HttpFoundation\RequestStack
  2517.      */
  2518.     protected function getRequestStackService()
  2519.     {
  2520.         return $this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack();
  2521.     }
  2522.     /**
  2523.      * Gets the public 'router' shared service.
  2524.      *
  2525.      * @return \Symfony\Bundle\FrameworkBundle\Routing\Router
  2526.      */
  2527.     protected function getRouterService()
  2528.     {
  2529.         $a = new \Symfony\Bridge\Monolog\Logger('router');
  2530.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  2531.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  2532.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  2533.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  2534.         $this->services['router'] = $instance = new \Symfony\Bundle\FrameworkBundle\Routing\Router((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2535.             'routing.loader' => ['services''routing.loader''getRouting_LoaderService'false],
  2536.         ], [
  2537.             'routing.loader' => 'Symfony\\Component\\Config\\Loader\\LoaderInterface',
  2538.         ]))->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()), new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this), $a'en');
  2539.         $instance->setConfigCacheFactory(($this->privates['config_cache_factory'] ?? $this->getConfigCacheFactoryService()));
  2540.         return $instance;
  2541.     }
  2542.     /**
  2543.      * Gets the public 'routing.loader' shared service.
  2544.      *
  2545.      * @return \Symfony\Bundle\FrameworkBundle\Routing\DelegatingLoader
  2546.      */
  2547.     protected function getRouting_LoaderService()
  2548.     {
  2549.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/LoaderInterface.php';
  2550.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/Loader.php';
  2551.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/DelegatingLoader.php';
  2552.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Routing/DelegatingLoader.php';
  2553.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/LoaderResolverInterface.php';
  2554.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/LoaderResolver.php';
  2555.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/FileLoader.php';
  2556.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/XmlFileLoader.php';
  2557.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/YamlFileLoader.php';
  2558.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/PhpFileLoader.php';
  2559.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/GlobFileLoader.php';
  2560.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/DirectoryLoader.php';
  2561.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/ObjectLoader.php';
  2562.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/ContainerLoader.php';
  2563.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Routing/LegacyRouteLoaderContainer.php';
  2564.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/AnnotationClassLoader.php';
  2565.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Routing/AnnotatedRouteControllerLoader.php';
  2566.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/AnnotationFileLoader.php';
  2567.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/AnnotationDirectoryLoader.php';
  2568.         $a = new \Symfony\Component\Config\Loader\LoaderResolver();
  2569.         $b = ($this->privates['file_locator'] ?? $this->getFileLocatorService());
  2570.         $c = new \Symfony\Bundle\FrameworkBundle\Routing\AnnotatedRouteControllerLoader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  2571.         $a->addLoader(new \Symfony\Component\Routing\Loader\XmlFileLoader($b));
  2572.         $a->addLoader(new \Symfony\Component\Routing\Loader\YamlFileLoader($b));
  2573.         $a->addLoader(new \Symfony\Component\Routing\Loader\PhpFileLoader($b));
  2574.         $a->addLoader(new \Symfony\Component\Routing\Loader\GlobFileLoader($b));
  2575.         $a->addLoader(new \Symfony\Component\Routing\Loader\DirectoryLoader($b));
  2576.         $a->addLoader(new \Symfony\Component\Routing\Loader\ContainerLoader(new \Symfony\Bundle\FrameworkBundle\Routing\LegacyRouteLoaderContainer($this, new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2577.             'kernel' => ['services''kernel''getKernelService'false],
  2578.         ], [
  2579.             'kernel' => 'App\\Kernel',
  2580.         ]))));
  2581.         $a->addLoader($c);
  2582.         $a->addLoader(new \Symfony\Component\Routing\Loader\AnnotationDirectoryLoader($b$c));
  2583.         $a->addLoader(new \Symfony\Component\Routing\Loader\AnnotationFileLoader($b$c));
  2584.         return $this->services['routing.loader'] = new \Symfony\Bundle\FrameworkBundle\Routing\DelegatingLoader($a, [], ['utf8' => true]);
  2585.     }
  2586.     /**
  2587.      * Gets the public 'security.authentication_utils' shared service.
  2588.      *
  2589.      * @return \Symfony\Component\Security\Http\Authentication\AuthenticationUtils
  2590.      */
  2591.     protected function getSecurity_AuthenticationUtilsService()
  2592.     {
  2593.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authentication/AuthenticationUtils.php';
  2594.         return $this->services['security.authentication_utils'] = new \Symfony\Component\Security\Http\Authentication\AuthenticationUtils(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  2595.     }
  2596.     /**
  2597.      * Gets the public 'security.authorization_checker' shared service.
  2598.      *
  2599.      * @return \Symfony\Component\Security\Core\Authorization\AuthorizationChecker
  2600.      */
  2601.     protected function getSecurity_AuthorizationCheckerService()
  2602.     {
  2603.         return $this->services['security.authorization_checker'] = new \Symfony\Component\Security\Core\Authorization\AuthorizationChecker(($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()), ($this->privates['security.authentication.manager'] ?? $this->getSecurity_Authentication_ManagerService()), ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService()), false);
  2604.     }
  2605.     /**
  2606.      * Gets the public 'security.csrf.token_manager' shared service.
  2607.      *
  2608.      * @return \Symfony\Component\Security\Csrf\CsrfTokenManager
  2609.      */
  2610.     protected function getSecurity_Csrf_TokenManagerService()
  2611.     {
  2612.         include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/CsrfTokenManagerInterface.php';
  2613.         include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/CsrfTokenManager.php';
  2614.         include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenGenerator/TokenGeneratorInterface.php';
  2615.         include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenGenerator/UriSafeTokenGenerator.php';
  2616.         return $this->services['security.csrf.token_manager'] = new \Symfony\Component\Security\Csrf\CsrfTokenManager(new \Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator(), ($this->privates['security.csrf.token_storage'] ?? $this->getSecurity_Csrf_TokenStorageService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  2617.     }
  2618.     /**
  2619.      * Gets the public 'security.password_encoder' shared service.
  2620.      *
  2621.      * @return \Symfony\Component\Security\Core\Encoder\UserPasswordEncoder
  2622.      */
  2623.     protected function getSecurity_PasswordEncoderService()
  2624.     {
  2625.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Encoder/UserPasswordEncoderInterface.php';
  2626.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Encoder/UserPasswordEncoder.php';
  2627.         return $this->services['security.password_encoder'] = new \Symfony\Component\Security\Core\Encoder\UserPasswordEncoder(($this->privates['security.encoder_factory.generic'] ?? $this->getSecurity_EncoderFactory_GenericService()));
  2628.     }
  2629.     /**
  2630.      * Gets the public 'security.token_storage' shared service.
  2631.      *
  2632.      * @return \Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage
  2633.      */
  2634.     protected function getSecurity_TokenStorageService()
  2635.     {
  2636.         return $this->services['security.token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage(($this->privates['security.untracked_token_storage'] ?? ($this->privates['security.untracked_token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())), new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2637.             'session' => ['services''session''getSessionService'false],
  2638.         ], [
  2639.             'session' => '?',
  2640.         ]));
  2641.     }
  2642.     /**
  2643.      * Gets the public 'send_email' shared autowired service.
  2644.      *
  2645.      * @return \App\FHI360\Access\Suite\Service\SendEmail
  2646.      */
  2647.     protected function getSendEmailService()
  2648.     {
  2649.         include_once \dirname(__DIR__4).'/src/FHI360/Access/Suite/Service/SendEmail.php';
  2650.         return $this->services['send_email'] = new \App\FHI360\Access\Suite\Service\SendEmail($this->getEnv('string:SENDGRID_API_KEY'));
  2651.     }
  2652.     /**
  2653.      * Gets the public 'services_resetter' shared service.
  2654.      *
  2655.      * @return \Symfony\Component\HttpKernel\DependencyInjection\ServicesResetter
  2656.      */
  2657.     protected function getServicesResetterService()
  2658.     {
  2659.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DependencyInjection/ServicesResetter.php';
  2660.         return $this->services['services_resetter'] = new \Symfony\Component\HttpKernel\DependencyInjection\ServicesResetter(new RewindableGenerator(function () {
  2661.             if (isset($this->services['cache.app'])) {
  2662.                 yield 'cache.app' => ($this->services['cache.app'] ?? null);
  2663.             }
  2664.             if (isset($this->services['cache.system'])) {
  2665.                 yield 'cache.system' => ($this->services['cache.system'] ?? null);
  2666.             }
  2667.             if (isset($this->privates['cache.validator'])) {
  2668.                 yield 'cache.validator' => ($this->privates['cache.validator'] ?? null);
  2669.             }
  2670.             if (isset($this->privates['cache.serializer'])) {
  2671.                 yield 'cache.serializer' => ($this->privates['cache.serializer'] ?? null);
  2672.             }
  2673.             if (isset($this->privates['cache.annotations'])) {
  2674.                 yield 'cache.annotations' => ($this->privates['cache.annotations'] ?? null);
  2675.             }
  2676.             if (isset($this->privates['cache.property_info'])) {
  2677.                 yield 'cache.property_info' => ($this->privates['cache.property_info'] ?? null);
  2678.             }
  2679.             if (isset($this->privates['form.choice_list_factory.cached'])) {
  2680.                 yield 'form.choice_list_factory.cached' => ($this->privates['form.choice_list_factory.cached'] ?? null);
  2681.             }
  2682.             if (isset($this->privates['mailer.logger_message_listener'])) {
  2683.                 yield 'mailer.logger_message_listener' => ($this->privates['mailer.logger_message_listener'] ?? null);
  2684.             }
  2685.             if (isset($this->services['profiler'])) {
  2686.                 yield 'profiler' => ($this->services['profiler'] ?? null);
  2687.             }
  2688.             if (isset($this->services['validator'])) {
  2689.                 yield 'debug.validator' => ($this->services['validator'] ?? null);
  2690.             }
  2691.             if (isset($this->privates['debug.stopwatch'])) {
  2692.                 yield 'debug.stopwatch' => ($this->privates['debug.stopwatch'] ?? null);
  2693.             }
  2694.             if (isset($this->services['event_dispatcher'])) {
  2695.                 yield 'debug.event_dispatcher' => ($this->services['event_dispatcher'] ?? null);
  2696.             }
  2697.             if (isset($this->privates['twig.form.engine'])) {
  2698.                 yield 'twig.form.engine' => ($this->privates['twig.form.engine'] ?? null);
  2699.             }
  2700.             if (isset($this->services['security.token_storage'])) {
  2701.                 yield 'security.token_storage' => ($this->services['security.token_storage'] ?? null);
  2702.             }
  2703.             if (isset($this->privates['cache.security_expression_language'])) {
  2704.                 yield 'cache.security_expression_language' => ($this->privates['cache.security_expression_language'] ?? null);
  2705.             }
  2706.             if (isset($this->privates['monolog.handler.main'])) {
  2707.                 yield 'monolog.handler.main' => ($this->privates['monolog.handler.main'] ?? null);
  2708.             }
  2709.             if (isset($this->privates['monolog.handler.console'])) {
  2710.                 yield 'monolog.handler.console' => ($this->privates['monolog.handler.console'] ?? null);
  2711.             }
  2712.             if (isset($this->services['doctrine'])) {
  2713.                 yield 'doctrine' => ($this->services['doctrine'] ?? null);
  2714.             }
  2715.             if (isset($this->privates['form.type.entity'])) {
  2716.                 yield 'form.type.entity' => ($this->privates['form.type.entity'] ?? null);
  2717.             }
  2718.             if (isset($this->privates['webpack_encore.tag_renderer'])) {
  2719.                 yield 'webpack_encore.tag_renderer' => ($this->privates['webpack_encore.tag_renderer'] ?? null);
  2720.             }
  2721.             if (isset($this->privates['cache.webpack_encore'])) {
  2722.                 yield 'cache.webpack_encore' => ($this->privates['cache.webpack_encore'] ?? null);
  2723.             }
  2724.             if (isset($this->privates['webpack_encore.entrypoint_lookup[_default]'])) {
  2725.                 yield 'webpack_encore.entrypoint_lookup[_default]' => ($this->privates['webpack_encore.entrypoint_lookup[_default]'] ?? null);
  2726.             }
  2727.         }, function () {
  2728.             return + (int) (isset($this->services['cache.app'])) + (int) (isset($this->services['cache.system'])) + (int) (isset($this->privates['cache.validator'])) + (int) (isset($this->privates['cache.serializer'])) + (int) (isset($this->privates['cache.annotations'])) + (int) (isset($this->privates['cache.property_info'])) + (int) (isset($this->privates['form.choice_list_factory.cached'])) + (int) (isset($this->privates['mailer.logger_message_listener'])) + (int) (isset($this->services['profiler'])) + (int) (isset($this->services['validator'])) + (int) (isset($this->privates['debug.stopwatch'])) + (int) (isset($this->services['event_dispatcher'])) + (int) (isset($this->privates['twig.form.engine'])) + (int) (isset($this->services['security.token_storage'])) + (int) (isset($this->privates['cache.security_expression_language'])) + (int) (isset($this->privates['monolog.handler.main'])) + (int) (isset($this->privates['monolog.handler.console'])) + (int) (isset($this->services['doctrine'])) + (int) (isset($this->privates['form.type.entity'])) + (int) (isset($this->privates['webpack_encore.tag_renderer'])) + (int) (isset($this->privates['cache.webpack_encore'])) + (int) (isset($this->privates['webpack_encore.entrypoint_lookup[_default]']));
  2729.         }), ['cache.app' => [=> 'reset'], 'cache.system' => [=> 'reset'], 'cache.validator' => [=> 'reset'], 'cache.serializer' => [=> 'reset'], 'cache.annotations' => [=> 'reset'], 'cache.property_info' => [=> 'reset'], 'form.choice_list_factory.cached' => [=> 'reset'], 'mailer.logger_message_listener' => [=> 'reset'], 'profiler' => [=> 'reset'], 'debug.validator' => [=> 'reset'], 'debug.stopwatch' => [=> 'reset'], 'debug.event_dispatcher' => [=> 'reset'], 'twig.form.engine' => [=> 'reset'], 'security.token_storage' => [=> 'disableUsageTracking'=> 'setToken'], 'cache.security_expression_language' => [=> 'reset'], 'monolog.handler.main' => [=> 'reset'], 'monolog.handler.console' => [=> 'reset'], 'doctrine' => [=> 'reset'], 'form.type.entity' => [=> 'reset'], 'webpack_encore.tag_renderer' => [=> 'reset'], 'cache.webpack_encore' => [=> 'reset'], 'webpack_encore.entrypoint_lookup[_default]' => [=> 'reset']]);
  2730.     }
  2731.     /**
  2732.      * Gets the public 'session' shared service.
  2733.      *
  2734.      * @return \Symfony\Component\HttpFoundation\Session\Session
  2735.      */
  2736.     protected function getSessionService()
  2737.     {
  2738.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/SessionInterface.php';
  2739.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/Session.php';
  2740.         return $this->services['session'] = new \Symfony\Component\HttpFoundation\Session\Session(($this->privates['session.storage.native'] ?? $this->getSession_Storage_NativeService()));
  2741.     }
  2742.     /**
  2743.      * Gets the public 'strategic_plan_repository' shared autowired service.
  2744.      *
  2745.      * @return \App\FHI360\Access\Suite\Service\StrategicPlanRepository
  2746.      */
  2747.     protected function getStrategicPlanRepositoryService()
  2748.     {
  2749.         include_once \dirname(__DIR__4).'/src/FHI360/Access/Suite/Service/Repository.php';
  2750.         include_once \dirname(__DIR__4).'/src/FHI360/Access/Suite/Service/StrategicPlanRepository.php';
  2751.         return $this->services['strategic_plan_repository'] = new \App\FHI360\Access\Suite\Service\StrategicPlanRepository(($this->services['doctrine.dbal.suitecrm_connection'] ?? $this->getDoctrine_Dbal_SuitecrmConnectionService()), $this);
  2752.     }
  2753.     /**
  2754.      * Gets the public 'strategic_plan_utils' shared autowired service.
  2755.      *
  2756.      * @return \App\FHI360\Access\Suite\Service\StrategicPlanRepository
  2757.      */
  2758.     protected function getStrategicPlanUtilsService()
  2759.     {
  2760.         include_once \dirname(__DIR__4).'/src/FHI360/Access/Suite/Service/Repository.php';
  2761.         include_once \dirname(__DIR__4).'/src/FHI360/Access/Suite/Service/StrategicPlanRepository.php';
  2762.         return $this->services['strategic_plan_utils'] = new \App\FHI360\Access\Suite\Service\StrategicPlanRepository(($this->services['doctrine.dbal.suitecrm_connection'] ?? $this->getDoctrine_Dbal_SuitecrmConnectionService()), $this);
  2763.     }
  2764.     /**
  2765.      * Gets the public 'suite_api' shared autowired service.
  2766.      *
  2767.      * @return \App\FHI360\Access\Suite\Service\APISuiteCRM
  2768.      */
  2769.     protected function getSuiteApiService()
  2770.     {
  2771.         include_once \dirname(__DIR__4).'/src/FHI360/Access/Suite/Service/APISuiteCRM.php';
  2772.         return $this->services['suite_api'] = new \App\FHI360\Access\Suite\Service\APISuiteCRM(($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()), ($this->services['session'] ?? $this->getSessionService()), ($this->services['suite_utils'] ?? $this->getSuiteUtilsService()), $this->getEnv('string:ENABLE_DISCLAIMER'));
  2773.     }
  2774.     /**
  2775.      * Gets the public 'suite_numbers' shared autowired service.
  2776.      *
  2777.      * @return \App\FHI360\Access\Suite\Service\SuiteNumbersGenerator
  2778.      */
  2779.     protected function getSuiteNumbersService()
  2780.     {
  2781.         include_once \dirname(__DIR__4).'/src/FHI360/Access/Suite/Service/SuiteNumbersGenerator.php';
  2782.         return $this->services['suite_numbers'] = new \App\FHI360\Access\Suite\Service\SuiteNumbersGenerator(($this->services['doctrine.dbal.suitecrm_connection'] ?? $this->getDoctrine_Dbal_SuitecrmConnectionService()));
  2783.     }
  2784.     /**
  2785.      * Gets the public 'suite_utils' shared autowired service.
  2786.      *
  2787.      * @return \App\FHI360\Access\Suite\Service\SuiteUtils
  2788.      */
  2789.     protected function getSuiteUtilsService()
  2790.     {
  2791.         include_once \dirname(__DIR__4).'/src/FHI360/Access/Suite/Service/SuiteUtils.php';
  2792.         return $this->services['suite_utils'] = new \App\FHI360\Access\Suite\Service\SuiteUtils(($this->services['doctrine.dbal.suitecrm_connection'] ?? $this->getDoctrine_Dbal_SuitecrmConnectionService()), $this, ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  2793.     }
  2794.     /**
  2795.      * Gets the public 'survey_utils' shared autowired service.
  2796.      *
  2797.      * @return \App\FHI360\Access\Suite\Service\SurveyUtils
  2798.      */
  2799.     protected function getSurveyUtilsService()
  2800.     {
  2801.         include_once \dirname(__DIR__4).'/src/FHI360/Access/Suite/Service/SurveyUtils.php';
  2802.         return $this->services['survey_utils'] = new \App\FHI360\Access\Suite\Service\SurveyUtils(($this->services['doctrine.dbal.suitecrm_connection'] ?? $this->getDoctrine_Dbal_SuitecrmConnectionService()), $this->getEnv('string:DATABASE_NAME'));
  2803.     }
  2804.     /**
  2805.      * Gets the public 'templating' shared service.
  2806.      *
  2807.      * @return \Symfony\Bundle\FrameworkBundle\Templating\DelegatingEngine
  2808.      *
  2809.      * @deprecated The "templating" service is deprecated since Symfony 4.3 and will be removed in 5.0.
  2810.      */
  2811.     protected function getTemplatingService()
  2812.     {
  2813.         @trigger_error('The "templating" service is deprecated since Symfony 4.3 and will be removed in 5.0.'E_USER_DEPRECATED);
  2814.         $this->services['templating'] = $instance = new \Symfony\Bundle\FrameworkBundle\Templating\DelegatingEngine($this, []);
  2815.         $instance->addEngine($this->getTemplating_Engine_TwigService());
  2816.         $instance->addEngine(($this->privates['templating.engine.php'] ?? $this->getTemplating_Engine_PhpService()));
  2817.         return $instance;
  2818.     }
  2819.     /**
  2820.      * Gets the public 'templating.loader' shared service.
  2821.      *
  2822.      * @return \Symfony\Bundle\FrameworkBundle\Templating\Loader\FilesystemLoader
  2823.      *
  2824.      * @deprecated The "templating.loader" service is deprecated since Symfony 4.3 and will be removed in 5.0.
  2825.      */
  2826.     protected function getTemplating_LoaderService()
  2827.     {
  2828.         @trigger_error('The "templating.loader" service is deprecated since Symfony 4.3 and will be removed in 5.0.'E_USER_DEPRECATED);
  2829.         return $this->services['templating.loader'] = new \Symfony\Bundle\FrameworkBundle\Templating\Loader\FilesystemLoader(($this->privates['templating.locator'] ?? $this->getTemplating_LocatorService()));
  2830.     }
  2831.     /**
  2832.      * Gets the public 'translator' shared service.
  2833.      *
  2834.      * @return \Symfony\Component\Translation\DataCollectorTranslator
  2835.      */
  2836.     protected function getTranslatorService()
  2837.     {
  2838.         return $this->services['translator'] = new \Symfony\Component\Translation\DataCollectorTranslator(($this->privates['translator.default'] ?? $this->getTranslator_DefaultService()));
  2839.     }
  2840.     /**
  2841.      * Gets the public 'twig' shared service.
  2842.      *
  2843.      * @return \Twig\Environment
  2844.      */
  2845.     protected function getTwigService()
  2846.     {
  2847.         $a = new \Symfony\Bundle\TwigBundle\Loader\FilesystemLoader(($this->privates['templating.locator'] ?? $this->getTemplating_LocatorService()), ($this->privates['templating.name_parser'] ?? $this->getTemplating_NameParserService()), \dirname(__DIR__4));
  2848.         $a->addPath((\dirname(__DIR__4).'/src/FHI360/Access/Portal/Resources/public'), 'public');
  2849.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/framework-bundle/Resources/views'), 'Framework');
  2850.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/framework-bundle/Resources/views'), '!Framework');
  2851.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bundle/Resources/views'), 'Twig');
  2852.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bundle/Resources/views'), '!Twig');
  2853.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/security-bundle/Resources/views'), 'Security');
  2854.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/security-bundle/Resources/views'), '!Security');
  2855.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/debug-bundle/Resources/views'), 'Debug');
  2856.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/debug-bundle/Resources/views'), '!Debug');
  2857.         $a->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Resources/views'), 'Doctrine');
  2858.         $a->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Resources/views'), '!Doctrine');
  2859.         $a->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Resources/views'), 'DoctrineMigrations');
  2860.         $a->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Resources/views'), '!DoctrineMigrations');
  2861.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Resources/views'), 'WebProfiler');
  2862.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Resources/views'), '!WebProfiler');
  2863.         $a->addPath((\dirname(__DIR__4).'/templates'));
  2864.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Email'), 'email');
  2865.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Email'), '!email');
  2866.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Form'));
  2867.         $this->services['twig'] = $instance = new \Twig\Environment($a, ['debug' => true'strict_variables' => true'autoescape' => 'name''cache' => ($this->targetDir.''.'/twig'), 'charset' => 'UTF-8']);
  2868.         $b = ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)));
  2869.         $c = ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService());
  2870.         $d = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  2871.         $e = new \Symfony\Component\VarDumper\Dumper\HtmlDumper(NULL'UTF-8'1);
  2872.         $e->setDisplayOptions(['maxStringLength' => 4096'fileLinkFormat' => $c]);
  2873.         $f = new \Symfony\Bridge\Twig\AppVariable();
  2874.         $f->setEnvironment('dev');
  2875.         $f->setDebug(true);
  2876.         if ($this->has('security.token_storage')) {
  2877.             $f->setTokenStorage(($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()));
  2878.         }
  2879.         if ($this->has('request_stack')) {
  2880.             $f->setRequestStack($d);
  2881.         }
  2882.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\CsrfExtension());
  2883.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\ProfilerExtension(($this->privates['twig.profile'] ?? ($this->privates['twig.profile'] = new \Twig\Profiler\Profile())), $b));
  2884.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\TranslationExtension(($this->services['translator'] ?? $this->getTranslatorService())));
  2885.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\AssetExtension(($this->privates['assets.packages'] ?? $this->getAssets_PackagesService())));
  2886.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\CodeExtension($c, \dirname(__DIR__4), 'UTF-8'));
  2887.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\RoutingExtension(($this->services['router'] ?? $this->getRouterService())));
  2888.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\YamlExtension());
  2889.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\StopwatchExtension($btrue));
  2890.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\HttpKernelExtension());
  2891.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\HttpFoundationExtension(new \Symfony\Component\HttpFoundation\UrlHelper($d, ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService()))));
  2892.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\FormExtension());
  2893.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\LogoutUrlExtension(($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService())));
  2894.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\SecurityExtension(($this->services['security.authorization_checker'] ?? $this->getSecurity_AuthorizationCheckerService())));
  2895.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\DumpExtension(($this->services['var_dumper.cloner'] ?? $this->getVarDumper_ClonerService()), ($this->privates['var_dumper.html_dumper'] ?? $this->getVarDumper_HtmlDumperService())));
  2896.         $instance->addExtension(new \Doctrine\Bundle\DoctrineBundle\Twig\DoctrineExtension());
  2897.         $instance->addExtension(new \Symfony\Bundle\WebProfilerBundle\Twig\WebProfilerExtension($e));
  2898.         $instance->addExtension(new \Symfony\WebpackEncoreBundle\Twig\EntryFilesTwigExtension(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2899.             'webpack_encore.entrypoint_lookup_collection' => ['privates''webpack_encore.entrypoint_lookup_collection''getWebpackEncore_EntrypointLookupCollectionService'false],
  2900.             'webpack_encore.tag_renderer' => ['privates''webpack_encore.tag_renderer''getWebpackEncore_TagRendererService'false],
  2901.         ], [
  2902.             'webpack_encore.entrypoint_lookup_collection' => '?',
  2903.             'webpack_encore.tag_renderer' => '?',
  2904.         ])));
  2905.         $instance->addExtension(new \Symfony\WebpackEncoreBundle\Twig\StimulusTwigExtension());
  2906.         $instance->addGlobal('app'$f);
  2907.         $instance->addRuntimeLoader(new \Twig\RuntimeLoader\ContainerRuntimeLoader(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2908.             'Symfony\\Bridge\\Twig\\Extension\\CsrfRuntime' => ['privates''twig.runtime.security_csrf''getTwig_Runtime_SecurityCsrfService'false],
  2909.             'Symfony\\Bridge\\Twig\\Extension\\HttpKernelRuntime' => ['privates''twig.runtime.httpkernel''getTwig_Runtime_HttpkernelService'false],
  2910.             'Symfony\\Component\\Form\\FormRenderer' => ['privates''twig.form.renderer''getTwig_Form_RendererService'false],
  2911.         ], [
  2912.             'Symfony\\Bridge\\Twig\\Extension\\CsrfRuntime' => '?',
  2913.             'Symfony\\Bridge\\Twig\\Extension\\HttpKernelRuntime' => '?',
  2914.             'Symfony\\Component\\Form\\FormRenderer' => '?',
  2915.         ])));
  2916.         $instance->addGlobal('prod_host'$this->getEnv('string:PRODUCTION_DOMAIN'));
  2917.         $instance->addGlobal('ga_key''UA-92923829-1');
  2918.         (new \Symfony\Bundle\TwigBundle\DependencyInjection\Configurator\EnvironmentConfigurator('F j, Y H:i''%d days'NULL0'.'','))->configure($instance);
  2919.         return $instance;
  2920.     }
  2921.     /**
  2922.      * Gets the public 'twig.controller.exception' shared service.
  2923.      *
  2924.      * @return \Symfony\Bundle\TwigBundle\Controller\ExceptionController
  2925.      *
  2926.      * @deprecated The "twig.controller.exception" service is deprecated since Symfony 4.4.
  2927.      */
  2928.     protected function getTwig_Controller_ExceptionService()
  2929.     {
  2930.         @trigger_error('The "twig.controller.exception" service is deprecated since Symfony 4.4.'E_USER_DEPRECATED);
  2931.         return $this->services['twig.controller.exception'] = new \Symfony\Bundle\TwigBundle\Controller\ExceptionController(($this->services['twig'] ?? $this->getTwigService()), true);
  2932.     }
  2933.     /**
  2934.      * Gets the public 'twig.controller.preview_error' shared service.
  2935.      *
  2936.      * @return \Symfony\Bundle\TwigBundle\Controller\PreviewErrorController
  2937.      *
  2938.      * @deprecated The "twig.controller.preview_error" service is deprecated since Symfony 4.4.
  2939.      */
  2940.     protected function getTwig_Controller_PreviewErrorService()
  2941.     {
  2942.         @trigger_error('The "twig.controller.preview_error" service is deprecated since Symfony 4.4.'E_USER_DEPRECATED);
  2943.         return $this->services['twig.controller.preview_error'] = new \Symfony\Bundle\TwigBundle\Controller\PreviewErrorController(($this->services['http_kernel'] ?? $this->getHttpKernelService()), NULL);
  2944.     }
  2945.     /**
  2946.      * Gets the public 'user_repository' shared autowired service.
  2947.      *
  2948.      * @return \App\FHI360\Access\Portal\Repository\UserRepository
  2949.      */
  2950.     protected function getUserRepositoryService()
  2951.     {
  2952.         include_once \dirname(__DIR__4).'/src/FHI360/Access/Portal/Repository/Repository.php';
  2953.         include_once \dirname(__DIR__4).'/src/FHI360/Access/Portal/Repository/UserRepository.php';
  2954.         return $this->services['user_repository'] = new \App\FHI360\Access\Portal\Repository\UserRepository(($this->services['doctrine.dbal.suitecrm_connection'] ?? $this->getDoctrine_Dbal_SuitecrmConnectionService()), $this);
  2955.     }
  2956.     /**
  2957.      * Gets the public 'validator' shared service.
  2958.      *
  2959.      * @return \Symfony\Component\Validator\Validator\TraceableValidator
  2960.      */
  2961.     protected function getValidatorService()
  2962.     {
  2963.         return $this->services['validator'] = new \Symfony\Component\Validator\Validator\TraceableValidator(($this->privates['validator.builder'] ?? $this->getValidator_BuilderService())->getValidator());
  2964.     }
  2965.     /**
  2966.      * Gets the public 'var_dumper.cloner' shared service.
  2967.      *
  2968.      * @return \Symfony\Component\VarDumper\Cloner\VarCloner
  2969.      */
  2970.     protected function getVarDumper_ClonerService()
  2971.     {
  2972.         $this->services['var_dumper.cloner'] = $instance = new \Symfony\Component\VarDumper\Cloner\VarCloner();
  2973.         $instance->setMaxItems(2500);
  2974.         $instance->setMinDepth(1);
  2975.         $instance->setMaxString(-1);
  2976.         $instance->addCasters(['Closure' => 'Symfony\\Component\\VarDumper\\Caster\\ReflectionCaster::unsetClosureFileInfo']);
  2977.         return $instance;
  2978.     }
  2979.     /**
  2980.      * Gets the public 'web_profiler.controller.exception' shared service.
  2981.      *
  2982.      * @return \Symfony\Bundle\WebProfilerBundle\Controller\ExceptionController
  2983.      *
  2984.      * @deprecated The "web_profiler.controller.exception" service is deprecated since Symfony 4.4, use the "web_profiler.controller.exception_panel" service instead.
  2985.      */
  2986.     protected function getWebProfiler_Controller_ExceptionService()
  2987.     {
  2988.         @trigger_error('The "web_profiler.controller.exception" service is deprecated since Symfony 4.4, use the "web_profiler.controller.exception_panel" service instead.'E_USER_DEPRECATED);
  2989.         return $this->services['web_profiler.controller.exception'] = new \Symfony\Bundle\WebProfilerBundle\Controller\ExceptionController(($this->services['profiler'] ?? $this->getProfilerService()), ($this->services['twig'] ?? $this->getTwigService()), true, ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService()), ($this->privates['error_handler.error_renderer.html'] ?? $this->getErrorHandler_ErrorRenderer_HtmlService()));
  2990.     }
  2991.     /**
  2992.      * Gets the public 'web_profiler.controller.exception_panel' shared service.
  2993.      *
  2994.      * @return \Symfony\Bundle\WebProfilerBundle\Controller\ExceptionPanelController
  2995.      */
  2996.     protected function getWebProfiler_Controller_ExceptionPanelService()
  2997.     {
  2998.         include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Controller/ExceptionPanelController.php';
  2999.         return $this->services['web_profiler.controller.exception_panel'] = new \Symfony\Bundle\WebProfilerBundle\Controller\ExceptionPanelController(($this->privates['error_handler.error_renderer.html'] ?? $this->getErrorHandler_ErrorRenderer_HtmlService()), ($this->services['profiler'] ?? $this->getProfilerService()));
  3000.     }
  3001.     /**
  3002.      * Gets the public 'web_profiler.controller.profiler' shared service.
  3003.      *
  3004.      * @return \Symfony\Bundle\WebProfilerBundle\Controller\ProfilerController
  3005.      */
  3006.     protected function getWebProfiler_Controller_ProfilerService()
  3007.     {
  3008.         include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Controller/ProfilerController.php';
  3009.         return $this->services['web_profiler.controller.profiler'] = new \Symfony\Bundle\WebProfilerBundle\Controller\ProfilerController(($this->services['router'] ?? $this->getRouterService()), ($this->services['profiler'] ?? $this->getProfilerService()), ($this->services['twig'] ?? $this->getTwigService()), $this->parameters['data_collector.templates'], ($this->privates['web_profiler.csp.handler'] ?? $this->getWebProfiler_Csp_HandlerService()), \dirname(__DIR__4));
  3010.     }
  3011.     /**
  3012.      * Gets the public 'web_profiler.controller.router' shared service.
  3013.      *
  3014.      * @return \Symfony\Bundle\WebProfilerBundle\Controller\RouterController
  3015.      */
  3016.     protected function getWebProfiler_Controller_RouterService()
  3017.     {
  3018.         include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Controller/RouterController.php';
  3019.         return $this->services['web_profiler.controller.router'] = new \Symfony\Bundle\WebProfilerBundle\Controller\RouterController(($this->services['profiler'] ?? $this->getProfilerService()), ($this->services['twig'] ?? $this->getTwigService()), ($this->services['router'] ?? $this->getRouterService()), NULL, new RewindableGenerator(function () {
  3020.             return new \EmptyIterator();
  3021.         }, 0));
  3022.     }
  3023.     /**
  3024.      * Gets the private '.legacy_resolve_controller_name_subscriber' shared service.
  3025.      *
  3026.      * @return \Symfony\Bundle\FrameworkBundle\EventListener\ResolveControllerNameSubscriber
  3027.      */
  3028.     protected function get_LegacyResolveControllerNameSubscriberService()
  3029.     {
  3030.         return $this->privates['.legacy_resolve_controller_name_subscriber'] = new \Symfony\Bundle\FrameworkBundle\EventListener\ResolveControllerNameSubscriber(($this->privates['.legacy_controller_name_converter'] ?? ($this->privates['.legacy_controller_name_converter'] = new \Symfony\Bundle\FrameworkBundle\Controller\ControllerNameParser(($this->services['kernel'] ?? $this->get('kernel'1)), false))), false);
  3031.     }
  3032.     /**
  3033.      * Gets the private '.service_locator.7YCo7Hx' shared service.
  3034.      *
  3035.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3036.      */
  3037.     protected function get_ServiceLocator_7YCo7HxService()
  3038.     {
  3039.         return $this->privates['.service_locator.7YCo7Hx'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3040.             'App\\FHI360\\Access\\Exchange\\Controller\\HelpDeskController::helpAction' => ['privates''.service_locator.o3htLhs''get_ServiceLocator_O3htLhsService'false],
  3041.             'App\\FHI360\\Access\\Exchange\\Controller\\HelpDeskController::helpSubmitAction' => ['privates''.service_locator.o3htLhs''get_ServiceLocator_O3htLhsService'false],
  3042.             'App\\FHI360\\Access\\Exchange\\Controller\\RegisterParticipantController::registeruserAction' => ['privates''.service_locator.ccM2MGC''get_ServiceLocator_CcM2MGCService'false],
  3043.             'App\\FHI360\\Access\\Exchange\\Controller\\SecurityController::login' => ['privates''.service_locator.g.xob4v''get_ServiceLocator_G_Xob4vService'false],
  3044.             'App\\FHI360\\Access\\Exchange\\Controller\\SecurityController::register' => ['privates''.service_locator.eCGyQFJ''get_ServiceLocator_ECGyQFJService'false],
  3045.             'App\\FHI360\\Access\\Exchange\\Controller\\VerifyLoginTokenController::verifyTockenAction' => ['privates''.service_locator.o3htLhs''get_ServiceLocator_O3htLhsService'false],
  3046.             'App\\FHI360\\Access\\Portal\\Controller\\DataCollectionController::surveyAction' => ['privates''.service_locator.o3htLhs''get_ServiceLocator_O3htLhsService'false],
  3047.             'App\\FHI360\\Access\\Portal\\Controller\\HelpController::helpAction' => ['privates''.service_locator.o3htLhs''get_ServiceLocator_O3htLhsService'false],
  3048.             'App\\FHI360\\Access\\Portal\\Controller\\HelpController::helpSubmitAction' => ['privates''.service_locator.o3htLhs''get_ServiceLocator_O3htLhsService'false],
  3049.             'App\\FHI360\\Access\\Portal\\Controller\\InstructionController::viewCollection' => ['privates''.service_locator.FzgAUZC''get_ServiceLocator_FzgAUZCService'false],
  3050.             'App\\FHI360\\Access\\Portal\\Controller\\InstructionController::viewTemplate' => ['privates''.service_locator.FzgAUZC''get_ServiceLocator_FzgAUZCService'false],
  3051.             'App\\FHI360\\Access\\Portal\\Controller\\NewsController::newsDetailAction' => ['privates''.service_locator.o3htLhs''get_ServiceLocator_O3htLhsService'false],
  3052.             'App\\FHI360\\Access\\Portal\\Controller\\StrategicPlanFormController::update' => ['privates''.service_locator.o3htLhs''get_ServiceLocator_O3htLhsService'false],
  3053.             'App\\FHI360\\Access\\Portal\\Controller\\TechnicalGuidesController::loadDocumentation' => ['privates''.service_locator.o3htLhs''get_ServiceLocator_O3htLhsService'false],
  3054.             'App\\FHI360\\Access\\Portal\\Controller\\TechnicalGuidesController::loadDocumentationHome' => ['privates''.service_locator.o3htLhs''get_ServiceLocator_O3htLhsService'false],
  3055.             'App\\FHI360\\Access\\Portal\\Controller\\TestingController::queueTestRun' => ['privates''.service_locator.KcAMiCm''get_ServiceLocator_KcAMiCmService'false],
  3056.             'App\\FHI360\\Access\\Portal\\Controller\\UserProfileController::helpSubmitAction' => ['privates''.service_locator.o3htLhs''get_ServiceLocator_O3htLhsService'false],
  3057.             'App\\FHI360\\Access\\Portal\\Controller\\UserProfileController::resetPasswordAction' => ['privates''.service_locator.o3htLhs''get_ServiceLocator_O3htLhsService'false],
  3058.             'App\\FHI360\\Access\\Portal\\Controller\\VerifyAuthTokenController::verifyTockenAction' => ['privates''.service_locator.o3htLhs''get_ServiceLocator_O3htLhsService'false],
  3059.             'App\\FHI360\\Access\\Exchange\\Controller\\HelpDeskController:helpAction' => ['privates''.service_locator.o3htLhs''get_ServiceLocator_O3htLhsService'false],
  3060.             'App\\FHI360\\Access\\Exchange\\Controller\\HelpDeskController:helpSubmitAction' => ['privates''.service_locator.o3htLhs''get_ServiceLocator_O3htLhsService'false],
  3061.             'App\\FHI360\\Access\\Exchange\\Controller\\RegisterParticipantController:registeruserAction' => ['privates''.service_locator.ccM2MGC''get_ServiceLocator_CcM2MGCService'false],
  3062.             'App\\FHI360\\Access\\Exchange\\Controller\\SecurityController:login' => ['privates''.service_locator.g.xob4v''get_ServiceLocator_G_Xob4vService'false],
  3063.             'App\\FHI360\\Access\\Exchange\\Controller\\SecurityController:register' => ['privates''.service_locator.eCGyQFJ''get_ServiceLocator_ECGyQFJService'false],
  3064.             'App\\FHI360\\Access\\Exchange\\Controller\\VerifyLoginTokenController:verifyTockenAction' => ['privates''.service_locator.o3htLhs''get_ServiceLocator_O3htLhsService'false],
  3065.             'App\\FHI360\\Access\\Portal\\Controller\\DataCollectionController:surveyAction' => ['privates''.service_locator.o3htLhs''get_ServiceLocator_O3htLhsService'false],
  3066.             'App\\FHI360\\Access\\Portal\\Controller\\HelpController:helpAction' => ['privates''.service_locator.o3htLhs''get_ServiceLocator_O3htLhsService'false],
  3067.             'App\\FHI360\\Access\\Portal\\Controller\\HelpController:helpSubmitAction' => ['privates''.service_locator.o3htLhs''get_ServiceLocator_O3htLhsService'false],
  3068.             'App\\FHI360\\Access\\Portal\\Controller\\InstructionController:viewCollection' => ['privates''.service_locator.FzgAUZC''get_ServiceLocator_FzgAUZCService'false],
  3069.             'App\\FHI360\\Access\\Portal\\Controller\\InstructionController:viewTemplate' => ['privates''.service_locator.FzgAUZC''get_ServiceLocator_FzgAUZCService'false],
  3070.             'App\\FHI360\\Access\\Portal\\Controller\\NewsController:newsDetailAction' => ['privates''.service_locator.o3htLhs''get_ServiceLocator_O3htLhsService'false],
  3071.             'App\\FHI360\\Access\\Portal\\Controller\\StrategicPlanFormController:update' => ['privates''.service_locator.o3htLhs''get_ServiceLocator_O3htLhsService'false],
  3072.             'App\\FHI360\\Access\\Portal\\Controller\\TechnicalGuidesController:loadDocumentation' => ['privates''.service_locator.o3htLhs''get_ServiceLocator_O3htLhsService'false],
  3073.             'App\\FHI360\\Access\\Portal\\Controller\\TechnicalGuidesController:loadDocumentationHome' => ['privates''.service_locator.o3htLhs''get_ServiceLocator_O3htLhsService'false],
  3074.             'App\\FHI360\\Access\\Portal\\Controller\\TestingController:queueTestRun' => ['privates''.service_locator.KcAMiCm''get_ServiceLocator_KcAMiCmService'false],
  3075.             'App\\FHI360\\Access\\Portal\\Controller\\UserProfileController:helpSubmitAction' => ['privates''.service_locator.o3htLhs''get_ServiceLocator_O3htLhsService'false],
  3076.             'App\\FHI360\\Access\\Portal\\Controller\\UserProfileController:resetPasswordAction' => ['privates''.service_locator.o3htLhs''get_ServiceLocator_O3htLhsService'false],
  3077.             'App\\FHI360\\Access\\Portal\\Controller\\VerifyAuthTokenController:verifyTockenAction' => ['privates''.service_locator.o3htLhs''get_ServiceLocator_O3htLhsService'false],
  3078.         ], [
  3079.             'App\\FHI360\\Access\\Exchange\\Controller\\HelpDeskController::helpAction' => '?',
  3080.             'App\\FHI360\\Access\\Exchange\\Controller\\HelpDeskController::helpSubmitAction' => '?',
  3081.             'App\\FHI360\\Access\\Exchange\\Controller\\RegisterParticipantController::registeruserAction' => '?',
  3082.             'App\\FHI360\\Access\\Exchange\\Controller\\SecurityController::login' => '?',
  3083.             'App\\FHI360\\Access\\Exchange\\Controller\\SecurityController::register' => '?',
  3084.             'App\\FHI360\\Access\\Exchange\\Controller\\VerifyLoginTokenController::verifyTockenAction' => '?',
  3085.             'App\\FHI360\\Access\\Portal\\Controller\\DataCollectionController::surveyAction' => '?',
  3086.             'App\\FHI360\\Access\\Portal\\Controller\\HelpController::helpAction' => '?',
  3087.             'App\\FHI360\\Access\\Portal\\Controller\\HelpController::helpSubmitAction' => '?',
  3088.             'App\\FHI360\\Access\\Portal\\Controller\\InstructionController::viewCollection' => '?',
  3089.             'App\\FHI360\\Access\\Portal\\Controller\\InstructionController::viewTemplate' => '?',
  3090.             'App\\FHI360\\Access\\Portal\\Controller\\NewsController::newsDetailAction' => '?',
  3091.             'App\\FHI360\\Access\\Portal\\Controller\\StrategicPlanFormController::update' => '?',
  3092.             'App\\FHI360\\Access\\Portal\\Controller\\TechnicalGuidesController::loadDocumentation' => '?',
  3093.             'App\\FHI360\\Access\\Portal\\Controller\\TechnicalGuidesController::loadDocumentationHome' => '?',
  3094.             'App\\FHI360\\Access\\Portal\\Controller\\TestingController::queueTestRun' => '?',
  3095.             'App\\FHI360\\Access\\Portal\\Controller\\UserProfileController::helpSubmitAction' => '?',
  3096.             'App\\FHI360\\Access\\Portal\\Controller\\UserProfileController::resetPasswordAction' => '?',
  3097.             'App\\FHI360\\Access\\Portal\\Controller\\VerifyAuthTokenController::verifyTockenAction' => '?',
  3098.             'App\\FHI360\\Access\\Exchange\\Controller\\HelpDeskController:helpAction' => '?',
  3099.             'App\\FHI360\\Access\\Exchange\\Controller\\HelpDeskController:helpSubmitAction' => '?',
  3100.             'App\\FHI360\\Access\\Exchange\\Controller\\RegisterParticipantController:registeruserAction' => '?',
  3101.             'App\\FHI360\\Access\\Exchange\\Controller\\SecurityController:login' => '?',
  3102.             'App\\FHI360\\Access\\Exchange\\Controller\\SecurityController:register' => '?',
  3103.             'App\\FHI360\\Access\\Exchange\\Controller\\VerifyLoginTokenController:verifyTockenAction' => '?',
  3104.             'App\\FHI360\\Access\\Portal\\Controller\\DataCollectionController:surveyAction' => '?',
  3105.             'App\\FHI360\\Access\\Portal\\Controller\\HelpController:helpAction' => '?',
  3106.             'App\\FHI360\\Access\\Portal\\Controller\\HelpController:helpSubmitAction' => '?',
  3107.             'App\\FHI360\\Access\\Portal\\Controller\\InstructionController:viewCollection' => '?',
  3108.             'App\\FHI360\\Access\\Portal\\Controller\\InstructionController:viewTemplate' => '?',
  3109.             'App\\FHI360\\Access\\Portal\\Controller\\NewsController:newsDetailAction' => '?',
  3110.             'App\\FHI360\\Access\\Portal\\Controller\\StrategicPlanFormController:update' => '?',
  3111.             'App\\FHI360\\Access\\Portal\\Controller\\TechnicalGuidesController:loadDocumentation' => '?',
  3112.             'App\\FHI360\\Access\\Portal\\Controller\\TechnicalGuidesController:loadDocumentationHome' => '?',
  3113.             'App\\FHI360\\Access\\Portal\\Controller\\TestingController:queueTestRun' => '?',
  3114.             'App\\FHI360\\Access\\Portal\\Controller\\UserProfileController:helpSubmitAction' => '?',
  3115.             'App\\FHI360\\Access\\Portal\\Controller\\UserProfileController:resetPasswordAction' => '?',
  3116.             'App\\FHI360\\Access\\Portal\\Controller\\VerifyAuthTokenController:verifyTockenAction' => '?',
  3117.         ]);
  3118.     }
  3119.     /**
  3120.      * Gets the private '.service_locator.FzgAUZC' shared service.
  3121.      *
  3122.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3123.      */
  3124.     protected function get_ServiceLocator_FzgAUZCService()
  3125.     {
  3126.         return $this->privates['.service_locator.FzgAUZC'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3127.             'conn' => ['services''doctrine.dbal.default_connection''getDoctrine_Dbal_DefaultConnectionService'false],
  3128.         ], [
  3129.             'conn' => '?',
  3130.         ]);
  3131.     }
  3132.     /**
  3133.      * Gets the private '.service_locator.KcAMiCm' shared service.
  3134.      *
  3135.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3136.      */
  3137.     protected function get_ServiceLocator_KcAMiCmService()
  3138.     {
  3139.         return $this->privates['.service_locator.KcAMiCm'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3140.             'conn' => ['services''doctrine.dbal.default_connection''getDoctrine_Dbal_DefaultConnectionService'false],
  3141.             'logger' => ['privates''monolog.logger''getMonolog_LoggerService'false],
  3142.         ], [
  3143.             'conn' => '?',
  3144.             'logger' => '?',
  3145.         ]);
  3146.     }
  3147.     /**
  3148.      * Gets the private '.service_locator.ccM2MGC' shared service.
  3149.      *
  3150.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3151.      */
  3152.     protected function get_ServiceLocator_CcM2MGCService()
  3153.     {
  3154.         return $this->privates['.service_locator.ccM2MGC'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3155.             'passwordEncoder' => ['services''security.password_encoder''getSecurity_PasswordEncoderService'false],
  3156.         ], [
  3157.             'passwordEncoder' => '?',
  3158.         ]);
  3159.     }
  3160.     /**
  3161.      * Gets the private '.service_locator.eCGyQFJ' shared service.
  3162.      *
  3163.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3164.      */
  3165.     protected function get_ServiceLocator_ECGyQFJService()
  3166.     {
  3167.         return $this->privates['.service_locator.eCGyQFJ'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3168.             'formAuthenticator' => ['privates''App\\FHI360\\Access\\Suite\\Security\\ExchangeAuthenticator''getExchangeAuthenticatorService'false],
  3169.             'guardHandler' => ['privates''security.authentication.guard_handler''getSecurity_Authentication_GuardHandlerService'false],
  3170.             'passwordEncoder' => ['services''security.password_encoder''getSecurity_PasswordEncoderService'false],
  3171.         ], [
  3172.             'formAuthenticator' => 'App\\FHI360\\Access\\Suite\\Security\\ExchangeAuthenticator',
  3173.             'guardHandler' => '?',
  3174.             'passwordEncoder' => '?',
  3175.         ]);
  3176.     }
  3177.     /**
  3178.      * Gets the private '.service_locator.g.xob4v' shared service.
  3179.      *
  3180.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3181.      */
  3182.     protected function get_ServiceLocator_G_Xob4vService()
  3183.     {
  3184.         return $this->privates['.service_locator.g.xob4v'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3185.             'authenticationUtils' => ['services''security.authentication_utils''getSecurity_AuthenticationUtilsService'false],
  3186.         ], [
  3187.             'authenticationUtils' => '?',
  3188.         ]);
  3189.     }
  3190.     /**
  3191.      * Gets the private '.service_locator.o3htLhs' shared service.
  3192.      *
  3193.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3194.      */
  3195.     protected function get_ServiceLocator_O3htLhsService()
  3196.     {
  3197.         return $this->privates['.service_locator.o3htLhs'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3198.             'session' => ['services''session''getSessionService'false],
  3199.         ], [
  3200.             'session' => '?',
  3201.         ]);
  3202.     }
  3203.     /**
  3204.      * Gets the private '.service_locator.o9nGMXB' shared service.
  3205.      *
  3206.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3207.      */
  3208.     protected function get_ServiceLocator_O9nGMXBService()
  3209.     {
  3210.         return $this->privates['.service_locator.o9nGMXB'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3211.             'twig' => ['services''twig''getTwigService'false],
  3212.         ], [
  3213.             'twig' => 'Twig\\Environment',
  3214.         ]);
  3215.     }
  3216.     /**
  3217.      * Gets the private 'App\FHI360\Access\Suite\Security\ExchangeAuthenticator' shared autowired service.
  3218.      *
  3219.      * @return \App\FHI360\Access\Suite\Security\ExchangeAuthenticator
  3220.      */
  3221.     protected function getExchangeAuthenticatorService()
  3222.     {
  3223.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/EntryPoint/AuthenticationEntryPointInterface.php';
  3224.         include_once \dirname(__DIR__4).'/vendor/symfony/security-guard/AuthenticatorInterface.php';
  3225.         include_once \dirname(__DIR__4).'/vendor/symfony/security-guard/AbstractGuardAuthenticator.php';
  3226.         include_once \dirname(__DIR__4).'/vendor/symfony/security-guard/Authenticator/AbstractFormLoginAuthenticator.php';
  3227.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Util/TargetPathTrait.php';
  3228.         include_once \dirname(__DIR__4).'/src/FHI360/Access/Suite/Security/ExchangeAuthenticator.php';
  3229.         return $this->privates['App\\FHI360\\Access\\Suite\\Security\\ExchangeAuthenticator'] = new \App\FHI360\Access\Suite\Security\ExchangeAuthenticator(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['router'] ?? $this->getRouterService()), ($this->services['security.password_encoder'] ?? $this->getSecurity_PasswordEncoderService()), ($this->services['security.csrf.token_manager'] ?? $this->getSecurity_Csrf_TokenManagerService()), $this);
  3230.     }
  3231.     /**
  3232.      * Gets the private 'App\FHI360\Access\Suite\Security\SuiteCRMAuthenticator' shared autowired service.
  3233.      *
  3234.      * @return \App\FHI360\Access\Suite\Security\SuiteCRMAuthenticator
  3235.      */
  3236.     protected function getSuiteCRMAuthenticatorService()
  3237.     {
  3238.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/EntryPoint/AuthenticationEntryPointInterface.php';
  3239.         include_once \dirname(__DIR__4).'/vendor/symfony/security-guard/AuthenticatorInterface.php';
  3240.         include_once \dirname(__DIR__4).'/vendor/symfony/security-guard/AbstractGuardAuthenticator.php';
  3241.         include_once \dirname(__DIR__4).'/vendor/symfony/security-guard/Authenticator/AbstractFormLoginAuthenticator.php';
  3242.         include_once \dirname(__DIR__4).'/src/FHI360/Access/Suite/Security/SuiteCRMAuthenticator.php';
  3243.         return $this->privates['App\\FHI360\\Access\\Suite\\Security\\SuiteCRMAuthenticator'] = new \App\FHI360\Access\Suite\Security\SuiteCRMAuthenticator($this->getEnv('string:SUITE_DOMAIN'), $this->getEnv('string:ENABLE_DISCLAIMER'), ($this->services['session'] ?? $this->getSessionService()), ($this->services['router'] ?? $this->getRouterService()), ($this->services['suite_api'] ?? $this->getSuiteApiService()), ($this->services['suite_utils'] ?? $this->getSuiteUtilsService()), $this);
  3244.     }
  3245.     /**
  3246.      * Gets the private 'App\Form\RegistrationType' shared autowired service.
  3247.      *
  3248.      * @return \App\Form\RegistrationType
  3249.      */
  3250.     protected function getRegistrationTypeService()
  3251.     {
  3252.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  3253.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  3254.         include_once \dirname(__DIR__4).'/src/Form/RegistrationType.php';
  3255.         return $this->privates['App\\Form\\RegistrationType'] = new \App\Form\RegistrationType();
  3256.     }
  3257.     /**
  3258.      * Gets the private 'Doctrine\Bundle\DoctrineBundle\Dbal\ManagerRegistryAwareConnectionProvider' shared service.
  3259.      *
  3260.      * @return \Doctrine\Bundle\DoctrineBundle\Dbal\ManagerRegistryAwareConnectionProvider
  3261.      */
  3262.     protected function getManagerRegistryAwareConnectionProviderService()
  3263.     {
  3264.         include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Tools/Console/ConnectionProvider.php';
  3265.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Dbal/ManagerRegistryAwareConnectionProvider.php';
  3266.         return $this->privates['Doctrine\\Bundle\\DoctrineBundle\\Dbal\\ManagerRegistryAwareConnectionProvider'] = new \Doctrine\Bundle\DoctrineBundle\Dbal\ManagerRegistryAwareConnectionProvider(new \Doctrine\Bundle\DoctrineBundle\Registry($this$this->parameters['doctrine.connections'], $this->parameters['doctrine.entity_managers'], 'default''default'));
  3267.     }
  3268.     /**
  3269.      * Gets the private 'Doctrine\DBAL\Tools\Console\Command\RunSqlCommand' shared service.
  3270.      *
  3271.      * @return \Doctrine\DBAL\Tools\Console\Command\RunSqlCommand
  3272.      */
  3273.     protected function getRunSqlCommandService()
  3274.     {
  3275.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3276.         include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Tools/Console/Command/RunSqlCommand.php';
  3277.         $this->privates['Doctrine\\DBAL\\Tools\\Console\\Command\\RunSqlCommand'] = $instance = new \Doctrine\DBAL\Tools\Console\Command\RunSqlCommand(($this->privates['Doctrine\\Bundle\\DoctrineBundle\\Dbal\\ManagerRegistryAwareConnectionProvider'] ?? $this->getManagerRegistryAwareConnectionProviderService()));
  3278.         $instance->setName('dbal:run-sql');
  3279.         return $instance;
  3280.     }
  3281.     /**
  3282.      * Gets the private 'Symfony\WebpackEncoreBundle\EventListener\ResetAssetsEventListener' shared service.
  3283.      *
  3284.      * @return \Symfony\WebpackEncoreBundle\EventListener\ResetAssetsEventListener
  3285.      */
  3286.     protected function getResetAssetsEventListenerService()
  3287.     {
  3288.         return $this->privates['Symfony\\WebpackEncoreBundle\\EventListener\\ResetAssetsEventListener'] = new \Symfony\WebpackEncoreBundle\EventListener\ResetAssetsEventListener(($this->privates['webpack_encore.entrypoint_lookup_collection'] ?? $this->getWebpackEncore_EntrypointLookupCollectionService()), [=> '_default']);
  3289.     }
  3290.     /**
  3291.      * Gets the private 'annotations.cache_adapter' shared service.
  3292.      *
  3293.      * @return \Symfony\Component\Cache\Adapter\PhpArrayAdapter
  3294.      */
  3295.     protected function getAnnotations_CacheAdapterService()
  3296.     {
  3297.         return \Symfony\Component\Cache\Adapter\PhpArrayAdapter::create(($this->targetDir.''.'/annotations.php'), ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService()));
  3298.     }
  3299.     /**
  3300.      * Gets the private 'annotations.cache_warmer' shared service.
  3301.      *
  3302.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\AnnotationsCacheWarmer
  3303.      */
  3304.     protected function getAnnotations_CacheWarmerService()
  3305.     {
  3306.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  3307.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/AbstractPhpFileCacheWarmer.php';
  3308.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/AnnotationsCacheWarmer.php';
  3309.         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);
  3310.     }
  3311.     /**
  3312.      * Gets the private 'annotations.cached_reader' shared service.
  3313.      *
  3314.      * @return \Doctrine\Common\Annotations\PsrCachedReader
  3315.      */
  3316.     protected function getAnnotations_CachedReaderService()
  3317.     {
  3318.         return $this->privates['annotations.cached_reader'] = new \Doctrine\Common\Annotations\PsrCachedReader(($this->privates['annotations.reader'] ?? $this->getAnnotations_ReaderService()), $this->getAnnotations_CacheAdapterService(), true);
  3319.     }
  3320.     /**
  3321.      * Gets the private 'annotations.reader' shared service.
  3322.      *
  3323.      * @return \Doctrine\Common\Annotations\AnnotationReader
  3324.      */
  3325.     protected function getAnnotations_ReaderService()
  3326.     {
  3327.         $this->privates['annotations.reader'] = $instance = new \Doctrine\Common\Annotations\AnnotationReader();
  3328.         $a = new \Doctrine\Common\Annotations\AnnotationRegistry();
  3329.         $a->registerUniqueLoader('class_exists');
  3330.         $instance->addGlobalIgnoredName('required'$a);
  3331.         return $instance;
  3332.     }
  3333.     /**
  3334.      * Gets the private 'assets.packages' shared service.
  3335.      *
  3336.      * @return \Symfony\Component\Asset\Packages
  3337.      */
  3338.     protected function getAssets_PackagesService()
  3339.     {
  3340.         $a = new \Symfony\Component\Asset\VersionStrategy\JsonManifestVersionStrategy((\dirname(__DIR__4).'/public/bundles/portal/build/manifest.json'));
  3341.         $b = new \Symfony\Component\Asset\Context\RequestStackContext(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ''false);
  3342.         return $this->privates['assets.packages'] = new \Symfony\Component\Asset\Packages(new \Symfony\Component\Asset\PathPackage(''$a$b), ['node_modules' => new \Symfony\Component\Asset\PathPackage('/node_modules/'$a$b)]);
  3343.     }
  3344.     /**
  3345.      * Gets the private 'cache.annotations' shared service.
  3346.      *
  3347.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  3348.      */
  3349.     protected function getCache_AnnotationsService()
  3350.     {
  3351.         return $this->privates['cache.annotations'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('4ebTpxxexr'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  3352.     }
  3353.     /**
  3354.      * Gets the private 'cache.doctrine.orm.default.query' shared service.
  3355.      *
  3356.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  3357.      */
  3358.     protected function getCache_Doctrine_Orm_Default_QueryService()
  3359.     {
  3360.         return $this->privates['cache.doctrine.orm.default.query'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  3361.     }
  3362.     /**
  3363.      * Gets the private 'cache.doctrine.orm.default.result' shared service.
  3364.      *
  3365.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  3366.      */
  3367.     protected function getCache_Doctrine_Orm_Default_ResultService()
  3368.     {
  3369.         return $this->privates['cache.doctrine.orm.default.result'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  3370.     }
  3371.     /**
  3372.      * Gets the private 'cache.doctrine.orm.suitecrm.query' shared service.
  3373.      *
  3374.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  3375.      */
  3376.     protected function getCache_Doctrine_Orm_Suitecrm_QueryService()
  3377.     {
  3378.         return $this->privates['cache.doctrine.orm.suitecrm.query'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  3379.     }
  3380.     /**
  3381.      * Gets the private 'cache.doctrine.orm.suitecrm.result' shared service.
  3382.      *
  3383.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  3384.      */
  3385.     protected function getCache_Doctrine_Orm_Suitecrm_ResultService()
  3386.     {
  3387.         return $this->privates['cache.doctrine.orm.suitecrm.result'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  3388.     }
  3389.     /**
  3390.      * Gets the private 'cache.property_info' shared service.
  3391.      *
  3392.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  3393.      */
  3394.     protected function getCache_PropertyInfoService()
  3395.     {
  3396.         return $this->privates['cache.property_info'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('NCw2tbtVgj'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  3397.     }
  3398.     /**
  3399.      * Gets the private 'cache.security_expression_language' shared service.
  3400.      *
  3401.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  3402.      */
  3403.     protected function getCache_SecurityExpressionLanguageService()
  3404.     {
  3405.         return $this->privates['cache.security_expression_language'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('vjSy06JKjj'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  3406.     }
  3407.     /**
  3408.      * Gets the private 'cache.serializer' shared service.
  3409.      *
  3410.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  3411.      */
  3412.     protected function getCache_SerializerService()
  3413.     {
  3414.         return $this->privates['cache.serializer'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('zvFzs6-9k3'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  3415.     }
  3416.     /**
  3417.      * Gets the private 'cache.validator' shared service.
  3418.      *
  3419.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  3420.      */
  3421.     protected function getCache_ValidatorService()
  3422.     {
  3423.         return $this->privates['cache.validator'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('iLlldPX4bb'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  3424.     }
  3425.     /**
  3426.      * Gets the private 'cache.webpack_encore' shared service.
  3427.      *
  3428.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  3429.      */
  3430.     protected function getCache_WebpackEncoreService()
  3431.     {
  3432.         return $this->privates['cache.webpack_encore'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('FGZvNNyw-i'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  3433.     }
  3434.     /**
  3435.      * Gets the private 'config_cache_factory' shared service.
  3436.      *
  3437.      * @return \Symfony\Component\Config\ResourceCheckerConfigCacheFactory
  3438.      */
  3439.     protected function getConfigCacheFactoryService()
  3440.     {
  3441.         return $this->privates['config_cache_factory'] = new \Symfony\Component\Config\ResourceCheckerConfigCacheFactory(new RewindableGenerator(function () {
  3442.             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)));
  3443.             yield => ($this->privates['config.resource.self_checking_resource_checker'] ?? ($this->privates['config.resource.self_checking_resource_checker'] = new \Symfony\Component\Config\Resource\SelfCheckingResourceChecker()));
  3444.         }, 2));
  3445.     }
  3446.     /**
  3447.      * Gets the private 'console.command.about' shared service.
  3448.      *
  3449.      * @return \Symfony\Bundle\FrameworkBundle\Command\AboutCommand
  3450.      */
  3451.     protected function getConsole_Command_AboutService()
  3452.     {
  3453.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3454.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/AboutCommand.php';
  3455.         $this->privates['console.command.about'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\AboutCommand();
  3456.         $instance->setName('about');
  3457.         return $instance;
  3458.     }
  3459.     /**
  3460.      * Gets the private 'console.command.assets_install' shared service.
  3461.      *
  3462.      * @return \Symfony\Bundle\FrameworkBundle\Command\AssetsInstallCommand
  3463.      */
  3464.     protected function getConsole_Command_AssetsInstallService()
  3465.     {
  3466.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3467.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/AssetsInstallCommand.php';
  3468.         include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  3469.         $this->privates['console.command.assets_install'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\AssetsInstallCommand(($this->services['filesystem'] ?? ($this->services['filesystem'] = new \Symfony\Component\Filesystem\Filesystem())), \dirname(__DIR__4));
  3470.         $instance->setName('assets:install');
  3471.         return $instance;
  3472.     }
  3473.     /**
  3474.      * Gets the private 'console.command.cache_clear' shared service.
  3475.      *
  3476.      * @return \Symfony\Bundle\FrameworkBundle\Command\CacheClearCommand
  3477.      */
  3478.     protected function getConsole_Command_CacheClearService()
  3479.     {
  3480.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3481.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/CacheClearCommand.php';
  3482.         include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  3483.         $this->privates['console.command.cache_clear'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\CacheClearCommand(($this->services['cache_clearer'] ?? $this->getCacheClearerService()), ($this->services['filesystem'] ?? ($this->services['filesystem'] = new \Symfony\Component\Filesystem\Filesystem())));
  3484.         $instance->setName('cache:clear');
  3485.         return $instance;
  3486.     }
  3487.     /**
  3488.      * Gets the private 'console.command.cache_pool_clear' shared service.
  3489.      *
  3490.      * @return \Symfony\Bundle\FrameworkBundle\Command\CachePoolClearCommand
  3491.      */
  3492.     protected function getConsole_Command_CachePoolClearService()
  3493.     {
  3494.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3495.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/CachePoolClearCommand.php';
  3496.         $this->privates['console.command.cache_pool_clear'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\CachePoolClearCommand(($this->services['cache.global_clearer'] ?? $this->getCache_GlobalClearerService()));
  3497.         $instance->setName('cache:pool:clear');
  3498.         return $instance;
  3499.     }
  3500.     /**
  3501.      * Gets the private 'console.command.cache_pool_delete' shared service.
  3502.      *
  3503.      * @return \Symfony\Bundle\FrameworkBundle\Command\CachePoolDeleteCommand
  3504.      */
  3505.     protected function getConsole_Command_CachePoolDeleteService()
  3506.     {
  3507.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3508.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/CachePoolDeleteCommand.php';
  3509.         $this->privates['console.command.cache_pool_delete'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\CachePoolDeleteCommand(($this->services['cache.global_clearer'] ?? $this->getCache_GlobalClearerService()));
  3510.         $instance->setName('cache:pool:delete');
  3511.         return $instance;
  3512.     }
  3513.     /**
  3514.      * Gets the private 'console.command.cache_pool_list' shared service.
  3515.      *
  3516.      * @return \Symfony\Bundle\FrameworkBundle\Command\CachePoolListCommand
  3517.      */
  3518.     protected function getConsole_Command_CachePoolListService()
  3519.     {
  3520.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3521.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/CachePoolListCommand.php';
  3522.         $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.security_expression_language'=> 'cache.doctrine.orm.default.result'=> 'cache.doctrine.orm.default.query'=> 'cache.doctrine.orm.suitecrm.result'10 => 'cache.doctrine.orm.suitecrm.query'11 => 'cache.webpack_encore']);
  3523.         $instance->setName('cache:pool:list');
  3524.         return $instance;
  3525.     }
  3526.     /**
  3527.      * Gets the private 'console.command.cache_pool_prune' shared service.
  3528.      *
  3529.      * @return \Symfony\Bundle\FrameworkBundle\Command\CachePoolPruneCommand
  3530.      */
  3531.     protected function getConsole_Command_CachePoolPruneService()
  3532.     {
  3533.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3534.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/CachePoolPruneCommand.php';
  3535.         $this->privates['console.command.cache_pool_prune'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\CachePoolPruneCommand(new RewindableGenerator(function () {
  3536.             yield 'cache.app' => ($this->services['cache.app'] ?? $this->getCache_AppService());
  3537.             yield 'cache.system' => ($this->services['cache.system'] ?? $this->getCache_SystemService());
  3538.             yield 'cache.validator' => ($this->privates['cache.validator'] ?? $this->getCache_ValidatorService());
  3539.             yield 'cache.serializer' => ($this->privates['cache.serializer'] ?? $this->getCache_SerializerService());
  3540.             yield 'cache.annotations' => ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService());
  3541.             yield 'cache.property_info' => ($this->privates['cache.property_info'] ?? $this->getCache_PropertyInfoService());
  3542.             yield 'cache.security_expression_language' => ($this->privates['cache.security_expression_language'] ?? $this->getCache_SecurityExpressionLanguageService());
  3543.             yield 'cache.doctrine.orm.default.result' => ($this->privates['cache.doctrine.orm.default.result'] ?? $this->getCache_Doctrine_Orm_Default_ResultService());
  3544.             yield 'cache.doctrine.orm.default.query' => ($this->privates['cache.doctrine.orm.default.query'] ?? $this->getCache_Doctrine_Orm_Default_QueryService());
  3545.             yield 'cache.doctrine.orm.suitecrm.result' => ($this->privates['cache.doctrine.orm.suitecrm.result'] ?? $this->getCache_Doctrine_Orm_Suitecrm_ResultService());
  3546.             yield 'cache.doctrine.orm.suitecrm.query' => ($this->privates['cache.doctrine.orm.suitecrm.query'] ?? $this->getCache_Doctrine_Orm_Suitecrm_QueryService());
  3547.             yield 'cache.webpack_encore' => ($this->privates['cache.webpack_encore'] ?? $this->getCache_WebpackEncoreService());
  3548.         }, 12));
  3549.         $instance->setName('cache:pool:prune');
  3550.         return $instance;
  3551.     }
  3552.     /**
  3553.      * Gets the private 'console.command.cache_warmup' shared service.
  3554.      *
  3555.      * @return \Symfony\Bundle\FrameworkBundle\Command\CacheWarmupCommand
  3556.      */
  3557.     protected function getConsole_Command_CacheWarmupService()
  3558.     {
  3559.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3560.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/CacheWarmupCommand.php';
  3561.         $this->privates['console.command.cache_warmup'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\CacheWarmupCommand(($this->services['cache_warmer'] ?? $this->getCacheWarmerService()));
  3562.         $instance->setName('cache:warmup');
  3563.         return $instance;
  3564.     }
  3565.     /**
  3566.      * Gets the private 'console.command.config_debug' shared service.
  3567.      *
  3568.      * @return \Symfony\Bundle\FrameworkBundle\Command\ConfigDebugCommand
  3569.      */
  3570.     protected function getConsole_Command_ConfigDebugService()
  3571.     {
  3572.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3573.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ContainerDebugCommand.php';
  3574.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/AbstractConfigCommand.php';
  3575.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ConfigDebugCommand.php';
  3576.         $this->privates['console.command.config_debug'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\ConfigDebugCommand();
  3577.         $instance->setName('debug:config');
  3578.         return $instance;
  3579.     }
  3580.     /**
  3581.      * Gets the private 'console.command.config_dump_reference' shared service.
  3582.      *
  3583.      * @return \Symfony\Bundle\FrameworkBundle\Command\ConfigDumpReferenceCommand
  3584.      */
  3585.     protected function getConsole_Command_ConfigDumpReferenceService()
  3586.     {
  3587.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3588.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ContainerDebugCommand.php';
  3589.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/AbstractConfigCommand.php';
  3590.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ConfigDumpReferenceCommand.php';
  3591.         $this->privates['console.command.config_dump_reference'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\ConfigDumpReferenceCommand();
  3592.         $instance->setName('config:dump-reference');
  3593.         return $instance;
  3594.     }
  3595.     /**
  3596.      * Gets the private 'console.command.container_debug' shared service.
  3597.      *
  3598.      * @return \Symfony\Bundle\FrameworkBundle\Command\ContainerDebugCommand
  3599.      */
  3600.     protected function getConsole_Command_ContainerDebugService()
  3601.     {
  3602.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3603.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ContainerDebugCommand.php';
  3604.         $this->privates['console.command.container_debug'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\ContainerDebugCommand();
  3605.         $instance->setName('debug:container');
  3606.         return $instance;
  3607.     }
  3608.     /**
  3609.      * Gets the private 'console.command.container_lint' shared service.
  3610.      *
  3611.      * @return \Symfony\Bundle\FrameworkBundle\Command\ContainerLintCommand
  3612.      */
  3613.     protected function getConsole_Command_ContainerLintService()
  3614.     {
  3615.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3616.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ContainerLintCommand.php';
  3617.         $this->privates['console.command.container_lint'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\ContainerLintCommand();
  3618.         $instance->setName('lint:container');
  3619.         return $instance;
  3620.     }
  3621.     /**
  3622.      * Gets the private 'console.command.debug_autowiring' shared service.
  3623.      *
  3624.      * @return \Symfony\Bundle\FrameworkBundle\Command\DebugAutowiringCommand
  3625.      */
  3626.     protected function getConsole_Command_DebugAutowiringService()
  3627.     {
  3628.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3629.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ContainerDebugCommand.php';
  3630.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/DebugAutowiringCommand.php';
  3631.         $this->privates['console.command.debug_autowiring'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\DebugAutowiringCommand(NULL, ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService()));
  3632.         $instance->setName('debug:autowiring');
  3633.         return $instance;
  3634.     }
  3635.     /**
  3636.      * Gets the private 'console.command.event_dispatcher_debug' shared service.
  3637.      *
  3638.      * @return \Symfony\Bundle\FrameworkBundle\Command\EventDispatcherDebugCommand
  3639.      */
  3640.     protected function getConsole_Command_EventDispatcherDebugService()
  3641.     {
  3642.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3643.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/EventDispatcherDebugCommand.php';
  3644.         $this->privates['console.command.event_dispatcher_debug'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\EventDispatcherDebugCommand(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  3645.         $instance->setName('debug:event-dispatcher');
  3646.         return $instance;
  3647.     }
  3648.     /**
  3649.      * Gets the private 'console.command.form_debug' shared service.
  3650.      *
  3651.      * @return \Symfony\Component\Form\Command\DebugCommand
  3652.      */
  3653.     protected function getConsole_Command_FormDebugService()
  3654.     {
  3655.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3656.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Command/DebugCommand.php';
  3657.         $this->privates['console.command.form_debug'] = $instance = new \Symfony\Component\Form\Command\DebugCommand(($this->privates['form.registry'] ?? $this->getForm_RegistryService()), [=> 'Symfony\\Component\\Form\\Extension\\Core\\Type'=> 'App\\Form'=> 'Symfony\\Bridge\\Doctrine\\Form\\Type'], [=> 'App\\Form\\RegistrationType'=> 'Symfony\\Component\\Form\\Extension\\Core\\Type\\FormType'=> 'Symfony\\Component\\Form\\Extension\\Core\\Type\\ChoiceType'=> 'Symfony\\Component\\Form\\Extension\\Core\\Type\\FileType'=> 'Symfony\\Bridge\\Doctrine\\Form\\Type\\EntityType'], [=> 'Symfony\\Component\\Form\\Extension\\Core\\Type\\TransformationFailureExtension'=> 'Symfony\\Component\\Form\\Extension\\HttpFoundation\\Type\\FormTypeHttpFoundationExtension'=> 'Symfony\\Component\\Form\\Extension\\Validator\\Type\\FormTypeValidatorExtension'=> 'Symfony\\Component\\Form\\Extension\\Validator\\Type\\RepeatedTypeValidatorExtension'=> 'Symfony\\Component\\Form\\Extension\\Validator\\Type\\SubmitTypeValidatorExtension'=> 'Symfony\\Component\\Form\\Extension\\Validator\\Type\\UploadValidatorExtension'=> 'Symfony\\Component\\Form\\Extension\\Csrf\\Type\\FormTypeCsrfExtension'=> 'Symfony\\Component\\Form\\Extension\\DataCollector\\Type\\DataCollectorTypeExtension'], [=> 'Symfony\\Component\\Form\\Extension\\Validator\\ValidatorTypeGuesser'=> 'Symfony\\Bridge\\Doctrine\\Form\\DoctrineOrmTypeGuesser'], ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService()));
  3658.         $instance->setName('debug:form');
  3659.         return $instance;
  3660.     }
  3661.     /**
  3662.      * Gets the private 'console.command.router_debug' shared service.
  3663.      *
  3664.      * @return \Symfony\Bundle\FrameworkBundle\Command\RouterDebugCommand
  3665.      */
  3666.     protected function getConsole_Command_RouterDebugService()
  3667.     {
  3668.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3669.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/RouterDebugCommand.php';
  3670.         $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()));
  3671.         $instance->setName('debug:router');
  3672.         return $instance;
  3673.     }
  3674.     /**
  3675.      * Gets the private 'console.command.router_match' shared service.
  3676.      *
  3677.      * @return \Symfony\Bundle\FrameworkBundle\Command\RouterMatchCommand
  3678.      */
  3679.     protected function getConsole_Command_RouterMatchService()
  3680.     {
  3681.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3682.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/RouterMatchCommand.php';
  3683.         $this->privates['console.command.router_match'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\RouterMatchCommand(($this->services['router'] ?? $this->getRouterService()));
  3684.         $instance->setName('router:match');
  3685.         return $instance;
  3686.     }
  3687.     /**
  3688.      * Gets the private 'console.command.secrets_decrypt_to_local' shared service.
  3689.      *
  3690.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsDecryptToLocalCommand
  3691.      */
  3692.     protected function getConsole_Command_SecretsDecryptToLocalService()
  3693.     {
  3694.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3695.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/SecretsDecryptToLocalCommand.php';
  3696.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  3697.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/EnvVarLoaderInterface.php';
  3698.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/SodiumVault.php';
  3699.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  3700.         $this->privates['console.command.secrets_decrypt_to_local'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\SecretsDecryptToLocalCommand(($this->privates['secrets.vault'] ?? ($this->privates['secrets.vault'] = new \Symfony\Bundle\FrameworkBundle\Secrets\SodiumVault((\dirname(__DIR__4).'/config/secrets/dev'), $this->getEnv('base64:default::SYMFONY_DECRYPTION_SECRET')))), ($this->privates['secrets.local_vault'] ?? ($this->privates['secrets.local_vault'] = new \Symfony\Bundle\FrameworkBundle\Secrets\DotenvVault((\dirname(__DIR__4).'/.env.dev.local')))));
  3701.         $instance->setName('secrets:decrypt-to-local');
  3702.         return $instance;
  3703.     }
  3704.     /**
  3705.      * Gets the private 'console.command.secrets_encrypt_from_local' shared service.
  3706.      *
  3707.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsEncryptFromLocalCommand
  3708.      */
  3709.     protected function getConsole_Command_SecretsEncryptFromLocalService()
  3710.     {
  3711.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3712.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/SecretsEncryptFromLocalCommand.php';
  3713.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  3714.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/EnvVarLoaderInterface.php';
  3715.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/SodiumVault.php';
  3716.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  3717.         $this->privates['console.command.secrets_encrypt_from_local'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\SecretsEncryptFromLocalCommand(($this->privates['secrets.vault'] ?? ($this->privates['secrets.vault'] = new \Symfony\Bundle\FrameworkBundle\Secrets\SodiumVault((\dirname(__DIR__4).'/config/secrets/dev'), $this->getEnv('base64:default::SYMFONY_DECRYPTION_SECRET')))), ($this->privates['secrets.local_vault'] ?? ($this->privates['secrets.local_vault'] = new \Symfony\Bundle\FrameworkBundle\Secrets\DotenvVault((\dirname(__DIR__4).'/.env.dev.local')))));
  3718.         $instance->setName('secrets:encrypt-from-local');
  3719.         return $instance;
  3720.     }
  3721.     /**
  3722.      * Gets the private 'console.command.secrets_generate_key' shared service.
  3723.      *
  3724.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsGenerateKeysCommand
  3725.      */
  3726.     protected function getConsole_Command_SecretsGenerateKeyService()
  3727.     {
  3728.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3729.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/SecretsGenerateKeysCommand.php';
  3730.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  3731.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/EnvVarLoaderInterface.php';
  3732.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/SodiumVault.php';
  3733.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  3734.         $this->privates['console.command.secrets_generate_key'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\SecretsGenerateKeysCommand(($this->privates['secrets.vault'] ?? ($this->privates['secrets.vault'] = new \Symfony\Bundle\FrameworkBundle\Secrets\SodiumVault((\dirname(__DIR__4).'/config/secrets/dev'), $this->getEnv('base64:default::SYMFONY_DECRYPTION_SECRET')))), ($this->privates['secrets.local_vault'] ?? ($this->privates['secrets.local_vault'] = new \Symfony\Bundle\FrameworkBundle\Secrets\DotenvVault((\dirname(__DIR__4).'/.env.dev.local')))));
  3735.         $instance->setName('secrets:generate-keys');
  3736.         return $instance;
  3737.     }
  3738.     /**
  3739.      * Gets the private 'console.command.secrets_list' shared service.
  3740.      *
  3741.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsListCommand
  3742.      */
  3743.     protected function getConsole_Command_SecretsListService()
  3744.     {
  3745.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3746.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/SecretsListCommand.php';
  3747.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  3748.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/EnvVarLoaderInterface.php';
  3749.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/SodiumVault.php';
  3750.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  3751.         $this->privates['console.command.secrets_list'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\SecretsListCommand(($this->privates['secrets.vault'] ?? ($this->privates['secrets.vault'] = new \Symfony\Bundle\FrameworkBundle\Secrets\SodiumVault((\dirname(__DIR__4).'/config/secrets/dev'), $this->getEnv('base64:default::SYMFONY_DECRYPTION_SECRET')))), ($this->privates['secrets.local_vault'] ?? ($this->privates['secrets.local_vault'] = new \Symfony\Bundle\FrameworkBundle\Secrets\DotenvVault((\dirname(__DIR__4).'/.env.dev.local')))));
  3752.         $instance->setName('secrets:list');
  3753.         return $instance;
  3754.     }
  3755.     /**
  3756.      * Gets the private 'console.command.secrets_remove' shared service.
  3757.      *
  3758.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsRemoveCommand
  3759.      */
  3760.     protected function getConsole_Command_SecretsRemoveService()
  3761.     {
  3762.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3763.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/SecretsRemoveCommand.php';
  3764.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  3765.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/EnvVarLoaderInterface.php';
  3766.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/SodiumVault.php';
  3767.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  3768.         $this->privates['console.command.secrets_remove'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\SecretsRemoveCommand(($this->privates['secrets.vault'] ?? ($this->privates['secrets.vault'] = new \Symfony\Bundle\FrameworkBundle\Secrets\SodiumVault((\dirname(__DIR__4).'/config/secrets/dev'), $this->getEnv('base64:default::SYMFONY_DECRYPTION_SECRET')))), ($this->privates['secrets.local_vault'] ?? ($this->privates['secrets.local_vault'] = new \Symfony\Bundle\FrameworkBundle\Secrets\DotenvVault((\dirname(__DIR__4).'/.env.dev.local')))));
  3769.         $instance->setName('secrets:remove');
  3770.         return $instance;
  3771.     }
  3772.     /**
  3773.      * Gets the private 'console.command.secrets_set' shared service.
  3774.      *
  3775.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsSetCommand
  3776.      */
  3777.     protected function getConsole_Command_SecretsSetService()
  3778.     {
  3779.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3780.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/SecretsSetCommand.php';
  3781.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  3782.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/EnvVarLoaderInterface.php';
  3783.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/SodiumVault.php';
  3784.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  3785.         $this->privates['console.command.secrets_set'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\SecretsSetCommand(($this->privates['secrets.vault'] ?? ($this->privates['secrets.vault'] = new \Symfony\Bundle\FrameworkBundle\Secrets\SodiumVault((\dirname(__DIR__4).'/config/secrets/dev'), $this->getEnv('base64:default::SYMFONY_DECRYPTION_SECRET')))), ($this->privates['secrets.local_vault'] ?? ($this->privates['secrets.local_vault'] = new \Symfony\Bundle\FrameworkBundle\Secrets\DotenvVault((\dirname(__DIR__4).'/.env.dev.local')))));
  3786.         $instance->setName('secrets:set');
  3787.         return $instance;
  3788.     }
  3789.     /**
  3790.      * Gets the private 'console.command.translation_debug' shared service.
  3791.      *
  3792.      * @return \Symfony\Bundle\FrameworkBundle\Command\TranslationDebugCommand
  3793.      */
  3794.     protected function getConsole_Command_TranslationDebugService()
  3795.     {
  3796.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3797.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/TranslationDebugCommand.php';
  3798.         $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).'/src/FHI360/Access/Portal/Resources/public'), => (\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Email'), => (\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Form'), => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/TranslationDebugCommand.php'), => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/ChoiceType.php'), => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/FileType.php'), => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/TransformationFailureExtension.php'), => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Validator/Type/UploadValidatorExtension.php'), => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Csrf/Type/FormTypeCsrfExtension.php'), => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle/Templating/Helper/TranslatorHelper.php'), 10 => (\dirname(__DIR__4).'/vendor/symfony/translation-contracts/TranslatorTrait.php'), 11 => (\dirname(__DIR__4).'/vendor/symfony/validator/Util/LegacyTranslatorProxy.php'), 12 => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/TranslationsCacheWarmer.php'), 13 => (\dirname(__DIR__4).'/vendor/symfony/translation/DataCollector/TranslationDataCollector.php'), 14 => (\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/TranslationExtension.php')]);
  3799.         $instance->setName('debug:translation');
  3800.         return $instance;
  3801.     }
  3802.     /**
  3803.      * Gets the private 'console.command.translation_update' shared service.
  3804.      *
  3805.      * @return \Symfony\Bundle\FrameworkBundle\Command\TranslationUpdateCommand
  3806.      */
  3807.     protected function getConsole_Command_TranslationUpdateService()
  3808.     {
  3809.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3810.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/TranslationUpdateCommand.php';
  3811.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Writer/TranslationWriterInterface.php';
  3812.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Writer/TranslationWriter.php';
  3813.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/DumperInterface.php';
  3814.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/FileDumper.php';
  3815.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/PhpFileDumper.php';
  3816.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/XliffFileDumper.php';
  3817.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/PoFileDumper.php';
  3818.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/MoFileDumper.php';
  3819.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/YamlFileDumper.php';
  3820.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/QtFileDumper.php';
  3821.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/CsvFileDumper.php';
  3822.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/IniFileDumper.php';
  3823.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/JsonFileDumper.php';
  3824.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/IcuResFileDumper.php';
  3825.         $a = new \Symfony\Component\Translation\Writer\TranslationWriter();
  3826.         $a->addDumper('php', new \Symfony\Component\Translation\Dumper\PhpFileDumper());
  3827.         $a->addDumper('xlf', new \Symfony\Component\Translation\Dumper\XliffFileDumper());
  3828.         $a->addDumper('po', new \Symfony\Component\Translation\Dumper\PoFileDumper());
  3829.         $a->addDumper('mo', new \Symfony\Component\Translation\Dumper\MoFileDumper());
  3830.         $a->addDumper('yml', new \Symfony\Component\Translation\Dumper\YamlFileDumper());
  3831.         $a->addDumper('yaml', new \Symfony\Component\Translation\Dumper\YamlFileDumper('yaml'));
  3832.         $a->addDumper('ts', new \Symfony\Component\Translation\Dumper\QtFileDumper());
  3833.         $a->addDumper('csv', new \Symfony\Component\Translation\Dumper\CsvFileDumper());
  3834.         $a->addDumper('ini', new \Symfony\Component\Translation\Dumper\IniFileDumper());
  3835.         $a->addDumper('json', new \Symfony\Component\Translation\Dumper\JsonFileDumper());
  3836.         $a->addDumper('res', new \Symfony\Component\Translation\Dumper\IcuResFileDumper());
  3837.         $this->privates['console.command.translation_update'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\TranslationUpdateCommand($a, ($this->privates['translation.reader'] ?? $this->getTranslation_ReaderService()), ($this->privates['translation.extractor'] ?? $this->getTranslation_ExtractorService()), 'en', (\dirname(__DIR__4).'/translations'), (\dirname(__DIR__4).'/templates'), [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations')], [=> (\dirname(__DIR__4).'/src/FHI360/Access/Portal/Resources/public'), => (\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Email'), => (\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Form'), => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/TranslationDebugCommand.php'), => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/ChoiceType.php'), => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/FileType.php'), => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/TransformationFailureExtension.php'), => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Validator/Type/UploadValidatorExtension.php'), => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Csrf/Type/FormTypeCsrfExtension.php'), => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle/Templating/Helper/TranslatorHelper.php'), 10 => (\dirname(__DIR__4).'/vendor/symfony/translation-contracts/TranslatorTrait.php'), 11 => (\dirname(__DIR__4).'/vendor/symfony/validator/Util/LegacyTranslatorProxy.php'), 12 => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/TranslationsCacheWarmer.php'), 13 => (\dirname(__DIR__4).'/vendor/symfony/translation/DataCollector/TranslationDataCollector.php'), 14 => (\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/TranslationExtension.php')]);
  3838.         $instance->setName('translation:update');
  3839.         return $instance;
  3840.     }
  3841.     /**
  3842.      * Gets the private 'console.command.xliff_lint' shared service.
  3843.      *
  3844.      * @return \Symfony\Bundle\FrameworkBundle\Command\XliffLintCommand
  3845.      */
  3846.     protected function getConsole_Command_XliffLintService()
  3847.     {
  3848.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3849.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Command/XliffLintCommand.php';
  3850.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/XliffLintCommand.php';
  3851.         $this->privates['console.command.xliff_lint'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\XliffLintCommand();
  3852.         $instance->setName('lint:xliff');
  3853.         return $instance;
  3854.     }
  3855.     /**
  3856.      * Gets the private 'console.command.yaml_lint' shared service.
  3857.      *
  3858.      * @return \Symfony\Bundle\FrameworkBundle\Command\YamlLintCommand
  3859.      */
  3860.     protected function getConsole_Command_YamlLintService()
  3861.     {
  3862.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3863.         include_once \dirname(__DIR__4).'/vendor/symfony/yaml/Command/LintCommand.php';
  3864.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/YamlLintCommand.php';
  3865.         $this->privates['console.command.yaml_lint'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\YamlLintCommand();
  3866.         $instance->setName('lint:yaml');
  3867.         return $instance;
  3868.     }
  3869.     /**
  3870.      * Gets the private 'console.error_listener' shared service.
  3871.      *
  3872.      * @return \Symfony\Component\Console\EventListener\ErrorListener
  3873.      */
  3874.     protected function getConsole_ErrorListenerService()
  3875.     {
  3876.         include_once \dirname(__DIR__4).'/vendor/symfony/console/EventListener/ErrorListener.php';
  3877.         $a = new \Symfony\Bridge\Monolog\Logger('console');
  3878.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  3879.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  3880.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  3881.         return $this->privates['console.error_listener'] = new \Symfony\Component\Console\EventListener\ErrorListener($a);
  3882.     }
  3883.     /**
  3884.      * Gets the private 'container.env_var_processor' shared service.
  3885.      *
  3886.      * @return \Symfony\Component\DependencyInjection\EnvVarProcessor
  3887.      */
  3888.     protected function getContainer_EnvVarProcessorService()
  3889.     {
  3890.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/EnvVarProcessorInterface.php';
  3891.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/EnvVarProcessor.php';
  3892.         return $this->privates['container.env_var_processor'] = new \Symfony\Component\DependencyInjection\EnvVarProcessor($this, new RewindableGenerator(function () {
  3893.             yield => ($this->privates['secrets.vault'] ?? ($this->privates['secrets.vault'] = new \Symfony\Bundle\FrameworkBundle\Secrets\SodiumVault((\dirname(__DIR__4).'/config/secrets/dev'), $this->getEnv('base64:default::SYMFONY_DECRYPTION_SECRET'))));
  3894.         }, 1));
  3895.     }
  3896.     /**
  3897.      * Gets the private 'data_collector.form' shared service.
  3898.      *
  3899.      * @return \Symfony\Component\Form\Extension\DataCollector\FormDataCollector
  3900.      */
  3901.     protected function getDataCollector_FormService()
  3902.     {
  3903.         return $this->privates['data_collector.form'] = new \Symfony\Component\Form\Extension\DataCollector\FormDataCollector(new \Symfony\Component\Form\Extension\DataCollector\FormDataExtractor());
  3904.     }
  3905.     /**
  3906.      * Gets the private 'debug.argument_resolver.default' shared service.
  3907.      *
  3908.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  3909.      */
  3910.     protected function getDebug_ArgumentResolver_DefaultService()
  3911.     {
  3912.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  3913.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  3914.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/DefaultValueResolver.php';
  3915.         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))));
  3916.     }
  3917.     /**
  3918.      * Gets the private 'debug.argument_resolver.not_tagged_controller' shared service.
  3919.      *
  3920.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  3921.      */
  3922.     protected function getDebug_ArgumentResolver_NotTaggedControllerService()
  3923.     {
  3924.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  3925.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  3926.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/NotTaggedControllerValueResolver.php';
  3927.         return $this->privates['debug.argument_resolver.not_tagged_controller'] = new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver(new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\NotTaggedControllerValueResolver(($this->privates['.service_locator.7YCo7Hx'] ?? $this->get_ServiceLocator_7YCo7HxService())), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  3928.     }
  3929.     /**
  3930.      * Gets the private 'debug.argument_resolver.request' shared service.
  3931.      *
  3932.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  3933.      */
  3934.     protected function getDebug_ArgumentResolver_RequestService()
  3935.     {
  3936.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  3937.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  3938.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/RequestValueResolver.php';
  3939.         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))));
  3940.     }
  3941.     /**
  3942.      * Gets the private 'debug.argument_resolver.request_attribute' shared service.
  3943.      *
  3944.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  3945.      */
  3946.     protected function getDebug_ArgumentResolver_RequestAttributeService()
  3947.     {
  3948.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  3949.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  3950.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/RequestAttributeValueResolver.php';
  3951.         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))));
  3952.     }
  3953.     /**
  3954.      * Gets the private 'debug.argument_resolver.service' shared service.
  3955.      *
  3956.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  3957.      */
  3958.     protected function getDebug_ArgumentResolver_ServiceService()
  3959.     {
  3960.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  3961.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  3962.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/ServiceValueResolver.php';
  3963.         return $this->privates['debug.argument_resolver.service'] = new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver(new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\ServiceValueResolver(($this->privates['.service_locator.7YCo7Hx'] ?? $this->get_ServiceLocator_7YCo7HxService())), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  3964.     }
  3965.     /**
  3966.      * Gets the private 'debug.argument_resolver.session' shared service.
  3967.      *
  3968.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  3969.      */
  3970.     protected function getDebug_ArgumentResolver_SessionService()
  3971.     {
  3972.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  3973.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  3974.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/SessionValueResolver.php';
  3975.         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))));
  3976.     }
  3977.     /**
  3978.      * Gets the private 'debug.argument_resolver.variadic' shared service.
  3979.      *
  3980.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  3981.      */
  3982.     protected function getDebug_ArgumentResolver_VariadicService()
  3983.     {
  3984.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  3985.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  3986.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/VariadicValueResolver.php';
  3987.         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))));
  3988.     }
  3989.     /**
  3990.      * Gets the private 'debug.debug_handlers_listener' shared service.
  3991.      *
  3992.      * @return \Symfony\Component\HttpKernel\EventListener\DebugHandlersListener
  3993.      */
  3994.     protected function getDebug_DebugHandlersListenerService()
  3995.     {
  3996.         $a = new \Symfony\Bridge\Monolog\Logger('php');
  3997.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  3998.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  3999.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  4000.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  4001.         return $this->privates['debug.debug_handlers_listener'] = new \Symfony\Component\HttpKernel\EventListener\DebugHandlersListener(NULL$aNULL, -1true, ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService()), true);
  4002.     }
  4003.     /**
  4004.      * Gets the private 'debug.dump_listener' shared service.
  4005.      *
  4006.      * @return \Symfony\Component\HttpKernel\EventListener\DumpListener
  4007.      */
  4008.     protected function getDebug_DumpListenerService()
  4009.     {
  4010.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/DumpListener.php';
  4011.         include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/ContextualizedDumper.php';
  4012.         return $this->privates['debug.dump_listener'] = new \Symfony\Component\HttpKernel\EventListener\DumpListener(($this->services['var_dumper.cloner'] ?? $this->getVarDumper_ClonerService()), new \Symfony\Component\VarDumper\Dumper\ContextualizedDumper(($this->privates['var_dumper.contextualized_cli_dumper.inner'] ?? $this->getVarDumper_ContextualizedCliDumper_InnerService()), ['source' => new \Symfony\Component\VarDumper\Dumper\ContextProvider\SourceContextProvider('UTF-8', \dirname(__DIR__4), ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService()))]), ($this->privates['var_dumper.server_connection'] ?? $this->getVarDumper_ServerConnectionService()));
  4013.     }
  4014.     /**
  4015.      * Gets the private 'debug.file_link_formatter' shared service.
  4016.      *
  4017.      * @return \Symfony\Component\HttpKernel\Debug\FileLinkFormatter
  4018.      */
  4019.     protected function getDebug_FileLinkFormatterService()
  4020.     {
  4021.         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 () {
  4022.             return ($this->privates['debug.file_link_formatter.url_format'] ?? $this->getDebug_FileLinkFormatter_UrlFormatService());
  4023.         });
  4024.     }
  4025.     /**
  4026.      * Gets the private 'debug.file_link_formatter.url_format' shared service.
  4027.      *
  4028.      * @return \string
  4029.      */
  4030.     protected function getDebug_FileLinkFormatter_UrlFormatService()
  4031.     {
  4032.         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');
  4033.     }
  4034.     /**
  4035.      * Gets the private 'debug.log_processor' shared service.
  4036.      *
  4037.      * @return \Symfony\Bridge\Monolog\Processor\DebugProcessor
  4038.      */
  4039.     protected function getDebug_LogProcessorService()
  4040.     {
  4041.         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())));
  4042.     }
  4043.     /**
  4044.      * Gets the private 'debug.security.access.decision_manager' shared service.
  4045.      *
  4046.      * @return \Symfony\Component\Security\Core\Authorization\TraceableAccessDecisionManager
  4047.      */
  4048.     protected function getDebug_Security_Access_DecisionManagerService()
  4049.     {
  4050.         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 () {
  4051.             yield => ($this->privates['debug.security.voter.security.access.authenticated_voter'] ?? $this->getDebug_Security_Voter_Security_Access_AuthenticatedVoterService());
  4052.             yield => ($this->privates['debug.security.voter.security.access.simple_role_voter'] ?? $this->getDebug_Security_Voter_Security_Access_SimpleRoleVoterService());
  4053.             yield => ($this->privates['debug.security.voter.App\\Security\\ModuleVoter'] ?? $this->getModuleVoterService());
  4054.             yield => ($this->privates['debug.security.voter.App\\Security\\RecordVoter'] ?? $this->getRecordVoterService());
  4055.         }, 4), 'unanimous'falsetrue));
  4056.     }
  4057.     /**
  4058.      * Gets the private 'debug.security.firewall' shared service.
  4059.      *
  4060.      * @return \Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener
  4061.      */
  4062.     protected function getDebug_Security_FirewallService()
  4063.     {
  4064.         return $this->privates['debug.security.firewall'] = new \Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener(($this->privates['security.firewall.map'] ?? $this->getSecurity_Firewall_MapService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService()));
  4065.     }
  4066.     /**
  4067.      * Gets the private 'debug.security.user_value_resolver' shared service.
  4068.      *
  4069.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  4070.      */
  4071.     protected function getDebug_Security_UserValueResolverService()
  4072.     {
  4073.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  4074.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  4075.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Controller/UserValueResolver.php';
  4076.         return $this->privates['debug.security.user_value_resolver'] = new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver(new \Symfony\Component\Security\Http\Controller\UserValueResolver(($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService())), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  4077.     }
  4078.     /**
  4079.      * Gets the private 'debug.security.voter.App\Security\ModuleVoter' shared service.
  4080.      *
  4081.      * @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
  4082.      */
  4083.     protected function getModuleVoterService()
  4084.     {
  4085.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
  4086.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
  4087.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/Voter.php';
  4088.         include_once \dirname(__DIR__4).'/src/Security/ModuleVoter.php';
  4089.         return $this->privates['debug.security.voter.App\\Security\\ModuleVoter'] = new \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter(new \App\Security\ModuleVoter($this), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  4090.     }
  4091.     /**
  4092.      * Gets the private 'debug.security.voter.App\Security\RecordVoter' shared service.
  4093.      *
  4094.      * @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
  4095.      */
  4096.     protected function getRecordVoterService()
  4097.     {
  4098.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
  4099.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
  4100.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/Voter.php';
  4101.         include_once \dirname(__DIR__4).'/src/Security/RecordVoter.php';
  4102.         return $this->privates['debug.security.voter.App\\Security\\RecordVoter'] = new \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter(new \App\Security\RecordVoter($this), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  4103.     }
  4104.     /**
  4105.      * Gets the private 'debug.security.voter.security.access.authenticated_voter' shared service.
  4106.      *
  4107.      * @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
  4108.      */
  4109.     protected function getDebug_Security_Voter_Security_Access_AuthenticatedVoterService()
  4110.     {
  4111.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
  4112.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
  4113.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/AuthenticatedVoter.php';
  4114.         return $this->privates['debug.security.voter.security.access.authenticated_voter'] = new \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter(new \Symfony\Component\Security\Core\Authorization\Voter\AuthenticatedVoter(($this->privates['security.authentication.trust_resolver'] ?? ($this->privates['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver(NULLNULL)))), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  4115.     }
  4116.     /**
  4117.      * Gets the private 'debug.security.voter.security.access.simple_role_voter' shared service.
  4118.      *
  4119.      * @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
  4120.      */
  4121.     protected function getDebug_Security_Voter_Security_Access_SimpleRoleVoterService()
  4122.     {
  4123.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
  4124.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
  4125.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/RoleVoter.php';
  4126.         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(), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  4127.     }
  4128.     /**
  4129.      * Gets the private 'debug.security.voter.vote_listener' shared service.
  4130.      *
  4131.      * @return \Symfony\Bundle\SecurityBundle\EventListener\VoteListener
  4132.      */
  4133.     protected function getDebug_Security_Voter_VoteListenerService()
  4134.     {
  4135.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/EventListener/VoteListener.php';
  4136.         return $this->privates['debug.security.voter.vote_listener'] = new \Symfony\Bundle\SecurityBundle\EventListener\VoteListener(($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService()));
  4137.     }
  4138.     /**
  4139.      * Gets the private 'doctrine.cache_clear_metadata_command' shared service.
  4140.      *
  4141.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ClearMetadataCacheDoctrineCommand
  4142.      */
  4143.     protected function getDoctrine_CacheClearMetadataCommandService()
  4144.     {
  4145.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4146.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  4147.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ClearCache/MetadataCommand.php';
  4148.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/ClearMetadataCacheDoctrineCommand.php';
  4149.         $this->privates['doctrine.cache_clear_metadata_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ClearMetadataCacheDoctrineCommand();
  4150.         $instance->setName('doctrine:cache:clear-metadata');
  4151.         return $instance;
  4152.     }
  4153.     /**
  4154.      * Gets the private 'doctrine.cache_clear_query_cache_command' shared service.
  4155.      *
  4156.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ClearQueryCacheDoctrineCommand
  4157.      */
  4158.     protected function getDoctrine_CacheClearQueryCacheCommandService()
  4159.     {
  4160.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4161.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  4162.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ClearCache/QueryCommand.php';
  4163.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/ClearQueryCacheDoctrineCommand.php';
  4164.         $this->privates['doctrine.cache_clear_query_cache_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ClearQueryCacheDoctrineCommand();
  4165.         $instance->setName('doctrine:cache:clear-query');
  4166.         return $instance;
  4167.     }
  4168.     /**
  4169.      * Gets the private 'doctrine.cache_clear_result_command' shared service.
  4170.      *
  4171.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ClearResultCacheDoctrineCommand
  4172.      */
  4173.     protected function getDoctrine_CacheClearResultCommandService()
  4174.     {
  4175.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4176.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  4177.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ClearCache/ResultCommand.php';
  4178.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/ClearResultCacheDoctrineCommand.php';
  4179.         $this->privates['doctrine.cache_clear_result_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ClearResultCacheDoctrineCommand();
  4180.         $instance->setName('doctrine:cache:clear-result');
  4181.         return $instance;
  4182.     }
  4183.     /**
  4184.      * Gets the private 'doctrine.cache_collection_region_command' shared service.
  4185.      *
  4186.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\CollectionRegionDoctrineCommand
  4187.      */
  4188.     protected function getDoctrine_CacheCollectionRegionCommandService()
  4189.     {
  4190.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4191.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  4192.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ClearCache/CollectionRegionCommand.php';
  4193.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/CollectionRegionDoctrineCommand.php';
  4194.         $this->privates['doctrine.cache_collection_region_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\CollectionRegionDoctrineCommand();
  4195.         $instance->setName('doctrine:cache:clear-collection-region');
  4196.         return $instance;
  4197.     }
  4198.     /**
  4199.      * Gets the private 'doctrine.clear_entity_region_command' shared service.
  4200.      *
  4201.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\EntityRegionCacheDoctrineCommand
  4202.      */
  4203.     protected function getDoctrine_ClearEntityRegionCommandService()
  4204.     {
  4205.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4206.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  4207.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ClearCache/EntityRegionCommand.php';
  4208.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/EntityRegionCacheDoctrineCommand.php';
  4209.         $this->privates['doctrine.clear_entity_region_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\EntityRegionCacheDoctrineCommand();
  4210.         $instance->setName('doctrine:cache:clear-entity-region');
  4211.         return $instance;
  4212.     }
  4213.     /**
  4214.      * Gets the private 'doctrine.clear_query_region_command' shared service.
  4215.      *
  4216.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\QueryRegionCacheDoctrineCommand
  4217.      */
  4218.     protected function getDoctrine_ClearQueryRegionCommandService()
  4219.     {
  4220.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4221.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  4222.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ClearCache/QueryRegionCommand.php';
  4223.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/QueryRegionCacheDoctrineCommand.php';
  4224.         $this->privates['doctrine.clear_query_region_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\QueryRegionCacheDoctrineCommand();
  4225.         $instance->setName('doctrine:cache:clear-query-region');
  4226.         return $instance;
  4227.     }
  4228.     /**
  4229.      * Gets the private 'doctrine.database_create_command' shared service.
  4230.      *
  4231.      * @return \Doctrine\Bundle\DoctrineBundle\Command\CreateDatabaseDoctrineCommand
  4232.      */
  4233.     protected function getDoctrine_DatabaseCreateCommandService()
  4234.     {
  4235.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4236.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/DoctrineCommand.php';
  4237.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/CreateDatabaseDoctrineCommand.php';
  4238.         $this->privates['doctrine.database_create_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\CreateDatabaseDoctrineCommand(($this->services['doctrine'] ?? $this->getDoctrineService()));
  4239.         $instance->setName('doctrine:database:create');
  4240.         return $instance;
  4241.     }
  4242.     /**
  4243.      * Gets the private 'doctrine.database_drop_command' shared service.
  4244.      *
  4245.      * @return \Doctrine\Bundle\DoctrineBundle\Command\DropDatabaseDoctrineCommand
  4246.      */
  4247.     protected function getDoctrine_DatabaseDropCommandService()
  4248.     {
  4249.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4250.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/DoctrineCommand.php';
  4251.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/DropDatabaseDoctrineCommand.php';
  4252.         $this->privates['doctrine.database_drop_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\DropDatabaseDoctrineCommand(($this->services['doctrine'] ?? $this->getDoctrineService()));
  4253.         $instance->setName('doctrine:database:drop');
  4254.         return $instance;
  4255.     }
  4256.     /**
  4257.      * Gets the private 'doctrine.database_import_command' shared service.
  4258.      *
  4259.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ImportDoctrineCommand
  4260.      */
  4261.     protected function getDoctrine_DatabaseImportCommandService()
  4262.     {
  4263.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4264.         include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Tools/Console/Command/ImportCommand.php';
  4265.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/ImportDoctrineCommand.php';
  4266.         $this->privates['doctrine.database_import_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ImportDoctrineCommand();
  4267.         $instance->setName('doctrine:database:import');
  4268.         return $instance;
  4269.     }
  4270.     /**
  4271.      * Gets the private 'doctrine.dbal.logger' shared service.
  4272.      *
  4273.      * @return \Symfony\Bridge\Doctrine\Logger\DbalLogger
  4274.      */
  4275.     protected function getDoctrine_Dbal_LoggerService()
  4276.     {
  4277.         $a = new \Symfony\Bridge\Monolog\Logger('doctrine');
  4278.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  4279.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  4280.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  4281.         return $this->privates['doctrine.dbal.logger'] = new \Symfony\Bridge\Doctrine\Logger\DbalLogger($a, ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  4282.     }
  4283.     /**
  4284.      * Gets the private 'doctrine.ensure_production_settings_command' shared service.
  4285.      *
  4286.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\EnsureProductionSettingsDoctrineCommand
  4287.      */
  4288.     protected function getDoctrine_EnsureProductionSettingsCommandService()
  4289.     {
  4290.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4291.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  4292.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/EnsureProductionSettingsCommand.php';
  4293.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/EnsureProductionSettingsDoctrineCommand.php';
  4294.         $this->privates['doctrine.ensure_production_settings_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\EnsureProductionSettingsDoctrineCommand();
  4295.         $instance->setName('doctrine:ensure-production-settings');
  4296.         return $instance;
  4297.     }
  4298.     /**
  4299.      * Gets the private 'doctrine.mapping_convert_command' shared service.
  4300.      *
  4301.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ConvertMappingDoctrineCommand
  4302.      */
  4303.     protected function getDoctrine_MappingConvertCommandService()
  4304.     {
  4305.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4306.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  4307.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ConvertMappingCommand.php';
  4308.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/ConvertMappingDoctrineCommand.php';
  4309.         $this->privates['doctrine.mapping_convert_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ConvertMappingDoctrineCommand();
  4310.         $instance->setName('doctrine:mapping:convert');
  4311.         return $instance;
  4312.     }
  4313.     /**
  4314.      * Gets the private 'doctrine.mapping_import_command' shared service.
  4315.      *
  4316.      * @return \Doctrine\Bundle\DoctrineBundle\Command\ImportMappingDoctrineCommand
  4317.      */
  4318.     protected function getDoctrine_MappingImportCommandService()
  4319.     {
  4320.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4321.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/DoctrineCommand.php';
  4322.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/ImportMappingDoctrineCommand.php';
  4323.         $this->privates['doctrine.mapping_import_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\ImportMappingDoctrineCommand(($this->services['doctrine'] ?? $this->getDoctrineService()), $this->parameters['kernel.bundles']);
  4324.         $instance->setName('doctrine:mapping:import');
  4325.         return $instance;
  4326.     }
  4327.     /**
  4328.      * Gets the private 'doctrine.mapping_info_command' shared service.
  4329.      *
  4330.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\InfoDoctrineCommand
  4331.      */
  4332.     protected function getDoctrine_MappingInfoCommandService()
  4333.     {
  4334.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4335.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  4336.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/InfoCommand.php';
  4337.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/InfoDoctrineCommand.php';
  4338.         $this->privates['doctrine.mapping_info_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\InfoDoctrineCommand();
  4339.         $instance->setName('doctrine:mapping:info');
  4340.         return $instance;
  4341.     }
  4342.     /**
  4343.      * Gets the private 'doctrine.migrations.container_aware_migrations_factory' shared service.
  4344.      *
  4345.      * @return \Doctrine\Bundle\MigrationsBundle\MigrationsFactory\ContainerAwareMigrationFactory
  4346.      */
  4347.     protected function getDoctrine_Migrations_ContainerAwareMigrationsFactoryService()
  4348.     {
  4349.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Version/MigrationFactory.php';
  4350.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/MigrationsFactory/ContainerAwareMigrationFactory.php';
  4351.         return $this->privates['doctrine.migrations.container_aware_migrations_factory'] = new \Doctrine\Bundle\MigrationsBundle\MigrationsFactory\ContainerAwareMigrationFactory(($this->privates['doctrine.migrations.dependency_factory'] ?? $this->getDoctrine_Migrations_DependencyFactoryService())->getMigrationFactory(), $this);
  4352.     }
  4353.     /**
  4354.      * Gets the private 'doctrine.migrations.dependency_factory' shared service.
  4355.      *
  4356.      * @return \Doctrine\Migrations\DependencyFactory
  4357.      */
  4358.     protected function getDoctrine_Migrations_DependencyFactoryService()
  4359.     {
  4360.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/DependencyFactory.php';
  4361.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Configuration/Migration/ConfigurationLoader.php';
  4362.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Configuration/Migration/ExistingConfiguration.php';
  4363.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Configuration/Configuration.php';
  4364.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Metadata/Storage/MetadataStorageConfiguration.php';
  4365.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Metadata/Storage/TableMetadataStorageConfiguration.php';
  4366.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Configuration/EntityManager/EntityManagerLoader.php';
  4367.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Configuration/EntityManager/ManagerRegistryEntityManager.php';
  4368.         $a = new \Doctrine\Migrations\Configuration\Configuration();
  4369.         $b = new \Doctrine\Migrations\Metadata\Storage\TableMetadataStorageConfiguration();
  4370.         $b->setTableName('migration_versions');
  4371.         $a->addMigrationsDirectory('Application\\Migrations', (\dirname(__DIR__4).'/migrations'));
  4372.         $a->setAllOrNothing(false);
  4373.         $a->setCheckDatabasePlatform(true);
  4374.         $a->setTransactional(true);
  4375.         $a->setMetadataStorageConfiguration($b);
  4376.         $this->privates['doctrine.migrations.dependency_factory'] = $instance = \Doctrine\Migrations\DependencyFactory::fromEntityManager(new \Doctrine\Migrations\Configuration\Migration\ExistingConfiguration($a), \Doctrine\Migrations\Configuration\EntityManager\ManagerRegistryEntityManager::withSimpleDefault(($this->services['doctrine'] ?? $this->getDoctrineService())), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  4377.         $instance->setDefinition('Doctrine\\Migrations\\Version\\MigrationFactory', function () {
  4378.             return ($this->privates['doctrine.migrations.container_aware_migrations_factory'] ?? $this->getDoctrine_Migrations_ContainerAwareMigrationsFactoryService());
  4379.         });
  4380.         return $instance;
  4381.     }
  4382.     /**
  4383.      * Gets the private 'doctrine.orm.container_repository_factory' shared service.
  4384.      *
  4385.      * @return \Doctrine\Bundle\DoctrineBundle\Repository\ContainerRepositoryFactory
  4386.      */
  4387.     protected function getDoctrine_Orm_ContainerRepositoryFactoryService()
  4388.     {
  4389.         return $this->privates['doctrine.orm.container_repository_factory'] = new \Doctrine\Bundle\DoctrineBundle\Repository\ContainerRepositoryFactory(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [], []));
  4390.     }
  4391.     /**
  4392.      * Gets the private 'doctrine.orm.default_annotation_metadata_driver' shared service.
  4393.      *
  4394.      * @return \Doctrine\ORM\Mapping\Driver\AnnotationDriver
  4395.      */
  4396.     protected function getDoctrine_Orm_DefaultAnnotationMetadataDriverService()
  4397.     {
  4398.         return $this->privates['doctrine.orm.default_annotation_metadata_driver'] = new \Doctrine\ORM\Mapping\Driver\AnnotationDriver(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()), [=> (\dirname(__DIR__4).'/src/Entity')]);
  4399.     }
  4400.     /**
  4401.      * Gets the private 'doctrine.orm.default_entity_manager.property_info_extractor' shared service.
  4402.      *
  4403.      * @return \Symfony\Bridge\Doctrine\PropertyInfo\DoctrineExtractor
  4404.      */
  4405.     protected function getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService()
  4406.     {
  4407.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/PropertyInfo/DoctrineExtractor.php';
  4408.         return $this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] = new \Symfony\Bridge\Doctrine\PropertyInfo\DoctrineExtractor(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  4409.     }
  4410.     /**
  4411.      * Gets the private 'doctrine.orm.default_listeners.attach_entity_listeners' shared service.
  4412.      *
  4413.      * @return \Doctrine\ORM\Tools\AttachEntityListenersListener
  4414.      */
  4415.     protected function getDoctrine_Orm_DefaultListeners_AttachEntityListenersService()
  4416.     {
  4417.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/AttachEntityListenersListener.php';
  4418.         return $this->privates['doctrine.orm.default_listeners.attach_entity_listeners'] = new \Doctrine\ORM\Tools\AttachEntityListenersListener();
  4419.     }
  4420.     /**
  4421.      * Gets the private 'doctrine.orm.proxy_cache_warmer' shared service.
  4422.      *
  4423.      * @return \Symfony\Bridge\Doctrine\CacheWarmer\ProxyCacheWarmer
  4424.      */
  4425.     protected function getDoctrine_Orm_ProxyCacheWarmerService()
  4426.     {
  4427.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  4428.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/CacheWarmer/ProxyCacheWarmer.php';
  4429.         return $this->privates['doctrine.orm.proxy_cache_warmer'] = new \Symfony\Bridge\Doctrine\CacheWarmer\ProxyCacheWarmer(($this->services['doctrine'] ?? $this->getDoctrineService()));
  4430.     }
  4431.     /**
  4432.      * Gets the private 'doctrine.orm.suitecrm_annotation_metadata_driver' shared service.
  4433.      *
  4434.      * @return \Doctrine\ORM\Mapping\Driver\AnnotationDriver
  4435.      */
  4436.     protected function getDoctrine_Orm_SuitecrmAnnotationMetadataDriverService()
  4437.     {
  4438.         return $this->privates['doctrine.orm.suitecrm_annotation_metadata_driver'] = new \Doctrine\ORM\Mapping\Driver\AnnotationDriver(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()), [=> (\dirname(__DIR__4).'/src/FHI360/Access/Suite/Entity')]);
  4439.     }
  4440.     /**
  4441.      * Gets the private 'doctrine.orm.suitecrm_entity_manager.property_info_extractor' shared service.
  4442.      *
  4443.      * @return \Symfony\Bridge\Doctrine\PropertyInfo\DoctrineExtractor
  4444.      */
  4445.     protected function getDoctrine_Orm_SuitecrmEntityManager_PropertyInfoExtractorService()
  4446.     {
  4447.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/PropertyInfo/DoctrineExtractor.php';
  4448.         return $this->privates['doctrine.orm.suitecrm_entity_manager.property_info_extractor'] = new \Symfony\Bridge\Doctrine\PropertyInfo\DoctrineExtractor(($this->services['doctrine.orm.suitecrm_entity_manager'] ?? $this->getDoctrine_Orm_SuitecrmEntityManagerService()));
  4449.     }
  4450.     /**
  4451.      * Gets the private 'doctrine.orm.suitecrm_listeners.attach_entity_listeners' shared service.
  4452.      *
  4453.      * @return \Doctrine\ORM\Tools\AttachEntityListenersListener
  4454.      */
  4455.     protected function getDoctrine_Orm_SuitecrmListeners_AttachEntityListenersService()
  4456.     {
  4457.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/AttachEntityListenersListener.php';
  4458.         return $this->privates['doctrine.orm.suitecrm_listeners.attach_entity_listeners'] = new \Doctrine\ORM\Tools\AttachEntityListenersListener();
  4459.     }
  4460.     /**
  4461.      * Gets the private 'doctrine.orm.validator.unique' shared service.
  4462.      *
  4463.      * @return \Symfony\Bridge\Doctrine\Validator\Constraints\UniqueEntityValidator
  4464.      */
  4465.     protected function getDoctrine_Orm_Validator_UniqueService()
  4466.     {
  4467.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  4468.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  4469.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Validator/Constraints/UniqueEntityValidator.php';
  4470.         return $this->privates['doctrine.orm.validator.unique'] = new \Symfony\Bridge\Doctrine\Validator\Constraints\UniqueEntityValidator(($this->services['doctrine'] ?? $this->getDoctrineService()));
  4471.     }
  4472.     /**
  4473.      * Gets the private 'doctrine.query_dql_command' shared service.
  4474.      *
  4475.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\RunDqlDoctrineCommand
  4476.      */
  4477.     protected function getDoctrine_QueryDqlCommandService()
  4478.     {
  4479.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4480.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  4481.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/RunDqlCommand.php';
  4482.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/RunDqlDoctrineCommand.php';
  4483.         $this->privates['doctrine.query_dql_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\RunDqlDoctrineCommand();
  4484.         $instance->setName('doctrine:query:dql');
  4485.         return $instance;
  4486.     }
  4487.     /**
  4488.      * Gets the private 'doctrine.query_sql_command' shared service.
  4489.      *
  4490.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\RunSqlDoctrineCommand
  4491.      */
  4492.     protected function getDoctrine_QuerySqlCommandService()
  4493.     {
  4494.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4495.         include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Tools/Console/Command/RunSqlCommand.php';
  4496.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/RunSqlDoctrineCommand.php';
  4497.         $this->privates['doctrine.query_sql_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\RunSqlDoctrineCommand(($this->privates['Doctrine\\Bundle\\DoctrineBundle\\Dbal\\ManagerRegistryAwareConnectionProvider'] ?? $this->getManagerRegistryAwareConnectionProviderService()));
  4498.         $instance->setName('doctrine:query:sql');
  4499.         return $instance;
  4500.     }
  4501.     /**
  4502.      * Gets the private 'doctrine.schema_create_command' shared service.
  4503.      *
  4504.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\CreateSchemaDoctrineCommand
  4505.      */
  4506.     protected function getDoctrine_SchemaCreateCommandService()
  4507.     {
  4508.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4509.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  4510.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/SchemaTool/AbstractCommand.php';
  4511.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/SchemaTool/CreateCommand.php';
  4512.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/CreateSchemaDoctrineCommand.php';
  4513.         $this->privates['doctrine.schema_create_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\CreateSchemaDoctrineCommand();
  4514.         $instance->setName('doctrine:schema:create');
  4515.         return $instance;
  4516.     }
  4517.     /**
  4518.      * Gets the private 'doctrine.schema_drop_command' shared service.
  4519.      *
  4520.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\DropSchemaDoctrineCommand
  4521.      */
  4522.     protected function getDoctrine_SchemaDropCommandService()
  4523.     {
  4524.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4525.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  4526.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/SchemaTool/AbstractCommand.php';
  4527.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/SchemaTool/DropCommand.php';
  4528.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/DropSchemaDoctrineCommand.php';
  4529.         $this->privates['doctrine.schema_drop_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\DropSchemaDoctrineCommand();
  4530.         $instance->setName('doctrine:schema:drop');
  4531.         return $instance;
  4532.     }
  4533.     /**
  4534.      * Gets the private 'doctrine.schema_update_command' shared service.
  4535.      *
  4536.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\UpdateSchemaDoctrineCommand
  4537.      */
  4538.     protected function getDoctrine_SchemaUpdateCommandService()
  4539.     {
  4540.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4541.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  4542.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/SchemaTool/AbstractCommand.php';
  4543.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/SchemaTool/UpdateCommand.php';
  4544.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/UpdateSchemaDoctrineCommand.php';
  4545.         $this->privates['doctrine.schema_update_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\UpdateSchemaDoctrineCommand();
  4546.         $instance->setName('doctrine:schema:update');
  4547.         return $instance;
  4548.     }
  4549.     /**
  4550.      * Gets the private 'doctrine.schema_validate_command' shared service.
  4551.      *
  4552.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ValidateSchemaCommand
  4553.      */
  4554.     protected function getDoctrine_SchemaValidateCommandService()
  4555.     {
  4556.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4557.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  4558.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ValidateSchemaCommand.php';
  4559.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/ValidateSchemaCommand.php';
  4560.         $this->privates['doctrine.schema_validate_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ValidateSchemaCommand();
  4561.         $instance->setName('doctrine:schema:validate');
  4562.         return $instance;
  4563.     }
  4564.     /**
  4565.      * Gets the private 'doctrine_migrations.current_command' shared service.
  4566.      *
  4567.      * @return \Doctrine\Migrations\Tools\Console\Command\CurrentCommand
  4568.      */
  4569.     protected function getDoctrineMigrations_CurrentCommandService()
  4570.     {
  4571.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4572.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  4573.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/CurrentCommand.php';
  4574.         $this->privates['doctrine_migrations.current_command'] = $instance = new \Doctrine\Migrations\Tools\Console\Command\CurrentCommand(($this->privates['doctrine.migrations.dependency_factory'] ?? $this->getDoctrine_Migrations_DependencyFactoryService()), 'doctrine:migrations:current');
  4575.         $instance->setName('doctrine:migrations:current');
  4576.         return $instance;
  4577.     }
  4578.     /**
  4579.      * Gets the private 'doctrine_migrations.diff_command' shared service.
  4580.      *
  4581.      * @return \Doctrine\Migrations\Tools\Console\Command\DiffCommand
  4582.      */
  4583.     protected function getDoctrineMigrations_DiffCommandService()
  4584.     {
  4585.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4586.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  4587.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DiffCommand.php';
  4588.         $this->privates['doctrine_migrations.diff_command'] = $instance = new \Doctrine\Migrations\Tools\Console\Command\DiffCommand(($this->privates['doctrine.migrations.dependency_factory'] ?? $this->getDoctrine_Migrations_DependencyFactoryService()), 'doctrine:migrations:diff');
  4589.         $instance->setName('doctrine:migrations:diff');
  4590.         return $instance;
  4591.     }
  4592.     /**
  4593.      * Gets the private 'doctrine_migrations.dump_schema_command' shared service.
  4594.      *
  4595.      * @return \Doctrine\Migrations\Tools\Console\Command\DumpSchemaCommand
  4596.      */
  4597.     protected function getDoctrineMigrations_DumpSchemaCommandService()
  4598.     {
  4599.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4600.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  4601.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DumpSchemaCommand.php';
  4602.         $this->privates['doctrine_migrations.dump_schema_command'] = $instance = new \Doctrine\Migrations\Tools\Console\Command\DumpSchemaCommand(($this->privates['doctrine.migrations.dependency_factory'] ?? $this->getDoctrine_Migrations_DependencyFactoryService()), 'doctrine:migrations:dump-schema');
  4603.         $instance->setName('doctrine:migrations:dump-schema');
  4604.         return $instance;
  4605.     }
  4606.     /**
  4607.      * Gets the private 'doctrine_migrations.execute_command' shared service.
  4608.      *
  4609.      * @return \Doctrine\Migrations\Tools\Console\Command\ExecuteCommand
  4610.      */
  4611.     protected function getDoctrineMigrations_ExecuteCommandService()
  4612.     {
  4613.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4614.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  4615.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/ExecuteCommand.php';
  4616.         $this->privates['doctrine_migrations.execute_command'] = $instance = new \Doctrine\Migrations\Tools\Console\Command\ExecuteCommand(($this->privates['doctrine.migrations.dependency_factory'] ?? $this->getDoctrine_Migrations_DependencyFactoryService()), 'doctrine:migrations:execute');
  4617.         $instance->setName('doctrine:migrations:execute');
  4618.         return $instance;
  4619.     }
  4620.     /**
  4621.      * Gets the private 'doctrine_migrations.generate_command' shared service.
  4622.      *
  4623.      * @return \Doctrine\Migrations\Tools\Console\Command\GenerateCommand
  4624.      */
  4625.     protected function getDoctrineMigrations_GenerateCommandService()
  4626.     {
  4627.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4628.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  4629.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/GenerateCommand.php';
  4630.         $this->privates['doctrine_migrations.generate_command'] = $instance = new \Doctrine\Migrations\Tools\Console\Command\GenerateCommand(($this->privates['doctrine.migrations.dependency_factory'] ?? $this->getDoctrine_Migrations_DependencyFactoryService()), 'doctrine:migrations:generate');
  4631.         $instance->setName('doctrine:migrations:generate');
  4632.         return $instance;
  4633.     }
  4634.     /**
  4635.      * Gets the private 'doctrine_migrations.latest_command' shared service.
  4636.      *
  4637.      * @return \Doctrine\Migrations\Tools\Console\Command\LatestCommand
  4638.      */
  4639.     protected function getDoctrineMigrations_LatestCommandService()
  4640.     {
  4641.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4642.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  4643.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/LatestCommand.php';
  4644.         $this->privates['doctrine_migrations.latest_command'] = $instance = new \Doctrine\Migrations\Tools\Console\Command\LatestCommand(($this->privates['doctrine.migrations.dependency_factory'] ?? $this->getDoctrine_Migrations_DependencyFactoryService()), 'doctrine:migrations:latest');
  4645.         $instance->setName('doctrine:migrations:latest');
  4646.         return $instance;
  4647.     }
  4648.     /**
  4649.      * Gets the private 'doctrine_migrations.migrate_command' shared service.
  4650.      *
  4651.      * @return \Doctrine\Migrations\Tools\Console\Command\MigrateCommand
  4652.      */
  4653.     protected function getDoctrineMigrations_MigrateCommandService()
  4654.     {
  4655.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4656.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  4657.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/MigrateCommand.php';
  4658.         $this->privates['doctrine_migrations.migrate_command'] = $instance = new \Doctrine\Migrations\Tools\Console\Command\MigrateCommand(($this->privates['doctrine.migrations.dependency_factory'] ?? $this->getDoctrine_Migrations_DependencyFactoryService()), 'doctrine:migrations:migrate');
  4659.         $instance->setName('doctrine:migrations:migrate');
  4660.         return $instance;
  4661.     }
  4662.     /**
  4663.      * Gets the private 'doctrine_migrations.rollup_command' shared service.
  4664.      *
  4665.      * @return \Doctrine\Migrations\Tools\Console\Command\RollupCommand
  4666.      */
  4667.     protected function getDoctrineMigrations_RollupCommandService()
  4668.     {
  4669.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4670.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  4671.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/RollupCommand.php';
  4672.         $this->privates['doctrine_migrations.rollup_command'] = $instance = new \Doctrine\Migrations\Tools\Console\Command\RollupCommand(($this->privates['doctrine.migrations.dependency_factory'] ?? $this->getDoctrine_Migrations_DependencyFactoryService()), 'doctrine:migrations:rollup');
  4673.         $instance->setName('doctrine:migrations:rollup');
  4674.         return $instance;
  4675.     }
  4676.     /**
  4677.      * Gets the private 'doctrine_migrations.status_command' shared service.
  4678.      *
  4679.      * @return \Doctrine\Migrations\Tools\Console\Command\StatusCommand
  4680.      */
  4681.     protected function getDoctrineMigrations_StatusCommandService()
  4682.     {
  4683.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4684.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  4685.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/StatusCommand.php';
  4686.         $this->privates['doctrine_migrations.status_command'] = $instance = new \Doctrine\Migrations\Tools\Console\Command\StatusCommand(($this->privates['doctrine.migrations.dependency_factory'] ?? $this->getDoctrine_Migrations_DependencyFactoryService()), 'doctrine:migrations:status');
  4687.         $instance->setName('doctrine:migrations:status');
  4688.         return $instance;
  4689.     }
  4690.     /**
  4691.      * Gets the private 'doctrine_migrations.sync_metadata_command' shared service.
  4692.      *
  4693.      * @return \Doctrine\Migrations\Tools\Console\Command\SyncMetadataCommand
  4694.      */
  4695.     protected function getDoctrineMigrations_SyncMetadataCommandService()
  4696.     {
  4697.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4698.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  4699.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/SyncMetadataCommand.php';
  4700.         $this->privates['doctrine_migrations.sync_metadata_command'] = $instance = new \Doctrine\Migrations\Tools\Console\Command\SyncMetadataCommand(($this->privates['doctrine.migrations.dependency_factory'] ?? $this->getDoctrine_Migrations_DependencyFactoryService()), 'doctrine:migrations:sync-metadata-storage');
  4701.         $instance->setName('doctrine:migrations:sync-metadata-storage');
  4702.         return $instance;
  4703.     }
  4704.     /**
  4705.      * Gets the private 'doctrine_migrations.up_to_date_command' shared service.
  4706.      *
  4707.      * @return \Doctrine\Migrations\Tools\Console\Command\UpToDateCommand
  4708.      */
  4709.     protected function getDoctrineMigrations_UpToDateCommandService()
  4710.     {
  4711.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4712.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  4713.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/UpToDateCommand.php';
  4714.         $this->privates['doctrine_migrations.up_to_date_command'] = $instance = new \Doctrine\Migrations\Tools\Console\Command\UpToDateCommand(($this->privates['doctrine.migrations.dependency_factory'] ?? $this->getDoctrine_Migrations_DependencyFactoryService()), 'doctrine:migrations:up-to-date');
  4715.         $instance->setName('doctrine:migrations:up-to-date');
  4716.         return $instance;
  4717.     }
  4718.     /**
  4719.      * Gets the private 'doctrine_migrations.version_command' shared service.
  4720.      *
  4721.      * @return \Doctrine\Migrations\Tools\Console\Command\VersionCommand
  4722.      */
  4723.     protected function getDoctrineMigrations_VersionCommandService()
  4724.     {
  4725.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4726.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  4727.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/VersionCommand.php';
  4728.         $this->privates['doctrine_migrations.version_command'] = $instance = new \Doctrine\Migrations\Tools\Console\Command\VersionCommand(($this->privates['doctrine.migrations.dependency_factory'] ?? $this->getDoctrine_Migrations_DependencyFactoryService()), 'doctrine:migrations:version');
  4729.         $instance->setName('doctrine:migrations:version');
  4730.         return $instance;
  4731.     }
  4732.     /**
  4733.      * Gets the private 'doctrine_migrations.versions_command' shared service.
  4734.      *
  4735.      * @return \Doctrine\Migrations\Tools\Console\Command\ListCommand
  4736.      */
  4737.     protected function getDoctrineMigrations_VersionsCommandService()
  4738.     {
  4739.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4740.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  4741.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/ListCommand.php';
  4742.         $this->privates['doctrine_migrations.versions_command'] = $instance = new \Doctrine\Migrations\Tools\Console\Command\ListCommand(($this->privates['doctrine.migrations.dependency_factory'] ?? $this->getDoctrine_Migrations_DependencyFactoryService()), 'doctrine:migrations:versions');
  4743.         $instance->setName('doctrine:migrations:list');
  4744.         return $instance;
  4745.     }
  4746.     /**
  4747.      * Gets the private 'error_handler.error_renderer.html' shared service.
  4748.      *
  4749.      * @return \Symfony\Component\ErrorHandler\ErrorRenderer\HtmlErrorRenderer
  4750.      */
  4751.     protected function getErrorHandler_ErrorRenderer_HtmlService()
  4752.     {
  4753.         include_once \dirname(__DIR__4).'/vendor/symfony/error-handler/ErrorRenderer/ErrorRendererInterface.php';
  4754.         include_once \dirname(__DIR__4).'/vendor/symfony/error-handler/ErrorRenderer/HtmlErrorRenderer.php';
  4755.         $a = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  4756.         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()));
  4757.     }
  4758.     /**
  4759.      * Gets the private 'exception_listener' shared service.
  4760.      *
  4761.      * @return \Symfony\Component\HttpKernel\EventListener\ErrorListener
  4762.      */
  4763.     protected function getExceptionListenerService()
  4764.     {
  4765.         return $this->privates['exception_listener'] = new \Symfony\Component\HttpKernel\EventListener\ErrorListener('error_controller', ($this->privates['monolog.logger.request'] ?? $this->getMonolog_Logger_RequestService()), true);
  4766.     }
  4767.     /**
  4768.      * Gets the private 'file_locator' shared service.
  4769.      *
  4770.      * @return \Symfony\Component\HttpKernel\Config\FileLocator
  4771.      */
  4772.     protected function getFileLocatorService()
  4773.     {
  4774.         include_once \dirname(__DIR__4).'/vendor/symfony/config/FileLocatorInterface.php';
  4775.         include_once \dirname(__DIR__4).'/vendor/symfony/config/FileLocator.php';
  4776.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Config/FileLocator.php';
  4777.         return $this->privates['file_locator'] = new \Symfony\Component\HttpKernel\Config\FileLocator(($this->services['kernel'] ?? $this->get('kernel'1)), (\dirname(__DIR__4).'/src/Resources'), [=> (\dirname(__DIR__4).'/src')], false);
  4778.     }
  4779.     /**
  4780.      * Gets the private 'form.choice_list_factory.cached' shared service.
  4781.      *
  4782.      * @return \Symfony\Component\Form\ChoiceList\Factory\CachingFactoryDecorator
  4783.      */
  4784.     protected function getForm_ChoiceListFactory_CachedService()
  4785.     {
  4786.         include_once \dirname(__DIR__4).'/vendor/symfony/form/ChoiceList/Factory/ChoiceListFactoryInterface.php';
  4787.         include_once \dirname(__DIR__4).'/vendor/symfony/form/ChoiceList/Factory/CachingFactoryDecorator.php';
  4788.         include_once \dirname(__DIR__4).'/vendor/symfony/form/ChoiceList/Factory/PropertyAccessDecorator.php';
  4789.         include_once \dirname(__DIR__4).'/vendor/symfony/form/ChoiceList/Factory/DefaultChoiceListFactory.php';
  4790.         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())));
  4791.     }
  4792.     /**
  4793.      * Gets the private 'form.registry' shared service.
  4794.      *
  4795.      * @return \Symfony\Component\Form\FormRegistry
  4796.      */
  4797.     protected function getForm_RegistryService()
  4798.     {
  4799.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormRegistryInterface.php';
  4800.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormRegistry.php';
  4801.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormExtensionInterface.php';
  4802.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DependencyInjection/DependencyInjectionExtension.php';
  4803.         include_once \dirname(__DIR__4).'/vendor/symfony/form/ResolvedFormTypeFactoryInterface.php';
  4804.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/Proxy/ResolvedTypeFactoryDataCollectorProxy.php';
  4805.         include_once \dirname(__DIR__4).'/vendor/symfony/form/ResolvedFormTypeFactory.php';
  4806.         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, [
  4807.             'App\\Form\\RegistrationType' => ['privates''App\\Form\\RegistrationType''getRegistrationTypeService'false],
  4808.             'Symfony\\Bridge\\Doctrine\\Form\\Type\\EntityType' => ['privates''form.type.entity''getForm_Type_EntityService'false],
  4809.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\ChoiceType' => ['privates''form.type.choice''getForm_Type_ChoiceService'false],
  4810.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\FileType' => ['services''form.type.file''getForm_Type_FileService'false],
  4811.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\FormType' => ['privates''form.type.form''getForm_Type_FormService'false],
  4812.         ], [
  4813.             'App\\Form\\RegistrationType' => '?',
  4814.             'Symfony\\Bridge\\Doctrine\\Form\\Type\\EntityType' => '?',
  4815.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\ChoiceType' => '?',
  4816.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\FileType' => '?',
  4817.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\FormType' => '?',
  4818.         ]), ['Symfony\\Component\\Form\\Extension\\Core\\Type\\FormType' => new RewindableGenerator(function () {
  4819.             yield => ($this->privates['form.type_extension.form.transformation_failure_handling'] ?? $this->getForm_TypeExtension_Form_TransformationFailureHandlingService());
  4820.             yield => ($this->privates['form.type_extension.form.http_foundation'] ?? $this->getForm_TypeExtension_Form_HttpFoundationService());
  4821.             yield => ($this->privates['form.type_extension.form.validator'] ?? $this->getForm_TypeExtension_Form_ValidatorService());
  4822.             yield => ($this->privates['form.type_extension.upload.validator'] ?? $this->getForm_TypeExtension_Upload_ValidatorService());
  4823.             yield => ($this->privates['form.type_extension.csrf'] ?? $this->getForm_TypeExtension_CsrfService());
  4824.             yield => ($this->privates['form.type_extension.form.data_collector'] ?? $this->getForm_TypeExtension_Form_DataCollectorService());
  4825.         }, 6), 'Symfony\\Component\\Form\\Extension\\Core\\Type\\RepeatedType' => new RewindableGenerator(function () {
  4826.             yield => ($this->privates['form.type_extension.repeated.validator'] ?? ($this->privates['form.type_extension.repeated.validator'] = new \Symfony\Component\Form\Extension\Validator\Type\RepeatedTypeValidatorExtension()));
  4827.         }, 1), 'Symfony\\Component\\Form\\Extension\\Core\\Type\\SubmitType' => new RewindableGenerator(function () {
  4828.             yield => ($this->privates['form.type_extension.submit.validator'] ?? ($this->privates['form.type_extension.submit.validator'] = new \Symfony\Component\Form\Extension\Validator\Type\SubmitTypeValidatorExtension()));
  4829.         }, 1)], new RewindableGenerator(function () {
  4830.             yield => ($this->privates['form.type_guesser.validator'] ?? $this->getForm_TypeGuesser_ValidatorService());
  4831.             yield => ($this->privates['form.type_guesser.doctrine'] ?? $this->getForm_TypeGuesser_DoctrineService());
  4832.         }, 2))], new \Symfony\Component\Form\Extension\DataCollector\Proxy\ResolvedTypeFactoryDataCollectorProxy(new \Symfony\Component\Form\ResolvedFormTypeFactory(), ($this->privates['data_collector.form'] ?? $this->getDataCollector_FormService())));
  4833.     }
  4834.     /**
  4835.      * Gets the private 'form.server_params' shared service.
  4836.      *
  4837.      * @return \Symfony\Component\Form\Util\ServerParams
  4838.      */
  4839.     protected function getForm_ServerParamsService()
  4840.     {
  4841.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Util/ServerParams.php';
  4842.         return $this->privates['form.server_params'] = new \Symfony\Component\Form\Util\ServerParams(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  4843.     }
  4844.     /**
  4845.      * Gets the private 'form.type.choice' shared service.
  4846.      *
  4847.      * @return \Symfony\Component\Form\Extension\Core\Type\ChoiceType
  4848.      */
  4849.     protected function getForm_Type_ChoiceService()
  4850.     {
  4851.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  4852.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  4853.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/ChoiceType.php';
  4854.         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()));
  4855.     }
  4856.     /**
  4857.      * Gets the private 'form.type.entity' shared service.
  4858.      *
  4859.      * @return \Symfony\Bridge\Doctrine\Form\Type\EntityType
  4860.      */
  4861.     protected function getForm_Type_EntityService()
  4862.     {
  4863.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  4864.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  4865.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Form/Type/DoctrineType.php';
  4866.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Form/Type/EntityType.php';
  4867.         return $this->privates['form.type.entity'] = new \Symfony\Bridge\Doctrine\Form\Type\EntityType(($this->services['doctrine'] ?? $this->getDoctrineService()));
  4868.     }
  4869.     /**
  4870.      * Gets the private 'form.type.form' shared service.
  4871.      *
  4872.      * @return \Symfony\Component\Form\Extension\Core\Type\FormType
  4873.      */
  4874.     protected function getForm_Type_FormService()
  4875.     {
  4876.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  4877.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  4878.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/BaseType.php';
  4879.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/FormType.php';
  4880.         return $this->privates['form.type.form'] = new \Symfony\Component\Form\Extension\Core\Type\FormType(($this->privates['property_accessor'] ?? $this->getPropertyAccessorService()));
  4881.     }
  4882.     /**
  4883.      * Gets the private 'form.type_extension.csrf' shared service.
  4884.      *
  4885.      * @return \Symfony\Component\Form\Extension\Csrf\Type\FormTypeCsrfExtension
  4886.      */
  4887.     protected function getForm_TypeExtension_CsrfService()
  4888.     {
  4889.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  4890.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractTypeExtension.php';
  4891.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Csrf/Type/FormTypeCsrfExtension.php';
  4892.         return $this->privates['form.type_extension.csrf'] = new \Symfony\Component\Form\Extension\Csrf\Type\FormTypeCsrfExtension(($this->services['security.csrf.token_manager'] ?? $this->getSecurity_Csrf_TokenManagerService()), true'_token', ($this->services['translator'] ?? $this->getTranslatorService()), 'validators', ($this->privates['form.server_params'] ?? $this->getForm_ServerParamsService()));
  4893.     }
  4894.     /**
  4895.      * Gets the private 'form.type_extension.form.data_collector' shared service.
  4896.      *
  4897.      * @return \Symfony\Component\Form\Extension\DataCollector\Type\DataCollectorTypeExtension
  4898.      */
  4899.     protected function getForm_TypeExtension_Form_DataCollectorService()
  4900.     {
  4901.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  4902.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractTypeExtension.php';
  4903.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/Type/DataCollectorTypeExtension.php';
  4904.         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()));
  4905.     }
  4906.     /**
  4907.      * Gets the private 'form.type_extension.form.http_foundation' shared service.
  4908.      *
  4909.      * @return \Symfony\Component\Form\Extension\HttpFoundation\Type\FormTypeHttpFoundationExtension
  4910.      */
  4911.     protected function getForm_TypeExtension_Form_HttpFoundationService()
  4912.     {
  4913.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  4914.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractTypeExtension.php';
  4915.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/HttpFoundation/Type/FormTypeHttpFoundationExtension.php';
  4916.         include_once \dirname(__DIR__4).'/vendor/symfony/form/RequestHandlerInterface.php';
  4917.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/HttpFoundation/HttpFoundationRequestHandler.php';
  4918.         return $this->privates['form.type_extension.form.http_foundation'] = new \Symfony\Component\Form\Extension\HttpFoundation\Type\FormTypeHttpFoundationExtension(new \Symfony\Component\Form\Extension\HttpFoundation\HttpFoundationRequestHandler(($this->privates['form.server_params'] ?? $this->getForm_ServerParamsService())));
  4919.     }
  4920.     /**
  4921.      * Gets the private 'form.type_extension.form.transformation_failure_handling' shared service.
  4922.      *
  4923.      * @return \Symfony\Component\Form\Extension\Core\Type\TransformationFailureExtension
  4924.      */
  4925.     protected function getForm_TypeExtension_Form_TransformationFailureHandlingService()
  4926.     {
  4927.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  4928.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractTypeExtension.php';
  4929.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/TransformationFailureExtension.php';
  4930.         return $this->privates['form.type_extension.form.transformation_failure_handling'] = new \Symfony\Component\Form\Extension\Core\Type\TransformationFailureExtension(($this->services['translator'] ?? $this->getTranslatorService()));
  4931.     }
  4932.     /**
  4933.      * Gets the private 'form.type_extension.form.validator' shared service.
  4934.      *
  4935.      * @return \Symfony\Component\Form\Extension\Validator\Type\FormTypeValidatorExtension
  4936.      */
  4937.     protected function getForm_TypeExtension_Form_ValidatorService()
  4938.     {
  4939.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  4940.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractTypeExtension.php';
  4941.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Validator/Type/BaseValidatorExtension.php';
  4942.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Validator/Type/FormTypeValidatorExtension.php';
  4943.         return $this->privates['form.type_extension.form.validator'] = new \Symfony\Component\Form\Extension\Validator\Type\FormTypeValidatorExtension(($this->services['validator'] ?? $this->getValidatorService()));
  4944.     }
  4945.     /**
  4946.      * Gets the private 'form.type_extension.upload.validator' shared service.
  4947.      *
  4948.      * @return \Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension
  4949.      */
  4950.     protected function getForm_TypeExtension_Upload_ValidatorService()
  4951.     {
  4952.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  4953.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractTypeExtension.php';
  4954.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Validator/Type/UploadValidatorExtension.php';
  4955.         return $this->privates['form.type_extension.upload.validator'] = new \Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension(($this->services['translator'] ?? $this->getTranslatorService()), 'validators');
  4956.     }
  4957.     /**
  4958.      * Gets the private 'form.type_guesser.doctrine' shared service.
  4959.      *
  4960.      * @return \Symfony\Bridge\Doctrine\Form\DoctrineOrmTypeGuesser
  4961.      */
  4962.     protected function getForm_TypeGuesser_DoctrineService()
  4963.     {
  4964.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeGuesserInterface.php';
  4965.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Form/DoctrineOrmTypeGuesser.php';
  4966.         return $this->privates['form.type_guesser.doctrine'] = new \Symfony\Bridge\Doctrine\Form\DoctrineOrmTypeGuesser(($this->services['doctrine'] ?? $this->getDoctrineService()));
  4967.     }
  4968.     /**
  4969.      * Gets the private 'form.type_guesser.validator' shared service.
  4970.      *
  4971.      * @return \Symfony\Component\Form\Extension\Validator\ValidatorTypeGuesser
  4972.      */
  4973.     protected function getForm_TypeGuesser_ValidatorService()
  4974.     {
  4975.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeGuesserInterface.php';
  4976.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Validator/ValidatorTypeGuesser.php';
  4977.         return $this->privates['form.type_guesser.validator'] = new \Symfony\Component\Form\Extension\Validator\ValidatorTypeGuesser(($this->services['validator'] ?? $this->getValidatorService()));
  4978.     }
  4979.     /**
  4980.      * Gets the private 'fragment.handler' shared service.
  4981.      *
  4982.      * @return \Symfony\Component\HttpKernel\DependencyInjection\LazyLoadingFragmentHandler
  4983.      */
  4984.     protected function getFragment_HandlerService()
  4985.     {
  4986.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/FragmentHandler.php';
  4987.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DependencyInjection/LazyLoadingFragmentHandler.php';
  4988.         return $this->privates['fragment.handler'] = new \Symfony\Component\HttpKernel\DependencyInjection\LazyLoadingFragmentHandler(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4989.             'hinclude' => ['privates''fragment.renderer.hinclude''getFragment_Renderer_HincludeService'false],
  4990.             'inline' => ['privates''fragment.renderer.inline''getFragment_Renderer_InlineService'false],
  4991.         ], [
  4992.             'hinclude' => '?',
  4993.             'inline' => '?',
  4994.         ]), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), true);
  4995.     }
  4996.     /**
  4997.      * Gets the private 'fragment.listener' shared service.
  4998.      *
  4999.      * @return \Symfony\Component\HttpKernel\EventListener\FragmentListener
  5000.      */
  5001.     protected function getFragment_ListenerService()
  5002.     {
  5003.         return $this->privates['fragment.listener'] = new \Symfony\Component\HttpKernel\EventListener\FragmentListener(($this->privates['uri_signer'] ?? ($this->privates['uri_signer'] = new \Symfony\Component\HttpKernel\UriSigner($this->getEnv('APP_SECRET')))), '/_fragment');
  5004.     }
  5005.     /**
  5006.      * Gets the private 'fragment.renderer.hinclude' shared service.
  5007.      *
  5008.      * @return \Symfony\Component\HttpKernel\Fragment\HIncludeFragmentRenderer
  5009.      */
  5010.     protected function getFragment_Renderer_HincludeService()
  5011.     {
  5012.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/FragmentRendererInterface.php';
  5013.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/RoutableFragmentRenderer.php';
  5014.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/HIncludeFragmentRenderer.php';
  5015.         $this->privates['fragment.renderer.hinclude'] = $instance = new \Symfony\Component\HttpKernel\Fragment\HIncludeFragmentRenderer(($this->services['templating'] ?? $this->getTemplatingService()), ($this->privates['uri_signer'] ?? ($this->privates['uri_signer'] = new \Symfony\Component\HttpKernel\UriSigner($this->getEnv('APP_SECRET')))), NULL);
  5016.         $instance->setFragmentPath('/_fragment');
  5017.         return $instance;
  5018.     }
  5019.     /**
  5020.      * Gets the private 'fragment.renderer.inline' shared service.
  5021.      *
  5022.      * @return \Symfony\Component\HttpKernel\Fragment\InlineFragmentRenderer
  5023.      */
  5024.     protected function getFragment_Renderer_InlineService()
  5025.     {
  5026.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/FragmentRendererInterface.php';
  5027.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/RoutableFragmentRenderer.php';
  5028.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/InlineFragmentRenderer.php';
  5029.         $this->privates['fragment.renderer.inline'] = $instance = new \Symfony\Component\HttpKernel\Fragment\InlineFragmentRenderer(($this->services['http_kernel'] ?? $this->getHttpKernelService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  5030.         $instance->setFragmentPath('/_fragment');
  5031.         return $instance;
  5032.     }
  5033.     /**
  5034.      * Gets the private 'framework_extra_bundle.argument_name_convertor' shared service.
  5035.      *
  5036.      * @return \Sensio\Bundle\FrameworkExtraBundle\Request\ArgumentNameConverter
  5037.      */
  5038.     protected function getFrameworkExtraBundle_ArgumentNameConvertorService()
  5039.     {
  5040.         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())));
  5041.     }
  5042.     /**
  5043.      * Gets the private 'framework_extra_bundle.event.is_granted' shared service.
  5044.      *
  5045.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\IsGrantedListener
  5046.      */
  5047.     protected function getFrameworkExtraBundle_Event_IsGrantedService()
  5048.     {
  5049.         return $this->privates['framework_extra_bundle.event.is_granted'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\IsGrantedListener(($this->privates['framework_extra_bundle.argument_name_convertor'] ?? $this->getFrameworkExtraBundle_ArgumentNameConvertorService()), ($this->services['security.authorization_checker'] ?? $this->getSecurity_AuthorizationCheckerService()));
  5050.     }
  5051.     /**
  5052.      * Gets the private 'locale_aware_listener' shared service.
  5053.      *
  5054.      * @return \Symfony\Component\HttpKernel\EventListener\LocaleAwareListener
  5055.      */
  5056.     protected function getLocaleAwareListenerService()
  5057.     {
  5058.         return $this->privates['locale_aware_listener'] = new \Symfony\Component\HttpKernel\EventListener\LocaleAwareListener(new RewindableGenerator(function () {
  5059.             yield => ($this->privates['translator.default'] ?? $this->getTranslator_DefaultService());
  5060.         }, 1), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  5061.     }
  5062.     /**
  5063.      * Gets the private 'locale_listener' shared service.
  5064.      *
  5065.      * @return \Symfony\Component\HttpKernel\EventListener\LocaleListener
  5066.      */
  5067.     protected function getLocaleListenerService()
  5068.     {
  5069.         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()));
  5070.     }
  5071.     /**
  5072.      * Gets the private 'maker.auto_command.make_auth' shared service.
  5073.      *
  5074.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  5075.      */
  5076.     protected function getMaker_AutoCommand_MakeAuthService()
  5077.     {
  5078.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5079.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  5080.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  5081.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  5082.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeAuthenticator.php';
  5083.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Security/SecurityControllerBuilder.php';
  5084.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Security/SecurityConfigUpdater.php';
  5085.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  5086.         $b = ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService());
  5087.         $this->privates['maker.auto_command.make_auth'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeAuthenticator($a, ($this->privates['maker.security_config_updater'] ?? ($this->privates['maker.security_config_updater'] = new \Symfony\Bundle\MakerBundle\Security\SecurityConfigUpdater())), $b, ($this->privates['maker.doctrine_helper'] ?? $this->getMaker_DoctrineHelperService()), new \Symfony\Bundle\MakerBundle\Security\SecurityControllerBuilder(($this->privates['maker.php_compat_util'] ?? $this->getMaker_PhpCompatUtilService()))), $a$b);
  5088.         $instance->setDescription('Creates a Guard authenticator of different flavors');
  5089.         $instance->setName('make:auth');
  5090.         return $instance;
  5091.     }
  5092.     /**
  5093.      * Gets the private 'maker.auto_command.make_command' shared service.
  5094.      *
  5095.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  5096.      */
  5097.     protected function getMaker_AutoCommand_MakeCommandService()
  5098.     {
  5099.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5100.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  5101.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  5102.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  5103.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeCommand.php';
  5104.         $this->privates['maker.auto_command.make_command'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeCommand(), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  5105.         $instance->setDescription('Creates a new console command class');
  5106.         $instance->setName('make:command');
  5107.         return $instance;
  5108.     }
  5109.     /**
  5110.      * Gets the private 'maker.auto_command.make_controller' shared service.
  5111.      *
  5112.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  5113.      */
  5114.     protected function getMaker_AutoCommand_MakeControllerService()
  5115.     {
  5116.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5117.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  5118.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  5119.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  5120.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeController.php';
  5121.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  5122.         $this->privates['maker.auto_command.make_controller'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeController($a), $a, ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  5123.         $instance->setDescription('Creates a new controller class');
  5124.         $instance->setName('make:controller');
  5125.         return $instance;
  5126.     }
  5127.     /**
  5128.      * Gets the private 'maker.auto_command.make_crud' shared service.
  5129.      *
  5130.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  5131.      */
  5132.     protected function getMaker_AutoCommand_MakeCrudService()
  5133.     {
  5134.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5135.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  5136.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  5137.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  5138.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeCrud.php';
  5139.         $this->privates['maker.auto_command.make_crud'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeCrud(($this->privates['maker.doctrine_helper'] ?? $this->getMaker_DoctrineHelperService()), ($this->privates['maker.renderer.form_type_renderer'] ?? $this->getMaker_Renderer_FormTypeRendererService())), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  5140.         $instance->setDescription('Creates CRUD for Doctrine entity class');
  5141.         $instance->setName('make:crud');
  5142.         return $instance;
  5143.     }
  5144.     /**
  5145.      * Gets the private 'maker.auto_command.make_docker_database' shared service.
  5146.      *
  5147.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  5148.      */
  5149.     protected function getMaker_AutoCommand_MakeDockerDatabaseService()
  5150.     {
  5151.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5152.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  5153.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  5154.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  5155.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeDockerDatabase.php';
  5156.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  5157.         $this->privates['maker.auto_command.make_docker_database'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeDockerDatabase($a), $a, ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  5158.         $instance->setDescription('Adds a database container to your docker-compose.yaml file');
  5159.         $instance->setName('make:docker:database');
  5160.         return $instance;
  5161.     }
  5162.     /**
  5163.      * Gets the private 'maker.auto_command.make_entity' shared service.
  5164.      *
  5165.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  5166.      */
  5167.     protected function getMaker_AutoCommand_MakeEntityService()
  5168.     {
  5169.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5170.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  5171.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  5172.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  5173.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/InputAwareMakerInterface.php';
  5174.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeEntity.php';
  5175.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  5176.         $b = ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService());
  5177.         $this->privates['maker.auto_command.make_entity'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeEntity($a, ($this->privates['maker.doctrine_helper'] ?? $this->getMaker_DoctrineHelperService()), \dirname(__DIR__4), $b, ($this->privates['maker.entity_class_generator'] ?? $this->getMaker_EntityClassGeneratorService())), $a$b);
  5178.         $instance->setDescription('Creates or updates a Doctrine entity class, and optionally an API Platform resource');
  5179.         $instance->setName('make:entity');
  5180.         return $instance;
  5181.     }
  5182.     /**
  5183.      * Gets the private 'maker.auto_command.make_fixtures' shared service.
  5184.      *
  5185.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  5186.      */
  5187.     protected function getMaker_AutoCommand_MakeFixturesService()
  5188.     {
  5189.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5190.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  5191.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  5192.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  5193.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeFixtures.php';
  5194.         $this->privates['maker.auto_command.make_fixtures'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeFixtures(), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  5195.         $instance->setDescription('Creates a new class to load Doctrine fixtures');
  5196.         $instance->setName('make:fixtures');
  5197.         return $instance;
  5198.     }
  5199.     /**
  5200.      * Gets the private 'maker.auto_command.make_form' shared service.
  5201.      *
  5202.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  5203.      */
  5204.     protected function getMaker_AutoCommand_MakeFormService()
  5205.     {
  5206.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5207.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  5208.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  5209.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  5210.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeForm.php';
  5211.         $this->privates['maker.auto_command.make_form'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeForm(($this->privates['maker.doctrine_helper'] ?? $this->getMaker_DoctrineHelperService()), ($this->privates['maker.renderer.form_type_renderer'] ?? $this->getMaker_Renderer_FormTypeRendererService())), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  5212.         $instance->setDescription('Creates a new form class');
  5213.         $instance->setName('make:form');
  5214.         return $instance;
  5215.     }
  5216.     /**
  5217.      * Gets the private 'maker.auto_command.make_message' shared service.
  5218.      *
  5219.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  5220.      */
  5221.     protected function getMaker_AutoCommand_MakeMessageService()
  5222.     {
  5223.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5224.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  5225.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  5226.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  5227.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeMessage.php';
  5228.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  5229.         $this->privates['maker.auto_command.make_message'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeMessage($a), $a, ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  5230.         $instance->setDescription('Creates a new message and handler');
  5231.         $instance->setName('make:message');
  5232.         return $instance;
  5233.     }
  5234.     /**
  5235.      * Gets the private 'maker.auto_command.make_messenger_middleware' shared service.
  5236.      *
  5237.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  5238.      */
  5239.     protected function getMaker_AutoCommand_MakeMessengerMiddlewareService()
  5240.     {
  5241.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5242.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  5243.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  5244.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  5245.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeMessengerMiddleware.php';
  5246.         $this->privates['maker.auto_command.make_messenger_middleware'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeMessengerMiddleware(), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  5247.         $instance->setDescription('Creates a new messenger middleware');
  5248.         $instance->setName('make:messenger-middleware');
  5249.         return $instance;
  5250.     }
  5251.     /**
  5252.      * Gets the private 'maker.auto_command.make_migration' shared service.
  5253.      *
  5254.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  5255.      */
  5256.     protected function getMaker_AutoCommand_MakeMigrationService()
  5257.     {
  5258.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5259.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  5260.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  5261.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  5262.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/ApplicationAwareMakerInterface.php';
  5263.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeMigration.php';
  5264.         $this->privates['maker.auto_command.make_migration'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeMigration(\dirname(__DIR__4)), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  5265.         $instance->setDescription('Creates a new migration based on database changes');
  5266.         $instance->setName('make:migration');
  5267.         return $instance;
  5268.     }
  5269.     /**
  5270.      * Gets the private 'maker.auto_command.make_registration_form' shared service.
  5271.      *
  5272.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  5273.      */
  5274.     protected function getMaker_AutoCommand_MakeRegistrationFormService()
  5275.     {
  5276.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5277.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  5278.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  5279.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  5280.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeRegistrationForm.php';
  5281.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  5282.         $this->privates['maker.auto_command.make_registration_form'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeRegistrationForm($a, ($this->privates['maker.renderer.form_type_renderer'] ?? $this->getMaker_Renderer_FormTypeRendererService()), ($this->services['router'] ?? $this->getRouterService()), ($this->privates['maker.doctrine_helper'] ?? $this->getMaker_DoctrineHelperService())), $a, ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  5283.         $instance->setDescription('Creates a new registration form system');
  5284.         $instance->setName('make:registration-form');
  5285.         return $instance;
  5286.     }
  5287.     /**
  5288.      * Gets the private 'maker.auto_command.make_reset_password' shared service.
  5289.      *
  5290.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  5291.      */
  5292.     protected function getMaker_AutoCommand_MakeResetPasswordService()
  5293.     {
  5294.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5295.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  5296.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  5297.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  5298.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeResetPassword.php';
  5299.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  5300.         $this->privates['maker.auto_command.make_reset_password'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeResetPassword($a, ($this->privates['maker.doctrine_helper'] ?? $this->getMaker_DoctrineHelperService()), ($this->privates['maker.entity_class_generator'] ?? $this->getMaker_EntityClassGeneratorService())), $a, ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  5301.         $instance->setDescription('Create controller, entity, and repositories for use with symfonycasts/reset-password-bundle');
  5302.         $instance->setName('make:reset-password');
  5303.         return $instance;
  5304.     }
  5305.     /**
  5306.      * Gets the private 'maker.auto_command.make_serializer_encoder' shared service.
  5307.      *
  5308.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  5309.      */
  5310.     protected function getMaker_AutoCommand_MakeSerializerEncoderService()
  5311.     {
  5312.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5313.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  5314.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  5315.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  5316.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeSerializerEncoder.php';
  5317.         $this->privates['maker.auto_command.make_serializer_encoder'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeSerializerEncoder(), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  5318.         $instance->setDescription('Creates a new serializer encoder class');
  5319.         $instance->setName('make:serializer:encoder');
  5320.         return $instance;
  5321.     }
  5322.     /**
  5323.      * Gets the private 'maker.auto_command.make_serializer_normalizer' shared service.
  5324.      *
  5325.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  5326.      */
  5327.     protected function getMaker_AutoCommand_MakeSerializerNormalizerService()
  5328.     {
  5329.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5330.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  5331.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  5332.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  5333.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeSerializerNormalizer.php';
  5334.         $this->privates['maker.auto_command.make_serializer_normalizer'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeSerializerNormalizer(), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  5335.         $instance->setDescription('Creates a new serializer normalizer class');
  5336.         $instance->setName('make:serializer:normalizer');
  5337.         return $instance;
  5338.     }
  5339.     /**
  5340.      * Gets the private 'maker.auto_command.make_subscriber' shared service.
  5341.      *
  5342.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  5343.      */
  5344.     protected function getMaker_AutoCommand_MakeSubscriberService()
  5345.     {
  5346.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5347.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  5348.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  5349.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  5350.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeSubscriber.php';
  5351.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/EventRegistry.php';
  5352.         $this->privates['maker.auto_command.make_subscriber'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeSubscriber(new \Symfony\Bundle\MakerBundle\EventRegistry(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()))), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  5353.         $instance->setDescription('Creates a new event subscriber class');
  5354.         $instance->setName('make:subscriber');
  5355.         return $instance;
  5356.     }
  5357.     /**
  5358.      * Gets the private 'maker.auto_command.make_test' shared service.
  5359.      *
  5360.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  5361.      */
  5362.     protected function getMaker_AutoCommand_MakeTestService()
  5363.     {
  5364.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5365.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  5366.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  5367.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  5368.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/InputAwareMakerInterface.php';
  5369.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeTest.php';
  5370.         $this->privates['maker.auto_command.make_test'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeTest(), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  5371.         $instance->setDescription('Creates a new test class');
  5372.         $instance->setName('make:test');
  5373.         $instance->setAliases([=> 'make:unit-test'=> 'make:functional-test']);
  5374.         return $instance;
  5375.     }
  5376.     /**
  5377.      * Gets the private 'maker.auto_command.make_twig_extension' shared service.
  5378.      *
  5379.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  5380.      */
  5381.     protected function getMaker_AutoCommand_MakeTwigExtensionService()
  5382.     {
  5383.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5384.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  5385.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  5386.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  5387.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeTwigExtension.php';
  5388.         $this->privates['maker.auto_command.make_twig_extension'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeTwigExtension(), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  5389.         $instance->setDescription('Creates a new Twig extension class');
  5390.         $instance->setName('make:twig-extension');
  5391.         return $instance;
  5392.     }
  5393.     /**
  5394.      * Gets the private 'maker.auto_command.make_user' shared service.
  5395.      *
  5396.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  5397.      */
  5398.     protected function getMaker_AutoCommand_MakeUserService()
  5399.     {
  5400.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5401.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  5402.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  5403.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  5404.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeUser.php';
  5405.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Security/UserClassBuilder.php';
  5406.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Security/SecurityConfigUpdater.php';
  5407.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  5408.         $this->privates['maker.auto_command.make_user'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeUser($a, new \Symfony\Bundle\MakerBundle\Security\UserClassBuilder(), ($this->privates['maker.security_config_updater'] ?? ($this->privates['maker.security_config_updater'] = new \Symfony\Bundle\MakerBundle\Security\SecurityConfigUpdater())), ($this->privates['maker.entity_class_generator'] ?? $this->getMaker_EntityClassGeneratorService()), ($this->privates['maker.doctrine_helper'] ?? $this->getMaker_DoctrineHelperService())), $a, ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  5409.         $instance->setDescription('Creates a new security user class');
  5410.         $instance->setName('make:user');
  5411.         return $instance;
  5412.     }
  5413.     /**
  5414.      * Gets the private 'maker.auto_command.make_validator' shared service.
  5415.      *
  5416.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  5417.      */
  5418.     protected function getMaker_AutoCommand_MakeValidatorService()
  5419.     {
  5420.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5421.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  5422.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  5423.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  5424.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeValidator.php';
  5425.         $this->privates['maker.auto_command.make_validator'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeValidator(), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  5426.         $instance->setDescription('Creates a new validator and constraint class');
  5427.         $instance->setName('make:validator');
  5428.         return $instance;
  5429.     }
  5430.     /**
  5431.      * Gets the private 'maker.auto_command.make_voter' shared service.
  5432.      *
  5433.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  5434.      */
  5435.     protected function getMaker_AutoCommand_MakeVoterService()
  5436.     {
  5437.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5438.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  5439.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  5440.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  5441.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeVoter.php';
  5442.         $this->privates['maker.auto_command.make_voter'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeVoter(), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  5443.         $instance->setDescription('Creates a new security voter class');
  5444.         $instance->setName('make:voter');
  5445.         return $instance;
  5446.     }
  5447.     /**
  5448.      * Gets the private 'maker.doctrine_helper' shared service.
  5449.      *
  5450.      * @return \Symfony\Bundle\MakerBundle\Doctrine\DoctrineHelper
  5451.      */
  5452.     protected function getMaker_DoctrineHelperService()
  5453.     {
  5454.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Doctrine/DoctrineHelper.php';
  5455.         return $this->privates['maker.doctrine_helper'] = new \Symfony\Bundle\MakerBundle\Doctrine\DoctrineHelper('App\\Entity', ($this->privates['maker.php_compat_util'] ?? $this->getMaker_PhpCompatUtilService()), ($this->services['doctrine'] ?? $this->getDoctrineService()), true, ['default' => [=> [=> 'App\\Entity'=> ($this->privates['doctrine.orm.default_annotation_metadata_driver'] ?? $this->getDoctrine_Orm_DefaultAnnotationMetadataDriverService())]], 'suitecrm' => [=> [=> 'App\\FHI360\\Access\\Suite\\Entity'=> ($this->privates['doctrine.orm.suitecrm_annotation_metadata_driver'] ?? $this->getDoctrine_Orm_SuitecrmAnnotationMetadataDriverService())]]]);
  5456.     }
  5457.     /**
  5458.      * Gets the private 'maker.entity_class_generator' shared service.
  5459.      *
  5460.      * @return \Symfony\Bundle\MakerBundle\Doctrine\EntityClassGenerator
  5461.      */
  5462.     protected function getMaker_EntityClassGeneratorService()
  5463.     {
  5464.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Doctrine/EntityClassGenerator.php';
  5465.         $this->privates['maker.entity_class_generator'] = $instance = new \Symfony\Bundle\MakerBundle\Doctrine\EntityClassGenerator(($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()), ($this->privates['maker.doctrine_helper'] ?? $this->getMaker_DoctrineHelperService()));
  5466.         $instance->setMangerRegistryClassName('Doctrine\\Persistence\\ManagerRegistry');
  5467.         return $instance;
  5468.     }
  5469.     /**
  5470.      * Gets the private 'maker.file_manager' shared service.
  5471.      *
  5472.      * @return \Symfony\Bundle\MakerBundle\FileManager
  5473.      */
  5474.     protected function getMaker_FileManagerService()
  5475.     {
  5476.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/FileManager.php';
  5477.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/AutoloaderUtil.php';
  5478.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/ComposerAutoloaderFinder.php';
  5479.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/MakerFileLinkFormatter.php';
  5480.         include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  5481.         return $this->privates['maker.file_manager'] = new \Symfony\Bundle\MakerBundle\FileManager(($this->services['filesystem'] ?? ($this->services['filesystem'] = new \Symfony\Component\Filesystem\Filesystem())), new \Symfony\Bundle\MakerBundle\Util\AutoloaderUtil(new \Symfony\Bundle\MakerBundle\Util\ComposerAutoloaderFinder('App')), new \Symfony\Bundle\MakerBundle\Util\MakerFileLinkFormatter(($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService())), \dirname(__DIR__4), (\dirname(__DIR__4).'/templates'));
  5482.     }
  5483.     /**
  5484.      * Gets the private 'maker.generator' shared service.
  5485.      *
  5486.      * @return \Symfony\Bundle\MakerBundle\Generator
  5487.      */
  5488.     protected function getMaker_GeneratorService()
  5489.     {
  5490.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Generator.php';
  5491.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/TemplateComponentGenerator.php';
  5492.         $a = ($this->privates['maker.php_compat_util'] ?? $this->getMaker_PhpCompatUtilService());
  5493.         return $this->privates['maker.generator'] = new \Symfony\Bundle\MakerBundle\Generator(($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), 'App'$a, new \Symfony\Bundle\MakerBundle\Util\TemplateComponentGenerator($a));
  5494.     }
  5495.     /**
  5496.      * Gets the private 'maker.php_compat_util' shared service.
  5497.      *
  5498.      * @return \Symfony\Bundle\MakerBundle\Util\PhpCompatUtil
  5499.      */
  5500.     protected function getMaker_PhpCompatUtilService()
  5501.     {
  5502.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/PhpCompatUtil.php';
  5503.         return $this->privates['maker.php_compat_util'] = new \Symfony\Bundle\MakerBundle\Util\PhpCompatUtil(($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()));
  5504.     }
  5505.     /**
  5506.      * Gets the private 'maker.renderer.form_type_renderer' shared service.
  5507.      *
  5508.      * @return \Symfony\Bundle\MakerBundle\Renderer\FormTypeRenderer
  5509.      */
  5510.     protected function getMaker_Renderer_FormTypeRendererService()
  5511.     {
  5512.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Renderer/FormTypeRenderer.php';
  5513.         return $this->privates['maker.renderer.form_type_renderer'] = new \Symfony\Bundle\MakerBundle\Renderer\FormTypeRenderer(($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  5514.     }
  5515.     /**
  5516.      * Gets the private 'monolog.command.server_log' shared service.
  5517.      *
  5518.      * @return \Symfony\Bridge\Monolog\Command\ServerLogCommand
  5519.      */
  5520.     protected function getMonolog_Command_ServerLogService()
  5521.     {
  5522.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5523.         include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Command/ServerLogCommand.php';
  5524.         $this->privates['monolog.command.server_log'] = $instance = new \Symfony\Bridge\Monolog\Command\ServerLogCommand();
  5525.         $instance->setName('server:log');
  5526.         return $instance;
  5527.     }
  5528.     /**
  5529.      * Gets the private 'monolog.handler.console' shared service.
  5530.      *
  5531.      * @return \Symfony\Bridge\Monolog\Handler\ConsoleHandler
  5532.      */
  5533.     protected function getMonolog_Handler_ConsoleService()
  5534.     {
  5535.         return $this->privates['monolog.handler.console'] = new \Symfony\Bridge\Monolog\Handler\ConsoleHandler(NULLtrue, [], []);
  5536.     }
  5537.     /**
  5538.      * Gets the private 'monolog.handler.main' shared service.
  5539.      *
  5540.      * @return \Monolog\Handler\StreamHandler
  5541.      */
  5542.     protected function getMonolog_Handler_MainService()
  5543.     {
  5544.         $this->privates['monolog.handler.main'] = $instance = new \Monolog\Handler\StreamHandler((\dirname(__DIR__3).'/log/dev.log'), 100trueNULLfalse);
  5545.         $instance->pushProcessor(new \Monolog\Processor\PsrLogMessageProcessor());
  5546.         return $instance;
  5547.     }
  5548.     /**
  5549.      * Gets the private 'monolog.logger' shared service.
  5550.      *
  5551.      * @return \Symfony\Bridge\Monolog\Logger
  5552.      */
  5553.     protected function getMonolog_LoggerService()
  5554.     {
  5555.         $this->privates['monolog.logger'] = $instance = new \Symfony\Bridge\Monolog\Logger('app');
  5556.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  5557.         $instance->useMicrosecondTimestamps(true);
  5558.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  5559.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  5560.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  5561.         return $instance;
  5562.     }
  5563.     /**
  5564.      * Gets the private 'monolog.logger.cache' shared service.
  5565.      *
  5566.      * @return \Symfony\Bridge\Monolog\Logger
  5567.      */
  5568.     protected function getMonolog_Logger_CacheService()
  5569.     {
  5570.         $this->privates['monolog.logger.cache'] = $instance = new \Symfony\Bridge\Monolog\Logger('cache');
  5571.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  5572.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  5573.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  5574.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  5575.         return $instance;
  5576.     }
  5577.     /**
  5578.      * Gets the private 'monolog.logger.request' shared service.
  5579.      *
  5580.      * @return \Symfony\Bridge\Monolog\Logger
  5581.      */
  5582.     protected function getMonolog_Logger_RequestService()
  5583.     {
  5584.         $this->privates['monolog.logger.request'] = $instance = new \Symfony\Bridge\Monolog\Logger('request');
  5585.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  5586.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  5587.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  5588.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  5589.         return $instance;
  5590.     }
  5591.     /**
  5592.      * Gets the private 'monolog.logger.security' shared service.
  5593.      *
  5594.      * @return \Symfony\Bridge\Monolog\Logger
  5595.      */
  5596.     protected function getMonolog_Logger_SecurityService()
  5597.     {
  5598.         $this->privates['monolog.logger.security'] = $instance = new \Symfony\Bridge\Monolog\Logger('security');
  5599.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  5600.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  5601.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  5602.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  5603.         return $instance;
  5604.     }
  5605.     /**
  5606.      * Gets the private 'profiler_listener' shared service.
  5607.      *
  5608.      * @return \Symfony\Component\HttpKernel\EventListener\ProfilerListener
  5609.      */
  5610.     protected function getProfilerListenerService()
  5611.     {
  5612.         return $this->privates['profiler_listener'] = new \Symfony\Component\HttpKernel\EventListener\ProfilerListener(($this->services['profiler'] ?? $this->getProfilerService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), NULLfalsefalse);
  5613.     }
  5614.     /**
  5615.      * Gets the private 'property_accessor' shared service.
  5616.      *
  5617.      * @return \Symfony\Component\PropertyAccess\PropertyAccessor
  5618.      */
  5619.     protected function getPropertyAccessorService()
  5620.     {
  5621.         include_once \dirname(__DIR__4).'/vendor/symfony/property-access/PropertyAccessorInterface.php';
  5622.         include_once \dirname(__DIR__4).'/vendor/symfony/property-access/PropertyAccessor.php';
  5623.         return $this->privates['property_accessor'] = new \Symfony\Component\PropertyAccess\PropertyAccessor(falsefalse, new \Symfony\Component\Cache\Adapter\ArrayAdapter(0false), true);
  5624.     }
  5625.     /**
  5626.      * Gets the private 'router.cache_warmer' shared service.
  5627.      *
  5628.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\RouterCacheWarmer
  5629.      */
  5630.     protected function getRouter_CacheWarmerService()
  5631.     {
  5632.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  5633.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/RouterCacheWarmer.php';
  5634.         return $this->privates['router.cache_warmer'] = new \Symfony\Bundle\FrameworkBundle\CacheWarmer\RouterCacheWarmer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  5635.             'router' => ['services''router''getRouterService'false],
  5636.         ], [
  5637.             'router' => '?',
  5638.         ]))->withContext('router.cache_warmer'$this));
  5639.     }
  5640.     /**
  5641.      * Gets the private 'router.request_context' shared service.
  5642.      *
  5643.      * @return \Symfony\Component\Routing\RequestContext
  5644.      */
  5645.     protected function getRouter_RequestContextService()
  5646.     {
  5647.         return $this->privates['router.request_context'] = new \Symfony\Component\Routing\RequestContext('''GET''localhost''http'80443);
  5648.     }
  5649.     /**
  5650.      * Gets the private 'router_listener' shared service.
  5651.      *
  5652.      * @return \Symfony\Component\HttpKernel\EventListener\RouterListener
  5653.      */
  5654.     protected function getRouterListenerService()
  5655.     {
  5656.         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);
  5657.     }
  5658.     /**
  5659.      * Gets the private 'security.access_listener' shared service.
  5660.      *
  5661.      * @return \Symfony\Component\Security\Http\Firewall\AccessListener
  5662.      */
  5663.     protected function getSecurity_AccessListenerService()
  5664.     {
  5665.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  5666.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ListenerInterface.php';
  5667.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/LegacyListenerTrait.php';
  5668.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AccessListener.php';
  5669.         return $this->privates['security.access_listener'] = new \Symfony\Component\Security\Http\Firewall\AccessListener(($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()), ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService()), ($this->privates['security.access_map'] ?? $this->getSecurity_AccessMapService()), ($this->privates['security.authentication.manager'] ?? $this->getSecurity_Authentication_ManagerService()));
  5670.     }
  5671.     /**
  5672.      * Gets the private 'security.access_map' shared service.
  5673.      *
  5674.      * @return \Symfony\Component\Security\Http\AccessMap
  5675.      */
  5676.     protected function getSecurity_AccessMapService()
  5677.     {
  5678.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/AccessMapInterface.php';
  5679.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/AccessMap.php';
  5680.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/RequestMatcherInterface.php';
  5681.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/RequestMatcher.php';
  5682.         $this->privates['security.access_map'] = $instance = new \Symfony\Component\Security\Http\AccessMap();
  5683.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/login'), [=> 'IS_AUTHENTICATED_ANONYMOUSLY'], NULL);
  5684.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/register'), [=> 'IS_AUTHENTICATED_ANONYMOUSLY'], NULL);
  5685.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/profile'), [=> 'IS_AUTHENTICATED_ANONYMOUSLY'], NULL);
  5686.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/reset-password'), [=> 'IS_AUTHENTICATED_ANONYMOUSLY'], NULL);
  5687.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/send-forgot-password'), [=> 'IS_AUTHENTICATED_ANONYMOUSLY'], NULL);
  5688.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/changenewpassword'), [=> 'IS_AUTHENTICATED_ANONYMOUSLY'], NULL);
  5689.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/changenewpassword-submit'), [=> 'IS_AUTHENTICATED_ANONYMOUSLY'], NULL);
  5690.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/changepassword'), [=> 'IS_AUTHENTICATED_ANONYMOUSLY'], NULL);
  5691.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/changepassword-submit'), [=> 'IS_AUTHENTICATED_ANONYMOUSLY'], NULL);
  5692.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/policies'), [=> 'IS_AUTHENTICATED_ANONYMOUSLY'], NULL);
  5693.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/policies-submit'), [=> 'IS_AUTHENTICATED_ANONYMOUSLY'], NULL);
  5694.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/api/v1/*'), [=> 'IS_AUTHENTICATED_ANONYMOUSLY'], NULL);
  5695.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/jira-update'), [=> 'IS_AUTHENTICATED_ANONYMOUSLY'], NULL);
  5696.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/technical_guides'), [=> 'IS_AUTHENTICATED_ANONYMOUSLY'], NULL);
  5697.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/technical_guides/*'), [=> 'IS_AUTHENTICATED_ANONYMOUSLY'], NULL);
  5698.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/maintenance-mode'), [=> 'IS_AUTHENTICATED_ANONYMOUSLY'], NULL);
  5699.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/createuser'), [=> 'IS_AUTHENTICATED_ANONYMOUSLY'], NULL);
  5700.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/cookie-js-error/*'), [=> 'IS_AUTHENTICATED_ANONYMOUSLY'], NULL);
  5701.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/runtest'), [=> 'IS_AUTHENTICATED_ANONYMOUSLY'], NULL);
  5702.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/runalltest'), [=> 'IS_AUTHENTICATED_ANONYMOUSLY'], NULL);
  5703.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/footer-link/privacy-policy'), [=> 'IS_AUTHENTICATED_ANONYMOUSLY'], NULL);
  5704.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/footer-link/terms-of-use'), [=> 'IS_AUTHENTICATED_ANONYMOUSLY'], NULL);
  5705.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/footer-link/cookie-notice'), [=> 'IS_AUTHENTICATED_ANONYMOUSLY'], NULL);
  5706.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/'$this->getEnv('string:EXCHANGE_SUBDOMAIN')), [=> 'ROLE_USER'], NULL);
  5707.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/'$this->getEnv('string:PORTAL_DOMAIN')), [=> 'ROLE_ADMIN'], NULL);
  5708.         return $instance;
  5709.     }
  5710.     /**
  5711.      * Gets the private 'security.authentication.guard_handler' shared service.
  5712.      *
  5713.      * @return \Symfony\Component\Security\Guard\GuardAuthenticatorHandler
  5714.      */
  5715.     protected function getSecurity_Authentication_GuardHandlerService()
  5716.     {
  5717.         include_once \dirname(__DIR__4).'/vendor/symfony/security-guard/GuardAuthenticatorHandler.php';
  5718.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Session/SessionAuthenticationStrategyInterface.php';
  5719.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Session/SessionAuthenticationStrategy.php';
  5720.         $this->privates['security.authentication.guard_handler'] = $instance = new \Symfony\Component\Security\Guard\GuardAuthenticatorHandler(($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), []);
  5721.         $instance->setSessionAuthenticationStrategy(($this->privates['security.authentication.session_strategy'] ?? ($this->privates['security.authentication.session_strategy'] = new \Symfony\Component\Security\Http\Session\SessionAuthenticationStrategy('migrate'))));
  5722.         return $instance;
  5723.     }
  5724.     /**
  5725.      * Gets the private 'security.authentication.listener.anonymous.exchangeparticipant' shared service.
  5726.      *
  5727.      * @return \Symfony\Component\Security\Http\Firewall\AnonymousAuthenticationListener
  5728.      */
  5729.     protected function getSecurity_Authentication_Listener_Anonymous_ExchangeparticipantService()
  5730.     {
  5731.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  5732.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ListenerInterface.php';
  5733.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/LegacyListenerTrait.php';
  5734.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AnonymousAuthenticationListener.php';
  5735.         return $this->privates['security.authentication.listener.anonymous.exchangeparticipant'] = new \Symfony\Component\Security\Http\Firewall\AnonymousAuthenticationListener(($this->privates['security.untracked_token_storage'] ?? ($this->privates['security.untracked_token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())), $this->getParameter('container.build_hash'), ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), ($this->privates['security.authentication.manager'] ?? $this->getSecurity_Authentication_ManagerService()));
  5736.     }
  5737.     /**
  5738.      * Gets the private 'security.authentication.listener.anonymous.main' shared service.
  5739.      *
  5740.      * @return \Symfony\Component\Security\Http\Firewall\AnonymousAuthenticationListener
  5741.      */
  5742.     protected function getSecurity_Authentication_Listener_Anonymous_MainService()
  5743.     {
  5744.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  5745.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ListenerInterface.php';
  5746.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/LegacyListenerTrait.php';
  5747.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AnonymousAuthenticationListener.php';
  5748.         return $this->privates['security.authentication.listener.anonymous.main'] = new \Symfony\Component\Security\Http\Firewall\AnonymousAuthenticationListener(($this->privates['security.untracked_token_storage'] ?? ($this->privates['security.untracked_token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())), $this->getParameter('container.build_hash'), ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), ($this->privates['security.authentication.manager'] ?? $this->getSecurity_Authentication_ManagerService()));
  5749.     }
  5750.     /**
  5751.      * Gets the private 'security.authentication.listener.form.exchangeparticipant' shared service.
  5752.      *
  5753.      * @return \Symfony\Component\Security\Http\Firewall\UsernamePasswordFormAuthenticationListener
  5754.      */
  5755.     protected function getSecurity_Authentication_Listener_Form_ExchangeparticipantService()
  5756.     {
  5757.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  5758.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ListenerInterface.php';
  5759.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/LegacyListenerTrait.php';
  5760.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractAuthenticationListener.php';
  5761.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/UsernamePasswordFormAuthenticationListener.php';
  5762.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authentication/AuthenticationSuccessHandlerInterface.php';
  5763.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Util/TargetPathTrait.php';
  5764.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authentication/DefaultAuthenticationSuccessHandler.php';
  5765.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authentication/AuthenticationFailureHandlerInterface.php';
  5766.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authentication/DefaultAuthenticationFailureHandler.php';
  5767.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Session/SessionAuthenticationStrategyInterface.php';
  5768.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Session/SessionAuthenticationStrategy.php';
  5769.         $a = ($this->privates['security.http_utils'] ?? $this->getSecurity_HttpUtilsService());
  5770.         $b = new \Symfony\Component\Security\Http\Authentication\DefaultAuthenticationSuccessHandler($a, []);
  5771.         $b->setOptions(['login_path' => '/login''use_referer' => true'default_target_path' => '/dashboard''always_use_default_target_path' => false'target_path_parameter' => '_target_path']);
  5772.         $b->setProviderKey('exchangeparticipant');
  5773.         $c = ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService());
  5774.         $d = new \Symfony\Component\Security\Http\Authentication\DefaultAuthenticationFailureHandler(($this->services['http_kernel'] ?? $this->getHttpKernelService()), $a, [], $c);
  5775.         $d->setOptions(['login_path' => '/login''failure_path' => NULL'failure_forward' => false'failure_path_parameter' => '_failure_path']);
  5776.         return $this->privates['security.authentication.listener.form.exchangeparticipant'] = new \Symfony\Component\Security\Http\Firewall\UsernamePasswordFormAuthenticationListener(($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()), ($this->privates['security.authentication.manager'] ?? $this->getSecurity_Authentication_ManagerService()), ($this->privates['security.authentication.session_strategy'] ?? ($this->privates['security.authentication.session_strategy'] = new \Symfony\Component\Security\Http\Session\SessionAuthenticationStrategy('migrate'))), $a'exchangeparticipant'$b$d, ['check_path' => '/login_check''use_forward' => false'require_previous_session' => false'username_parameter' => '_username''password_parameter' => '_password''csrf_parameter' => '_csrf_token''csrf_token_id' => 'authenticate''post_only' => true], $c, ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), NULL);
  5777.     }
  5778.     /**
  5779.      * Gets the private 'security.authentication.listener.form.main' shared service.
  5780.      *
  5781.      * @return \Symfony\Component\Security\Http\Firewall\UsernamePasswordFormAuthenticationListener
  5782.      */
  5783.     protected function getSecurity_Authentication_Listener_Form_MainService()
  5784.     {
  5785.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  5786.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ListenerInterface.php';
  5787.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/LegacyListenerTrait.php';
  5788.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractAuthenticationListener.php';
  5789.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/UsernamePasswordFormAuthenticationListener.php';
  5790.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authentication/AuthenticationSuccessHandlerInterface.php';
  5791.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Util/TargetPathTrait.php';
  5792.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authentication/DefaultAuthenticationSuccessHandler.php';
  5793.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authentication/AuthenticationFailureHandlerInterface.php';
  5794.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authentication/DefaultAuthenticationFailureHandler.php';
  5795.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Session/SessionAuthenticationStrategyInterface.php';
  5796.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Session/SessionAuthenticationStrategy.php';
  5797.         $a = ($this->privates['security.http_utils'] ?? $this->getSecurity_HttpUtilsService());
  5798.         $b = new \Symfony\Component\Security\Http\Authentication\DefaultAuthenticationSuccessHandler($a, []);
  5799.         $b->setOptions(['login_path' => 'login''use_referer' => true'always_use_default_target_path' => false'default_target_path' => '/''target_path_parameter' => '_target_path']);
  5800.         $b->setProviderKey('main');
  5801.         $c = ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService());
  5802.         $d = new \Symfony\Component\Security\Http\Authentication\DefaultAuthenticationFailureHandler(($this->services['http_kernel'] ?? $this->getHttpKernelService()), $a, [], $c);
  5803.         $d->setOptions(['login_path' => 'login''failure_path' => NULL'failure_forward' => false'failure_path_parameter' => '_failure_path']);
  5804.         return $this->privates['security.authentication.listener.form.main'] = new \Symfony\Component\Security\Http\Firewall\UsernamePasswordFormAuthenticationListener(($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()), ($this->privates['security.authentication.manager'] ?? $this->getSecurity_Authentication_ManagerService()), ($this->privates['security.authentication.session_strategy'] ?? ($this->privates['security.authentication.session_strategy'] = new \Symfony\Component\Security\Http\Session\SessionAuthenticationStrategy('migrate'))), $a'main'$b$d, ['check_path' => 'login_check''use_forward' => false'require_previous_session' => false'username_parameter' => '_username''password_parameter' => '_password''csrf_parameter' => '_csrf_token''csrf_token_id' => 'authenticate''post_only' => true], $c, ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), NULL);
  5805.     }
  5806.     /**
  5807.      * Gets the private 'security.authentication.listener.guard.exchangeparticipant' shared service.
  5808.      *
  5809.      * @return \Symfony\Component\Security\Guard\Firewall\GuardAuthenticationListener
  5810.      */
  5811.     protected function getSecurity_Authentication_Listener_Guard_ExchangeparticipantService()
  5812.     {
  5813.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  5814.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ListenerInterface.php';
  5815.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/LegacyListenerTrait.php';
  5816.         include_once \dirname(__DIR__4).'/vendor/symfony/security-guard/Firewall/GuardAuthenticationListener.php';
  5817.         return $this->privates['security.authentication.listener.guard.exchangeparticipant'] = new \Symfony\Component\Security\Guard\Firewall\GuardAuthenticationListener(($this->privates['security.authentication.guard_handler'] ?? $this->getSecurity_Authentication_GuardHandlerService()), ($this->privates['security.authentication.manager'] ?? $this->getSecurity_Authentication_ManagerService()), 'exchangeparticipant', new RewindableGenerator(function () {
  5818.             yield => ($this->privates['App\\FHI360\\Access\\Suite\\Security\\ExchangeAuthenticator'] ?? $this->getExchangeAuthenticatorService());
  5819.         }, 1), ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), true);
  5820.     }
  5821.     /**
  5822.      * Gets the private 'security.authentication.listener.guard.main' shared service.
  5823.      *
  5824.      * @return \Symfony\Component\Security\Guard\Firewall\GuardAuthenticationListener
  5825.      */
  5826.     protected function getSecurity_Authentication_Listener_Guard_MainService()
  5827.     {
  5828.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  5829.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ListenerInterface.php';
  5830.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/LegacyListenerTrait.php';
  5831.         include_once \dirname(__DIR__4).'/vendor/symfony/security-guard/Firewall/GuardAuthenticationListener.php';
  5832.         return $this->privates['security.authentication.listener.guard.main'] = new \Symfony\Component\Security\Guard\Firewall\GuardAuthenticationListener(($this->privates['security.authentication.guard_handler'] ?? $this->getSecurity_Authentication_GuardHandlerService()), ($this->privates['security.authentication.manager'] ?? $this->getSecurity_Authentication_ManagerService()), 'main', new RewindableGenerator(function () {
  5833.             yield => ($this->privates['App\\FHI360\\Access\\Suite\\Security\\SuiteCRMAuthenticator'] ?? $this->getSuiteCRMAuthenticatorService());
  5834.         }, 1), ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), true);
  5835.     }
  5836.     /**
  5837.      * Gets the private 'security.authentication.manager' shared service.
  5838.      *
  5839.      * @return \Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager
  5840.      */
  5841.     protected function getSecurity_Authentication_ManagerService()
  5842.     {
  5843.         $this->privates['security.authentication.manager'] = $instance = new \Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager(new RewindableGenerator(function () {
  5844.             yield => ($this->privates['security.authentication.provider.guard.exchangeparticipant'] ?? $this->getSecurity_Authentication_Provider_Guard_ExchangeparticipantService());
  5845.             yield => ($this->privates['security.authentication.provider.dao.exchangeparticipant'] ?? $this->getSecurity_Authentication_Provider_Dao_ExchangeparticipantService());
  5846.             yield => ($this->privates['security.authentication.provider.anonymous.exchangeparticipant'] ?? ($this->privates['security.authentication.provider.anonymous.exchangeparticipant'] = new \Symfony\Component\Security\Core\Authentication\Provider\AnonymousAuthenticationProvider($this->getParameter('container.build_hash'))));
  5847.             yield => ($this->privates['security.authentication.provider.guard.main'] ?? $this->getSecurity_Authentication_Provider_Guard_MainService());
  5848.             yield => ($this->privates['security.authentication.provider.dao.main'] ?? $this->getSecurity_Authentication_Provider_Dao_MainService());
  5849.             yield => ($this->privates['security.authentication.provider.anonymous.main'] ?? ($this->privates['security.authentication.provider.anonymous.main'] = new \Symfony\Component\Security\Core\Authentication\Provider\AnonymousAuthenticationProvider($this->getParameter('container.build_hash'))));
  5850.         }, 6), true);
  5851.         $instance->setEventDispatcher(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  5852.         return $instance;
  5853.     }
  5854.     /**
  5855.      * Gets the private 'security.authentication.provider.dao.exchangeparticipant' shared service.
  5856.      *
  5857.      * @return \Symfony\Component\Security\Core\Authentication\Provider\DaoAuthenticationProvider
  5858.      */
  5859.     protected function getSecurity_Authentication_Provider_Dao_ExchangeparticipantService()
  5860.     {
  5861.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Provider/AuthenticationProviderInterface.php';
  5862.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Provider/UserAuthenticationProvider.php';
  5863.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Provider/DaoAuthenticationProvider.php';
  5864.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/UserCheckerInterface.php';
  5865.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/UserChecker.php';
  5866.         return $this->privates['security.authentication.provider.dao.exchangeparticipant'] = new \Symfony\Component\Security\Core\Authentication\Provider\DaoAuthenticationProvider(($this->privates['security.user.provider.concrete.exchange_participant_provider'] ?? $this->getSecurity_User_Provider_Concrete_ExchangeParticipantProviderService()), ($this->privates['security.user_checker'] ?? ($this->privates['security.user_checker'] = new \Symfony\Component\Security\Core\User\UserChecker())), 'exchangeparticipant', ($this->privates['security.encoder_factory.generic'] ?? $this->getSecurity_EncoderFactory_GenericService()), true);
  5867.     }
  5868.     /**
  5869.      * Gets the private 'security.authentication.provider.dao.main' shared service.
  5870.      *
  5871.      * @return \Symfony\Component\Security\Core\Authentication\Provider\DaoAuthenticationProvider
  5872.      */
  5873.     protected function getSecurity_Authentication_Provider_Dao_MainService()
  5874.     {
  5875.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Provider/AuthenticationProviderInterface.php';
  5876.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Provider/UserAuthenticationProvider.php';
  5877.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Provider/DaoAuthenticationProvider.php';
  5878.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/UserCheckerInterface.php';
  5879.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/UserChecker.php';
  5880.         return $this->privates['security.authentication.provider.dao.main'] = new \Symfony\Component\Security\Core\Authentication\Provider\DaoAuthenticationProvider(($this->privates['security.user.provider.concrete.suitecrm'] ?? $this->getSecurity_User_Provider_Concrete_SuitecrmService()), ($this->privates['security.user_checker'] ?? ($this->privates['security.user_checker'] = new \Symfony\Component\Security\Core\User\UserChecker())), 'main', ($this->privates['security.encoder_factory.generic'] ?? $this->getSecurity_EncoderFactory_GenericService()), true);
  5881.     }
  5882.     /**
  5883.      * Gets the private 'security.authentication.provider.guard.exchangeparticipant' shared service.
  5884.      *
  5885.      * @return \Symfony\Component\Security\Guard\Provider\GuardAuthenticationProvider
  5886.      */
  5887.     protected function getSecurity_Authentication_Provider_Guard_ExchangeparticipantService()
  5888.     {
  5889.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Provider/AuthenticationProviderInterface.php';
  5890.         include_once \dirname(__DIR__4).'/vendor/symfony/security-guard/Provider/GuardAuthenticationProvider.php';
  5891.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/UserCheckerInterface.php';
  5892.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/UserChecker.php';
  5893.         return $this->privates['security.authentication.provider.guard.exchangeparticipant'] = new \Symfony\Component\Security\Guard\Provider\GuardAuthenticationProvider(new RewindableGenerator(function () {
  5894.             yield => ($this->privates['App\\FHI360\\Access\\Suite\\Security\\ExchangeAuthenticator'] ?? $this->getExchangeAuthenticatorService());
  5895.         }, 1), ($this->privates['security.user.provider.concrete.exchange_participant_provider'] ?? $this->getSecurity_User_Provider_Concrete_ExchangeParticipantProviderService()), 'exchangeparticipant', ($this->privates['security.user_checker'] ?? ($this->privates['security.user_checker'] = new \Symfony\Component\Security\Core\User\UserChecker())), ($this->services['security.password_encoder'] ?? $this->getSecurity_PasswordEncoderService()));
  5896.     }
  5897.     /**
  5898.      * Gets the private 'security.authentication.provider.guard.main' shared service.
  5899.      *
  5900.      * @return \Symfony\Component\Security\Guard\Provider\GuardAuthenticationProvider
  5901.      */
  5902.     protected function getSecurity_Authentication_Provider_Guard_MainService()
  5903.     {
  5904.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Provider/AuthenticationProviderInterface.php';
  5905.         include_once \dirname(__DIR__4).'/vendor/symfony/security-guard/Provider/GuardAuthenticationProvider.php';
  5906.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/UserCheckerInterface.php';
  5907.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/UserChecker.php';
  5908.         return $this->privates['security.authentication.provider.guard.main'] = new \Symfony\Component\Security\Guard\Provider\GuardAuthenticationProvider(new RewindableGenerator(function () {
  5909.             yield => ($this->privates['App\\FHI360\\Access\\Suite\\Security\\SuiteCRMAuthenticator'] ?? $this->getSuiteCRMAuthenticatorService());
  5910.         }, 1), ($this->privates['security.user.provider.concrete.suitecrm'] ?? $this->getSecurity_User_Provider_Concrete_SuitecrmService()), 'main', ($this->privates['security.user_checker'] ?? ($this->privates['security.user_checker'] = new \Symfony\Component\Security\Core\User\UserChecker())), ($this->services['security.password_encoder'] ?? $this->getSecurity_PasswordEncoderService()));
  5911.     }
  5912.     /**
  5913.      * Gets the private 'security.authentication.switchuser_listener.main' shared service.
  5914.      *
  5915.      * @return \Symfony\Component\Security\Http\Firewall\SwitchUserListener
  5916.      */
  5917.     protected function getSecurity_Authentication_SwitchuserListener_MainService()
  5918.     {
  5919.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  5920.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ListenerInterface.php';
  5921.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/LegacyListenerTrait.php';
  5922.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/SwitchUserListener.php';
  5923.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/UserCheckerInterface.php';
  5924.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/UserChecker.php';
  5925.         return $this->privates['security.authentication.switchuser_listener.main'] = new \Symfony\Component\Security\Http\Firewall\SwitchUserListener(($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()), ($this->privates['security.user.provider.concrete.suitecrm'] ?? $this->getSecurity_User_Provider_Concrete_SuitecrmService()), ($this->privates['security.user_checker'] ?? ($this->privates['security.user_checker'] = new \Symfony\Component\Security\Core\User\UserChecker())), 'main', ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService()), ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), '_swtich_user''ROLE_SWITCH_USER', ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), false);
  5926.     }
  5927.     /**
  5928.      * Gets the private 'security.channel_listener' shared service.
  5929.      *
  5930.      * @return \Symfony\Component\Security\Http\Firewall\ChannelListener
  5931.      */
  5932.     protected function getSecurity_ChannelListenerService()
  5933.     {
  5934.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  5935.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ListenerInterface.php';
  5936.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/LegacyListenerTrait.php';
  5937.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ChannelListener.php';
  5938.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/EntryPoint/AuthenticationEntryPointInterface.php';
  5939.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/EntryPoint/RetryAuthenticationEntryPoint.php';
  5940.         return $this->privates['security.channel_listener'] = new \Symfony\Component\Security\Http\Firewall\ChannelListener(($this->privates['security.access_map'] ?? $this->getSecurity_AccessMapService()), new \Symfony\Component\Security\Http\EntryPoint\RetryAuthenticationEntryPoint(80443), ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()));
  5941.     }
  5942.     /**
  5943.      * Gets the private 'security.command.user_password_encoder' shared service.
  5944.      *
  5945.      * @return \Symfony\Bundle\SecurityBundle\Command\UserPasswordEncoderCommand
  5946.      */
  5947.     protected function getSecurity_Command_UserPasswordEncoderService()
  5948.     {
  5949.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5950.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Command/UserPasswordEncoderCommand.php';
  5951.         $this->privates['security.command.user_password_encoder'] = $instance = new \Symfony\Bundle\SecurityBundle\Command\UserPasswordEncoderCommand(($this->privates['security.encoder_factory.generic'] ?? $this->getSecurity_EncoderFactory_GenericService()), [=> 'App\\Entity\\User']);
  5952.         $instance->setName('security:encode-password');
  5953.         return $instance;
  5954.     }
  5955.     /**
  5956.      * Gets the private 'security.context_listener.0' shared service.
  5957.      *
  5958.      * @return \Symfony\Component\Security\Http\Firewall\ContextListener
  5959.      */
  5960.     protected function getSecurity_ContextListener_0Service()
  5961.     {
  5962.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  5963.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ListenerInterface.php';
  5964.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/LegacyListenerTrait.php';
  5965.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ContextListener.php';
  5966.         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 () {
  5967.             yield => ($this->privates['security.user.provider.concrete.in_memory'] ?? ($this->privates['security.user.provider.concrete.in_memory'] = new \Symfony\Component\Security\Core\User\InMemoryUserProvider([])));
  5968.             yield => ($this->privates['security.user.provider.concrete.suitecrm'] ?? $this->getSecurity_User_Provider_Concrete_SuitecrmService());
  5969.             yield => ($this->privates['security.user.provider.concrete.exchange_participant_provider'] ?? $this->getSecurity_User_Provider_Concrete_ExchangeParticipantProviderService());
  5970.         }, 3), 'exchangeparticipant', ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->privates['security.authentication.trust_resolver'] ?? ($this->privates['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver(NULLNULL))), [=> ($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()), => 'enableUsageTracking']);
  5971.     }
  5972.     /**
  5973.      * Gets the private 'security.context_listener.1' shared service.
  5974.      *
  5975.      * @return \Symfony\Component\Security\Http\Firewall\ContextListener
  5976.      */
  5977.     protected function getSecurity_ContextListener_1Service()
  5978.     {
  5979.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  5980.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ListenerInterface.php';
  5981.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/LegacyListenerTrait.php';
  5982.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ContextListener.php';
  5983.         return $this->privates['security.context_listener.1'] = 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 () {
  5984.             yield => ($this->privates['security.user.provider.concrete.in_memory'] ?? ($this->privates['security.user.provider.concrete.in_memory'] = new \Symfony\Component\Security\Core\User\InMemoryUserProvider([])));
  5985.             yield => ($this->privates['security.user.provider.concrete.suitecrm'] ?? $this->getSecurity_User_Provider_Concrete_SuitecrmService());
  5986.             yield => ($this->privates['security.user.provider.concrete.exchange_participant_provider'] ?? $this->getSecurity_User_Provider_Concrete_ExchangeParticipantProviderService());
  5987.         }, 3), 'main', ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->privates['security.authentication.trust_resolver'] ?? ($this->privates['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver(NULLNULL))), [=> ($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()), => 'enableUsageTracking']);
  5988.     }
  5989.     /**
  5990.      * Gets the private 'security.csrf.token_storage' shared service.
  5991.      *
  5992.      * @return \Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage
  5993.      */
  5994.     protected function getSecurity_Csrf_TokenStorageService()
  5995.     {
  5996.         include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenStorage/TokenStorageInterface.php';
  5997.         include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenStorage/ClearableTokenStorageInterface.php';
  5998.         include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenStorage/SessionTokenStorage.php';
  5999.         return $this->privates['security.csrf.token_storage'] = new \Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage(($this->services['session'] ?? $this->getSessionService()));
  6000.     }
  6001.     /**
  6002.      * Gets the private 'security.encoder_factory.generic' shared service.
  6003.      *
  6004.      * @return \Symfony\Component\Security\Core\Encoder\EncoderFactory
  6005.      */
  6006.     protected function getSecurity_EncoderFactory_GenericService()
  6007.     {
  6008.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Encoder/EncoderFactoryInterface.php';
  6009.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Encoder/EncoderFactory.php';
  6010.         return $this->privates['security.encoder_factory.generic'] = new \Symfony\Component\Security\Core\Encoder\EncoderFactory(['App\\Entity\\User' => ['class' => 'Symfony\\Component\\Security\\Core\\Encoder\\NativePasswordEncoder''arguments' => [=> NULL=> NULL=> NULL=> '2y']]]);
  6011.     }
  6012.     /**
  6013.      * Gets the private 'security.firewall.map' shared service.
  6014.      *
  6015.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallMap
  6016.      */
  6017.     protected function getSecurity_Firewall_MapService()
  6018.     {
  6019.         return $this->privates['security.firewall.map'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallMap(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6020.             'security.firewall.map.context.dev' => ['privates''security.firewall.map.context.dev''getSecurity_Firewall_Map_Context_DevService'false],
  6021.             'security.firewall.map.context.exchangeparticipant' => ['privates''security.firewall.map.context.exchangeparticipant''getSecurity_Firewall_Map_Context_ExchangeparticipantService'false],
  6022.             'security.firewall.map.context.main' => ['privates''security.firewall.map.context.main''getSecurity_Firewall_Map_Context_MainService'false],
  6023.         ], [
  6024.             'security.firewall.map.context.dev' => '?',
  6025.             'security.firewall.map.context.exchangeparticipant' => '?',
  6026.             'security.firewall.map.context.main' => '?',
  6027.         ]), new RewindableGenerator(function () {
  6028.             yield 'security.firewall.map.context.dev' => ($this->privates['.security.request_matcher.Iy.T22O'] ?? ($this->privates['.security.request_matcher.Iy.T22O'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/(_(profiler|wdt)|css|images|js)/')));
  6029.             yield 'security.firewall.map.context.exchangeparticipant' => ($this->privates['.security.request_matcher.bg90aEr'] ?? ($this->privates['.security.request_matcher.bg90aEr'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/'$this->getEnv('string:EXCHANGE_SUBDOMAIN'))));
  6030.             yield 'security.firewall.map.context.main' => ($this->privates['.security.request_matcher.VnXImZN'] ?? ($this->privates['.security.request_matcher.VnXImZN'] = new \Symfony\Component\HttpFoundation\RequestMatcher(NULL$this->getEnv('string:PORTAL_DOMAIN'))));
  6031.         }, 3));
  6032.     }
  6033.     /**
  6034.      * Gets the private 'security.firewall.map.context.dev' shared service.
  6035.      *
  6036.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallContext
  6037.      */
  6038.     protected function getSecurity_Firewall_Map_Context_DevService()
  6039.     {
  6040.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallContext.php';
  6041.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallConfig.php';
  6042.         return $this->privates['security.firewall.map.context.dev'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallContext(new RewindableGenerator(function () {
  6043.             return new \EmptyIterator();
  6044.         }, 0), NULLNULL, new \Symfony\Bundle\SecurityBundle\Security\FirewallConfig('dev''security.user_checker''.security.request_matcher.Iy.T22O'falsefalse'''''''''', [], NULL));
  6045.     }
  6046.     /**
  6047.      * Gets the private 'security.firewall.map.context.exchangeparticipant' shared service.
  6048.      *
  6049.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallContext
  6050.      */
  6051.     protected function getSecurity_Firewall_Map_Context_ExchangeparticipantService()
  6052.     {
  6053.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallContext.php';
  6054.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Util/TargetPathTrait.php';
  6055.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ExceptionListener.php';
  6056.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/EntryPoint/AuthenticationEntryPointInterface.php';
  6057.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/EntryPoint/FormAuthenticationEntryPoint.php';
  6058.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  6059.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ListenerInterface.php';
  6060.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/LegacyListenerTrait.php';
  6061.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/LogoutListener.php';
  6062.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Logout/LogoutSuccessHandlerInterface.php';
  6063.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Logout/DefaultLogoutSuccessHandler.php';
  6064.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Logout/LogoutHandlerInterface.php';
  6065.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Logout/CookieClearingLogoutHandler.php';
  6066.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallConfig.php';
  6067.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Logout/SessionLogoutHandler.php';
  6068.         $a = ($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService());
  6069.         $b = ($this->privates['security.http_utils'] ?? $this->getSecurity_HttpUtilsService());
  6070.         $c = new \Symfony\Component\Security\Http\Firewall\LogoutListener($a$b, new \Symfony\Component\Security\Http\Logout\DefaultLogoutSuccessHandler($b'/login'), ['csrf_parameter' => '_csrf_token''csrf_token_id' => 'logout''logout_path' => '/logout']);
  6071.         $c->addHandler(($this->privates['security.logout.handler.csrf_token_clearing'] ?? $this->getSecurity_Logout_Handler_CsrfTokenClearingService()));
  6072.         $c->addHandler(($this->privates['security.logout.handler.session'] ?? ($this->privates['security.logout.handler.session'] = new \Symfony\Component\Security\Http\Logout\SessionLogoutHandler())));
  6073.         $c->addHandler(new \Symfony\Component\Security\Http\Logout\CookieClearingLogoutHandler(['PHPSESSID' => ['domain' => $this->getEnv('string:EXCHANGE_SUBDOMAIN'), 'path' => NULL'secure' => false'samesite' => NULL]]));
  6074.         return $this->privates['security.firewall.map.context.exchangeparticipant'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallContext(new RewindableGenerator(function () {
  6075.             yield => ($this->privates['security.channel_listener'] ?? $this->getSecurity_ChannelListenerService());
  6076.             yield => ($this->privates['security.context_listener.0'] ?? $this->getSecurity_ContextListener_0Service());
  6077.             yield => ($this->privates['security.authentication.listener.guard.exchangeparticipant'] ?? $this->getSecurity_Authentication_Listener_Guard_ExchangeparticipantService());
  6078.             yield => ($this->privates['security.authentication.listener.form.exchangeparticipant'] ?? $this->getSecurity_Authentication_Listener_Form_ExchangeparticipantService());
  6079.             yield => ($this->privates['security.authentication.listener.anonymous.exchangeparticipant'] ?? $this->getSecurity_Authentication_Listener_Anonymous_ExchangeparticipantService());
  6080.             yield => ($this->privates['security.access_listener'] ?? $this->getSecurity_AccessListenerService());
  6081.         }, 6), new \Symfony\Component\Security\Http\Firewall\ExceptionListener($a, ($this->privates['security.authentication.trust_resolver'] ?? ($this->privates['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver(NULLNULL))), $b'exchangeparticipant', new \Symfony\Component\Security\Http\EntryPoint\FormAuthenticationEntryPoint(($this->services['http_kernel'] ?? $this->getHttpKernelService()), $b'/login'false), NULLNULL, ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), false), $c, new \Symfony\Bundle\SecurityBundle\Security\FirewallConfig('exchangeparticipant''security.user_checker''.security.request_matcher.bg90aEr'truefalse'security.user.provider.concrete.exchange_participant_provider''exchangeparticipant''security.authentication.form_entry_point.exchangeparticipant'NULLNULL, [=> 'guard'=> 'form_login'=> 'anonymous'], NULL));
  6082.     }
  6083.     /**
  6084.      * Gets the private 'security.firewall.map.context.main' shared service.
  6085.      *
  6086.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallContext
  6087.      */
  6088.     protected function getSecurity_Firewall_Map_Context_MainService()
  6089.     {
  6090.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallContext.php';
  6091.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Util/TargetPathTrait.php';
  6092.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ExceptionListener.php';
  6093.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/EntryPoint/AuthenticationEntryPointInterface.php';
  6094.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/EntryPoint/FormAuthenticationEntryPoint.php';
  6095.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  6096.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ListenerInterface.php';
  6097.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/LegacyListenerTrait.php';
  6098.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/LogoutListener.php';
  6099.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Logout/LogoutSuccessHandlerInterface.php';
  6100.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Logout/DefaultLogoutSuccessHandler.php';
  6101.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Logout/LogoutHandlerInterface.php';
  6102.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Logout/CookieClearingLogoutHandler.php';
  6103.         include_once \dirname(__DIR__4).'/src/FHI360/Access/Suite/Security/SuiteCRMLogoutHandler.php';
  6104.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallConfig.php';
  6105.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Logout/SessionLogoutHandler.php';
  6106.         $a = ($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService());
  6107.         $b = ($this->privates['security.http_utils'] ?? $this->getSecurity_HttpUtilsService());
  6108.         $c = new \Symfony\Component\Security\Http\Firewall\LogoutListener($a$b, new \Symfony\Component\Security\Http\Logout\DefaultLogoutSuccessHandler($b'/login'), ['csrf_parameter' => '_csrf_token''csrf_token_id' => 'logout''logout_path' => '/logout']);
  6109.         $c->addHandler(($this->privates['security.logout.handler.csrf_token_clearing'] ?? $this->getSecurity_Logout_Handler_CsrfTokenClearingService()));
  6110.         $c->addHandler(($this->privates['security.logout.handler.session'] ?? ($this->privates['security.logout.handler.session'] = new \Symfony\Component\Security\Http\Logout\SessionLogoutHandler())));
  6111.         $c->addHandler(new \Symfony\Component\Security\Http\Logout\CookieClearingLogoutHandler(['PHPSESSID' => ['domain' => $this->getEnv('string:PORTAL_DOMAIN'), 'path' => NULL'secure' => false'samesite' => NULL]]));
  6112.         $c->addHandler(new \App\FHI360\Access\Suite\Security\SuiteCRMLogoutHandler(($this->services['suite_api'] ?? $this->getSuiteApiService()), ($this->services['session'] ?? $this->getSessionService()), $this->getEnv('string:SUITE_DOMAIN')));
  6113.         return $this->privates['security.firewall.map.context.main'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallContext(new RewindableGenerator(function () {
  6114.             yield => ($this->privates['security.channel_listener'] ?? $this->getSecurity_ChannelListenerService());
  6115.             yield => ($this->privates['security.context_listener.1'] ?? $this->getSecurity_ContextListener_1Service());
  6116.             yield => ($this->privates['security.authentication.listener.guard.main'] ?? $this->getSecurity_Authentication_Listener_Guard_MainService());
  6117.             yield => ($this->privates['security.authentication.listener.form.main'] ?? $this->getSecurity_Authentication_Listener_Form_MainService());
  6118.             yield => ($this->privates['security.authentication.listener.anonymous.main'] ?? $this->getSecurity_Authentication_Listener_Anonymous_MainService());
  6119.             yield => ($this->privates['security.authentication.switchuser_listener.main'] ?? $this->getSecurity_Authentication_SwitchuserListener_MainService());
  6120.             yield => ($this->privates['security.access_listener'] ?? $this->getSecurity_AccessListenerService());
  6121.         }, 7), new \Symfony\Component\Security\Http\Firewall\ExceptionListener($a, ($this->privates['security.authentication.trust_resolver'] ?? ($this->privates['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver(NULLNULL))), $b'main', new \Symfony\Component\Security\Http\EntryPoint\FormAuthenticationEntryPoint(($this->services['http_kernel'] ?? $this->getHttpKernelService()), $b'login'false), NULLNULL, ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), false), $c, new \Symfony\Bundle\SecurityBundle\Security\FirewallConfig('main''security.user_checker''.security.request_matcher.VnXImZN'truefalse'security.user.provider.concrete.suitecrm''main''security.authentication.form_entry_point.main'NULLNULL, [=> 'switch_user'=> 'guard'=> 'form_login'=> 'anonymous'], ['role' => 'ROLE_SWITCH_USER''parameter' => '_swtich_user''stateless' => false]));
  6122.     }
  6123.     /**
  6124.      * Gets the private 'security.http_utils' shared service.
  6125.      *
  6126.      * @return \Symfony\Component\Security\Http\HttpUtils
  6127.      */
  6128.     protected function getSecurity_HttpUtilsService()
  6129.     {
  6130.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/HttpUtils.php';
  6131.         $a = ($this->services['router'] ?? $this->getRouterService());
  6132.         return $this->privates['security.http_utils'] = new \Symfony\Component\Security\Http\HttpUtils($a$a'{^https?://%s$}i''{^https://%s$}i');
  6133.     }
  6134.     /**
  6135.      * Gets the private 'security.logout.handler.csrf_token_clearing' shared service.
  6136.      *
  6137.      * @return \Symfony\Component\Security\Http\Logout\CsrfTokenClearingLogoutHandler
  6138.      */
  6139.     protected function getSecurity_Logout_Handler_CsrfTokenClearingService()
  6140.     {
  6141.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Logout/LogoutHandlerInterface.php';
  6142.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Logout/CsrfTokenClearingLogoutHandler.php';
  6143.         return $this->privates['security.logout.handler.csrf_token_clearing'] = new \Symfony\Component\Security\Http\Logout\CsrfTokenClearingLogoutHandler(($this->privates['security.csrf.token_storage'] ?? $this->getSecurity_Csrf_TokenStorageService()));
  6144.     }
  6145.     /**
  6146.      * Gets the private 'security.logout_url_generator' shared service.
  6147.      *
  6148.      * @return \Symfony\Component\Security\Http\Logout\LogoutUrlGenerator
  6149.      */
  6150.     protected function getSecurity_LogoutUrlGeneratorService()
  6151.     {
  6152.         $this->privates['security.logout_url_generator'] = $instance = new \Symfony\Component\Security\Http\Logout\LogoutUrlGenerator(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->services['router'] ?? $this->getRouterService()), ($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()));
  6153.         $instance->registerListener('exchangeparticipant''/logout''logout''_csrf_token'NULLNULL);
  6154.         $instance->registerListener('main''/logout''logout''_csrf_token'NULLNULL);
  6155.         return $instance;
  6156.     }
  6157.     /**
  6158.      * Gets the private 'security.user.provider.concrete.exchange_participant_provider' shared service.
  6159.      *
  6160.      * @return \Symfony\Bridge\Doctrine\Security\User\EntityUserProvider
  6161.      */
  6162.     protected function getSecurity_User_Provider_Concrete_ExchangeParticipantProviderService()
  6163.     {
  6164.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/UserProviderInterface.php';
  6165.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/PasswordUpgraderInterface.php';
  6166.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Security/User/EntityUserProvider.php';
  6167.         return $this->privates['security.user.provider.concrete.exchange_participant_provider'] = new \Symfony\Bridge\Doctrine\Security\User\EntityUserProvider(($this->services['doctrine'] ?? $this->getDoctrineService()), 'App\\Entity\\User''username'NULL);
  6168.     }
  6169.     /**
  6170.      * Gets the private 'security.user.provider.concrete.suitecrm' shared service.
  6171.      *
  6172.      * @return \Symfony\Bridge\Doctrine\Security\User\EntityUserProvider
  6173.      */
  6174.     protected function getSecurity_User_Provider_Concrete_SuitecrmService()
  6175.     {
  6176.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/UserProviderInterface.php';
  6177.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/PasswordUpgraderInterface.php';
  6178.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Security/User/EntityUserProvider.php';
  6179.         return $this->privates['security.user.provider.concrete.suitecrm'] = new \Symfony\Bridge\Doctrine\Security\User\EntityUserProvider(($this->services['doctrine'] ?? $this->getDoctrineService()), 'App\\FHI360\\Access\\Suite\\Entity\\User''userName''suitecrm');
  6180.     }
  6181.     /**
  6182.      * Gets the private 'security.validator.user_password' shared service.
  6183.      *
  6184.      * @return \Symfony\Component\Security\Core\Validator\Constraints\UserPasswordValidator
  6185.      */
  6186.     protected function getSecurity_Validator_UserPasswordService()
  6187.     {
  6188.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  6189.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  6190.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Validator/Constraints/UserPasswordValidator.php';
  6191.         return $this->privates['security.validator.user_password'] = new \Symfony\Component\Security\Core\Validator\Constraints\UserPasswordValidator(($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()), ($this->privates['security.encoder_factory.generic'] ?? $this->getSecurity_EncoderFactory_GenericService()));
  6192.     }
  6193.     /**
  6194.      * Gets the private 'sensio_framework_extra.controller.listener' shared service.
  6195.      *
  6196.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener
  6197.      */
  6198.     protected function getSensioFrameworkExtra_Controller_ListenerService()
  6199.     {
  6200.         return $this->privates['sensio_framework_extra.controller.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  6201.     }
  6202.     /**
  6203.      * Gets the private 'sensio_framework_extra.converter.listener' shared service.
  6204.      *
  6205.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener
  6206.      */
  6207.     protected function getSensioFrameworkExtra_Converter_ListenerService()
  6208.     {
  6209.         $a = new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\ParamConverterManager();
  6210.         $a->add(new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\DoctrineParamConverter(($this->services['doctrine'] ?? $this->getDoctrineService()), NULL), 0'doctrine.orm');
  6211.         $a->add(new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\DateTimeParamConverter(), 0'datetime');
  6212.         return $this->privates['sensio_framework_extra.converter.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener($atrue);
  6213.     }
  6214.     /**
  6215.      * Gets the private 'sensio_framework_extra.security.listener' shared service.
  6216.      *
  6217.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\SecurityListener
  6218.      */
  6219.     protected function getSensioFrameworkExtra_Security_ListenerService()
  6220.     {
  6221.         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()), NULL, ($this->privates['security.authentication.trust_resolver'] ?? ($this->privates['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver(NULLNULL))), ($this->privates['security.role_hierarchy'] ?? ($this->privates['security.role_hierarchy'] = new \Symfony\Component\Security\Core\Role\RoleHierarchy([]))), ($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()), ($this->services['security.authorization_checker'] ?? $this->getSecurity_AuthorizationCheckerService()), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  6222.     }
  6223.     /**
  6224.      * Gets the private 'sensio_framework_extra.view.listener' shared service.
  6225.      *
  6226.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\TemplateListener
  6227.      */
  6228.     protected function getSensioFrameworkExtra_View_ListenerService()
  6229.     {
  6230.         $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))));
  6231.         $instance->setContainer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6232.             'twig' => ['services''twig''getTwigService'false],
  6233.         ], [
  6234.             'twig' => 'Twig\\Environment',
  6235.         ]))->withContext('sensio_framework_extra.view.listener'$this));
  6236.         return $instance;
  6237.     }
  6238.     /**
  6239.      * Gets the private 'session.storage.native' shared service.
  6240.      *
  6241.      * @return \Symfony\Component\HttpFoundation\Session\Storage\NativeSessionStorage
  6242.      */
  6243.     protected function getSession_Storage_NativeService()
  6244.     {
  6245.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/Storage/SessionStorageInterface.php';
  6246.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/Storage/NativeSessionStorage.php';
  6247.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/SessionBagInterface.php';
  6248.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/Storage/MetadataBag.php';
  6249.         return $this->privates['session.storage.native'] = new \Symfony\Component\HttpFoundation\Session\Storage\NativeSessionStorage($this->parameters['session.storage.options'], NULL, new \Symfony\Component\HttpFoundation\Session\Storage\MetadataBag('_sf2_meta'0));
  6250.     }
  6251.     /**
  6252.      * Gets the private 'session_listener' shared service.
  6253.      *
  6254.      * @return \Symfony\Component\HttpKernel\EventListener\SessionListener
  6255.      */
  6256.     protected function getSessionListenerService()
  6257.     {
  6258.         return $this->privates['session_listener'] = new \Symfony\Component\HttpKernel\EventListener\SessionListener(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6259.             'initialized_session' => ['services''session'NULLfalse],
  6260.             'request_stack' => ['services''request_stack''getRequestStackService'false],
  6261.             'session' => ['services''session''getSessionService'false],
  6262.             'session_storage' => ['privates''session.storage.native''getSession_Storage_NativeService'false],
  6263.         ], [
  6264.             'initialized_session' => '?',
  6265.             'request_stack' => '?',
  6266.             'session' => '?',
  6267.             'session_storage' => '?',
  6268.         ]));
  6269.     }
  6270.     /**
  6271.      * Gets the private 'templating.cache_warmer.template_paths' shared service.
  6272.      *
  6273.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\TemplatePathsCacheWarmer
  6274.      *
  6275.      * @deprecated The "templating.cache_warmer.template_paths" service is deprecated since Symfony 4.3 and will be removed in 5.0.
  6276.      */
  6277.     protected function getTemplating_CacheWarmer_TemplatePathsService()
  6278.     {
  6279.         @trigger_error('The "templating.cache_warmer.template_paths" service is deprecated since Symfony 4.3 and will be removed in 5.0.'E_USER_DEPRECATED);
  6280.         return $this->privates['templating.cache_warmer.template_paths'] = new \Symfony\Bundle\FrameworkBundle\CacheWarmer\TemplatePathsCacheWarmer(($this->privates['templating.finder'] ?? $this->getTemplating_FinderService()), ($this->privates['templating.locator'] ?? $this->getTemplating_LocatorService()));
  6281.     }
  6282.     /**
  6283.      * Gets the private 'templating.engine.php' shared service.
  6284.      *
  6285.      * @return \Symfony\Bundle\FrameworkBundle\Templating\TimedPhpEngine
  6286.      *
  6287.      * @deprecated The "templating.engine.php" service is deprecated since Symfony 4.3 and will be removed in 5.0.
  6288.      */
  6289.     protected function getTemplating_Engine_PhpService()
  6290.     {
  6291.         @trigger_error('The "templating.engine.php" service is deprecated since Symfony 4.3 and will be removed in 5.0.'E_USER_DEPRECATED);
  6292.         $this->privates['templating.engine.php'] = $instance = new \Symfony\Bundle\FrameworkBundle\Templating\TimedPhpEngine(($this->privates['templating.name_parser'] ?? $this->getTemplating_NameParserService()), new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6293.             'templating.helper.actions' => ['privates''templating.helper.actions''getTemplating_Helper_ActionsService'false],
  6294.             'templating.helper.assets' => ['privates''templating.helper.assets''getTemplating_Helper_AssetsService'false],
  6295.             'templating.helper.code' => ['privates''templating.helper.code''getTemplating_Helper_CodeService'false],
  6296.             'templating.helper.form' => ['privates''templating.helper.form''getTemplating_Helper_FormService'false],
  6297.             'templating.helper.logout_url' => ['privates''templating.helper.logout_url''getTemplating_Helper_LogoutUrlService'false],
  6298.             'templating.helper.request' => ['privates''templating.helper.request''getTemplating_Helper_RequestService'false],
  6299.             'templating.helper.router' => ['privates''templating.helper.router''getTemplating_Helper_RouterService'false],
  6300.             'templating.helper.security' => ['privates''templating.helper.security''getTemplating_Helper_SecurityService'false],
  6301.             'templating.helper.session' => ['privates''templating.helper.session''getTemplating_Helper_SessionService'false],
  6302.             'templating.helper.slots' => ['privates''templating.helper.slots''getTemplating_Helper_SlotsService'false],
  6303.             'templating.helper.stopwatch' => ['privates''templating.helper.stopwatch''getTemplating_Helper_StopwatchService'false],
  6304.             'templating.helper.translator' => ['privates''templating.helper.translator''getTemplating_Helper_TranslatorService'false],
  6305.         ], [
  6306.             'templating.helper.actions' => '?',
  6307.             'templating.helper.assets' => '?',
  6308.             'templating.helper.code' => '?',
  6309.             'templating.helper.form' => '?',
  6310.             'templating.helper.logout_url' => '?',
  6311.             'templating.helper.request' => '?',
  6312.             'templating.helper.router' => '?',
  6313.             'templating.helper.security' => '?',
  6314.             'templating.helper.session' => '?',
  6315.             'templating.helper.slots' => '?',
  6316.             'templating.helper.stopwatch' => '?',
  6317.             'templating.helper.translator' => '?',
  6318.         ]), ($this->services['templating.loader'] ?? $this->getTemplating_LoaderService()), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))), $this->getTemplating_GlobalsService());
  6319.         $instance->setCharset('UTF-8');
  6320.         $instance->setHelpers(['slots' => 'templating.helper.slots''request' => 'templating.helper.request''session' => 'templating.helper.session''router' => 'templating.helper.router''assets' => 'templating.helper.assets''actions' => 'templating.helper.actions''code' => 'templating.helper.code''translator' => 'templating.helper.translator''form' => 'templating.helper.form''stopwatch' => 'templating.helper.stopwatch''logout_url' => 'templating.helper.logout_url''security' => 'templating.helper.security']);
  6321.         return $instance;
  6322.     }
  6323.     /**
  6324.      * Gets the private 'templating.engine.twig' shared service.
  6325.      *
  6326.      * @return \Symfony\Bundle\TwigBundle\TwigEngine
  6327.      *
  6328.      * @deprecated The "templating.engine.twig" service is deprecated since Symfony 4.4 and will be removed in 5.0.
  6329.      */
  6330.     protected function getTemplating_Engine_TwigService()
  6331.     {
  6332.         @trigger_error('The "templating.engine.twig" service is deprecated since Symfony 4.4 and will be removed in 5.0.'E_USER_DEPRECATED);
  6333.         return new \Symfony\Bundle\TwigBundle\TwigEngine(($this->services['twig'] ?? $this->getTwigService()), ($this->privates['templating.name_parser'] ?? $this->getTemplating_NameParserService()), ($this->privates['templating.locator'] ?? $this->getTemplating_LocatorService()));
  6334.     }
  6335.     /**
  6336.      * Gets the private 'templating.finder' shared service.
  6337.      *
  6338.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\TemplateFinder
  6339.      *
  6340.      * @deprecated The "templating.finder" service is deprecated since Symfony 4.3 and will be removed in 5.0.
  6341.      */
  6342.     protected function getTemplating_FinderService()
  6343.     {
  6344.         @trigger_error('The "templating.finder" service is deprecated since Symfony 4.3 and will be removed in 5.0.'E_USER_DEPRECATED);
  6345.         include_once \dirname(__DIR__4).'/vendor/symfony/templating/TemplateNameParserInterface.php';
  6346.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Templating/TemplateFilenameParser.php';
  6347.         return $this->privates['templating.finder'] = new \Symfony\Bundle\FrameworkBundle\CacheWarmer\TemplateFinder(($this->services['kernel'] ?? $this->get('kernel'1)), new \Symfony\Bundle\FrameworkBundle\Templating\TemplateFilenameParser(), (\dirname(__DIR__4).'/src/Resources'));
  6348.     }
  6349.     /**
  6350.      * Gets the private 'templating.form.engine' shared service.
  6351.      *
  6352.      * @return \Symfony\Component\Form\Extension\Templating\TemplatingRendererEngine
  6353.      *
  6354.      * @deprecated The "templating.form.engine" service is deprecated since Symfony 4.3 and will be removed in 5.0.
  6355.      */
  6356.     protected function getTemplating_Form_EngineService()
  6357.     {
  6358.         @trigger_error('The "templating.form.engine" service is deprecated since Symfony 4.3 and will be removed in 5.0.'E_USER_DEPRECATED);
  6359.         return new \Symfony\Component\Form\Extension\Templating\TemplatingRendererEngine(($this->privates['templating.engine.php'] ?? $this->getTemplating_Engine_PhpService()), $this->parameters['templating.helper.form.resources']);
  6360.     }
  6361.     /**
  6362.      * Gets the private 'templating.form.renderer' shared service.
  6363.      *
  6364.      * @return \Symfony\Component\Form\FormRenderer
  6365.      *
  6366.      * @deprecated The "templating.form.renderer" service is deprecated since Symfony 4.3 and will be removed in 5.0.
  6367.      */
  6368.     protected function getTemplating_Form_RendererService()
  6369.     {
  6370.         @trigger_error('The "templating.form.renderer" service is deprecated since Symfony 4.3 and will be removed in 5.0.'E_USER_DEPRECATED);
  6371.         return new \Symfony\Component\Form\FormRenderer($this->getTemplating_Form_EngineService(), ($this->services['security.csrf.token_manager'] ?? $this->getSecurity_Csrf_TokenManagerService()));
  6372.     }
  6373.     /**
  6374.      * Gets the private 'templating.globals' shared service.
  6375.      *
  6376.      * @return \Symfony\Bundle\FrameworkBundle\Templating\GlobalVariables
  6377.      *
  6378.      * @deprecated The "templating.globals" service is deprecated since Symfony 4.3 and will be removed in 5.0.
  6379.      */
  6380.     protected function getTemplating_GlobalsService()
  6381.     {
  6382.         @trigger_error('The "templating.globals" service is deprecated since Symfony 4.3 and will be removed in 5.0.'E_USER_DEPRECATED);
  6383.         return new \Symfony\Bundle\FrameworkBundle\Templating\GlobalVariables($this);
  6384.     }
  6385.     /**
  6386.      * Gets the private 'templating.helper.actions' shared service.
  6387.      *
  6388.      * @return \Symfony\Bundle\FrameworkBundle\Templating\Helper\ActionsHelper
  6389.      *
  6390.      * @deprecated The "templating.helper.actions" service is deprecated since Symfony 4.3 and will be removed in 5.0.
  6391.      */
  6392.     protected function getTemplating_Helper_ActionsService()
  6393.     {
  6394.         @trigger_error('The "templating.helper.actions" service is deprecated since Symfony 4.3 and will be removed in 5.0.'E_USER_DEPRECATED);
  6395.         return $this->privates['templating.helper.actions'] = new \Symfony\Bundle\FrameworkBundle\Templating\Helper\ActionsHelper(($this->privates['fragment.handler'] ?? $this->getFragment_HandlerService()));
  6396.     }
  6397.     /**
  6398.      * Gets the private 'templating.helper.assets' shared service.
  6399.      *
  6400.      * @return \Symfony\Bundle\FrameworkBundle\Templating\Helper\AssetsHelper
  6401.      *
  6402.      * @deprecated The "templating.helper.assets" service is deprecated since Symfony 4.3 and will be removed in 5.0.
  6403.      */
  6404.     protected function getTemplating_Helper_AssetsService()
  6405.     {
  6406.         @trigger_error('The "templating.helper.assets" service is deprecated since Symfony 4.3 and will be removed in 5.0.'E_USER_DEPRECATED);
  6407.         return $this->privates['templating.helper.assets'] = new \Symfony\Bundle\FrameworkBundle\Templating\Helper\AssetsHelper(($this->privates['assets.packages'] ?? $this->getAssets_PackagesService()));
  6408.     }
  6409.     /**
  6410.      * Gets the private 'templating.helper.code' shared service.
  6411.      *
  6412.      * @return \Symfony\Bundle\FrameworkBundle\Templating\Helper\CodeHelper
  6413.      *
  6414.      * @deprecated The "templating.helper.code" service is deprecated since Symfony 4.3 and will be removed in 5.0.
  6415.      */
  6416.     protected function getTemplating_Helper_CodeService()
  6417.     {
  6418.         @trigger_error('The "templating.helper.code" service is deprecated since Symfony 4.3 and will be removed in 5.0.'E_USER_DEPRECATED);
  6419.         return $this->privates['templating.helper.code'] = new \Symfony\Bundle\FrameworkBundle\Templating\Helper\CodeHelper(($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService()), \dirname(__DIR__4), 'UTF-8');
  6420.     }
  6421.     /**
  6422.      * Gets the private 'templating.helper.form' shared service.
  6423.      *
  6424.      * @return \Symfony\Bundle\FrameworkBundle\Templating\Helper\FormHelper
  6425.      *
  6426.      * @deprecated The "templating.helper.form" service is deprecated since Symfony 4.3 and will be removed in 5.0.
  6427.      */
  6428.     protected function getTemplating_Helper_FormService()
  6429.     {
  6430.         @trigger_error('The "templating.helper.form" service is deprecated since Symfony 4.3 and will be removed in 5.0.'E_USER_DEPRECATED);
  6431.         return $this->privates['templating.helper.form'] = new \Symfony\Bundle\FrameworkBundle\Templating\Helper\FormHelper($this->getTemplating_Form_RendererService());
  6432.     }
  6433.     /**
  6434.      * Gets the private 'templating.helper.logout_url' shared service.
  6435.      *
  6436.      * @return \Symfony\Bundle\SecurityBundle\Templating\Helper\LogoutUrlHelper
  6437.      *
  6438.      * @deprecated The "templating.helper.logout_url" service is deprecated since Symfony 4.3 and will be removed in 5.0.
  6439.      */
  6440.     protected function getTemplating_Helper_LogoutUrlService()
  6441.     {
  6442.         @trigger_error('The "templating.helper.logout_url" service is deprecated since Symfony 4.3 and will be removed in 5.0.'E_USER_DEPRECATED);
  6443.         return $this->privates['templating.helper.logout_url'] = new \Symfony\Bundle\SecurityBundle\Templating\Helper\LogoutUrlHelper(($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService()));
  6444.     }
  6445.     /**
  6446.      * Gets the private 'templating.helper.request' shared service.
  6447.      *
  6448.      * @return \Symfony\Bundle\FrameworkBundle\Templating\Helper\RequestHelper
  6449.      *
  6450.      * @deprecated The "templating.helper.request" service is deprecated since Symfony 4.3 and will be removed in 5.0.
  6451.      */
  6452.     protected function getTemplating_Helper_RequestService()
  6453.     {
  6454.         @trigger_error('The "templating.helper.request" service is deprecated since Symfony 4.3 and will be removed in 5.0.'E_USER_DEPRECATED);
  6455.         return $this->privates['templating.helper.request'] = new \Symfony\Bundle\FrameworkBundle\Templating\Helper\RequestHelper(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  6456.     }
  6457.     /**
  6458.      * Gets the private 'templating.helper.router' shared service.
  6459.      *
  6460.      * @return \Symfony\Bundle\FrameworkBundle\Templating\Helper\RouterHelper
  6461.      *
  6462.      * @deprecated The "templating.helper.router" service is deprecated since Symfony 4.3 and will be removed in 5.0.
  6463.      */
  6464.     protected function getTemplating_Helper_RouterService()
  6465.     {
  6466.         @trigger_error('The "templating.helper.router" service is deprecated since Symfony 4.3 and will be removed in 5.0.'E_USER_DEPRECATED);
  6467.         return $this->privates['templating.helper.router'] = new \Symfony\Bundle\FrameworkBundle\Templating\Helper\RouterHelper(($this->services['router'] ?? $this->getRouterService()));
  6468.     }
  6469.     /**
  6470.      * Gets the private 'templating.helper.security' shared service.
  6471.      *
  6472.      * @return \Symfony\Bundle\SecurityBundle\Templating\Helper\SecurityHelper
  6473.      *
  6474.      * @deprecated The "templating.helper.security" service is deprecated since Symfony 4.3 and will be removed in 5.0.
  6475.      */
  6476.     protected function getTemplating_Helper_SecurityService()
  6477.     {
  6478.         @trigger_error('The "templating.helper.security" service is deprecated since Symfony 4.3 and will be removed in 5.0.'E_USER_DEPRECATED);
  6479.         return $this->privates['templating.helper.security'] = new \Symfony\Bundle\SecurityBundle\Templating\Helper\SecurityHelper(($this->services['security.authorization_checker'] ?? $this->getSecurity_AuthorizationCheckerService()));
  6480.     }
  6481.     /**
  6482.      * Gets the private 'templating.helper.session' shared service.
  6483.      *
  6484.      * @return \Symfony\Bundle\FrameworkBundle\Templating\Helper\SessionHelper
  6485.      *
  6486.      * @deprecated The "templating.helper.session" service is deprecated since Symfony 4.3 and will be removed in 5.0.
  6487.      */
  6488.     protected function getTemplating_Helper_SessionService()
  6489.     {
  6490.         @trigger_error('The "templating.helper.session" service is deprecated since Symfony 4.3 and will be removed in 5.0.'E_USER_DEPRECATED);
  6491.         return $this->privates['templating.helper.session'] = new \Symfony\Bundle\FrameworkBundle\Templating\Helper\SessionHelper(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  6492.     }
  6493.     /**
  6494.      * Gets the private 'templating.helper.slots' shared service.
  6495.      *
  6496.      * @return \Symfony\Component\Templating\Helper\SlotsHelper
  6497.      *
  6498.      * @deprecated The "templating.helper.slots" service is deprecated since Symfony 4.3 and will be removed in 5.0.
  6499.      */
  6500.     protected function getTemplating_Helper_SlotsService()
  6501.     {
  6502.         @trigger_error('The "templating.helper.slots" service is deprecated since Symfony 4.3 and will be removed in 5.0.'E_USER_DEPRECATED);
  6503.         return $this->privates['templating.helper.slots'] = new \Symfony\Component\Templating\Helper\SlotsHelper();
  6504.     }
  6505.     /**
  6506.      * Gets the private 'templating.helper.stopwatch' shared service.
  6507.      *
  6508.      * @return \Symfony\Bundle\FrameworkBundle\Templating\Helper\StopwatchHelper
  6509.      *
  6510.      * @deprecated The "templating.helper.stopwatch" service is deprecated since Symfony 4.3 and will be removed in 5.0.
  6511.      */
  6512.     protected function getTemplating_Helper_StopwatchService()
  6513.     {
  6514.         @trigger_error('The "templating.helper.stopwatch" service is deprecated since Symfony 4.3 and will be removed in 5.0.'E_USER_DEPRECATED);
  6515.         return $this->privates['templating.helper.stopwatch'] = new \Symfony\Bundle\FrameworkBundle\Templating\Helper\StopwatchHelper(($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  6516.     }
  6517.     /**
  6518.      * Gets the private 'templating.helper.translator' shared service.
  6519.      *
  6520.      * @return \Symfony\Bundle\FrameworkBundle\Templating\Helper\TranslatorHelper
  6521.      *
  6522.      * @deprecated The "templating.helper.translator" service is deprecated since Symfony 4.3 and will be removed in 5.0.
  6523.      */
  6524.     protected function getTemplating_Helper_TranslatorService()
  6525.     {
  6526.         @trigger_error('The "templating.helper.translator" service is deprecated since Symfony 4.3 and will be removed in 5.0.'E_USER_DEPRECATED);
  6527.         return $this->privates['templating.helper.translator'] = new \Symfony\Bundle\FrameworkBundle\Templating\Helper\TranslatorHelper(($this->services['translator'] ?? $this->getTranslatorService()));
  6528.     }
  6529.     /**
  6530.      * Gets the private 'templating.locator' shared service.
  6531.      *
  6532.      * @return \Symfony\Bundle\FrameworkBundle\Templating\Loader\TemplateLocator
  6533.      *
  6534.      * @deprecated The "templating.locator" service is deprecated since Symfony 4.3 and will be removed in 5.0.
  6535.      */
  6536.     protected function getTemplating_LocatorService()
  6537.     {
  6538.         @trigger_error('The "templating.locator" service is deprecated since Symfony 4.3 and will be removed in 5.0.'E_USER_DEPRECATED);
  6539.         return $this->privates['templating.locator'] = new \Symfony\Bundle\FrameworkBundle\Templating\Loader\TemplateLocator(($this->privates['file_locator'] ?? $this->getFileLocatorService()), $this->targetDir.'');
  6540.     }
  6541.     /**
  6542.      * Gets the private 'templating.name_parser' shared service.
  6543.      *
  6544.      * @return \Symfony\Bundle\FrameworkBundle\Templating\TemplateNameParser
  6545.      *
  6546.      * @deprecated The "templating.name_parser" service is deprecated since Symfony 4.3 and will be removed in 5.0.
  6547.      */
  6548.     protected function getTemplating_NameParserService()
  6549.     {
  6550.         @trigger_error('The "templating.name_parser" service is deprecated since Symfony 4.3 and will be removed in 5.0.'E_USER_DEPRECATED);
  6551.         return $this->privates['templating.name_parser'] = new \Symfony\Bundle\FrameworkBundle\Templating\TemplateNameParser(($this->services['kernel'] ?? $this->get('kernel'1)));
  6552.     }
  6553.     /**
  6554.      * Gets the private 'translation.extractor' shared service.
  6555.      *
  6556.      * @return \Symfony\Component\Translation\Extractor\ChainExtractor
  6557.      */
  6558.     protected function getTranslation_ExtractorService()
  6559.     {
  6560.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Extractor/ExtractorInterface.php';
  6561.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Extractor/ChainExtractor.php';
  6562.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Extractor/AbstractFileExtractor.php';
  6563.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Extractor/PhpExtractor.php';
  6564.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Translation/TwigExtractor.php';
  6565.         $this->privates['translation.extractor'] = $instance = new \Symfony\Component\Translation\Extractor\ChainExtractor();
  6566.         $instance->addExtractor('php', new \Symfony\Component\Translation\Extractor\PhpExtractor());
  6567.         $instance->addExtractor('twig', new \Symfony\Bridge\Twig\Translation\TwigExtractor(($this->services['twig'] ?? $this->getTwigService())));
  6568.         return $instance;
  6569.     }
  6570.     /**
  6571.      * Gets the private 'translation.loader.csv' shared service.
  6572.      *
  6573.      * @return \Symfony\Component\Translation\Loader\CsvFileLoader
  6574.      */
  6575.     protected function getTranslation_Loader_CsvService()
  6576.     {
  6577.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  6578.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  6579.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  6580.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/CsvFileLoader.php';
  6581.         return $this->privates['translation.loader.csv'] = new \Symfony\Component\Translation\Loader\CsvFileLoader();
  6582.     }
  6583.     /**
  6584.      * Gets the private 'translation.loader.dat' shared service.
  6585.      *
  6586.      * @return \Symfony\Component\Translation\Loader\IcuDatFileLoader
  6587.      */
  6588.     protected function getTranslation_Loader_DatService()
  6589.     {
  6590.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  6591.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IcuResFileLoader.php';
  6592.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IcuDatFileLoader.php';
  6593.         return $this->privates['translation.loader.dat'] = new \Symfony\Component\Translation\Loader\IcuDatFileLoader();
  6594.     }
  6595.     /**
  6596.      * Gets the private 'translation.loader.ini' shared service.
  6597.      *
  6598.      * @return \Symfony\Component\Translation\Loader\IniFileLoader
  6599.      */
  6600.     protected function getTranslation_Loader_IniService()
  6601.     {
  6602.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  6603.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  6604.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  6605.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IniFileLoader.php';
  6606.         return $this->privates['translation.loader.ini'] = new \Symfony\Component\Translation\Loader\IniFileLoader();
  6607.     }
  6608.     /**
  6609.      * Gets the private 'translation.loader.json' shared service.
  6610.      *
  6611.      * @return \Symfony\Component\Translation\Loader\JsonFileLoader
  6612.      */
  6613.     protected function getTranslation_Loader_JsonService()
  6614.     {
  6615.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  6616.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  6617.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  6618.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/JsonFileLoader.php';
  6619.         return $this->privates['translation.loader.json'] = new \Symfony\Component\Translation\Loader\JsonFileLoader();
  6620.     }
  6621.     /**
  6622.      * Gets the private 'translation.loader.mo' shared service.
  6623.      *
  6624.      * @return \Symfony\Component\Translation\Loader\MoFileLoader
  6625.      */
  6626.     protected function getTranslation_Loader_MoService()
  6627.     {
  6628.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  6629.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  6630.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  6631.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/MoFileLoader.php';
  6632.         return $this->privates['translation.loader.mo'] = new \Symfony\Component\Translation\Loader\MoFileLoader();
  6633.     }
  6634.     /**
  6635.      * Gets the private 'translation.loader.php' shared service.
  6636.      *
  6637.      * @return \Symfony\Component\Translation\Loader\PhpFileLoader
  6638.      */
  6639.     protected function getTranslation_Loader_PhpService()
  6640.     {
  6641.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  6642.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  6643.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  6644.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/PhpFileLoader.php';
  6645.         return $this->privates['translation.loader.php'] = new \Symfony\Component\Translation\Loader\PhpFileLoader();
  6646.     }
  6647.     /**
  6648.      * Gets the private 'translation.loader.po' shared service.
  6649.      *
  6650.      * @return \Symfony\Component\Translation\Loader\PoFileLoader
  6651.      */
  6652.     protected function getTranslation_Loader_PoService()
  6653.     {
  6654.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  6655.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  6656.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  6657.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/PoFileLoader.php';
  6658.         return $this->privates['translation.loader.po'] = new \Symfony\Component\Translation\Loader\PoFileLoader();
  6659.     }
  6660.     /**
  6661.      * Gets the private 'translation.loader.qt' shared service.
  6662.      *
  6663.      * @return \Symfony\Component\Translation\Loader\QtFileLoader
  6664.      */
  6665.     protected function getTranslation_Loader_QtService()
  6666.     {
  6667.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  6668.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/QtFileLoader.php';
  6669.         return $this->privates['translation.loader.qt'] = new \Symfony\Component\Translation\Loader\QtFileLoader();
  6670.     }
  6671.     /**
  6672.      * Gets the private 'translation.loader.res' shared service.
  6673.      *
  6674.      * @return \Symfony\Component\Translation\Loader\IcuResFileLoader
  6675.      */
  6676.     protected function getTranslation_Loader_ResService()
  6677.     {
  6678.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  6679.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IcuResFileLoader.php';
  6680.         return $this->privates['translation.loader.res'] = new \Symfony\Component\Translation\Loader\IcuResFileLoader();
  6681.     }
  6682.     /**
  6683.      * Gets the private 'translation.loader.xliff' shared service.
  6684.      *
  6685.      * @return \Symfony\Component\Translation\Loader\XliffFileLoader
  6686.      */
  6687.     protected function getTranslation_Loader_XliffService()
  6688.     {
  6689.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  6690.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/XliffFileLoader.php';
  6691.         return $this->privates['translation.loader.xliff'] = new \Symfony\Component\Translation\Loader\XliffFileLoader();
  6692.     }
  6693.     /**
  6694.      * Gets the private 'translation.loader.yml' shared service.
  6695.      *
  6696.      * @return \Symfony\Component\Translation\Loader\YamlFileLoader
  6697.      */
  6698.     protected function getTranslation_Loader_YmlService()
  6699.     {
  6700.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  6701.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  6702.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  6703.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/YamlFileLoader.php';
  6704.         return $this->privates['translation.loader.yml'] = new \Symfony\Component\Translation\Loader\YamlFileLoader();
  6705.     }
  6706.     /**
  6707.      * Gets the private 'translation.reader' shared service.
  6708.      *
  6709.      * @return \Symfony\Component\Translation\Reader\TranslationReader
  6710.      */
  6711.     protected function getTranslation_ReaderService()
  6712.     {
  6713.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Reader/TranslationReaderInterface.php';
  6714.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Reader/TranslationReader.php';
  6715.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  6716.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  6717.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  6718.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/PhpFileLoader.php';
  6719.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/YamlFileLoader.php';
  6720.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/XliffFileLoader.php';
  6721.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/PoFileLoader.php';
  6722.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/MoFileLoader.php';
  6723.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/QtFileLoader.php';
  6724.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/CsvFileLoader.php';
  6725.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IcuResFileLoader.php';
  6726.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IcuDatFileLoader.php';
  6727.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IniFileLoader.php';
  6728.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/JsonFileLoader.php';
  6729.         $this->privates['translation.reader'] = $instance = new \Symfony\Component\Translation\Reader\TranslationReader();
  6730.         $a = ($this->privates['translation.loader.yml'] ?? ($this->privates['translation.loader.yml'] = new \Symfony\Component\Translation\Loader\YamlFileLoader()));
  6731.         $b = ($this->privates['translation.loader.xliff'] ?? ($this->privates['translation.loader.xliff'] = new \Symfony\Component\Translation\Loader\XliffFileLoader()));
  6732.         $instance->addLoader('php', ($this->privates['translation.loader.php'] ?? ($this->privates['translation.loader.php'] = new \Symfony\Component\Translation\Loader\PhpFileLoader())));
  6733.         $instance->addLoader('yaml'$a);
  6734.         $instance->addLoader('yml'$a);
  6735.         $instance->addLoader('xlf'$b);
  6736.         $instance->addLoader('xliff'$b);
  6737.         $instance->addLoader('po', ($this->privates['translation.loader.po'] ?? ($this->privates['translation.loader.po'] = new \Symfony\Component\Translation\Loader\PoFileLoader())));
  6738.         $instance->addLoader('mo', ($this->privates['translation.loader.mo'] ?? ($this->privates['translation.loader.mo'] = new \Symfony\Component\Translation\Loader\MoFileLoader())));
  6739.         $instance->addLoader('ts', ($this->privates['translation.loader.qt'] ?? ($this->privates['translation.loader.qt'] = new \Symfony\Component\Translation\Loader\QtFileLoader())));
  6740.         $instance->addLoader('csv', ($this->privates['translation.loader.csv'] ?? ($this->privates['translation.loader.csv'] = new \Symfony\Component\Translation\Loader\CsvFileLoader())));
  6741.         $instance->addLoader('res', ($this->privates['translation.loader.res'] ?? ($this->privates['translation.loader.res'] = new \Symfony\Component\Translation\Loader\IcuResFileLoader())));
  6742.         $instance->addLoader('dat', ($this->privates['translation.loader.dat'] ?? ($this->privates['translation.loader.dat'] = new \Symfony\Component\Translation\Loader\IcuDatFileLoader())));
  6743.         $instance->addLoader('ini', ($this->privates['translation.loader.ini'] ?? ($this->privates['translation.loader.ini'] = new \Symfony\Component\Translation\Loader\IniFileLoader())));
  6744.         $instance->addLoader('json', ($this->privates['translation.loader.json'] ?? ($this->privates['translation.loader.json'] = new \Symfony\Component\Translation\Loader\JsonFileLoader())));
  6745.         return $instance;
  6746.     }
  6747.     /**
  6748.      * Gets the private 'translation.warmer' shared service.
  6749.      *
  6750.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\TranslationsCacheWarmer
  6751.      */
  6752.     protected function getTranslation_WarmerService()
  6753.     {
  6754.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  6755.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/TranslationsCacheWarmer.php';
  6756.         return $this->privates['translation.warmer'] = new \Symfony\Bundle\FrameworkBundle\CacheWarmer\TranslationsCacheWarmer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6757.             'translator' => ['services''translator''getTranslatorService'false],
  6758.         ], [
  6759.             'translator' => '?',
  6760.         ]))->withContext('translation.warmer'$this));
  6761.     }
  6762.     /**
  6763.      * Gets the private 'translator.default' shared service.
  6764.      *
  6765.      * @return \Symfony\Bundle\FrameworkBundle\Translation\Translator
  6766.      */
  6767.     protected function getTranslator_DefaultService()
  6768.     {
  6769.         $this->privates['translator.default'] = $instance = new \Symfony\Bundle\FrameworkBundle\Translation\Translator(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6770.             'translation.loader.csv' => ['privates''translation.loader.csv''getTranslation_Loader_CsvService'false],
  6771.             'translation.loader.dat' => ['privates''translation.loader.dat''getTranslation_Loader_DatService'false],
  6772.             'translation.loader.ini' => ['privates''translation.loader.ini''getTranslation_Loader_IniService'false],
  6773.             'translation.loader.json' => ['privates''translation.loader.json''getTranslation_Loader_JsonService'false],
  6774.             'translation.loader.mo' => ['privates''translation.loader.mo''getTranslation_Loader_MoService'false],
  6775.             'translation.loader.php' => ['privates''translation.loader.php''getTranslation_Loader_PhpService'false],
  6776.             'translation.loader.po' => ['privates''translation.loader.po''getTranslation_Loader_PoService'false],
  6777.             'translation.loader.qt' => ['privates''translation.loader.qt''getTranslation_Loader_QtService'false],
  6778.             'translation.loader.res' => ['privates''translation.loader.res''getTranslation_Loader_ResService'false],
  6779.             'translation.loader.xliff' => ['privates''translation.loader.xliff''getTranslation_Loader_XliffService'false],
  6780.             'translation.loader.yml' => ['privates''translation.loader.yml''getTranslation_Loader_YmlService'false],
  6781.         ], [
  6782.             'translation.loader.csv' => '?',
  6783.             'translation.loader.dat' => '?',
  6784.             'translation.loader.ini' => '?',
  6785.             'translation.loader.json' => '?',
  6786.             'translation.loader.mo' => '?',
  6787.             'translation.loader.php' => '?',
  6788.             'translation.loader.po' => '?',
  6789.             'translation.loader.qt' => '?',
  6790.             'translation.loader.res' => '?',
  6791.             'translation.loader.xliff' => '?',
  6792.             'translation.loader.yml' => '?',
  6793.         ]), 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')], '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')], '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')], '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')], '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).'/src/Resources/FrameworkBundle/translations'), => (\dirname(__DIR__4).'/vendor/symfony/twig-bundle/translations'), => (\dirname(__DIR__4).'/src/Resources/TwigBundle/translations'), => (\dirname(__DIR__4).'/vendor/symfony/security-bundle/translations'), => (\dirname(__DIR__4).'/src/Resources/SecurityBundle/translations'), 10 => (\dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/translations'), 11 => (\dirname(__DIR__4).'/src/Resources/SensioFrameworkExtraBundle/translations'), 12 => (\dirname(__DIR__4).'/vendor/symfony/monolog-bundle/translations'), 13 => (\dirname(__DIR__4).'/src/Resources/MonologBundle/translations'), 14 => (\dirname(__DIR__4).'/vendor/symfony/debug-bundle/translations'), 15 => (\dirname(__DIR__4).'/src/Resources/DebugBundle/translations'), 16 => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/translations'), 17 => (\dirname(__DIR__4).'/src/Resources/DoctrineBundle/translations'), 18 => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/translations'), 19 => (\dirname(__DIR__4).'/src/Resources/DoctrineMigrationsBundle/translations'), 20 => (\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/translations'), 21 => (\dirname(__DIR__4).'/src/Resources/WebProfilerBundle/translations'), 22 => (\dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/translations'), 23 => (\dirname(__DIR__4).'/src/Resources/WebpackEncoreBundle/translations'), 24 => (\dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/translations'), 25 => (\dirname(__DIR__4).'/src/Resources/MakerBundle/translations'), 26 => (\dirname(__DIR__4).'/src/Resources/translations')], 'cache_vary' => ['scanned_directories' => [=> 'vendor/symfony/validator/Resources/translations'=> 'vendor/symfony/form/Resources/translations'=> 'vendor/symfony/security-core/Resources/translations'=> 'translations'=> 'vendor/symfony/framework-bundle/translations'=> 'src/Resources/FrameworkBundle/translations'=> 'vendor/symfony/twig-bundle/translations'=> 'src/Resources/TwigBundle/translations'=> 'vendor/symfony/security-bundle/translations'=> 'src/Resources/SecurityBundle/translations'10 => 'vendor/sensio/framework-extra-bundle/src/translations'11 => 'src/Resources/SensioFrameworkExtraBundle/translations'12 => 'vendor/symfony/monolog-bundle/translations'13 => 'src/Resources/MonologBundle/translations'14 => 'vendor/symfony/debug-bundle/translations'15 => 'src/Resources/DebugBundle/translations'16 => 'vendor/doctrine/doctrine-bundle/translations'17 => 'src/Resources/DoctrineBundle/translations'18 => 'vendor/doctrine/doctrine-migrations-bundle/translations'19 => 'src/Resources/DoctrineMigrationsBundle/translations'20 => 'vendor/symfony/web-profiler-bundle/translations'21 => 'src/Resources/WebProfilerBundle/translations'22 => 'vendor/symfony/webpack-encore-bundle/src/translations'23 => 'src/Resources/WebpackEncoreBundle/translations'24 => 'vendor/symfony/maker-bundle/src/translations'25 => 'src/Resources/MakerBundle/translations'26 => 'src/Resources/translations']]]);
  6794.         $instance->setConfigCacheFactory(($this->privates['config_cache_factory'] ?? $this->getConfigCacheFactoryService()));
  6795.         $instance->setFallbackLocales([=> 'en'=> 'en']);
  6796.         return $instance;
  6797.     }
  6798.     /**
  6799.      * Gets the private 'twig.cache_warmer' shared service.
  6800.      *
  6801.      * @return \Symfony\Bundle\TwigBundle\CacheWarmer\TemplateCacheCacheWarmer
  6802.      *
  6803.      * @deprecated The "twig.cache_warmer" service is deprecated since Symfony 4.4 and will be removed in 5.0.
  6804.      */
  6805.     protected function getTwig_CacheWarmerService()
  6806.     {
  6807.         @trigger_error('The "twig.cache_warmer" service is deprecated since Symfony 4.4 and will be removed in 5.0.'E_USER_DEPRECATED);
  6808.         return $this->privates['twig.cache_warmer'] = new \Symfony\Bundle\TwigBundle\CacheWarmer\TemplateCacheCacheWarmer(($this->privates['.service_locator.o9nGMXB'] ?? $this->get_ServiceLocator_O9nGMXBService())->withContext('twig.cache_warmer'$this), ($this->privates['templating.finder'] ?? $this->getTemplating_FinderService()), [(\dirname(__DIR__4).'/src/FHI360/Access/Portal/Resources/public') => 'public', (\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Email') => 'email', (\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Form') => NULL]);
  6809.     }
  6810.     /**
  6811.      * Gets the private 'twig.command.debug' shared service.
  6812.      *
  6813.      * @return \Symfony\Bridge\Twig\Command\DebugCommand
  6814.      */
  6815.     protected function getTwig_Command_DebugService()
  6816.     {
  6817.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6818.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Command/DebugCommand.php';
  6819.         $this->privates['twig.command.debug'] = $instance = new \Symfony\Bridge\Twig\Command\DebugCommand(($this->services['twig'] ?? $this->getTwigService()), \dirname(__DIR__4), $this->parameters['kernel.bundles_metadata'], (\dirname(__DIR__4).'/templates'), ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService()), (\dirname(__DIR__4).'/src'));
  6820.         $instance->setName('debug:twig');
  6821.         return $instance;
  6822.     }
  6823.     /**
  6824.      * Gets the private 'twig.command.lint' shared service.
  6825.      *
  6826.      * @return \Symfony\Bundle\TwigBundle\Command\LintCommand
  6827.      */
  6828.     protected function getTwig_Command_LintService()
  6829.     {
  6830.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6831.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Command/LintCommand.php';
  6832.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bundle/Command/LintCommand.php';
  6833.         $this->privates['twig.command.lint'] = $instance = new \Symfony\Bundle\TwigBundle\Command\LintCommand(($this->services['twig'] ?? $this->getTwigService()));
  6834.         $instance->setName('lint:twig');
  6835.         return $instance;
  6836.     }
  6837.     /**
  6838.      * Gets the private 'twig.form.engine' shared service.
  6839.      *
  6840.      * @return \Symfony\Bridge\Twig\Form\TwigRendererEngine
  6841.      */
  6842.     protected function getTwig_Form_EngineService()
  6843.     {
  6844.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormRendererEngineInterface.php';
  6845.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractRendererEngine.php';
  6846.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Form/TwigRendererEngine.php';
  6847.         return $this->privates['twig.form.engine'] = new \Symfony\Bridge\Twig\Form\TwigRendererEngine($this->parameters['twig.form.resources'], ($this->services['twig'] ?? $this->getTwigService()));
  6848.     }
  6849.     /**
  6850.      * Gets the private 'twig.form.renderer' shared service.
  6851.      *
  6852.      * @return \Symfony\Component\Form\FormRenderer
  6853.      */
  6854.     protected function getTwig_Form_RendererService()
  6855.     {
  6856.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormRendererInterface.php';
  6857.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormRenderer.php';
  6858.         return $this->privates['twig.form.renderer'] = new \Symfony\Component\Form\FormRenderer(($this->privates['twig.form.engine'] ?? $this->getTwig_Form_EngineService()), ($this->services['security.csrf.token_manager'] ?? $this->getSecurity_Csrf_TokenManagerService()));
  6859.     }
  6860.     /**
  6861.      * Gets the private 'twig.mailer.message_listener' shared service.
  6862.      *
  6863.      * @return \Symfony\Component\Mailer\EventListener\MessageListener
  6864.      */
  6865.     protected function getTwig_Mailer_MessageListenerService()
  6866.     {
  6867.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/EventListener/MessageListener.php';
  6868.         include_once \dirname(__DIR__4).'/vendor/symfony/mime/BodyRendererInterface.php';
  6869.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Mime/BodyRenderer.php';
  6870.         return $this->privates['twig.mailer.message_listener'] = new \Symfony\Component\Mailer\EventListener\MessageListener(NULL, new \Symfony\Bridge\Twig\Mime\BodyRenderer(($this->services['twig'] ?? $this->getTwigService())));
  6871.     }
  6872.     /**
  6873.      * Gets the private 'twig.runtime.httpkernel' shared service.
  6874.      *
  6875.      * @return \Symfony\Bridge\Twig\Extension\HttpKernelRuntime
  6876.      */
  6877.     protected function getTwig_Runtime_HttpkernelService()
  6878.     {
  6879.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/HttpKernelRuntime.php';
  6880.         return $this->privates['twig.runtime.httpkernel'] = new \Symfony\Bridge\Twig\Extension\HttpKernelRuntime(($this->privates['fragment.handler'] ?? $this->getFragment_HandlerService()));
  6881.     }
  6882.     /**
  6883.      * Gets the private 'twig.runtime.security_csrf' shared service.
  6884.      *
  6885.      * @return \Symfony\Bridge\Twig\Extension\CsrfRuntime
  6886.      */
  6887.     protected function getTwig_Runtime_SecurityCsrfService()
  6888.     {
  6889.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/CsrfRuntime.php';
  6890.         return $this->privates['twig.runtime.security_csrf'] = new \Symfony\Bridge\Twig\Extension\CsrfRuntime(($this->services['security.csrf.token_manager'] ?? $this->getSecurity_Csrf_TokenManagerService()));
  6891.     }
  6892.     /**
  6893.      * Gets the private 'twig.template_cache_warmer' shared service.
  6894.      *
  6895.      * @return \Symfony\Bundle\TwigBundle\CacheWarmer\TemplateCacheWarmer
  6896.      */
  6897.     protected function getTwig_TemplateCacheWarmerService()
  6898.     {
  6899.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  6900.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bundle/DependencyInjection/CompatibilityServiceSubscriberInterface.php';
  6901.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bundle/CacheWarmer/TemplateCacheWarmer.php';
  6902.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bundle/TemplateIterator.php';
  6903.         return $this->privates['twig.template_cache_warmer'] = new \Symfony\Bundle\TwigBundle\CacheWarmer\TemplateCacheWarmer(($this->privates['.service_locator.o9nGMXB'] ?? $this->get_ServiceLocator_O9nGMXBService())->withContext('twig.template_cache_warmer'$this), new \Symfony\Bundle\TwigBundle\TemplateIterator(($this->services['kernel'] ?? $this->get('kernel'1)), (\dirname(__DIR__4).'/src'), [(\dirname(__DIR__4).'/src/FHI360/Access/Portal/Resources/public') => 'public', (\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')));
  6904.     }
  6905.     /**
  6906.      * Gets the private 'validator.builder' shared service.
  6907.      *
  6908.      * @return \Symfony\Component\Validator\ValidatorBuilder
  6909.      */
  6910.     protected function getValidator_BuilderService()
  6911.     {
  6912.         $this->privates['validator.builder'] = $instance = \Symfony\Component\Validator\Validation::createValidatorBuilder();
  6913.         $a = new \Symfony\Component\PropertyInfo\PropertyInfoExtractor(new RewindableGenerator(function () {
  6914.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  6915.             yield => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService());
  6916.             yield => ($this->privates['doctrine.orm.suitecrm_entity_manager.property_info_extractor'] ?? $this->getDoctrine_Orm_SuitecrmEntityManager_PropertyInfoExtractorService());
  6917.         }, 3), new RewindableGenerator(function () {
  6918.             yield => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService());
  6919.             yield => ($this->privates['doctrine.orm.suitecrm_entity_manager.property_info_extractor'] ?? $this->getDoctrine_Orm_SuitecrmEntityManager_PropertyInfoExtractorService());
  6920.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  6921.         }, 3), new RewindableGenerator(function () {
  6922.             return new \EmptyIterator();
  6923.         }, 0), new RewindableGenerator(function () {
  6924.             yield => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService());
  6925.             yield => ($this->privates['doctrine.orm.suitecrm_entity_manager.property_info_extractor'] ?? $this->getDoctrine_Orm_SuitecrmEntityManager_PropertyInfoExtractorService());
  6926.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  6927.         }, 3), new RewindableGenerator(function () {
  6928.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  6929.         }, 1));
  6930.         $instance->setConstraintValidatorFactory(new \Symfony\Component\Validator\ContainerConstraintValidatorFactory(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6931.             'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator' => ['privates''doctrine.orm.validator.unique''getDoctrine_Orm_Validator_UniqueService'false],
  6932.             'Symfony\\Component\\Security\\Core\\Validator\\Constraints\\UserPasswordValidator' => ['privates''security.validator.user_password''getSecurity_Validator_UserPasswordService'false],
  6933.             'Symfony\\Component\\Validator\\Constraints\\EmailValidator' => ['privates''validator.email''getValidator_EmailService'false],
  6934.             'Symfony\\Component\\Validator\\Constraints\\ExpressionValidator' => ['privates''validator.expression''getValidator_ExpressionService'false],
  6935.             'Symfony\\Component\\Validator\\Constraints\\NotCompromisedPasswordValidator' => ['privates''validator.not_compromised_password''getValidator_NotCompromisedPasswordService'false],
  6936.             'doctrine.orm.validator.unique' => ['privates''doctrine.orm.validator.unique''getDoctrine_Orm_Validator_UniqueService'false],
  6937.             'security.validator.user_password' => ['privates''security.validator.user_password''getSecurity_Validator_UserPasswordService'false],
  6938.             'validator.expression' => ['privates''validator.expression''getValidator_ExpressionService'false],
  6939.         ], [
  6940.             'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator' => '?',
  6941.             'Symfony\\Component\\Security\\Core\\Validator\\Constraints\\UserPasswordValidator' => '?',
  6942.             'Symfony\\Component\\Validator\\Constraints\\EmailValidator' => '?',
  6943.             'Symfony\\Component\\Validator\\Constraints\\ExpressionValidator' => '?',
  6944.             'Symfony\\Component\\Validator\\Constraints\\NotCompromisedPasswordValidator' => '?',
  6945.             'doctrine.orm.validator.unique' => '?',
  6946.             'security.validator.user_password' => '?',
  6947.             'validator.expression' => '?',
  6948.         ])));
  6949.         $instance->setTranslator(new \Symfony\Component\Validator\Util\LegacyTranslatorProxy(($this->services['translator'] ?? $this->getTranslatorService())));
  6950.         $instance->setTranslationDomain('validators');
  6951.         $instance->addXmlMappings([=> (\dirname(__DIR__4).'/vendor/symfony/form/Resources/config/validation.xml')]);
  6952.         $instance->enableAnnotationMapping(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  6953.         $instance->addMethodMapping('loadValidatorMetadata');
  6954.         $instance->addObjectInitializers([=> new \Symfony\Bridge\Doctrine\Validator\DoctrineInitializer(($this->services['doctrine'] ?? $this->getDoctrineService()))]);
  6955.         $instance->addLoader(new \Symfony\Component\Validator\Mapping\Loader\PropertyInfoLoader($a$a$aNULL));
  6956.         $instance->addLoader(new \Symfony\Bridge\Doctrine\Validator\DoctrineLoader(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), NULL));
  6957.         $instance->addLoader(new \Symfony\Bridge\Doctrine\Validator\DoctrineLoader(($this->services['doctrine.orm.suitecrm_entity_manager'] ?? $this->getDoctrine_Orm_SuitecrmEntityManagerService()), NULL));
  6958.         return $instance;
  6959.     }
  6960.     /**
  6961.      * Gets the private 'validator.email' shared service.
  6962.      *
  6963.      * @return \Symfony\Component\Validator\Constraints\EmailValidator
  6964.      */
  6965.     protected function getValidator_EmailService()
  6966.     {
  6967.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  6968.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  6969.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/Constraints/EmailValidator.php';
  6970.         return $this->privates['validator.email'] = new \Symfony\Component\Validator\Constraints\EmailValidator('html5');
  6971.     }
  6972.     /**
  6973.      * Gets the private 'validator.expression' shared service.
  6974.      *
  6975.      * @return \Symfony\Component\Validator\Constraints\ExpressionValidator
  6976.      */
  6977.     protected function getValidator_ExpressionService()
  6978.     {
  6979.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  6980.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  6981.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/Constraints/ExpressionValidator.php';
  6982.         return $this->privates['validator.expression'] = new \Symfony\Component\Validator\Constraints\ExpressionValidator();
  6983.     }
  6984.     /**
  6985.      * Gets the private 'validator.mapping.cache_warmer' shared service.
  6986.      *
  6987.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\ValidatorCacheWarmer
  6988.      */
  6989.     protected function getValidator_Mapping_CacheWarmerService()
  6990.     {
  6991.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  6992.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/AbstractPhpFileCacheWarmer.php';
  6993.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/ValidatorCacheWarmer.php';
  6994.         return $this->privates['validator.mapping.cache_warmer'] = new \Symfony\Bundle\FrameworkBundle\CacheWarmer\ValidatorCacheWarmer(($this->privates['validator.builder'] ?? $this->getValidator_BuilderService()), ($this->targetDir.''.'/validation.php'));
  6995.     }
  6996.     /**
  6997.      * Gets the private 'validator.not_compromised_password' shared service.
  6998.      *
  6999.      * @return \Symfony\Component\Validator\Constraints\NotCompromisedPasswordValidator
  7000.      */
  7001.     protected function getValidator_NotCompromisedPasswordService()
  7002.     {
  7003.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  7004.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  7005.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/Constraints/NotCompromisedPasswordValidator.php';
  7006.         return $this->privates['validator.not_compromised_password'] = new \Symfony\Component\Validator\Constraints\NotCompromisedPasswordValidator(NULL'UTF-8'trueNULL);
  7007.     }
  7008.     /**
  7009.      * Gets the private 'var_dumper.command.server_dump' shared service.
  7010.      *
  7011.      * @return \Symfony\Component\VarDumper\Command\ServerDumpCommand
  7012.      */
  7013.     protected function getVarDumper_Command_ServerDumpService()
  7014.     {
  7015.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7016.         include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Command/ServerDumpCommand.php';
  7017.         include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Server/DumpServer.php';
  7018.         include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Command/Descriptor/DumpDescriptorInterface.php';
  7019.         include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Command/Descriptor/CliDescriptor.php';
  7020.         include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Command/Descriptor/HtmlDescriptor.php';
  7021.         $a = new \Symfony\Bridge\Monolog\Logger('debug');
  7022.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  7023.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  7024.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  7025.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  7026.         $this->privates['var_dumper.command.server_dump'] = $instance = new \Symfony\Component\VarDumper\Command\ServerDumpCommand(new \Symfony\Component\VarDumper\Server\DumpServer('tcp://'.$this->getEnv('string:VAR_DUMPER_SERVER'), $a), ['cli' => new \Symfony\Component\VarDumper\Command\Descriptor\CliDescriptor(($this->privates['var_dumper.contextualized_cli_dumper.inner'] ?? $this->getVarDumper_ContextualizedCliDumper_InnerService())), 'html' => new \Symfony\Component\VarDumper\Command\Descriptor\HtmlDescriptor(($this->privates['var_dumper.html_dumper'] ?? $this->getVarDumper_HtmlDumperService()))]);
  7027.         $instance->setName('server:dump');
  7028.         return $instance;
  7029.     }
  7030.     /**
  7031.      * Gets the private 'var_dumper.contextualized_cli_dumper.inner' shared service.
  7032.      *
  7033.      * @return \Symfony\Component\VarDumper\Dumper\CliDumper
  7034.      */
  7035.     protected function getVarDumper_ContextualizedCliDumper_InnerService()
  7036.     {
  7037.         $this->privates['var_dumper.contextualized_cli_dumper.inner'] = $instance = new \Symfony\Component\VarDumper\Dumper\CliDumper(NULL'UTF-8'0);
  7038.         $instance->setDisplayOptions(['fileLinkFormat' => ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService())]);
  7039.         return $instance;
  7040.     }
  7041.     /**
  7042.      * Gets the private 'var_dumper.html_dumper' shared service.
  7043.      *
  7044.      * @return \Symfony\Component\VarDumper\Dumper\HtmlDumper
  7045.      */
  7046.     protected function getVarDumper_HtmlDumperService()
  7047.     {
  7048.         $this->privates['var_dumper.html_dumper'] = $instance = new \Symfony\Component\VarDumper\Dumper\HtmlDumper(NULL'UTF-8'0);
  7049.         $instance->setDisplayOptions(['fileLinkFormat' => ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService())]);
  7050.         return $instance;
  7051.     }
  7052.     /**
  7053.      * Gets the private 'var_dumper.server_connection' shared service.
  7054.      *
  7055.      * @return \Symfony\Component\VarDumper\Server\Connection
  7056.      */
  7057.     protected function getVarDumper_ServerConnectionService()
  7058.     {
  7059.         return $this->privates['var_dumper.server_connection'] = new \Symfony\Component\VarDumper\Server\Connection('tcp://'.$this->getEnv('string:VAR_DUMPER_SERVER'), ['source' => new \Symfony\Component\VarDumper\Dumper\ContextProvider\SourceContextProvider('UTF-8', \dirname(__DIR__4), ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService())), 'request' => new \Symfony\Component\VarDumper\Dumper\ContextProvider\RequestContextProvider(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()))), 'cli' => new \Symfony\Component\VarDumper\Dumper\ContextProvider\CliContextProvider()]);
  7060.     }
  7061.     /**
  7062.      * Gets the private 'web_profiler.csp.handler' shared service.
  7063.      *
  7064.      * @return \Symfony\Bundle\WebProfilerBundle\Csp\ContentSecurityPolicyHandler
  7065.      */
  7066.     protected function getWebProfiler_Csp_HandlerService()
  7067.     {
  7068.         return $this->privates['web_profiler.csp.handler'] = new \Symfony\Bundle\WebProfilerBundle\Csp\ContentSecurityPolicyHandler(new \Symfony\Bundle\WebProfilerBundle\Csp\NonceGenerator());
  7069.     }
  7070.     /**
  7071.      * Gets the private 'web_profiler.debug_toolbar' shared service.
  7072.      *
  7073.      * @return \Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener
  7074.      */
  7075.     protected function getWebProfiler_DebugToolbarService()
  7076.     {
  7077.         return $this->privates['web_profiler.debug_toolbar'] = new \Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener(($this->services['twig'] ?? $this->getTwigService()), false2, ($this->services['router'] ?? $this->getRouterService()), '^/((index|app(_[\\w]+)?)\\.php/)?_wdt', ($this->privates['web_profiler.csp.handler'] ?? $this->getWebProfiler_Csp_HandlerService()));
  7078.     }
  7079.     /**
  7080.      * Gets the private 'webpack_encore.entrypoint_lookup[_default]' shared service.
  7081.      *
  7082.      * @return \Symfony\WebpackEncoreBundle\Asset\EntrypointLookup
  7083.      */
  7084.     protected function getWebpackEncore_EntrypointLookupDefaultService()
  7085.     {
  7086.         include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/Asset/EntrypointLookupInterface.php';
  7087.         include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/Asset/IntegrityDataProviderInterface.php';
  7088.         include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/Asset/EntrypointLookup.php';
  7089.         return $this->privates['webpack_encore.entrypoint_lookup[_default]'] = new \Symfony\WebpackEncoreBundle\Asset\EntrypointLookup((\dirname(__DIR__4).'/public/bundles/build/entrypoints.json'), NULL'_default'true);
  7090.     }
  7091.     /**
  7092.      * Gets the private 'webpack_encore.entrypoint_lookup_collection' shared service.
  7093.      *
  7094.      * @return \Symfony\WebpackEncoreBundle\Asset\EntrypointLookupCollection
  7095.      */
  7096.     protected function getWebpackEncore_EntrypointLookupCollectionService()
  7097.     {
  7098.         return $this->privates['webpack_encore.entrypoint_lookup_collection'] = new \Symfony\WebpackEncoreBundle\Asset\EntrypointLookupCollection(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  7099.             '_default' => ['privates''webpack_encore.entrypoint_lookup[_default]''getWebpackEncore_EntrypointLookupDefaultService'false],
  7100.         ], [
  7101.             '_default' => '?',
  7102.         ]), '_default');
  7103.     }
  7104.     /**
  7105.      * Gets the private 'webpack_encore.exception_listener' shared service.
  7106.      *
  7107.      * @return \Symfony\WebpackEncoreBundle\EventListener\ExceptionListener
  7108.      */
  7109.     protected function getWebpackEncore_ExceptionListenerService()
  7110.     {
  7111.         include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/EventListener/ExceptionListener.php';
  7112.         return $this->privates['webpack_encore.exception_listener'] = new \Symfony\WebpackEncoreBundle\EventListener\ExceptionListener(($this->privates['webpack_encore.entrypoint_lookup_collection'] ?? $this->getWebpackEncore_EntrypointLookupCollectionService()), [=> '_default']);
  7113.     }
  7114.     /**
  7115.      * Gets the private 'webpack_encore.tag_renderer' shared service.
  7116.      *
  7117.      * @return \Symfony\WebpackEncoreBundle\Asset\TagRenderer
  7118.      */
  7119.     protected function getWebpackEncore_TagRendererService()
  7120.     {
  7121.         include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/Asset/TagRenderer.php';
  7122.         return $this->privates['webpack_encore.tag_renderer'] = new \Symfony\WebpackEncoreBundle\Asset\TagRenderer(($this->privates['webpack_encore.entrypoint_lookup_collection'] ?? $this->getWebpackEncore_EntrypointLookupCollectionService()), ($this->privates['assets.packages'] ?? $this->getAssets_PackagesService()), [], ['defer' => true], [], ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  7123.     }
  7124.     /**
  7125.      * @return array|bool|float|int|string|\UnitEnum|null
  7126.      */
  7127.     public function getParameter($name)
  7128.     {
  7129.         $name = (string) $name;
  7130.         if (isset($this->buildParameters[$name])) {
  7131.             return $this->buildParameters[$name];
  7132.         }
  7133.         if (!(isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || array_key_exists($name$this->parameters))) {
  7134.             throw new InvalidArgumentException(sprintf('The parameter "%s" must be defined.'$name));
  7135.         }
  7136.         if (isset($this->loadedDynamicParameters[$name])) {
  7137.             return $this->loadedDynamicParameters[$name] ? $this->dynamicParameters[$name] : $this->getDynamicParameter($name);
  7138.         }
  7139.         return $this->parameters[$name];
  7140.     }
  7141.     public function hasParameter($name): bool
  7142.     {
  7143.         $name = (string) $name;
  7144.         if (isset($this->buildParameters[$name])) {
  7145.             return true;
  7146.         }
  7147.         return isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || array_key_exists($name$this->parameters);
  7148.     }
  7149.     public function setParameter($name$value): void
  7150.     {
  7151.         throw new LogicException('Impossible to call set() on a frozen ParameterBag.');
  7152.     }
  7153.     public function getParameterBag(): ParameterBagInterface
  7154.     {
  7155.         if (null === $this->parameterBag) {
  7156.             $parameters $this->parameters;
  7157.             foreach ($this->loadedDynamicParameters as $name => $loaded) {
  7158.                 $parameters[$name] = $loaded $this->dynamicParameters[$name] : $this->getDynamicParameter($name);
  7159.             }
  7160.             foreach ($this->buildParameters as $name => $value) {
  7161.                 $parameters[$name] = $value;
  7162.             }
  7163.             $this->parameterBag = new FrozenParameterBag($parameters);
  7164.         }
  7165.         return $this->parameterBag;
  7166.     }
  7167.     private $loadedDynamicParameters = [
  7168.         'kernel.cache_dir' => false,
  7169.         'JIRA_USER' => false,
  7170.         'JIRA_PASS' => false,
  7171.         'database_host' => false,
  7172.         'database_port' => false,
  7173.         'database_name' => false,
  7174.         'database_user' => false,
  7175.         'database_password' => false,
  7176.         'secret' => false,
  7177.         'session_timeout_timer_minutes' => false,
  7178.         'portal_domain' => false,
  7179.         'production_domain' => false,
  7180.         'suite_domain' => false,
  7181.         'suitecrml_url' => false,
  7182.         'limesurvey_url' => false,
  7183.         'exchange_domain' => false,
  7184.         'exchange_subdomain' => false,
  7185.         'recaptcha_site_key' => false,
  7186.         'recaptcha_secret_key' => false,
  7187.         'enable_disclaimer' => false,
  7188.         'check_if_javascript_is_enabled' => false,
  7189.         'check_if_cookie_is_enabled' => false,
  7190.         'SENDGRID_API_KEY' => false,
  7191.         'FROALA_LICENSE_KEY' => false,
  7192.         'do_space_key' => false,
  7193.         'do_space_secret' => false,
  7194.         'do_space_region' => false,
  7195.         'do_space_name' => false,
  7196.         'WP_POST_HANDBOOK_URL' => false,
  7197.         'WP_POST_HANDBOOK_DECRYPT_KEY' => false,
  7198.         'WP_POST_HANDBOOK_AUTH_KEY' => false,
  7199.         'enable_api_when_creating_user' => false,
  7200.         'maintenance' => false,
  7201.         'online_proposal' => false,
  7202.         'online_reporting' => false,
  7203.         'automated_test_environment' => false,
  7204.         'online_svr' => false,
  7205.         'app_env' => false,
  7206.         'kernel.secret' => false,
  7207.         'session.save_path' => false,
  7208.         'validator.mapping.cache.file' => false,
  7209.         'profiler.storage.dsn' => false,
  7210.         'debug.container.dump' => false,
  7211.         'doctrine.orm.proxy_dir' => false,
  7212.     ];
  7213.     private $dynamicParameters = [];
  7214.     private function getDynamicParameter(string $name)
  7215.     {
  7216.         switch ($name) {
  7217.             case 'kernel.cache_dir'$value $this->targetDir.''; break;
  7218.             case 'JIRA_USER'$value $this->getEnv('string:JIRA_USER'); break;
  7219.             case 'JIRA_PASS'$value $this->getEnv('string:JIRA_PASS'); break;
  7220.             case 'database_host'$value $this->getEnv('string:DATABASE_HOST'); break;
  7221.             case 'database_port'$value $this->getEnv('string:DATABASE_PORT'); break;
  7222.             case 'database_name'$value $this->getEnv('string:DATABASE_NAME'); break;
  7223.             case 'database_user'$value $this->getEnv('string:DATABASE_USER'); break;
  7224.             case 'database_password'$value $this->getEnv('string:DATABASE_PASSWORD'); break;
  7225.             case 'secret'$value $this->getEnv('string:SECRET'); break;
  7226.             case 'session_timeout_timer_minutes'$value $this->getEnv('string:SESSION_TIMEOUT_TIMER_MINUTES'); break;
  7227.             case 'portal_domain'$value $this->getEnv('string:PORTAL_DOMAIN'); break;
  7228.             case 'production_domain'$value $this->getEnv('string:PRODUCTION_DOMAIN'); break;
  7229.             case 'suite_domain'$value $this->getEnv('string:SUITE_DOMAIN'); break;
  7230.             case 'suitecrml_url'$value $this->getEnv('string:SUITECRM_URL'); break;
  7231.             case 'limesurvey_url'$value $this->getEnv('string:LIMESURVEY_URL'); break;
  7232.             case 'exchange_domain'$value $this->getEnv('string:EXCHANGE_DOMAIN'); break;
  7233.             case 'exchange_subdomain'$value $this->getEnv('string:EXCHANGE_SUBDOMAIN'); break;
  7234.             case 'recaptcha_site_key'$value $this->getEnv('string:RECAPTCHA_SITE_KEY'); break;
  7235.             case 'recaptcha_secret_key'$value $this->getEnv('string:RECAPTCHA_SECRET_KEY'); break;
  7236.             case 'enable_disclaimer'$value $this->getEnv('string:ENABLE_DISCLAIMER'); break;
  7237.             case 'check_if_javascript_is_enabled'$value $this->getEnv('string:CHECK_IF_JAVASCRIPT_IS_ENABLED'); break;
  7238.             case 'check_if_cookie_is_enabled'$value $this->getEnv('string:CHECK_IF_COOKIE_IS_ENABLED'); break;
  7239.             case 'SENDGRID_API_KEY'$value $this->getEnv('string:SENDGRID_API_KEY'); break;
  7240.             case 'FROALA_LICENSE_KEY'$value $this->getEnv('string:FROALA_LICENSE_KEY'); break;
  7241.             case 'do_space_key'$value $this->getEnv('string:DO_SPACE_KEY'); break;
  7242.             case 'do_space_secret'$value $this->getEnv('string:DO_SPACE_SECRET'); break;
  7243.             case 'do_space_region'$value $this->getEnv('string:DO_SPACE_REGION'); break;
  7244.             case 'do_space_name'$value $this->getEnv('string:DO_SPACE_NAME'); break;
  7245.             case 'WP_POST_HANDBOOK_URL'$value $this->getEnv('string:WP_POST_HANDBOOK_URL'); break;
  7246.             case 'WP_POST_HANDBOOK_DECRYPT_KEY'$value $this->getEnv('string:WP_POST_HANDBOOK_DECRYPT_KEY'); break;
  7247.             case 'WP_POST_HANDBOOK_AUTH_KEY'$value $this->getEnv('string:WP_POST_HANDBOOK_AUTH_KEY'); break;
  7248.             case 'enable_api_when_creating_user'$value $this->getEnv('bool:ENABLE_API'); break;
  7249.             case 'maintenance'$value $this->getEnv('bool:MAINTENANCE'); break;
  7250.             case 'online_proposal'$value $this->getEnv('bool:ONLINE_PROPOSAL_FLAG'); break;
  7251.             case 'online_reporting'$value $this->getEnv('bool:ONLINE_REPORTING_FLAG'); break;
  7252.             case 'automated_test_environment'$value $this->getEnv('bool:AUTOMATED_TEST_ENVIRONMENT'); break;
  7253.             case 'online_svr'$value $this->getEnv('bool:SVR_FLAG'); break;
  7254.             case 'app_env'$value $this->getEnv('string:APP_ENV'); break;
  7255.             case 'kernel.secret'$value $this->getEnv('APP_SECRET'); break;
  7256.             case 'session.save_path'$value = ($this->targetDir.''.'/sessions'); break;
  7257.             case 'validator.mapping.cache.file'$value = ($this->targetDir.''.'/validation.php'); break;
  7258.             case 'profiler.storage.dsn'$value = ('file:'.$this->targetDir.''.'/profiler'); break;
  7259.             case 'debug.container.dump'$value = ($this->targetDir.''.'/srcApp_KernelDevDebugContainer.xml'); break;
  7260.             case 'doctrine.orm.proxy_dir'$value = ($this->targetDir.''.'/doctrine/orm/Proxies'); break;
  7261.             default: throw new InvalidArgumentException(sprintf('The dynamic parameter "%s" must be defined.'$name));
  7262.         }
  7263.         $this->loadedDynamicParameters[$name] = true;
  7264.         return $this->dynamicParameters[$name] = $value;
  7265.     }
  7266.     protected function getDefaultParameters(): array
  7267.     {
  7268.         return [
  7269.             'kernel.root_dir' => (\dirname(__DIR__4).'/src'),
  7270.             'kernel.project_dir' => \dirname(__DIR__4),
  7271.             'kernel.environment' => 'dev',
  7272.             'kernel.debug' => true,
  7273.             'kernel.name' => 'src',
  7274.             'kernel.logs_dir' => (\dirname(__DIR__3).'/log'),
  7275.             'kernel.bundles' => [
  7276.                 'FrameworkBundle' => 'Symfony\\Bundle\\FrameworkBundle\\FrameworkBundle',
  7277.                 'TwigBundle' => 'Symfony\\Bundle\\TwigBundle\\TwigBundle',
  7278.                 'SecurityBundle' => 'Symfony\\Bundle\\SecurityBundle\\SecurityBundle',
  7279.                 'SensioFrameworkExtraBundle' => 'Sensio\\Bundle\\FrameworkExtraBundle\\SensioFrameworkExtraBundle',
  7280.                 'MonologBundle' => 'Symfony\\Bundle\\MonologBundle\\MonologBundle',
  7281.                 'DebugBundle' => 'Symfony\\Bundle\\DebugBundle\\DebugBundle',
  7282.                 'DoctrineBundle' => 'Doctrine\\Bundle\\DoctrineBundle\\DoctrineBundle',
  7283.                 'DoctrineMigrationsBundle' => 'Doctrine\\Bundle\\MigrationsBundle\\DoctrineMigrationsBundle',
  7284.                 'WebProfilerBundle' => 'Symfony\\Bundle\\WebProfilerBundle\\WebProfilerBundle',
  7285.                 'WebpackEncoreBundle' => 'Symfony\\WebpackEncoreBundle\\WebpackEncoreBundle',
  7286.                 'MakerBundle' => 'Symfony\\Bundle\\MakerBundle\\MakerBundle',
  7287.             ],
  7288.             'kernel.bundles_metadata' => [
  7289.                 'FrameworkBundle' => [
  7290.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle'),
  7291.                     'namespace' => 'Symfony\\Bundle\\FrameworkBundle',
  7292.                 ],
  7293.                 'TwigBundle' => [
  7294.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/twig-bundle'),
  7295.                     'namespace' => 'Symfony\\Bundle\\TwigBundle',
  7296.                 ],
  7297.                 'SecurityBundle' => [
  7298.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/security-bundle'),
  7299.                     'namespace' => 'Symfony\\Bundle\\SecurityBundle',
  7300.                 ],
  7301.                 'SensioFrameworkExtraBundle' => [
  7302.                     'path' => (\dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src'),
  7303.                     'namespace' => 'Sensio\\Bundle\\FrameworkExtraBundle',
  7304.                 ],
  7305.                 'MonologBundle' => [
  7306.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/monolog-bundle'),
  7307.                     'namespace' => 'Symfony\\Bundle\\MonologBundle',
  7308.                 ],
  7309.                 'DebugBundle' => [
  7310.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/debug-bundle'),
  7311.                     'namespace' => 'Symfony\\Bundle\\DebugBundle',
  7312.                 ],
  7313.                 'DoctrineBundle' => [
  7314.                     'path' => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle'),
  7315.                     'namespace' => 'Doctrine\\Bundle\\DoctrineBundle',
  7316.                 ],
  7317.                 'DoctrineMigrationsBundle' => [
  7318.                     'path' => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle'),
  7319.                     'namespace' => 'Doctrine\\Bundle\\MigrationsBundle',
  7320.                 ],
  7321.                 'WebProfilerBundle' => [
  7322.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle'),
  7323.                     'namespace' => 'Symfony\\Bundle\\WebProfilerBundle',
  7324.                 ],
  7325.                 'WebpackEncoreBundle' => [
  7326.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src'),
  7327.                     'namespace' => 'Symfony\\WebpackEncoreBundle',
  7328.                 ],
  7329.                 'MakerBundle' => [
  7330.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/maker-bundle/src'),
  7331.                     'namespace' => 'Symfony\\Bundle\\MakerBundle',
  7332.                 ],
  7333.             ],
  7334.             'kernel.charset' => 'UTF-8',
  7335.             'kernel.container_class' => 'srcApp_KernelDevDebugContainer',
  7336.             'container.dumper.inline_class_loader' => true,
  7337.             'container.dumper.inline_factories' => true,
  7338.             'locale' => 'en',
  7339.             'forgot_password_url' => '/crm/find_username_from_email.php',
  7340.             'recaptcha_verify_url' => 'https://www.google.com/recaptcha/api/siteverify',
  7341.             'all_access_security_group' => [
  7342.                 => '20c8ea4f-fc88-2b75-a080-56e995b4762a',
  7343.                 => '7f2a7c32-adec-0a9d-386b-547caf5594f8',
  7344.                 => 'b36ef840-9637-6f01-426e-5a53aa6a1765',
  7345.             ],
  7346.             'fhi360_security_group' => [
  7347.                 => '20c8ea4f-fc88-2b75-a080-56e995b4762a',
  7348.             ],
  7349.             'eca_security_group' => [
  7350.                 => '7f2a7c32-adec-0a9d-386b-547caf5594f8',
  7351.             ],
  7352.             'relo_role' => [
  7353.                 => '330cec46-9795-a122-31d8-58bc584115f3',
  7354.             ],
  7355.             'post_role' => [
  7356.                 => '9e053149-a85b-a2ac-b27d-5b899edeaa71',
  7357.                 => '7ee8a9d2-e5f5-22c1-7620-5abbf02651e3',
  7358.             ],
  7359.             'provider_role' => '23780375-b95b-73c8-9f7f-5f7b3776919a',
  7360.             'nomination_access_role' => '8d260bb6-b284-e680-c233-5bae8da81670',
  7361.             'ga_key' => 'UA-92923829-1',
  7362.             'email_help_inbox' => 'Access_HelpDesk@fhi360.org',
  7363.             'mailer_email' => 'do_not_reply@access-program.org',
  7364.             'mailer_name' => 'Access Program',
  7365.             'documentation_top_level_id' => 'b025b040-19bf-0990-0c80-5b856884bfb2',
  7366.             'documentation_defaul_page_id' => '44f50492-5e33-d05e-d8d0-5b8563b9667a',
  7367.             'mailer_transport' => 'smtp',
  7368.             'mailer_host' => '127.0.0.1',
  7369.             'mailer_user' => NULL,
  7370.             'mailer_password' => NULL,
  7371.             'JIRA_HOST' => 'https://fhi360.atlassian.net',
  7372.             'event_dispatcher.event_aliases' => [
  7373.                 'Symfony\\Component\\Console\\Event\\ConsoleCommandEvent' => 'console.command',
  7374.                 'Symfony\\Component\\Console\\Event\\ConsoleErrorEvent' => 'console.error',
  7375.                 'Symfony\\Component\\Console\\Event\\ConsoleTerminateEvent' => 'console.terminate',
  7376.                 'Symfony\\Component\\Form\\Event\\PreSubmitEvent' => 'form.pre_submit',
  7377.                 'Symfony\\Component\\Form\\Event\\SubmitEvent' => 'form.submit',
  7378.                 'Symfony\\Component\\Form\\Event\\PostSubmitEvent' => 'form.post_submit',
  7379.                 'Symfony\\Component\\Form\\Event\\PreSetDataEvent' => 'form.pre_set_data',
  7380.                 'Symfony\\Component\\Form\\Event\\PostSetDataEvent' => 'form.post_set_data',
  7381.                 'Symfony\\Component\\HttpKernel\\Event\\ControllerArgumentsEvent' => 'kernel.controller_arguments',
  7382.                 'Symfony\\Component\\HttpKernel\\Event\\ControllerEvent' => 'kernel.controller',
  7383.                 'Symfony\\Component\\HttpKernel\\Event\\ResponseEvent' => 'kernel.response',
  7384.                 'Symfony\\Component\\HttpKernel\\Event\\FinishRequestEvent' => 'kernel.finish_request',
  7385.                 'Symfony\\Component\\HttpKernel\\Event\\RequestEvent' => 'kernel.request',
  7386.                 'Symfony\\Component\\HttpKernel\\Event\\ViewEvent' => 'kernel.view',
  7387.                 'Symfony\\Component\\HttpKernel\\Event\\ExceptionEvent' => 'kernel.exception',
  7388.                 'Symfony\\Component\\HttpKernel\\Event\\TerminateEvent' => 'kernel.terminate',
  7389.                 'Symfony\\Component\\Workflow\\Event\\GuardEvent' => 'workflow.guard',
  7390.                 'Symfony\\Component\\Workflow\\Event\\LeaveEvent' => 'workflow.leave',
  7391.                 'Symfony\\Component\\Workflow\\Event\\TransitionEvent' => 'workflow.transition',
  7392.                 'Symfony\\Component\\Workflow\\Event\\EnterEvent' => 'workflow.enter',
  7393.                 'Symfony\\Component\\Workflow\\Event\\EnteredEvent' => 'workflow.entered',
  7394.                 'Symfony\\Component\\Workflow\\Event\\CompletedEvent' => 'workflow.completed',
  7395.                 'Symfony\\Component\\Workflow\\Event\\AnnounceEvent' => 'workflow.announce',
  7396.                 'Symfony\\Component\\Security\\Core\\Event\\AuthenticationSuccessEvent' => 'security.authentication.success',
  7397.                 'Symfony\\Component\\Security\\Core\\Event\\AuthenticationFailureEvent' => 'security.authentication.failure',
  7398.                 'Symfony\\Component\\Security\\Http\\Event\\InteractiveLoginEvent' => 'security.interactive_login',
  7399.                 'Symfony\\Component\\Security\\Http\\Event\\SwitchUserEvent' => 'security.switch_user',
  7400.             ],
  7401.             'fragment.renderer.hinclude.global_template' => NULL,
  7402.             'fragment.path' => '/_fragment',
  7403.             'kernel.http_method_override' => true,
  7404.             'kernel.trusted_hosts' => [
  7405.             ],
  7406.             'kernel.default_locale' => 'en',
  7407.             'kernel.error_controller' => 'error_controller',
  7408.             'templating.helper.code.file_link_format' => NULL,
  7409.             'debug.file_link_format' => NULL,
  7410.             'session.metadata.storage_key' => '_sf2_meta',
  7411.             'session.storage.options' => [
  7412.                 'cache_limiter' => '0',
  7413.                 'cookie_lifetime' => 28800,
  7414.                 'cookie_secure' => 'auto',
  7415.                 'cookie_httponly' => true,
  7416.                 'cookie_samesite' => 'lax',
  7417.                 'gc_probability' => 1,
  7418.             ],
  7419.             'session.metadata.update_threshold' => 0,
  7420.             'form.type_extension.csrf.enabled' => true,
  7421.             'form.type_extension.csrf.field_name' => '_token',
  7422.             'asset.request_context.base_path' => '',
  7423.             'asset.request_context.secure' => false,
  7424.             'templating.loader.cache.path' => NULL,
  7425.             'templating.engines' => [
  7426.                 => 'twig',
  7427.                 => 'php',
  7428.             ],
  7429.             'templating.helper.form.resources' => [
  7430.                 => 'FrameworkBundle:Form',
  7431.             ],
  7432.             'validator.translation_domain' => 'validators',
  7433.             'translator.logging' => false,
  7434.             'translator.default_path' => (\dirname(__DIR__4).'/translations'),
  7435.             'profiler_listener.only_exceptions' => false,
  7436.             'profiler_listener.only_master_requests' => false,
  7437.             'debug.error_handler.throw_at' => -1,
  7438.             'router.request_context.host' => 'localhost',
  7439.             'router.request_context.scheme' => 'http',
  7440.             'router.request_context.base_url' => '',
  7441.             'router.resource' => 'kernel::loadRoutes',
  7442.             'router.cache_class_prefix' => 'srcApp_KernelDevDebugContainer',
  7443.             'request_listener.http_port' => 80,
  7444.             'request_listener.https_port' => 443,
  7445.             'twig.exception_listener.controller' => NULL,
  7446.             'twig.form.resources' => [
  7447.                 => 'form_div_layout.html.twig',
  7448.             ],
  7449.             'twig.default_path' => (\dirname(__DIR__4).'/templates'),
  7450.             'security.authentication.trust_resolver.anonymous_class' => NULL,
  7451.             'security.authentication.trust_resolver.rememberme_class' => NULL,
  7452.             'security.role_hierarchy.roles' => [
  7453.             ],
  7454.             'security.access.denied_url' => NULL,
  7455.             'security.authentication.manager.erase_credentials' => true,
  7456.             'security.authentication.session_strategy.strategy' => 'migrate',
  7457.             'security.access.always_authenticate_before_granting' => false,
  7458.             'security.authentication.hide_user_not_found' => true,
  7459.             'monolog.use_microseconds' => true,
  7460.             'monolog.swift_mailer.handlers' => [
  7461.             ],
  7462.             'monolog.handlers_to_channels' => [
  7463.                 'monolog.handler.console' => [
  7464.                     'type' => 'exclusive',
  7465.                     'elements' => [
  7466.                         => 'event',
  7467.                         => 'doctrine',
  7468.                         => 'console',
  7469.                     ],
  7470.                 ],
  7471.                 'monolog.handler.main' => [
  7472.                     'type' => 'exclusive',
  7473.                     'elements' => [
  7474.                         => 'event',
  7475.                     ],
  7476.                 ],
  7477.             ],
  7478.             'env(VAR_DUMPER_SERVER)' => '127.0.0.1:9912',
  7479.             'doctrine.dbal.logger.chain.class' => 'Doctrine\\DBAL\\Logging\\LoggerChain',
  7480.             'doctrine.dbal.logger.profiling.class' => 'Doctrine\\DBAL\\Logging\\DebugStack',
  7481.             'doctrine.dbal.logger.class' => 'Symfony\\Bridge\\Doctrine\\Logger\\DbalLogger',
  7482.             'doctrine.dbal.configuration.class' => 'Doctrine\\DBAL\\Configuration',
  7483.             'doctrine.data_collector.class' => 'Doctrine\\Bundle\\DoctrineBundle\\DataCollector\\DoctrineDataCollector',
  7484.             'doctrine.dbal.connection.event_manager.class' => 'Symfony\\Bridge\\Doctrine\\ContainerAwareEventManager',
  7485.             'doctrine.dbal.connection_factory.class' => 'Doctrine\\Bundle\\DoctrineBundle\\ConnectionFactory',
  7486.             'doctrine.dbal.events.mysql_session_init.class' => 'Doctrine\\DBAL\\Event\\Listeners\\MysqlSessionInit',
  7487.             'doctrine.dbal.events.oracle_session_init.class' => 'Doctrine\\DBAL\\Event\\Listeners\\OracleSessionInit',
  7488.             'doctrine.class' => 'Doctrine\\Bundle\\DoctrineBundle\\Registry',
  7489.             'doctrine.entity_managers' => [
  7490.                 'default' => 'doctrine.orm.default_entity_manager',
  7491.                 'suitecrm' => 'doctrine.orm.suitecrm_entity_manager',
  7492.             ],
  7493.             'doctrine.default_entity_manager' => 'default',
  7494.             'doctrine.dbal.connection_factory.types' => [
  7495.             ],
  7496.             'doctrine.connections' => [
  7497.                 'default' => 'doctrine.dbal.default_connection',
  7498.                 'suitecrm' => 'doctrine.dbal.suitecrm_connection',
  7499.             ],
  7500.             'doctrine.default_connection' => 'default',
  7501.             'doctrine.orm.configuration.class' => 'Doctrine\\ORM\\Configuration',
  7502.             'doctrine.orm.entity_manager.class' => 'Doctrine\\ORM\\EntityManager',
  7503.             'doctrine.orm.manager_configurator.class' => 'Doctrine\\Bundle\\DoctrineBundle\\ManagerConfigurator',
  7504.             'doctrine.orm.cache.array.class' => 'Doctrine\\Common\\Cache\\ArrayCache',
  7505.             'doctrine.orm.cache.apc.class' => 'Doctrine\\Common\\Cache\\ApcCache',
  7506.             'doctrine.orm.cache.memcache.class' => 'Doctrine\\Common\\Cache\\MemcacheCache',
  7507.             'doctrine.orm.cache.memcache_host' => 'localhost',
  7508.             'doctrine.orm.cache.memcache_port' => 11211,
  7509.             'doctrine.orm.cache.memcache_instance.class' => 'Memcache',
  7510.             'doctrine.orm.cache.memcached.class' => 'Doctrine\\Common\\Cache\\MemcachedCache',
  7511.             'doctrine.orm.cache.memcached_host' => 'localhost',
  7512.             'doctrine.orm.cache.memcached_port' => 11211,
  7513.             'doctrine.orm.cache.memcached_instance.class' => 'Memcached',
  7514.             'doctrine.orm.cache.redis.class' => 'Doctrine\\Common\\Cache\\RedisCache',
  7515.             'doctrine.orm.cache.redis_host' => 'localhost',
  7516.             'doctrine.orm.cache.redis_port' => 6379,
  7517.             'doctrine.orm.cache.redis_instance.class' => 'Redis',
  7518.             'doctrine.orm.cache.xcache.class' => 'Doctrine\\Common\\Cache\\XcacheCache',
  7519.             'doctrine.orm.cache.wincache.class' => 'Doctrine\\Common\\Cache\\WinCacheCache',
  7520.             'doctrine.orm.cache.zenddata.class' => 'Doctrine\\Common\\Cache\\ZendDataCache',
  7521.             'doctrine.orm.metadata.driver_chain.class' => 'Doctrine\\Persistence\\Mapping\\Driver\\MappingDriverChain',
  7522.             'doctrine.orm.metadata.annotation.class' => 'Doctrine\\ORM\\Mapping\\Driver\\AnnotationDriver',
  7523.             'doctrine.orm.metadata.xml.class' => 'Doctrine\\ORM\\Mapping\\Driver\\SimplifiedXmlDriver',
  7524.             'doctrine.orm.metadata.yml.class' => 'Doctrine\\ORM\\Mapping\\Driver\\SimplifiedYamlDriver',
  7525.             'doctrine.orm.metadata.php.class' => 'Doctrine\\ORM\\Mapping\\Driver\\PHPDriver',
  7526.             'doctrine.orm.metadata.staticphp.class' => 'Doctrine\\ORM\\Mapping\\Driver\\StaticPHPDriver',
  7527.             'doctrine.orm.metadata.attribute.class' => 'Doctrine\\ORM\\Mapping\\Driver\\AttributeDriver',
  7528.             'doctrine.orm.proxy_cache_warmer.class' => 'Symfony\\Bridge\\Doctrine\\CacheWarmer\\ProxyCacheWarmer',
  7529.             'form.type_guesser.doctrine.class' => 'Symfony\\Bridge\\Doctrine\\Form\\DoctrineOrmTypeGuesser',
  7530.             'doctrine.orm.validator.unique.class' => 'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator',
  7531.             'doctrine.orm.validator_initializer.class' => 'Symfony\\Bridge\\Doctrine\\Validator\\DoctrineInitializer',
  7532.             'doctrine.orm.security.user.provider.class' => 'Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider',
  7533.             'doctrine.orm.listeners.resolve_target_entity.class' => 'Doctrine\\ORM\\Tools\\ResolveTargetEntityListener',
  7534.             'doctrine.orm.listeners.attach_entity_listeners.class' => 'Doctrine\\ORM\\Tools\\AttachEntityListenersListener',
  7535.             'doctrine.orm.naming_strategy.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultNamingStrategy',
  7536.             'doctrine.orm.naming_strategy.underscore.class' => 'Doctrine\\ORM\\Mapping\\UnderscoreNamingStrategy',
  7537.             'doctrine.orm.quote_strategy.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultQuoteStrategy',
  7538.             'doctrine.orm.quote_strategy.ansi.class' => 'Doctrine\\ORM\\Mapping\\AnsiQuoteStrategy',
  7539.             'doctrine.orm.entity_listener_resolver.class' => 'Doctrine\\Bundle\\DoctrineBundle\\Mapping\\ContainerEntityListenerResolver',
  7540.             'doctrine.orm.second_level_cache.default_cache_factory.class' => 'Doctrine\\ORM\\Cache\\DefaultCacheFactory',
  7541.             'doctrine.orm.second_level_cache.default_region.class' => 'Doctrine\\ORM\\Cache\\Region\\DefaultRegion',
  7542.             'doctrine.orm.second_level_cache.filelock_region.class' => 'Doctrine\\ORM\\Cache\\Region\\FileLockRegion',
  7543.             'doctrine.orm.second_level_cache.logger_chain.class' => 'Doctrine\\ORM\\Cache\\Logging\\CacheLoggerChain',
  7544.             'doctrine.orm.second_level_cache.logger_statistics.class' => 'Doctrine\\ORM\\Cache\\Logging\\StatisticsCacheLogger',
  7545.             'doctrine.orm.second_level_cache.cache_configuration.class' => 'Doctrine\\ORM\\Cache\\CacheConfiguration',
  7546.             'doctrine.orm.second_level_cache.regions_configuration.class' => 'Doctrine\\ORM\\Cache\\RegionsConfiguration',
  7547.             'doctrine.orm.auto_generate_proxy_classes' => true,
  7548.             'doctrine.orm.proxy_namespace' => 'Proxies',
  7549.             'doctrine.migrations.preferred_em' => NULL,
  7550.             'doctrine.migrations.preferred_connection' => NULL,
  7551.             'web_profiler.debug_toolbar.intercept_redirects' => false,
  7552.             'web_profiler.debug_toolbar.mode' => 2,
  7553.             'maker.compatible_check.doctrine.supports_attributes' => true,
  7554.             'data_collector.templates' => [
  7555.                 'data_collector.request' => [
  7556.                     => 'request',
  7557.                     => '@WebProfiler/Collector/request.html.twig',
  7558.                 ],
  7559.                 'data_collector.time' => [
  7560.                     => 'time',
  7561.                     => '@WebProfiler/Collector/time.html.twig',
  7562.                 ],
  7563.                 'data_collector.memory' => [
  7564.                     => 'memory',
  7565.                     => '@WebProfiler/Collector/memory.html.twig',
  7566.                 ],
  7567.                 'data_collector.validator' => [
  7568.                     => 'validator',
  7569.                     => '@WebProfiler/Collector/validator.html.twig',
  7570.                 ],
  7571.                 'data_collector.ajax' => [
  7572.                     => 'ajax',
  7573.                     => '@WebProfiler/Collector/ajax.html.twig',
  7574.                 ],
  7575.                 'data_collector.form' => [
  7576.                     => 'form',
  7577.                     => '@WebProfiler/Collector/form.html.twig',
  7578.                 ],
  7579.                 'data_collector.exception' => [
  7580.                     => 'exception',
  7581.                     => '@WebProfiler/Collector/exception.html.twig',
  7582.                 ],
  7583.                 'data_collector.logger' => [
  7584.                     => 'logger',
  7585.                     => '@WebProfiler/Collector/logger.html.twig',
  7586.                 ],
  7587.                 'data_collector.events' => [
  7588.                     => 'events',
  7589.                     => '@WebProfiler/Collector/events.html.twig',
  7590.                 ],
  7591.                 'data_collector.router' => [
  7592.                     => 'router',
  7593.                     => '@WebProfiler/Collector/router.html.twig',
  7594.                 ],
  7595.                 'data_collector.cache' => [
  7596.                     => 'cache',
  7597.                     => '@WebProfiler/Collector/cache.html.twig',
  7598.                 ],
  7599.                 'data_collector.translation' => [
  7600.                     => 'translation',
  7601.                     => '@WebProfiler/Collector/translation.html.twig',
  7602.                 ],
  7603.                 'data_collector.security' => [
  7604.                     => 'security',
  7605.                     => '@Security/Collector/security.html.twig',
  7606.                 ],
  7607.                 'data_collector.twig' => [
  7608.                     => 'twig',
  7609.                     => '@WebProfiler/Collector/twig.html.twig',
  7610.                 ],
  7611.                 'data_collector.doctrine' => [
  7612.                     => 'db',
  7613.                     => '@Doctrine/Collector/db.html.twig',
  7614.                 ],
  7615.                 'data_collector.dump' => [
  7616.                     => 'dump',
  7617.                     => '@Debug/Profiler/dump.html.twig',
  7618.                 ],
  7619.                 'mailer.data_collector' => [
  7620.                     => 'mailer',
  7621.                     => '@WebProfiler/Collector/mailer.html.twig',
  7622.                 ],
  7623.                 'data_collector.config' => [
  7624.                     => 'config',
  7625.                     => '@WebProfiler/Collector/config.html.twig',
  7626.                 ],
  7627.             ],
  7628.             'console.command.ids' => [
  7629.                 => 'console.command.public_alias.test_cli_queue',
  7630.                 => 'console.command.public_alias.test_cli_run',
  7631.                 => 'console.command.public_alias.test_cli_db_setup',
  7632.                 => 'console.command.public_alias.test_cli_queue_reset',
  7633.                 => 'console.command.public_alias.script_rename_reports',
  7634.                 => 'console.command.public_alias.script_rename_payments',
  7635.             ],
  7636.         ];
  7637.     }
  7638. }