var/cache/dev/ContainerIwHhTZl/App_KernelDevDebugContainer.php line 10818

Open in your IDE?
  1. <?php
  2. namespace ContainerIwHhTZl;
  3. use Symfony\Component\DependencyInjection\Argument\RewindableGenerator;
  4. use Symfony\Component\DependencyInjection\ContainerInterface;
  5. use Symfony\Component\DependencyInjection\Container;
  6. use Symfony\Component\DependencyInjection\Exception\InvalidArgumentException;
  7. use Symfony\Component\DependencyInjection\Exception\LogicException;
  8. use Symfony\Component\DependencyInjection\Exception\RuntimeException;
  9. use Symfony\Component\DependencyInjection\ParameterBag\FrozenParameterBag;
  10. use Symfony\Component\DependencyInjection\ParameterBag\ParameterBagInterface;
  11. /**
  12.  * @internal This class has been auto-generated by the Symfony Dependency Injection Component.
  13.  */
  14. class App_KernelDevDebugContainer extends Container
  15. {
  16.     protected $containerDir;
  17.     protected $targetDir;
  18.     protected $parameters = [];
  19.     private $buildParameters;
  20.     protected $getService;
  21.     public function __construct(array $buildParameters = [], $containerDir __DIR__)
  22.     {
  23.         $this->getService = \Closure::fromCallable([$this'getService']);
  24.         $this->buildParameters $buildParameters;
  25.         $this->containerDir $containerDir;
  26.         $this->targetDir = \dirname($containerDir);
  27.         $this->parameters $this->getDefaultParameters();
  28.         $this->services $this->privates = [];
  29.         $this->syntheticIds = [
  30.             'kernel' => true,
  31.         ];
  32.         $this->methodMap = [
  33.             '.container.private.cache_clearer' => 'get_Container_Private_CacheClearerService',
  34.             '.container.private.filesystem' => 'get_Container_Private_FilesystemService',
  35.             '.container.private.form.factory' => 'get_Container_Private_Form_FactoryService',
  36.             '.container.private.form.type.file' => 'get_Container_Private_Form_Type_FileService',
  37.             '.container.private.profiler' => 'get_Container_Private_ProfilerService',
  38.             '.container.private.security.authorization_checker' => 'get_Container_Private_Security_AuthorizationCheckerService',
  39.             '.container.private.security.csrf.token_manager' => 'get_Container_Private_Security_Csrf_TokenManagerService',
  40.             '.container.private.security.password_encoder' => 'get_Container_Private_Security_PasswordEncoderService',
  41.             '.container.private.security.token_storage' => 'get_Container_Private_Security_TokenStorageService',
  42.             '.container.private.serializer' => 'get_Container_Private_SerializerService',
  43.             '.container.private.session' => 'get_Container_Private_SessionService',
  44.             '.container.private.twig' => 'get_Container_Private_TwigService',
  45.             '.container.private.validator' => 'get_Container_Private_ValidatorService',
  46.             'App\\Controller\\ApiController' => 'getApiControllerService',
  47.             'App\\Controller\\AzureMarketplaceController' => 'getAzureMarketplaceControllerService',
  48.             'App\\Controller\\CHEQContractAdminController' => 'getCHEQContractAdminControllerService',
  49.             'App\\Controller\\CostExplorerAdminController' => 'getCostExplorerAdminControllerService',
  50.             'App\\Controller\\DefaultController' => 'getDefaultControllerService',
  51.             'App\\Controller\\EnvironmentAdminController' => 'getEnvironmentAdminControllerService',
  52.             'App\\Controller\\FileAdminController' => 'getFileAdminControllerService',
  53.             'App\\Controller\\FileDownloadController' => 'getFileDownloadControllerService',
  54.             'App\\Controller\\IdpController' => 'getIdpControllerService',
  55.             'App\\Controller\\JobAdminController' => 'getJobAdminControllerService',
  56.             'App\\Controller\\MaintenanceController' => 'getMaintenanceControllerService',
  57.             'App\\Controller\\MassQueryController' => 'getMassQueryControllerService',
  58.             'App\\Controller\\MobileAppController' => 'getMobileAppControllerService',
  59.             'App\\Controller\\MonitoringController' => 'getMonitoringControllerService',
  60.             'App\\Controller\\PDFController' => 'getPDFControllerService',
  61.             'App\\Controller\\ProjectAdminController' => 'getProjectAdminControllerService',
  62.             'App\\Controller\\ProjectController' => 'getProjectControllerService',
  63.             'App\\Controller\\RequirementsController' => 'getRequirementsControllerService',
  64.             'App\\Controller\\SecretAdminController' => 'getSecretAdminControllerService',
  65.             'App\\Controller\\VersionController' => 'getVersionControllerService',
  66.             'Doctrine\\Bundle\\DoctrineBundle\\Controller\\ProfilerController' => 'getProfilerControllerService',
  67.             'HWI\\Bundle\\OAuthBundle\\Controller\\ConnectController' => 'getConnectControllerService',
  68.             'HWI\\Bundle\\OAuthBundle\\Controller\\LoginController' => 'getLoginControllerService',
  69.             'HWI\\Bundle\\OAuthBundle\\Controller\\RedirectToServiceController' => 'getRedirectToServiceControllerService',
  70.             'Hslavich\\OneloginSamlBundle\\Controller\\SamlController' => 'getSamlControllerService',
  71.             'SimpleThings\\EntityAudit\\Action\\CompareAction' => 'getCompareActionService',
  72.             'SimpleThings\\EntityAudit\\Action\\IndexAction' => 'getIndexActionService',
  73.             'SimpleThings\\EntityAudit\\Action\\ViewDetailAction' => 'getViewDetailActionService',
  74.             'SimpleThings\\EntityAudit\\Action\\ViewRevisionAction' => 'getViewRevisionActionService',
  75.             'Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController' => 'getRedirectControllerService',
  76.             'Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController' => 'getTemplateControllerService',
  77.             'admin.azure_marketplace.template_registry' => 'getAdmin_AzureMarketplace_TemplateRegistryService',
  78.             'admin.cheq_contract.template_registry' => 'getAdmin_CheqContract_TemplateRegistryService',
  79.             'admin.config.template_registry' => 'getAdmin_Config_TemplateRegistryService',
  80.             'admin.configGroup.template_registry' => 'getAdmin_ConfigGroup_TemplateRegistryService',
  81.             'admin.costexplorer.template_registry' => 'getAdmin_Costexplorer_TemplateRegistryService',
  82.             'admin.environment.template_registry' => 'getAdmin_Environment_TemplateRegistryService',
  83.             'admin.environmentType.template_registry' => 'getAdmin_EnvironmentType_TemplateRegistryService',
  84.             'admin.file.template_registry' => 'getAdmin_File_TemplateRegistryService',
  85.             'admin.idp.template_registry' => 'getAdmin_Idp_TemplateRegistryService',
  86.             'admin.job.template_registry' => 'getAdmin_Job_TemplateRegistryService',
  87.             'admin.maintenance.template_registry' => 'getAdmin_Maintenance_TemplateRegistryService',
  88.             'admin.massquery.template_registry' => 'getAdmin_Massquery_TemplateRegistryService',
  89.             'admin.mobileapp.template_registry' => 'getAdmin_Mobileapp_TemplateRegistryService',
  90.             'admin.project.template_registry' => 'getAdmin_Project_TemplateRegistryService',
  91.             'admin.secret' => 'getAdmin_SecretService',
  92.             'admin.secret.template_registry' => 'getAdmin_Secret_TemplateRegistryService',
  93.             'cache.app' => 'getCache_AppService',
  94.             'cache.app_clearer' => 'getCache_AppClearerService',
  95.             'cache.global_clearer' => 'getCache_GlobalClearerService',
  96.             'cache.system' => 'getCache_SystemService',
  97.             'cache.system_clearer' => 'getCache_SystemClearerService',
  98.             'cache.validator_expression_language' => 'getCache_ValidatorExpressionLanguageService',
  99.             'cache_warmer' => 'getCacheWarmerService',
  100.             'console.command_loader' => 'getConsole_CommandLoaderService',
  101.             'container.env_var_processors_locator' => 'getContainer_EnvVarProcessorsLocatorService',
  102.             'doctrine' => 'getDoctrineService',
  103.             'doctrine.dbal.default_connection' => 'getDoctrine_Dbal_DefaultConnectionService',
  104.             'doctrine.orm.default_entity_manager' => 'getDoctrine_Orm_DefaultEntityManagerService',
  105.             'error_controller' => 'getErrorControllerService',
  106.             'event_dispatcher' => 'getEventDispatcherService',
  107.             'http_kernel' => 'getHttpKernelService',
  108.             'httplug.psr17_request_factory' => 'getHttplug_Psr17RequestFactoryService',
  109.             'httplug.psr17_response_factory' => 'getHttplug_Psr17ResponseFactoryService',
  110.             'httplug.psr17_server_request_factory' => 'getHttplug_Psr17ServerRequestFactoryService',
  111.             'httplug.psr17_stream_factory' => 'getHttplug_Psr17StreamFactoryService',
  112.             'httplug.psr17_uploaded_file_factory' => 'getHttplug_Psr17UploadedFileFactoryService',
  113.             'httplug.psr17_uri_factory' => 'getHttplug_Psr17UriFactoryService',
  114.             'httplug.psr18_client' => 'getHttplug_Psr18ClientService',
  115.             'httplug.stream_factory' => 'getHttplug_StreamFactoryService',
  116.             'httplug.uri_factory' => 'getHttplug_UriFactoryService',
  117.             'hwi_oauth.http.client' => 'getHwiOauth_Http_ClientService',
  118.             'hwi_oauth.http.message_factory' => 'getHwiOauth_Http_MessageFactoryService',
  119.             'hwi_oauth.resource_owner.azure' => 'getHwiOauth_ResourceOwner_AzureService',
  120.             'hwi_oauth.resource_ownermap.azuremarketplace' => 'getHwiOauth_ResourceOwnermap_AzuremarketplaceService',
  121.             'hwi_oauth.user_checker' => 'getHwiOauth_UserCheckerService',
  122.             'knp_menu.factory' => 'getKnpMenu_FactoryService',
  123.             'knp_menu.matcher' => 'getKnpMenu_MatcherService',
  124.             'request_stack' => 'getRequestStackService',
  125.             'router' => 'getRouterService',
  126.             'routing.loader' => 'getRouting_LoaderService',
  127.             'services_resetter' => 'getServicesResetterService',
  128.             'simplethings_entityaudit.config' => 'getSimplethingsEntityaudit_ConfigService',
  129.             'simplethings_entityaudit.manager' => 'getSimplethingsEntityaudit_ManagerService',
  130.             'simplethings_entityaudit.reader' => 'getSimplethingsEntityaudit_ReaderService',
  131.             'sonata.admin.action.append_form_field_element' => 'getSonata_Admin_Action_AppendFormFieldElementService',
  132.             'sonata.admin.action.dashboard' => 'getSonata_Admin_Action_DashboardService',
  133.             'sonata.admin.action.get_short_object_description' => 'getSonata_Admin_Action_GetShortObjectDescriptionService',
  134.             'sonata.admin.action.retrieve_autocomplete_items' => 'getSonata_Admin_Action_RetrieveAutocompleteItemsService',
  135.             'sonata.admin.action.retrieve_form_field_element' => 'getSonata_Admin_Action_RetrieveFormFieldElementService',
  136.             'sonata.admin.action.search' => 'getSonata_Admin_Action_SearchService',
  137.             'sonata.admin.action.set_object_field_value' => 'getSonata_Admin_Action_SetObjectFieldValueService',
  138.             'sonata.admin.audit.orm.reader' => 'getSonata_Admin_Audit_Orm_ReaderService',
  139.             'sonata.admin.block.admin_list' => 'getSonata_Admin_Block_AdminListService',
  140.             'sonata.admin.block.admin_preview' => 'getSonata_Admin_Block_AdminPreviewService',
  141.             'sonata.admin.block.search_result' => 'getSonata_Admin_Block_SearchResultService',
  142.             'sonata.admin.block.stats' => 'getSonata_Admin_Block_StatsService',
  143.             'sonata.admin.controller.crud' => 'getSonata_Admin_Controller_CrudService',
  144.             'sonata.admin.manager.orm' => 'getSonata_Admin_Manager_OrmService',
  145.             'sonata.admin.manipulator.acl.object.orm' => 'getSonata_Admin_Manipulator_Acl_Object_OrmService',
  146.             'sonata.admin_doctrine_orm.block.audit' => 'getSonata_AdminDoctrineOrm_Block_AuditService',
  147.             'sonata.block.context_manager.default' => 'getSonata_Block_ContextManager_DefaultService',
  148.             'sonata.block.exception.filter.debug_only' => 'getSonata_Block_Exception_Filter_DebugOnlyService',
  149.             'sonata.block.exception.filter.ignore_block_exception' => 'getSonata_Block_Exception_Filter_IgnoreBlockExceptionService',
  150.             'sonata.block.exception.filter.keep_all' => 'getSonata_Block_Exception_Filter_KeepAllService',
  151.             'sonata.block.exception.filter.keep_none' => 'getSonata_Block_Exception_Filter_KeepNoneService',
  152.             'sonata.block.exception.renderer.inline' => 'getSonata_Block_Exception_Renderer_InlineService',
  153.             'sonata.block.exception.renderer.inline_debug' => 'getSonata_Block_Exception_Renderer_InlineDebugService',
  154.             'sonata.block.exception.renderer.throw' => 'getSonata_Block_Exception_Renderer_ThrowService',
  155.             'sonata.block.manager' => 'getSonata_Block_ManagerService',
  156.             'sonata.block.menu.registry' => 'getSonata_Block_Menu_RegistryService',
  157.             'sonata.block.renderer.default' => 'getSonata_Block_Renderer_DefaultService',
  158.             'sonata.block.service.container' => 'getSonata_Block_Service_ContainerService',
  159.             'sonata.block.service.empty' => 'getSonata_Block_Service_EmptyService',
  160.             'sonata.block.service.menu' => 'getSonata_Block_Service_MenuService',
  161.             'sonata.block.service.rss' => 'getSonata_Block_Service_RssService',
  162.             'sonata.block.service.template' => 'getSonata_Block_Service_TemplateService',
  163.             'sonata.block.service.text' => 'getSonata_Block_Service_TextService',
  164.             'sonata.doctrine.model.adapter.chain' => 'getSonata_Doctrine_Model_Adapter_ChainService',
  165.             'sonata.exporter.exporter' => 'getSonata_Exporter_ExporterService',
  166.             'sonata.twig.flashmessage.manager' => 'getSonata_Twig_Flashmessage_ManagerService',
  167.             'sonata.twig.flashmessage.twig.extension' => 'getSonata_Twig_Flashmessage_Twig_ExtensionService',
  168.             'translator' => 'getTranslatorService',
  169.             'web_profiler.controller.exception_panel' => 'getWebProfiler_Controller_ExceptionPanelService',
  170.             'web_profiler.controller.profiler' => 'getWebProfiler_Controller_ProfilerService',
  171.             'web_profiler.controller.router' => 'getWebProfiler_Controller_RouterService',
  172.             'cache_clearer' => 'getCacheClearerService',
  173.             'filesystem' => 'getFilesystemService',
  174.             'security.csrf.token_manager' => 'getSecurity_Csrf_TokenManagerService',
  175.             'form.factory' => 'getForm_FactoryService',
  176.             'form.type.file' => 'getForm_Type_FileService',
  177.             'profiler' => 'getProfilerService',
  178.             'serializer' => 'getSerializerService',
  179.             'twig' => 'getTwigService',
  180.             'security.authorization_checker' => 'getSecurity_AuthorizationCheckerService',
  181.             'security.token_storage' => 'getSecurity_TokenStorageService',
  182.             'security.password_encoder' => 'getSecurity_PasswordEncoderService',
  183.             'session' => 'getSessionService',
  184.             'validator' => 'getValidatorService',
  185.         ];
  186.         $this->aliases = [
  187.             'SimpleThings\\EntityAudit\\AuditManager' => 'simplethings_entityaudit.manager',
  188.             'database_connection' => 'doctrine.dbal.default_connection',
  189.             'doctrine.orm.entity_manager' => 'doctrine.orm.default_entity_manager',
  190.             'httplug.client' => 'hwi_oauth.http.client',
  191.             'httplug.message_factory' => 'hwi_oauth.http.message_factory',
  192.         ];
  193.         $this->privates['service_container'] = function () {
  194.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/HttpKernelInterface.php';
  195.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/KernelInterface.php';
  196.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/RebootableInterface.php';
  197.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/TerminableInterface.php';
  198.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Kernel.php';
  199.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Kernel/MicroKernelTrait.php';
  200.             include_once \dirname(__DIR__4).'/src/Kernel.php';
  201.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/ControllerMetadata/ArgumentMetadataFactoryInterface.php';
  202.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/ControllerMetadata/ArgumentMetadataFactory.php';
  203.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/EventSubscriberInterface.php';
  204.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ResponseListener.php';
  205.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/StreamedResponseListener.php';
  206.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/LocaleListener.php';
  207.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ValidateRequestListener.php';
  208.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/DisallowRobotsIndexingListener.php';
  209.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ErrorListener.php';
  210.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ParameterBagInterface.php';
  211.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ParameterBag.php';
  212.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/FrozenParameterBag.php';
  213.             include_once \dirname(__DIR__4).'/vendor/psr/container/src/ContainerInterface.php';
  214.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ContainerBagInterface.php';
  215.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ContainerBag.php';
  216.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/HttpKernel.php';
  217.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ControllerResolverInterface.php';
  218.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/TraceableControllerResolver.php';
  219.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ControllerResolver.php';
  220.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php';
  221.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerResolver.php';
  222.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolverInterface.php';
  223.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/TraceableArgumentResolver.php';
  224.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver.php';
  225.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/RequestStack.php';
  226.             include_once \dirname(__DIR__4).'/vendor/symfony/config/ConfigCacheFactoryInterface.php';
  227.             include_once \dirname(__DIR__4).'/vendor/symfony/config/ResourceCheckerConfigCacheFactory.php';
  228.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/LocaleAwareListener.php';
  229.             include_once \dirname(__DIR__4).'/vendor/psr/cache/src/CacheItemPoolInterface.php';
  230.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/AdapterInterface.php';
  231.             include_once \dirname(__DIR__4).'/vendor/symfony/cache-contracts/CacheInterface.php';
  232.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/PruneableInterface.php';
  233.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ResetInterface.php';
  234.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/ResettableInterface.php';
  235.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/TraceableAdapter.php';
  236.             include_once \dirname(__DIR__4).'/vendor/psr/log/Psr/Log/LoggerAwareInterface.php';
  237.             include_once \dirname(__DIR__4).'/vendor/psr/log/Psr/Log/LoggerAwareTrait.php';
  238.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/AbstractAdapterTrait.php';
  239.             include_once \dirname(__DIR__4).'/vendor/symfony/cache-contracts/CacheTrait.php';
  240.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/ContractsTrait.php';
  241.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/AbstractAdapter.php';
  242.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/FilesystemCommonTrait.php';
  243.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/FilesystemTrait.php';
  244.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/FilesystemAdapter.php';
  245.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Marshaller/MarshallerInterface.php';
  246.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Marshaller/DefaultMarshaller.php';
  247.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/AbstractSessionListener.php';
  248.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/SessionListener.php';
  249.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ServiceProviderInterface.php';
  250.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ServiceLocatorTrait.php';
  251.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ServiceLocator.php';
  252.             include_once \dirname(__DIR__4).'/vendor/symfony/mailer/EventListener/MessageLoggerListener.php';
  253.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ValidatorBuilder.php';
  254.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Validation.php';
  255.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ObjectInitializerInterface.php';
  256.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Validator/DoctrineInitializer.php';
  257.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Loader/LoaderInterface.php';
  258.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Loader/AutoMappingTrait.php';
  259.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Loader/PropertyInfoLoader.php';
  260.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Validator/DoctrineLoader.php';
  261.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorFactoryInterface.php';
  262.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ContainerConstraintValidatorFactory.php';
  263.             include_once \dirname(__DIR__4).'/vendor/symfony/translation-contracts/TranslatorInterface.php';
  264.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/TranslatorBagInterface.php';
  265.             include_once \dirname(__DIR__4).'/vendor/symfony/translation-contracts/LocaleAwareInterface.php';
  266.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Translator.php';
  267.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/WarmableInterface.php';
  268.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Translation/Translator.php';
  269.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/MessageFormatterInterface.php';
  270.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/IntlFormatterInterface.php';
  271.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/MessageFormatter.php';
  272.             include_once \dirname(__DIR__4).'/vendor/symfony/translation-contracts/TranslatorTrait.php';
  273.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/IdentityTranslator.php';
  274.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ProfilerListener.php';
  275.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/DataCollectorInterface.php';
  276.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/DataCollector.php';
  277.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/LateDataCollectorInterface.php';
  278.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php';
  279.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/RouterDataCollector.php';
  280.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/DataCollector/RouterDataCollector.php';
  281.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataCollectorInterface.php';
  282.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataCollector.php';
  283.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataExtractorInterface.php';
  284.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataExtractor.php';
  285.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/DebugHandlersListener.php';
  286.             include_once \dirname(__DIR__4).'/vendor/psr/log/Psr/Log/LoggerInterface.php';
  287.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/ResettableInterface.php';
  288.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Logger.php';
  289.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Log/DebugLoggerInterface.php';
  290.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Logger.php';
  291.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Debug/FileLinkFormatter.php';
  292.             include_once \dirname(__DIR__4).'/vendor/symfony/stopwatch/Stopwatch.php';
  293.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Processor/DebugProcessor.php';
  294.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RequestContext.php';
  295.             include_once \dirname(__DIR__4).'/vendor/symfony/expression-language/ExpressionFunctionProviderInterface.php';
  296.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Matcher/ExpressionLanguageProvider.php';
  297.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/RouterListener.php';
  298.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/Reader.php';
  299.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationReader.php';
  300.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationRegistry.php';
  301.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/ProxyTrait.php';
  302.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/PhpArrayAdapter.php';
  303.             include_once \dirname(__DIR__4).'/vendor/symfony/property-access/PropertyAccessorInterface.php';
  304.             include_once \dirname(__DIR__4).'/vendor/symfony/property-access/PropertyAccessor.php';
  305.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/ArrayAdapter.php';
  306.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyTypeExtractorInterface.php';
  307.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyDescriptionExtractorInterface.php';
  308.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyAccessExtractorInterface.php';
  309.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyListExtractorInterface.php';
  310.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyInfoExtractorInterface.php';
  311.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyInitializableExtractorInterface.php';
  312.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyInfoExtractor.php';
  313.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyReadInfoExtractorInterface.php';
  314.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyWriteInfoExtractorInterface.php';
  315.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/Extractor/ConstructorArgumentTypeExtractorInterface.php';
  316.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/Extractor/ReflectionExtractor.php';
  317.             include_once \dirname(__DIR__4).'/vendor/symfony/web-link/EventListener/AddLinkHeaderListener.php';
  318.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Profiler/Profile.php';
  319.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Token/Storage/TokenStorageInterface.php';
  320.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Token/Storage/TokenStorage.php';
  321.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/AuthenticationTrustResolverInterface.php';
  322.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/AuthenticationTrustResolver.php';
  323.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Role/RoleHierarchyInterface.php';
  324.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Role/RoleHierarchy.php';
  325.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/FirewallMapInterface.php';
  326.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallMap.php';
  327.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Logout/LogoutUrlGenerator.php';
  328.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/HttpUtils.php';
  329.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/RememberMe/ResponseListener.php';
  330.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AccessDecisionManagerInterface.php';
  331.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/TraceableAccessDecisionManager.php';
  332.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AccessDecisionManager.php';
  333.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Strategy/AccessDecisionStrategyInterface.php';
  334.             include_once \dirname(__DIR__4).'/vendor/symfony/polyfill-php80/Resources/stubs/Stringable.php';
  335.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Strategy/AffirmativeStrategy.php';
  336.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall.php';
  337.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/EventListener/FirewallListener.php';
  338.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php';
  339.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareInterface.php';
  340.             include_once \dirname(__DIR__4).'/vendor/hwi/oauth-bundle/Security/Http/ResourceOwnerMapInterface.php';
  341.             include_once \dirname(__DIR__4).'/vendor/hwi/oauth-bundle/Security/Http/ResourceOwnerMap.php';
  342.             include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Block/BlockServiceManagerInterface.php';
  343.             include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Block/BlockServiceManager.php';
  344.             include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Block/BlockContextManagerInterface.php';
  345.             include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Block/BlockContextManager.php';
  346.             include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Block/BlockLoaderInterface.php';
  347.             include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Block/BlockLoaderChain.php';
  348.             include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Block/Loader/ServiceLoader.php';
  349.             include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Block/BlockRendererInterface.php';
  350.             include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Block/BlockRenderer.php';
  351.             include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Exception/Strategy/StrategyManagerInterface.php';
  352.             include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Exception/Strategy/StrategyManager.php';
  353.             include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Templating/Helper/BlockHelper.php';
  354.             include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Cache/HttpCacheHandlerInterface.php';
  355.             include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Cache/HttpCacheHandler.php';
  356.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Matcher/MatcherInterface.php';
  357.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Matcher/Matcher.php';
  358.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Provider/MenuProviderInterface.php';
  359.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Provider/ChainProvider.php';
  360.             include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/Pool.php';
  361.             include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/BreadcrumbsBuilderInterface.php';
  362.             include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/BreadcrumbsBuilder.php';
  363.             include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Templating/TemplateRegistryInterface.php';
  364.             include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Templating/AbstractTemplateRegistry.php';
  365.             include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Templating/TemplateRegistry.php';
  366.             include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/EventListener/ConfigureCRUDControllerListener.php';
  367.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/RuntimeExtensionInterface.php';
  368.             include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Twig/SonataAdminRuntime.php';
  369.             include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Twig/TemplateRegistryRuntime.php';
  370.             include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Twig/GroupRuntime.php';
  371.             include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Twig/IconRuntime.php';
  372.             include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Twig/SecurityRuntime.php';
  373.             include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Twig/CanonicalizeRuntime.php';
  374.             include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Twig/XEditableRuntime.php';
  375.             include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Twig/RenderElementRuntime.php';
  376.             include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Twig/BreadcrumbsRuntime.php';
  377.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ConnectionRegistry.php';
  378.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ManagerRegistry.php';
  379.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/AbstractManagerRegistry.php';
  380.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/ManagerRegistry.php';
  381.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Registry.php';
  382.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Logging/SQLLogger.php';
  383.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Logging/DebugStack.php';
  384.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/Connection.php';
  385.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Connection.php';
  386.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/ConnectionFactory.php';
  387.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Configuration.php';
  388.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Logging/LoggerChain.php';
  389.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Logger/DbalLogger.php';
  390.             include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/lib/Doctrine/Common/EventManager.php';
  391.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/ContainerAwareEventManager.php';
  392.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/Mapping/Driver/MappingDriver.php';
  393.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/Mapping/Driver/AnnotationDriver.php';
  394.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/AnnotationDriver.php';
  395.             include_once \dirname(__DIR__4).'/vendor/doctrine/common/lib/Doctrine/Common/Proxy/Autoloader.php';
  396.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Proxy/Autoloader.php';
  397.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectManager.php';
  398.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityManagerInterface.php';
  399.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityManager.php';
  400.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Configuration.php';
  401.             include_once \dirname(__DIR__4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/Cache.php';
  402.             include_once \dirname(__DIR__4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/FlushableCache.php';
  403.             include_once \dirname(__DIR__4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/ClearableCache.php';
  404.             include_once \dirname(__DIR__4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiGetCache.php';
  405.             include_once \dirname(__DIR__4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiDeleteCache.php';
  406.             include_once \dirname(__DIR__4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiPutCache.php';
  407.             include_once \dirname(__DIR__4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiOperationCache.php';
  408.             include_once \dirname(__DIR__4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/CacheProvider.php';
  409.             include_once \dirname(__DIR__4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/Psr6/DoctrineProvider.php';
  410.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Mapping/MappingDriver.php';
  411.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/Mapping/Driver/MappingDriverChain.php';
  412.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/NamingStrategy.php';
  413.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/UnderscoreNamingStrategy.php';
  414.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/QuoteStrategy.php';
  415.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Internal/SQLResultCasing.php';
  416.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/DefaultQuoteStrategy.php';
  417.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/EntityListenerResolver.php';
  418.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Mapping/EntityListenerServiceResolver.php';
  419.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Mapping/ContainerEntityListenerResolver.php';
  420.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Repository/RepositoryFactory.php';
  421.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ContainerRepositoryFactory.php';
  422.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/ManagerConfigurator.php';
  423.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/HandlerInterface.php';
  424.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/Handler.php';
  425.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/AbstractHandler.php';
  426.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/ProcessableHandlerInterface.php';
  427.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/FormattableHandlerInterface.php';
  428.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/ProcessableHandlerTrait.php';
  429.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/FormattableHandlerTrait.php';
  430.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/AbstractProcessingHandler.php';
  431.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/StreamHandler.php';
  432.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Processor/ProcessorInterface.php';
  433.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Processor/PsrLogMessageProcessor.php';
  434.             include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-extensions/src/Adapter/AdapterInterface.php';
  435.             include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-extensions/src/Adapter/AdapterChain.php';
  436.             include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-extensions/src/Adapter/ORM/DoctrineORMAdapter.php';
  437.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/ExtensionInterface.php';
  438.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/AbstractExtension.php';
  439.             include_once \dirname(__DIR__4).'/vendor/sonata-project/twig-extensions/src/Extension/FlashMessageExtension.php';
  440.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/ControllerListener.php';
  441.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/ParamConverterListener.php';
  442.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/ParamConverterManager.php';
  443.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/ParamConverterInterface.php';
  444.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/DoctrineParamConverter.php';
  445.             include_once \dirname(__DIR__4).'/vendor/symfony/expression-language/ExpressionLanguage.php';
  446.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/DateTimeParamConverter.php';
  447.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ServiceSubscriberInterface.php';
  448.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/TemplateListener.php';
  449.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Templating/TemplateGuesser.php';
  450.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/HttpCacheListener.php';
  451.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/SecurityListener.php';
  452.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/ExpressionLanguage.php';
  453.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Security/ExpressionLanguage.php';
  454.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/IsGrantedListener.php';
  455.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ArgumentNameConverter.php';
  456.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Csp/ContentSecurityPolicyHandler.php';
  457.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Csp/NonceGenerator.php';
  458.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/EventListener/WebDebugToolbarListener.php';
  459.             include_once \dirname(__DIR__4).'/vendor/hwi/oauth-bundle/Security/OAuthUtils.php';
  460.             include_once \dirname(__DIR__4).'/vendor/php-http/httplug-bundle/src/Discovery/ConfiguredClientsStrategyListener.php';
  461.             include_once \dirname(__DIR__4).'/vendor/php-http/httplug-bundle/src/Collector/PluginClientFactory.php';
  462.             include_once \dirname(__DIR__4).'/vendor/php-http/message/src/Formatter.php';
  463.             include_once \dirname(__DIR__4).'/vendor/php-http/httplug-bundle/src/Collector/Formatter.php';
  464.             include_once \dirname(__DIR__4).'/vendor/php-http/message/src/Formatter/FullHttpMessageFormatter.php';
  465.             include_once \dirname(__DIR__4).'/vendor/php-http/message/src/Formatter/CurlCommandFormatter.php';
  466.             include_once \dirname(__DIR__4).'/vendor/php-http/httplug-bundle/src/Collector/Collector.php';
  467.             include_once \dirname(__DIR__4).'/vendor/php-http/httplug-bundle/src/Collector/PluginClientFactoryListener.php';
  468.             include_once \dirname(__DIR__4).'/vendor/symfony/http-client-contracts/HttpClientInterface.php';
  469.             include_once \dirname(__DIR__4).'/vendor/symfony/http-client/TraceableHttpClient.php';
  470.             include_once \dirname(__DIR__4).'/vendor/symfony/http-client/HttpClient.php';
  471.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/DataCollectorTranslator.php';
  472.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RequestContextAwareInterface.php';
  473.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Matcher/UrlMatcherInterface.php';
  474.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Generator/UrlGeneratorInterface.php';
  475.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RouterInterface.php';
  476.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Matcher/RequestMatcherInterface.php';
  477.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Router.php';
  478.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Routing/Router.php';
  479.             include_once \dirname(__DIR__4).'/vendor/psr/event-dispatcher/src/EventDispatcherInterface.php';
  480.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher-contracts/EventDispatcherInterface.php';
  481.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/EventDispatcherInterface.php';
  482.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php';
  483.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Debug/TraceableEventDispatcher.php';
  484.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/EventDispatcher.php';
  485.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/Profiler.php';
  486.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/ProfilerStorageInterface.php';
  487.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php';
  488.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/TimeDataCollector.php';
  489.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/MemoryDataCollector.php';
  490.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/DataCollector/ValidatorDataCollector.php';
  491.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/AjaxDataCollector.php';
  492.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/ExceptionDataCollector.php';
  493.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/LoggerDataCollector.php';
  494.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/EventDataCollector.php';
  495.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/DataCollector/CacheDataCollector.php';
  496.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/DataCollector/TranslationDataCollector.php';
  497.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/DataCollector/SecurityDataCollector.php';
  498.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/DataCollector/TwigDataCollector.php';
  499.             include_once \dirname(__DIR__4).'/vendor/symfony/http-client/DataCollector/HttpClientDataCollector.php';
  500.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/DataCollector/DoctrineDataCollector.php';
  501.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/DataCollector/DoctrineDataCollector.php';
  502.             include_once \dirname(__DIR__4).'/vendor/symfony/mailer/DataCollector/MessageDataCollector.php';
  503.             include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Profiler/DataCollector/BlockDataCollector.php';
  504.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/ConfigDataCollector.php';
  505.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Cache/CacheInterface.php';
  506.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Cache/FilesystemCache.php';
  507.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/CoreExtension.php';
  508.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/EscaperExtension.php';
  509.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/OptimizerExtension.php';
  510.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/StagingExtension.php';
  511.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/ExtensionSet.php';
  512.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Template.php';
  513.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/TemplateWrapper.php';
  514.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Environment.php';
  515.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Loader/LoaderInterface.php';
  516.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Loader/FilesystemLoader.php';
  517.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/CsrfExtension.php';
  518.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/ProfilerExtension.php';
  519.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/ProfilerExtension.php';
  520.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/TranslationExtension.php';
  521.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/AssetExtension.php';
  522.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Packages.php';
  523.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/PackageInterface.php';
  524.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Package.php';
  525.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/PathPackage.php';
  526.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/VersionStrategy/VersionStrategyInterface.php';
  527.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/VersionStrategy/EmptyVersionStrategy.php';
  528.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Context/ContextInterface.php';
  529.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Context/RequestStackContext.php';
  530.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/CodeExtension.php';
  531.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/RoutingExtension.php';
  532.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/YamlExtension.php';
  533.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/StopwatchExtension.php';
  534.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/ExpressionExtension.php';
  535.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/HttpKernelExtension.php';
  536.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/HttpFoundationExtension.php';
  537.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/UrlHelper.php';
  538.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/WebLinkExtension.php';
  539.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/SerializerExtension.php';
  540.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/FormExtension.php';
  541.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/LogoutUrlExtension.php';
  542.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/SecurityExtension.php';
  543.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Impersonate/ImpersonateUrlGenerator.php';
  544.             include_once \dirname(__DIR__4).'/vendor/sensiolabs/ansi-to-html/SensioLabs/AnsiConverter/Bridge/Twig/AnsiExtension.php';
  545.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/DebugExtension.php';
  546.             include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Twig/Extension/BlockExtension.php';
  547.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Twig/MenuExtension.php';
  548.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Twig/Helper.php';
  549.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Renderer/RendererProviderInterface.php';
  550.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Renderer/PsrProvider.php';
  551.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Util/MenuManipulator.php';
  552.             include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Twig/Extension/SonataAdminExtension.php';
  553.             include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Twig/Extension/TemplateRegistryExtension.php';
  554.             include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Twig/Extension/GroupExtension.php';
  555.             include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Twig/Extension/IconExtension.php';
  556.             include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Twig/Extension/SecurityExtension.php';
  557.             include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Twig/Extension/CanonicalizeExtension.php';
  558.             include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Twig/Extension/XEditableExtension.php';
  559.             include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Twig/Extension/RenderElementExtension.php';
  560.             include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Twig/Extension/BreadcrumbsExtension.php';
  561.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Twig/DoctrineExtension.php';
  562.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/GlobalsInterface.php';
  563.             include_once \dirname(__DIR__4).'/vendor/sonata-project/twig-extensions/src/Extension/FormTypeExtension.php';
  564.             include_once \dirname(__DIR__4).'/vendor/sonata-project/twig-extensions/src/Extension/StatusExtension.php';
  565.             include_once \dirname(__DIR__4).'/vendor/sonata-project/twig-extensions/src/Extension/DeprecatedTemplateExtension.php';
  566.             include_once \dirname(__DIR__4).'/vendor/sonata-project/twig-extensions/src/Extension/TemplateExtension.php';
  567.             include_once \dirname(__DIR__4).'/vendor/twig/markdown-extra/MarkdownExtension.php';
  568.             include_once \dirname(__DIR__4).'/vendor/twig/intl-extra/IntlExtension.php';
  569.             include_once \dirname(__DIR__4).'/vendor/twig/string-extra/StringExtension.php';
  570.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Twig/WebProfilerExtension.php';
  571.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/DataDumperInterface.php';
  572.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/DumperInterface.php';
  573.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/AbstractDumper.php';
  574.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/CliDumper.php';
  575.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/HtmlDumper.php';
  576.             include_once \dirname(__DIR__4).'/vendor/hwi/oauth-bundle/Twig/Extension/OAuthExtension.php';
  577.             include_once \dirname(__DIR__4).'/vendor/symfony/templating/Helper/HelperInterface.php';
  578.             include_once \dirname(__DIR__4).'/vendor/symfony/templating/Helper/Helper.php';
  579.             include_once \dirname(__DIR__4).'/vendor/hwi/oauth-bundle/Templating/Helper/OAuthHelper.php';
  580.             include_once \dirname(__DIR__4).'/vendor/php-http/httplug-bundle/src/Collector/Twig/HttpMessageMarkupExtension.php';
  581.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/AppVariable.php';
  582.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/RuntimeLoader/RuntimeLoaderInterface.php';
  583.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/RuntimeLoader/ContainerRuntimeLoader.php';
  584.             include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Twig/GlobalVariables.php';
  585.             include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/SonataConfiguration.php';
  586.             include_once \dirname(__DIR__4).'/vendor/twig/extra-bundle/MissingExtensionSuggestor.php';
  587.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bundle/DependencyInjection/Configurator/EnvironmentConfigurator.php';
  588.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AuthorizationCheckerInterface.php';
  589.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AuthorizationChecker.php';
  590.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Token/Storage/UsageTrackingTokenStorage.php';
  591.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Factory/MetadataFactoryInterface.php';
  592.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Validator/ValidatorInterface.php';
  593.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Validator/TraceableValidator.php';
  594.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/PsrCachedReader.php';
  595.         };
  596.     }
  597.     public function compile(): void
  598.     {
  599.         throw new LogicException('You cannot compile a dumped container that was already compiled.');
  600.     }
  601.     public function isCompiled(): bool
  602.     {
  603.         return true;
  604.     }
  605.     public function getRemovedIds(): array
  606.     {
  607.         return require $this->containerDir.\DIRECTORY_SEPARATOR.'removed-ids.php';
  608.     }
  609.     /**
  610.      * Gets the public '.container.private.cache_clearer' shared service.
  611.      *
  612.      * @return \Symfony\Component\HttpKernel\CacheClearer\ChainCacheClearer
  613.      */
  614.     protected function get_Container_Private_CacheClearerService()
  615.     {
  616.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/CacheClearerInterface.php';
  617.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/ChainCacheClearer.php';
  618.         return $this->services['.container.private.cache_clearer'] = new \Symfony\Component\HttpKernel\CacheClearer\ChainCacheClearer(new RewindableGenerator(function () {
  619.             yield => ($this->services['cache.system_clearer'] ?? $this->getCache_SystemClearerService());
  620.         }, 1));
  621.     }
  622.     /**
  623.      * Gets the public '.container.private.filesystem' shared service.
  624.      *
  625.      * @return \Symfony\Component\Filesystem\Filesystem
  626.      */
  627.     protected function get_Container_Private_FilesystemService()
  628.     {
  629.         include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  630.         return $this->services['.container.private.filesystem'] = new \Symfony\Component\Filesystem\Filesystem();
  631.     }
  632.     /**
  633.      * Gets the public '.container.private.form.factory' shared service.
  634.      *
  635.      * @return \Symfony\Component\Form\FormFactory
  636.      */
  637.     protected function get_Container_Private_Form_FactoryService()
  638.     {
  639.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormFactoryInterface.php';
  640.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormFactory.php';
  641.         return $this->services['.container.private.form.factory'] = new \Symfony\Component\Form\FormFactory(($this->privates['form.registry'] ?? $this->getForm_RegistryService()));
  642.     }
  643.     /**
  644.      * Gets the public '.container.private.form.type.file' shared service.
  645.      *
  646.      * @return \Symfony\Component\Form\Extension\Core\Type\FileType
  647.      */
  648.     protected function get_Container_Private_Form_Type_FileService()
  649.     {
  650.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  651.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  652.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/FileType.php';
  653.         return $this->services['.container.private.form.type.file'] = new \Symfony\Component\Form\Extension\Core\Type\FileType(($this->services['translator'] ?? $this->getTranslatorService()));
  654.     }
  655.     /**
  656.      * Gets the public '.container.private.profiler' shared service.
  657.      *
  658.      * @return \Symfony\Component\HttpKernel\Profiler\Profiler
  659.      */
  660.     protected function get_Container_Private_ProfilerService()
  661.     {
  662.         $a = new \Symfony\Bridge\Monolog\Logger('profiler');
  663.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  664.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  665.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  666.         $this->services['.container.private.profiler'] = $instance = new \Symfony\Component\HttpKernel\Profiler\Profiler(new \Symfony\Component\HttpKernel\Profiler\FileProfilerStorage(('file:'.$this->targetDir.''.'/profiler')), $atrue);
  667.         $b = ($this->services['kernel'] ?? $this->get('kernel'));
  668.         $c = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  669.         $d = new \Symfony\Component\Cache\DataCollector\CacheDataCollector();
  670.         $d->addInstance('cache.app', ($this->services['cache.app'] ?? $this->getCache_AppService()));
  671.         $d->addInstance('cache.system', ($this->services['cache.system'] ?? $this->getCache_SystemService()));
  672.         $d->addInstance('cache.validator', ($this->privates['cache.validator'] ?? $this->getCache_ValidatorService()));
  673.         $d->addInstance('cache.serializer', ($this->privates['cache.serializer'] ?? $this->getCache_SerializerService()));
  674.         $d->addInstance('cache.annotations', ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService()));
  675.         $d->addInstance('cache.property_info', ($this->privates['cache.property_info'] ?? $this->getCache_PropertyInfoService()));
  676.         $d->addInstance('cache.validator_expression_language', ($this->services['cache.validator_expression_language'] ?? $this->getCache_ValidatorExpressionLanguageService()));
  677.         $d->addInstance('cache.security_expression_language', ($this->privates['cache.security_expression_language'] ?? $this->getCache_SecurityExpressionLanguageService()));
  678.         $d->addInstance('cache.doctrine.orm.default.result', ($this->privates['cache.doctrine.orm.default.result'] ?? $this->getCache_Doctrine_Orm_Default_ResultService()));
  679.         $d->addInstance('cache.doctrine.orm.default.query', ($this->privates['cache.doctrine.orm.default.query'] ?? $this->getCache_Doctrine_Orm_Default_QueryService()));
  680.         $e = new \Symfony\Component\HttpClient\DataCollector\HttpClientDataCollector();
  681.         $e->registerClient('http_client', ($this->privates['.debug.http_client'] ?? $this->get_Debug_HttpClientService()));
  682.         $f = new \Doctrine\Bundle\DoctrineBundle\DataCollector\DoctrineDataCollector(($this->services['doctrine'] ?? $this->getDoctrineService()), true);
  683.         $f->addLogger('default', ($this->privates['doctrine.dbal.logger.profiling.default'] ?? ($this->privates['doctrine.dbal.logger.profiling.default'] = new \Doctrine\DBAL\Logging\DebugStack())));
  684.         $g = new \Symfony\Component\HttpKernel\DataCollector\ConfigDataCollector();
  685.         if ($this->has('kernel')) {
  686.             $g->setKernel($b);
  687.         }
  688.         $instance->add(($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService()));
  689.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\TimeDataCollector($b, ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)))));
  690.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\MemoryDataCollector());
  691.         $instance->add(new \Symfony\Component\Validator\DataCollector\ValidatorDataCollector(($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService())));
  692.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\AjaxDataCollector());
  693.         $instance->add(($this->privates['data_collector.form'] ?? $this->getDataCollector_FormService()));
  694.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\ExceptionDataCollector());
  695.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\LoggerDataCollector($a, ($this->targetDir.''.'/App_KernelDevDebugContainer'), $c));
  696.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\EventDataCollector(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), $c));
  697.         $instance->add(($this->privates['data_collector.router'] ?? ($this->privates['data_collector.router'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector())));
  698.         $instance->add($d);
  699.         $instance->add(new \Symfony\Component\Translation\DataCollector\TranslationDataCollector(($this->services['translator'] ?? $this->getTranslatorService())));
  700.         $instance->add(new \Symfony\Bundle\SecurityBundle\DataCollector\SecurityDataCollector(($this->privates['security.untracked_token_storage'] ?? ($this->privates['security.untracked_token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())), ($this->privates['security.role_hierarchy'] ?? ($this->privates['security.role_hierarchy'] = new \Symfony\Component\Security\Core\Role\RoleHierarchy([]))), ($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService()), ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService()), ($this->privates['security.firewall.map'] ?? $this->getSecurity_Firewall_MapService()), ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService()), false));
  701.         $instance->add(new \Symfony\Bridge\Twig\DataCollector\TwigDataCollector(($this->privates['twig.profile'] ?? ($this->privates['twig.profile'] = new \Twig\Profiler\Profile())), ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService())));
  702.         $instance->add($e);
  703.         $instance->add($f);
  704.         $instance->add(($this->privates['httplug.collector.collector'] ?? ($this->privates['httplug.collector.collector'] = new \Http\HttplugBundle\Collector\Collector())));
  705.         $instance->add(new \Symfony\Component\Mailer\DataCollector\MessageDataCollector(($this->privates['mailer.message_logger_listener'] ?? ($this->privates['mailer.message_logger_listener'] = new \Symfony\Component\Mailer\EventListener\MessageLoggerListener()))));
  706.         $instance->add(new \Sonata\BlockBundle\Profiler\DataCollector\BlockDataCollector(($this->privates['sonata.block.templating.helper'] ?? $this->getSonata_Block_Templating_HelperService()), $this->parameters['sonata.block.container.types']));
  707.         $instance->add($g);
  708.         return $instance;
  709.     }
  710.     /**
  711.      * Gets the public '.container.private.security.authorization_checker' shared service.
  712.      *
  713.      * @return \Symfony\Component\Security\Core\Authorization\AuthorizationChecker
  714.      */
  715.     protected function get_Container_Private_Security_AuthorizationCheckerService()
  716.     {
  717.         return $this->services['.container.private.security.authorization_checker'] = new \Symfony\Component\Security\Core\Authorization\AuthorizationChecker(($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService()), false);
  718.     }
  719.     /**
  720.      * Gets the public '.container.private.security.csrf.token_manager' shared service.
  721.      *
  722.      * @return \Symfony\Component\Security\Csrf\CsrfTokenManager
  723.      */
  724.     protected function get_Container_Private_Security_Csrf_TokenManagerService()
  725.     {
  726.         include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/CsrfTokenManagerInterface.php';
  727.         include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/CsrfTokenManager.php';
  728.         include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenGenerator/TokenGeneratorInterface.php';
  729.         include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenGenerator/UriSafeTokenGenerator.php';
  730.         return $this->services['.container.private.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())));
  731.     }
  732.     /**
  733.      * Gets the public '.container.private.security.password_encoder' shared service.
  734.      *
  735.      * @return \Symfony\Component\Security\Core\Encoder\UserPasswordEncoder
  736.      *
  737.      * @deprecated Since symfony/security-bundle 5.3: The ".container.private.security.password_encoder" service is deprecated, use "security.user_password_hasher" instead.
  738.      */
  739.     protected function get_Container_Private_Security_PasswordEncoderService()
  740.     {
  741.         trigger_deprecation('symfony/security-bundle''5.3''The ".container.private.security.password_encoder" service is deprecated, use "security.user_password_hasher" instead.');
  742.         return $this->services['.container.private.security.password_encoder'] = new \Symfony\Component\Security\Core\Encoder\UserPasswordEncoder(($this->privates['security.encoder_factory.generic'] ?? $this->getSecurity_EncoderFactory_GenericService()));
  743.     }
  744.     /**
  745.      * Gets the public '.container.private.security.token_storage' shared service.
  746.      *
  747.      * @return \Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage
  748.      */
  749.     protected function get_Container_Private_Security_TokenStorageService()
  750.     {
  751.         return $this->services['.container.private.security.token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage(($this->privates['security.untracked_token_storage'] ?? ($this->privates['security.untracked_token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())), new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  752.             'request_stack' => ['services''request_stack''getRequestStackService'false],
  753.         ], [
  754.             'request_stack' => '?',
  755.         ]));
  756.     }
  757.     /**
  758.      * Gets the public '.container.private.serializer' shared service.
  759.      *
  760.      * @return \Symfony\Component\Serializer\Serializer
  761.      */
  762.     protected function get_Container_Private_SerializerService()
  763.     {
  764.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/SerializerInterface.php';
  765.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/NormalizerInterface.php';
  766.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ContextAwareNormalizerInterface.php';
  767.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DenormalizerInterface.php';
  768.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ContextAwareDenormalizerInterface.php';
  769.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/EncoderInterface.php';
  770.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/ContextAwareEncoderInterface.php';
  771.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/DecoderInterface.php';
  772.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/ContextAwareDecoderInterface.php';
  773.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Serializer.php';
  774.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/SerializerAwareInterface.php';
  775.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/CacheableSupportsMethodInterface.php';
  776.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/SerializerAwareTrait.php';
  777.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/UnwrappingDenormalizer.php';
  778.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ProblemNormalizer.php';
  779.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/UidNormalizer.php';
  780.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ObjectToPopulateTrait.php';
  781.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/AbstractNormalizer.php';
  782.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/JsonSerializableNormalizer.php';
  783.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DateTimeNormalizer.php';
  784.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ConstraintViolationListNormalizer.php';
  785.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/NameConverter/NameConverterInterface.php';
  786.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/NameConverter/AdvancedNameConverterInterface.php';
  787.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/NameConverter/MetadataAwareNameConverter.php';
  788.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/MimeMessageNormalizer.php';
  789.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/AbstractObjectNormalizer.php';
  790.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/PropertyNormalizer.php';
  791.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/ClassDiscriminatorResolverInterface.php';
  792.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/ClassDiscriminatorFromClassMetadata.php';
  793.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DateTimeZoneNormalizer.php';
  794.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DateIntervalNormalizer.php';
  795.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/FormErrorNormalizer.php';
  796.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DataUriNormalizer.php';
  797.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DenormalizerAwareInterface.php';
  798.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DenormalizerAwareTrait.php';
  799.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ArrayDenormalizer.php';
  800.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ObjectNormalizer.php';
  801.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/NormalizationAwareInterface.php';
  802.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/XmlEncoder.php';
  803.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/JsonEncoder.php';
  804.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/YamlEncoder.php';
  805.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/CsvEncoder.php';
  806.         $a = ($this->privates['property_accessor'] ?? $this->getPropertyAccessorService());
  807.         $b = ($this->privates['serializer.mapping.class_metadata_factory'] ?? $this->getSerializer_Mapping_ClassMetadataFactoryService());
  808.         $c = new \Symfony\Component\Serializer\NameConverter\MetadataAwareNameConverter($b);
  809.         $d = ($this->privates['property_info'] ?? $this->getPropertyInfoService());
  810.         $e = new \Symfony\Component\Serializer\Mapping\ClassDiscriminatorFromClassMetadata($b);
  811.         return $this->services['.container.private.serializer'] = new \Symfony\Component\Serializer\Serializer([=> new \Symfony\Component\Serializer\Normalizer\UnwrappingDenormalizer($a), => new \Symfony\Component\Serializer\Normalizer\ProblemNormalizer(true), => new \Symfony\Component\Serializer\Normalizer\UidNormalizer(), => new \Symfony\Component\Serializer\Normalizer\JsonSerializableNormalizer(), => new \Symfony\Component\Serializer\Normalizer\DateTimeNormalizer(), => new \Symfony\Component\Serializer\Normalizer\ConstraintViolationListNormalizer([], $c), => new \Symfony\Component\Serializer\Normalizer\MimeMessageNormalizer(new \Symfony\Component\Serializer\Normalizer\PropertyNormalizer($b$c$d$eNULL, [])), => new \Symfony\Component\Serializer\Normalizer\DateTimeZoneNormalizer(), => new \Symfony\Component\Serializer\Normalizer\DateIntervalNormalizer(), => new \Symfony\Component\Serializer\Normalizer\FormErrorNormalizer(), 10 => new \Symfony\Component\Serializer\Normalizer\DataUriNormalizer(($this->privates['mime_types'] ?? $this->getMimeTypesService())), 11 => new \Symfony\Component\Serializer\Normalizer\ArrayDenormalizer(), 12 => new \Symfony\Component\Serializer\Normalizer\ObjectNormalizer($b$c$a$d$eNULL, [])], [=> new \Symfony\Component\Serializer\Encoder\XmlEncoder(), => new \Symfony\Component\Serializer\Encoder\JsonEncoder(), => new \Symfony\Component\Serializer\Encoder\YamlEncoder(), => new \Symfony\Component\Serializer\Encoder\CsvEncoder()]);
  812.     }
  813.     /**
  814.      * Gets the public '.container.private.session' shared service.
  815.      *
  816.      * @return \Symfony\Component\HttpFoundation\Session\Session
  817.      */
  818.     protected function get_Container_Private_SessionService()
  819.     {
  820.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/SessionInterface.php';
  821.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/Session.php';
  822.         return $this->services['.container.private.session'] = ($this->privates['session.factory'] ?? $this->getSession_FactoryService())->createSession();
  823.     }
  824.     /**
  825.      * Gets the public '.container.private.twig' shared service.
  826.      *
  827.      * @return \Twig\Environment
  828.      */
  829.     protected function get_Container_Private_TwigService()
  830.     {
  831.         $a = new \Twig\Loader\FilesystemLoader([], \dirname(__DIR__4));
  832.         $a->addPath((\dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Resources/views'));
  833.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/security-bundle/Resources/views'), 'Security');
  834.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/security-bundle/Resources/views'), '!Security');
  835.         $a->addPath((\dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Resources/views'), 'SonataBlock');
  836.         $a->addPath((\dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Resources/views'), '!SonataBlock');
  837.         $a->addPath((\dirname(__DIR__4).'/vendor/knplabs/knp-menu-bundle/src/Resources/views'), 'KnpMenu');
  838.         $a->addPath((\dirname(__DIR__4).'/vendor/knplabs/knp-menu-bundle/src/Resources/views'), '!KnpMenu');
  839.         $a->addPath((\dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Resources/views'), 'SonataAdmin');
  840.         $a->addPath((\dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Resources/views'), '!SonataAdmin');
  841.         $a->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Resources/views'), 'Doctrine');
  842.         $a->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Resources/views'), '!Doctrine');
  843.         $a->addPath((\dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Resources/views'), 'SonataDoctrineORMAdmin');
  844.         $a->addPath((\dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Resources/views'), '!SonataDoctrineORMAdmin');
  845.         $a->addPath((\dirname(__DIR__4).'/vendor/sonata-project/form-extensions/src/Bridge/Symfony/Resources/views'), 'SonataForm');
  846.         $a->addPath((\dirname(__DIR__4).'/vendor/sonata-project/form-extensions/src/Bridge/Symfony/Resources/views'), '!SonataForm');
  847.         $a->addPath((\dirname(__DIR__4).'/vendor/sonata-project/twig-extensions/src/Bridge/Symfony/Resources/views'), 'SonataTwig');
  848.         $a->addPath((\dirname(__DIR__4).'/vendor/sonata-project/twig-extensions/src/Bridge/Symfony/Resources/views'), '!SonataTwig');
  849.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Resources/views'), 'WebProfiler');
  850.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Resources/views'), '!WebProfiler');
  851.         $a->addPath((\dirname(__DIR__4).'/vendor/hwi/oauth-bundle/Resources/views'), 'HWIOAuth');
  852.         $a->addPath((\dirname(__DIR__4).'/vendor/hwi/oauth-bundle/Resources/views'), '!HWIOAuth');
  853.         $a->addPath((\dirname(__DIR__4).'/vendor/php-http/httplug-bundle/src/Resources/views'), 'Httplug');
  854.         $a->addPath((\dirname(__DIR__4).'/vendor/php-http/httplug-bundle/src/Resources/views'), '!Httplug');
  855.         $a->addPath((\dirname(__DIR__4).'/vendor/sonata-project/entity-audit-bundle/src/Resources/views'), 'SimpleThingsEntityAudit');
  856.         $a->addPath((\dirname(__DIR__4).'/vendor/sonata-project/entity-audit-bundle/src/Resources/views'), '!SimpleThingsEntityAudit');
  857.         $a->addPath((\dirname(__DIR__4).'/templates'));
  858.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Email'), 'email');
  859.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Email'), '!email');
  860.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Form'));
  861.         $this->services['.container.private.twig'] = $instance = new \Twig\Environment($a, ['debug' => true'strict_variables' => true'autoescape' => 'name''cache' => ($this->targetDir.''.'/twig'), 'charset' => 'UTF-8']);
  862.         $b = ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)));
  863.         $c = ($this->services['translator'] ?? $this->getTranslatorService());
  864.         $d = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  865.         $e = ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService());
  866.         $f = ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService());
  867.         $g = ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService());
  868.         $h = new \Knp\Menu\Util\MenuManipulator();
  869.         $i = ($this->services['knp_menu.matcher'] ?? $this->getKnpMenu_MatcherService());
  870.         $j = new \Symfony\Component\VarDumper\Dumper\HtmlDumper(NULL'UTF-8'1);
  871.         $j->setDisplayOptions(['maxStringLength' => 4096'fileLinkFormat' => $f]);
  872.         $k = new \Symfony\Bridge\Twig\AppVariable();
  873.         $k->setEnvironment('dev');
  874.         $k->setDebug(true);
  875.         if ($this->has('.container.private.security.token_storage')) {
  876.             $k->setTokenStorage($g);
  877.         }
  878.         if ($this->has('request_stack')) {
  879.             $k->setRequestStack($d);
  880.         }
  881.         $l = new \Twig\Extra\TwigExtraBundle\MissingExtensionSuggestor();
  882.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\CsrfExtension());
  883.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\ProfilerExtension(($this->privates['twig.profile'] ?? ($this->privates['twig.profile'] = new \Twig\Profiler\Profile())), $b));
  884.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\TranslationExtension($c));
  885.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\AssetExtension(new \Symfony\Component\Asset\Packages(new \Symfony\Component\Asset\PathPackage('', new \Symfony\Component\Asset\VersionStrategy\EmptyVersionStrategy(), new \Symfony\Component\Asset\Context\RequestStackContext($d$e->getBaseUrl(), $e->isSecure())), new RewindableGenerator(function () {
  886.             return new \EmptyIterator();
  887.         }, 0))));
  888.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\CodeExtension($f, \dirname(__DIR__4), 'UTF-8'));
  889.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\RoutingExtension(($this->services['router'] ?? $this->getRouterService())));
  890.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\YamlExtension());
  891.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\StopwatchExtension($btrue));
  892.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\ExpressionExtension());
  893.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\HttpKernelExtension());
  894.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\HttpFoundationExtension(new \Symfony\Component\HttpFoundation\UrlHelper($d$e)));
  895.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\WebLinkExtension($d));
  896.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\SerializerExtension());
  897.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\FormExtension($c));
  898.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\LogoutUrlExtension(($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService())));
  899.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\SecurityExtension(($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService()), new \Symfony\Component\Security\Http\Impersonate\ImpersonateUrlGenerator($d, ($this->privates['security.firewall.map'] ?? $this->getSecurity_Firewall_MapService()), $g)));
  900.         $instance->addExtension(new \SensioLabs\AnsiConverter\Bridge\Twig\AnsiExtension());
  901.         $instance->addExtension(new \Twig\Extension\DebugExtension());
  902.         $instance->addExtension(new \Sonata\BlockBundle\Twig\Extension\BlockExtension(($this->privates['sonata.block.templating.helper'] ?? $this->getSonata_Block_Templating_HelperService())));
  903.         $instance->addExtension(new \Knp\Menu\Twig\MenuExtension(new \Knp\Menu\Twig\Helper(new \Knp\Menu\Renderer\PsrProvider(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  904.             'list' => ['privates''knp_menu.renderer.list''getKnpMenu_Renderer_ListService'false],
  905.             'twig' => ['privates''knp_menu.renderer.twig''getKnpMenu_Renderer_TwigService'false],
  906.         ], [
  907.             'list' => '?',
  908.             'twig' => '?',
  909.         ]), 'twig', [], false), ($this->privates['knp_menu.menu_provider.chain'] ?? $this->getKnpMenu_MenuProvider_ChainService()), $h$i), $i$h));
  910.         $instance->addExtension(new \Sonata\AdminBundle\Twig\Extension\SonataAdminExtension(($this->privates['sonata.admin.twig.sonata_admin_runtime'] ?? $this->getSonata_Admin_Twig_SonataAdminRuntimeService())));
  911.         $instance->addExtension(new \Sonata\AdminBundle\Twig\Extension\TemplateRegistryExtension(($this->privates['sonata.admin.twig.template_registry_runtime'] ?? $this->getSonata_Admin_Twig_TemplateRegistryRuntimeService())));
  912.         $instance->addExtension(new \Sonata\AdminBundle\Twig\Extension\GroupExtension(($this->privates['sonata.admin.twig.group_runtime'] ?? $this->getSonata_Admin_Twig_GroupRuntimeService())));
  913.         $instance->addExtension(new \Sonata\AdminBundle\Twig\Extension\IconExtension(($this->privates['sonata.admin.twig.icon_runtime'] ?? ($this->privates['sonata.admin.twig.icon_runtime'] = new \Sonata\AdminBundle\Twig\IconRuntime()))));
  914.         $instance->addExtension(new \Sonata\AdminBundle\Twig\Extension\SecurityExtension(($this->privates['sonata.admin.twig.security_runtime'] ?? $this->getSonata_Admin_Twig_SecurityRuntimeService())));
  915.         $instance->addExtension(new \Sonata\AdminBundle\Twig\Extension\CanonicalizeExtension(($this->privates['sonata.admin.twig.canonicalize_runtime'] ?? $this->getSonata_Admin_Twig_CanonicalizeRuntimeService())));
  916.         $instance->addExtension(new \Sonata\AdminBundle\Twig\Extension\XEditableExtension(($this->privates['sonata.admin.twig.xeditable_runtime'] ?? $this->getSonata_Admin_Twig_XeditableRuntimeService())));
  917.         $instance->addExtension(new \Sonata\AdminBundle\Twig\Extension\RenderElementExtension(($this->privates['sonata.admin.twig.render_element_runtime'] ?? $this->getSonata_Admin_Twig_RenderElementRuntimeService())));
  918.         $instance->addExtension(new \Sonata\AdminBundle\Twig\Extension\BreadcrumbsExtension(($this->privates['sonata.admin.twig.breadcrumbs_runtime'] ?? $this->getSonata_Admin_Twig_BreadcrumbsRuntimeService())));
  919.         $instance->addExtension(new \Doctrine\Bundle\DoctrineBundle\Twig\DoctrineExtension());
  920.         $instance->addExtension(($this->services['sonata.twig.flashmessage.twig.extension'] ?? ($this->services['sonata.twig.flashmessage.twig.extension'] = new \Sonata\Twig\Extension\FlashMessageExtension())));
  921.         $instance->addExtension(new \Sonata\Twig\Extension\FormTypeExtension('standard'));
  922.         $instance->addExtension(new \Sonata\Twig\Extension\StatusExtension());
  923.         $instance->addExtension(new \Sonata\Twig\Extension\DeprecatedTemplateExtension());
  924.         $instance->addExtension(new \Sonata\Twig\Extension\TemplateExtension(true, ($this->services['sonata.doctrine.model.adapter.chain'] ?? $this->getSonata_Doctrine_Model_Adapter_ChainService())));
  925.         $instance->addExtension(new \Twig\Extra\Markdown\MarkdownExtension());
  926.         $instance->addExtension(new \Twig\Extra\Intl\IntlExtension());
  927.         $instance->addExtension(new \Twig\Extra\String\StringExtension());
  928.         $instance->addExtension(new \Symfony\Bundle\WebProfilerBundle\Twig\WebProfilerExtension($j));
  929.         $instance->addExtension(new \HWI\Bundle\OAuthBundle\Twig\Extension\OAuthExtension(new \HWI\Bundle\OAuthBundle\Templating\Helper\OAuthHelper(($this->privates['hwi_oauth.security.oauth_utils'] ?? $this->getHwiOauth_Security_OauthUtilsService()), $d)));
  930.         $instance->addExtension(new \Http\HttplugBundle\Collector\Twig\HttpMessageMarkupExtension(NULLNULL));
  931.         $instance->addGlobal('app'$k);
  932.         $instance->addRuntimeLoader(new \Twig\RuntimeLoader\ContainerRuntimeLoader(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  933.             'Symfony\\Bridge\\Twig\\Extension\\CsrfRuntime' => ['privates''twig.runtime.security_csrf''getTwig_Runtime_SecurityCsrfService'false],
  934.             'Symfony\\Bridge\\Twig\\Extension\\HttpKernelRuntime' => ['privates''twig.runtime.httpkernel''getTwig_Runtime_HttpkernelService'false],
  935.             'Symfony\\Bridge\\Twig\\Extension\\SerializerRuntime' => ['privates''twig.runtime.serializer''getTwig_Runtime_SerializerService'false],
  936.             'Symfony\\Component\\Form\\FormRenderer' => ['privates''twig.form.renderer''getTwig_Form_RendererService'false],
  937.             'Sonata\\BlockBundle\\Templating\\Helper\\BlockHelper' => ['privates''sonata.block.templating.helper''getSonata_Block_Templating_HelperService'false],
  938.             'Sonata\\AdminBundle\\Twig\\SonataAdminRuntime' => ['privates''sonata.admin.twig.sonata_admin_runtime''getSonata_Admin_Twig_SonataAdminRuntimeService'false],
  939.             'Sonata\\AdminBundle\\Twig\\TemplateRegistryRuntime' => ['privates''sonata.admin.twig.template_registry_runtime''getSonata_Admin_Twig_TemplateRegistryRuntimeService'false],
  940.             'Sonata\\AdminBundle\\Twig\\GroupRuntime' => ['privates''sonata.admin.twig.group_runtime''getSonata_Admin_Twig_GroupRuntimeService'false],
  941.             'Sonata\\AdminBundle\\Twig\\IconRuntime' => ['privates''sonata.admin.twig.icon_runtime''getSonata_Admin_Twig_IconRuntimeService'false],
  942.             'Sonata\\AdminBundle\\Twig\\SecurityRuntime' => ['privates''sonata.admin.twig.security_runtime''getSonata_Admin_Twig_SecurityRuntimeService'false],
  943.             'Sonata\\AdminBundle\\Twig\\CanonicalizeRuntime' => ['privates''sonata.admin.twig.canonicalize_runtime''getSonata_Admin_Twig_CanonicalizeRuntimeService'false],
  944.             'Sonata\\AdminBundle\\Twig\\XEditableRuntime' => ['privates''sonata.admin.twig.xeditable_runtime''getSonata_Admin_Twig_XeditableRuntimeService'false],
  945.             'Sonata\\AdminBundle\\Twig\\RenderElementRuntime' => ['privates''sonata.admin.twig.render_element_runtime''getSonata_Admin_Twig_RenderElementRuntimeService'false],
  946.             'Sonata\\AdminBundle\\Twig\\BreadcrumbsRuntime' => ['privates''sonata.admin.twig.breadcrumbs_runtime''getSonata_Admin_Twig_BreadcrumbsRuntimeService'false],
  947.             'Sonata\\Twig\\Extension\\FlashMessageRuntime' => ['privates''sonata.twig.flashmessage.twig.runtime''getSonata_Twig_Flashmessage_Twig_RuntimeService'false],
  948.             'Sonata\\Twig\\Extension\\StatusRuntime' => ['privates''sonata.twig.status_runtime''getSonata_Twig_StatusRuntimeService'false],
  949.             'Twig\\Extra\\Markdown\\MarkdownRuntime' => ['privates''twig.runtime.markdown''getTwig_Runtime_MarkdownService'false],
  950.         ], [
  951.             'Symfony\\Bridge\\Twig\\Extension\\CsrfRuntime' => '?',
  952.             'Symfony\\Bridge\\Twig\\Extension\\HttpKernelRuntime' => '?',
  953.             'Symfony\\Bridge\\Twig\\Extension\\SerializerRuntime' => '?',
  954.             'Symfony\\Component\\Form\\FormRenderer' => '?',
  955.             'Sonata\\BlockBundle\\Templating\\Helper\\BlockHelper' => '?',
  956.             'Sonata\\AdminBundle\\Twig\\SonataAdminRuntime' => '?',
  957.             'Sonata\\AdminBundle\\Twig\\TemplateRegistryRuntime' => '?',
  958.             'Sonata\\AdminBundle\\Twig\\GroupRuntime' => '?',
  959.             'Sonata\\AdminBundle\\Twig\\IconRuntime' => '?',
  960.             'Sonata\\AdminBundle\\Twig\\SecurityRuntime' => '?',
  961.             'Sonata\\AdminBundle\\Twig\\CanonicalizeRuntime' => '?',
  962.             'Sonata\\AdminBundle\\Twig\\XEditableRuntime' => '?',
  963.             'Sonata\\AdminBundle\\Twig\\RenderElementRuntime' => '?',
  964.             'Sonata\\AdminBundle\\Twig\\BreadcrumbsRuntime' => '?',
  965.             'Sonata\\Twig\\Extension\\FlashMessageRuntime' => '?',
  966.             'Sonata\\Twig\\Extension\\StatusRuntime' => '?',
  967.             'Twig\\Extra\\Markdown\\MarkdownRuntime' => '?',
  968.         ])));
  969.         $instance->addGlobal('url_dashboard'$this->getEnv('URL_DASHBOARD'));
  970.         $instance->addGlobal('url_documents'$this->getEnv('URL_DOCUMENTS'));
  971.         $instance->addGlobal('url_documents_cheq'$this->getEnv('URL_DOCUMENTS_CHEQ'));
  972.         $instance->addGlobal('url_azuremarketplace'$this->getEnv('URL_AZUREMARKETPLACE'));
  973.         $instance->addGlobal('cur_host'$this->getEnv('require:PHP_CUR_HOST'));
  974.         $instance->addGlobal('sonata_block', new \Sonata\BlockBundle\Twig\GlobalVariables(['block_base' => '@SonataBlock/Block/block_base.html.twig''block_container' => '@SonataBlock/Block/block_container.html.twig']));
  975.         $instance->addGlobal('sonata_config', new \Sonata\AdminBundle\SonataConfiguration('TAB Dashboard''/assets/images/tab_logo_sonata.png', ['use_select2' => true'default_admin_route' => 'edit''html5_validate' => true'sort_admins' => false'confirm_exit' => true'js_debug' => false'skin' => 'skin-black''use_icheck' => true'use_bootlint' => false'use_stickyforms' => true'pager_links' => NULL'form_type' => 'standard''default_group' => 'default''default_label_catalogue' => 'SonataAdminBundle''default_icon' => 'fas fa-folder''dropdown_number_groups_per_colums' => 2'logo_content' => 'all''list_action_button_content' => 'all''lock_protection' => false'mosaic_background' => 'bundles/sonataadmin/images/default_mosaic_image.png''javascripts' => [=> 'bundles/sonataadmin/app.js'=> 'assets/extra.js'=> 'assets/select2.min.js'], 'stylesheets' => [=> 'bundles/sonataadmin/app.css'=> 'bundles/sonataadmin/admin-lte-skins/skin-black.min.css'=> 'assets/extra.css'=> 'assets/select2.min.css'], 'role_admin' => 'ROLE_SONATA_ADMIN''role_super_admin' => 'ROLE_SUPER_ADMIN''search' => true]));
  976.         $instance->registerUndefinedFilterCallback([=> $l=> 'suggestFilter']);
  977.         $instance->registerUndefinedFunctionCallback([=> $l=> 'suggestFunction']);
  978.         $instance->registerUndefinedTokenParserCallback([=> $l=> 'suggestTag']);
  979.         (new \Symfony\Bundle\TwigBundle\DependencyInjection\Configurator\EnvironmentConfigurator('F j, Y H:i''%d days'NULL0'.'','))->configure($instance);
  980.         return $instance;
  981.     }
  982.     /**
  983.      * Gets the public '.container.private.validator' shared service.
  984.      *
  985.      * @return \Symfony\Component\Validator\Validator\TraceableValidator
  986.      */
  987.     protected function get_Container_Private_ValidatorService()
  988.     {
  989.         return $this->services['.container.private.validator'] = new \Symfony\Component\Validator\Validator\TraceableValidator(($this->privates['validator.builder'] ?? $this->getValidator_BuilderService())->getValidator());
  990.     }
  991.     /**
  992.      * Gets the public 'App\Controller\ApiController' shared autowired service.
  993.      *
  994.      * @return \App\Controller\ApiController
  995.      */
  996.     protected function getApiControllerService()
  997.     {
  998.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  999.         include_once \dirname(__DIR__4).'/src/Controller/ApiController.php';
  1000.         $this->services['App\\Controller\\ApiController'] = $instance = new \App\Controller\ApiController(($this->privates['security.helper'] ?? $this->getSecurity_HelperService()), ($this->privates['App\\Service\\JobService'] ?? $this->getJobServiceService()));
  1001.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\ApiController'$this));
  1002.         return $instance;
  1003.     }
  1004.     /**
  1005.      * Gets the public 'App\Controller\AzureMarketplaceController' shared autowired service.
  1006.      *
  1007.      * @return \App\Controller\AzureMarketplaceController
  1008.      */
  1009.     protected function getAzureMarketplaceControllerService()
  1010.     {
  1011.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1012.         include_once \dirname(__DIR__4).'/src/Controller/AzureMarketplaceController.php';
  1013.         $this->services['App\\Controller\\AzureMarketplaceController'] = $instance = new \App\Controller\AzureMarketplaceController(($this->privates['security.helper'] ?? $this->getSecurity_HelperService()), ($this->services['.container.private.session'] ?? $this->get_Container_Private_SessionService()));
  1014.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\AzureMarketplaceController'$this));
  1015.         return $instance;
  1016.     }
  1017.     /**
  1018.      * Gets the public 'App\Controller\CHEQContractAdminController' shared autowired service.
  1019.      *
  1020.      * @return \App\Controller\CHEQContractAdminController
  1021.      */
  1022.     protected function getCHEQContractAdminControllerService()
  1023.     {
  1024.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1025.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Controller/CRUDController.php';
  1026.         include_once \dirname(__DIR__4).'/src/Controller/CHEQContractAdminController.php';
  1027.         $this->services['App\\Controller\\CHEQContractAdminController'] = $instance = new \App\Controller\CHEQContractAdminController();
  1028.         $instance->setContainer(($this->privates['.service_locator.Dmo5vAl'] ?? $this->get_ServiceLocator_Dmo5vAlService())->withContext('App\\Controller\\CHEQContractAdminController'$this));
  1029.         return $instance;
  1030.     }
  1031.     /**
  1032.      * Gets the public 'App\Controller\CostExplorerAdminController' shared autowired service.
  1033.      *
  1034.      * @return \App\Controller\CostExplorerAdminController
  1035.      */
  1036.     protected function getCostExplorerAdminControllerService()
  1037.     {
  1038.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1039.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Controller/CRUDController.php';
  1040.         include_once \dirname(__DIR__4).'/src/Controller/CostExplorerAdminController.php';
  1041.         $this->services['App\\Controller\\CostExplorerAdminController'] = $instance = new \App\Controller\CostExplorerAdminController();
  1042.         $instance->setContainer(($this->privates['.service_locator.Dmo5vAl'] ?? $this->get_ServiceLocator_Dmo5vAlService())->withContext('App\\Controller\\CostExplorerAdminController'$this));
  1043.         return $instance;
  1044.     }
  1045.     /**
  1046.      * Gets the public 'App\Controller\DefaultController' shared autowired service.
  1047.      *
  1048.      * @return \App\Controller\DefaultController
  1049.      */
  1050.     protected function getDefaultControllerService()
  1051.     {
  1052.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1053.         include_once \dirname(__DIR__4).'/src/Controller/DefaultController.php';
  1054.         $this->services['App\\Controller\\DefaultController'] = $instance = new \App\Controller\DefaultController();
  1055.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\DefaultController'$this));
  1056.         return $instance;
  1057.     }
  1058.     /**
  1059.      * Gets the public 'App\Controller\EnvironmentAdminController' shared autowired service.
  1060.      *
  1061.      * @return \App\Controller\EnvironmentAdminController
  1062.      */
  1063.     protected function getEnvironmentAdminControllerService()
  1064.     {
  1065.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1066.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Controller/CRUDController.php';
  1067.         include_once \dirname(__DIR__4).'/src/Controller/EnvironmentAdminController.php';
  1068.         $this->services['App\\Controller\\EnvironmentAdminController'] = $instance = new \App\Controller\EnvironmentAdminController();
  1069.         $instance->setContainer(($this->privates['.service_locator.Dmo5vAl'] ?? $this->get_ServiceLocator_Dmo5vAlService())->withContext('App\\Controller\\EnvironmentAdminController'$this));
  1070.         return $instance;
  1071.     }
  1072.     /**
  1073.      * Gets the public 'App\Controller\FileAdminController' shared autowired service.
  1074.      *
  1075.      * @return \App\Controller\FileAdminController
  1076.      */
  1077.     protected function getFileAdminControllerService()
  1078.     {
  1079.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1080.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Controller/CRUDController.php';
  1081.         include_once \dirname(__DIR__4).'/src/Controller/FileAdminController.php';
  1082.         $this->services['App\\Controller\\FileAdminController'] = $instance = new \App\Controller\FileAdminController();
  1083.         $instance->setContainer(($this->privates['.service_locator.Dmo5vAl'] ?? $this->get_ServiceLocator_Dmo5vAlService())->withContext('App\\Controller\\FileAdminController'$this));
  1084.         return $instance;
  1085.     }
  1086.     /**
  1087.      * Gets the public 'App\Controller\FileDownloadController' shared autowired service.
  1088.      *
  1089.      * @return \App\Controller\FileDownloadController
  1090.      */
  1091.     protected function getFileDownloadControllerService()
  1092.     {
  1093.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1094.         include_once \dirname(__DIR__4).'/src/Controller/FileDownloadController.php';
  1095.         $this->services['App\\Controller\\FileDownloadController'] = $instance = new \App\Controller\FileDownloadController();
  1096.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\FileDownloadController'$this));
  1097.         return $instance;
  1098.     }
  1099.     /**
  1100.      * Gets the public 'App\Controller\IdpController' shared autowired service.
  1101.      *
  1102.      * @return \App\Controller\IdpController
  1103.      */
  1104.     protected function getIdpControllerService()
  1105.     {
  1106.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1107.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Controller/CRUDController.php';
  1108.         include_once \dirname(__DIR__4).'/src/Controller/IdpController.php';
  1109.         $this->services['App\\Controller\\IdpController'] = $instance = new \App\Controller\IdpController();
  1110.         $instance->setContainer(($this->privates['.service_locator.Dmo5vAl'] ?? $this->get_ServiceLocator_Dmo5vAlService())->withContext('App\\Controller\\IdpController'$this));
  1111.         return $instance;
  1112.     }
  1113.     /**
  1114.      * Gets the public 'App\Controller\JobAdminController' shared autowired service.
  1115.      *
  1116.      * @return \App\Controller\JobAdminController
  1117.      */
  1118.     protected function getJobAdminControllerService()
  1119.     {
  1120.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1121.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Controller/CRUDController.php';
  1122.         include_once \dirname(__DIR__4).'/src/Controller/JobAdminController.php';
  1123.         $this->services['App\\Controller\\JobAdminController'] = $instance = new \App\Controller\JobAdminController();
  1124.         $instance->setContainer(($this->privates['.service_locator.Dmo5vAl'] ?? $this->get_ServiceLocator_Dmo5vAlService())->withContext('App\\Controller\\JobAdminController'$this));
  1125.         return $instance;
  1126.     }
  1127.     /**
  1128.      * Gets the public 'App\Controller\MaintenanceController' shared autowired service.
  1129.      *
  1130.      * @return \App\Controller\MaintenanceController
  1131.      */
  1132.     protected function getMaintenanceControllerService()
  1133.     {
  1134.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1135.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Controller/CRUDController.php';
  1136.         include_once \dirname(__DIR__4).'/src/Controller/MaintenanceController.php';
  1137.         $this->services['App\\Controller\\MaintenanceController'] = $instance = new \App\Controller\MaintenanceController();
  1138.         $instance->setContainer(($this->privates['.service_locator.Dmo5vAl'] ?? $this->get_ServiceLocator_Dmo5vAlService())->withContext('App\\Controller\\MaintenanceController'$this));
  1139.         return $instance;
  1140.     }
  1141.     /**
  1142.      * Gets the public 'App\Controller\MassQueryController' shared autowired service.
  1143.      *
  1144.      * @return \App\Controller\MassQueryController
  1145.      */
  1146.     protected function getMassQueryControllerService()
  1147.     {
  1148.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1149.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Controller/CRUDController.php';
  1150.         include_once \dirname(__DIR__4).'/src/Controller/MassQueryController.php';
  1151.         $this->services['App\\Controller\\MassQueryController'] = $instance = new \App\Controller\MassQueryController();
  1152.         $instance->setContainer(($this->privates['.service_locator.Dmo5vAl'] ?? $this->get_ServiceLocator_Dmo5vAlService())->withContext('App\\Controller\\MassQueryController'$this));
  1153.         return $instance;
  1154.     }
  1155.     /**
  1156.      * Gets the public 'App\Controller\MobileAppController' shared autowired service.
  1157.      *
  1158.      * @return \App\Controller\MobileAppController
  1159.      */
  1160.     protected function getMobileAppControllerService()
  1161.     {
  1162.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1163.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Controller/CRUDController.php';
  1164.         include_once \dirname(__DIR__4).'/src/Controller/MobileAppController.php';
  1165.         include_once \dirname(__DIR__4).'/src/Service/FileService.php';
  1166.         $this->services['App\\Controller\\MobileAppController'] = $instance = new \App\Controller\MobileAppController(new \App\Service\FileService((\dirname(__DIR__3).'/uploaded_files')));
  1167.         $instance->setContainer(($this->privates['.service_locator.Dmo5vAl'] ?? $this->get_ServiceLocator_Dmo5vAlService())->withContext('App\\Controller\\MobileAppController'$this));
  1168.         return $instance;
  1169.     }
  1170.     /**
  1171.      * Gets the public 'App\Controller\MonitoringController' shared autowired service.
  1172.      *
  1173.      * @return \App\Controller\MonitoringController
  1174.      */
  1175.     protected function getMonitoringControllerService()
  1176.     {
  1177.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1178.         include_once \dirname(__DIR__4).'/src/Controller/MonitoringController.php';
  1179.         $this->services['App\\Controller\\MonitoringController'] = $instance = new \App\Controller\MonitoringController(($this->privates['.debug.http_client'] ?? $this->get_Debug_HttpClientService()), ($this->privates['App\\Service\\MonitoringService'] ?? $this->getMonitoringServiceService()));
  1180.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\MonitoringController'$this));
  1181.         return $instance;
  1182.     }
  1183.     /**
  1184.      * Gets the public 'App\Controller\PDFController' shared autowired service.
  1185.      *
  1186.      * @return \App\Controller\PDFController
  1187.      */
  1188.     protected function getPDFControllerService()
  1189.     {
  1190.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1191.         include_once \dirname(__DIR__4).'/src/Controller/PDFController.php';
  1192.         $this->services['App\\Controller\\PDFController'] = $instance = new \App\Controller\PDFController();
  1193.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\PDFController'$this));
  1194.         return $instance;
  1195.     }
  1196.     /**
  1197.      * Gets the public 'App\Controller\ProjectAdminController' shared autowired service.
  1198.      *
  1199.      * @return \App\Controller\ProjectAdminController
  1200.      */
  1201.     protected function getProjectAdminControllerService()
  1202.     {
  1203.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1204.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Controller/CRUDController.php';
  1205.         include_once \dirname(__DIR__4).'/src/Controller/ProjectAdminController.php';
  1206.         $this->services['App\\Controller\\ProjectAdminController'] = $instance = new \App\Controller\ProjectAdminController();
  1207.         $instance->setContainer(($this->privates['.service_locator.Dmo5vAl'] ?? $this->get_ServiceLocator_Dmo5vAlService())->withContext('App\\Controller\\ProjectAdminController'$this));
  1208.         return $instance;
  1209.     }
  1210.     /**
  1211.      * Gets the public 'App\Controller\ProjectController' shared autowired service.
  1212.      *
  1213.      * @return \App\Controller\ProjectController
  1214.      */
  1215.     protected function getProjectControllerService()
  1216.     {
  1217.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1218.         include_once \dirname(__DIR__4).'/src/Controller/ProjectController.php';
  1219.         $this->services['App\\Controller\\ProjectController'] = $instance = new \App\Controller\ProjectController();
  1220.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\ProjectController'$this));
  1221.         return $instance;
  1222.     }
  1223.     /**
  1224.      * Gets the public 'App\Controller\RequirementsController' shared autowired service.
  1225.      *
  1226.      * @return \App\Controller\RequirementsController
  1227.      */
  1228.     protected function getRequirementsControllerService()
  1229.     {
  1230.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1231.         include_once \dirname(__DIR__4).'/src/Controller/RequirementsController.php';
  1232.         include_once \dirname(__DIR__4).'/src/Service/RequirementsService.php';
  1233.         $this->services['App\\Controller\\RequirementsController'] = $instance = new \App\Controller\RequirementsController(new \App\Service\RequirementsService((\dirname(__DIR__4).'/templates'), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['.debug.http_client'] ?? $this->get_Debug_HttpClientService())));
  1234.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\RequirementsController'$this));
  1235.         return $instance;
  1236.     }
  1237.     /**
  1238.      * Gets the public 'App\Controller\SecretAdminController' shared autowired service.
  1239.      *
  1240.      * @return \App\Controller\SecretAdminController
  1241.      */
  1242.     protected function getSecretAdminControllerService()
  1243.     {
  1244.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1245.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Controller/CRUDController.php';
  1246.         include_once \dirname(__DIR__4).'/src/Controller/SecretAdminController.php';
  1247.         $this->services['App\\Controller\\SecretAdminController'] = $instance = new \App\Controller\SecretAdminController();
  1248.         $instance->setContainer(($this->privates['.service_locator.Dmo5vAl'] ?? $this->get_ServiceLocator_Dmo5vAlService())->withContext('App\\Controller\\SecretAdminController'$this));
  1249.         return $instance;
  1250.     }
  1251.     /**
  1252.      * Gets the public 'App\Controller\VersionController' shared autowired service.
  1253.      *
  1254.      * @return \App\Controller\VersionController
  1255.      */
  1256.     protected function getVersionControllerService()
  1257.     {
  1258.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1259.         include_once \dirname(__DIR__4).'/src/Controller/VersionController.php';
  1260.         $this->services['App\\Controller\\VersionController'] = $instance = new \App\Controller\VersionController();
  1261.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\VersionController'$this));
  1262.         return $instance;
  1263.     }
  1264.     /**
  1265.      * Gets the public 'Doctrine\Bundle\DoctrineBundle\Controller\ProfilerController' shared service.
  1266.      *
  1267.      * @return \Doctrine\Bundle\DoctrineBundle\Controller\ProfilerController
  1268.      */
  1269.     protected function getProfilerControllerService()
  1270.     {
  1271.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Controller/ProfilerController.php';
  1272.         return $this->services['Doctrine\\Bundle\\DoctrineBundle\\Controller\\ProfilerController'] = new \Doctrine\Bundle\DoctrineBundle\Controller\ProfilerController(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()), ($this->services['doctrine'] ?? $this->getDoctrineService()), ($this->services['.container.private.profiler'] ?? $this->get_Container_Private_ProfilerService()));
  1273.     }
  1274.     /**
  1275.      * Gets the public 'HWI\Bundle\OAuthBundle\Controller\ConnectController' shared service.
  1276.      *
  1277.      * @return \HWI\Bundle\OAuthBundle\Controller\ConnectController
  1278.      */
  1279.     protected function getConnectControllerService()
  1280.     {
  1281.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1282.         include_once \dirname(__DIR__4).'/vendor/hwi/oauth-bundle/Controller/ConnectController.php';
  1283.         include_once \dirname(__DIR__4).'/vendor/hwi/oauth-bundle/Security/Http/ResourceOwnerMapLocator.php';
  1284.         $a = new \HWI\Bundle\OAuthBundle\Security\Http\ResourceOwnerMapLocator();
  1285.         $a->add('azuremarketplace', ($this->services['hwi_oauth.resource_ownermap.azuremarketplace'] ?? $this->getHwiOauth_ResourceOwnermap_AzuremarketplaceService()));
  1286.         $this->services['HWI\\Bundle\\OAuthBundle\\Controller\\ConnectController'] = $instance = new \HWI\Bundle\OAuthBundle\Controller\ConnectController(($this->privates['hwi_oauth.security.oauth_utils'] ?? $this->getHwiOauth_Security_OauthUtilsService()), $a, ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), false'IS_AUTHENTICATED_REMEMBERED'false'hwi_oauth_connect'false$this->parameters['hwi_oauth.firewall_names']);
  1287.         $instance->setContainer($this);
  1288.         return $instance;
  1289.     }
  1290.     /**
  1291.      * Gets the public 'HWI\Bundle\OAuthBundle\Controller\LoginController' shared service.
  1292.      *
  1293.      * @return \HWI\Bundle\OAuthBundle\Controller\LoginController
  1294.      */
  1295.     protected function getLoginControllerService()
  1296.     {
  1297.         include_once \dirname(__DIR__4).'/vendor/hwi/oauth-bundle/Controller/LoginController.php';
  1298.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authentication/AuthenticationUtils.php';
  1299.         $a = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  1300.         return $this->services['HWI\\Bundle\\OAuthBundle\\Controller\\LoginController'] = new \HWI\Bundle\OAuthBundle\Controller\LoginController(new \Symfony\Component\Security\Http\Authentication\AuthenticationUtils($a), ($this->services['router'] ?? $this->getRouterService()), ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService()), $a, ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()), false'IS_AUTHENTICATED_REMEMBERED');
  1301.     }
  1302.     /**
  1303.      * Gets the public 'HWI\Bundle\OAuthBundle\Controller\RedirectToServiceController' shared service.
  1304.      *
  1305.      * @return \HWI\Bundle\OAuthBundle\Controller\RedirectToServiceController
  1306.      */
  1307.     protected function getRedirectToServiceControllerService()
  1308.     {
  1309.         include_once \dirname(__DIR__4).'/vendor/hwi/oauth-bundle/Controller/RedirectToServiceController.php';
  1310.         include_once \dirname(__DIR__4).'/vendor/hwi/oauth-bundle/Util/DomainWhitelist.php';
  1311.         return $this->services['HWI\\Bundle\\OAuthBundle\\Controller\\RedirectToServiceController'] = new \HWI\Bundle\OAuthBundle\Controller\RedirectToServiceController(($this->privates['hwi_oauth.security.oauth_utils'] ?? $this->getHwiOauth_Security_OauthUtilsService()), new \HWI\Bundle\OAuthBundle\Util\DomainWhitelist([]), $this->parameters['hwi_oauth.firewall_names'], NULLfalsefalse);
  1312.     }
  1313.     /**
  1314.      * Gets the public 'Hslavich\OneloginSamlBundle\Controller\SamlController' shared autowired service.
  1315.      *
  1316.      * @return \Hslavich\OneloginSamlBundle\Controller\SamlController
  1317.      */
  1318.     protected function getSamlControllerService()
  1319.     {
  1320.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1321.         include_once \dirname(__DIR__4).'/vendor/hslavich/oneloginsaml-bundle/Controller/SamlController.php';
  1322.         $this->services['Hslavich\\OneloginSamlBundle\\Controller\\SamlController'] = $instance = new \Hslavich\OneloginSamlBundle\Controller\SamlController(($this->privates['OneLogin\\Saml2\\Auth'] ?? $this->getAuthService()));
  1323.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('Hslavich\\OneloginSamlBundle\\Controller\\SamlController'$this));
  1324.         return $instance;
  1325.     }
  1326.     /**
  1327.      * Gets the public 'SimpleThings\EntityAudit\Action\CompareAction' shared service.
  1328.      *
  1329.      * @return \SimpleThings\EntityAudit\Action\CompareAction
  1330.      */
  1331.     protected function getCompareActionService()
  1332.     {
  1333.         include_once \dirname(__DIR__4).'/vendor/sonata-project/entity-audit-bundle/src/Action/CompareAction.php';
  1334.         return $this->services['SimpleThings\\EntityAudit\\Action\\CompareAction'] = new \SimpleThings\EntityAudit\Action\CompareAction(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()), ($this->services['simplethings_entityaudit.reader'] ?? $this->getSimplethingsEntityaudit_ReaderService()));
  1335.     }
  1336.     /**
  1337.      * Gets the public 'SimpleThings\EntityAudit\Action\IndexAction' shared service.
  1338.      *
  1339.      * @return \SimpleThings\EntityAudit\Action\IndexAction
  1340.      */
  1341.     protected function getIndexActionService()
  1342.     {
  1343.         include_once \dirname(__DIR__4).'/vendor/sonata-project/entity-audit-bundle/src/Action/IndexAction.php';
  1344.         return $this->services['SimpleThings\\EntityAudit\\Action\\IndexAction'] = new \SimpleThings\EntityAudit\Action\IndexAction(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()), ($this->services['simplethings_entityaudit.reader'] ?? $this->getSimplethingsEntityaudit_ReaderService()));
  1345.     }
  1346.     /**
  1347.      * Gets the public 'SimpleThings\EntityAudit\Action\ViewDetailAction' shared service.
  1348.      *
  1349.      * @return \SimpleThings\EntityAudit\Action\ViewEntityAction
  1350.      */
  1351.     protected function getViewDetailActionService()
  1352.     {
  1353.         include_once \dirname(__DIR__4).'/vendor/sonata-project/entity-audit-bundle/src/Action/ViewEntityAction.php';
  1354.         return $this->services['SimpleThings\\EntityAudit\\Action\\ViewDetailAction'] = new \SimpleThings\EntityAudit\Action\ViewEntityAction(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()), ($this->services['simplethings_entityaudit.reader'] ?? $this->getSimplethingsEntityaudit_ReaderService()));
  1355.     }
  1356.     /**
  1357.      * Gets the public 'SimpleThings\EntityAudit\Action\ViewRevisionAction' shared service.
  1358.      *
  1359.      * @return \SimpleThings\EntityAudit\Action\ViewRevisionAction
  1360.      */
  1361.     protected function getViewRevisionActionService()
  1362.     {
  1363.         include_once \dirname(__DIR__4).'/vendor/sonata-project/entity-audit-bundle/src/Action/ViewRevisionAction.php';
  1364.         return $this->services['SimpleThings\\EntityAudit\\Action\\ViewRevisionAction'] = new \SimpleThings\EntityAudit\Action\ViewRevisionAction(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()), ($this->services['simplethings_entityaudit.reader'] ?? $this->getSimplethingsEntityaudit_ReaderService()));
  1365.     }
  1366.     /**
  1367.      * Gets the public 'Symfony\Bundle\FrameworkBundle\Controller\RedirectController' shared service.
  1368.      *
  1369.      * @return \Symfony\Bundle\FrameworkBundle\Controller\RedirectController
  1370.      */
  1371.     protected function getRedirectControllerService()
  1372.     {
  1373.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/RedirectController.php';
  1374.         $a = ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService());
  1375.         return $this->services['Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController'] = new \Symfony\Bundle\FrameworkBundle\Controller\RedirectController(($this->services['router'] ?? $this->getRouterService()), $a->getHttpPort(), $a->getHttpsPort());
  1376.     }
  1377.     /**
  1378.      * Gets the public 'Symfony\Bundle\FrameworkBundle\Controller\TemplateController' shared service.
  1379.      *
  1380.      * @return \Symfony\Bundle\FrameworkBundle\Controller\TemplateController
  1381.      */
  1382.     protected function getTemplateControllerService()
  1383.     {
  1384.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/TemplateController.php';
  1385.         return $this->services['Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController'] = new \Symfony\Bundle\FrameworkBundle\Controller\TemplateController(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  1386.     }
  1387.     /**
  1388.      * Gets the public 'admin.azure_marketplace.template_registry' shared service.
  1389.      *
  1390.      * @return \Sonata\AdminBundle\Templating\MutableTemplateRegistry
  1391.      */
  1392.     protected function getAdmin_AzureMarketplace_TemplateRegistryService()
  1393.     {
  1394.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Templating/MutableTemplateRegistryInterface.php';
  1395.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Templating/MutableTemplateRegistry.php';
  1396.         return $this->services['admin.azure_marketplace.template_registry'] = new \Sonata\AdminBundle\Templating\MutableTemplateRegistry($this->parameters['sonata.admin.configuration.templates']);
  1397.     }
  1398.     /**
  1399.      * Gets the public 'admin.cheq_contract.template_registry' shared service.
  1400.      *
  1401.      * @return \Sonata\AdminBundle\Templating\MutableTemplateRegistry
  1402.      */
  1403.     protected function getAdmin_CheqContract_TemplateRegistryService()
  1404.     {
  1405.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Templating/MutableTemplateRegistryInterface.php';
  1406.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Templating/MutableTemplateRegistry.php';
  1407.         return $this->services['admin.cheq_contract.template_registry'] = new \Sonata\AdminBundle\Templating\MutableTemplateRegistry($this->parameters['sonata.admin.configuration.templates']);
  1408.     }
  1409.     /**
  1410.      * Gets the public 'admin.config.template_registry' shared service.
  1411.      *
  1412.      * @return \Sonata\AdminBundle\Templating\MutableTemplateRegistry
  1413.      */
  1414.     protected function getAdmin_Config_TemplateRegistryService()
  1415.     {
  1416.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Templating/MutableTemplateRegistryInterface.php';
  1417.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Templating/MutableTemplateRegistry.php';
  1418.         return $this->services['admin.config.template_registry'] = new \Sonata\AdminBundle\Templating\MutableTemplateRegistry($this->parameters['sonata.admin.configuration.templates']);
  1419.     }
  1420.     /**
  1421.      * Gets the public 'admin.configGroup.template_registry' shared service.
  1422.      *
  1423.      * @return \Sonata\AdminBundle\Templating\MutableTemplateRegistry
  1424.      */
  1425.     protected function getAdmin_ConfigGroup_TemplateRegistryService()
  1426.     {
  1427.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Templating/MutableTemplateRegistryInterface.php';
  1428.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Templating/MutableTemplateRegistry.php';
  1429.         return $this->services['admin.configGroup.template_registry'] = new \Sonata\AdminBundle\Templating\MutableTemplateRegistry($this->parameters['sonata.admin.configuration.templates']);
  1430.     }
  1431.     /**
  1432.      * Gets the public 'admin.costexplorer.template_registry' shared service.
  1433.      *
  1434.      * @return \Sonata\AdminBundle\Templating\MutableTemplateRegistry
  1435.      */
  1436.     protected function getAdmin_Costexplorer_TemplateRegistryService()
  1437.     {
  1438.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Templating/MutableTemplateRegistryInterface.php';
  1439.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Templating/MutableTemplateRegistry.php';
  1440.         return $this->services['admin.costexplorer.template_registry'] = new \Sonata\AdminBundle\Templating\MutableTemplateRegistry($this->parameters['sonata.admin.configuration.templates']);
  1441.     }
  1442.     /**
  1443.      * Gets the public 'admin.environment.template_registry' shared service.
  1444.      *
  1445.      * @return \Sonata\AdminBundle\Templating\MutableTemplateRegistry
  1446.      */
  1447.     protected function getAdmin_Environment_TemplateRegistryService()
  1448.     {
  1449.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Templating/MutableTemplateRegistryInterface.php';
  1450.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Templating/MutableTemplateRegistry.php';
  1451.         return $this->services['admin.environment.template_registry'] = new \Sonata\AdminBundle\Templating\MutableTemplateRegistry(['dashboard' => '@SonataAdmin/Core/dashboard.html.twig''history_revision_timestamp' => 'CRUD/SonataAdminBundle_history_revision_timestamp.html.twig''user_block' => '@SonataAdmin/Core/user_block.html.twig''add_block' => '@SonataAdmin/Core/add_block.html.twig''layout' => '@SonataAdmin/standard_layout.html.twig''ajax' => '@SonataAdmin/ajax_layout.html.twig''search' => '@SonataAdmin/Core/search.html.twig''list' => '@SonataAdmin/CRUD/list.html.twig''filter' => '@SonataAdmin/Form/filter_admin_fields.html.twig''show' => '@SonataAdmin/CRUD/show.html.twig''show_compare' => '@SonataAdmin/CRUD/show_compare.html.twig''edit' => '@SonataAdmin/CRUD/edit.html.twig''preview' => '@SonataAdmin/CRUD/preview.html.twig''history' => '@SonataAdmin/CRUD/history.html.twig''acl' => '@SonataAdmin/CRUD/acl.html.twig''action' => '@SonataAdmin/CRUD/action.html.twig''select' => '@SonataAdmin/CRUD/list__select.html.twig''list_block' => '@SonataAdmin/Block/block_admin_list.html.twig''search_result_block' => '@SonataAdmin/Block/block_search_result.html.twig''short_object_description' => '@SonataAdmin/Helper/short-object-description.html.twig''delete' => '@SonataAdmin/CRUD/delete.html.twig''batch' => '@SonataAdmin/CRUD/list__batch.html.twig''batch_confirmation' => '@SonataAdmin/CRUD/batch_confirmation.html.twig''inner_list_row' => '@SonataAdmin/CRUD/list_inner_row.html.twig''outer_list_rows_mosaic' => '@SonataAdmin/CRUD/list_outer_rows_mosaic.html.twig''outer_list_rows_list' => 'CRUD/list__environment__list_outer_rows_list.html.twig''outer_list_rows_tree' => '@SonataAdmin/CRUD/list_outer_rows_tree.html.twig''base_list_field' => '@SonataAdmin/CRUD/base_list_field.html.twig''pager_links' => '@SonataAdmin/Pager/links.html.twig''pager_results' => '@SonataAdmin/Pager/results.html.twig''tab_menu_template' => '@SonataAdmin/Core/tab_menu_template.html.twig''knp_menu_template' => '@SonataAdmin/Menu/sonata_menu.html.twig''action_create' => '@SonataAdmin/CRUD/dashboard__action_create.html.twig''button_acl' => '@SonataAdmin/Button/acl_button.html.twig''button_create' => '@SonataAdmin/Button/create_button.html.twig''button_edit' => '@SonataAdmin/Button/edit_button.html.twig''button_history' => '@SonataAdmin/Button/history_button.html.twig''button_list' => '@SonataAdmin/Button/list_button.html.twig''button_show' => '@SonataAdmin/Button/show_button.html.twig''form_theme' => [], 'filter_theme' => []]);
  1452.     }
  1453.     /**
  1454.      * Gets the public 'admin.environmentType.template_registry' shared service.
  1455.      *
  1456.      * @return \Sonata\AdminBundle\Templating\MutableTemplateRegistry
  1457.      */
  1458.     protected function getAdmin_EnvironmentType_TemplateRegistryService()
  1459.     {
  1460.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Templating/MutableTemplateRegistryInterface.php';
  1461.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Templating/MutableTemplateRegistry.php';
  1462.         return $this->services['admin.environmentType.template_registry'] = new \Sonata\AdminBundle\Templating\MutableTemplateRegistry($this->parameters['sonata.admin.configuration.templates']);
  1463.     }
  1464.     /**
  1465.      * Gets the public 'admin.file.template_registry' shared service.
  1466.      *
  1467.      * @return \Sonata\AdminBundle\Templating\MutableTemplateRegistry
  1468.      */
  1469.     protected function getAdmin_File_TemplateRegistryService()
  1470.     {
  1471.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Templating/MutableTemplateRegistryInterface.php';
  1472.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Templating/MutableTemplateRegistry.php';
  1473.         return $this->services['admin.file.template_registry'] = new \Sonata\AdminBundle\Templating\MutableTemplateRegistry($this->parameters['sonata.admin.configuration.templates']);
  1474.     }
  1475.     /**
  1476.      * Gets the public 'admin.idp.template_registry' shared service.
  1477.      *
  1478.      * @return \Sonata\AdminBundle\Templating\MutableTemplateRegistry
  1479.      */
  1480.     protected function getAdmin_Idp_TemplateRegistryService()
  1481.     {
  1482.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Templating/MutableTemplateRegistryInterface.php';
  1483.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Templating/MutableTemplateRegistry.php';
  1484.         return $this->services['admin.idp.template_registry'] = new \Sonata\AdminBundle\Templating\MutableTemplateRegistry($this->parameters['sonata.admin.configuration.templates']);
  1485.     }
  1486.     /**
  1487.      * Gets the public 'admin.job.template_registry' shared service.
  1488.      *
  1489.      * @return \Sonata\AdminBundle\Templating\MutableTemplateRegistry
  1490.      */
  1491.     protected function getAdmin_Job_TemplateRegistryService()
  1492.     {
  1493.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Templating/MutableTemplateRegistryInterface.php';
  1494.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Templating/MutableTemplateRegistry.php';
  1495.         return $this->services['admin.job.template_registry'] = new \Sonata\AdminBundle\Templating\MutableTemplateRegistry($this->parameters['sonata.admin.configuration.templates']);
  1496.     }
  1497.     /**
  1498.      * Gets the public 'admin.maintenance.template_registry' shared service.
  1499.      *
  1500.      * @return \Sonata\AdminBundle\Templating\MutableTemplateRegistry
  1501.      */
  1502.     protected function getAdmin_Maintenance_TemplateRegistryService()
  1503.     {
  1504.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Templating/MutableTemplateRegistryInterface.php';
  1505.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Templating/MutableTemplateRegistry.php';
  1506.         return $this->services['admin.maintenance.template_registry'] = new \Sonata\AdminBundle\Templating\MutableTemplateRegistry($this->parameters['sonata.admin.configuration.templates']);
  1507.     }
  1508.     /**
  1509.      * Gets the public 'admin.massquery.template_registry' shared service.
  1510.      *
  1511.      * @return \Sonata\AdminBundle\Templating\MutableTemplateRegistry
  1512.      */
  1513.     protected function getAdmin_Massquery_TemplateRegistryService()
  1514.     {
  1515.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Templating/MutableTemplateRegistryInterface.php';
  1516.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Templating/MutableTemplateRegistry.php';
  1517.         return $this->services['admin.massquery.template_registry'] = new \Sonata\AdminBundle\Templating\MutableTemplateRegistry($this->parameters['sonata.admin.configuration.templates']);
  1518.     }
  1519.     /**
  1520.      * Gets the public 'admin.mobileapp.template_registry' shared service.
  1521.      *
  1522.      * @return \Sonata\AdminBundle\Templating\MutableTemplateRegistry
  1523.      */
  1524.     protected function getAdmin_Mobileapp_TemplateRegistryService()
  1525.     {
  1526.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Templating/MutableTemplateRegistryInterface.php';
  1527.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Templating/MutableTemplateRegistry.php';
  1528.         return $this->services['admin.mobileapp.template_registry'] = new \Sonata\AdminBundle\Templating\MutableTemplateRegistry($this->parameters['sonata.admin.configuration.templates']);
  1529.     }
  1530.     /**
  1531.      * Gets the public 'admin.project.template_registry' shared service.
  1532.      *
  1533.      * @return \Sonata\AdminBundle\Templating\MutableTemplateRegistry
  1534.      */
  1535.     protected function getAdmin_Project_TemplateRegistryService()
  1536.     {
  1537.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Templating/MutableTemplateRegistryInterface.php';
  1538.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Templating/MutableTemplateRegistry.php';
  1539.         return $this->services['admin.project.template_registry'] = new \Sonata\AdminBundle\Templating\MutableTemplateRegistry($this->parameters['sonata.admin.configuration.templates']);
  1540.     }
  1541.     /**
  1542.      * Gets the public 'admin.secret' autowired service.
  1543.      *
  1544.      * @return \App\Admin\SecretAdmin
  1545.      */
  1546.     protected function getAdmin_SecretService()
  1547.     {
  1548.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Templating/MutableTemplateRegistryAwareInterface.php';
  1549.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/DependencyInjection/Admin/TaggedAdminInterface.php';
  1550.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/DependencyInjection/Admin/AbstractTaggedAdmin.php';
  1551.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AccessRegistryInterface.php';
  1552.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/FieldDescription/FieldDescriptionRegistryInterface.php';
  1553.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/LifecycleHookProviderInterface.php';
  1554.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/ParentAdminInterface.php';
  1555.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/UrlGeneratorInterface.php';
  1556.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AdminInterface.php';
  1557.         include_once \dirname(__DIR__4).'/vendor/symfony/security-acl/Model/DomainObjectInterface.php';
  1558.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AdminTreeInterface.php';
  1559.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AbstractAdmin.php';
  1560.         include_once \dirname(__DIR__4).'/src/Admin/SecretAdmin.php';
  1561.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Exporter/DataSourceInterface.php';
  1562.         include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Exporter/DataSource.php';
  1563.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Translator/LabelTranslatorStrategyInterface.php';
  1564.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Translator/NativeLabelTranslatorStrategy.php';
  1565.         $this->factories['admin.secret'] = function () {
  1566.             $instance = new \App\Admin\SecretAdmin('admin.secret''App\\Entity\\Secret''App\\Controller\\SecretAdminController');
  1567.             $instance->setManagerType('orm');
  1568.             $instance->setModelManager(($this->services['sonata.admin.manager.orm'] ?? $this->getSonata_Admin_Manager_OrmService()));
  1569.             $instance->setDataSource(($this->privates['sonata.admin.data_source.orm'] ?? ($this->privates['sonata.admin.data_source.orm'] = new \Sonata\DoctrineORMAdminBundle\Exporter\DataSource())));
  1570.             $instance->setFieldDescriptionFactory(($this->privates['sonata.admin.field_description_factory.orm'] ?? $this->getSonata_Admin_FieldDescriptionFactory_OrmService()));
  1571.             $instance->setFormContractor(($this->privates['sonata.admin.builder.orm_form'] ?? $this->getSonata_Admin_Builder_OrmFormService()));
  1572.             $instance->setShowBuilder(($this->privates['sonata.admin.builder.orm_show'] ?? $this->getSonata_Admin_Builder_OrmShowService()));
  1573.             $instance->setListBuilder(($this->privates['sonata.admin.builder.orm_list'] ?? $this->getSonata_Admin_Builder_OrmListService()));
  1574.             $instance->setDatagridBuilder(($this->privates['sonata.admin.builder.orm_datagrid'] ?? $this->getSonata_Admin_Builder_OrmDatagridService()));
  1575.             $instance->setTranslator(($this->services['translator'] ?? $this->getTranslatorService()), false);
  1576.             $instance->setConfigurationPool(($this->privates['sonata.admin.pool'] ?? $this->getSonata_Admin_PoolService()));
  1577.             $instance->setRouteGenerator(($this->privates['sonata.admin.route.default_generator'] ?? $this->getSonata_Admin_Route_DefaultGeneratorService()));
  1578.             $instance->setSecurityHandler(($this->privates['sonata.admin.security.handler.voter'] ?? $this->getSonata_Admin_Security_Handler_VoterService()));
  1579.             $instance->setMenuFactory(($this->services['knp_menu.factory'] ?? $this->getKnpMenu_FactoryService()));
  1580.             $instance->setRouteBuilder(($this->privates['sonata.admin.route.path_info'] ?? $this->getSonata_Admin_Route_PathInfoService()));
  1581.             $instance->setLabelTranslatorStrategy(($this->privates['sonata.admin.label.strategy.native'] ?? ($this->privates['sonata.admin.label.strategy.native'] = new \Sonata\AdminBundle\Translator\NativeLabelTranslatorStrategy())));
  1582.             $instance->setPagerType('default');
  1583.             $instance->setLabel('Secret');
  1584.             $instance->setFilterPersister(($this->privates['sonata.admin.filter_persister.session'] ?? $this->getSonata_Admin_FilterPersister_SessionService()));
  1585.             $instance->setListModes(['list' => ['class' => 'fas fa-list fa-fw'], 'mosaic' => ['class' => 'fas fa-th-large fa-fw']]);
  1586.             $instance->setTemplateRegistry(($this->services['admin.secret.template_registry'] ?? $this->getAdmin_Secret_TemplateRegistryService()));
  1587.             $instance->setSecurityInformation([]);
  1588.             $instance->setFormTheme([=> '@SonataDoctrineORMAdmin/Form/form_admin_fields.html.twig']);
  1589.             $instance->setFilterTheme([=> '@SonataDoctrineORMAdmin/Form/filter_admin_fields.html.twig']);
  1590.             $instance->addExtension(($this->privates['sonata.admin.event.extension'] ?? $this->getSonata_Admin_Event_ExtensionService()));
  1591.             $instance->initialize();
  1592.             return $instance;
  1593.         };
  1594.         return $this->factories['admin.secret']();
  1595.     }
  1596.     /**
  1597.      * Gets the public 'admin.secret.template_registry' shared service.
  1598.      *
  1599.      * @return \Sonata\AdminBundle\Templating\MutableTemplateRegistry
  1600.      */
  1601.     protected function getAdmin_Secret_TemplateRegistryService()
  1602.     {
  1603.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Templating/MutableTemplateRegistryInterface.php';
  1604.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Templating/MutableTemplateRegistry.php';
  1605.         return $this->services['admin.secret.template_registry'] = new \Sonata\AdminBundle\Templating\MutableTemplateRegistry($this->parameters['sonata.admin.configuration.templates']);
  1606.     }
  1607.     /**
  1608.      * Gets the public 'cache.app' shared service.
  1609.      *
  1610.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1611.      */
  1612.     protected function getCache_AppService()
  1613.     {
  1614.         $a = new \Symfony\Component\Cache\Adapter\FilesystemAdapter('Ef+SKfJTcs'0, ($this->targetDir.''.'/pools/app'), new \Symfony\Component\Cache\Marshaller\DefaultMarshaller(NULLtrue));
  1615.         $a->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  1616.         return $this->services['cache.app'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter($a);
  1617.     }
  1618.     /**
  1619.      * Gets the public 'cache.app_clearer' shared service.
  1620.      *
  1621.      * @return \Symfony\Component\HttpKernel\CacheClearer\Psr6CacheClearer
  1622.      */
  1623.     protected function getCache_AppClearerService()
  1624.     {
  1625.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/CacheClearerInterface.php';
  1626.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/Psr6CacheClearer.php';
  1627.         return $this->services['cache.app_clearer'] = new \Symfony\Component\HttpKernel\CacheClearer\Psr6CacheClearer(['cache.app' => ($this->services['cache.app'] ?? $this->getCache_AppService())]);
  1628.     }
  1629.     /**
  1630.      * Gets the public 'cache.global_clearer' shared service.
  1631.      *
  1632.      * @return \Symfony\Component\HttpKernel\CacheClearer\Psr6CacheClearer
  1633.      */
  1634.     protected function getCache_GlobalClearerService()
  1635.     {
  1636.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/CacheClearerInterface.php';
  1637.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/Psr6CacheClearer.php';
  1638.         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.validator_expression_language' => ($this->services['cache.validator_expression_language'] ?? $this->getCache_ValidatorExpressionLanguageService()), 'cache.security_expression_language' => ($this->privates['cache.security_expression_language'] ?? $this->getCache_SecurityExpressionLanguageService()), '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())]);
  1639.     }
  1640.     /**
  1641.      * Gets the public 'cache.system' shared service.
  1642.      *
  1643.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1644.      */
  1645.     protected function getCache_SystemService()
  1646.     {
  1647.         return $this->services['cache.system'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('OZJ97WbOoo'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  1648.     }
  1649.     /**
  1650.      * Gets the public 'cache.system_clearer' shared service.
  1651.      *
  1652.      * @return \Symfony\Component\HttpKernel\CacheClearer\Psr6CacheClearer
  1653.      */
  1654.     protected function getCache_SystemClearerService()
  1655.     {
  1656.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/CacheClearerInterface.php';
  1657.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/Psr6CacheClearer.php';
  1658.         return $this->services['cache.system_clearer'] = new \Symfony\Component\HttpKernel\CacheClearer\Psr6CacheClearer(['cache.system' => ($this->services['cache.system'] ?? $this->getCache_SystemService()), 'cache.validator' => ($this->privates['cache.validator'] ?? $this->getCache_ValidatorService()), 'cache.serializer' => ($this->privates['cache.serializer'] ?? $this->getCache_SerializerService()), 'cache.annotations' => ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService()), 'cache.property_info' => ($this->privates['cache.property_info'] ?? $this->getCache_PropertyInfoService()), 'cache.validator_expression_language' => ($this->services['cache.validator_expression_language'] ?? $this->getCache_ValidatorExpressionLanguageService()), 'cache.security_expression_language' => ($this->privates['cache.security_expression_language'] ?? $this->getCache_SecurityExpressionLanguageService())]);
  1659.     }
  1660.     /**
  1661.      * Gets the public 'cache.validator_expression_language' shared service.
  1662.      *
  1663.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1664.      */
  1665.     protected function getCache_ValidatorExpressionLanguageService()
  1666.     {
  1667.         return $this->services['cache.validator_expression_language'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('WMNxmDn1aH'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  1668.     }
  1669.     /**
  1670.      * Gets the public 'cache_warmer' shared service.
  1671.      *
  1672.      * @return \Symfony\Component\HttpKernel\CacheWarmer\CacheWarmerAggregate
  1673.      */
  1674.     protected function getCacheWarmerService()
  1675.     {
  1676.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  1677.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerAggregate.php';
  1678.         return $this->services['cache_warmer'] = new \Symfony\Component\HttpKernel\CacheWarmer\CacheWarmerAggregate(new RewindableGenerator(function () {
  1679.             yield => ($this->privates['cache_pool_clearer.cache_warmer'] ?? $this->getCachePoolClearer_CacheWarmerService());
  1680.             yield => ($this->privates['config_builder.warmer'] ?? $this->getConfigBuilder_WarmerService());
  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['serializer.mapping.cache_warmer'] ?? $this->getSerializer_Mapping_CacheWarmerService());
  1686.             yield => ($this->privates['twig.template_cache_warmer'] ?? $this->getTwig_TemplateCacheWarmerService());
  1687.             yield => ($this->privates['sonata.admin.route.cache_warmup'] ?? $this->getSonata_Admin_Route_CacheWarmupService());
  1688.             yield => ($this->privates['doctrine.orm.proxy_cache_warmer'] ?? $this->getDoctrine_Orm_ProxyCacheWarmerService());
  1689.         }, 10), true, ($this->targetDir.''.'/App_KernelDevDebugContainerDeprecations.log'));
  1690.     }
  1691.     /**
  1692.      * Gets the public 'console.command_loader' shared service.
  1693.      *
  1694.      * @return \Symfony\Component\Console\CommandLoader\ContainerCommandLoader
  1695.      */
  1696.     protected function getConsole_CommandLoaderService()
  1697.     {
  1698.         include_once \dirname(__DIR__4).'/vendor/symfony/console/CommandLoader/CommandLoaderInterface.php';
  1699.         include_once \dirname(__DIR__4).'/vendor/symfony/console/CommandLoader/ContainerCommandLoader.php';
  1700.         return $this->services['console.command_loader'] = new \Symfony\Component\Console\CommandLoader\ContainerCommandLoader(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1701.             'App\\Command\\CreateResourceUser' => ['privates''App\\Command\\CreateResourceUser''getCreateResourceUserService'false],
  1702.             'App\\Command\\DeleteDeployTags' => ['privates''App\\Command\\DeleteDeployTags''getDeleteDeployTagsService'false],
  1703.             'App\\Command\\EnvironmentOptionUpdate' => ['privates''App\\Command\\EnvironmentOptionUpdate''getEnvironmentOptionUpdateService'false],
  1704.             'App\\Command\\JobCreate' => ['privates''App\\Command\\JobCreate''getJobCreateService'false],
  1705.             'App\\Command\\JobProcess' => ['privates''App\\Command\\JobProcess''getJobProcessService'false],
  1706.             'App\\Command\\JobUpdate' => ['privates''App\\Command\\JobUpdate''getJobUpdateService'false],
  1707.             'App\\Command\\MaintenanceAnnouncement' => ['privates''App\\Command\\MaintenanceAnnouncement''getMaintenanceAnnouncementService'false],
  1708.             'App\\Command\\MigrateToKubernetes' => ['privates''App\\Command\\MigrateToKubernetes''getMigrateToKubernetesService'false],
  1709.             'App\\Command\\MigrateToSecrets' => ['privates''App\\Command\\MigrateToSecrets''getMigrateToSecretsService'false],
  1710.             'App\\Command\\ParseRequirementsImages' => ['privates''App\\Command\\ParseRequirementsImages''getParseRequirementsImagesService'false],
  1711.             'App\\Command\\RandomUpdate' => ['privates''App\\Command\\RandomUpdate''getRandomUpdateService'false],
  1712.             'App\\Command\\ResetAutoStops' => ['privates''App\\Command\\ResetAutoStops''getResetAutoStopsService'false],
  1713.             'App\\Command\\ResetDebugModes' => ['privates''App\\Command\\ResetDebugModes''getResetDebugModesService'false],
  1714.             'App\\Command\\SLABreach' => ['privates''App\\Command\\SLABreach''getSLABreachService'false],
  1715.             'App\\Command\\SecretUpdate' => ['privates''App\\Command\\SecretUpdate''getSecretUpdateService'false],
  1716.             'App\\Command\\StopAllBots' => ['privates''App\\Command\\StopAllBots''getStopAllBotsService'false],
  1717.             'App\\Command\\UpdateContainerRegistryAuth' => ['privates''App\\Command\\UpdateContainerRegistryAuth''getUpdateContainerRegistryAuthService'false],
  1718.             'App\\Command\\UpdateDbImpExp' => ['privates''App\\Command\\UpdateDbImpExp''getUpdateDbImpExpService'false],
  1719.             'App\\Command\\UpdateDeployTags' => ['privates''App\\Command\\UpdateDeployTags''getUpdateDeployTagsService'false],
  1720.             'console.command.about' => ['privates''.console.command.about.lazy''get_Console_Command_About_LazyService'false],
  1721.             'console.command.assets_install' => ['privates''.console.command.assets_install.lazy''get_Console_Command_AssetsInstall_LazyService'false],
  1722.             'console.command.cache_clear' => ['privates''.console.command.cache_clear.lazy''get_Console_Command_CacheClear_LazyService'false],
  1723.             'console.command.cache_pool_clear' => ['privates''.console.command.cache_pool_clear.lazy''get_Console_Command_CachePoolClear_LazyService'false],
  1724.             'console.command.cache_pool_prune' => ['privates''.console.command.cache_pool_prune.lazy''get_Console_Command_CachePoolPrune_LazyService'false],
  1725.             'console.command.cache_pool_delete' => ['privates''.console.command.cache_pool_delete.lazy''get_Console_Command_CachePoolDelete_LazyService'false],
  1726.             'console.command.cache_pool_list' => ['privates''.console.command.cache_pool_list.lazy''get_Console_Command_CachePoolList_LazyService'false],
  1727.             'console.command.cache_warmup' => ['privates''.console.command.cache_warmup.lazy''get_Console_Command_CacheWarmup_LazyService'false],
  1728.             'console.command.config_debug' => ['privates''.console.command.config_debug.lazy''get_Console_Command_ConfigDebug_LazyService'false],
  1729.             'console.command.config_dump_reference' => ['privates''.console.command.config_dump_reference.lazy''get_Console_Command_ConfigDumpReference_LazyService'false],
  1730.             'console.command.container_debug' => ['privates''.console.command.container_debug.lazy''get_Console_Command_ContainerDebug_LazyService'false],
  1731.             'console.command.container_lint' => ['privates''.console.command.container_lint.lazy''get_Console_Command_ContainerLint_LazyService'false],
  1732.             'console.command.debug_autowiring' => ['privates''.console.command.debug_autowiring.lazy''get_Console_Command_DebugAutowiring_LazyService'false],
  1733.             'console.command.dotenv_debug' => ['privates''.console.command.dotenv_debug.lazy''get_Console_Command_DotenvDebug_LazyService'false],
  1734.             'console.command.event_dispatcher_debug' => ['privates''.console.command.event_dispatcher_debug.lazy''get_Console_Command_EventDispatcherDebug_LazyService'false],
  1735.             'console.command.router_debug' => ['privates''.console.command.router_debug.lazy''get_Console_Command_RouterDebug_LazyService'false],
  1736.             'console.command.router_match' => ['privates''.console.command.router_match.lazy''get_Console_Command_RouterMatch_LazyService'false],
  1737.             'console.command.translation_debug' => ['privates''.console.command.translation_debug.lazy''get_Console_Command_TranslationDebug_LazyService'false],
  1738.             'console.command.translation_extract' => ['privates''.console.command.translation_extract.lazy''get_Console_Command_TranslationExtract_LazyService'false],
  1739.             'console.command.validator_debug' => ['privates''.console.command.validator_debug.lazy''get_Console_Command_ValidatorDebug_LazyService'false],
  1740.             'console.command.translation_pull' => ['privates''.console.command.translation_pull.lazy''get_Console_Command_TranslationPull_LazyService'false],
  1741.             'console.command.translation_push' => ['privates''.console.command.translation_push.lazy''get_Console_Command_TranslationPush_LazyService'false],
  1742.             'console.command.xliff_lint' => ['privates''.console.command.xliff_lint.lazy''get_Console_Command_XliffLint_LazyService'false],
  1743.             'console.command.yaml_lint' => ['privates''.console.command.yaml_lint.lazy''get_Console_Command_YamlLint_LazyService'false],
  1744.             'console.command.form_debug' => ['privates''.console.command.form_debug.lazy''get_Console_Command_FormDebug_LazyService'false],
  1745.             'console.command.secrets_set' => ['privates''.console.command.secrets_set.lazy''get_Console_Command_SecretsSet_LazyService'false],
  1746.             'console.command.secrets_remove' => ['privates''.console.command.secrets_remove.lazy''get_Console_Command_SecretsRemove_LazyService'false],
  1747.             'console.command.secrets_generate_key' => ['privates''.console.command.secrets_generate_key.lazy''get_Console_Command_SecretsGenerateKey_LazyService'false],
  1748.             'console.command.secrets_list' => ['privates''.console.command.secrets_list.lazy''get_Console_Command_SecretsList_LazyService'false],
  1749.             'console.command.secrets_decrypt_to_local' => ['privates''.console.command.secrets_decrypt_to_local.lazy''get_Console_Command_SecretsDecryptToLocal_LazyService'false],
  1750.             'console.command.secrets_encrypt_from_local' => ['privates''.console.command.secrets_encrypt_from_local.lazy''get_Console_Command_SecretsEncryptFromLocal_LazyService'false],
  1751.             'twig.command.debug' => ['privates''.twig.command.debug.lazy''get_Twig_Command_Debug_LazyService'false],
  1752.             'twig.command.lint' => ['privates''.twig.command.lint.lazy''get_Twig_Command_Lint_LazyService'false],
  1753.             'security.command.debug_firewall' => ['privates''.security.command.debug_firewall.lazy''get_Security_Command_DebugFirewall_LazyService'false],
  1754.             'security.command.user_password_encoder' => ['privates''.security.command.user_password_encoder.lazy''get_Security_Command_UserPasswordEncoder_LazyService'false],
  1755.             'security.command.user_password_hash' => ['privates''.security.command.user_password_hash.lazy''get_Security_Command_UserPasswordHash_LazyService'false],
  1756.             'Sonata\\BlockBundle\\Command\\DebugBlocksCommand' => ['privates''Sonata\\BlockBundle\\Command\\DebugBlocksCommand''getDebugBlocksCommandService'false],
  1757.             'sonata.admin.command.explain' => ['privates''sonata.admin.command.explain''getSonata_Admin_Command_ExplainService'false],
  1758.             'sonata.admin.command.generate_object_acl' => ['privates''sonata.admin.command.generate_object_acl''getSonata_Admin_Command_GenerateObjectAclService'false],
  1759.             'sonata.admin.command.list' => ['privates''sonata.admin.command.list''getSonata_Admin_Command_ListService'false],
  1760.             'sonata.admin.command.setup_acl' => ['privates''sonata.admin.command.setup_acl''getSonata_Admin_Command_SetupAclService'false],
  1761.             'doctrine.database_create_command' => ['privates''doctrine.database_create_command''getDoctrine_DatabaseCreateCommandService'false],
  1762.             'doctrine.database_drop_command' => ['privates''doctrine.database_drop_command''getDoctrine_DatabaseDropCommandService'false],
  1763.             'doctrine.query_sql_command' => ['privates''doctrine.query_sql_command''getDoctrine_QuerySqlCommandService'false],
  1764.             'Doctrine\\DBAL\\Tools\\Console\\Command\\RunSqlCommand' => ['privates''Doctrine\\DBAL\\Tools\\Console\\Command\\RunSqlCommand''getRunSqlCommandService'false],
  1765.             'doctrine.database_import_command' => ['privates''doctrine.database_import_command''getDoctrine_DatabaseImportCommandService'false],
  1766.             'doctrine.cache_clear_metadata_command' => ['privates''doctrine.cache_clear_metadata_command''getDoctrine_CacheClearMetadataCommandService'false],
  1767.             'doctrine.cache_clear_query_cache_command' => ['privates''doctrine.cache_clear_query_cache_command''getDoctrine_CacheClearQueryCacheCommandService'false],
  1768.             'doctrine.cache_clear_result_command' => ['privates''doctrine.cache_clear_result_command''getDoctrine_CacheClearResultCommandService'false],
  1769.             'doctrine.cache_collection_region_command' => ['privates''doctrine.cache_collection_region_command''getDoctrine_CacheCollectionRegionCommandService'false],
  1770.             'doctrine.mapping_convert_command' => ['privates''doctrine.mapping_convert_command''getDoctrine_MappingConvertCommandService'false],
  1771.             'doctrine.schema_create_command' => ['privates''doctrine.schema_create_command''getDoctrine_SchemaCreateCommandService'false],
  1772.             'doctrine.schema_drop_command' => ['privates''doctrine.schema_drop_command''getDoctrine_SchemaDropCommandService'false],
  1773.             'doctrine.ensure_production_settings_command' => ['privates''doctrine.ensure_production_settings_command''getDoctrine_EnsureProductionSettingsCommandService'false],
  1774.             'doctrine.clear_entity_region_command' => ['privates''doctrine.clear_entity_region_command''getDoctrine_ClearEntityRegionCommandService'false],
  1775.             'doctrine.mapping_info_command' => ['privates''doctrine.mapping_info_command''getDoctrine_MappingInfoCommandService'false],
  1776.             'doctrine.clear_query_region_command' => ['privates''doctrine.clear_query_region_command''getDoctrine_ClearQueryRegionCommandService'false],
  1777.             'doctrine.query_dql_command' => ['privates''doctrine.query_dql_command''getDoctrine_QueryDqlCommandService'false],
  1778.             'doctrine.schema_update_command' => ['privates''doctrine.schema_update_command''getDoctrine_SchemaUpdateCommandService'false],
  1779.             'doctrine.schema_validate_command' => ['privates''doctrine.schema_validate_command''getDoctrine_SchemaValidateCommandService'false],
  1780.             'doctrine.mapping_import_command' => ['privates''doctrine.mapping_import_command''getDoctrine_MappingImportCommandService'false],
  1781.             'doctrine_migrations.diff_command' => ['privates''doctrine_migrations.diff_command''getDoctrineMigrations_DiffCommandService'false],
  1782.             'doctrine_migrations.dump_schema_command' => ['privates''doctrine_migrations.dump_schema_command''getDoctrineMigrations_DumpSchemaCommandService'false],
  1783.             'doctrine_migrations.execute_command' => ['privates''doctrine_migrations.execute_command''getDoctrineMigrations_ExecuteCommandService'false],
  1784.             'doctrine_migrations.generate_command' => ['privates''doctrine_migrations.generate_command''getDoctrineMigrations_GenerateCommandService'false],
  1785.             'doctrine_migrations.latest_command' => ['privates''doctrine_migrations.latest_command''getDoctrineMigrations_LatestCommandService'false],
  1786.             'doctrine_migrations.migrate_command' => ['privates''doctrine_migrations.migrate_command''getDoctrineMigrations_MigrateCommandService'false],
  1787.             'doctrine_migrations.rollup_command' => ['privates''doctrine_migrations.rollup_command''getDoctrineMigrations_RollupCommandService'false],
  1788.             'doctrine_migrations.status_command' => ['privates''doctrine_migrations.status_command''getDoctrineMigrations_StatusCommandService'false],
  1789.             'doctrine_migrations.up_to_date_command' => ['privates''doctrine_migrations.up_to_date_command''getDoctrineMigrations_UpToDateCommandService'false],
  1790.             'doctrine_migrations.version_command' => ['privates''doctrine_migrations.version_command''getDoctrineMigrations_VersionCommandService'false],
  1791.             'maker.auto_command.make_sonata_admin' => ['privates''.maker.auto_command.make_sonata_admin.lazy''get_Maker_AutoCommand_MakeSonataAdmin_LazyService'false],
  1792.             'maker.auto_command.make_auth' => ['privates''.maker.auto_command.make_auth.lazy''get_Maker_AutoCommand_MakeAuth_LazyService'false],
  1793.             'maker.auto_command.make_command' => ['privates''.maker.auto_command.make_command.lazy''get_Maker_AutoCommand_MakeCommand_LazyService'false],
  1794.             'maker.auto_command.make_controller' => ['privates''.maker.auto_command.make_controller.lazy''get_Maker_AutoCommand_MakeController_LazyService'false],
  1795.             'maker.auto_command.make_crud' => ['privates''.maker.auto_command.make_crud.lazy''get_Maker_AutoCommand_MakeCrud_LazyService'false],
  1796.             'maker.auto_command.make_docker_database' => ['privates''.maker.auto_command.make_docker_database.lazy''get_Maker_AutoCommand_MakeDockerDatabase_LazyService'false],
  1797.             'maker.auto_command.make_entity' => ['privates''.maker.auto_command.make_entity.lazy''get_Maker_AutoCommand_MakeEntity_LazyService'false],
  1798.             'maker.auto_command.make_fixtures' => ['privates''.maker.auto_command.make_fixtures.lazy''get_Maker_AutoCommand_MakeFixtures_LazyService'false],
  1799.             'maker.auto_command.make_form' => ['privates''.maker.auto_command.make_form.lazy''get_Maker_AutoCommand_MakeForm_LazyService'false],
  1800.             'maker.auto_command.make_message' => ['privates''.maker.auto_command.make_message.lazy''get_Maker_AutoCommand_MakeMessage_LazyService'false],
  1801.             'maker.auto_command.make_messenger_middleware' => ['privates''.maker.auto_command.make_messenger_middleware.lazy''get_Maker_AutoCommand_MakeMessengerMiddleware_LazyService'false],
  1802.             'maker.auto_command.make_registration_form' => ['privates''.maker.auto_command.make_registration_form.lazy''get_Maker_AutoCommand_MakeRegistrationForm_LazyService'false],
  1803.             'maker.auto_command.make_reset_password' => ['privates''.maker.auto_command.make_reset_password.lazy''get_Maker_AutoCommand_MakeResetPassword_LazyService'false],
  1804.             'maker.auto_command.make_serializer_encoder' => ['privates''.maker.auto_command.make_serializer_encoder.lazy''get_Maker_AutoCommand_MakeSerializerEncoder_LazyService'false],
  1805.             'maker.auto_command.make_serializer_normalizer' => ['privates''.maker.auto_command.make_serializer_normalizer.lazy''get_Maker_AutoCommand_MakeSerializerNormalizer_LazyService'false],
  1806.             'maker.auto_command.make_subscriber' => ['privates''.maker.auto_command.make_subscriber.lazy''get_Maker_AutoCommand_MakeSubscriber_LazyService'false],
  1807.             'maker.auto_command.make_twig_extension' => ['privates''.maker.auto_command.make_twig_extension.lazy''get_Maker_AutoCommand_MakeTwigExtension_LazyService'false],
  1808.             'maker.auto_command.make_test' => ['privates''.maker.auto_command.make_test.lazy''get_Maker_AutoCommand_MakeTest_LazyService'false],
  1809.             'maker.auto_command.make_validator' => ['privates''.maker.auto_command.make_validator.lazy''get_Maker_AutoCommand_MakeValidator_LazyService'false],
  1810.             'maker.auto_command.make_voter' => ['privates''.maker.auto_command.make_voter.lazy''get_Maker_AutoCommand_MakeVoter_LazyService'false],
  1811.             'maker.auto_command.make_user' => ['privates''.maker.auto_command.make_user.lazy''get_Maker_AutoCommand_MakeUser_LazyService'false],
  1812.             'maker.auto_command.make_migration' => ['privates''.maker.auto_command.make_migration.lazy''get_Maker_AutoCommand_MakeMigration_LazyService'false],
  1813.         ], [
  1814.             'App\\Command\\CreateResourceUser' => 'App\\Command\\CreateResourceUser',
  1815.             'App\\Command\\DeleteDeployTags' => 'App\\Command\\DeleteDeployTags',
  1816.             'App\\Command\\EnvironmentOptionUpdate' => 'App\\Command\\EnvironmentOptionUpdate',
  1817.             'App\\Command\\JobCreate' => 'App\\Command\\JobCreate',
  1818.             'App\\Command\\JobProcess' => 'App\\Command\\JobProcess',
  1819.             'App\\Command\\JobUpdate' => 'App\\Command\\JobUpdate',
  1820.             'App\\Command\\MaintenanceAnnouncement' => 'App\\Command\\MaintenanceAnnouncement',
  1821.             'App\\Command\\MigrateToKubernetes' => 'App\\Command\\MigrateToKubernetes',
  1822.             'App\\Command\\MigrateToSecrets' => 'App\\Command\\MigrateToSecrets',
  1823.             'App\\Command\\ParseRequirementsImages' => 'App\\Command\\ParseRequirementsImages',
  1824.             'App\\Command\\RandomUpdate' => 'App\\Command\\RandomUpdate',
  1825.             'App\\Command\\ResetAutoStops' => 'App\\Command\\ResetAutoStops',
  1826.             'App\\Command\\ResetDebugModes' => 'App\\Command\\ResetDebugModes',
  1827.             'App\\Command\\SLABreach' => 'App\\Command\\SLABreach',
  1828.             'App\\Command\\SecretUpdate' => 'App\\Command\\SecretUpdate',
  1829.             'App\\Command\\StopAllBots' => 'App\\Command\\StopAllBots',
  1830.             'App\\Command\\UpdateContainerRegistryAuth' => 'App\\Command\\UpdateContainerRegistryAuth',
  1831.             'App\\Command\\UpdateDbImpExp' => 'App\\Command\\UpdateDbImpExp',
  1832.             'App\\Command\\UpdateDeployTags' => 'App\\Command\\UpdateDeployTags',
  1833.             'console.command.about' => '?',
  1834.             'console.command.assets_install' => '?',
  1835.             'console.command.cache_clear' => '?',
  1836.             'console.command.cache_pool_clear' => '?',
  1837.             'console.command.cache_pool_prune' => '?',
  1838.             'console.command.cache_pool_delete' => '?',
  1839.             'console.command.cache_pool_list' => '?',
  1840.             'console.command.cache_warmup' => '?',
  1841.             'console.command.config_debug' => '?',
  1842.             'console.command.config_dump_reference' => '?',
  1843.             'console.command.container_debug' => '?',
  1844.             'console.command.container_lint' => '?',
  1845.             'console.command.debug_autowiring' => '?',
  1846.             'console.command.dotenv_debug' => '?',
  1847.             'console.command.event_dispatcher_debug' => '?',
  1848.             'console.command.router_debug' => '?',
  1849.             'console.command.router_match' => '?',
  1850.             'console.command.translation_debug' => '?',
  1851.             'console.command.translation_extract' => '?',
  1852.             'console.command.validator_debug' => '?',
  1853.             'console.command.translation_pull' => '?',
  1854.             'console.command.translation_push' => '?',
  1855.             'console.command.xliff_lint' => '?',
  1856.             'console.command.yaml_lint' => '?',
  1857.             'console.command.form_debug' => '?',
  1858.             'console.command.secrets_set' => '?',
  1859.             'console.command.secrets_remove' => '?',
  1860.             'console.command.secrets_generate_key' => '?',
  1861.             'console.command.secrets_list' => '?',
  1862.             'console.command.secrets_decrypt_to_local' => '?',
  1863.             'console.command.secrets_encrypt_from_local' => '?',
  1864.             'twig.command.debug' => '?',
  1865.             'twig.command.lint' => '?',
  1866.             'security.command.debug_firewall' => '?',
  1867.             'security.command.user_password_encoder' => '?',
  1868.             'security.command.user_password_hash' => '?',
  1869.             'Sonata\\BlockBundle\\Command\\DebugBlocksCommand' => 'Sonata\\BlockBundle\\Command\\DebugBlocksCommand',
  1870.             'sonata.admin.command.explain' => 'Sonata\\AdminBundle\\Command\\ExplainAdminCommand',
  1871.             'sonata.admin.command.generate_object_acl' => 'Sonata\\AdminBundle\\Command\\GenerateObjectAclCommand',
  1872.             'sonata.admin.command.list' => 'Sonata\\AdminBundle\\Command\\ListAdminCommand',
  1873.             'sonata.admin.command.setup_acl' => 'Sonata\\AdminBundle\\Command\\SetupAclCommand',
  1874.             'doctrine.database_create_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\CreateDatabaseDoctrineCommand',
  1875.             'doctrine.database_drop_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\DropDatabaseDoctrineCommand',
  1876.             'doctrine.query_sql_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\RunSqlDoctrineCommand',
  1877.             'Doctrine\\DBAL\\Tools\\Console\\Command\\RunSqlCommand' => 'Doctrine\\DBAL\\Tools\\Console\\Command\\RunSqlCommand',
  1878.             'doctrine.database_import_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\ImportDoctrineCommand',
  1879.             'doctrine.cache_clear_metadata_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\ClearMetadataCacheDoctrineCommand',
  1880.             'doctrine.cache_clear_query_cache_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\ClearQueryCacheDoctrineCommand',
  1881.             'doctrine.cache_clear_result_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\ClearResultCacheDoctrineCommand',
  1882.             'doctrine.cache_collection_region_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\CollectionRegionDoctrineCommand',
  1883.             'doctrine.mapping_convert_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\ConvertMappingDoctrineCommand',
  1884.             'doctrine.schema_create_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\CreateSchemaDoctrineCommand',
  1885.             'doctrine.schema_drop_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\DropSchemaDoctrineCommand',
  1886.             'doctrine.ensure_production_settings_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\EnsureProductionSettingsDoctrineCommand',
  1887.             'doctrine.clear_entity_region_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\EntityRegionCacheDoctrineCommand',
  1888.             'doctrine.mapping_info_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\InfoDoctrineCommand',
  1889.             'doctrine.clear_query_region_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\QueryRegionCacheDoctrineCommand',
  1890.             'doctrine.query_dql_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\RunDqlDoctrineCommand',
  1891.             'doctrine.schema_update_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\UpdateSchemaDoctrineCommand',
  1892.             'doctrine.schema_validate_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\ValidateSchemaCommand',
  1893.             'doctrine.mapping_import_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\ImportMappingDoctrineCommand',
  1894.             'doctrine_migrations.diff_command' => 'Doctrine\\Bundle\\MigrationsBundle\\Command\\MigrationsDiffDoctrineCommand',
  1895.             'doctrine_migrations.dump_schema_command' => 'Doctrine\\Bundle\\MigrationsBundle\\Command\\MigrationsDumpSchemaDoctrineCommand',
  1896.             'doctrine_migrations.execute_command' => 'Doctrine\\Bundle\\MigrationsBundle\\Command\\MigrationsExecuteDoctrineCommand',
  1897.             'doctrine_migrations.generate_command' => 'Doctrine\\Bundle\\MigrationsBundle\\Command\\MigrationsGenerateDoctrineCommand',
  1898.             'doctrine_migrations.latest_command' => 'Doctrine\\Bundle\\MigrationsBundle\\Command\\MigrationsLatestDoctrineCommand',
  1899.             'doctrine_migrations.migrate_command' => 'Doctrine\\Bundle\\MigrationsBundle\\Command\\MigrationsMigrateDoctrineCommand',
  1900.             'doctrine_migrations.rollup_command' => 'Doctrine\\Bundle\\MigrationsBundle\\Command\\MigrationsRollupDoctrineCommand',
  1901.             'doctrine_migrations.status_command' => 'Doctrine\\Bundle\\MigrationsBundle\\Command\\MigrationsStatusDoctrineCommand',
  1902.             'doctrine_migrations.up_to_date_command' => 'Doctrine\\Bundle\\MigrationsBundle\\Command\\MigrationsUpToDateDoctrineCommand',
  1903.             'doctrine_migrations.version_command' => 'Doctrine\\Bundle\\MigrationsBundle\\Command\\MigrationsVersionDoctrineCommand',
  1904.             'maker.auto_command.make_sonata_admin' => '?',
  1905.             'maker.auto_command.make_auth' => '?',
  1906.             'maker.auto_command.make_command' => '?',
  1907.             'maker.auto_command.make_controller' => '?',
  1908.             'maker.auto_command.make_crud' => '?',
  1909.             'maker.auto_command.make_docker_database' => '?',
  1910.             'maker.auto_command.make_entity' => '?',
  1911.             'maker.auto_command.make_fixtures' => '?',
  1912.             'maker.auto_command.make_form' => '?',
  1913.             'maker.auto_command.make_message' => '?',
  1914.             'maker.auto_command.make_messenger_middleware' => '?',
  1915.             'maker.auto_command.make_registration_form' => '?',
  1916.             'maker.auto_command.make_reset_password' => '?',
  1917.             'maker.auto_command.make_serializer_encoder' => '?',
  1918.             'maker.auto_command.make_serializer_normalizer' => '?',
  1919.             'maker.auto_command.make_subscriber' => '?',
  1920.             'maker.auto_command.make_twig_extension' => '?',
  1921.             'maker.auto_command.make_test' => '?',
  1922.             'maker.auto_command.make_validator' => '?',
  1923.             'maker.auto_command.make_voter' => '?',
  1924.             'maker.auto_command.make_user' => '?',
  1925.             'maker.auto_command.make_migration' => '?',
  1926.         ]), ['tab:createresourceuser' => 'App\\Command\\CreateResourceUser''tab:deletedeploytags' => 'App\\Command\\DeleteDeployTags''tab:environmentoptionupdate' => 'App\\Command\\EnvironmentOptionUpdate''tab:jobcreate' => 'App\\Command\\JobCreate''tab:jobprocess' => 'App\\Command\\JobProcess''tab:jobupdate' => 'App\\Command\\JobUpdate''tab:maintenanceannouncement' => 'App\\Command\\MaintenanceAnnouncement''tab:migrateToKubernetes' => 'App\\Command\\MigrateToKubernetes''tab:migrateToSecrets' => 'App\\Command\\MigrateToSecrets''tab:parseRequirementsImages' => 'App\\Command\\ParseRequirementsImages''tab:randomUpdate' => 'App\\Command\\RandomUpdate''tab:resetautostops' => 'App\\Command\\ResetAutoStops''tab:resetdebugmodes' => 'App\\Command\\ResetDebugModes''tab:slabreach' => 'App\\Command\\SLABreach''tab:secretUpdate' => 'App\\Command\\SecretUpdate''tab:stopallbots' => 'App\\Command\\StopAllBots''tab:updatecontainerregistryauth' => 'App\\Command\\UpdateContainerRegistryAuth''tab:updatedbimpexp' => 'App\\Command\\UpdateDbImpExp''tab:updatedeploytags' => 'App\\Command\\UpdateDeployTags''about' => 'console.command.about''assets:install' => 'console.command.assets_install''cache:clear' => 'console.command.cache_clear''cache:pool:clear' => 'console.command.cache_pool_clear''cache:pool:prune' => 'console.command.cache_pool_prune''cache:pool:delete' => 'console.command.cache_pool_delete''cache:pool:list' => 'console.command.cache_pool_list''cache:warmup' => 'console.command.cache_warmup''debug:config' => 'console.command.config_debug''config:dump-reference' => 'console.command.config_dump_reference''debug:container' => 'console.command.container_debug''lint:container' => 'console.command.container_lint''debug:autowiring' => 'console.command.debug_autowiring''debug:dotenv' => 'console.command.dotenv_debug''debug:event-dispatcher' => 'console.command.event_dispatcher_debug''debug:router' => 'console.command.router_debug''router:match' => 'console.command.router_match''debug:translation' => 'console.command.translation_debug''translation:extract' => 'console.command.translation_extract''translation:update' => 'console.command.translation_extract''debug:validator' => 'console.command.validator_debug''translation:pull' => 'console.command.translation_pull''translation:push' => 'console.command.translation_push''lint:xliff' => 'console.command.xliff_lint''lint:yaml' => 'console.command.yaml_lint''debug:form' => 'console.command.form_debug''secrets:set' => 'console.command.secrets_set''secrets:remove' => 'console.command.secrets_remove''secrets:generate-keys' => 'console.command.secrets_generate_key''secrets:list' => 'console.command.secrets_list''secrets:decrypt-to-local' => 'console.command.secrets_decrypt_to_local''secrets:encrypt-from-local' => 'console.command.secrets_encrypt_from_local''debug:twig' => 'twig.command.debug''lint:twig' => 'twig.command.lint''debug:firewall' => 'security.command.debug_firewall''security:encode-password' => 'security.command.user_password_encoder''security:hash-password' => 'security.command.user_password_hash''debug:sonata:block' => 'Sonata\\BlockBundle\\Command\\DebugBlocksCommand''sonata:admin:explain' => 'sonata.admin.command.explain''sonata:admin:generate-object-acl' => 'sonata.admin.command.generate_object_acl''sonata:admin:list' => 'sonata.admin.command.list''sonata:admin:setup-acl' => 'sonata.admin.command.setup_acl''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: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:sonata:admin' => 'maker.auto_command.make_sonata_admin''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']);
  1927.     }
  1928.     /**
  1929.      * Gets the public 'container.env_var_processors_locator' shared service.
  1930.      *
  1931.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  1932.      */
  1933.     protected function getContainer_EnvVarProcessorsLocatorService()
  1934.     {
  1935.         return $this->services['container.env_var_processors_locator'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1936.             'base64' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1937.             'bool' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1938.             'const' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1939.             'csv' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1940.             'default' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1941.             'file' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1942.             'float' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1943.             'int' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1944.             'json' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1945.             'key' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1946.             'not' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1947.             'query_string' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1948.             'require' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1949.             'resolve' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1950.             'string' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1951.             'trim' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1952.             'url' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1953.         ], [
  1954.             'base64' => '?',
  1955.             'bool' => '?',
  1956.             'const' => '?',
  1957.             'csv' => '?',
  1958.             'default' => '?',
  1959.             'file' => '?',
  1960.             'float' => '?',
  1961.             'int' => '?',
  1962.             'json' => '?',
  1963.             'key' => '?',
  1964.             'not' => '?',
  1965.             'query_string' => '?',
  1966.             'require' => '?',
  1967.             'resolve' => '?',
  1968.             'string' => '?',
  1969.             'trim' => '?',
  1970.             'url' => '?',
  1971.         ]);
  1972.     }
  1973.     /**
  1974.      * Gets the public 'doctrine' shared service.
  1975.      *
  1976.      * @return \Doctrine\Bundle\DoctrineBundle\Registry
  1977.      */
  1978.     protected function getDoctrineService()
  1979.     {
  1980.         return $this->services['doctrine'] = new \Doctrine\Bundle\DoctrineBundle\Registry($this$this->parameters['doctrine.connections'], $this->parameters['doctrine.entity_managers'], 'default''default');
  1981.     }
  1982.     /**
  1983.      * Gets the public 'doctrine.dbal.default_connection' shared service.
  1984.      *
  1985.      * @return \Doctrine\DBAL\Connection
  1986.      */
  1987.     protected function getDoctrine_Dbal_DefaultConnectionService()
  1988.     {
  1989.         $a = new \Doctrine\DBAL\Configuration();
  1990.         $b = new \Symfony\Bridge\Monolog\Logger('doctrine');
  1991.         $b->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1992.         $b->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  1993.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($b);
  1994.         $a->setSQLLogger(new \Doctrine\DBAL\Logging\LoggerChain([=> new \Symfony\Bridge\Doctrine\Logger\DbalLogger($b, ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)))), => ($this->privates['doctrine.dbal.logger.profiling.default'] ?? ($this->privates['doctrine.dbal.logger.profiling.default'] = new \Doctrine\DBAL\Logging\DebugStack()))]));
  1995.         return $this->services['doctrine.dbal.default_connection'] = (new \Doctrine\Bundle\DoctrineBundle\ConnectionFactory([]))->createConnection(['url' => $this->getEnv('resolve:DATABASE_URL'), 'charset' => 'utf8mb4''driver' => 'pdo_mysql''host' => 'localhost''port' => NULL'user' => 'root''password' => NULL'driverOptions' => [], 'defaultTableOptions' => ['collate' => 'utf8mb4_unicode_ci']], $a, new \Symfony\Bridge\Doctrine\ContainerAwareEventManager(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1996.             'App\\EventListener\\EnvironmentListener' => ['privates''App\\EventListener\\EnvironmentListener''getEnvironmentListenerService'false],
  1997.             'App\\EventListener\\FileListener' => ['privates''App\\EventListener\\FileListener''getFileListenerService'false],
  1998.             'App\\EventListener\\JobListener' => ['privates''App\\EventListener\\JobListener''getJobListenerService'false],
  1999.             'App\\EventListener\\SLAListener' => ['privates''App\\EventListener\\SLAListener''getSLAListenerService'false],
  2000.             'doctrine.orm.default_listeners.attach_entity_listeners' => ['privates''doctrine.orm.default_listeners.attach_entity_listeners''getDoctrine_Orm_DefaultListeners_AttachEntityListenersService'false],
  2001.             'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber' => ['privates''doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber''getDoctrine_Orm_Listeners_DoctrineDbalCacheAdapterSchemaSubscriberService'false],
  2002.             'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber' => ['privates''doctrine.orm.listeners.doctrine_token_provider_schema_subscriber''getDoctrine_Orm_Listeners_DoctrineTokenProviderSchemaSubscriberService'false],
  2003.             'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber' => ['privates''doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber''getDoctrine_Orm_Listeners_PdoCacheAdapterDoctrineSchemaSubscriberService'false],
  2004.             'gedmo.listener.timestampable' => ['privates''gedmo.listener.timestampable''getGedmo_Listener_TimestampableService'false],
  2005.             'simplethings_entityaudit.create_schema_listener' => ['privates''simplethings_entityaudit.create_schema_listener''getSimplethingsEntityaudit_CreateSchemaListenerService'false],
  2006.             'simplethings_entityaudit.log_revisions_listener' => ['privates''simplethings_entityaudit.log_revisions_listener''getSimplethingsEntityaudit_LogRevisionsListenerService'false],
  2007.             'sonata.doctrine.mapper' => ['privates''sonata.doctrine.mapper''getSonata_Doctrine_MapperService'false],
  2008.         ], [
  2009.             'App\\EventListener\\EnvironmentListener' => '?',
  2010.             'App\\EventListener\\FileListener' => '?',
  2011.             'App\\EventListener\\JobListener' => '?',
  2012.             'App\\EventListener\\SLAListener' => '?',
  2013.             'doctrine.orm.default_listeners.attach_entity_listeners' => '?',
  2014.             'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber' => '?',
  2015.             'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber' => '?',
  2016.             'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber' => '?',
  2017.             'gedmo.listener.timestampable' => '?',
  2018.             'simplethings_entityaudit.create_schema_listener' => '?',
  2019.             'simplethings_entityaudit.log_revisions_listener' => '?',
  2020.             'sonata.doctrine.mapper' => '?',
  2021.         ]), [=> 'gedmo.listener.timestampable'=> 'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber'=> 'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber'=> 'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber'=> 'sonata.doctrine.mapper'=> 'simplethings_entityaudit.log_revisions_listener'=> 'simplethings_entityaudit.create_schema_listener'=> [=> [=> 'preUpdate'], => 'App\\EventListener\\EnvironmentListener'], => [=> [=> 'postPersist'], => 'App\\EventListener\\EnvironmentListener'], => [=> [=> 'preUpdate'], => 'App\\EventListener\\FileListener'], 10 => [=> [=> 'prePersist'], => 'App\\EventListener\\FileListener'], 11 => [=> [=> 'postRemove'], => 'App\\EventListener\\FileListener'], 12 => [=> [=> 'postPersist'], => 'App\\EventListener\\JobListener'], 13 => [=> [=> 'postUpdate'], => 'App\\EventListener\\JobListener'], 14 => [=> [=> 'postFlush'], => 'App\\EventListener\\SLAListener'], 15 => [=> [=> 'preUpdate'], => 'App\\EventListener\\SLAListener'], 16 => [=> [=> 'prePersist'], => 'App\\EventListener\\SLAListener'], 17 => [=> [=> 'loadClassMetadata'], => 'doctrine.orm.default_listeners.attach_entity_listeners']]), []);
  2022.     }
  2023.     /**
  2024.      * Gets the public 'doctrine.orm.default_entity_manager' shared service.
  2025.      *
  2026.      * @return \Doctrine\ORM\EntityManager
  2027.      */
  2028.     protected function getDoctrine_Orm_DefaultEntityManagerService($lazyLoad true)
  2029.     {
  2030.         $a = new \Doctrine\ORM\Configuration();
  2031.         $b = new \Doctrine\Persistence\Mapping\Driver\MappingDriverChain();
  2032.         $b->addDriver(($this->privates['doctrine.orm.default_annotation_metadata_driver'] ?? $this->getDoctrine_Orm_DefaultAnnotationMetadataDriverService()), 'App\\Entity');
  2033.         $a->setEntityNamespaces(['App' => 'App\\Entity']);
  2034.         $a->setMetadataCache(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  2035.         $a->setQueryCacheImpl(\Doctrine\Common\Cache\Psr6\DoctrineProvider::wrap(($this->privates['cache.doctrine.orm.default.query'] ?? $this->getCache_Doctrine_Orm_Default_QueryService())));
  2036.         $a->setResultCacheImpl(\Doctrine\Common\Cache\Psr6\DoctrineProvider::wrap(($this->privates['cache.doctrine.orm.default.result'] ?? $this->getCache_Doctrine_Orm_Default_ResultService())));
  2037.         $a->setMetadataDriverImpl(new \Doctrine\Bundle\DoctrineBundle\Mapping\MappingDriver($b, new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2038.             'doctrine.ulid_generator' => ['privates''doctrine.ulid_generator''getDoctrine_UlidGeneratorService'false],
  2039.             'doctrine.uuid_generator' => ['privates''doctrine.uuid_generator''getDoctrine_UuidGeneratorService'false],
  2040.         ], [
  2041.             'doctrine.ulid_generator' => '?',
  2042.             'doctrine.uuid_generator' => '?',
  2043.         ])));
  2044.         $a->setProxyDir(($this->targetDir.''.'/doctrine/orm/Proxies'));
  2045.         $a->setProxyNamespace('Proxies');
  2046.         $a->setAutoGenerateProxyClasses(true);
  2047.         $a->setClassMetadataFactoryName('Doctrine\\Bundle\\DoctrineBundle\\Mapping\\ClassMetadataFactory');
  2048.         $a->setDefaultRepositoryClassName('Doctrine\\ORM\\EntityRepository');
  2049.         $a->setNamingStrategy(new \Doctrine\ORM\Mapping\UnderscoreNamingStrategy(0true));
  2050.         $a->setQuoteStrategy(new \Doctrine\ORM\Mapping\DefaultQuoteStrategy());
  2051.         $a->setEntityListenerResolver(new \Doctrine\Bundle\DoctrineBundle\Mapping\ContainerEntityListenerResolver($this));
  2052.         $a->setRepositoryFactory(new \Doctrine\Bundle\DoctrineBundle\Repository\ContainerRepositoryFactory(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2053.             'App\\Repository\\ApiUsersRepository' => ['privates''App\\Repository\\ApiUsersRepository''getApiUsersRepositoryService'false],
  2054.             'App\\Repository\\AzureMarketplaceRepository' => ['privates''App\\Repository\\AzureMarketplaceRepository''getAzureMarketplaceRepositoryService'false],
  2055.             'App\\Repository\\AzureOauthUserRepository' => ['privates''App\\Repository\\AzureOauthUserRepository''getAzureOauthUserRepositoryService'false],
  2056.             'App\\Repository\\CHEQContractRepository' => ['privates''App\\Repository\\CHEQContractRepository''getCHEQContractRepositoryService'false],
  2057.             'App\\Repository\\ConfigGroupRepository' => ['privates''App\\Repository\\ConfigGroupRepository''getConfigGroupRepositoryService'false],
  2058.             'App\\Repository\\ConfigRepository' => ['privates''App\\Repository\\ConfigRepository''getConfigRepositoryService'false],
  2059.             'App\\Repository\\DbImpExpRepository' => ['privates''App\\Repository\\DbImpExpRepository''getDbImpExpRepositoryService'false],
  2060.             'App\\Repository\\DeployTagRepository' => ['privates''App\\Repository\\DeployTagRepository''getDeployTagRepositoryService'false],
  2061.             'App\\Repository\\EnvironmentMonitorRepository' => ['privates''App\\Repository\\EnvironmentMonitorRepository''getEnvironmentMonitorRepositoryService'false],
  2062.             'App\\Repository\\EnvironmentOptionRepository' => ['privates''App\\Repository\\EnvironmentOptionRepository''getEnvironmentOptionRepositoryService'false],
  2063.             'App\\Repository\\EnvironmentRepository' => ['privates''App\\Repository\\EnvironmentRepository''getEnvironmentRepositoryService'false],
  2064.             'App\\Repository\\EnvironmentTypeRepository' => ['privates''App\\Repository\\EnvironmentTypeRepository''getEnvironmentTypeRepositoryService'false],
  2065.             'App\\Repository\\FileRepository' => ['privates''App\\Repository\\FileRepository''getFileRepositoryService'false],
  2066.             'App\\Repository\\IOSCodeRepository' => ['privates''App\\Repository\\IOSCodeRepository''getIOSCodeRepositoryService'false],
  2067.             'App\\Repository\\IdEntryRepository' => ['privates''App\\Repository\\IdEntryRepository''getIdEntryRepositoryService'false],
  2068.             'App\\Repository\\JobRepository' => ['privates''App\\Repository\\JobRepository''getJobRepositoryService'false],
  2069.             'App\\Repository\\ProjectRepository' => ['privates''App\\Repository\\ProjectRepository''getProjectRepositoryService'false],
  2070.             'App\\Repository\\RepoRepository' => ['privates''App\\Repository\\RepoRepository''getRepoRepositoryService'false],
  2071.             'App\\Repository\\SLAChangeRepository' => ['privates''App\\Repository\\SLAChangeRepository''getSLAChangeRepositoryService'false],
  2072.             'App\\Repository\\SecretRepository' => ['privates''App\\Repository\\SecretRepository''getSecretRepositoryService'false],
  2073.             'App\\Repository\\UserRepository' => ['privates''App\\Repository\\UserRepository''getUserRepositoryService'false],
  2074.         ], [
  2075.             'App\\Repository\\ApiUsersRepository' => '?',
  2076.             'App\\Repository\\AzureMarketplaceRepository' => '?',
  2077.             'App\\Repository\\AzureOauthUserRepository' => '?',
  2078.             'App\\Repository\\CHEQContractRepository' => '?',
  2079.             'App\\Repository\\ConfigGroupRepository' => '?',
  2080.             'App\\Repository\\ConfigRepository' => '?',
  2081.             'App\\Repository\\DbImpExpRepository' => '?',
  2082.             'App\\Repository\\DeployTagRepository' => '?',
  2083.             'App\\Repository\\EnvironmentMonitorRepository' => '?',
  2084.             'App\\Repository\\EnvironmentOptionRepository' => '?',
  2085.             'App\\Repository\\EnvironmentRepository' => '?',
  2086.             'App\\Repository\\EnvironmentTypeRepository' => '?',
  2087.             'App\\Repository\\FileRepository' => '?',
  2088.             'App\\Repository\\IOSCodeRepository' => '?',
  2089.             'App\\Repository\\IdEntryRepository' => '?',
  2090.             'App\\Repository\\JobRepository' => '?',
  2091.             'App\\Repository\\ProjectRepository' => '?',
  2092.             'App\\Repository\\RepoRepository' => '?',
  2093.             'App\\Repository\\SLAChangeRepository' => '?',
  2094.             'App\\Repository\\SecretRepository' => '?',
  2095.             'App\\Repository\\UserRepository' => '?',
  2096.         ])));
  2097.         $this->services['doctrine.orm.default_entity_manager'] = $instance = \Doctrine\ORM\EntityManager::create(($this->services['doctrine.dbal.default_connection'] ?? $this->getDoctrine_Dbal_DefaultConnectionService()), $a);
  2098.         (new \Doctrine\Bundle\DoctrineBundle\ManagerConfigurator([], []))->configure($instance);
  2099.         return $instance;
  2100.     }
  2101.     /**
  2102.      * Gets the public 'error_controller' shared service.
  2103.      *
  2104.      * @return \Symfony\Component\HttpKernel\Controller\ErrorController
  2105.      */
  2106.     protected function getErrorControllerService()
  2107.     {
  2108.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ErrorController.php';
  2109.         include_once \dirname(__DIR__4).'/vendor/symfony/error-handler/ErrorRenderer/ErrorRendererInterface.php';
  2110.         include_once \dirname(__DIR__4).'/vendor/symfony/error-handler/ErrorRenderer/SerializerErrorRenderer.php';
  2111.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/ErrorRenderer/TwigErrorRenderer.php';
  2112.         include_once \dirname(__DIR__4).'/vendor/symfony/error-handler/ErrorRenderer/HtmlErrorRenderer.php';
  2113.         $a = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  2114.         return $this->services['error_controller'] = new \Symfony\Component\HttpKernel\Controller\ErrorController(($this->services['http_kernel'] ?? $this->getHttpKernelService()), 'error_controller', new \Symfony\Component\ErrorHandler\ErrorRenderer\SerializerErrorRenderer(($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService()), \Symfony\Component\ErrorHandler\ErrorRenderer\SerializerErrorRenderer::getPreferredFormat($a), new \Symfony\Bridge\Twig\ErrorRenderer\TwigErrorRenderer(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()), ($this->privates['error_handler.error_renderer.html'] ?? $this->getErrorHandler_ErrorRenderer_HtmlService()), \Symfony\Bridge\Twig\ErrorRenderer\TwigErrorRenderer::isDebug($atrue)), \Symfony\Component\ErrorHandler\ErrorRenderer\HtmlErrorRenderer::isDebug($atrue)));
  2115.     }
  2116.     /**
  2117.      * Gets the public 'event_dispatcher' shared service.
  2118.      *
  2119.      * @return \Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher
  2120.      */
  2121.     protected function getEventDispatcherService()
  2122.     {
  2123.         $a = new \Symfony\Bridge\Monolog\Logger('event');
  2124.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  2125.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  2126.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  2127.         $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())));
  2128.         $instance->addListener('sonata.admin.event.configure.menu.sidebar', [=> function () {
  2129.             return ($this->privates['app.menu_listener'] ?? ($this->privates['app.menu_listener'] = new \App\EventListener\MenuBuilderListener()));
  2130.         }, => 'addMenuItems'], 0);
  2131.         $instance->addListener('kernel.controller', [=> function () {
  2132.             return ($this->privates['data_collector.router'] ?? ($this->privates['data_collector.router'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector()));
  2133.         }, => 'onKernelController'], 0);
  2134.         $instance->addListener('Hslavich\\OneloginSamlBundle\\Event\\UserCreatedEvent', [=> function () {
  2135.             return ($this->privates['hslavich_onelogin_saml.user_created_listener.main'] ?? $this->getHslavichOneloginSaml_UserCreatedListener_MainService());
  2136.         }, => '__invoke'], 0);
  2137.         $instance->addListener('Hslavich\\OneloginSamlBundle\\Event\\UserModifiedEvent', [=> function () {
  2138.             return ($this->privates['hslavich_onelogin_saml.user_modified_listener.main'] ?? $this->getHslavichOneloginSaml_UserModifiedListener_MainService());
  2139.         }, => '__invoke'], 0);
  2140.         $instance->addListener('kernel.response', [=> function () {
  2141.             return ($this->privates['sonata.block.cache.handler.default'] ?? ($this->privates['sonata.block.cache.handler.default'] = new \Sonata\BlockBundle\Cache\HttpCacheHandler()));
  2142.         }, => 'onKernelResponse'], 0);
  2143.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  2144.             return ($this->privates['Hslavich\\OneloginSamlBundle\\EventListener\\Security\\SamlLogoutListener'] ?? $this->getSamlLogoutListenerService());
  2145.         }, => '__invoke'], 0);
  2146.         $instance->addListener('kernel.response', [=> function () {
  2147.             return ($this->privates['response_listener'] ?? ($this->privates['response_listener'] = new \Symfony\Component\HttpKernel\EventListener\ResponseListener('UTF-8'false)));
  2148.         }, => 'onKernelResponse'], 0);
  2149.         $instance->addListener('kernel.response', [=> function () {
  2150.             return ($this->privates['streamed_response_listener'] ?? ($this->privates['streamed_response_listener'] = new \Symfony\Component\HttpKernel\EventListener\StreamedResponseListener()));
  2151.         }, => 'onKernelResponse'], -1024);
  2152.         $instance->addListener('kernel.request', [=> function () {
  2153.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  2154.         }, => 'setDefaultLocale'], 100);
  2155.         $instance->addListener('kernel.request', [=> function () {
  2156.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  2157.         }, => 'onKernelRequest'], 16);
  2158.         $instance->addListener('kernel.finish_request', [=> function () {
  2159.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  2160.         }, => 'onKernelFinishRequest'], 0);
  2161.         $instance->addListener('kernel.request', [=> function () {
  2162.             return ($this->privates['validate_request_listener'] ?? ($this->privates['validate_request_listener'] = new \Symfony\Component\HttpKernel\EventListener\ValidateRequestListener()));
  2163.         }, => 'onKernelRequest'], 256);
  2164.         $instance->addListener('kernel.response', [=> function () {
  2165.             return ($this->privates['disallow_search_engine_index_response_listener'] ?? ($this->privates['disallow_search_engine_index_response_listener'] = new \Symfony\Component\HttpKernel\EventListener\DisallowRobotsIndexingListener()));
  2166.         }, => 'onResponse'], -255);
  2167.         $instance->addListener('kernel.controller_arguments', [=> function () {
  2168.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  2169.         }, => 'onControllerArguments'], 0);
  2170.         $instance->addListener('kernel.exception', [=> function () {
  2171.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  2172.         }, => 'logKernelException'], 0);
  2173.         $instance->addListener('kernel.exception', [=> function () {
  2174.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  2175.         }, => 'onKernelException'], -128);
  2176.         $instance->addListener('kernel.response', [=> function () {
  2177.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  2178.         }, => 'removeCspHeader'], -128);
  2179.         $instance->addListener('kernel.request', [=> function () {
  2180.             return ($this->privates['locale_aware_listener'] ?? $this->getLocaleAwareListenerService());
  2181.         }, => 'onKernelRequest'], 15);
  2182.         $instance->addListener('kernel.finish_request', [=> function () {
  2183.             return ($this->privates['locale_aware_listener'] ?? $this->getLocaleAwareListenerService());
  2184.         }, => 'onKernelFinishRequest'], -15);
  2185.         $instance->addListener('console.error', [=> function () {
  2186.             return ($this->privates['console.error_listener'] ?? $this->getConsole_ErrorListenerService());
  2187.         }, => 'onConsoleError'], -128);
  2188.         $instance->addListener('console.terminate', [=> function () {
  2189.             return ($this->privates['console.error_listener'] ?? $this->getConsole_ErrorListenerService());
  2190.         }, => 'onConsoleTerminate'], -128);
  2191.         $instance->addListener('console.error', [=> function () {
  2192.             return ($this->privates['console.suggest_missing_package_subscriber'] ?? ($this->privates['console.suggest_missing_package_subscriber'] = new \Symfony\Bundle\FrameworkBundle\EventListener\SuggestMissingPackageSubscriber()));
  2193.         }, => 'onConsoleError'], 0);
  2194.         $instance->addListener('kernel.request', [=> function () {
  2195.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  2196.         }, => 'onKernelRequest'], 128);
  2197.         $instance->addListener('kernel.response', [=> function () {
  2198.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  2199.         }, => 'onKernelResponse'], -1000);
  2200.         $instance->addListener('kernel.finish_request', [=> function () {
  2201.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  2202.         }, => 'onFinishRequest'], 0);
  2203.         $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [=> function () {
  2204.             return ($this->privates['mailer.envelope_listener'] ?? ($this->privates['mailer.envelope_listener'] = new \Symfony\Component\Mailer\EventListener\EnvelopeListener(NULLNULL)));
  2205.         }, => 'onMessage'], -255);
  2206.         $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [=> function () {
  2207.             return ($this->privates['mailer.message_logger_listener'] ?? ($this->privates['mailer.message_logger_listener'] = new \Symfony\Component\Mailer\EventListener\MessageLoggerListener()));
  2208.         }, => 'onMessage'], -255);
  2209.         $instance->addListener('kernel.response', [=> function () {
  2210.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  2211.         }, => 'onKernelResponse'], -100);
  2212.         $instance->addListener('kernel.exception', [=> function () {
  2213.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  2214.         }, => 'onKernelException'], 0);
  2215.         $instance->addListener('kernel.terminate', [=> function () {
  2216.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  2217.         }, => 'onKernelTerminate'], -1024);
  2218.         $instance->addListener('kernel.controller', [=> function () {
  2219.             return ($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService());
  2220.         }, => 'onKernelController'], 0);
  2221.         $instance->addListener('kernel.response', [=> function () {
  2222.             return ($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService());
  2223.         }, => 'onKernelResponse'], 0);
  2224.         $instance->addListener('kernel.request', [=> function () {
  2225.             return ($this->privates['debug.debug_handlers_listener'] ?? $this->getDebug_DebugHandlersListenerService());
  2226.         }, => 'configure'], 2048);
  2227.         $instance->addListener('console.command', [=> function () {
  2228.             return ($this->privates['debug.debug_handlers_listener'] ?? $this->getDebug_DebugHandlersListenerService());
  2229.         }, => 'configure'], 2048);
  2230.         $instance->addListener('kernel.request', [=> function () {
  2231.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  2232.         }, => 'onKernelRequest'], 32);
  2233.         $instance->addListener('kernel.finish_request', [=> function () {
  2234.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  2235.         }, => 'onKernelFinishRequest'], 0);
  2236.         $instance->addListener('kernel.exception', [=> function () {
  2237.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  2238.         }, => 'onKernelException'], -64);
  2239.         $instance->addListener('kernel.response', [=> function () {
  2240.             return ($this->privates['web_link.add_link_header_listener'] ?? ($this->privates['web_link.add_link_header_listener'] = new \Symfony\Component\WebLink\EventListener\AddLinkHeaderListener()));
  2241.         }, => 'onKernelResponse'], 0);
  2242.         $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [=> function () {
  2243.             return ($this->privates['twig.mailer.message_listener'] ?? $this->getTwig_Mailer_MessageListenerService());
  2244.         }, => 'onMessage'], 0);
  2245.         $instance->addListener('kernel.response', [=> function () {
  2246.             return ($this->privates['security.rememberme.response_listener'] ?? ($this->privates['security.rememberme.response_listener'] = new \Symfony\Component\Security\Http\RememberMe\ResponseListener()));
  2247.         }, => 'onKernelResponse'], 0);
  2248.         $instance->addListener('debug.security.authorization.vote', [=> function () {
  2249.             return ($this->privates['debug.security.voter.vote_listener'] ?? $this->getDebug_Security_Voter_VoteListenerService());
  2250.         }, => 'onVoterVote'], 0);
  2251.         $instance->addListener('kernel.request', [=> function () {
  2252.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  2253.         }, => 'configureLogoutUrlGenerator'], 8);
  2254.         $instance->addListener('kernel.request', [=> function () {
  2255.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  2256.         }, => 'onKernelRequest'], 8);
  2257.         $instance->addListener('kernel.finish_request', [=> function () {
  2258.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  2259.         }, => 'onKernelFinishRequest'], 0);
  2260.         $instance->addListener('kernel.controller', [=> function () {
  2261.             return ($this->privates['sonata.admin.event_listener.configure_crud_controller'] ?? ($this->privates['sonata.admin.event_listener.configure_crud_controller'] = new \Sonata\AdminBundle\EventListener\ConfigureCRUDControllerListener()));
  2262.         }, => 'onKernelController'], 0);
  2263.         $instance->addListener('console.error', [=> function () {
  2264.             return ($this->privates['maker.console_error_listener'] ?? ($this->privates['maker.console_error_listener'] = new \Symfony\Bundle\MakerBundle\Event\ConsoleErrorSubscriber()));
  2265.         }, => 'onConsoleError'], 0);
  2266.         $instance->addListener('console.terminate', [=> function () {
  2267.             return ($this->privates['maker.console_error_listener'] ?? ($this->privates['maker.console_error_listener'] = new \Symfony\Bundle\MakerBundle\Event\ConsoleErrorSubscriber()));
  2268.         }, => 'onConsoleTerminate'], 0);
  2269.         $instance->addListener('kernel.controller', [=> function () {
  2270.             return ($this->privates['sensio_framework_extra.controller.listener'] ?? $this->getSensioFrameworkExtra_Controller_ListenerService());
  2271.         }, => 'onKernelController'], 0);
  2272.         $instance->addListener('kernel.controller', [=> function () {
  2273.             return ($this->privates['sensio_framework_extra.converter.listener'] ?? $this->getSensioFrameworkExtra_Converter_ListenerService());
  2274.         }, => 'onKernelController'], 0);
  2275.         $instance->addListener('kernel.controller', [=> function () {
  2276.             return ($this->privates['sensio_framework_extra.view.listener'] ?? $this->getSensioFrameworkExtra_View_ListenerService());
  2277.         }, => 'onKernelController'], -128);
  2278.         $instance->addListener('kernel.view', [=> function () {
  2279.             return ($this->privates['sensio_framework_extra.view.listener'] ?? $this->getSensioFrameworkExtra_View_ListenerService());
  2280.         }, => 'onKernelView'], 0);
  2281.         $instance->addListener('kernel.controller', [=> function () {
  2282.             return ($this->privates['sensio_framework_extra.cache.listener'] ?? ($this->privates['sensio_framework_extra.cache.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener()));
  2283.         }, => 'onKernelController'], 0);
  2284.         $instance->addListener('kernel.response', [=> function () {
  2285.             return ($this->privates['sensio_framework_extra.cache.listener'] ?? ($this->privates['sensio_framework_extra.cache.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener()));
  2286.         }, => 'onKernelResponse'], 0);
  2287.         $instance->addListener('kernel.controller_arguments', [=> function () {
  2288.             return ($this->privates['sensio_framework_extra.security.listener'] ?? $this->getSensioFrameworkExtra_Security_ListenerService());
  2289.         }, => 'onKernelControllerArguments'], 0);
  2290.         $instance->addListener('kernel.controller_arguments', [=> function () {
  2291.             return ($this->privates['framework_extra_bundle.event.is_granted'] ?? $this->getFrameworkExtraBundle_Event_IsGrantedService());
  2292.         }, => 'onKernelControllerArguments'], 0);
  2293.         $instance->addListener('kernel.response', [=> function () {
  2294.             return ($this->privates['web_profiler.debug_toolbar'] ?? $this->getWebProfiler_DebugToolbarService());
  2295.         }, => 'onKernelResponse'], -128);
  2296.         $instance->addListener('kernel.request', [=> function () {
  2297.             return ($this->privates['httplug.strategy_listener'] ?? ($this->privates['httplug.strategy_listener'] = new \Http\HttplugBundle\Discovery\ConfiguredClientsStrategyListener()));
  2298.         }, => 'onEvent'], 1024);
  2299.         $instance->addListener('console.command', [=> function () {
  2300.             return ($this->privates['httplug.strategy_listener'] ?? ($this->privates['httplug.strategy_listener'] = new \Http\HttplugBundle\Discovery\ConfiguredClientsStrategyListener()));
  2301.         }, => 'onEvent'], 1024);
  2302.         $instance->addListener('kernel.request', [=> function () {
  2303.             return ($this->privates['Http\\HttplugBundle\\Collector\\PluginClientFactoryListener'] ?? $this->getPluginClientFactoryListenerService());
  2304.         }, => 'onEvent'], 1024);
  2305.         $instance->addListener('console.command', [=> function () {
  2306.             return ($this->privates['Http\\HttplugBundle\\Collector\\PluginClientFactoryListener'] ?? $this->getPluginClientFactoryListenerService());
  2307.         }, => 'onEvent'], 1024);
  2308.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  2309.             return ($this->privates['security.logout.listener.csrf_token_clearing'] ?? $this->getSecurity_Logout_Listener_CsrfTokenClearingService());
  2310.         }, => 'onLogout'], 0);
  2311.         return $instance;
  2312.     }
  2313.     /**
  2314.      * Gets the public 'http_kernel' shared service.
  2315.      *
  2316.      * @return \Symfony\Component\HttpKernel\HttpKernel
  2317.      */
  2318.     protected function getHttpKernelService()
  2319.     {
  2320.         $a = ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)));
  2321.         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())), $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 () {
  2322.             yield => ($this->privates['debug.argument_resolver.request_attribute'] ?? $this->getDebug_ArgumentResolver_RequestAttributeService());
  2323.             yield => ($this->privates['debug.argument_resolver.request'] ?? $this->getDebug_ArgumentResolver_RequestService());
  2324.             yield => ($this->privates['debug.argument_resolver.session'] ?? $this->getDebug_ArgumentResolver_SessionService());
  2325.             yield => ($this->privates['debug.security.user_value_resolver'] ?? $this->getDebug_Security_UserValueResolverService());
  2326.             yield => ($this->privates['debug.sonata.admin.argument_resolver.admin'] ?? $this->getDebug_Sonata_Admin_ArgumentResolver_AdminService());
  2327.             yield => ($this->privates['debug.argument_resolver.service'] ?? $this->getDebug_ArgumentResolver_ServiceService());
  2328.             yield => ($this->privates['debug.argument_resolver.default'] ?? $this->getDebug_ArgumentResolver_DefaultService());
  2329.             yield => ($this->privates['debug.argument_resolver.variadic'] ?? $this->getDebug_ArgumentResolver_VariadicService());
  2330.             yield => ($this->privates['debug.argument_resolver.not_tagged_controller'] ?? $this->getDebug_ArgumentResolver_NotTaggedControllerService());
  2331.         }, 9)), $a));
  2332.     }
  2333.     /**
  2334.      * Gets the public 'httplug.psr17_request_factory' shared service.
  2335.      *
  2336.      * @return \Psr\Http\Message\RequestFactoryInterface
  2337.      */
  2338.     protected function getHttplug_Psr17RequestFactoryService()
  2339.     {
  2340.         include_once \dirname(__DIR__4).'/vendor/psr/http-factory/src/RequestFactoryInterface.php';
  2341.         include_once \dirname(__DIR__4).'/vendor/php-http/discovery/src/ClassDiscovery.php';
  2342.         include_once \dirname(__DIR__4).'/vendor/php-http/discovery/src/Psr17FactoryDiscovery.php';
  2343.         return $this->services['httplug.psr17_request_factory'] = \Http\Discovery\Psr17FactoryDiscovery::findRequestFactory();
  2344.     }
  2345.     /**
  2346.      * Gets the public 'httplug.psr17_response_factory' shared service.
  2347.      *
  2348.      * @return \Psr\Http\Message\ResponseFactoryInterface
  2349.      */
  2350.     protected function getHttplug_Psr17ResponseFactoryService()
  2351.     {
  2352.         include_once \dirname(__DIR__4).'/vendor/psr/http-factory/src/ResponseFactoryInterface.php';
  2353.         include_once \dirname(__DIR__4).'/vendor/php-http/discovery/src/ClassDiscovery.php';
  2354.         include_once \dirname(__DIR__4).'/vendor/php-http/discovery/src/Psr17FactoryDiscovery.php';
  2355.         return $this->services['httplug.psr17_response_factory'] = \Http\Discovery\Psr17FactoryDiscovery::findResponseFactory();
  2356.     }
  2357.     /**
  2358.      * Gets the public 'httplug.psr17_server_request_factory' shared service.
  2359.      *
  2360.      * @return \Psr\Http\Message\ServerRequestFactoryInterface
  2361.      */
  2362.     protected function getHttplug_Psr17ServerRequestFactoryService()
  2363.     {
  2364.         include_once \dirname(__DIR__4).'/vendor/psr/http-factory/src/ServerRequestFactoryInterface.php';
  2365.         include_once \dirname(__DIR__4).'/vendor/php-http/discovery/src/ClassDiscovery.php';
  2366.         include_once \dirname(__DIR__4).'/vendor/php-http/discovery/src/Psr17FactoryDiscovery.php';
  2367.         return $this->services['httplug.psr17_server_request_factory'] = \Http\Discovery\Psr17FactoryDiscovery::findServerRequestFactory();
  2368.     }
  2369.     /**
  2370.      * Gets the public 'httplug.psr17_stream_factory' shared service.
  2371.      *
  2372.      * @return \Psr\Http\Message\StreamFactoryInterface
  2373.      */
  2374.     protected function getHttplug_Psr17StreamFactoryService()
  2375.     {
  2376.         include_once \dirname(__DIR__4).'/vendor/psr/http-factory/src/StreamFactoryInterface.php';
  2377.         include_once \dirname(__DIR__4).'/vendor/php-http/discovery/src/ClassDiscovery.php';
  2378.         include_once \dirname(__DIR__4).'/vendor/php-http/discovery/src/Psr17FactoryDiscovery.php';
  2379.         return $this->services['httplug.psr17_stream_factory'] = \Http\Discovery\Psr17FactoryDiscovery::findStreamFactory();
  2380.     }
  2381.     /**
  2382.      * Gets the public 'httplug.psr17_uploaded_file_factory' shared service.
  2383.      *
  2384.      * @return \Psr\Http\Message\UploadedFileFactoryInterface
  2385.      */
  2386.     protected function getHttplug_Psr17UploadedFileFactoryService()
  2387.     {
  2388.         include_once \dirname(__DIR__4).'/vendor/psr/http-factory/src/UploadedFileFactoryInterface.php';
  2389.         include_once \dirname(__DIR__4).'/vendor/php-http/discovery/src/ClassDiscovery.php';
  2390.         include_once \dirname(__DIR__4).'/vendor/php-http/discovery/src/Psr17FactoryDiscovery.php';
  2391.         return $this->services['httplug.psr17_uploaded_file_factory'] = \Http\Discovery\Psr17FactoryDiscovery::findUploadedFileFactory();
  2392.     }
  2393.     /**
  2394.      * Gets the public 'httplug.psr17_uri_factory' shared service.
  2395.      *
  2396.      * @return \Psr\Http\Message\UriFactoryInterface
  2397.      */
  2398.     protected function getHttplug_Psr17UriFactoryService()
  2399.     {
  2400.         include_once \dirname(__DIR__4).'/vendor/psr/http-factory/src/UriFactoryInterface.php';
  2401.         include_once \dirname(__DIR__4).'/vendor/php-http/discovery/src/ClassDiscovery.php';
  2402.         include_once \dirname(__DIR__4).'/vendor/php-http/discovery/src/Psr17FactoryDiscovery.php';
  2403.         return $this->services['httplug.psr17_uri_factory'] = \Http\Discovery\Psr17FactoryDiscovery::findUrlFactory();
  2404.     }
  2405.     /**
  2406.      * Gets the public 'httplug.psr18_client' shared service.
  2407.      *
  2408.      * @return \Psr\Http\Client\ClientInterface
  2409.      */
  2410.     protected function getHttplug_Psr18ClientService()
  2411.     {
  2412.         include_once \dirname(__DIR__4).'/vendor/psr/http-client/src/ClientInterface.php';
  2413.         include_once \dirname(__DIR__4).'/vendor/php-http/discovery/src/ClassDiscovery.php';
  2414.         include_once \dirname(__DIR__4).'/vendor/php-http/discovery/src/Psr18ClientDiscovery.php';
  2415.         return $this->services['httplug.psr18_client'] = \Http\Discovery\Psr18ClientDiscovery::find();
  2416.     }
  2417.     /**
  2418.      * Gets the public 'httplug.stream_factory' shared service.
  2419.      *
  2420.      * @return \Http\Message\StreamFactory
  2421.      */
  2422.     protected function getHttplug_StreamFactoryService()
  2423.     {
  2424.         include_once \dirname(__DIR__4).'/vendor/php-http/message-factory/src/StreamFactory.php';
  2425.         include_once \dirname(__DIR__4).'/vendor/php-http/discovery/src/ClassDiscovery.php';
  2426.         include_once \dirname(__DIR__4).'/vendor/php-http/discovery/src/StreamFactoryDiscovery.php';
  2427.         return $this->services['httplug.stream_factory'] = \Http\Discovery\StreamFactoryDiscovery::find();
  2428.     }
  2429.     /**
  2430.      * Gets the public 'httplug.uri_factory' shared service.
  2431.      *
  2432.      * @return \Http\Message\UriFactory
  2433.      */
  2434.     protected function getHttplug_UriFactoryService()
  2435.     {
  2436.         include_once \dirname(__DIR__4).'/vendor/php-http/message-factory/src/UriFactory.php';
  2437.         include_once \dirname(__DIR__4).'/vendor/php-http/discovery/src/ClassDiscovery.php';
  2438.         include_once \dirname(__DIR__4).'/vendor/php-http/discovery/src/UriFactoryDiscovery.php';
  2439.         return $this->services['httplug.uri_factory'] = \Http\Discovery\UriFactoryDiscovery::find();
  2440.     }
  2441.     /**
  2442.      * Gets the public 'hwi_oauth.http.client' shared service.
  2443.      *
  2444.      * @return \Http\Client\Common\HttpMethodsClient
  2445.      */
  2446.     protected function getHwiOauth_Http_ClientService()
  2447.     {
  2448.         include_once \dirname(__DIR__4).'/vendor/psr/http-client/src/ClientInterface.php';
  2449.         include_once \dirname(__DIR__4).'/vendor/php-http/httplug/src/HttpClient.php';
  2450.         include_once \dirname(__DIR__4).'/vendor/php-http/client-common/src/HttpMethodsClientInterface.php';
  2451.         include_once \dirname(__DIR__4).'/vendor/php-http/client-common/src/HttpMethodsClient.php';
  2452.         include_once \dirname(__DIR__4).'/vendor/php-http/httplug/src/HttpAsyncClient.php';
  2453.         include_once \dirname(__DIR__4).'/vendor/php-http/client-common/src/PluginClient.php';
  2454.         include_once \dirname(__DIR__4).'/vendor/php-http/httplug-bundle/src/ClientFactory/ClientFactory.php';
  2455.         include_once \dirname(__DIR__4).'/vendor/php-http/httplug-bundle/src/Collector/ProfileClientFactory.php';
  2456.         include_once \dirname(__DIR__4).'/vendor/php-http/httplug-bundle/src/ClientFactory/AutoDiscoveryFactory.php';
  2457.         include_once \dirname(__DIR__4).'/vendor/php-http/client-common/src/Plugin.php';
  2458.         include_once \dirname(__DIR__4).'/vendor/php-http/client-common/src/Plugin/ContentLengthPlugin.php';
  2459.         include_once \dirname(__DIR__4).'/vendor/php-http/client-common/src/Plugin/RedirectPlugin.php';
  2460.         return $this->services['hwi_oauth.http.client'] = new \Http\Client\Common\HttpMethodsClient(($this->privates['Http\\Client\\Common\\PluginClientFactory'] ?? $this->getPluginClientFactoryService())->createClient((new \Http\HttplugBundle\Collector\ProfileClientFactory(new \Http\HttplugBundle\ClientFactory\AutoDiscoveryFactory(), ($this->privates['httplug.collector.collector'] ?? ($this->privates['httplug.collector.collector'] = new \Http\HttplugBundle\Collector\Collector())), ($this->privates['httplug.collector.formatter'] ?? $this->getHttplug_Collector_FormatterService()), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)))))->createClient([]), [=> new \Http\Client\Common\Plugin\ContentLengthPlugin(), => new \Http\Client\Common\Plugin\RedirectPlugin(['preserve_header' => true'use_default_for_multiple' => true])], ['client_name' => 'app']), ($this->services['hwi_oauth.http.message_factory'] ?? $this->getHwiOauth_Http_MessageFactoryService()));
  2461.     }
  2462.     /**
  2463.      * Gets the public 'hwi_oauth.http.message_factory' shared service.
  2464.      *
  2465.      * @return \Http\Message\MessageFactory
  2466.      */
  2467.     protected function getHwiOauth_Http_MessageFactoryService()
  2468.     {
  2469.         include_once \dirname(__DIR__4).'/vendor/php-http/message-factory/src/RequestFactory.php';
  2470.         include_once \dirname(__DIR__4).'/vendor/php-http/message-factory/src/ResponseFactory.php';
  2471.         include_once \dirname(__DIR__4).'/vendor/php-http/message-factory/src/MessageFactory.php';
  2472.         include_once \dirname(__DIR__4).'/vendor/php-http/discovery/src/ClassDiscovery.php';
  2473.         include_once \dirname(__DIR__4).'/vendor/php-http/discovery/src/MessageFactoryDiscovery.php';
  2474.         return $this->services['hwi_oauth.http.message_factory'] = \Http\Discovery\MessageFactoryDiscovery::find();
  2475.     }
  2476.     /**
  2477.      * Gets the public 'hwi_oauth.resource_owner.azure' shared service.
  2478.      *
  2479.      * @return \HWI\Bundle\OAuthBundle\OAuth\ResourceOwner\AzureResourceOwner
  2480.      */
  2481.     protected function getHwiOauth_ResourceOwner_AzureService()
  2482.     {
  2483.         include_once \dirname(__DIR__4).'/vendor/hwi/oauth-bundle/OAuth/ResourceOwnerInterface.php';
  2484.         include_once \dirname(__DIR__4).'/vendor/hwi/oauth-bundle/OAuth/ResourceOwner/AbstractResourceOwner.php';
  2485.         include_once \dirname(__DIR__4).'/vendor/hwi/oauth-bundle/OAuth/ResourceOwner/GenericOAuth2ResourceOwner.php';
  2486.         include_once \dirname(__DIR__4).'/vendor/hwi/oauth-bundle/OAuth/ResourceOwner/AzureResourceOwner.php';
  2487.         include_once \dirname(__DIR__4).'/vendor/psr/http-client/src/ClientInterface.php';
  2488.         include_once \dirname(__DIR__4).'/vendor/php-http/httplug/src/HttpClient.php';
  2489.         include_once \dirname(__DIR__4).'/vendor/php-http/client-common/src/HttpMethodsClientInterface.php';
  2490.         include_once \dirname(__DIR__4).'/vendor/php-http/client-common/src/HttpMethodsClient.php';
  2491.         include_once \dirname(__DIR__4).'/vendor/hwi/oauth-bundle/OAuth/RequestDataStorageInterface.php';
  2492.         include_once \dirname(__DIR__4).'/vendor/hwi/oauth-bundle/OAuth/RequestDataStorage/SessionStorage.php';
  2493.         return $this->services['hwi_oauth.resource_owner.azure'] = new \HWI\Bundle\OAuthBundle\OAuth\ResourceOwner\AzureResourceOwner(new \Http\Client\Common\HttpMethodsClient(($this->services['hwi_oauth.http.client'] ?? $this->getHwiOauth_Http_ClientService()), ($this->services['hwi_oauth.http.message_factory'] ?? $this->getHwiOauth_Http_MessageFactoryService())), ($this->privates['security.http_utils'] ?? $this->getSecurity_HttpUtilsService()), ['client_id' => '1e70d485-8897-4c96-96c6-11260c313259''client_secret' => 'KVT4GK4Ut877-KtGCjE4.95mVub-dqb-5Y''options' => ['application' => 'common''scope' => 'user.read'], 'paths' => []], 'azure', new \HWI\Bundle\OAuthBundle\OAuth\RequestDataStorage\SessionStorage(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()))));
  2494.     }
  2495.     /**
  2496.      * Gets the public 'hwi_oauth.resource_ownermap.azuremarketplace' shared service.
  2497.      *
  2498.      * @return \HWI\Bundle\OAuthBundle\Security\Http\ResourceOwnerMap
  2499.      */
  2500.     protected function getHwiOauth_ResourceOwnermap_AzuremarketplaceService()
  2501.     {
  2502.         $this->services['hwi_oauth.resource_ownermap.azuremarketplace'] = $instance = new \HWI\Bundle\OAuthBundle\Security\Http\ResourceOwnerMap(($this->privates['security.http_utils'] ?? $this->getSecurity_HttpUtilsService()), $this->parameters['hwi_oauth.resource_owners'], $this->parameters['hwi_oauth.resource_ownermap.configured.azuremarketplace']);
  2503.         $instance->setContainer($this);
  2504.         return $instance;
  2505.     }
  2506.     /**
  2507.      * Gets the public 'hwi_oauth.user_checker' shared service.
  2508.      *
  2509.      * @return \Symfony\Component\Security\Core\User\InMemoryUserChecker
  2510.      */
  2511.     protected function getHwiOauth_UserCheckerService()
  2512.     {
  2513.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/UserCheckerInterface.php';
  2514.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/InMemoryUserChecker.php';
  2515.         return $this->services['hwi_oauth.user_checker'] = new \Symfony\Component\Security\Core\User\InMemoryUserChecker();
  2516.     }
  2517.     /**
  2518.      * Gets the public 'knp_menu.factory' shared service.
  2519.      *
  2520.      * @return \Knp\Menu\MenuFactory
  2521.      */
  2522.     protected function getKnpMenu_FactoryService()
  2523.     {
  2524.         include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/FactoryInterface.php';
  2525.         include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/MenuFactory.php';
  2526.         include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Factory/ExtensionInterface.php';
  2527.         include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Integration/Symfony/RoutingExtension.php';
  2528.         $this->services['knp_menu.factory'] = $instance = new \Knp\Menu\MenuFactory();
  2529.         $instance->addExtension(new \Knp\Menu\Integration\Symfony\RoutingExtension(($this->services['router'] ?? $this->getRouterService())), 0);
  2530.         return $instance;
  2531.     }
  2532.     /**
  2533.      * Gets the public 'knp_menu.matcher' shared service.
  2534.      *
  2535.      * @return \Knp\Menu\Matcher\Matcher
  2536.      */
  2537.     protected function getKnpMenu_MatcherService()
  2538.     {
  2539.         return $this->services['knp_menu.matcher'] = new \Knp\Menu\Matcher\Matcher(new RewindableGenerator(function () {
  2540.             yield => ($this->privates['knp_menu.voter.router'] ?? $this->getKnpMenu_Voter_RouterService());
  2541.             yield => ($this->privates['sonata.admin.menu.matcher.voter.admin'] ?? $this->getSonata_Admin_Menu_Matcher_Voter_AdminService());
  2542.             yield => ($this->privates['sonata.admin.menu.matcher.voter.active'] ?? ($this->privates['sonata.admin.menu.matcher.voter.active'] = new \Sonata\AdminBundle\Menu\Matcher\Voter\ActiveVoter()));
  2543.         }, 3));
  2544.     }
  2545.     /**
  2546.      * Gets the public 'request_stack' shared service.
  2547.      *
  2548.      * @return \Symfony\Component\HttpFoundation\RequestStack
  2549.      */
  2550.     protected function getRequestStackService()
  2551.     {
  2552.         return $this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack();
  2553.     }
  2554.     /**
  2555.      * Gets the public 'router' shared service.
  2556.      *
  2557.      * @return \Symfony\Bundle\FrameworkBundle\Routing\Router
  2558.      */
  2559.     protected function getRouterService()
  2560.     {
  2561.         $a = new \Symfony\Bridge\Monolog\Logger('router');
  2562.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  2563.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  2564.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  2565.         $this->services['router'] = $instance = new \Symfony\Bundle\FrameworkBundle\Routing\Router((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2566.             'routing.loader' => ['services''routing.loader''getRouting_LoaderService'false],
  2567.         ], [
  2568.             'routing.loader' => 'Symfony\\Component\\Config\\Loader\\LoaderInterface',
  2569.         ]))->withContext('router.default'$this), 'kernel::loadRoutes', ['cache_dir' => $this->targetDir.'''debug' => true'generator_class' => 'Symfony\\Component\\Routing\\Generator\\CompiledUrlGenerator''generator_dumper_class' => 'Symfony\\Component\\Routing\\Generator\\Dumper\\CompiledUrlGeneratorDumper''matcher_class' => 'Symfony\\Bundle\\FrameworkBundle\\Routing\\RedirectableCompiledUrlMatcher''matcher_dumper_class' => 'Symfony\\Component\\Routing\\Matcher\\Dumper\\CompiledUrlMatcherDumper''strict_requirements' => true'resource_type' => 'service'], ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService()), ($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))), $a'hu');
  2570.         $instance->setConfigCacheFactory(($this->privates['config_cache_factory'] ?? $this->getConfigCacheFactoryService()));
  2571.         $instance->addExpressionLanguageProvider(($this->privates['router.expression_language_provider'] ?? $this->getRouter_ExpressionLanguageProviderService()));
  2572.         return $instance;
  2573.     }
  2574.     /**
  2575.      * Gets the public 'routing.loader' shared service.
  2576.      *
  2577.      * @return \Symfony\Bundle\FrameworkBundle\Routing\DelegatingLoader
  2578.      */
  2579.     protected function getRouting_LoaderService()
  2580.     {
  2581.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/LoaderInterface.php';
  2582.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/Loader.php';
  2583.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/DelegatingLoader.php';
  2584.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Routing/DelegatingLoader.php';
  2585.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/LoaderResolverInterface.php';
  2586.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/LoaderResolver.php';
  2587.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/FileLoader.php';
  2588.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/Configurator/Traits/HostTrait.php';
  2589.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/Configurator/Traits/LocalizedRouteTrait.php';
  2590.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/Configurator/Traits/PrefixTrait.php';
  2591.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/XmlFileLoader.php';
  2592.         include_once \dirname(__DIR__4).'/vendor/symfony/config/FileLocatorInterface.php';
  2593.         include_once \dirname(__DIR__4).'/vendor/symfony/config/FileLocator.php';
  2594.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Config/FileLocator.php';
  2595.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/YamlFileLoader.php';
  2596.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/PhpFileLoader.php';
  2597.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/GlobFileLoader.php';
  2598.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/DirectoryLoader.php';
  2599.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/ObjectLoader.php';
  2600.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/ContainerLoader.php';
  2601.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Route/AdminPoolLoader.php';
  2602.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/AnnotationClassLoader.php';
  2603.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Routing/AnnotatedRouteControllerLoader.php';
  2604.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/AnnotationFileLoader.php';
  2605.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/AnnotationDirectoryLoader.php';
  2606.         $a = new \Symfony\Component\Config\Loader\LoaderResolver();
  2607.         $b = new \Symfony\Component\HttpKernel\Config\FileLocator(($this->services['kernel'] ?? $this->get('kernel'1)));
  2608.         $c = new \Symfony\Bundle\FrameworkBundle\Routing\AnnotatedRouteControllerLoader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()), 'dev');
  2609.         $a->addLoader(new \Symfony\Component\Routing\Loader\XmlFileLoader($b'dev'));
  2610.         $a->addLoader(new \Symfony\Component\Routing\Loader\YamlFileLoader($b'dev'));
  2611.         $a->addLoader(new \Symfony\Component\Routing\Loader\PhpFileLoader($b'dev'));
  2612.         $a->addLoader(new \Symfony\Component\Routing\Loader\GlobFileLoader($b'dev'));
  2613.         $a->addLoader(new \Symfony\Component\Routing\Loader\DirectoryLoader($b'dev'));
  2614.         $a->addLoader(new \Symfony\Component\Routing\Loader\ContainerLoader(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2615.             'kernel' => ['services''kernel''getKernelService'false],
  2616.         ], [
  2617.             'kernel' => 'App\\Kernel',
  2618.         ]), 'dev'));
  2619.         $a->addLoader(new \Sonata\AdminBundle\Route\AdminPoolLoader(($this->privates['sonata.admin.pool'] ?? $this->getSonata_Admin_PoolService())));
  2620.         $a->addLoader($c);
  2621.         $a->addLoader(new \Symfony\Component\Routing\Loader\AnnotationDirectoryLoader($b$c));
  2622.         $a->addLoader(new \Symfony\Component\Routing\Loader\AnnotationFileLoader($b$c));
  2623.         return $this->services['routing.loader'] = new \Symfony\Bundle\FrameworkBundle\Routing\DelegatingLoader($a, ['utf8' => true], []);
  2624.     }
  2625.     /**
  2626.      * Gets the public 'services_resetter' shared service.
  2627.      *
  2628.      * @return \Symfony\Component\HttpKernel\DependencyInjection\ServicesResetter
  2629.      */
  2630.     protected function getServicesResetterService()
  2631.     {
  2632.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DependencyInjection/ServicesResetter.php';
  2633.         return $this->services['services_resetter'] = new \Symfony\Component\HttpKernel\DependencyInjection\ServicesResetter(new RewindableGenerator(function () {
  2634.             if (isset($this->services['cache.app'])) {
  2635.                 yield 'cache.app' => ($this->services['cache.app'] ?? null);
  2636.             }
  2637.             if (isset($this->services['cache.system'])) {
  2638.                 yield 'cache.system' => ($this->services['cache.system'] ?? null);
  2639.             }
  2640.             if (isset($this->privates['cache.validator'])) {
  2641.                 yield 'cache.validator' => ($this->privates['cache.validator'] ?? null);
  2642.             }
  2643.             if (isset($this->privates['cache.serializer'])) {
  2644.                 yield 'cache.serializer' => ($this->privates['cache.serializer'] ?? null);
  2645.             }
  2646.             if (isset($this->privates['cache.annotations'])) {
  2647.                 yield 'cache.annotations' => ($this->privates['cache.annotations'] ?? null);
  2648.             }
  2649.             if (isset($this->privates['cache.property_info'])) {
  2650.                 yield 'cache.property_info' => ($this->privates['cache.property_info'] ?? null);
  2651.             }
  2652.             if (isset($this->privates['session_listener'])) {
  2653.                 yield 'session_listener' => ($this->privates['session_listener'] ?? null);
  2654.             }
  2655.             if (isset($this->privates['form.choice_list_factory.cached'])) {
  2656.                 yield 'form.choice_list_factory.cached' => ($this->privates['form.choice_list_factory.cached'] ?? null);
  2657.             }
  2658.             if (isset($this->privates['.debug.http_client'])) {
  2659.                 yield 'http_client' => ($this->privates['.debug.http_client'] ?? null);
  2660.             }
  2661.             if (isset($this->privates['mailer.message_logger_listener'])) {
  2662.                 yield 'mailer.message_logger_listener' => ($this->privates['mailer.message_logger_listener'] ?? null);
  2663.             }
  2664.             if (isset($this->services['cache.validator_expression_language'])) {
  2665.                 yield 'cache.validator_expression_language' => ($this->services['cache.validator_expression_language'] ?? null);
  2666.             }
  2667.             if (isset($this->services['.container.private.profiler'])) {
  2668.                 yield 'profiler' => ($this->services['.container.private.profiler'] ?? null);
  2669.             }
  2670.             if (isset($this->services['.container.private.validator'])) {
  2671.                 yield 'debug.validator' => ($this->services['.container.private.validator'] ?? null);
  2672.             }
  2673.             if (isset($this->privates['debug.stopwatch'])) {
  2674.                 yield 'debug.stopwatch' => ($this->privates['debug.stopwatch'] ?? null);
  2675.             }
  2676.             if (isset($this->services['event_dispatcher'])) {
  2677.                 yield 'debug.event_dispatcher' => ($this->services['event_dispatcher'] ?? null);
  2678.             }
  2679.             if (isset($this->services['.container.private.security.token_storage'])) {
  2680.                 yield 'security.token_storage' => ($this->services['.container.private.security.token_storage'] ?? null);
  2681.             }
  2682.             if (isset($this->privates['cache.security_expression_language'])) {
  2683.                 yield 'cache.security_expression_language' => ($this->privates['cache.security_expression_language'] ?? null);
  2684.             }
  2685.             if (isset($this->services['doctrine'])) {
  2686.                 yield 'doctrine' => ($this->services['doctrine'] ?? null);
  2687.             }
  2688.             if (isset($this->privates['form.type.entity'])) {
  2689.                 yield 'form.type.entity' => ($this->privates['form.type.entity'] ?? null);
  2690.             }
  2691.             if (isset($this->privates['monolog.handler.main'])) {
  2692.                 yield 'monolog.handler.main' => ($this->privates['monolog.handler.main'] ?? null);
  2693.             }
  2694.             if (isset($this->privates['httplug.collector.collector'])) {
  2695.                 yield 'httplug.collector.collector' => ($this->privates['httplug.collector.collector'] ?? null);
  2696.             }
  2697.             if (isset($this->privates['.debug.http_client'])) {
  2698.                 yield '.debug.http_client' => ($this->privates['.debug.http_client'] ?? null);
  2699.             }
  2700.         }, function () {
  2701.             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['session_listener'])) + (int) (isset($this->privates['form.choice_list_factory.cached'])) + (int) (isset($this->privates['.debug.http_client'])) + (int) (isset($this->privates['mailer.message_logger_listener'])) + (int) (isset($this->services['cache.validator_expression_language'])) + (int) (isset($this->services['.container.private.profiler'])) + (int) (isset($this->services['.container.private.validator'])) + (int) (isset($this->privates['debug.stopwatch'])) + (int) (isset($this->services['event_dispatcher'])) + (int) (isset($this->services['.container.private.security.token_storage'])) + (int) (isset($this->privates['cache.security_expression_language'])) + (int) (isset($this->services['doctrine'])) + (int) (isset($this->privates['form.type.entity'])) + (int) (isset($this->privates['monolog.handler.main'])) + (int) (isset($this->privates['httplug.collector.collector'])) + (int) (isset($this->privates['.debug.http_client']));
  2702.         }), ['cache.app' => [=> 'reset'], 'cache.system' => [=> 'reset'], 'cache.validator' => [=> 'reset'], 'cache.serializer' => [=> 'reset'], 'cache.annotations' => [=> 'reset'], 'cache.property_info' => [=> 'reset'], 'session_listener' => [=> 'reset'], 'form.choice_list_factory.cached' => [=> 'reset'], 'http_client' => [=> '?reset'], 'mailer.message_logger_listener' => [=> 'reset'], 'cache.validator_expression_language' => [=> 'reset'], 'profiler' => [=> 'reset'], 'debug.validator' => [=> 'reset'], 'debug.stopwatch' => [=> 'reset'], 'debug.event_dispatcher' => [=> 'reset'], 'security.token_storage' => [=> 'disableUsageTracking'=> 'setToken'], 'cache.security_expression_language' => [=> 'reset'], 'doctrine' => [=> 'reset'], 'form.type.entity' => [=> 'reset'], 'monolog.handler.main' => [=> 'reset'], 'httplug.collector.collector' => [=> 'reset'], '.debug.http_client' => [=> 'reset']]);
  2703.     }
  2704.     /**
  2705.      * Gets the public 'simplethings_entityaudit.config' shared service.
  2706.      *
  2707.      * @return \SimpleThings\EntityAudit\AuditConfiguration
  2708.      */
  2709.     protected function getSimplethingsEntityaudit_ConfigService()
  2710.     {
  2711.         include_once \dirname(__DIR__4).'/vendor/sonata-project/entity-audit-bundle/src/AuditConfiguration.php';
  2712.         include_once \dirname(__DIR__4).'/vendor/sonata-project/entity-audit-bundle/src/User/TokenStorageUsernameCallable.php';
  2713.         $this->services['simplethings_entityaudit.config'] = $instance = new \SimpleThings\EntityAudit\AuditConfiguration();
  2714.         $instance->setAuditedEntityClasses($this->parameters['simplethings.entityaudit.audited_entities']);
  2715.         $instance->setGlobalIgnoreColumns($this->parameters['simplethings.entityaudit.global_ignore_columns']);
  2716.         $instance->setTablePrefix('');
  2717.         $instance->setTableSuffix('_audit');
  2718.         $instance->setRevisionTableName('revisions');
  2719.         $instance->setRevisionIdFieldType('integer');
  2720.         $instance->setRevisionFieldName('rev');
  2721.         $instance->setRevisionTypeFieldName('revtype');
  2722.         $instance->setUsernameCallable(new \SimpleThings\EntityAudit\User\TokenStorageUsernameCallable($this));
  2723.         return $instance;
  2724.     }
  2725.     /**
  2726.      * Gets the public 'simplethings_entityaudit.manager' shared service.
  2727.      *
  2728.      * @return \SimpleThings\EntityAudit\AuditManager
  2729.      */
  2730.     protected function getSimplethingsEntityaudit_ManagerService()
  2731.     {
  2732.         include_once \dirname(__DIR__4).'/vendor/sonata-project/entity-audit-bundle/src/AuditManager.php';
  2733.         return $this->services['simplethings_entityaudit.manager'] = new \SimpleThings\EntityAudit\AuditManager(($this->services['simplethings_entityaudit.config'] ?? $this->getSimplethingsEntityaudit_ConfigService()));
  2734.     }
  2735.     /**
  2736.      * Gets the public 'simplethings_entityaudit.reader' shared service.
  2737.      *
  2738.      * @return \SimpleThings\EntityAudit\AuditReader
  2739.      */
  2740.     protected function getSimplethingsEntityaudit_ReaderService()
  2741.     {
  2742.         include_once \dirname(__DIR__4).'/vendor/sonata-project/entity-audit-bundle/src/AuditReader.php';
  2743.         return $this->services['simplethings_entityaudit.reader'] = ($this->services['simplethings_entityaudit.manager'] ?? $this->getSimplethingsEntityaudit_ManagerService())->createAuditReader(($this->services['doctrine'] ?? $this->getDoctrineService())->getManager('default'));
  2744.     }
  2745.     /**
  2746.      * Gets the public 'sonata.admin.action.append_form_field_element' shared service.
  2747.      *
  2748.      * @return \Sonata\AdminBundle\Action\AppendFormFieldElementAction
  2749.      */
  2750.     protected function getSonata_Admin_Action_AppendFormFieldElementService()
  2751.     {
  2752.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Action/AppendFormFieldElementAction.php';
  2753.         return $this->services['sonata.admin.action.append_form_field_element'] = new \Sonata\AdminBundle\Action\AppendFormFieldElementAction(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()), ($this->privates['sonata.admin.request.fetcher'] ?? $this->getSonata_Admin_Request_FetcherService()), ($this->privates['sonata.admin.helper'] ?? $this->getSonata_Admin_HelperService()));
  2754.     }
  2755.     /**
  2756.      * Gets the public 'sonata.admin.action.dashboard' shared service.
  2757.      *
  2758.      * @return \Sonata\AdminBundle\Action\DashboardAction
  2759.      */
  2760.     protected function getSonata_Admin_Action_DashboardService()
  2761.     {
  2762.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Action/DashboardAction.php';
  2763.         return $this->services['sonata.admin.action.dashboard'] = new \Sonata\AdminBundle\Action\DashboardAction($this->parameters['sonata.admin.configuration.dashboard_blocks'], ($this->privates['sonata.admin.global_template_registry'] ?? $this->getSonata_Admin_GlobalTemplateRegistryService()), ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  2764.     }
  2765.     /**
  2766.      * Gets the public 'sonata.admin.action.get_short_object_description' shared service.
  2767.      *
  2768.      * @return \Sonata\AdminBundle\Action\GetShortObjectDescriptionAction
  2769.      */
  2770.     protected function getSonata_Admin_Action_GetShortObjectDescriptionService()
  2771.     {
  2772.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Action/GetShortObjectDescriptionAction.php';
  2773.         return $this->services['sonata.admin.action.get_short_object_description'] = new \Sonata\AdminBundle\Action\GetShortObjectDescriptionAction(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()), ($this->privates['sonata.admin.request.fetcher'] ?? $this->getSonata_Admin_Request_FetcherService()));
  2774.     }
  2775.     /**
  2776.      * Gets the public 'sonata.admin.action.retrieve_autocomplete_items' shared service.
  2777.      *
  2778.      * @return \Sonata\AdminBundle\Action\RetrieveAutocompleteItemsAction
  2779.      */
  2780.     protected function getSonata_Admin_Action_RetrieveAutocompleteItemsService()
  2781.     {
  2782.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Action/RetrieveAutocompleteItemsAction.php';
  2783.         return $this->services['sonata.admin.action.retrieve_autocomplete_items'] = new \Sonata\AdminBundle\Action\RetrieveAutocompleteItemsAction(($this->privates['sonata.admin.request.fetcher'] ?? $this->getSonata_Admin_Request_FetcherService()));
  2784.     }
  2785.     /**
  2786.      * Gets the public 'sonata.admin.action.retrieve_form_field_element' shared service.
  2787.      *
  2788.      * @return \Sonata\AdminBundle\Action\RetrieveFormFieldElementAction
  2789.      */
  2790.     protected function getSonata_Admin_Action_RetrieveFormFieldElementService()
  2791.     {
  2792.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Action/RetrieveFormFieldElementAction.php';
  2793.         return $this->services['sonata.admin.action.retrieve_form_field_element'] = new \Sonata\AdminBundle\Action\RetrieveFormFieldElementAction(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()), ($this->privates['sonata.admin.request.fetcher'] ?? $this->getSonata_Admin_Request_FetcherService()), ($this->privates['sonata.admin.helper'] ?? $this->getSonata_Admin_HelperService()));
  2794.     }
  2795.     /**
  2796.      * Gets the public 'sonata.admin.action.search' shared service.
  2797.      *
  2798.      * @return \Sonata\AdminBundle\Action\SearchAction
  2799.      */
  2800.     protected function getSonata_Admin_Action_SearchService()
  2801.     {
  2802.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Action/SearchAction.php';
  2803.         return $this->services['sonata.admin.action.search'] = new \Sonata\AdminBundle\Action\SearchAction(($this->privates['sonata.admin.pool'] ?? $this->getSonata_Admin_PoolService()), ($this->privates['sonata.admin.global_template_registry'] ?? $this->getSonata_Admin_GlobalTemplateRegistryService()), ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  2804.     }
  2805.     /**
  2806.      * Gets the public 'sonata.admin.action.set_object_field_value' shared service.
  2807.      *
  2808.      * @return \Sonata\AdminBundle\Action\SetObjectFieldValueAction
  2809.      */
  2810.     protected function getSonata_Admin_Action_SetObjectFieldValueService()
  2811.     {
  2812.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Action/SetObjectFieldValueAction.php';
  2813.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Form/DataTransformerResolverInterface.php';
  2814.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Form/DataTransformerResolver.php';
  2815.         include_once \dirname(__DIR__4).'/vendor/symfony/form/DataTransformerInterface.php';
  2816.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Form/DataTransformer/BooleanToStringTransformer.php';
  2817.         $a = new \Sonata\AdminBundle\Form\DataTransformerResolver();
  2818.         $a->addCustomGlobalTransformer('boolean', new \Sonata\AdminBundle\Form\DataTransformer\BooleanToStringTransformer(1));
  2819.         return $this->services['sonata.admin.action.set_object_field_value'] = new \Sonata\AdminBundle\Action\SetObjectFieldValueAction(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()), ($this->privates['sonata.admin.request.fetcher'] ?? $this->getSonata_Admin_Request_FetcherService()), ($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService()), $a, ($this->privates['property_accessor'] ?? $this->getPropertyAccessorService()), ($this->privates['sonata.admin.twig.render_element_runtime'] ?? $this->getSonata_Admin_Twig_RenderElementRuntimeService()));
  2820.     }
  2821.     /**
  2822.      * Gets the public 'sonata.admin.audit.orm.reader' shared service.
  2823.      *
  2824.      * @return \Sonata\DoctrineORMAdminBundle\Model\AuditReader
  2825.      */
  2826.     protected function getSonata_Admin_Audit_Orm_ReaderService()
  2827.     {
  2828.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Model/AuditReaderInterface.php';
  2829.         include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Model/AuditReader.php';
  2830.         return $this->services['sonata.admin.audit.orm.reader'] = new \Sonata\DoctrineORMAdminBundle\Model\AuditReader(($this->services['simplethings_entityaudit.reader'] ?? $this->getSimplethingsEntityaudit_ReaderService()));
  2831.     }
  2832.     /**
  2833.      * Gets the public 'sonata.admin.block.admin_list' shared service.
  2834.      *
  2835.      * @return \Sonata\AdminBundle\Block\AdminListBlockService
  2836.      */
  2837.     protected function getSonata_Admin_Block_AdminListService()
  2838.     {
  2839.         include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Block/Service/BlockServiceInterface.php';
  2840.         include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Block/Service/AbstractBlockService.php';
  2841.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Block/AdminListBlockService.php';
  2842.         return $this->services['sonata.admin.block.admin_list'] = new \Sonata\AdminBundle\Block\AdminListBlockService(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()), ($this->privates['sonata.admin.pool'] ?? $this->getSonata_Admin_PoolService()), ($this->privates['sonata.admin.global_template_registry'] ?? $this->getSonata_Admin_GlobalTemplateRegistryService()));
  2843.     }
  2844.     /**
  2845.      * Gets the public 'sonata.admin.block.admin_preview' shared service.
  2846.      *
  2847.      * @return \Sonata\AdminBundle\Block\AdminPreviewBlockService
  2848.      */
  2849.     protected function getSonata_Admin_Block_AdminPreviewService()
  2850.     {
  2851.         include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Block/Service/BlockServiceInterface.php';
  2852.         include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Block/Service/AbstractBlockService.php';
  2853.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Block/AdminPreviewBlockService.php';
  2854.         return $this->services['sonata.admin.block.admin_preview'] = new \Sonata\AdminBundle\Block\AdminPreviewBlockService(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()), ($this->privates['sonata.admin.pool'] ?? $this->getSonata_Admin_PoolService()));
  2855.     }
  2856.     /**
  2857.      * Gets the public 'sonata.admin.block.search_result' shared service.
  2858.      *
  2859.      * @return \Sonata\AdminBundle\Block\AdminSearchBlockService
  2860.      */
  2861.     protected function getSonata_Admin_Block_SearchResultService()
  2862.     {
  2863.         include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Block/Service/BlockServiceInterface.php';
  2864.         include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Block/Service/AbstractBlockService.php';
  2865.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Block/AdminSearchBlockService.php';
  2866.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Search/SearchHandler.php';
  2867.         $a = new \Sonata\AdminBundle\Search\SearchHandler();
  2868.         $a->configureAdminSearch([]);
  2869.         return $this->services['sonata.admin.block.search_result'] = new \Sonata\AdminBundle\Block\AdminSearchBlockService(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()), ($this->privates['sonata.admin.pool'] ?? $this->getSonata_Admin_PoolService()), $a, ($this->privates['sonata.admin.global_template_registry'] ?? $this->getSonata_Admin_GlobalTemplateRegistryService()), 'show''show');
  2870.     }
  2871.     /**
  2872.      * Gets the public 'sonata.admin.block.stats' shared service.
  2873.      *
  2874.      * @return \Sonata\AdminBundle\Block\AdminStatsBlockService
  2875.      */
  2876.     protected function getSonata_Admin_Block_StatsService()
  2877.     {
  2878.         include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Block/Service/BlockServiceInterface.php';
  2879.         include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Block/Service/AbstractBlockService.php';
  2880.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Block/AdminStatsBlockService.php';
  2881.         return $this->services['sonata.admin.block.stats'] = new \Sonata\AdminBundle\Block\AdminStatsBlockService(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()), ($this->privates['sonata.admin.pool'] ?? $this->getSonata_Admin_PoolService()));
  2882.     }
  2883.     /**
  2884.      * Gets the public 'sonata.admin.controller.crud' shared service.
  2885.      *
  2886.      * @return \Sonata\AdminBundle\Controller\CRUDController
  2887.      */
  2888.     protected function getSonata_Admin_Controller_CrudService()
  2889.     {
  2890.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2891.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Controller/CRUDController.php';
  2892.         $this->services['sonata.admin.controller.crud'] = $instance = new \Sonata\AdminBundle\Controller\CRUDController();
  2893.         $instance->setContainer(($this->privates['.service_locator.Dmo5vAl'] ?? $this->get_ServiceLocator_Dmo5vAlService())->withContext('sonata.admin.controller.crud'$this));
  2894.         return $instance;
  2895.     }
  2896.     /**
  2897.      * Gets the public 'sonata.admin.manager.orm' shared service.
  2898.      *
  2899.      * @return \Sonata\DoctrineORMAdminBundle\Model\ModelManager
  2900.      */
  2901.     protected function getSonata_Admin_Manager_OrmService()
  2902.     {
  2903.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Model/ModelManagerInterface.php';
  2904.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Model/LockInterface.php';
  2905.         include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Model/ModelManager.php';
  2906.         return $this->services['sonata.admin.manager.orm'] = new \Sonata\DoctrineORMAdminBundle\Model\ModelManager(($this->services['doctrine'] ?? $this->getDoctrineService()), ($this->privates['property_accessor'] ?? $this->getPropertyAccessorService()));
  2907.     }
  2908.     /**
  2909.      * Gets the public 'sonata.admin.manipulator.acl.object.orm' shared service.
  2910.      *
  2911.      * @return \Sonata\DoctrineORMAdminBundle\Util\ObjectAclManipulator
  2912.      */
  2913.     protected function getSonata_Admin_Manipulator_Acl_Object_OrmService()
  2914.     {
  2915.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Util/ObjectAclManipulatorInterface.php';
  2916.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Util/ObjectAclManipulator.php';
  2917.         include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Util/ObjectAclManipulator.php';
  2918.         return $this->services['sonata.admin.manipulator.acl.object.orm'] = new \Sonata\DoctrineORMAdminBundle\Util\ObjectAclManipulator(($this->services['doctrine'] ?? $this->getDoctrineService()));
  2919.     }
  2920.     /**
  2921.      * Gets the public 'sonata.admin_doctrine_orm.block.audit' shared service.
  2922.      *
  2923.      * @return \Sonata\DoctrineORMAdminBundle\Block\AuditBlockService
  2924.      */
  2925.     protected function getSonata_AdminDoctrineOrm_Block_AuditService()
  2926.     {
  2927.         include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Block/Service/BlockServiceInterface.php';
  2928.         include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Block/Service/AbstractBlockService.php';
  2929.         include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Block/AuditBlockService.php';
  2930.         return $this->services['sonata.admin_doctrine_orm.block.audit'] = new \Sonata\DoctrineORMAdminBundle\Block\AuditBlockService(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()), ($this->services['simplethings_entityaudit.reader'] ?? $this->getSimplethingsEntityaudit_ReaderService()));
  2931.     }
  2932.     /**
  2933.      * Gets the public 'sonata.block.context_manager.default' shared service.
  2934.      *
  2935.      * @return \Sonata\BlockBundle\Block\BlockContextManager
  2936.      */
  2937.     protected function getSonata_Block_ContextManager_DefaultService()
  2938.     {
  2939.         return $this->services['sonata.block.context_manager.default'] = new \Sonata\BlockBundle\Block\BlockContextManager(new \Sonata\BlockBundle\Block\BlockLoaderChain([=> new \Sonata\BlockBundle\Block\Loader\ServiceLoader($this->parameters['sonata_blocks.block_types'])]), ($this->services['sonata.block.manager'] ?? $this->getSonata_Block_ManagerService()), $this->parameters['sonata_block.cache_blocks'], ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  2940.     }
  2941.     /**
  2942.      * Gets the public 'sonata.block.exception.filter.debug_only' shared service.
  2943.      *
  2944.      * @return \Sonata\BlockBundle\Exception\Filter\DebugOnlyFilter
  2945.      */
  2946.     protected function getSonata_Block_Exception_Filter_DebugOnlyService()
  2947.     {
  2948.         include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Exception/Filter/FilterInterface.php';
  2949.         include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Exception/Filter/DebugOnlyFilter.php';
  2950.         return $this->services['sonata.block.exception.filter.debug_only'] = new \Sonata\BlockBundle\Exception\Filter\DebugOnlyFilter(true);
  2951.     }
  2952.     /**
  2953.      * Gets the public 'sonata.block.exception.filter.ignore_block_exception' shared service.
  2954.      *
  2955.      * @return \Sonata\BlockBundle\Exception\Filter\IgnoreClassFilter
  2956.      */
  2957.     protected function getSonata_Block_Exception_Filter_IgnoreBlockExceptionService()
  2958.     {
  2959.         include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Exception/Filter/FilterInterface.php';
  2960.         include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Exception/Filter/IgnoreClassFilter.php';
  2961.         return $this->services['sonata.block.exception.filter.ignore_block_exception'] = new \Sonata\BlockBundle\Exception\Filter\IgnoreClassFilter('Sonata\\BlockBundle\\Exception\\BlockExceptionInterface');
  2962.     }
  2963.     /**
  2964.      * Gets the public 'sonata.block.exception.filter.keep_all' shared service.
  2965.      *
  2966.      * @return \Sonata\BlockBundle\Exception\Filter\KeepAllFilter
  2967.      */
  2968.     protected function getSonata_Block_Exception_Filter_KeepAllService()
  2969.     {
  2970.         include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Exception/Filter/FilterInterface.php';
  2971.         include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Exception/Filter/KeepAllFilter.php';
  2972.         return $this->services['sonata.block.exception.filter.keep_all'] = new \Sonata\BlockBundle\Exception\Filter\KeepAllFilter();
  2973.     }
  2974.     /**
  2975.      * Gets the public 'sonata.block.exception.filter.keep_none' shared service.
  2976.      *
  2977.      * @return \Sonata\BlockBundle\Exception\Filter\KeepNoneFilter
  2978.      */
  2979.     protected function getSonata_Block_Exception_Filter_KeepNoneService()
  2980.     {
  2981.         include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Exception/Filter/FilterInterface.php';
  2982.         include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Exception/Filter/KeepNoneFilter.php';
  2983.         return $this->services['sonata.block.exception.filter.keep_none'] = new \Sonata\BlockBundle\Exception\Filter\KeepNoneFilter();
  2984.     }
  2985.     /**
  2986.      * Gets the public 'sonata.block.exception.renderer.inline' shared service.
  2987.      *
  2988.      * @return \Sonata\BlockBundle\Exception\Renderer\InlineRenderer
  2989.      */
  2990.     protected function getSonata_Block_Exception_Renderer_InlineService()
  2991.     {
  2992.         include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Exception/Renderer/RendererInterface.php';
  2993.         include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Exception/Renderer/InlineRenderer.php';
  2994.         return $this->services['sonata.block.exception.renderer.inline'] = new \Sonata\BlockBundle\Exception\Renderer\InlineRenderer(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()), '@SonataBlock/Block/block_exception.html.twig');
  2995.     }
  2996.     /**
  2997.      * Gets the public 'sonata.block.exception.renderer.inline_debug' shared service.
  2998.      *
  2999.      * @return \Sonata\BlockBundle\Exception\Renderer\InlineDebugRenderer
  3000.      */
  3001.     protected function getSonata_Block_Exception_Renderer_InlineDebugService()
  3002.     {
  3003.         include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Exception/Renderer/RendererInterface.php';
  3004.         include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Exception/Renderer/InlineDebugRenderer.php';
  3005.         return $this->services['sonata.block.exception.renderer.inline_debug'] = new \Sonata\BlockBundle\Exception\Renderer\InlineDebugRenderer(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()), '@SonataBlock/Block/block_exception_debug.html.twig'truetrue);
  3006.     }
  3007.     /**
  3008.      * Gets the public 'sonata.block.exception.renderer.throw' shared service.
  3009.      *
  3010.      * @return \Sonata\BlockBundle\Exception\Renderer\MonkeyThrowRenderer
  3011.      */
  3012.     protected function getSonata_Block_Exception_Renderer_ThrowService()
  3013.     {
  3014.         include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Exception/Renderer/RendererInterface.php';
  3015.         include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Exception/Renderer/MonkeyThrowRenderer.php';
  3016.         return $this->services['sonata.block.exception.renderer.throw'] = new \Sonata\BlockBundle\Exception\Renderer\MonkeyThrowRenderer();
  3017.     }
  3018.     /**
  3019.      * Gets the public 'sonata.block.manager' shared service.
  3020.      *
  3021.      * @return \Sonata\BlockBundle\Block\BlockServiceManager
  3022.      */
  3023.     protected function getSonata_Block_ManagerService()
  3024.     {
  3025.         $this->services['sonata.block.manager'] = $instance = new \Sonata\BlockBundle\Block\BlockServiceManager($thistrue, ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  3026.         $instance->add('sonata.block.service.container''sonata.block.service.container', []);
  3027.         $instance->add('sonata.block.service.empty''sonata.block.service.empty', []);
  3028.         $instance->add('sonata.block.service.text''sonata.block.service.text', []);
  3029.         $instance->add('sonata.block.service.rss''sonata.block.service.rss', []);
  3030.         $instance->add('sonata.block.service.template''sonata.block.service.template', []);
  3031.         $instance->add('sonata.block.service.menu''sonata.block.service.menu', []);
  3032.         $instance->add('sonata.admin.block.admin_list''sonata.admin.block.admin_list', []);
  3033.         $instance->add('sonata.admin.block.search_result''sonata.admin.block.search_result', []);
  3034.         $instance->add('sonata.admin.block.stats''sonata.admin.block.stats', []);
  3035.         $instance->add('sonata.admin.block.admin_preview''sonata.admin.block.admin_preview', []);
  3036.         $instance->add('sonata.admin_doctrine_orm.block.audit''sonata.admin_doctrine_orm.block.audit', []);
  3037.         return $instance;
  3038.     }
  3039.     /**
  3040.      * Gets the public 'sonata.block.menu.registry' shared service.
  3041.      *
  3042.      * @return \Sonata\BlockBundle\Menu\MenuRegistry
  3043.      */
  3044.     protected function getSonata_Block_Menu_RegistryService()
  3045.     {
  3046.         include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Menu/MenuRegistryInterface.php';
  3047.         include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Menu/MenuRegistry.php';
  3048.         $this->services['sonata.block.menu.registry'] = $instance = new \Sonata\BlockBundle\Menu\MenuRegistry('');
  3049.         $instance->add('sonata_admin_sidebar');
  3050.         return $instance;
  3051.     }
  3052.     /**
  3053.      * Gets the public 'sonata.block.renderer.default' shared service.
  3054.      *
  3055.      * @return \Sonata\BlockBundle\Block\BlockRenderer
  3056.      */
  3057.     protected function getSonata_Block_Renderer_DefaultService()
  3058.     {
  3059.         $a = new \Sonata\BlockBundle\Exception\Strategy\StrategyManager($this, ['debug_only' => 'sonata.block.exception.filter.debug_only''ignore_block_exception' => 'sonata.block.exception.filter.ignore_block_exception''keep_all' => 'sonata.block.exception.filter.keep_all''keep_none' => 'sonata.block.exception.filter.keep_none'], ['inline' => 'sonata.block.exception.renderer.inline''inline_debug' => 'sonata.block.exception.renderer.inline_debug''throw' => 'sonata.block.exception.renderer.throw'], [], []);
  3060.         $a->setDefaultFilter('debug_only');
  3061.         $a->setDefaultRenderer('throw');
  3062.         return $this->services['sonata.block.renderer.default'] = new \Sonata\BlockBundle\Block\BlockRenderer(($this->services['sonata.block.manager'] ?? $this->getSonata_Block_ManagerService()), $a, ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  3063.     }
  3064.     /**
  3065.      * Gets the public 'sonata.block.service.container' shared service.
  3066.      *
  3067.      * @return \Sonata\BlockBundle\Block\Service\ContainerBlockService
  3068.      */
  3069.     protected function getSonata_Block_Service_ContainerService()
  3070.     {
  3071.         include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Block/Service/BlockServiceInterface.php';
  3072.         include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Block/Service/AbstractBlockService.php';
  3073.         include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Block/Service/EditableBlockService.php';
  3074.         include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Block/Service/ContainerBlockService.php';
  3075.         return $this->services['sonata.block.service.container'] = new \Sonata\BlockBundle\Block\Service\ContainerBlockService(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  3076.     }
  3077.     /**
  3078.      * Gets the public 'sonata.block.service.empty' shared service.
  3079.      *
  3080.      * @return \Sonata\BlockBundle\Block\Service\EmptyBlockService
  3081.      */
  3082.     protected function getSonata_Block_Service_EmptyService()
  3083.     {
  3084.         include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Block/Service/BlockServiceInterface.php';
  3085.         include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Block/Service/AbstractBlockService.php';
  3086.         include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Block/Service/EmptyBlockService.php';
  3087.         return $this->services['sonata.block.service.empty'] = new \Sonata\BlockBundle\Block\Service\EmptyBlockService(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  3088.     }
  3089.     /**
  3090.      * Gets the public 'sonata.block.service.menu' shared service.
  3091.      *
  3092.      * @return \Sonata\BlockBundle\Block\Service\MenuBlockService
  3093.      */
  3094.     protected function getSonata_Block_Service_MenuService()
  3095.     {
  3096.         include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Block/Service/BlockServiceInterface.php';
  3097.         include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Block/Service/AbstractBlockService.php';
  3098.         include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Block/Service/EditableBlockService.php';
  3099.         include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Block/Service/MenuBlockService.php';
  3100.         return $this->services['sonata.block.service.menu'] = new \Sonata\BlockBundle\Block\Service\MenuBlockService(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()), ($this->privates['knp_menu.menu_provider.chain'] ?? $this->getKnpMenu_MenuProvider_ChainService()), ($this->services['sonata.block.menu.registry'] ?? $this->getSonata_Block_Menu_RegistryService()));
  3101.     }
  3102.     /**
  3103.      * Gets the public 'sonata.block.service.rss' shared service.
  3104.      *
  3105.      * @return \Sonata\BlockBundle\Block\Service\RssBlockService
  3106.      */
  3107.     protected function getSonata_Block_Service_RssService()
  3108.     {
  3109.         include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Block/Service/BlockServiceInterface.php';
  3110.         include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Block/Service/AbstractBlockService.php';
  3111.         include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Block/Service/EditableBlockService.php';
  3112.         include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Block/Service/RssBlockService.php';
  3113.         return $this->services['sonata.block.service.rss'] = new \Sonata\BlockBundle\Block\Service\RssBlockService(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  3114.     }
  3115.     /**
  3116.      * Gets the public 'sonata.block.service.template' shared service.
  3117.      *
  3118.      * @return \Sonata\BlockBundle\Block\Service\TemplateBlockService
  3119.      */
  3120.     protected function getSonata_Block_Service_TemplateService()
  3121.     {
  3122.         include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Block/Service/BlockServiceInterface.php';
  3123.         include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Block/Service/AbstractBlockService.php';
  3124.         include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Block/Service/EditableBlockService.php';
  3125.         include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Block/Service/TemplateBlockService.php';
  3126.         return $this->services['sonata.block.service.template'] = new \Sonata\BlockBundle\Block\Service\TemplateBlockService(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  3127.     }
  3128.     /**
  3129.      * Gets the public 'sonata.block.service.text' shared service.
  3130.      *
  3131.      * @return \Sonata\BlockBundle\Block\Service\TextBlockService
  3132.      */
  3133.     protected function getSonata_Block_Service_TextService()
  3134.     {
  3135.         include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Block/Service/BlockServiceInterface.php';
  3136.         include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Block/Service/AbstractBlockService.php';
  3137.         include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Block/Service/EditableBlockService.php';
  3138.         include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Block/Service/TextBlockService.php';
  3139.         return $this->services['sonata.block.service.text'] = new \Sonata\BlockBundle\Block\Service\TextBlockService(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  3140.     }
  3141.     /**
  3142.      * Gets the public 'sonata.doctrine.model.adapter.chain' shared service.
  3143.      *
  3144.      * @return \Sonata\Doctrine\Adapter\AdapterChain
  3145.      */
  3146.     protected function getSonata_Doctrine_Model_Adapter_ChainService()
  3147.     {
  3148.         $this->services['sonata.doctrine.model.adapter.chain'] = $instance = new \Sonata\Doctrine\Adapter\AdapterChain();
  3149.         $instance->addAdapter(new \Sonata\Doctrine\Adapter\ORM\DoctrineORMAdapter(($this->services['doctrine'] ?? $this->getDoctrineService())));
  3150.         return $instance;
  3151.     }
  3152.     /**
  3153.      * Gets the public 'sonata.exporter.exporter' shared service.
  3154.      *
  3155.      * @return \Sonata\Exporter\Exporter
  3156.      */
  3157.     protected function getSonata_Exporter_ExporterService()
  3158.     {
  3159.         include_once \dirname(__DIR__4).'/vendor/sonata-project/exporter/src/Exporter.php';
  3160.         include_once \dirname(__DIR__4).'/vendor/sonata-project/exporter/src/Writer/WriterInterface.php';
  3161.         include_once \dirname(__DIR__4).'/vendor/sonata-project/exporter/src/Writer/TypedWriterInterface.php';
  3162.         include_once \dirname(__DIR__4).'/vendor/sonata-project/exporter/src/Writer/CsvWriter.php';
  3163.         include_once \dirname(__DIR__4).'/vendor/sonata-project/exporter/src/Writer/JsonWriter.php';
  3164.         include_once \dirname(__DIR__4).'/vendor/sonata-project/exporter/src/Writer/XlsWriter.php';
  3165.         include_once \dirname(__DIR__4).'/vendor/sonata-project/exporter/src/Writer/XlsxWriter.php';
  3166.         include_once \dirname(__DIR__4).'/vendor/sonata-project/exporter/src/Writer/XmlWriter.php';
  3167.         $this->services['sonata.exporter.exporter'] = $instance = new \Sonata\Exporter\Exporter();
  3168.         $instance->addWriter(new \Sonata\Exporter\Writer\CsvWriter('php://output'',''"''\\'truefalse));
  3169.         $instance->addWriter(new \Sonata\Exporter\Writer\JsonWriter('php://output'));
  3170.         $instance->addWriter(new \Sonata\Exporter\Writer\XlsWriter('php://output'true));
  3171.         $instance->addWriter(new \Sonata\Exporter\Writer\XlsxWriter('php://output'truetrue));
  3172.         $instance->addWriter(new \Sonata\Exporter\Writer\XmlWriter('php://output''datas''data'));
  3173.         return $instance;
  3174.     }
  3175.     /**
  3176.      * Gets the public 'sonata.twig.flashmessage.manager' shared service.
  3177.      *
  3178.      * @return \Sonata\Twig\FlashMessage\FlashManager
  3179.      */
  3180.     protected function getSonata_Twig_Flashmessage_ManagerService()
  3181.     {
  3182.         include_once \dirname(__DIR__4).'/vendor/sonata-project/twig-extensions/src/FlashMessage/FlashManagerInterface.php';
  3183.         include_once \dirname(__DIR__4).'/vendor/sonata-project/twig-extensions/src/Status/StatusClassRendererInterface.php';
  3184.         include_once \dirname(__DIR__4).'/vendor/sonata-project/twig-extensions/src/FlashMessage/FlashManager.php';
  3185.         return $this->services['sonata.twig.flashmessage.manager'] = new \Sonata\Twig\FlashMessage\FlashManager(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ['success' => ['success' => [], 'sonata_flash_success' => [], 'sonata_user_success' => [], 'fos_user_success' => []], 'warning' => ['warning' => [], 'sonata_flash_info' => []], 'danger' => ['error' => [], 'sonata_flash_error' => [], 'sonata_user_error' => []]], ['success' => 'success''warning' => 'warning''danger' => 'danger']);
  3186.     }
  3187.     /**
  3188.      * Gets the public 'sonata.twig.flashmessage.twig.extension' shared service.
  3189.      *
  3190.      * @return \Sonata\Twig\Extension\FlashMessageExtension
  3191.      */
  3192.     protected function getSonata_Twig_Flashmessage_Twig_ExtensionService()
  3193.     {
  3194.         return $this->services['sonata.twig.flashmessage.twig.extension'] = new \Sonata\Twig\Extension\FlashMessageExtension();
  3195.     }
  3196.     /**
  3197.      * Gets the public 'translator' shared service.
  3198.      *
  3199.      * @return \Symfony\Component\Translation\DataCollectorTranslator
  3200.      */
  3201.     protected function getTranslatorService()
  3202.     {
  3203.         return $this->services['translator'] = new \Symfony\Component\Translation\DataCollectorTranslator(($this->privates['translator.default'] ?? $this->getTranslator_DefaultService()));
  3204.     }
  3205.     /**
  3206.      * Gets the public 'web_profiler.controller.exception_panel' shared service.
  3207.      *
  3208.      * @return \Symfony\Bundle\WebProfilerBundle\Controller\ExceptionPanelController
  3209.      */
  3210.     protected function getWebProfiler_Controller_ExceptionPanelService()
  3211.     {
  3212.         include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Controller/ExceptionPanelController.php';
  3213.         return $this->services['web_profiler.controller.exception_panel'] = new \Symfony\Bundle\WebProfilerBundle\Controller\ExceptionPanelController(($this->privates['error_handler.error_renderer.html'] ?? $this->getErrorHandler_ErrorRenderer_HtmlService()), ($this->services['.container.private.profiler'] ?? $this->get_Container_Private_ProfilerService()));
  3214.     }
  3215.     /**
  3216.      * Gets the public 'web_profiler.controller.profiler' shared service.
  3217.      *
  3218.      * @return \Symfony\Bundle\WebProfilerBundle\Controller\ProfilerController
  3219.      */
  3220.     protected function getWebProfiler_Controller_ProfilerService()
  3221.     {
  3222.         include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Controller/ProfilerController.php';
  3223.         return $this->services['web_profiler.controller.profiler'] = new \Symfony\Bundle\WebProfilerBundle\Controller\ProfilerController(($this->services['router'] ?? $this->getRouterService()), ($this->services['.container.private.profiler'] ?? $this->get_Container_Private_ProfilerService()), ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()), $this->parameters['data_collector.templates'], ($this->privates['web_profiler.csp.handler'] ?? $this->getWebProfiler_Csp_HandlerService()), \dirname(__DIR__4));
  3224.     }
  3225.     /**
  3226.      * Gets the public 'web_profiler.controller.router' shared service.
  3227.      *
  3228.      * @return \Symfony\Bundle\WebProfilerBundle\Controller\RouterController
  3229.      */
  3230.     protected function getWebProfiler_Controller_RouterService()
  3231.     {
  3232.         include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Controller/RouterController.php';
  3233.         return $this->services['web_profiler.controller.router'] = new \Symfony\Bundle\WebProfilerBundle\Controller\RouterController(($this->services['.container.private.profiler'] ?? $this->get_Container_Private_ProfilerService()), ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()), ($this->services['router'] ?? $this->getRouterService()), NULL, new RewindableGenerator(function () {
  3234.             yield => ($this->privates['router.expression_language_provider'] ?? $this->getRouter_ExpressionLanguageProviderService());
  3235.         }, 1));
  3236.     }
  3237.     /**
  3238.      * Gets the private '.console.command.about.lazy' shared service.
  3239.      *
  3240.      * @return \Symfony\Component\Console\Command\LazyCommand
  3241.      */
  3242.     protected function get_Console_Command_About_LazyService()
  3243.     {
  3244.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3245.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3246.         return $this->privates['.console.command.about.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('about', [], 'Display information about the current project'false, function (): \Symfony\Bundle\FrameworkBundle\Command\AboutCommand {
  3247.             return ($this->privates['console.command.about'] ?? $this->getConsole_Command_AboutService());
  3248.         });
  3249.     }
  3250.     /**
  3251.      * Gets the private '.console.command.assets_install.lazy' shared service.
  3252.      *
  3253.      * @return \Symfony\Component\Console\Command\LazyCommand
  3254.      */
  3255.     protected function get_Console_Command_AssetsInstall_LazyService()
  3256.     {
  3257.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3258.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3259.         return $this->privates['.console.command.assets_install.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('assets:install', [], 'Install bundle\'s web assets under a public directory'false, function (): \Symfony\Bundle\FrameworkBundle\Command\AssetsInstallCommand {
  3260.             return ($this->privates['console.command.assets_install'] ?? $this->getConsole_Command_AssetsInstallService());
  3261.         });
  3262.     }
  3263.     /**
  3264.      * Gets the private '.console.command.cache_clear.lazy' shared service.
  3265.      *
  3266.      * @return \Symfony\Component\Console\Command\LazyCommand
  3267.      */
  3268.     protected function get_Console_Command_CacheClear_LazyService()
  3269.     {
  3270.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3271.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3272.         return $this->privates['.console.command.cache_clear.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('cache:clear', [], 'Clear the cache'false, function (): \Symfony\Bundle\FrameworkBundle\Command\CacheClearCommand {
  3273.             return ($this->privates['console.command.cache_clear'] ?? $this->getConsole_Command_CacheClearService());
  3274.         });
  3275.     }
  3276.     /**
  3277.      * Gets the private '.console.command.cache_pool_clear.lazy' shared service.
  3278.      *
  3279.      * @return \Symfony\Component\Console\Command\LazyCommand
  3280.      */
  3281.     protected function get_Console_Command_CachePoolClear_LazyService()
  3282.     {
  3283.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3284.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3285.         return $this->privates['.console.command.cache_pool_clear.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('cache:pool:clear', [], 'Clear cache pools'false, function (): \Symfony\Bundle\FrameworkBundle\Command\CachePoolClearCommand {
  3286.             return ($this->privates['console.command.cache_pool_clear'] ?? $this->getConsole_Command_CachePoolClearService());
  3287.         });
  3288.     }
  3289.     /**
  3290.      * Gets the private '.console.command.cache_pool_delete.lazy' shared service.
  3291.      *
  3292.      * @return \Symfony\Component\Console\Command\LazyCommand
  3293.      */
  3294.     protected function get_Console_Command_CachePoolDelete_LazyService()
  3295.     {
  3296.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3297.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3298.         return $this->privates['.console.command.cache_pool_delete.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('cache:pool:delete', [], 'Delete an item from a cache pool'false, function (): \Symfony\Bundle\FrameworkBundle\Command\CachePoolDeleteCommand {
  3299.             return ($this->privates['console.command.cache_pool_delete'] ?? $this->getConsole_Command_CachePoolDeleteService());
  3300.         });
  3301.     }
  3302.     /**
  3303.      * Gets the private '.console.command.cache_pool_list.lazy' shared service.
  3304.      *
  3305.      * @return \Symfony\Component\Console\Command\LazyCommand
  3306.      */
  3307.     protected function get_Console_Command_CachePoolList_LazyService()
  3308.     {
  3309.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3310.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3311.         return $this->privates['.console.command.cache_pool_list.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('cache:pool:list', [], 'List available cache pools'false, function (): \Symfony\Bundle\FrameworkBundle\Command\CachePoolListCommand {
  3312.             return ($this->privates['console.command.cache_pool_list'] ?? $this->getConsole_Command_CachePoolListService());
  3313.         });
  3314.     }
  3315.     /**
  3316.      * Gets the private '.console.command.cache_pool_prune.lazy' shared service.
  3317.      *
  3318.      * @return \Symfony\Component\Console\Command\LazyCommand
  3319.      */
  3320.     protected function get_Console_Command_CachePoolPrune_LazyService()
  3321.     {
  3322.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3323.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3324.         return $this->privates['.console.command.cache_pool_prune.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('cache:pool:prune', [], 'Prune cache pools'false, function (): \Symfony\Bundle\FrameworkBundle\Command\CachePoolPruneCommand {
  3325.             return ($this->privates['console.command.cache_pool_prune'] ?? $this->getConsole_Command_CachePoolPruneService());
  3326.         });
  3327.     }
  3328.     /**
  3329.      * Gets the private '.console.command.cache_warmup.lazy' shared service.
  3330.      *
  3331.      * @return \Symfony\Component\Console\Command\LazyCommand
  3332.      */
  3333.     protected function get_Console_Command_CacheWarmup_LazyService()
  3334.     {
  3335.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3336.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3337.         return $this->privates['.console.command.cache_warmup.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('cache:warmup', [], 'Warm up an empty cache'false, function (): \Symfony\Bundle\FrameworkBundle\Command\CacheWarmupCommand {
  3338.             return ($this->privates['console.command.cache_warmup'] ?? $this->getConsole_Command_CacheWarmupService());
  3339.         });
  3340.     }
  3341.     /**
  3342.      * Gets the private '.console.command.config_debug.lazy' shared service.
  3343.      *
  3344.      * @return \Symfony\Component\Console\Command\LazyCommand
  3345.      */
  3346.     protected function get_Console_Command_ConfigDebug_LazyService()
  3347.     {
  3348.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3349.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3350.         return $this->privates['.console.command.config_debug.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('debug:config', [], 'Dump the current configuration for an extension'false, function (): \Symfony\Bundle\FrameworkBundle\Command\ConfigDebugCommand {
  3351.             return ($this->privates['console.command.config_debug'] ?? $this->getConsole_Command_ConfigDebugService());
  3352.         });
  3353.     }
  3354.     /**
  3355.      * Gets the private '.console.command.config_dump_reference.lazy' shared service.
  3356.      *
  3357.      * @return \Symfony\Component\Console\Command\LazyCommand
  3358.      */
  3359.     protected function get_Console_Command_ConfigDumpReference_LazyService()
  3360.     {
  3361.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3362.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3363.         return $this->privates['.console.command.config_dump_reference.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('config:dump-reference', [], 'Dump the default configuration for an extension'false, function (): \Symfony\Bundle\FrameworkBundle\Command\ConfigDumpReferenceCommand {
  3364.             return ($this->privates['console.command.config_dump_reference'] ?? $this->getConsole_Command_ConfigDumpReferenceService());
  3365.         });
  3366.     }
  3367.     /**
  3368.      * Gets the private '.console.command.container_debug.lazy' shared service.
  3369.      *
  3370.      * @return \Symfony\Component\Console\Command\LazyCommand
  3371.      */
  3372.     protected function get_Console_Command_ContainerDebug_LazyService()
  3373.     {
  3374.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3375.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3376.         return $this->privates['.console.command.container_debug.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('debug:container', [], 'Display current services for an application'false, function (): \Symfony\Bundle\FrameworkBundle\Command\ContainerDebugCommand {
  3377.             return ($this->privates['console.command.container_debug'] ?? $this->getConsole_Command_ContainerDebugService());
  3378.         });
  3379.     }
  3380.     /**
  3381.      * Gets the private '.console.command.container_lint.lazy' shared service.
  3382.      *
  3383.      * @return \Symfony\Component\Console\Command\LazyCommand
  3384.      */
  3385.     protected function get_Console_Command_ContainerLint_LazyService()
  3386.     {
  3387.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3388.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3389.         return $this->privates['.console.command.container_lint.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('lint:container', [], 'Ensure that arguments injected into services match type declarations'false, function (): \Symfony\Bundle\FrameworkBundle\Command\ContainerLintCommand {
  3390.             return ($this->privates['console.command.container_lint'] ?? $this->getConsole_Command_ContainerLintService());
  3391.         });
  3392.     }
  3393.     /**
  3394.      * Gets the private '.console.command.debug_autowiring.lazy' shared service.
  3395.      *
  3396.      * @return \Symfony\Component\Console\Command\LazyCommand
  3397.      */
  3398.     protected function get_Console_Command_DebugAutowiring_LazyService()
  3399.     {
  3400.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3401.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3402.         return $this->privates['.console.command.debug_autowiring.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('debug:autowiring', [], 'List classes/interfaces you can use for autowiring'false, function (): \Symfony\Bundle\FrameworkBundle\Command\DebugAutowiringCommand {
  3403.             return ($this->privates['console.command.debug_autowiring'] ?? $this->getConsole_Command_DebugAutowiringService());
  3404.         });
  3405.     }
  3406.     /**
  3407.      * Gets the private '.console.command.dotenv_debug.lazy' shared service.
  3408.      *
  3409.      * @return \Symfony\Component\Console\Command\LazyCommand
  3410.      */
  3411.     protected function get_Console_Command_DotenvDebug_LazyService()
  3412.     {
  3413.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3414.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3415.         return $this->privates['.console.command.dotenv_debug.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('debug:dotenv', [], 'Lists all dotenv files with variables and values'false, function (): \Symfony\Component\Dotenv\Command\DebugCommand {
  3416.             return ($this->privates['console.command.dotenv_debug'] ?? $this->getConsole_Command_DotenvDebugService());
  3417.         });
  3418.     }
  3419.     /**
  3420.      * Gets the private '.console.command.event_dispatcher_debug.lazy' shared service.
  3421.      *
  3422.      * @return \Symfony\Component\Console\Command\LazyCommand
  3423.      */
  3424.     protected function get_Console_Command_EventDispatcherDebug_LazyService()
  3425.     {
  3426.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3427.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3428.         return $this->privates['.console.command.event_dispatcher_debug.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('debug:event-dispatcher', [], 'Display configured listeners for an application'false, function (): \Symfony\Bundle\FrameworkBundle\Command\EventDispatcherDebugCommand {
  3429.             return ($this->privates['console.command.event_dispatcher_debug'] ?? $this->getConsole_Command_EventDispatcherDebugService());
  3430.         });
  3431.     }
  3432.     /**
  3433.      * Gets the private '.console.command.form_debug.lazy' shared service.
  3434.      *
  3435.      * @return \Symfony\Component\Console\Command\LazyCommand
  3436.      */
  3437.     protected function get_Console_Command_FormDebug_LazyService()
  3438.     {
  3439.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3440.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3441.         return $this->privates['.console.command.form_debug.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('debug:form', [], 'Display form type information'false, function (): \Symfony\Component\Form\Command\DebugCommand {
  3442.             return ($this->privates['console.command.form_debug'] ?? $this->getConsole_Command_FormDebugService());
  3443.         });
  3444.     }
  3445.     /**
  3446.      * Gets the private '.console.command.router_debug.lazy' shared service.
  3447.      *
  3448.      * @return \Symfony\Component\Console\Command\LazyCommand
  3449.      */
  3450.     protected function get_Console_Command_RouterDebug_LazyService()
  3451.     {
  3452.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3453.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3454.         return $this->privates['.console.command.router_debug.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('debug:router', [], 'Display current routes for an application'false, function (): \Symfony\Bundle\FrameworkBundle\Command\RouterDebugCommand {
  3455.             return ($this->privates['console.command.router_debug'] ?? $this->getConsole_Command_RouterDebugService());
  3456.         });
  3457.     }
  3458.     /**
  3459.      * Gets the private '.console.command.router_match.lazy' shared service.
  3460.      *
  3461.      * @return \Symfony\Component\Console\Command\LazyCommand
  3462.      */
  3463.     protected function get_Console_Command_RouterMatch_LazyService()
  3464.     {
  3465.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3466.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3467.         return $this->privates['.console.command.router_match.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('router:match', [], 'Help debug routes by simulating a path info match'false, function (): \Symfony\Bundle\FrameworkBundle\Command\RouterMatchCommand {
  3468.             return ($this->privates['console.command.router_match'] ?? $this->getConsole_Command_RouterMatchService());
  3469.         });
  3470.     }
  3471.     /**
  3472.      * Gets the private '.console.command.secrets_decrypt_to_local.lazy' shared service.
  3473.      *
  3474.      * @return \Symfony\Component\Console\Command\LazyCommand
  3475.      */
  3476.     protected function get_Console_Command_SecretsDecryptToLocal_LazyService()
  3477.     {
  3478.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3479.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3480.         return $this->privates['.console.command.secrets_decrypt_to_local.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('secrets:decrypt-to-local', [], 'Decrypt all secrets and stores them in the local vault'false, function (): \Symfony\Bundle\FrameworkBundle\Command\SecretsDecryptToLocalCommand {
  3481.             return ($this->privates['console.command.secrets_decrypt_to_local'] ?? $this->getConsole_Command_SecretsDecryptToLocalService());
  3482.         });
  3483.     }
  3484.     /**
  3485.      * Gets the private '.console.command.secrets_encrypt_from_local.lazy' shared service.
  3486.      *
  3487.      * @return \Symfony\Component\Console\Command\LazyCommand
  3488.      */
  3489.     protected function get_Console_Command_SecretsEncryptFromLocal_LazyService()
  3490.     {
  3491.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3492.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3493.         return $this->privates['.console.command.secrets_encrypt_from_local.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('secrets:encrypt-from-local', [], 'Encrypt all local secrets to the vault'false, function (): \Symfony\Bundle\FrameworkBundle\Command\SecretsEncryptFromLocalCommand {
  3494.             return ($this->privates['console.command.secrets_encrypt_from_local'] ?? $this->getConsole_Command_SecretsEncryptFromLocalService());
  3495.         });
  3496.     }
  3497.     /**
  3498.      * Gets the private '.console.command.secrets_generate_key.lazy' shared service.
  3499.      *
  3500.      * @return \Symfony\Component\Console\Command\LazyCommand
  3501.      */
  3502.     protected function get_Console_Command_SecretsGenerateKey_LazyService()
  3503.     {
  3504.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3505.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3506.         return $this->privates['.console.command.secrets_generate_key.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('secrets:generate-keys', [], 'Generate new encryption keys'false, function (): \Symfony\Bundle\FrameworkBundle\Command\SecretsGenerateKeysCommand {
  3507.             return ($this->privates['console.command.secrets_generate_key'] ?? $this->getConsole_Command_SecretsGenerateKeyService());
  3508.         });
  3509.     }
  3510.     /**
  3511.      * Gets the private '.console.command.secrets_list.lazy' shared service.
  3512.      *
  3513.      * @return \Symfony\Component\Console\Command\LazyCommand
  3514.      */
  3515.     protected function get_Console_Command_SecretsList_LazyService()
  3516.     {
  3517.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3518.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3519.         return $this->privates['.console.command.secrets_list.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('secrets:list', [], 'List all secrets'false, function (): \Symfony\Bundle\FrameworkBundle\Command\SecretsListCommand {
  3520.             return ($this->privates['console.command.secrets_list'] ?? $this->getConsole_Command_SecretsListService());
  3521.         });
  3522.     }
  3523.     /**
  3524.      * Gets the private '.console.command.secrets_remove.lazy' shared service.
  3525.      *
  3526.      * @return \Symfony\Component\Console\Command\LazyCommand
  3527.      */
  3528.     protected function get_Console_Command_SecretsRemove_LazyService()
  3529.     {
  3530.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3531.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3532.         return $this->privates['.console.command.secrets_remove.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('secrets:remove', [], 'Remove a secret from the vault'false, function (): \Symfony\Bundle\FrameworkBundle\Command\SecretsRemoveCommand {
  3533.             return ($this->privates['console.command.secrets_remove'] ?? $this->getConsole_Command_SecretsRemoveService());
  3534.         });
  3535.     }
  3536.     /**
  3537.      * Gets the private '.console.command.secrets_set.lazy' shared service.
  3538.      *
  3539.      * @return \Symfony\Component\Console\Command\LazyCommand
  3540.      */
  3541.     protected function get_Console_Command_SecretsSet_LazyService()
  3542.     {
  3543.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3544.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3545.         return $this->privates['.console.command.secrets_set.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('secrets:set', [], 'Set a secret in the vault'false, function (): \Symfony\Bundle\FrameworkBundle\Command\SecretsSetCommand {
  3546.             return ($this->privates['console.command.secrets_set'] ?? $this->getConsole_Command_SecretsSetService());
  3547.         });
  3548.     }
  3549.     /**
  3550.      * Gets the private '.console.command.translation_debug.lazy' shared service.
  3551.      *
  3552.      * @return \Symfony\Component\Console\Command\LazyCommand
  3553.      */
  3554.     protected function get_Console_Command_TranslationDebug_LazyService()
  3555.     {
  3556.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3557.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3558.         return $this->privates['.console.command.translation_debug.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('debug:translation', [], 'Display translation messages information'false, function (): \Symfony\Bundle\FrameworkBundle\Command\TranslationDebugCommand {
  3559.             return ($this->privates['console.command.translation_debug'] ?? $this->getConsole_Command_TranslationDebugService());
  3560.         });
  3561.     }
  3562.     /**
  3563.      * Gets the private '.console.command.translation_extract.lazy' shared service.
  3564.      *
  3565.      * @return \Symfony\Component\Console\Command\LazyCommand
  3566.      */
  3567.     protected function get_Console_Command_TranslationExtract_LazyService()
  3568.     {
  3569.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3570.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3571.         return $this->privates['.console.command.translation_extract.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('translation:extract', [=> 'translation:update'], 'Extract missing translations keys from code to translation files.'false, function (): \Symfony\Bundle\FrameworkBundle\Command\TranslationUpdateCommand {
  3572.             return ($this->privates['console.command.translation_extract'] ?? $this->getConsole_Command_TranslationExtractService());
  3573.         });
  3574.     }
  3575.     /**
  3576.      * Gets the private '.console.command.translation_pull.lazy' shared service.
  3577.      *
  3578.      * @return \Symfony\Component\Console\Command\LazyCommand
  3579.      */
  3580.     protected function get_Console_Command_TranslationPull_LazyService()
  3581.     {
  3582.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3583.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3584.         return $this->privates['.console.command.translation_pull.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('translation:pull', [], 'Pull translations from a given provider.'false, function (): \Symfony\Component\Translation\Command\TranslationPullCommand {
  3585.             return ($this->privates['console.command.translation_pull'] ?? $this->getConsole_Command_TranslationPullService());
  3586.         });
  3587.     }
  3588.     /**
  3589.      * Gets the private '.console.command.translation_push.lazy' shared service.
  3590.      *
  3591.      * @return \Symfony\Component\Console\Command\LazyCommand
  3592.      */
  3593.     protected function get_Console_Command_TranslationPush_LazyService()
  3594.     {
  3595.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3596.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3597.         return $this->privates['.console.command.translation_push.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('translation:push', [], 'Push translations to a given provider.'false, function (): \Symfony\Component\Translation\Command\TranslationPushCommand {
  3598.             return ($this->privates['console.command.translation_push'] ?? $this->getConsole_Command_TranslationPushService());
  3599.         });
  3600.     }
  3601.     /**
  3602.      * Gets the private '.console.command.validator_debug.lazy' shared service.
  3603.      *
  3604.      * @return \Symfony\Component\Console\Command\LazyCommand
  3605.      */
  3606.     protected function get_Console_Command_ValidatorDebug_LazyService()
  3607.     {
  3608.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3609.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3610.         return $this->privates['.console.command.validator_debug.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('debug:validator', [], 'Display validation constraints for classes'false, function (): \Symfony\Component\Validator\Command\DebugCommand {
  3611.             return ($this->privates['console.command.validator_debug'] ?? $this->getConsole_Command_ValidatorDebugService());
  3612.         });
  3613.     }
  3614.     /**
  3615.      * Gets the private '.console.command.xliff_lint.lazy' shared service.
  3616.      *
  3617.      * @return \Symfony\Component\Console\Command\LazyCommand
  3618.      */
  3619.     protected function get_Console_Command_XliffLint_LazyService()
  3620.     {
  3621.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3622.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3623.         return $this->privates['.console.command.xliff_lint.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('lint:xliff', [], 'Lint an XLIFF file and outputs encountered errors'false, function (): \Symfony\Component\Translation\Command\XliffLintCommand {
  3624.             return ($this->privates['console.command.xliff_lint'] ?? $this->getConsole_Command_XliffLintService());
  3625.         });
  3626.     }
  3627.     /**
  3628.      * Gets the private '.console.command.yaml_lint.lazy' shared service.
  3629.      *
  3630.      * @return \Symfony\Component\Console\Command\LazyCommand
  3631.      */
  3632.     protected function get_Console_Command_YamlLint_LazyService()
  3633.     {
  3634.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3635.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3636.         return $this->privates['.console.command.yaml_lint.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('lint:yaml', [], 'Lint a YAML file and outputs encountered errors'false, function (): \Symfony\Bundle\FrameworkBundle\Command\YamlLintCommand {
  3637.             return ($this->privates['console.command.yaml_lint'] ?? $this->getConsole_Command_YamlLintService());
  3638.         });
  3639.     }
  3640.     /**
  3641.      * Gets the private '.debug.http_client' shared service.
  3642.      *
  3643.      * @return \Symfony\Component\HttpClient\TraceableHttpClient
  3644.      */
  3645.     protected function get_Debug_HttpClientService()
  3646.     {
  3647.         $a = \Symfony\Component\HttpClient\HttpClient::create([], 6);
  3648.         $b = new \Symfony\Bridge\Monolog\Logger('http_client');
  3649.         $b->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  3650.         $b->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  3651.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($b);
  3652.         $a->setLogger($b);
  3653.         return $this->privates['.debug.http_client'] = new \Symfony\Component\HttpClient\TraceableHttpClient($a, ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  3654.     }
  3655.     /**
  3656.      * Gets the private '.errored..service_locator.KfbR3DY.Symfony\Component\Config\Loader\LoaderInterface' shared service.
  3657.      *
  3658.      * @return \Symfony\Component\Config\Loader\LoaderInterface
  3659.      */
  3660.     protected function getLoaderInterfaceService()
  3661.     {
  3662.         $this->throw('Cannot autowire service ".service_locator.KfbR3DY": it references interface "Symfony\\Component\\Config\\Loader\\LoaderInterface" but no such service exists. You should maybe alias this interface to one of these existing services: "routing.loader.xml", "routing.loader.yml", "routing.loader.php", "routing.loader.glob", "routing.loader.directory", "routing.loader.container", "routing.loader", "routing.loader.annotation", "routing.loader.annotation.directory", "routing.loader.annotation.file", "sonata.admin.route_loader".');
  3663.     }
  3664.     /**
  3665.      * Gets the private '.errored..service_locator.KfwZsne.Symfony\Component\HttpFoundation\Response' shared service.
  3666.      *
  3667.      * @return \Symfony\Component\HttpFoundation\Response
  3668.      */
  3669.     protected function getResponseService()
  3670.     {
  3671.         $this->throw('Cannot autowire service ".service_locator.KfwZsne": it references class "Symfony\\Component\\HttpFoundation\\Response" but no such service exists.');
  3672.     }
  3673.     /**
  3674.      * Gets the private '.errored..service_locator.fMLZvpZ.Sonata\AdminBundle\Datagrid\ProxyQueryInterface' shared service.
  3675.      *
  3676.      * @return \Sonata\AdminBundle\Datagrid\ProxyQueryInterface
  3677.      */
  3678.     protected function getProxyQueryInterfaceService()
  3679.     {
  3680.         $this->throw('Cannot autowire service ".service_locator.fMLZvpZ": it references interface "Sonata\\AdminBundle\\Datagrid\\ProxyQueryInterface" but no such service exists. Did you create a class that implements this interface?');
  3681.     }
  3682.     /**
  3683.      * Gets the private '.maker.auto_command.make_auth.lazy' shared service.
  3684.      *
  3685.      * @return \Symfony\Component\Console\Command\LazyCommand
  3686.      */
  3687.     protected function get_Maker_AutoCommand_MakeAuth_LazyService()
  3688.     {
  3689.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3690.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3691.         return $this->privates['.maker.auto_command.make_auth.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:auth', [], 'Creates a Guard authenticator of different flavors'false, function (): \Symfony\Bundle\MakerBundle\Command\MakerCommand {
  3692.             return ($this->privates['maker.auto_command.make_auth'] ?? $this->getMaker_AutoCommand_MakeAuthService());
  3693.         });
  3694.     }
  3695.     /**
  3696.      * Gets the private '.maker.auto_command.make_command.lazy' shared service.
  3697.      *
  3698.      * @return \Symfony\Component\Console\Command\LazyCommand
  3699.      */
  3700.     protected function get_Maker_AutoCommand_MakeCommand_LazyService()
  3701.     {
  3702.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3703.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3704.         return $this->privates['.maker.auto_command.make_command.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:command', [], 'Creates a new console command class'false, function (): \Symfony\Bundle\MakerBundle\Command\MakerCommand {
  3705.             return ($this->privates['maker.auto_command.make_command'] ?? $this->getMaker_AutoCommand_MakeCommandService());
  3706.         });
  3707.     }
  3708.     /**
  3709.      * Gets the private '.maker.auto_command.make_controller.lazy' shared service.
  3710.      *
  3711.      * @return \Symfony\Component\Console\Command\LazyCommand
  3712.      */
  3713.     protected function get_Maker_AutoCommand_MakeController_LazyService()
  3714.     {
  3715.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3716.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3717.         return $this->privates['.maker.auto_command.make_controller.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:controller', [], 'Creates a new controller class'false, function (): \Symfony\Bundle\MakerBundle\Command\MakerCommand {
  3718.             return ($this->privates['maker.auto_command.make_controller'] ?? $this->getMaker_AutoCommand_MakeControllerService());
  3719.         });
  3720.     }
  3721.     /**
  3722.      * Gets the private '.maker.auto_command.make_crud.lazy' shared service.
  3723.      *
  3724.      * @return \Symfony\Component\Console\Command\LazyCommand
  3725.      */
  3726.     protected function get_Maker_AutoCommand_MakeCrud_LazyService()
  3727.     {
  3728.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3729.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3730.         return $this->privates['.maker.auto_command.make_crud.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:crud', [], 'Creates CRUD for Doctrine entity class'false, function (): \Symfony\Bundle\MakerBundle\Command\MakerCommand {
  3731.             return ($this->privates['maker.auto_command.make_crud'] ?? $this->getMaker_AutoCommand_MakeCrudService());
  3732.         });
  3733.     }
  3734.     /**
  3735.      * Gets the private '.maker.auto_command.make_docker_database.lazy' shared service.
  3736.      *
  3737.      * @return \Symfony\Component\Console\Command\LazyCommand
  3738.      */
  3739.     protected function get_Maker_AutoCommand_MakeDockerDatabase_LazyService()
  3740.     {
  3741.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3742.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3743.         return $this->privates['.maker.auto_command.make_docker_database.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:docker:database', [], 'Adds a database container to your docker-compose.yaml file'false, function (): \Symfony\Bundle\MakerBundle\Command\MakerCommand {
  3744.             return ($this->privates['maker.auto_command.make_docker_database'] ?? $this->getMaker_AutoCommand_MakeDockerDatabaseService());
  3745.         });
  3746.     }
  3747.     /**
  3748.      * Gets the private '.maker.auto_command.make_entity.lazy' shared service.
  3749.      *
  3750.      * @return \Symfony\Component\Console\Command\LazyCommand
  3751.      */
  3752.     protected function get_Maker_AutoCommand_MakeEntity_LazyService()
  3753.     {
  3754.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3755.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3756.         return $this->privates['.maker.auto_command.make_entity.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:entity', [], 'Creates or updates a Doctrine entity class, and optionally an API Platform resource'false, function (): \Symfony\Bundle\MakerBundle\Command\MakerCommand {
  3757.             return ($this->privates['maker.auto_command.make_entity'] ?? $this->getMaker_AutoCommand_MakeEntityService());
  3758.         });
  3759.     }
  3760.     /**
  3761.      * Gets the private '.maker.auto_command.make_fixtures.lazy' shared service.
  3762.      *
  3763.      * @return \Symfony\Component\Console\Command\LazyCommand
  3764.      */
  3765.     protected function get_Maker_AutoCommand_MakeFixtures_LazyService()
  3766.     {
  3767.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3768.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3769.         return $this->privates['.maker.auto_command.make_fixtures.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:fixtures', [], 'Creates a new class to load Doctrine fixtures'false, function (): \Symfony\Bundle\MakerBundle\Command\MakerCommand {
  3770.             return ($this->privates['maker.auto_command.make_fixtures'] ?? $this->getMaker_AutoCommand_MakeFixturesService());
  3771.         });
  3772.     }
  3773.     /**
  3774.      * Gets the private '.maker.auto_command.make_form.lazy' shared service.
  3775.      *
  3776.      * @return \Symfony\Component\Console\Command\LazyCommand
  3777.      */
  3778.     protected function get_Maker_AutoCommand_MakeForm_LazyService()
  3779.     {
  3780.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3781.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3782.         return $this->privates['.maker.auto_command.make_form.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:form', [], 'Creates a new form class'false, function (): \Symfony\Bundle\MakerBundle\Command\MakerCommand {
  3783.             return ($this->privates['maker.auto_command.make_form'] ?? $this->getMaker_AutoCommand_MakeFormService());
  3784.         });
  3785.     }
  3786.     /**
  3787.      * Gets the private '.maker.auto_command.make_message.lazy' shared service.
  3788.      *
  3789.      * @return \Symfony\Component\Console\Command\LazyCommand
  3790.      */
  3791.     protected function get_Maker_AutoCommand_MakeMessage_LazyService()
  3792.     {
  3793.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3794.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3795.         return $this->privates['.maker.auto_command.make_message.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:message', [], 'Creates a new message and handler'false, function (): \Symfony\Bundle\MakerBundle\Command\MakerCommand {
  3796.             return ($this->privates['maker.auto_command.make_message'] ?? $this->getMaker_AutoCommand_MakeMessageService());
  3797.         });
  3798.     }
  3799.     /**
  3800.      * Gets the private '.maker.auto_command.make_messenger_middleware.lazy' shared service.
  3801.      *
  3802.      * @return \Symfony\Component\Console\Command\LazyCommand
  3803.      */
  3804.     protected function get_Maker_AutoCommand_MakeMessengerMiddleware_LazyService()
  3805.     {
  3806.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3807.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3808.         return $this->privates['.maker.auto_command.make_messenger_middleware.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:messenger-middleware', [], 'Creates a new messenger middleware'false, function (): \Symfony\Bundle\MakerBundle\Command\MakerCommand {
  3809.             return ($this->privates['maker.auto_command.make_messenger_middleware'] ?? $this->getMaker_AutoCommand_MakeMessengerMiddlewareService());
  3810.         });
  3811.     }
  3812.     /**
  3813.      * Gets the private '.maker.auto_command.make_migration.lazy' shared service.
  3814.      *
  3815.      * @return \Symfony\Component\Console\Command\LazyCommand
  3816.      */
  3817.     protected function get_Maker_AutoCommand_MakeMigration_LazyService()
  3818.     {
  3819.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3820.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3821.         return $this->privates['.maker.auto_command.make_migration.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:migration', [], 'Creates a new migration based on database changes'false, function (): \Symfony\Bundle\MakerBundle\Command\MakerCommand {
  3822.             return ($this->privates['maker.auto_command.make_migration'] ?? $this->getMaker_AutoCommand_MakeMigrationService());
  3823.         });
  3824.     }
  3825.     /**
  3826.      * Gets the private '.maker.auto_command.make_registration_form.lazy' shared service.
  3827.      *
  3828.      * @return \Symfony\Component\Console\Command\LazyCommand
  3829.      */
  3830.     protected function get_Maker_AutoCommand_MakeRegistrationForm_LazyService()
  3831.     {
  3832.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3833.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3834.         return $this->privates['.maker.auto_command.make_registration_form.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:registration-form', [], 'Creates a new registration form system'false, function (): \Symfony\Bundle\MakerBundle\Command\MakerCommand {
  3835.             return ($this->privates['maker.auto_command.make_registration_form'] ?? $this->getMaker_AutoCommand_MakeRegistrationFormService());
  3836.         });
  3837.     }
  3838.     /**
  3839.      * Gets the private '.maker.auto_command.make_reset_password.lazy' shared service.
  3840.      *
  3841.      * @return \Symfony\Component\Console\Command\LazyCommand
  3842.      */
  3843.     protected function get_Maker_AutoCommand_MakeResetPassword_LazyService()
  3844.     {
  3845.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3846.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3847.         return $this->privates['.maker.auto_command.make_reset_password.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:reset-password', [], 'Create controller, entity, and repositories for use with symfonycasts/reset-password-bundle'false, function (): \Symfony\Bundle\MakerBundle\Command\MakerCommand {
  3848.             return ($this->privates['maker.auto_command.make_reset_password'] ?? $this->getMaker_AutoCommand_MakeResetPasswordService());
  3849.         });
  3850.     }
  3851.     /**
  3852.      * Gets the private '.maker.auto_command.make_serializer_encoder.lazy' shared service.
  3853.      *
  3854.      * @return \Symfony\Component\Console\Command\LazyCommand
  3855.      */
  3856.     protected function get_Maker_AutoCommand_MakeSerializerEncoder_LazyService()
  3857.     {
  3858.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3859.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3860.         return $this->privates['.maker.auto_command.make_serializer_encoder.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:serializer:encoder', [], 'Creates a new serializer encoder class'false, function (): \Symfony\Bundle\MakerBundle\Command\MakerCommand {
  3861.             return ($this->privates['maker.auto_command.make_serializer_encoder'] ?? $this->getMaker_AutoCommand_MakeSerializerEncoderService());
  3862.         });
  3863.     }
  3864.     /**
  3865.      * Gets the private '.maker.auto_command.make_serializer_normalizer.lazy' shared service.
  3866.      *
  3867.      * @return \Symfony\Component\Console\Command\LazyCommand
  3868.      */
  3869.     protected function get_Maker_AutoCommand_MakeSerializerNormalizer_LazyService()
  3870.     {
  3871.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3872.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3873.         return $this->privates['.maker.auto_command.make_serializer_normalizer.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:serializer:normalizer', [], 'Creates a new serializer normalizer class'false, function (): \Symfony\Bundle\MakerBundle\Command\MakerCommand {
  3874.             return ($this->privates['maker.auto_command.make_serializer_normalizer'] ?? $this->getMaker_AutoCommand_MakeSerializerNormalizerService());
  3875.         });
  3876.     }
  3877.     /**
  3878.      * Gets the private '.maker.auto_command.make_sonata_admin.lazy' shared service.
  3879.      *
  3880.      * @return \Symfony\Component\Console\Command\LazyCommand
  3881.      */
  3882.     protected function get_Maker_AutoCommand_MakeSonataAdmin_LazyService()
  3883.     {
  3884.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3885.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3886.         return $this->privates['.maker.auto_command.make_sonata_admin.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:sonata:admin', [], 'Generates an admin class based on the given model class'false, function (): \Symfony\Bundle\MakerBundle\Command\MakerCommand {
  3887.             return ($this->privates['maker.auto_command.make_sonata_admin'] ?? $this->getMaker_AutoCommand_MakeSonataAdminService());
  3888.         });
  3889.     }
  3890.     /**
  3891.      * Gets the private '.maker.auto_command.make_subscriber.lazy' shared service.
  3892.      *
  3893.      * @return \Symfony\Component\Console\Command\LazyCommand
  3894.      */
  3895.     protected function get_Maker_AutoCommand_MakeSubscriber_LazyService()
  3896.     {
  3897.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3898.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3899.         return $this->privates['.maker.auto_command.make_subscriber.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:subscriber', [], 'Creates a new event subscriber class'false, function (): \Symfony\Bundle\MakerBundle\Command\MakerCommand {
  3900.             return ($this->privates['maker.auto_command.make_subscriber'] ?? $this->getMaker_AutoCommand_MakeSubscriberService());
  3901.         });
  3902.     }
  3903.     /**
  3904.      * Gets the private '.maker.auto_command.make_test.lazy' shared service.
  3905.      *
  3906.      * @return \Symfony\Component\Console\Command\LazyCommand
  3907.      */
  3908.     protected function get_Maker_AutoCommand_MakeTest_LazyService()
  3909.     {
  3910.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3911.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3912.         return $this->privates['.maker.auto_command.make_test.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:test', [=> 'make:unit-test'=> 'make:functional-test'], 'Creates a new test class'false, function (): \Symfony\Bundle\MakerBundle\Command\MakerCommand {
  3913.             return ($this->privates['maker.auto_command.make_test'] ?? $this->getMaker_AutoCommand_MakeTestService());
  3914.         });
  3915.     }
  3916.     /**
  3917.      * Gets the private '.maker.auto_command.make_twig_extension.lazy' shared service.
  3918.      *
  3919.      * @return \Symfony\Component\Console\Command\LazyCommand
  3920.      */
  3921.     protected function get_Maker_AutoCommand_MakeTwigExtension_LazyService()
  3922.     {
  3923.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3924.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3925.         return $this->privates['.maker.auto_command.make_twig_extension.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:twig-extension', [], 'Creates a new Twig extension class'false, function (): \Symfony\Bundle\MakerBundle\Command\MakerCommand {
  3926.             return ($this->privates['maker.auto_command.make_twig_extension'] ?? $this->getMaker_AutoCommand_MakeTwigExtensionService());
  3927.         });
  3928.     }
  3929.     /**
  3930.      * Gets the private '.maker.auto_command.make_user.lazy' shared service.
  3931.      *
  3932.      * @return \Symfony\Component\Console\Command\LazyCommand
  3933.      */
  3934.     protected function get_Maker_AutoCommand_MakeUser_LazyService()
  3935.     {
  3936.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3937.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3938.         return $this->privates['.maker.auto_command.make_user.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:user', [], 'Creates a new security user class'false, function (): \Symfony\Bundle\MakerBundle\Command\MakerCommand {
  3939.             return ($this->privates['maker.auto_command.make_user'] ?? $this->getMaker_AutoCommand_MakeUserService());
  3940.         });
  3941.     }
  3942.     /**
  3943.      * Gets the private '.maker.auto_command.make_validator.lazy' shared service.
  3944.      *
  3945.      * @return \Symfony\Component\Console\Command\LazyCommand
  3946.      */
  3947.     protected function get_Maker_AutoCommand_MakeValidator_LazyService()
  3948.     {
  3949.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3950.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3951.         return $this->privates['.maker.auto_command.make_validator.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:validator', [], 'Creates a new validator and constraint class'false, function (): \Symfony\Bundle\MakerBundle\Command\MakerCommand {
  3952.             return ($this->privates['maker.auto_command.make_validator'] ?? $this->getMaker_AutoCommand_MakeValidatorService());
  3953.         });
  3954.     }
  3955.     /**
  3956.      * Gets the private '.maker.auto_command.make_voter.lazy' shared service.
  3957.      *
  3958.      * @return \Symfony\Component\Console\Command\LazyCommand
  3959.      */
  3960.     protected function get_Maker_AutoCommand_MakeVoter_LazyService()
  3961.     {
  3962.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3963.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3964.         return $this->privates['.maker.auto_command.make_voter.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:voter', [], 'Creates a new security voter class'false, function (): \Symfony\Bundle\MakerBundle\Command\MakerCommand {
  3965.             return ($this->privates['maker.auto_command.make_voter'] ?? $this->getMaker_AutoCommand_MakeVoterService());
  3966.         });
  3967.     }
  3968.     /**
  3969.      * Gets the private '.security.command.debug_firewall.lazy' shared service.
  3970.      *
  3971.      * @return \Symfony\Component\Console\Command\LazyCommand
  3972.      */
  3973.     protected function get_Security_Command_DebugFirewall_LazyService()
  3974.     {
  3975.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3976.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3977.         return $this->privates['.security.command.debug_firewall.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('debug:firewall', [], 'Display information about your security firewall(s)'false, function (): \Symfony\Bundle\SecurityBundle\Command\DebugFirewallCommand {
  3978.             return ($this->privates['security.command.debug_firewall'] ?? $this->getSecurity_Command_DebugFirewallService());
  3979.         });
  3980.     }
  3981.     /**
  3982.      * Gets the private '.security.command.user_password_encoder.lazy' shared service.
  3983.      *
  3984.      * @return \Symfony\Component\Console\Command\LazyCommand
  3985.      */
  3986.     protected function get_Security_Command_UserPasswordEncoder_LazyService()
  3987.     {
  3988.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3989.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3990.         return $this->privates['.security.command.user_password_encoder.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('security:encode-password', [], 'Encode a password'false, function (): \Symfony\Bundle\SecurityBundle\Command\UserPasswordEncoderCommand {
  3991.             return ($this->privates['security.command.user_password_encoder'] ?? $this->getSecurity_Command_UserPasswordEncoderService());
  3992.         });
  3993.     }
  3994.     /**
  3995.      * Gets the private '.security.command.user_password_hash.lazy' shared service.
  3996.      *
  3997.      * @return \Symfony\Component\Console\Command\LazyCommand
  3998.      */
  3999.     protected function get_Security_Command_UserPasswordHash_LazyService()
  4000.     {
  4001.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4002.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  4003.         return $this->privates['.security.command.user_password_hash.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('security:hash-password', [], 'Hash a user password'false, function (): \Symfony\Component\PasswordHasher\Command\UserPasswordHashCommand {
  4004.             return ($this->privates['security.command.user_password_hash'] ?? $this->getSecurity_Command_UserPasswordHashService());
  4005.         });
  4006.     }
  4007.     /**
  4008.      * Gets the private '.service_locator.Am7llR1' shared service.
  4009.      *
  4010.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  4011.      */
  4012.     protected function get_ServiceLocator_Am7llR1Service()
  4013.     {
  4014.         return $this->privates['.service_locator.Am7llR1'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4015.             'azureMarketplaceService' => ['privates''App\\Service\\AzureMarketplaceService''getAzureMarketplaceServiceService'false],
  4016.             'logger' => ['privates''monolog.logger''getMonolog_LoggerService'false],
  4017.         ], [
  4018.             'azureMarketplaceService' => 'App\\Service\\AzureMarketplaceService',
  4019.             'logger' => '?',
  4020.         ]);
  4021.     }
  4022.     /**
  4023.      * Gets the private '.service_locator.D4nGOut' shared service.
  4024.      *
  4025.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  4026.      */
  4027.     protected function get_ServiceLocator_D4nGOutService()
  4028.     {
  4029.         return $this->privates['.service_locator.D4nGOut'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4030.             'mailer' => ['privates''mailer.mailer''getMailer_MailerService'false],
  4031.             'translator' => ['services''translator''getTranslatorService'false],
  4032.         ], [
  4033.             'mailer' => '?',
  4034.             'translator' => '?',
  4035.         ]);
  4036.     }
  4037.     /**
  4038.      * Gets the private '.service_locator.Dmo5vAl' shared service.
  4039.      *
  4040.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  4041.      */
  4042.     protected function get_ServiceLocator_Dmo5vAlService()
  4043.     {
  4044.         return $this->privates['.service_locator.Dmo5vAl'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4045.             'doctrine' => ['services''doctrine''getDoctrineService'false],
  4046.             'form.factory' => ['services''.container.private.form.factory''get_Container_Private_Form_FactoryService'false],
  4047.             'http_kernel' => ['services''http_kernel''getHttpKernelService'false],
  4048.             'logger' => ['privates''monolog.logger''getMonolog_LoggerService'false],
  4049.             'parameter_bag' => ['privates''parameter_bag''getParameterBagService'false],
  4050.             'request_stack' => ['services''request_stack''getRequestStackService'false],
  4051.             'router' => ['services''router''getRouterService'false],
  4052.             'security.authorization_checker' => ['services''.container.private.security.authorization_checker''get_Container_Private_Security_AuthorizationCheckerService'false],
  4053.             'security.csrf.token_manager' => ['services''.container.private.security.csrf.token_manager''get_Container_Private_Security_Csrf_TokenManagerService'false],
  4054.             'security.token_storage' => ['services''.container.private.security.token_storage''get_Container_Private_Security_TokenStorageService'false],
  4055.             'serializer' => ['services''.container.private.serializer''get_Container_Private_SerializerService'false],
  4056.             'session' => ['privates''.session.deprecated''get_Session_DeprecatedService'false],
  4057.             'sonata.admin.admin_exporter' => ['privates''sonata.admin.admin_exporter''getSonata_Admin_AdminExporterService'false],
  4058.             'sonata.admin.audit.manager' => ['privates''sonata.admin.audit.manager''getSonata_Admin_Audit_ManagerService'false],
  4059.             'sonata.admin.object.manipulator.acl.admin' => ['privates''sonata.admin.object.manipulator.acl.admin''getSonata_Admin_Object_Manipulator_Acl_AdminService'false],
  4060.             'sonata.admin.pool' => ['privates''sonata.admin.pool''getSonata_Admin_PoolService'false],
  4061.             'sonata.admin.request.fetcher' => ['privates''sonata.admin.request.fetcher''getSonata_Admin_Request_FetcherService'false],
  4062.             'sonata.exporter.exporter' => ['services''sonata.exporter.exporter''getSonata_Exporter_ExporterService'false],
  4063.             'translator' => ['services''translator''getTranslatorService'false],
  4064.             'twig' => ['services''.container.private.twig''get_Container_Private_TwigService'false],
  4065.         ], [
  4066.             'doctrine' => '?',
  4067.             'form.factory' => '?',
  4068.             'http_kernel' => '?',
  4069.             'logger' => '?',
  4070.             'parameter_bag' => '?',
  4071.             'request_stack' => '?',
  4072.             'router' => '?',
  4073.             'security.authorization_checker' => '?',
  4074.             'security.csrf.token_manager' => '?',
  4075.             'security.token_storage' => '?',
  4076.             'serializer' => '?',
  4077.             'session' => '.session.deprecated',
  4078.             'sonata.admin.admin_exporter' => '?',
  4079.             'sonata.admin.audit.manager' => '?',
  4080.             'sonata.admin.object.manipulator.acl.admin' => '?',
  4081.             'sonata.admin.pool' => '?',
  4082.             'sonata.admin.request.fetcher' => '?',
  4083.             'sonata.exporter.exporter' => '?',
  4084.             'translator' => '?',
  4085.             'twig' => '?',
  4086.         ]);
  4087.     }
  4088.     /**
  4089.      * Gets the private '.service_locator.DrMWpUF' shared service.
  4090.      *
  4091.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  4092.      */
  4093.     protected function get_ServiceLocator_DrMWpUFService()
  4094.     {
  4095.         return $this->privates['.service_locator.DrMWpUF'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4096.             'SLAService' => ['privates''App\\Service\\SLAService''getSLAServiceService'false],
  4097.         ], [
  4098.             'SLAService' => 'App\\Service\\SLAService',
  4099.         ]);
  4100.     }
  4101.     /**
  4102.      * Gets the private '.service_locator.F0SowUK' shared service.
  4103.      *
  4104.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  4105.      */
  4106.     protected function get_ServiceLocator_F0SowUKService()
  4107.     {
  4108.         return $this->privates['.service_locator.F0SowUK'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4109.             'PDFService' => ['privates''App\\Service\\PDFService''getPDFServiceService'false],
  4110.             'translator' => ['services''translator''getTranslatorService'false],
  4111.         ], [
  4112.             'PDFService' => 'App\\Service\\PDFService',
  4113.             'translator' => '?',
  4114.         ]);
  4115.     }
  4116.     /**
  4117.      * Gets the private '.service_locator.FKcvKgZ' shared service.
  4118.      *
  4119.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  4120.      */
  4121.     protected function get_ServiceLocator_FKcvKgZService()
  4122.     {
  4123.         return $this->privates['.service_locator.FKcvKgZ'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4124.             'azureMarketplaceService' => ['privates''App\\Service\\AzureMarketplaceService''getAzureMarketplaceServiceService'false],
  4125.         ], [
  4126.             'azureMarketplaceService' => 'App\\Service\\AzureMarketplaceService',
  4127.         ]);
  4128.     }
  4129.     /**
  4130.      * Gets the private '.service_locator.GNc8e5B' shared service.
  4131.      *
  4132.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  4133.      */
  4134.     protected function get_ServiceLocator_GNc8e5BService()
  4135.     {
  4136.         return $this->privates['.service_locator.GNc8e5B'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4137.             'doctrine' => ['services''doctrine''getDoctrineService'false],
  4138.             'form.factory' => ['services''.container.private.form.factory''get_Container_Private_Form_FactoryService'false],
  4139.             'http_kernel' => ['services''http_kernel''getHttpKernelService'false],
  4140.             'parameter_bag' => ['privates''parameter_bag''getParameterBagService'false],
  4141.             'request_stack' => ['services''request_stack''getRequestStackService'false],
  4142.             'router' => ['services''router''getRouterService'false],
  4143.             'security.authorization_checker' => ['services''.container.private.security.authorization_checker''get_Container_Private_Security_AuthorizationCheckerService'false],
  4144.             'security.csrf.token_manager' => ['services''.container.private.security.csrf.token_manager''get_Container_Private_Security_Csrf_TokenManagerService'false],
  4145.             'security.token_storage' => ['services''.container.private.security.token_storage''get_Container_Private_Security_TokenStorageService'false],
  4146.             'serializer' => ['services''.container.private.serializer''get_Container_Private_SerializerService'false],
  4147.             'session' => ['privates''.session.deprecated''get_Session_DeprecatedService'false],
  4148.             'twig' => ['services''.container.private.twig''get_Container_Private_TwigService'false],
  4149.         ], [
  4150.             'doctrine' => '?',
  4151.             'form.factory' => '?',
  4152.             'http_kernel' => '?',
  4153.             'parameter_bag' => '?',
  4154.             'request_stack' => '?',
  4155.             'router' => '?',
  4156.             'security.authorization_checker' => '?',
  4157.             'security.csrf.token_manager' => '?',
  4158.             'security.token_storage' => '?',
  4159.             'serializer' => '?',
  4160.             'session' => '.session.deprecated',
  4161.             'twig' => '?',
  4162.         ]);
  4163.     }
  4164.     /**
  4165.      * Gets the private '.service_locator.IGf2HKY' shared service.
  4166.      *
  4167.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  4168.      */
  4169.     protected function get_ServiceLocator_IGf2HKYService()
  4170.     {
  4171.         return $this->privates['.service_locator.IGf2HKY'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4172.             'App\\Controller\\ApiController::AfterBuild' => ['privates''.service_locator.g6H.xPr''get_ServiceLocator_G6H_XPrService'false],
  4173.             'App\\Controller\\ApiController::AfterDbExport' => ['privates''.service_locator.g6H.xPr''get_ServiceLocator_G6H_XPrService'false],
  4174.             'App\\Controller\\ApiController::Aws' => ['privates''.service_locator.g6H.xPr''get_ServiceLocator_G6H_XPrService'false],
  4175.             'App\\Controller\\ApiController::ContainerRegistryAuthUpdate' => ['privates''.service_locator.g6H.xPr''get_ServiceLocator_G6H_XPrService'false],
  4176.             'App\\Controller\\ApiController::EnvironmentOptionUpdate' => ['privates''.service_locator.g6H.xPr''get_ServiceLocator_G6H_XPrService'false],
  4177.             'App\\Controller\\ApiController::GenerateSecretsYaml' => ['privates''.service_locator.g6H.xPr''get_ServiceLocator_G6H_XPrService'false],
  4178.             'App\\Controller\\ApiController::GitHook' => ['privates''.service_locator.g6H.xPr''get_ServiceLocator_G6H_XPrService'false],
  4179.             'App\\Controller\\ApiController::JobCreate' => ['privates''.service_locator.g6H.xPr''get_ServiceLocator_G6H_XPrService'false],
  4180.             'App\\Controller\\ApiController::JobProcess' => ['privates''.service_locator.g6H.xPr''get_ServiceLocator_G6H_XPrService'false],
  4181.             'App\\Controller\\ApiController::JobUpdate' => ['privates''.service_locator.g6H.xPr''get_ServiceLocator_G6H_XPrService'false],
  4182.             'App\\Controller\\ApiController::Lightwing' => ['privates''.service_locator.KQyZNFI''get_ServiceLocator_KQyZNFIService'false],
  4183.             'App\\Controller\\ApiController::SecretUpdate' => ['privates''.service_locator.g6H.xPr''get_ServiceLocator_G6H_XPrService'false],
  4184.             'App\\Controller\\AzureMarketplaceController::api' => ['privates''.service_locator.Am7llR1''get_ServiceLocator_Am7llR1Service'false],
  4185.             'App\\Controller\\AzureMarketplaceController::config' => ['privates''.service_locator.IztZH68''get_ServiceLocator_IztZH68Service'false],
  4186.             'App\\Controller\\AzureMarketplaceController::configSuccess' => ['privates''.service_locator.t8Ux6aA''get_ServiceLocator_T8Ux6aAService'false],
  4187.             'App\\Controller\\AzureMarketplaceController::listAction' => ['privates''.service_locator.FKcvKgZ''get_ServiceLocator_FKcvKgZService'false],
  4188.             'App\\Controller\\CHEQContractAdminController::batchActionDelete' => ['privates''.service_locator.fMLZvpZ''get_ServiceLocator_FMLZvpZService'false],
  4189.             'App\\Controller\\CHEQContractAdminController::generateCheqContractAction' => ['privates''.service_locator.F0SowUK''get_ServiceLocator_F0SowUKService'false],
  4190.             'App\\Controller\\CostExplorerAdminController::batchActionDelete' => ['privates''.service_locator.fMLZvpZ''get_ServiceLocator_FMLZvpZService'false],
  4191.             'App\\Controller\\EnvironmentAdminController::batchActionDelete' => ['privates''.service_locator.fMLZvpZ''get_ServiceLocator_FMLZvpZService'false],
  4192.             'App\\Controller\\EnvironmentAdminController::createBotdipUserAction' => ['privates''.service_locator.D4nGOut''get_ServiceLocator_D4nGOutService'false],
  4193.             'App\\Controller\\EnvironmentAdminController::createResourceproxyUserAction' => ['privates''.service_locator.g6H.xPr''get_ServiceLocator_G6H_XPrService'false],
  4194.             'App\\Controller\\FileAdminController::batchActionDelete' => ['privates''.service_locator.fMLZvpZ''get_ServiceLocator_FMLZvpZService'false],
  4195.             'App\\Controller\\IdpController::batchActionDelete' => ['privates''.service_locator.fMLZvpZ''get_ServiceLocator_FMLZvpZService'false],
  4196.             'App\\Controller\\JobAdminController::batchActionDelete' => ['privates''.service_locator.fMLZvpZ''get_ServiceLocator_FMLZvpZService'false],
  4197.             'App\\Controller\\MaintenanceController::batchActionDelete' => ['privates''.service_locator.fMLZvpZ''get_ServiceLocator_FMLZvpZService'false],
  4198.             'App\\Controller\\MaintenanceController::updateSLAAction' => ['privates''.service_locator.DrMWpUF''get_ServiceLocator_DrMWpUFService'false],
  4199.             'App\\Controller\\MassQueryController::batchActionDelete' => ['privates''.service_locator.fMLZvpZ''get_ServiceLocator_FMLZvpZService'false],
  4200.             'App\\Controller\\MobileAppController::batchActionDelete' => ['privates''.service_locator.fMLZvpZ''get_ServiceLocator_FMLZvpZService'false],
  4201.             'App\\Controller\\PDFController::document' => ['privates''.service_locator.F0SowUK''get_ServiceLocator_F0SowUKService'false],
  4202.             'App\\Controller\\PDFController::sla' => ['privates''.service_locator.w7wcrut''get_ServiceLocator_W7wcrutService'false],
  4203.             'App\\Controller\\ProjectAdminController::batchActionDelete' => ['privates''.service_locator.fMLZvpZ''get_ServiceLocator_FMLZvpZService'false],
  4204.             'App\\Controller\\RequirementsController::generate' => ['privates''.service_locator.w7wcrut''get_ServiceLocator_W7wcrutService'false],
  4205.             'App\\Controller\\SecretAdminController::batchActionDelete' => ['privates''.service_locator.fMLZvpZ''get_ServiceLocator_FMLZvpZService'false],
  4206.             'kernel::loadRoutes' => ['privates''.service_locator.KfbR3DY''get_ServiceLocator_KfbR3DYService'false],
  4207.             'kernel::registerContainerConfiguration' => ['privates''.service_locator.KfbR3DY''get_ServiceLocator_KfbR3DYService'false],
  4208.             'kernel::terminate' => ['privates''.service_locator.KfwZsne''get_ServiceLocator_KfwZsneService'false],
  4209.             'App\\Controller\\ApiController:AfterBuild' => ['privates''.service_locator.g6H.xPr''get_ServiceLocator_G6H_XPrService'false],
  4210.             'App\\Controller\\ApiController:AfterDbExport' => ['privates''.service_locator.g6H.xPr''get_ServiceLocator_G6H_XPrService'false],
  4211.             'App\\Controller\\ApiController:Aws' => ['privates''.service_locator.g6H.xPr''get_ServiceLocator_G6H_XPrService'false],
  4212.             'App\\Controller\\ApiController:ContainerRegistryAuthUpdate' => ['privates''.service_locator.g6H.xPr''get_ServiceLocator_G6H_XPrService'false],
  4213.             'App\\Controller\\ApiController:EnvironmentOptionUpdate' => ['privates''.service_locator.g6H.xPr''get_ServiceLocator_G6H_XPrService'false],
  4214.             'App\\Controller\\ApiController:GenerateSecretsYaml' => ['privates''.service_locator.g6H.xPr''get_ServiceLocator_G6H_XPrService'false],
  4215.             'App\\Controller\\ApiController:GitHook' => ['privates''.service_locator.g6H.xPr''get_ServiceLocator_G6H_XPrService'false],
  4216.             'App\\Controller\\ApiController:JobCreate' => ['privates''.service_locator.g6H.xPr''get_ServiceLocator_G6H_XPrService'false],
  4217.             'App\\Controller\\ApiController:JobProcess' => ['privates''.service_locator.g6H.xPr''get_ServiceLocator_G6H_XPrService'false],
  4218.             'App\\Controller\\ApiController:JobUpdate' => ['privates''.service_locator.g6H.xPr''get_ServiceLocator_G6H_XPrService'false],
  4219.             'App\\Controller\\ApiController:Lightwing' => ['privates''.service_locator.KQyZNFI''get_ServiceLocator_KQyZNFIService'false],
  4220.             'App\\Controller\\ApiController:SecretUpdate' => ['privates''.service_locator.g6H.xPr''get_ServiceLocator_G6H_XPrService'false],
  4221.             'App\\Controller\\AzureMarketplaceController:api' => ['privates''.service_locator.Am7llR1''get_ServiceLocator_Am7llR1Service'false],
  4222.             'App\\Controller\\AzureMarketplaceController:config' => ['privates''.service_locator.IztZH68''get_ServiceLocator_IztZH68Service'false],
  4223.             'App\\Controller\\AzureMarketplaceController:configSuccess' => ['privates''.service_locator.t8Ux6aA''get_ServiceLocator_T8Ux6aAService'false],
  4224.             'App\\Controller\\AzureMarketplaceController:listAction' => ['privates''.service_locator.FKcvKgZ''get_ServiceLocator_FKcvKgZService'false],
  4225.             'App\\Controller\\CHEQContractAdminController:batchActionDelete' => ['privates''.service_locator.fMLZvpZ''get_ServiceLocator_FMLZvpZService'false],
  4226.             'App\\Controller\\CHEQContractAdminController:generateCheqContractAction' => ['privates''.service_locator.F0SowUK''get_ServiceLocator_F0SowUKService'false],
  4227.             'App\\Controller\\CostExplorerAdminController:batchActionDelete' => ['privates''.service_locator.fMLZvpZ''get_ServiceLocator_FMLZvpZService'false],
  4228.             'App\\Controller\\EnvironmentAdminController:batchActionDelete' => ['privates''.service_locator.fMLZvpZ''get_ServiceLocator_FMLZvpZService'false],
  4229.             'App\\Controller\\EnvironmentAdminController:createBotdipUserAction' => ['privates''.service_locator.D4nGOut''get_ServiceLocator_D4nGOutService'false],
  4230.             'App\\Controller\\EnvironmentAdminController:createResourceproxyUserAction' => ['privates''.service_locator.g6H.xPr''get_ServiceLocator_G6H_XPrService'false],
  4231.             'App\\Controller\\FileAdminController:batchActionDelete' => ['privates''.service_locator.fMLZvpZ''get_ServiceLocator_FMLZvpZService'false],
  4232.             'App\\Controller\\IdpController:batchActionDelete' => ['privates''.service_locator.fMLZvpZ''get_ServiceLocator_FMLZvpZService'false],
  4233.             'App\\Controller\\JobAdminController:batchActionDelete' => ['privates''.service_locator.fMLZvpZ''get_ServiceLocator_FMLZvpZService'false],
  4234.             'App\\Controller\\MaintenanceController:batchActionDelete' => ['privates''.service_locator.fMLZvpZ''get_ServiceLocator_FMLZvpZService'false],
  4235.             'App\\Controller\\MaintenanceController:updateSLAAction' => ['privates''.service_locator.DrMWpUF''get_ServiceLocator_DrMWpUFService'false],
  4236.             'App\\Controller\\MassQueryController:batchActionDelete' => ['privates''.service_locator.fMLZvpZ''get_ServiceLocator_FMLZvpZService'false],
  4237.             'App\\Controller\\MobileAppController:batchActionDelete' => ['privates''.service_locator.fMLZvpZ''get_ServiceLocator_FMLZvpZService'false],
  4238.             'App\\Controller\\PDFController:document' => ['privates''.service_locator.F0SowUK''get_ServiceLocator_F0SowUKService'false],
  4239.             'App\\Controller\\PDFController:sla' => ['privates''.service_locator.w7wcrut''get_ServiceLocator_W7wcrutService'false],
  4240.             'App\\Controller\\ProjectAdminController:batchActionDelete' => ['privates''.service_locator.fMLZvpZ''get_ServiceLocator_FMLZvpZService'false],
  4241.             'App\\Controller\\RequirementsController:generate' => ['privates''.service_locator.w7wcrut''get_ServiceLocator_W7wcrutService'false],
  4242.             'App\\Controller\\SecretAdminController:batchActionDelete' => ['privates''.service_locator.fMLZvpZ''get_ServiceLocator_FMLZvpZService'false],
  4243.             'kernel:loadRoutes' => ['privates''.service_locator.KfbR3DY''get_ServiceLocator_KfbR3DYService'false],
  4244.             'kernel:registerContainerConfiguration' => ['privates''.service_locator.KfbR3DY''get_ServiceLocator_KfbR3DYService'false],
  4245.             'kernel:terminate' => ['privates''.service_locator.KfwZsne''get_ServiceLocator_KfwZsneService'false],
  4246.         ], [
  4247.             'App\\Controller\\ApiController::AfterBuild' => '?',
  4248.             'App\\Controller\\ApiController::AfterDbExport' => '?',
  4249.             'App\\Controller\\ApiController::Aws' => '?',
  4250.             'App\\Controller\\ApiController::ContainerRegistryAuthUpdate' => '?',
  4251.             'App\\Controller\\ApiController::EnvironmentOptionUpdate' => '?',
  4252.             'App\\Controller\\ApiController::GenerateSecretsYaml' => '?',
  4253.             'App\\Controller\\ApiController::GitHook' => '?',
  4254.             'App\\Controller\\ApiController::JobCreate' => '?',
  4255.             'App\\Controller\\ApiController::JobProcess' => '?',
  4256.             'App\\Controller\\ApiController::JobUpdate' => '?',
  4257.             'App\\Controller\\ApiController::Lightwing' => '?',
  4258.             'App\\Controller\\ApiController::SecretUpdate' => '?',
  4259.             'App\\Controller\\AzureMarketplaceController::api' => '?',
  4260.             'App\\Controller\\AzureMarketplaceController::config' => '?',
  4261.             'App\\Controller\\AzureMarketplaceController::configSuccess' => '?',
  4262.             'App\\Controller\\AzureMarketplaceController::listAction' => '?',
  4263.             'App\\Controller\\CHEQContractAdminController::batchActionDelete' => '?',
  4264.             'App\\Controller\\CHEQContractAdminController::generateCheqContractAction' => '?',
  4265.             'App\\Controller\\CostExplorerAdminController::batchActionDelete' => '?',
  4266.             'App\\Controller\\EnvironmentAdminController::batchActionDelete' => '?',
  4267.             'App\\Controller\\EnvironmentAdminController::createBotdipUserAction' => '?',
  4268.             'App\\Controller\\EnvironmentAdminController::createResourceproxyUserAction' => '?',
  4269.             'App\\Controller\\FileAdminController::batchActionDelete' => '?',
  4270.             'App\\Controller\\IdpController::batchActionDelete' => '?',
  4271.             'App\\Controller\\JobAdminController::batchActionDelete' => '?',
  4272.             'App\\Controller\\MaintenanceController::batchActionDelete' => '?',
  4273.             'App\\Controller\\MaintenanceController::updateSLAAction' => '?',
  4274.             'App\\Controller\\MassQueryController::batchActionDelete' => '?',
  4275.             'App\\Controller\\MobileAppController::batchActionDelete' => '?',
  4276.             'App\\Controller\\PDFController::document' => '?',
  4277.             'App\\Controller\\PDFController::sla' => '?',
  4278.             'App\\Controller\\ProjectAdminController::batchActionDelete' => '?',
  4279.             'App\\Controller\\RequirementsController::generate' => '?',
  4280.             'App\\Controller\\SecretAdminController::batchActionDelete' => '?',
  4281.             'kernel::loadRoutes' => '?',
  4282.             'kernel::registerContainerConfiguration' => '?',
  4283.             'kernel::terminate' => '?',
  4284.             'App\\Controller\\ApiController:AfterBuild' => '?',
  4285.             'App\\Controller\\ApiController:AfterDbExport' => '?',
  4286.             'App\\Controller\\ApiController:Aws' => '?',
  4287.             'App\\Controller\\ApiController:ContainerRegistryAuthUpdate' => '?',
  4288.             'App\\Controller\\ApiController:EnvironmentOptionUpdate' => '?',
  4289.             'App\\Controller\\ApiController:GenerateSecretsYaml' => '?',
  4290.             'App\\Controller\\ApiController:GitHook' => '?',
  4291.             'App\\Controller\\ApiController:JobCreate' => '?',
  4292.             'App\\Controller\\ApiController:JobProcess' => '?',
  4293.             'App\\Controller\\ApiController:JobUpdate' => '?',
  4294.             'App\\Controller\\ApiController:Lightwing' => '?',
  4295.             'App\\Controller\\ApiController:SecretUpdate' => '?',
  4296.             'App\\Controller\\AzureMarketplaceController:api' => '?',
  4297.             'App\\Controller\\AzureMarketplaceController:config' => '?',
  4298.             'App\\Controller\\AzureMarketplaceController:configSuccess' => '?',
  4299.             'App\\Controller\\AzureMarketplaceController:listAction' => '?',
  4300.             'App\\Controller\\CHEQContractAdminController:batchActionDelete' => '?',
  4301.             'App\\Controller\\CHEQContractAdminController:generateCheqContractAction' => '?',
  4302.             'App\\Controller\\CostExplorerAdminController:batchActionDelete' => '?',
  4303.             'App\\Controller\\EnvironmentAdminController:batchActionDelete' => '?',
  4304.             'App\\Controller\\EnvironmentAdminController:createBotdipUserAction' => '?',
  4305.             'App\\Controller\\EnvironmentAdminController:createResourceproxyUserAction' => '?',
  4306.             'App\\Controller\\FileAdminController:batchActionDelete' => '?',
  4307.             'App\\Controller\\IdpController:batchActionDelete' => '?',
  4308.             'App\\Controller\\JobAdminController:batchActionDelete' => '?',
  4309.             'App\\Controller\\MaintenanceController:batchActionDelete' => '?',
  4310.             'App\\Controller\\MaintenanceController:updateSLAAction' => '?',
  4311.             'App\\Controller\\MassQueryController:batchActionDelete' => '?',
  4312.             'App\\Controller\\MobileAppController:batchActionDelete' => '?',
  4313.             'App\\Controller\\PDFController:document' => '?',
  4314.             'App\\Controller\\PDFController:sla' => '?',
  4315.             'App\\Controller\\ProjectAdminController:batchActionDelete' => '?',
  4316.             'App\\Controller\\RequirementsController:generate' => '?',
  4317.             'App\\Controller\\SecretAdminController:batchActionDelete' => '?',
  4318.             'kernel:loadRoutes' => '?',
  4319.             'kernel:registerContainerConfiguration' => '?',
  4320.             'kernel:terminate' => '?',
  4321.         ]);
  4322.     }
  4323.     /**
  4324.      * Gets the private '.service_locator.IztZH68' shared service.
  4325.      *
  4326.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  4327.      */
  4328.     protected function get_ServiceLocator_IztZH68Service()
  4329.     {
  4330.         return $this->privates['.service_locator.IztZH68'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4331.             'azureMarketplaceService' => ['privates''App\\Service\\AzureMarketplaceService''getAzureMarketplaceServiceService'false],
  4332.             'projectService' => ['privates''App\\Service\\ProjectService''getProjectServiceService'false],
  4333.             'translator' => ['services''translator''getTranslatorService'false],
  4334.         ], [
  4335.             'azureMarketplaceService' => 'App\\Service\\AzureMarketplaceService',
  4336.             'projectService' => 'App\\Service\\ProjectService',
  4337.             'translator' => '?',
  4338.         ]);
  4339.     }
  4340.     /**
  4341.      * Gets the private '.service_locator.KQyZNFI' shared service.
  4342.      *
  4343.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  4344.      */
  4345.     protected function get_ServiceLocator_KQyZNFIService()
  4346.     {
  4347.         return $this->privates['.service_locator.KQyZNFI'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4348.             'kernel' => ['services''kernel''getKernelService'false],
  4349.             'logger' => ['privates''monolog.logger''getMonolog_LoggerService'false],
  4350.         ], [
  4351.             'kernel' => '?',
  4352.             'logger' => '?',
  4353.         ]);
  4354.     }
  4355.     /**
  4356.      * Gets the private '.service_locator.KfbR3DY' shared service.
  4357.      *
  4358.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  4359.      */
  4360.     protected function get_ServiceLocator_KfbR3DYService()
  4361.     {
  4362.         return $this->privates['.service_locator.KfbR3DY'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4363.             'loader' => ['privates''.errored..service_locator.KfbR3DY.Symfony\\Component\\Config\\Loader\\LoaderInterface'NULL'Cannot autowire service ".service_locator.KfbR3DY": it references interface "Symfony\\Component\\Config\\Loader\\LoaderInterface" but no such service exists. You should maybe alias this interface to one of these existing services: "routing.loader.xml", "routing.loader.yml", "routing.loader.php", "routing.loader.glob", "routing.loader.directory", "routing.loader.container", "routing.loader", "routing.loader.annotation", "routing.loader.annotation.directory", "routing.loader.annotation.file", "sonata.admin.route_loader".'],
  4364.         ], [
  4365.             'loader' => 'Symfony\\Component\\Config\\Loader\\LoaderInterface',
  4366.         ]);
  4367.     }
  4368.     /**
  4369.      * Gets the private '.service_locator.KfwZsne' shared service.
  4370.      *
  4371.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  4372.      */
  4373.     protected function get_ServiceLocator_KfwZsneService()
  4374.     {
  4375.         return $this->privates['.service_locator.KfwZsne'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4376.             'response' => ['privates''.errored..service_locator.KfwZsne.Symfony\\Component\\HttpFoundation\\Response'NULL'Cannot autowire service ".service_locator.KfwZsne": it references class "Symfony\\Component\\HttpFoundation\\Response" but no such service exists.'],
  4377.         ], [
  4378.             'response' => 'Symfony\\Component\\HttpFoundation\\Response',
  4379.         ]);
  4380.     }
  4381.     /**
  4382.      * Gets the private '.service_locator.TPUabtN' shared service.
  4383.      *
  4384.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  4385.      */
  4386.     protected function get_ServiceLocator_TPUabtNService()
  4387.     {
  4388.         return $this->privates['.service_locator.TPUabtN'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4389.             'security.firewall.map.context.azuremarketplace' => ['privates''security.firewall.map.context.azuremarketplace''getSecurity_Firewall_Map_Context_AzuremarketplaceService'false],
  4390.             'security.firewall.map.context.dev' => ['privates''security.firewall.map.context.dev''getSecurity_Firewall_Map_Context_DevService'false],
  4391.             'security.firewall.map.context.main' => ['privates''security.firewall.map.context.main''getSecurity_Firewall_Map_Context_MainService'false],
  4392.         ], [
  4393.             'security.firewall.map.context.azuremarketplace' => '?',
  4394.             'security.firewall.map.context.dev' => '?',
  4395.             'security.firewall.map.context.main' => '?',
  4396.         ]);
  4397.     }
  4398.     /**
  4399.      * Gets the private '.service_locator.cTVTE8l' shared service.
  4400.      *
  4401.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  4402.      */
  4403.     protected function get_ServiceLocator_CTVTE8lService()
  4404.     {
  4405.         return $this->privates['.service_locator.cTVTE8l'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4406.             'event_dispatcher' => ['services''event_dispatcher''getEventDispatcherService'false],
  4407.             'security.event_dispatcher.azuremarketplace' => ['privates''security.event_dispatcher.azuremarketplace''getSecurity_EventDispatcher_AzuremarketplaceService'false],
  4408.             'security.event_dispatcher.main' => ['privates''security.event_dispatcher.main''getSecurity_EventDispatcher_MainService'false],
  4409.         ], [
  4410.             'event_dispatcher' => '?',
  4411.             'security.event_dispatcher.azuremarketplace' => 'Symfony\\Component\\EventDispatcher\\EventDispatcher',
  4412.             'security.event_dispatcher.main' => 'Symfony\\Component\\EventDispatcher\\EventDispatcher',
  4413.         ]);
  4414.     }
  4415.     /**
  4416.      * Gets the private '.service_locator.fMLZvpZ' shared service.
  4417.      *
  4418.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  4419.      */
  4420.     protected function get_ServiceLocator_FMLZvpZService()
  4421.     {
  4422.         return $this->privates['.service_locator.fMLZvpZ'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4423.             'query' => ['privates''.errored..service_locator.fMLZvpZ.Sonata\\AdminBundle\\Datagrid\\ProxyQueryInterface'NULL'Cannot autowire service ".service_locator.fMLZvpZ": it references interface "Sonata\\AdminBundle\\Datagrid\\ProxyQueryInterface" but no such service exists. Did you create a class that implements this interface?'],
  4424.         ], [
  4425.             'query' => 'Sonata\\AdminBundle\\Datagrid\\ProxyQueryInterface',
  4426.         ]);
  4427.     }
  4428.     /**
  4429.      * Gets the private '.service_locator.g6H.xPr' shared service.
  4430.      *
  4431.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  4432.      */
  4433.     protected function get_ServiceLocator_G6H_XPrService()
  4434.     {
  4435.         return $this->privates['.service_locator.g6H.xPr'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4436.             'kernel' => ['services''kernel''getKernelService'false],
  4437.         ], [
  4438.             'kernel' => '?',
  4439.         ]);
  4440.     }
  4441.     /**
  4442.      * Gets the private '.service_locator.t8Ux6aA' shared service.
  4443.      *
  4444.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  4445.      */
  4446.     protected function get_ServiceLocator_T8Ux6aAService()
  4447.     {
  4448.         return $this->privates['.service_locator.t8Ux6aA'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4449.             'azureMarketplaceService' => ['privates''App\\Service\\AzureMarketplaceService''getAzureMarketplaceServiceService'false],
  4450.             'translator' => ['services''translator''getTranslatorService'false],
  4451.         ], [
  4452.             'azureMarketplaceService' => 'App\\Service\\AzureMarketplaceService',
  4453.             'translator' => '?',
  4454.         ]);
  4455.     }
  4456.     /**
  4457.      * Gets the private '.service_locator.w7wcrut' shared service.
  4458.      *
  4459.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  4460.      */
  4461.     protected function get_ServiceLocator_W7wcrutService()
  4462.     {
  4463.         return $this->privates['.service_locator.w7wcrut'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4464.             'PDFService' => ['privates''App\\Service\\PDFService''getPDFServiceService'false],
  4465.         ], [
  4466.             'PDFService' => 'App\\Service\\PDFService',
  4467.         ]);
  4468.     }
  4469.     /**
  4470.      * Gets the private '.session.deprecated' shared service.
  4471.      *
  4472.      * @return \Symfony\Component\HttpFoundation\Session\SessionInterface
  4473.      */
  4474.     protected function get_Session_DeprecatedService()
  4475.     {
  4476.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/SessionInterface.php';
  4477.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Session/DeprecatedSessionFactory.php';
  4478.         return $this->privates['.session.deprecated'] = (new \Symfony\Bundle\FrameworkBundle\Session\DeprecatedSessionFactory(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()))))->getSession();
  4479.     }
  4480.     /**
  4481.      * Gets the private '.twig.command.debug.lazy' shared service.
  4482.      *
  4483.      * @return \Symfony\Component\Console\Command\LazyCommand
  4484.      */
  4485.     protected function get_Twig_Command_Debug_LazyService()
  4486.     {
  4487.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4488.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  4489.         return $this->privates['.twig.command.debug.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('debug:twig', [], 'Show a list of twig functions, filters, globals and tests'false, function (): \Symfony\Bridge\Twig\Command\DebugCommand {
  4490.             return ($this->privates['twig.command.debug'] ?? $this->getTwig_Command_DebugService());
  4491.         });
  4492.     }
  4493.     /**
  4494.      * Gets the private '.twig.command.lint.lazy' shared service.
  4495.      *
  4496.      * @return \Symfony\Component\Console\Command\LazyCommand
  4497.      */
  4498.     protected function get_Twig_Command_Lint_LazyService()
  4499.     {
  4500.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4501.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  4502.         return $this->privates['.twig.command.lint.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('lint:twig', [], 'Lint a Twig template and outputs encountered errors'false, function (): \Symfony\Bundle\TwigBundle\Command\LintCommand {
  4503.             return ($this->privates['twig.command.lint'] ?? $this->getTwig_Command_LintService());
  4504.         });
  4505.     }
  4506.     /**
  4507.      * Gets the private 'App\Command\CreateResourceUser' shared autowired service.
  4508.      *
  4509.      * @return \App\Command\CreateResourceUser
  4510.      */
  4511.     protected function getCreateResourceUserService()
  4512.     {
  4513.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4514.         include_once \dirname(__DIR__4).'/src/Command/CreateResourceUser.php';
  4515.         include_once \dirname(__DIR__4).'/src/Service/EnvironmentService.php';
  4516.         $this->privates['App\\Command\\CreateResourceUser'] = $instance = new \App\Command\CreateResourceUser(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['App\\Service\\EnvironmentService'] ?? ($this->privates['App\\Service\\EnvironmentService'] = new \App\Service\EnvironmentService())), 'resource01.botoffice.net''resourceproxyadmin''MkdAR7YhzjdzaGDFdG6nrd48WQwPf1ZP');
  4517.         $instance->setName('tab:createresourceuser');
  4518.         return $instance;
  4519.     }
  4520.     /**
  4521.      * Gets the private 'App\Command\DeleteDeployTags' shared autowired service.
  4522.      *
  4523.      * @return \App\Command\DeleteDeployTags
  4524.      */
  4525.     protected function getDeleteDeployTagsService()
  4526.     {
  4527.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4528.         include_once \dirname(__DIR__4).'/src/Command/DeleteDeployTags.php';
  4529.         $this->privates['App\\Command\\DeleteDeployTags'] = $instance = new \App\Command\DeleteDeployTags(($this->privates['.debug.http_client'] ?? $this->get_Debug_HttpClientService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  4530.         $instance->setName('tab:deletedeploytags');
  4531.         return $instance;
  4532.     }
  4533.     /**
  4534.      * Gets the private 'App\Command\EnvironmentOptionUpdate' shared autowired service.
  4535.      *
  4536.      * @return \App\Command\EnvironmentOptionUpdate
  4537.      */
  4538.     protected function getEnvironmentOptionUpdateService()
  4539.     {
  4540.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4541.         include_once \dirname(__DIR__4).'/src/Command/EnvironmentOptionUpdate.php';
  4542.         $this->privates['App\\Command\\EnvironmentOptionUpdate'] = $instance = new \App\Command\EnvironmentOptionUpdate(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  4543.         $instance->setName('tab:environmentoptionupdate');
  4544.         return $instance;
  4545.     }
  4546.     /**
  4547.      * Gets the private 'App\Command\JobCreate' shared autowired service.
  4548.      *
  4549.      * @return \App\Command\JobCreate
  4550.      */
  4551.     protected function getJobCreateService()
  4552.     {
  4553.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4554.         include_once \dirname(__DIR__4).'/src/Command/JobCreate.php';
  4555.         $this->privates['App\\Command\\JobCreate'] = $instance = new \App\Command\JobCreate(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  4556.         $instance->setName('tab:jobcreate');
  4557.         return $instance;
  4558.     }
  4559.     /**
  4560.      * Gets the private 'App\Command\JobProcess' shared autowired service.
  4561.      *
  4562.      * @return \App\Command\JobProcess
  4563.      */
  4564.     protected function getJobProcessService()
  4565.     {
  4566.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4567.         include_once \dirname(__DIR__4).'/src/Command/JobProcess.php';
  4568.         $this->privates['App\\Command\\JobProcess'] = $instance = new \App\Command\JobProcess(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  4569.         $instance->setName('tab:jobprocess');
  4570.         return $instance;
  4571.     }
  4572.     /**
  4573.      * Gets the private 'App\Command\JobUpdate' shared autowired service.
  4574.      *
  4575.      * @return \App\Command\JobUpdate
  4576.      */
  4577.     protected function getJobUpdateService()
  4578.     {
  4579.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4580.         include_once \dirname(__DIR__4).'/src/Command/JobUpdate.php';
  4581.         $this->privates['App\\Command\\JobUpdate'] = $instance = new \App\Command\JobUpdate(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  4582.         $instance->setName('tab:jobupdate');
  4583.         return $instance;
  4584.     }
  4585.     /**
  4586.      * Gets the private 'App\Command\MaintenanceAnnouncement' shared autowired service.
  4587.      *
  4588.      * @return \App\Command\MaintenanceAnnouncement
  4589.      */
  4590.     protected function getMaintenanceAnnouncementService()
  4591.     {
  4592.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4593.         include_once \dirname(__DIR__4).'/src/Command/MaintenanceAnnouncement.php';
  4594.         $this->privates['App\\Command\\MaintenanceAnnouncement'] = $instance = new \App\Command\MaintenanceAnnouncement(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()), ($this->privates['mailer.mailer'] ?? $this->getMailer_MailerService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  4595.         $instance->setName('tab:maintenanceannouncement');
  4596.         return $instance;
  4597.     }
  4598.     /**
  4599.      * Gets the private 'App\Command\MigrateToKubernetes' shared autowired service.
  4600.      *
  4601.      * @return \App\Command\MigrateToKubernetes
  4602.      */
  4603.     protected function getMigrateToKubernetesService()
  4604.     {
  4605.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4606.         include_once \dirname(__DIR__4).'/src/Command/MigrateToKubernetes.php';
  4607.         $this->privates['App\\Command\\MigrateToKubernetes'] = $instance = new \App\Command\MigrateToKubernetes(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  4608.         $instance->setName('tab:migrateToKubernetes');
  4609.         return $instance;
  4610.     }
  4611.     /**
  4612.      * Gets the private 'App\Command\MigrateToSecrets' shared autowired service.
  4613.      *
  4614.      * @return \App\Command\MigrateToSecrets
  4615.      */
  4616.     protected function getMigrateToSecretsService()
  4617.     {
  4618.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4619.         include_once \dirname(__DIR__4).'/src/Command/MigrateToSecrets.php';
  4620.         include_once \dirname(__DIR__4).'/src/Service/EnvironmentService.php';
  4621.         $this->privates['App\\Command\\MigrateToSecrets'] = $instance = new \App\Command\MigrateToSecrets(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['App\\Service\\EnvironmentService'] ?? ($this->privates['App\\Service\\EnvironmentService'] = new \App\Service\EnvironmentService())));
  4622.         $instance->setName('tab:migrateToSecrets');
  4623.         return $instance;
  4624.     }
  4625.     /**
  4626.      * Gets the private 'App\Command\ParseRequirementsImages' shared autowired service.
  4627.      *
  4628.      * @return \App\Command\ParseRequirementsImages
  4629.      */
  4630.     protected function getParseRequirementsImagesService()
  4631.     {
  4632.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4633.         include_once \dirname(__DIR__4).'/src/Command/ParseRequirementsImages.php';
  4634.         include_once \dirname(__DIR__4).'/src/Service/EnvironmentService.php';
  4635.         $this->privates['App\\Command\\ParseRequirementsImages'] = $instance = new \App\Command\ParseRequirementsImages((\dirname(__DIR__4).'/templates'), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['App\\Service\\EnvironmentService'] ?? ($this->privates['App\\Service\\EnvironmentService'] = new \App\Service\EnvironmentService())));
  4636.         $instance->setName('tab:parseRequirementsImages');
  4637.         return $instance;
  4638.     }
  4639.     /**
  4640.      * Gets the private 'App\Command\RandomUpdate' shared autowired service.
  4641.      *
  4642.      * @return \App\Command\RandomUpdate
  4643.      */
  4644.     protected function getRandomUpdateService()
  4645.     {
  4646.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4647.         include_once \dirname(__DIR__4).'/src/Command/RandomUpdate.php';
  4648.         include_once \dirname(__DIR__4).'/src/Service/EnvironmentService.php';
  4649.         $this->privates['App\\Command\\RandomUpdate'] = $instance = new \App\Command\RandomUpdate(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['App\\Service\\EnvironmentService'] ?? ($this->privates['App\\Service\\EnvironmentService'] = new \App\Service\EnvironmentService())));
  4650.         $instance->setName('tab:randomUpdate');
  4651.         return $instance;
  4652.     }
  4653.     /**
  4654.      * Gets the private 'App\Command\ResetAutoStops' shared autowired service.
  4655.      *
  4656.      * @return \App\Command\ResetAutoStops
  4657.      */
  4658.     protected function getResetAutoStopsService()
  4659.     {
  4660.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4661.         include_once \dirname(__DIR__4).'/src/Command/ResetAutoStops.php';
  4662.         $this->privates['App\\Command\\ResetAutoStops'] = $instance = new \App\Command\ResetAutoStops(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  4663.         $instance->setName('tab:resetautostops');
  4664.         return $instance;
  4665.     }
  4666.     /**
  4667.      * Gets the private 'App\Command\ResetDebugModes' shared autowired service.
  4668.      *
  4669.      * @return \App\Command\ResetDebugModes
  4670.      */
  4671.     protected function getResetDebugModesService()
  4672.     {
  4673.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4674.         include_once \dirname(__DIR__4).'/src/Command/ResetDebugModes.php';
  4675.         $this->privates['App\\Command\\ResetDebugModes'] = $instance = new \App\Command\ResetDebugModes(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  4676.         $instance->setName('tab:resetdebugmodes');
  4677.         return $instance;
  4678.     }
  4679.     /**
  4680.      * Gets the private 'App\Command\SLABreach' shared autowired service.
  4681.      *
  4682.      * @return \App\Command\SLABreach
  4683.      */
  4684.     protected function getSLABreachService()
  4685.     {
  4686.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4687.         include_once \dirname(__DIR__4).'/src/Command/SLABreach.php';
  4688.         $this->privates['App\\Command\\SLABreach'] = $instance = new \App\Command\SLABreach(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()), ($this->privates['mailer.mailer'] ?? $this->getMailer_MailerService()), ($this->privates['App\\Service\\MonitoringService'] ?? $this->getMonitoringServiceService()), ($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))), ($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService()));
  4689.         $instance->setName('tab:slabreach');
  4690.         return $instance;
  4691.     }
  4692.     /**
  4693.      * Gets the private 'App\Command\SecretUpdate' shared autowired service.
  4694.      *
  4695.      * @return \App\Command\SecretUpdate
  4696.      */
  4697.     protected function getSecretUpdateService()
  4698.     {
  4699.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4700.         include_once \dirname(__DIR__4).'/src/Command/SecretUpdate.php';
  4701.         $this->privates['App\\Command\\SecretUpdate'] = $instance = new \App\Command\SecretUpdate(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  4702.         $instance->setName('tab:secretUpdate');
  4703.         return $instance;
  4704.     }
  4705.     /**
  4706.      * Gets the private 'App\Command\StopAllBots' shared autowired service.
  4707.      *
  4708.      * @return \App\Command\StopAllBots
  4709.      */
  4710.     protected function getStopAllBotsService()
  4711.     {
  4712.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4713.         include_once \dirname(__DIR__4).'/src/Command/StopAllBots.php';
  4714.         $this->privates['App\\Command\\StopAllBots'] = $instance = new \App\Command\StopAllBots(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  4715.         $instance->setName('tab:stopallbots');
  4716.         return $instance;
  4717.     }
  4718.     /**
  4719.      * Gets the private 'App\Command\UpdateContainerRegistryAuth' shared autowired service.
  4720.      *
  4721.      * @return \App\Command\UpdateContainerRegistryAuth
  4722.      */
  4723.     protected function getUpdateContainerRegistryAuthService()
  4724.     {
  4725.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4726.         include_once \dirname(__DIR__4).'/src/Command/UpdateContainerRegistryAuth.php';
  4727.         $this->privates['App\\Command\\UpdateContainerRegistryAuth'] = $instance = new \App\Command\UpdateContainerRegistryAuth(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  4728.         $instance->setName('tab:updatecontainerregistryauth');
  4729.         return $instance;
  4730.     }
  4731.     /**
  4732.      * Gets the private 'App\Command\UpdateDbImpExp' shared autowired service.
  4733.      *
  4734.      * @return \App\Command\UpdateDbImpExp
  4735.      */
  4736.     protected function getUpdateDbImpExpService()
  4737.     {
  4738.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4739.         include_once \dirname(__DIR__4).'/src/Command/UpdateDbImpExp.php';
  4740.         $this->privates['App\\Command\\UpdateDbImpExp'] = $instance = new \App\Command\UpdateDbImpExp(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  4741.         $instance->setName('tab:updatedbimpexp');
  4742.         return $instance;
  4743.     }
  4744.     /**
  4745.      * Gets the private 'App\Command\UpdateDeployTags' shared autowired service.
  4746.      *
  4747.      * @return \App\Command\UpdateDeployTags
  4748.      */
  4749.     protected function getUpdateDeployTagsService()
  4750.     {
  4751.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4752.         include_once \dirname(__DIR__4).'/src/Command/UpdateDeployTags.php';
  4753.         $this->privates['App\\Command\\UpdateDeployTags'] = $instance = new \App\Command\UpdateDeployTags(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  4754.         $instance->setName('tab:updatedeploytags');
  4755.         return $instance;
  4756.     }
  4757.     /**
  4758.      * Gets the private 'App\EventListener\EnvironmentListener' shared autowired service.
  4759.      *
  4760.      * @return \App\EventListener\EnvironmentListener
  4761.      */
  4762.     protected function getEnvironmentListenerService()
  4763.     {
  4764.         include_once \dirname(__DIR__4).'/src/EventListener/EnvironmentListener.php';
  4765.         return $this->privates['App\\EventListener\\EnvironmentListener'] = new \App\EventListener\EnvironmentListener($this);
  4766.     }
  4767.     /**
  4768.      * Gets the private 'App\EventListener\FileListener' shared autowired service.
  4769.      *
  4770.      * @return \App\EventListener\FileListener
  4771.      */
  4772.     protected function getFileListenerService()
  4773.     {
  4774.         include_once \dirname(__DIR__4).'/src/EventListener/FileListener.php';
  4775.         include_once \dirname(__DIR__4).'/src/Service/SLAService.php';
  4776.         return $this->privates['App\\EventListener\\FileListener'] = new \App\EventListener\FileListener($this, ($this->privates['App\\Service\\SLAService'] ?? ($this->privates['App\\Service\\SLAService'] = new \App\Service\SLAService((\dirname(__DIR__4).'/templates')))));
  4777.     }
  4778.     /**
  4779.      * Gets the private 'App\EventListener\JobListener' shared autowired service.
  4780.      *
  4781.      * @return \App\EventListener\JobListener
  4782.      */
  4783.     protected function getJobListenerService()
  4784.     {
  4785.         include_once \dirname(__DIR__4).'/src/EventListener/JobListener.php';
  4786.         return $this->privates['App\\EventListener\\JobListener'] = new \App\EventListener\JobListener($this, ($this->privates['App\\Service\\JobService'] ?? $this->getJobServiceService()));
  4787.     }
  4788.     /**
  4789.      * Gets the private 'App\EventListener\SLAListener' shared autowired service.
  4790.      *
  4791.      * @return \App\EventListener\SLAListener
  4792.      */
  4793.     protected function getSLAListenerService()
  4794.     {
  4795.         include_once \dirname(__DIR__4).'/src/EventListener/SLAListener.php';
  4796.         include_once \dirname(__DIR__4).'/src/Service/SLAService.php';
  4797.         return $this->privates['App\\EventListener\\SLAListener'] = new \App\EventListener\SLAListener($this, ($this->privates['App\\Service\\SLAService'] ?? ($this->privates['App\\Service\\SLAService'] = new \App\Service\SLAService((\dirname(__DIR__4).'/templates')))));
  4798.     }
  4799.     /**
  4800.      * Gets the private 'App\Form\DbImpExpType' shared autowired service.
  4801.      *
  4802.      * @return \App\Form\DbImpExpType
  4803.      */
  4804.     protected function getDbImpExpTypeService()
  4805.     {
  4806.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  4807.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  4808.         include_once \dirname(__DIR__4).'/src/Form/DbImpExpType.php';
  4809.         return $this->privates['App\\Form\\DbImpExpType'] = new \App\Form\DbImpExpType();
  4810.     }
  4811.     /**
  4812.      * Gets the private 'App\Form\DeployTagType' shared autowired service.
  4813.      *
  4814.      * @return \App\Form\DeployTagType
  4815.      */
  4816.     protected function getDeployTagTypeService()
  4817.     {
  4818.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  4819.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  4820.         include_once \dirname(__DIR__4).'/src/Form/DeployTagType.php';
  4821.         return $this->privates['App\\Form\\DeployTagType'] = new \App\Form\DeployTagType();
  4822.     }
  4823.     /**
  4824.      * Gets the private 'App\Form\EnvironmentMonitorType' shared autowired service.
  4825.      *
  4826.      * @return \App\Form\EnvironmentMonitorType
  4827.      */
  4828.     protected function getEnvironmentMonitorTypeService()
  4829.     {
  4830.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  4831.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  4832.         include_once \dirname(__DIR__4).'/src/Form/EnvironmentMonitorType.php';
  4833.         return $this->privates['App\\Form\\EnvironmentMonitorType'] = new \App\Form\EnvironmentMonitorType();
  4834.     }
  4835.     /**
  4836.      * Gets the private 'App\Form\EnvironmentOptionType' shared autowired service.
  4837.      *
  4838.      * @return \App\Form\EnvironmentOptionType
  4839.      */
  4840.     protected function getEnvironmentOptionTypeService()
  4841.     {
  4842.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  4843.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  4844.         include_once \dirname(__DIR__4).'/src/Form/EnvironmentOptionType.php';
  4845.         return $this->privates['App\\Form\\EnvironmentOptionType'] = new \App\Form\EnvironmentOptionType();
  4846.     }
  4847.     /**
  4848.      * Gets the private 'App\Form\RepoType' shared autowired service.
  4849.      *
  4850.      * @return \App\Form\RepoType
  4851.      */
  4852.     protected function getRepoTypeService()
  4853.     {
  4854.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  4855.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  4856.         include_once \dirname(__DIR__4).'/src/Form/RepoType.php';
  4857.         return $this->privates['App\\Form\\RepoType'] = new \App\Form\RepoType();
  4858.     }
  4859.     /**
  4860.      * Gets the private 'App\Form\Type\DatalistType' shared autowired service.
  4861.      *
  4862.      * @return \App\Form\Type\DatalistType
  4863.      */
  4864.     protected function getDatalistTypeService()
  4865.     {
  4866.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  4867.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  4868.         include_once \dirname(__DIR__4).'/src/Form/Type/DatalistType.php';
  4869.         return $this->privates['App\\Form\\Type\\DatalistType'] = new \App\Form\Type\DatalistType();
  4870.     }
  4871.     /**
  4872.      * Gets the private 'App\Repository\ApiUsersRepository' shared autowired service.
  4873.      *
  4874.      * @return \App\Repository\ApiUsersRepository
  4875.      */
  4876.     protected function getApiUsersRepositoryService()
  4877.     {
  4878.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectRepository.php';
  4879.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  4880.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  4881.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  4882.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  4883.         include_once \dirname(__DIR__4).'/src/Repository/ApiUsersRepository.php';
  4884.         return $this->privates['App\\Repository\\ApiUsersRepository'] = new \App\Repository\ApiUsersRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  4885.     }
  4886.     /**
  4887.      * Gets the private 'App\Repository\AzureMarketplaceRepository' shared autowired service.
  4888.      *
  4889.      * @return \App\Repository\AzureMarketplaceRepository
  4890.      */
  4891.     protected function getAzureMarketplaceRepositoryService()
  4892.     {
  4893.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectRepository.php';
  4894.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  4895.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  4896.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  4897.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  4898.         include_once \dirname(__DIR__4).'/src/Repository/AzureMarketplaceRepository.php';
  4899.         return $this->privates['App\\Repository\\AzureMarketplaceRepository'] = new \App\Repository\AzureMarketplaceRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  4900.     }
  4901.     /**
  4902.      * Gets the private 'App\Repository\AzureOauthUserRepository' shared autowired service.
  4903.      *
  4904.      * @return \App\Repository\AzureOauthUserRepository
  4905.      */
  4906.     protected function getAzureOauthUserRepositoryService()
  4907.     {
  4908.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectRepository.php';
  4909.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  4910.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  4911.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  4912.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  4913.         include_once \dirname(__DIR__4).'/src/Repository/AzureOauthUserRepository.php';
  4914.         return $this->privates['App\\Repository\\AzureOauthUserRepository'] = new \App\Repository\AzureOauthUserRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  4915.     }
  4916.     /**
  4917.      * Gets the private 'App\Repository\CHEQContractRepository' shared autowired service.
  4918.      *
  4919.      * @return \App\Repository\CHEQContractRepository
  4920.      */
  4921.     protected function getCHEQContractRepositoryService()
  4922.     {
  4923.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectRepository.php';
  4924.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  4925.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  4926.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  4927.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  4928.         include_once \dirname(__DIR__4).'/src/Repository/CHEQContractRepository.php';
  4929.         return $this->privates['App\\Repository\\CHEQContractRepository'] = new \App\Repository\CHEQContractRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  4930.     }
  4931.     /**
  4932.      * Gets the private 'App\Repository\ConfigGroupRepository' shared autowired service.
  4933.      *
  4934.      * @return \App\Repository\ConfigGroupRepository
  4935.      */
  4936.     protected function getConfigGroupRepositoryService()
  4937.     {
  4938.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectRepository.php';
  4939.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  4940.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  4941.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  4942.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  4943.         include_once \dirname(__DIR__4).'/src/Repository/ConfigGroupRepository.php';
  4944.         return $this->privates['App\\Repository\\ConfigGroupRepository'] = new \App\Repository\ConfigGroupRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  4945.     }
  4946.     /**
  4947.      * Gets the private 'App\Repository\ConfigRepository' shared autowired service.
  4948.      *
  4949.      * @return \App\Repository\ConfigRepository
  4950.      */
  4951.     protected function getConfigRepositoryService()
  4952.     {
  4953.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectRepository.php';
  4954.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  4955.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  4956.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  4957.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  4958.         include_once \dirname(__DIR__4).'/src/Repository/ConfigRepository.php';
  4959.         return $this->privates['App\\Repository\\ConfigRepository'] = new \App\Repository\ConfigRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  4960.     }
  4961.     /**
  4962.      * Gets the private 'App\Repository\DbImpExpRepository' shared autowired service.
  4963.      *
  4964.      * @return \App\Repository\DbImpExpRepository
  4965.      */
  4966.     protected function getDbImpExpRepositoryService()
  4967.     {
  4968.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectRepository.php';
  4969.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  4970.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  4971.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  4972.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  4973.         include_once \dirname(__DIR__4).'/src/Repository/DbImpExpRepository.php';
  4974.         return $this->privates['App\\Repository\\DbImpExpRepository'] = new \App\Repository\DbImpExpRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  4975.     }
  4976.     /**
  4977.      * Gets the private 'App\Repository\DeployTagRepository' shared autowired service.
  4978.      *
  4979.      * @return \App\Repository\DeployTagRepository
  4980.      */
  4981.     protected function getDeployTagRepositoryService()
  4982.     {
  4983.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectRepository.php';
  4984.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  4985.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  4986.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  4987.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  4988.         include_once \dirname(__DIR__4).'/src/Repository/DeployTagRepository.php';
  4989.         return $this->privates['App\\Repository\\DeployTagRepository'] = new \App\Repository\DeployTagRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  4990.     }
  4991.     /**
  4992.      * Gets the private 'App\Repository\EnvironmentMonitorRepository' shared autowired service.
  4993.      *
  4994.      * @return \App\Repository\EnvironmentMonitorRepository
  4995.      */
  4996.     protected function getEnvironmentMonitorRepositoryService()
  4997.     {
  4998.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectRepository.php';
  4999.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  5000.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  5001.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  5002.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  5003.         include_once \dirname(__DIR__4).'/src/Repository/EnvironmentMonitorRepository.php';
  5004.         return $this->privates['App\\Repository\\EnvironmentMonitorRepository'] = new \App\Repository\EnvironmentMonitorRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  5005.     }
  5006.     /**
  5007.      * Gets the private 'App\Repository\EnvironmentOptionRepository' shared autowired service.
  5008.      *
  5009.      * @return \App\Repository\EnvironmentOptionRepository
  5010.      */
  5011.     protected function getEnvironmentOptionRepositoryService()
  5012.     {
  5013.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectRepository.php';
  5014.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  5015.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  5016.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  5017.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  5018.         include_once \dirname(__DIR__4).'/src/Repository/EnvironmentOptionRepository.php';
  5019.         return $this->privates['App\\Repository\\EnvironmentOptionRepository'] = new \App\Repository\EnvironmentOptionRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  5020.     }
  5021.     /**
  5022.      * Gets the private 'App\Repository\EnvironmentRepository' shared autowired service.
  5023.      *
  5024.      * @return \App\Repository\EnvironmentRepository
  5025.      */
  5026.     protected function getEnvironmentRepositoryService()
  5027.     {
  5028.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectRepository.php';
  5029.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  5030.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  5031.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  5032.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  5033.         include_once \dirname(__DIR__4).'/src/Repository/EnvironmentRepository.php';
  5034.         return $this->privates['App\\Repository\\EnvironmentRepository'] = new \App\Repository\EnvironmentRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  5035.     }
  5036.     /**
  5037.      * Gets the private 'App\Repository\EnvironmentTypeRepository' shared autowired service.
  5038.      *
  5039.      * @return \App\Repository\EnvironmentTypeRepository
  5040.      */
  5041.     protected function getEnvironmentTypeRepositoryService()
  5042.     {
  5043.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectRepository.php';
  5044.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  5045.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  5046.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  5047.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  5048.         include_once \dirname(__DIR__4).'/src/Repository/EnvironmentTypeRepository.php';
  5049.         return $this->privates['App\\Repository\\EnvironmentTypeRepository'] = new \App\Repository\EnvironmentTypeRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  5050.     }
  5051.     /**
  5052.      * Gets the private 'App\Repository\FileRepository' shared autowired service.
  5053.      *
  5054.      * @return \App\Repository\FileRepository
  5055.      */
  5056.     protected function getFileRepositoryService()
  5057.     {
  5058.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectRepository.php';
  5059.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  5060.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  5061.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  5062.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  5063.         include_once \dirname(__DIR__4).'/src/Repository/FileRepository.php';
  5064.         return $this->privates['App\\Repository\\FileRepository'] = new \App\Repository\FileRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  5065.     }
  5066.     /**
  5067.      * Gets the private 'App\Repository\IOSCodeRepository' shared autowired service.
  5068.      *
  5069.      * @return \App\Repository\IOSCodeRepository
  5070.      */
  5071.     protected function getIOSCodeRepositoryService()
  5072.     {
  5073.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectRepository.php';
  5074.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  5075.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  5076.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  5077.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  5078.         include_once \dirname(__DIR__4).'/src/Repository/IOSCodeRepository.php';
  5079.         return $this->privates['App\\Repository\\IOSCodeRepository'] = new \App\Repository\IOSCodeRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  5080.     }
  5081.     /**
  5082.      * Gets the private 'App\Repository\IdEntryRepository' shared autowired service.
  5083.      *
  5084.      * @return \App\Repository\IdEntryRepository
  5085.      */
  5086.     protected function getIdEntryRepositoryService()
  5087.     {
  5088.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectRepository.php';
  5089.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  5090.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  5091.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  5092.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  5093.         include_once \dirname(__DIR__4).'/src/Repository/IdEntryRepository.php';
  5094.         return $this->privates['App\\Repository\\IdEntryRepository'] = new \App\Repository\IdEntryRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  5095.     }
  5096.     /**
  5097.      * Gets the private 'App\Repository\JobRepository' shared autowired service.
  5098.      *
  5099.      * @return \App\Repository\JobRepository
  5100.      */
  5101.     protected function getJobRepositoryService()
  5102.     {
  5103.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectRepository.php';
  5104.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  5105.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  5106.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  5107.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  5108.         include_once \dirname(__DIR__4).'/src/Repository/JobRepository.php';
  5109.         return $this->privates['App\\Repository\\JobRepository'] = new \App\Repository\JobRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  5110.     }
  5111.     /**
  5112.      * Gets the private 'App\Repository\ProjectRepository' shared autowired service.
  5113.      *
  5114.      * @return \App\Repository\ProjectRepository
  5115.      */
  5116.     protected function getProjectRepositoryService()
  5117.     {
  5118.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectRepository.php';
  5119.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  5120.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  5121.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  5122.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  5123.         include_once \dirname(__DIR__4).'/src/Repository/ProjectRepository.php';
  5124.         return $this->privates['App\\Repository\\ProjectRepository'] = new \App\Repository\ProjectRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  5125.     }
  5126.     /**
  5127.      * Gets the private 'App\Repository\RepoRepository' shared autowired service.
  5128.      *
  5129.      * @return \App\Repository\RepoRepository
  5130.      */
  5131.     protected function getRepoRepositoryService()
  5132.     {
  5133.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectRepository.php';
  5134.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  5135.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  5136.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  5137.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  5138.         include_once \dirname(__DIR__4).'/src/Repository/RepoRepository.php';
  5139.         return $this->privates['App\\Repository\\RepoRepository'] = new \App\Repository\RepoRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  5140.     }
  5141.     /**
  5142.      * Gets the private 'App\Repository\SLAChangeRepository' shared autowired service.
  5143.      *
  5144.      * @return \App\Repository\SLAChangeRepository
  5145.      */
  5146.     protected function getSLAChangeRepositoryService()
  5147.     {
  5148.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectRepository.php';
  5149.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  5150.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  5151.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  5152.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  5153.         include_once \dirname(__DIR__4).'/src/Repository/SLAChangeRepository.php';
  5154.         return $this->privates['App\\Repository\\SLAChangeRepository'] = new \App\Repository\SLAChangeRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  5155.     }
  5156.     /**
  5157.      * Gets the private 'App\Repository\SecretRepository' shared autowired service.
  5158.      *
  5159.      * @return \App\Repository\SecretRepository
  5160.      */
  5161.     protected function getSecretRepositoryService()
  5162.     {
  5163.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectRepository.php';
  5164.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  5165.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  5166.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  5167.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  5168.         include_once \dirname(__DIR__4).'/src/Repository/SecretRepository.php';
  5169.         return $this->privates['App\\Repository\\SecretRepository'] = new \App\Repository\SecretRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  5170.     }
  5171.     /**
  5172.      * Gets the private 'App\Repository\UserRepository' shared autowired service.
  5173.      *
  5174.      * @return \App\Repository\UserRepository
  5175.      */
  5176.     protected function getUserRepositoryService()
  5177.     {
  5178.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectRepository.php';
  5179.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  5180.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  5181.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  5182.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  5183.         include_once \dirname(__DIR__4).'/src/Repository/UserRepository.php';
  5184.         return $this->privates['App\\Repository\\UserRepository'] = new \App\Repository\UserRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  5185.     }
  5186.     /**
  5187.      * Gets the private 'App\Security\TokenAuthenticator' shared autowired service.
  5188.      *
  5189.      * @return \App\Security\TokenAuthenticator
  5190.      */
  5191.     protected function getTokenAuthenticatorService()
  5192.     {
  5193.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/EntryPoint/AuthenticationEntryPointInterface.php';
  5194.         include_once \dirname(__DIR__4).'/vendor/symfony/security-guard/AuthenticatorInterface.php';
  5195.         include_once \dirname(__DIR__4).'/vendor/symfony/security-guard/AbstractGuardAuthenticator.php';
  5196.         include_once \dirname(__DIR__4).'/src/Security/TokenAuthenticator.php';
  5197.         return $this->privates['App\\Security\\TokenAuthenticator'] = new \App\Security\TokenAuthenticator(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  5198.     }
  5199.     /**
  5200.      * Gets the private 'App\Service\AzureMarketplaceService' shared autowired service.
  5201.      *
  5202.      * @return \App\Service\AzureMarketplaceService
  5203.      */
  5204.     protected function getAzureMarketplaceServiceService()
  5205.     {
  5206.         include_once \dirname(__DIR__4).'/src/Service/AzureMarketplaceService.php';
  5207.         return $this->privates['App\\Service\\AzureMarketplaceService'] = new \App\Service\AzureMarketplaceService('875f172b-0917-477e-8fd4-ce2959532b55''ASW88.W4_-JF98HuMRnAc-lnUJk.EL2lHU''f40d28f0-fa73-4100-bdad-85e72b983110'$this->getEnv('HUBSPOT_API'), ($this->privates['.debug.http_client'] ?? $this->get_Debug_HttpClientService()), ($this->privates['security.helper'] ?? $this->getSecurity_HelperService()));
  5208.     }
  5209.     /**
  5210.      * Gets the private 'App\Service\JobService' shared autowired service.
  5211.      *
  5212.      * @return \App\Service\JobService
  5213.      */
  5214.     protected function getJobServiceService()
  5215.     {
  5216.         include_once \dirname(__DIR__4).'/src/Service/JobService.php';
  5217.         return $this->privates['App\\Service\\JobService'] = new \App\Service\JobService(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['kernel'] ?? $this->get('kernel'1)), ($this->privates['App\\Service\\AzureMarketplaceService'] ?? $this->getAzureMarketplaceServiceService()), ($this->privates['mailer.mailer'] ?? $this->getMailer_MailerService()), ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  5218.     }
  5219.     /**
  5220.      * Gets the private 'App\Service\MonitoringService' shared autowired service.
  5221.      *
  5222.      * @return \App\Service\MonitoringService
  5223.      */
  5224.     protected function getMonitoringServiceService()
  5225.     {
  5226.         include_once \dirname(__DIR__4).'/src/Service/MonitoringService.php';
  5227.         return $this->privates['App\\Service\\MonitoringService'] = new \App\Service\MonitoringService(($this->privates['.debug.http_client'] ?? $this->get_Debug_HttpClientService()));
  5228.     }
  5229.     /**
  5230.      * Gets the private 'App\Service\PDFService' shared autowired service.
  5231.      *
  5232.      * @return \App\Service\PDFService
  5233.      */
  5234.     protected function getPDFServiceService()
  5235.     {
  5236.         include_once \dirname(__DIR__4).'/src/Service/PDFService.php';
  5237.         return $this->privates['App\\Service\\PDFService'] = new \App\Service\PDFService();
  5238.     }
  5239.     /**
  5240.      * Gets the private 'App\Service\ProjectService' shared autowired service.
  5241.      *
  5242.      * @return \App\Service\ProjectService
  5243.      */
  5244.     protected function getProjectServiceService()
  5245.     {
  5246.         include_once \dirname(__DIR__4).'/src/Service/ProjectService.php';
  5247.         return $this->privates['App\\Service\\ProjectService'] = new \App\Service\ProjectService(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['security.helper'] ?? $this->getSecurity_HelperService()));
  5248.     }
  5249.     /**
  5250.      * Gets the private 'App\Service\SLAService' shared autowired service.
  5251.      *
  5252.      * @return \App\Service\SLAService
  5253.      */
  5254.     protected function getSLAServiceService()
  5255.     {
  5256.         include_once \dirname(__DIR__4).'/src/Service/SLAService.php';
  5257.         return $this->privates['App\\Service\\SLAService'] = new \App\Service\SLAService((\dirname(__DIR__4).'/templates'));
  5258.     }
  5259.     /**
  5260.      * Gets the private 'App\Validator\Constraints\MissingTokenValidator' shared autowired service.
  5261.      *
  5262.      * @return \App\Validator\Constraints\MissingTokenValidator
  5263.      */
  5264.     protected function getMissingTokenValidatorService()
  5265.     {
  5266.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  5267.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  5268.         include_once \dirname(__DIR__4).'/src/Validator/Constraints/MissingTokenValidator.php';
  5269.         return $this->privates['App\\Validator\\Constraints\\MissingTokenValidator'] = new \App\Validator\Constraints\MissingTokenValidator(($this->privates['App\\Service\\AzureMarketplaceService'] ?? $this->getAzureMarketplaceServiceService()));
  5270.     }
  5271.     /**
  5272.      * Gets the private 'Doctrine\Bundle\DoctrineBundle\Dbal\ManagerRegistryAwareConnectionProvider' shared service.
  5273.      *
  5274.      * @return \Doctrine\Bundle\DoctrineBundle\Dbal\ManagerRegistryAwareConnectionProvider
  5275.      */
  5276.     protected function getManagerRegistryAwareConnectionProviderService()
  5277.     {
  5278.         include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Tools/Console/ConnectionProvider.php';
  5279.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Dbal/ManagerRegistryAwareConnectionProvider.php';
  5280.         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'));
  5281.     }
  5282.     /**
  5283.      * Gets the private 'Doctrine\DBAL\Tools\Console\Command\RunSqlCommand' shared service.
  5284.      *
  5285.      * @return \Doctrine\DBAL\Tools\Console\Command\RunSqlCommand
  5286.      */
  5287.     protected function getRunSqlCommandService()
  5288.     {
  5289.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5290.         include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Tools/Console/Command/RunSqlCommand.php';
  5291.         $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()));
  5292.         $instance->setName('dbal:run-sql');
  5293.         return $instance;
  5294.     }
  5295.     /**
  5296.      * Gets the private 'Hslavich\OneloginSamlBundle\EventListener\Security\SamlLogoutListener' shared autowired service.
  5297.      *
  5298.      * @return \Hslavich\OneloginSamlBundle\EventListener\Security\SamlLogoutListener
  5299.      */
  5300.     protected function getSamlLogoutListenerService()
  5301.     {
  5302.         include_once \dirname(__DIR__4).'/vendor/hslavich/oneloginsaml-bundle/EventListener/Security/SamlLogoutListener.php';
  5303.         return $this->privates['Hslavich\\OneloginSamlBundle\\EventListener\\Security\\SamlLogoutListener'] = new \Hslavich\OneloginSamlBundle\EventListener\Security\SamlLogoutListener(($this->privates['OneLogin\\Saml2\\Auth'] ?? $this->getAuthService()));
  5304.     }
  5305.     /**
  5306.      * Gets the private 'Hslavich\OneloginSamlBundle\Security\Firewall\SamlListener.main' shared service.
  5307.      *
  5308.      * @return \Hslavich\OneloginSamlBundle\Security\Firewall\SamlListener
  5309.      */
  5310.     protected function getSamlListener_MainService()
  5311.     {
  5312.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/FirewallListenerInterface.php';
  5313.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  5314.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractAuthenticationListener.php';
  5315.         include_once \dirname(__DIR__4).'/vendor/hslavich/oneloginsaml-bundle/Security/Firewall/SamlListener.php';
  5316.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authentication/AuthenticationSuccessHandlerInterface.php';
  5317.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authentication/CustomAuthenticationSuccessHandler.php';
  5318.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Util/TargetPathTrait.php';
  5319.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authentication/DefaultAuthenticationSuccessHandler.php';
  5320.         include_once \dirname(__DIR__4).'/vendor/hslavich/oneloginsaml-bundle/Security/Http/Authentication/SamlAuthenticationSuccessHandler.php';
  5321.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authentication/AuthenticationFailureHandlerInterface.php';
  5322.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authentication/DefaultAuthenticationFailureHandler.php';
  5323.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Session/SessionAuthenticationStrategyInterface.php';
  5324.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Session/SessionAuthenticationStrategy.php';
  5325.         $a = ($this->privates['security.http_utils'] ?? $this->getSecurity_HttpUtilsService());
  5326.         $b = ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService());
  5327.         $c = new \Symfony\Component\Security\Http\Authentication\DefaultAuthenticationFailureHandler(($this->services['http_kernel'] ?? $this->getHttpKernelService()), $a, [], $b);
  5328.         $c->setOptions(['login_path' => 'saml_login''failure_path' => NULL'failure_forward' => false'failure_path_parameter' => '_failure_path']);
  5329.         $this->privates['Hslavich\\OneloginSamlBundle\\Security\\Firewall\\SamlListener.main'] = $instance = new \Hslavich\OneloginSamlBundle\Security\Firewall\SamlListener(($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), ($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', new \Symfony\Component\Security\Http\Authentication\CustomAuthenticationSuccessHandler(new \Hslavich\OneloginSamlBundle\Security\Http\Authentication\SamlAuthenticationSuccessHandler($a), ['login_path' => 'saml_login''always_use_default_target_path' => false'default_target_path' => '/''target_path_parameter' => '_target_path''use_referer' => false], 'main'), $c, ['username_attribute' => 'sAMAccountName''user_factory' => 'my_user_factory''persist_user' => true'success_handler' => 'Hslavich\\OneloginSamlBundle\\Security\\Http\\Authentication\\SamlAuthenticationSuccessHandler''check_path' => 'saml_acs''use_forward' => false'require_previous_session' => false'login_path' => 'saml_login''use_attribute_friendly_name' => false'token_factory' => NULL], $b, ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  5330.         $instance->setOneLoginAuth(($this->privates['OneLogin\\Saml2\\Auth'] ?? $this->getAuthService()));
  5331.         return $instance;
  5332.     }
  5333.     /**
  5334.      * Gets the private 'Http\Client\Common\PluginClientFactory' shared service.
  5335.      *
  5336.      * @return \Http\HttplugBundle\Collector\PluginClientFactory
  5337.      */
  5338.     protected function getPluginClientFactoryService()
  5339.     {
  5340.         return $this->privates['Http\\Client\\Common\\PluginClientFactory'] = new \Http\HttplugBundle\Collector\PluginClientFactory(($this->privates['httplug.collector.collector'] ?? ($this->privates['httplug.collector.collector'] = new \Http\HttplugBundle\Collector\Collector())), ($this->privates['httplug.collector.formatter'] ?? $this->getHttplug_Collector_FormatterService()), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  5341.     }
  5342.     /**
  5343.      * Gets the private 'Http\HttplugBundle\Collector\PluginClientFactoryListener' shared service.
  5344.      *
  5345.      * @return \Http\HttplugBundle\Collector\PluginClientFactoryListener
  5346.      */
  5347.     protected function getPluginClientFactoryListenerService()
  5348.     {
  5349.         return $this->privates['Http\\HttplugBundle\\Collector\\PluginClientFactoryListener'] = new \Http\HttplugBundle\Collector\PluginClientFactoryListener(($this->privates['Http\\Client\\Common\\PluginClientFactory'] ?? $this->getPluginClientFactoryService()));
  5350.     }
  5351.     /**
  5352.      * Gets the private 'OneLogin\Saml2\Auth' shared autowired service.
  5353.      *
  5354.      * @return \OneLogin\Saml2\Auth
  5355.      */
  5356.     protected function getAuthService()
  5357.     {
  5358.         include_once \dirname(__DIR__4).'/vendor/onelogin/php-saml/src/Saml2/Auth.php';
  5359.         return $this->privates['OneLogin\\Saml2\\Auth'] = new \OneLogin\Saml2\Auth($this->getParameter('hslavich_onelogin_saml.settings'));
  5360.     }
  5361.     /**
  5362.      * Gets the private 'Sonata\BlockBundle\Command\DebugBlocksCommand' shared service.
  5363.      *
  5364.      * @return \Sonata\BlockBundle\Command\DebugBlocksCommand
  5365.      */
  5366.     protected function getDebugBlocksCommandService()
  5367.     {
  5368.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5369.         include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Command/DebugBlocksCommand.php';
  5370.         $this->privates['Sonata\\BlockBundle\\Command\\DebugBlocksCommand'] = $instance = new \Sonata\BlockBundle\Command\DebugBlocksCommand(($this->services['sonata.block.manager'] ?? $this->getSonata_Block_ManagerService()));
  5371.         $instance->setName('debug:sonata:block');
  5372.         return $instance;
  5373.     }
  5374.     /**
  5375.      * Gets the private 'admin.azure_marketplace' autowired service.
  5376.      *
  5377.      * @return \App\Admin\AzureMarketplaceAdmin
  5378.      */
  5379.     protected function getAdmin_AzureMarketplaceService()
  5380.     {
  5381.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Templating/MutableTemplateRegistryAwareInterface.php';
  5382.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/DependencyInjection/Admin/TaggedAdminInterface.php';
  5383.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/DependencyInjection/Admin/AbstractTaggedAdmin.php';
  5384.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AccessRegistryInterface.php';
  5385.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/FieldDescription/FieldDescriptionRegistryInterface.php';
  5386.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/LifecycleHookProviderInterface.php';
  5387.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/ParentAdminInterface.php';
  5388.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/UrlGeneratorInterface.php';
  5389.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AdminInterface.php';
  5390.         include_once \dirname(__DIR__4).'/vendor/symfony/security-acl/Model/DomainObjectInterface.php';
  5391.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AdminTreeInterface.php';
  5392.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AbstractAdmin.php';
  5393.         include_once \dirname(__DIR__4).'/src/Admin/AzureMarketplaceAdmin.php';
  5394.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Exporter/DataSourceInterface.php';
  5395.         include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Exporter/DataSource.php';
  5396.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Translator/LabelTranslatorStrategyInterface.php';
  5397.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Translator/NativeLabelTranslatorStrategy.php';
  5398.         $this->factories['service_container']['admin.azure_marketplace'] = function () {
  5399.             $instance = new \App\Admin\AzureMarketplaceAdmin('admin.azure_marketplace''App\\Entity\\AzureMarketplace''App\\Controller\\AzureMarketplaceController');
  5400.             $instance->setManagerType('orm');
  5401.             $instance->setModelManager(($this->services['sonata.admin.manager.orm'] ?? $this->getSonata_Admin_Manager_OrmService()));
  5402.             $instance->setDataSource(($this->privates['sonata.admin.data_source.orm'] ?? ($this->privates['sonata.admin.data_source.orm'] = new \Sonata\DoctrineORMAdminBundle\Exporter\DataSource())));
  5403.             $instance->setFieldDescriptionFactory(($this->privates['sonata.admin.field_description_factory.orm'] ?? $this->getSonata_Admin_FieldDescriptionFactory_OrmService()));
  5404.             $instance->setFormContractor(($this->privates['sonata.admin.builder.orm_form'] ?? $this->getSonata_Admin_Builder_OrmFormService()));
  5405.             $instance->setShowBuilder(($this->privates['sonata.admin.builder.orm_show'] ?? $this->getSonata_Admin_Builder_OrmShowService()));
  5406.             $instance->setListBuilder(($this->privates['sonata.admin.builder.orm_list'] ?? $this->getSonata_Admin_Builder_OrmListService()));
  5407.             $instance->setDatagridBuilder(($this->privates['sonata.admin.builder.orm_datagrid'] ?? $this->getSonata_Admin_Builder_OrmDatagridService()));
  5408.             $instance->setTranslator(($this->services['translator'] ?? $this->getTranslatorService()), false);
  5409.             $instance->setConfigurationPool(($this->privates['sonata.admin.pool'] ?? $this->getSonata_Admin_PoolService()));
  5410.             $instance->setRouteGenerator(($this->privates['sonata.admin.route.default_generator'] ?? $this->getSonata_Admin_Route_DefaultGeneratorService()));
  5411.             $instance->setSecurityHandler(($this->privates['sonata.admin.security.handler.voter'] ?? $this->getSonata_Admin_Security_Handler_VoterService()));
  5412.             $instance->setMenuFactory(($this->services['knp_menu.factory'] ?? $this->getKnpMenu_FactoryService()));
  5413.             $instance->setRouteBuilder(($this->privates['sonata.admin.route.path_info'] ?? $this->getSonata_Admin_Route_PathInfoService()));
  5414.             $instance->setLabelTranslatorStrategy(($this->privates['sonata.admin.label.strategy.native'] ?? ($this->privates['sonata.admin.label.strategy.native'] = new \Sonata\AdminBundle\Translator\NativeLabelTranslatorStrategy())));
  5415.             $instance->setPagerType('default');
  5416.             $instance->setLabel('Azure Marketplace Subs');
  5417.             $instance->setFilterPersister(($this->privates['sonata.admin.filter_persister.session'] ?? $this->getSonata_Admin_FilterPersister_SessionService()));
  5418.             $instance->setListModes(['list' => ['class' => 'fas fa-list fa-fw'], 'mosaic' => ['class' => 'fas fa-th-large fa-fw']]);
  5419.             $instance->setTemplateRegistry(($this->services['admin.azure_marketplace.template_registry'] ?? $this->getAdmin_AzureMarketplace_TemplateRegistryService()));
  5420.             $instance->setSecurityInformation([]);
  5421.             $instance->setFormTheme([=> '@SonataDoctrineORMAdmin/Form/form_admin_fields.html.twig']);
  5422.             $instance->setFilterTheme([=> '@SonataDoctrineORMAdmin/Form/filter_admin_fields.html.twig']);
  5423.             $instance->addExtension(($this->privates['sonata.admin.event.extension'] ?? $this->getSonata_Admin_Event_ExtensionService()));
  5424.             $instance->initialize();
  5425.             return $instance;
  5426.         };
  5427.         return $this->factories['service_container']['admin.azure_marketplace']();
  5428.     }
  5429.     /**
  5430.      * Gets the private 'admin.cheq_contract' autowired service.
  5431.      *
  5432.      * @return \App\Admin\CHEQContractAdmin
  5433.      */
  5434.     protected function getAdmin_CheqContractService()
  5435.     {
  5436.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Templating/MutableTemplateRegistryAwareInterface.php';
  5437.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/DependencyInjection/Admin/TaggedAdminInterface.php';
  5438.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/DependencyInjection/Admin/AbstractTaggedAdmin.php';
  5439.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AccessRegistryInterface.php';
  5440.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/FieldDescription/FieldDescriptionRegistryInterface.php';
  5441.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/LifecycleHookProviderInterface.php';
  5442.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/ParentAdminInterface.php';
  5443.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/UrlGeneratorInterface.php';
  5444.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AdminInterface.php';
  5445.         include_once \dirname(__DIR__4).'/vendor/symfony/security-acl/Model/DomainObjectInterface.php';
  5446.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AdminTreeInterface.php';
  5447.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AbstractAdmin.php';
  5448.         include_once \dirname(__DIR__4).'/src/Admin/CHEQContractAdmin.php';
  5449.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Exporter/DataSourceInterface.php';
  5450.         include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Exporter/DataSource.php';
  5451.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Translator/LabelTranslatorStrategyInterface.php';
  5452.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Translator/NativeLabelTranslatorStrategy.php';
  5453.         $this->factories['service_container']['admin.cheq_contract'] = function () {
  5454.             $instance = new \App\Admin\CHEQContractAdmin('admin.cheq_contract''App\\Entity\\CHEQContract''App\\Controller\\CHEQContractAdminController');
  5455.             $instance->setManagerType('orm');
  5456.             $instance->setModelManager(($this->services['sonata.admin.manager.orm'] ?? $this->getSonata_Admin_Manager_OrmService()));
  5457.             $instance->setDataSource(($this->privates['sonata.admin.data_source.orm'] ?? ($this->privates['sonata.admin.data_source.orm'] = new \Sonata\DoctrineORMAdminBundle\Exporter\DataSource())));
  5458.             $instance->setFieldDescriptionFactory(($this->privates['sonata.admin.field_description_factory.orm'] ?? $this->getSonata_Admin_FieldDescriptionFactory_OrmService()));
  5459.             $instance->setFormContractor(($this->privates['sonata.admin.builder.orm_form'] ?? $this->getSonata_Admin_Builder_OrmFormService()));
  5460.             $instance->setShowBuilder(($this->privates['sonata.admin.builder.orm_show'] ?? $this->getSonata_Admin_Builder_OrmShowService()));
  5461.             $instance->setListBuilder(($this->privates['sonata.admin.builder.orm_list'] ?? $this->getSonata_Admin_Builder_OrmListService()));
  5462.             $instance->setDatagridBuilder(($this->privates['sonata.admin.builder.orm_datagrid'] ?? $this->getSonata_Admin_Builder_OrmDatagridService()));
  5463.             $instance->setTranslator(($this->services['translator'] ?? $this->getTranslatorService()), false);
  5464.             $instance->setConfigurationPool(($this->privates['sonata.admin.pool'] ?? $this->getSonata_Admin_PoolService()));
  5465.             $instance->setRouteGenerator(($this->privates['sonata.admin.route.default_generator'] ?? $this->getSonata_Admin_Route_DefaultGeneratorService()));
  5466.             $instance->setSecurityHandler(($this->privates['sonata.admin.security.handler.voter'] ?? $this->getSonata_Admin_Security_Handler_VoterService()));
  5467.             $instance->setMenuFactory(($this->services['knp_menu.factory'] ?? $this->getKnpMenu_FactoryService()));
  5468.             $instance->setRouteBuilder(($this->privates['sonata.admin.route.path_info'] ?? $this->getSonata_Admin_Route_PathInfoService()));
  5469.             $instance->setLabelTranslatorStrategy(($this->privates['sonata.admin.label.strategy.native'] ?? ($this->privates['sonata.admin.label.strategy.native'] = new \Sonata\AdminBundle\Translator\NativeLabelTranslatorStrategy())));
  5470.             $instance->setPagerType('default');
  5471.             $instance->setLabel('CHEQContracts');
  5472.             $instance->setFilterPersister(($this->privates['sonata.admin.filter_persister.session'] ?? $this->getSonata_Admin_FilterPersister_SessionService()));
  5473.             $instance->setListModes(['list' => ['class' => 'fas fa-list fa-fw'], 'mosaic' => ['class' => 'fas fa-th-large fa-fw']]);
  5474.             $instance->setTemplateRegistry(($this->services['admin.cheq_contract.template_registry'] ?? $this->getAdmin_CheqContract_TemplateRegistryService()));
  5475.             $instance->setSecurityInformation([]);
  5476.             $instance->setFormTheme([=> '@SonataDoctrineORMAdmin/Form/form_admin_fields.html.twig']);
  5477.             $instance->setFilterTheme([=> '@SonataDoctrineORMAdmin/Form/filter_admin_fields.html.twig']);
  5478.             $instance->addExtension(($this->privates['sonata.admin.event.extension'] ?? $this->getSonata_Admin_Event_ExtensionService()));
  5479.             $instance->initialize();
  5480.             return $instance;
  5481.         };
  5482.         return $this->factories['service_container']['admin.cheq_contract']();
  5483.     }
  5484.     /**
  5485.      * Gets the private 'admin.config' autowired service.
  5486.      *
  5487.      * @return \App\Admin\ConfigAdmin
  5488.      */
  5489.     protected function getAdmin_ConfigService()
  5490.     {
  5491.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Templating/MutableTemplateRegistryAwareInterface.php';
  5492.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/DependencyInjection/Admin/TaggedAdminInterface.php';
  5493.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/DependencyInjection/Admin/AbstractTaggedAdmin.php';
  5494.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AccessRegistryInterface.php';
  5495.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/FieldDescription/FieldDescriptionRegistryInterface.php';
  5496.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/LifecycleHookProviderInterface.php';
  5497.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/ParentAdminInterface.php';
  5498.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/UrlGeneratorInterface.php';
  5499.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AdminInterface.php';
  5500.         include_once \dirname(__DIR__4).'/vendor/symfony/security-acl/Model/DomainObjectInterface.php';
  5501.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AdminTreeInterface.php';
  5502.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AbstractAdmin.php';
  5503.         include_once \dirname(__DIR__4).'/src/Admin/ConfigAdmin.php';
  5504.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Exporter/DataSourceInterface.php';
  5505.         include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Exporter/DataSource.php';
  5506.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Translator/LabelTranslatorStrategyInterface.php';
  5507.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Translator/NativeLabelTranslatorStrategy.php';
  5508.         $this->factories['service_container']['admin.config'] = function () {
  5509.             $instance = new \App\Admin\ConfigAdmin('admin.config''App\\Entity\\Config''sonata.admin.controller.crud');
  5510.             $instance->setManagerType('orm');
  5511.             $instance->setModelManager(($this->services['sonata.admin.manager.orm'] ?? $this->getSonata_Admin_Manager_OrmService()));
  5512.             $instance->setDataSource(($this->privates['sonata.admin.data_source.orm'] ?? ($this->privates['sonata.admin.data_source.orm'] = new \Sonata\DoctrineORMAdminBundle\Exporter\DataSource())));
  5513.             $instance->setFieldDescriptionFactory(($this->privates['sonata.admin.field_description_factory.orm'] ?? $this->getSonata_Admin_FieldDescriptionFactory_OrmService()));
  5514.             $instance->setFormContractor(($this->privates['sonata.admin.builder.orm_form'] ?? $this->getSonata_Admin_Builder_OrmFormService()));
  5515.             $instance->setShowBuilder(($this->privates['sonata.admin.builder.orm_show'] ?? $this->getSonata_Admin_Builder_OrmShowService()));
  5516.             $instance->setListBuilder(($this->privates['sonata.admin.builder.orm_list'] ?? $this->getSonata_Admin_Builder_OrmListService()));
  5517.             $instance->setDatagridBuilder(($this->privates['sonata.admin.builder.orm_datagrid'] ?? $this->getSonata_Admin_Builder_OrmDatagridService()));
  5518.             $instance->setTranslator(($this->services['translator'] ?? $this->getTranslatorService()), false);
  5519.             $instance->setConfigurationPool(($this->privates['sonata.admin.pool'] ?? $this->getSonata_Admin_PoolService()));
  5520.             $instance->setRouteGenerator(($this->privates['sonata.admin.route.default_generator'] ?? $this->getSonata_Admin_Route_DefaultGeneratorService()));
  5521.             $instance->setSecurityHandler(($this->privates['sonata.admin.security.handler.voter'] ?? $this->getSonata_Admin_Security_Handler_VoterService()));
  5522.             $instance->setMenuFactory(($this->services['knp_menu.factory'] ?? $this->getKnpMenu_FactoryService()));
  5523.             $instance->setRouteBuilder(($this->privates['sonata.admin.route.path_info'] ?? $this->getSonata_Admin_Route_PathInfoService()));
  5524.             $instance->setLabelTranslatorStrategy(($this->privates['sonata.admin.label.strategy.native'] ?? ($this->privates['sonata.admin.label.strategy.native'] = new \Sonata\AdminBundle\Translator\NativeLabelTranslatorStrategy())));
  5525.             $instance->setPagerType('default');
  5526.             $instance->setLabel('Configs');
  5527.             $instance->setFilterPersister(($this->privates['sonata.admin.filter_persister.session'] ?? $this->getSonata_Admin_FilterPersister_SessionService()));
  5528.             $instance->setListModes(['list' => ['class' => 'fas fa-list fa-fw'], 'mosaic' => ['class' => 'fas fa-th-large fa-fw']]);
  5529.             $instance->setTemplateRegistry(($this->services['admin.config.template_registry'] ?? $this->getAdmin_Config_TemplateRegistryService()));
  5530.             $instance->setSecurityInformation([]);
  5531.             $instance->setFormTheme([=> '@SonataDoctrineORMAdmin/Form/form_admin_fields.html.twig']);
  5532.             $instance->setFilterTheme([=> '@SonataDoctrineORMAdmin/Form/filter_admin_fields.html.twig']);
  5533.             $instance->addExtension(($this->privates['sonata.admin.event.extension'] ?? $this->getSonata_Admin_Event_ExtensionService()));
  5534.             $instance->initialize();
  5535.             return $instance;
  5536.         };
  5537.         return $this->factories['service_container']['admin.config']();
  5538.     }
  5539.     /**
  5540.      * Gets the private 'admin.configGroup' autowired service.
  5541.      *
  5542.      * @return \App\Admin\ConfigGroupAdmin
  5543.      */
  5544.     protected function getAdmin_ConfigGroupService()
  5545.     {
  5546.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Templating/MutableTemplateRegistryAwareInterface.php';
  5547.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/DependencyInjection/Admin/TaggedAdminInterface.php';
  5548.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/DependencyInjection/Admin/AbstractTaggedAdmin.php';
  5549.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AccessRegistryInterface.php';
  5550.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/FieldDescription/FieldDescriptionRegistryInterface.php';
  5551.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/LifecycleHookProviderInterface.php';
  5552.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/ParentAdminInterface.php';
  5553.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/UrlGeneratorInterface.php';
  5554.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AdminInterface.php';
  5555.         include_once \dirname(__DIR__4).'/vendor/symfony/security-acl/Model/DomainObjectInterface.php';
  5556.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AdminTreeInterface.php';
  5557.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AbstractAdmin.php';
  5558.         include_once \dirname(__DIR__4).'/src/Admin/ConfigGroupAdmin.php';
  5559.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Exporter/DataSourceInterface.php';
  5560.         include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Exporter/DataSource.php';
  5561.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Translator/LabelTranslatorStrategyInterface.php';
  5562.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Translator/NativeLabelTranslatorStrategy.php';
  5563.         $this->factories['service_container']['admin.configGroup'] = function () {
  5564.             $instance = new \App\Admin\ConfigGroupAdmin('admin.configGroup''App\\Entity\\ConfigGroup''sonata.admin.controller.crud');
  5565.             $instance->setManagerType('orm');
  5566.             $instance->setModelManager(($this->services['sonata.admin.manager.orm'] ?? $this->getSonata_Admin_Manager_OrmService()));
  5567.             $instance->setDataSource(($this->privates['sonata.admin.data_source.orm'] ?? ($this->privates['sonata.admin.data_source.orm'] = new \Sonata\DoctrineORMAdminBundle\Exporter\DataSource())));
  5568.             $instance->setFieldDescriptionFactory(($this->privates['sonata.admin.field_description_factory.orm'] ?? $this->getSonata_Admin_FieldDescriptionFactory_OrmService()));
  5569.             $instance->setFormContractor(($this->privates['sonata.admin.builder.orm_form'] ?? $this->getSonata_Admin_Builder_OrmFormService()));
  5570.             $instance->setShowBuilder(($this->privates['sonata.admin.builder.orm_show'] ?? $this->getSonata_Admin_Builder_OrmShowService()));
  5571.             $instance->setListBuilder(($this->privates['sonata.admin.builder.orm_list'] ?? $this->getSonata_Admin_Builder_OrmListService()));
  5572.             $instance->setDatagridBuilder(($this->privates['sonata.admin.builder.orm_datagrid'] ?? $this->getSonata_Admin_Builder_OrmDatagridService()));
  5573.             $instance->setTranslator(($this->services['translator'] ?? $this->getTranslatorService()), false);
  5574.             $instance->setConfigurationPool(($this->privates['sonata.admin.pool'] ?? $this->getSonata_Admin_PoolService()));
  5575.             $instance->setRouteGenerator(($this->privates['sonata.admin.route.default_generator'] ?? $this->getSonata_Admin_Route_DefaultGeneratorService()));
  5576.             $instance->setSecurityHandler(($this->privates['sonata.admin.security.handler.voter'] ?? $this->getSonata_Admin_Security_Handler_VoterService()));
  5577.             $instance->setMenuFactory(($this->services['knp_menu.factory'] ?? $this->getKnpMenu_FactoryService()));
  5578.             $instance->setRouteBuilder(($this->privates['sonata.admin.route.path_info'] ?? $this->getSonata_Admin_Route_PathInfoService()));
  5579.             $instance->setLabelTranslatorStrategy(($this->privates['sonata.admin.label.strategy.native'] ?? ($this->privates['sonata.admin.label.strategy.native'] = new \Sonata\AdminBundle\Translator\NativeLabelTranslatorStrategy())));
  5580.             $instance->setPagerType('default');
  5581.             $instance->setLabel('Config Groups');
  5582.             $instance->setFilterPersister(($this->privates['sonata.admin.filter_persister.session'] ?? $this->getSonata_Admin_FilterPersister_SessionService()));
  5583.             $instance->setListModes(['list' => ['class' => 'fas fa-list fa-fw'], 'mosaic' => ['class' => 'fas fa-th-large fa-fw']]);
  5584.             $instance->setTemplateRegistry(($this->services['admin.configGroup.template_registry'] ?? $this->getAdmin_ConfigGroup_TemplateRegistryService()));
  5585.             $instance->setSecurityInformation([]);
  5586.             $instance->setFormTheme([=> '@SonataDoctrineORMAdmin/Form/form_admin_fields.html.twig']);
  5587.             $instance->setFilterTheme([=> '@SonataDoctrineORMAdmin/Form/filter_admin_fields.html.twig']);
  5588.             $instance->addExtension(($this->privates['sonata.admin.event.extension'] ?? $this->getSonata_Admin_Event_ExtensionService()));
  5589.             $instance->initialize();
  5590.             return $instance;
  5591.         };
  5592.         return $this->factories['service_container']['admin.configGroup']();
  5593.     }
  5594.     /**
  5595.      * Gets the private 'admin.costexplorer' autowired service.
  5596.      *
  5597.      * @return \App\Admin\CostExplorerAdmin
  5598.      */
  5599.     protected function getAdmin_CostexplorerService()
  5600.     {
  5601.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Templating/MutableTemplateRegistryAwareInterface.php';
  5602.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/DependencyInjection/Admin/TaggedAdminInterface.php';
  5603.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/DependencyInjection/Admin/AbstractTaggedAdmin.php';
  5604.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AccessRegistryInterface.php';
  5605.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/FieldDescription/FieldDescriptionRegistryInterface.php';
  5606.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/LifecycleHookProviderInterface.php';
  5607.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/ParentAdminInterface.php';
  5608.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/UrlGeneratorInterface.php';
  5609.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AdminInterface.php';
  5610.         include_once \dirname(__DIR__4).'/vendor/symfony/security-acl/Model/DomainObjectInterface.php';
  5611.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AdminTreeInterface.php';
  5612.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AbstractAdmin.php';
  5613.         include_once \dirname(__DIR__4).'/src/Admin/CostExplorerAdmin.php';
  5614.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Exporter/DataSourceInterface.php';
  5615.         include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Exporter/DataSource.php';
  5616.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Translator/LabelTranslatorStrategyInterface.php';
  5617.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Translator/NativeLabelTranslatorStrategy.php';
  5618.         $this->factories['service_container']['admin.costexplorer'] = function () {
  5619.             $instance = new \App\Admin\CostExplorerAdmin('admin.costexplorer''CostExplorer''App\\Controller\\CostExplorerAdminController');
  5620.             $instance->setManagerType('orm');
  5621.             $instance->setModelManager(($this->services['sonata.admin.manager.orm'] ?? $this->getSonata_Admin_Manager_OrmService()));
  5622.             $instance->setDataSource(($this->privates['sonata.admin.data_source.orm'] ?? ($this->privates['sonata.admin.data_source.orm'] = new \Sonata\DoctrineORMAdminBundle\Exporter\DataSource())));
  5623.             $instance->setFieldDescriptionFactory(($this->privates['sonata.admin.field_description_factory.orm'] ?? $this->getSonata_Admin_FieldDescriptionFactory_OrmService()));
  5624.             $instance->setFormContractor(($this->privates['sonata.admin.builder.orm_form'] ?? $this->getSonata_Admin_Builder_OrmFormService()));
  5625.             $instance->setShowBuilder(($this->privates['sonata.admin.builder.orm_show'] ?? $this->getSonata_Admin_Builder_OrmShowService()));
  5626.             $instance->setListBuilder(($this->privates['sonata.admin.builder.orm_list'] ?? $this->getSonata_Admin_Builder_OrmListService()));
  5627.             $instance->setDatagridBuilder(($this->privates['sonata.admin.builder.orm_datagrid'] ?? $this->getSonata_Admin_Builder_OrmDatagridService()));
  5628.             $instance->setTranslator(($this->services['translator'] ?? $this->getTranslatorService()), false);
  5629.             $instance->setConfigurationPool(($this->privates['sonata.admin.pool'] ?? $this->getSonata_Admin_PoolService()));
  5630.             $instance->setRouteGenerator(($this->privates['sonata.admin.route.default_generator'] ?? $this->getSonata_Admin_Route_DefaultGeneratorService()));
  5631.             $instance->setSecurityHandler(($this->privates['sonata.admin.security.handler.voter'] ?? $this->getSonata_Admin_Security_Handler_VoterService()));
  5632.             $instance->setMenuFactory(($this->services['knp_menu.factory'] ?? $this->getKnpMenu_FactoryService()));
  5633.             $instance->setRouteBuilder(($this->privates['sonata.admin.route.path_info'] ?? $this->getSonata_Admin_Route_PathInfoService()));
  5634.             $instance->setLabelTranslatorStrategy(($this->privates['sonata.admin.label.strategy.native'] ?? ($this->privates['sonata.admin.label.strategy.native'] = new \Sonata\AdminBundle\Translator\NativeLabelTranslatorStrategy())));
  5635.             $instance->setPagerType('default');
  5636.             $instance->setLabel('Cost Explorer');
  5637.             $instance->setFilterPersister(($this->privates['sonata.admin.filter_persister.session'] ?? $this->getSonata_Admin_FilterPersister_SessionService()));
  5638.             $instance->setListModes(['list' => ['class' => 'fas fa-list fa-fw'], 'mosaic' => ['class' => 'fas fa-th-large fa-fw']]);
  5639.             $instance->setTemplateRegistry(($this->services['admin.costexplorer.template_registry'] ?? $this->getAdmin_Costexplorer_TemplateRegistryService()));
  5640.             $instance->setSecurityInformation([]);
  5641.             $instance->setFormTheme([=> '@SonataDoctrineORMAdmin/Form/form_admin_fields.html.twig']);
  5642.             $instance->setFilterTheme([=> '@SonataDoctrineORMAdmin/Form/filter_admin_fields.html.twig']);
  5643.             $instance->addExtension(($this->privates['sonata.admin.event.extension'] ?? $this->getSonata_Admin_Event_ExtensionService()));
  5644.             $instance->initialize();
  5645.             return $instance;
  5646.         };
  5647.         return $this->factories['service_container']['admin.costexplorer']();
  5648.     }
  5649.     /**
  5650.      * Gets the private 'admin.environment' autowired service.
  5651.      *
  5652.      * @return \App\Admin\EnvironmentAdmin
  5653.      */
  5654.     protected function getAdmin_EnvironmentService()
  5655.     {
  5656.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Templating/MutableTemplateRegistryAwareInterface.php';
  5657.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/DependencyInjection/Admin/TaggedAdminInterface.php';
  5658.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/DependencyInjection/Admin/AbstractTaggedAdmin.php';
  5659.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AccessRegistryInterface.php';
  5660.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/FieldDescription/FieldDescriptionRegistryInterface.php';
  5661.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/LifecycleHookProviderInterface.php';
  5662.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/ParentAdminInterface.php';
  5663.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/UrlGeneratorInterface.php';
  5664.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AdminInterface.php';
  5665.         include_once \dirname(__DIR__4).'/vendor/symfony/security-acl/Model/DomainObjectInterface.php';
  5666.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AdminTreeInterface.php';
  5667.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AbstractAdmin.php';
  5668.         include_once \dirname(__DIR__4).'/src/Admin/EnvironmentAdmin.php';
  5669.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Exporter/DataSourceInterface.php';
  5670.         include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Exporter/DataSource.php';
  5671.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Translator/LabelTranslatorStrategyInterface.php';
  5672.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Translator/NativeLabelTranslatorStrategy.php';
  5673.         $this->factories['service_container']['admin.environment'] = function () {
  5674.             $instance = new \App\Admin\EnvironmentAdmin('admin.environment''App\\Entity\\Environment''App\\Controller\\EnvironmentAdminController');
  5675.             $instance->setManagerType('orm');
  5676.             $instance->setModelManager(($this->services['sonata.admin.manager.orm'] ?? $this->getSonata_Admin_Manager_OrmService()));
  5677.             $instance->setDataSource(($this->privates['sonata.admin.data_source.orm'] ?? ($this->privates['sonata.admin.data_source.orm'] = new \Sonata\DoctrineORMAdminBundle\Exporter\DataSource())));
  5678.             $instance->setFieldDescriptionFactory(($this->privates['sonata.admin.field_description_factory.orm'] ?? $this->getSonata_Admin_FieldDescriptionFactory_OrmService()));
  5679.             $instance->setFormContractor(($this->privates['sonata.admin.builder.orm_form'] ?? $this->getSonata_Admin_Builder_OrmFormService()));
  5680.             $instance->setShowBuilder(($this->privates['sonata.admin.builder.orm_show'] ?? $this->getSonata_Admin_Builder_OrmShowService()));
  5681.             $instance->setListBuilder(($this->privates['sonata.admin.builder.orm_list'] ?? $this->getSonata_Admin_Builder_OrmListService()));
  5682.             $instance->setDatagridBuilder(($this->privates['sonata.admin.builder.orm_datagrid'] ?? $this->getSonata_Admin_Builder_OrmDatagridService()));
  5683.             $instance->setTranslator(($this->services['translator'] ?? $this->getTranslatorService()), false);
  5684.             $instance->setConfigurationPool(($this->privates['sonata.admin.pool'] ?? $this->getSonata_Admin_PoolService()));
  5685.             $instance->setRouteGenerator(($this->privates['sonata.admin.route.default_generator'] ?? $this->getSonata_Admin_Route_DefaultGeneratorService()));
  5686.             $instance->setSecurityHandler(($this->privates['sonata.admin.security.handler.voter'] ?? $this->getSonata_Admin_Security_Handler_VoterService()));
  5687.             $instance->setMenuFactory(($this->services['knp_menu.factory'] ?? $this->getKnpMenu_FactoryService()));
  5688.             $instance->setRouteBuilder(($this->privates['sonata.admin.route.path_info'] ?? $this->getSonata_Admin_Route_PathInfoService()));
  5689.             $instance->setLabelTranslatorStrategy(($this->privates['sonata.admin.label.strategy.native'] ?? ($this->privates['sonata.admin.label.strategy.native'] = new \Sonata\AdminBundle\Translator\NativeLabelTranslatorStrategy())));
  5690.             $instance->setPagerType('default');
  5691.             $instance->setLabel('Environments');
  5692.             $instance->setFilterPersister(($this->privates['sonata.admin.filter_persister.session'] ?? $this->getSonata_Admin_FilterPersister_SessionService()));
  5693.             $instance->setListModes(['list' => ['class' => 'fas fa-list fa-fw'], 'mosaic' => ['class' => 'fas fa-th-large fa-fw']]);
  5694.             $instance->setTemplateRegistry(($this->services['admin.environment.template_registry'] ?? $this->getAdmin_Environment_TemplateRegistryService()));
  5695.             $instance->setSecurityInformation([]);
  5696.             $instance->setFormTheme([=> '@SonataDoctrineORMAdmin/Form/form_admin_fields.html.twig']);
  5697.             $instance->setFilterTheme([=> '@SonataDoctrineORMAdmin/Form/filter_admin_fields.html.twig']);
  5698.             $instance->addExtension(($this->privates['sonata.admin.event.extension'] ?? $this->getSonata_Admin_Event_ExtensionService()));
  5699.             $instance->initialize();
  5700.             return $instance;
  5701.         };
  5702.         return $this->factories['service_container']['admin.environment']();
  5703.     }
  5704.     /**
  5705.      * Gets the private 'admin.environmentType' autowired service.
  5706.      *
  5707.      * @return \App\Admin\EnvironmentTypeAdmin
  5708.      */
  5709.     protected function getAdmin_EnvironmentTypeService()
  5710.     {
  5711.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Templating/MutableTemplateRegistryAwareInterface.php';
  5712.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/DependencyInjection/Admin/TaggedAdminInterface.php';
  5713.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/DependencyInjection/Admin/AbstractTaggedAdmin.php';
  5714.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AccessRegistryInterface.php';
  5715.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/FieldDescription/FieldDescriptionRegistryInterface.php';
  5716.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/LifecycleHookProviderInterface.php';
  5717.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/ParentAdminInterface.php';
  5718.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/UrlGeneratorInterface.php';
  5719.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AdminInterface.php';
  5720.         include_once \dirname(__DIR__4).'/vendor/symfony/security-acl/Model/DomainObjectInterface.php';
  5721.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AdminTreeInterface.php';
  5722.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AbstractAdmin.php';
  5723.         include_once \dirname(__DIR__4).'/src/Admin/EnvironmentTypeAdmin.php';
  5724.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Exporter/DataSourceInterface.php';
  5725.         include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Exporter/DataSource.php';
  5726.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Translator/LabelTranslatorStrategyInterface.php';
  5727.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Translator/NativeLabelTranslatorStrategy.php';
  5728.         $this->factories['service_container']['admin.environmentType'] = function () {
  5729.             $instance = new \App\Admin\EnvironmentTypeAdmin('admin.environmentType''App\\Entity\\EnvironmentType''sonata.admin.controller.crud');
  5730.             $instance->setManagerType('orm');
  5731.             $instance->setModelManager(($this->services['sonata.admin.manager.orm'] ?? $this->getSonata_Admin_Manager_OrmService()));
  5732.             $instance->setDataSource(($this->privates['sonata.admin.data_source.orm'] ?? ($this->privates['sonata.admin.data_source.orm'] = new \Sonata\DoctrineORMAdminBundle\Exporter\DataSource())));
  5733.             $instance->setFieldDescriptionFactory(($this->privates['sonata.admin.field_description_factory.orm'] ?? $this->getSonata_Admin_FieldDescriptionFactory_OrmService()));
  5734.             $instance->setFormContractor(($this->privates['sonata.admin.builder.orm_form'] ?? $this->getSonata_Admin_Builder_OrmFormService()));
  5735.             $instance->setShowBuilder(($this->privates['sonata.admin.builder.orm_show'] ?? $this->getSonata_Admin_Builder_OrmShowService()));
  5736.             $instance->setListBuilder(($this->privates['sonata.admin.builder.orm_list'] ?? $this->getSonata_Admin_Builder_OrmListService()));
  5737.             $instance->setDatagridBuilder(($this->privates['sonata.admin.builder.orm_datagrid'] ?? $this->getSonata_Admin_Builder_OrmDatagridService()));
  5738.             $instance->setTranslator(($this->services['translator'] ?? $this->getTranslatorService()), false);
  5739.             $instance->setConfigurationPool(($this->privates['sonata.admin.pool'] ?? $this->getSonata_Admin_PoolService()));
  5740.             $instance->setRouteGenerator(($this->privates['sonata.admin.route.default_generator'] ?? $this->getSonata_Admin_Route_DefaultGeneratorService()));
  5741.             $instance->setSecurityHandler(($this->privates['sonata.admin.security.handler.voter'] ?? $this->getSonata_Admin_Security_Handler_VoterService()));
  5742.             $instance->setMenuFactory(($this->services['knp_menu.factory'] ?? $this->getKnpMenu_FactoryService()));
  5743.             $instance->setRouteBuilder(($this->privates['sonata.admin.route.path_info'] ?? $this->getSonata_Admin_Route_PathInfoService()));
  5744.             $instance->setLabelTranslatorStrategy(($this->privates['sonata.admin.label.strategy.native'] ?? ($this->privates['sonata.admin.label.strategy.native'] = new \Sonata\AdminBundle\Translator\NativeLabelTranslatorStrategy())));
  5745.             $instance->setPagerType('default');
  5746.             $instance->setLabel('Environment Types');
  5747.             $instance->setFilterPersister(($this->privates['sonata.admin.filter_persister.session'] ?? $this->getSonata_Admin_FilterPersister_SessionService()));
  5748.             $instance->setListModes(['list' => ['class' => 'fas fa-list fa-fw'], 'mosaic' => ['class' => 'fas fa-th-large fa-fw']]);
  5749.             $instance->setTemplateRegistry(($this->services['admin.environmentType.template_registry'] ?? $this->getAdmin_EnvironmentType_TemplateRegistryService()));
  5750.             $instance->setSecurityInformation([]);
  5751.             $instance->setFormTheme([=> '@SonataDoctrineORMAdmin/Form/form_admin_fields.html.twig']);
  5752.             $instance->setFilterTheme([=> '@SonataDoctrineORMAdmin/Form/filter_admin_fields.html.twig']);
  5753.             $instance->addExtension(($this->privates['sonata.admin.event.extension'] ?? $this->getSonata_Admin_Event_ExtensionService()));
  5754.             $instance->initialize();
  5755.             return $instance;
  5756.         };
  5757.         return $this->factories['service_container']['admin.environmentType']();
  5758.     }
  5759.     /**
  5760.      * Gets the private 'admin.file' autowired service.
  5761.      *
  5762.      * @return \App\Admin\FileAdmin
  5763.      */
  5764.     protected function getAdmin_FileService()
  5765.     {
  5766.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Templating/MutableTemplateRegistryAwareInterface.php';
  5767.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/DependencyInjection/Admin/TaggedAdminInterface.php';
  5768.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/DependencyInjection/Admin/AbstractTaggedAdmin.php';
  5769.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AccessRegistryInterface.php';
  5770.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/FieldDescription/FieldDescriptionRegistryInterface.php';
  5771.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/LifecycleHookProviderInterface.php';
  5772.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/ParentAdminInterface.php';
  5773.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/UrlGeneratorInterface.php';
  5774.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AdminInterface.php';
  5775.         include_once \dirname(__DIR__4).'/vendor/symfony/security-acl/Model/DomainObjectInterface.php';
  5776.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AdminTreeInterface.php';
  5777.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AbstractAdmin.php';
  5778.         include_once \dirname(__DIR__4).'/src/Admin/FileAdmin.php';
  5779.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Exporter/DataSourceInterface.php';
  5780.         include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Exporter/DataSource.php';
  5781.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Translator/LabelTranslatorStrategyInterface.php';
  5782.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Translator/NativeLabelTranslatorStrategy.php';
  5783.         $this->factories['service_container']['admin.file'] = function () {
  5784.             $instance = new \App\Admin\FileAdmin('admin.file''App\\Entity\\File''App\\Controller\\FileAdminController');
  5785.             $instance->setUploadDir((\dirname(__DIR__3).'/uploaded_files'));
  5786.             $instance->setManagerType('orm');
  5787.             $instance->setModelManager(($this->services['sonata.admin.manager.orm'] ?? $this->getSonata_Admin_Manager_OrmService()));
  5788.             $instance->setDataSource(($this->privates['sonata.admin.data_source.orm'] ?? ($this->privates['sonata.admin.data_source.orm'] = new \Sonata\DoctrineORMAdminBundle\Exporter\DataSource())));
  5789.             $instance->setFieldDescriptionFactory(($this->privates['sonata.admin.field_description_factory.orm'] ?? $this->getSonata_Admin_FieldDescriptionFactory_OrmService()));
  5790.             $instance->setFormContractor(($this->privates['sonata.admin.builder.orm_form'] ?? $this->getSonata_Admin_Builder_OrmFormService()));
  5791.             $instance->setShowBuilder(($this->privates['sonata.admin.builder.orm_show'] ?? $this->getSonata_Admin_Builder_OrmShowService()));
  5792.             $instance->setListBuilder(($this->privates['sonata.admin.builder.orm_list'] ?? $this->getSonata_Admin_Builder_OrmListService()));
  5793.             $instance->setDatagridBuilder(($this->privates['sonata.admin.builder.orm_datagrid'] ?? $this->getSonata_Admin_Builder_OrmDatagridService()));
  5794.             $instance->setTranslator(($this->services['translator'] ?? $this->getTranslatorService()), false);
  5795.             $instance->setConfigurationPool(($this->privates['sonata.admin.pool'] ?? $this->getSonata_Admin_PoolService()));
  5796.             $instance->setRouteGenerator(($this->privates['sonata.admin.route.default_generator'] ?? $this->getSonata_Admin_Route_DefaultGeneratorService()));
  5797.             $instance->setSecurityHandler(($this->privates['sonata.admin.security.handler.voter'] ?? $this->getSonata_Admin_Security_Handler_VoterService()));
  5798.             $instance->setMenuFactory(($this->services['knp_menu.factory'] ?? $this->getKnpMenu_FactoryService()));
  5799.             $instance->setRouteBuilder(($this->privates['sonata.admin.route.path_info'] ?? $this->getSonata_Admin_Route_PathInfoService()));
  5800.             $instance->setLabelTranslatorStrategy(($this->privates['sonata.admin.label.strategy.native'] ?? ($this->privates['sonata.admin.label.strategy.native'] = new \Sonata\AdminBundle\Translator\NativeLabelTranslatorStrategy())));
  5801.             $instance->setPagerType('default');
  5802.             $instance->setLabel('File');
  5803.             $instance->setFilterPersister(($this->privates['sonata.admin.filter_persister.session'] ?? $this->getSonata_Admin_FilterPersister_SessionService()));
  5804.             $instance->setListModes(['list' => ['class' => 'fas fa-list fa-fw'], 'mosaic' => ['class' => 'fas fa-th-large fa-fw']]);
  5805.             $instance->setTemplateRegistry(($this->services['admin.file.template_registry'] ?? $this->getAdmin_File_TemplateRegistryService()));
  5806.             $instance->setSecurityInformation([]);
  5807.             $instance->setFormTheme([=> '@SonataDoctrineORMAdmin/Form/form_admin_fields.html.twig']);
  5808.             $instance->setFilterTheme([=> '@SonataDoctrineORMAdmin/Form/filter_admin_fields.html.twig']);
  5809.             $instance->addExtension(($this->privates['sonata.admin.event.extension'] ?? $this->getSonata_Admin_Event_ExtensionService()));
  5810.             $instance->initialize();
  5811.             return $instance;
  5812.         };
  5813.         return $this->factories['service_container']['admin.file']();
  5814.     }
  5815.     /**
  5816.      * Gets the private 'admin.idp' autowired service.
  5817.      *
  5818.      * @return \App\Admin\IdpAdmin
  5819.      */
  5820.     protected function getAdmin_IdpService()
  5821.     {
  5822.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Templating/MutableTemplateRegistryAwareInterface.php';
  5823.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/DependencyInjection/Admin/TaggedAdminInterface.php';
  5824.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/DependencyInjection/Admin/AbstractTaggedAdmin.php';
  5825.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AccessRegistryInterface.php';
  5826.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/FieldDescription/FieldDescriptionRegistryInterface.php';
  5827.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/LifecycleHookProviderInterface.php';
  5828.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/ParentAdminInterface.php';
  5829.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/UrlGeneratorInterface.php';
  5830.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AdminInterface.php';
  5831.         include_once \dirname(__DIR__4).'/vendor/symfony/security-acl/Model/DomainObjectInterface.php';
  5832.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AdminTreeInterface.php';
  5833.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AbstractAdmin.php';
  5834.         include_once \dirname(__DIR__4).'/src/Admin/IdpAdmin.php';
  5835.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Exporter/DataSourceInterface.php';
  5836.         include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Exporter/DataSource.php';
  5837.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Translator/LabelTranslatorStrategyInterface.php';
  5838.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Translator/NativeLabelTranslatorStrategy.php';
  5839.         $this->factories['service_container']['admin.idp'] = function () {
  5840.             $instance = new \App\Admin\IdpAdmin('admin.idp''IDP''App\\Controller\\IdpController');
  5841.             $instance->setManagerType('orm');
  5842.             $instance->setModelManager(($this->services['sonata.admin.manager.orm'] ?? $this->getSonata_Admin_Manager_OrmService()));
  5843.             $instance->setDataSource(($this->privates['sonata.admin.data_source.orm'] ?? ($this->privates['sonata.admin.data_source.orm'] = new \Sonata\DoctrineORMAdminBundle\Exporter\DataSource())));
  5844.             $instance->setFieldDescriptionFactory(($this->privates['sonata.admin.field_description_factory.orm'] ?? $this->getSonata_Admin_FieldDescriptionFactory_OrmService()));
  5845.             $instance->setFormContractor(($this->privates['sonata.admin.builder.orm_form'] ?? $this->getSonata_Admin_Builder_OrmFormService()));
  5846.             $instance->setShowBuilder(($this->privates['sonata.admin.builder.orm_show'] ?? $this->getSonata_Admin_Builder_OrmShowService()));
  5847.             $instance->setListBuilder(($this->privates['sonata.admin.builder.orm_list'] ?? $this->getSonata_Admin_Builder_OrmListService()));
  5848.             $instance->setDatagridBuilder(($this->privates['sonata.admin.builder.orm_datagrid'] ?? $this->getSonata_Admin_Builder_OrmDatagridService()));
  5849.             $instance->setTranslator(($this->services['translator'] ?? $this->getTranslatorService()), false);
  5850.             $instance->setConfigurationPool(($this->privates['sonata.admin.pool'] ?? $this->getSonata_Admin_PoolService()));
  5851.             $instance->setRouteGenerator(($this->privates['sonata.admin.route.default_generator'] ?? $this->getSonata_Admin_Route_DefaultGeneratorService()));
  5852.             $instance->setSecurityHandler(($this->privates['sonata.admin.security.handler.voter'] ?? $this->getSonata_Admin_Security_Handler_VoterService()));
  5853.             $instance->setMenuFactory(($this->services['knp_menu.factory'] ?? $this->getKnpMenu_FactoryService()));
  5854.             $instance->setRouteBuilder(($this->privates['sonata.admin.route.path_info'] ?? $this->getSonata_Admin_Route_PathInfoService()));
  5855.             $instance->setLabelTranslatorStrategy(($this->privates['sonata.admin.label.strategy.native'] ?? ($this->privates['sonata.admin.label.strategy.native'] = new \Sonata\AdminBundle\Translator\NativeLabelTranslatorStrategy())));
  5856.             $instance->setPagerType('default');
  5857.             $instance->setLabel('IDP Metadata generator');
  5858.             $instance->setFilterPersister(($this->privates['sonata.admin.filter_persister.session'] ?? $this->getSonata_Admin_FilterPersister_SessionService()));
  5859.             $instance->setListModes(['list' => ['class' => 'fas fa-list fa-fw'], 'mosaic' => ['class' => 'fas fa-th-large fa-fw']]);
  5860.             $instance->setTemplateRegistry(($this->services['admin.idp.template_registry'] ?? $this->getAdmin_Idp_TemplateRegistryService()));
  5861.             $instance->setSecurityInformation([]);
  5862.             $instance->setFormTheme([=> '@SonataDoctrineORMAdmin/Form/form_admin_fields.html.twig']);
  5863.             $instance->setFilterTheme([=> '@SonataDoctrineORMAdmin/Form/filter_admin_fields.html.twig']);
  5864.             $instance->addExtension(($this->privates['sonata.admin.event.extension'] ?? $this->getSonata_Admin_Event_ExtensionService()));
  5865.             $instance->initialize();
  5866.             return $instance;
  5867.         };
  5868.         return $this->factories['service_container']['admin.idp']();
  5869.     }
  5870.     /**
  5871.      * Gets the private 'admin.job' autowired service.
  5872.      *
  5873.      * @return \App\Admin\JobAdmin
  5874.      */
  5875.     protected function getAdmin_JobService()
  5876.     {
  5877.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Templating/MutableTemplateRegistryAwareInterface.php';
  5878.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/DependencyInjection/Admin/TaggedAdminInterface.php';
  5879.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/DependencyInjection/Admin/AbstractTaggedAdmin.php';
  5880.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AccessRegistryInterface.php';
  5881.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/FieldDescription/FieldDescriptionRegistryInterface.php';
  5882.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/LifecycleHookProviderInterface.php';
  5883.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/ParentAdminInterface.php';
  5884.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/UrlGeneratorInterface.php';
  5885.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AdminInterface.php';
  5886.         include_once \dirname(__DIR__4).'/vendor/symfony/security-acl/Model/DomainObjectInterface.php';
  5887.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AdminTreeInterface.php';
  5888.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AbstractAdmin.php';
  5889.         include_once \dirname(__DIR__4).'/src/Admin/JobAdmin.php';
  5890.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Exporter/DataSourceInterface.php';
  5891.         include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Exporter/DataSource.php';
  5892.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Translator/LabelTranslatorStrategyInterface.php';
  5893.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Translator/NativeLabelTranslatorStrategy.php';
  5894.         $this->factories['service_container']['admin.job'] = function () {
  5895.             $instance = new \App\Admin\JobAdmin('admin.job''App\\Entity\\Job''App\\Controller\\JobAdminController');
  5896.             $instance->setManagerType('orm');
  5897.             $instance->setModelManager(($this->services['sonata.admin.manager.orm'] ?? $this->getSonata_Admin_Manager_OrmService()));
  5898.             $instance->setDataSource(($this->privates['sonata.admin.data_source.orm'] ?? ($this->privates['sonata.admin.data_source.orm'] = new \Sonata\DoctrineORMAdminBundle\Exporter\DataSource())));
  5899.             $instance->setFieldDescriptionFactory(($this->privates['sonata.admin.field_description_factory.orm'] ?? $this->getSonata_Admin_FieldDescriptionFactory_OrmService()));
  5900.             $instance->setFormContractor(($this->privates['sonata.admin.builder.orm_form'] ?? $this->getSonata_Admin_Builder_OrmFormService()));
  5901.             $instance->setShowBuilder(($this->privates['sonata.admin.builder.orm_show'] ?? $this->getSonata_Admin_Builder_OrmShowService()));
  5902.             $instance->setListBuilder(($this->privates['sonata.admin.builder.orm_list'] ?? $this->getSonata_Admin_Builder_OrmListService()));
  5903.             $instance->setDatagridBuilder(($this->privates['sonata.admin.builder.orm_datagrid'] ?? $this->getSonata_Admin_Builder_OrmDatagridService()));
  5904.             $instance->setTranslator(($this->services['translator'] ?? $this->getTranslatorService()), false);
  5905.             $instance->setConfigurationPool(($this->privates['sonata.admin.pool'] ?? $this->getSonata_Admin_PoolService()));
  5906.             $instance->setRouteGenerator(($this->privates['sonata.admin.route.default_generator'] ?? $this->getSonata_Admin_Route_DefaultGeneratorService()));
  5907.             $instance->setSecurityHandler(($this->privates['sonata.admin.security.handler.voter'] ?? $this->getSonata_Admin_Security_Handler_VoterService()));
  5908.             $instance->setMenuFactory(($this->services['knp_menu.factory'] ?? $this->getKnpMenu_FactoryService()));
  5909.             $instance->setRouteBuilder(($this->privates['sonata.admin.route.path_info'] ?? $this->getSonata_Admin_Route_PathInfoService()));
  5910.             $instance->setLabelTranslatorStrategy(($this->privates['sonata.admin.label.strategy.native'] ?? ($this->privates['sonata.admin.label.strategy.native'] = new \Sonata\AdminBundle\Translator\NativeLabelTranslatorStrategy())));
  5911.             $instance->setPagerType('default');
  5912.             $instance->setLabel('Jobs');
  5913.             $instance->setFilterPersister(($this->privates['sonata.admin.filter_persister.session'] ?? $this->getSonata_Admin_FilterPersister_SessionService()));
  5914.             $instance->setListModes(['list' => ['class' => 'fas fa-list fa-fw'], 'mosaic' => ['class' => 'fas fa-th-large fa-fw']]);
  5915.             $instance->setTemplateRegistry(($this->services['admin.job.template_registry'] ?? $this->getAdmin_Job_TemplateRegistryService()));
  5916.             $instance->setSecurityInformation([]);
  5917.             $instance->setFormTheme([=> '@SonataDoctrineORMAdmin/Form/form_admin_fields.html.twig']);
  5918.             $instance->setFilterTheme([=> '@SonataDoctrineORMAdmin/Form/filter_admin_fields.html.twig']);
  5919.             $instance->addExtension(($this->privates['sonata.admin.event.extension'] ?? $this->getSonata_Admin_Event_ExtensionService()));
  5920.             $instance->initialize();
  5921.             return $instance;
  5922.         };
  5923.         return $this->factories['service_container']['admin.job']();
  5924.     }
  5925.     /**
  5926.      * Gets the private 'admin.maintenance' autowired service.
  5927.      *
  5928.      * @return \App\Admin\MaintenanceAdmin
  5929.      */
  5930.     protected function getAdmin_MaintenanceService()
  5931.     {
  5932.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Templating/MutableTemplateRegistryAwareInterface.php';
  5933.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/DependencyInjection/Admin/TaggedAdminInterface.php';
  5934.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/DependencyInjection/Admin/AbstractTaggedAdmin.php';
  5935.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AccessRegistryInterface.php';
  5936.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/FieldDescription/FieldDescriptionRegistryInterface.php';
  5937.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/LifecycleHookProviderInterface.php';
  5938.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/ParentAdminInterface.php';
  5939.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/UrlGeneratorInterface.php';
  5940.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AdminInterface.php';
  5941.         include_once \dirname(__DIR__4).'/vendor/symfony/security-acl/Model/DomainObjectInterface.php';
  5942.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AdminTreeInterface.php';
  5943.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AbstractAdmin.php';
  5944.         include_once \dirname(__DIR__4).'/src/Admin/MaintenanceAdmin.php';
  5945.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Exporter/DataSourceInterface.php';
  5946.         include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Exporter/DataSource.php';
  5947.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Translator/LabelTranslatorStrategyInterface.php';
  5948.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Translator/NativeLabelTranslatorStrategy.php';
  5949.         $this->factories['service_container']['admin.maintenance'] = function () {
  5950.             $instance = new \App\Admin\MaintenanceAdmin('admin.maintenance''Maintenance''App\\Controller\\MaintenanceController');
  5951.             $instance->setManagerType('orm');
  5952.             $instance->setModelManager(($this->services['sonata.admin.manager.orm'] ?? $this->getSonata_Admin_Manager_OrmService()));
  5953.             $instance->setDataSource(($this->privates['sonata.admin.data_source.orm'] ?? ($this->privates['sonata.admin.data_source.orm'] = new \Sonata\DoctrineORMAdminBundle\Exporter\DataSource())));
  5954.             $instance->setFieldDescriptionFactory(($this->privates['sonata.admin.field_description_factory.orm'] ?? $this->getSonata_Admin_FieldDescriptionFactory_OrmService()));
  5955.             $instance->setFormContractor(($this->privates['sonata.admin.builder.orm_form'] ?? $this->getSonata_Admin_Builder_OrmFormService()));
  5956.             $instance->setShowBuilder(($this->privates['sonata.admin.builder.orm_show'] ?? $this->getSonata_Admin_Builder_OrmShowService()));
  5957.             $instance->setListBuilder(($this->privates['sonata.admin.builder.orm_list'] ?? $this->getSonata_Admin_Builder_OrmListService()));
  5958.             $instance->setDatagridBuilder(($this->privates['sonata.admin.builder.orm_datagrid'] ?? $this->getSonata_Admin_Builder_OrmDatagridService()));
  5959.             $instance->setTranslator(($this->services['translator'] ?? $this->getTranslatorService()), false);
  5960.             $instance->setConfigurationPool(($this->privates['sonata.admin.pool'] ?? $this->getSonata_Admin_PoolService()));
  5961.             $instance->setRouteGenerator(($this->privates['sonata.admin.route.default_generator'] ?? $this->getSonata_Admin_Route_DefaultGeneratorService()));
  5962.             $instance->setSecurityHandler(($this->privates['sonata.admin.security.handler.voter'] ?? $this->getSonata_Admin_Security_Handler_VoterService()));
  5963.             $instance->setMenuFactory(($this->services['knp_menu.factory'] ?? $this->getKnpMenu_FactoryService()));
  5964.             $instance->setRouteBuilder(($this->privates['sonata.admin.route.path_info'] ?? $this->getSonata_Admin_Route_PathInfoService()));
  5965.             $instance->setLabelTranslatorStrategy(($this->privates['sonata.admin.label.strategy.native'] ?? ($this->privates['sonata.admin.label.strategy.native'] = new \Sonata\AdminBundle\Translator\NativeLabelTranslatorStrategy())));
  5966.             $instance->setPagerType('default');
  5967.             $instance->setLabel('Maintenance');
  5968.             $instance->setFilterPersister(($this->privates['sonata.admin.filter_persister.session'] ?? $this->getSonata_Admin_FilterPersister_SessionService()));
  5969.             $instance->setListModes(['list' => ['class' => 'fas fa-list fa-fw'], 'mosaic' => ['class' => 'fas fa-th-large fa-fw']]);
  5970.             $instance->setTemplateRegistry(($this->services['admin.maintenance.template_registry'] ?? $this->getAdmin_Maintenance_TemplateRegistryService()));
  5971.             $instance->setSecurityInformation([]);
  5972.             $instance->setFormTheme([=> '@SonataDoctrineORMAdmin/Form/form_admin_fields.html.twig']);
  5973.             $instance->setFilterTheme([=> '@SonataDoctrineORMAdmin/Form/filter_admin_fields.html.twig']);
  5974.             $instance->addExtension(($this->privates['sonata.admin.event.extension'] ?? $this->getSonata_Admin_Event_ExtensionService()));
  5975.             $instance->initialize();
  5976.             return $instance;
  5977.         };
  5978.         return $this->factories['service_container']['admin.maintenance']();
  5979.     }
  5980.     /**
  5981.      * Gets the private 'admin.massquery' autowired service.
  5982.      *
  5983.      * @return \App\Admin\MassQueryAdmin
  5984.      */
  5985.     protected function getAdmin_MassqueryService()
  5986.     {
  5987.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Templating/MutableTemplateRegistryAwareInterface.php';
  5988.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/DependencyInjection/Admin/TaggedAdminInterface.php';
  5989.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/DependencyInjection/Admin/AbstractTaggedAdmin.php';
  5990.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AccessRegistryInterface.php';
  5991.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/FieldDescription/FieldDescriptionRegistryInterface.php';
  5992.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/LifecycleHookProviderInterface.php';
  5993.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/ParentAdminInterface.php';
  5994.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/UrlGeneratorInterface.php';
  5995.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AdminInterface.php';
  5996.         include_once \dirname(__DIR__4).'/vendor/symfony/security-acl/Model/DomainObjectInterface.php';
  5997.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AdminTreeInterface.php';
  5998.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AbstractAdmin.php';
  5999.         include_once \dirname(__DIR__4).'/src/Admin/MassQueryAdmin.php';
  6000.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Exporter/DataSourceInterface.php';
  6001.         include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Exporter/DataSource.php';
  6002.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Translator/LabelTranslatorStrategyInterface.php';
  6003.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Translator/NativeLabelTranslatorStrategy.php';
  6004.         $this->factories['service_container']['admin.massquery'] = function () {
  6005.             $instance = new \App\Admin\MassQueryAdmin('admin.massquery''MassQuery''App\\Controller\\MassQueryController');
  6006.             $instance->setManagerType('orm');
  6007.             $instance->setModelManager(($this->services['sonata.admin.manager.orm'] ?? $this->getSonata_Admin_Manager_OrmService()));
  6008.             $instance->setDataSource(($this->privates['sonata.admin.data_source.orm'] ?? ($this->privates['sonata.admin.data_source.orm'] = new \Sonata\DoctrineORMAdminBundle\Exporter\DataSource())));
  6009.             $instance->setFieldDescriptionFactory(($this->privates['sonata.admin.field_description_factory.orm'] ?? $this->getSonata_Admin_FieldDescriptionFactory_OrmService()));
  6010.             $instance->setFormContractor(($this->privates['sonata.admin.builder.orm_form'] ?? $this->getSonata_Admin_Builder_OrmFormService()));
  6011.             $instance->setShowBuilder(($this->privates['sonata.admin.builder.orm_show'] ?? $this->getSonata_Admin_Builder_OrmShowService()));
  6012.             $instance->setListBuilder(($this->privates['sonata.admin.builder.orm_list'] ?? $this->getSonata_Admin_Builder_OrmListService()));
  6013.             $instance->setDatagridBuilder(($this->privates['sonata.admin.builder.orm_datagrid'] ?? $this->getSonata_Admin_Builder_OrmDatagridService()));
  6014.             $instance->setTranslator(($this->services['translator'] ?? $this->getTranslatorService()), false);
  6015.             $instance->setConfigurationPool(($this->privates['sonata.admin.pool'] ?? $this->getSonata_Admin_PoolService()));
  6016.             $instance->setRouteGenerator(($this->privates['sonata.admin.route.default_generator'] ?? $this->getSonata_Admin_Route_DefaultGeneratorService()));
  6017.             $instance->setSecurityHandler(($this->privates['sonata.admin.security.handler.voter'] ?? $this->getSonata_Admin_Security_Handler_VoterService()));
  6018.             $instance->setMenuFactory(($this->services['knp_menu.factory'] ?? $this->getKnpMenu_FactoryService()));
  6019.             $instance->setRouteBuilder(($this->privates['sonata.admin.route.path_info'] ?? $this->getSonata_Admin_Route_PathInfoService()));
  6020.             $instance->setLabelTranslatorStrategy(($this->privates['sonata.admin.label.strategy.native'] ?? ($this->privates['sonata.admin.label.strategy.native'] = new \Sonata\AdminBundle\Translator\NativeLabelTranslatorStrategy())));
  6021.             $instance->setPagerType('default');
  6022.             $instance->setLabel('Mass Query');
  6023.             $instance->setFilterPersister(($this->privates['sonata.admin.filter_persister.session'] ?? $this->getSonata_Admin_FilterPersister_SessionService()));
  6024.             $instance->setListModes(['list' => ['class' => 'fas fa-list fa-fw'], 'mosaic' => ['class' => 'fas fa-th-large fa-fw']]);
  6025.             $instance->setTemplateRegistry(($this->services['admin.massquery.template_registry'] ?? $this->getAdmin_Massquery_TemplateRegistryService()));
  6026.             $instance->setSecurityInformation([]);
  6027.             $instance->setFormTheme([=> '@SonataDoctrineORMAdmin/Form/form_admin_fields.html.twig']);
  6028.             $instance->setFilterTheme([=> '@SonataDoctrineORMAdmin/Form/filter_admin_fields.html.twig']);
  6029.             $instance->addExtension(($this->privates['sonata.admin.event.extension'] ?? $this->getSonata_Admin_Event_ExtensionService()));
  6030.             $instance->initialize();
  6031.             return $instance;
  6032.         };
  6033.         return $this->factories['service_container']['admin.massquery']();
  6034.     }
  6035.     /**
  6036.      * Gets the private 'admin.mobileapp' autowired service.
  6037.      *
  6038.      * @return \App\Admin\MobileAppAdmin
  6039.      */
  6040.     protected function getAdmin_MobileappService()
  6041.     {
  6042.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Templating/MutableTemplateRegistryAwareInterface.php';
  6043.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/DependencyInjection/Admin/TaggedAdminInterface.php';
  6044.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/DependencyInjection/Admin/AbstractTaggedAdmin.php';
  6045.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AccessRegistryInterface.php';
  6046.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/FieldDescription/FieldDescriptionRegistryInterface.php';
  6047.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/LifecycleHookProviderInterface.php';
  6048.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/ParentAdminInterface.php';
  6049.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/UrlGeneratorInterface.php';
  6050.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AdminInterface.php';
  6051.         include_once \dirname(__DIR__4).'/vendor/symfony/security-acl/Model/DomainObjectInterface.php';
  6052.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AdminTreeInterface.php';
  6053.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AbstractAdmin.php';
  6054.         include_once \dirname(__DIR__4).'/src/Admin/MobileAppAdmin.php';
  6055.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Exporter/DataSourceInterface.php';
  6056.         include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Exporter/DataSource.php';
  6057.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Translator/LabelTranslatorStrategyInterface.php';
  6058.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Translator/NativeLabelTranslatorStrategy.php';
  6059.         $this->factories['service_container']['admin.mobileapp'] = function () {
  6060.             $instance = new \App\Admin\MobileAppAdmin('admin.mobileapp''MobileApp''App\\Controller\\MobileAppController');
  6061.             $instance->setManagerType('orm');
  6062.             $instance->setModelManager(($this->services['sonata.admin.manager.orm'] ?? $this->getSonata_Admin_Manager_OrmService()));
  6063.             $instance->setDataSource(($this->privates['sonata.admin.data_source.orm'] ?? ($this->privates['sonata.admin.data_source.orm'] = new \Sonata\DoctrineORMAdminBundle\Exporter\DataSource())));
  6064.             $instance->setFieldDescriptionFactory(($this->privates['sonata.admin.field_description_factory.orm'] ?? $this->getSonata_Admin_FieldDescriptionFactory_OrmService()));
  6065.             $instance->setFormContractor(($this->privates['sonata.admin.builder.orm_form'] ?? $this->getSonata_Admin_Builder_OrmFormService()));
  6066.             $instance->setShowBuilder(($this->privates['sonata.admin.builder.orm_show'] ?? $this->getSonata_Admin_Builder_OrmShowService()));
  6067.             $instance->setListBuilder(($this->privates['sonata.admin.builder.orm_list'] ?? $this->getSonata_Admin_Builder_OrmListService()));
  6068.             $instance->setDatagridBuilder(($this->privates['sonata.admin.builder.orm_datagrid'] ?? $this->getSonata_Admin_Builder_OrmDatagridService()));
  6069.             $instance->setTranslator(($this->services['translator'] ?? $this->getTranslatorService()), false);
  6070.             $instance->setConfigurationPool(($this->privates['sonata.admin.pool'] ?? $this->getSonata_Admin_PoolService()));
  6071.             $instance->setRouteGenerator(($this->privates['sonata.admin.route.default_generator'] ?? $this->getSonata_Admin_Route_DefaultGeneratorService()));
  6072.             $instance->setSecurityHandler(($this->privates['sonata.admin.security.handler.voter'] ?? $this->getSonata_Admin_Security_Handler_VoterService()));
  6073.             $instance->setMenuFactory(($this->services['knp_menu.factory'] ?? $this->getKnpMenu_FactoryService()));
  6074.             $instance->setRouteBuilder(($this->privates['sonata.admin.route.path_info'] ?? $this->getSonata_Admin_Route_PathInfoService()));
  6075.             $instance->setLabelTranslatorStrategy(($this->privates['sonata.admin.label.strategy.native'] ?? ($this->privates['sonata.admin.label.strategy.native'] = new \Sonata\AdminBundle\Translator\NativeLabelTranslatorStrategy())));
  6076.             $instance->setPagerType('default');
  6077.             $instance->setLabel('MobileApp code upload');
  6078.             $instance->setFilterPersister(($this->privates['sonata.admin.filter_persister.session'] ?? $this->getSonata_Admin_FilterPersister_SessionService()));
  6079.             $instance->setListModes(['list' => ['class' => 'fas fa-list fa-fw'], 'mosaic' => ['class' => 'fas fa-th-large fa-fw']]);
  6080.             $instance->setTemplateRegistry(($this->services['admin.mobileapp.template_registry'] ?? $this->getAdmin_Mobileapp_TemplateRegistryService()));
  6081.             $instance->setSecurityInformation([]);
  6082.             $instance->setFormTheme([=> '@SonataDoctrineORMAdmin/Form/form_admin_fields.html.twig']);
  6083.             $instance->setFilterTheme([=> '@SonataDoctrineORMAdmin/Form/filter_admin_fields.html.twig']);
  6084.             $instance->addExtension(($this->privates['sonata.admin.event.extension'] ?? $this->getSonata_Admin_Event_ExtensionService()));
  6085.             $instance->initialize();
  6086.             return $instance;
  6087.         };
  6088.         return $this->factories['service_container']['admin.mobileapp']();
  6089.     }
  6090.     /**
  6091.      * Gets the private 'admin.project' autowired service.
  6092.      *
  6093.      * @return \App\Admin\ProjectAdmin
  6094.      */
  6095.     protected function getAdmin_ProjectService()
  6096.     {
  6097.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Templating/MutableTemplateRegistryAwareInterface.php';
  6098.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/DependencyInjection/Admin/TaggedAdminInterface.php';
  6099.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/DependencyInjection/Admin/AbstractTaggedAdmin.php';
  6100.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AccessRegistryInterface.php';
  6101.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/FieldDescription/FieldDescriptionRegistryInterface.php';
  6102.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/LifecycleHookProviderInterface.php';
  6103.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/ParentAdminInterface.php';
  6104.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/UrlGeneratorInterface.php';
  6105.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AdminInterface.php';
  6106.         include_once \dirname(__DIR__4).'/vendor/symfony/security-acl/Model/DomainObjectInterface.php';
  6107.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AdminTreeInterface.php';
  6108.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AbstractAdmin.php';
  6109.         include_once \dirname(__DIR__4).'/src/Admin/ProjectAdmin.php';
  6110.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Exporter/DataSourceInterface.php';
  6111.         include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Exporter/DataSource.php';
  6112.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Translator/LabelTranslatorStrategyInterface.php';
  6113.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Translator/NativeLabelTranslatorStrategy.php';
  6114.         $this->factories['service_container']['admin.project'] = function () {
  6115.             $instance = new \App\Admin\ProjectAdmin('admin.project''App\\Entity\\Project''App\\Controller\\ProjectAdminController');
  6116.             $instance->setContainer($this);
  6117.             $instance->setManagerType('orm');
  6118.             $instance->setModelManager(($this->services['sonata.admin.manager.orm'] ?? $this->getSonata_Admin_Manager_OrmService()));
  6119.             $instance->setDataSource(($this->privates['sonata.admin.data_source.orm'] ?? ($this->privates['sonata.admin.data_source.orm'] = new \Sonata\DoctrineORMAdminBundle\Exporter\DataSource())));
  6120.             $instance->setFieldDescriptionFactory(($this->privates['sonata.admin.field_description_factory.orm'] ?? $this->getSonata_Admin_FieldDescriptionFactory_OrmService()));
  6121.             $instance->setFormContractor(($this->privates['sonata.admin.builder.orm_form'] ?? $this->getSonata_Admin_Builder_OrmFormService()));
  6122.             $instance->setShowBuilder(($this->privates['sonata.admin.builder.orm_show'] ?? $this->getSonata_Admin_Builder_OrmShowService()));
  6123.             $instance->setListBuilder(($this->privates['sonata.admin.builder.orm_list'] ?? $this->getSonata_Admin_Builder_OrmListService()));
  6124.             $instance->setDatagridBuilder(($this->privates['sonata.admin.builder.orm_datagrid'] ?? $this->getSonata_Admin_Builder_OrmDatagridService()));
  6125.             $instance->setTranslator(($this->services['translator'] ?? $this->getTranslatorService()), false);
  6126.             $instance->setConfigurationPool(($this->privates['sonata.admin.pool'] ?? $this->getSonata_Admin_PoolService()));
  6127.             $instance->setRouteGenerator(($this->privates['sonata.admin.route.default_generator'] ?? $this->getSonata_Admin_Route_DefaultGeneratorService()));
  6128.             $instance->setSecurityHandler(($this->privates['sonata.admin.security.handler.voter'] ?? $this->getSonata_Admin_Security_Handler_VoterService()));
  6129.             $instance->setMenuFactory(($this->services['knp_menu.factory'] ?? $this->getKnpMenu_FactoryService()));
  6130.             $instance->setRouteBuilder(($this->privates['sonata.admin.route.path_info'] ?? $this->getSonata_Admin_Route_PathInfoService()));
  6131.             $instance->setLabelTranslatorStrategy(($this->privates['sonata.admin.label.strategy.native'] ?? ($this->privates['sonata.admin.label.strategy.native'] = new \Sonata\AdminBundle\Translator\NativeLabelTranslatorStrategy())));
  6132.             $instance->setPagerType('default');
  6133.             $instance->setLabel('Projects');
  6134.             $instance->setFilterPersister(($this->privates['sonata.admin.filter_persister.session'] ?? $this->getSonata_Admin_FilterPersister_SessionService()));
  6135.             $instance->setListModes(['list' => ['class' => 'fas fa-list fa-fw'], 'mosaic' => ['class' => 'fas fa-th-large fa-fw']]);
  6136.             $instance->setTemplateRegistry(($this->services['admin.project.template_registry'] ?? $this->getAdmin_Project_TemplateRegistryService()));
  6137.             $instance->setSecurityInformation([]);
  6138.             $instance->setFormTheme([=> '@SonataDoctrineORMAdmin/Form/form_admin_fields.html.twig']);
  6139.             $instance->setFilterTheme([=> '@SonataDoctrineORMAdmin/Form/filter_admin_fields.html.twig']);
  6140.             $instance->addExtension(($this->privates['sonata.admin.event.extension'] ?? $this->getSonata_Admin_Event_ExtensionService()));
  6141.             $instance->initialize();
  6142.             return $instance;
  6143.         };
  6144.         return $this->factories['service_container']['admin.project']();
  6145.     }
  6146.     /**
  6147.      * Gets the private 'annotations.cache_adapter' shared service.
  6148.      *
  6149.      * @return \Symfony\Component\Cache\Adapter\PhpArrayAdapter
  6150.      */
  6151.     protected function getAnnotations_CacheAdapterService()
  6152.     {
  6153.         return \Symfony\Component\Cache\Adapter\PhpArrayAdapter::create(($this->targetDir.''.'/annotations.php'), ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService()));
  6154.     }
  6155.     /**
  6156.      * Gets the private 'annotations.cache_warmer' shared service.
  6157.      *
  6158.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\AnnotationsCacheWarmer
  6159.      */
  6160.     protected function getAnnotations_CacheWarmerService()
  6161.     {
  6162.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  6163.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/AbstractPhpFileCacheWarmer.php';
  6164.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/AnnotationsCacheWarmer.php';
  6165.         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);
  6166.     }
  6167.     /**
  6168.      * Gets the private 'annotations.cached_reader' shared service.
  6169.      *
  6170.      * @return \Doctrine\Common\Annotations\PsrCachedReader
  6171.      */
  6172.     protected function getAnnotations_CachedReaderService()
  6173.     {
  6174.         return $this->privates['annotations.cached_reader'] = new \Doctrine\Common\Annotations\PsrCachedReader(($this->privates['annotations.reader'] ?? $this->getAnnotations_ReaderService()), $this->getAnnotations_CacheAdapterService(), true);
  6175.     }
  6176.     /**
  6177.      * Gets the private 'annotations.reader' shared service.
  6178.      *
  6179.      * @return \Doctrine\Common\Annotations\AnnotationReader
  6180.      */
  6181.     protected function getAnnotations_ReaderService()
  6182.     {
  6183.         $this->privates['annotations.reader'] = $instance = new \Doctrine\Common\Annotations\AnnotationReader();
  6184.         $a = new \Doctrine\Common\Annotations\AnnotationRegistry();
  6185.         $a->registerUniqueLoader('class_exists');
  6186.         $instance->addGlobalIgnoredName('required'$a);
  6187.         return $instance;
  6188.     }
  6189.     /**
  6190.      * Gets the private 'cache.annotations' shared service.
  6191.      *
  6192.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  6193.      */
  6194.     protected function getCache_AnnotationsService()
  6195.     {
  6196.         return $this->privates['cache.annotations'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('gpogxA5O71'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  6197.     }
  6198.     /**
  6199.      * Gets the private 'cache.doctrine.orm.default.query' shared service.
  6200.      *
  6201.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  6202.      */
  6203.     protected function getCache_Doctrine_Orm_Default_QueryService()
  6204.     {
  6205.         return $this->privates['cache.doctrine.orm.default.query'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  6206.     }
  6207.     /**
  6208.      * Gets the private 'cache.doctrine.orm.default.result' shared service.
  6209.      *
  6210.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  6211.      */
  6212.     protected function getCache_Doctrine_Orm_Default_ResultService()
  6213.     {
  6214.         return $this->privates['cache.doctrine.orm.default.result'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  6215.     }
  6216.     /**
  6217.      * Gets the private 'cache.property_info' shared service.
  6218.      *
  6219.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  6220.      */
  6221.     protected function getCache_PropertyInfoService()
  6222.     {
  6223.         return $this->privates['cache.property_info'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('FrN4zPj6Il'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  6224.     }
  6225.     /**
  6226.      * Gets the private 'cache.security_expression_language' shared service.
  6227.      *
  6228.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  6229.      */
  6230.     protected function getCache_SecurityExpressionLanguageService()
  6231.     {
  6232.         return $this->privates['cache.security_expression_language'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('He5HunaB-W'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  6233.     }
  6234.     /**
  6235.      * Gets the private 'cache.serializer' shared service.
  6236.      *
  6237.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  6238.      */
  6239.     protected function getCache_SerializerService()
  6240.     {
  6241.         return $this->privates['cache.serializer'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('kuhBXpfozX'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  6242.     }
  6243.     /**
  6244.      * Gets the private 'cache.validator' shared service.
  6245.      *
  6246.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  6247.      */
  6248.     protected function getCache_ValidatorService()
  6249.     {
  6250.         return $this->privates['cache.validator'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('QqxWh5RjDq'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  6251.     }
  6252.     /**
  6253.      * Gets the private 'cache_pool_clearer.cache_warmer' shared service.
  6254.      *
  6255.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\CachePoolClearerCacheWarmer
  6256.      */
  6257.     protected function getCachePoolClearer_CacheWarmerService()
  6258.     {
  6259.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  6260.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/CachePoolClearerCacheWarmer.php';
  6261.         return $this->privates['cache_pool_clearer.cache_warmer'] = new \Symfony\Bundle\FrameworkBundle\CacheWarmer\CachePoolClearerCacheWarmer(($this->services['cache.system_clearer'] ?? $this->getCache_SystemClearerService()), [=> 'cache.validator'=> 'cache.serializer']);
  6262.     }
  6263.     /**
  6264.      * Gets the private 'config_builder.warmer' shared service.
  6265.      *
  6266.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\ConfigBuilderCacheWarmer
  6267.      */
  6268.     protected function getConfigBuilder_WarmerService()
  6269.     {
  6270.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  6271.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/ConfigBuilderCacheWarmer.php';
  6272.         return $this->privates['config_builder.warmer'] = new \Symfony\Bundle\FrameworkBundle\CacheWarmer\ConfigBuilderCacheWarmer(($this->services['kernel'] ?? $this->get('kernel'1)), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  6273.     }
  6274.     /**
  6275.      * Gets the private 'config_cache_factory' shared service.
  6276.      *
  6277.      * @return \Symfony\Component\Config\ResourceCheckerConfigCacheFactory
  6278.      */
  6279.     protected function getConfigCacheFactoryService()
  6280.     {
  6281.         return $this->privates['config_cache_factory'] = new \Symfony\Component\Config\ResourceCheckerConfigCacheFactory(new RewindableGenerator(function () {
  6282.             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)));
  6283.             yield => ($this->privates['config.resource.self_checking_resource_checker'] ?? ($this->privates['config.resource.self_checking_resource_checker'] = new \Symfony\Component\Config\Resource\SelfCheckingResourceChecker()));
  6284.         }, 2));
  6285.     }
  6286.     /**
  6287.      * Gets the private 'console.command.about' shared service.
  6288.      *
  6289.      * @return \Symfony\Bundle\FrameworkBundle\Command\AboutCommand
  6290.      */
  6291.     protected function getConsole_Command_AboutService()
  6292.     {
  6293.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6294.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/AboutCommand.php';
  6295.         $this->privates['console.command.about'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\AboutCommand();
  6296.         $instance->setName('about');
  6297.         $instance->setDescription('Display information about the current project');
  6298.         return $instance;
  6299.     }
  6300.     /**
  6301.      * Gets the private 'console.command.assets_install' shared service.
  6302.      *
  6303.      * @return \Symfony\Bundle\FrameworkBundle\Command\AssetsInstallCommand
  6304.      */
  6305.     protected function getConsole_Command_AssetsInstallService()
  6306.     {
  6307.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6308.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/AssetsInstallCommand.php';
  6309.         include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  6310.         $this->privates['console.command.assets_install'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\AssetsInstallCommand(($this->services['.container.private.filesystem'] ?? ($this->services['.container.private.filesystem'] = new \Symfony\Component\Filesystem\Filesystem())), \dirname(__DIR__4));
  6311.         $instance->setName('assets:install');
  6312.         $instance->setDescription('Install bundle\'s web assets under a public directory');
  6313.         return $instance;
  6314.     }
  6315.     /**
  6316.      * Gets the private 'console.command.cache_clear' shared service.
  6317.      *
  6318.      * @return \Symfony\Bundle\FrameworkBundle\Command\CacheClearCommand
  6319.      */
  6320.     protected function getConsole_Command_CacheClearService()
  6321.     {
  6322.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6323.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/CacheClearCommand.php';
  6324.         include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  6325.         $this->privates['console.command.cache_clear'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\CacheClearCommand(($this->services['.container.private.cache_clearer'] ?? $this->get_Container_Private_CacheClearerService()), ($this->services['.container.private.filesystem'] ?? ($this->services['.container.private.filesystem'] = new \Symfony\Component\Filesystem\Filesystem())));
  6326.         $instance->setName('cache:clear');
  6327.         $instance->setDescription('Clear the cache');
  6328.         return $instance;
  6329.     }
  6330.     /**
  6331.      * Gets the private 'console.command.cache_pool_clear' shared service.
  6332.      *
  6333.      * @return \Symfony\Bundle\FrameworkBundle\Command\CachePoolClearCommand
  6334.      */
  6335.     protected function getConsole_Command_CachePoolClearService()
  6336.     {
  6337.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6338.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/CachePoolClearCommand.php';
  6339.         $this->privates['console.command.cache_pool_clear'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\CachePoolClearCommand(($this->services['cache.global_clearer'] ?? $this->getCache_GlobalClearerService()), [=> 'cache.app'=> 'cache.system'=> 'cache.validator'=> 'cache.serializer'=> 'cache.annotations'=> 'cache.property_info'=> 'cache.validator_expression_language'=> 'cache.security_expression_language'=> 'cache.doctrine.orm.default.result'=> 'cache.doctrine.orm.default.query']);
  6340.         $instance->setName('cache:pool:clear');
  6341.         $instance->setDescription('Clear cache pools');
  6342.         return $instance;
  6343.     }
  6344.     /**
  6345.      * Gets the private 'console.command.cache_pool_delete' shared service.
  6346.      *
  6347.      * @return \Symfony\Bundle\FrameworkBundle\Command\CachePoolDeleteCommand
  6348.      */
  6349.     protected function getConsole_Command_CachePoolDeleteService()
  6350.     {
  6351.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6352.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/CachePoolDeleteCommand.php';
  6353.         $this->privates['console.command.cache_pool_delete'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\CachePoolDeleteCommand(($this->services['cache.global_clearer'] ?? $this->getCache_GlobalClearerService()), [=> 'cache.app'=> 'cache.system'=> 'cache.validator'=> 'cache.serializer'=> 'cache.annotations'=> 'cache.property_info'=> 'cache.validator_expression_language'=> 'cache.security_expression_language'=> 'cache.doctrine.orm.default.result'=> 'cache.doctrine.orm.default.query']);
  6354.         $instance->setName('cache:pool:delete');
  6355.         $instance->setDescription('Delete an item from a cache pool');
  6356.         return $instance;
  6357.     }
  6358.     /**
  6359.      * Gets the private 'console.command.cache_pool_list' shared service.
  6360.      *
  6361.      * @return \Symfony\Bundle\FrameworkBundle\Command\CachePoolListCommand
  6362.      */
  6363.     protected function getConsole_Command_CachePoolListService()
  6364.     {
  6365.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6366.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/CachePoolListCommand.php';
  6367.         $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.validator_expression_language'=> 'cache.security_expression_language'=> 'cache.doctrine.orm.default.result'=> 'cache.doctrine.orm.default.query']);
  6368.         $instance->setName('cache:pool:list');
  6369.         $instance->setDescription('List available cache pools');
  6370.         return $instance;
  6371.     }
  6372.     /**
  6373.      * Gets the private 'console.command.cache_pool_prune' shared service.
  6374.      *
  6375.      * @return \Symfony\Bundle\FrameworkBundle\Command\CachePoolPruneCommand
  6376.      */
  6377.     protected function getConsole_Command_CachePoolPruneService()
  6378.     {
  6379.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6380.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/CachePoolPruneCommand.php';
  6381.         $this->privates['console.command.cache_pool_prune'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\CachePoolPruneCommand(new RewindableGenerator(function () {
  6382.             yield 'cache.app' => ($this->services['cache.app'] ?? $this->getCache_AppService());
  6383.             yield 'cache.system' => ($this->services['cache.system'] ?? $this->getCache_SystemService());
  6384.             yield 'cache.validator' => ($this->privates['cache.validator'] ?? $this->getCache_ValidatorService());
  6385.             yield 'cache.serializer' => ($this->privates['cache.serializer'] ?? $this->getCache_SerializerService());
  6386.             yield 'cache.annotations' => ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService());
  6387.             yield 'cache.property_info' => ($this->privates['cache.property_info'] ?? $this->getCache_PropertyInfoService());
  6388.             yield 'cache.validator_expression_language' => ($this->services['cache.validator_expression_language'] ?? $this->getCache_ValidatorExpressionLanguageService());
  6389.             yield 'cache.security_expression_language' => ($this->privates['cache.security_expression_language'] ?? $this->getCache_SecurityExpressionLanguageService());
  6390.             yield 'cache.doctrine.orm.default.result' => ($this->privates['cache.doctrine.orm.default.result'] ?? $this->getCache_Doctrine_Orm_Default_ResultService());
  6391.             yield 'cache.doctrine.orm.default.query' => ($this->privates['cache.doctrine.orm.default.query'] ?? $this->getCache_Doctrine_Orm_Default_QueryService());
  6392.         }, 10));
  6393.         $instance->setName('cache:pool:prune');
  6394.         $instance->setDescription('Prune cache pools');
  6395.         return $instance;
  6396.     }
  6397.     /**
  6398.      * Gets the private 'console.command.cache_warmup' shared service.
  6399.      *
  6400.      * @return \Symfony\Bundle\FrameworkBundle\Command\CacheWarmupCommand
  6401.      */
  6402.     protected function getConsole_Command_CacheWarmupService()
  6403.     {
  6404.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6405.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/CacheWarmupCommand.php';
  6406.         $this->privates['console.command.cache_warmup'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\CacheWarmupCommand(($this->services['cache_warmer'] ?? $this->getCacheWarmerService()));
  6407.         $instance->setName('cache:warmup');
  6408.         $instance->setDescription('Warm up an empty cache');
  6409.         return $instance;
  6410.     }
  6411.     /**
  6412.      * Gets the private 'console.command.config_debug' shared service.
  6413.      *
  6414.      * @return \Symfony\Bundle\FrameworkBundle\Command\ConfigDebugCommand
  6415.      */
  6416.     protected function getConsole_Command_ConfigDebugService()
  6417.     {
  6418.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6419.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/BuildDebugContainerTrait.php';
  6420.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ContainerDebugCommand.php';
  6421.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/AbstractConfigCommand.php';
  6422.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ConfigDebugCommand.php';
  6423.         $this->privates['console.command.config_debug'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\ConfigDebugCommand();
  6424.         $instance->setName('debug:config');
  6425.         $instance->setDescription('Dump the current configuration for an extension');
  6426.         return $instance;
  6427.     }
  6428.     /**
  6429.      * Gets the private 'console.command.config_dump_reference' shared service.
  6430.      *
  6431.      * @return \Symfony\Bundle\FrameworkBundle\Command\ConfigDumpReferenceCommand
  6432.      */
  6433.     protected function getConsole_Command_ConfigDumpReferenceService()
  6434.     {
  6435.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6436.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/BuildDebugContainerTrait.php';
  6437.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ContainerDebugCommand.php';
  6438.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/AbstractConfigCommand.php';
  6439.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ConfigDumpReferenceCommand.php';
  6440.         $this->privates['console.command.config_dump_reference'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\ConfigDumpReferenceCommand();
  6441.         $instance->setName('config:dump-reference');
  6442.         $instance->setDescription('Dump the default configuration for an extension');
  6443.         return $instance;
  6444.     }
  6445.     /**
  6446.      * Gets the private 'console.command.container_debug' shared service.
  6447.      *
  6448.      * @return \Symfony\Bundle\FrameworkBundle\Command\ContainerDebugCommand
  6449.      */
  6450.     protected function getConsole_Command_ContainerDebugService()
  6451.     {
  6452.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6453.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/BuildDebugContainerTrait.php';
  6454.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ContainerDebugCommand.php';
  6455.         $this->privates['console.command.container_debug'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\ContainerDebugCommand();
  6456.         $instance->setName('debug:container');
  6457.         $instance->setDescription('Display current services for an application');
  6458.         return $instance;
  6459.     }
  6460.     /**
  6461.      * Gets the private 'console.command.container_lint' shared service.
  6462.      *
  6463.      * @return \Symfony\Bundle\FrameworkBundle\Command\ContainerLintCommand
  6464.      */
  6465.     protected function getConsole_Command_ContainerLintService()
  6466.     {
  6467.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6468.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ContainerLintCommand.php';
  6469.         $this->privates['console.command.container_lint'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\ContainerLintCommand();
  6470.         $instance->setName('lint:container');
  6471.         $instance->setDescription('Ensure that arguments injected into services match type declarations');
  6472.         return $instance;
  6473.     }
  6474.     /**
  6475.      * Gets the private 'console.command.debug_autowiring' shared service.
  6476.      *
  6477.      * @return \Symfony\Bundle\FrameworkBundle\Command\DebugAutowiringCommand
  6478.      */
  6479.     protected function getConsole_Command_DebugAutowiringService()
  6480.     {
  6481.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6482.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/BuildDebugContainerTrait.php';
  6483.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ContainerDebugCommand.php';
  6484.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/DebugAutowiringCommand.php';
  6485.         $this->privates['console.command.debug_autowiring'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\DebugAutowiringCommand(NULL, ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService()));
  6486.         $instance->setName('debug:autowiring');
  6487.         $instance->setDescription('List classes/interfaces you can use for autowiring');
  6488.         return $instance;
  6489.     }
  6490.     /**
  6491.      * Gets the private 'console.command.dotenv_debug' shared service.
  6492.      *
  6493.      * @return \Symfony\Component\Dotenv\Command\DebugCommand
  6494.      */
  6495.     protected function getConsole_Command_DotenvDebugService()
  6496.     {
  6497.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6498.         include_once \dirname(__DIR__4).'/vendor/symfony/dotenv/Command/DebugCommand.php';
  6499.         $this->privates['console.command.dotenv_debug'] = $instance = new \Symfony\Component\Dotenv\Command\DebugCommand('dev', \dirname(__DIR__4));
  6500.         $instance->setName('debug:dotenv');
  6501.         $instance->setDescription('Lists all dotenv files with variables and values');
  6502.         return $instance;
  6503.     }
  6504.     /**
  6505.      * Gets the private 'console.command.event_dispatcher_debug' shared service.
  6506.      *
  6507.      * @return \Symfony\Bundle\FrameworkBundle\Command\EventDispatcherDebugCommand
  6508.      */
  6509.     protected function getConsole_Command_EventDispatcherDebugService()
  6510.     {
  6511.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6512.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/EventDispatcherDebugCommand.php';
  6513.         $this->privates['console.command.event_dispatcher_debug'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\EventDispatcherDebugCommand(($this->privates['.service_locator.cTVTE8l'] ?? $this->get_ServiceLocator_CTVTE8lService()));
  6514.         $instance->setName('debug:event-dispatcher');
  6515.         $instance->setDescription('Display configured listeners for an application');
  6516.         return $instance;
  6517.     }
  6518.     /**
  6519.      * Gets the private 'console.command.form_debug' shared service.
  6520.      *
  6521.      * @return \Symfony\Component\Form\Command\DebugCommand
  6522.      */
  6523.     protected function getConsole_Command_FormDebugService()
  6524.     {
  6525.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6526.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Command/DebugCommand.php';
  6527.         $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'=> 'App\\Form\\Type'=> 'Acme\\Form\\Type'=> 'Sonata\\BlockBundle\\Form\\Type'=> 'Sonata\\AdminBundle\\Form\\Type'=> 'Sonata\\AdminBundle\\Form\\Type\\Filter'=> 'Symfony\\Bridge\\Doctrine\\Form\\Type'=> 'Sonata\\Form\\Type'], [=> 'App\\Form\\DbImpExpType'=> 'App\\Form\\DeployTagType'=> 'App\\Form\\EnvironmentMonitorType'=> 'App\\Form\\EnvironmentOptionType'=> 'App\\Form\\RepoType'=> 'App\\Form\\Type\\DatalistType'=> 'Acme\\Form\\Type\\DatalistType'=> 'Symfony\\Component\\Form\\Extension\\Core\\Type\\FormType'=> 'Symfony\\Component\\Form\\Extension\\Core\\Type\\ChoiceType'=> 'Symfony\\Component\\Form\\Extension\\Core\\Type\\FileType'10 => 'Symfony\\Component\\Form\\Extension\\Core\\Type\\ColorType'11 => 'Sonata\\BlockBundle\\Form\\Type\\ServiceListType'12 => 'Sonata\\BlockBundle\\Form\\Type\\ContainerTemplateType'13 => 'Sonata\\AdminBundle\\Form\\Type\\AdminType'14 => 'Sonata\\AdminBundle\\Form\\Type\\ModelType'15 => 'Sonata\\AdminBundle\\Form\\Type\\ModelListType'16 => 'Sonata\\AdminBundle\\Form\\Type\\ModelReferenceType'17 => 'Sonata\\AdminBundle\\Form\\Type\\ModelHiddenType'18 => 'Sonata\\AdminBundle\\Form\\Type\\ModelAutocompleteType'19 => 'Sonata\\AdminBundle\\Form\\Type\\CollectionType'20 => 'Sonata\\AdminBundle\\Form\\Type\\ChoiceFieldMaskType'21 => 'Sonata\\AdminBundle\\Form\\Type\\Filter\\NumberType'22 => 'Sonata\\AdminBundle\\Form\\Type\\Filter\\ChoiceType'23 => 'Sonata\\AdminBundle\\Form\\Type\\Filter\\DefaultType'24 => 'Sonata\\AdminBundle\\Form\\Type\\Filter\\DateType'25 => 'Sonata\\AdminBundle\\Form\\Type\\Filter\\DateRangeType'26 => 'Sonata\\AdminBundle\\Form\\Type\\Filter\\DateTimeType'27 => 'Sonata\\AdminBundle\\Form\\Type\\Filter\\DateTimeRangeType'28 => 'Symfony\\Bridge\\Doctrine\\Form\\Type\\EntityType'29 => 'Sonata\\Form\\Type\\ImmutableArrayType'30 => 'Sonata\\Form\\Type\\BooleanType'31 => 'Sonata\\Form\\Type\\CollectionType'32 => 'Sonata\\Form\\Type\\DateRangeType'33 => 'Sonata\\Form\\Type\\DateTimeRangeType'34 => 'Sonata\\Form\\Type\\DatePickerType'35 => 'Sonata\\Form\\Type\\DateTimePickerType'36 => 'Sonata\\Form\\Type\\DateRangePickerType'37 => 'Sonata\\Form\\Type\\DateTimeRangePickerType'38 => 'Sonata\\Form\\Type\\EqualType'], [=> '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'=> 'Sonata\\AdminBundle\\Form\\Extension\\Field\\Type\\FormTypeFieldExtension'=> 'Sonata\\AdminBundle\\Form\\Extension\\Field\\Type\\MopaCompatibilityTypeFieldExtension'10 => 'Sonata\\AdminBundle\\Form\\Extension\\ChoiceTypeExtension'], [=> 'Symfony\\Component\\Form\\Extension\\Validator\\ValidatorTypeGuesser'=> 'Symfony\\Bridge\\Doctrine\\Form\\DoctrineOrmTypeGuesser'], ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService()));
  6528.         $instance->setName('debug:form');
  6529.         $instance->setDescription('Display form type information');
  6530.         return $instance;
  6531.     }
  6532.     /**
  6533.      * Gets the private 'console.command.router_debug' shared service.
  6534.      *
  6535.      * @return \Symfony\Bundle\FrameworkBundle\Command\RouterDebugCommand
  6536.      */
  6537.     protected function getConsole_Command_RouterDebugService()
  6538.     {
  6539.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6540.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/BuildDebugContainerTrait.php';
  6541.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/RouterDebugCommand.php';
  6542.         $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()));
  6543.         $instance->setName('debug:router');
  6544.         $instance->setDescription('Display current routes for an application');
  6545.         return $instance;
  6546.     }
  6547.     /**
  6548.      * Gets the private 'console.command.router_match' shared service.
  6549.      *
  6550.      * @return \Symfony\Bundle\FrameworkBundle\Command\RouterMatchCommand
  6551.      */
  6552.     protected function getConsole_Command_RouterMatchService()
  6553.     {
  6554.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6555.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/RouterMatchCommand.php';
  6556.         $this->privates['console.command.router_match'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\RouterMatchCommand(($this->services['router'] ?? $this->getRouterService()), new RewindableGenerator(function () {
  6557.             yield => ($this->privates['router.expression_language_provider'] ?? $this->getRouter_ExpressionLanguageProviderService());
  6558.         }, 1));
  6559.         $instance->setName('router:match');
  6560.         $instance->setDescription('Help debug routes by simulating a path info match');
  6561.         return $instance;
  6562.     }
  6563.     /**
  6564.      * Gets the private 'console.command.secrets_decrypt_to_local' shared service.
  6565.      *
  6566.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsDecryptToLocalCommand
  6567.      */
  6568.     protected function getConsole_Command_SecretsDecryptToLocalService()
  6569.     {
  6570.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6571.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/SecretsDecryptToLocalCommand.php';
  6572.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  6573.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  6574.         $this->privates['console.command.secrets_decrypt_to_local'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\SecretsDecryptToLocalCommand(($this->privates['secrets.vault'] ?? $this->getSecrets_VaultService()), ($this->privates['secrets.local_vault'] ?? ($this->privates['secrets.local_vault'] = new \Symfony\Bundle\FrameworkBundle\Secrets\DotenvVault((\dirname(__DIR__4).'/.env.dev.local')))));
  6575.         $instance->setName('secrets:decrypt-to-local');
  6576.         $instance->setDescription('Decrypt all secrets and stores them in the local vault');
  6577.         return $instance;
  6578.     }
  6579.     /**
  6580.      * Gets the private 'console.command.secrets_encrypt_from_local' shared service.
  6581.      *
  6582.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsEncryptFromLocalCommand
  6583.      */
  6584.     protected function getConsole_Command_SecretsEncryptFromLocalService()
  6585.     {
  6586.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6587.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/SecretsEncryptFromLocalCommand.php';
  6588.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  6589.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  6590.         $this->privates['console.command.secrets_encrypt_from_local'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\SecretsEncryptFromLocalCommand(($this->privates['secrets.vault'] ?? $this->getSecrets_VaultService()), ($this->privates['secrets.local_vault'] ?? ($this->privates['secrets.local_vault'] = new \Symfony\Bundle\FrameworkBundle\Secrets\DotenvVault((\dirname(__DIR__4).'/.env.dev.local')))));
  6591.         $instance->setName('secrets:encrypt-from-local');
  6592.         $instance->setDescription('Encrypt all local secrets to the vault');
  6593.         return $instance;
  6594.     }
  6595.     /**
  6596.      * Gets the private 'console.command.secrets_generate_key' shared service.
  6597.      *
  6598.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsGenerateKeysCommand
  6599.      */
  6600.     protected function getConsole_Command_SecretsGenerateKeyService()
  6601.     {
  6602.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6603.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/SecretsGenerateKeysCommand.php';
  6604.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  6605.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  6606.         $this->privates['console.command.secrets_generate_key'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\SecretsGenerateKeysCommand(($this->privates['secrets.vault'] ?? $this->getSecrets_VaultService()), ($this->privates['secrets.local_vault'] ?? ($this->privates['secrets.local_vault'] = new \Symfony\Bundle\FrameworkBundle\Secrets\DotenvVault((\dirname(__DIR__4).'/.env.dev.local')))));
  6607.         $instance->setName('secrets:generate-keys');
  6608.         $instance->setDescription('Generate new encryption keys');
  6609.         return $instance;
  6610.     }
  6611.     /**
  6612.      * Gets the private 'console.command.secrets_list' shared service.
  6613.      *
  6614.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsListCommand
  6615.      */
  6616.     protected function getConsole_Command_SecretsListService()
  6617.     {
  6618.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6619.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/SecretsListCommand.php';
  6620.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  6621.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  6622.         $this->privates['console.command.secrets_list'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\SecretsListCommand(($this->privates['secrets.vault'] ?? $this->getSecrets_VaultService()), ($this->privates['secrets.local_vault'] ?? ($this->privates['secrets.local_vault'] = new \Symfony\Bundle\FrameworkBundle\Secrets\DotenvVault((\dirname(__DIR__4).'/.env.dev.local')))));
  6623.         $instance->setName('secrets:list');
  6624.         $instance->setDescription('List all secrets');
  6625.         return $instance;
  6626.     }
  6627.     /**
  6628.      * Gets the private 'console.command.secrets_remove' shared service.
  6629.      *
  6630.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsRemoveCommand
  6631.      */
  6632.     protected function getConsole_Command_SecretsRemoveService()
  6633.     {
  6634.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6635.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/SecretsRemoveCommand.php';
  6636.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  6637.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  6638.         $this->privates['console.command.secrets_remove'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\SecretsRemoveCommand(($this->privates['secrets.vault'] ?? $this->getSecrets_VaultService()), ($this->privates['secrets.local_vault'] ?? ($this->privates['secrets.local_vault'] = new \Symfony\Bundle\FrameworkBundle\Secrets\DotenvVault((\dirname(__DIR__4).'/.env.dev.local')))));
  6639.         $instance->setName('secrets:remove');
  6640.         $instance->setDescription('Remove a secret from the vault');
  6641.         return $instance;
  6642.     }
  6643.     /**
  6644.      * Gets the private 'console.command.secrets_set' shared service.
  6645.      *
  6646.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsSetCommand
  6647.      */
  6648.     protected function getConsole_Command_SecretsSetService()
  6649.     {
  6650.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6651.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/SecretsSetCommand.php';
  6652.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  6653.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  6654.         $this->privates['console.command.secrets_set'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\SecretsSetCommand(($this->privates['secrets.vault'] ?? $this->getSecrets_VaultService()), ($this->privates['secrets.local_vault'] ?? ($this->privates['secrets.local_vault'] = new \Symfony\Bundle\FrameworkBundle\Secrets\DotenvVault((\dirname(__DIR__4).'/.env.dev.local')))));
  6655.         $instance->setName('secrets:set');
  6656.         $instance->setDescription('Set a secret in the vault');
  6657.         return $instance;
  6658.     }
  6659.     /**
  6660.      * Gets the private 'console.command.translation_debug' shared service.
  6661.      *
  6662.      * @return \Symfony\Bundle\FrameworkBundle\Command\TranslationDebugCommand
  6663.      */
  6664.     protected function getConsole_Command_TranslationDebugService()
  6665.     {
  6666.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6667.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/TranslationDebugCommand.php';
  6668.         $this->privates['console.command.translation_debug'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\TranslationDebugCommand(($this->services['translator'] ?? $this->getTranslatorService()), ($this->privates['translation.reader'] ?? $this->getTranslation_ReaderService()), ($this->privates['translation.extractor'] ?? $this->getTranslation_ExtractorService()), (\dirname(__DIR__4).'/translations'), (\dirname(__DIR__4).'/templates'), [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations')], [=> (\dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Resources/views'), => (\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Email'), => (\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Form'), => (\dirname(__DIR__4).'/src/Admin/ProjectAdmin.php'), => (\dirname(__DIR__4).'/src/Admin/EnvironmentAdmin.php'), => (\dirname(__DIR__4).'/src/Admin/JobAdmin.php'), => (\dirname(__DIR__4).'/src/Admin/ConfigGroupAdmin.php'), => (\dirname(__DIR__4).'/src/Admin/ConfigAdmin.php'), => (\dirname(__DIR__4).'/src/Admin/EnvironmentTypeAdmin.php'), => (\dirname(__DIR__4).'/src/Admin/IdpAdmin.php'), 10 => (\dirname(__DIR__4).'/src/Admin/MaintenanceAdmin.php'), 11 => (\dirname(__DIR__4).'/src/Admin/MobileAppAdmin.php'), 12 => (\dirname(__DIR__4).'/src/Admin/CostExplorerAdmin.php'), 13 => (\dirname(__DIR__4).'/src/Admin/MassQueryAdmin.php'), 14 => (\dirname(__DIR__4).'/src/Admin/CHEQContractAdmin.php'), 15 => (\dirname(__DIR__4).'/src/Admin/FileAdmin.php'), 16 => (\dirname(__DIR__4).'/src/Admin/AzureMarketplaceAdmin.php'), 17 => (\dirname(__DIR__4).'/src/Admin/SecretAdmin.php'), 18 => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/TranslationDebugCommand.php'), 19 => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/ChoiceType.php'), 20 => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/ColorType.php'), 21 => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/TransformationFailureExtension.php'), 22 => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Validator/Type/FormTypeValidatorExtension.php'), 23 => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Validator/Type/UploadValidatorExtension.php'), 24 => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Csrf/Type/FormTypeCsrfExtension.php'), 25 => (\dirname(__DIR__4).'/vendor/symfony/validator/ValidatorBuilder.php'), 26 => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/TranslationsCacheWarmer.php'), 27 => (\dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Twig/XEditableRuntime.php'), 28 => (\dirname(__DIR__4).'/vendor/sonata-project/form-extensions/src/Type/DateRangeType.php'), 29 => (\dirname(__DIR__4).'/vendor/sonata-project/form-extensions/src/Type/DateTimeRangeType.php'), 30 => (\dirname(__DIR__4).'/vendor/sonata-project/form-extensions/src/Type/DatePickerType.php'), 31 => (\dirname(__DIR__4).'/vendor/sonata-project/form-extensions/src/Type/DateTimePickerType.php'), 32 => (\dirname(__DIR__4).'/vendor/sonata-project/form-extensions/src/Type/DateRangePickerType.php'), 33 => (\dirname(__DIR__4).'/vendor/sonata-project/form-extensions/src/Type/DateTimeRangePickerType.php'), 34 => (\dirname(__DIR__4).'/vendor/sonata-project/form-extensions/src/Type/EqualType.php'), 35 => (\dirname(__DIR__4).'/src/Controller/AzureMarketplaceController.php'), 36 => (\dirname(__DIR__4).'/src/Controller/CHEQContractAdminController.php'), 37 => (\dirname(__DIR__4).'/src/Controller/PDFController.php'), 38 => (\dirname(__DIR__4).'/src/Controller/EnvironmentAdminController.php'), 39 => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/FileType.php'), 40 => (\dirname(__DIR__4).'/vendor/symfony/translation/DataCollector/TranslationDataCollector.php'), 41 => (\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/TranslationExtension.php'), 42 => (\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/FormExtension.php')], []);
  6669.         $instance->setName('debug:translation');
  6670.         $instance->setDescription('Display translation messages information');
  6671.         return $instance;
  6672.     }
  6673.     /**
  6674.      * Gets the private 'console.command.translation_extract' shared service.
  6675.      *
  6676.      * @return \Symfony\Bundle\FrameworkBundle\Command\TranslationUpdateCommand
  6677.      */
  6678.     protected function getConsole_Command_TranslationExtractService()
  6679.     {
  6680.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6681.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/TranslationUpdateCommand.php';
  6682.         $this->privates['console.command.translation_extract'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\TranslationUpdateCommand(($this->privates['translation.writer'] ?? $this->getTranslation_WriterService()), ($this->privates['translation.reader'] ?? $this->getTranslation_ReaderService()), ($this->privates['translation.extractor'] ?? $this->getTranslation_ExtractorService()), 'hu', (\dirname(__DIR__4).'/translations'), (\dirname(__DIR__4).'/templates'), [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations')], [=> (\dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Resources/views'), => (\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Email'), => (\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Form'), => (\dirname(__DIR__4).'/src/Admin/ProjectAdmin.php'), => (\dirname(__DIR__4).'/src/Admin/EnvironmentAdmin.php'), => (\dirname(__DIR__4).'/src/Admin/JobAdmin.php'), => (\dirname(__DIR__4).'/src/Admin/ConfigGroupAdmin.php'), => (\dirname(__DIR__4).'/src/Admin/ConfigAdmin.php'), => (\dirname(__DIR__4).'/src/Admin/EnvironmentTypeAdmin.php'), => (\dirname(__DIR__4).'/src/Admin/IdpAdmin.php'), 10 => (\dirname(__DIR__4).'/src/Admin/MaintenanceAdmin.php'), 11 => (\dirname(__DIR__4).'/src/Admin/MobileAppAdmin.php'), 12 => (\dirname(__DIR__4).'/src/Admin/CostExplorerAdmin.php'), 13 => (\dirname(__DIR__4).'/src/Admin/MassQueryAdmin.php'), 14 => (\dirname(__DIR__4).'/src/Admin/CHEQContractAdmin.php'), 15 => (\dirname(__DIR__4).'/src/Admin/FileAdmin.php'), 16 => (\dirname(__DIR__4).'/src/Admin/AzureMarketplaceAdmin.php'), 17 => (\dirname(__DIR__4).'/src/Admin/SecretAdmin.php'), 18 => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/TranslationDebugCommand.php'), 19 => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/ChoiceType.php'), 20 => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/ColorType.php'), 21 => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/TransformationFailureExtension.php'), 22 => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Validator/Type/FormTypeValidatorExtension.php'), 23 => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Validator/Type/UploadValidatorExtension.php'), 24 => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Csrf/Type/FormTypeCsrfExtension.php'), 25 => (\dirname(__DIR__4).'/vendor/symfony/validator/ValidatorBuilder.php'), 26 => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/TranslationsCacheWarmer.php'), 27 => (\dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Twig/XEditableRuntime.php'), 28 => (\dirname(__DIR__4).'/vendor/sonata-project/form-extensions/src/Type/DateRangeType.php'), 29 => (\dirname(__DIR__4).'/vendor/sonata-project/form-extensions/src/Type/DateTimeRangeType.php'), 30 => (\dirname(__DIR__4).'/vendor/sonata-project/form-extensions/src/Type/DatePickerType.php'), 31 => (\dirname(__DIR__4).'/vendor/sonata-project/form-extensions/src/Type/DateTimePickerType.php'), 32 => (\dirname(__DIR__4).'/vendor/sonata-project/form-extensions/src/Type/DateRangePickerType.php'), 33 => (\dirname(__DIR__4).'/vendor/sonata-project/form-extensions/src/Type/DateTimeRangePickerType.php'), 34 => (\dirname(__DIR__4).'/vendor/sonata-project/form-extensions/src/Type/EqualType.php'), 35 => (\dirname(__DIR__4).'/src/Controller/AzureMarketplaceController.php'), 36 => (\dirname(__DIR__4).'/src/Controller/CHEQContractAdminController.php'), 37 => (\dirname(__DIR__4).'/src/Controller/PDFController.php'), 38 => (\dirname(__DIR__4).'/src/Controller/EnvironmentAdminController.php'), 39 => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/FileType.php'), 40 => (\dirname(__DIR__4).'/vendor/symfony/translation/DataCollector/TranslationDataCollector.php'), 41 => (\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/TranslationExtension.php'), 42 => (\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/FormExtension.php')], []);
  6683.         $instance->setName('translation:extract');
  6684.         $instance->setAliases([=> 'translation:update']);
  6685.         $instance->setDescription('Extract missing translations keys from code to translation files.');
  6686.         return $instance;
  6687.     }
  6688.     /**
  6689.      * Gets the private 'console.command.translation_pull' shared service.
  6690.      *
  6691.      * @return \Symfony\Component\Translation\Command\TranslationPullCommand
  6692.      */
  6693.     protected function getConsole_Command_TranslationPullService()
  6694.     {
  6695.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6696.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Command/TranslationTrait.php';
  6697.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Command/TranslationPullCommand.php';
  6698.         $this->privates['console.command.translation_pull'] = $instance = new \Symfony\Component\Translation\Command\TranslationPullCommand(($this->privates['translation.provider_collection'] ?? $this->getTranslation_ProviderCollectionService()), ($this->privates['translation.writer'] ?? $this->getTranslation_WriterService()), ($this->privates['translation.reader'] ?? $this->getTranslation_ReaderService()), 'hu', [], []);
  6699.         $instance->setName('translation:pull');
  6700.         $instance->setDescription('Pull translations from a given provider.');
  6701.         return $instance;
  6702.     }
  6703.     /**
  6704.      * Gets the private 'console.command.translation_push' shared service.
  6705.      *
  6706.      * @return \Symfony\Component\Translation\Command\TranslationPushCommand
  6707.      */
  6708.     protected function getConsole_Command_TranslationPushService()
  6709.     {
  6710.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6711.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Command/TranslationTrait.php';
  6712.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Command/TranslationPushCommand.php';
  6713.         $this->privates['console.command.translation_push'] = $instance = new \Symfony\Component\Translation\Command\TranslationPushCommand(($this->privates['translation.provider_collection'] ?? $this->getTranslation_ProviderCollectionService()), ($this->privates['translation.reader'] ?? $this->getTranslation_ReaderService()), [], []);
  6714.         $instance->setName('translation:push');
  6715.         $instance->setDescription('Push translations to a given provider.');
  6716.         return $instance;
  6717.     }
  6718.     /**
  6719.      * Gets the private 'console.command.validator_debug' shared service.
  6720.      *
  6721.      * @return \Symfony\Component\Validator\Command\DebugCommand
  6722.      */
  6723.     protected function getConsole_Command_ValidatorDebugService()
  6724.     {
  6725.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6726.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/Command/DebugCommand.php';
  6727.         $this->privates['console.command.validator_debug'] = $instance = new \Symfony\Component\Validator\Command\DebugCommand(($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService()));
  6728.         $instance->setName('debug:validator');
  6729.         $instance->setDescription('Display validation constraints for classes');
  6730.         return $instance;
  6731.     }
  6732.     /**
  6733.      * Gets the private 'console.command.xliff_lint' shared service.
  6734.      *
  6735.      * @return \Symfony\Component\Translation\Command\XliffLintCommand
  6736.      */
  6737.     protected function getConsole_Command_XliffLintService()
  6738.     {
  6739.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6740.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Command/XliffLintCommand.php';
  6741.         $this->privates['console.command.xliff_lint'] = $instance = new \Symfony\Component\Translation\Command\XliffLintCommand();
  6742.         $instance->setName('lint:xliff');
  6743.         $instance->setDescription('Lint an XLIFF file and outputs encountered errors');
  6744.         return $instance;
  6745.     }
  6746.     /**
  6747.      * Gets the private 'console.command.yaml_lint' shared service.
  6748.      *
  6749.      * @return \Symfony\Bundle\FrameworkBundle\Command\YamlLintCommand
  6750.      */
  6751.     protected function getConsole_Command_YamlLintService()
  6752.     {
  6753.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6754.         include_once \dirname(__DIR__4).'/vendor/symfony/yaml/Command/LintCommand.php';
  6755.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/YamlLintCommand.php';
  6756.         $this->privates['console.command.yaml_lint'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\YamlLintCommand();
  6757.         $instance->setName('lint:yaml');
  6758.         $instance->setDescription('Lint a YAML file and outputs encountered errors');
  6759.         return $instance;
  6760.     }
  6761.     /**
  6762.      * Gets the private 'console.error_listener' shared service.
  6763.      *
  6764.      * @return \Symfony\Component\Console\EventListener\ErrorListener
  6765.      */
  6766.     protected function getConsole_ErrorListenerService()
  6767.     {
  6768.         include_once \dirname(__DIR__4).'/vendor/symfony/console/EventListener/ErrorListener.php';
  6769.         $a = new \Symfony\Bridge\Monolog\Logger('console');
  6770.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  6771.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  6772.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  6773.         return $this->privates['console.error_listener'] = new \Symfony\Component\Console\EventListener\ErrorListener($a);
  6774.     }
  6775.     /**
  6776.      * Gets the private 'container.env_var_processor' shared service.
  6777.      *
  6778.      * @return \Symfony\Component\DependencyInjection\EnvVarProcessor
  6779.      */
  6780.     protected function getContainer_EnvVarProcessorService()
  6781.     {
  6782.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/EnvVarProcessorInterface.php';
  6783.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/EnvVarProcessor.php';
  6784.         return $this->privates['container.env_var_processor'] = new \Symfony\Component\DependencyInjection\EnvVarProcessor($this, new RewindableGenerator(function () {
  6785.             yield => ($this->privates['secrets.vault'] ?? $this->getSecrets_VaultService());
  6786.         }, 1));
  6787.     }
  6788.     /**
  6789.      * Gets the private 'container.getenv' shared service.
  6790.      *
  6791.      * @return \Closure
  6792.      */
  6793.     protected function getContainer_GetenvService()
  6794.     {
  6795.         return $this->privates['container.getenv'] = \Closure::fromCallable([=> $this=> 'getEnv']);
  6796.     }
  6797.     /**
  6798.      * Gets the private 'data_collector.form' shared service.
  6799.      *
  6800.      * @return \Symfony\Component\Form\Extension\DataCollector\FormDataCollector
  6801.      */
  6802.     protected function getDataCollector_FormService()
  6803.     {
  6804.         return $this->privates['data_collector.form'] = new \Symfony\Component\Form\Extension\DataCollector\FormDataCollector(new \Symfony\Component\Form\Extension\DataCollector\FormDataExtractor());
  6805.     }
  6806.     /**
  6807.      * Gets the private 'data_collector.request' shared service.
  6808.      *
  6809.      * @return \Symfony\Component\HttpKernel\DataCollector\RequestDataCollector
  6810.      */
  6811.     protected function getDataCollector_RequestService()
  6812.     {
  6813.         return $this->privates['data_collector.request'] = new \Symfony\Component\HttpKernel\DataCollector\RequestDataCollector(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  6814.     }
  6815.     /**
  6816.      * Gets the private 'data_collector.request.session_collector' shared service.
  6817.      *
  6818.      * @return \Closure
  6819.      */
  6820.     protected function getDataCollector_Request_SessionCollectorService()
  6821.     {
  6822.         return $this->privates['data_collector.request.session_collector'] = \Closure::fromCallable([=> ($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService()), => 'collectSessionUsage']);
  6823.     }
  6824.     /**
  6825.      * Gets the private 'debug.argument_resolver.default' shared service.
  6826.      *
  6827.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  6828.      */
  6829.     protected function getDebug_ArgumentResolver_DefaultService()
  6830.     {
  6831.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  6832.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  6833.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/DefaultValueResolver.php';
  6834.         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))));
  6835.     }
  6836.     /**
  6837.      * Gets the private 'debug.argument_resolver.not_tagged_controller' shared service.
  6838.      *
  6839.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  6840.      */
  6841.     protected function getDebug_ArgumentResolver_NotTaggedControllerService()
  6842.     {
  6843.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  6844.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  6845.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/NotTaggedControllerValueResolver.php';
  6846.         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.IGf2HKY'] ?? $this->get_ServiceLocator_IGf2HKYService())), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  6847.     }
  6848.     /**
  6849.      * Gets the private 'debug.argument_resolver.request' shared service.
  6850.      *
  6851.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  6852.      */
  6853.     protected function getDebug_ArgumentResolver_RequestService()
  6854.     {
  6855.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  6856.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  6857.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/RequestValueResolver.php';
  6858.         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))));
  6859.     }
  6860.     /**
  6861.      * Gets the private 'debug.argument_resolver.request_attribute' shared service.
  6862.      *
  6863.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  6864.      */
  6865.     protected function getDebug_ArgumentResolver_RequestAttributeService()
  6866.     {
  6867.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  6868.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  6869.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/RequestAttributeValueResolver.php';
  6870.         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))));
  6871.     }
  6872.     /**
  6873.      * Gets the private 'debug.argument_resolver.service' shared service.
  6874.      *
  6875.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  6876.      */
  6877.     protected function getDebug_ArgumentResolver_ServiceService()
  6878.     {
  6879.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  6880.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  6881.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/ServiceValueResolver.php';
  6882.         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.IGf2HKY'] ?? $this->get_ServiceLocator_IGf2HKYService())), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  6883.     }
  6884.     /**
  6885.      * Gets the private 'debug.argument_resolver.session' shared service.
  6886.      *
  6887.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  6888.      */
  6889.     protected function getDebug_ArgumentResolver_SessionService()
  6890.     {
  6891.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  6892.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  6893.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/SessionValueResolver.php';
  6894.         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))));
  6895.     }
  6896.     /**
  6897.      * Gets the private 'debug.argument_resolver.variadic' shared service.
  6898.      *
  6899.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  6900.      */
  6901.     protected function getDebug_ArgumentResolver_VariadicService()
  6902.     {
  6903.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  6904.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  6905.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/VariadicValueResolver.php';
  6906.         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))));
  6907.     }
  6908.     /**
  6909.      * Gets the private 'debug.debug_handlers_listener' shared service.
  6910.      *
  6911.      * @return \Symfony\Component\HttpKernel\EventListener\DebugHandlersListener
  6912.      */
  6913.     protected function getDebug_DebugHandlersListenerService()
  6914.     {
  6915.         $a = new \Symfony\Bridge\Monolog\Logger('php');
  6916.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  6917.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  6918.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  6919.         return $this->privates['debug.debug_handlers_listener'] = new \Symfony\Component\HttpKernel\EventListener\DebugHandlersListener(NULL$aNULL, -1truetrueNULL);
  6920.     }
  6921.     /**
  6922.      * Gets the private 'debug.file_link_formatter' shared service.
  6923.      *
  6924.      * @return \Symfony\Component\HttpKernel\Debug\FileLinkFormatter
  6925.      */
  6926.     protected function getDebug_FileLinkFormatterService()
  6927.     {
  6928.         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 () {
  6929.             return ($this->privates['debug.file_link_formatter.url_format'] ?? $this->getDebug_FileLinkFormatter_UrlFormatService());
  6930.         });
  6931.     }
  6932.     /**
  6933.      * Gets the private 'debug.file_link_formatter.url_format' shared service.
  6934.      *
  6935.      * @return \string
  6936.      */
  6937.     protected function getDebug_FileLinkFormatter_UrlFormatService()
  6938.     {
  6939.         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');
  6940.     }
  6941.     /**
  6942.      * Gets the private 'debug.log_processor' shared service.
  6943.      *
  6944.      * @return \Symfony\Bridge\Monolog\Processor\DebugProcessor
  6945.      */
  6946.     protected function getDebug_LogProcessorService()
  6947.     {
  6948.         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())));
  6949.     }
  6950.     /**
  6951.      * Gets the private 'debug.security.access.decision_manager' shared service.
  6952.      *
  6953.      * @return \Symfony\Component\Security\Core\Authorization\TraceableAccessDecisionManager
  6954.      */
  6955.     protected function getDebug_Security_Access_DecisionManagerService()
  6956.     {
  6957.         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 () {
  6958.             yield => ($this->privates['debug.security.voter.security.access.authenticated_voter'] ?? $this->getDebug_Security_Voter_Security_Access_AuthenticatedVoterService());
  6959.             yield => ($this->privates['debug.security.voter.security.access.simple_role_voter'] ?? $this->getDebug_Security_Voter_Security_Access_SimpleRoleVoterService());
  6960.             yield => ($this->privates['debug.security.voter.security.access.expression_voter'] ?? $this->getDebug_Security_Voter_Security_Access_ExpressionVoterService());
  6961.             yield => ($this->privates['debug.security.voter.App\\Security\\Authorization\\Voter\\AzureMarketplaceVoter'] ?? $this->getAzureMarketplaceVoterService());
  6962.             yield => ($this->privates['debug.security.voter.App\\Security\\Authorization\\Voter\\CHEQContractVoter'] ?? $this->getCHEQContractVoterService());
  6963.             yield => ($this->privates['debug.security.voter.App\\Security\\Authorization\\Voter\\ConfigGroupVoter'] ?? $this->getConfigGroupVoterService());
  6964.             yield => ($this->privates['debug.security.voter.App\\Security\\Authorization\\Voter\\ConfigVoter'] ?? $this->getConfigVoterService());
  6965.             yield => ($this->privates['debug.security.voter.App\\Security\\Authorization\\Voter\\CostExplorerVoter'] ?? $this->getCostExplorerVoterService());
  6966.             yield => ($this->privates['debug.security.voter.App\\Security\\Authorization\\Voter\\EnvironmentTypeVoter'] ?? $this->getEnvironmentTypeVoterService());
  6967.             yield => ($this->privates['debug.security.voter.App\\Security\\Authorization\\Voter\\EnvironmentVoter'] ?? $this->getEnvironmentVoterService());
  6968.             yield 10 => ($this->privates['debug.security.voter.App\\Security\\Authorization\\Voter\\FileVoter'] ?? $this->getFileVoterService());
  6969.             yield 11 => ($this->privates['debug.security.voter.App\\Security\\Authorization\\Voter\\IDPVoter'] ?? $this->getIDPVoterService());
  6970.             yield 12 => ($this->privates['debug.security.voter.App\\Security\\Authorization\\Voter\\JobVoter'] ?? $this->getJobVoterService());
  6971.             yield 13 => ($this->privates['debug.security.voter.App\\Security\\Authorization\\Voter\\MaintenanceVoter'] ?? $this->getMaintenanceVoterService());
  6972.             yield 14 => ($this->privates['debug.security.voter.App\\Security\\Authorization\\Voter\\MassQueryVoter'] ?? $this->getMassQueryVoterService());
  6973.             yield 15 => ($this->privates['debug.security.voter.App\\Security\\Authorization\\Voter\\MobileAppVoter'] ?? $this->getMobileAppVoterService());
  6974.             yield 16 => ($this->privates['debug.security.voter.App\\Security\\Authorization\\Voter\\ProjectVoter'] ?? $this->getProjectVoterService());
  6975.             yield 17 => ($this->privates['debug.security.voter.App\\Security\\Authorization\\Voter\\SecretVoter'] ?? $this->getSecretVoterService());
  6976.         }, 18), new \Symfony\Component\Security\Core\Authorization\Strategy\AffirmativeStrategy(false)));
  6977.     }
  6978.     /**
  6979.      * Gets the private 'debug.security.firewall' shared service.
  6980.      *
  6981.      * @return \Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener
  6982.      */
  6983.     protected function getDebug_Security_FirewallService()
  6984.     {
  6985.         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()));
  6986.     }
  6987.     /**
  6988.      * Gets the private 'debug.security.user_value_resolver' shared service.
  6989.      *
  6990.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  6991.      */
  6992.     protected function getDebug_Security_UserValueResolverService()
  6993.     {
  6994.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  6995.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  6996.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Controller/UserValueResolver.php';
  6997.         return $this->privates['debug.security.user_value_resolver'] = new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver(new \Symfony\Component\Security\Http\Controller\UserValueResolver(($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService())), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  6998.     }
  6999.     /**
  7000.      * Gets the private 'debug.security.voter.App\Security\Authorization\Voter\AzureMarketplaceVoter' shared service.
  7001.      *
  7002.      * @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
  7003.      */
  7004.     protected function getAzureMarketplaceVoterService()
  7005.     {
  7006.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
  7007.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/CacheableVoterInterface.php';
  7008.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
  7009.         include_once \dirname(__DIR__4).'/src/Security/Authorization/Voter/AzureMarketplaceVoter.php';
  7010.         return $this->privates['debug.security.voter.App\\Security\\Authorization\\Voter\\AzureMarketplaceVoter'] = new \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter(new \App\Security\Authorization\Voter\AzureMarketplaceVoter(), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  7011.     }
  7012.     /**
  7013.      * Gets the private 'debug.security.voter.App\Security\Authorization\Voter\CHEQContractVoter' shared service.
  7014.      *
  7015.      * @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
  7016.      */
  7017.     protected function getCHEQContractVoterService()
  7018.     {
  7019.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
  7020.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/CacheableVoterInterface.php';
  7021.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
  7022.         include_once \dirname(__DIR__4).'/src/Security/Authorization/Voter/CHEQContractVoter.php';
  7023.         return $this->privates['debug.security.voter.App\\Security\\Authorization\\Voter\\CHEQContractVoter'] = new \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter(new \App\Security\Authorization\Voter\CHEQContractVoter(), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  7024.     }
  7025.     /**
  7026.      * Gets the private 'debug.security.voter.App\Security\Authorization\Voter\ConfigGroupVoter' shared service.
  7027.      *
  7028.      * @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
  7029.      */
  7030.     protected function getConfigGroupVoterService()
  7031.     {
  7032.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
  7033.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/CacheableVoterInterface.php';
  7034.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
  7035.         include_once \dirname(__DIR__4).'/src/Security/Authorization/Voter/ConfigGroupVoter.php';
  7036.         return $this->privates['debug.security.voter.App\\Security\\Authorization\\Voter\\ConfigGroupVoter'] = new \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter(new \App\Security\Authorization\Voter\ConfigGroupVoter(), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  7037.     }
  7038.     /**
  7039.      * Gets the private 'debug.security.voter.App\Security\Authorization\Voter\ConfigVoter' shared service.
  7040.      *
  7041.      * @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
  7042.      */
  7043.     protected function getConfigVoterService()
  7044.     {
  7045.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
  7046.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/CacheableVoterInterface.php';
  7047.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
  7048.         include_once \dirname(__DIR__4).'/src/Security/Authorization/Voter/ConfigVoter.php';
  7049.         return $this->privates['debug.security.voter.App\\Security\\Authorization\\Voter\\ConfigVoter'] = new \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter(new \App\Security\Authorization\Voter\ConfigVoter(), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  7050.     }
  7051.     /**
  7052.      * Gets the private 'debug.security.voter.App\Security\Authorization\Voter\CostExplorerVoter' shared service.
  7053.      *
  7054.      * @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
  7055.      */
  7056.     protected function getCostExplorerVoterService()
  7057.     {
  7058.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
  7059.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/CacheableVoterInterface.php';
  7060.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
  7061.         include_once \dirname(__DIR__4).'/src/Security/Authorization/Voter/CostExplorerVoter.php';
  7062.         return $this->privates['debug.security.voter.App\\Security\\Authorization\\Voter\\CostExplorerVoter'] = new \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter(new \App\Security\Authorization\Voter\CostExplorerVoter(), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  7063.     }
  7064.     /**
  7065.      * Gets the private 'debug.security.voter.App\Security\Authorization\Voter\EnvironmentTypeVoter' shared service.
  7066.      *
  7067.      * @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
  7068.      */
  7069.     protected function getEnvironmentTypeVoterService()
  7070.     {
  7071.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
  7072.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/CacheableVoterInterface.php';
  7073.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
  7074.         include_once \dirname(__DIR__4).'/src/Security/Authorization/Voter/EnvironmentTypeVoter.php';
  7075.         return $this->privates['debug.security.voter.App\\Security\\Authorization\\Voter\\EnvironmentTypeVoter'] = new \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter(new \App\Security\Authorization\Voter\EnvironmentTypeVoter(), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  7076.     }
  7077.     /**
  7078.      * Gets the private 'debug.security.voter.App\Security\Authorization\Voter\EnvironmentVoter' shared service.
  7079.      *
  7080.      * @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
  7081.      */
  7082.     protected function getEnvironmentVoterService()
  7083.     {
  7084.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
  7085.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/CacheableVoterInterface.php';
  7086.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
  7087.         include_once \dirname(__DIR__4).'/src/Security/Authorization/Voter/EnvironmentVoter.php';
  7088.         return $this->privates['debug.security.voter.App\\Security\\Authorization\\Voter\\EnvironmentVoter'] = new \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter(new \App\Security\Authorization\Voter\EnvironmentVoter(), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  7089.     }
  7090.     /**
  7091.      * Gets the private 'debug.security.voter.App\Security\Authorization\Voter\FileVoter' shared service.
  7092.      *
  7093.      * @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
  7094.      */
  7095.     protected function getFileVoterService()
  7096.     {
  7097.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
  7098.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/CacheableVoterInterface.php';
  7099.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
  7100.         include_once \dirname(__DIR__4).'/src/Security/Authorization/Voter/FileVoter.php';
  7101.         return $this->privates['debug.security.voter.App\\Security\\Authorization\\Voter\\FileVoter'] = new \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter(new \App\Security\Authorization\Voter\FileVoter(), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  7102.     }
  7103.     /**
  7104.      * Gets the private 'debug.security.voter.App\Security\Authorization\Voter\IDPVoter' shared service.
  7105.      *
  7106.      * @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
  7107.      */
  7108.     protected function getIDPVoterService()
  7109.     {
  7110.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
  7111.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/CacheableVoterInterface.php';
  7112.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
  7113.         include_once \dirname(__DIR__4).'/src/Security/Authorization/Voter/IDPVoter.php';
  7114.         return $this->privates['debug.security.voter.App\\Security\\Authorization\\Voter\\IDPVoter'] = new \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter(new \App\Security\Authorization\Voter\IDPVoter(), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  7115.     }
  7116.     /**
  7117.      * Gets the private 'debug.security.voter.App\Security\Authorization\Voter\JobVoter' shared service.
  7118.      *
  7119.      * @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
  7120.      */
  7121.     protected function getJobVoterService()
  7122.     {
  7123.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
  7124.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/CacheableVoterInterface.php';
  7125.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
  7126.         include_once \dirname(__DIR__4).'/src/Security/Authorization/Voter/JobVoter.php';
  7127.         return $this->privates['debug.security.voter.App\\Security\\Authorization\\Voter\\JobVoter'] = new \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter(new \App\Security\Authorization\Voter\JobVoter(), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  7128.     }
  7129.     /**
  7130.      * Gets the private 'debug.security.voter.App\Security\Authorization\Voter\MaintenanceVoter' shared service.
  7131.      *
  7132.      * @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
  7133.      */
  7134.     protected function getMaintenanceVoterService()
  7135.     {
  7136.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
  7137.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/CacheableVoterInterface.php';
  7138.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
  7139.         include_once \dirname(__DIR__4).'/src/Security/Authorization/Voter/MaintenanceVoter.php';
  7140.         return $this->privates['debug.security.voter.App\\Security\\Authorization\\Voter\\MaintenanceVoter'] = new \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter(new \App\Security\Authorization\Voter\MaintenanceVoter(), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  7141.     }
  7142.     /**
  7143.      * Gets the private 'debug.security.voter.App\Security\Authorization\Voter\MassQueryVoter' shared service.
  7144.      *
  7145.      * @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
  7146.      */
  7147.     protected function getMassQueryVoterService()
  7148.     {
  7149.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
  7150.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/CacheableVoterInterface.php';
  7151.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
  7152.         include_once \dirname(__DIR__4).'/src/Security/Authorization/Voter/MassQueryVoter.php';
  7153.         return $this->privates['debug.security.voter.App\\Security\\Authorization\\Voter\\MassQueryVoter'] = new \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter(new \App\Security\Authorization\Voter\MassQueryVoter(), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  7154.     }
  7155.     /**
  7156.      * Gets the private 'debug.security.voter.App\Security\Authorization\Voter\MobileAppVoter' shared service.
  7157.      *
  7158.      * @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
  7159.      */
  7160.     protected function getMobileAppVoterService()
  7161.     {
  7162.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
  7163.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/CacheableVoterInterface.php';
  7164.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
  7165.         include_once \dirname(__DIR__4).'/src/Security/Authorization/Voter/MobileAppVoter.php';
  7166.         return $this->privates['debug.security.voter.App\\Security\\Authorization\\Voter\\MobileAppVoter'] = new \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter(new \App\Security\Authorization\Voter\MobileAppVoter(), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  7167.     }
  7168.     /**
  7169.      * Gets the private 'debug.security.voter.App\Security\Authorization\Voter\ProjectVoter' shared service.
  7170.      *
  7171.      * @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
  7172.      */
  7173.     protected function getProjectVoterService()
  7174.     {
  7175.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
  7176.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/CacheableVoterInterface.php';
  7177.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
  7178.         include_once \dirname(__DIR__4).'/src/Security/Authorization/Voter/ProjectVoter.php';
  7179.         return $this->privates['debug.security.voter.App\\Security\\Authorization\\Voter\\ProjectVoter'] = new \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter(new \App\Security\Authorization\Voter\ProjectVoter(), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  7180.     }
  7181.     /**
  7182.      * Gets the private 'debug.security.voter.App\Security\Authorization\Voter\SecretVoter' shared service.
  7183.      *
  7184.      * @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
  7185.      */
  7186.     protected function getSecretVoterService()
  7187.     {
  7188.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
  7189.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/CacheableVoterInterface.php';
  7190.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
  7191.         include_once \dirname(__DIR__4).'/src/Security/Authorization/Voter/SecretVoter.php';
  7192.         return $this->privates['debug.security.voter.App\\Security\\Authorization\\Voter\\SecretVoter'] = new \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter(new \App\Security\Authorization\Voter\SecretVoter(), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  7193.     }
  7194.     /**
  7195.      * Gets the private 'debug.security.voter.security.access.authenticated_voter' shared service.
  7196.      *
  7197.      * @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
  7198.      */
  7199.     protected function getDebug_Security_Voter_Security_Access_AuthenticatedVoterService()
  7200.     {
  7201.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
  7202.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/CacheableVoterInterface.php';
  7203.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
  7204.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/AuthenticatedVoter.php';
  7205.         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()))), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  7206.     }
  7207.     /**
  7208.      * Gets the private 'debug.security.voter.security.access.expression_voter' shared service.
  7209.      *
  7210.      * @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
  7211.      */
  7212.     protected function getDebug_Security_Voter_Security_Access_ExpressionVoterService()
  7213.     {
  7214.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
  7215.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/CacheableVoterInterface.php';
  7216.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
  7217.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/ExpressionVoter.php';
  7218.         return $this->privates['debug.security.voter.security.access.expression_voter'] = new \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter(new \Symfony\Component\Security\Core\Authorization\Voter\ExpressionVoter(new \Symfony\Component\Security\Core\Authorization\ExpressionLanguage(($this->privates['cache.security_expression_language'] ?? $this->getCache_SecurityExpressionLanguageService())), ($this->privates['security.authentication.trust_resolver'] ?? ($this->privates['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver())), ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService()), ($this->privates['security.role_hierarchy'] ?? ($this->privates['security.role_hierarchy'] = new \Symfony\Component\Security\Core\Role\RoleHierarchy([])))), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  7219.     }
  7220.     /**
  7221.      * Gets the private 'debug.security.voter.security.access.simple_role_voter' shared service.
  7222.      *
  7223.      * @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
  7224.      */
  7225.     protected function getDebug_Security_Voter_Security_Access_SimpleRoleVoterService()
  7226.     {
  7227.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
  7228.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/CacheableVoterInterface.php';
  7229.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
  7230.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/RoleVoter.php';
  7231.         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()));
  7232.     }
  7233.     /**
  7234.      * Gets the private 'debug.security.voter.vote_listener' shared service.
  7235.      *
  7236.      * @return \Symfony\Bundle\SecurityBundle\EventListener\VoteListener
  7237.      */
  7238.     protected function getDebug_Security_Voter_VoteListenerService()
  7239.     {
  7240.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/EventListener/VoteListener.php';
  7241.         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()));
  7242.     }
  7243.     /**
  7244.      * Gets the private 'debug.sonata.admin.argument_resolver.admin' shared service.
  7245.      *
  7246.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  7247.      */
  7248.     protected function getDebug_Sonata_Admin_ArgumentResolver_AdminService()
  7249.     {
  7250.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  7251.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  7252.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/ArgumentResolver/AdminValueResolver.php';
  7253.         return $this->privates['debug.sonata.admin.argument_resolver.admin'] = new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver(new \Sonata\AdminBundle\ArgumentResolver\AdminValueResolver(($this->privates['sonata.admin.request.fetcher'] ?? $this->getSonata_Admin_Request_FetcherService())), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  7254.     }
  7255.     /**
  7256.      * Gets the private 'doctrine.cache_clear_metadata_command' shared service.
  7257.      *
  7258.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ClearMetadataCacheDoctrineCommand
  7259.      */
  7260.     protected function getDoctrine_CacheClearMetadataCommandService()
  7261.     {
  7262.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7263.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  7264.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ClearCache/MetadataCommand.php';
  7265.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/ClearMetadataCacheDoctrineCommand.php';
  7266.         $this->privates['doctrine.cache_clear_metadata_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ClearMetadataCacheDoctrineCommand();
  7267.         $instance->setName('doctrine:cache:clear-metadata');
  7268.         return $instance;
  7269.     }
  7270.     /**
  7271.      * Gets the private 'doctrine.cache_clear_query_cache_command' shared service.
  7272.      *
  7273.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ClearQueryCacheDoctrineCommand
  7274.      */
  7275.     protected function getDoctrine_CacheClearQueryCacheCommandService()
  7276.     {
  7277.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7278.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  7279.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ClearCache/QueryCommand.php';
  7280.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/ClearQueryCacheDoctrineCommand.php';
  7281.         $this->privates['doctrine.cache_clear_query_cache_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ClearQueryCacheDoctrineCommand();
  7282.         $instance->setName('doctrine:cache:clear-query');
  7283.         return $instance;
  7284.     }
  7285.     /**
  7286.      * Gets the private 'doctrine.cache_clear_result_command' shared service.
  7287.      *
  7288.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ClearResultCacheDoctrineCommand
  7289.      */
  7290.     protected function getDoctrine_CacheClearResultCommandService()
  7291.     {
  7292.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7293.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  7294.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ClearCache/ResultCommand.php';
  7295.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/ClearResultCacheDoctrineCommand.php';
  7296.         $this->privates['doctrine.cache_clear_result_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ClearResultCacheDoctrineCommand();
  7297.         $instance->setName('doctrine:cache:clear-result');
  7298.         return $instance;
  7299.     }
  7300.     /**
  7301.      * Gets the private 'doctrine.cache_collection_region_command' shared service.
  7302.      *
  7303.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\CollectionRegionDoctrineCommand
  7304.      */
  7305.     protected function getDoctrine_CacheCollectionRegionCommandService()
  7306.     {
  7307.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7308.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  7309.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ClearCache/CollectionRegionCommand.php';
  7310.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/CollectionRegionDoctrineCommand.php';
  7311.         $this->privates['doctrine.cache_collection_region_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\CollectionRegionDoctrineCommand();
  7312.         $instance->setName('doctrine:cache:clear-collection-region');
  7313.         return $instance;
  7314.     }
  7315.     /**
  7316.      * Gets the private 'doctrine.clear_entity_region_command' shared service.
  7317.      *
  7318.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\EntityRegionCacheDoctrineCommand
  7319.      */
  7320.     protected function getDoctrine_ClearEntityRegionCommandService()
  7321.     {
  7322.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7323.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  7324.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ClearCache/EntityRegionCommand.php';
  7325.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/EntityRegionCacheDoctrineCommand.php';
  7326.         $this->privates['doctrine.clear_entity_region_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\EntityRegionCacheDoctrineCommand();
  7327.         $instance->setName('doctrine:cache:clear-entity-region');
  7328.         return $instance;
  7329.     }
  7330.     /**
  7331.      * Gets the private 'doctrine.clear_query_region_command' shared service.
  7332.      *
  7333.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\QueryRegionCacheDoctrineCommand
  7334.      */
  7335.     protected function getDoctrine_ClearQueryRegionCommandService()
  7336.     {
  7337.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7338.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  7339.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ClearCache/QueryRegionCommand.php';
  7340.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/QueryRegionCacheDoctrineCommand.php';
  7341.         $this->privates['doctrine.clear_query_region_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\QueryRegionCacheDoctrineCommand();
  7342.         $instance->setName('doctrine:cache:clear-query-region');
  7343.         return $instance;
  7344.     }
  7345.     /**
  7346.      * Gets the private 'doctrine.database_create_command' shared service.
  7347.      *
  7348.      * @return \Doctrine\Bundle\DoctrineBundle\Command\CreateDatabaseDoctrineCommand
  7349.      */
  7350.     protected function getDoctrine_DatabaseCreateCommandService()
  7351.     {
  7352.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7353.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/DoctrineCommand.php';
  7354.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/CreateDatabaseDoctrineCommand.php';
  7355.         $this->privates['doctrine.database_create_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\CreateDatabaseDoctrineCommand(($this->services['doctrine'] ?? $this->getDoctrineService()));
  7356.         $instance->setName('doctrine:database:create');
  7357.         return $instance;
  7358.     }
  7359.     /**
  7360.      * Gets the private 'doctrine.database_drop_command' shared service.
  7361.      *
  7362.      * @return \Doctrine\Bundle\DoctrineBundle\Command\DropDatabaseDoctrineCommand
  7363.      */
  7364.     protected function getDoctrine_DatabaseDropCommandService()
  7365.     {
  7366.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7367.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/DoctrineCommand.php';
  7368.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/DropDatabaseDoctrineCommand.php';
  7369.         $this->privates['doctrine.database_drop_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\DropDatabaseDoctrineCommand(($this->services['doctrine'] ?? $this->getDoctrineService()));
  7370.         $instance->setName('doctrine:database:drop');
  7371.         return $instance;
  7372.     }
  7373.     /**
  7374.      * Gets the private 'doctrine.database_import_command' shared service.
  7375.      *
  7376.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ImportDoctrineCommand
  7377.      */
  7378.     protected function getDoctrine_DatabaseImportCommandService()
  7379.     {
  7380.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7381.         include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Tools/Console/Command/ImportCommand.php';
  7382.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/ImportDoctrineCommand.php';
  7383.         $this->privates['doctrine.database_import_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ImportDoctrineCommand();
  7384.         $instance->setName('doctrine:database:import');
  7385.         return $instance;
  7386.     }
  7387.     /**
  7388.      * Gets the private 'doctrine.ensure_production_settings_command' shared service.
  7389.      *
  7390.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\EnsureProductionSettingsDoctrineCommand
  7391.      */
  7392.     protected function getDoctrine_EnsureProductionSettingsCommandService()
  7393.     {
  7394.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7395.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  7396.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/EnsureProductionSettingsCommand.php';
  7397.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/EnsureProductionSettingsDoctrineCommand.php';
  7398.         $this->privates['doctrine.ensure_production_settings_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\EnsureProductionSettingsDoctrineCommand();
  7399.         $instance->setName('doctrine:ensure-production-settings');
  7400.         return $instance;
  7401.     }
  7402.     /**
  7403.      * Gets the private 'doctrine.mapping_convert_command' shared service.
  7404.      *
  7405.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ConvertMappingDoctrineCommand
  7406.      */
  7407.     protected function getDoctrine_MappingConvertCommandService()
  7408.     {
  7409.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7410.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  7411.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ConvertMappingCommand.php';
  7412.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/ConvertMappingDoctrineCommand.php';
  7413.         $this->privates['doctrine.mapping_convert_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ConvertMappingDoctrineCommand();
  7414.         $instance->setName('doctrine:mapping:convert');
  7415.         return $instance;
  7416.     }
  7417.     /**
  7418.      * Gets the private 'doctrine.mapping_import_command' shared service.
  7419.      *
  7420.      * @return \Doctrine\Bundle\DoctrineBundle\Command\ImportMappingDoctrineCommand
  7421.      */
  7422.     protected function getDoctrine_MappingImportCommandService()
  7423.     {
  7424.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7425.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/DoctrineCommand.php';
  7426.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/ImportMappingDoctrineCommand.php';
  7427.         $this->privates['doctrine.mapping_import_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\ImportMappingDoctrineCommand(($this->services['doctrine'] ?? $this->getDoctrineService()), $this->parameters['kernel.bundles']);
  7428.         $instance->setName('doctrine:mapping:import');
  7429.         return $instance;
  7430.     }
  7431.     /**
  7432.      * Gets the private 'doctrine.mapping_info_command' shared service.
  7433.      *
  7434.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\InfoDoctrineCommand
  7435.      */
  7436.     protected function getDoctrine_MappingInfoCommandService()
  7437.     {
  7438.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7439.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  7440.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/InfoCommand.php';
  7441.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/InfoDoctrineCommand.php';
  7442.         $this->privates['doctrine.mapping_info_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\InfoDoctrineCommand();
  7443.         $instance->setName('doctrine:mapping:info');
  7444.         return $instance;
  7445.     }
  7446.     /**
  7447.      * Gets the private 'doctrine.orm.default_annotation_metadata_driver' shared service.
  7448.      *
  7449.      * @return \Doctrine\ORM\Mapping\Driver\AnnotationDriver
  7450.      */
  7451.     protected function getDoctrine_Orm_DefaultAnnotationMetadataDriverService()
  7452.     {
  7453.         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')]);
  7454.     }
  7455.     /**
  7456.      * Gets the private 'doctrine.orm.default_entity_manager.property_info_extractor' shared service.
  7457.      *
  7458.      * @return \Symfony\Bridge\Doctrine\PropertyInfo\DoctrineExtractor
  7459.      */
  7460.     protected function getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService()
  7461.     {
  7462.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/PropertyInfo/DoctrineExtractor.php';
  7463.         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()));
  7464.     }
  7465.     /**
  7466.      * Gets the private 'doctrine.orm.default_listeners.attach_entity_listeners' shared service.
  7467.      *
  7468.      * @return \Doctrine\ORM\Tools\AttachEntityListenersListener
  7469.      */
  7470.     protected function getDoctrine_Orm_DefaultListeners_AttachEntityListenersService()
  7471.     {
  7472.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/AttachEntityListenersListener.php';
  7473.         return $this->privates['doctrine.orm.default_listeners.attach_entity_listeners'] = new \Doctrine\ORM\Tools\AttachEntityListenersListener();
  7474.     }
  7475.     /**
  7476.      * Gets the private 'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber' shared service.
  7477.      *
  7478.      * @return \Symfony\Bridge\Doctrine\SchemaListener\DoctrineDbalCacheAdapterSchemaSubscriber
  7479.      */
  7480.     protected function getDoctrine_Orm_Listeners_DoctrineDbalCacheAdapterSchemaSubscriberService()
  7481.     {
  7482.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/lib/Doctrine/Common/EventSubscriber.php';
  7483.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/SchemaListener/DoctrineDbalCacheAdapterSchemaSubscriber.php';
  7484.         return $this->privates['doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber'] = new \Symfony\Bridge\Doctrine\SchemaListener\DoctrineDbalCacheAdapterSchemaSubscriber([]);
  7485.     }
  7486.     /**
  7487.      * Gets the private 'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber' shared service.
  7488.      *
  7489.      * @return \Symfony\Bridge\Doctrine\SchemaListener\RememberMeTokenProviderDoctrineSchemaSubscriber
  7490.      */
  7491.     protected function getDoctrine_Orm_Listeners_DoctrineTokenProviderSchemaSubscriberService()
  7492.     {
  7493.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/lib/Doctrine/Common/EventSubscriber.php';
  7494.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/SchemaListener/RememberMeTokenProviderDoctrineSchemaSubscriber.php';
  7495.         return $this->privates['doctrine.orm.listeners.doctrine_token_provider_schema_subscriber'] = new \Symfony\Bridge\Doctrine\SchemaListener\RememberMeTokenProviderDoctrineSchemaSubscriber(new RewindableGenerator(function () {
  7496.             return new \EmptyIterator();
  7497.         }, 0));
  7498.     }
  7499.     /**
  7500.      * Gets the private 'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber' shared service.
  7501.      *
  7502.      * @return \Symfony\Bridge\Doctrine\SchemaListener\PdoCacheAdapterDoctrineSchemaSubscriber
  7503.      */
  7504.     protected function getDoctrine_Orm_Listeners_PdoCacheAdapterDoctrineSchemaSubscriberService()
  7505.     {
  7506.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/lib/Doctrine/Common/EventSubscriber.php';
  7507.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/SchemaListener/PdoCacheAdapterDoctrineSchemaSubscriber.php';
  7508.         return $this->privates['doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber'] = new \Symfony\Bridge\Doctrine\SchemaListener\PdoCacheAdapterDoctrineSchemaSubscriber([]);
  7509.     }
  7510.     /**
  7511.      * Gets the private 'doctrine.orm.proxy_cache_warmer' shared service.
  7512.      *
  7513.      * @return \Symfony\Bridge\Doctrine\CacheWarmer\ProxyCacheWarmer
  7514.      */
  7515.     protected function getDoctrine_Orm_ProxyCacheWarmerService()
  7516.     {
  7517.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  7518.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/CacheWarmer/ProxyCacheWarmer.php';
  7519.         return $this->privates['doctrine.orm.proxy_cache_warmer'] = new \Symfony\Bridge\Doctrine\CacheWarmer\ProxyCacheWarmer(($this->services['doctrine'] ?? $this->getDoctrineService()));
  7520.     }
  7521.     /**
  7522.      * Gets the private 'doctrine.orm.validator.unique' shared service.
  7523.      *
  7524.      * @return \Symfony\Bridge\Doctrine\Validator\Constraints\UniqueEntityValidator
  7525.      */
  7526.     protected function getDoctrine_Orm_Validator_UniqueService()
  7527.     {
  7528.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  7529.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  7530.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Validator/Constraints/UniqueEntityValidator.php';
  7531.         return $this->privates['doctrine.orm.validator.unique'] = new \Symfony\Bridge\Doctrine\Validator\Constraints\UniqueEntityValidator(($this->services['doctrine'] ?? $this->getDoctrineService()));
  7532.     }
  7533.     /**
  7534.      * Gets the private 'doctrine.query_dql_command' shared service.
  7535.      *
  7536.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\RunDqlDoctrineCommand
  7537.      */
  7538.     protected function getDoctrine_QueryDqlCommandService()
  7539.     {
  7540.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7541.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  7542.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/RunDqlCommand.php';
  7543.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/RunDqlDoctrineCommand.php';
  7544.         $this->privates['doctrine.query_dql_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\RunDqlDoctrineCommand();
  7545.         $instance->setName('doctrine:query:dql');
  7546.         return $instance;
  7547.     }
  7548.     /**
  7549.      * Gets the private 'doctrine.query_sql_command' shared service.
  7550.      *
  7551.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\RunSqlDoctrineCommand
  7552.      */
  7553.     protected function getDoctrine_QuerySqlCommandService()
  7554.     {
  7555.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7556.         include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Tools/Console/Command/RunSqlCommand.php';
  7557.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/RunSqlDoctrineCommand.php';
  7558.         $this->privates['doctrine.query_sql_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\RunSqlDoctrineCommand(($this->privates['Doctrine\\Bundle\\DoctrineBundle\\Dbal\\ManagerRegistryAwareConnectionProvider'] ?? $this->getManagerRegistryAwareConnectionProviderService()));
  7559.         $instance->setName('doctrine:query:sql');
  7560.         return $instance;
  7561.     }
  7562.     /**
  7563.      * Gets the private 'doctrine.schema_create_command' shared service.
  7564.      *
  7565.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\CreateSchemaDoctrineCommand
  7566.      */
  7567.     protected function getDoctrine_SchemaCreateCommandService()
  7568.     {
  7569.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7570.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  7571.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/SchemaTool/AbstractCommand.php';
  7572.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/SchemaTool/CreateCommand.php';
  7573.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/CreateSchemaDoctrineCommand.php';
  7574.         $this->privates['doctrine.schema_create_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\CreateSchemaDoctrineCommand();
  7575.         $instance->setName('doctrine:schema:create');
  7576.         return $instance;
  7577.     }
  7578.     /**
  7579.      * Gets the private 'doctrine.schema_drop_command' shared service.
  7580.      *
  7581.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\DropSchemaDoctrineCommand
  7582.      */
  7583.     protected function getDoctrine_SchemaDropCommandService()
  7584.     {
  7585.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7586.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  7587.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/SchemaTool/AbstractCommand.php';
  7588.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/SchemaTool/DropCommand.php';
  7589.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/DropSchemaDoctrineCommand.php';
  7590.         $this->privates['doctrine.schema_drop_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\DropSchemaDoctrineCommand();
  7591.         $instance->setName('doctrine:schema:drop');
  7592.         return $instance;
  7593.     }
  7594.     /**
  7595.      * Gets the private 'doctrine.schema_update_command' shared service.
  7596.      *
  7597.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\UpdateSchemaDoctrineCommand
  7598.      */
  7599.     protected function getDoctrine_SchemaUpdateCommandService()
  7600.     {
  7601.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7602.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  7603.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/SchemaTool/AbstractCommand.php';
  7604.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/SchemaTool/UpdateCommand.php';
  7605.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/UpdateSchemaDoctrineCommand.php';
  7606.         $this->privates['doctrine.schema_update_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\UpdateSchemaDoctrineCommand();
  7607.         $instance->setName('doctrine:schema:update');
  7608.         return $instance;
  7609.     }
  7610.     /**
  7611.      * Gets the private 'doctrine.schema_validate_command' shared service.
  7612.      *
  7613.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ValidateSchemaCommand
  7614.      */
  7615.     protected function getDoctrine_SchemaValidateCommandService()
  7616.     {
  7617.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7618.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  7619.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ValidateSchemaCommand.php';
  7620.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/ValidateSchemaCommand.php';
  7621.         $this->privates['doctrine.schema_validate_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ValidateSchemaCommand();
  7622.         $instance->setName('doctrine:schema:validate');
  7623.         return $instance;
  7624.     }
  7625.     /**
  7626.      * Gets the private 'doctrine.ulid_generator' shared service.
  7627.      *
  7628.      * @return \Symfony\Bridge\Doctrine\IdGenerator\UlidGenerator
  7629.      */
  7630.     protected function getDoctrine_UlidGeneratorService()
  7631.     {
  7632.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Id/AbstractIdGenerator.php';
  7633.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/IdGenerator/UlidGenerator.php';
  7634.         return $this->privates['doctrine.ulid_generator'] = new \Symfony\Bridge\Doctrine\IdGenerator\UlidGenerator(NULL);
  7635.     }
  7636.     /**
  7637.      * Gets the private 'doctrine.uuid_generator' shared service.
  7638.      *
  7639.      * @return \Symfony\Bridge\Doctrine\IdGenerator\UuidGenerator
  7640.      */
  7641.     protected function getDoctrine_UuidGeneratorService()
  7642.     {
  7643.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Id/AbstractIdGenerator.php';
  7644.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/IdGenerator/UuidGenerator.php';
  7645.         return $this->privates['doctrine.uuid_generator'] = new \Symfony\Bridge\Doctrine\IdGenerator\UuidGenerator(NULL);
  7646.     }
  7647.     /**
  7648.      * Gets the private 'doctrine_migrations.diff_command' shared service.
  7649.      *
  7650.      * @return \Doctrine\Bundle\MigrationsBundle\Command\MigrationsDiffDoctrineCommand
  7651.      */
  7652.     protected function getDoctrineMigrations_DiffCommandService()
  7653.     {
  7654.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7655.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/AbstractCommand.php';
  7656.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DiffCommand.php';
  7657.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Command/MigrationsDiffDoctrineCommand.php';
  7658.         $this->privates['doctrine_migrations.diff_command'] = $instance = new \Doctrine\Bundle\MigrationsBundle\Command\MigrationsDiffDoctrineCommand();
  7659.         $instance->setName('doctrine:migrations:diff');
  7660.         return $instance;
  7661.     }
  7662.     /**
  7663.      * Gets the private 'doctrine_migrations.dump_schema_command' shared service.
  7664.      *
  7665.      * @return \Doctrine\Bundle\MigrationsBundle\Command\MigrationsDumpSchemaDoctrineCommand
  7666.      */
  7667.     protected function getDoctrineMigrations_DumpSchemaCommandService()
  7668.     {
  7669.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7670.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/AbstractCommand.php';
  7671.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DumpSchemaCommand.php';
  7672.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Command/MigrationsDumpSchemaDoctrineCommand.php';
  7673.         $this->privates['doctrine_migrations.dump_schema_command'] = $instance = new \Doctrine\Bundle\MigrationsBundle\Command\MigrationsDumpSchemaDoctrineCommand();
  7674.         $instance->setName('doctrine:migrations:dump-schema');
  7675.         return $instance;
  7676.     }
  7677.     /**
  7678.      * Gets the private 'doctrine_migrations.execute_command' shared service.
  7679.      *
  7680.      * @return \Doctrine\Bundle\MigrationsBundle\Command\MigrationsExecuteDoctrineCommand
  7681.      */
  7682.     protected function getDoctrineMigrations_ExecuteCommandService()
  7683.     {
  7684.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7685.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/AbstractCommand.php';
  7686.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/ExecuteCommand.php';
  7687.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Command/MigrationsExecuteDoctrineCommand.php';
  7688.         $this->privates['doctrine_migrations.execute_command'] = $instance = new \Doctrine\Bundle\MigrationsBundle\Command\MigrationsExecuteDoctrineCommand();
  7689.         $instance->setName('doctrine:migrations:execute');
  7690.         return $instance;
  7691.     }
  7692.     /**
  7693.      * Gets the private 'doctrine_migrations.generate_command' shared service.
  7694.      *
  7695.      * @return \Doctrine\Bundle\MigrationsBundle\Command\MigrationsGenerateDoctrineCommand
  7696.      */
  7697.     protected function getDoctrineMigrations_GenerateCommandService()
  7698.     {
  7699.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7700.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/AbstractCommand.php';
  7701.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/GenerateCommand.php';
  7702.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Command/MigrationsGenerateDoctrineCommand.php';
  7703.         $this->privates['doctrine_migrations.generate_command'] = $instance = new \Doctrine\Bundle\MigrationsBundle\Command\MigrationsGenerateDoctrineCommand();
  7704.         $instance->setName('doctrine:migrations:generate');
  7705.         return $instance;
  7706.     }
  7707.     /**
  7708.      * Gets the private 'doctrine_migrations.latest_command' shared service.
  7709.      *
  7710.      * @return \Doctrine\Bundle\MigrationsBundle\Command\MigrationsLatestDoctrineCommand
  7711.      */
  7712.     protected function getDoctrineMigrations_LatestCommandService()
  7713.     {
  7714.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7715.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/AbstractCommand.php';
  7716.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/LatestCommand.php';
  7717.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Command/MigrationsLatestDoctrineCommand.php';
  7718.         $this->privates['doctrine_migrations.latest_command'] = $instance = new \Doctrine\Bundle\MigrationsBundle\Command\MigrationsLatestDoctrineCommand();
  7719.         $instance->setName('doctrine:migrations:latest');
  7720.         return $instance;
  7721.     }
  7722.     /**
  7723.      * Gets the private 'doctrine_migrations.migrate_command' shared service.
  7724.      *
  7725.      * @return \Doctrine\Bundle\MigrationsBundle\Command\MigrationsMigrateDoctrineCommand
  7726.      */
  7727.     protected function getDoctrineMigrations_MigrateCommandService()
  7728.     {
  7729.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7730.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/AbstractCommand.php';
  7731.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/MigrateCommand.php';
  7732.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Command/MigrationsMigrateDoctrineCommand.php';
  7733.         $this->privates['doctrine_migrations.migrate_command'] = $instance = new \Doctrine\Bundle\MigrationsBundle\Command\MigrationsMigrateDoctrineCommand();
  7734.         $instance->setName('doctrine:migrations:migrate');
  7735.         return $instance;
  7736.     }
  7737.     /**
  7738.      * Gets the private 'doctrine_migrations.rollup_command' shared service.
  7739.      *
  7740.      * @return \Doctrine\Bundle\MigrationsBundle\Command\MigrationsRollupDoctrineCommand
  7741.      */
  7742.     protected function getDoctrineMigrations_RollupCommandService()
  7743.     {
  7744.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7745.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/AbstractCommand.php';
  7746.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/RollupCommand.php';
  7747.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Command/MigrationsRollupDoctrineCommand.php';
  7748.         $this->privates['doctrine_migrations.rollup_command'] = $instance = new \Doctrine\Bundle\MigrationsBundle\Command\MigrationsRollupDoctrineCommand();
  7749.         $instance->setName('doctrine:migrations:rollup');
  7750.         return $instance;
  7751.     }
  7752.     /**
  7753.      * Gets the private 'doctrine_migrations.status_command' shared service.
  7754.      *
  7755.      * @return \Doctrine\Bundle\MigrationsBundle\Command\MigrationsStatusDoctrineCommand
  7756.      */
  7757.     protected function getDoctrineMigrations_StatusCommandService()
  7758.     {
  7759.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7760.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/AbstractCommand.php';
  7761.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/StatusCommand.php';
  7762.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Command/MigrationsStatusDoctrineCommand.php';
  7763.         $this->privates['doctrine_migrations.status_command'] = $instance = new \Doctrine\Bundle\MigrationsBundle\Command\MigrationsStatusDoctrineCommand();
  7764.         $instance->setName('doctrine:migrations:status');
  7765.         return $instance;
  7766.     }
  7767.     /**
  7768.      * Gets the private 'doctrine_migrations.up_to_date_command' shared service.
  7769.      *
  7770.      * @return \Doctrine\Bundle\MigrationsBundle\Command\MigrationsUpToDateDoctrineCommand
  7771.      */
  7772.     protected function getDoctrineMigrations_UpToDateCommandService()
  7773.     {
  7774.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7775.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/AbstractCommand.php';
  7776.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/UpToDateCommand.php';
  7777.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Command/MigrationsUpToDateDoctrineCommand.php';
  7778.         $this->privates['doctrine_migrations.up_to_date_command'] = $instance = new \Doctrine\Bundle\MigrationsBundle\Command\MigrationsUpToDateDoctrineCommand();
  7779.         $instance->setName('doctrine:migrations:up-to-date');
  7780.         return $instance;
  7781.     }
  7782.     /**
  7783.      * Gets the private 'doctrine_migrations.version_command' shared service.
  7784.      *
  7785.      * @return \Doctrine\Bundle\MigrationsBundle\Command\MigrationsVersionDoctrineCommand
  7786.      */
  7787.     protected function getDoctrineMigrations_VersionCommandService()
  7788.     {
  7789.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7790.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/AbstractCommand.php';
  7791.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/VersionCommand.php';
  7792.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Command/MigrationsVersionDoctrineCommand.php';
  7793.         $this->privates['doctrine_migrations.version_command'] = $instance = new \Doctrine\Bundle\MigrationsBundle\Command\MigrationsVersionDoctrineCommand();
  7794.         $instance->setName('doctrine:migrations:version');
  7795.         return $instance;
  7796.     }
  7797.     /**
  7798.      * Gets the private 'error_handler.error_renderer.html' shared service.
  7799.      *
  7800.      * @return \Symfony\Component\ErrorHandler\ErrorRenderer\HtmlErrorRenderer
  7801.      */
  7802.     protected function getErrorHandler_ErrorRenderer_HtmlService()
  7803.     {
  7804.         include_once \dirname(__DIR__4).'/vendor/symfony/error-handler/ErrorRenderer/ErrorRendererInterface.php';
  7805.         include_once \dirname(__DIR__4).'/vendor/symfony/error-handler/ErrorRenderer/HtmlErrorRenderer.php';
  7806.         $a = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  7807.         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()));
  7808.     }
  7809.     /**
  7810.      * Gets the private 'exception_listener' shared service.
  7811.      *
  7812.      * @return \Symfony\Component\HttpKernel\EventListener\ErrorListener
  7813.      */
  7814.     protected function getExceptionListenerService()
  7815.     {
  7816.         return $this->privates['exception_listener'] = new \Symfony\Component\HttpKernel\EventListener\ErrorListener('error_controller', ($this->privates['monolog.logger.request'] ?? $this->getMonolog_Logger_RequestService()), true, []);
  7817.     }
  7818.     /**
  7819.      * Gets the private 'form.choice_list_factory.cached' shared service.
  7820.      *
  7821.      * @return \Symfony\Component\Form\ChoiceList\Factory\CachingFactoryDecorator
  7822.      */
  7823.     protected function getForm_ChoiceListFactory_CachedService()
  7824.     {
  7825.         include_once \dirname(__DIR__4).'/vendor/symfony/form/ChoiceList/Factory/ChoiceListFactoryInterface.php';
  7826.         include_once \dirname(__DIR__4).'/vendor/symfony/form/ChoiceList/Factory/CachingFactoryDecorator.php';
  7827.         include_once \dirname(__DIR__4).'/vendor/symfony/form/ChoiceList/Factory/PropertyAccessDecorator.php';
  7828.         include_once \dirname(__DIR__4).'/vendor/symfony/form/ChoiceList/Factory/DefaultChoiceListFactory.php';
  7829.         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())));
  7830.     }
  7831.     /**
  7832.      * Gets the private 'form.registry' shared service.
  7833.      *
  7834.      * @return \Symfony\Component\Form\FormRegistry
  7835.      */
  7836.     protected function getForm_RegistryService()
  7837.     {
  7838.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormRegistryInterface.php';
  7839.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormRegistry.php';
  7840.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormExtensionInterface.php';
  7841.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DependencyInjection/DependencyInjectionExtension.php';
  7842.         include_once \dirname(__DIR__4).'/vendor/symfony/form/ResolvedFormTypeFactoryInterface.php';
  7843.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/Proxy/ResolvedTypeFactoryDataCollectorProxy.php';
  7844.         include_once \dirname(__DIR__4).'/vendor/symfony/form/ResolvedFormTypeFactory.php';
  7845.         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, [
  7846.             'Acme\\Form\\Type\\DatalistType' => ['privates''form.type.datalist_type''getForm_Type_DatalistTypeService'false],
  7847.             'App\\Form\\DbImpExpType' => ['privates''App\\Form\\DbImpExpType''getDbImpExpTypeService'false],
  7848.             'App\\Form\\DeployTagType' => ['privates''App\\Form\\DeployTagType''getDeployTagTypeService'false],
  7849.             'App\\Form\\EnvironmentMonitorType' => ['privates''App\\Form\\EnvironmentMonitorType''getEnvironmentMonitorTypeService'false],
  7850.             'App\\Form\\EnvironmentOptionType' => ['privates''App\\Form\\EnvironmentOptionType''getEnvironmentOptionTypeService'false],
  7851.             'App\\Form\\RepoType' => ['privates''App\\Form\\RepoType''getRepoTypeService'false],
  7852.             'App\\Form\\Type\\DatalistType' => ['privates''App\\Form\\Type\\DatalistType''getDatalistTypeService'false],
  7853.             'Sonata\\AdminBundle\\Form\\Type\\AdminType' => ['privates''sonata.admin.form.type.admin''getSonata_Admin_Form_Type_AdminService'false],
  7854.             'Sonata\\AdminBundle\\Form\\Type\\ChoiceFieldMaskType' => ['privates''sonata.admin.doctrine_orm.form.type.choice_field_mask''getSonata_Admin_DoctrineOrm_Form_Type_ChoiceFieldMaskService'false],
  7855.             'Sonata\\AdminBundle\\Form\\Type\\CollectionType' => ['privates''sonata.admin.form.type.collection''getSonata_Admin_Form_Type_CollectionService'false],
  7856.             'Sonata\\AdminBundle\\Form\\Type\\Filter\\ChoiceType' => ['privates''sonata.admin.form.filter.type.choice''getSonata_Admin_Form_Filter_Type_ChoiceService'false],
  7857.             'Sonata\\AdminBundle\\Form\\Type\\Filter\\DateRangeType' => ['privates''sonata.admin.form.filter.type.daterange''getSonata_Admin_Form_Filter_Type_DaterangeService'false],
  7858.             'Sonata\\AdminBundle\\Form\\Type\\Filter\\DateTimeRangeType' => ['privates''sonata.admin.form.filter.type.datetime_range''getSonata_Admin_Form_Filter_Type_DatetimeRangeService'false],
  7859.             'Sonata\\AdminBundle\\Form\\Type\\Filter\\DateTimeType' => ['privates''sonata.admin.form.filter.type.datetime''getSonata_Admin_Form_Filter_Type_DatetimeService'false],
  7860.             'Sonata\\AdminBundle\\Form\\Type\\Filter\\DateType' => ['privates''sonata.admin.form.filter.type.date''getSonata_Admin_Form_Filter_Type_DateService'false],
  7861.             'Sonata\\AdminBundle\\Form\\Type\\Filter\\DefaultType' => ['privates''sonata.admin.form.filter.type.default''getSonata_Admin_Form_Filter_Type_DefaultService'false],
  7862.             'Sonata\\AdminBundle\\Form\\Type\\Filter\\NumberType' => ['privates''sonata.admin.form.filter.type.number''getSonata_Admin_Form_Filter_Type_NumberService'false],
  7863.             'Sonata\\AdminBundle\\Form\\Type\\ModelAutocompleteType' => ['privates''sonata.admin.form.type.model_autocomplete''getSonata_Admin_Form_Type_ModelAutocompleteService'false],
  7864.             'Sonata\\AdminBundle\\Form\\Type\\ModelHiddenType' => ['privates''sonata.admin.form.type.model_hidden''getSonata_Admin_Form_Type_ModelHiddenService'false],
  7865.             'Sonata\\AdminBundle\\Form\\Type\\ModelListType' => ['privates''sonata.admin.form.type.model_list''getSonata_Admin_Form_Type_ModelListService'false],
  7866.             'Sonata\\AdminBundle\\Form\\Type\\ModelReferenceType' => ['privates''sonata.admin.form.type.model_reference''getSonata_Admin_Form_Type_ModelReferenceService'false],
  7867.             'Sonata\\AdminBundle\\Form\\Type\\ModelType' => ['privates''sonata.admin.form.type.model_choice''getSonata_Admin_Form_Type_ModelChoiceService'false],
  7868.             'Sonata\\BlockBundle\\Form\\Type\\ContainerTemplateType' => ['privates''sonata.block.form.type.container_template''getSonata_Block_Form_Type_ContainerTemplateService'false],
  7869.             'Sonata\\BlockBundle\\Form\\Type\\ServiceListType' => ['privates''sonata.block.form.type.block''getSonata_Block_Form_Type_BlockService'false],
  7870.             'Sonata\\Form\\Type\\BooleanType' => ['privates''sonata.form.type.boolean''getSonata_Form_Type_BooleanService'false],
  7871.             'Sonata\\Form\\Type\\CollectionType' => ['privates''sonata.form.type.collection''getSonata_Form_Type_CollectionService'false],
  7872.             'Sonata\\Form\\Type\\DatePickerType' => ['privates''sonata.form.type.date_picker''getSonata_Form_Type_DatePickerService'false],
  7873.             'Sonata\\Form\\Type\\DateRangePickerType' => ['privates''sonata.form.type.date_range_picker''getSonata_Form_Type_DateRangePickerService'false],
  7874.             'Sonata\\Form\\Type\\DateRangeType' => ['privates''sonata.form.type.date_range''getSonata_Form_Type_DateRangeService'false],
  7875.             'Sonata\\Form\\Type\\DateTimePickerType' => ['privates''sonata.form.type.datetime_picker''getSonata_Form_Type_DatetimePickerService'false],
  7876.             'Sonata\\Form\\Type\\DateTimeRangePickerType' => ['privates''sonata.form.type.datetime_range_picker''getSonata_Form_Type_DatetimeRangePickerService'false],
  7877.             'Sonata\\Form\\Type\\DateTimeRangeType' => ['privates''sonata.form.type.datetime_range''getSonata_Form_Type_DatetimeRangeService'false],
  7878.             'Sonata\\Form\\Type\\EqualType' => ['privates''sonata.form.type.equal''getSonata_Form_Type_EqualService'false],
  7879.             'Sonata\\Form\\Type\\ImmutableArrayType' => ['privates''sonata.form.type.array''getSonata_Form_Type_ArrayService'false],
  7880.             'Symfony\\Bridge\\Doctrine\\Form\\Type\\EntityType' => ['privates''form.type.entity''getForm_Type_EntityService'false],
  7881.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\ChoiceType' => ['privates''form.type.choice''getForm_Type_ChoiceService'false],
  7882.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\ColorType' => ['privates''form.type.color''getForm_Type_ColorService'false],
  7883.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\FileType' => ['services''.container.private.form.type.file''get_Container_Private_Form_Type_FileService'false],
  7884.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\FormType' => ['privates''form.type.form''getForm_Type_FormService'false],
  7885.         ], [
  7886.             'Acme\\Form\\Type\\DatalistType' => '?',
  7887.             'App\\Form\\DbImpExpType' => '?',
  7888.             'App\\Form\\DeployTagType' => '?',
  7889.             'App\\Form\\EnvironmentMonitorType' => '?',
  7890.             'App\\Form\\EnvironmentOptionType' => '?',
  7891.             'App\\Form\\RepoType' => '?',
  7892.             'App\\Form\\Type\\DatalistType' => '?',
  7893.             'Sonata\\AdminBundle\\Form\\Type\\AdminType' => '?',
  7894.             'Sonata\\AdminBundle\\Form\\Type\\ChoiceFieldMaskType' => '?',
  7895.             'Sonata\\AdminBundle\\Form\\Type\\CollectionType' => '?',
  7896.             'Sonata\\AdminBundle\\Form\\Type\\Filter\\ChoiceType' => '?',
  7897.             'Sonata\\AdminBundle\\Form\\Type\\Filter\\DateRangeType' => '?',
  7898.             'Sonata\\AdminBundle\\Form\\Type\\Filter\\DateTimeRangeType' => '?',
  7899.             'Sonata\\AdminBundle\\Form\\Type\\Filter\\DateTimeType' => '?',
  7900.             'Sonata\\AdminBundle\\Form\\Type\\Filter\\DateType' => '?',
  7901.             'Sonata\\AdminBundle\\Form\\Type\\Filter\\DefaultType' => '?',
  7902.             'Sonata\\AdminBundle\\Form\\Type\\Filter\\NumberType' => '?',
  7903.             'Sonata\\AdminBundle\\Form\\Type\\ModelAutocompleteType' => '?',
  7904.             'Sonata\\AdminBundle\\Form\\Type\\ModelHiddenType' => '?',
  7905.             'Sonata\\AdminBundle\\Form\\Type\\ModelListType' => '?',
  7906.             'Sonata\\AdminBundle\\Form\\Type\\ModelReferenceType' => '?',
  7907.             'Sonata\\AdminBundle\\Form\\Type\\ModelType' => '?',
  7908.             'Sonata\\BlockBundle\\Form\\Type\\ContainerTemplateType' => '?',
  7909.             'Sonata\\BlockBundle\\Form\\Type\\ServiceListType' => '?',
  7910.             'Sonata\\Form\\Type\\BooleanType' => '?',
  7911.             'Sonata\\Form\\Type\\CollectionType' => '?',
  7912.             'Sonata\\Form\\Type\\DatePickerType' => '?',
  7913.             'Sonata\\Form\\Type\\DateRangePickerType' => '?',
  7914.             'Sonata\\Form\\Type\\DateRangeType' => '?',
  7915.             'Sonata\\Form\\Type\\DateTimePickerType' => '?',
  7916.             'Sonata\\Form\\Type\\DateTimeRangePickerType' => '?',
  7917.             'Sonata\\Form\\Type\\DateTimeRangeType' => '?',
  7918.             'Sonata\\Form\\Type\\EqualType' => '?',
  7919.             'Sonata\\Form\\Type\\ImmutableArrayType' => '?',
  7920.             'Symfony\\Bridge\\Doctrine\\Form\\Type\\EntityType' => '?',
  7921.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\ChoiceType' => '?',
  7922.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\ColorType' => '?',
  7923.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\FileType' => '?',
  7924.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\FormType' => '?',
  7925.         ]), ['Symfony\\Component\\Form\\Extension\\Core\\Type\\FormType' => new RewindableGenerator(function () {
  7926.             yield => ($this->privates['form.type_extension.form.transformation_failure_handling'] ?? $this->getForm_TypeExtension_Form_TransformationFailureHandlingService());
  7927.             yield => ($this->privates['form.type_extension.form.http_foundation'] ?? $this->getForm_TypeExtension_Form_HttpFoundationService());
  7928.             yield => ($this->privates['form.type_extension.form.validator'] ?? $this->getForm_TypeExtension_Form_ValidatorService());
  7929.             yield => ($this->privates['form.type_extension.upload.validator'] ?? $this->getForm_TypeExtension_Upload_ValidatorService());
  7930.             yield => ($this->privates['form.type_extension.csrf'] ?? $this->getForm_TypeExtension_CsrfService());
  7931.             yield => ($this->privates['form.type_extension.form.data_collector'] ?? $this->getForm_TypeExtension_Form_DataCollectorService());
  7932.             yield => ($this->privates['sonata.admin.form.extension.field'] ?? $this->getSonata_Admin_Form_Extension_FieldService());
  7933.             yield => ($this->privates['sonata.admin.form.extension.field.mopa'] ?? ($this->privates['sonata.admin.form.extension.field.mopa'] = new \Sonata\AdminBundle\Form\Extension\Field\Type\MopaCompatibilityTypeFieldExtension()));
  7934.         }, 8), 'Symfony\\Component\\Form\\Extension\\Core\\Type\\RepeatedType' => new RewindableGenerator(function () {
  7935.             yield => ($this->privates['form.type_extension.repeated.validator'] ?? ($this->privates['form.type_extension.repeated.validator'] = new \Symfony\Component\Form\Extension\Validator\Type\RepeatedTypeValidatorExtension()));
  7936.         }, 1), 'Symfony\\Component\\Form\\Extension\\Core\\Type\\SubmitType' => new RewindableGenerator(function () {
  7937.             yield => ($this->privates['form.type_extension.submit.validator'] ?? ($this->privates['form.type_extension.submit.validator'] = new \Symfony\Component\Form\Extension\Validator\Type\SubmitTypeValidatorExtension()));
  7938.         }, 1), 'Symfony\\Component\\Form\\Extension\\Core\\Type\\ChoiceType' => new RewindableGenerator(function () {
  7939.             yield => ($this->privates['sonata.admin.form.extension.choice'] ?? ($this->privates['sonata.admin.form.extension.choice'] = new \Sonata\AdminBundle\Form\Extension\ChoiceTypeExtension()));
  7940.         }, 1)], new RewindableGenerator(function () {
  7941.             yield => ($this->privates['form.type_guesser.validator'] ?? $this->getForm_TypeGuesser_ValidatorService());
  7942.             yield => ($this->privates['form.type_guesser.doctrine'] ?? $this->getForm_TypeGuesser_DoctrineService());
  7943.         }, 2))], new \Symfony\Component\Form\Extension\DataCollector\Proxy\ResolvedTypeFactoryDataCollectorProxy(new \Symfony\Component\Form\ResolvedFormTypeFactory(), ($this->privates['data_collector.form'] ?? $this->getDataCollector_FormService())));
  7944.     }
  7945.     /**
  7946.      * Gets the private 'form.server_params' shared service.
  7947.      *
  7948.      * @return \Symfony\Component\Form\Util\ServerParams
  7949.      */
  7950.     protected function getForm_ServerParamsService()
  7951.     {
  7952.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Util/ServerParams.php';
  7953.         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())));
  7954.     }
  7955.     /**
  7956.      * Gets the private 'form.type.choice' shared service.
  7957.      *
  7958.      * @return \Symfony\Component\Form\Extension\Core\Type\ChoiceType
  7959.      */
  7960.     protected function getForm_Type_ChoiceService()
  7961.     {
  7962.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  7963.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  7964.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/ChoiceType.php';
  7965.         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()));
  7966.     }
  7967.     /**
  7968.      * Gets the private 'form.type.color' shared service.
  7969.      *
  7970.      * @return \Symfony\Component\Form\Extension\Core\Type\ColorType
  7971.      */
  7972.     protected function getForm_Type_ColorService()
  7973.     {
  7974.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  7975.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  7976.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/ColorType.php';
  7977.         return $this->privates['form.type.color'] = new \Symfony\Component\Form\Extension\Core\Type\ColorType(($this->services['translator'] ?? $this->getTranslatorService()));
  7978.     }
  7979.     /**
  7980.      * Gets the private 'form.type.datalist_type' shared autowired service.
  7981.      *
  7982.      * @return \Acme\Form\Type\DatalistType
  7983.      */
  7984.     protected function getForm_Type_DatalistTypeService()
  7985.     {
  7986.         return $this->privates['form.type.datalist_type'] = new \Acme\Form\Type\DatalistType();
  7987.     }
  7988.     /**
  7989.      * Gets the private 'form.type.entity' shared service.
  7990.      *
  7991.      * @return \Symfony\Bridge\Doctrine\Form\Type\EntityType
  7992.      */
  7993.     protected function getForm_Type_EntityService()
  7994.     {
  7995.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  7996.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  7997.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Form/Type/DoctrineType.php';
  7998.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Form/Type/EntityType.php';
  7999.         return $this->privates['form.type.entity'] = new \Symfony\Bridge\Doctrine\Form\Type\EntityType(($this->services['doctrine'] ?? $this->getDoctrineService()));
  8000.     }
  8001.     /**
  8002.      * Gets the private 'form.type.form' shared service.
  8003.      *
  8004.      * @return \Symfony\Component\Form\Extension\Core\Type\FormType
  8005.      */
  8006.     protected function getForm_Type_FormService()
  8007.     {
  8008.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  8009.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  8010.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/BaseType.php';
  8011.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/FormType.php';
  8012.         return $this->privates['form.type.form'] = new \Symfony\Component\Form\Extension\Core\Type\FormType(($this->privates['property_accessor'] ?? $this->getPropertyAccessorService()));
  8013.     }
  8014.     /**
  8015.      * Gets the private 'form.type_extension.csrf' shared service.
  8016.      *
  8017.      * @return \Symfony\Component\Form\Extension\Csrf\Type\FormTypeCsrfExtension
  8018.      */
  8019.     protected function getForm_TypeExtension_CsrfService()
  8020.     {
  8021.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  8022.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractTypeExtension.php';
  8023.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Csrf/Type/FormTypeCsrfExtension.php';
  8024.         return $this->privates['form.type_extension.csrf'] = new \Symfony\Component\Form\Extension\Csrf\Type\FormTypeCsrfExtension(($this->services['.container.private.security.csrf.token_manager'] ?? $this->get_Container_Private_Security_Csrf_TokenManagerService()), true'_token', ($this->services['translator'] ?? $this->getTranslatorService()), 'validators', ($this->privates['form.server_params'] ?? $this->getForm_ServerParamsService()));
  8025.     }
  8026.     /**
  8027.      * Gets the private 'form.type_extension.form.data_collector' shared service.
  8028.      *
  8029.      * @return \Symfony\Component\Form\Extension\DataCollector\Type\DataCollectorTypeExtension
  8030.      */
  8031.     protected function getForm_TypeExtension_Form_DataCollectorService()
  8032.     {
  8033.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  8034.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractTypeExtension.php';
  8035.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/Type/DataCollectorTypeExtension.php';
  8036.         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()));
  8037.     }
  8038.     /**
  8039.      * Gets the private 'form.type_extension.form.http_foundation' shared service.
  8040.      *
  8041.      * @return \Symfony\Component\Form\Extension\HttpFoundation\Type\FormTypeHttpFoundationExtension
  8042.      */
  8043.     protected function getForm_TypeExtension_Form_HttpFoundationService()
  8044.     {
  8045.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  8046.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractTypeExtension.php';
  8047.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/HttpFoundation/Type/FormTypeHttpFoundationExtension.php';
  8048.         include_once \dirname(__DIR__4).'/vendor/symfony/form/RequestHandlerInterface.php';
  8049.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/HttpFoundation/HttpFoundationRequestHandler.php';
  8050.         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())));
  8051.     }
  8052.     /**
  8053.      * Gets the private 'form.type_extension.form.transformation_failure_handling' shared service.
  8054.      *
  8055.      * @return \Symfony\Component\Form\Extension\Core\Type\TransformationFailureExtension
  8056.      */
  8057.     protected function getForm_TypeExtension_Form_TransformationFailureHandlingService()
  8058.     {
  8059.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  8060.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractTypeExtension.php';
  8061.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/TransformationFailureExtension.php';
  8062.         return $this->privates['form.type_extension.form.transformation_failure_handling'] = new \Symfony\Component\Form\Extension\Core\Type\TransformationFailureExtension(($this->services['translator'] ?? $this->getTranslatorService()));
  8063.     }
  8064.     /**
  8065.      * Gets the private 'form.type_extension.form.validator' shared service.
  8066.      *
  8067.      * @return \Symfony\Component\Form\Extension\Validator\Type\FormTypeValidatorExtension
  8068.      */
  8069.     protected function getForm_TypeExtension_Form_ValidatorService()
  8070.     {
  8071.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  8072.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractTypeExtension.php';
  8073.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Validator/Type/BaseValidatorExtension.php';
  8074.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Validator/Type/FormTypeValidatorExtension.php';
  8075.         return $this->privates['form.type_extension.form.validator'] = new \Symfony\Component\Form\Extension\Validator\Type\FormTypeValidatorExtension(($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService()), true, ($this->privates['twig.form.renderer'] ?? $this->getTwig_Form_RendererService()), ($this->services['translator'] ?? $this->getTranslatorService()));
  8076.     }
  8077.     /**
  8078.      * Gets the private 'form.type_extension.upload.validator' shared service.
  8079.      *
  8080.      * @return \Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension
  8081.      */
  8082.     protected function getForm_TypeExtension_Upload_ValidatorService()
  8083.     {
  8084.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  8085.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractTypeExtension.php';
  8086.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Validator/Type/UploadValidatorExtension.php';
  8087.         return $this->privates['form.type_extension.upload.validator'] = new \Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension(($this->services['translator'] ?? $this->getTranslatorService()), 'validators');
  8088.     }
  8089.     /**
  8090.      * Gets the private 'form.type_guesser.doctrine' shared service.
  8091.      *
  8092.      * @return \Symfony\Bridge\Doctrine\Form\DoctrineOrmTypeGuesser
  8093.      */
  8094.     protected function getForm_TypeGuesser_DoctrineService()
  8095.     {
  8096.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeGuesserInterface.php';
  8097.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Form/DoctrineOrmTypeGuesser.php';
  8098.         return $this->privates['form.type_guesser.doctrine'] = new \Symfony\Bridge\Doctrine\Form\DoctrineOrmTypeGuesser(($this->services['doctrine'] ?? $this->getDoctrineService()));
  8099.     }
  8100.     /**
  8101.      * Gets the private 'form.type_guesser.validator' shared service.
  8102.      *
  8103.      * @return \Symfony\Component\Form\Extension\Validator\ValidatorTypeGuesser
  8104.      */
  8105.     protected function getForm_TypeGuesser_ValidatorService()
  8106.     {
  8107.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeGuesserInterface.php';
  8108.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Validator/ValidatorTypeGuesser.php';
  8109.         return $this->privates['form.type_guesser.validator'] = new \Symfony\Component\Form\Extension\Validator\ValidatorTypeGuesser(($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService()));
  8110.     }
  8111.     /**
  8112.      * Gets the private 'fragment.renderer.inline' shared service.
  8113.      *
  8114.      * @return \Symfony\Component\HttpKernel\Fragment\InlineFragmentRenderer
  8115.      */
  8116.     protected function getFragment_Renderer_InlineService()
  8117.     {
  8118.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/FragmentRendererInterface.php';
  8119.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/RoutableFragmentRenderer.php';
  8120.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/InlineFragmentRenderer.php';
  8121.         $this->privates['fragment.renderer.inline'] = $instance = new \Symfony\Component\HttpKernel\Fragment\InlineFragmentRenderer(($this->services['http_kernel'] ?? $this->getHttpKernelService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  8122.         $instance->setFragmentPath('/_fragment');
  8123.         return $instance;
  8124.     }
  8125.     /**
  8126.      * Gets the private 'framework_extra_bundle.argument_name_convertor' shared service.
  8127.      *
  8128.      * @return \Sensio\Bundle\FrameworkExtraBundle\Request\ArgumentNameConverter
  8129.      */
  8130.     protected function getFrameworkExtraBundle_ArgumentNameConvertorService()
  8131.     {
  8132.         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())));
  8133.     }
  8134.     /**
  8135.      * Gets the private 'framework_extra_bundle.event.is_granted' shared service.
  8136.      *
  8137.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\IsGrantedListener
  8138.      */
  8139.     protected function getFrameworkExtraBundle_Event_IsGrantedService()
  8140.     {
  8141.         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['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService()));
  8142.     }
  8143.     /**
  8144.      * Gets the private 'gedmo.listener.timestampable' shared autowired service.
  8145.      *
  8146.      * @return \Gedmo\Timestampable\TimestampableListener
  8147.      */
  8148.     protected function getGedmo_Listener_TimestampableService()
  8149.     {
  8150.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/lib/Doctrine/Common/EventSubscriber.php';
  8151.         include_once \dirname(__DIR__4).'/vendor/gedmo/doctrine-extensions/src/Mapping/MappedEventSubscriber.php';
  8152.         include_once \dirname(__DIR__4).'/vendor/gedmo/doctrine-extensions/src/AbstractTrackingListener.php';
  8153.         include_once \dirname(__DIR__4).'/vendor/gedmo/doctrine-extensions/src/Timestampable/TimestampableListener.php';
  8154.         $this->privates['gedmo.listener.timestampable'] = $instance = new \Gedmo\Timestampable\TimestampableListener();
  8155.         $instance->setAnnotationReader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  8156.         return $instance;
  8157.     }
  8158.     /**
  8159.      * Gets the private 'hslavich_onelogin_saml.user_created_listener.main' shared autowired service.
  8160.      *
  8161.      * @return \Hslavich\OneloginSamlBundle\EventListener\User\UserCreatedListener
  8162.      */
  8163.     protected function getHslavichOneloginSaml_UserCreatedListener_MainService()
  8164.     {
  8165.         include_once \dirname(__DIR__4).'/vendor/hslavich/oneloginsaml-bundle/EventListener/User/AbstractUserListener.php';
  8166.         include_once \dirname(__DIR__4).'/vendor/hslavich/oneloginsaml-bundle/EventListener/User/UserCreatedListener.php';
  8167.         return $this->privates['hslavich_onelogin_saml.user_created_listener.main'] = new \Hslavich\OneloginSamlBundle\EventListener\User\UserCreatedListener(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), true);
  8168.     }
  8169.     /**
  8170.      * Gets the private 'hslavich_onelogin_saml.user_modified_listener.main' shared autowired service.
  8171.      *
  8172.      * @return \Hslavich\OneloginSamlBundle\EventListener\User\UserModifiedListener
  8173.      */
  8174.     protected function getHslavichOneloginSaml_UserModifiedListener_MainService()
  8175.     {
  8176.         include_once \dirname(__DIR__4).'/vendor/hslavich/oneloginsaml-bundle/EventListener/User/AbstractUserListener.php';
  8177.         include_once \dirname(__DIR__4).'/vendor/hslavich/oneloginsaml-bundle/EventListener/User/UserModifiedListener.php';
  8178.         return $this->privates['hslavich_onelogin_saml.user_modified_listener.main'] = new \Hslavich\OneloginSamlBundle\EventListener\User\UserModifiedListener(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), true);
  8179.     }
  8180.     /**
  8181.      * Gets the private 'httplug.collector.formatter' shared service.
  8182.      *
  8183.      * @return \Http\HttplugBundle\Collector\Formatter
  8184.      */
  8185.     protected function getHttplug_Collector_FormatterService()
  8186.     {
  8187.         return $this->privates['httplug.collector.formatter'] = new \Http\HttplugBundle\Collector\Formatter(new \Http\Message\Formatter\FullHttpMessageFormatter(0), new \Http\Message\Formatter\CurlCommandFormatter());
  8188.     }
  8189.     /**
  8190.      * Gets the private 'hwi_oauth.authentication.listener.oauth.azuremarketplace' shared service.
  8191.      *
  8192.      * @return \HWI\Bundle\OAuthBundle\Security\Http\Firewall\OAuthListener
  8193.      */
  8194.     protected function getHwiOauth_Authentication_Listener_Oauth_AzuremarketplaceService()
  8195.     {
  8196.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/FirewallListenerInterface.php';
  8197.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  8198.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractAuthenticationListener.php';
  8199.         include_once \dirname(__DIR__4).'/vendor/hwi/oauth-bundle/Security/Http/Firewall/OAuthListener.php';
  8200.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authentication/AuthenticationSuccessHandlerInterface.php';
  8201.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Util/TargetPathTrait.php';
  8202.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authentication/DefaultAuthenticationSuccessHandler.php';
  8203.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authentication/AuthenticationFailureHandlerInterface.php';
  8204.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authentication/DefaultAuthenticationFailureHandler.php';
  8205.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Session/SessionAuthenticationStrategyInterface.php';
  8206.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Session/SessionAuthenticationStrategy.php';
  8207.         $a = ($this->privates['security.http_utils'] ?? $this->getSecurity_HttpUtilsService());
  8208.         $b = new \Symfony\Component\Security\Http\Authentication\DefaultAuthenticationSuccessHandler($a, []);
  8209.         $b->setOptions(['login_path' => '/login''always_use_default_target_path' => false'default_target_path' => '/''target_path_parameter' => '_target_path''use_referer' => false]);
  8210.         $b->setFirewallName('azuremarketplace');
  8211.         $c = ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService());
  8212.         $d = new \Symfony\Component\Security\Http\Authentication\DefaultAuthenticationFailureHandler(($this->services['http_kernel'] ?? $this->getHttpKernelService()), $a, [], $c);
  8213.         $d->setOptions(['login_path' => '/login''failure_path' => '/login''failure_forward' => false'failure_path_parameter' => '_failure_path']);
  8214.         $this->privates['hwi_oauth.authentication.listener.oauth.azuremarketplace'] = $instance = new \HWI\Bundle\OAuthBundle\Security\Http\Firewall\OAuthListener(($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_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'azuremarketplace'$b$d, ['login_path' => '/login''use_forward' => false'check_path' => '/login_check''require_previous_session' => false], $c, ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  8215.         $instance->setResourceOwnerMap(($this->services['hwi_oauth.resource_ownermap.azuremarketplace'] ?? $this->getHwiOauth_ResourceOwnermap_AzuremarketplaceService()));
  8216.         $instance->setCheckPaths($this->parameters['hwi_oauth.resource_ownermap.configured.azuremarketplace']);
  8217.         return $instance;
  8218.     }
  8219.     /**
  8220.      * Gets the private 'hwi_oauth.authentication.provider.oauth.azuremarketplace' shared service.
  8221.      *
  8222.      * @return \HWI\Bundle\OAuthBundle\Security\Core\Authentication\Provider\OAuthProvider
  8223.      */
  8224.     protected function getHwiOauth_Authentication_Provider_Oauth_AzuremarketplaceService()
  8225.     {
  8226.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/AuthenticationManagerInterface.php';
  8227.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Provider/AuthenticationProviderInterface.php';
  8228.         include_once \dirname(__DIR__4).'/vendor/hwi/oauth-bundle/Security/Core/Authentication/Provider/OAuthProvider.php';
  8229.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/UserCheckerInterface.php';
  8230.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/InMemoryUserChecker.php';
  8231.         return $this->privates['hwi_oauth.authentication.provider.oauth.azuremarketplace'] = new \HWI\Bundle\OAuthBundle\Security\Core\Authentication\Provider\OAuthProvider(($this->privates['oauth.azure_oauth_user_provider'] ?? $this->getOauth_AzureOauthUserProviderService()), ($this->services['hwi_oauth.resource_ownermap.azuremarketplace'] ?? $this->getHwiOauth_ResourceOwnermap_AzuremarketplaceService()), ($this->services['hwi_oauth.user_checker'] ?? ($this->services['hwi_oauth.user_checker'] = new \Symfony\Component\Security\Core\User\InMemoryUserChecker())), ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()));
  8232.     }
  8233.     /**
  8234.      * Gets the private 'hwi_oauth.security.oauth_utils' shared service.
  8235.      *
  8236.      * @return \HWI\Bundle\OAuthBundle\Security\OAuthUtils
  8237.      */
  8238.     protected function getHwiOauth_Security_OauthUtilsService()
  8239.     {
  8240.         $this->privates['hwi_oauth.security.oauth_utils'] = $instance = new \HWI\Bundle\OAuthBundle\Security\OAuthUtils(($this->privates['security.http_utils'] ?? $this->getSecurity_HttpUtilsService()), ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService()), false'IS_AUTHENTICATED_REMEMBERED');
  8241.         $instance->addResourceOwnerMap(($this->services['hwi_oauth.resource_ownermap.azuremarketplace'] ?? $this->getHwiOauth_ResourceOwnermap_AzuremarketplaceService()));
  8242.         return $instance;
  8243.     }
  8244.     /**
  8245.      * Gets the private 'knp_menu.menu_provider.builder_alias' shared service.
  8246.      *
  8247.      * @return \Knp\Bundle\MenuBundle\Provider\BuilderAliasProvider
  8248.      */
  8249.     protected function getKnpMenu_MenuProvider_BuilderAliasService()
  8250.     {
  8251.         include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu-bundle/src/Provider/BuilderAliasProvider.php';
  8252.         return $this->privates['knp_menu.menu_provider.builder_alias'] = new \Knp\Bundle\MenuBundle\Provider\BuilderAliasProvider(($this->services['kernel'] ?? $this->get('kernel'1)), $this, ($this->services['knp_menu.factory'] ?? $this->getKnpMenu_FactoryService()));
  8253.     }
  8254.     /**
  8255.      * Gets the private 'knp_menu.menu_provider.chain' shared service.
  8256.      *
  8257.      * @return \Knp\Menu\Provider\ChainProvider
  8258.      */
  8259.     protected function getKnpMenu_MenuProvider_ChainService()
  8260.     {
  8261.         return $this->privates['knp_menu.menu_provider.chain'] = new \Knp\Menu\Provider\ChainProvider(new RewindableGenerator(function () {
  8262.             yield => ($this->privates['knp_menu.menu_provider.lazy'] ?? $this->getKnpMenu_MenuProvider_LazyService());
  8263.             yield => ($this->privates['knp_menu.menu_provider.builder_alias'] ?? $this->getKnpMenu_MenuProvider_BuilderAliasService());
  8264.             yield => ($this->privates['sonata.admin.menu.group_provider'] ?? $this->getSonata_Admin_Menu_GroupProviderService());
  8265.         }, 3));
  8266.     }
  8267.     /**
  8268.      * Gets the private 'knp_menu.menu_provider.lazy' shared service.
  8269.      *
  8270.      * @return \Knp\Menu\Provider\LazyProvider
  8271.      */
  8272.     protected function getKnpMenu_MenuProvider_LazyService()
  8273.     {
  8274.         include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Provider/LazyProvider.php';
  8275.         return $this->privates['knp_menu.menu_provider.lazy'] = new \Knp\Menu\Provider\LazyProvider(['sonata_admin_sidebar' => function () {
  8276.             return ($this->privates['sonata.admin.sidebar_menu'] ?? $this->getSonata_Admin_SidebarMenuService());
  8277.         }]);
  8278.     }
  8279.     /**
  8280.      * Gets the private 'knp_menu.renderer.list' shared service.
  8281.      *
  8282.      * @return \Knp\Menu\Renderer\ListRenderer
  8283.      */
  8284.     protected function getKnpMenu_Renderer_ListService()
  8285.     {
  8286.         include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Renderer/Renderer.php';
  8287.         include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Renderer/RendererInterface.php';
  8288.         include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Renderer/ListRenderer.php';
  8289.         return $this->privates['knp_menu.renderer.list'] = new \Knp\Menu\Renderer\ListRenderer(($this->services['knp_menu.matcher'] ?? $this->getKnpMenu_MatcherService()), [], 'UTF-8');
  8290.     }
  8291.     /**
  8292.      * Gets the private 'knp_menu.renderer.twig' shared service.
  8293.      *
  8294.      * @return \Knp\Menu\Renderer\TwigRenderer
  8295.      */
  8296.     protected function getKnpMenu_Renderer_TwigService()
  8297.     {
  8298.         include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Renderer/RendererInterface.php';
  8299.         include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Renderer/TwigRenderer.php';
  8300.         return $this->privates['knp_menu.renderer.twig'] = new \Knp\Menu\Renderer\TwigRenderer(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()), '@KnpMenu/menu.html.twig', ($this->services['knp_menu.matcher'] ?? $this->getKnpMenu_MatcherService()), []);
  8301.     }
  8302.     /**
  8303.      * Gets the private 'knp_menu.voter.router' shared service.
  8304.      *
  8305.      * @return \Knp\Menu\Matcher\Voter\RouteVoter
  8306.      */
  8307.     protected function getKnpMenu_Voter_RouterService()
  8308.     {
  8309.         include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Matcher/Voter/VoterInterface.php';
  8310.         include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Matcher/Voter/RouteVoter.php';
  8311.         return $this->privates['knp_menu.voter.router'] = new \Knp\Menu\Matcher\Voter\RouteVoter(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  8312.     }
  8313.     /**
  8314.      * Gets the private 'locale_aware_listener' shared service.
  8315.      *
  8316.      * @return \Symfony\Component\HttpKernel\EventListener\LocaleAwareListener
  8317.      */
  8318.     protected function getLocaleAwareListenerService()
  8319.     {
  8320.         return $this->privates['locale_aware_listener'] = new \Symfony\Component\HttpKernel\EventListener\LocaleAwareListener(new RewindableGenerator(function () {
  8321.             yield => ($this->privates['slugger'] ?? ($this->privates['slugger'] = new \Symfony\Component\String\Slugger\AsciiSlugger('hu')));
  8322.             yield => ($this->privates['translator.default'] ?? $this->getTranslator_DefaultService());
  8323.             yield => ($this->privates['sonata.form.type.date_picker'] ?? $this->getSonata_Form_Type_DatePickerService());
  8324.             yield => ($this->privates['sonata.form.type.datetime_picker'] ?? $this->getSonata_Form_Type_DatetimePickerService());
  8325.         }, 4), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  8326.     }
  8327.     /**
  8328.      * Gets the private 'locale_listener' shared service.
  8329.      *
  8330.      * @return \Symfony\Component\HttpKernel\EventListener\LocaleListener
  8331.      */
  8332.     protected function getLocaleListenerService()
  8333.     {
  8334.         return $this->privates['locale_listener'] = new \Symfony\Component\HttpKernel\EventListener\LocaleListener(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), 'hu', ($this->services['router'] ?? $this->getRouterService()), false, []);
  8335.     }
  8336.     /**
  8337.      * Gets the private 'mailer.mailer' shared service.
  8338.      *
  8339.      * @return \Symfony\Component\Mailer\Mailer
  8340.      */
  8341.     protected function getMailer_MailerService()
  8342.     {
  8343.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/MailerInterface.php';
  8344.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Mailer.php';
  8345.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/TransportInterface.php';
  8346.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/Transports.php';
  8347.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport.php';
  8348.         return $this->privates['mailer.mailer'] = new \Symfony\Component\Mailer\Mailer((new \Symfony\Component\Mailer\Transport(new RewindableGenerator(function () {
  8349.             yield => $this->getMailer_TransportFactory_AmazonService();
  8350.             yield => $this->getMailer_TransportFactory_GmailService();
  8351.             yield => $this->getMailer_TransportFactory_NullService();
  8352.             yield => $this->getMailer_TransportFactory_SendmailService();
  8353.             yield => $this->getMailer_TransportFactory_NativeService();
  8354.             yield => $this->getMailer_TransportFactory_SmtpService();
  8355.         }, 6)))->fromStrings(['main' => $this->getEnv('MAILER_DSN')]), NULL, ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  8356.     }
  8357.     /**
  8358.      * Gets the private 'mailer.transport_factory.amazon' shared service.
  8359.      *
  8360.      * @return \Symfony\Component\Mailer\Bridge\Amazon\Transport\SesTransportFactory
  8361.      */
  8362.     protected function getMailer_TransportFactory_AmazonService()
  8363.     {
  8364.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/TransportFactoryInterface.php';
  8365.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/AbstractTransportFactory.php';
  8366.         include_once \dirname(__DIR__4).'/vendor/symfony/amazon-mailer/Transport/SesTransportFactory.php';
  8367.         return new \Symfony\Component\Mailer\Bridge\Amazon\Transport\SesTransportFactory(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->privates['.debug.http_client'] ?? $this->get_Debug_HttpClientService()), ($this->privates['monolog.logger.mailer'] ?? $this->getMonolog_Logger_MailerService()));
  8368.     }
  8369.     /**
  8370.      * Gets the private 'mailer.transport_factory.gmail' shared service.
  8371.      *
  8372.      * @return \Symfony\Component\Mailer\Bridge\Google\Transport\GmailTransportFactory
  8373.      */
  8374.     protected function getMailer_TransportFactory_GmailService()
  8375.     {
  8376.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/TransportFactoryInterface.php';
  8377.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/AbstractTransportFactory.php';
  8378.         include_once \dirname(__DIR__4).'/vendor/symfony/google-mailer/Transport/GmailTransportFactory.php';
  8379.         return new \Symfony\Component\Mailer\Bridge\Google\Transport\GmailTransportFactory(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->privates['.debug.http_client'] ?? $this->get_Debug_HttpClientService()), ($this->privates['monolog.logger.mailer'] ?? $this->getMonolog_Logger_MailerService()));
  8380.     }
  8381.     /**
  8382.      * Gets the private 'mailer.transport_factory.native' shared service.
  8383.      *
  8384.      * @return \Symfony\Component\Mailer\Transport\NativeTransportFactory
  8385.      */
  8386.     protected function getMailer_TransportFactory_NativeService()
  8387.     {
  8388.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/TransportFactoryInterface.php';
  8389.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/AbstractTransportFactory.php';
  8390.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/NativeTransportFactory.php';
  8391.         return new \Symfony\Component\Mailer\Transport\NativeTransportFactory(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->privates['.debug.http_client'] ?? $this->get_Debug_HttpClientService()), ($this->privates['monolog.logger.mailer'] ?? $this->getMonolog_Logger_MailerService()));
  8392.     }
  8393.     /**
  8394.      * Gets the private 'mailer.transport_factory.null' shared service.
  8395.      *
  8396.      * @return \Symfony\Component\Mailer\Transport\NullTransportFactory
  8397.      */
  8398.     protected function getMailer_TransportFactory_NullService()
  8399.     {
  8400.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/TransportFactoryInterface.php';
  8401.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/AbstractTransportFactory.php';
  8402.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/NullTransportFactory.php';
  8403.         return new \Symfony\Component\Mailer\Transport\NullTransportFactory(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->privates['.debug.http_client'] ?? $this->get_Debug_HttpClientService()), ($this->privates['monolog.logger.mailer'] ?? $this->getMonolog_Logger_MailerService()));
  8404.     }
  8405.     /**
  8406.      * Gets the private 'mailer.transport_factory.sendmail' shared service.
  8407.      *
  8408.      * @return \Symfony\Component\Mailer\Transport\SendmailTransportFactory
  8409.      */
  8410.     protected function getMailer_TransportFactory_SendmailService()
  8411.     {
  8412.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/TransportFactoryInterface.php';
  8413.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/AbstractTransportFactory.php';
  8414.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/SendmailTransportFactory.php';
  8415.         return new \Symfony\Component\Mailer\Transport\SendmailTransportFactory(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->privates['.debug.http_client'] ?? $this->get_Debug_HttpClientService()), ($this->privates['monolog.logger.mailer'] ?? $this->getMonolog_Logger_MailerService()));
  8416.     }
  8417.     /**
  8418.      * Gets the private 'mailer.transport_factory.smtp' shared service.
  8419.      *
  8420.      * @return \Symfony\Component\Mailer\Transport\Smtp\EsmtpTransportFactory
  8421.      */
  8422.     protected function getMailer_TransportFactory_SmtpService()
  8423.     {
  8424.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/TransportFactoryInterface.php';
  8425.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/AbstractTransportFactory.php';
  8426.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/Smtp/EsmtpTransportFactory.php';
  8427.         return new \Symfony\Component\Mailer\Transport\Smtp\EsmtpTransportFactory(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->privates['.debug.http_client'] ?? $this->get_Debug_HttpClientService()), ($this->privates['monolog.logger.mailer'] ?? $this->getMonolog_Logger_MailerService()));
  8428.     }
  8429.     /**
  8430.      * Gets the private 'maker.auto_command.make_auth' shared service.
  8431.      *
  8432.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  8433.      */
  8434.     protected function getMaker_AutoCommand_MakeAuthService()
  8435.     {
  8436.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8437.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  8438.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  8439.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  8440.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeAuthenticator.php';
  8441.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Security/SecurityConfigUpdater.php';
  8442.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  8443.         $b = ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService());
  8444.         $this->privates['maker.auto_command.make_auth'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeAuthenticator($a, ($this->privates['maker.security_config_updater'] ?? ($this->privates['maker.security_config_updater'] = new \Symfony\Bundle\MakerBundle\Security\SecurityConfigUpdater())), $b, ($this->privates['maker.doctrine_helper'] ?? $this->getMaker_DoctrineHelperService())), $a$b);
  8445.         $instance->setName('make:auth');
  8446.         $instance->setDescription('Creates a Guard authenticator of different flavors');
  8447.         return $instance;
  8448.     }
  8449.     /**
  8450.      * Gets the private 'maker.auto_command.make_command' shared service.
  8451.      *
  8452.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  8453.      */
  8454.     protected function getMaker_AutoCommand_MakeCommandService()
  8455.     {
  8456.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8457.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  8458.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  8459.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  8460.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeCommand.php';
  8461.         $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()));
  8462.         $instance->setName('make:command');
  8463.         $instance->setDescription('Creates a new console command class');
  8464.         return $instance;
  8465.     }
  8466.     /**
  8467.      * Gets the private 'maker.auto_command.make_controller' shared service.
  8468.      *
  8469.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  8470.      */
  8471.     protected function getMaker_AutoCommand_MakeControllerService()
  8472.     {
  8473.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8474.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  8475.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  8476.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  8477.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeController.php';
  8478.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  8479.         $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()));
  8480.         $instance->setName('make:controller');
  8481.         $instance->setDescription('Creates a new controller class');
  8482.         return $instance;
  8483.     }
  8484.     /**
  8485.      * Gets the private 'maker.auto_command.make_crud' shared service.
  8486.      *
  8487.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  8488.      */
  8489.     protected function getMaker_AutoCommand_MakeCrudService()
  8490.     {
  8491.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8492.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  8493.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  8494.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  8495.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeCrud.php';
  8496.         $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()));
  8497.         $instance->setName('make:crud');
  8498.         $instance->setDescription('Creates CRUD for Doctrine entity class');
  8499.         return $instance;
  8500.     }
  8501.     /**
  8502.      * Gets the private 'maker.auto_command.make_docker_database' shared service.
  8503.      *
  8504.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  8505.      */
  8506.     protected function getMaker_AutoCommand_MakeDockerDatabaseService()
  8507.     {
  8508.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8509.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  8510.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  8511.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  8512.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeDockerDatabase.php';
  8513.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  8514.         $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()));
  8515.         $instance->setName('make:docker:database');
  8516.         $instance->setDescription('Adds a database container to your docker-compose.yaml file');
  8517.         return $instance;
  8518.     }
  8519.     /**
  8520.      * Gets the private 'maker.auto_command.make_entity' shared service.
  8521.      *
  8522.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  8523.      */
  8524.     protected function getMaker_AutoCommand_MakeEntityService()
  8525.     {
  8526.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8527.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  8528.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  8529.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  8530.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/InputAwareMakerInterface.php';
  8531.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeEntity.php';
  8532.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  8533.         $b = ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService());
  8534.         $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);
  8535.         $instance->setName('make:entity');
  8536.         $instance->setDescription('Creates or updates a Doctrine entity class, and optionally an API Platform resource');
  8537.         return $instance;
  8538.     }
  8539.     /**
  8540.      * Gets the private 'maker.auto_command.make_fixtures' shared service.
  8541.      *
  8542.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  8543.      */
  8544.     protected function getMaker_AutoCommand_MakeFixturesService()
  8545.     {
  8546.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8547.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  8548.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  8549.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  8550.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeFixtures.php';
  8551.         $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()));
  8552.         $instance->setName('make:fixtures');
  8553.         $instance->setDescription('Creates a new class to load Doctrine fixtures');
  8554.         return $instance;
  8555.     }
  8556.     /**
  8557.      * Gets the private 'maker.auto_command.make_form' shared service.
  8558.      *
  8559.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  8560.      */
  8561.     protected function getMaker_AutoCommand_MakeFormService()
  8562.     {
  8563.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8564.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  8565.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  8566.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  8567.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeForm.php';
  8568.         $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()));
  8569.         $instance->setName('make:form');
  8570.         $instance->setDescription('Creates a new form class');
  8571.         return $instance;
  8572.     }
  8573.     /**
  8574.      * Gets the private 'maker.auto_command.make_message' shared service.
  8575.      *
  8576.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  8577.      */
  8578.     protected function getMaker_AutoCommand_MakeMessageService()
  8579.     {
  8580.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8581.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  8582.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  8583.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  8584.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeMessage.php';
  8585.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  8586.         $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()));
  8587.         $instance->setName('make:message');
  8588.         $instance->setDescription('Creates a new message and handler');
  8589.         return $instance;
  8590.     }
  8591.     /**
  8592.      * Gets the private 'maker.auto_command.make_messenger_middleware' shared service.
  8593.      *
  8594.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  8595.      */
  8596.     protected function getMaker_AutoCommand_MakeMessengerMiddlewareService()
  8597.     {
  8598.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8599.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  8600.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  8601.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  8602.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeMessengerMiddleware.php';
  8603.         $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()));
  8604.         $instance->setName('make:messenger-middleware');
  8605.         $instance->setDescription('Creates a new messenger middleware');
  8606.         return $instance;
  8607.     }
  8608.     /**
  8609.      * Gets the private 'maker.auto_command.make_migration' shared service.
  8610.      *
  8611.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  8612.      */
  8613.     protected function getMaker_AutoCommand_MakeMigrationService()
  8614.     {
  8615.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8616.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  8617.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  8618.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  8619.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/ApplicationAwareMakerInterface.php';
  8620.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeMigration.php';
  8621.         $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()));
  8622.         $instance->setName('make:migration');
  8623.         $instance->setDescription('Creates a new migration based on database changes');
  8624.         return $instance;
  8625.     }
  8626.     /**
  8627.      * Gets the private 'maker.auto_command.make_registration_form' shared service.
  8628.      *
  8629.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  8630.      */
  8631.     protected function getMaker_AutoCommand_MakeRegistrationFormService()
  8632.     {
  8633.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8634.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  8635.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  8636.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  8637.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeRegistrationForm.php';
  8638.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  8639.         $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()));
  8640.         $instance->setName('make:registration-form');
  8641.         $instance->setDescription('Creates a new registration form system');
  8642.         return $instance;
  8643.     }
  8644.     /**
  8645.      * Gets the private 'maker.auto_command.make_reset_password' shared service.
  8646.      *
  8647.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  8648.      */
  8649.     protected function getMaker_AutoCommand_MakeResetPasswordService()
  8650.     {
  8651.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8652.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  8653.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  8654.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  8655.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeResetPassword.php';
  8656.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  8657.         $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()));
  8658.         $instance->setName('make:reset-password');
  8659.         $instance->setDescription('Create controller, entity, and repositories for use with symfonycasts/reset-password-bundle');
  8660.         return $instance;
  8661.     }
  8662.     /**
  8663.      * Gets the private 'maker.auto_command.make_serializer_encoder' shared service.
  8664.      *
  8665.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  8666.      */
  8667.     protected function getMaker_AutoCommand_MakeSerializerEncoderService()
  8668.     {
  8669.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8670.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  8671.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  8672.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  8673.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeSerializerEncoder.php';
  8674.         $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()));
  8675.         $instance->setName('make:serializer:encoder');
  8676.         $instance->setDescription('Creates a new serializer encoder class');
  8677.         return $instance;
  8678.     }
  8679.     /**
  8680.      * Gets the private 'maker.auto_command.make_serializer_normalizer' shared service.
  8681.      *
  8682.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  8683.      */
  8684.     protected function getMaker_AutoCommand_MakeSerializerNormalizerService()
  8685.     {
  8686.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8687.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  8688.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  8689.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  8690.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeSerializerNormalizer.php';
  8691.         $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()));
  8692.         $instance->setName('make:serializer:normalizer');
  8693.         $instance->setDescription('Creates a new serializer normalizer class');
  8694.         return $instance;
  8695.     }
  8696.     /**
  8697.      * Gets the private 'maker.auto_command.make_sonata_admin' shared service.
  8698.      *
  8699.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  8700.      */
  8701.     protected function getMaker_AutoCommand_MakeSonataAdminService()
  8702.     {
  8703.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8704.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  8705.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  8706.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  8707.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Maker/AdminMaker.php';
  8708.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Model/ModelManagerInterface.php';
  8709.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Model/LockInterface.php';
  8710.         include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Model/ModelManager.php';
  8711.         $this->privates['maker.auto_command.make_sonata_admin'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Sonata\AdminBundle\Maker\AdminMaker(\dirname(__DIR__4), ['sonata.admin.manager.orm' => new \Sonata\DoctrineORMAdminBundle\Model\ModelManager(($this->services['doctrine'] ?? $this->getDoctrineService()), ($this->privates['property_accessor'] ?? $this->getPropertyAccessorService()))], 'Sonata\\AdminBundle\\Controller\\CRUDController'), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  8712.         $instance->setName('make:sonata:admin');
  8713.         $instance->setDescription('Generates an admin class based on the given model class');
  8714.         return $instance;
  8715.     }
  8716.     /**
  8717.      * Gets the private 'maker.auto_command.make_subscriber' shared service.
  8718.      *
  8719.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  8720.      */
  8721.     protected function getMaker_AutoCommand_MakeSubscriberService()
  8722.     {
  8723.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8724.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  8725.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  8726.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  8727.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeSubscriber.php';
  8728.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/EventRegistry.php';
  8729.         $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()));
  8730.         $instance->setName('make:subscriber');
  8731.         $instance->setDescription('Creates a new event subscriber class');
  8732.         return $instance;
  8733.     }
  8734.     /**
  8735.      * Gets the private 'maker.auto_command.make_test' shared service.
  8736.      *
  8737.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  8738.      */
  8739.     protected function getMaker_AutoCommand_MakeTestService()
  8740.     {
  8741.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8742.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  8743.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  8744.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  8745.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/InputAwareMakerInterface.php';
  8746.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeTest.php';
  8747.         $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()));
  8748.         $instance->setName('make:test');
  8749.         $instance->setAliases([=> 'make:unit-test'=> 'make:functional-test']);
  8750.         $instance->setDescription('Creates a new test class');
  8751.         return $instance;
  8752.     }
  8753.     /**
  8754.      * Gets the private 'maker.auto_command.make_twig_extension' shared service.
  8755.      *
  8756.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  8757.      */
  8758.     protected function getMaker_AutoCommand_MakeTwigExtensionService()
  8759.     {
  8760.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8761.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  8762.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  8763.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  8764.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeTwigExtension.php';
  8765.         $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()));
  8766.         $instance->setName('make:twig-extension');
  8767.         $instance->setDescription('Creates a new Twig extension class');
  8768.         return $instance;
  8769.     }
  8770.     /**
  8771.      * Gets the private 'maker.auto_command.make_user' shared service.
  8772.      *
  8773.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  8774.      */
  8775.     protected function getMaker_AutoCommand_MakeUserService()
  8776.     {
  8777.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8778.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  8779.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  8780.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  8781.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeUser.php';
  8782.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Security/UserClassBuilder.php';
  8783.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Security/SecurityConfigUpdater.php';
  8784.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  8785.         $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()));
  8786.         $instance->setName('make:user');
  8787.         $instance->setDescription('Creates a new security user class');
  8788.         return $instance;
  8789.     }
  8790.     /**
  8791.      * Gets the private 'maker.auto_command.make_validator' shared service.
  8792.      *
  8793.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  8794.      */
  8795.     protected function getMaker_AutoCommand_MakeValidatorService()
  8796.     {
  8797.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8798.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  8799.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  8800.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  8801.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeValidator.php';
  8802.         $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()));
  8803.         $instance->setName('make:validator');
  8804.         $instance->setDescription('Creates a new validator and constraint class');
  8805.         return $instance;
  8806.     }
  8807.     /**
  8808.      * Gets the private 'maker.auto_command.make_voter' shared service.
  8809.      *
  8810.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  8811.      */
  8812.     protected function getMaker_AutoCommand_MakeVoterService()
  8813.     {
  8814.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8815.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  8816.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  8817.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  8818.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeVoter.php';
  8819.         $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()));
  8820.         $instance->setName('make:voter');
  8821.         $instance->setDescription('Creates a new security voter class');
  8822.         return $instance;
  8823.     }
  8824.     /**
  8825.      * Gets the private 'maker.doctrine_helper' shared service.
  8826.      *
  8827.      * @return \Symfony\Bundle\MakerBundle\Doctrine\DoctrineHelper
  8828.      */
  8829.     protected function getMaker_DoctrineHelperService()
  8830.     {
  8831.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Doctrine/DoctrineHelper.php';
  8832.         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())]]]);
  8833.     }
  8834.     /**
  8835.      * Gets the private 'maker.entity_class_generator' shared service.
  8836.      *
  8837.      * @return \Symfony\Bundle\MakerBundle\Doctrine\EntityClassGenerator
  8838.      */
  8839.     protected function getMaker_EntityClassGeneratorService()
  8840.     {
  8841.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Doctrine/EntityClassGenerator.php';
  8842.         $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()));
  8843.         $instance->setMangerRegistryClassName('Doctrine\\Persistence\\ManagerRegistry');
  8844.         return $instance;
  8845.     }
  8846.     /**
  8847.      * Gets the private 'maker.file_manager' shared service.
  8848.      *
  8849.      * @return \Symfony\Bundle\MakerBundle\FileManager
  8850.      */
  8851.     protected function getMaker_FileManagerService()
  8852.     {
  8853.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/FileManager.php';
  8854.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/AutoloaderUtil.php';
  8855.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/ComposerAutoloaderFinder.php';
  8856.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/MakerFileLinkFormatter.php';
  8857.         include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  8858.         return $this->privates['maker.file_manager'] = new \Symfony\Bundle\MakerBundle\FileManager(($this->services['.container.private.filesystem'] ?? ($this->services['.container.private.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'));
  8859.     }
  8860.     /**
  8861.      * Gets the private 'maker.generator' shared service.
  8862.      *
  8863.      * @return \Symfony\Bundle\MakerBundle\Generator
  8864.      */
  8865.     protected function getMaker_GeneratorService()
  8866.     {
  8867.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Generator.php';
  8868.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/TemplateComponentGenerator.php';
  8869.         $a = ($this->privates['maker.php_compat_util'] ?? $this->getMaker_PhpCompatUtilService());
  8870.         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));
  8871.     }
  8872.     /**
  8873.      * Gets the private 'maker.php_compat_util' shared service.
  8874.      *
  8875.      * @return \Symfony\Bundle\MakerBundle\Util\PhpCompatUtil
  8876.      */
  8877.     protected function getMaker_PhpCompatUtilService()
  8878.     {
  8879.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/PhpCompatUtil.php';
  8880.         return $this->privates['maker.php_compat_util'] = new \Symfony\Bundle\MakerBundle\Util\PhpCompatUtil(($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()));
  8881.     }
  8882.     /**
  8883.      * Gets the private 'maker.renderer.form_type_renderer' shared service.
  8884.      *
  8885.      * @return \Symfony\Bundle\MakerBundle\Renderer\FormTypeRenderer
  8886.      */
  8887.     protected function getMaker_Renderer_FormTypeRendererService()
  8888.     {
  8889.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Renderer/FormTypeRenderer.php';
  8890.         return $this->privates['maker.renderer.form_type_renderer'] = new \Symfony\Bundle\MakerBundle\Renderer\FormTypeRenderer(($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  8891.     }
  8892.     /**
  8893.      * Gets the private 'mime_types' shared service.
  8894.      *
  8895.      * @return \Symfony\Component\Mime\MimeTypes
  8896.      */
  8897.     protected function getMimeTypesService()
  8898.     {
  8899.         include_once \dirname(__DIR__4).'/vendor/symfony/mime/MimeTypeGuesserInterface.php';
  8900.         include_once \dirname(__DIR__4).'/vendor/symfony/mime/MimeTypesInterface.php';
  8901.         include_once \dirname(__DIR__4).'/vendor/symfony/mime/MimeTypes.php';
  8902.         $this->privates['mime_types'] = $instance = new \Symfony\Component\Mime\MimeTypes();
  8903.         $instance->setDefault($instance);
  8904.         return $instance;
  8905.     }
  8906.     /**
  8907.      * Gets the private 'monolog.handler.main' shared service.
  8908.      *
  8909.      * @return \Monolog\Handler\StreamHandler
  8910.      */
  8911.     protected function getMonolog_Handler_MainService()
  8912.     {
  8913.         $this->privates['monolog.handler.main'] = $instance = new \Monolog\Handler\StreamHandler((\dirname(__DIR__3).'/log/dev.log'), 100trueNULLfalse);
  8914.         $instance->pushProcessor(new \Monolog\Processor\PsrLogMessageProcessor());
  8915.         return $instance;
  8916.     }
  8917.     /**
  8918.      * Gets the private 'monolog.logger' shared service.
  8919.      *
  8920.      * @return \Symfony\Bridge\Monolog\Logger
  8921.      */
  8922.     protected function getMonolog_LoggerService()
  8923.     {
  8924.         $this->privates['monolog.logger'] = $instance = new \Symfony\Bridge\Monolog\Logger('app');
  8925.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  8926.         $instance->useMicrosecondTimestamps(true);
  8927.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  8928.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  8929.         return $instance;
  8930.     }
  8931.     /**
  8932.      * Gets the private 'monolog.logger.cache' shared service.
  8933.      *
  8934.      * @return \Symfony\Bridge\Monolog\Logger
  8935.      */
  8936.     protected function getMonolog_Logger_CacheService()
  8937.     {
  8938.         $this->privates['monolog.logger.cache'] = $instance = new \Symfony\Bridge\Monolog\Logger('cache');
  8939.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  8940.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  8941.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  8942.         return $instance;
  8943.     }
  8944.     /**
  8945.      * Gets the private 'monolog.logger.mailer' shared service.
  8946.      *
  8947.      * @return \Symfony\Bridge\Monolog\Logger
  8948.      */
  8949.     protected function getMonolog_Logger_MailerService()
  8950.     {
  8951.         $this->privates['monolog.logger.mailer'] = $instance = new \Symfony\Bridge\Monolog\Logger('mailer');
  8952.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  8953.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  8954.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  8955.         return $instance;
  8956.     }
  8957.     /**
  8958.      * Gets the private 'monolog.logger.request' shared service.
  8959.      *
  8960.      * @return \Symfony\Bridge\Monolog\Logger
  8961.      */
  8962.     protected function getMonolog_Logger_RequestService()
  8963.     {
  8964.         $this->privates['monolog.logger.request'] = $instance = new \Symfony\Bridge\Monolog\Logger('request');
  8965.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  8966.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  8967.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  8968.         return $instance;
  8969.     }
  8970.     /**
  8971.      * Gets the private 'monolog.logger.security' shared service.
  8972.      *
  8973.      * @return \Symfony\Bridge\Monolog\Logger
  8974.      */
  8975.     protected function getMonolog_Logger_SecurityService()
  8976.     {
  8977.         $this->privates['monolog.logger.security'] = $instance = new \Symfony\Bridge\Monolog\Logger('security');
  8978.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  8979.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  8980.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  8981.         return $instance;
  8982.     }
  8983.     /**
  8984.      * Gets the private 'oauth.azure_oauth_user_provider' shared autowired service.
  8985.      *
  8986.      * @return \App\Security\AzureOauthUserProvider
  8987.      */
  8988.     protected function getOauth_AzureOauthUserProviderService()
  8989.     {
  8990.         include_once \dirname(__DIR__4).'/vendor/hwi/oauth-bundle/Security/Core/User/OAuthAwareUserProviderInterface.php';
  8991.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/UserProviderInterface.php';
  8992.         include_once \dirname(__DIR__4).'/src/Security/AzureOauthUserProvider.php';
  8993.         return $this->privates['oauth.azure_oauth_user_provider'] = new \App\Security\AzureOauthUserProvider(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['security.encoder_factory.generic'] ?? $this->getSecurity_EncoderFactory_GenericService()));
  8994.     }
  8995.     /**
  8996.      * Gets the private 'parameter_bag' shared service.
  8997.      *
  8998.      * @return \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag
  8999.      */
  9000.     protected function getParameterBagService()
  9001.     {
  9002.         return $this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this);
  9003.     }
  9004.     /**
  9005.      * Gets the private 'profiler_listener' shared service.
  9006.      *
  9007.      * @return \Symfony\Component\HttpKernel\EventListener\ProfilerListener
  9008.      */
  9009.     protected function getProfilerListenerService()
  9010.     {
  9011.         return $this->privates['profiler_listener'] = new \Symfony\Component\HttpKernel\EventListener\ProfilerListener(($this->services['.container.private.profiler'] ?? $this->get_Container_Private_ProfilerService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), NULLfalsefalseNULL);
  9012.     }
  9013.     /**
  9014.      * Gets the private 'property_accessor' shared service.
  9015.      *
  9016.      * @return \Symfony\Component\PropertyAccess\PropertyAccessor
  9017.      */
  9018.     protected function getPropertyAccessorService()
  9019.     {
  9020.         $a = ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  9021.         return $this->privates['property_accessor'] = new \Symfony\Component\PropertyAccess\PropertyAccessor(32, new \Symfony\Component\Cache\Adapter\ArrayAdapter(0false), $a$a);
  9022.     }
  9023.     /**
  9024.      * Gets the private 'property_info' shared service.
  9025.      *
  9026.      * @return \Symfony\Component\PropertyInfo\PropertyInfoExtractor
  9027.      */
  9028.     protected function getPropertyInfoService()
  9029.     {
  9030.         return $this->privates['property_info'] = new \Symfony\Component\PropertyInfo\PropertyInfoExtractor(new RewindableGenerator(function () {
  9031.             yield => ($this->privates['property_info.serializer_extractor'] ?? $this->getPropertyInfo_SerializerExtractorService());
  9032.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  9033.             yield => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService());
  9034.         }, 3), new RewindableGenerator(function () {
  9035.             yield => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService());
  9036.             yield => ($this->privates['property_info.phpstan_extractor'] ?? ($this->privates['property_info.phpstan_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\PhpStanExtractor()));
  9037.             yield => ($this->privates['property_info.php_doc_extractor'] ?? ($this->privates['property_info.php_doc_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\PhpDocExtractor()));
  9038.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  9039.         }, 4), new RewindableGenerator(function () {
  9040.             yield => ($this->privates['property_info.php_doc_extractor'] ?? ($this->privates['property_info.php_doc_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\PhpDocExtractor()));
  9041.         }, 1), new RewindableGenerator(function () {
  9042.             yield => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService());
  9043.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  9044.         }, 2), new RewindableGenerator(function () {
  9045.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  9046.         }, 1));
  9047.     }
  9048.     /**
  9049.      * Gets the private 'property_info.serializer_extractor' shared service.
  9050.      *
  9051.      * @return \Symfony\Component\PropertyInfo\Extractor\SerializerExtractor
  9052.      */
  9053.     protected function getPropertyInfo_SerializerExtractorService()
  9054.     {
  9055.         include_once \dirname(__DIR__4).'/vendor/symfony/property-info/Extractor/SerializerExtractor.php';
  9056.         return $this->privates['property_info.serializer_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\SerializerExtractor(($this->privates['serializer.mapping.class_metadata_factory'] ?? $this->getSerializer_Mapping_ClassMetadataFactoryService()));
  9057.     }
  9058.     /**
  9059.      * Gets the private 'router.cache_warmer' shared service.
  9060.      *
  9061.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\RouterCacheWarmer
  9062.      */
  9063.     protected function getRouter_CacheWarmerService()
  9064.     {
  9065.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  9066.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/RouterCacheWarmer.php';
  9067.         return $this->privates['router.cache_warmer'] = new \Symfony\Bundle\FrameworkBundle\CacheWarmer\RouterCacheWarmer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  9068.             'router' => ['services''router''getRouterService'false],
  9069.         ], [
  9070.             'router' => '?',
  9071.         ]))->withContext('router.cache_warmer'$this));
  9072.     }
  9073.     /**
  9074.      * Gets the private 'router.expression_language_provider' shared service.
  9075.      *
  9076.      * @return \Symfony\Component\Routing\Matcher\ExpressionLanguageProvider
  9077.      */
  9078.     protected function getRouter_ExpressionLanguageProviderService()
  9079.     {
  9080.         return $this->privates['router.expression_language_provider'] = new \Symfony\Component\Routing\Matcher\ExpressionLanguageProvider(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  9081.             'env' => ['privates''container.getenv''getContainer_GetenvService'false],
  9082.         ], [
  9083.             'env' => 'Closure',
  9084.         ]));
  9085.     }
  9086.     /**
  9087.      * Gets the private 'router.request_context' shared service.
  9088.      *
  9089.      * @return \Symfony\Component\Routing\RequestContext
  9090.      */
  9091.     protected function getRouter_RequestContextService()
  9092.     {
  9093.         $this->privates['router.request_context'] = $instance = \Symfony\Component\Routing\RequestContext::fromUri('''localhost''http'80443);
  9094.         $instance->setParameter('_functions', ($this->privates['router.expression_language_provider'] ?? $this->getRouter_ExpressionLanguageProviderService()));
  9095.         return $instance;
  9096.     }
  9097.     /**
  9098.      * Gets the private 'router_listener' shared service.
  9099.      *
  9100.      * @return \Symfony\Component\HttpKernel\EventListener\RouterListener
  9101.      */
  9102.     protected function getRouterListenerService()
  9103.     {
  9104.         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);
  9105.     }
  9106.     /**
  9107.      * Gets the private 'secrets.vault' shared service.
  9108.      *
  9109.      * @return \Symfony\Bundle\FrameworkBundle\Secrets\SodiumVault
  9110.      */
  9111.     protected function getSecrets_VaultService()
  9112.     {
  9113.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  9114.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/EnvVarLoaderInterface.php';
  9115.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/SodiumVault.php';
  9116.         include_once \dirname(__DIR__4).'/vendor/symfony/string/LazyString.php';
  9117.         return $this->privates['secrets.vault'] = new \Symfony\Bundle\FrameworkBundle\Secrets\SodiumVault((\dirname(__DIR__4).'/config/secrets/'.$this->getEnv('string:default:kernel.environment:APP_RUNTIME_ENV')), \Symfony\Component\String\LazyString::fromCallable(($this->privates['container.getenv'] ?? $this->getContainer_GetenvService()), 'base64:default::SYMFONY_DECRYPTION_SECRET'));
  9118.     }
  9119.     /**
  9120.      * Gets the private 'security.access_listener' shared service.
  9121.      *
  9122.      * @return \Symfony\Component\Security\Http\Firewall\AccessListener
  9123.      */
  9124.     protected function getSecurity_AccessListenerService()
  9125.     {
  9126.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/FirewallListenerInterface.php';
  9127.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  9128.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AccessListener.php';
  9129.         return $this->privates['security.access_listener'] = new \Symfony\Component\Security\Http\Firewall\AccessListener(($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), ($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()));
  9130.     }
  9131.     /**
  9132.      * Gets the private 'security.access_map' shared service.
  9133.      *
  9134.      * @return \Symfony\Component\Security\Http\AccessMap
  9135.      */
  9136.     protected function getSecurity_AccessMapService()
  9137.     {
  9138.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/AccessMapInterface.php';
  9139.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/AccessMap.php';
  9140.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/RequestMatcherInterface.php';
  9141.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/RequestMatcher.php';
  9142.         $this->privates['security.access_map'] = $instance = new \Symfony\Component\Security\Http\AccessMap();
  9143.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/monitoring'$this->getEnv('URL_DASHBOARD'), [], [=> '37.220.131.143'=> '3.127.132.70']), [=> 'IS_AUTHENTICATED_ANONYMOUSLY'], NULL);
  9144.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/monitoring'$this->getEnv('URL_DASHBOARD')), [=> 'ROLE_USER'], NULL);
  9145.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/saml/login'$this->getEnv('URL_DASHBOARD')), [=> 'IS_AUTHENTICATED_ANONYMOUSLY'], NULL);
  9146.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/saml/logout'$this->getEnv('URL_DASHBOARD')), [=> 'IS_AUTHENTICATED_ANONYMOUSLY'], NULL);
  9147.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/saml/metadata'$this->getEnv('URL_DASHBOARD')), [=> 'IS_AUTHENTICATED_ANONYMOUSLY'], NULL);
  9148.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/saml'$this->getEnv('URL_DASHBOARD')), [=> 'IS_AUTHENTICATED_ANONYMOUSLY'], NULL);
  9149.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/api/public'$this->getEnv('URL_DASHBOARD')), [=> 'IS_AUTHENTICATED_ANONYMOUSLY'], NULL);
  9150.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/new/dashboard/public/api/public'$this->getEnv('URL_DASHBOARD')), [=> 'IS_AUTHENTICATED_ANONYMOUSLY'], NULL);
  9151.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/api/cicd'$this->getEnv('URL_DASHBOARD')), [=> 'ROLE_API_BITBUCKET'=> 'ROLE_API'], NULL);
  9152.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/new/dashboard/public/api/cicd'$this->getEnv('URL_DASHBOARD')), [=> 'ROLE_API_BITBUCKET'=> 'ROLE_API'], NULL);
  9153.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/api/generateSecretsYaml'$this->getEnv('URL_DASHBOARD')), [=> 'ROLE_API_BITBUCKET'=> 'ROLE_API'], NULL);
  9154.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/api'$this->getEnv('URL_DASHBOARD')), [=> 'ROLE_API'], NULL);
  9155.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/new/dashboard/public/api'$this->getEnv('URL_DASHBOARD')), [=> 'ROLE_API'], NULL);
  9156.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/admin'$this->getEnv('URL_DASHBOARD')), [=> 'ROLE_USER'], NULL);
  9157.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/'$this->getEnv('URL_DASHBOARD')), [=> 'ROLE_USER'], NULL);
  9158.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/new/dashboard/public/'$this->getEnv('URL_DASHBOARD')), [=> 'ROLE_USER'], NULL);
  9159.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/login/(.+)'$this->getEnv('URL_AZUREMARKETPLACE')), [=> 'IS_AUTHENTICATED_ANONYMOUSLY'], NULL);
  9160.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/connect/(.+)'$this->getEnv('URL_AZUREMARKETPLACE')), [=> 'IS_AUTHENTICATED_ANONYMOUSLY'], NULL);
  9161.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/(en|hu)/(.+)'$this->getEnv('URL_AZUREMARKETPLACE')), [=> 'IS_AUTHENTICATED_ANONYMOUSLY'], NULL);
  9162.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/saml/login'$this->getEnv('URL_DOCUMENTS').'|'.$this->getEnv('string:URL_DOCUMENTS_CHEQ')), [=> 'IS_AUTHENTICATED_ANONYMOUSLY'], NULL);
  9163.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/saml/logout'$this->getEnv('URL_DOCUMENTS').'|'.$this->getEnv('string:URL_DOCUMENTS_CHEQ')), [=> 'IS_AUTHENTICATED_ANONYMOUSLY'], NULL);
  9164.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/saml/metadata'$this->getEnv('URL_DOCUMENTS').'|'.$this->getEnv('string:URL_DOCUMENTS_CHEQ')), [=> 'IS_AUTHENTICATED_ANONYMOUSLY'], NULL);
  9165.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/saml'$this->getEnv('URL_DOCUMENTS').'|'.$this->getEnv('string:URL_DOCUMENTS_CHEQ')), [=> 'IS_AUTHENTICATED_ANONYMOUSLY'], NULL);
  9166.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/(en|hu)'$this->getEnv('URL_DOCUMENTS').'|'.$this->getEnv('string:URL_DOCUMENTS_CHEQ')), [=> 'IS_AUTHENTICATED_ANONYMOUSLY'], NULL);
  9167.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/(en|hu)/(.+)'$this->getEnv('URL_DOCUMENTS').'|'.$this->getEnv('string:URL_DOCUMENTS_CHEQ')), [=> 'IS_AUTHENTICATED_ANONYMOUSLY'], NULL);
  9168.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/(en|hu)/private'$this->getEnv('URL_DOCUMENTS').'|'.$this->getEnv('string:URL_DOCUMENTS_CHEQ')), [=> 'ROLE_USER'], NULL);
  9169.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/(en|hu)/pdf/document/ibsz'$this->getEnv('URL_DOCUMENTS').'|'.$this->getEnv('string:URL_DOCUMENTS_CHEQ')), [=> 'IS_AUTHENTICATED_ANONYMOUSLY'], NULL);
  9170.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/(en|hu)/pdf/document/rusz'$this->getEnv('URL_DOCUMENTS').'|'.$this->getEnv('string:URL_DOCUMENTS_CHEQ')), [=> 'IS_AUTHENTICATED_ANONYMOUSLY'], NULL);
  9171.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/(en|hu)/pdf/document/sd_user'$this->getEnv('URL_DOCUMENTS').'|'.$this->getEnv('string:URL_DOCUMENTS_CHEQ')), [=> 'IS_AUTHENTICATED_ANONYMOUSLY'], NULL);
  9172.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/(en|hu)/pdf/document'$this->getEnv('URL_DOCUMENTS').'|'.$this->getEnv('string:URL_DOCUMENTS_CHEQ')), [=> 'ROLE_USER'], NULL);
  9173.         return $instance;
  9174.     }
  9175.     /**
  9176.      * Gets the private 'security.authentication.guard_handler' shared service.
  9177.      *
  9178.      * @return \Symfony\Component\Security\Guard\GuardAuthenticatorHandler
  9179.      *
  9180.      * @deprecated Since symfony/security-bundle 5.3: The "security.authentication.guard_handler" service is deprecated, use the new authenticator system instead.
  9181.      */
  9182.     protected function getSecurity_Authentication_GuardHandlerService()
  9183.     {
  9184.         trigger_deprecation('symfony/security-bundle''5.3''The "security.authentication.guard_handler" service is deprecated, use the new authenticator system instead.');
  9185.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Session/SessionAuthenticationStrategyInterface.php';
  9186.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Session/SessionAuthenticationStrategy.php';
  9187.         $instance = new \Symfony\Component\Security\Guard\GuardAuthenticatorHandler(($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), []);
  9188.         $instance->setSessionAuthenticationStrategy(($this->privates['security.authentication.session_strategy'] ?? ($this->privates['security.authentication.session_strategy'] = new \Symfony\Component\Security\Http\Session\SessionAuthenticationStrategy('migrate'))));
  9189.         return $instance;
  9190.     }
  9191.     /**
  9192.      * Gets the private 'security.authentication.listener.anonymous.azuremarketplace' shared service.
  9193.      *
  9194.      * @return \Symfony\Component\Security\Http\Firewall\AnonymousAuthenticationListener
  9195.      *
  9196.      * @deprecated Since symfony/security-bundle 5.3: The "security.authentication.listener.anonymous.azuremarketplace" service is deprecated, use the new authenticator system instead.
  9197.      */
  9198.     protected function getSecurity_Authentication_Listener_Anonymous_AzuremarketplaceService()
  9199.     {
  9200.         trigger_deprecation('symfony/security-bundle''5.3''The "security.authentication.listener.anonymous.azuremarketplace" service is deprecated, use the new authenticator system instead.');
  9201.         return $this->privates['security.authentication.listener.anonymous.azuremarketplace'] = 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()));
  9202.     }
  9203.     /**
  9204.      * Gets the private 'security.authentication.listener.anonymous.main' shared service.
  9205.      *
  9206.      * @return \Symfony\Component\Security\Http\Firewall\AnonymousAuthenticationListener
  9207.      *
  9208.      * @deprecated Since symfony/security-bundle 5.3: The "security.authentication.listener.anonymous.main" service is deprecated, use the new authenticator system instead.
  9209.      */
  9210.     protected function getSecurity_Authentication_Listener_Anonymous_MainService()
  9211.     {
  9212.         trigger_deprecation('symfony/security-bundle''5.3''The "security.authentication.listener.anonymous.main" service is deprecated, use the new authenticator system instead.');
  9213.         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()));
  9214.     }
  9215.     /**
  9216.      * Gets the private 'security.authentication.listener.guard.main' shared service.
  9217.      *
  9218.      * @return \Symfony\Component\Security\Guard\Firewall\GuardAuthenticationListener
  9219.      *
  9220.      * @deprecated Since symfony/security-bundle 5.3: The "security.authentication.listener.guard.main" service is deprecated, use the new authenticator system instead.
  9221.      */
  9222.     protected function getSecurity_Authentication_Listener_Guard_MainService()
  9223.     {
  9224.         trigger_deprecation('symfony/security-bundle''5.3''The "security.authentication.listener.guard.main" service is deprecated, use the new authenticator system instead.');
  9225.         return $this->privates['security.authentication.listener.guard.main'] = new \Symfony\Component\Security\Guard\Firewall\GuardAuthenticationListener($this->getSecurity_Authentication_GuardHandlerService(), ($this->privates['security.authentication.manager'] ?? $this->getSecurity_Authentication_ManagerService()), 'main', new RewindableGenerator(function () {
  9226.             yield => ($this->privates['App\\Security\\TokenAuthenticator'] ?? $this->getTokenAuthenticatorService());
  9227.         }, 1), ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), true);
  9228.     }
  9229.     /**
  9230.      * Gets the private 'security.authentication.manager' shared service.
  9231.      *
  9232.      * @return \Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager
  9233.      *
  9234.      * @deprecated Since symfony/security-bundle 5.3: The "security.authentication.manager" service is deprecated, use the new authenticator system instead.
  9235.      */
  9236.     protected function getSecurity_Authentication_ManagerService()
  9237.     {
  9238.         trigger_deprecation('symfony/security-bundle''5.3''The "security.authentication.manager" service is deprecated, use the new authenticator system instead.');
  9239.         $this->privates['security.authentication.manager'] = $instance = new \Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager(new RewindableGenerator(function () {
  9240.             yield => ($this->privates['hwi_oauth.authentication.provider.oauth.azuremarketplace'] ?? $this->getHwiOauth_Authentication_Provider_Oauth_AzuremarketplaceService());
  9241.             yield => ($this->privates['security.authentication.provider.anonymous.azuremarketplace'] ?? $this->getSecurity_Authentication_Provider_Anonymous_AzuremarketplaceService());
  9242.             yield => ($this->privates['security.authentication.provider.guard.main'] ?? $this->getSecurity_Authentication_Provider_Guard_MainService());
  9243.             yield => ($this->privates['security.authentication.provider.saml.main'] ?? $this->getSecurity_Authentication_Provider_Saml_MainService());
  9244.             yield => ($this->privates['security.authentication.provider.anonymous.main'] ?? $this->getSecurity_Authentication_Provider_Anonymous_MainService());
  9245.         }, 5), true);
  9246.         $instance->setEventDispatcher(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  9247.         return $instance;
  9248.     }
  9249.     /**
  9250.      * Gets the private 'security.authentication.provider.anonymous.azuremarketplace' shared service.
  9251.      *
  9252.      * @return \Symfony\Component\Security\Core\Authentication\Provider\AnonymousAuthenticationProvider
  9253.      *
  9254.      * @deprecated Since symfony/security-bundle 5.3: The "security.authentication.provider.anonymous.azuremarketplace" service is deprecated, use the new authenticator system instead.
  9255.      */
  9256.     protected function getSecurity_Authentication_Provider_Anonymous_AzuremarketplaceService()
  9257.     {
  9258.         trigger_deprecation('symfony/security-bundle''5.3''The "security.authentication.provider.anonymous.azuremarketplace" service is deprecated, use the new authenticator system instead.');
  9259.         return $this->privates['security.authentication.provider.anonymous.azuremarketplace'] = new \Symfony\Component\Security\Core\Authentication\Provider\AnonymousAuthenticationProvider($this->getParameter('container.build_hash'));
  9260.     }
  9261.     /**
  9262.      * Gets the private 'security.authentication.provider.anonymous.main' shared service.
  9263.      *
  9264.      * @return \Symfony\Component\Security\Core\Authentication\Provider\AnonymousAuthenticationProvider
  9265.      *
  9266.      * @deprecated Since symfony/security-bundle 5.3: The "security.authentication.provider.anonymous.main" service is deprecated, use the new authenticator system instead.
  9267.      */
  9268.     protected function getSecurity_Authentication_Provider_Anonymous_MainService()
  9269.     {
  9270.         trigger_deprecation('symfony/security-bundle''5.3''The "security.authentication.provider.anonymous.main" service is deprecated, use the new authenticator system instead.');
  9271.         return $this->privates['security.authentication.provider.anonymous.main'] = new \Symfony\Component\Security\Core\Authentication\Provider\AnonymousAuthenticationProvider($this->getParameter('container.build_hash'));
  9272.     }
  9273.     /**
  9274.      * Gets the private 'security.authentication.provider.guard.main' shared service.
  9275.      *
  9276.      * @return \Symfony\Component\Security\Guard\Provider\GuardAuthenticationProvider
  9277.      *
  9278.      * @deprecated Since symfony/security-bundle 5.3: The "security.authentication.provider.guard.main" service is deprecated, use the new authenticator system instead.
  9279.      */
  9280.     protected function getSecurity_Authentication_Provider_Guard_MainService()
  9281.     {
  9282.         trigger_deprecation('symfony/security-bundle''5.3''The "security.authentication.provider.guard.main" service is deprecated, use the new authenticator system instead.');
  9283.         include_once \dirname(__DIR__4).'/vendor/symfony/password-hasher/Hasher/UserPasswordHasherInterface.php';
  9284.         include_once \dirname(__DIR__4).'/vendor/symfony/password-hasher/Hasher/UserPasswordHasher.php';
  9285.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/UserCheckerInterface.php';
  9286.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/InMemoryUserChecker.php';
  9287.         include_once \dirname(__DIR__4).'/vendor/symfony/password-hasher/Hasher/PasswordHasherFactoryInterface.php';
  9288.         include_once \dirname(__DIR__4).'/vendor/symfony/password-hasher/Hasher/PasswordHasherFactory.php';
  9289.         return $this->privates['security.authentication.provider.guard.main'] = new \Symfony\Component\Security\Guard\Provider\GuardAuthenticationProvider(new RewindableGenerator(function () {
  9290.             yield => ($this->privates['App\\Security\\TokenAuthenticator'] ?? $this->getTokenAuthenticatorService());
  9291.         }, 1), ($this->privates['security.user.provider.concrete.api_user_provider'] ?? $this->getSecurity_User_Provider_Concrete_ApiUserProviderService()), 'main', ($this->services['hwi_oauth.user_checker'] ?? ($this->services['hwi_oauth.user_checker'] = new \Symfony\Component\Security\Core\User\InMemoryUserChecker())), new \Symfony\Component\PasswordHasher\Hasher\UserPasswordHasher(($this->privates['security.password_hasher_factory'] ?? ($this->privates['security.password_hasher_factory'] = new \Symfony\Component\PasswordHasher\Hasher\PasswordHasherFactory([])))));
  9292.     }
  9293.     /**
  9294.      * Gets the private 'security.authentication.provider.saml.main' shared autowired service.
  9295.      *
  9296.      * @return \Hslavich\OneloginSamlBundle\Security\Authentication\Provider\SamlProvider
  9297.      */
  9298.     protected function getSecurity_Authentication_Provider_Saml_MainService()
  9299.     {
  9300.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/AuthenticationManagerInterface.php';
  9301.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Provider/AuthenticationProviderInterface.php';
  9302.         include_once \dirname(__DIR__4).'/vendor/hslavich/oneloginsaml-bundle/Security/Authentication/Provider/SamlProvider.php';
  9303.         include_once \dirname(__DIR__4).'/vendor/hslavich/oneloginsaml-bundle/Security/User/SamlUserFactoryInterface.php';
  9304.         include_once \dirname(__DIR__4).'/src/Security/SAMLUserCreator.php';
  9305.         include_once \dirname(__DIR__4).'/vendor/hslavich/oneloginsaml-bundle/Security/Authentication/Token/SamlTokenFactoryInterface.php';
  9306.         include_once \dirname(__DIR__4).'/vendor/hslavich/oneloginsaml-bundle/Security/Authentication/Token/SamlTokenFactory.php';
  9307.         $this->privates['security.authentication.provider.saml.main'] = $instance = new \Hslavich\OneloginSamlBundle\Security\Authentication\Provider\SamlProvider(($this->privates['security.user.provider.concrete.user_provider'] ?? $this->getSecurity_User_Provider_Concrete_UserProviderService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  9308.         $instance->setUserFactory(new \App\Security\SAMLUserCreator());
  9309.         $instance->setTokenFactory(new \Hslavich\OneloginSamlBundle\Security\Authentication\Token\SamlTokenFactory());
  9310.         return $instance;
  9311.     }
  9312.     /**
  9313.      * Gets the private 'security.channel_listener' shared service.
  9314.      *
  9315.      * @return \Symfony\Component\Security\Http\Firewall\ChannelListener
  9316.      */
  9317.     protected function getSecurity_ChannelListenerService()
  9318.     {
  9319.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/FirewallListenerInterface.php';
  9320.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  9321.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ChannelListener.php';
  9322.         $a = ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService());
  9323.         return $this->privates['security.channel_listener'] = new \Symfony\Component\Security\Http\Firewall\ChannelListener(($this->privates['security.access_map'] ?? $this->getSecurity_AccessMapService()), ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), $a->getHttpPort(), $a->getHttpsPort());
  9324.     }
  9325.     /**
  9326.      * Gets the private 'security.command.debug_firewall' shared service.
  9327.      *
  9328.      * @return \Symfony\Bundle\SecurityBundle\Command\DebugFirewallCommand
  9329.      */
  9330.     protected function getSecurity_Command_DebugFirewallService()
  9331.     {
  9332.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  9333.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Command/DebugFirewallCommand.php';
  9334.         $this->privates['security.command.debug_firewall'] = $instance = new \Symfony\Bundle\SecurityBundle\Command\DebugFirewallCommand($this->parameters['security.firewalls'], ($this->privates['.service_locator.TPUabtN'] ?? $this->get_ServiceLocator_TPUabtNService()), ($this->privates['.service_locator.cTVTE8l'] ?? $this->get_ServiceLocator_CTVTE8lService()), [], false);
  9335.         $instance->setName('debug:firewall');
  9336.         $instance->setDescription('Display information about your security firewall(s)');
  9337.         return $instance;
  9338.     }
  9339.     /**
  9340.      * Gets the private 'security.command.user_password_encoder' shared service.
  9341.      *
  9342.      * @return \Symfony\Bundle\SecurityBundle\Command\UserPasswordEncoderCommand
  9343.      *
  9344.      * @deprecated Since symfony/security-bundle 5.3: The "security.command.user_password_encoder" service is deprecated, use "security.command.user_password_hash" instead.
  9345.      */
  9346.     protected function getSecurity_Command_UserPasswordEncoderService()
  9347.     {
  9348.         trigger_deprecation('symfony/security-bundle''5.3''The "security.command.user_password_encoder" service is deprecated, use "security.command.user_password_hash" instead.');
  9349.         $this->privates['security.command.user_password_encoder'] = $instance = new \Symfony\Bundle\SecurityBundle\Command\UserPasswordEncoderCommand(($this->privates['security.encoder_factory.generic'] ?? $this->getSecurity_EncoderFactory_GenericService()), []);
  9350.         $instance->setName('security:encode-password');
  9351.         $instance->setDescription('Encode a password');
  9352.         return $instance;
  9353.     }
  9354.     /**
  9355.      * Gets the private 'security.command.user_password_hash' shared service.
  9356.      *
  9357.      * @return \Symfony\Component\PasswordHasher\Command\UserPasswordHashCommand
  9358.      */
  9359.     protected function getSecurity_Command_UserPasswordHashService()
  9360.     {
  9361.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  9362.         include_once \dirname(__DIR__4).'/vendor/symfony/password-hasher/Command/UserPasswordHashCommand.php';
  9363.         include_once \dirname(__DIR__4).'/vendor/symfony/password-hasher/Hasher/PasswordHasherFactoryInterface.php';
  9364.         include_once \dirname(__DIR__4).'/vendor/symfony/password-hasher/Hasher/PasswordHasherFactory.php';
  9365.         $this->privates['security.command.user_password_hash'] = $instance = new \Symfony\Component\PasswordHasher\Command\UserPasswordHashCommand(($this->privates['security.password_hasher_factory'] ?? ($this->privates['security.password_hasher_factory'] = new \Symfony\Component\PasswordHasher\Hasher\PasswordHasherFactory([]))), []);
  9366.         $instance->setName('security:hash-password');
  9367.         $instance->setDescription('Hash a user password');
  9368.         return $instance;
  9369.     }
  9370.     /**
  9371.      * Gets the private 'security.context_listener.0' shared service.
  9372.      *
  9373.      * @return \Symfony\Component\Security\Http\Firewall\ContextListener
  9374.      */
  9375.     protected function getSecurity_ContextListener_0Service()
  9376.     {
  9377.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/FirewallListenerInterface.php';
  9378.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  9379.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ContextListener.php';
  9380.         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 () {
  9381.             yield => ($this->privates['security.user.provider.concrete.user_provider'] ?? $this->getSecurity_User_Provider_Concrete_UserProviderService());
  9382.             yield => ($this->privates['security.user.provider.concrete.api_user_provider'] ?? $this->getSecurity_User_Provider_Concrete_ApiUserProviderService());
  9383.             yield => ($this->privates['oauth.azure_oauth_user_provider'] ?? $this->getOauth_AzureOauthUserProviderService());
  9384.         }, 3), 'azuremarketplace', ($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())), [=> ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), => 'enableUsageTracking']);
  9385.     }
  9386.     /**
  9387.      * Gets the private 'security.context_listener.1' shared service.
  9388.      *
  9389.      * @return \Symfony\Component\Security\Http\Firewall\ContextListener
  9390.      */
  9391.     protected function getSecurity_ContextListener_1Service()
  9392.     {
  9393.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/FirewallListenerInterface.php';
  9394.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  9395.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ContextListener.php';
  9396.         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 () {
  9397.             yield => ($this->privates['security.user.provider.concrete.user_provider'] ?? $this->getSecurity_User_Provider_Concrete_UserProviderService());
  9398.             yield => ($this->privates['security.user.provider.concrete.api_user_provider'] ?? $this->getSecurity_User_Provider_Concrete_ApiUserProviderService());
  9399.             yield => ($this->privates['oauth.azure_oauth_user_provider'] ?? $this->getOauth_AzureOauthUserProviderService());
  9400.         }, 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())), [=> ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), => 'enableUsageTracking']);
  9401.     }
  9402.     /**
  9403.      * Gets the private 'security.csrf.token_storage' shared service.
  9404.      *
  9405.      * @return \Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage
  9406.      */
  9407.     protected function getSecurity_Csrf_TokenStorageService()
  9408.     {
  9409.         include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenStorage/TokenStorageInterface.php';
  9410.         include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenStorage/ClearableTokenStorageInterface.php';
  9411.         include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenStorage/SessionTokenStorage.php';
  9412.         return $this->privates['security.csrf.token_storage'] = new \Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  9413.     }
  9414.     /**
  9415.      * Gets the private 'security.encoder_factory.generic' shared service.
  9416.      *
  9417.      * @return \Symfony\Component\Security\Core\Encoder\EncoderFactory
  9418.      *
  9419.      * @deprecated Since symfony/security-bundle 5.3: The "security.encoder_factory.generic" service is deprecated, use "security.password_hasher_factory" instead.
  9420.      */
  9421.     protected function getSecurity_EncoderFactory_GenericService()
  9422.     {
  9423.         trigger_deprecation('symfony/security-bundle''5.3''The "security.encoder_factory.generic" service is deprecated, use "security.password_hasher_factory" instead.');
  9424.         return $this->privates['security.encoder_factory.generic'] = new \Symfony\Component\Security\Core\Encoder\EncoderFactory([]);
  9425.     }
  9426.     /**
  9427.      * Gets the private 'security.event_dispatcher.azuremarketplace' shared service.
  9428.      *
  9429.      * @return \Symfony\Component\EventDispatcher\EventDispatcher
  9430.      */
  9431.     protected function getSecurity_EventDispatcher_AzuremarketplaceService()
  9432.     {
  9433.         $this->privates['security.event_dispatcher.azuremarketplace'] = $instance = new \Symfony\Component\EventDispatcher\EventDispatcher();
  9434.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  9435.             return ($this->privates['Hslavich\\OneloginSamlBundle\\EventListener\\Security\\SamlLogoutListener'] ?? $this->getSamlLogoutListenerService());
  9436.         }, => '__invoke'], 0);
  9437.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  9438.             return ($this->privates['security.logout.listener.csrf_token_clearing'] ?? $this->getSecurity_Logout_Listener_CsrfTokenClearingService());
  9439.         }, => 'onLogout'], 0);
  9440.         return $instance;
  9441.     }
  9442.     /**
  9443.      * Gets the private 'security.event_dispatcher.main' shared service.
  9444.      *
  9445.      * @return \Symfony\Component\EventDispatcher\EventDispatcher
  9446.      */
  9447.     protected function getSecurity_EventDispatcher_MainService()
  9448.     {
  9449.         $this->privates['security.event_dispatcher.main'] = $instance = new \Symfony\Component\EventDispatcher\EventDispatcher();
  9450.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  9451.             return ($this->privates['security.logout.listener.default.main'] ?? $this->getSecurity_Logout_Listener_Default_MainService());
  9452.         }, => 'onLogout'], 64);
  9453.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  9454.             return ($this->privates['security.logout.listener.session.main'] ?? ($this->privates['security.logout.listener.session.main'] = new \Symfony\Component\Security\Http\EventListener\SessionLogoutListener()));
  9455.         }, => 'onLogout'], 0);
  9456.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  9457.             return ($this->privates['Hslavich\\OneloginSamlBundle\\EventListener\\Security\\SamlLogoutListener'] ?? $this->getSamlLogoutListenerService());
  9458.         }, => '__invoke'], 0);
  9459.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  9460.             return ($this->privates['security.logout.listener.csrf_token_clearing'] ?? $this->getSecurity_Logout_Listener_CsrfTokenClearingService());
  9461.         }, => 'onLogout'], 0);
  9462.         return $instance;
  9463.     }
  9464.     /**
  9465.      * Gets the private 'security.firewall.map' shared service.
  9466.      *
  9467.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallMap
  9468.      */
  9469.     protected function getSecurity_Firewall_MapService()
  9470.     {
  9471.         return $this->privates['security.firewall.map'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallMap(($this->privates['.service_locator.TPUabtN'] ?? $this->get_ServiceLocator_TPUabtNService()), new RewindableGenerator(function () {
  9472.             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)/')));
  9473.             yield 'security.firewall.map.context.azuremarketplace' => ($this->privates['.security.request_matcher.AmxGhIO'] ?? ($this->privates['.security.request_matcher.AmxGhIO'] = new \Symfony\Component\HttpFoundation\RequestMatcher(NULL$this->getEnv('URL_AZUREMARKETPLACE'))));
  9474.             yield 'security.firewall.map.context.main' => NULL;
  9475.         }, 3));
  9476.     }
  9477.     /**
  9478.      * Gets the private 'security.firewall.map.context.azuremarketplace' shared service.
  9479.      *
  9480.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallContext
  9481.      */
  9482.     protected function getSecurity_Firewall_Map_Context_AzuremarketplaceService()
  9483.     {
  9484.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallContext.php';
  9485.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Util/TargetPathTrait.php';
  9486.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ExceptionListener.php';
  9487.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/EntryPoint/AuthenticationEntryPointInterface.php';
  9488.         include_once \dirname(__DIR__4).'/vendor/hwi/oauth-bundle/Security/Http/EntryPoint/OAuthEntryPoint.php';
  9489.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallConfig.php';
  9490.         $a = ($this->privates['security.http_utils'] ?? $this->getSecurity_HttpUtilsService());
  9491.         return $this->privates['security.firewall.map.context.azuremarketplace'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallContext(new RewindableGenerator(function () {
  9492.             yield => ($this->privates['security.channel_listener'] ?? $this->getSecurity_ChannelListenerService());
  9493.             yield => ($this->privates['security.context_listener.0'] ?? $this->getSecurity_ContextListener_0Service());
  9494.             yield => ($this->privates['hwi_oauth.authentication.listener.oauth.azuremarketplace'] ?? $this->getHwiOauth_Authentication_Listener_Oauth_AzuremarketplaceService());
  9495.             yield => ($this->privates['security.authentication.listener.anonymous.azuremarketplace'] ?? $this->getSecurity_Authentication_Listener_Anonymous_AzuremarketplaceService());
  9496.             yield => ($this->privates['security.access_listener'] ?? $this->getSecurity_AccessListenerService());
  9497.         }, 5), new \Symfony\Component\Security\Http\Firewall\ExceptionListener(($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), ($this->privates['security.authentication.trust_resolver'] ?? ($this->privates['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver())), $a'azuremarketplace', new \HWI\Bundle\OAuthBundle\Security\Http\EntryPoint\OAuthEntryPoint(($this->services['http_kernel'] ?? $this->getHttpKernelService()), $a'/login'false), NULLNULL, ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), false), NULL, new \Symfony\Bundle\SecurityBundle\Security\FirewallConfig('azuremarketplace''security.user_checker''.security.request_matcher.AmxGhIO'truefalse'oauth.azure_oauth_user_provider''azuremarketplace''hwi_oauth.authentication.entry_point.oauth.azuremarketplace'NULLNULL, [=> 'oauth'=> 'anonymous'], NULL));
  9498.     }
  9499.     /**
  9500.      * Gets the private 'security.firewall.map.context.dev' shared service.
  9501.      *
  9502.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallContext
  9503.      */
  9504.     protected function getSecurity_Firewall_Map_Context_DevService()
  9505.     {
  9506.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallContext.php';
  9507.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallConfig.php';
  9508.         return $this->privates['security.firewall.map.context.dev'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallContext(new RewindableGenerator(function () {
  9509.             return new \EmptyIterator();
  9510.         }, 0), NULLNULL, new \Symfony\Bundle\SecurityBundle\Security\FirewallConfig('dev''security.user_checker''.security.request_matcher.Iy.T22O'falsefalseNULLNULLNULLNULLNULL, [], NULL));
  9511.     }
  9512.     /**
  9513.      * Gets the private 'security.firewall.map.context.main' shared service.
  9514.      *
  9515.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallContext
  9516.      */
  9517.     protected function getSecurity_Firewall_Map_Context_MainService()
  9518.     {
  9519.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallContext.php';
  9520.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Util/TargetPathTrait.php';
  9521.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ExceptionListener.php';
  9522.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/EntryPoint/AuthenticationEntryPointInterface.php';
  9523.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/EntryPoint/FormAuthenticationEntryPoint.php';
  9524.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/FirewallListenerInterface.php';
  9525.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  9526.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/LogoutListener.php';
  9527.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallConfig.php';
  9528.         $a = ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService());
  9529.         $b = ($this->privates['security.http_utils'] ?? $this->getSecurity_HttpUtilsService());
  9530.         return $this->privates['security.firewall.map.context.main'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallContext(new RewindableGenerator(function () {
  9531.             yield => ($this->privates['security.channel_listener'] ?? $this->getSecurity_ChannelListenerService());
  9532.             yield => ($this->privates['security.context_listener.1'] ?? $this->getSecurity_ContextListener_1Service());
  9533.             yield => ($this->privates['security.authentication.listener.guard.main'] ?? $this->getSecurity_Authentication_Listener_Guard_MainService());
  9534.             yield => ($this->privates['Hslavich\\OneloginSamlBundle\\Security\\Firewall\\SamlListener.main'] ?? $this->getSamlListener_MainService());
  9535.             yield => ($this->privates['security.authentication.listener.anonymous.main'] ?? $this->getSecurity_Authentication_Listener_Anonymous_MainService());
  9536.             yield => ($this->privates['security.access_listener'] ?? $this->getSecurity_AccessListenerService());
  9537.         }, 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())), $b'main', new \Symfony\Component\Security\Http\EntryPoint\FormAuthenticationEntryPoint(($this->services['http_kernel'] ?? $this->getHttpKernelService()), $b'saml_login'false), NULLNULL, ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), false), new \Symfony\Component\Security\Http\Firewall\LogoutListener($a$b, ($this->privates['security.event_dispatcher.main'] ?? $this->getSecurity_EventDispatcher_MainService()), ['csrf_parameter' => '_csrf_token''csrf_token_id' => 'logout''logout_path' => '/saml/logout']), new \Symfony\Bundle\SecurityBundle\Security\FirewallConfig('main''security.user_checker'NULLtruefalse'security.user.provider.concrete.user_provider''main''security.authentication.form_entry_point.main'NULLNULL, [=> 'guard'=> 'saml'=> 'anonymous'], NULL));
  9538.     }
  9539.     /**
  9540.      * Gets the private 'security.helper' shared service.
  9541.      *
  9542.      * @return \Symfony\Component\Security\Core\Security
  9543.      */
  9544.     protected function getSecurity_HelperService()
  9545.     {
  9546.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Security.php';
  9547.         return $this->privates['security.helper'] = new \Symfony\Component\Security\Core\Security(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  9548.             'security.authorization_checker' => ['services''.container.private.security.authorization_checker''get_Container_Private_Security_AuthorizationCheckerService'false],
  9549.             'security.token_storage' => ['services''.container.private.security.token_storage''get_Container_Private_Security_TokenStorageService'false],
  9550.         ], [
  9551.             'security.authorization_checker' => '?',
  9552.             'security.token_storage' => '?',
  9553.         ]));
  9554.     }
  9555.     /**
  9556.      * Gets the private 'security.http_utils' shared service.
  9557.      *
  9558.      * @return \Symfony\Component\Security\Http\HttpUtils
  9559.      */
  9560.     protected function getSecurity_HttpUtilsService()
  9561.     {
  9562.         $a = ($this->services['router'] ?? $this->getRouterService());
  9563.         return $this->privates['security.http_utils'] = new \Symfony\Component\Security\Http\HttpUtils($a$a'{^https?://%s$}i''{^https://%s$}i');
  9564.     }
  9565.     /**
  9566.      * Gets the private 'security.logout.listener.csrf_token_clearing' shared service.
  9567.      *
  9568.      * @return \Symfony\Component\Security\Http\EventListener\CsrfTokenClearingLogoutListener
  9569.      */
  9570.     protected function getSecurity_Logout_Listener_CsrfTokenClearingService()
  9571.     {
  9572.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/EventListener/CsrfTokenClearingLogoutListener.php';
  9573.         return $this->privates['security.logout.listener.csrf_token_clearing'] = new \Symfony\Component\Security\Http\EventListener\CsrfTokenClearingLogoutListener(($this->privates['security.csrf.token_storage'] ?? $this->getSecurity_Csrf_TokenStorageService()));
  9574.     }
  9575.     /**
  9576.      * Gets the private 'security.logout.listener.default.main' shared service.
  9577.      *
  9578.      * @return \Symfony\Component\Security\Http\EventListener\DefaultLogoutListener
  9579.      */
  9580.     protected function getSecurity_Logout_Listener_Default_MainService()
  9581.     {
  9582.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/EventListener/DefaultLogoutListener.php';
  9583.         return $this->privates['security.logout.listener.default.main'] = new \Symfony\Component\Security\Http\EventListener\DefaultLogoutListener(($this->privates['security.http_utils'] ?? $this->getSecurity_HttpUtilsService()), '/');
  9584.     }
  9585.     /**
  9586.      * Gets the private 'security.logout_url_generator' shared service.
  9587.      *
  9588.      * @return \Symfony\Component\Security\Http\Logout\LogoutUrlGenerator
  9589.      */
  9590.     protected function getSecurity_LogoutUrlGeneratorService()
  9591.     {
  9592.         $this->privates['security.logout_url_generator'] = $instance = new \Symfony\Component\Security\Http\Logout\LogoutUrlGenerator(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->services['router'] ?? $this->getRouterService()), ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()));
  9593.         $instance->registerListener('main''/saml/logout''logout''_csrf_token'NULLNULL);
  9594.         return $instance;
  9595.     }
  9596.     /**
  9597.      * Gets the private 'security.user.provider.concrete.api_user_provider' shared service.
  9598.      *
  9599.      * @return \Symfony\Bridge\Doctrine\Security\User\EntityUserProvider
  9600.      */
  9601.     protected function getSecurity_User_Provider_Concrete_ApiUserProviderService()
  9602.     {
  9603.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/UserProviderInterface.php';
  9604.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/PasswordUpgraderInterface.php';
  9605.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Security/User/EntityUserProvider.php';
  9606.         return $this->privates['security.user.provider.concrete.api_user_provider'] = new \Symfony\Bridge\Doctrine\Security\User\EntityUserProvider(($this->services['doctrine'] ?? $this->getDoctrineService()), 'App\\Entity\\ApiUsers''username'NULL);
  9607.     }
  9608.     /**
  9609.      * Gets the private 'security.user.provider.concrete.user_provider' shared service.
  9610.      *
  9611.      * @return \Symfony\Bridge\Doctrine\Security\User\EntityUserProvider
  9612.      */
  9613.     protected function getSecurity_User_Provider_Concrete_UserProviderService()
  9614.     {
  9615.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/UserProviderInterface.php';
  9616.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/PasswordUpgraderInterface.php';
  9617.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Security/User/EntityUserProvider.php';
  9618.         return $this->privates['security.user.provider.concrete.user_provider'] = new \Symfony\Bridge\Doctrine\Security\User\EntityUserProvider(($this->services['doctrine'] ?? $this->getDoctrineService()), 'App\\Entity\\User''username'NULL);
  9619.     }
  9620.     /**
  9621.      * Gets the private 'security.validator.user_password' shared service.
  9622.      *
  9623.      * @return \Symfony\Component\Security\Core\Validator\Constraints\UserPasswordValidator
  9624.      */
  9625.     protected function getSecurity_Validator_UserPasswordService()
  9626.     {
  9627.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  9628.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  9629.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Validator/Constraints/UserPasswordValidator.php';
  9630.         include_once \dirname(__DIR__4).'/vendor/symfony/password-hasher/Hasher/PasswordHasherFactoryInterface.php';
  9631.         include_once \dirname(__DIR__4).'/vendor/symfony/password-hasher/Hasher/PasswordHasherFactory.php';
  9632.         return $this->privates['security.validator.user_password'] = new \Symfony\Component\Security\Core\Validator\Constraints\UserPasswordValidator(($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), ($this->privates['security.password_hasher_factory'] ?? ($this->privates['security.password_hasher_factory'] = new \Symfony\Component\PasswordHasher\Hasher\PasswordHasherFactory([]))));
  9633.     }
  9634.     /**
  9635.      * Gets the private 'sensio_framework_extra.controller.listener' shared service.
  9636.      *
  9637.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener
  9638.      */
  9639.     protected function getSensioFrameworkExtra_Controller_ListenerService()
  9640.     {
  9641.         return $this->privates['sensio_framework_extra.controller.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  9642.     }
  9643.     /**
  9644.      * Gets the private 'sensio_framework_extra.converter.listener' shared service.
  9645.      *
  9646.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener
  9647.      */
  9648.     protected function getSensioFrameworkExtra_Converter_ListenerService()
  9649.     {
  9650.         $a = new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\ParamConverterManager();
  9651.         $a->add(new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\DoctrineParamConverter(($this->services['doctrine'] ?? $this->getDoctrineService()), new \Symfony\Component\ExpressionLanguage\ExpressionLanguage()), 0'doctrine.orm');
  9652.         $a->add(new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\DateTimeParamConverter(), 0'datetime');
  9653.         return $this->privates['sensio_framework_extra.converter.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener($atrue);
  9654.     }
  9655.     /**
  9656.      * Gets the private 'sensio_framework_extra.security.listener' shared service.
  9657.      *
  9658.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\SecurityListener
  9659.      */
  9660.     protected function getSensioFrameworkExtra_Security_ListenerService()
  9661.     {
  9662.         return $this->privates['sensio_framework_extra.security.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\SecurityListener(($this->privates['framework_extra_bundle.argument_name_convertor'] ?? $this->getFrameworkExtraBundle_ArgumentNameConvertorService()), new \Sensio\Bundle\FrameworkExtraBundle\Security\ExpressionLanguage(), ($this->privates['security.authentication.trust_resolver'] ?? ($this->privates['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver())), ($this->privates['security.role_hierarchy'] ?? ($this->privates['security.role_hierarchy'] = new \Symfony\Component\Security\Core\Role\RoleHierarchy([]))), ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService()), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  9663.     }
  9664.     /**
  9665.      * Gets the private 'sensio_framework_extra.view.listener' shared service.
  9666.      *
  9667.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\TemplateListener
  9668.      */
  9669.     protected function getSensioFrameworkExtra_View_ListenerService()
  9670.     {
  9671.         $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))));
  9672.         $instance->setContainer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  9673.             'twig' => ['services''.container.private.twig''get_Container_Private_TwigService'false],
  9674.         ], [
  9675.             'twig' => '?',
  9676.         ]))->withContext('sensio_framework_extra.view.listener'$this));
  9677.         return $instance;
  9678.     }
  9679.     /**
  9680.      * Gets the private 'serializer.mapping.cache_warmer' shared service.
  9681.      *
  9682.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\SerializerCacheWarmer
  9683.      */
  9684.     protected function getSerializer_Mapping_CacheWarmerService()
  9685.     {
  9686.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  9687.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/AbstractPhpFileCacheWarmer.php';
  9688.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/SerializerCacheWarmer.php';
  9689.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Loader/LoaderInterface.php';
  9690.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Loader/AnnotationLoader.php';
  9691.         return $this->privates['serializer.mapping.cache_warmer'] = new \Symfony\Bundle\FrameworkBundle\CacheWarmer\SerializerCacheWarmer([=> new \Symfony\Component\Serializer\Mapping\Loader\AnnotationLoader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()))], ($this->targetDir.''.'/serialization.php'));
  9692.     }
  9693.     /**
  9694.      * Gets the private 'serializer.mapping.class_metadata_factory' shared service.
  9695.      *
  9696.      * @return \Symfony\Component\Serializer\Mapping\Factory\ClassMetadataFactory
  9697.      */
  9698.     protected function getSerializer_Mapping_ClassMetadataFactoryService()
  9699.     {
  9700.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Factory/ClassMetadataFactoryInterface.php';
  9701.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Factory/ClassResolverTrait.php';
  9702.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Factory/ClassMetadataFactory.php';
  9703.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Loader/LoaderInterface.php';
  9704.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Loader/LoaderChain.php';
  9705.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Loader/AnnotationLoader.php';
  9706.         return $this->privates['serializer.mapping.class_metadata_factory'] = new \Symfony\Component\Serializer\Mapping\Factory\ClassMetadataFactory(new \Symfony\Component\Serializer\Mapping\Loader\LoaderChain([=> new \Symfony\Component\Serializer\Mapping\Loader\AnnotationLoader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()))]));
  9707.     }
  9708.     /**
  9709.      * Gets the private 'session.factory' shared service.
  9710.      *
  9711.      * @return \Symfony\Component\HttpFoundation\Session\SessionFactory
  9712.      */
  9713.     protected function getSession_FactoryService()
  9714.     {
  9715.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/SessionFactoryInterface.php';
  9716.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/SessionFactory.php';
  9717.         return $this->privates['session.factory'] = new \Symfony\Component\HttpFoundation\Session\SessionFactory(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), $this->getSession_Storage_Factory_ServiceService(), [=> ($this->privates['session_listener'] ?? $this->getSessionListenerService()), => 'onSessionUsage']);
  9718.     }
  9719.     /**
  9720.      * Gets the private 'session.storage.factory.service' shared service.
  9721.      *
  9722.      * @return \Symfony\Bundle\FrameworkBundle\Session\ServiceSessionFactory
  9723.      *
  9724.      * @deprecated Since symfony/framework-bundle 5.3: The "session.storage.factory.service" service is deprecated, use "session.storage.factory.native", "session.storage.factory.php_bridge" or "session.storage.factory.mock_file" instead.
  9725.      */
  9726.     protected function getSession_Storage_Factory_ServiceService()
  9727.     {
  9728.         trigger_deprecation('symfony/framework-bundle''5.3''The "session.storage.factory.service" service is deprecated, use "session.storage.factory.native", "session.storage.factory.php_bridge" or "session.storage.factory.mock_file" instead.');
  9729.         return new \Symfony\Bundle\FrameworkBundle\Session\ServiceSessionFactory(($this->privates['session.storage.native'] ?? $this->getSession_Storage_NativeService()));
  9730.     }
  9731.     /**
  9732.      * Gets the private 'session.storage.metadata_bag' shared service.
  9733.      *
  9734.      * @return \Symfony\Component\HttpFoundation\Session\Storage\MetadataBag
  9735.      *
  9736.      * @deprecated Since symfony/framework-bundle 5.3: The "session.storage.metadata_bag" service is deprecated, create your own "session.storage.factory" instead.
  9737.      */
  9738.     protected function getSession_Storage_MetadataBagService()
  9739.     {
  9740.         trigger_deprecation('symfony/framework-bundle''5.3''The "session.storage.metadata_bag" service is deprecated, create your own "session.storage.factory" instead.');
  9741.         return new \Symfony\Component\HttpFoundation\Session\Storage\MetadataBag('_sf2_meta'0);
  9742.     }
  9743.     /**
  9744.      * Gets the private 'session.storage.native' shared service.
  9745.      *
  9746.      * @return \Symfony\Component\HttpFoundation\Session\Storage\NativeSessionStorage
  9747.      *
  9748.      * @deprecated Since symfony/framework-bundle 5.3: The "session.storage.native" service is deprecated, use "session.storage.factory.native" instead.
  9749.      */
  9750.     protected function getSession_Storage_NativeService()
  9751.     {
  9752.         trigger_deprecation('symfony/framework-bundle''5.3''The "session.storage.native" service is deprecated, use "session.storage.factory.native" instead.');
  9753.         return $this->privates['session.storage.native'] = new \Symfony\Component\HttpFoundation\Session\Storage\NativeSessionStorage($this->parameters['session.storage.options'], NULL$this->getSession_Storage_MetadataBagService());
  9754.     }
  9755.     /**
  9756.      * Gets the private 'session_listener' shared service.
  9757.      *
  9758.      * @return \Symfony\Component\HttpKernel\EventListener\SessionListener
  9759.      */
  9760.     protected function getSessionListenerService()
  9761.     {
  9762.         return $this->privates['session_listener'] = new \Symfony\Component\HttpKernel\EventListener\SessionListener(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  9763.             'initialized_session' => ['services''.container.private.session'NULLfalse],
  9764.             'logger' => ['privates''monolog.logger''getMonolog_LoggerService'false],
  9765.             'request_stack' => ['services''request_stack''getRequestStackService'false],
  9766.             'session' => ['services''.container.private.session''get_Container_Private_SessionService'false],
  9767.             'session_collector' => ['privates''data_collector.request.session_collector''getDataCollector_Request_SessionCollectorService'false],
  9768.             'session_factory' => ['privates''session.factory''getSession_FactoryService'false],
  9769.             'session_storage' => ['privates''session.storage.native''getSession_Storage_NativeService'false],
  9770.         ], [
  9771.             'initialized_session' => '?',
  9772.             'logger' => '?',
  9773.             'request_stack' => '?',
  9774.             'session' => '?',
  9775.             'session_collector' => '?',
  9776.             'session_factory' => '?',
  9777.             'session_storage' => '?',
  9778.         ]), true$this->parameters['session.storage.options']);
  9779.     }
  9780.     /**
  9781.      * Gets the private 'simplethings_entityaudit.create_schema_listener' shared service.
  9782.      *
  9783.      * @return \SimpleThings\EntityAudit\EventListener\CreateSchemaListener
  9784.      */
  9785.     protected function getSimplethingsEntityaudit_CreateSchemaListenerService()
  9786.     {
  9787.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/lib/Doctrine/Common/EventSubscriber.php';
  9788.         include_once \dirname(__DIR__4).'/vendor/sonata-project/entity-audit-bundle/src/EventListener/CreateSchemaListener.php';
  9789.         return $this->privates['simplethings_entityaudit.create_schema_listener'] = new \SimpleThings\EntityAudit\EventListener\CreateSchemaListener(($this->services['simplethings_entityaudit.manager'] ?? $this->getSimplethingsEntityaudit_ManagerService()));
  9790.     }
  9791.     /**
  9792.      * Gets the private 'simplethings_entityaudit.log_revisions_listener' shared service.
  9793.      *
  9794.      * @return \SimpleThings\EntityAudit\EventListener\LogRevisionsListener
  9795.      */
  9796.     protected function getSimplethingsEntityaudit_LogRevisionsListenerService()
  9797.     {
  9798.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/lib/Doctrine/Common/EventSubscriber.php';
  9799.         include_once \dirname(__DIR__4).'/vendor/sonata-project/entity-audit-bundle/src/EventListener/LogRevisionsListener.php';
  9800.         return $this->privates['simplethings_entityaudit.log_revisions_listener'] = new \SimpleThings\EntityAudit\EventListener\LogRevisionsListener(($this->services['simplethings_entityaudit.manager'] ?? $this->getSimplethingsEntityaudit_ManagerService()));
  9801.     }
  9802.     /**
  9803.      * Gets the private 'sonata.admin.admin_exporter' shared service.
  9804.      *
  9805.      * @return \Sonata\AdminBundle\Bridge\Exporter\AdminExporter
  9806.      */
  9807.     protected function getSonata_Admin_AdminExporterService()
  9808.     {
  9809.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Bridge/Exporter/AdminExporter.php';
  9810.         return $this->privates['sonata.admin.admin_exporter'] = new \Sonata\AdminBundle\Bridge\Exporter\AdminExporter(($this->services['sonata.exporter.exporter'] ?? $this->getSonata_Exporter_ExporterService()));
  9811.     }
  9812.     /**
  9813.      * Gets the private 'sonata.admin.audit.manager' shared service.
  9814.      *
  9815.      * @return \Sonata\AdminBundle\Model\AuditManager
  9816.      */
  9817.     protected function getSonata_Admin_Audit_ManagerService()
  9818.     {
  9819.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Model/AuditManagerInterface.php';
  9820.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Model/AuditManager.php';
  9821.         $this->privates['sonata.admin.audit.manager'] = $instance = new \Sonata\AdminBundle\Model\AuditManager(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  9822.             'sonata.admin.audit.orm.reader' => ['services''sonata.admin.audit.orm.reader''getSonata_Admin_Audit_Orm_ReaderService'false],
  9823.         ], [
  9824.             'sonata.admin.audit.orm.reader' => '?',
  9825.         ]));
  9826.         $instance->setReader('sonata.admin.audit.orm.reader'$this->parameters['simplethings.entityaudit.audited_entities']);
  9827.         return $instance;
  9828.     }
  9829.     /**
  9830.      * Gets the private 'sonata.admin.breadcrumbs_builder' shared service.
  9831.      *
  9832.      * @return \Sonata\AdminBundle\Admin\BreadcrumbsBuilder
  9833.      */
  9834.     protected function getSonata_Admin_BreadcrumbsBuilderService()
  9835.     {
  9836.         return $this->privates['sonata.admin.breadcrumbs_builder'] = new \Sonata\AdminBundle\Admin\BreadcrumbsBuilder($this->parameters['sonata.admin.configuration.breadcrumbs']);
  9837.     }
  9838.     /**
  9839.      * Gets the private 'sonata.admin.builder.orm_datagrid' shared service.
  9840.      *
  9841.      * @return \Sonata\DoctrineORMAdminBundle\Builder\DatagridBuilder
  9842.      */
  9843.     protected function getSonata_Admin_Builder_OrmDatagridService()
  9844.     {
  9845.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Builder/BuilderInterface.php';
  9846.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Builder/DatagridBuilderInterface.php';
  9847.         include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Builder/DatagridBuilder.php';
  9848.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Filter/FilterFactoryInterface.php';
  9849.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Filter/FilterFactory.php';
  9850.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/FieldDescription/TypeGuesserInterface.php';
  9851.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/FieldDescription/TypeGuesserChain.php';
  9852.         include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/FieldDescription/FilterTypeGuesser.php';
  9853.         return $this->privates['sonata.admin.builder.orm_datagrid'] = new \Sonata\DoctrineORMAdminBundle\Builder\DatagridBuilder(($this->services['.container.private.form.factory'] ?? $this->get_Container_Private_Form_FactoryService()), new \Sonata\AdminBundle\Filter\FilterFactory(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  9854.             'Sonata\\DoctrineORMAdminBundle\\Filter\\BooleanFilter' => [false'sonata.admin.orm.filter.type.boolean''getSonata_Admin_Orm_Filter_Type_BooleanService'false],
  9855.             'Sonata\\DoctrineORMAdminBundle\\Filter\\CallbackFilter' => [false'sonata.admin.orm.filter.type.callback''getSonata_Admin_Orm_Filter_Type_CallbackService'false],
  9856.             'Sonata\\DoctrineORMAdminBundle\\Filter\\ChoiceFilter' => [false'sonata.admin.orm.filter.type.choice''getSonata_Admin_Orm_Filter_Type_ChoiceService'false],
  9857.             'Sonata\\DoctrineORMAdminBundle\\Filter\\ClassFilter' => [false'sonata.admin.orm.filter.type.class''getSonata_Admin_Orm_Filter_Type_ClassService'false],
  9858.             'Sonata\\DoctrineORMAdminBundle\\Filter\\CountFilter' => [false'sonata.admin.orm.filter.type.count''getSonata_Admin_Orm_Filter_Type_CountService'false],
  9859.             'Sonata\\DoctrineORMAdminBundle\\Filter\\DateFilter' => [false'sonata.admin.orm.filter.type.date''getSonata_Admin_Orm_Filter_Type_DateService'false],
  9860.             'Sonata\\DoctrineORMAdminBundle\\Filter\\DateRangeFilter' => [false'sonata.admin.orm.filter.type.date_range''getSonata_Admin_Orm_Filter_Type_DateRangeService'false],
  9861.             'Sonata\\DoctrineORMAdminBundle\\Filter\\DateTimeFilter' => [false'sonata.admin.orm.filter.type.datetime''getSonata_Admin_Orm_Filter_Type_DatetimeService'false],
  9862.             'Sonata\\DoctrineORMAdminBundle\\Filter\\DateTimeRangeFilter' => [false'sonata.admin.orm.filter.type.datetime_range''getSonata_Admin_Orm_Filter_Type_DatetimeRangeService'false],
  9863.             'Sonata\\DoctrineORMAdminBundle\\Filter\\ModelAutocompleteFilter' => [false'sonata.admin.orm.filter.type.model_autocomplete''getSonata_Admin_Orm_Filter_Type_ModelAutocompleteService'false],
  9864.             'Sonata\\DoctrineORMAdminBundle\\Filter\\ModelFilter' => [false'sonata.admin.orm.filter.type.model''getSonata_Admin_Orm_Filter_Type_ModelService'false],
  9865.             'Sonata\\DoctrineORMAdminBundle\\Filter\\NullFilter' => [false'sonata.admin.orm.filter.type.null''getSonata_Admin_Orm_Filter_Type_NullService'false],
  9866.             'Sonata\\DoctrineORMAdminBundle\\Filter\\NumberFilter' => [false'sonata.admin.orm.filter.type.number''getSonata_Admin_Orm_Filter_Type_NumberService'false],
  9867.             'Sonata\\DoctrineORMAdminBundle\\Filter\\StringFilter' => [false'sonata.admin.orm.filter.type.string''getSonata_Admin_Orm_Filter_Type_StringService'false],
  9868.             'Sonata\\DoctrineORMAdminBundle\\Filter\\StringListFilter' => [false'sonata.admin.orm.filter.type.string_list''getSonata_Admin_Orm_Filter_Type_StringListService'false],
  9869.             'Sonata\\DoctrineORMAdminBundle\\Filter\\TimeFilter' => [false'sonata.admin.orm.filter.type.time''getSonata_Admin_Orm_Filter_Type_TimeService'false],
  9870.         ], [
  9871.             'Sonata\\DoctrineORMAdminBundle\\Filter\\BooleanFilter' => '?',
  9872.             'Sonata\\DoctrineORMAdminBundle\\Filter\\CallbackFilter' => '?',
  9873.             'Sonata\\DoctrineORMAdminBundle\\Filter\\ChoiceFilter' => '?',
  9874.             'Sonata\\DoctrineORMAdminBundle\\Filter\\ClassFilter' => '?',
  9875.             'Sonata\\DoctrineORMAdminBundle\\Filter\\CountFilter' => '?',
  9876.             'Sonata\\DoctrineORMAdminBundle\\Filter\\DateFilter' => '?',
  9877.             'Sonata\\DoctrineORMAdminBundle\\Filter\\DateRangeFilter' => '?',
  9878.             'Sonata\\DoctrineORMAdminBundle\\Filter\\DateTimeFilter' => '?',
  9879.             'Sonata\\DoctrineORMAdminBundle\\Filter\\DateTimeRangeFilter' => '?',
  9880.             'Sonata\\DoctrineORMAdminBundle\\Filter\\ModelAutocompleteFilter' => '?',
  9881.             'Sonata\\DoctrineORMAdminBundle\\Filter\\ModelFilter' => '?',
  9882.             'Sonata\\DoctrineORMAdminBundle\\Filter\\NullFilter' => '?',
  9883.             'Sonata\\DoctrineORMAdminBundle\\Filter\\NumberFilter' => '?',
  9884.             'Sonata\\DoctrineORMAdminBundle\\Filter\\StringFilter' => '?',
  9885.             'Sonata\\DoctrineORMAdminBundle\\Filter\\StringListFilter' => '?',
  9886.             'Sonata\\DoctrineORMAdminBundle\\Filter\\TimeFilter' => '?',
  9887.         ])), new \Sonata\AdminBundle\FieldDescription\TypeGuesserChain([=> new \Sonata\DoctrineORMAdminBundle\FieldDescription\FilterTypeGuesser()]), true);
  9888.     }
  9889.     /**
  9890.      * Gets the private 'sonata.admin.builder.orm_form' shared service.
  9891.      *
  9892.      * @return \Sonata\DoctrineORMAdminBundle\Builder\FormContractor
  9893.      */
  9894.     protected function getSonata_Admin_Builder_OrmFormService()
  9895.     {
  9896.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Builder/BuilderInterface.php';
  9897.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Builder/FormContractorInterface.php';
  9898.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Builder/AbstractFormContractor.php';
  9899.         include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Builder/FormContractor.php';
  9900.         return $this->privates['sonata.admin.builder.orm_form'] = new \Sonata\DoctrineORMAdminBundle\Builder\FormContractor(($this->services['.container.private.form.factory'] ?? $this->get_Container_Private_Form_FactoryService()), ($this->privates['form.registry'] ?? $this->getForm_RegistryService()));
  9901.     }
  9902.     /**
  9903.      * Gets the private 'sonata.admin.builder.orm_list' shared service.
  9904.      *
  9905.      * @return \Sonata\DoctrineORMAdminBundle\Builder\ListBuilder
  9906.      */
  9907.     protected function getSonata_Admin_Builder_OrmListService()
  9908.     {
  9909.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Builder/BuilderInterface.php';
  9910.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Builder/ListBuilderInterface.php';
  9911.         include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Builder/ListBuilder.php';
  9912.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/FieldDescription/TypeGuesserInterface.php';
  9913.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/FieldDescription/TypeGuesserChain.php';
  9914.         include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/FieldDescription/TypeGuesser.php';
  9915.         return $this->privates['sonata.admin.builder.orm_list'] = new \Sonata\DoctrineORMAdminBundle\Builder\ListBuilder(new \Sonata\AdminBundle\FieldDescription\TypeGuesserChain([=> new \Sonata\DoctrineORMAdminBundle\FieldDescription\TypeGuesser()]), ['array' => '@SonataAdmin/CRUD/list_array.html.twig''boolean' => '@SonataAdmin/CRUD/list_boolean.html.twig''date' => '@SonataAdmin/CRUD/list_date.html.twig''time' => '@SonataAdmin/CRUD/list_time.html.twig''datetime' => '@SonataAdmin/CRUD/list_datetime.html.twig''textarea' => '@SonataAdmin/CRUD/list_string.html.twig''email' => '@SonataAdmin/CRUD/list_email.html.twig''trans' => '@SonataAdmin/CRUD/list_trans.html.twig''string' => '@SonataAdmin/CRUD/list_string.html.twig''integer' => '@SonataAdmin/CRUD/list_string.html.twig''float' => '@SonataAdmin/CRUD/list_string.html.twig''identifier' => '@SonataAdmin/CRUD/list_string.html.twig''currency' => '@SonataAdmin/CRUD/list_currency.html.twig''percent' => '@SonataAdmin/CRUD/list_percent.html.twig''choice' => '@SonataAdmin/CRUD/list_choice.html.twig''url' => '@SonataAdmin/CRUD/list_url.html.twig''html' => '@SonataAdmin/CRUD/list_html.html.twig''many_to_many' => '@SonataAdmin/CRUD/Association/list_many_to_many.html.twig''many_to_one' => '@SonataAdmin/CRUD/Association/list_many_to_one.html.twig''one_to_many' => '@SonataAdmin/CRUD/Association/list_one_to_many.html.twig''one_to_one' => '@SonataAdmin/CRUD/Association/list_one_to_one.html.twig']);
  9916.     }
  9917.     /**
  9918.      * Gets the private 'sonata.admin.builder.orm_show' shared service.
  9919.      *
  9920.      * @return \Sonata\DoctrineORMAdminBundle\Builder\ShowBuilder
  9921.      */
  9922.     protected function getSonata_Admin_Builder_OrmShowService()
  9923.     {
  9924.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Builder/BuilderInterface.php';
  9925.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Builder/ShowBuilderInterface.php';
  9926.         include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Builder/ShowBuilder.php';
  9927.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/FieldDescription/TypeGuesserInterface.php';
  9928.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/FieldDescription/TypeGuesserChain.php';
  9929.         include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/FieldDescription/TypeGuesser.php';
  9930.         return $this->privates['sonata.admin.builder.orm_show'] = new \Sonata\DoctrineORMAdminBundle\Builder\ShowBuilder(new \Sonata\AdminBundle\FieldDescription\TypeGuesserChain([=> new \Sonata\DoctrineORMAdminBundle\FieldDescription\TypeGuesser()]), ['array' => '@SonataAdmin/CRUD/show_array.html.twig''boolean' => '@SonataAdmin/CRUD/show_boolean.html.twig''date' => '@SonataAdmin/CRUD/show_date.html.twig''time' => '@SonataAdmin/CRUD/show_time.html.twig''datetime' => '@SonataAdmin/CRUD/show_datetime.html.twig''email' => '@SonataAdmin/CRUD/show_email.html.twig''trans' => '@SonataAdmin/CRUD/show_trans.html.twig''string' => '@SonataAdmin/CRUD/base_show_field.html.twig''integer' => '@SonataAdmin/CRUD/base_show_field.html.twig''float' => '@SonataAdmin/CRUD/base_show_field.html.twig''currency' => '@SonataAdmin/CRUD/show_currency.html.twig''percent' => '@SonataAdmin/CRUD/show_percent.html.twig''choice' => '@SonataAdmin/CRUD/show_choice.html.twig''url' => '@SonataAdmin/CRUD/show_url.html.twig''html' => '@SonataAdmin/CRUD/show_html.html.twig''many_to_many' => '@SonataAdmin/CRUD/Association/show_many_to_many.html.twig''many_to_one' => '@SonataAdmin/CRUD/Association/show_many_to_one.html.twig''one_to_many' => '@SonataAdmin/CRUD/Association/show_one_to_many.html.twig''one_to_one' => '@SonataAdmin/CRUD/Association/show_one_to_one.html.twig']);
  9931.     }
  9932.     /**
  9933.      * Gets the private 'sonata.admin.command.explain' shared service.
  9934.      *
  9935.      * @return \Sonata\AdminBundle\Command\ExplainAdminCommand
  9936.      */
  9937.     protected function getSonata_Admin_Command_ExplainService()
  9938.     {
  9939.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  9940.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Command/ExplainAdminCommand.php';
  9941.         $this->privates['sonata.admin.command.explain'] = $instance = new \Sonata\AdminBundle\Command\ExplainAdminCommand(($this->privates['sonata.admin.pool'] ?? $this->getSonata_Admin_PoolService()));
  9942.         $instance->setName('sonata:admin:explain');
  9943.         return $instance;
  9944.     }
  9945.     /**
  9946.      * Gets the private 'sonata.admin.command.generate_object_acl' shared service.
  9947.      *
  9948.      * @return \Sonata\AdminBundle\Command\GenerateObjectAclCommand
  9949.      */
  9950.     protected function getSonata_Admin_Command_GenerateObjectAclService()
  9951.     {
  9952.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  9953.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Command/QuestionableCommand.php';
  9954.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Command/GenerateObjectAclCommand.php';
  9955.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Util/ObjectAclManipulatorInterface.php';
  9956.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Util/ObjectAclManipulator.php';
  9957.         include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Util/ObjectAclManipulator.php';
  9958.         $this->privates['sonata.admin.command.generate_object_acl'] = $instance = new \Sonata\AdminBundle\Command\GenerateObjectAclCommand(($this->privates['sonata.admin.pool'] ?? $this->getSonata_Admin_PoolService()), ['sonata.admin.manipulator.acl.object.orm' => new \Sonata\DoctrineORMAdminBundle\Util\ObjectAclManipulator(($this->services['doctrine'] ?? $this->getDoctrineService()))]);
  9959.         $instance->setName('sonata:admin:generate-object-acl');
  9960.         return $instance;
  9961.     }
  9962.     /**
  9963.      * Gets the private 'sonata.admin.command.list' shared service.
  9964.      *
  9965.      * @return \Sonata\AdminBundle\Command\ListAdminCommand
  9966.      */
  9967.     protected function getSonata_Admin_Command_ListService()
  9968.     {
  9969.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  9970.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Command/ListAdminCommand.php';
  9971.         $this->privates['sonata.admin.command.list'] = $instance = new \Sonata\AdminBundle\Command\ListAdminCommand(($this->privates['sonata.admin.pool'] ?? $this->getSonata_Admin_PoolService()));
  9972.         $instance->setName('sonata:admin:list');
  9973.         return $instance;
  9974.     }
  9975.     /**
  9976.      * Gets the private 'sonata.admin.command.setup_acl' shared service.
  9977.      *
  9978.      * @return \Sonata\AdminBundle\Command\SetupAclCommand
  9979.      */
  9980.     protected function getSonata_Admin_Command_SetupAclService()
  9981.     {
  9982.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  9983.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Command/SetupAclCommand.php';
  9984.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Util/AdminAclManipulatorInterface.php';
  9985.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Util/AdminAclManipulator.php';
  9986.         $this->privates['sonata.admin.command.setup_acl'] = $instance = new \Sonata\AdminBundle\Command\SetupAclCommand(($this->privates['sonata.admin.pool'] ?? $this->getSonata_Admin_PoolService()), new \Sonata\AdminBundle\Util\AdminAclManipulator('Sonata\\AdminBundle\\Security\\Acl\\Permission\\MaskBuilder'));
  9987.         $instance->setName('sonata:admin:setup-acl');
  9988.         return $instance;
  9989.     }
  9990.     /**
  9991.      * Gets the private 'sonata.admin.doctrine_orm.form.type.choice_field_mask' shared service.
  9992.      *
  9993.      * @return \Sonata\AdminBundle\Form\Type\ChoiceFieldMaskType
  9994.      */
  9995.     protected function getSonata_Admin_DoctrineOrm_Form_Type_ChoiceFieldMaskService()
  9996.     {
  9997.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  9998.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  9999.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Form/Type/ChoiceFieldMaskType.php';
  10000.         return $this->privates['sonata.admin.doctrine_orm.form.type.choice_field_mask'] = new \Sonata\AdminBundle\Form\Type\ChoiceFieldMaskType();
  10001.     }
  10002.     /**
  10003.      * Gets the private 'sonata.admin.event.extension' shared service.
  10004.      *
  10005.      * @return \Sonata\AdminBundle\Event\AdminEventExtension
  10006.      */
  10007.     protected function getSonata_Admin_Event_ExtensionService()
  10008.     {
  10009.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AdminExtensionInterface.php';
  10010.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AbstractAdminExtension.php';
  10011.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Event/AdminEventExtension.php';
  10012.         return $this->privates['sonata.admin.event.extension'] = new \Sonata\AdminBundle\Event\AdminEventExtension(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  10013.     }
  10014.     /**
  10015.      * Gets the private 'sonata.admin.field_description_factory.orm' shared service.
  10016.      *
  10017.      * @return \Sonata\DoctrineORMAdminBundle\FieldDescription\FieldDescriptionFactory
  10018.      */
  10019.     protected function getSonata_Admin_FieldDescriptionFactory_OrmService()
  10020.     {
  10021.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/FieldDescription/FieldDescriptionFactoryInterface.php';
  10022.         include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/FieldDescription/FieldDescriptionFactory.php';
  10023.         return $this->privates['sonata.admin.field_description_factory.orm'] = new \Sonata\DoctrineORMAdminBundle\FieldDescription\FieldDescriptionFactory(($this->services['doctrine'] ?? $this->getDoctrineService()));
  10024.     }
  10025.     /**
  10026.      * Gets the private 'sonata.admin.filter_persister.session' shared service.
  10027.      *
  10028.      * @return \Sonata\AdminBundle\Filter\Persister\SessionFilterPersister
  10029.      */
  10030.     protected function getSonata_Admin_FilterPersister_SessionService()
  10031.     {
  10032.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Filter/Persister/FilterPersisterInterface.php';
  10033.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Filter/Persister/SessionFilterPersister.php';
  10034.         return $this->privates['sonata.admin.filter_persister.session'] = new \Sonata\AdminBundle\Filter\Persister\SessionFilterPersister(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  10035.     }
  10036.     /**
  10037.      * Gets the private 'sonata.admin.form.extension.field' shared service.
  10038.      *
  10039.      * @return \Sonata\AdminBundle\Form\Extension\Field\Type\FormTypeFieldExtension
  10040.      */
  10041.     protected function getSonata_Admin_Form_Extension_FieldService()
  10042.     {
  10043.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  10044.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractTypeExtension.php';
  10045.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Form/Extension/Field/Type/FormTypeFieldExtension.php';
  10046.         return $this->privates['sonata.admin.form.extension.field'] = new \Sonata\AdminBundle\Form\Extension\Field\Type\FormTypeFieldExtension(['Symfony\\Component\\Form\\Extension\\Core\\Type\\ChoiceType' => '''Symfony\\Component\\Form\\Extension\\Core\\Type\\DateType' => 'sonata-medium-date''Symfony\\Component\\Form\\Extension\\Core\\Type\\DateTimeType' => 'sonata-medium-date''Symfony\\Component\\Form\\Extension\\Core\\Type\\EmailType' => '''Symfony\\Component\\Form\\Extension\\Core\\Type\\IntegerType' => '''Symfony\\Component\\Form\\Extension\\Core\\Type\\TextareaType' => '''Symfony\\Component\\Form\\Extension\\Core\\Type\\TextType' => ''], ['use_select2' => true'default_admin_route' => 'edit''html5_validate' => true'sort_admins' => false'confirm_exit' => true'js_debug' => false'skin' => 'skin-black''use_icheck' => true'use_bootlint' => false'use_stickyforms' => true'pager_links' => NULL'form_type' => 'standard''default_group' => 'default''default_label_catalogue' => 'SonataAdminBundle''default_icon' => 'fas fa-folder''dropdown_number_groups_per_colums' => 2'logo_content' => 'all''list_action_button_content' => 'all''lock_protection' => false'mosaic_background' => 'bundles/sonataadmin/images/default_mosaic_image.png''javascripts' => [=> 'bundles/sonataadmin/app.js'=> 'assets/extra.js'=> 'assets/select2.min.js'], 'stylesheets' => [=> 'bundles/sonataadmin/app.css'=> 'bundles/sonataadmin/admin-lte-skins/skin-black.min.css'=> 'assets/extra.css'=> 'assets/select2.min.css'], 'role_admin' => 'ROLE_SONATA_ADMIN''role_super_admin' => 'ROLE_SUPER_ADMIN''search' => true]);
  10047.     }
  10048.     /**
  10049.      * Gets the private 'sonata.admin.form.filter.type.choice' shared service.
  10050.      *
  10051.      * @return \Sonata\AdminBundle\Form\Type\Filter\ChoiceType
  10052.      */
  10053.     protected function getSonata_Admin_Form_Filter_Type_ChoiceService()
  10054.     {
  10055.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  10056.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  10057.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Form/Type/Filter/ChoiceType.php';
  10058.         return $this->privates['sonata.admin.form.filter.type.choice'] = new \Sonata\AdminBundle\Form\Type\Filter\ChoiceType();
  10059.     }
  10060.     /**
  10061.      * Gets the private 'sonata.admin.form.filter.type.date' shared service.
  10062.      *
  10063.      * @return \Sonata\AdminBundle\Form\Type\Filter\DateType
  10064.      */
  10065.     protected function getSonata_Admin_Form_Filter_Type_DateService()
  10066.     {
  10067.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  10068.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  10069.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Form/Type/Filter/DateType.php';
  10070.         return $this->privates['sonata.admin.form.filter.type.date'] = new \Sonata\AdminBundle\Form\Type\Filter\DateType();
  10071.     }
  10072.     /**
  10073.      * Gets the private 'sonata.admin.form.filter.type.daterange' shared service.
  10074.      *
  10075.      * @return \Sonata\AdminBundle\Form\Type\Filter\DateRangeType
  10076.      */
  10077.     protected function getSonata_Admin_Form_Filter_Type_DaterangeService()
  10078.     {
  10079.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  10080.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  10081.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Form/Type/Filter/DateRangeType.php';
  10082.         return $this->privates['sonata.admin.form.filter.type.daterange'] = new \Sonata\AdminBundle\Form\Type\Filter\DateRangeType();
  10083.     }
  10084.     /**
  10085.      * Gets the private 'sonata.admin.form.filter.type.datetime' shared service.
  10086.      *
  10087.      * @return \Sonata\AdminBundle\Form\Type\Filter\DateTimeType
  10088.      */
  10089.     protected function getSonata_Admin_Form_Filter_Type_DatetimeService()
  10090.     {
  10091.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  10092.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  10093.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Form/Type/Filter/DateTimeType.php';
  10094.         return $this->privates['sonata.admin.form.filter.type.datetime'] = new \Sonata\AdminBundle\Form\Type\Filter\DateTimeType();
  10095.     }
  10096.     /**
  10097.      * Gets the private 'sonata.admin.form.filter.type.datetime_range' shared service.
  10098.      *
  10099.      * @return \Sonata\AdminBundle\Form\Type\Filter\DateTimeRangeType
  10100.      */
  10101.     protected function getSonata_Admin_Form_Filter_Type_DatetimeRangeService()
  10102.     {
  10103.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  10104.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  10105.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Form/Type/Filter/DateTimeRangeType.php';
  10106.         return $this->privates['sonata.admin.form.filter.type.datetime_range'] = new \Sonata\AdminBundle\Form\Type\Filter\DateTimeRangeType();
  10107.     }
  10108.     /**
  10109.      * Gets the private 'sonata.admin.form.filter.type.default' shared service.
  10110.      *
  10111.      * @return \Sonata\AdminBundle\Form\Type\Filter\DefaultType
  10112.      */
  10113.     protected function getSonata_Admin_Form_Filter_Type_DefaultService()
  10114.     {
  10115.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  10116.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  10117.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Form/Type/Filter/DefaultType.php';
  10118.         return $this->privates['sonata.admin.form.filter.type.default'] = new \Sonata\AdminBundle\Form\Type\Filter\DefaultType();
  10119.     }
  10120.     /**
  10121.      * Gets the private 'sonata.admin.form.filter.type.number' shared service.
  10122.      *
  10123.      * @return \Sonata\AdminBundle\Form\Type\Filter\NumberType
  10124.      */
  10125.     protected function getSonata_Admin_Form_Filter_Type_NumberService()
  10126.     {
  10127.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  10128.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  10129.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Form/Type/Filter/NumberType.php';
  10130.         return $this->privates['sonata.admin.form.filter.type.number'] = new \Sonata\AdminBundle\Form\Type\Filter\NumberType();
  10131.     }
  10132.     /**
  10133.      * Gets the private 'sonata.admin.form.type.admin' shared service.
  10134.      *
  10135.      * @return \Sonata\AdminBundle\Form\Type\AdminType
  10136.      */
  10137.     protected function getSonata_Admin_Form_Type_AdminService()
  10138.     {
  10139.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  10140.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  10141.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Form/Type/AdminType.php';
  10142.         return $this->privates['sonata.admin.form.type.admin'] = new \Sonata\AdminBundle\Form\Type\AdminType(($this->privates['sonata.admin.helper'] ?? $this->getSonata_Admin_HelperService()));
  10143.     }
  10144.     /**
  10145.      * Gets the private 'sonata.admin.form.type.collection' shared service.
  10146.      *
  10147.      * @return \Sonata\AdminBundle\Form\Type\CollectionType
  10148.      */
  10149.     protected function getSonata_Admin_Form_Type_CollectionService()
  10150.     {
  10151.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  10152.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  10153.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Form/Type/CollectionType.php';
  10154.         return $this->privates['sonata.admin.form.type.collection'] = new \Sonata\AdminBundle\Form\Type\CollectionType();
  10155.     }
  10156.     /**
  10157.      * Gets the private 'sonata.admin.form.type.model_autocomplete' shared service.
  10158.      *
  10159.      * @return \Sonata\AdminBundle\Form\Type\ModelAutocompleteType
  10160.      */
  10161.     protected function getSonata_Admin_Form_Type_ModelAutocompleteService()
  10162.     {
  10163.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  10164.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  10165.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Form/Type/ModelAutocompleteType.php';
  10166.         return $this->privates['sonata.admin.form.type.model_autocomplete'] = new \Sonata\AdminBundle\Form\Type\ModelAutocompleteType();
  10167.     }
  10168.     /**
  10169.      * Gets the private 'sonata.admin.form.type.model_choice' shared service.
  10170.      *
  10171.      * @return \Sonata\AdminBundle\Form\Type\ModelType
  10172.      */
  10173.     protected function getSonata_Admin_Form_Type_ModelChoiceService()
  10174.     {
  10175.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  10176.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  10177.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Form/Type/ModelType.php';
  10178.         return $this->privates['sonata.admin.form.type.model_choice'] = new \Sonata\AdminBundle\Form\Type\ModelType(($this->privates['property_accessor'] ?? $this->getPropertyAccessorService()));
  10179.     }
  10180.     /**
  10181.      * Gets the private 'sonata.admin.form.type.model_hidden' shared service.
  10182.      *
  10183.      * @return \Sonata\AdminBundle\Form\Type\ModelHiddenType
  10184.      */
  10185.     protected function getSonata_Admin_Form_Type_ModelHiddenService()
  10186.     {
  10187.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  10188.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  10189.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Form/Type/ModelHiddenType.php';
  10190.         return $this->privates['sonata.admin.form.type.model_hidden'] = new \Sonata\AdminBundle\Form\Type\ModelHiddenType();
  10191.     }
  10192.     /**
  10193.      * Gets the private 'sonata.admin.form.type.model_list' shared service.
  10194.      *
  10195.      * @return \Sonata\AdminBundle\Form\Type\ModelListType
  10196.      */
  10197.     protected function getSonata_Admin_Form_Type_ModelListService()
  10198.     {
  10199.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  10200.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  10201.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Form/Type/ModelListType.php';
  10202.         return $this->privates['sonata.admin.form.type.model_list'] = new \Sonata\AdminBundle\Form\Type\ModelListType();
  10203.     }
  10204.     /**
  10205.      * Gets the private 'sonata.admin.form.type.model_reference' shared service.
  10206.      *
  10207.      * @return \Sonata\AdminBundle\Form\Type\ModelReferenceType
  10208.      */
  10209.     protected function getSonata_Admin_Form_Type_ModelReferenceService()
  10210.     {
  10211.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  10212.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  10213.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Form/Type/ModelReferenceType.php';
  10214.         return $this->privates['sonata.admin.form.type.model_reference'] = new \Sonata\AdminBundle\Form\Type\ModelReferenceType();
  10215.     }
  10216.     /**
  10217.      * Gets the private 'sonata.admin.global_template_registry' shared service.
  10218.      *
  10219.      * @return \Sonata\AdminBundle\Templating\TemplateRegistry
  10220.      */
  10221.     protected function getSonata_Admin_GlobalTemplateRegistryService()
  10222.     {
  10223.         return $this->privates['sonata.admin.global_template_registry'] = new \Sonata\AdminBundle\Templating\TemplateRegistry($this->parameters['sonata.admin.configuration.templates']);
  10224.     }
  10225.     /**
  10226.      * Gets the private 'sonata.admin.helper' shared service.
  10227.      *
  10228.      * @return \Sonata\AdminBundle\Admin\AdminHelper
  10229.      */
  10230.     protected function getSonata_Admin_HelperService()
  10231.     {
  10232.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AdminHelper.php';
  10233.         return $this->privates['sonata.admin.helper'] = new \Sonata\AdminBundle\Admin\AdminHelper(($this->privates['property_accessor'] ?? $this->getPropertyAccessorService()));
  10234.     }
  10235.     /**
  10236.      * Gets the private 'sonata.admin.menu.group_provider' shared service.
  10237.      *
  10238.      * @return \Sonata\AdminBundle\Menu\Provider\GroupMenuProvider
  10239.      */
  10240.     protected function getSonata_Admin_Menu_GroupProviderService()
  10241.     {
  10242.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Menu/Provider/GroupMenuProvider.php';
  10243.         return $this->privates['sonata.admin.menu.group_provider'] = new \Sonata\AdminBundle\Menu\Provider\GroupMenuProvider(($this->services['knp_menu.factory'] ?? $this->getKnpMenu_FactoryService()), ($this->privates['sonata.admin.pool'] ?? $this->getSonata_Admin_PoolService()), ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService()));
  10244.     }
  10245.     /**
  10246.      * Gets the private 'sonata.admin.menu.matcher.voter.admin' shared service.
  10247.      *
  10248.      * @return \Sonata\AdminBundle\Menu\Matcher\Voter\AdminVoter
  10249.      */
  10250.     protected function getSonata_Admin_Menu_Matcher_Voter_AdminService()
  10251.     {
  10252.         include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Matcher/Voter/VoterInterface.php';
  10253.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Menu/Matcher/Voter/AdminVoter.php';
  10254.         return $this->privates['sonata.admin.menu.matcher.voter.admin'] = new \Sonata\AdminBundle\Menu\Matcher\Voter\AdminVoter(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  10255.     }
  10256.     /**
  10257.      * Gets the private 'sonata.admin.object.manipulator.acl.admin' shared service.
  10258.      *
  10259.      * @return \Sonata\AdminBundle\Util\AdminObjectAclManipulator
  10260.      */
  10261.     protected function getSonata_Admin_Object_Manipulator_Acl_AdminService()
  10262.     {
  10263.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Util/AdminObjectAclManipulator.php';
  10264.         return $this->privates['sonata.admin.object.manipulator.acl.admin'] = new \Sonata\AdminBundle\Util\AdminObjectAclManipulator(($this->services['.container.private.form.factory'] ?? $this->get_Container_Private_Form_FactoryService()), 'Sonata\\AdminBundle\\Security\\Acl\\Permission\\MaskBuilder');
  10265.     }
  10266.     /**
  10267.      * Gets the private 'sonata.admin.orm.filter.type.boolean' service.
  10268.      *
  10269.      * @return \Sonata\DoctrineORMAdminBundle\Filter\BooleanFilter
  10270.      */
  10271.     protected function getSonata_Admin_Orm_Filter_Type_BooleanService()
  10272.     {
  10273.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Filter/FilterInterface.php';
  10274.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Search/ChainableFilterInterface.php';
  10275.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Filter/Filter.php';
  10276.         include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Filter/GroupableConditionAwareInterface.php';
  10277.         include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Filter/Filter.php';
  10278.         include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Filter/BooleanFilter.php';
  10279.         $this->factories['service_container']['sonata.admin.orm.filter.type.boolean'] = function () {
  10280.             return new \Sonata\DoctrineORMAdminBundle\Filter\BooleanFilter();
  10281.         };
  10282.         return $this->factories['service_container']['sonata.admin.orm.filter.type.boolean']();
  10283.     }
  10284.     /**
  10285.      * Gets the private 'sonata.admin.orm.filter.type.callback' service.
  10286.      *
  10287.      * @return \Sonata\DoctrineORMAdminBundle\Filter\CallbackFilter
  10288.      */
  10289.     protected function getSonata_Admin_Orm_Filter_Type_CallbackService()
  10290.     {
  10291.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Filter/FilterInterface.php';
  10292.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Search/ChainableFilterInterface.php';
  10293.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Filter/Filter.php';
  10294.         include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Filter/GroupableConditionAwareInterface.php';
  10295.         include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Filter/Filter.php';
  10296.         include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Filter/CallbackFilter.php';
  10297.         $this->factories['service_container']['sonata.admin.orm.filter.type.callback'] = function () {
  10298.             return new \Sonata\DoctrineORMAdminBundle\Filter\CallbackFilter();
  10299.         };
  10300.         return $this->factories['service_container']['sonata.admin.orm.filter.type.callback']();
  10301.     }
  10302.     /**
  10303.      * Gets the private 'sonata.admin.orm.filter.type.choice' service.
  10304.      *
  10305.      * @return \Sonata\DoctrineORMAdminBundle\Filter\ChoiceFilter
  10306.      */
  10307.     protected function getSonata_Admin_Orm_Filter_Type_ChoiceService()
  10308.     {
  10309.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Filter/FilterInterface.php';
  10310.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Search/ChainableFilterInterface.php';
  10311.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Filter/Filter.php';
  10312.         include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Filter/GroupableConditionAwareInterface.php';
  10313.         include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Filter/Filter.php';
  10314.         include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Filter/ChoiceFilter.php';
  10315.         $this->factories['service_container']['sonata.admin.orm.filter.type.choice'] = function () {
  10316.             return new \Sonata\DoctrineORMAdminBundle\Filter\ChoiceFilter();
  10317.         };
  10318.         return $this->factories['service_container']['sonata.admin.orm.filter.type.choice']();
  10319.     }
  10320.     /**
  10321.      * Gets the private 'sonata.admin.orm.filter.type.class' service.
  10322.      *
  10323.      * @return \Sonata\DoctrineORMAdminBundle\Filter\ClassFilter
  10324.      */
  10325.     protected function getSonata_Admin_Orm_Filter_Type_ClassService()
  10326.     {
  10327.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Filter/FilterInterface.php';
  10328.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Search/ChainableFilterInterface.php';
  10329.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Filter/Filter.php';
  10330.         include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Filter/GroupableConditionAwareInterface.php';
  10331.         include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Filter/Filter.php';
  10332.         include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Filter/ClassFilter.php';
  10333.         $this->factories['service_container']['sonata.admin.orm.filter.type.class'] = function () {
  10334.             return new \Sonata\DoctrineORMAdminBundle\Filter\ClassFilter();
  10335.         };
  10336.         return $this->factories['service_container']['sonata.admin.orm.filter.type.class']();
  10337.     }
  10338.     /**
  10339.      * Gets the private 'sonata.admin.orm.filter.type.count' service.
  10340.      *
  10341.      * @return \Sonata\DoctrineORMAdminBundle\Filter\CountFilter
  10342.      */
  10343.     protected function getSonata_Admin_Orm_Filter_Type_CountService()
  10344.     {
  10345.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Filter/FilterInterface.php';
  10346.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Search/ChainableFilterInterface.php';
  10347.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Filter/Filter.php';
  10348.         include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Filter/GroupableConditionAwareInterface.php';
  10349.         include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Filter/Filter.php';
  10350.         include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Filter/CountFilter.php';
  10351.         $this->factories['service_container']['sonata.admin.orm.filter.type.count'] = function () {
  10352.             return new \Sonata\DoctrineORMAdminBundle\Filter\CountFilter();
  10353.         };
  10354.         return $this->factories['service_container']['sonata.admin.orm.filter.type.count']();
  10355.     }
  10356.     /**
  10357.      * Gets the private 'sonata.admin.orm.filter.type.date' service.
  10358.      *
  10359.      * @return \Sonata\DoctrineORMAdminBundle\Filter\DateFilter
  10360.      */
  10361.     protected function getSonata_Admin_Orm_Filter_Type_DateService()
  10362.     {
  10363.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Filter/FilterInterface.php';
  10364.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Search/ChainableFilterInterface.php';
  10365.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Filter/Filter.php';
  10366.         include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Filter/GroupableConditionAwareInterface.php';
  10367.         include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Filter/Filter.php';
  10368.         include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Filter/AbstractDateFilter.php';
  10369.         include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Filter/DateFilter.php';
  10370.         $this->factories['service_container']['sonata.admin.orm.filter.type.date'] = function () {
  10371.             return new \Sonata\DoctrineORMAdminBundle\Filter\DateFilter();
  10372.         };
  10373.         return $this->factories['service_container']['sonata.admin.orm.filter.type.date']();
  10374.     }
  10375.     /**
  10376.      * Gets the private 'sonata.admin.orm.filter.type.date_range' service.
  10377.      *
  10378.      * @return \Sonata\DoctrineORMAdminBundle\Filter\DateRangeFilter
  10379.      */
  10380.     protected function getSonata_Admin_Orm_Filter_Type_DateRangeService()
  10381.     {
  10382.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Filter/FilterInterface.php';
  10383.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Search/ChainableFilterInterface.php';
  10384.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Filter/Filter.php';
  10385.         include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Filter/GroupableConditionAwareInterface.php';
  10386.         include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Filter/Filter.php';
  10387.         include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Filter/AbstractDateFilter.php';
  10388.         include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Filter/DateRangeFilter.php';
  10389.         $this->factories['service_container']['sonata.admin.orm.filter.type.date_range'] = function () {
  10390.             return new \Sonata\DoctrineORMAdminBundle\Filter\DateRangeFilter();
  10391.         };
  10392.         return $this->factories['service_container']['sonata.admin.orm.filter.type.date_range']();
  10393.     }
  10394.     /**
  10395.      * Gets the private 'sonata.admin.orm.filter.type.datetime' service.
  10396.      *
  10397.      * @return \Sonata\DoctrineORMAdminBundle\Filter\DateTimeFilter
  10398.      */
  10399.     protected function getSonata_Admin_Orm_Filter_Type_DatetimeService()
  10400.     {
  10401.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Filter/FilterInterface.php';
  10402.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Search/ChainableFilterInterface.php';
  10403.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Filter/Filter.php';
  10404.         include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Filter/GroupableConditionAwareInterface.php';
  10405.         include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Filter/Filter.php';
  10406.         include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Filter/AbstractDateFilter.php';
  10407.         include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Filter/DateTimeFilter.php';
  10408.         $this->factories['service_container']['sonata.admin.orm.filter.type.datetime'] = function () {
  10409.             return new \Sonata\DoctrineORMAdminBundle\Filter\DateTimeFilter();
  10410.         };
  10411.         return $this->factories['service_container']['sonata.admin.orm.filter.type.datetime']();
  10412.     }
  10413.     /**
  10414.      * Gets the private 'sonata.admin.orm.filter.type.datetime_range' service.
  10415.      *
  10416.      * @return \Sonata\DoctrineORMAdminBundle\Filter\DateTimeRangeFilter
  10417.      */
  10418.     protected function getSonata_Admin_Orm_Filter_Type_DatetimeRangeService()
  10419.     {
  10420.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Filter/FilterInterface.php';
  10421.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Search/ChainableFilterInterface.php';
  10422.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Filter/Filter.php';
  10423.         include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Filter/GroupableConditionAwareInterface.php';
  10424.         include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Filter/Filter.php';
  10425.         include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Filter/AbstractDateFilter.php';
  10426.         include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Filter/DateTimeRangeFilter.php';
  10427.         $this->factories['service_container']['sonata.admin.orm.filter.type.datetime_range'] = function () {
  10428.             return new \Sonata\DoctrineORMAdminBundle\Filter\DateTimeRangeFilter();
  10429.         };
  10430.         return $this->factories['service_container']['sonata.admin.orm.filter.type.datetime_range']();
  10431.     }
  10432.     /**
  10433.      * Gets the private 'sonata.admin.orm.filter.type.model' service.
  10434.      *
  10435.      * @return \Sonata\DoctrineORMAdminBundle\Filter\ModelFilter
  10436.      */
  10437.     protected function getSonata_Admin_Orm_Filter_Type_ModelService()
  10438.     {
  10439.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Filter/FilterInterface.php';
  10440.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Search/ChainableFilterInterface.php';
  10441.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Filter/Filter.php';
  10442.         include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Filter/GroupableConditionAwareInterface.php';
  10443.         include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Filter/Filter.php';
  10444.         include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Filter/ModelFilter.php';
  10445.         $this->factories['service_container']['sonata.admin.orm.filter.type.model'] = function () {
  10446.             return new \Sonata\DoctrineORMAdminBundle\Filter\ModelFilter();
  10447.         };
  10448.         return $this->factories['service_container']['sonata.admin.orm.filter.type.model']();
  10449.     }
  10450.     /**
  10451.      * Gets the private 'sonata.admin.orm.filter.type.model_autocomplete' service.
  10452.      *
  10453.      * @return \Sonata\DoctrineORMAdminBundle\Filter\ModelAutocompleteFilter
  10454.      */
  10455.     protected function getSonata_Admin_Orm_Filter_Type_ModelAutocompleteService()
  10456.     {
  10457.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Filter/FilterInterface.php';
  10458.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Search/ChainableFilterInterface.php';
  10459.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Filter/Filter.php';
  10460.         include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Filter/GroupableConditionAwareInterface.php';
  10461.         include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Filter/Filter.php';
  10462.         include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Filter/ModelAutocompleteFilter.php';
  10463.         $this->factories['service_container']['sonata.admin.orm.filter.type.model_autocomplete'] = function () {
  10464.             return new \Sonata\DoctrineORMAdminBundle\Filter\ModelAutocompleteFilter();
  10465.         };
  10466.         return $this->factories['service_container']['sonata.admin.orm.filter.type.model_autocomplete']();
  10467.     }
  10468.     /**
  10469.      * Gets the private 'sonata.admin.orm.filter.type.null' service.
  10470.      *
  10471.      * @return \Sonata\DoctrineORMAdminBundle\Filter\NullFilter
  10472.      */
  10473.     protected function getSonata_Admin_Orm_Filter_Type_NullService()
  10474.     {
  10475.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Filter/FilterInterface.php';
  10476.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Search/ChainableFilterInterface.php';
  10477.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Filter/Filter.php';
  10478.         include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Filter/GroupableConditionAwareInterface.php';
  10479.         include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Filter/Filter.php';
  10480.         include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Filter/NullFilter.php';
  10481.         $this->factories['service_container']['sonata.admin.orm.filter.type.null'] = function () {
  10482.             return new \Sonata\DoctrineORMAdminBundle\Filter\NullFilter();
  10483.         };
  10484.         return $this->factories['service_container']['sonata.admin.orm.filter.type.null']();
  10485.     }
  10486.     /**
  10487.      * Gets the private 'sonata.admin.orm.filter.type.number' service.
  10488.      *
  10489.      * @return \Sonata\DoctrineORMAdminBundle\Filter\NumberFilter
  10490.      */
  10491.     protected function getSonata_Admin_Orm_Filter_Type_NumberService()
  10492.     {
  10493.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Filter/FilterInterface.php';
  10494.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Search/ChainableFilterInterface.php';
  10495.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Filter/Filter.php';
  10496.         include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Filter/GroupableConditionAwareInterface.php';
  10497.         include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Filter/Filter.php';
  10498.         include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Filter/NumberFilter.php';
  10499.         $this->factories['service_container']['sonata.admin.orm.filter.type.number'] = function () {
  10500.             return new \Sonata\DoctrineORMAdminBundle\Filter\NumberFilter();
  10501.         };
  10502.         return $this->factories['service_container']['sonata.admin.orm.filter.type.number']();
  10503.     }
  10504.     /**
  10505.      * Gets the private 'sonata.admin.orm.filter.type.string' service.
  10506.      *
  10507.      * @return \Sonata\DoctrineORMAdminBundle\Filter\StringFilter
  10508.      */
  10509.     protected function getSonata_Admin_Orm_Filter_Type_StringService()
  10510.     {
  10511.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Filter/FilterInterface.php';
  10512.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Search/ChainableFilterInterface.php';
  10513.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Filter/Filter.php';
  10514.         include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Filter/GroupableConditionAwareInterface.php';
  10515.         include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Filter/Filter.php';
  10516.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Search/SearchableFilterInterface.php';
  10517.         include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Filter/StringFilter.php';
  10518.         $this->factories['service_container']['sonata.admin.orm.filter.type.string'] = function () {
  10519.             return new \Sonata\DoctrineORMAdminBundle\Filter\StringFilter();
  10520.         };
  10521.         return $this->factories['service_container']['sonata.admin.orm.filter.type.string']();
  10522.     }
  10523.     /**
  10524.      * Gets the private 'sonata.admin.orm.filter.type.string_list' service.
  10525.      *
  10526.      * @return \Sonata\DoctrineORMAdminBundle\Filter\StringListFilter
  10527.      */
  10528.     protected function getSonata_Admin_Orm_Filter_Type_StringListService()
  10529.     {
  10530.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Filter/FilterInterface.php';
  10531.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Search/ChainableFilterInterface.php';
  10532.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Filter/Filter.php';
  10533.         include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Filter/GroupableConditionAwareInterface.php';
  10534.         include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Filter/Filter.php';
  10535.         include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Filter/StringListFilter.php';
  10536.         $this->factories['service_container']['sonata.admin.orm.filter.type.string_list'] = function () {
  10537.             return new \Sonata\DoctrineORMAdminBundle\Filter\StringListFilter();
  10538.         };
  10539.         return $this->factories['service_container']['sonata.admin.orm.filter.type.string_list']();
  10540.     }
  10541.     /**
  10542.      * Gets the private 'sonata.admin.orm.filter.type.time' service.
  10543.      *
  10544.      * @return \Sonata\DoctrineORMAdminBundle\Filter\TimeFilter
  10545.      */
  10546.     protected function getSonata_Admin_Orm_Filter_Type_TimeService()
  10547.     {
  10548.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Filter/FilterInterface.php';
  10549.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Search/ChainableFilterInterface.php';
  10550.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Filter/Filter.php';
  10551.         include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Filter/GroupableConditionAwareInterface.php';
  10552.         include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Filter/Filter.php';
  10553.         include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Filter/AbstractDateFilter.php';
  10554.         include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Filter/TimeFilter.php';
  10555.         $this->factories['service_container']['sonata.admin.orm.filter.type.time'] = function () {
  10556.             return new \Sonata\DoctrineORMAdminBundle\Filter\TimeFilter();
  10557.         };
  10558.         return $this->factories['service_container']['sonata.admin.orm.filter.type.time']();
  10559.     }
  10560.     /**
  10561.      * Gets the private 'sonata.admin.pool' shared service.
  10562.      *
  10563.      * @return \Sonata\AdminBundle\Admin\Pool
  10564.      */
  10565.     protected function getSonata_Admin_PoolService()
  10566.     {
  10567.         return $this->privates['sonata.admin.pool'] = new \Sonata\AdminBundle\Admin\Pool(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  10568.             'admin.azure_marketplace' => [false'admin.azure_marketplace''getAdmin_AzureMarketplaceService'false],
  10569.             'admin.cheq_contract' => [false'admin.cheq_contract''getAdmin_CheqContractService'false],
  10570.             'admin.config' => [false'admin.config''getAdmin_ConfigService'false],
  10571.             'admin.configGroup' => [false'admin.configGroup''getAdmin_ConfigGroupService'false],
  10572.             'admin.costexplorer' => [false'admin.costexplorer''getAdmin_CostexplorerService'false],
  10573.             'admin.environment' => [false'admin.environment''getAdmin_EnvironmentService'false],
  10574.             'admin.environmentType' => [false'admin.environmentType''getAdmin_EnvironmentTypeService'false],
  10575.             'admin.file' => [false'admin.file''getAdmin_FileService'false],
  10576.             'admin.idp' => [false'admin.idp''getAdmin_IdpService'false],
  10577.             'admin.job' => [false'admin.job''getAdmin_JobService'false],
  10578.             'admin.maintenance' => [false'admin.maintenance''getAdmin_MaintenanceService'false],
  10579.             'admin.massquery' => [false'admin.massquery''getAdmin_MassqueryService'false],
  10580.             'admin.mobileapp' => [false'admin.mobileapp''getAdmin_MobileappService'false],
  10581.             'admin.project' => [false'admin.project''getAdmin_ProjectService'false],
  10582.             'admin.secret' => [false'admin.secret''getAdmin_SecretService'false],
  10583.         ], [
  10584.             'admin.azure_marketplace' => '?',
  10585.             'admin.cheq_contract' => '?',
  10586.             'admin.config' => '?',
  10587.             'admin.configGroup' => '?',
  10588.             'admin.costexplorer' => '?',
  10589.             'admin.environment' => '?',
  10590.             'admin.environmentType' => '?',
  10591.             'admin.file' => '?',
  10592.             'admin.idp' => '?',
  10593.             'admin.job' => '?',
  10594.             'admin.maintenance' => '?',
  10595.             'admin.massquery' => '?',
  10596.             'admin.mobileapp' => '?',
  10597.             'admin.project' => '?',
  10598.             'admin.secret' => '?',
  10599.         ]), [=> 'admin.project'=> 'admin.environment'=> 'admin.job'=> 'admin.configGroup'=> 'admin.config'=> 'admin.environmentType'=> 'admin.idp'=> 'admin.maintenance'=> 'admin.mobileapp'=> 'admin.costexplorer'10 => 'admin.massquery'11 => 'admin.cheq_contract'12 => 'admin.file'13 => 'admin.azure_marketplace'14 => 'admin.secret'], ['Bots' => ['label' => 'Bots''label_catalogue' => 'SonataAdminBundle''icon' => 'fas fa-folder''items' => [=> ['admin' => 'admin.project''label' => 'Projects''route' => '''route_params' => [], 'route_absolute' => false], => ['admin' => 'admin.environment''label' => 'Environments''route' => '''route_params' => [], 'route_absolute' => false], => ['admin' => 'admin.job''label' => 'Jobs''route' => '''route_params' => [], 'route_absolute' => false], => ['admin' => 'admin.secret''label' => 'Secret''route' => '''route_params' => [], 'route_absolute' => false]], 'roles' => [], 'on_top' => false'keep_open' => false], 'Configure' => ['label' => 'Configure''label_catalogue' => 'SonataAdminBundle''icon' => 'fas fa-folder''items' => [=> ['admin' => 'admin.configGroup''label' => 'Config Groups''route' => '''route_params' => [], 'route_absolute' => false], => ['admin' => 'admin.config''label' => 'Configs''route' => '''route_params' => [], 'route_absolute' => false], => ['admin' => 'admin.environmentType''label' => 'Environment Types''route' => '''route_params' => [], 'route_absolute' => false], => ['admin' => 'admin.maintenance''label' => 'Maintenance''route' => '''route_params' => [], 'route_absolute' => false]], 'roles' => [], 'on_top' => false'keep_open' => false], 'Others' => ['label' => 'Others''label_catalogue' => 'SonataAdminBundle''icon' => 'fas fa-folder''items' => [=> ['admin' => 'admin.idp''label' => 'IDP Metadata generator''route' => '''route_params' => [], 'route_absolute' => false], => ['admin' => 'admin.mobileapp''label' => 'MobileApp code upload''route' => '''route_params' => [], 'route_absolute' => false], => ['admin' => 'admin.costexplorer''label' => 'Cost Explorer''route' => '''route_params' => [], 'route_absolute' => false], => ['admin' => 'admin.massquery''label' => 'Mass Query''route' => '''route_params' => [], 'route_absolute' => false], => ['admin' => 'admin.cheq_contract''label' => 'CHEQContracts''route' => '''route_params' => [], 'route_absolute' => false], => ['admin' => 'admin.file''label' => 'File''route' => '''route_params' => [], 'route_absolute' => false], => ['admin' => 'admin.azure_marketplace''label' => 'Azure Marketplace Subs''route' => '''route_params' => [], 'route_absolute' => false]], 'roles' => [], 'on_top' => false'keep_open' => false]], ['App\\Entity\\Project' => [=> 'admin.project'], 'App\\Entity\\Environment' => ['default' => 'admin.environment'], 'App\\Entity\\Job' => [=> 'admin.job'], 'App\\Entity\\ConfigGroup' => [=> 'admin.configGroup'], 'App\\Entity\\Config' => [=> 'admin.config'], 'App\\Entity\\EnvironmentType' => [=> 'admin.environmentType'], 'IDP' => [=> 'admin.idp'], 'Maintenance' => [=> 'admin.maintenance'], 'MobileApp' => [=> 'admin.mobileapp'], 'CostExplorer' => [=> 'admin.costexplorer'], 'MassQuery' => [=> 'admin.massquery'], 'App\\Entity\\CHEQContract' => [=> 'admin.cheq_contract'], 'App\\Entity\\File' => [=> 'admin.file'], 'App\\Entity\\AzureMarketplace' => [=> 'admin.azure_marketplace'], 'App\\Entity\\Secret' => [=> 'admin.secret']]);
  10600.     }
  10601.     /**
  10602.      * Gets the private 'sonata.admin.request.fetcher' shared service.
  10603.      *
  10604.      * @return \Sonata\AdminBundle\Request\AdminFetcher
  10605.      */
  10606.     protected function getSonata_Admin_Request_FetcherService()
  10607.     {
  10608.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Request/AdminFetcherInterface.php';
  10609.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Request/AdminFetcher.php';
  10610.         return $this->privates['sonata.admin.request.fetcher'] = new \Sonata\AdminBundle\Request\AdminFetcher(($this->privates['sonata.admin.pool'] ?? $this->getSonata_Admin_PoolService()));
  10611.     }
  10612.     /**
  10613.      * Gets the private 'sonata.admin.route.cache_warmup' shared service.
  10614.      *
  10615.      * @return \Sonata\AdminBundle\Route\RoutesCacheWarmUp
  10616.      */
  10617.     protected function getSonata_Admin_Route_CacheWarmupService()
  10618.     {
  10619.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  10620.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Route/RoutesCacheWarmUp.php';
  10621.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Route/RoutesCache.php';
  10622.         return $this->privates['sonata.admin.route.cache_warmup'] = new \Sonata\AdminBundle\Route\RoutesCacheWarmUp(($this->privates['sonata.admin.route.cache'] ?? ($this->privates['sonata.admin.route.cache'] = new \Sonata\AdminBundle\Route\RoutesCache(($this->targetDir.''.'/sonata/admin'), true))), ($this->privates['sonata.admin.pool'] ?? $this->getSonata_Admin_PoolService()));
  10623.     }
  10624.     /**
  10625.      * Gets the private 'sonata.admin.route.default_generator' shared service.
  10626.      *
  10627.      * @return \Sonata\AdminBundle\Route\DefaultRouteGenerator
  10628.      */
  10629.     protected function getSonata_Admin_Route_DefaultGeneratorService()
  10630.     {
  10631.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Route/RouteGeneratorInterface.php';
  10632.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Route/DefaultRouteGenerator.php';
  10633.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Route/RoutesCache.php';
  10634.         return $this->privates['sonata.admin.route.default_generator'] = new \Sonata\AdminBundle\Route\DefaultRouteGenerator(($this->services['router'] ?? $this->getRouterService()), ($this->privates['sonata.admin.route.cache'] ?? ($this->privates['sonata.admin.route.cache'] = new \Sonata\AdminBundle\Route\RoutesCache(($this->targetDir.''.'/sonata/admin'), true))));
  10635.     }
  10636.     /**
  10637.      * Gets the private 'sonata.admin.route.path_info' shared service.
  10638.      *
  10639.      * @return \Sonata\AdminBundle\Route\PathInfoBuilder
  10640.      */
  10641.     protected function getSonata_Admin_Route_PathInfoService()
  10642.     {
  10643.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Builder/RouteBuilderInterface.php';
  10644.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Route/PathInfoBuilder.php';
  10645.         return $this->privates['sonata.admin.route.path_info'] = new \Sonata\AdminBundle\Route\PathInfoBuilder(($this->privates['sonata.admin.audit.manager'] ?? $this->getSonata_Admin_Audit_ManagerService()));
  10646.     }
  10647.     /**
  10648.      * Gets the private 'sonata.admin.security.handler.voter' shared autowired service.
  10649.      *
  10650.      * @return \App\Security\Handler\VoterSecurityHandler
  10651.      */
  10652.     protected function getSonata_Admin_Security_Handler_VoterService()
  10653.     {
  10654.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Security/Handler/SecurityHandlerInterface.php';
  10655.         include_once \dirname(__DIR__4).'/src/Security/Handler/VoterSecurityHandler.php';
  10656.         return $this->privates['sonata.admin.security.handler.voter'] = new \App\Security\Handler\VoterSecurityHandler(($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService()));
  10657.     }
  10658.     /**
  10659.      * Gets the private 'sonata.admin.sidebar_menu' shared service.
  10660.      *
  10661.      * @return \Knp\Menu\MenuItem
  10662.      */
  10663.     protected function getSonata_Admin_SidebarMenuService()
  10664.     {
  10665.         include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/ItemInterface.php';
  10666.         include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/MenuItem.php';
  10667.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Menu/MenuBuilder.php';
  10668.         return $this->privates['sonata.admin.sidebar_menu'] = (new \Sonata\AdminBundle\Menu\MenuBuilder(($this->privates['sonata.admin.pool'] ?? $this->getSonata_Admin_PoolService()), ($this->services['knp_menu.factory'] ?? $this->getKnpMenu_FactoryService()), ($this->privates['knp_menu.menu_provider.chain'] ?? $this->getKnpMenu_MenuProvider_ChainService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService())))->createSidebarMenu();
  10669.     }
  10670.     /**
  10671.      * Gets the private 'sonata.admin.twig.breadcrumbs_runtime' shared service.
  10672.      *
  10673.      * @return \Sonata\AdminBundle\Twig\BreadcrumbsRuntime
  10674.      */
  10675.     protected function getSonata_Admin_Twig_BreadcrumbsRuntimeService()
  10676.     {
  10677.         return $this->privates['sonata.admin.twig.breadcrumbs_runtime'] = new \Sonata\AdminBundle\Twig\BreadcrumbsRuntime(($this->privates['sonata.admin.breadcrumbs_builder'] ?? $this->getSonata_Admin_BreadcrumbsBuilderService()));
  10678.     }
  10679.     /**
  10680.      * Gets the private 'sonata.admin.twig.canonicalize_runtime' shared service.
  10681.      *
  10682.      * @return \Sonata\AdminBundle\Twig\CanonicalizeRuntime
  10683.      */
  10684.     protected function getSonata_Admin_Twig_CanonicalizeRuntimeService()
  10685.     {
  10686.         return $this->privates['sonata.admin.twig.canonicalize_runtime'] = new \Sonata\AdminBundle\Twig\CanonicalizeRuntime(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  10687.     }
  10688.     /**
  10689.      * Gets the private 'sonata.admin.twig.group_runtime' shared service.
  10690.      *
  10691.      * @return \Sonata\AdminBundle\Twig\GroupRuntime
  10692.      */
  10693.     protected function getSonata_Admin_Twig_GroupRuntimeService()
  10694.     {
  10695.         return $this->privates['sonata.admin.twig.group_runtime'] = new \Sonata\AdminBundle\Twig\GroupRuntime(($this->privates['sonata.admin.pool'] ?? $this->getSonata_Admin_PoolService()));
  10696.     }
  10697.     /**
  10698.      * Gets the private 'sonata.admin.twig.icon_runtime' shared service.
  10699.      *
  10700.      * @return \Sonata\AdminBundle\Twig\IconRuntime
  10701.      */
  10702.     protected function getSonata_Admin_Twig_IconRuntimeService()
  10703.     {
  10704.         return $this->privates['sonata.admin.twig.icon_runtime'] = new \Sonata\AdminBundle\Twig\IconRuntime();
  10705.     }
  10706.     /**
  10707.      * Gets the private 'sonata.admin.twig.render_element_runtime' shared service.
  10708.      *
  10709.      * @return \Sonata\AdminBundle\Twig\RenderElementRuntime
  10710.      */
  10711.     protected function getSonata_Admin_Twig_RenderElementRuntimeService()
  10712.     {
  10713.         return $this->privates['sonata.admin.twig.render_element_runtime'] = new \Sonata\AdminBundle\Twig\RenderElementRuntime(($this->privates['property_accessor'] ?? $this->getPropertyAccessorService()));
  10714.     }
  10715.     /**
  10716.      * Gets the private 'sonata.admin.twig.security_runtime' shared service.
  10717.      *
  10718.      * @return \Sonata\AdminBundle\Twig\SecurityRuntime
  10719.      */
  10720.     protected function getSonata_Admin_Twig_SecurityRuntimeService()
  10721.     {
  10722.         return $this->privates['sonata.admin.twig.security_runtime'] = new \Sonata\AdminBundle\Twig\SecurityRuntime(($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService()));
  10723.     }
  10724.     /**
  10725.      * Gets the private 'sonata.admin.twig.sonata_admin_runtime' shared service.
  10726.      *
  10727.      * @return \Sonata\AdminBundle\Twig\SonataAdminRuntime
  10728.      */
  10729.     protected function getSonata_Admin_Twig_SonataAdminRuntimeService()
  10730.     {
  10731.         return $this->privates['sonata.admin.twig.sonata_admin_runtime'] = new \Sonata\AdminBundle\Twig\SonataAdminRuntime(($this->privates['sonata.admin.pool'] ?? $this->getSonata_Admin_PoolService()));
  10732.     }
  10733.     /**
  10734.      * Gets the private 'sonata.admin.twig.template_registry_runtime' shared service.
  10735.      *
  10736.      * @return \Sonata\AdminBundle\Twig\TemplateRegistryRuntime
  10737.      */
  10738.     protected function getSonata_Admin_Twig_TemplateRegistryRuntimeService()
  10739.     {
  10740.         return $this->privates['sonata.admin.twig.template_registry_runtime'] = new \Sonata\AdminBundle\Twig\TemplateRegistryRuntime(($this->privates['sonata.admin.global_template_registry'] ?? $this->getSonata_Admin_GlobalTemplateRegistryService()), ($this->privates['sonata.admin.pool'] ?? $this->getSonata_Admin_PoolService()));
  10741.     }
  10742.     /**
  10743.      * Gets the private 'sonata.admin.twig.xeditable_runtime' shared service.
  10744.      *
  10745.      * @return \Sonata\AdminBundle\Twig\XEditableRuntime
  10746.      */
  10747.     protected function getSonata_Admin_Twig_XeditableRuntimeService()
  10748.     {
  10749.         return $this->privates['sonata.admin.twig.xeditable_runtime'] = new \Sonata\AdminBundle\Twig\XEditableRuntime(($this->services['translator'] ?? $this->getTranslatorService()), $this->parameters['sonata.admin.twig.extension.x_editable_type_mapping']);
  10750.     }
  10751.     /**
  10752.      * Gets the private 'sonata.block.form.type.block' shared service.
  10753.      *
  10754.      * @return \Sonata\BlockBundle\Form\Type\ServiceListType
  10755.      */
  10756.     protected function getSonata_Block_Form_Type_BlockService()
  10757.     {
  10758.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  10759.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  10760.         include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Form/Type/ServiceListType.php';
  10761.         return $this->privates['sonata.block.form.type.block'] = new \Sonata\BlockBundle\Form\Type\ServiceListType(($this->services['sonata.block.manager'] ?? $this->getSonata_Block_ManagerService()));
  10762.     }
  10763.     /**
  10764.      * Gets the private 'sonata.block.form.type.container_template' shared service.
  10765.      *
  10766.      * @return \Sonata\BlockBundle\Form\Type\ContainerTemplateType
  10767.      */
  10768.     protected function getSonata_Block_Form_Type_ContainerTemplateService()
  10769.     {
  10770.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  10771.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  10772.         include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Form/Type/ContainerTemplateType.php';
  10773.         return $this->privates['sonata.block.form.type.container_template'] = new \Sonata\BlockBundle\Form\Type\ContainerTemplateType(['SonataBlockBundle default template' => '@SonataBlock/Block/block_container.html.twig']);
  10774.     }
  10775.     /**
  10776.      * Gets the private 'sonata.block.templating.helper' shared service.
  10777.      *
  10778.      * @return \Sonata\BlockBundle\Templating\Helper\BlockHelper
  10779.      */
  10780.     protected function getSonata_Block_Templating_HelperService()
  10781.     {
  10782.         return $this->privates['sonata.block.templating.helper'] = new \Sonata\BlockBundle\Templating\Helper\BlockHelper(($this->services['sonata.block.manager'] ?? $this->getSonata_Block_ManagerService()), $this->parameters['sonata_block.cache_blocks'], ($this->services['sonata.block.renderer.default'] ?? $this->getSonata_Block_Renderer_DefaultService()), ($this->services['sonata.block.context_manager.default'] ?? $this->getSonata_Block_ContextManager_DefaultService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), NULL, ($this->privates['sonata.block.cache.handler.default'] ?? ($this->privates['sonata.block.cache.handler.default'] = new \Sonata\BlockBundle\Cache\HttpCacheHandler())), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  10783.     }
  10784.     /**
  10785.      * Gets the private 'sonata.doctrine.mapper' shared service.
  10786.      *
  10787.      * @return \Sonata\Doctrine\Mapper\ORM\DoctrineORMMapper
  10788.      */
  10789.     protected function getSonata_Doctrine_MapperService()
  10790.     {
  10791.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/lib/Doctrine/Common/EventSubscriber.php';
  10792.         include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-extensions/src/Mapper/ORM/DoctrineORMMapper.php';
  10793.         return $this->privates['sonata.doctrine.mapper'] = new \Sonata\Doctrine\Mapper\ORM\DoctrineORMMapper();
  10794.     }
  10795.     /**
  10796.      * Gets the private 'sonata.form.type.array' shared service.
  10797.      *
  10798.      * @return \Sonata\Form\Type\ImmutableArrayType
  10799.      */
  10800.     protected function getSonata_Form_Type_ArrayService()
  10801.     {
  10802.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  10803.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  10804.         include_once \dirname(__DIR__4).'/vendor/sonata-project/form-extensions/src/Type/ImmutableArrayType.php';
  10805.         return $this->privates['sonata.form.type.array'] = new \Sonata\Form\Type\ImmutableArrayType();
  10806.     }
  10807.     /**
  10808.      * Gets the private 'sonata.form.type.boolean' shared service.
  10809.      *
  10810.      * @return \Sonata\Form\Type\BooleanType
  10811.      */
  10812.     protected function getSonata_Form_Type_BooleanService()
  10813.     {
  10814.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  10815.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  10816.         include_once \dirname(__DIR__4).'/vendor/sonata-project/form-extensions/src/Type/BooleanType.php';
  10817.         return $this->privates['sonata.form.type.boolean'] = new \Sonata\Form\Type\BooleanType();
  10818.     }
  10819.     /**
  10820.      * Gets the private 'sonata.form.type.collection' shared service.
  10821.      *
  10822.      * @return \Sonata\Form\Type\CollectionType
  10823.      */
  10824.     protected function getSonata_Form_Type_CollectionService()
  10825.     {
  10826.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  10827.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  10828.         include_once \dirname(__DIR__4).'/vendor/sonata-project/form-extensions/src/Type/CollectionType.php';
  10829.         return $this->privates['sonata.form.type.collection'] = new \Sonata\Form\Type\CollectionType();
  10830.     }
  10831.     /**
  10832.      * Gets the private 'sonata.form.type.date_picker' shared service.
  10833.      *
  10834.      * @return \Sonata\Form\Type\DatePickerType
  10835.      */
  10836.     protected function getSonata_Form_Type_DatePickerService()
  10837.     {
  10838.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  10839.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  10840.         include_once \dirname(__DIR__4).'/vendor/sonata-project/form-extensions/src/Type/BasePickerType.php';
  10841.         include_once \dirname(__DIR__4).'/vendor/sonata-project/form-extensions/src/Type/DatePickerType.php';
  10842.         include_once \dirname(__DIR__4).'/vendor/sonata-project/form-extensions/src/Date/MomentFormatConverter.php';
  10843.         return $this->privates['sonata.form.type.date_picker'] = new \Sonata\Form\Type\DatePickerType(($this->privates['sonata.form.date.moment_format_converter'] ?? ($this->privates['sonata.form.date.moment_format_converter'] = new \Sonata\Form\Date\MomentFormatConverter())), ($this->services['translator'] ?? $this->getTranslatorService()), 'hu');
  10844.     }
  10845.     /**
  10846.      * Gets the private 'sonata.form.type.date_range' shared service.
  10847.      *
  10848.      * @return \Sonata\Form\Type\DateRangeType
  10849.      */
  10850.     protected function getSonata_Form_Type_DateRangeService()
  10851.     {
  10852.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  10853.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  10854.         include_once \dirname(__DIR__4).'/vendor/sonata-project/form-extensions/src/Type/DateRangeType.php';
  10855.         return $this->privates['sonata.form.type.date_range'] = new \Sonata\Form\Type\DateRangeType(($this->services['translator'] ?? $this->getTranslatorService()));
  10856.     }
  10857.     /**
  10858.      * Gets the private 'sonata.form.type.date_range_picker' shared service.
  10859.      *
  10860.      * @return \Sonata\Form\Type\DateRangePickerType
  10861.      */
  10862.     protected function getSonata_Form_Type_DateRangePickerService()
  10863.     {
  10864.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  10865.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  10866.         include_once \dirname(__DIR__4).'/vendor/sonata-project/form-extensions/src/Type/DateRangeType.php';
  10867.         include_once \dirname(__DIR__4).'/vendor/sonata-project/form-extensions/src/Type/DateRangePickerType.php';
  10868.         return $this->privates['sonata.form.type.date_range_picker'] = new \Sonata\Form\Type\DateRangePickerType(($this->services['translator'] ?? $this->getTranslatorService()));
  10869.     }
  10870.     /**
  10871.      * Gets the private 'sonata.form.type.datetime_picker' shared service.
  10872.      *
  10873.      * @return \Sonata\Form\Type\DateTimePickerType
  10874.      */
  10875.     protected function getSonata_Form_Type_DatetimePickerService()
  10876.     {
  10877.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  10878.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  10879.         include_once \dirname(__DIR__4).'/vendor/sonata-project/form-extensions/src/Type/BasePickerType.php';
  10880.         include_once \dirname(__DIR__4).'/vendor/sonata-project/form-extensions/src/Type/DateTimePickerType.php';
  10881.         include_once \dirname(__DIR__4).'/vendor/sonata-project/form-extensions/src/Date/MomentFormatConverter.php';
  10882.         return $this->privates['sonata.form.type.datetime_picker'] = new \Sonata\Form\Type\DateTimePickerType(($this->privates['sonata.form.date.moment_format_converter'] ?? ($this->privates['sonata.form.date.moment_format_converter'] = new \Sonata\Form\Date\MomentFormatConverter())), ($this->services['translator'] ?? $this->getTranslatorService()), 'hu');
  10883.     }
  10884.     /**
  10885.      * Gets the private 'sonata.form.type.datetime_range' shared service.
  10886.      *
  10887.      * @return \Sonata\Form\Type\DateTimeRangeType
  10888.      */
  10889.     protected function getSonata_Form_Type_DatetimeRangeService()
  10890.     {
  10891.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  10892.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  10893.         include_once \dirname(__DIR__4).'/vendor/sonata-project/form-extensions/src/Type/DateTimeRangeType.php';
  10894.         return $this->privates['sonata.form.type.datetime_range'] = new \Sonata\Form\Type\DateTimeRangeType(($this->services['translator'] ?? $this->getTranslatorService()));
  10895.     }
  10896.     /**
  10897.      * Gets the private 'sonata.form.type.datetime_range_picker' shared service.
  10898.      *
  10899.      * @return \Sonata\Form\Type\DateTimeRangePickerType
  10900.      */
  10901.     protected function getSonata_Form_Type_DatetimeRangePickerService()
  10902.     {
  10903.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  10904.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  10905.         include_once \dirname(__DIR__4).'/vendor/sonata-project/form-extensions/src/Type/DateTimeRangeType.php';
  10906.         include_once \dirname(__DIR__4).'/vendor/sonata-project/form-extensions/src/Type/DateTimeRangePickerType.php';
  10907.         return $this->privates['sonata.form.type.datetime_range_picker'] = new \Sonata\Form\Type\DateTimeRangePickerType(($this->services['translator'] ?? $this->getTranslatorService()));
  10908.     }
  10909.     /**
  10910.      * Gets the private 'sonata.form.type.equal' shared service.
  10911.      *
  10912.      * @return \Sonata\Form\Type\EqualType
  10913.      *
  10914.      * @deprecated Since sonata-project/form-extensions 1.2: The "sonata.form.type.equal" service is deprecated since sonata-project/form-extensions 1.2 and will be removed in 2.0. Use Sonata\AdminBundle\Form\Type\Operator\EqualOperatorType instead
  10915.      */
  10916.     protected function getSonata_Form_Type_EqualService()
  10917.     {
  10918.         trigger_deprecation('sonata-project/form-extensions''1.2''The "sonata.form.type.equal" service is deprecated since sonata-project/form-extensions 1.2 and will be removed in 2.0. Use Sonata\\AdminBundle\\Form\\Type\\Operator\\EqualOperatorType instead');
  10919.         return $this->privates['sonata.form.type.equal'] = new \Sonata\Form\Type\EqualType(($this->services['translator'] ?? $this->getTranslatorService()));
  10920.     }
  10921.     /**
  10922.      * Gets the private 'sonata.form.validator.inline' shared service.
  10923.      *
  10924.      * @return \Sonata\Form\Validator\InlineValidator
  10925.      */
  10926.     protected function getSonata_Form_Validator_InlineService()
  10927.     {
  10928.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  10929.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  10930.         include_once \dirname(__DIR__4).'/vendor/sonata-project/form-extensions/src/Validator/InlineValidator.php';
  10931.         return $this->privates['sonata.form.validator.inline'] = new \Sonata\Form\Validator\InlineValidator($this, ($this->privates['validator.validator_factory'] ?? $this->getValidator_ValidatorFactoryService()));
  10932.     }
  10933.     /**
  10934.      * Gets the private 'sonata.twig.flashmessage.twig.runtime' shared service.
  10935.      *
  10936.      * @return \Sonata\Twig\Extension\FlashMessageRuntime
  10937.      */
  10938.     protected function getSonata_Twig_Flashmessage_Twig_RuntimeService()
  10939.     {
  10940.         include_once \dirname(__DIR__4).'/vendor/sonata-project/twig-extensions/src/Extension/FlashMessageRuntime.php';
  10941.         return $this->privates['sonata.twig.flashmessage.twig.runtime'] = new \Sonata\Twig\Extension\FlashMessageRuntime(($this->services['sonata.twig.flashmessage.manager'] ?? $this->getSonata_Twig_Flashmessage_ManagerService()));
  10942.     }
  10943.     /**
  10944.      * Gets the private 'sonata.twig.status_runtime' shared service.
  10945.      *
  10946.      * @return \Sonata\Twig\Extension\StatusRuntime
  10947.      */
  10948.     protected function getSonata_Twig_StatusRuntimeService()
  10949.     {
  10950.         include_once \dirname(__DIR__4).'/vendor/sonata-project/twig-extensions/src/Extension/StatusRuntime.php';
  10951.         $this->privates['sonata.twig.status_runtime'] = $instance = new \Sonata\Twig\Extension\StatusRuntime();
  10952.         $instance->addStatusService(($this->services['sonata.twig.flashmessage.manager'] ?? $this->getSonata_Twig_Flashmessage_ManagerService()));
  10953.         return $instance;
  10954.     }
  10955.     /**
  10956.      * Gets the private 'translation.extractor' shared service.
  10957.      *
  10958.      * @return \Symfony\Component\Translation\Extractor\ChainExtractor
  10959.      */
  10960.     protected function getTranslation_ExtractorService()
  10961.     {
  10962.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Extractor/ExtractorInterface.php';
  10963.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Extractor/ChainExtractor.php';
  10964.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Extractor/AbstractFileExtractor.php';
  10965.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Extractor/PhpExtractor.php';
  10966.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Translation/TwigExtractor.php';
  10967.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Translator/LabelTranslatorStrategyInterface.php';
  10968.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Translator/Extractor/AdminExtractor.php';
  10969.         $this->privates['translation.extractor'] = $instance = new \Symfony\Component\Translation\Extractor\ChainExtractor();
  10970.         $instance->addExtractor('php', new \Symfony\Component\Translation\Extractor\PhpExtractor());
  10971.         $instance->addExtractor('twig', new \Symfony\Bridge\Twig\Translation\TwigExtractor(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService())));
  10972.         $instance->addExtractor('sonata_admin', new \Sonata\AdminBundle\Translator\Extractor\AdminExtractor(($this->privates['sonata.admin.pool'] ?? $this->getSonata_Admin_PoolService()), ($this->privates['sonata.admin.breadcrumbs_builder'] ?? $this->getSonata_Admin_BreadcrumbsBuilderService())));
  10973.         return $instance;
  10974.     }
  10975.     /**
  10976.      * Gets the private 'translation.loader.csv' shared service.
  10977.      *
  10978.      * @return \Symfony\Component\Translation\Loader\CsvFileLoader
  10979.      */
  10980.     protected function getTranslation_Loader_CsvService()
  10981.     {
  10982.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  10983.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  10984.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  10985.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/CsvFileLoader.php';
  10986.         return $this->privates['translation.loader.csv'] = new \Symfony\Component\Translation\Loader\CsvFileLoader();
  10987.     }
  10988.     /**
  10989.      * Gets the private 'translation.loader.dat' shared service.
  10990.      *
  10991.      * @return \Symfony\Component\Translation\Loader\IcuDatFileLoader
  10992.      */
  10993.     protected function getTranslation_Loader_DatService()
  10994.     {
  10995.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  10996.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IcuResFileLoader.php';
  10997.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IcuDatFileLoader.php';
  10998.         return $this->privates['translation.loader.dat'] = new \Symfony\Component\Translation\Loader\IcuDatFileLoader();
  10999.     }
  11000.     /**
  11001.      * Gets the private 'translation.loader.ini' shared service.
  11002.      *
  11003.      * @return \Symfony\Component\Translation\Loader\IniFileLoader
  11004.      */
  11005.     protected function getTranslation_Loader_IniService()
  11006.     {
  11007.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  11008.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  11009.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  11010.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IniFileLoader.php';
  11011.         return $this->privates['translation.loader.ini'] = new \Symfony\Component\Translation\Loader\IniFileLoader();
  11012.     }
  11013.     /**
  11014.      * Gets the private 'translation.loader.json' shared service.
  11015.      *
  11016.      * @return \Symfony\Component\Translation\Loader\JsonFileLoader
  11017.      */
  11018.     protected function getTranslation_Loader_JsonService()
  11019.     {
  11020.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  11021.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  11022.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  11023.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/JsonFileLoader.php';
  11024.         return $this->privates['translation.loader.json'] = new \Symfony\Component\Translation\Loader\JsonFileLoader();
  11025.     }
  11026.     /**
  11027.      * Gets the private 'translation.loader.mo' shared service.
  11028.      *
  11029.      * @return \Symfony\Component\Translation\Loader\MoFileLoader
  11030.      */
  11031.     protected function getTranslation_Loader_MoService()
  11032.     {
  11033.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  11034.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  11035.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  11036.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/MoFileLoader.php';
  11037.         return $this->privates['translation.loader.mo'] = new \Symfony\Component\Translation\Loader\MoFileLoader();
  11038.     }
  11039.     /**
  11040.      * Gets the private 'translation.loader.php' shared service.
  11041.      *
  11042.      * @return \Symfony\Component\Translation\Loader\PhpFileLoader
  11043.      */
  11044.     protected function getTranslation_Loader_PhpService()
  11045.     {
  11046.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  11047.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  11048.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  11049.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/PhpFileLoader.php';
  11050.         return $this->privates['translation.loader.php'] = new \Symfony\Component\Translation\Loader\PhpFileLoader();
  11051.     }
  11052.     /**
  11053.      * Gets the private 'translation.loader.po' shared service.
  11054.      *
  11055.      * @return \Symfony\Component\Translation\Loader\PoFileLoader
  11056.      */
  11057.     protected function getTranslation_Loader_PoService()
  11058.     {
  11059.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  11060.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  11061.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  11062.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/PoFileLoader.php';
  11063.         return $this->privates['translation.loader.po'] = new \Symfony\Component\Translation\Loader\PoFileLoader();
  11064.     }
  11065.     /**
  11066.      * Gets the private 'translation.loader.qt' shared service.
  11067.      *
  11068.      * @return \Symfony\Component\Translation\Loader\QtFileLoader
  11069.      */
  11070.     protected function getTranslation_Loader_QtService()
  11071.     {
  11072.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  11073.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/QtFileLoader.php';
  11074.         return $this->privates['translation.loader.qt'] = new \Symfony\Component\Translation\Loader\QtFileLoader();
  11075.     }
  11076.     /**
  11077.      * Gets the private 'translation.loader.res' shared service.
  11078.      *
  11079.      * @return \Symfony\Component\Translation\Loader\IcuResFileLoader
  11080.      */
  11081.     protected function getTranslation_Loader_ResService()
  11082.     {
  11083.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  11084.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IcuResFileLoader.php';
  11085.         return $this->privates['translation.loader.res'] = new \Symfony\Component\Translation\Loader\IcuResFileLoader();
  11086.     }
  11087.     /**
  11088.      * Gets the private 'translation.loader.xliff' shared service.
  11089.      *
  11090.      * @return \Symfony\Component\Translation\Loader\XliffFileLoader
  11091.      */
  11092.     protected function getTranslation_Loader_XliffService()
  11093.     {
  11094.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  11095.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/XliffFileLoader.php';
  11096.         return $this->privates['translation.loader.xliff'] = new \Symfony\Component\Translation\Loader\XliffFileLoader();
  11097.     }
  11098.     /**
  11099.      * Gets the private 'translation.loader.yml' shared service.
  11100.      *
  11101.      * @return \Symfony\Component\Translation\Loader\YamlFileLoader
  11102.      */
  11103.     protected function getTranslation_Loader_YmlService()
  11104.     {
  11105.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  11106.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  11107.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  11108.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/YamlFileLoader.php';
  11109.         return $this->privates['translation.loader.yml'] = new \Symfony\Component\Translation\Loader\YamlFileLoader();
  11110.     }
  11111.     /**
  11112.      * Gets the private 'translation.provider_collection' shared service.
  11113.      *
  11114.      * @return \Symfony\Component\Translation\Provider\TranslationProviderCollection
  11115.      */
  11116.     protected function getTranslation_ProviderCollectionService()
  11117.     {
  11118.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Provider/TranslationProviderCollection.php';
  11119.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Provider/TranslationProviderCollectionFactory.php';
  11120.         return $this->privates['translation.provider_collection'] = (new \Symfony\Component\Translation\Provider\TranslationProviderCollectionFactory(new RewindableGenerator(function () {
  11121.             yield => (new \Symfony\Component\Translation\Provider\NullProviderFactory());
  11122.         }, 1), []))->fromConfig([]);
  11123.     }
  11124.     /**
  11125.      * Gets the private 'translation.reader' shared service.
  11126.      *
  11127.      * @return \Symfony\Component\Translation\Reader\TranslationReader
  11128.      */
  11129.     protected function getTranslation_ReaderService()
  11130.     {
  11131.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Reader/TranslationReaderInterface.php';
  11132.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Reader/TranslationReader.php';
  11133.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  11134.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  11135.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  11136.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/PhpFileLoader.php';
  11137.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/YamlFileLoader.php';
  11138.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/XliffFileLoader.php';
  11139.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/PoFileLoader.php';
  11140.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/MoFileLoader.php';
  11141.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/QtFileLoader.php';
  11142.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/CsvFileLoader.php';
  11143.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IcuResFileLoader.php';
  11144.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IcuDatFileLoader.php';
  11145.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IniFileLoader.php';
  11146.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/JsonFileLoader.php';
  11147.         $this->privates['translation.reader'] = $instance = new \Symfony\Component\Translation\Reader\TranslationReader();
  11148.         $a = ($this->privates['translation.loader.yml'] ?? ($this->privates['translation.loader.yml'] = new \Symfony\Component\Translation\Loader\YamlFileLoader()));
  11149.         $b = ($this->privates['translation.loader.xliff'] ?? ($this->privates['translation.loader.xliff'] = new \Symfony\Component\Translation\Loader\XliffFileLoader()));
  11150.         $instance->addLoader('php', ($this->privates['translation.loader.php'] ?? ($this->privates['translation.loader.php'] = new \Symfony\Component\Translation\Loader\PhpFileLoader())));
  11151.         $instance->addLoader('yaml'$a);
  11152.         $instance->addLoader('yml'$a);
  11153.         $instance->addLoader('xlf'$b);
  11154.         $instance->addLoader('xliff'$b);
  11155.         $instance->addLoader('po', ($this->privates['translation.loader.po'] ?? ($this->privates['translation.loader.po'] = new \Symfony\Component\Translation\Loader\PoFileLoader())));
  11156.         $instance->addLoader('mo', ($this->privates['translation.loader.mo'] ?? ($this->privates['translation.loader.mo'] = new \Symfony\Component\Translation\Loader\MoFileLoader())));
  11157.         $instance->addLoader('ts', ($this->privates['translation.loader.qt'] ?? ($this->privates['translation.loader.qt'] = new \Symfony\Component\Translation\Loader\QtFileLoader())));
  11158.         $instance->addLoader('csv', ($this->privates['translation.loader.csv'] ?? ($this->privates['translation.loader.csv'] = new \Symfony\Component\Translation\Loader\CsvFileLoader())));
  11159.         $instance->addLoader('res', ($this->privates['translation.loader.res'] ?? ($this->privates['translation.loader.res'] = new \Symfony\Component\Translation\Loader\IcuResFileLoader())));
  11160.         $instance->addLoader('dat', ($this->privates['translation.loader.dat'] ?? ($this->privates['translation.loader.dat'] = new \Symfony\Component\Translation\Loader\IcuDatFileLoader())));
  11161.         $instance->addLoader('ini', ($this->privates['translation.loader.ini'] ?? ($this->privates['translation.loader.ini'] = new \Symfony\Component\Translation\Loader\IniFileLoader())));
  11162.         $instance->addLoader('json', ($this->privates['translation.loader.json'] ?? ($this->privates['translation.loader.json'] = new \Symfony\Component\Translation\Loader\JsonFileLoader())));
  11163.         return $instance;
  11164.     }
  11165.     /**
  11166.      * Gets the private 'translation.warmer' shared service.
  11167.      *
  11168.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\TranslationsCacheWarmer
  11169.      */
  11170.     protected function getTranslation_WarmerService()
  11171.     {
  11172.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  11173.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/TranslationsCacheWarmer.php';
  11174.         return $this->privates['translation.warmer'] = new \Symfony\Bundle\FrameworkBundle\CacheWarmer\TranslationsCacheWarmer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  11175.             'translator' => ['services''translator''getTranslatorService'false],
  11176.         ], [
  11177.             'translator' => '?',
  11178.         ]))->withContext('translation.warmer'$this));
  11179.     }
  11180.     /**
  11181.      * Gets the private 'translation.writer' shared service.
  11182.      *
  11183.      * @return \Symfony\Component\Translation\Writer\TranslationWriter
  11184.      */
  11185.     protected function getTranslation_WriterService()
  11186.     {
  11187.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Writer/TranslationWriterInterface.php';
  11188.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Writer/TranslationWriter.php';
  11189.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/DumperInterface.php';
  11190.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/FileDumper.php';
  11191.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/PhpFileDumper.php';
  11192.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/XliffFileDumper.php';
  11193.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/PoFileDumper.php';
  11194.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/MoFileDumper.php';
  11195.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/YamlFileDumper.php';
  11196.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/QtFileDumper.php';
  11197.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/CsvFileDumper.php';
  11198.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/IniFileDumper.php';
  11199.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/JsonFileDumper.php';
  11200.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/IcuResFileDumper.php';
  11201.         $this->privates['translation.writer'] = $instance = new \Symfony\Component\Translation\Writer\TranslationWriter();
  11202.         $instance->addDumper('php', new \Symfony\Component\Translation\Dumper\PhpFileDumper());
  11203.         $instance->addDumper('xlf', new \Symfony\Component\Translation\Dumper\XliffFileDumper());
  11204.         $instance->addDumper('po', new \Symfony\Component\Translation\Dumper\PoFileDumper());
  11205.         $instance->addDumper('mo', new \Symfony\Component\Translation\Dumper\MoFileDumper());
  11206.         $instance->addDumper('yml', new \Symfony\Component\Translation\Dumper\YamlFileDumper());
  11207.         $instance->addDumper('yaml', new \Symfony\Component\Translation\Dumper\YamlFileDumper('yaml'));
  11208.         $instance->addDumper('ts', new \Symfony\Component\Translation\Dumper\QtFileDumper());
  11209.         $instance->addDumper('csv', new \Symfony\Component\Translation\Dumper\CsvFileDumper());
  11210.         $instance->addDumper('ini', new \Symfony\Component\Translation\Dumper\IniFileDumper());
  11211.         $instance->addDumper('json', new \Symfony\Component\Translation\Dumper\JsonFileDumper());
  11212.         $instance->addDumper('res', new \Symfony\Component\Translation\Dumper\IcuResFileDumper());
  11213.         return $instance;
  11214.     }
  11215.     /**
  11216.      * Gets the private 'translator.default' shared service.
  11217.      *
  11218.      * @return \Symfony\Bundle\FrameworkBundle\Translation\Translator
  11219.      */
  11220.     protected function getTranslator_DefaultService()
  11221.     {
  11222.         $this->privates['translator.default'] = $instance = new \Symfony\Bundle\FrameworkBundle\Translation\Translator(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  11223.             'translation.loader.csv' => ['privates''translation.loader.csv''getTranslation_Loader_CsvService'false],
  11224.             'translation.loader.dat' => ['privates''translation.loader.dat''getTranslation_Loader_DatService'false],
  11225.             'translation.loader.ini' => ['privates''translation.loader.ini''getTranslation_Loader_IniService'false],
  11226.             'translation.loader.json' => ['privates''translation.loader.json''getTranslation_Loader_JsonService'false],
  11227.             'translation.loader.mo' => ['privates''translation.loader.mo''getTranslation_Loader_MoService'false],
  11228.             'translation.loader.php' => ['privates''translation.loader.php''getTranslation_Loader_PhpService'false],
  11229.             'translation.loader.po' => ['privates''translation.loader.po''getTranslation_Loader_PoService'false],
  11230.             'translation.loader.qt' => ['privates''translation.loader.qt''getTranslation_Loader_QtService'false],
  11231.             'translation.loader.res' => ['privates''translation.loader.res''getTranslation_Loader_ResService'false],
  11232.             'translation.loader.xliff' => ['privates''translation.loader.xliff''getTranslation_Loader_XliffService'false],
  11233.             'translation.loader.yml' => ['privates''translation.loader.yml''getTranslation_Loader_YmlService'false],
  11234.         ], [
  11235.             'translation.loader.csv' => '?',
  11236.             'translation.loader.dat' => '?',
  11237.             'translation.loader.ini' => '?',
  11238.             'translation.loader.json' => '?',
  11239.             'translation.loader.mo' => '?',
  11240.             'translation.loader.php' => '?',
  11241.             'translation.loader.po' => '?',
  11242.             'translation.loader.qt' => '?',
  11243.             'translation.loader.res' => '?',
  11244.             'translation.loader.xliff' => '?',
  11245.             'translation.loader.yml' => '?',
  11246.         ]), new \Symfony\Component\Translation\Formatter\MessageFormatter(new \Symfony\Component\Translation\IdentityTranslator()), 'hu', ['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'), => (\dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Resources/translations/SonataAdminBundle.ar.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/form-extensions/src/Bridge/Symfony/Resources/translations/SonataFormBundle.ar.xliff')], 'az' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.az.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.az.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.az.xlf')], 'be' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.be.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.be.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.be.xlf')], 'bg' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.bg.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.bg.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.bg.xlf'), => (\dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Resources/translations/SonataAdminBundle.bg.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/form-extensions/src/Bridge/Symfony/Resources/translations/SonataFormBundle.bg.xliff')], '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'), => (\dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Resources/translations/SonataAdminBundle.bs.xliff')], 'ca' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.ca.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.ca.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.ca.xlf'), => (\dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Resources/translations/SonataAdminBundle.ca.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/form-extensions/src/Bridge/Symfony/Resources/translations/SonataFormBundle.ca.xliff')], 'cs' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.cs.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.cs.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.cs.xlf'), => (\dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Resources/translations/SonataAdminBundle.cs.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/form-extensions/src/Bridge/Symfony/Resources/translations/SonataFormBundle.cs.xliff')], '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'), => (\dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Resources/translations/SonataBlockBundle.de.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Resources/translations/validators.de.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Resources/translations/SonataAdminBundle.de.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/form-extensions/src/Bridge/Symfony/Resources/translations/SonataFormBundle.de.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/twig-extensions/src/Bridge/Symfony/Resources/translations/SonataTwigBundle.de.xliff'), => (\dirname(__DIR__4).'/vendor/hwi/oauth-bundle/Resources/translations/HWIOAuthBundle.de.yml')], 'el' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.el.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.el.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.el.xlf')], 'en' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.en.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.en.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.en.xlf'), => (\dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Resources/translations/SonataBlockBundle.en.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Resources/translations/validators.en.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Resources/translations/SonataAdminBundle.en.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/form-extensions/src/Bridge/Symfony/Resources/translations/SonataFormBundle.en.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/twig-extensions/src/Bridge/Symfony/Resources/translations/SonataTwigBundle.en.xliff'), => (\dirname(__DIR__4).'/vendor/hwi/oauth-bundle/Resources/translations/HWIOAuthBundle.en.yml'), => (\dirname(__DIR__4).'/translations/messages+intl-icu.en.yaml'), 10 => (\dirname(__DIR__4).'/translations/validators.en.yaml')], 'es' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.es.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.es.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.es.xlf'), => (\dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Resources/translations/SonataAdminBundle.es.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/form-extensions/src/Bridge/Symfony/Resources/translations/SonataFormBundle.es.xliff'), => (\dirname(__DIR__4).'/vendor/hwi/oauth-bundle/Resources/translations/HWIOAuthBundle.es.yml')], 'et' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.et.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.et.xlf'), => (\dirname(__DIR__4).'/vendor/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'), => (\dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Resources/translations/SonataAdminBundle.eu.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/form-extensions/src/Bridge/Symfony/Resources/translations/SonataFormBundle.eu.xliff')], 'fa' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.fa.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.fa.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.fa.xlf'), => (\dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Resources/translations/SonataAdminBundle.fa.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/form-extensions/src/Bridge/Symfony/Resources/translations/SonataFormBundle.fa.xliff'), => (\dirname(__DIR__4).'/vendor/hwi/oauth-bundle/Resources/translations/HWIOAuthBundle.fa.yml')], 'fi' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.fi.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.fi.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.fi.xlf'), => (\dirname(__DIR__4).'/vendor/sonata-project/form-extensions/src/Bridge/Symfony/Resources/translations/SonataFormBundle.fi.xliff')], 'fr' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.fr.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.fr.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.fr.xlf'), => (\dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Resources/translations/SonataBlockBundle.fr.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Resources/translations/validators.fr.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Resources/translations/SonataAdminBundle.fr.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/form-extensions/src/Bridge/Symfony/Resources/translations/SonataFormBundle.fr.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/twig-extensions/src/Bridge/Symfony/Resources/translations/SonataTwigBundle.fr.xliff'), => (\dirname(__DIR__4).'/vendor/hwi/oauth-bundle/Resources/translations/HWIOAuthBundle.fr.yml')], 'gl' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.gl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.gl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.gl.xlf')], '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'), => (\dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Resources/translations/SonataAdminBundle.hr.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/form-extensions/src/Bridge/Symfony/Resources/translations/SonataFormBundle.hr.xliff')], 'hu' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.hu.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.hu.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.hu.xlf'), => (\dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Resources/translations/SonataBlockBundle.hu.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Resources/translations/validators.hu.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Resources/translations/SonataAdminBundle.hu.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/form-extensions/src/Bridge/Symfony/Resources/translations/SonataFormBundle.hu.xliff'), => (\dirname(__DIR__4).'/vendor/hwi/oauth-bundle/Resources/translations/HWIOAuthBundle.hu.yml'), => (\dirname(__DIR__4).'/translations/messages+intl-icu.hu.yaml'), => (\dirname(__DIR__4).'/translations/validators.hu.yaml')], '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'), => (\dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Resources/translations/SonataBlockBundle.it.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Resources/translations/SonataAdminBundle.it.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/form-extensions/src/Bridge/Symfony/Resources/translations/SonataFormBundle.it.xliff'), => (\dirname(__DIR__4).'/vendor/hwi/oauth-bundle/Resources/translations/HWIOAuthBundle.it.yml')], 'ja' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.ja.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.ja.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.ja.xlf'), => (\dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Resources/translations/SonataAdminBundle.ja.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/form-extensions/src/Bridge/Symfony/Resources/translations/SonataFormBundle.ja.xliff')], 'lb' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.lb.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.lb.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.lb.xlf'), => (\dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Resources/translations/SonataAdminBundle.lb.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/form-extensions/src/Bridge/Symfony/Resources/translations/SonataFormBundle.lb.xliff')], 'lt' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.lt.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.lt.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.lt.xlf'), => (\dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Resources/translations/SonataAdminBundle.lt.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/form-extensions/src/Bridge/Symfony/Resources/translations/SonataFormBundle.lt.xliff')], 'lv' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.lv.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.lv.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.lv.xlf'), => (\dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Resources/translations/SonataAdminBundle.lv.xliff')], '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'), => (\dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Resources/translations/SonataBlockBundle.nl.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Resources/translations/validators.nl.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Resources/translations/SonataAdminBundle.nl.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/form-extensions/src/Bridge/Symfony/Resources/translations/SonataFormBundle.nl.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/twig-extensions/src/Bridge/Symfony/Resources/translations/SonataTwigBundle.nl.xliff'), => (\dirname(__DIR__4).'/vendor/hwi/oauth-bundle/Resources/translations/HWIOAuthBundle.nl.yml')], 'nn' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.nn.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.nn.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.nn.xlf')], 'no' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.no.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.no.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.no.xlf'), => (\dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Resources/translations/SonataAdminBundle.no.xliff')], 'pl' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.pl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.pl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.pl.xlf'), => (\dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Resources/translations/SonataAdminBundle.pl.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/form-extensions/src/Bridge/Symfony/Resources/translations/SonataFormBundle.pl.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/twig-extensions/src/Bridge/Symfony/Resources/translations/SonataTwigBundle.pl.xliff'), => (\dirname(__DIR__4).'/vendor/hwi/oauth-bundle/Resources/translations/HWIOAuthBundle.pl.yml')], 'pt' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.pt.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.pt.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.pt.xlf'), => (\dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Resources/translations/SonataAdminBundle.pt.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/form-extensions/src/Bridge/Symfony/Resources/translations/SonataFormBundle.pt.xliff')], 'pt_BR' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.pt_BR.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.pt_BR.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.pt_BR.xlf'), => (\dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Resources/translations/SonataAdminBundle.pt_BR.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/form-extensions/src/Bridge/Symfony/Resources/translations/SonataFormBundle.pt_BR.xliff')], 'ro' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.ro.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.ro.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.ro.xlf'), => (\dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Resources/translations/SonataAdminBundle.ro.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/form-extensions/src/Bridge/Symfony/Resources/translations/SonataFormBundle.ro.xliff')], 'ru' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.ru.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.ru.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.ru.xlf'), => (\dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Resources/translations/SonataBlockBundle.ru.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Resources/translations/SonataAdminBundle.ru.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/form-extensions/src/Bridge/Symfony/Resources/translations/SonataFormBundle.ru.xliff'), => (\dirname(__DIR__4).'/vendor/hwi/oauth-bundle/Resources/translations/HWIOAuthBundle.ru.yml')], 'sk' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.sk.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.sk.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.sk.xlf'), => (\dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Resources/translations/SonataAdminBundle.sk.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/form-extensions/src/Bridge/Symfony/Resources/translations/SonataFormBundle.sk.xliff')], 'sl' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.sl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.sl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.sl.xlf'), => (\dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Resources/translations/SonataAdminBundle.sl.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/form-extensions/src/Bridge/Symfony/Resources/translations/SonataFormBundle.sl.xliff')], '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'), => (\dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Resources/translations/SonataAdminBundle.sr_Cyrl.xliff')], 'sr_Latn' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.sr_Latn.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.sr_Latn.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.sr_Latn.xlf'), => (\dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Resources/translations/SonataAdminBundle.sr_Latn.xliff')], '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'), => (\dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Resources/translations/SonataAdminBundle.tr.xliff'), => (\dirname(__DIR__4).'/vendor/hwi/oauth-bundle/Resources/translations/HWIOAuthBundle.tr.yml')], 'uk' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.uk.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.uk.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.uk.xlf'), => (\dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Resources/translations/SonataAdminBundle.uk.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/form-extensions/src/Bridge/Symfony/Resources/translations/SonataFormBundle.uk.xliff'), => (\dirname(__DIR__4).'/vendor/hwi/oauth-bundle/Resources/translations/HWIOAuthBundle.uk.yml')], 'uz' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.uz.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.uz.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.uz.xlf')], 'vi' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.vi.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.vi.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.vi.xlf')], 'zh_CN' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.zh_CN.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.zh_CN.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.zh_CN.xlf'), => (\dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Resources/translations/SonataAdminBundle.zh_CN.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/form-extensions/src/Bridge/Symfony/Resources/translations/SonataFormBundle.zh_CN.xliff')], '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')], 'sv_SE' => [=> (\dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Resources/translations/SonataAdminBundle.sv_SE.xliff')], 'zh_HK' => [=> (\dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Resources/translations/SonataAdminBundle.zh_HK.xliff')], 'zh' => [=> (\dirname(__DIR__4).'/vendor/hwi/oauth-bundle/Resources/translations/HWIOAuthBundle.zh.yml')], 'en_US' => [=> (\dirname(__DIR__4).'/translations/messages+intl-icu.en_US.xlf')], 'hu_HU' => [=> (\dirname(__DIR__4).'/translations/messages+intl-icu.hu_HU.xlf')], 'nl_NL' => [=> (\dirname(__DIR__4).'/translations/messages+intl-icu.nl_NL.xlf')], 'pl_PL' => [=> (\dirname(__DIR__4).'/translations/messages+intl-icu.pl_PL.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).'/vendor/sonata-project/block-bundle/src/Resources/translations'), => (\dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Resources/translations'), => (\dirname(__DIR__4).'/vendor/sonata-project/form-extensions/src/Bridge/Symfony/Resources/translations'), => (\dirname(__DIR__4).'/vendor/sonata-project/twig-extensions/src/Bridge/Symfony/Resources/translations'), => (\dirname(__DIR__4).'/vendor/hwi/oauth-bundle/Resources/translations'), => (\dirname(__DIR__4).'/translations'), => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle/translations'), 10 => (\dirname(__DIR__4).'/vendor/symfony/twig-bundle/translations'), 11 => (\dirname(__DIR__4).'/vendor/symfony/security-bundle/translations'), 12 => (\dirname(__DIR__4).'/vendor/knplabs/knp-menu-bundle/src/translations'), 13 => (\dirname(__DIR__4).'/vendor/sonata-project/exporter/src/Bridge/Symfony/translations'), 14 => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/translations'), 15 => (\dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/translations'), 16 => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/translations'), 17 => (\dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/translations'), 18 => (\dirname(__DIR__4).'/vendor/hslavich/oneloginsaml-bundle/translations'), 19 => (\dirname(__DIR__4).'/vendor/symfony/monolog-bundle/translations'), 20 => (\dirname(__DIR__4).'/vendor/sonata-project/doctrine-extensions/src/Bridge/Symfony/translations'), 21 => (\dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/translations'), 22 => (\dirname(__DIR__4).'/vendor/twig/extra-bundle/translations'), 23 => (\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/translations'), 24 => (\dirname(__DIR__4).'/vendor/php-http/httplug-bundle/src/translations'), 25 => (\dirname(__DIR__4).'/vendor/sonata-project/entity-audit-bundle/src/translations')], 'cache_vary' => ['scanned_directories' => [=> 'vendor/symfony/validator/Resources/translations'=> 'vendor/symfony/form/Resources/translations'=> 'vendor/symfony/security-core/Resources/translations'=> 'vendor/sonata-project/block-bundle/src/Resources/translations'=> 'vendor/sonata-project/admin-bundle/src/Resources/translations'=> 'vendor/sonata-project/form-extensions/src/Bridge/Symfony/Resources/translations'=> 'vendor/sonata-project/twig-extensions/src/Bridge/Symfony/Resources/translations'=> 'vendor/hwi/oauth-bundle/Resources/translations'=> 'translations'=> 'vendor/symfony/framework-bundle/translations'10 => 'vendor/symfony/twig-bundle/translations'11 => 'vendor/symfony/security-bundle/translations'12 => 'vendor/knplabs/knp-menu-bundle/src/translations'13 => 'vendor/sonata-project/exporter/src/Bridge/Symfony/translations'14 => 'vendor/doctrine/doctrine-bundle/translations'15 => 'vendor/sonata-project/doctrine-orm-admin-bundle/src/translations'16 => 'vendor/doctrine/doctrine-migrations-bundle/translations'17 => 'vendor/symfony/maker-bundle/src/translations'18 => 'vendor/hslavich/oneloginsaml-bundle/translations'19 => 'vendor/symfony/monolog-bundle/translations'20 => 'vendor/sonata-project/doctrine-extensions/src/Bridge/Symfony/translations'21 => 'vendor/sensio/framework-extra-bundle/src/translations'22 => 'vendor/twig/extra-bundle/translations'23 => 'vendor/symfony/web-profiler-bundle/translations'24 => 'vendor/php-http/httplug-bundle/src/translations'25 => 'vendor/sonata-project/entity-audit-bundle/src/translations']]], []);
  11247.         $instance->setConfigCacheFactory(($this->privates['config_cache_factory'] ?? $this->getConfigCacheFactoryService()));
  11248.         $instance->setFallbackLocales([=> 'en'=> 'hu'=> 'en']);
  11249.         return $instance;
  11250.     }
  11251.     /**
  11252.      * Gets the private 'twig.command.debug' shared service.
  11253.      *
  11254.      * @return \Symfony\Bridge\Twig\Command\DebugCommand
  11255.      */
  11256.     protected function getTwig_Command_DebugService()
  11257.     {
  11258.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  11259.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Command/DebugCommand.php';
  11260.         $this->privates['twig.command.debug'] = $instance = new \Symfony\Bridge\Twig\Command\DebugCommand(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()), \dirname(__DIR__4), $this->parameters['kernel.bundles_metadata'], (\dirname(__DIR__4).'/templates'), ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService()));
  11261.         $instance->setName('debug:twig');
  11262.         $instance->setDescription('Show a list of twig functions, filters, globals and tests');
  11263.         return $instance;
  11264.     }
  11265.     /**
  11266.      * Gets the private 'twig.command.lint' shared service.
  11267.      *
  11268.      * @return \Symfony\Bundle\TwigBundle\Command\LintCommand
  11269.      */
  11270.     protected function getTwig_Command_LintService()
  11271.     {
  11272.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  11273.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Command/LintCommand.php';
  11274.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bundle/Command/LintCommand.php';
  11275.         $this->privates['twig.command.lint'] = $instance = new \Symfony\Bundle\TwigBundle\Command\LintCommand(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  11276.         $instance->setName('lint:twig');
  11277.         $instance->setDescription('Lint a Twig template and outputs encountered errors');
  11278.         return $instance;
  11279.     }
  11280.     /**
  11281.      * Gets the private 'twig.form.renderer' shared service.
  11282.      *
  11283.      * @return \Symfony\Component\Form\FormRenderer
  11284.      */
  11285.     protected function getTwig_Form_RendererService()
  11286.     {
  11287.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormRendererInterface.php';
  11288.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormRenderer.php';
  11289.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormRendererEngineInterface.php';
  11290.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractRendererEngine.php';
  11291.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Form/TwigRendererEngine.php';
  11292.         return $this->privates['twig.form.renderer'] = new \Symfony\Component\Form\FormRenderer(new \Symfony\Bridge\Twig\Form\TwigRendererEngine($this->parameters['twig.form.resources'], ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService())), ($this->services['.container.private.security.csrf.token_manager'] ?? $this->get_Container_Private_Security_Csrf_TokenManagerService()));
  11293.     }
  11294.     /**
  11295.      * Gets the private 'twig.mailer.message_listener' shared service.
  11296.      *
  11297.      * @return \Symfony\Component\Mailer\EventListener\MessageListener
  11298.      */
  11299.     protected function getTwig_Mailer_MessageListenerService()
  11300.     {
  11301.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/EventListener/MessageListener.php';
  11302.         include_once \dirname(__DIR__4).'/vendor/symfony/mime/BodyRendererInterface.php';
  11303.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Mime/BodyRenderer.php';
  11304.         return $this->privates['twig.mailer.message_listener'] = new \Symfony\Component\Mailer\EventListener\MessageListener(NULL, new \Symfony\Bridge\Twig\Mime\BodyRenderer(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService())));
  11305.     }
  11306.     /**
  11307.      * Gets the private 'twig.runtime.httpkernel' shared service.
  11308.      *
  11309.      * @return \Symfony\Bridge\Twig\Extension\HttpKernelRuntime
  11310.      */
  11311.     protected function getTwig_Runtime_HttpkernelService()
  11312.     {
  11313.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/HttpKernelRuntime.php';
  11314.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/FragmentHandler.php';
  11315.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DependencyInjection/LazyLoadingFragmentHandler.php';
  11316.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/FragmentUriGeneratorInterface.php';
  11317.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/FragmentUriGenerator.php';
  11318.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/UriSigner.php';
  11319.         $a = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  11320.         return $this->privates['twig.runtime.httpkernel'] = new \Symfony\Bridge\Twig\Extension\HttpKernelRuntime(new \Symfony\Component\HttpKernel\DependencyInjection\LazyLoadingFragmentHandler(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  11321.             'inline' => ['privates''fragment.renderer.inline''getFragment_Renderer_InlineService'false],
  11322.         ], [
  11323.             'inline' => '?',
  11324.         ]), $atrue), new \Symfony\Component\HttpKernel\Fragment\FragmentUriGenerator('/_fragment', new \Symfony\Component\HttpKernel\UriSigner($this->getEnv('APP_SECRET')), $a));
  11325.     }
  11326.     /**
  11327.      * Gets the private 'twig.runtime.markdown' shared service.
  11328.      *
  11329.      * @return \Twig\Extra\Markdown\MarkdownRuntime
  11330.      */
  11331.     protected function getTwig_Runtime_MarkdownService()
  11332.     {
  11333.         include_once \dirname(__DIR__4).'/vendor/twig/markdown-extra/MarkdownRuntime.php';
  11334.         include_once \dirname(__DIR__4).'/vendor/twig/markdown-extra/MarkdownInterface.php';
  11335.         include_once \dirname(__DIR__4).'/vendor/twig/markdown-extra/DefaultMarkdown.php';
  11336.         return $this->privates['twig.runtime.markdown'] = new \Twig\Extra\Markdown\MarkdownRuntime(new \Twig\Extra\Markdown\DefaultMarkdown());
  11337.     }
  11338.     /**
  11339.      * Gets the private 'twig.runtime.security_csrf' shared service.
  11340.      *
  11341.      * @return \Symfony\Bridge\Twig\Extension\CsrfRuntime
  11342.      */
  11343.     protected function getTwig_Runtime_SecurityCsrfService()
  11344.     {
  11345.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/CsrfRuntime.php';
  11346.         return $this->privates['twig.runtime.security_csrf'] = new \Symfony\Bridge\Twig\Extension\CsrfRuntime(($this->services['.container.private.security.csrf.token_manager'] ?? $this->get_Container_Private_Security_Csrf_TokenManagerService()));
  11347.     }
  11348.     /**
  11349.      * Gets the private 'twig.runtime.serializer' shared service.
  11350.      *
  11351.      * @return \Symfony\Bridge\Twig\Extension\SerializerRuntime
  11352.      */
  11353.     protected function getTwig_Runtime_SerializerService()
  11354.     {
  11355.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/SerializerRuntime.php';
  11356.         return $this->privates['twig.runtime.serializer'] = new \Symfony\Bridge\Twig\Extension\SerializerRuntime(($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService()));
  11357.     }
  11358.     /**
  11359.      * Gets the private 'twig.template_cache_warmer' shared service.
  11360.      *
  11361.      * @return \Symfony\Bundle\TwigBundle\CacheWarmer\TemplateCacheWarmer
  11362.      */
  11363.     protected function getTwig_TemplateCacheWarmerService()
  11364.     {
  11365.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  11366.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bundle/CacheWarmer/TemplateCacheWarmer.php';
  11367.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bundle/TemplateIterator.php';
  11368.         return $this->privates['twig.template_cache_warmer'] = new \Symfony\Bundle\TwigBundle\CacheWarmer\TemplateCacheWarmer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  11369.             'twig' => ['services''.container.private.twig''get_Container_Private_TwigService'false],
  11370.         ], [
  11371.             'twig' => '?',
  11372.         ]))->withContext('twig.template_cache_warmer'$this), new \Symfony\Bundle\TwigBundle\TemplateIterator(($this->services['kernel'] ?? $this->get('kernel'1)), [(\dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Resources/views') => NULL, (\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')));
  11373.     }
  11374.     /**
  11375.      * Gets the private 'validator.builder' shared service.
  11376.      *
  11377.      * @return \Symfony\Component\Validator\ValidatorBuilder
  11378.      */
  11379.     protected function getValidator_BuilderService()
  11380.     {
  11381.         $this->privates['validator.builder'] = $instance = \Symfony\Component\Validator\Validation::createValidatorBuilder();
  11382.         $a = ($this->privates['property_info'] ?? $this->getPropertyInfoService());
  11383.         $instance->setConstraintValidatorFactory(($this->privates['validator.validator_factory'] ?? $this->getValidator_ValidatorFactoryService()));
  11384.         if ($this->has('translator')) {
  11385.             $instance->setTranslator(($this->services['translator'] ?? $this->getTranslatorService()));
  11386.         }
  11387.         $instance->setTranslationDomain('validators');
  11388.         $instance->addXmlMappings([=> (\dirname(__DIR__4).'/vendor/symfony/form/Resources/config/validation.xml')]);
  11389.         $instance->enableAnnotationMapping(true);
  11390.         $instance->setDoctrineAnnotationReader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  11391.         $instance->addMethodMapping('loadValidatorMetadata');
  11392.         $instance->addObjectInitializers([=> new \Symfony\Bridge\Doctrine\Validator\DoctrineInitializer(($this->services['doctrine'] ?? $this->getDoctrineService()))]);
  11393.         $instance->addLoader(new \Symfony\Component\Validator\Mapping\Loader\PropertyInfoLoader($a$a$aNULL));
  11394.         $instance->addLoader(new \Symfony\Bridge\Doctrine\Validator\DoctrineLoader(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), NULL));
  11395.         return $instance;
  11396.     }
  11397.     /**
  11398.      * Gets the private 'validator.email' shared service.
  11399.      *
  11400.      * @return \Symfony\Component\Validator\Constraints\EmailValidator
  11401.      */
  11402.     protected function getValidator_EmailService()
  11403.     {
  11404.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  11405.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  11406.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/Constraints/EmailValidator.php';
  11407.         return $this->privates['validator.email'] = new \Symfony\Component\Validator\Constraints\EmailValidator('html5');
  11408.     }
  11409.     /**
  11410.      * Gets the private 'validator.expression' shared service.
  11411.      *
  11412.      * @return \Symfony\Component\Validator\Constraints\ExpressionValidator
  11413.      */
  11414.     protected function getValidator_ExpressionService()
  11415.     {
  11416.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  11417.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  11418.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/Constraints/ExpressionValidator.php';
  11419.         return $this->privates['validator.expression'] = new \Symfony\Component\Validator\Constraints\ExpressionValidator(new \Symfony\Component\ExpressionLanguage\ExpressionLanguage(($this->services['cache.validator_expression_language'] ?? $this->getCache_ValidatorExpressionLanguageService())));
  11420.     }
  11421.     /**
  11422.      * Gets the private 'validator.mapping.cache_warmer' shared service.
  11423.      *
  11424.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\ValidatorCacheWarmer
  11425.      */
  11426.     protected function getValidator_Mapping_CacheWarmerService()
  11427.     {
  11428.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  11429.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/AbstractPhpFileCacheWarmer.php';
  11430.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/ValidatorCacheWarmer.php';
  11431.         return $this->privates['validator.mapping.cache_warmer'] = new \Symfony\Bundle\FrameworkBundle\CacheWarmer\ValidatorCacheWarmer(($this->privates['validator.builder'] ?? $this->getValidator_BuilderService()), ($this->targetDir.''.'/validation.php'));
  11432.     }
  11433.     /**
  11434.      * Gets the private 'validator.not_compromised_password' shared service.
  11435.      *
  11436.      * @return \Symfony\Component\Validator\Constraints\NotCompromisedPasswordValidator
  11437.      */
  11438.     protected function getValidator_NotCompromisedPasswordService()
  11439.     {
  11440.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  11441.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  11442.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/Constraints/NotCompromisedPasswordValidator.php';
  11443.         return $this->privates['validator.not_compromised_password'] = new \Symfony\Component\Validator\Constraints\NotCompromisedPasswordValidator(($this->privates['.debug.http_client'] ?? $this->get_Debug_HttpClientService()), 'UTF-8'trueNULL);
  11444.     }
  11445.     /**
  11446.      * Gets the private 'validator.validator_factory' shared service.
  11447.      *
  11448.      * @return \Symfony\Component\Validator\ContainerConstraintValidatorFactory
  11449.      */
  11450.     protected function getValidator_ValidatorFactoryService()
  11451.     {
  11452.         return $this->privates['validator.validator_factory'] = new \Symfony\Component\Validator\ContainerConstraintValidatorFactory(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  11453.             'App\\Validator\\Constraints\\MissingTokenValidator' => ['privates''App\\Validator\\Constraints\\MissingTokenValidator''getMissingTokenValidatorService'false],
  11454.             'Sonata\\Form\\Validator\\InlineValidator' => ['privates''sonata.form.validator.inline''getSonata_Form_Validator_InlineService'false],
  11455.             'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator' => ['privates''doctrine.orm.validator.unique''getDoctrine_Orm_Validator_UniqueService'false],
  11456.             'Symfony\\Component\\Security\\Core\\Validator\\Constraints\\UserPasswordValidator' => ['privates''security.validator.user_password''getSecurity_Validator_UserPasswordService'false],
  11457.             'Symfony\\Component\\Validator\\Constraints\\EmailValidator' => ['privates''validator.email''getValidator_EmailService'false],
  11458.             'Symfony\\Component\\Validator\\Constraints\\ExpressionValidator' => ['privates''validator.expression''getValidator_ExpressionService'false],
  11459.             'Symfony\\Component\\Validator\\Constraints\\NotCompromisedPasswordValidator' => ['privates''validator.not_compromised_password''getValidator_NotCompromisedPasswordService'false],
  11460.             'doctrine.orm.validator.unique' => ['privates''doctrine.orm.validator.unique''getDoctrine_Orm_Validator_UniqueService'false],
  11461.             'security.validator.user_password' => ['privates''security.validator.user_password''getSecurity_Validator_UserPasswordService'false],
  11462.             'sonata.form.validator.inline' => ['privates''sonata.form.validator.inline''getSonata_Form_Validator_InlineService'false],
  11463.             'validator.expression' => ['privates''validator.expression''getValidator_ExpressionService'false],
  11464.         ], [
  11465.             'App\\Validator\\Constraints\\MissingTokenValidator' => '?',
  11466.             'Sonata\\Form\\Validator\\InlineValidator' => '?',
  11467.             'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator' => '?',
  11468.             'Symfony\\Component\\Security\\Core\\Validator\\Constraints\\UserPasswordValidator' => '?',
  11469.             'Symfony\\Component\\Validator\\Constraints\\EmailValidator' => '?',
  11470.             'Symfony\\Component\\Validator\\Constraints\\ExpressionValidator' => '?',
  11471.             'Symfony\\Component\\Validator\\Constraints\\NotCompromisedPasswordValidator' => '?',
  11472.             'doctrine.orm.validator.unique' => '?',
  11473.             'security.validator.user_password' => '?',
  11474.             'sonata.form.validator.inline' => '?',
  11475.             'validator.expression' => '?',
  11476.         ]));
  11477.     }
  11478.     /**
  11479.      * Gets the private 'web_profiler.csp.handler' shared service.
  11480.      *
  11481.      * @return \Symfony\Bundle\WebProfilerBundle\Csp\ContentSecurityPolicyHandler
  11482.      */
  11483.     protected function getWebProfiler_Csp_HandlerService()
  11484.     {
  11485.         return $this->privates['web_profiler.csp.handler'] = new \Symfony\Bundle\WebProfilerBundle\Csp\ContentSecurityPolicyHandler(new \Symfony\Bundle\WebProfilerBundle\Csp\NonceGenerator());
  11486.     }
  11487.     /**
  11488.      * Gets the private 'web_profiler.debug_toolbar' shared service.
  11489.      *
  11490.      * @return \Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener
  11491.      */
  11492.     protected function getWebProfiler_DebugToolbarService()
  11493.     {
  11494.         return $this->privates['web_profiler.debug_toolbar'] = new \Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()), false2, ($this->services['router'] ?? $this->getRouterService()), '^/((index|app(_[\\w]+)?)\\.php/)?_wdt', ($this->privates['web_profiler.csp.handler'] ?? $this->getWebProfiler_Csp_HandlerService()), NULL);
  11495.     }
  11496.     /**
  11497.      * Gets the public 'cache_clearer' alias.
  11498.      *
  11499.      * @return object The ".container.private.cache_clearer" service.
  11500.      */
  11501.     protected function getCacheClearerService()
  11502.     {
  11503.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "cache_clearer" service directly from the container is deprecated, use dependency injection instead.');
  11504.         return $this->get('.container.private.cache_clearer');
  11505.     }
  11506.     /**
  11507.      * Gets the public 'filesystem' alias.
  11508.      *
  11509.      * @return object The ".container.private.filesystem" service.
  11510.      */
  11511.     protected function getFilesystemService()
  11512.     {
  11513.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "filesystem" service directly from the container is deprecated, use dependency injection instead.');
  11514.         return $this->get('.container.private.filesystem');
  11515.     }
  11516.     /**
  11517.      * Gets the public 'security.csrf.token_manager' alias.
  11518.      *
  11519.      * @return object The ".container.private.security.csrf.token_manager" service.
  11520.      */
  11521.     protected function getSecurity_Csrf_TokenManagerService()
  11522.     {
  11523.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "security.csrf.token_manager" service directly from the container is deprecated, use dependency injection instead.');
  11524.         return $this->get('.container.private.security.csrf.token_manager');
  11525.     }
  11526.     /**
  11527.      * Gets the public 'form.factory' alias.
  11528.      *
  11529.      * @return object The ".container.private.form.factory" service.
  11530.      */
  11531.     protected function getForm_FactoryService()
  11532.     {
  11533.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "form.factory" service directly from the container is deprecated, use dependency injection instead.');
  11534.         return $this->get('.container.private.form.factory');
  11535.     }
  11536.     /**
  11537.      * Gets the public 'form.type.file' alias.
  11538.      *
  11539.      * @return object The ".container.private.form.type.file" service.
  11540.      */
  11541.     protected function getForm_Type_FileService()
  11542.     {
  11543.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "form.type.file" service directly from the container is deprecated, use dependency injection instead.');
  11544.         return $this->get('.container.private.form.type.file');
  11545.     }
  11546.     /**
  11547.      * Gets the public 'profiler' alias.
  11548.      *
  11549.      * @return object The ".container.private.profiler" service.
  11550.      */
  11551.     protected function getProfilerService()
  11552.     {
  11553.         trigger_deprecation('symfony/framework-bundle''5.4''Accessing the "profiler" service directly from the container is deprecated, use dependency injection instead.');
  11554.         return $this->get('.container.private.profiler');
  11555.     }
  11556.     /**
  11557.      * Gets the public 'serializer' alias.
  11558.      *
  11559.      * @return object The ".container.private.serializer" service.
  11560.      */
  11561.     protected function getSerializerService()
  11562.     {
  11563.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "serializer" service directly from the container is deprecated, use dependency injection instead.');
  11564.         return $this->get('.container.private.serializer');
  11565.     }
  11566.     /**
  11567.      * Gets the public 'twig' alias.
  11568.      *
  11569.      * @return object The ".container.private.twig" service.
  11570.      */
  11571.     protected function getTwigService()
  11572.     {
  11573.         trigger_deprecation('symfony/twig-bundle''5.2''Accessing the "twig" service directly from the container is deprecated, use dependency injection instead.');
  11574.         return $this->get('.container.private.twig');
  11575.     }
  11576.     /**
  11577.      * Gets the public 'security.authorization_checker' alias.
  11578.      *
  11579.      * @return object The ".container.private.security.authorization_checker" service.
  11580.      */
  11581.     protected function getSecurity_AuthorizationCheckerService()
  11582.     {
  11583.         trigger_deprecation('symfony/security-bundle''5.3''Accessing the "security.authorization_checker" service directly from the container is deprecated, use dependency injection instead.');
  11584.         return $this->get('.container.private.security.authorization_checker');
  11585.     }
  11586.     /**
  11587.      * Gets the public 'security.token_storage' alias.
  11588.      *
  11589.      * @return object The ".container.private.security.token_storage" service.
  11590.      */
  11591.     protected function getSecurity_TokenStorageService()
  11592.     {
  11593.         trigger_deprecation('symfony/security-bundle''5.3''Accessing the "security.token_storage" service directly from the container is deprecated, use dependency injection instead.');
  11594.         return $this->get('.container.private.security.token_storage');
  11595.     }
  11596.     /**
  11597.      * Gets the public 'security.password_encoder' alias.
  11598.      *
  11599.      * @return object The ".container.private.security.password_encoder" service.
  11600.      */
  11601.     protected function getSecurity_PasswordEncoderService()
  11602.     {
  11603.         trigger_deprecation('symfony/security-bundle''5.3''Accessing the "security.password_encoder" service directly from the container is deprecated, use dependency injection instead.');
  11604.         return $this->get('.container.private.security.password_encoder');
  11605.     }
  11606.     /**
  11607.      * Gets the public 'session' alias.
  11608.      *
  11609.      * @return object The ".container.private.session" service.
  11610.      */
  11611.     protected function getSessionService()
  11612.     {
  11613.         trigger_deprecation('symfony/framework-bundle''5.3''Accessing the "session" service directly from the container is deprecated, use dependency injection instead.');
  11614.         return $this->get('.container.private.session');
  11615.     }
  11616.     /**
  11617.      * Gets the public 'validator' alias.
  11618.      *
  11619.      * @return object The ".container.private.validator" service.
  11620.      */
  11621.     protected function getValidatorService()
  11622.     {
  11623.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "validator" service directly from the container is deprecated, use dependency injection instead.');
  11624.         return $this->get('.container.private.validator');
  11625.     }
  11626.     /**
  11627.      * @return array|bool|float|int|string|null
  11628.      */
  11629.     public function getParameter(string $name)
  11630.     {
  11631.         if (isset($this->buildParameters[$name])) {
  11632.             return $this->buildParameters[$name];
  11633.         }
  11634.         if (!(isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || \array_key_exists($name$this->parameters))) {
  11635.             throw new InvalidArgumentException(sprintf('The parameter "%s" must be defined.'$name));
  11636.         }
  11637.         if (isset($this->loadedDynamicParameters[$name])) {
  11638.             return $this->loadedDynamicParameters[$name] ? $this->dynamicParameters[$name] : $this->getDynamicParameter($name);
  11639.         }
  11640.         return $this->parameters[$name];
  11641.     }
  11642.     public function hasParameter(string $name): bool
  11643.     {
  11644.         if (isset($this->buildParameters[$name])) {
  11645.             return true;
  11646.         }
  11647.         return isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || \array_key_exists($name$this->parameters);
  11648.     }
  11649.     public function setParameter(string $name$value): void
  11650.     {
  11651.         throw new LogicException('Impossible to call set() on a frozen ParameterBag.');
  11652.     }
  11653.     public function getParameterBag(): ParameterBagInterface
  11654.     {
  11655.         if (null === $this->parameterBag) {
  11656.             $parameters $this->parameters;
  11657.             foreach ($this->loadedDynamicParameters as $name => $loaded) {
  11658.                 $parameters[$name] = $loaded $this->dynamicParameters[$name] : $this->getDynamicParameter($name);
  11659.             }
  11660.             foreach ($this->buildParameters as $name => $value) {
  11661.                 $parameters[$name] = $value;
  11662.             }
  11663.             $this->parameterBag = new FrozenParameterBag($parameters);
  11664.         }
  11665.         return $this->parameterBag;
  11666.     }
  11667.     private $loadedDynamicParameters = [
  11668.         'kernel.runtime_environment' => false,
  11669.         'kernel.build_dir' => false,
  11670.         'kernel.cache_dir' => false,
  11671.         'environment' => false,
  11672.         'url_dashboard' => false,
  11673.         'url_documents' => false,
  11674.         'url_documents_cheq' => false,
  11675.         'url_azuremarketplace' => false,
  11676.         'cur_host' => false,
  11677.         'hubspot_api' => false,
  11678.         'monitoring.projecttypes' => false,
  11679.         'monitoring.environmenttypes' => false,
  11680.         'monitoring.from' => false,
  11681.         'monitoring.to' => false,
  11682.         'kernel.secret' => false,
  11683.         'session.save_path' => false,
  11684.         'validator.mapping.cache.file' => false,
  11685.         'profiler.storage.dsn' => false,
  11686.         'debug.container.dump' => false,
  11687.         'serializer.mapping.cache.file' => false,
  11688.         'doctrine.orm.proxy_dir' => false,
  11689.         'hslavich_onelogin_saml.settings' => false,
  11690.     ];
  11691.     private $dynamicParameters = [];
  11692.     private function getDynamicParameter(string $name)
  11693.     {
  11694.         switch ($name) {
  11695.             case 'kernel.runtime_environment'$value $this->getEnv('default:kernel.environment:APP_RUNTIME_ENV'); break;
  11696.             case 'kernel.build_dir'$value $this->targetDir.''; break;
  11697.             case 'kernel.cache_dir'$value $this->targetDir.''; break;
  11698.             case 'environment'$value $this->getEnv('APP_ENV'); break;
  11699.             case 'url_dashboard'$value $this->getEnv('URL_DASHBOARD'); break;
  11700.             case 'url_documents'$value $this->getEnv('URL_DOCUMENTS'); break;
  11701.             case 'url_documents_cheq'$value $this->getEnv('URL_DOCUMENTS_CHEQ'); break;
  11702.             case 'url_azuremarketplace'$value $this->getEnv('URL_AZUREMARKETPLACE'); break;
  11703.             case 'cur_host'$value $this->getEnv('require:PHP_CUR_HOST'); break;
  11704.             case 'hubspot_api'$value $this->getEnv('HUBSPOT_API'); break;
  11705.             case 'monitoring.projecttypes'$value $this->getEnv('MONITORING_PROJECTTYPES'); break;
  11706.             case 'monitoring.environmenttypes'$value $this->getEnv('MONITORING_ENVIRONMENTTYPES'); break;
  11707.             case 'monitoring.from'$value $this->getEnv('require:PHP_MONITROING_FROM'); break;
  11708.             case 'monitoring.to'$value $this->getEnv('require:PHP_MONITROING_TO'); break;
  11709.             case 'kernel.secret'$value $this->getEnv('APP_SECRET'); break;
  11710.             case 'session.save_path'$value = ($this->targetDir.''.'/sessions'); break;
  11711.             case 'validator.mapping.cache.file'$value = ($this->targetDir.''.'/validation.php'); break;
  11712.             case 'profiler.storage.dsn'$value = ('file:'.$this->targetDir.''.'/profiler'); break;
  11713.             case 'debug.container.dump'$value = ($this->targetDir.''.'/App_KernelDevDebugContainer.xml'); break;
  11714.             case 'serializer.mapping.cache.file'$value = ($this->targetDir.''.'/serialization.php'); break;
  11715.             case 'doctrine.orm.proxy_dir'$value = ($this->targetDir.''.'/doctrine/orm/Proxies'); break;
  11716.             case 'hslavich_onelogin_saml.settings'$value = [
  11717.                 'idp' => [
  11718.                     'entityId' => 'https://idp.botoffice.net/simplesaml/saml2/idp/metadata.php',
  11719.                     'singleSignOnService' => [
  11720.                         'url' => 'https://idp.botoffice.net/simplesaml/saml2/idp/SSOService.php',
  11721.                         'binding' => 'urn:oasis:names:tc:SAML:2.0:bindings:HTTP-Redirect',
  11722.                     ],
  11723.                     'singleLogoutService' => [
  11724.                         'url' => 'https://idp.botoffice.net/simplesaml/saml2/idp/SingleLogoutService.php',
  11725.                         'binding' => 'urn:oasis:names:tc:SAML:2.0:bindings:HTTP-Redirect',
  11726.                     ],
  11727.                     'x509cert' => 'MIIE/zCCA2egAwIBAgIJALJF8J9PigVWMA0GCSqGSIb3DQEBCwUAMIGVMQswCQYDVQQGEwJIVTERMA8GA1UECAwIQnVkYXBlc3QxETAPBgNVBAcMCEJ1ZGFwZXN0MRYwFAYDVQQKDA1UYWxrYWJvdCBMdGQuMQswCQYDVQQLDAJJVDEaMBgGA1UEAwwRaWRwLmJvdG9mZmljZS5uZXQxHzAdBgkqhkiG9w0BCQEWEG9wc0B0YWxrYWJvdC5uZXQwHhcNMTkwNTA3MTEzOTU3WhcNMjkwNTA2MTEzOTU3WjCBlTELMAkGA1UEBhMCSFUxETAPBgNVBAgMCEJ1ZGFwZXN0MREwDwYDVQQHDAhCdWRhcGVzdDEWMBQGA1UECgwNVGFsa2Fib3QgTHRkLjELMAkGA1UECwwCSVQxGjAYBgNVBAMMEWlkcC5ib3RvZmZpY2UubmV0MR8wHQYJKoZIhvcNAQkBFhBvcHNAdGFsa2Fib3QubmV0MIIBojANBgkqhkiG9w0BAQEFAAOCAY8AMIIBigKCAYEAm1mTTE0NsY+xv6mGbpWPDpV8zo0Pf4pWKWR9WX+yAclQBdvsIDRMeXasOQ28SLMc59SSQ16fM+F18enaD60xNyRFQInvs54e9zF93wlUqmyzabYUcHa3mQDU6CF9D7X2DDJt9bYPmV5bnWAxA+o91bMw9xnXpmyzsjSvslK5zC7d5yeVggVpi9VzAw8gCGlp+CgPQ1Sb0ckL6Xr7NiuiEYI389gf7skxlsSxBIvJmNa0ejtAl0L12JZwSFAuDGHgDGMEtjWTpcN93VwDy3+8E30fIAe6elZqTKPW0m5bRJFwbZ7XhkZGukRBgXx8bArGuIYHZGzHvX+tQGLzWP8B5mKc0s7/GgNK/YsQhXVZdcnIq/s6oNco1vmKC3GiM15EbE4Uk9/rrdwWh1j7QeCmT8Zoyz24auJL67k3rH11GSoJwKChn18t7XFnyzdlGR9RnhCNyYCC71F8GUvTsKJnOEsnh8U+1pufj5M/PgZHT7zH7P5IYlOsg6tNa/4I/avJAgMBAAGjUDBOMB0GA1UdDgQWBBRTDzeEWBdywp1xSs/IQ8VZebELRDAfBgNVHSMEGDAWgBRTDzeEWBdywp1xSs/IQ8VZebELRDAMBgNVHRMEBTADAQH/MA0GCSqGSIb3DQEBCwUAA4IBgQBR5W9e7vSZbDRUIQw4neubR6GuVwNOo9P25dHWAo7aWkPvCS+vC8UEnQANsneZCJEWuEMlmcWHI9425V1FvCt2h84utPUkgD9QGS2nuHNnoOTlSm1INVRGufIET7+cVEEBaXCMi6TusrHOYfrlDOLZl3kzK3/ZrnConrclBQTk0X8Q1JQhxhugYhV2ZrYjZ0nylXfPgrZH2fsYMHZotT8Ym3AZr7DXt+/K3AyscuDlLRYNan/Vqb/1yHlNX9hQOaC3vdz3HTbmggnXiToIH0EssSijq5bqERqTf1vBS2LLTT0aO0PlpHKlYekKj8fypD7MetFAry3mzC+ns1MeXiCiXgUpn68GG79qCz8n2rMymav71u3XyxBw6CMWAXWhetf6gd7qCNzDOteaUoZPP74MGkeqvJQxSvYwYcjyETs0uRUFCQsMHBD/qVGZaluUtIlMV90YjNaasHGOW6ejOLAWfeBFX3fk/dpLb2ybRSNZhNluxaN/n6bxRr9r/0WnaAQ=',
  11728.                 ],
  11729.                 'sp' => [
  11730.                     'entityId' => 'https://'.$this->getEnv('string:require:PHP_CUR_HOST').'/saml/metadata',
  11731.                     'assertionConsumerService' => [
  11732.                         'url' => 'https://'.$this->getEnv('string:require:PHP_CUR_HOST').'/saml/acs',
  11733.                         'binding' => 'urn:oasis:names:tc:SAML:2.0:bindings:HTTP-POST',
  11734.                     ],
  11735.                     'singleLogoutService' => [
  11736.                         'url' => 'https://'.$this->getEnv('string:require:PHP_CUR_HOST').'/saml/logout',
  11737.                         'binding' => 'urn:oasis:names:tc:SAML:2.0:bindings:HTTP-Redirect',
  11738.                     ],
  11739.                     'privateKey' => 'MIIG/wIBADANBgkqhkiG9w0BAQEFAASCBukwggblAgEAAoIBgQCfKMiNaG5OSnPL7BpeORRYv2hdpfQD7kJVEqxXmXOM67DZ6VmM0hsptJkbNtpGpQCpAbHTHUOJydvmFn30ROdQV5FOQ5UL8Mbr6rUlfuoQ7s01ye24k1cK+o29hiybf4xFKchP5ecJTSyUoBNEB8veFjeiMGX6B9+rtRdAOHNbn1fMpFa/LjUTcpWrMcAhza1qVaY2dhuO8iAdqnZLCWtm65+8+KI7TIqBo3rllqMw4VCvYr/enyUIiTAaBS8NvS128l1CndquICmxwUS/355Hma4S/VVi+vcljERRLtRmL00ZBQNBujWbnhIZWY9kmzksOuK5sqEtkH+PgHLEGXKbeNryYG4MhB6T2vZMMLaTQ3xhN9qjr7GI6WzOFtWantKiWmWUI5+aDqUA5FRh83A2/mLQblngv7NEI1J86YxLDmpjT1+r+/Jc749zsT3BqU/jANKJda+iHoVLp+mFvEccQwlmygDKAMsf349nXpTBOFegeC5iyU4T0IctIajKre8CAwEAAQKCAYBVC4rWnMXMSdZEUd3pGSD5JxYSbFnOO+Lv6HF0wYdP9qTiW+FA8QgYqerh8taBxytqI4CsqUdsehNph/03qBXeBVyccFpVLgxtBVZUOdPCxoeaxVKkPP7W2/kfG3H8iRQf5OqnXtasTrOSm1KQGIZkHoUNwkTLbKek7bgF1eQ2Qhe9Ptcngv5TbPfyqTvcFDYkyq1tDoE9Sb3FfE+HWvor3Z3WcRjnDMg562wBABQlS1A810xlHa7BN+UfEkQJWFr6EhO4K88NeQrZzvjQp2X7LLuLev2ydf4j2XgXxDI44tkniE3c172OCndKaZ3b4Sphluk6fYPPvxKqiKd1FuTQ2QGmnP46Te3L+2ttDc9fr6cvMyjA8Lt+476TISupxQ3Od/t+HjdwxtxBbgibhVWqt5QaI+/srw8vOlXs76ZVWTDWt3qaFbdpr0y7PPKQyMxVQ0W0Wpy5JBnQQbS/lQUl6tOlQYVuHJ8wgaKyyGxAkv/llmIAboiR0sA6PlnlZskCgcEAz/3TpHTb7YfC2xd4dRJhTuhVWnUvmPtbOqagIOhpPXdAhgNGodVYMFLrYYdj/IuhEpxEKaIu1yJIeJ4V6cbQa258N7jBIv1UMqB535j8tt2BAtPb5KqSf+rgEERvEl29lJMH18GDzRSglztLgv+UoADCLmVZUj/Vw6uOWHltPU0z/HwG8NxgOwige97oV0RURcO2357EHZd6J4BvHi76EQdnXmLYAGU6R4/kCYukKY+SM2k25TuYs4YK+kwUkyl7AoHBAMPlePhskBCTqYn41wTn/UICkPUhZHqh88JuEwEDAp70m4R0temi1dFnZzfGLbwfQD053NQ/2/DICpZJPalc7znFl0b26cLYs7BxBJyoAqGqxd91hK2CHB7/I3WPrkawp8hebUUCBIgxEE3zuy/7BUA8xnsDLOV/6tkumni24/jFMfyl8J0AoyIfnVgsh5/0WhmAmr3NO7azEuqy2WwBcSKnxxS2WrKfqEnIgegZBgiaEROBSdttwU3QwN1KwyiBHQKBwQDCmHTfNQZfIdnJKhhlUCECtpTE4Ub7FpCwOx0uLMPp4hzYRVBcMUMlUy8uPIHr0qeMxe9wFHFGjqjHUQCnjH+LQ/+sEouAtQuFombkMDqgzHTbtGPTeVM/ovynu58/y7yHuVhpIICz60yksbFgisb/PDZxOhlrvpW9UFEJrfHqnMS6wT+tMkJGeTfNLSysGR3Pd+EtL1nFZee/9YYA82q7a/XmdQwqsoroUVPFKoUY7V6YAyR9LFkd/ZdfvraxSOkCgcEAtHd3TSz+Pzc5bdDfjTaHGsOwdRMRNORz4r9zJHB4fqWLi6fVWmpXnnUrIregtHj5vi3LIYG/Bf/TuQW6F4d1H3zHU2nuikEGsNo9THB/FB518dmapBmD/I5BRXFbNOZTe4R6F6O3Nxw0EAwkexw+hyI2G2ceekKwwOltBx49wJUx6rWYh5rprmr/khZbz2DVjD7sz0P96d7o42xmXlipuCpmfc9MmNf6uhZMjtxWsZ/1cUmfF9XxydUxh+vzBCKFAoHBAM314OwsGwRfad5TI1Kwx6r/Wqx7wC7DvhllPmNYgoMnv/Y+qut8gH5IsOj781nqRq3dX/xWxsyYfj3Rf0Dnzd7V5h2VvyC0fAJkxGbeE6T1d4qRPVNCVKfQ1YL00lnrGaQoq4TuVwm+7Y55RqbZS7McLMzUVHLdGZgbvcVQoaZJ3JpRoe8TCeze/6ZfsrlRB1oxXcwZjWXooEwft/Vl26d/D30GCO4RhBywVLu4RXif+1YUTjGJteexLAIvpj7uGQ==',
  11740.                     'x509cert' => 'MIIFGzCCA4OgAwIBAgIUSP8b17ejN+fLIZUmSE/vEQjaOKUwDQYJKoZIhvcNAQELBQAwgZwxCzAJBgNVBAYTAkhVMREwDwYDVQQIDAhCdWRhcGVzdDERMA8GA1UEBwwIQnVkYXBlc3QxGDAWBgNVBAoMD1RhbGstQS1Cb3QgTHRkLjELMAkGA1UECwwCSVQxHzAdBgNVBAMMFmRhc2hib2FyZC50YWxrYWJvdC5uZXQxHzAdBgkqhkiG9w0BCQEWEG9wc0B0YWxrYWJvdC5uZXQwHhcNMTkwNjA0MTU1MTA2WhcNMjkwNjAzMTU1MTA2WjCBnDELMAkGA1UEBhMCSFUxETAPBgNVBAgMCEJ1ZGFwZXN0MREwDwYDVQQHDAhCdWRhcGVzdDEYMBYGA1UECgwPVGFsay1BLUJvdCBMdGQuMQswCQYDVQQLDAJJVDEfMB0GA1UEAwwWZGFzaGJvYXJkLnRhbGthYm90Lm5ldDEfMB0GCSqGSIb3DQEJARYQb3BzQHRhbGthYm90Lm5ldDCCAaIwDQYJKoZIhvcNAQEBBQADggGPADCCAYoCggGBAJ8oyI1obk5Kc8vsGl45FFi/aF2l9APuQlUSrFeZc4zrsNnpWYzSGym0mRs22kalAKkBsdMdQ4nJ2+YWffRE51BXkU5DlQvwxuvqtSV+6hDuzTXJ7biTVwr6jb2GLJt/jEUpyE/l5wlNLJSgE0QHy94WN6IwZfoH36u1F0A4c1ufV8ykVr8uNRNylasxwCHNrWpVpjZ2G47yIB2qdksJa2brn7z4ojtMioGjeuWWozDhUK9iv96fJQiJMBoFLw29LXbyXUKd2q4gKbHBRL/fnkeZrhL9VWL69yWMRFEu1GYvTRkFA0G6NZueEhlZj2SbOSw64rmyoS2Qf4+AcsQZcpt42vJgbgyEHpPa9kwwtpNDfGE32qOvsYjpbM4W1Zqe0qJaZZQjn5oOpQDkVGHzcDb+YtBuWeC/s0QjUnzpjEsOamNPX6v78lzvj3OxPcGpT+MA0ol1r6IehUun6YW8RxxDCWbKAMoAyx/fj2delME4V6B4LmLJThPQhy0hqMqt7wIDAQABo1MwUTAdBgNVHQ4EFgQUmvLJZ3Nm6bRTUa6rk9pxeMTLBUIwHwYDVR0jBBgwFoAUmvLJZ3Nm6bRTUa6rk9pxeMTLBUIwDwYDVR0TAQH/BAUwAwEB/zANBgkqhkiG9w0BAQsFAAOCAYEASKHe08vGQ4QyxanBMGt1HrbBsoYsAJ4IGkTrviMh/qlkKLrQVrGQ1x8hJUDRsOJmBl2ylHhMSuIsyzLwf9F64U9Kq9BCw5OOzf1dG+Vj+KkTnwE+SpmDcYtUwTMyjJXVbzDwI0TNww6jEvhGy365MDQXiTrkZU6pg/peAubACG54gD8F+Xm8SJq63NW+qYOW0L8Qwhaxn6c3GDkQ0bhVaYL47r+sZqKmhR6cG+JZu263rhP6p3X9SXE6lI+Zq262zYwd1SMoH7JbmHO39sEBc1/iZ2QMpGLiRvtU74gCIdwU0d9PQxX5sDzSgmy7R93l5DdNUO1Q4a1n3ccrG4ba3hc7QXQ71yzONQqWL+sTWwm40N7YxAyaS7yaYfHhOMjVpO2t9K4QCckObpVA2xXoB9e610ovFpPsZcl6Ns6OmHhDC/JcwtvL+/4papyyjCuM3oTMiM9jk8lgyguL8qHPiaCk6kGK20qjHIDa0KxSi9DeZR1CNSeJT43afvsgaTSu',
  11741.                 ],
  11742.                 'baseurl' => 'https://'.$this->getEnv('string:require:PHP_CUR_HOST').'/saml',
  11743.                 'strict' => true,
  11744.                 'debug' => true,
  11745.                 'security' => [
  11746.                     'nameIdEncrypted' => true,
  11747.                     'authnRequestsSigned' => true,
  11748.                     'logoutRequestSigned' => true,
  11749.                     'logoutResponseSigned' => true,
  11750.                     'wantMessagesSigned' => true,
  11751.                     'wantAssertionsSigned' => true,
  11752.                     'wantNameIdEncrypted' => false,
  11753.                     'requestedAuthnContext' => true,
  11754.                     'signMetadata' => true,
  11755.                     'wantXMLValidation' => true,
  11756.                     'signatureAlgorithm' => 'http://www.w3.org/2001/04/xmldsig-more#rsa-sha256',
  11757.                     'digestAlgorithm' => 'http://www.w3.org/2001/04/xmlenc#sha256',
  11758.                     'destinationStrictlyMatches' => true,
  11759.                 ],
  11760.                 'contactPerson' => [
  11761.                     'technical' => [
  11762.                         'givenName' => 'Talk-A-Bot Operators',
  11763.                         'emailAddress' => 'ops@talkabot.net',
  11764.                     ],
  11765.                     'support' => [
  11766.                         'givenName' => 'Talk-A-Bot Operators',
  11767.                         'emailAddress' => 'ops@talkabot.net',
  11768.                     ],
  11769.                 ],
  11770.                 'organization' => [
  11771.                     'en' => [
  11772.                         'name' => 'talkabot',
  11773.                         'displayname' => 'Talk-A-Bot Ltd.',
  11774.                         'url' => 'https://talkabot.net',
  11775.                     ],
  11776.                 ],
  11777.             ]; break;
  11778.             default: throw new InvalidArgumentException(sprintf('The dynamic parameter "%s" must be defined.'$name));
  11779.         }
  11780.         $this->loadedDynamicParameters[$name] = true;
  11781.         return $this->dynamicParameters[$name] = $value;
  11782.     }
  11783.     protected function getDefaultParameters(): array
  11784.     {
  11785.         return [
  11786.             'kernel.project_dir' => \dirname(__DIR__4),
  11787.             'kernel.environment' => 'dev',
  11788.             'kernel.debug' => true,
  11789.             'kernel.logs_dir' => (\dirname(__DIR__3).'/log'),
  11790.             'kernel.bundles' => [
  11791.                 'FrameworkBundle' => 'Symfony\\Bundle\\FrameworkBundle\\FrameworkBundle',
  11792.                 'TwigBundle' => 'Symfony\\Bundle\\TwigBundle\\TwigBundle',
  11793.                 'SecurityBundle' => 'Symfony\\Bundle\\SecurityBundle\\SecurityBundle',
  11794.                 'SonataBlockBundle' => 'Sonata\\BlockBundle\\SonataBlockBundle',
  11795.                 'KnpMenuBundle' => 'Knp\\Bundle\\MenuBundle\\KnpMenuBundle',
  11796.                 'SonataAdminBundle' => 'Sonata\\AdminBundle\\SonataAdminBundle',
  11797.                 'SonataExporterBundle' => 'Sonata\\Exporter\\Bridge\\Symfony\\SonataExporterBundle',
  11798.                 'DoctrineBundle' => 'Doctrine\\Bundle\\DoctrineBundle\\DoctrineBundle',
  11799.                 'SonataDoctrineORMAdminBundle' => 'Sonata\\DoctrineORMAdminBundle\\SonataDoctrineORMAdminBundle',
  11800.                 'DoctrineMigrationsBundle' => 'Doctrine\\Bundle\\MigrationsBundle\\DoctrineMigrationsBundle',
  11801.                 'MakerBundle' => 'Symfony\\Bundle\\MakerBundle\\MakerBundle',
  11802.                 'HslavichOneloginSamlBundle' => 'Hslavich\\OneloginSamlBundle\\HslavichOneloginSamlBundle',
  11803.                 'MonologBundle' => 'Symfony\\Bundle\\MonologBundle\\MonologBundle',
  11804.                 'SonataDoctrineBundle' => 'Sonata\\Doctrine\\Bridge\\Symfony\\SonataDoctrineBundle',
  11805.                 'SonataFormBundle' => 'Sonata\\Form\\Bridge\\Symfony\\SonataFormBundle',
  11806.                 'SonataTwigBundle' => 'Sonata\\Twig\\Bridge\\Symfony\\SonataTwigBundle',
  11807.                 'SensioFrameworkExtraBundle' => 'Sensio\\Bundle\\FrameworkExtraBundle\\SensioFrameworkExtraBundle',
  11808.                 'TwigExtraBundle' => 'Twig\\Extra\\TwigExtraBundle\\TwigExtraBundle',
  11809.                 'WebProfilerBundle' => 'Symfony\\Bundle\\WebProfilerBundle\\WebProfilerBundle',
  11810.                 'HWIOAuthBundle' => 'HWI\\Bundle\\OAuthBundle\\HWIOAuthBundle',
  11811.                 'HttplugBundle' => 'Http\\HttplugBundle\\HttplugBundle',
  11812.                 'SimpleThingsEntityAuditBundle' => 'SimpleThings\\EntityAudit\\SimpleThingsEntityAuditBundle',
  11813.             ],
  11814.             'kernel.bundles_metadata' => [
  11815.                 'FrameworkBundle' => [
  11816.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle'),
  11817.                     'namespace' => 'Symfony\\Bundle\\FrameworkBundle',
  11818.                 ],
  11819.                 'TwigBundle' => [
  11820.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/twig-bundle'),
  11821.                     'namespace' => 'Symfony\\Bundle\\TwigBundle',
  11822.                 ],
  11823.                 'SecurityBundle' => [
  11824.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/security-bundle'),
  11825.                     'namespace' => 'Symfony\\Bundle\\SecurityBundle',
  11826.                 ],
  11827.                 'SonataBlockBundle' => [
  11828.                     'path' => (\dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src'),
  11829.                     'namespace' => 'Sonata\\BlockBundle',
  11830.                 ],
  11831.                 'KnpMenuBundle' => [
  11832.                     'path' => (\dirname(__DIR__4).'/vendor/knplabs/knp-menu-bundle/src'),
  11833.                     'namespace' => 'Knp\\Bundle\\MenuBundle',
  11834.                 ],
  11835.                 'SonataAdminBundle' => [
  11836.                     'path' => (\dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src'),
  11837.                     'namespace' => 'Sonata\\AdminBundle',
  11838.                 ],
  11839.                 'SonataExporterBundle' => [
  11840.                     'path' => (\dirname(__DIR__4).'/vendor/sonata-project/exporter/src/Bridge/Symfony'),
  11841.                     'namespace' => 'Sonata\\Exporter\\Bridge\\Symfony',
  11842.                 ],
  11843.                 'DoctrineBundle' => [
  11844.                     'path' => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle'),
  11845.                     'namespace' => 'Doctrine\\Bundle\\DoctrineBundle',
  11846.                 ],
  11847.                 'SonataDoctrineORMAdminBundle' => [
  11848.                     'path' => (\dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src'),
  11849.                     'namespace' => 'Sonata\\DoctrineORMAdminBundle',
  11850.                 ],
  11851.                 'DoctrineMigrationsBundle' => [
  11852.                     'path' => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle'),
  11853.                     'namespace' => 'Doctrine\\Bundle\\MigrationsBundle',
  11854.                 ],
  11855.                 'MakerBundle' => [
  11856.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/maker-bundle/src'),
  11857.                     'namespace' => 'Symfony\\Bundle\\MakerBundle',
  11858.                 ],
  11859.                 'HslavichOneloginSamlBundle' => [
  11860.                     'path' => (\dirname(__DIR__4).'/vendor/hslavich/oneloginsaml-bundle'),
  11861.                     'namespace' => 'Hslavich\\OneloginSamlBundle',
  11862.                 ],
  11863.                 'MonologBundle' => [
  11864.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/monolog-bundle'),
  11865.                     'namespace' => 'Symfony\\Bundle\\MonologBundle',
  11866.                 ],
  11867.                 'SonataDoctrineBundle' => [
  11868.                     'path' => (\dirname(__DIR__4).'/vendor/sonata-project/doctrine-extensions/src/Bridge/Symfony'),
  11869.                     'namespace' => 'Sonata\\Doctrine\\Bridge\\Symfony',
  11870.                 ],
  11871.                 'SonataFormBundle' => [
  11872.                     'path' => (\dirname(__DIR__4).'/vendor/sonata-project/form-extensions/src/Bridge/Symfony'),
  11873.                     'namespace' => 'Sonata\\Form\\Bridge\\Symfony',
  11874.                 ],
  11875.                 'SonataTwigBundle' => [
  11876.                     'path' => (\dirname(__DIR__4).'/vendor/sonata-project/twig-extensions/src/Bridge/Symfony'),
  11877.                     'namespace' => 'Sonata\\Twig\\Bridge\\Symfony',
  11878.                 ],
  11879.                 'SensioFrameworkExtraBundle' => [
  11880.                     'path' => (\dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src'),
  11881.                     'namespace' => 'Sensio\\Bundle\\FrameworkExtraBundle',
  11882.                 ],
  11883.                 'TwigExtraBundle' => [
  11884.                     'path' => (\dirname(__DIR__4).'/vendor/twig/extra-bundle'),
  11885.                     'namespace' => 'Twig\\Extra\\TwigExtraBundle',
  11886.                 ],
  11887.                 'WebProfilerBundle' => [
  11888.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle'),
  11889.                     'namespace' => 'Symfony\\Bundle\\WebProfilerBundle',
  11890.                 ],
  11891.                 'HWIOAuthBundle' => [
  11892.                     'path' => (\dirname(__DIR__4).'/vendor/hwi/oauth-bundle'),
  11893.                     'namespace' => 'HWI\\Bundle\\OAuthBundle',
  11894.                 ],
  11895.                 'HttplugBundle' => [
  11896.                     'path' => (\dirname(__DIR__4).'/vendor/php-http/httplug-bundle/src'),
  11897.                     'namespace' => 'Http\\HttplugBundle',
  11898.                 ],
  11899.                 'SimpleThingsEntityAuditBundle' => [
  11900.                     'path' => (\dirname(__DIR__4).'/vendor/sonata-project/entity-audit-bundle/src'),
  11901.                     'namespace' => 'SimpleThings\\EntityAudit',
  11902.                 ],
  11903.             ],
  11904.             'kernel.charset' => 'UTF-8',
  11905.             'kernel.container_class' => 'App_KernelDevDebugContainer',
  11906.             'container.dumper.inline_class_loader' => true,
  11907.             'container.dumper.inline_factories' => true,
  11908.             'locale' => 'en',
  11909.             'documents.locales' => 'en|hu',
  11910.             'files_dir' => (\dirname(__DIR__3).'/uploaded_files'),
  11911.             'env(PHP_CUR_HOST)' => (\dirname(__DIR__4).'/config/phpenv/get_current_host.php'),
  11912.             'client_id' => '875f172b-0917-477e-8fd4-ce2959532b55',
  11913.             'client_secret' => 'ASW88.W4_-JF98HuMRnAc-lnUJk.EL2lHU',
  11914.             'client_tenant' => 'f40d28f0-fa73-4100-bdad-85e72b983110',
  11915.             'env(PHP_MONITROING_FROM)' => (\dirname(__DIR__4).'/config/phpenv/get_date_from.php'),
  11916.             'env(PHP_MONITROING_TO)' => (\dirname(__DIR__4).'/config/phpenv/get_date_to.php'),
  11917.             'resource_proxy.url' => 'resource01.botoffice.net',
  11918.             'resource_proxy.username' => 'resourceproxyadmin',
  11919.             'resource_proxy.password' => 'MkdAR7YhzjdzaGDFdG6nrd48WQwPf1ZP',
  11920.             'event_dispatcher.event_aliases' => [
  11921.                 'Symfony\\Component\\Console\\Event\\ConsoleCommandEvent' => 'console.command',
  11922.                 'Symfony\\Component\\Console\\Event\\ConsoleErrorEvent' => 'console.error',
  11923.                 'Symfony\\Component\\Console\\Event\\ConsoleSignalEvent' => 'console.signal',
  11924.                 'Symfony\\Component\\Console\\Event\\ConsoleTerminateEvent' => 'console.terminate',
  11925.                 'Symfony\\Component\\Form\\Event\\PreSubmitEvent' => 'form.pre_submit',
  11926.                 'Symfony\\Component\\Form\\Event\\SubmitEvent' => 'form.submit',
  11927.                 'Symfony\\Component\\Form\\Event\\PostSubmitEvent' => 'form.post_submit',
  11928.                 'Symfony\\Component\\Form\\Event\\PreSetDataEvent' => 'form.pre_set_data',
  11929.                 'Symfony\\Component\\Form\\Event\\PostSetDataEvent' => 'form.post_set_data',
  11930.                 'Symfony\\Component\\HttpKernel\\Event\\ControllerArgumentsEvent' => 'kernel.controller_arguments',
  11931.                 'Symfony\\Component\\HttpKernel\\Event\\ControllerEvent' => 'kernel.controller',
  11932.                 'Symfony\\Component\\HttpKernel\\Event\\ResponseEvent' => 'kernel.response',
  11933.                 'Symfony\\Component\\HttpKernel\\Event\\FinishRequestEvent' => 'kernel.finish_request',
  11934.                 'Symfony\\Component\\HttpKernel\\Event\\RequestEvent' => 'kernel.request',
  11935.                 'Symfony\\Component\\HttpKernel\\Event\\ViewEvent' => 'kernel.view',
  11936.                 'Symfony\\Component\\HttpKernel\\Event\\ExceptionEvent' => 'kernel.exception',
  11937.                 'Symfony\\Component\\HttpKernel\\Event\\TerminateEvent' => 'kernel.terminate',
  11938.                 'Symfony\\Component\\Security\\Core\\Event\\AuthenticationSuccessEvent' => 'security.authentication.success',
  11939.                 'Symfony\\Component\\Security\\Core\\Event\\AuthenticationFailureEvent' => 'security.authentication.failure',
  11940.                 'Symfony\\Component\\Security\\Http\\Event\\InteractiveLoginEvent' => 'security.interactive_login',
  11941.                 'Symfony\\Component\\Security\\Http\\Event\\SwitchUserEvent' => 'security.switch_user',
  11942.             ],
  11943.             'fragment.renderer.hinclude.global_template' => NULL,
  11944.             'fragment.path' => '/_fragment',
  11945.             'kernel.http_method_override' => true,
  11946.             'kernel.trusted_hosts' => [
  11947.             ],
  11948.             'kernel.default_locale' => 'hu',
  11949.             'kernel.enabled_locales' => [
  11950.             ],
  11951.             'kernel.error_controller' => 'error_controller',
  11952.             'debug.file_link_format' => NULL,
  11953.             'session.metadata.storage_key' => '_sf2_meta',
  11954.             'session.storage.options' => [
  11955.                 'cache_limiter' => '0',
  11956.                 'cookie_secure' => 'auto',
  11957.                 'cookie_httponly' => true,
  11958.                 'cookie_samesite' => 'lax',
  11959.                 'gc_probability' => 1,
  11960.             ],
  11961.             'session.metadata.update_threshold' => 0,
  11962.             'form.type_extension.csrf.enabled' => true,
  11963.             'form.type_extension.csrf.field_name' => '_token',
  11964.             'asset.request_context.base_path' => NULL,
  11965.             'asset.request_context.secure' => NULL,
  11966.             'validator.translation_domain' => 'validators',
  11967.             'translator.logging' => false,
  11968.             'translator.default_path' => (\dirname(__DIR__4).'/translations'),
  11969.             'profiler_listener.only_exceptions' => false,
  11970.             'profiler_listener.only_main_requests' => false,
  11971.             'debug.error_handler.throw_at' => -1,
  11972.             'router.request_context.host' => 'localhost',
  11973.             'router.request_context.scheme' => 'http',
  11974.             'router.request_context.base_url' => '',
  11975.             'router.resource' => 'kernel::loadRoutes',
  11976.             'request_listener.http_port' => 80,
  11977.             'request_listener.https_port' => 443,
  11978.             'twig.form.resources' => [
  11979.                 => 'form_div_layout.html.twig',
  11980.                 => 'base.html.twig',
  11981.                 => 'edit__deploytags.html.twig',
  11982.                 => 'form/environment_option.html.twig',
  11983.                 => 'form/type/datalist.html.twig',
  11984.                 => 'bootstrap_4_layout.html.twig',
  11985.             ],
  11986.             'twig.default_path' => (\dirname(__DIR__4).'/templates'),
  11987.             'security.role_hierarchy.roles' => [
  11988.             ],
  11989.             'security.access.denied_url' => NULL,
  11990.             'security.authentication.manager.erase_credentials' => true,
  11991.             'security.authentication.session_strategy.strategy' => 'migrate',
  11992.             'security.access.always_authenticate_before_granting' => false,
  11993.             'security.authentication.hide_user_not_found' => true,
  11994.             'security.firewalls' => [
  11995.                 => 'dev',
  11996.                 => 'azuremarketplace',
  11997.                 => 'main',
  11998.             ],
  11999.             'hwi_oauth.resource_ownermap.configured.azuremarketplace' => [
  12000.                 'azure' => '/login/check-azure',
  12001.             ],
  12002.             'security.azuremarketplace._indexed_authenticators' => [
  12003.             ],
  12004.             'security.main._indexed_authenticators' => [
  12005.             ],
  12006.             'sonata.block.container.types' => [
  12007.                 => 'sonata.block.service.container',
  12008.                 => 'sonata.page.block.container',
  12009.                 => 'sonata.dashboard.block.container',
  12010.                 => 'cmf.block.container',
  12011.                 => 'cmf.block.slideshow',
  12012.             ],
  12013.             'sonata_block.blocks' => [
  12014.                 'sonata.admin.block.admin_list' => [
  12015.                     'contexts' => [
  12016.                         => 'admin',
  12017.                     ],
  12018.                     'templates' => [
  12019.                     ],
  12020.                     'cache' => 'sonata.cache.noop',
  12021.                     'settings' => [
  12022.                     ],
  12023.                 ],
  12024.                 'sonata.block.service.container' => [
  12025.                     'contexts' => [
  12026.                     ],
  12027.                     'templates' => [
  12028.                     ],
  12029.                     'cache' => 'sonata.cache.noop',
  12030.                     'settings' => [
  12031.                     ],
  12032.                 ],
  12033.                 'sonata.block.service.empty' => [
  12034.                     'contexts' => [
  12035.                     ],
  12036.                     'templates' => [
  12037.                     ],
  12038.                     'cache' => 'sonata.cache.noop',
  12039.                     'settings' => [
  12040.                     ],
  12041.                 ],
  12042.                 'sonata.block.service.text' => [
  12043.                     'contexts' => [
  12044.                     ],
  12045.                     'templates' => [
  12046.                     ],
  12047.                     'cache' => 'sonata.cache.noop',
  12048.                     'settings' => [
  12049.                     ],
  12050.                 ],
  12051.                 'sonata.block.service.rss' => [
  12052.                     'contexts' => [
  12053.                     ],
  12054.                     'templates' => [
  12055.                     ],
  12056.                     'cache' => 'sonata.cache.noop',
  12057.                     'settings' => [
  12058.                     ],
  12059.                 ],
  12060.                 'sonata.block.service.template' => [
  12061.                     'contexts' => [
  12062.                     ],
  12063.                     'templates' => [
  12064.                     ],
  12065.                     'cache' => 'sonata.cache.noop',
  12066.                     'settings' => [
  12067.                     ],
  12068.                 ],
  12069.                 'sonata.block.service.menu' => [
  12070.                     'contexts' => [
  12071.                     ],
  12072.                     'templates' => [
  12073.                     ],
  12074.                     'cache' => 'sonata.cache.noop',
  12075.                     'settings' => [
  12076.                     ],
  12077.                 ],
  12078.                 'sonata.admin.block.search_result' => [
  12079.                     'contexts' => [
  12080.                     ],
  12081.                     'templates' => [
  12082.                     ],
  12083.                     'cache' => 'sonata.cache.noop',
  12084.                     'settings' => [
  12085.                     ],
  12086.                 ],
  12087.                 'sonata.admin.block.stats' => [
  12088.                     'contexts' => [
  12089.                     ],
  12090.                     'templates' => [
  12091.                     ],
  12092.                     'cache' => 'sonata.cache.noop',
  12093.                     'settings' => [
  12094.                     ],
  12095.                 ],
  12096.                 'sonata.admin.block.admin_preview' => [
  12097.                     'contexts' => [
  12098.                     ],
  12099.                     'templates' => [
  12100.                     ],
  12101.                     'cache' => 'sonata.cache.noop',
  12102.                     'settings' => [
  12103.                     ],
  12104.                 ],
  12105.                 'sonata.admin_doctrine_orm.block.audit' => [
  12106.                     'contexts' => [
  12107.                     ],
  12108.                     'templates' => [
  12109.                     ],
  12110.                     'cache' => 'sonata.cache.noop',
  12111.                     'settings' => [
  12112.                     ],
  12113.                 ],
  12114.             ],
  12115.             'sonata_block.blocks_by_class' => [
  12116.             ],
  12117.             'sonata_blocks.block_types' => [
  12118.                 => 'sonata.admin.block.admin_list',
  12119.                 => 'sonata.block.service.container',
  12120.                 => 'sonata.block.service.empty',
  12121.                 => 'sonata.block.service.text',
  12122.                 => 'sonata.block.service.rss',
  12123.                 => 'sonata.block.service.template',
  12124.                 => 'sonata.block.service.menu',
  12125.                 => 'sonata.admin.block.search_result',
  12126.                 => 'sonata.admin.block.stats',
  12127.                 => 'sonata.admin.block.admin_preview',
  12128.                 10 => 'sonata.admin_doctrine_orm.block.audit',
  12129.             ],
  12130.             'sonata_block.cache_blocks' => [
  12131.                 'by_type' => [
  12132.                     'sonata.admin.block.admin_list' => 'sonata.cache.noop',
  12133.                     'sonata.block.service.container' => 'sonata.cache.noop',
  12134.                     'sonata.block.service.empty' => 'sonata.cache.noop',
  12135.                     'sonata.block.service.text' => 'sonata.cache.noop',
  12136.                     'sonata.block.service.rss' => 'sonata.cache.noop',
  12137.                     'sonata.block.service.template' => 'sonata.cache.noop',
  12138.                     'sonata.block.service.menu' => 'sonata.cache.noop',
  12139.                     'sonata.admin.block.search_result' => 'sonata.cache.noop',
  12140.                     'sonata.admin.block.stats' => 'sonata.cache.noop',
  12141.                     'sonata.admin.block.admin_preview' => 'sonata.cache.noop',
  12142.                     'sonata.admin_doctrine_orm.block.audit' => 'sonata.cache.noop',
  12143.                 ],
  12144.             ],
  12145.             'sonata_blocks.default_contexts' => [
  12146.             ],
  12147.             'knp_menu.renderer.list.options' => [
  12148.             ],
  12149.             'knp_menu.twig.extension.class' => 'Knp\\Menu\\Twig\\MenuExtension',
  12150.             'knp_menu.renderer.twig.class' => 'Knp\\Menu\\Renderer\\TwigRenderer',
  12151.             'knp_menu.renderer.twig.options' => [
  12152.             ],
  12153.             'knp_menu.renderer.twig.template' => '@KnpMenu/menu.html.twig',
  12154.             'knp_menu.default_renderer' => 'twig',
  12155.             'sonata.admin.twig.extension.x_editable_type_mapping' => [
  12156.                 'choice' => 'select',
  12157.                 'boolean' => 'select',
  12158.                 'textarea' => 'textarea',
  12159.                 'html' => 'textarea',
  12160.                 'email' => 'email',
  12161.                 'string' => 'text',
  12162.                 'integer' => 'number',
  12163.                 'float' => 'number',
  12164.                 'currency' => 'number',
  12165.                 'percent' => 'number',
  12166.                 'url' => 'url',
  12167.             ],
  12168.             'sonata.admin.configuration.global_search.empty_boxes' => 'show',
  12169.             'sonata.admin.configuration.global_search.admin_route' => 'show',
  12170.             'sonata.admin.configuration.templates' => [
  12171.                 'dashboard' => '@SonataAdmin/Core/dashboard.html.twig',
  12172.                 'history_revision_timestamp' => 'CRUD/SonataAdminBundle_history_revision_timestamp.html.twig',
  12173.                 'user_block' => '@SonataAdmin/Core/user_block.html.twig',
  12174.                 'add_block' => '@SonataAdmin/Core/add_block.html.twig',
  12175.                 'layout' => '@SonataAdmin/standard_layout.html.twig',
  12176.                 'ajax' => '@SonataAdmin/ajax_layout.html.twig',
  12177.                 'search' => '@SonataAdmin/Core/search.html.twig',
  12178.                 'list' => '@SonataAdmin/CRUD/list.html.twig',
  12179.                 'filter' => '@SonataAdmin/Form/filter_admin_fields.html.twig',
  12180.                 'show' => '@SonataAdmin/CRUD/show.html.twig',
  12181.                 'show_compare' => '@SonataAdmin/CRUD/show_compare.html.twig',
  12182.                 'edit' => '@SonataAdmin/CRUD/edit.html.twig',
  12183.                 'preview' => '@SonataAdmin/CRUD/preview.html.twig',
  12184.                 'history' => '@SonataAdmin/CRUD/history.html.twig',
  12185.                 'acl' => '@SonataAdmin/CRUD/acl.html.twig',
  12186.                 'action' => '@SonataAdmin/CRUD/action.html.twig',
  12187.                 'select' => '@SonataAdmin/CRUD/list__select.html.twig',
  12188.                 'list_block' => '@SonataAdmin/Block/block_admin_list.html.twig',
  12189.                 'search_result_block' => '@SonataAdmin/Block/block_search_result.html.twig',
  12190.                 'short_object_description' => '@SonataAdmin/Helper/short-object-description.html.twig',
  12191.                 'delete' => '@SonataAdmin/CRUD/delete.html.twig',
  12192.                 'batch' => '@SonataAdmin/CRUD/list__batch.html.twig',
  12193.                 'batch_confirmation' => '@SonataAdmin/CRUD/batch_confirmation.html.twig',
  12194.                 'inner_list_row' => '@SonataAdmin/CRUD/list_inner_row.html.twig',
  12195.                 'outer_list_rows_mosaic' => '@SonataAdmin/CRUD/list_outer_rows_mosaic.html.twig',
  12196.                 'outer_list_rows_list' => '@SonataAdmin/CRUD/list_outer_rows_list.html.twig',
  12197.                 'outer_list_rows_tree' => '@SonataAdmin/CRUD/list_outer_rows_tree.html.twig',
  12198.                 'base_list_field' => '@SonataAdmin/CRUD/base_list_field.html.twig',
  12199.                 'pager_links' => '@SonataAdmin/Pager/links.html.twig',
  12200.                 'pager_results' => '@SonataAdmin/Pager/results.html.twig',
  12201.                 'tab_menu_template' => '@SonataAdmin/Core/tab_menu_template.html.twig',
  12202.                 'knp_menu_template' => '@SonataAdmin/Menu/sonata_menu.html.twig',
  12203.                 'action_create' => '@SonataAdmin/CRUD/dashboard__action_create.html.twig',
  12204.                 'button_acl' => '@SonataAdmin/Button/acl_button.html.twig',
  12205.                 'button_create' => '@SonataAdmin/Button/create_button.html.twig',
  12206.                 'button_edit' => '@SonataAdmin/Button/edit_button.html.twig',
  12207.                 'button_history' => '@SonataAdmin/Button/history_button.html.twig',
  12208.                 'button_list' => '@SonataAdmin/Button/list_button.html.twig',
  12209.                 'button_show' => '@SonataAdmin/Button/show_button.html.twig',
  12210.                 'form_theme' => [
  12211.                 ],
  12212.                 'filter_theme' => [
  12213.                 ],
  12214.             ],
  12215.             'sonata.admin.configuration.default_admin_services' => [
  12216.                 'model_manager' => NULL,
  12217.                 'data_source' => NULL,
  12218.                 'field_description_factory' => NULL,
  12219.                 'form_contractor' => NULL,
  12220.                 'show_builder' => NULL,
  12221.                 'list_builder' => NULL,
  12222.                 'datagrid_builder' => NULL,
  12223.                 'translator' => NULL,
  12224.                 'configuration_pool' => NULL,
  12225.                 'route_generator' => NULL,
  12226.                 'security_handler' => NULL,
  12227.                 'menu_factory' => NULL,
  12228.                 'route_builder' => NULL,
  12229.                 'label_translator_strategy' => NULL,
  12230.                 'pager_type' => NULL,
  12231.             ],
  12232.             'sonata.admin.configuration.default_controller' => 'sonata.admin.controller.crud',
  12233.             'sonata.admin.configuration.dashboard_groups' => [
  12234.             ],
  12235.             'sonata.admin.configuration.dashboard_blocks' => [
  12236.                 => [
  12237.                     'type' => 'sonata.admin.block.admin_list',
  12238.                     'position' => 'left',
  12239.                     'roles' => [
  12240.                     ],
  12241.                     'settings' => [
  12242.                     ],
  12243.                     'class' => 'col-md-4',
  12244.                 ],
  12245.             ],
  12246.             'sonata.admin.configuration.sort_admins' => false,
  12247.             'sonata.admin.configuration.mosaic_background' => 'bundles/sonataadmin/images/default_mosaic_image.png',
  12248.             'sonata.admin.configuration.default_group' => 'default',
  12249.             'sonata.admin.configuration.default_label_catalogue' => 'SonataAdminBundle',
  12250.             'sonata.admin.configuration.default_icon' => 'fas fa-folder',
  12251.             'sonata.admin.configuration.breadcrumbs' => [
  12252.                 'child_admin_route' => 'show',
  12253.             ],
  12254.             'sonata.admin.configuration.security.role_admin' => 'ROLE_SONATA_ADMIN',
  12255.             'sonata.admin.configuration.security.role_super_admin' => 'ROLE_SUPER_ADMIN',
  12256.             'sonata.admin.configuration.security.information' => [
  12257.             ],
  12258.             'sonata.admin.configuration.security.admin_permissions' => [
  12259.                 => 'CREATE',
  12260.                 => 'LIST',
  12261.                 => 'DELETE',
  12262.                 => 'UNDELETE',
  12263.                 => 'EXPORT',
  12264.                 => 'OPERATOR',
  12265.                 => 'MASTER',
  12266.             ],
  12267.             'sonata.admin.configuration.security.object_permissions' => [
  12268.                 => 'VIEW',
  12269.                 => 'EDIT',
  12270.                 => 'HISTORY',
  12271.                 => 'DELETE',
  12272.                 => 'UNDELETE',
  12273.                 => 'OPERATOR',
  12274.                 => 'MASTER',
  12275.                 => 'OWNER',
  12276.             ],
  12277.             'sonata.admin.security.handler.noop.class' => 'Sonata\\AdminBundle\\Security\\Handler\\NoopSecurityHandler',
  12278.             'sonata.admin.security.handler.role.class' => 'Sonata\\AdminBundle\\Security\\Handler\\RoleSecurityHandler',
  12279.             'sonata.admin.security.handler.acl.class' => 'Sonata\\AdminBundle\\Security\\Handler\\AclSecurityHandler',
  12280.             'sonata.admin.security.mask.builder.class' => 'Sonata\\AdminBundle\\Security\\Acl\\Permission\\MaskBuilder',
  12281.             'sonata.admin.manipulator.acl.admin.class' => 'Sonata\\AdminBundle\\Util\\AdminAclManipulator',
  12282.             'sonata.admin.object.manipulator.acl.admin.class' => 'Sonata\\AdminBundle\\Util\\AdminObjectAclManipulator',
  12283.             'sonata.admin.extension.map' => [
  12284.             ],
  12285.             'sonata.admin.configuration.filters.persist' => true,
  12286.             'sonata.admin.configuration.filters.persister' => 'sonata.admin.filter_persister.session',
  12287.             'sonata.admin.configuration.show.mosaic.button' => true,
  12288.             'sonata.exporter.writer.csv.filename' => 'php://output',
  12289.             'sonata.exporter.writer.csv.delimiter' => ',',
  12290.             'sonata.exporter.writer.csv.enclosure' => '"',
  12291.             'sonata.exporter.writer.csv.escape' => '\\',
  12292.             'sonata.exporter.writer.csv.show_headers' => true,
  12293.             'sonata.exporter.writer.csv.with_bom' => false,
  12294.             'sonata.exporter.writer.json.filename' => 'php://output',
  12295.             'sonata.exporter.writer.xls.filename' => 'php://output',
  12296.             'sonata.exporter.writer.xls.show_headers' => true,
  12297.             'sonata.exporter.writer.xlsx.filename' => 'php://output',
  12298.             'sonata.exporter.writer.xlsx.show_headers' => true,
  12299.             'sonata.exporter.writer.xlsx.show_filters' => true,
  12300.             'sonata.exporter.writer.xml.filename' => 'php://output',
  12301.             'sonata.exporter.writer.xml.show_headers' => true,
  12302.             'sonata.exporter.writer.xml.main_element' => 'datas',
  12303.             'sonata.exporter.writer.xml.child_element' => 'data',
  12304.             'doctrine.dbal.logger.chain.class' => 'Doctrine\\DBAL\\Logging\\LoggerChain',
  12305.             'doctrine.dbal.logger.profiling.class' => 'Doctrine\\DBAL\\Logging\\DebugStack',
  12306.             'doctrine.dbal.logger.class' => 'Symfony\\Bridge\\Doctrine\\Logger\\DbalLogger',
  12307.             'doctrine.dbal.configuration.class' => 'Doctrine\\DBAL\\Configuration',
  12308.             'doctrine.data_collector.class' => 'Doctrine\\Bundle\\DoctrineBundle\\DataCollector\\DoctrineDataCollector',
  12309.             'doctrine.dbal.connection.event_manager.class' => 'Symfony\\Bridge\\Doctrine\\ContainerAwareEventManager',
  12310.             'doctrine.dbal.connection_factory.class' => 'Doctrine\\Bundle\\DoctrineBundle\\ConnectionFactory',
  12311.             'doctrine.dbal.events.mysql_session_init.class' => 'Doctrine\\DBAL\\Event\\Listeners\\MysqlSessionInit',
  12312.             'doctrine.dbal.events.oracle_session_init.class' => 'Doctrine\\DBAL\\Event\\Listeners\\OracleSessionInit',
  12313.             'doctrine.class' => 'Doctrine\\Bundle\\DoctrineBundle\\Registry',
  12314.             'doctrine.entity_managers' => [
  12315.                 'default' => 'doctrine.orm.default_entity_manager',
  12316.             ],
  12317.             'doctrine.default_entity_manager' => 'default',
  12318.             'doctrine.dbal.connection_factory.types' => [
  12319.             ],
  12320.             'doctrine.connections' => [
  12321.                 'default' => 'doctrine.dbal.default_connection',
  12322.             ],
  12323.             'doctrine.default_connection' => 'default',
  12324.             'doctrine.orm.configuration.class' => 'Doctrine\\ORM\\Configuration',
  12325.             'doctrine.orm.entity_manager.class' => 'Doctrine\\ORM\\EntityManager',
  12326.             'doctrine.orm.manager_configurator.class' => 'Doctrine\\Bundle\\DoctrineBundle\\ManagerConfigurator',
  12327.             'doctrine.orm.cache.array.class' => 'Doctrine\\Common\\Cache\\ArrayCache',
  12328.             'doctrine.orm.cache.apc.class' => 'Doctrine\\Common\\Cache\\ApcCache',
  12329.             'doctrine.orm.cache.memcache.class' => 'Doctrine\\Common\\Cache\\MemcacheCache',
  12330.             'doctrine.orm.cache.memcache_host' => 'localhost',
  12331.             'doctrine.orm.cache.memcache_port' => 11211,
  12332.             'doctrine.orm.cache.memcache_instance.class' => 'Memcache',
  12333.             'doctrine.orm.cache.memcached.class' => 'Doctrine\\Common\\Cache\\MemcachedCache',
  12334.             'doctrine.orm.cache.memcached_host' => 'localhost',
  12335.             'doctrine.orm.cache.memcached_port' => 11211,
  12336.             'doctrine.orm.cache.memcached_instance.class' => 'Memcached',
  12337.             'doctrine.orm.cache.redis.class' => 'Doctrine\\Common\\Cache\\RedisCache',
  12338.             'doctrine.orm.cache.redis_host' => 'localhost',
  12339.             'doctrine.orm.cache.redis_port' => 6379,
  12340.             'doctrine.orm.cache.redis_instance.class' => 'Redis',
  12341.             'doctrine.orm.cache.xcache.class' => 'Doctrine\\Common\\Cache\\XcacheCache',
  12342.             'doctrine.orm.cache.wincache.class' => 'Doctrine\\Common\\Cache\\WinCacheCache',
  12343.             'doctrine.orm.cache.zenddata.class' => 'Doctrine\\Common\\Cache\\ZendDataCache',
  12344.             'doctrine.orm.metadata.driver_chain.class' => 'Doctrine\\Persistence\\Mapping\\Driver\\MappingDriverChain',
  12345.             'doctrine.orm.metadata.annotation.class' => 'Doctrine\\ORM\\Mapping\\Driver\\AnnotationDriver',
  12346.             'doctrine.orm.metadata.xml.class' => 'Doctrine\\ORM\\Mapping\\Driver\\SimplifiedXmlDriver',
  12347.             'doctrine.orm.metadata.yml.class' => 'Doctrine\\ORM\\Mapping\\Driver\\SimplifiedYamlDriver',
  12348.             'doctrine.orm.metadata.php.class' => 'Doctrine\\ORM\\Mapping\\Driver\\PHPDriver',
  12349.             'doctrine.orm.metadata.staticphp.class' => 'Doctrine\\ORM\\Mapping\\Driver\\StaticPHPDriver',
  12350.             'doctrine.orm.metadata.attribute.class' => 'Doctrine\\ORM\\Mapping\\Driver\\AttributeDriver',
  12351.             'doctrine.orm.proxy_cache_warmer.class' => 'Symfony\\Bridge\\Doctrine\\CacheWarmer\\ProxyCacheWarmer',
  12352.             'form.type_guesser.doctrine.class' => 'Symfony\\Bridge\\Doctrine\\Form\\DoctrineOrmTypeGuesser',
  12353.             'doctrine.orm.validator.unique.class' => 'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator',
  12354.             'doctrine.orm.validator_initializer.class' => 'Symfony\\Bridge\\Doctrine\\Validator\\DoctrineInitializer',
  12355.             'doctrine.orm.security.user.provider.class' => 'Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider',
  12356.             'doctrine.orm.listeners.resolve_target_entity.class' => 'Doctrine\\ORM\\Tools\\ResolveTargetEntityListener',
  12357.             'doctrine.orm.listeners.attach_entity_listeners.class' => 'Doctrine\\ORM\\Tools\\AttachEntityListenersListener',
  12358.             'doctrine.orm.naming_strategy.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultNamingStrategy',
  12359.             'doctrine.orm.naming_strategy.underscore.class' => 'Doctrine\\ORM\\Mapping\\UnderscoreNamingStrategy',
  12360.             'doctrine.orm.quote_strategy.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultQuoteStrategy',
  12361.             'doctrine.orm.quote_strategy.ansi.class' => 'Doctrine\\ORM\\Mapping\\AnsiQuoteStrategy',
  12362.             'doctrine.orm.entity_listener_resolver.class' => 'Doctrine\\Bundle\\DoctrineBundle\\Mapping\\ContainerEntityListenerResolver',
  12363.             'doctrine.orm.second_level_cache.default_cache_factory.class' => 'Doctrine\\ORM\\Cache\\DefaultCacheFactory',
  12364.             'doctrine.orm.second_level_cache.default_region.class' => 'Doctrine\\ORM\\Cache\\Region\\DefaultRegion',
  12365.             'doctrine.orm.second_level_cache.filelock_region.class' => 'Doctrine\\ORM\\Cache\\Region\\FileLockRegion',
  12366.             'doctrine.orm.second_level_cache.logger_chain.class' => 'Doctrine\\ORM\\Cache\\Logging\\CacheLoggerChain',
  12367.             'doctrine.orm.second_level_cache.logger_statistics.class' => 'Doctrine\\ORM\\Cache\\Logging\\StatisticsCacheLogger',
  12368.             'doctrine.orm.second_level_cache.cache_configuration.class' => 'Doctrine\\ORM\\Cache\\CacheConfiguration',
  12369.             'doctrine.orm.second_level_cache.regions_configuration.class' => 'Doctrine\\ORM\\Cache\\RegionsConfiguration',
  12370.             'doctrine.orm.auto_generate_proxy_classes' => true,
  12371.             'doctrine.orm.proxy_namespace' => 'Proxies',
  12372.             'sonata_doctrine_orm_admin.audit.force' => true,
  12373.             'sonata.admin.manipulator.acl.object.orm.class' => 'Sonata\\DoctrineORMAdminBundle\\Util\\ObjectAclManipulator',
  12374.             'sonata_doctrine_orm_admin.entity_manager' => NULL,
  12375.             'sonata_doctrine_orm_admin.templates' => [
  12376.                 'types' => [
  12377.                     'list' => [
  12378.                         'array' => '@SonataAdmin/CRUD/list_array.html.twig',
  12379.                         'boolean' => '@SonataAdmin/CRUD/list_boolean.html.twig',
  12380.                         'date' => '@SonataAdmin/CRUD/list_date.html.twig',
  12381.                         'time' => '@SonataAdmin/CRUD/list_time.html.twig',
  12382.                         'datetime' => '@SonataAdmin/CRUD/list_datetime.html.twig',
  12383.                         'textarea' => '@SonataAdmin/CRUD/list_string.html.twig',
  12384.                         'email' => '@SonataAdmin/CRUD/list_email.html.twig',
  12385.                         'trans' => '@SonataAdmin/CRUD/list_trans.html.twig',
  12386.                         'string' => '@SonataAdmin/CRUD/list_string.html.twig',
  12387.                         'integer' => '@SonataAdmin/CRUD/list_string.html.twig',
  12388.                         'float' => '@SonataAdmin/CRUD/list_string.html.twig',
  12389.                         'identifier' => '@SonataAdmin/CRUD/list_string.html.twig',
  12390.                         'currency' => '@SonataAdmin/CRUD/list_currency.html.twig',
  12391.                         'percent' => '@SonataAdmin/CRUD/list_percent.html.twig',
  12392.                         'choice' => '@SonataAdmin/CRUD/list_choice.html.twig',
  12393.                         'url' => '@SonataAdmin/CRUD/list_url.html.twig',
  12394.                         'html' => '@SonataAdmin/CRUD/list_html.html.twig',
  12395.                         'many_to_many' => '@SonataAdmin/CRUD/Association/list_many_to_many.html.twig',
  12396.                         'many_to_one' => '@SonataAdmin/CRUD/Association/list_many_to_one.html.twig',
  12397.                         'one_to_many' => '@SonataAdmin/CRUD/Association/list_one_to_many.html.twig',
  12398.                         'one_to_one' => '@SonataAdmin/CRUD/Association/list_one_to_one.html.twig',
  12399.                     ],
  12400.                     'show' => [
  12401.                         'array' => '@SonataAdmin/CRUD/show_array.html.twig',
  12402.                         'boolean' => '@SonataAdmin/CRUD/show_boolean.html.twig',
  12403.                         'date' => '@SonataAdmin/CRUD/show_date.html.twig',
  12404.                         'time' => '@SonataAdmin/CRUD/show_time.html.twig',
  12405.                         'datetime' => '@SonataAdmin/CRUD/show_datetime.html.twig',
  12406.                         'email' => '@SonataAdmin/CRUD/show_email.html.twig',
  12407.                         'trans' => '@SonataAdmin/CRUD/show_trans.html.twig',
  12408.                         'string' => '@SonataAdmin/CRUD/base_show_field.html.twig',
  12409.                         'integer' => '@SonataAdmin/CRUD/base_show_field.html.twig',
  12410.                         'float' => '@SonataAdmin/CRUD/base_show_field.html.twig',
  12411.                         'currency' => '@SonataAdmin/CRUD/show_currency.html.twig',
  12412.                         'percent' => '@SonataAdmin/CRUD/show_percent.html.twig',
  12413.                         'choice' => '@SonataAdmin/CRUD/show_choice.html.twig',
  12414.                         'url' => '@SonataAdmin/CRUD/show_url.html.twig',
  12415.                         'html' => '@SonataAdmin/CRUD/show_html.html.twig',
  12416.                         'many_to_many' => '@SonataAdmin/CRUD/Association/show_many_to_many.html.twig',
  12417.                         'many_to_one' => '@SonataAdmin/CRUD/Association/show_many_to_one.html.twig',
  12418.                         'one_to_many' => '@SonataAdmin/CRUD/Association/show_one_to_many.html.twig',
  12419.                         'one_to_one' => '@SonataAdmin/CRUD/Association/show_one_to_one.html.twig',
  12420.                     ],
  12421.                 ],
  12422.             ],
  12423.             'doctrine_migrations.dir_name' => (\dirname(__DIR__4).'/src/Migrations'),
  12424.             'doctrine_migrations.namespace' => 'DoctrineMigrations',
  12425.             'doctrine_migrations.name' => 'Application Migrations',
  12426.             'doctrine_migrations.migrations_paths' => [
  12427.             ],
  12428.             'doctrine_migrations.table_name' => 'migration_versions',
  12429.             'doctrine_migrations.column_name' => 'version',
  12430.             'doctrine_migrations.column_length' => 14,
  12431.             'doctrine_migrations.executed_at_column_name' => 'executed_at',
  12432.             'doctrine_migrations.all_or_nothing' => false,
  12433.             'doctrine_migrations.custom_template' => NULL,
  12434.             'doctrine_migrations.organize_migrations' => false,
  12435.             'monolog.use_microseconds' => true,
  12436.             'monolog.swift_mailer.handlers' => [
  12437.             ],
  12438.             'monolog.handlers_to_channels' => [
  12439.                 'monolog.handler.main' => NULL,
  12440.             ],
  12441.             'sonata.form.form_type' => 'standard',
  12442.             'sonata.twig.flashmessage.manager.class' => 'Sonata\\Twig\\FlashMessage\\FlashManager',
  12443.             'sonata.twig.extension.flashmessage.class' => 'Sonata\\Twig\\Extension\\FlashMessageExtension',
  12444.             'sonata.twig.form_type' => 'standard',
  12445.             'web_profiler.debug_toolbar.intercept_redirects' => false,
  12446.             'web_profiler.debug_toolbar.mode' => 2,
  12447.             'hwi_oauth.resource_owner.oauth1.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\GenericOAuth1ResourceOwner',
  12448.             'hwi_oauth.resource_owner.oauth2.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\GenericOAuth2ResourceOwner',
  12449.             'hwi_oauth.resource_owner.amazon.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\AmazonResourceOwner',
  12450.             'hwi_oauth.resource_owner.apple.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\AppleResourceOwner',
  12451.             'hwi_oauth.resource_owner.asana.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\AsanaResourceOwner',
  12452.             'hwi_oauth.resource_owner.auth0.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\Auth0ResourceOwner',
  12453.             'hwi_oauth.resource_owner.azure.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\AzureResourceOwner',
  12454.             'hwi_oauth.resource_owner.bitbucket.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\BitbucketResourceOwner',
  12455.             'hwi_oauth.resource_owner.bitbucket2.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\Bitbucket2ResourceOwner',
  12456.             'hwi_oauth.resource_owner.bitly.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\BitlyResourceOwner',
  12457.             'hwi_oauth.resource_owner.box.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\BoxResourceOwner',
  12458.             'hwi_oauth.resource_owner.bufferapp.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\BufferAppResourceOwner',
  12459.             'hwi_oauth.resource_owner.clever.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\CleverResourceOwner',
  12460.             'hwi_oauth.resource_owner.dailymotion.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\DailymotionResourceOwner',
  12461.             'hwi_oauth.resource_owner.deviantart.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\DeviantartResourceOwner',
  12462.             'hwi_oauth.resource_owner.deezer.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\DeezerResourceOwner',
  12463.             'hwi_oauth.resource_owner.discogs.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\DiscogsResourceOwner',
  12464.             'hwi_oauth.resource_owner.disqus.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\DisqusResourceOwner',
  12465.             'hwi_oauth.resource_owner.dropbox.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\DropboxResourceOwner',
  12466.             'hwi_oauth.resource_owner.eve_online.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\EveOnlineResourceOwner',
  12467.             'hwi_oauth.resource_owner.eventbrite.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\EventbriteResourceOwner',
  12468.             'hwi_oauth.resource_owner.facebook.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\FacebookResourceOwner',
  12469.             'hwi_oauth.resource_owner.fiware.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\FiwareResourceOwner',
  12470.             'hwi_oauth.resource_owner.flickr.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\FlickrResourceOwner',
  12471.             'hwi_oauth.resource_owner.foursquare.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\FoursquareResourceOwner',
  12472.             'hwi_oauth.resource_owner.genius.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\GeniusResourceOwner',
  12473.             'hwi_oauth.resource_owner.github.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\GitHubResourceOwner',
  12474.             'hwi_oauth.resource_owner.gitlab.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\GitLabResourceOwner',
  12475.             'hwi_oauth.resource_owner.google.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\GoogleResourceOwner',
  12476.             'hwi_oauth.resource_owner.youtube.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\YoutubeResourceOwner',
  12477.             'hwi_oauth.resource_owner.hubic.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\HubicResourceOwner',
  12478.             'hwi_oauth.resource_owner.instagram.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\InstagramResourceOwner',
  12479.             'hwi_oauth.resource_owner.jawbone.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\JawboneResourceOwner',
  12480.             'hwi_oauth.resource_owner.jira.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\JiraResourceOwner',
  12481.             'hwi_oauth.resource_owner.keycloak.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\KeycloakResourceOwner',
  12482.             'hwi_oauth.resource_owner.linkedin.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\LinkedinResourceOwner',
  12483.             'hwi_oauth.resource_owner.mailru.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\MailRuResourceOwner',
  12484.             'hwi_oauth.resource_owner.office365.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\Office365ResourceOwner',
  12485.             'hwi_oauth.resource_owner.paypal.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\PaypalResourceOwner',
  12486.             'hwi_oauth.resource_owner.qq.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\QQResourceOwner',
  12487.             'hwi_oauth.resource_owner.reddit.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\RedditResourceOwner',
  12488.             'hwi_oauth.resource_owner.runkeeper.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\RunKeeperResourceOwner',
  12489.             'hwi_oauth.resource_owner.salesforce.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\SalesforceResourceOwner',
  12490.             'hwi_oauth.resource_owner.sensio_connect.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\SensioConnectResourceOwner',
  12491.             'hwi_oauth.resource_owner.sina_weibo.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\SinaWeiboResourceOwner',
  12492.             'hwi_oauth.resource_owner.slack.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\SlackResourceOwner',
  12493.             'hwi_oauth.resource_owner.spotify.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\SpotifyResourceOwner',
  12494.             'hwi_oauth.resource_owner.soundcloud.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\SoundcloudResourceOwner',
  12495.             'hwi_oauth.resource_owner.stack_exchange.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\StackExchangeResourceOwner',
  12496.             'hwi_oauth.resource_owner.stereomood.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\StereomoodResourceOwner',
  12497.             'hwi_oauth.resource_owner.strava.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\StravaResourceOwner',
  12498.             'hwi_oauth.resource_owner.toshl.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\ToshlResourceOwner',
  12499.             'hwi_oauth.resource_owner.trakt.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\TraktResourceOwner',
  12500.             'hwi_oauth.resource_owner.trello.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\TrelloResourceOwner',
  12501.             'hwi_oauth.resource_owner.twitch.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\TwitchResourceOwner',
  12502.             'hwi_oauth.resource_owner.twitter.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\TwitterResourceOwner',
  12503.             'hwi_oauth.resource_owner.vkontakte.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\VkontakteResourceOwner',
  12504.             'hwi_oauth.resource_owner.windows_live.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\WindowsLiveResourceOwner',
  12505.             'hwi_oauth.resource_owner.wordpress.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\WordpressResourceOwner',
  12506.             'hwi_oauth.resource_owner.xing.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\XingResourceOwner',
  12507.             'hwi_oauth.resource_owner.yahoo.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\YahooResourceOwner',
  12508.             'hwi_oauth.resource_owner.yandex.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\YandexResourceOwner',
  12509.             'hwi_oauth.resource_owner.odnoklassniki.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\OdnoklassnikiResourceOwner',
  12510.             'hwi_oauth.resource_owner.37signals.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\ThirtySevenSignalsResourceOwner',
  12511.             'hwi_oauth.resource_owner.itembase.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\ItembaseResourceOwner',
  12512.             'hwi_oauth.firewall_names' => [
  12513.                 => 'azuremarketplace',
  12514.             ],
  12515.             'hwi_oauth.target_path_parameter' => NULL,
  12516.             'hwi_oauth.target_path_domains_whitelist' => [
  12517.             ],
  12518.             'hwi_oauth.use_referer' => false,
  12519.             'hwi_oauth.failed_use_referer' => false,
  12520.             'hwi_oauth.failed_auth_path' => 'hwi_oauth_connect',
  12521.             'hwi_oauth.grant_rule' => 'IS_AUTHENTICATED_REMEMBERED',
  12522.             'hwi_oauth.resource_owners' => [
  12523.                 'azure' => 'azure',
  12524.             ],
  12525.             'hwi_oauth.connect.confirmation' => false,
  12526.             'hwi_oauth.fosub_enabled' => false,
  12527.             'hwi_oauth.connect' => false,
  12528.             'simplethings.entityaudit.connection' => 'default',
  12529.             'simplethings.entityaudit.entity_manager' => 'default',
  12530.             'simplethings.entityaudit.audited_entities' => [
  12531.                 => 'App\\Entity\\AzureMarketplace',
  12532.                 => 'App\\Entity\\CHEQContract',
  12533.                 => 'App\\Entity\\DeployTag',
  12534.                 => 'App\\Entity\\DbImpExp',
  12535.                 => 'App\\Entity\\Environment',
  12536.                 => 'App\\Entity\\EnvironmentOption',
  12537.                 => 'App\\Entity\\EnvironmentMonitor',
  12538.                 => 'App\\Entity\\EnvironmentType',
  12539.                 => 'App\\Entity\\File',
  12540.                 => 'App\\Entity\\Job',
  12541.                 10 => 'App\\Entity\\Project',
  12542.                 11 => 'App\\Entity\\Repo',
  12543.                 12 => 'App\\Entity\\SLAChange',
  12544.                 13 => 'App\\Entity\\User',
  12545.                 14 => 'App\\Entity\\Secret',
  12546.                 18 => 'App\\Entity\\ConfigGroup',
  12547.                 19 => 'App\\Entity\\Config',
  12548.                 21 => 'IDP',
  12549.                 22 => 'Maintenance',
  12550.                 23 => 'MobileApp',
  12551.                 24 => 'CostExplorer',
  12552.                 25 => 'MassQuery',
  12553.             ],
  12554.             'simplethings.entityaudit.global_ignore_columns' => [
  12555.                 => 'created_at',
  12556.                 => 'updated_at',
  12557.             ],
  12558.             'simplethings.entityaudit.table_prefix' => '',
  12559.             'simplethings.entityaudit.table_suffix' => '_audit',
  12560.             'simplethings.entityaudit.revision_field_name' => 'rev',
  12561.             'simplethings.entityaudit.revision_type_field_name' => 'revtype',
  12562.             'simplethings.entityaudit.revision_table_name' => 'revisions',
  12563.             'simplethings.entityaudit.revision_id_field_type' => 'integer',
  12564.             'maker.compatible_check.doctrine.supports_attributes' => true,
  12565.             'data_collector.templates' => [
  12566.                 'data_collector.request' => [
  12567.                     => 'request',
  12568.                     => '@WebProfiler/Collector/request.html.twig',
  12569.                 ],
  12570.                 'data_collector.time' => [
  12571.                     => 'time',
  12572.                     => '@WebProfiler/Collector/time.html.twig',
  12573.                 ],
  12574.                 'data_collector.memory' => [
  12575.                     => 'memory',
  12576.                     => '@WebProfiler/Collector/memory.html.twig',
  12577.                 ],
  12578.                 'data_collector.validator' => [
  12579.                     => 'validator',
  12580.                     => '@WebProfiler/Collector/validator.html.twig',
  12581.                 ],
  12582.                 'data_collector.ajax' => [
  12583.                     => 'ajax',
  12584.                     => '@WebProfiler/Collector/ajax.html.twig',
  12585.                 ],
  12586.                 'data_collector.form' => [
  12587.                     => 'form',
  12588.                     => '@WebProfiler/Collector/form.html.twig',
  12589.                 ],
  12590.                 'data_collector.exception' => [
  12591.                     => 'exception',
  12592.                     => '@WebProfiler/Collector/exception.html.twig',
  12593.                 ],
  12594.                 'data_collector.logger' => [
  12595.                     => 'logger',
  12596.                     => '@WebProfiler/Collector/logger.html.twig',
  12597.                 ],
  12598.                 'data_collector.events' => [
  12599.                     => 'events',
  12600.                     => '@WebProfiler/Collector/events.html.twig',
  12601.                 ],
  12602.                 'data_collector.router' => [
  12603.                     => 'router',
  12604.                     => '@WebProfiler/Collector/router.html.twig',
  12605.                 ],
  12606.                 'data_collector.cache' => [
  12607.                     => 'cache',
  12608.                     => '@WebProfiler/Collector/cache.html.twig',
  12609.                 ],
  12610.                 'data_collector.translation' => [
  12611.                     => 'translation',
  12612.                     => '@WebProfiler/Collector/translation.html.twig',
  12613.                 ],
  12614.                 'data_collector.security' => [
  12615.                     => 'security',
  12616.                     => '@Security/Collector/security.html.twig',
  12617.                 ],
  12618.                 'data_collector.twig' => [
  12619.                     => 'twig',
  12620.                     => '@WebProfiler/Collector/twig.html.twig',
  12621.                 ],
  12622.                 'data_collector.http_client' => [
  12623.                     => 'http_client',
  12624.                     => '@WebProfiler/Collector/http_client.html.twig',
  12625.                 ],
  12626.                 'data_collector.doctrine' => [
  12627.                     => 'db',
  12628.                     => '@Doctrine/Collector/db.html.twig',
  12629.                 ],
  12630.                 'httplug.collector.collector' => [
  12631.                     => 'httplug',
  12632.                     => '@Httplug/webprofiler.html.twig',
  12633.                 ],
  12634.                 'mailer.data_collector' => [
  12635.                     => 'mailer',
  12636.                     => '@WebProfiler/Collector/mailer.html.twig',
  12637.                 ],
  12638.                 'sonata.block.data_collector' => [
  12639.                     => 'block',
  12640.                     => '@SonataBlock/Profiler/block.html.twig',
  12641.                 ],
  12642.                 'data_collector.config' => [
  12643.                     => 'config',
  12644.                     => '@WebProfiler/Collector/config.html.twig',
  12645.                 ],
  12646.             ],
  12647.             'console.command.ids' => [
  12648.             ],
  12649.         ];
  12650.     }
  12651.     protected function throw($message)
  12652.     {
  12653.         throw new RuntimeException($message);
  12654.     }
  12655. }