<?php
namespace ContainerNegrjuc;
use Symfony\Component\DependencyInjection\Argument\RewindableGenerator;
use Symfony\Component\DependencyInjection\ContainerInterface;
use Symfony\Component\DependencyInjection\Container;
use Symfony\Component\DependencyInjection\Exception\InvalidArgumentException;
use Symfony\Component\DependencyInjection\Exception\LogicException;
use Symfony\Component\DependencyInjection\Exception\RuntimeException;
use Symfony\Component\DependencyInjection\ParameterBag\FrozenParameterBag;
/**
* This class has been auto-generated
* by the Symfony Dependency Injection Component.
*
* @final since Symfony 3.3
*/
class appDevDebugProjectContainer extends Container
{
private $buildParameters;
private $containerDir;
private $parameters = [];
private $targetDirs = [];
public function __construct(array $buildParameters = [], $containerDir = __DIR__)
{
$dir = $this->targetDirs[0] = \dirname($containerDir);
for ($i = 1; $i <= 3; ++$i) {
$this->targetDirs[$i] = $dir = \dirname($dir);
}
$this->buildParameters = $buildParameters;
$this->containerDir = $containerDir;
$this->parameters = $this->getDefaultParameters();
$this->services = [];
$this->normalizedIds = [
'apibundle\\security\\tokenauthenticator' => 'ApiBundle\\Security\\TokenAuthenticator',
'appbundle\\controller\\admin\\securitycontroller' => 'AppBundle\\Controller\\Admin\\SecurityController',
'appbundle\\controller\\defaultcontroller' => 'AppBundle\\Controller\\DefaultController',
'appbundle\\controller\\userreportadmincontroller' => 'AppBundle\\Controller\\UserReportAdminController',
'appbundle\\form\\contacttype' => 'AppBundle\\Form\\ContactType',
'appbundle\\form\\profiletype' => 'AppBundle\\Form\\ProfileType',
'appbundle\\form\\profilevisibilitytype' => 'AppBundle\\Form\\ProfileVisibilityType',
'appbundle\\form\\promotiontype' => 'AppBundle\\Form\\PromotionType',
'appbundle\\form\\uploadedfiletype' => 'AppBundle\\Form\\UploadedFileType',
'appbundle\\form\\usertype' => 'AppBundle\\Form\\UserType',
'fos\\oauthserverbundle\\controller\\tokencontroller' => 'FOS\\OAuthServerBundle\\Controller\\TokenController',
'fos\\oauthserverbundle\\model\\accesstokenmanagerinterface' => 'FOS\\OAuthServerBundle\\Model\\AccessTokenManagerInterface',
'fos\\oauthserverbundle\\model\\authcodemanagerinterface' => 'FOS\\OAuthServerBundle\\Model\\AuthCodeManagerInterface',
'fos\\oauthserverbundle\\model\\clientmanagerinterface' => 'FOS\\OAuthServerBundle\\Model\\ClientManagerInterface',
'fos\\oauthserverbundle\\model\\refreshtokenmanagerinterface' => 'FOS\\OAuthServerBundle\\Model\\RefreshTokenManagerInterface',
'fos\\restbundle\\request\\paramfetcherinterface' => 'FOS\\RestBundle\\Request\\ParamFetcherInterface',
'fos\\restbundle\\view\\viewhandlerinterface' => 'FOS\\RestBundle\\View\\ViewHandlerInterface',
'sonata\\adminbundle\\action\\dashboardaction' => 'Sonata\\AdminBundle\\Action\\DashboardAction',
'sonata\\adminbundle\\action\\searchaction' => 'Sonata\\AdminBundle\\Action\\SearchAction',
'sonata\\adminbundle\\admin\\adminhelper' => 'Sonata\\AdminBundle\\Admin\\AdminHelper',
'sonata\\adminbundle\\admin\\breadcrumbsbuilder' => 'Sonata\\AdminBundle\\Admin\\BreadcrumbsBuilder',
'sonata\\adminbundle\\admin\\breadcrumbsbuilderinterface' => 'Sonata\\AdminBundle\\Admin\\BreadcrumbsBuilderInterface',
'sonata\\adminbundle\\admin\\pool' => 'Sonata\\AdminBundle\\Admin\\Pool',
'sonata\\adminbundle\\command\\createclasscachecommand' => 'Sonata\\AdminBundle\\Command\\CreateClassCacheCommand',
'sonata\\adminbundle\\command\\explainadmincommand' => 'Sonata\\AdminBundle\\Command\\ExplainAdminCommand',
'sonata\\adminbundle\\command\\generateadmincommand' => 'Sonata\\AdminBundle\\Command\\GenerateAdminCommand',
'sonata\\adminbundle\\command\\generateobjectaclcommand' => 'Sonata\\AdminBundle\\Command\\GenerateObjectAclCommand',
'sonata\\adminbundle\\command\\listadmincommand' => 'Sonata\\AdminBundle\\Command\\ListAdminCommand',
'sonata\\adminbundle\\command\\setupaclcommand' => 'Sonata\\AdminBundle\\Command\\SetupAclCommand',
'sonata\\adminbundle\\event\\admineventextension' => 'Sonata\\AdminBundle\\Event\\AdminEventExtension',
'sonata\\adminbundle\\filter\\filterfactory' => 'Sonata\\AdminBundle\\Filter\\FilterFactory',
'sonata\\adminbundle\\filter\\filterfactoryinterface' => 'Sonata\\AdminBundle\\Filter\\FilterFactoryInterface',
'sonata\\adminbundle\\filter\\persister\\filterpersisterinterface' => 'Sonata\\AdminBundle\\Filter\\Persister\\FilterPersisterInterface',
'sonata\\adminbundle\\filter\\persister\\sessionfilterpersister' => 'Sonata\\AdminBundle\\Filter\\Persister\\SessionFilterPersister',
'sonata\\adminbundle\\model\\auditmanager' => 'Sonata\\AdminBundle\\Model\\AuditManager',
'sonata\\adminbundle\\model\\auditmanagerinterface' => 'Sonata\\AdminBundle\\Model\\AuditManagerInterface',
'sonata\\adminbundle\\route\\adminpoolloader' => 'Sonata\\AdminBundle\\Route\\AdminPoolLoader',
'sonata\\adminbundle\\search\\searchhandler' => 'Sonata\\AdminBundle\\Search\\SearchHandler',
'sonata\\adminbundle\\templating\\mutabletemplateregistryinterface' => 'Sonata\\AdminBundle\\Templating\\MutableTemplateRegistryInterface',
'sonata\\adminbundle\\templating\\templateregistry' => 'Sonata\\AdminBundle\\Templating\\TemplateRegistry',
'sonata\\adminbundle\\translator\\bclabeltranslatorstrategy' => 'Sonata\\AdminBundle\\Translator\\BCLabelTranslatorStrategy',
'sonata\\adminbundle\\translator\\formlabeltranslatorstrategy' => 'Sonata\\AdminBundle\\Translator\\FormLabelTranslatorStrategy',
'sonata\\adminbundle\\translator\\labeltranslatorstrategyinterface' => 'Sonata\\AdminBundle\\Translator\\LabelTranslatorStrategyInterface',
'sonata\\adminbundle\\translator\\nativelabeltranslatorstrategy' => 'Sonata\\AdminBundle\\Translator\\NativeLabelTranslatorStrategy',
'sonata\\adminbundle\\translator\\nooplabeltranslatorstrategy' => 'Sonata\\AdminBundle\\Translator\\NoopLabelTranslatorStrategy',
'sonata\\adminbundle\\translator\\underscorelabeltranslatorstrategy' => 'Sonata\\AdminBundle\\Translator\\UnderscoreLabelTranslatorStrategy',
'sonata\\adminbundle\\twig\\globalvariables' => 'Sonata\\AdminBundle\\Twig\\GlobalVariables',
'sonata\\blockbundle\\command\\debugblockscommand' => 'Sonata\\BlockBundle\\Command\\DebugBlocksCommand',
'sonata\\corebundle\\command\\sonatadumpdoctrinemetacommand' => 'Sonata\\CoreBundle\\Command\\SonataDumpDoctrineMetaCommand',
'sonata\\corebundle\\command\\sonatalistformmappingcommand' => 'Sonata\\CoreBundle\\Command\\SonataListFormMappingCommand',
'symfony\\bundle\\frameworkbundle\\controller\\redirectcontroller' => 'Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController',
'symfony\\bundle\\frameworkbundle\\controller\\templatecontroller' => 'Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController',
];
$this->syntheticIds = [
'kernel' => true,
];
$this->methodMap = [
'admin.contact' => 'getAdmin_ContactService',
'admin.promotion' => 'getAdmin_PromotionService',
'admin.promotion_campaign' => 'getAdmin_PromotionCampaignService',
'admin.user' => 'getAdmin_UserService',
'annotation_reader' => 'getAnnotationReaderService',
'annotations.reader' => 'getAnnotations_ReaderService',
'app.admin.user_report' => 'getApp_Admin_UserReportService',
'assets.context' => 'getAssets_ContextService',
'assets.packages' => 'getAssets_PackagesService',
'cache.annotations' => 'getCache_AnnotationsService',
'cache.app' => 'getCache_AppService',
'cache.doctrine.orm.default.metadata' => 'getCache_Doctrine_Orm_Default_MetadataService',
'cache.doctrine.orm.default.query' => 'getCache_Doctrine_Orm_Default_QueryService',
'cache.doctrine.orm.default.result' => 'getCache_Doctrine_Orm_Default_ResultService',
'cache.serializer' => 'getCache_SerializerService',
'cache.system' => 'getCache_SystemService',
'cache.validator' => 'getCache_ValidatorService',
'config_cache_factory' => 'getConfigCacheFactoryService',
'controller_name_converter' => 'getControllerNameConverterService',
'data_collector.dump' => 'getDataCollector_DumpService',
'data_collector.form' => 'getDataCollector_FormService',
'data_collector.form.extractor' => 'getDataCollector_Form_ExtractorService',
'data_collector.request' => 'getDataCollector_RequestService',
'data_collector.router' => 'getDataCollector_RouterService',
'data_collector.translation' => 'getDataCollector_TranslationService',
'debug.argument_resolver' => 'getDebug_ArgumentResolverService',
'debug.controller_resolver' => 'getDebug_ControllerResolverService',
'debug.debug_handlers_listener' => 'getDebug_DebugHandlersListenerService',
'debug.event_dispatcher' => 'getDebug_EventDispatcherService',
'debug.file_link_formatter' => 'getDebug_FileLinkFormatterService',
'debug.log_processor' => 'getDebug_LogProcessorService',
'debug.security.access.decision_manager' => 'getDebug_Security_Access_DecisionManagerService',
'debug.stopwatch' => 'getDebug_StopwatchService',
'doctrine' => 'getDoctrineService',
'doctrine.dbal.logger.profiling.default' => 'getDoctrine_Dbal_Logger_Profiling_DefaultService',
'doctrine.orm.validator_initializer' => 'getDoctrine_Orm_ValidatorInitializerService',
'file_locator' => 'getFileLocatorService',
'form.extension' => 'getForm_ExtensionService',
'form.factory' => 'getForm_FactoryService',
'form.registry' => 'getForm_RegistryService',
'form.resolved_type_factory' => 'getForm_ResolvedTypeFactoryService',
'fos_rest.body_listener' => 'getFosRest_BodyListenerService',
'fos_rest.decoder_provider' => 'getFosRest_DecoderProviderService',
'fos_rest.serializer' => 'getFosRest_SerializerService',
'fos_rest.serializer.jms_handler_registry.inner' => 'getFosRest_Serializer_JmsHandlerRegistry_InnerService',
'fos_user.util.canonical_fields_updater' => 'getFosUser_Util_CanonicalFieldsUpdaterService',
'fos_user.util.email_canonicalizer' => 'getFosUser_Util_EmailCanonicalizerService',
'fragment.listener' => 'getFragment_ListenerService',
'http_kernel' => 'getHttpKernelService',
'jms_serializer' => 'getJmsSerializerService',
'jms_serializer.accessor_strategy' => 'getJmsSerializer_AccessorStrategyService',
'jms_serializer.deserialization_context_factory' => 'getJmsSerializer_DeserializationContextFactoryService',
'jms_serializer.expression_evaluator' => 'getJmsSerializer_ExpressionEvaluatorService',
'jms_serializer.json_deserialization_visitor' => 'getJmsSerializer_JsonDeserializationVisitorService',
'jms_serializer.json_serialization_visitor' => 'getJmsSerializer_JsonSerializationVisitorService',
'jms_serializer.metadata_factory' => 'getJmsSerializer_MetadataFactoryService',
'jms_serializer.naming_strategy' => 'getJmsSerializer_NamingStrategyService',
'jms_serializer.serialization_context_factory' => 'getJmsSerializer_SerializationContextFactoryService',
'jms_serializer.unserialize_object_constructor' => 'getJmsSerializer_UnserializeObjectConstructorService',
'jms_serializer.xml_deserialization_visitor' => 'getJmsSerializer_XmlDeserializationVisitorService',
'jms_serializer.xml_serialization_visitor' => 'getJmsSerializer_XmlSerializationVisitorService',
'jms_serializer.yaml_serialization_visitor' => 'getJmsSerializer_YamlSerializationVisitorService',
'knp_menu.matcher' => 'getKnpMenu_MatcherService',
'knp_menu.menu_provider' => 'getKnpMenu_MenuProviderService',
'knp_menu.renderer_provider' => 'getKnpMenu_RendererProviderService',
'locale_listener' => 'getLocaleListenerService',
'logger' => 'getLoggerService',
'monolog.handler.console' => 'getMonolog_Handler_ConsoleService',
'monolog.handler.main' => 'getMonolog_Handler_MainService',
'monolog.handler.pushover' => 'getMonolog_Handler_PushoverService',
'monolog.handler.server_log' => 'getMonolog_Handler_ServerLogService',
'monolog.logger.cache' => 'getMonolog_Logger_CacheService',
'monolog.logger.event' => 'getMonolog_Logger_EventService',
'monolog.logger.php' => 'getMonolog_Logger_PhpService',
'monolog.logger.profiler' => 'getMonolog_Logger_ProfilerService',
'monolog.logger.request' => 'getMonolog_Logger_RequestService',
'monolog.logger.translation' => 'getMonolog_Logger_TranslationService',
'monolog.processor.psr_log_message' => 'getMonolog_Processor_PsrLogMessageService',
'nelmio_api_doc.doc_comment_extractor' => 'getNelmioApiDoc_DocCommentExtractorService',
'nelmio_api_doc.event_listener.request' => 'getNelmioApiDoc_EventListener_RequestService',
'nelmio_api_doc.extractor.api_doc_extractor' => 'getNelmioApiDoc_Extractor_ApiDocExtractorService',
'nelmio_api_doc.formatter.html_formatter' => 'getNelmioApiDoc_Formatter_HtmlFormatterService',
'nelmio_api_doc.parser.collection_parser' => 'getNelmioApiDoc_Parser_CollectionParserService',
'nelmio_api_doc.parser.form_errors_parser' => 'getNelmioApiDoc_Parser_FormErrorsParserService',
'nelmio_api_doc.parser.form_type_parser' => 'getNelmioApiDoc_Parser_FormTypeParserService',
'nelmio_api_doc.parser.jms_metadata_parser' => 'getNelmioApiDoc_Parser_JmsMetadataParserService',
'nelmio_api_doc.parser.json_serializable_parser' => 'getNelmioApiDoc_Parser_JsonSerializableParserService',
'nelmio_api_doc.parser.validation_parser' => 'getNelmioApiDoc_Parser_ValidationParserService',
'nelmio_api_doc.twig.extension.extra_markdown' => 'getNelmioApiDoc_Twig_Extension_ExtraMarkdownService',
'profiler' => 'getProfilerService',
'profiler_listener' => 'getProfilerListenerService',
'property_accessor' => 'getPropertyAccessorService',
'request_stack' => 'getRequestStackService',
'resolve_controller_name_subscriber' => 'getResolveControllerNameSubscriberService',
'response_listener' => 'getResponseListenerService',
'router' => 'getRouterService',
'router.request_context' => 'getRouter_RequestContextService',
'router_listener' => 'getRouterListenerService',
'security.authentication.manager' => 'getSecurity_Authentication_ManagerService',
'security.authentication.trust_resolver' => 'getSecurity_Authentication_TrustResolverService',
'security.authorization_checker' => 'getSecurity_AuthorizationCheckerService',
'security.firewall' => 'getSecurity_FirewallService',
'security.firewall.map' => 'getSecurity_Firewall_MapService',
'security.logout_url_generator' => 'getSecurity_LogoutUrlGeneratorService',
'security.rememberme.response_listener' => 'getSecurity_Rememberme_ResponseListenerService',
'security.role_hierarchy' => 'getSecurity_RoleHierarchyService',
'security.token_storage' => 'getSecurity_TokenStorageService',
'sensio_framework_extra.cache.listener' => 'getSensioFrameworkExtra_Cache_ListenerService',
'sensio_framework_extra.controller.listener' => 'getSensioFrameworkExtra_Controller_ListenerService',
'sensio_framework_extra.converter.datetime' => 'getSensioFrameworkExtra_Converter_DatetimeService',
'sensio_framework_extra.converter.doctrine.orm' => 'getSensioFrameworkExtra_Converter_Doctrine_OrmService',
'sensio_framework_extra.converter.listener' => 'getSensioFrameworkExtra_Converter_ListenerService',
'sensio_framework_extra.converter.manager' => 'getSensioFrameworkExtra_Converter_ManagerService',
'sensio_framework_extra.security.listener' => 'getSensioFrameworkExtra_Security_ListenerService',
'sensio_framework_extra.view.listener' => 'getSensioFrameworkExtra_View_ListenerService',
'session.save_listener' => 'getSession_SaveListenerService',
'session_listener' => 'getSessionListenerService',
'sonata.admin.global_template_registry' => 'getSonata_Admin_GlobalTemplateRegistryService',
'sonata.admin.orm.filter.type.boolean' => 'getSonata_Admin_Orm_Filter_Type_BooleanService',
'sonata.admin.orm.filter.type.callback' => 'getSonata_Admin_Orm_Filter_Type_CallbackService',
'sonata.admin.orm.filter.type.choice' => 'getSonata_Admin_Orm_Filter_Type_ChoiceService',
'sonata.admin.orm.filter.type.class' => 'getSonata_Admin_Orm_Filter_Type_ClassService',
'sonata.admin.orm.filter.type.date' => 'getSonata_Admin_Orm_Filter_Type_DateService',
'sonata.admin.orm.filter.type.date_range' => 'getSonata_Admin_Orm_Filter_Type_DateRangeService',
'sonata.admin.orm.filter.type.datetime' => 'getSonata_Admin_Orm_Filter_Type_DatetimeService',
'sonata.admin.orm.filter.type.datetime_range' => 'getSonata_Admin_Orm_Filter_Type_DatetimeRangeService',
'sonata.admin.orm.filter.type.model' => 'getSonata_Admin_Orm_Filter_Type_ModelService',
'sonata.admin.orm.filter.type.model_autocomplete' => 'getSonata_Admin_Orm_Filter_Type_ModelAutocompleteService',
'sonata.admin.orm.filter.type.number' => 'getSonata_Admin_Orm_Filter_Type_NumberService',
'sonata.admin.orm.filter.type.string' => 'getSonata_Admin_Orm_Filter_Type_StringService',
'sonata.admin.orm.filter.type.time' => 'getSonata_Admin_Orm_Filter_Type_TimeService',
'sonata.admin.pool' => 'getSonata_Admin_PoolService',
'sonata.admin.twig.extension' => 'getSonata_Admin_Twig_ExtensionService',
'sonata.admin.twig.global' => 'getSonata_Admin_Twig_GlobalService',
'sonata.block.cache.handler.default' => 'getSonata_Block_Cache_Handler_DefaultService',
'sonata.block.context_manager.default' => 'getSonata_Block_ContextManager_DefaultService',
'sonata.block.exception.strategy.manager' => 'getSonata_Block_Exception_Strategy_ManagerService',
'sonata.block.loader.chain' => 'getSonata_Block_Loader_ChainService',
'sonata.block.loader.service' => 'getSonata_Block_Loader_ServiceService',
'sonata.block.manager' => 'getSonata_Block_ManagerService',
'sonata.block.renderer.default' => 'getSonata_Block_Renderer_DefaultService',
'sonata.block.templating.helper' => 'getSonata_Block_Templating_HelperService',
'sonata.block.twig.global' => 'getSonata_Block_Twig_GlobalService',
'sonata.core.flashmessage.twig.extension' => 'getSonata_Core_Flashmessage_Twig_ExtensionService',
'sonata.core.twig.deprecated_template_extension' => 'getSonata_Core_Twig_DeprecatedTemplateExtensionService',
'sonata.core.twig.extension.text' => 'getSonata_Core_Twig_Extension_TextService',
'sonata.core.twig.extension.wrapping' => 'getSonata_Core_Twig_Extension_WrappingService',
'sonata.core.twig.status_extension' => 'getSonata_Core_Twig_StatusExtensionService',
'sonata.core.twig.template_extension' => 'getSonata_Core_Twig_TemplateExtensionService',
'streamed_response_listener' => 'getStreamedResponseListenerService',
'templating.locator' => 'getTemplating_LocatorService',
'templating.name_parser' => 'getTemplating_NameParserService',
'translator' => 'getTranslatorService',
'translator.default' => 'getTranslator_DefaultService',
'translator_listener' => 'getTranslatorListenerService',
'twig' => 'getTwigService',
'twig.loader' => 'getTwig_LoaderService',
'twig.profile' => 'getTwig_ProfileService',
'uri_signer' => 'getUriSignerService',
'validate_request_listener' => 'getValidateRequestListenerService',
'validator' => 'getValidatorService',
'validator.builder' => 'getValidator_BuilderService',
'validator.validator_factory' => 'getValidator_ValidatorFactoryService',
'var_dumper.cloner' => 'getVarDumper_ClonerService',
];
$this->fileMap = [
'ApiBundle\\Security\\TokenAuthenticator' => 'getTokenAuthenticatorService.php',
'AppBundle\\Controller\\Admin\\SecurityController' => 'getSecurityControllerService.php',
'AppBundle\\Controller\\DefaultController' => 'getDefaultControllerService.php',
'AppBundle\\Controller\\UserReportAdminController' => 'getUserReportAdminControllerService.php',
'AppBundle\\Form\\ContactType' => 'getContactTypeService.php',
'AppBundle\\Form\\ProfileType' => 'getProfileTypeService.php',
'AppBundle\\Form\\ProfileVisibilityType' => 'getProfileVisibilityTypeService.php',
'AppBundle\\Form\\PromotionType' => 'getPromotionTypeService.php',
'AppBundle\\Form\\UploadedFileType' => 'getUploadedFileTypeService.php',
'AppBundle\\Form\\UserType' => 'getUserTypeService.php',
'FOS\\OAuthServerBundle\\Controller\\TokenController' => 'getTokenControllerService.php',
'FOS\\RestBundle\\View\\ViewHandlerInterface' => 'getViewHandlerInterfaceService.php',
'Sonata\\AdminBundle\\Action\\DashboardAction' => 'getDashboardActionService.php',
'Sonata\\AdminBundle\\Action\\SearchAction' => 'getSearchActionService.php',
'Sonata\\AdminBundle\\Command\\CreateClassCacheCommand' => 'getCreateClassCacheCommandService.php',
'Sonata\\AdminBundle\\Command\\ExplainAdminCommand' => 'getExplainAdminCommandService.php',
'Sonata\\AdminBundle\\Command\\GenerateAdminCommand' => 'getGenerateAdminCommandService.php',
'Sonata\\AdminBundle\\Command\\GenerateObjectAclCommand' => 'getGenerateObjectAclCommandService.php',
'Sonata\\AdminBundle\\Command\\ListAdminCommand' => 'getListAdminCommandService.php',
'Sonata\\AdminBundle\\Command\\SetupAclCommand' => 'getSetupAclCommandService.php',
'Sonata\\BlockBundle\\Command\\DebugBlocksCommand' => 'getDebugBlocksCommandService.php',
'Sonata\\CoreBundle\\Command\\SonataDumpDoctrineMetaCommand' => 'getSonataDumpDoctrineMetaCommandService.php',
'Sonata\\CoreBundle\\Command\\SonataListFormMappingCommand' => 'getSonataListFormMappingCommandService.php',
'Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController' => 'getRedirectControllerService.php',
'Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController' => 'getTemplateControllerService.php',
'admin.contact.template_registry' => 'getAdmin_Contact_TemplateRegistryService.php',
'admin.promotion.template_registry' => 'getAdmin_Promotion_TemplateRegistryService.php',
'admin.promotion_campaign.template_registry' => 'getAdmin_PromotionCampaign_TemplateRegistryService.php',
'admin.user.template_registry' => 'getAdmin_User_TemplateRegistryService.php',
'annotations.cache' => 'getAnnotations_CacheService.php',
'annotations.cache_warmer' => 'getAnnotations_CacheWarmerService.php',
'app.admin.user_report.template_registry' => 'getApp_Admin_UserReport_TemplateRegistryService.php',
'argument_resolver.default' => 'getArgumentResolver_DefaultService.php',
'argument_resolver.request' => 'getArgumentResolver_RequestService.php',
'argument_resolver.request_attribute' => 'getArgumentResolver_RequestAttributeService.php',
'argument_resolver.service' => 'getArgumentResolver_ServiceService.php',
'argument_resolver.session' => 'getArgumentResolver_SessionService.php',
'argument_resolver.variadic' => 'getArgumentResolver_VariadicService.php',
'cache.default_clearer' => 'getCache_DefaultClearerService.php',
'cache.global_clearer' => 'getCache_GlobalClearerService.php',
'cache.system_clearer' => 'getCache_SystemClearerService.php',
'cache_clearer' => 'getCacheClearerService.php',
'cache_warmer' => 'getCacheWarmerService.php',
'config.resource.self_checking_resource_checker' => 'getConfig_Resource_SelfCheckingResourceCheckerService.php',
'console.command.about' => 'getConsole_Command_AboutService.php',
'console.command.assets_install' => 'getConsole_Command_AssetsInstallService.php',
'console.command.cache_clear' => 'getConsole_Command_CacheClearService.php',
'console.command.cache_pool_clear' => 'getConsole_Command_CachePoolClearService.php',
'console.command.cache_pool_prune' => 'getConsole_Command_CachePoolPruneService.php',
'console.command.cache_warmup' => 'getConsole_Command_CacheWarmupService.php',
'console.command.config_debug' => 'getConsole_Command_ConfigDebugService.php',
'console.command.config_dump_reference' => 'getConsole_Command_ConfigDumpReferenceService.php',
'console.command.container_debug' => 'getConsole_Command_ContainerDebugService.php',
'console.command.debug_autowiring' => 'getConsole_Command_DebugAutowiringService.php',
'console.command.event_dispatcher_debug' => 'getConsole_Command_EventDispatcherDebugService.php',
'console.command.form_debug' => 'getConsole_Command_FormDebugService.php',
'console.command.router_debug' => 'getConsole_Command_RouterDebugService.php',
'console.command.router_match' => 'getConsole_Command_RouterMatchService.php',
'console.command.translation_debug' => 'getConsole_Command_TranslationDebugService.php',
'console.command.translation_update' => 'getConsole_Command_TranslationUpdateService.php',
'console.command.xliff_lint' => 'getConsole_Command_XliffLintService.php',
'console.command.yaml_lint' => 'getConsole_Command_YamlLintService.php',
'console.command_loader' => 'getConsole_CommandLoaderService.php',
'console.error_listener' => 'getConsole_ErrorListenerService.php',
'debug.dump_listener' => 'getDebug_DumpListenerService.php',
'debug.file_link_formatter.url_format' => 'getDebug_FileLinkFormatter_UrlFormatService.php',
'dependency_injection.config.container_parameters_resource_checker' => 'getDependencyInjection_Config_ContainerParametersResourceCheckerService.php',
'deprecated.form.registry' => 'getDeprecated_Form_RegistryService.php',
'deprecated.form.registry.csrf' => 'getDeprecated_Form_Registry_CsrfService.php',
'doctrine.cache_clear_metadata_command' => 'getDoctrine_CacheClearMetadataCommandService.php',
'doctrine.cache_clear_query_cache_command' => 'getDoctrine_CacheClearQueryCacheCommandService.php',
'doctrine.cache_clear_result_command' => 'getDoctrine_CacheClearResultCommandService.php',
'doctrine.cache_collection_region_command' => 'getDoctrine_CacheCollectionRegionCommandService.php',
'doctrine.clear_entity_region_command' => 'getDoctrine_ClearEntityRegionCommandService.php',
'doctrine.clear_query_region_command' => 'getDoctrine_ClearQueryRegionCommandService.php',
'doctrine.database_create_command' => 'getDoctrine_DatabaseCreateCommandService.php',
'doctrine.database_drop_command' => 'getDoctrine_DatabaseDropCommandService.php',
'doctrine.database_import_command' => 'getDoctrine_DatabaseImportCommandService.php',
'doctrine.dbal.connection_factory' => 'getDoctrine_Dbal_ConnectionFactoryService.php',
'doctrine.dbal.default_connection' => 'getDoctrine_Dbal_DefaultConnectionService.php',
'doctrine.ensure_production_settings_command' => 'getDoctrine_EnsureProductionSettingsCommandService.php',
'doctrine.generate_entities_command' => 'getDoctrine_GenerateEntitiesCommandService.php',
'doctrine.mapping_convert_command' => 'getDoctrine_MappingConvertCommandService.php',
'doctrine.mapping_import_command' => 'getDoctrine_MappingImportCommandService.php',
'doctrine.mapping_info_command' => 'getDoctrine_MappingInfoCommandService.php',
'doctrine.orm.cache.provider.cache.doctrine.orm.default.metadata' => 'getDoctrine_Orm_Cache_Provider_Cache_Doctrine_Orm_Default_MetadataService.php',
'doctrine.orm.cache.provider.cache.doctrine.orm.default.query' => 'getDoctrine_Orm_Cache_Provider_Cache_Doctrine_Orm_Default_QueryService.php',
'doctrine.orm.cache.provider.cache.doctrine.orm.default.result' => 'getDoctrine_Orm_Cache_Provider_Cache_Doctrine_Orm_Default_ResultService.php',
'doctrine.orm.default_entity_listener_resolver' => 'getDoctrine_Orm_DefaultEntityListenerResolverService.php',
'doctrine.orm.default_entity_manager' => 'getDoctrine_Orm_DefaultEntityManagerService.php',
'doctrine.orm.default_entity_manager.property_info_extractor' => 'getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService.php',
'doctrine.orm.default_listeners.attach_entity_listeners' => 'getDoctrine_Orm_DefaultListeners_AttachEntityListenersService.php',
'doctrine.orm.default_manager_configurator' => 'getDoctrine_Orm_DefaultManagerConfiguratorService.php',
'doctrine.orm.proxy_cache_warmer' => 'getDoctrine_Orm_ProxyCacheWarmerService.php',
'doctrine.orm.validator.unique' => 'getDoctrine_Orm_Validator_UniqueService.php',
'doctrine.query_dql_command' => 'getDoctrine_QueryDqlCommandService.php',
'doctrine.query_sql_command' => 'getDoctrine_QuerySqlCommandService.php',
'doctrine.schema_create_command' => 'getDoctrine_SchemaCreateCommandService.php',
'doctrine.schema_drop_command' => 'getDoctrine_SchemaDropCommandService.php',
'doctrine.schema_update_command' => 'getDoctrine_SchemaUpdateCommandService.php',
'doctrine.schema_validate_command' => 'getDoctrine_SchemaValidateCommandService.php',
'doctrine_cache.contains_command' => 'getDoctrineCache_ContainsCommandService.php',
'doctrine_cache.delete_command' => 'getDoctrineCache_DeleteCommandService.php',
'doctrine_cache.flush_command' => 'getDoctrineCache_FlushCommandService.php',