<?php
namespace ContainerE9kit5s;
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 srcDevDebugProjectContainer 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 <= 5; ++$i) {
$this->targetDirs[$i] = $dir = \dirname($dir);
}
$this->buildParameters = $buildParameters;
$this->containerDir = $containerDir;
$this->parameters = $this->getDefaultParameters();
$this->services = [];
$this->normalizedIds = [
'app\\controller\\actioncontroller' => 'App\\Controller\\ActionController',
'app\\controller\\companyentitycontroller' => 'App\\Controller\\CompanyEntityController',
'app\\controller\\dashboardcontroller' => 'App\\Controller\\DashboardController',
'app\\controller\\departmentcontroller' => 'App\\Controller\\DepartmentController',
'app\\controller\\euentitycontroller' => 'App\\Controller\\EuEntityController',
'app\\controller\\marketcontroller' => 'App\\Controller\\MarketController',
'app\\controller\\messagingpoolcontroller' => 'App\\Controller\\MessagingPoolController',
'app\\controller\\milestonecontroller' => 'App\\Controller\\MilestoneController',
'app\\controller\\partnercontractcontroller' => 'App\\Controller\\PartnerContractController',
'app\\controller\\partnercontroller' => 'App\\Controller\\PartnerController',
'app\\controller\\plancontroller' => 'App\\Controller\\PlanController',
'app\\controller\\territorycontroller' => 'App\\Controller\\TerritoryController',
'app\\controller\\usercontroller' => 'App\\Controller\\UserController',
'app\\eventlistener\\loginlistener' => 'App\\EventListener\\LoginListener',
'app\\eventlistener\\registerlistener' => 'App\\EventListener\\RegisterListener',
'app\\eventlistener\\userlocalesubscriber' => 'App\\EventListener\\UserLocaleSubscriber',
'app\\form\\actiontype' => 'App\\Form\\ActionType',
'app\\form\\commontype' => 'App\\Form\\CommonType',
'app\\form\\companyentitytype' => 'App\\Form\\CompanyEntityType',
'app\\form\\departmenttype' => 'App\\Form\\DepartmentType',
'app\\form\\euentitytype' => 'App\\Form\\EuEntityType',
'app\\form\\leveltype' => 'App\\Form\\LevelType',
'app\\form\\markettype' => 'App\\Form\\MarketType',
'app\\form\\milestonetype' => 'App\\Form\\MilestoneType',
'app\\form\\partnercontracttype' => 'App\\Form\\PartnerContractType',
'app\\form\\partnertype' => 'App\\Form\\PartnerType',
'app\\form\\planactionslevelstimetype' => 'App\\Form\\PlanActionsLevelsTimeType',
'app\\form\\plantype' => 'App\\Form\\PlanType',
'app\\form\\territorytype' => 'App\\Form\\TerritoryType',
'app\\form\\usertype' => 'App\\Form\\UserType',
'app\\repository\\actionscompanyentitiesrepository' => 'App\\Repository\\ActionsCompanyEntitiesRepository',
'app\\repository\\actionsrepository' => 'App\\Repository\\ActionsRepository',
'app\\repository\\companyentityrepository' => 'App\\Repository\\CompanyEntityRepository',
'app\\repository\\departmentrepository' => 'App\\Repository\\DepartmentRepository',
'app\\repository\\marketrepository' => 'App\\Repository\\MarketRepository',
'app\\repository\\milestonescompanyentitiesrepository' => 'App\\Repository\\MilestonesCompanyEntitiesRepository',
'app\\repository\\milestonesrepository' => 'App\\Repository\\MilestonesRepository',
'app\\repository\\partnercontractrepository' => 'App\\Repository\\PartnerContractRepository',
'app\\repository\\partnerrepository' => 'App\\Repository\\PartnerRepository',
'app\\repository\\planactionslevelstimerepository' => 'App\\Repository\\PlanActionsLevelsTimeRepository',
'app\\repository\\planactionsnumberrepository' => 'App\\Repository\\PlanActionsNumberRepository',
'app\\repository\\planscompanyentitiesrepository' => 'App\\Repository\\PlansCompanyEntitiesRepository',
'app\\repository\\plansrepository' => 'App\\Repository\\PlansRepository',
'app\\repository\\territoriesrepository' => 'App\\Repository\\TerritoriesRepository',
'app\\repository\\userrepository' => 'App\\Repository\\UserRepository',
'app\\service\\companyentitiesservice' => 'App\\Service\\CompanyEntitiesService',
'app\\service\\loggeractions' => 'App\\Service\\LoggerActions',
'app\\service\\privileges' => 'App\\Service\\Privileges',
'http\\client\\common\\pluginclientfactory' => 'Http\\Client\\Common\\PluginClientFactory',
'http\\httplugbundle\\collector\\pluginclientfactorylistener' => 'Http\\HttplugBundle\\Collector\\PluginClientFactoryListener',
'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 = [
'App\\EventListener\\UserLocaleSubscriber' => 'getUserLocaleSubscriberService',
'Http\\Client\\Common\\PluginClientFactory' => 'getPluginClientFactoryService',
'Http\\HttplugBundle\\Collector\\PluginClientFactoryListener' => 'getPluginClientFactoryListenerService',
'annotation_reader' => 'getAnnotationReaderService',
'annotations.reader' => 'getAnnotations_ReaderService',
'argument_metadata_factory' => 'getArgumentMetadataFactoryService',
'asprega.breadcrumb.builder' => 'getAsprega_Breadcrumb_BuilderService',
'asprega.breadcrumb.item_factory' => 'getAsprega_Breadcrumb_ItemFactoryService',
'asprega.breadcrumb.item_processor' => 'getAsprega_Breadcrumb_ItemProcessorService',
'asprega.breadcrumb.listener' => 'getAsprega_Breadcrumb_ListenerService',
'asprega.breadcrumb.twig_extension' => 'getAsprega_Breadcrumb_TwigExtensionService',
'assets.context' => 'getAssets_ContextService',
'assets.packages' => 'getAssets_PackagesService',
'cache.annotations' => 'getCache_AnnotationsService',
'cache.app' => 'getCache_AppService',
'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.connection_factory' => 'getDoctrine_Dbal_ConnectionFactoryService',
'doctrine.dbal.default_connection' => 'getDoctrine_Dbal_DefaultConnectionService',
'doctrine.dbal.logger.profiling.default' => 'getDoctrine_Dbal_Logger_Profiling_DefaultService',
'doctrine.orm.default_entity_listener_resolver' => 'getDoctrine_Orm_DefaultEntityListenerResolverService',
'doctrine.orm.default_entity_manager' => 'getDoctrine_Orm_DefaultEntityManagerService',
'doctrine.orm.default_listeners.attach_entity_listeners' => 'getDoctrine_Orm_DefaultListeners_AttachEntityListenersService',
'doctrine.orm.default_manager_configurator' => 'getDoctrine_Orm_DefaultManagerConfiguratorService',
'doctrine.orm.validator_initializer' => 'getDoctrine_Orm_ValidatorInitializerService',
'doctrine_cache.providers.doctrine.orm.default_metadata_cache' => 'getDoctrineCache_Providers_Doctrine_Orm_DefaultMetadataCacheService',
'doctrine_cache.providers.doctrine.orm.default_query_cache' => 'getDoctrineCache_Providers_Doctrine_Orm_DefaultQueryCacheService',
'doctrine_cache.providers.doctrine.orm.default_result_cache' => 'getDoctrineCache_Providers_Doctrine_Orm_DefaultResultCacheService',
'file_locator' => 'getFileLocatorService',
'fos_user.util.canonical_fields_updater' => 'getFosUser_Util_CanonicalFieldsUpdaterService',
'fos_user.util.email_canonicalizer' => 'getFosUser_Util_EmailCanonicalizerService',
'fos_user.util.password_updater' => 'getFosUser_Util_PasswordUpdaterService',
'framework_extra_bundle.argument_name_convertor' => 'getFrameworkExtraBundle_ArgumentNameConvertorService',
'framework_extra_bundle.event.is_granted' => 'getFrameworkExtraBundle_Event_IsGrantedService',
'http_kernel' => 'getHttpKernelService',
'httplug.auto_discovery.auto_discovered_client' => 'getHttplug_AutoDiscovery_AutoDiscoveredClientService',
'httplug.collector.collector' => 'getHttplug_Collector_CollectorService',
'httplug.collector.formatter' => 'getHttplug_Collector_FormatterService',
'httplug.strategy' => 'getHttplug_StrategyService',
'locale_listener' => 'getLocaleListenerService',
'logger' => 'getLoggerService',
'monolog.handler.console' => 'getMonolog_Handler_ConsoleService',
'monolog.handler.main' => 'getMonolog_Handler_MainService',
'monolog.handler.null_internal' => 'getMonolog_Handler_NullInternalService',
'monolog.logger.cache' => 'getMonolog_Logger_CacheService',
'monolog.logger.doctrine' => 'getMonolog_Logger_DoctrineService',
'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',
'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.encoder_factory' => 'getSecurity_EncoderFactoryService',
'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.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' => 'getSessionService',
'session.save_listener' => 'getSession_SaveListenerService',
'session.storage.metadata_bag' => 'getSession_Storage_MetadataBagService',
'session.storage.native' => 'getSession_Storage_NativeService',
'session_listener' => 'getSessionListenerService',
'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',
'validate_request_listener' => 'getValidateRequestListenerService',
'validator' => 'getValidatorService',
'validator.builder' => 'getValidator_BuilderService',
'var_dumper.cloner' => 'getVarDumper_ClonerService',
'web_link.add_link_header_listener' => 'getWebLink_AddLinkHeaderListenerService',
'web_profiler.csp.handler' => 'getWebProfiler_Csp_HandlerService',
'web_profiler.debug_toolbar' => 'getWebProfiler_DebugToolbarService',
];
$this->fileMap = [
'App\\Controller\\ActionController' => 'getActionControllerService.php',
'App\\Controller\\CompanyEntityController' => 'getCompanyEntityControllerService.php',
'App\\Controller\\DashboardController' => 'getDashboardControllerService.php',
'App\\Controller\\DepartmentController' => 'getDepartmentControllerService.php',
'App\\Controller\\EuEntityController' => 'getEuEntityControllerService.php',
'App\\Controller\\MarketController' => 'getMarketControllerService.php',
'App\\Controller\\MessagingPoolController' => 'getMessagingPoolControllerService.php',
'App\\Controller\\MilestoneController' => 'getMilestoneControllerService.php',
'App\\Controller\\PartnerContractController' => 'getPartnerContractControllerService.php',
'App\\Controller\\PartnerController' => 'getPartnerControllerService.php',
'App\\Controller\\PlanController' => 'getPlanControllerService.php',
'App\\Controller\\TerritoryController' => 'getTerritoryControllerService.php',
'App\\Controller\\UserController' => 'getUserControllerService.php',
'App\\EventListener\\LoginListener' => 'getLoginListenerService.php',
'App\\EventListener\\RegisterListener' => 'getRegisterListenerService.php',
'App\\Form\\ActionType' => 'getActionTypeService.php',
'App\\Form\\CommonType' => 'getCommonTypeService.php',
'App\\Form\\CompanyEntityType' => 'getCompanyEntityTypeService.php',
'App\\Form\\DepartmentType' => 'getDepartmentTypeService.php',
'App\\Form\\EuEntityType' => 'getEuEntityTypeService.php',
'App\\Form\\LevelType' => 'getLevelTypeService.php',
'App\\Form\\MarketType' => 'getMarketTypeService.php',
'App\\Form\\MilestoneType' => 'getMilestoneTypeService.php',
'App\\Form\\PartnerContractType' => 'getPartnerContractTypeService.php',
'App\\Form\\PartnerType' => 'getPartnerTypeService.php',
'App\\Form\\PlanActionsLevelsTimeType' => 'getPlanActionsLevelsTimeTypeService.php',
'App\\Form\\PlanType' => 'getPlanTypeService.php',
'App\\Form\\TerritoryType' => 'getTerritoryTypeService.php',
'App\\Form\\UserType' => 'getUserTypeService.php',
'App\\Repository\\ActionsCompanyEntitiesRepository' => 'getActionsCompanyEntitiesRepositoryService.php',
'App\\Repository\\ActionsRepository' => 'getActionsRepositoryService.php',
'App\\Repository\\CompanyEntityRepository' => 'getCompanyEntityRepositoryService.php',
'App\\Repository\\DepartmentRepository' => 'getDepartmentRepositoryService.php',
'App\\Repository\\MarketRepository' => 'getMarketRepositoryService.php',
'App\\Repository\\MilestonesCompanyEntitiesRepository' => 'getMilestonesCompanyEntitiesRepositoryService.php',
'App\\Repository\\MilestonesRepository' => 'getMilestonesRepositoryService.php',
'App\\Repository\\PartnerContractRepository' => 'getPartnerContractRepositoryService.php',
'App\\Repository\\PartnerRepository' => 'getPartnerRepositoryService.php',
'App\\Repository\\PlanActionsLevelsTimeRepository' => 'getPlanActionsLevelsTimeRepositoryService.php',
'App\\Repository\\PlanActionsNumberRepository' => 'getPlanActionsNumberRepositoryService.php',
'App\\Repository\\PlansCompanyEntitiesRepository' => 'getPlansCompanyEntitiesRepositoryService.php',
'App\\Repository\\PlansRepository' => 'getPlansRepositoryService.php',
'App\\Repository\\TerritoriesRepository' => 'getTerritoriesRepositoryService.php',
'App\\Repository\\UserRepository' => 'getUserRepositoryService.php',
'App\\Service\\CompanyEntitiesService' => 'getCompanyEntitiesServiceService.php',
'App\\Service\\LoggerActions' => 'getLoggerActionsService.php',
'App\\Service\\Privileges' => 'getPrivilegesService.php',
'Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController' => 'getRedirectControllerService.php',
'Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController' => 'getTemplateControllerService.php',
'annotations.cache' => 'getAnnotations_CacheService.php',
'annotations.cache_warmer' => 'getAnnotations_CacheWarmerService.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.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.default_entity_manager.property_info_extractor' => 'getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService.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',
'doctrine_cache.stats_command' => 'getDoctrineCache_StatsCommandService.php',
'doctrine_migrations.diff_command' => 'getDoctrineMigrations_DiffCommandService.php',
'doctrine_migrations.dump_schema_command' => 'getDoctrineMigrations_DumpSchemaCommandService.php',
'doctrine_migrations.execute_command' => 'getDoctrineMigrations_ExecuteCommandService.php',
'doctrine_migrations.generate_command' => 'getDoctrineMigrations_GenerateCommandService.php',
'doctrine_migrations.latest_command' => 'getDoctrineMigrations_LatestCommandService.php',
'doctrine_migrations.migrate_command' => 'getDoctrineMigrations_MigrateCommandService.php',
'doctrine_migrations.rollup_command' => 'getDoctrineMigrations_RollupCommandService.php',
'doctrine_migrations.status_command' => 'getDoctrineMigrations_StatusCommandService.php',
'doctrine_migrations.up_to_date_command' => 'getDoctrineMigrations_UpToDateCommandService.php',
'doctrine_migrations.version_command' => 'getDoctrineMigrations_VersionCommandService.php',
'filesystem' => 'getFilesystemService.php',
'form.factory' => 'getForm_FactoryService.php',
'form.registry' => 'getForm_RegistryService.php',
'form.resolved_type_factory' => 'getForm_ResolvedTypeFactoryService.php',
'form.server_params' => 'getForm_ServerParamsService.php',
'form.type.birthday' => 'getForm_Type_BirthdayService.php',
'form.type.button' => 'getForm_Type_ButtonService.php',
'form.type.checkbox' => 'getForm_Type_CheckboxService.php',
'form.type.choice' => 'getForm_Type_ChoiceService.php',
'form.type.collection' => 'getForm_Type_CollectionService.php',
'form.type.country' => 'getForm_Type_CountryService.php',
'form.type.currency' => 'getForm_Type_CurrencyService.php',
'form.type.date' => 'getForm_Type_DateService.php',
'form.type.datetime' => 'getForm_Type_DatetimeService.php',
'form.type.email' => 'getForm_Type_EmailService.php',
'form.type.entity' => 'getForm_Type_EntityService.php',
'form.type.file' => 'getForm_Type_FileService.php',
'form.type.form' => 'getForm_Type_FormService.php',
'form.type.hidden' => 'getForm_Type_HiddenService.php',
'form.type.integer' => 'getForm_Type_IntegerService.php',
'form.type.language' => 'getForm_Type_LanguageService.php',
'form.type.locale' => 'getForm_Type_LocaleService.php',
'form.type.money' => 'getForm_Type_MoneyService.php',
'form.type.number' => 'getForm_Type_NumberService.php',
'form.type.password' => 'getForm_Type_PasswordService.php',
'form.type.percent' => 'getForm_Type_PercentService.php',
'form.type.radio' => 'getForm_Type_RadioService.php',
'form.type.range' => 'getForm_Type_RangeService.php',
'form.type.repeated' => 'getForm_Type_RepeatedService.php',
'form.type.reset' => 'getForm_Type_ResetService.php',
'form.type.search' => 'getForm_Type_SearchService.php',
'form.type.submit' => 'getForm_Type_SubmitService.php',
'form.type.text' => 'getForm_Type_TextService.php',
'form.type.textarea' => 'getForm_Type_TextareaService.php',
'form.type.time' => 'getForm_Type_TimeService.php',
'form.type.timezone' => 'getForm_Type_TimezoneService.php',
'form.type.url' => 'getForm_Type_UrlService.php',
'form.type_extension.csrf' => 'getForm_TypeExtension_CsrfService.php',
'form.type_extension.form.data_collector' => 'getForm_TypeExtension_Form_DataCollectorService.php',
'form.type_extension.form.http_foundation' => 'getForm_TypeExtension_Form_HttpFoundationService.php',
'form.type_extension.form.transformation_failure_handling' => 'getForm_TypeExtension_Form_TransformationFailureHandlingService.php',
'form.type_extension.form.validator' => 'getForm_TypeExtension_Form_ValidatorService.php',
'form.type_extension.repeated.validator' => 'getForm_TypeExtension_Repeated_ValidatorService.php',
'form.type_extension.submit.validator' => 'getForm_TypeExtension_Submit_ValidatorService.php',
'form.type_extension.upload.validator' => 'getForm_TypeExtension_Upload_ValidatorService.php',
'form.type_guesser.doctrine' => 'getForm_TypeGuesser_DoctrineService.php',
'form.type_guesser.validator' => 'getForm_TypeGuesser_ValidatorService.php',
'fos_user.change_password.controller' => 'getFosUser_ChangePassword_ControllerService.php',
'fos_user.change_password.form.factory' => 'getFosUser_ChangePassword_Form_FactoryService.php',
'fos_user.change_password.form.type' => 'getFosUser_ChangePassword_Form_TypeService.php',
'fos_user.command.activate_user' => 'getFosUser_Command_ActivateUserService.php',
'fos_user.command.change_password' => 'getFosUser_Command_ChangePasswordService.php',
'fos_user.command.create_user' => 'getFosUser_Command_CreateUserService.php',
'fos_user.command.deactivate_user' => 'getFosUser_Command_DeactivateUserService.php',
'fos_user.command.demote_user' => 'getFosUser_Command_DemoteUserService.php',
'fos_user.command.promote_user' => 'getFosUser_Command_PromoteUserService.php',
'fos_user.group.controller' => 'getFosUser_Group_ControllerService.php',
'fos_user.group.form.factory' => 'getFosUser_Group_Form_FactoryService.php',
'fos_user.group.form.type' => 'getFosUser_Group_Form_TypeService.php',
'fos_user.group_manager' => 'getFosUser_GroupManagerService.php',
'fos_user.listener.authentication' => 'getFosUser_Listener_AuthenticationService.php',
'fos_user.listener.flash' => 'getFosUser_Listener_FlashService.php',
'fos_user.listener.resetting' => 'getFosUser_Listener_ResettingService.php',
'fos_user.mailer' => 'getFosUser_MailerService.php',
'fos_user.object_manager' => 'getFosUser_ObjectManagerService.php',
'fos_user.profile.controller' => 'getFosUser_Profile_ControllerService.php',
'fos_user.profile.form.factory' => 'getFosUser_Profile_Form_FactoryService.php',
'fos_user.profile.form.type' => 'getFosUser_Profile_Form_TypeService.php',
'fos_user.registration.controller' => 'getFosUser_Registration_ControllerService.php',
'fos_user.registration.form.factory' => 'getFosUser_Registration_Form_FactoryService.php',
'fos_user.registration.form.type' => 'getFosUser_Registration_Form_TypeService.php',
'fos_user.resetting.controller' => 'getFosUser_Resetting_ControllerService.php',
'fos_user.resetting.form.factory' => 'getFosUser_Resetting_Form_FactoryService.php',
'fos_user.resetting.form.type' => 'getFosUser_Resetting_Form_TypeService.php',
'fos_user.security.controller' => 'getFosUser_Security_ControllerService.php',
'fos_user.security.interactive_login_listener' => 'getFosUser_Security_InteractiveLoginListenerService.php',
'fos_user.security.login_manager' => 'getFosUser_Security_LoginManagerService.php',
'fos_user.user_manager' => 'getFosUser_UserManagerService.php',
'fos_user.user_provider.username_email' => 'getFosUser_UserProvider_UsernameEmailService.php',
'fos_user.username_form_type' => 'getFosUser_UsernameFormTypeService.php',
'fos_user.util.token_generator' => 'getFosUser_Util_TokenGeneratorService.php',
'fos_user.util.user_manipulator' => 'getFosUser_Util_UserManipulatorService.php',
'fragment.handler' => 'getFragment_HandlerService.php',
'fragment.renderer.inline' => 'getFragment_Renderer_InlineService.php',
'httplug.async_client.default' => 'getHttplug_AsyncClient_DefaultService.php',
'httplug.client' => 'getHttplug_ClientService.php',
'httplug.message_factory.default' => 'getHttplug_MessageFactory_DefaultService.php',
'httplug.stream_factory.default' => 'getHttplug_StreamFactory_DefaultService.php',
'httplug.uri_factory.default' => 'getHttplug_UriFactory_DefaultService.php',
'kernel.class_cache.cache_warmer' => 'getKernel_ClassCache_CacheWarmerService.php',
'maker.auto_command.make_auth' => 'getMaker_AutoCommand_MakeAuthService.php',
'maker.auto_command.make_command' => 'getMaker_AutoCommand_MakeCommandService.php',
'maker.auto_command.make_controller' => 'getMaker_AutoCommand_MakeControllerService.php',
'maker.auto_command.make_crud' => 'getMaker_AutoCommand_MakeCrudService.php',
'maker.auto_command.make_entity' => 'getMaker_AutoCommand_MakeEntityService.php',
'maker.auto_command.make_fixtures' => 'getMaker_AutoCommand_MakeFixturesService.php',
'maker.auto_command.make_form' => 'getMaker_AutoCommand_MakeFormService.php',
'maker.auto_command.make_functional_test' => 'getMaker_AutoCommand_MakeFunctionalTestService.php',
'maker.auto_command.make_migration' => 'getMaker_AutoCommand_MakeMigrationService.php',
'maker.auto_command.make_registration_form' => 'getMaker_AutoCommand_MakeRegistrationFormService.php',
'maker.auto_command.make_serializer_encoder' => 'getMaker_AutoCommand_MakeSerializerEncoderService.php',
'maker.auto_command.make_serializer_normalizer' => 'getMaker_AutoCommand_MakeSerializerNormalizerService.php',
'maker.auto_command.make_subscriber' => 'getMaker_AutoCommand_MakeSubscriberService.php',
'maker.auto_command.make_twig_extension' => 'getMaker_AutoCommand_MakeTwigExtensionService.php',
'maker.auto_command.make_unit_test' => 'getMaker_AutoCommand_MakeUnitTestService.php',
'maker.auto_command.make_user' => 'getMaker_AutoCommand_MakeUserService.php',
'maker.auto_command.make_validator' => 'getMaker_AutoCommand_MakeValidatorService.php',
'maker.auto_command.make_voter' => 'getMaker_AutoCommand_MakeVoterService.php',
'maker.console_error_listener' => 'getMaker_ConsoleErrorListenerService.php',
'maker.doctrine_helper' => 'getMaker_DoctrineHelperService.php',
'maker.file_manager' => 'getMaker_FileManagerService.php',
'maker.generator' => 'getMaker_GeneratorService.php',
'maker.renderer.form_type_renderer' => 'getMaker_Renderer_FormTypeRendererService.php',
'maker.security_config_updater' => 'getMaker_SecurityConfigUpdaterService.php',
'monolog.logger.console' => 'getMonolog_Logger_ConsoleService.php',
'monolog.logger.security' => 'getMonolog_Logger_SecurityService.php',
'monolog.logger.templating' => 'getMonolog_Logger_TemplatingService.php',
'property_info' => 'getPropertyInfoService.php',
'property_info.php_doc_extractor' => 'getPropertyInfo_PhpDocExtractorService.php',
'property_info.reflection_extractor' => 'getPropertyInfo_ReflectionExtractorService.php',
'property_info.serializer_extractor' => 'getPropertyInfo_SerializerExtractorService.php',
'router.cache_warmer' => 'getRouter_CacheWarmerService.php',
'routing.loader' => 'getRouting_LoaderService.php',
'security.access.authenticated_voter' => 'getSecurity_Access_AuthenticatedVoterService.php',
'security.access.expression_voter' => 'getSecurity_Access_ExpressionVoterService.php',
'security.access.role_hierarchy_voter' => 'getSecurity_Access_RoleHierarchyVoterService.php',
'security.access_listener' => 'getSecurity_AccessListenerService.php',
'security.access_map' => 'getSecurity_AccessMapService.php',
'security.authentication.guard_handler' => 'getSecurity_Authentication_GuardHandlerService.php',
'security.authentication.listener.anonymous.main' => 'getSecurity_Authentication_Listener_Anonymous_MainService.php',
'security.authentication.listener.form.main' => 'getSecurity_Authentication_Listener_Form_MainService.php',
'security.authentication.provider.anonymous.main' => 'getSecurity_Authentication_Provider_Anonymous_MainService.php',
'security.authentication.provider.dao.main' => 'getSecurity_Authentication_Provider_Dao_MainService.php',
'security.authentication.session_strategy.main' => 'getSecurity_Authentication_SessionStrategy_MainService.php',
'security.authentication_utils' => 'getSecurity_AuthenticationUtilsService.php',
'security.channel_listener' => 'getSecurity_ChannelListenerService.php',
'security.command.user_password_encoder' => 'getSecurity_Command_UserPasswordEncoderService.php',
'security.context_listener.0' => 'getSecurity_ContextListener_0Service.php',
'security.csrf.token_manager' => 'getSecurity_Csrf_TokenManagerService.php',
'security.csrf.token_storage' => 'getSecurity_Csrf_TokenStorageService.php',
'security.firewall.map.context.dev' => 'getSecurity_Firewall_Map_Context_DevService.php',
'security.firewall.map.context.main' => 'getSecurity_Firewall_Map_Context_MainService.php',
'security.http_utils' => 'getSecurity_HttpUtilsService.php',
'security.password_encoder' => 'getSecurity_PasswordEncoderService.php',
'security.request_matcher.00qf1z7' => 'getSecurity_RequestMatcher_00qf1z7Service.php',
'security.request_matcher.zfhj2lw' => 'getSecurity_RequestMatcher_Zfhj2lwService.php',
'security.user.provider.concrete.in_memory' => 'getSecurity_User_Provider_Concrete_InMemoryService.php',
'security.user_checker' => 'getSecurity_UserCheckerService.php',
'security.user_value_resolver' => 'getSecurity_UserValueResolverService.php',
'security.validator.user_password' => 'getSecurity_Validator_UserPasswordService.php',
'serializer' => 'getSerializerService.php',
'serializer.mapping.cache.symfony' => 'getSerializer_Mapping_Cache_SymfonyService.php',
'serializer.mapping.cache_warmer' => 'getSerializer_Mapping_CacheWarmerService.php',
'serializer.mapping.class_metadata_factory' => 'getSerializer_Mapping_ClassMetadataFactoryService.php',
'service_locator.8lodalc' => 'getServiceLocator_8lodalcService.php',
'service_locator.9sq8fte' => 'getServiceLocator_9sq8fteService.php',
'service_locator.dbzerlj' => 'getServiceLocator_DbzerljService.php',
'service_locator.kqibrhh' => 'getServiceLocator_KqibrhhService.php',
'service_locator.pbjc0uh' => 'getServiceLocator_Pbjc0uhService.php',
'service_locator.pvtsprx' => 'getServiceLocator_PvtsprxService.php',
'service_locator.q1nlplf' => 'getServiceLocator_Q1nlplfService.php',
'service_locator.qydpli6' => 'getServiceLocator_Qydpli6Service.php',
'service_locator.r1gnpbt' => 'getServiceLocator_R1gnpbtService.php',
'service_locator.rjafcqz' => 'getServiceLocator_RjafcqzService.php',
'service_locator.s_s_kni' => 'getServiceLocator_SSKniService.php',
'service_locator.twfxfkl' => 'getServiceLocator_TwfxfklService.php',
'service_locator.v8ff2dh' => 'getServiceLocator_V8ff2dhService.php',
'service_locator.x_jnvs5' => 'getServiceLocator_XJnvs5Service.php',
'services_resetter' => 'getServicesResetterService.php',
'session.storage.filesystem' => 'getSession_Storage_FilesystemService.php',
'session.storage.php_bridge' => 'getSession_Storage_PhpBridgeService.php',
'swiftmailer.command.debug' => 'getSwiftmailer_Command_DebugService.php',
'swiftmailer.command.new_email' => 'getSwiftmailer_Command_NewEmailService.php',
'swiftmailer.command.send_email' => 'getSwiftmailer_Command_SendEmailService.php',
'swiftmailer.email_sender.listener' => 'getSwiftmailer_EmailSender_ListenerService.php',
'swiftmailer.mailer.default' => 'getSwiftmailer_Mailer_DefaultService.php',
'swiftmailer.mailer.default.plugin.messagelogger' => 'getSwiftmailer_Mailer_Default_Plugin_MessageloggerService.php',
'swiftmailer.mailer.default.transport.dynamic' => 'getSwiftmailer_Mailer_Default_Transport_DynamicService.php',
'templating' => 'getTemplatingService.php',
'templating.cache_warmer.template_paths' => 'getTemplating_CacheWarmer_TemplatePathsService.php',
'templating.filename_parser' => 'getTemplating_FilenameParserService.php',
'templating.finder' => 'getTemplating_FinderService.php',
'templating.helper.logout_url' => 'getTemplating_Helper_LogoutUrlService.php',
'templating.helper.security' => 'getTemplating_Helper_SecurityService.php',
'templating.loader' => 'getTemplating_LoaderService.php',
'translation.dumper.csv' => 'getTranslation_Dumper_CsvService.php',
'translation.dumper.ini' => 'getTranslation_Dumper_IniService.php',
'translation.dumper.json' => 'getTranslation_Dumper_JsonService.php',
'translation.dumper.mo' => 'getTranslation_Dumper_MoService.php',
'translation.dumper.php' => 'getTranslation_Dumper_PhpService.php',
'translation.dumper.po' => 'getTranslation_Dumper_PoService.php',
'translation.dumper.qt' => 'getTranslation_Dumper_QtService.php',
'translation.dumper.res' => 'getTranslation_Dumper_ResService.php',
'translation.dumper.xliff' => 'getTranslation_Dumper_XliffService.php',
'translation.dumper.yml' => 'getTranslation_Dumper_YmlService.php',
'translation.extractor' => 'getTranslation_ExtractorService.php',
'translation.extractor.php' => 'getTranslation_Extractor_PhpService.php',
'translation.loader' => 'getTranslation_LoaderService.php',
'translation.loader.csv' => 'getTranslation_Loader_CsvService.php',
'translation.loader.dat' => 'getTranslation_Loader_DatService.php',
'translation.loader.ini' => 'getTranslation_Loader_IniService.php',
'translation.loader.json' => 'getTranslation_Loader_JsonService.php',
'translation.loader.mo' => 'getTranslation_Loader_MoService.php',
'translation.loader.php' => 'getTranslation_Loader_PhpService.php',
'translation.loader.po' => 'getTranslation_Loader_PoService.php',
'translation.loader.qt' => 'getTranslation_Loader_QtService.php',
'translation.loader.res' => 'getTranslation_Loader_ResService.php',
'translation.loader.xliff' => 'getTranslation_Loader_XliffService.php',
'translation.loader.yml' => 'getTranslation_Loader_YmlService.php',
'translation.reader' => 'getTranslation_ReaderService.php',
'translation.warmer' => 'getTranslation_WarmerService.php',
'translation.writer' => 'getTranslation_WriterService.php',
'twig.cache_warmer' => 'getTwig_CacheWarmerService.php',
'twig.command.debug' => 'getTwig_Command_DebugService.php',
'twig.command.lint' => 'getTwig_Command_LintService.php',
'twig.controller.exception' => 'getTwig_Controller_ExceptionService.php',
'twig.controller.preview_error' => 'getTwig_Controller_PreviewErrorService.php',
'twig.exception_listener' => 'getTwig_ExceptionListenerService.php',
'twig.form.renderer' => 'getTwig_Form_RendererService.php',
'twig.runtime.httpkernel' => 'getTwig_Runtime_HttpkernelService.php',
'twig.template_cache_warmer' => 'getTwig_TemplateCacheWarmerService.php',
'twig.translation.extractor' => 'getTwig_Translation_ExtractorService.php',
'uri_signer' => 'getUriSignerService.php',
'validator.email' => 'getValidator_EmailService.php',
'validator.expression' => 'getValidator_ExpressionService.php',
'validator.mapping.cache_warmer' => 'getValidator_Mapping_CacheWarmerService.php',
'var_dumper.cli_dumper' => 'getVarDumper_CliDumperService.php',
'web_profiler.controller.exception' => 'getWebProfiler_Controller_ExceptionService.php',
'web_profiler.controller.profiler' => 'getWebProfiler_Controller_ProfilerService.php',
'web_profiler.controller.router' => 'getWebProfiler_Controller_RouterService.php',
'web_server.command.server_log' => 'getWebServer_Command_ServerLogService.php',
'web_server.command.server_run' => 'getWebServer_Command_ServerRunService.php',
'web_server.command.server_start' => 'getWebServer_Command_ServerStartService.php',
'web_server.command.server_status' => 'getWebServer_Command_ServerStatusService.php',
'web_server.command.server_stop' => 'getWebServer_Command_ServerStopService.php',
];
$this->privates = [
'fos_user.util.username_canonicalizer' => true,
'httplug.client.app' => true,
'httplug.client.default' => true,
'session.storage' => true,
'swiftmailer.mailer' => true,
'swiftmailer.mailer.default.transport' => true,
'swiftmailer.plugin.messagelogger' => true,
'App\\EventListener\\LoginListener' => true,
'App\\EventListener\\RegisterListener' => true,
'App\\EventListener\\UserLocaleSubscriber' => true,
'App\\Form\\ActionType' => true,
'App\\Form\\CommonType' => true,
'App\\Form\\CompanyEntityType' => true,
'App\\Form\\DepartmentType' => true,
'App\\Form\\EuEntityType' => true,
'App\\Form\\LevelType' => true,
'App\\Form\\MarketType' => true,
'App\\Form\\MilestoneType' => true,
'App\\Form\\PartnerContractType' => true,
'App\\Form\\PartnerType' => true,
'App\\Form\\PlanActionsLevelsTimeType' => true,
'App\\Form\\PlanType' => true,
'App\\Form\\TerritoryType' => true,
'App\\Form\\UserType' => true,
'App\\Repository\\ActionsCompanyEntitiesRepository' => true,
'App\\Repository\\ActionsRepository' => true,
'App\\Repository\\CompanyEntityRepository' => true,
'App\\Repository\\DepartmentRepository' => true,
'App\\Repository\\MarketRepository' => true,
'App\\Repository\\MilestonesCompanyEntitiesRepository' => true,
'App\\Repository\\MilestonesRepository' => true,
'App\\Repository\\PartnerContractRepository' => true,
'App\\Repository\\PartnerRepository' => true,
'App\\Repository\\PlanActionsLevelsTimeRepository' => true,
'App\\Repository\\PlanActionsNumberRepository' => true,
'App\\Repository\\PlansCompanyEntitiesRepository' => true,
'App\\Repository\\PlansRepository' => true,
'App\\Repository\\TerritoriesRepository' => true,
'App\\Repository\\UserRepository' => true,
'App\\Service\\CompanyEntitiesService' => true,
'App\\Service\\LoggerActions' => true,
'App\\Service\\Privileges' => true,
'Http\\Client\\Common\\PluginClientFactory' => true,
'Http\\HttplugBundle\\Collector\\PluginClientFactoryListener' => true,
'annotation_reader' => true,
'annotations.cache' => true,
'annotations.cache_warmer' => true,
'annotations.reader' => true,
'argument_metadata_factory' => true,
'argument_resolver.default' => true,
'argument_resolver.request' => true,
'argument_resolver.request_attribute' => true,
'argument_resolver.service' => true,
'argument_resolver.session' => true,
'argument_resolver.variadic' => true,
'asprega.breadcrumb.builder' => true,
'asprega.breadcrumb.item_factory' => true,
'asprega.breadcrumb.item_processor' => true,
'asprega.breadcrumb.listener' => true,
'asprega.breadcrumb.twig_extension' => true,
'assets.context' => true,
'assets.packages' => true,
'cache.annotations' => true,
'cache.default_clearer' => true,
'cache.serializer' => true,
'cache.validator' => true,
'config.resource.self_checking_resource_checker' => true,
'config_cache_factory' => true,
'console.command.about' => true,
'console.command.assets_install' => true,
'console.command.cache_clear' => true,
'console.command.cache_pool_clear' => true,
'console.command.cache_pool_prune' => true,
'console.command.cache_warmup' => true,
'console.command.config_debug' => true,
'console.command.config_dump_reference' => true,
'console.command.container_debug' => true,
'console.command.debug_autowiring' => true,
'console.command.event_dispatcher_debug' => true,
'console.command.form_debug' => true,
'console.command.router_debug' => true,
'console.command.router_match' => true,
'console.command.translation_debug' => true,
'console.command.translation_update' => true,
'console.command.xliff_lint' => true,
'console.command.yaml_lint' => true,
'console.error_listener' => true,
'controller_name_converter' => true,
'data_collector.form' => true,
'data_collector.form.extractor' => true,
'data_collector.request' => true,
'data_collector.router' => true,
'data_collector.translation' => true,
'debug.argument_resolver' => true,
'debug.controller_resolver' => true,
'debug.debug_handlers_listener' => true,
'debug.dump_listener' => true,
'debug.event_dispatcher' => true,
'debug.file_link_formatter' => true,
'debug.file_link_formatter.url_format' => true,
'debug.log_processor' => true,
'debug.security.access.decision_manager' => true,
'debug.stopwatch' => true,
'dependency_injection.config.container_parameters_resource_checker' => true,
'deprecated.form.registry' => true,
'deprecated.form.registry.csrf' => true,
'doctrine.cache_clear_metadata_command' => true,
'doctrine.cache_clear_query_cache_command' => true,
'doctrine.cache_clear_result_command' => true,
'doctrine.cache_collection_region_command' => true,
'doctrine.clear_entity_region_command' => true,
'doctrine.clear_query_region_command' => true,
'doctrine.database_create_command' => true,
'doctrine.database_drop_command' => true,
'doctrine.database_import_command' => true,
'doctrine.dbal.connection_factory' => true,
'doctrine.dbal.logger.profiling.default' => true,
'doctrine.ensure_production_settings_command' => true,
'doctrine.generate_entities_command' => true,
'doctrine.mapping_convert_command' => true,
'doctrine.mapping_import_command' => true,
'doctrine.mapping_info_command' => true,
'doctrine.orm.default_entity_listener_resolver' => true,
'doctrine.orm.default_entity_manager.property_info_extractor' => true,
'doctrine.orm.default_listeners.attach_entity_listeners' => true,
'doctrine.orm.default_manager_configurator' => true,
'doctrine.orm.proxy_cache_warmer' => true,
'doctrine.orm.validator.unique' => true,
'doctrine.orm.validator_initializer' => true,
'doctrine.query_dql_command' => true,
'doctrine.query_sql_command' => true,
'doctrine.schema_create_command' => true,
'doctrine.schema_drop_command' => true,
'doctrine.schema_update_command' => true,
'doctrine.schema_validate_command' => true,
'doctrine_cache.contains_command' => true,
'doctrine_cache.delete_command' => true,
'doctrine_cache.flush_command' => true,
'doctrine_cache.stats_command' => true,
'doctrine_migrations.diff_command' => true,
'doctrine_migrations.dump_schema_command' => true,
'doctrine_migrations.execute_command' => true,
'doctrine_migrations.generate_command' => true,
'doctrine_migrations.latest_command' => true,
'doctrine_migrations.migrate_command' => true,
'doctrine_migrations.rollup_command' => true,
'doctrine_migrations.status_command' => true,
'doctrine_migrations.up_to_date_command' => true,
'doctrine_migrations.version_command' => true,
'file_locator' => true,
'form.registry' => true,
'form.resolved_type_factory' => true,
'form.server_params' => true,
'form.type.choice' => true,
'form.type.entity' => true,
'form.type.form' => true,
'form.type_extension.csrf' => true,
'form.type_extension.form.data_collector' => true,
'form.type_extension.form.http_foundation' => true,
'form.type_extension.form.transformation_failure_handling' => true,
'form.type_extension.form.validator' => true,
'form.type_extension.repeated.validator' => true,
'form.type_extension.submit.validator' => true,
'form.type_extension.upload.validator' => true,
'form.type_guesser.doctrine' => true,
'form.type_guesser.validator' => true,
'fos_user.change_password.form.factory' => true,
'fos_user.change_password.form.type' => true,
'fos_user.command.activate_user' => true,
'fos_user.command.change_password' => true,
'fos_user.command.create_user' => true,
'fos_user.command.deactivate_user' => true,
'fos_user.command.demote_user' => true,
'fos_user.command.promote_user' => true,
'fos_user.group.form.factory' => true,
'fos_user.group.form.type' => true,
'fos_user.listener.authentication' => true,
'fos_user.listener.flash' => true,
'fos_user.listener.resetting' => true,
'fos_user.mailer' => true,
'fos_user.object_manager' => true,
'fos_user.profile.form.factory' => true,
'fos_user.profile.form.type' => true,
'fos_user.registration.form.factory' => true,
'fos_user.registration.form.type' => true,
'fos_user.resetting.form.factory' => true,
'fos_user.resetting.form.type' => true,
'fos_user.security.interactive_login_listener' => true,
'fos_user.security.login_manager' => true,
'fos_user.user_provider.username_email' => true,
'fos_user.username_form_type' => true,
'fos_user.util.canonical_fields_updater' => true,
'fos_user.util.email_canonicalizer' => true,
'fos_user.util.password_updater' => true,
'fos_user.util.token_generator' => true,
'fos_user.util.user_manipulator' => true,
'fragment.handler' => true,
'fragment.renderer.inline' => true,
'framework_extra_bundle.argument_name_convertor' => true,
'framework_extra_bundle.event.is_granted' => true,
'httplug.async_client.default' => true,
'httplug.auto_discovery.auto_discovered_client' => true,
'httplug.collector.collector' => true,
'httplug.collector.formatter' => true,
'httplug.message_factory.default' => true,
'httplug.strategy' => true,
'httplug.stream_factory.default' => true,
'httplug.uri_factory.default' => true,
'kernel.class_cache.cache_warmer' => true,
'locale_listener' => true,
'logger' => true,
'maker.auto_command.make_auth' => true,
'maker.auto_command.make_command' => true,
'maker.auto_command.make_controller' => true,
'maker.auto_command.make_crud' => true,
'maker.auto_command.make_entity' => true,
'maker.auto_command.make_fixtures' => true,
'maker.auto_command.make_form' => true,
'maker.auto_command.make_functional_test' => true,
'maker.auto_command.make_migration' => true,
'maker.auto_command.make_registration_form' => true,
'maker.auto_command.make_serializer_encoder' => true,
'maker.auto_command.make_serializer_normalizer' => true,
'maker.auto_command.make_subscriber' => true,
'maker.auto_command.make_twig_extension' => true,
'maker.auto_command.make_unit_test' => true,
'maker.auto_command.make_user' => true,
'maker.auto_command.make_validator' => true,
'maker.auto_command.make_voter' => true,
'maker.console_error_listener' => true,
'maker.doctrine_helper' => true,
'maker.file_manager' => true,
'maker.generator' => true,
'maker.renderer.form_type_renderer' => true,
'maker.security_config_updater' => true,
'monolog.handler.console' => true,
'monolog.handler.main' => true,
'monolog.handler.null_internal' => true,
'monolog.logger.cache' => true,
'monolog.logger.console' => true,
'monolog.logger.doctrine' => true,
'monolog.logger.event' => true,
'monolog.logger.php' => true,
'monolog.logger.profiler' => true,
'monolog.logger.request' => true,
'monolog.logger.security' => true,
'monolog.logger.templating' => true,
'monolog.logger.translation' => true,
'profiler_listener' => true,
'property_accessor' => true,
'property_info' => true,
'property_info.php_doc_extractor' => true,
'property_info.reflection_extractor' => true,
'property_info.serializer_extractor' => true,
'resolve_controller_name_subscriber' => true,
'response_listener' => true,
'router.cache_warmer' => true,
'router.request_context' => true,
'router_listener' => true,
'security.access.authenticated_voter' => true,
'security.access.expression_voter' => true,
'security.access.role_hierarchy_voter' => true,
'security.access_listener' => true,
'security.access_map' => true,
'security.authentication.guard_handler' => true,
'security.authentication.listener.anonymous.main' => true,
'security.authentication.listener.form.main' => true,
'security.authentication.manager' => true,
'security.authentication.provider.anonymous.main' => true,
'security.authentication.provider.dao.main' => true,
'security.authentication.session_strategy.main' => true,
'security.authentication.trust_resolver' => true,
'security.channel_listener' => true,
'security.command.user_password_encoder' => true,
'security.context_listener.0' => true,
'security.csrf.token_storage' => true,
'security.encoder_factory' => true,
'security.firewall' => true,
'security.firewall.map' => true,
'security.firewall.map.context.dev' => true,
'security.firewall.map.context.main' => true,
'security.http_utils' => true,
'security.logout_url_generator' => true,
'security.rememberme.response_listener' => true,
'security.request_matcher.00qf1z7' => true,
'security.request_matcher.zfhj2lw' => true,
'security.role_hierarchy' => true,
'security.user.provider.concrete.in_memory' => true,
'security.user_checker' => true,
'security.user_value_resolver' => true,
'security.validator.user_password' => true,
'sensio_framework_extra.cache.listener' => true,
'sensio_framework_extra.controller.listener' => true,
'sensio_framework_extra.converter.listener' => true,
'sensio_framework_extra.converter.manager' => true,
'sensio_framework_extra.security.listener' => true,
'sensio_framework_extra.view.listener' => true,
'serializer.mapping.cache.symfony' => true,
'serializer.mapping.cache_warmer' => true,
'serializer.mapping.class_metadata_factory' => true,
'service_locator.8lodalc' => true,
'service_locator.9sq8fte' => true,
'service_locator.dbzerlj' => true,
'service_locator.kqibrhh' => true,
'service_locator.pbjc0uh' => true,
'service_locator.pvtsprx' => true,
'service_locator.q1nlplf' => true,
'service_locator.qydpli6' => true,
'service_locator.r1gnpbt' => true,
'service_locator.rjafcqz' => true,
'service_locator.s_s_kni' => true,
'service_locator.twfxfkl' => true,
'service_locator.v8ff2dh' => true,
'service_locator.x_jnvs5' => true,
'session.save_listener' => true,
'session.storage.filesystem' => true,
'session.storage.metadata_bag' => true,
'session.storage.native' => true,
'session.storage.php_bridge' => true,
'session_listener' => true,
'streamed_response_listener' => true,
'swiftmailer.command.debug' => true,
'swiftmailer.command.new_email' => true,
'swiftmailer.command.send_email' => true,
'swiftmailer.email_sender.listener' => true,
'swiftmailer.mailer.default.transport.dynamic' => true,
'templating.cache_warmer.template_paths' => true,
'templating.filename_parser' => true,
'templating.finder' => true,
'templating.helper.logout_url' => true,
'templating.helper.security' => true,
'templating.locator' => true,
'templating.name_parser' => true,
'translation.dumper.csv' => true,
'translation.dumper.ini' => true,
'translation.dumper.json' => true,
'translation.dumper.mo' => true,
'translation.dumper.php' => true,
'translation.dumper.po' => true,
'translation.dumper.qt' => true,
'translation.dumper.res' => true,
'translation.dumper.xliff' => true,
'translation.dumper.yml' => true,
'translation.extractor' => true,
'translation.extractor.php' => true,
'translation.loader' => true,
'translation.loader.csv' => true,
'translation.loader.dat' => true,
'translation.loader.ini' => true,
'translation.loader.json' => true,
'translation.loader.mo' => true,
'translation.loader.php' => true,
'translation.loader.po' => true,
'translation.loader.qt' => true,
'translation.loader.res' => true,
'translation.loader.xliff' => true,
'translation.loader.yml' => true,
'translation.reader' => true,
'translation.warmer' => true,
'translation.writer' => true,
'translator.default' => true,
'translator_listener' => true,
'twig.cache_warmer' => true,
'twig.command.debug' => true,
'twig.command.lint' => true,
'twig.exception_listener' => true,
'twig.form.renderer' => true,
'twig.loader' => true,
'twig.profile' => true,
'twig.runtime.httpkernel' => true,
'twig.template_cache_warmer' => true,
'twig.translation.extractor' => true,
'uri_signer' => true,
'validate_request_listener' => true,
'validator.builder' => true,
'validator.email' => true,
'validator.expression' => true,
'validator.mapping.cache_warmer' => true,
'var_dumper.cli_dumper' => true,
'web_link.add_link_header_listener' => true,
'web_profiler.csp.handler' => true,
'web_profiler.debug_toolbar' => true,
'web_server.command.server_log' => true,
'web_server.command.server_run' => true,
'web_server.command.server_start' => true,
'web_server.command.server_status' => true,
'web_server.command.server_stop' => true,
];
$this->aliases = [
'breadcrumb_builder' => 'asprega.breadcrumb.builder',
'cache.app_clearer' => 'cache.default_clearer',
'console.command.doctrine_bundle_doctrinecachebundle_command_containscommand' => 'doctrine_cache.contains_command',
'console.command.doctrine_bundle_doctrinecachebundle_command_deletecommand' => 'doctrine_cache.delete_command',
'console.command.doctrine_bundle_doctrinecachebundle_command_flushcommand' => 'doctrine_cache.flush_command',
'console.command.doctrine_bundle_doctrinecachebundle_command_statscommand' => 'doctrine_cache.stats_command',
'console.command.doctrine_bundle_migrationsbundle_command_migrationsdiffdoctrinecommand' => 'doctrine_migrations.diff_command',
'console.command.doctrine_bundle_migrationsbundle_command_migrationsdumpschemadoctrinecommand' => 'doctrine_migrations.dump_schema_command',
'console.command.doctrine_bundle_migrationsbundle_command_migrationsexecutedoctrinecommand' => 'doctrine_migrations.execute_command',
'console.command.doctrine_bundle_migrationsbundle_command_migrationsgeneratedoctrinecommand' => 'doctrine_migrations.generate_command',
'console.command.doctrine_bundle_migrationsbundle_command_migrationslatestdoctrinecommand' => 'doctrine_migrations.latest_command',
'console.command.doctrine_bundle_migrationsbundle_command_migrationsmigratedoctrinecommand' => 'doctrine_migrations.migrate_command',
'console.command.doctrine_bundle_migrationsbundle_command_migrationsrollupdoctrinecommand' => 'doctrine_migrations.rollup_command',
'console.command.doctrine_bundle_migrationsbundle_command_migrationsstatusdoctrinecommand' => 'doctrine_migrations.status_command',
'console.command.doctrine_bundle_migrationsbundle_command_migrationsuptodatedoctrinecommand' => 'doctrine_migrations.up_to_date_command',
'console.command.doctrine_bundle_migrationsbundle_command_migrationsversiondoctrinecommand' => 'doctrine_migrations.version_command',
'database_connection' => 'doctrine.dbal.default_connection',
'doctrine.orm.default_metadata_cache' => 'doctrine_cache.providers.doctrine.orm.default_metadata_cache',
'doctrine.orm.default_query_cache' => 'doctrine_cache.providers.doctrine.orm.default_query_cache',
'doctrine.orm.default_result_cache' => 'doctrine_cache.providers.doctrine.orm.default_result_cache',
'doctrine.orm.entity_manager' => 'doctrine.orm.default_entity_manager',
'event_dispatcher' => 'debug.event_dispatcher',
'fos_user.util.username_canonicalizer' => 'fos_user.util.email_canonicalizer',
'httplug.client.app' => 'httplug.client',
'httplug.client.default' => 'httplug.client',
'httplug.message_factory' => 'httplug.message_factory.default',
'httplug.stream_factory' => 'httplug.stream_factory.default',
'httplug.uri_factory' => 'httplug.uri_factory.default',
'mailer' => 'swiftmailer.mailer.default',
'security_token' => 'security.token_storage',
'session.storage' => 'session.storage.native',
'swiftmailer.mailer' => 'swiftmailer.mailer.default',
'swiftmailer.mailer.default.transport' => 'swiftmailer.mailer.default.transport.dynamic',
'swiftmailer.plugin.messagelogger' => 'swiftmailer.mailer.default.plugin.messagelogger',
'swiftmailer.transport' => 'swiftmailer.mailer.default.transport.dynamic',
];
$this->privates['service_container'] = function () {
include_once $this->targetDirs[3].'/vendor/symfony/event-dispatcher/EventSubscriberInterface.php';
include_once $this->targetDirs[3].'/src/EventListener/UserLocaleSubscriber.php';
include_once $this->targetDirs[3].'/vendor/symfony/framework-bundle/Controller/ControllerNameParser.php';
include_once $this->targetDirs[3].'/vendor/symfony/http-kernel/ControllerMetadata/ArgumentMetadataFactoryInterface.php';
include_once $this->targetDirs[3].'/vendor/symfony/http-kernel/ControllerMetadata/ArgumentMetadataFactory.php';
include_once $this->targetDirs[3].'/vendor/symfony/http-kernel/EventListener/ResponseListener.php';
include_once $this->targetDirs[3].'/vendor/symfony/http-kernel/EventListener/StreamedResponseListener.php';
include_once $this->targetDirs[3].'/vendor/symfony/http-kernel/EventListener/LocaleListener.php';
include_once $this->targetDirs[3].'/vendor/symfony/http-kernel/EventListener/ValidateRequestListener.php';
include_once $this->targetDirs[3].'/vendor/symfony/framework-bundle/EventListener/ResolveControllerNameSubscriber.php';
include_once $this->targetDirs[3].'/vendor/symfony/http-kernel/HttpKernelInterface.php';
include_once $this->targetDirs[3].'/vendor/symfony/http-kernel/TerminableInterface.php';
include_once $this->targetDirs[3].'/vendor/symfony/http-kernel/HttpKernel.php';
include_once $this->targetDirs[3].'/vendor/symfony/http-foundation/RequestStack.php';
include_once $this->targetDirs[3].'/vendor/symfony/config/FileLocatorInterface.php';
include_once $this->targetDirs[3].'/vendor/symfony/config/FileLocator.php';
include_once $this->targetDirs[3].'/vendor/symfony/http-kernel/Config/FileLocator.php';
include_once $this->targetDirs[3].'/vendor/symfony/config/ConfigCacheFactoryInterface.php';
include_once $this->targetDirs[3].'/vendor/symfony/config/ResourceCheckerConfigCacheFactory.php';
include_once $this->targetDirs[3].'/vendor/psr/cache/src/CacheItemPoolInterface.php';
include_once $this->targetDirs[3].'/vendor/symfony/cache/Adapter/AdapterInterface.php';
include_once $this->targetDirs[3].'/vendor/symfony/cache/PruneableInterface.php';
include_once $this->targetDirs[3].'/vendor/symfony/cache/ResettableInterface.php';
include_once $this->targetDirs[3].'/vendor/symfony/cache/Adapter/TraceableAdapter.php';
include_once $this->targetDirs[3].'/vendor/psr/log/Psr/Log/LoggerAwareInterface.php';
include_once $this->targetDirs[3].'/vendor/psr/log/Psr/Log/LoggerAwareTrait.php';
include_once $this->targetDirs[3].'/vendor/symfony/cache/Traits/AbstractTrait.php';
include_once $this->targetDirs[3].'/vendor/symfony/cache/Adapter/AbstractAdapter.php';
include_once $this->targetDirs[3].'/vendor/symfony/cache/Traits/FilesystemCommonTrait.php';
include_once $this->targetDirs[3].'/vendor/symfony/cache/Traits/FilesystemTrait.php';
include_once $this->targetDirs[3].'/vendor/symfony/cache/Adapter/FilesystemAdapter.php';
include_once $this->targetDirs[3].'/vendor/symfony/http-foundation/Session/SessionInterface.php';
include_once $this->targetDirs[3].'/vendor/symfony/http-foundation/Session/Session.php';
include_once $this->targetDirs[3].'/vendor/symfony/http-foundation/Session/SessionBagInterface.php';
include_once $this->targetDirs[3].'/vendor/symfony/http-foundation/Session/Attribute/AttributeBagInterface.php';
include_once $this->targetDirs[3].'/vendor/symfony/http-foundation/Session/Attribute/AttributeBag.php';
include_once $this->targetDirs[3].'/vendor/symfony/http-foundation/Session/Flash/FlashBagInterface.php';
include_once $this->targetDirs[3].'/vendor/symfony/http-foundation/Session/Flash/FlashBag.php';
include_once $this->targetDirs[3].'/vendor/symfony/http-foundation/Session/Storage/MetadataBag.php';
include_once $this->targetDirs[3].'/vendor/symfony/http-foundation/Session/Storage/SessionStorageInterface.php';
include_once $this->targetDirs[3].'/vendor/symfony/http-foundation/Session/Storage/NativeSessionStorage.php';
include_once $this->targetDirs[3].'/vendor/symfony/http-kernel/EventListener/AbstractSessionListener.php';
include_once $this->targetDirs[3].'/vendor/symfony/http-kernel/EventListener/SessionListener.php';
include_once $this->targetDirs[3].'/vendor/symfony/dependency-injection/ServiceLocator.php';
include_once $this->targetDirs[3].'/vendor/symfony/http-kernel/EventListener/SaveSessionListener.php';
include_once $this->targetDirs[3].'/vendor/symfony/asset/Packages.php';
include_once $this->targetDirs[3].'/vendor/symfony/asset/PackageInterface.php';
include_once $this->targetDirs[3].'/vendor/symfony/asset/Package.php';
include_once $this->targetDirs[3].'/vendor/symfony/asset/PathPackage.php';
include_once $this->targetDirs[3].'/vendor/symfony/asset/VersionStrategy/VersionStrategyInterface.php';
include_once $this->targetDirs[3].'/vendor/symfony/asset/VersionStrategy/EmptyVersionStrategy.php';
include_once $this->targetDirs[3].'/vendor/symfony/asset/Context/ContextInterface.php';
include_once $this->targetDirs[3].'/vendor/symfony/asset/Context/RequestStackContext.php';
include_once $this->targetDirs[3].'/vendor/symfony/templating/TemplateNameParserInterface.php';
include_once $this->targetDirs[3].'/vendor/symfony/templating/TemplateNameParser.php';
include_once $this->targetDirs[3].'/vendor/symfony/framework-bundle/Templating/TemplateNameParser.php';
include_once $this->targetDirs[3].'/vendor/symfony/framework-bundle/Templating/Loader/TemplateLocator.php';
include_once $this->targetDirs[3].'/vendor/symfony/validator/Validation.php';
include_once $this->targetDirs[3].'/vendor/symfony/validator/ConstraintValidatorFactoryInterface.php';
include_once $this->targetDirs[3].'/vendor/symfony/validator/ContainerConstraintValidatorFactory.php';
include_once $this->targetDirs[3].'/vendor/symfony/validator/ObjectInitializerInterface.php';
include_once $this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Validator/Initializer.php';
include_once $this->targetDirs[3].'/vendor/symfony/translation/TranslatorInterface.php';
include_once $this->targetDirs[3].'/vendor/symfony/translation/TranslatorBagInterface.php';
include_once $this->targetDirs[3].'/vendor/symfony/translation/Translator.php';
include_once $this->targetDirs[3].'/vendor/symfony/http-kernel/CacheWarmer/WarmableInterface.php';
include_once $this->targetDirs[3].'/vendor/symfony/framework-bundle/Translation/Translator.php';
include_once $this->targetDirs[3].'/vendor/symfony/translation/Formatter/MessageFormatterInterface.php';
include_once $this->targetDirs[3].'/vendor/symfony/translation/Formatter/ChoiceMessageFormatterInterface.php';
include_once $this->targetDirs[3].'/vendor/symfony/translation/Formatter/MessageFormatter.php';
include_once $this->targetDirs[3].'/vendor/symfony/translation/MessageSelector.php';
include_once $this->targetDirs[3].'/vendor/symfony/http-kernel/EventListener/TranslatorListener.php';
include_once $this->targetDirs[3].'/vendor/symfony/http-kernel/Profiler/Profiler.php';
include_once $this->targetDirs[3].'/vendor/symfony/http-kernel/Profiler/ProfilerStorageInterface.php';
include_once $this->targetDirs[3].'/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php';
include_once $this->targetDirs[3].'/vendor/symfony/http-kernel/DataCollector/DataCollectorInterface.php';
include_once $this->targetDirs[3].'/vendor/symfony/http-kernel/DataCollector/DataCollector.php';
include_once $this->targetDirs[3].'/vendor/symfony/http-kernel/DataCollector/LateDataCollectorInterface.php';
include_once $this->targetDirs[3].'/vendor/symfony/http-kernel/DataCollector/TimeDataCollector.php';
include_once $this->targetDirs[3].'/vendor/symfony/http-kernel/DataCollector/MemoryDataCollector.php';
include_once $this->targetDirs[3].'/vendor/symfony/validator/DataCollector/ValidatorDataCollector.php';
include_once $this->targetDirs[3].'/vendor/symfony/http-kernel/DataCollector/AjaxDataCollector.php';
include_once $this->targetDirs[3].'/vendor/symfony/http-kernel/DataCollector/ExceptionDataCollector.php';
include_once $this->targetDirs[3].'/vendor/symfony/http-kernel/DataCollector/LoggerDataCollector.php';
include_once $this->targetDirs[3].'/vendor/symfony/http-kernel/DataCollector/EventDataCollector.php';
include_once $this->targetDirs[3].'/vendor/symfony/cache/DataCollector/CacheDataCollector.php';
include_once $this->targetDirs[3].'/vendor/symfony/security-bundle/DataCollector/SecurityDataCollector.php';
include_once $this->targetDirs[3].'/vendor/symfony/twig-bridge/DataCollector/TwigDataCollector.php';
include_once $this->targetDirs[3].'/vendor/symfony/doctrine-bridge/DataCollector/DoctrineDataCollector.php';
include_once $this->targetDirs[3].'/vendor/doctrine/doctrine-bundle/DataCollector/DoctrineDataCollector.php';
include_once $this->targetDirs[3].'/vendor/symfony/swiftmailer-bundle/DataCollector/MessageDataCollector.php';
include_once $this->targetDirs[3].'/vendor/symfony/http-kernel/DataCollector/ConfigDataCollector.php';
include_once $this->targetDirs[3].'/vendor/symfony/http-kernel/EventListener/ProfilerListener.php';
include_once $this->targetDirs[3].'/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php';
include_once $this->targetDirs[3].'/vendor/symfony/framework-bundle/DataCollector/RequestDataCollector.php';
include_once $this->targetDirs[3].'/vendor/symfony/http-kernel/DataCollector/RouterDataCollector.php';
include_once $this->targetDirs[3].'/vendor/symfony/framework-bundle/DataCollector/RouterDataCollector.php';
include_once $this->targetDirs[3].'/vendor/symfony/form/Extension/DataCollector/FormDataExtractorInterface.php';
include_once $this->targetDirs[3].'/vendor/symfony/form/Extension/DataCollector/FormDataExtractor.php';
include_once $this->targetDirs[3].'/vendor/symfony/form/Extension/DataCollector/FormDataCollectorInterface.php';
include_once $this->targetDirs[3].'/vendor/symfony/form/Extension/DataCollector/FormDataCollector.php';
include_once $this->targetDirs[3].'/vendor/symfony/translation/DataCollector/TranslationDataCollector.php';
include_once $this->targetDirs[3].'/vendor/symfony/http-kernel/EventListener/DebugHandlersListener.php';
include_once $this->targetDirs[3].'/vendor/symfony/http-kernel/Debug/FileLinkFormatter.php';
include_once $this->targetDirs[3].'/vendor/symfony/stopwatch/Stopwatch.php';
include_once $this->targetDirs[3].'/vendor/symfony/event-dispatcher/EventDispatcherInterface.php';
include_once $this->targetDirs[3].'/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcherInterface.php';
include_once $this->targetDirs[3].'/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php';
include_once $this->targetDirs[3].'/vendor/symfony/http-kernel/Debug/TraceableEventDispatcher.php';
include_once $this->targetDirs[3].'/vendor/symfony/event-dispatcher/EventDispatcher.php';
include_once $this->targetDirs[3].'/vendor/symfony/event-dispatcher/ContainerAwareEventDispatcher.php';
include_once $this->targetDirs[3].'/vendor/symfony/http-kernel/Controller/ControllerResolverInterface.php';
include_once $this->targetDirs[3].'/vendor/symfony/http-kernel/Controller/ArgumentResolverInterface.php';
include_once $this->targetDirs[3].'/vendor/symfony/http-kernel/Controller/TraceableControllerResolver.php';
include_once $this->targetDirs[3].'/vendor/symfony/http-kernel/Controller/ControllerResolver.php';
include_once $this->targetDirs[3].'/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php';
include_once $this->targetDirs[3].'/vendor/symfony/framework-bundle/Controller/ControllerResolver.php';
include_once $this->targetDirs[3].'/vendor/symfony/http-kernel/Controller/TraceableArgumentResolver.php';
include_once $this->targetDirs[3].'/vendor/symfony/http-kernel/Controller/ArgumentResolver.php';
include_once $this->targetDirs[3].'/vendor/symfony/http-kernel/Log/DebugLoggerInterface.php';
include_once $this->targetDirs[3].'/vendor/symfony/monolog-bridge/Processor/DebugProcessor.php';
include_once $this->targetDirs[3].'/vendor/symfony/routing/RequestContext.php';
include_once $this->targetDirs[3].'/vendor/symfony/http-kernel/EventListener/RouterListener.php';
include_once $this->targetDirs[3].'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/Reader.php';
include_once $this->targetDirs[3].'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationReader.php';
include_once $this->targetDirs[3].'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationRegistry.php';
include_once $this->targetDirs[3].'/vendor/symfony/property-access/PropertyAccessorInterface.php';
include_once $this->targetDirs[3].'/vendor/symfony/property-access/PropertyAccessor.php';
include_once $this->targetDirs[3].'/vendor/symfony/cache/Traits/ArrayTrait.php';
include_once $this->targetDirs[3].'/vendor/symfony/cache/Adapter/ArrayAdapter.php';
include_once $this->targetDirs[3].'/vendor/symfony/web-link/EventListener/AddLinkHeaderListener.php';
include_once $this->targetDirs[3].'/vendor/sensio/framework-extra-bundle/EventListener/ControllerListener.php';
include_once $this->targetDirs[3].'/vendor/sensio/framework-extra-bundle/EventListener/ParamConverterListener.php';
include_once $this->targetDirs[3].'/vendor/sensio/framework-extra-bundle/Request/ParamConverter/ParamConverterManager.php';
include_once $this->targetDirs[3].'/vendor/sensio/framework-extra-bundle/Request/ParamConverter/ParamConverterInterface.php';
include_once $this->targetDirs[3].'/vendor/sensio/framework-extra-bundle/Request/ParamConverter/DoctrineParamConverter.php';
include_once $this->targetDirs[3].'/vendor/symfony/expression-language/ExpressionLanguage.php';
include_once $this->targetDirs[3].'/vendor/sensio/framework-extra-bundle/Request/ParamConverter/DateTimeParamConverter.php';
include_once $this->targetDirs[3].'/vendor/sensio/framework-extra-bundle/EventListener/TemplateListener.php';
include_once $this->targetDirs[3].'/vendor/sensio/framework-extra-bundle/Templating/TemplateGuesser.php';
include_once $this->targetDirs[3].'/vendor/sensio/framework-extra-bundle/EventListener/HttpCacheListener.php';
include_once $this->targetDirs[3].'/vendor/sensio/framework-extra-bundle/EventListener/SecurityListener.php';
include_once $this->targetDirs[3].'/vendor/symfony/security/Core/Authorization/ExpressionLanguage.php';
include_once $this->targetDirs[3].'/vendor/sensio/framework-extra-bundle/Security/ExpressionLanguage.php';
include_once $this->targetDirs[3].'/vendor/sensio/framework-extra-bundle/EventListener/IsGrantedListener.php';
include_once $this->targetDirs[3].'/vendor/sensio/framework-extra-bundle/Request/ArgumentNameConverter.php';
include_once $this->targetDirs[3].'/vendor/doctrine/doctrine-bundle/ConnectionFactory.php';
include_once $this->targetDirs[3].'/vendor/doctrine/persistence/lib/Doctrine/Common/Persistence/ConnectionRegistry.php';
include_once $this->targetDirs[3].'/vendor/doctrine/persistence/lib/Doctrine/Common/Persistence/ManagerRegistry.php';
include_once $this->targetDirs[3].'/vendor/doctrine/persistence/lib/Doctrine/Common/Persistence/AbstractManagerRegistry.php';
include_once $this->targetDirs[3].'/vendor/symfony/dependency-injection/ContainerAwareInterface.php';
include_once $this->targetDirs[3].'/vendor/symfony/doctrine-bridge/ManagerRegistry.php';
include_once $this->targetDirs[3].'/vendor/symfony/doctrine-bridge/RegistryInterface.php';
include_once $this->targetDirs[3].'/vendor/doctrine/doctrine-bundle/Registry.php';
include_once $this->targetDirs[3].'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Logging/SQLLogger.php';
include_once $this->targetDirs[3].'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Logging/DebugStack.php';
include_once $this->targetDirs[3].'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/Connection.php';
include_once $this->targetDirs[3].'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Connection.php';
include_once $this->targetDirs[3].'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Configuration.php';
include_once $this->targetDirs[3].'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Logging/LoggerChain.php';
include_once $this->targetDirs[3].'/vendor/symfony/doctrine-bridge/Logger/DbalLogger.php';
include_once $this->targetDirs[3].'/vendor/doctrine/event-manager/lib/Doctrine/Common/EventManager.php';
include_once $this->targetDirs[3].'/vendor/symfony/doctrine-bridge/ContainerAwareEventManager.php';
include_once $this->targetDirs[3].'/vendor/doctrine/event-manager/lib/Doctrine/Common/EventSubscriber.php';
include_once $this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Doctrine/UserListener.php';
include_once $this->targetDirs[3].'/vendor/symfony/doctrine-bridge/Validator/DoctrineInitializer.php';
include_once $this->targetDirs[3].'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/Cache.php';
include_once $this->targetDirs[3].'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/FlushableCache.php';
include_once $this->targetDirs[3].'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/ClearableCache.php';
include_once $this->targetDirs[3].'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiGetCache.php';
include_once $this->targetDirs[3].'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiDeleteCache.php';
include_once $this->targetDirs[3].'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiPutCache.php';
include_once $this->targetDirs[3].'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiOperationCache.php';
include_once $this->targetDirs[3].'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/CacheProvider.php';
include_once $this->targetDirs[3].'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/ArrayCache.php';
include_once $this->targetDirs[3].'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/EntityListenerResolver.php';
include_once $this->targetDirs[3].'/vendor/doctrine/doctrine-bundle/Mapping/EntityListenerServiceResolver.php';
include_once $this->targetDirs[3].'/vendor/doctrine/doctrine-bundle/Mapping/ContainerEntityListenerResolver.php';
include_once $this->targetDirs[3].'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/AttachEntityListenersListener.php';
include_once $this->targetDirs[3].'/vendor/doctrine/doctrine-bundle/ManagerConfigurator.php';
include_once $this->targetDirs[3].'/vendor/doctrine/persistence/lib/Doctrine/Common/Persistence/ObjectManager.php';
include_once $this->targetDirs[3].'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityManagerInterface.php';
include_once $this->targetDirs[3].'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityManager.php';
include_once $this->targetDirs[3].'/vendor/doctrine/orm/lib/Doctrine/ORM/Configuration.php';
include_once $this->targetDirs[3].'/vendor/doctrine/persistence/lib/Doctrine/Common/Persistence/Mapping/Driver/MappingDriver.php';
include_once $this->targetDirs[3].'/vendor/doctrine/persistence/lib/Doctrine/Common/Persistence/Mapping/Driver/MappingDriverChain.php';
include_once $this->targetDirs[3].'/vendor/doctrine/persistence/lib/Doctrine/Common/Persistence/Mapping/Driver/AnnotationDriver.php';
include_once $this->targetDirs[3].'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/AnnotationDriver.php';
include_once $this->targetDirs[3].'/vendor/doctrine/persistence/lib/Doctrine/Common/Persistence/Mapping/Driver/FileDriver.php';
include_once $this->targetDirs[3].'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/XmlDriver.php';
include_once $this->targetDirs[3].'/vendor/doctrine/persistence/lib/Doctrine/Common/Persistence/Mapping/Driver/FileLocator.php';
include_once $this->targetDirs[3].'/vendor/doctrine/persistence/lib/Doctrine/Common/Persistence/Mapping/Driver/SymfonyFileLocator.php';
include_once $this->targetDirs[3].'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/NamingStrategy.php';
include_once $this->targetDirs[3].'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/UnderscoreNamingStrategy.php';
include_once $this->targetDirs[3].'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/QuoteStrategy.php';
include_once $this->targetDirs[3].'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/DefaultQuoteStrategy.php';
include_once $this->targetDirs[3].'/vendor/doctrine/orm/lib/Doctrine/ORM/Repository/RepositoryFactory.php';
include_once $this->targetDirs[3].'/vendor/doctrine/doctrine-bundle/Repository/ContainerRepositoryFactory.php';
include_once $this->targetDirs[3].'/vendor/symfony/security/Core/Authorization/AuthorizationCheckerInterface.php';
include_once $this->targetDirs[3].'/vendor/symfony/security/Core/Authorization/AuthorizationChecker.php';
include_once $this->targetDirs[3].'/vendor/symfony/security/Core/Authentication/Token/Storage/TokenStorageInterface.php';
include_once $this->targetDirs[3].'/vendor/symfony/contracts/Service/ResetInterface.php';
include_once $this->targetDirs[3].'/vendor/symfony/security/Core/Authentication/Token/Storage/TokenStorage.php';
include_once $this->targetDirs[3].'/vendor/symfony/security/Core/Authentication/AuthenticationManagerInterface.php';
include_once $this->targetDirs[3].'/vendor/symfony/security/Core/Authentication/AuthenticationProviderManager.php';
include_once $this->targetDirs[3].'/vendor/symfony/security/Core/Authentication/AuthenticationTrustResolverInterface.php';
include_once $this->targetDirs[3].'/vendor/symfony/security/Core/Authentication/AuthenticationTrustResolver.php';
include_once $this->targetDirs[3].'/vendor/symfony/security/Core/Role/RoleHierarchyInterface.php';
include_once $this->targetDirs[3].'/vendor/symfony/security/Core/Role/RoleHierarchy.php';
include_once $this->targetDirs[3].'/vendor/symfony/security-bundle/Security/FirewallMap.php';
include_once $this->targetDirs[3].'/vendor/symfony/security/Http/FirewallMapInterface.php';
include_once $this->targetDirs[3].'/vendor/symfony/security/Http/Logout/LogoutUrlGenerator.php';
include_once $this->targetDirs[3].'/vendor/symfony/security/Http/RememberMe/ResponseListener.php';
include_once $this->targetDirs[3].'/vendor/symfony/security/Core/Authorization/AccessDecisionManagerInterface.php';
include_once $this->targetDirs[3].'/vendor/symfony/security/Core/Authorization/TraceableAccessDecisionManager.php';
include_once $this->targetDirs[3].'/vendor/symfony/security/Core/Authorization/AccessDecisionManager.php';
include_once $this->targetDirs[3].'/vendor/symfony/web-profiler-bundle/Csp/ContentSecurityPolicyHandler.php';
include_once $this->targetDirs[3].'/vendor/symfony/web-profiler-bundle/Csp/NonceGenerator.php';
include_once $this->targetDirs[3].'/vendor/symfony/web-profiler-bundle/EventListener/WebDebugToolbarListener.php';
include_once $this->targetDirs[3].'/vendor/twig/twig/src/Environment.php';
include_once $this->targetDirs[3].'/vendor/twig/twig/src/Extension/ExtensionInterface.php';
include_once $this->targetDirs[3].'/vendor/twig/twig/src/Extension/AbstractExtension.php';
include_once $this->targetDirs[3].'/vendor/symfony/twig-bridge/Extension/LogoutUrlExtension.php';
include_once $this->targetDirs[3].'/vendor/symfony/twig-bridge/Extension/SecurityExtension.php';
include_once $this->targetDirs[3].'/vendor/twig/twig/src/Extension/ProfilerExtension.php';
include_once $this->targetDirs[3].'/vendor/symfony/twig-bridge/Extension/ProfilerExtension.php';
include_once $this->targetDirs[3].'/vendor/symfony/twig-bridge/Extension/TranslationExtension.php';
include_once $this->targetDirs[3].'/vendor/symfony/twig-bridge/Extension/AssetExtension.php';
include_once $this->targetDirs[3].'/vendor/symfony/twig-bridge/Extension/CodeExtension.php';
include_once $this->targetDirs[3].'/vendor/symfony/twig-bridge/Extension/RoutingExtension.php';
include_once $this->targetDirs[3].'/vendor/symfony/twig-bridge/Extension/YamlExtension.php';
include_once $this->targetDirs[3].'/vendor/symfony/twig-bridge/Extension/StopwatchExtension.php';
include_once $this->targetDirs[3].'/vendor/symfony/twig-bridge/Extension/ExpressionExtension.php';
include_once $this->targetDirs[3].'/vendor/symfony/twig-bridge/Extension/HttpKernelExtension.php';
include_once $this->targetDirs[3].'/vendor/symfony/twig-bridge/Extension/HttpFoundationExtension.php';
include_once $this->targetDirs[3].'/vendor/symfony/twig-bridge/Extension/WebLinkExtension.php';
include_once $this->targetDirs[3].'/vendor/twig/twig/src/Extension/InitRuntimeInterface.php';
include_once $this->targetDirs[3].'/vendor/symfony/twig-bridge/Extension/InitRuntimeInterface.php';
include_once $this->targetDirs[3].'/vendor/symfony/twig-bridge/Extension/FormExtension.php';
include_once $this->targetDirs[3].'/vendor/symfony/twig-bridge/Extension/DumpExtension.php';
include_once $this->targetDirs[3].'/vendor/symfony/var-dumper/Dumper/DataDumperInterface.php';
include_once $this->targetDirs[3].'/vendor/symfony/var-dumper/Cloner/DumperInterface.php';
include_once $this->targetDirs[3].'/vendor/symfony/var-dumper/Dumper/AbstractDumper.php';
include_once $this->targetDirs[3].'/vendor/symfony/var-dumper/Dumper/CliDumper.php';
include_once $this->targetDirs[3].'/vendor/symfony/var-dumper/Dumper/HtmlDumper.php';
include_once $this->targetDirs[3].'/src/Twig/CommonExtensions.php';
include_once $this->targetDirs[3].'/vendor/doctrine/doctrine-bundle/Twig/DoctrineExtension.php';
include_once $this->targetDirs[3].'/vendor/symfony/web-profiler-bundle/Twig/WebProfilerExtension.php';
include_once $this->targetDirs[3].'/vendor/php-http/httplug-bundle/src/Collector/Twig/HttpMessageMarkupExtension.php';
include_once $this->targetDirs[3].'/vendor/symfony/twig-bridge/AppVariable.php';
include_once $this->targetDirs[3].'/vendor/twig/twig/src/RuntimeLoader/RuntimeLoaderInterface.php';
include_once $this->targetDirs[3].'/vendor/twig/twig/src/RuntimeLoader/ContainerRuntimeLoader.php';
include_once $this->targetDirs[3].'/src/Service/Privileges.php';
include_once $this->targetDirs[3].'/src/Service/CompanyEntitiesService.php';
include_once $this->targetDirs[3].'/vendor/symfony/twig-bundle/DependencyInjection/Configurator/EnvironmentConfigurator.php';
include_once $this->targetDirs[3].'/vendor/twig/twig/src/Profiler/Profile.php';
include_once $this->targetDirs[3].'/vendor/monolog/monolog/src/Monolog/Handler/HandlerInterface.php';
include_once $this->targetDirs[3].'/vendor/monolog/monolog/src/Monolog/ResettableInterface.php';
include_once $this->targetDirs[3].'/vendor/monolog/monolog/src/Monolog/Handler/AbstractHandler.php';
include_once $this->targetDirs[3].'/vendor/monolog/monolog/src/Monolog/Handler/AbstractProcessingHandler.php';
include_once $this->targetDirs[3].'/vendor/monolog/monolog/src/Monolog/Handler/StreamHandler.php';
include_once $this->targetDirs[3].'/vendor/monolog/monolog/src/Monolog/Processor/ProcessorInterface.php';
include_once $this->targetDirs[3].'/vendor/monolog/monolog/src/Monolog/Processor/PsrLogMessageProcessor.php';
include_once $this->targetDirs[3].'/vendor/symfony/monolog-bridge/Handler/ConsoleHandler.php';
include_once $this->targetDirs[3].'/vendor/symfony/http-kernel/DataCollector/DumpDataCollector.php';
include_once $this->targetDirs[3].'/vendor/symfony/var-dumper/Cloner/ClonerInterface.php';
include_once $this->targetDirs[3].'/vendor/symfony/var-dumper/Cloner/AbstractCloner.php';
include_once $this->targetDirs[3].'/vendor/symfony/var-dumper/Cloner/VarCloner.php';
include_once $this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Util/PasswordUpdaterInterface.php';
include_once $this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Util/PasswordUpdater.php';
include_once $this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Util/CanonicalFieldsUpdater.php';
include_once $this->targetDirs[3].'/vendor/php-http/discovery/src/Strategy/DiscoveryStrategy.php';
include_once $this->targetDirs[3].'/vendor/php-http/httplug-bundle/src/Discovery/ConfiguredClientsStrategy.php';
include_once $this->targetDirs[3].'/vendor/php-http/httplug-bundle/src/Collector/PluginClientFactory.php';
include_once $this->targetDirs[3].'/vendor/php-http/message/src/Formatter.php';
include_once $this->targetDirs[3].'/vendor/php-http/httplug-bundle/src/Collector/Formatter.php';
include_once $this->targetDirs[3].'/vendor/php-http/message/src/Formatter/FullHttpMessageFormatter.php';
include_once $this->targetDirs[3].'/vendor/php-http/message/src/Formatter/CurlCommandFormatter.php';
include_once $this->targetDirs[3].'/vendor/php-http/httplug-bundle/src/Collector/Collector.php';
include_once $this->targetDirs[3].'/vendor/php-http/httplug-bundle/src/Collector/PluginClientFactoryListener.php';
include_once $this->targetDirs[3].'/vendor/asprega/breadcrumb-bundle/EventListener/BreadcrumbListener.php';
include_once $this->targetDirs[3].'/vendor/asprega/breadcrumb-bundle/Service/BreadcrumbBuilder.php';
include_once $this->targetDirs[3].'/vendor/asprega/breadcrumb-bundle/Service/BreadcrumbItemFactory.php';
include_once $this->targetDirs[3].'/vendor/asprega/breadcrumb-bundle/Service/BreadcrumbItemProcessor.php';
include_once $this->targetDirs[3].'/vendor/asprega/breadcrumb-bundle/Twig/BreadcrumbExtension.php';
include_once $this->targetDirs[3].'/vendor/psr/log/Psr/Log/LoggerInterface.php';
include_once $this->targetDirs[3].'/vendor/monolog/monolog/src/Monolog/Logger.php';
include_once $this->targetDirs[3].'/vendor/symfony/monolog-bridge/Logger.php';
include_once $this->targetDirs[3].'/vendor/monolog/monolog/src/Monolog/Handler/NullHandler.php';
include_once $this->targetDirs[3].'/vendor/symfony/translation/DataCollectorTranslator.php';
include_once $this->targetDirs[3].'/vendor/symfony/translation/LoggingTranslator.php';
include_once $this->targetDirs[3].'/vendor/symfony/routing/RequestContextAwareInterface.php';
include_once $this->targetDirs[3].'/vendor/symfony/routing/Matcher/UrlMatcherInterface.php';
include_once $this->targetDirs[3].'/vendor/symfony/routing/Generator/UrlGeneratorInterface.php';
include_once $this->targetDirs[3].'/vendor/symfony/routing/RouterInterface.php';
include_once $this->targetDirs[3].'/vendor/symfony/routing/Matcher/RequestMatcherInterface.php';
include_once $this->targetDirs[3].'/vendor/symfony/routing/Router.php';
include_once $this->targetDirs[3].'/vendor/symfony/dependency-injection/ServiceSubscriberInterface.php';
include_once $this->targetDirs[3].'/vendor/symfony/framework-bundle/Routing/Router.php';
include_once $this->targetDirs[3].'/vendor/symfony/security/Core/Encoder/EncoderFactoryInterface.php';
include_once $this->targetDirs[3].'/vendor/symfony/security/Core/Encoder/EncoderFactory.php';
include_once $this->targetDirs[3].'/vendor/symfony/security/Http/Firewall.php';
include_once $this->targetDirs[3].'/vendor/symfony/security-bundle/EventListener/FirewallListener.php';
include_once $this->targetDirs[3].'/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php';
include_once $this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Util/CanonicalizerInterface.php';
include_once $this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Util/Canonicalizer.php';
include_once $this->targetDirs[3].'/vendor/twig/twig/src/Loader/LoaderInterface.php';
include_once $this->targetDirs[3].'/vendor/twig/twig/src/Loader/ExistsLoaderInterface.php';
include_once $this->targetDirs[3].'/vendor/twig/twig/src/Loader/SourceContextLoaderInterface.php';
include_once $this->targetDirs[3].'/vendor/twig/twig/src/Loader/FilesystemLoader.php';
include_once $this->targetDirs[3].'/vendor/symfony/twig-bundle/Loader/FilesystemLoader.php';
include_once $this->targetDirs[3].'/vendor/symfony/validator/Mapping/Factory/MetadataFactoryInterface.php';
include_once $this->targetDirs[3].'/vendor/symfony/validator/Validator/ValidatorInterface.php';
include_once $this->targetDirs[3].'/vendor/symfony/validator/Validator/TraceableValidator.php';
include_once $this->targetDirs[3].'/vendor/php-http/httplug/src/HttpClient.php';
include_once $this->targetDirs[3].'/vendor/php-http/httplug/src/HttpAsyncClient.php';
include_once $this->targetDirs[3].'/vendor/php-http/client-common/src/VersionBridgeClient.php';
include_once $this->targetDirs[3].'/vendor/php-http/httplug-bundle/src/Collector/ProfileClient.php';
include_once $this->targetDirs[3].'/vendor/php-http/discovery/src/ClassDiscovery.php';
include_once $this->targetDirs[3].'/vendor/php-http/discovery/src/HttpClientDiscovery.php';
include_once $this->targetDirs[3].'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/CachedReader.php';
};
}
public function getRemovedIds()
{
return require $this->containerDir.\DIRECTORY_SEPARATOR.'removed-ids.php';
}
public function compile()
{
throw new LogicException('You cannot compile a dumped container that was already compiled.');
}
public function isCompiled()
{
return true;
}
public function isFrozen()
{
@trigger_error(sprintf('The %s() method is deprecated since Symfony 3.3 and will be removed in 4.0. Use the isCompiled() method instead.', __METHOD__), E_USER_DEPRECATED);
return true;
}
protected function load($file, $lazyLoad = true)
{
return require $this->containerDir.\DIRECTORY_SEPARATOR.$file;
}
/**
* Gets the public 'cache.app' shared service.
*
* @return \Symfony\Component\Cache\Adapter\TraceableAdapter
*/
protected function getCache_AppService()
{
$a = new \Symfony\Component\Cache\Adapter\FilesystemAdapter('NGp9V4KSOT', 0, ($this->targetDirs[0].'/pools'));
$a->setLogger(${($_ = isset($this->services['monolog.logger.cache']) ? $this->services['monolog.logger.cache'] : $this->getMonolog_Logger_CacheService()) && false ?: '_'});
return $this->services['cache.app'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter($a);
}
/**
* Gets the public 'cache.system' shared service.
*
* @return \Symfony\Component\Cache\Adapter\TraceableAdapter
*/
protected function getCache_SystemService()
{
return $this->services['cache.system'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('YAGFpdOTB6', 0, $this->getParameter('container.build_id'), ($this->targetDirs[0].'/pools'), ${($_ = isset($this->services['monolog.logger.cache']) ? $this->services['monolog.logger.cache'] : $this->getMonolog_Logger_CacheService()) && false ?: '_'}));
}
/**
* Gets the public 'data_collector.dump' shared service.
*
* @return \Symfony\Component\HttpKernel\DataCollector\DumpDataCollector
*/
protected function getDataCollector_DumpService()
{
return $this->services['data_collector.dump'] = new \Symfony\Component\HttpKernel\DataCollector\DumpDataCollector(${($_ = isset($this->services['debug.stopwatch']) ? $this->services['debug.stopwatch'] : ($this->services['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))) && false ?: '_'}, ${($_ = isset($this->services['debug.file_link_formatter']) ? $this->services['debug.file_link_formatter'] : $this->getDebug_FileLinkFormatterService()) && false ?: '_'}, 'UTF-8', ${($_ = isset($this->services['request_stack']) ? $this->services['request_stack'] : ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())) && false ?: '_'}, NULL);
}
/**
* Gets the public 'doctrine' shared service.
*
* @return \Doctrine\Bundle\DoctrineBundle\Registry
*/
protected function getDoctrineService()
{
return $this->services['doctrine'] = new \Doctrine\Bundle\DoctrineBundle\Registry($this, $this->parameters['doctrine.connections'], $this->parameters['doctrine.entity_managers'], 'default', 'default');
}
/**
* Gets the public 'doctrine.dbal.default_connection' shared service.
*
* @return \Doctrine\DBAL\Connection
*/
protected function getDoctrine_Dbal_DefaultConnectionService()
{
$a = new \Doctrine\DBAL\Configuration();
$b = new \Doctrine\DBAL\Logging\LoggerChain();
$b->addLogger(new \Symfony\Bridge\Doctrine\Logger\DbalLogger(${($_ = isset($this->services['monolog.logger.doctrine']) ? $this->services['monolog.logger.doctrine'] : $this->getMonolog_Logger_DoctrineService()) && false ?: '_'}, ${($_ = isset($this->services['debug.stopwatch']) ? $this->services['debug.stopwatch'] : ($this->services['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))) && false ?: '_'}));
$b->addLogger(${($_ = isset($this->services['doctrine.dbal.logger.profiling.default']) ? $this->services['doctrine.dbal.logger.profiling.default'] : ($this->services['doctrine.dbal.logger.profiling.default'] = new \Doctrine\DBAL\Logging\DebugStack())) && false ?: '_'});
$a->setSQLLogger($b);
$c = new \Symfony\Bridge\Doctrine\ContainerAwareEventManager($this);
$c->addEventSubscriber(new \FOS\UserBundle\Doctrine\UserListener(${($_ = isset($this->services['fos_user.util.password_updater']) ? $this->services['fos_user.util.password_updater'] : $this->getFosUser_Util_PasswordUpdaterService()) && false ?: '_'}, ${($_ = isset($this->services['fos_user.util.canonical_fields_updater']) ? $this->services['fos_user.util.canonical_fields_updater'] : $this->getFosUser_Util_CanonicalFieldsUpdaterService()) && false ?: '_'}));
$c->addEventListener([0 => 'loadClassMetadata'], ${($_ = isset($this->services['doctrine.orm.default_listeners.attach_entity_listeners']) ? $this->services['doctrine.orm.default_listeners.attach_entity_listeners'] : ($this->services['doctrine.orm.default_listeners.attach_entity_listeners'] = new \Doctrine\ORM\Tools\AttachEntityListenersListener())) && false ?: '_'});
return $this->services['doctrine.dbal.default_connection'] = ${($_ = isset($this->services['doctrine.dbal.connection_factory']) ? $this->services['doctrine.dbal.connection_factory'] : ($this->services['doctrine.dbal.connection_factory'] = new \Doctrine\Bundle\DoctrineBundle\ConnectionFactory([]))) && false ?: '_'}->createConnection(['driver' => 'pdo_mysql', 'charset' => 'utf8mb4', 'url' => $this->getEnv('resolve:DATABASE_URL'), 'host' => 'localhost', 'port' => NULL, 'user' => 'root', 'password' => NULL, 'driverOptions' => [], 'serverVersion' => '5.7', 'defaultTableOptions' => ['charset' => 'utf8mb4', 'collate' => 'utf8mb4_unicode_ci']], $a, $c, []);
}
/**
* Gets the public 'doctrine.orm.default_entity_manager' shared service.
*
* @return \Doctrine\ORM\EntityManager
*/
protected function getDoctrine_Orm_DefaultEntityManagerService($lazyLoad = true)
{
$a = new \Doctrine\ORM\Configuration();
$b = new \Doctrine\Common\Persistence\Mapping\Driver\MappingDriverChain();
$b->addDriver(new \Doctrine\ORM\Mapping\Driver\AnnotationDriver(${($_ = isset($this->services['annotation_reader']) ? $this->services['annotation_reader'] : $this->getAnnotationReaderService()) && false ?: '_'}, [0 => ($this->targetDirs[3].'/src/Entity')]), 'App\\Entity');
$b->addDriver(new \Doctrine\ORM\Mapping\Driver\XmlDriver(new \Doctrine\Common\Persistence\Mapping\Driver\SymfonyFileLocator([($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/config/doctrine-mapping') => 'FOS\\UserBundle\\Model'], '.orm.xml')), 'FOS\\UserBundle\\Model');
$a->setEntityNamespaces(['App' => 'App\\Entity']);
$a->setMetadataCacheImpl(${($_ = isset($this->services['doctrine_cache.providers.doctrine.orm.default_metadata_cache']) ? $this->services['doctrine_cache.providers.doctrine.orm.default_metadata_cache'] : $this->getDoctrineCache_Providers_Doctrine_Orm_DefaultMetadataCacheService()) && false ?: '_'});
$a->setQueryCacheImpl(${($_ = isset($this->services['doctrine_cache.providers.doctrine.orm.default_query_cache']) ? $this->services['doctrine_cache.providers.doctrine.orm.default_query_cache'] : $this->getDoctrineCache_Providers_Doctrine_Orm_DefaultQueryCacheService()) && false ?: '_'});
$a->setResultCacheImpl(${($_ = isset($this->services['doctrine_cache.providers.doctrine.orm.default_result_cache']) ? $this->services['doctrine_cache.providers.doctrine.orm.default_result_cache'] : $this->getDoctrineCache_Providers_Doctrine_Orm_DefaultResultCacheService()) && false ?: '_'});
$a->setMetadataDriverImpl($b);
$a->setProxyDir(($this->targetDirs[0].'/doctrine/orm/Proxies'));
$a->setProxyNamespace('Proxies');
$a->setAutoGenerateProxyClasses(true);
$a->setClassMetadataFactoryName('Doctrine\\ORM\\Mapping\\ClassMetadataFactory');
$a->setDefaultRepositoryClassName('Doctrine\\ORM\\EntityRepository');
$a->setNamingStrategy(new \Doctrine\ORM\Mapping\UnderscoreNamingStrategy());
$a->setQuoteStrategy(new \Doctrine\ORM\Mapping\DefaultQuoteStrategy());
$a->setEntityListenerResolver(${($_ = isset($this->services['doctrine.orm.default_entity_listener_resolver']) ? $this->services['doctrine.orm.default_entity_listener_resolver'] : ($this->services['doctrine.orm.default_entity_listener_resolver'] = new \Doctrine\Bundle\DoctrineBundle\Mapping\ContainerEntityListenerResolver($this))) && false ?: '_'});
$a->setRepositoryFactory(new \Doctrine\Bundle\DoctrineBundle\Repository\ContainerRepositoryFactory(new \Symfony\Component\DependencyInjection\ServiceLocator(['App\\Repository\\ActionsCompanyEntitiesRepository' => function () {
return ${($_ = isset($this->services['App\\Repository\\ActionsCompanyEntitiesRepository']) ? $this->services['App\\Repository\\ActionsCompanyEntitiesRepository'] : $this->load('getActionsCompanyEntitiesRepositoryService.php')) && false ?: '_'};
}, 'App\\Repository\\ActionsRepository' => function () {
return ${($_ = isset($this->services['App\\Repository\\ActionsRepository']) ? $this->services['App\\Repository\\ActionsRepository'] : $this->load('getActionsRepositoryService.php')) && false ?: '_'};
}, 'App\\Repository\\CompanyEntityRepository' => function () {
return ${($_ = isset($this->services['App\\Repository\\CompanyEntityRepository']) ? $this->services['App\\Repository\\CompanyEntityRepository'] : $this->load('getCompanyEntityRepositoryService.php')) && false ?: '_'};
}, 'App\\Repository\\DepartmentRepository' => function () {
return ${($_ = isset($this->services['App\\Repository\\DepartmentRepository']) ? $this->services['App\\Repository\\DepartmentRepository'] : $this->load('getDepartmentRepositoryService.php')) && false ?: '_'};
}, 'App\\Repository\\MarketRepository' => function () {
return ${($_ = isset($this->services['App\\Repository\\MarketRepository']) ? $this->services['App\\Repository\\MarketRepository'] : $this->load('getMarketRepositoryService.php')) && false ?: '_'};
}, 'App\\Repository\\MilestonesCompanyEntitiesRepository' => function () {
return ${($_ = isset($this->services['App\\Repository\\MilestonesCompanyEntitiesRepository']) ? $this->services['App\\Repository\\MilestonesCompanyEntitiesRepository'] : $this->load('getMilestonesCompanyEntitiesRepositoryService.php')) && false ?: '_'};
}, 'App\\Repository\\MilestonesRepository' => function () {
return ${($_ = isset($this->services['App\\Repository\\MilestonesRepository']) ? $this->services['App\\Repository\\MilestonesRepository'] : $this->load('getMilestonesRepositoryService.php')) && false ?: '_'};
}, 'App\\Repository\\PartnerContractRepository' => function () {
return ${($_ = isset($this->services['App\\Repository\\PartnerContractRepository']) ? $this->services['App\\Repository\\PartnerContractRepository'] : $this->load('getPartnerContractRepositoryService.php')) && false ?: '_'};
}, 'App\\Repository\\PartnerRepository' => function () {
return ${($_ = isset($this->services['App\\Repository\\PartnerRepository']) ? $this->services['App\\Repository\\PartnerRepository'] : $this->load('getPartnerRepositoryService.php')) && false ?: '_'};
}, 'App\\Repository\\PlanActionsLevelsTimeRepository' => function () {
return ${($_ = isset($this->services['App\\Repository\\PlanActionsLevelsTimeRepository']) ? $this->services['App\\Repository\\PlanActionsLevelsTimeRepository'] : $this->load('getPlanActionsLevelsTimeRepositoryService.php')) && false ?: '_'};
}, 'App\\Repository\\PlanActionsNumberRepository' => function () {
return ${($_ = isset($this->services['App\\Repository\\PlanActionsNumberRepository']) ? $this->services['App\\Repository\\PlanActionsNumberRepository'] : $this->load('getPlanActionsNumberRepositoryService.php')) && false ?: '_'};
}, 'App\\Repository\\PlansCompanyEntitiesRepository' => function () {
return ${($_ = isset($this->services['App\\Repository\\PlansCompanyEntitiesRepository']) ? $this->services['App\\Repository\\PlansCompanyEntitiesRepository'] : $this->load('getPlansCompanyEntitiesRepositoryService.php')) && false ?: '_'};
}, 'App\\Repository\\PlansRepository' => function () {
return ${($_ = isset($this->services['App\\Repository\\PlansRepository']) ? $this->services['App\\Repository\\PlansRepository'] : $this->load('getPlansRepositoryService.php')) && false ?: '_'};
}, 'App\\Repository\\TerritoriesRepository' => function () {
return ${($_ = isset($this->services['App\\Repository\\TerritoriesRepository']) ? $this->services['App\\Repository\\TerritoriesRepository'] : $this->load('getTerritoriesRepositoryService.php')) && false ?: '_'};
}, 'App\\Repository\\UserRepository' => function () {
return ${($_ = isset($this->services['App\\Repository\\UserRepository']) ? $this->services['App\\Repository\\UserRepository'] : $this->load('getUserRepositoryService.php')) && false ?: '_'};
}])));
$a->addCustomStringFunction('least', 'App\\Dql\\Least');
$a->addCustomDatetimeFunction('year', 'App\\Dql\\Year');
$a->addCustomDatetimeFunction('date', 'App\\Dql\\Date');
$this->services['doctrine.orm.default_entity_manager'] = $instance = \Doctrine\ORM\EntityManager::create(${($_ = isset($this->services['doctrine.dbal.default_connection']) ? $this->services['doctrine.dbal.default_connection'] : $this->getDoctrine_Dbal_DefaultConnectionService()) && false ?: '_'}, $a);
${($_ = isset($this->services['doctrine.orm.default_manager_configurator']) ? $this->services['doctrine.orm.default_manager_configurator'] : ($this->services['doctrine.orm.default_manager_configurator'] = new \Doctrine\Bundle\DoctrineBundle\ManagerConfigurator([], []))) && false ?: '_'}->configure($instance);
return $instance;
}
/**
* Gets the public 'doctrine_cache.providers.doctrine.orm.default_metadata_cache' shared service.
*
* @return \Doctrine\Common\Cache\ArrayCache
*/
protected function getDoctrineCache_Providers_Doctrine_Orm_DefaultMetadataCacheService()
{
$this->services['doctrine_cache.providers.doctrine.orm.default_metadata_cache'] = $instance = new \Doctrine\Common\Cache\ArrayCache();
$instance->setNamespace('sf_orm_default_173813492dd91e1c8ab2ac0842f35aa08252b5a81528d7828dd92cf969febe05');
return $instance;
}
/**
* Gets the public 'doctrine_cache.providers.doctrine.orm.default_query_cache' shared service.
*
* @return \Doctrine\Common\Cache\ArrayCache
*/
protected function getDoctrineCache_Providers_Doctrine_Orm_DefaultQueryCacheService()
{
$this->services['doctrine_cache.providers.doctrine.orm.default_query_cache'] = $instance = new \Doctrine\Common\Cache\ArrayCache();
$instance->setNamespace('sf_orm_default_173813492dd91e1c8ab2ac0842f35aa08252b5a81528d7828dd92cf969febe05');
return $instance;
}
/**
* Gets the public 'doctrine_cache.providers.doctrine.orm.default_result_cache' shared service.
*
* @return \Doctrine\Common\Cache\ArrayCache
*/
protected function getDoctrineCache_Providers_Doctrine_Orm_DefaultResultCacheService()
{
$this->services['doctrine_cache.providers.doctrine.orm.default_result_cache'] = $instance = new \Doctrine\Common\Cache\ArrayCache();
$instance->setNamespace('sf_orm_default_173813492dd91e1c8ab2ac0842f35aa08252b5a81528d7828dd92cf969febe05');
return $instance;
}
/**
* Gets the public 'http_kernel' shared service.
*
* @return \Symfony\Component\HttpKernel\HttpKernel
*/
protected function getHttpKernelService()
{
return $this->services['http_kernel'] = new \Symfony\Component\HttpKernel\HttpKernel(${($_ = isset($this->services['debug.event_dispatcher']) ? $this->services['debug.event_dispatcher'] : $this->getDebug_EventDispatcherService()) && false ?: '_'}, ${($_ = isset($this->services['debug.controller_resolver']) ? $this->services['debug.controller_resolver'] : $this->getDebug_ControllerResolverService()) && false ?: '_'}, ${($_ = isset($this->services['request_stack']) ? $this->services['request_stack'] : ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())) && false ?: '_'}, ${($_ = isset($this->services['debug.argument_resolver']) ? $this->services['debug.argument_resolver'] : $this->getDebug_ArgumentResolverService()) && false ?: '_'});
}
/**
* Gets the public 'profiler' shared service.
*
* @return \Symfony\Component\HttpKernel\Profiler\Profiler
*/
protected function getProfilerService()
{
$a = ${($_ = isset($this->services['monolog.logger.profiler']) ? $this->services['monolog.logger.profiler'] : $this->getMonolog_Logger_ProfilerService()) && false ?: '_'};
$this->services['profiler'] = $instance = new \Symfony\Component\HttpKernel\Profiler\Profiler(new \Symfony\Component\HttpKernel\Profiler\FileProfilerStorage(('file:'.$this->targetDirs[0].'/profiler')), $a, true);
$b = ${($_ = isset($this->services['kernel']) ? $this->services['kernel'] : $this->get('kernel')) && false ?: '_'};
$c = new \Symfony\Component\Cache\DataCollector\CacheDataCollector();
$c->addInstance('cache.app', ${($_ = isset($this->services['cache.app']) ? $this->services['cache.app'] : $this->getCache_AppService()) && false ?: '_'});
$c->addInstance('cache.system', ${($_ = isset($this->services['cache.system']) ? $this->services['cache.system'] : $this->getCache_SystemService()) && false ?: '_'});
$c->addInstance('cache.validator', ${($_ = isset($this->services['cache.validator']) ? $this->services['cache.validator'] : $this->getCache_ValidatorService()) && false ?: '_'});
$c->addInstance('cache.serializer', ${($_ = isset($this->services['cache.serializer']) ? $this->services['cache.serializer'] : $this->getCache_SerializerService()) && false ?: '_'});
$c->addInstance('cache.annotations', ${($_ = isset($this->services['cache.annotations']) ? $this->services['cache.annotations'] : $this->getCache_AnnotationsService()) && false ?: '_'});
$d = new \Doctrine\Bundle\DoctrineBundle\DataCollector\DoctrineDataCollector(${($_ = isset($this->services['doctrine']) ? $this->services['doctrine'] : $this->getDoctrineService()) && false ?: '_'});
$d->addLogger('default', ${($_ = isset($this->services['doctrine.dbal.logger.profiling.default']) ? $this->services['doctrine.dbal.logger.profiling.default'] : ($this->services['doctrine.dbal.logger.profiling.default'] = new \Doctrine\DBAL\Logging\DebugStack())) && false ?: '_'});
$e = new \Symfony\Component\HttpKernel\DataCollector\ConfigDataCollector();
if ($this->has('kernel')) {
$e->setKernel($b);
}
$instance->add(${($_ = isset($this->services['data_collector.request']) ? $this->services['data_collector.request'] : ($this->services['data_collector.request'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RequestDataCollector())) && false ?: '_'});
$instance->add(new \Symfony\Component\HttpKernel\DataCollector\TimeDataCollector($b, ${($_ = isset($this->services['debug.stopwatch']) ? $this->services['debug.stopwatch'] : ($this->services['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))) && false ?: '_'}));
$instance->add(new \Symfony\Component\HttpKernel\DataCollector\MemoryDataCollector());
$instance->add(new \Symfony\Component\Validator\DataCollector\ValidatorDataCollector(${($_ = isset($this->services['validator']) ? $this->services['validator'] : $this->getValidatorService()) && false ?: '_'}));
$instance->add(new \Symfony\Component\HttpKernel\DataCollector\AjaxDataCollector());
$instance->add(${($_ = isset($this->services['data_collector.form']) ? $this->services['data_collector.form'] : $this->getDataCollector_FormService()) && false ?: '_'});
$instance->add(new \Symfony\Component\HttpKernel\DataCollector\ExceptionDataCollector());
$instance->add(new \Symfony\Component\HttpKernel\DataCollector\LoggerDataCollector($a, ($this->targetDirs[0].'/srcDevDebugProjectContainer')));
$instance->add(new \Symfony\Component\HttpKernel\DataCollector\EventDataCollector(${($_ = isset($this->services['debug.event_dispatcher']) ? $this->services['debug.event_dispatcher'] : $this->getDebug_EventDispatcherService()) && false ?: '_'}));
$instance->add(${($_ = isset($this->services['data_collector.router']) ? $this->services['data_collector.router'] : ($this->services['data_collector.router'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector())) && false ?: '_'});
$instance->add($c);
$instance->add(${($_ = isset($this->services['data_collector.translation']) ? $this->services['data_collector.translation'] : $this->getDataCollector_TranslationService()) && false ?: '_'});
$instance->add(new \Symfony\Bundle\SecurityBundle\DataCollector\SecurityDataCollector(${($_ = isset($this->services['security.token_storage']) ? $this->services['security.token_storage'] : ($this->services['security.token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())) && false ?: '_'}, ${($_ = isset($this->services['security.role_hierarchy']) ? $this->services['security.role_hierarchy'] : $this->getSecurity_RoleHierarchyService()) && false ?: '_'}, ${($_ = isset($this->services['security.logout_url_generator']) ? $this->services['security.logout_url_generator'] : $this->getSecurity_LogoutUrlGeneratorService()) && false ?: '_'}, ${($_ = isset($this->services['debug.security.access.decision_manager']) ? $this->services['debug.security.access.decision_manager'] : $this->getDebug_Security_Access_DecisionManagerService()) && false ?: '_'}, ${($_ = isset($this->services['security.firewall.map']) ? $this->services['security.firewall.map'] : $this->getSecurity_Firewall_MapService()) && false ?: '_'}, ${($_ = isset($this->services['security.firewall']) ? $this->services['security.firewall'] : $this->getSecurity_FirewallService()) && false ?: '_'}));
$instance->add(new \Symfony\Bridge\Twig\DataCollector\TwigDataCollector(${($_ = isset($this->services['twig.profile']) ? $this->services['twig.profile'] : ($this->services['twig.profile'] = new \Twig\Profiler\Profile())) && false ?: '_'}, ${($_ = isset($this->services['twig']) ? $this->services['twig'] : $this->getTwigService()) && false ?: '_'}));
$instance->add($d);
$instance->add(new \Symfony\Bundle\SwiftmailerBundle\DataCollector\MessageDataCollector($this));
$instance->add(${($_ = isset($this->services['data_collector.dump']) ? $this->services['data_collector.dump'] : $this->getDataCollector_DumpService()) && false ?: '_'});
$instance->add(${($_ = isset($this->services['httplug.collector.collector']) ? $this->services['httplug.collector.collector'] : ($this->services['httplug.collector.collector'] = new \Http\HttplugBundle\Collector\Collector())) && false ?: '_'});
$instance->add($e);
return $instance;
}
/**
* Gets the public 'request_stack' shared service.
*
* @return \Symfony\Component\HttpFoundation\RequestStack
*/
protected function getRequestStackService()
{
return $this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack();
}
/**
* Gets the public 'router' shared service.
*
* @return \Symfony\Bundle\FrameworkBundle\Routing\Router
*/
protected function getRouterService()
{
$this->services['router'] = $instance = new \Symfony\Bundle\FrameworkBundle\Routing\Router($this, 'kernel:loadRoutes', ['cache_dir' => $this->targetDirs[0], 'debug' => true, 'generator_class' => 'Symfony\\Component\\Routing\\Generator\\UrlGenerator', 'generator_base_class' => 'Symfony\\Component\\Routing\\Generator\\UrlGenerator', 'generator_dumper_class' => 'Symfony\\Component\\Routing\\Generator\\Dumper\\PhpGeneratorDumper', 'generator_cache_class' => 'srcDevDebugProjectContainerUrlGenerator', 'matcher_class' => 'Symfony\\Bundle\\FrameworkBundle\\Routing\\RedirectableUrlMatcher', 'matcher_base_class' => 'Symfony\\Bundle\\FrameworkBundle\\Routing\\RedirectableUrlMatcher', 'matcher_dumper_class' => 'Symfony\\Component\\Routing\\Matcher\\Dumper\\PhpMatcherDumper', 'matcher_cache_class' => 'srcDevDebugProjectContainerUrlMatcher', 'strict_requirements' => true, 'resource_type' => 'service'], ${($_ = isset($this->services['router.request_context']) ? $this->services['router.request_context'] : $this->getRouter_RequestContextService()) && false ?: '_'});
$instance->setConfigCacheFactory(${($_ = isset($this->services['config_cache_factory']) ? $this->services['config_cache_factory'] : $this->getConfigCacheFactoryService()) && false ?: '_'});
return $instance;
}
/**
* Gets the public 'security.authorization_checker' shared service.
*
* @return \Symfony\Component\Security\Core\Authorization\AuthorizationChecker
*/
protected function getSecurity_AuthorizationCheckerService()
{
return $this->services['security.authorization_checker'] = new \Symfony\Component\Security\Core\Authorization\AuthorizationChecker(${($_ = isset($this->services['security.token_storage']) ? $this->services['security.token_storage'] : ($this->services['security.token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())) && false ?: '_'}, ${($_ = isset($this->services['security.authentication.manager']) ? $this->services['security.authentication.manager'] : $this->getSecurity_Authentication_ManagerService()) && false ?: '_'}, ${($_ = isset($this->services['debug.security.access.decision_manager']) ? $this->services['debug.security.access.decision_manager'] : $this->getDebug_Security_Access_DecisionManagerService()) && false ?: '_'}, false);
}
/**
* Gets the public 'security.token_storage' shared service.
*
* @return \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage
*/
protected function getSecurity_TokenStorageService()
{
return $this->services['security.token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage();
}
/**
* Gets the public 'session' shared service.
*
* @return \Symfony\Component\HttpFoundation\Session\Session
*/
protected function getSessionService()
{
return $this->services['session'] = new \Symfony\Component\HttpFoundation\Session\Session(${($_ = isset($this->services['session.storage.native']) ? $this->services['session.storage.native'] : $this->getSession_Storage_NativeService()) && false ?: '_'}, new \Symfony\Component\HttpFoundation\Session\Attribute\AttributeBag(), new \Symfony\Component\HttpFoundation\Session\Flash\FlashBag());
}
/**
* Gets the public 'translator' shared service.
*
* @return \Symfony\Component\Translation\DataCollectorTranslator
*/
protected function getTranslatorService()
{
return $this->services['translator'] = new \Symfony\Component\Translation\DataCollectorTranslator(new \Symfony\Component\Translation\LoggingTranslator(${($_ = isset($this->services['translator.default']) ? $this->services['translator.default'] : $this->getTranslator_DefaultService()) && false ?: '_'}, ${($_ = isset($this->services['monolog.logger.translation']) ? $this->services['monolog.logger.translation'] : $this->getMonolog_Logger_TranslationService()) && false ?: '_'}));
}
/**
* Gets the public 'twig' shared service.
*
* @return \Twig\Environment
*/
protected function getTwigService()
{
$this->services['twig'] = $instance = new \Twig\Environment(${($_ = isset($this->services['twig.loader']) ? $this->services['twig.loader'] : $this->getTwig_LoaderService()) && false ?: '_'}, ['default_path' => ($this->targetDirs[3].'/templates'), 'debug' => true, 'strict_variables' => true, 'exception_controller' => 'twig.controller.exception:showAction', 'form_themes' => $this->parameters['twig.form.resources'], 'autoescape' => 'name', 'cache' => ($this->targetDirs[0].'/twig'), 'charset' => 'UTF-8', 'paths' => [], 'date' => ['format' => 'F j, Y H:i', 'interval_format' => '%d days', 'timezone' => NULL], 'number_format' => ['decimals' => 0, 'decimal_point' => '.', 'thousands_separator' => ',']]);
$a = ${($_ = isset($this->services['debug.stopwatch']) ? $this->services['debug.stopwatch'] : ($this->services['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))) && false ?: '_'};
$b = ${($_ = isset($this->services['translator']) ? $this->services['translator'] : $this->getTranslatorService()) && false ?: '_'};
$c = ${($_ = isset($this->services['debug.file_link_formatter']) ? $this->services['debug.file_link_formatter'] : $this->getDebug_FileLinkFormatterService()) && false ?: '_'};
$d = ${($_ = isset($this->services['request_stack']) ? $this->services['request_stack'] : ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())) && false ?: '_'};
$e = new \Symfony\Component\VarDumper\Dumper\HtmlDumper(NULL, 'UTF-8', 0);
$e->setDisplayOptions(['fileLinkFormat' => $c]);
$f = new \Symfony\Component\VarDumper\Dumper\HtmlDumper(NULL, 'UTF-8', 1);
$f->setDisplayOptions(['maxStringLength' => 4096, 'fileLinkFormat' => $c]);
$g = new \Symfony\Bridge\Twig\AppVariable();
$g->setEnvironment('dev');
$g->setDebug(true);
if ($this->has('security.token_storage')) {
$g->setTokenStorage(${($_ = isset($this->services['security.token_storage']) ? $this->services['security.token_storage'] : ($this->services['security.token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())) && false ?: '_'});
}
if ($this->has('request_stack')) {
$g->setRequestStack($d);
}
$h = ${($_ = isset($this->services['doctrine.orm.default_entity_manager']) ? $this->services['doctrine.orm.default_entity_manager'] : $this->getDoctrine_Orm_DefaultEntityManagerService()) && false ?: '_'};
$instance->addExtension(new \Symfony\Bridge\Twig\Extension\LogoutUrlExtension(${($_ = isset($this->services['security.logout_url_generator']) ? $this->services['security.logout_url_generator'] : $this->getSecurity_LogoutUrlGeneratorService()) && false ?: '_'}));
$instance->addExtension(new \Symfony\Bridge\Twig\Extension\SecurityExtension(${($_ = isset($this->services['security.authorization_checker']) ? $this->services['security.authorization_checker'] : $this->getSecurity_AuthorizationCheckerService()) && false ?: '_'}));
$instance->addExtension(new \Symfony\Bridge\Twig\Extension\ProfilerExtension(${($_ = isset($this->services['twig.profile']) ? $this->services['twig.profile'] : ($this->services['twig.profile'] = new \Twig\Profiler\Profile())) && false ?: '_'}, $a));
$instance->addExtension(new \Symfony\Bridge\Twig\Extension\TranslationExtension($b));
$instance->addExtension(new \Symfony\Bridge\Twig\Extension\AssetExtension(${($_ = isset($this->services['assets.packages']) ? $this->services['assets.packages'] : $this->getAssets_PackagesService()) && false ?: '_'}));
$instance->addExtension(new \Symfony\Bridge\Twig\Extension\CodeExtension($c, ($this->targetDirs[3].'/src'), 'UTF-8'));
$instance->addExtension(new \Symfony\Bridge\Twig\Extension\RoutingExtension(${($_ = isset($this->services['router']) ? $this->services['router'] : $this->getRouterService()) && false ?: '_'}));
$instance->addExtension(new \Symfony\Bridge\Twig\Extension\YamlExtension());
$instance->addExtension(new \Symfony\Bridge\Twig\Extension\StopwatchExtension($a, true));
$instance->addExtension(new \Symfony\Bridge\Twig\Extension\ExpressionExtension());
$instance->addExtension(new \Symfony\Bridge\Twig\Extension\HttpKernelExtension());
$instance->addExtension(new \Symfony\Bridge\Twig\Extension\HttpFoundationExtension($d, ${($_ = isset($this->services['router.request_context']) ? $this->services['router.request_context'] : $this->getRouter_RequestContextService()) && false ?: '_'}));
$instance->addExtension(new \Symfony\Bridge\Twig\Extension\WebLinkExtension($d));
$instance->addExtension(new \Symfony\Bridge\Twig\Extension\FormExtension([0 => $this, 1 => 'twig.form.renderer']));
$instance->addExtension(new \Symfony\Bridge\Twig\Extension\DumpExtension(${($_ = isset($this->services['var_dumper.cloner']) ? $this->services['var_dumper.cloner'] : $this->getVarDumper_ClonerService()) && false ?: '_'}, $e));
$instance->addExtension(new \App\Twig\CommonExtensions(${($_ = isset($this->services['doctrine']) ? $this->services['doctrine'] : $this->getDoctrineService()) && false ?: '_'}));
$instance->addExtension(new \Doctrine\Bundle\DoctrineBundle\Twig\DoctrineExtension());
$instance->addExtension(new \Symfony\Bundle\WebProfilerBundle\Twig\WebProfilerExtension($f));
$instance->addExtension(new \Http\HttplugBundle\Collector\Twig\HttpMessageMarkupExtension());
$instance->addExtension(${($_ = isset($this->services['asprega.breadcrumb.twig_extension']) ? $this->services['asprega.breadcrumb.twig_extension'] : $this->getAsprega_Breadcrumb_TwigExtensionService()) && false ?: '_'});
$instance->addGlobal('app', $g);
$instance->addRuntimeLoader(new \Twig\RuntimeLoader\ContainerRuntimeLoader(new \Symfony\Component\DependencyInjection\ServiceLocator(['Symfony\\Bridge\\Twig\\Extension\\HttpKernelRuntime' => function () {
return ${($_ = isset($this->services['twig.runtime.httpkernel']) ? $this->services['twig.runtime.httpkernel'] : $this->load('getTwig_Runtime_HttpkernelService.php')) && false ?: '_'};
}, 'Symfony\\Component\\Form\\FormRenderer' => function () {
return ${($_ = isset($this->services['twig.form.renderer']) ? $this->services['twig.form.renderer'] : $this->load('getTwig_Form_RendererService.php')) && false ?: '_'};
}])));
$instance->addGlobal('users_images_directory', ($this->targetDirs[3].'/public/uploads/users/user_images'));
$instance->addGlobal('project_dir', $this->targetDirs[3]);
$instance->addGlobal('privileges', new \App\Service\Privileges($h, new \App\Service\CompanyEntitiesService($h), $b));
(new \Symfony\Bundle\TwigBundle\DependencyInjection\Configurator\EnvironmentConfigurator('F j, Y H:i', '%d days', NULL, 0, '.', ','))->configure($instance);
return $instance;
}
/**
* Gets the public 'validator' shared service.
*
* @return \Symfony\Component\Validator\Validator\TraceableValidator
*/
protected function getValidatorService()
{
return $this->services['validator'] = new \Symfony\Component\Validator\Validator\TraceableValidator(${($_ = isset($this->services['validator.builder']) ? $this->services['validator.builder'] : $this->getValidator_BuilderService()) && false ?: '_'}->getValidator());
}
/**
* Gets the public 'var_dumper.cloner' shared service.
*
* @return \Symfony\Component\VarDumper\Cloner\VarCloner
*/
protected function getVarDumper_ClonerService()
{
$this->services['var_dumper.cloner'] = $instance = new \Symfony\Component\VarDumper\Cloner\VarCloner();
$instance->setMaxItems(2500);
$instance->setMinDepth(1);
$instance->setMaxString(-1);
return $instance;
}
/**
* Gets the private 'App\EventListener\UserLocaleSubscriber' shared autowired service.
*
* @return \App\EventListener\UserLocaleSubscriber
*/
protected function getUserLocaleSubscriberService()
{
return $this->services['App\\EventListener\\UserLocaleSubscriber'] = new \App\EventListener\UserLocaleSubscriber(${($_ = isset($this->services['session']) ? $this->services['session'] : $this->getSessionService()) && false ?: '_'});
}
/**
* Gets the private 'Http\Client\Common\PluginClientFactory' shared service.
*
* @return \Http\HttplugBundle\Collector\PluginClientFactory
*/
protected function getPluginClientFactoryService()
{
return $this->services['Http\\Client\\Common\\PluginClientFactory'] = new \Http\HttplugBundle\Collector\PluginClientFactory(${($_ = isset($this->services['httplug.collector.collector']) ? $this->services['httplug.collector.collector'] : ($this->services['httplug.collector.collector'] = new \Http\HttplugBundle\Collector\Collector())) && false ?: '_'}, ${($_ = isset($this->services['httplug.collector.formatter']) ? $this->services['httplug.collector.formatter'] : $this->getHttplug_Collector_FormatterService()) && false ?: '_'}, ${($_ = isset($this->services['debug.stopwatch']) ? $this->services['debug.stopwatch'] : ($this->services['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))) && false ?: '_'});
}
/**
* Gets the private 'Http\HttplugBundle\Collector\PluginClientFactoryListener' shared service.
*
* @return \Http\HttplugBundle\Collector\PluginClientFactoryListener
*/
protected function getPluginClientFactoryListenerService()
{
return $this->services['Http\\HttplugBundle\\Collector\\PluginClientFactoryListener'] = new \Http\HttplugBundle\Collector\PluginClientFactoryListener(${($_ = isset($this->services['Http\\Client\\Common\\PluginClientFactory']) ? $this->services['Http\\Client\\Common\\PluginClientFactory'] : $this->getPluginClientFactoryService()) && false ?: '_'});
}
/**
* Gets the private 'annotation_reader' shared service.
*
* @return \Doctrine\Common\Annotations\CachedReader
*/
protected function getAnnotationReaderService()
{
return $this->services['annotation_reader'] = new \Doctrine\Common\Annotations\CachedReader(${($_ = isset($this->services['annotations.reader']) ? $this->services['annotations.reader'] : $this->getAnnotations_ReaderService()) && false ?: '_'}, ${($_ = isset($this->services['annotations.cache']) ? $this->services['annotations.cache'] : $this->load('getAnnotations_CacheService.php')) && false ?: '_'}, true);
}
/**
* Gets the private 'annotations.reader' shared service.
*
* @return \Doctrine\Common\Annotations\AnnotationReader
*/
protected function getAnnotations_ReaderService()
{
$this->services['annotations.reader'] = $instance = new \Doctrine\Common\Annotations\AnnotationReader();
$a = new \Doctrine\Common\Annotations\AnnotationRegistry();
$a->registerUniqueLoader('class_exists');
$instance->addGlobalIgnoredName('required', $a);
return $instance;
}
/**
* Gets the private 'argument_metadata_factory' shared service.
*
* @return \Symfony\Component\HttpKernel\ControllerMetadata\ArgumentMetadataFactory
*/
protected function getArgumentMetadataFactoryService()
{
return $this->services['argument_metadata_factory'] = new \Symfony\Component\HttpKernel\ControllerMetadata\ArgumentMetadataFactory();
}
/**
* Gets the private 'asprega.breadcrumb.builder' shared service.
*
* @return \AndreaSprega\Bundle\BreadcrumbBundle\Service\BreadcrumbBuilder
*/
protected function getAsprega_Breadcrumb_BuilderService()
{
return $this->services['asprega.breadcrumb.builder'] = new \AndreaSprega\Bundle\BreadcrumbBundle\Service\BreadcrumbBuilder(${($_ = isset($this->services['asprega.breadcrumb.item_factory']) ? $this->services['asprega.breadcrumb.item_factory'] : ($this->services['asprega.breadcrumb.item_factory'] = new \AndreaSprega\Bundle\BreadcrumbBundle\Service\BreadcrumbItemFactory())) && false ?: '_'});
}
/**
* Gets the private 'asprega.breadcrumb.item_factory' shared service.
*
* @return \AndreaSprega\Bundle\BreadcrumbBundle\Service\BreadcrumbItemFactory
*/
protected function getAsprega_Breadcrumb_ItemFactoryService()
{
return $this->services['asprega.breadcrumb.item_factory'] = new \AndreaSprega\Bundle\BreadcrumbBundle\Service\BreadcrumbItemFactory();
}
/**
* Gets the private 'asprega.breadcrumb.item_processor' shared service.
*
* @return \AndreaSprega\Bundle\BreadcrumbBundle\Service\BreadcrumbItemProcessor
*/
protected function getAsprega_Breadcrumb_ItemProcessorService()
{
return $this->services['asprega.breadcrumb.item_processor'] = new \AndreaSprega\Bundle\BreadcrumbBundle\Service\BreadcrumbItemProcessor(${($_ = isset($this->services['property_accessor']) ? $this->services['property_accessor'] : $this->getPropertyAccessorService()) && false ?: '_'}, ${($_ = isset($this->services['translator']) ? $this->services['translator'] : $this->getTranslatorService()) && false ?: '_'}, ${($_ = isset($this->services['router']) ? $this->services['router'] : $this->getRouterService()) && false ?: '_'}, ${($_ = isset($this->services['request_stack']) ? $this->services['request_stack'] : ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())) && false ?: '_'});
}
/**
* Gets the private 'asprega.breadcrumb.listener' shared service.
*
* @return \AndreaSprega\Bundle\BreadcrumbBundle\EventListener\BreadcrumbListener
*/
protected function getAsprega_Breadcrumb_ListenerService()
{
return $this->services['asprega.breadcrumb.listener'] = new \AndreaSprega\Bundle\BreadcrumbBundle\EventListener\BreadcrumbListener(${($_ = isset($this->services['asprega.breadcrumb.builder']) ? $this->services['asprega.breadcrumb.builder'] : $this->getAsprega_Breadcrumb_BuilderService()) && false ?: '_'}, ${($_ = isset($this->services['annotation_reader']) ? $this->services['annotation_reader'] : $this->getAnnotationReaderService()) && false ?: '_'});
}
/**
* Gets the private 'asprega.breadcrumb.twig_extension' shared service.
*
* @return \AndreaSprega\Bundle\BreadcrumbBundle\Twig\BreadcrumbExtension
*/
protected function getAsprega_Breadcrumb_TwigExtensionService()
{
return $this->services['asprega.breadcrumb.twig_extension'] = new \AndreaSprega\Bundle\BreadcrumbBundle\Twig\BreadcrumbExtension(${($_ = isset($this->services['asprega.breadcrumb.builder']) ? $this->services['asprega.breadcrumb.builder'] : $this->getAsprega_Breadcrumb_BuilderService()) && false ?: '_'}, ${($_ = isset($this->services['asprega.breadcrumb.item_processor']) ? $this->services['asprega.breadcrumb.item_processor'] : $this->getAsprega_Breadcrumb_ItemProcessorService()) && false ?: '_'}, 'bundles/AndreaSpregaBreadcrumbBundle/breadcrumb.html.twig');
}
/**
* Gets the private 'assets.context' shared service.
*
* @return \Symfony\Component\Asset\Context\RequestStackContext
*/
protected function getAssets_ContextService()
{
return $this->services['assets.context'] = new \Symfony\Component\Asset\Context\RequestStackContext(${($_ = isset($this->services['request_stack']) ? $this->services['request_stack'] : ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())) && false ?: '_'}, '', false);
}
/**
* Gets the private 'assets.packages' shared service.
*
* @return \Symfony\Component\Asset\Packages
*/
protected function getAssets_PackagesService()
{
return $this->services['assets.packages'] = new \Symfony\Component\Asset\Packages(new \Symfony\Component\Asset\PathPackage('', new \Symfony\Component\Asset\VersionStrategy\EmptyVersionStrategy(), ${($_ = isset($this->services['assets.context']) ? $this->services['assets.context'] : $this->getAssets_ContextService()) && false ?: '_'}), []);
}
/**
* Gets the private 'cache.annotations' shared service.
*
* @return \Symfony\Component\Cache\Adapter\TraceableAdapter
*/
protected function getCache_AnnotationsService()
{
return $this->services['cache.annotations'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('8LRcfglZvE', 0, $this->getParameter('container.build_id'), ($this->targetDirs[0].'/pools'), ${($_ = isset($this->services['monolog.logger.cache']) ? $this->services['monolog.logger.cache'] : $this->getMonolog_Logger_CacheService()) && false ?: '_'}));
}
/**
* Gets the private 'cache.serializer' shared service.
*
* @return \Symfony\Component\Cache\Adapter\TraceableAdapter
*/
protected function getCache_SerializerService()
{
return $this->services['cache.serializer'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('moEPFny8V6', 0, $this->getParameter('container.build_id'), ($this->targetDirs[0].'/pools'), ${($_ = isset($this->services['monolog.logger.cache']) ? $this->services['monolog.logger.cache'] : $this->getMonolog_Logger_CacheService()) && false ?: '_'}));
}
/**
* Gets the private 'cache.validator' shared service.
*
* @return \Symfony\Component\Cache\Adapter\TraceableAdapter
*/
protected function getCache_ValidatorService()
{
return $this->services['cache.validator'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('ooQSGlt1Kd', 0, $this->getParameter('container.build_id'), ($this->targetDirs[0].'/pools'), ${($_ = isset($this->services['monolog.logger.cache']) ? $this->services['monolog.logger.cache'] : $this->getMonolog_Logger_CacheService()) && false ?: '_'}));
}
/**
* Gets the private 'config_cache_factory' shared service.
*
* @return \Symfony\Component\Config\ResourceCheckerConfigCacheFactory
*/
protected function getConfigCacheFactoryService()
{
return $this->services['config_cache_factory'] = new \Symfony\Component\Config\ResourceCheckerConfigCacheFactory(new RewindableGenerator(function () {
yield 0 => ${($_ = isset($this->services['dependency_injection.config.container_parameters_resource_checker']) ? $this->services['dependency_injection.config.container_parameters_resource_checker'] : ($this->services['dependency_injection.config.container_parameters_resource_checker'] = new \Symfony\Component\DependencyInjection\Config\ContainerParametersResourceChecker($this))) && false ?: '_'};
yield 1 => ${($_ = isset($this->services['config.resource.self_checking_resource_checker']) ? $this->services['config.resource.self_checking_resource_checker'] : ($this->services['config.resource.self_checking_resource_checker'] = new \Symfony\Component\Config\Resource\SelfCheckingResourceChecker())) && false ?: '_'};
}, 2));
}
/**
* Gets the private 'controller_name_converter' shared service.
*
* @return \Symfony\Bundle\FrameworkBundle\Controller\ControllerNameParser
*/
protected function getControllerNameConverterService()
{
return $this->services['controller_name_converter'] = new \Symfony\Bundle\FrameworkBundle\Controller\ControllerNameParser(${($_ = isset($this->services['kernel']) ? $this->services['kernel'] : $this->get('kernel', 1)) && false ?: '_'});
}
/**
* Gets the private 'data_collector.form' shared service.
*
* @return \Symfony\Component\Form\Extension\DataCollector\FormDataCollector
*/
protected function getDataCollector_FormService()
{
return $this->services['data_collector.form'] = new \Symfony\Component\Form\Extension\DataCollector\FormDataCollector(${($_ = isset($this->services['data_collector.form.extractor']) ? $this->services['data_collector.form.extractor'] : ($this->services['data_collector.form.extractor'] = new \Symfony\Component\Form\Extension\DataCollector\FormDataExtractor())) && false ?: '_'});
}
/**
* Gets the private 'data_collector.form.extractor' shared service.
*
* @return \Symfony\Component\Form\Extension\DataCollector\FormDataExtractor
*/
protected function getDataCollector_Form_ExtractorService()
{
return $this->services['data_collector.form.extractor'] = new \Symfony\Component\Form\Extension\DataCollector\FormDataExtractor();
}
/**
* Gets the private 'data_collector.request' shared service.
*
* @return \Symfony\Bundle\FrameworkBundle\DataCollector\RequestDataCollector
*/
protected function getDataCollector_RequestService()
{
return $this->services['data_collector.request'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RequestDataCollector();
}
/**
* Gets the private 'data_collector.router' shared service.
*
* @return \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector
*/
protected function getDataCollector_RouterService()
{
return $this->services['data_collector.router'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector();
}
/**
* Gets the private 'data_collector.translation' shared service.
*
* @return \Symfony\Component\Translation\DataCollector\TranslationDataCollector
*/
protected function getDataCollector_TranslationService()
{
return $this->services['data_collector.translation'] = new \Symfony\Component\Translation\DataCollector\TranslationDataCollector(${($_ = isset($this->services['translator']) ? $this->services['translator'] : $this->getTranslatorService()) && false ?: '_'});
}
/**
* Gets the private 'debug.argument_resolver' shared service.
*
* @return \Symfony\Component\HttpKernel\Controller\TraceableArgumentResolver
*/
protected function getDebug_ArgumentResolverService()
{
return $this->services['debug.argument_resolver'] = new \Symfony\Component\HttpKernel\Controller\TraceableArgumentResolver(new \Symfony\Component\HttpKernel\Controller\ArgumentResolver(${($_ = isset($this->services['argument_metadata_factory']) ? $this->services['argument_metadata_factory'] : ($this->services['argument_metadata_factory'] = new \Symfony\Component\HttpKernel\ControllerMetadata\ArgumentMetadataFactory())) && false ?: '_'}, new RewindableGenerator(function () {
yield 0 => ${($_ = isset($this->services['argument_resolver.request_attribute']) ? $this->services['argument_resolver.request_attribute'] : ($this->services['argument_resolver.request_attribute'] = new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\RequestAttributeValueResolver())) && false ?: '_'};
yield 1 => ${($_ = isset($this->services['argument_resolver.request']) ? $this->services['argument_resolver.request'] : ($this->services['argument_resolver.request'] = new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\RequestValueResolver())) && false ?: '_'};
yield 2 => ${($_ = isset($this->services['argument_resolver.session']) ? $this->services['argument_resolver.session'] : ($this->services['argument_resolver.session'] = new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\SessionValueResolver())) && false ?: '_'};
yield 3 => ${($_ = isset($this->services['security.user_value_resolver']) ? $this->services['security.user_value_resolver'] : $this->load('getSecurity_UserValueResolverService.php')) && false ?: '_'};
yield 4 => ${($_ = isset($this->services['argument_resolver.service']) ? $this->services['argument_resolver.service'] : $this->load('getArgumentResolver_ServiceService.php')) && false ?: '_'};
yield 5 => ${($_ = isset($this->services['argument_resolver.default']) ? $this->services['argument_resolver.default'] : ($this->services['argument_resolver.default'] = new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\DefaultValueResolver())) && false ?: '_'};
yield 6 => ${($_ = isset($this->services['argument_resolver.variadic']) ? $this->services['argument_resolver.variadic'] : ($this->services['argument_resolver.variadic'] = new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\VariadicValueResolver())) && false ?: '_'};
}, 7)), ${($_ = isset($this->services['debug.stopwatch']) ? $this->services['debug.stopwatch'] : ($this->services['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))) && false ?: '_'});
}
/**
* Gets the private 'debug.controller_resolver' shared service.
*
* @return \Symfony\Component\HttpKernel\Controller\TraceableControllerResolver
*/
protected function getDebug_ControllerResolverService()
{
return $this->services['debug.controller_resolver'] = new \Symfony\Component\HttpKernel\Controller\TraceableControllerResolver(new \Symfony\Bundle\FrameworkBundle\Controller\ControllerResolver($this, ${($_ = isset($this->services['controller_name_converter']) ? $this->services['controller_name_converter'] : ($this->services['controller_name_converter'] = new \Symfony\Bundle\FrameworkBundle\Controller\ControllerNameParser(${($_ = isset($this->services['kernel']) ? $this->services['kernel'] : $this->get('kernel', 1)) && false ?: '_'}))) && false ?: '_'}, ${($_ = isset($this->services['monolog.logger.request']) ? $this->services['monolog.logger.request'] : $this->getMonolog_Logger_RequestService()) && false ?: '_'}), ${($_ = isset($this->services['debug.stopwatch']) ? $this->services['debug.stopwatch'] : ($this->services['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))) && false ?: '_'}, ${($_ = isset($this->services['debug.argument_resolver']) ? $this->services['debug.argument_resolver'] : $this->getDebug_ArgumentResolverService()) && false ?: '_'});
}
/**
* Gets the private 'debug.debug_handlers_listener' shared service.
*
* @return \Symfony\Component\HttpKernel\EventListener\DebugHandlersListener
*/
protected function getDebug_DebugHandlersListenerService()
{
return $this->services['debug.debug_handlers_listener'] = new \Symfony\Component\HttpKernel\EventListener\DebugHandlersListener(NULL, ${($_ = isset($this->services['monolog.logger.php']) ? $this->services['monolog.logger.php'] : $this->getMonolog_Logger_PhpService()) && false ?: '_'}, -1, -1, true, ${($_ = isset($this->services['debug.file_link_formatter']) ? $this->services['debug.file_link_formatter'] : $this->getDebug_FileLinkFormatterService()) && false ?: '_'}, true);
}
/**
* Gets the private 'debug.event_dispatcher' shared service.
*
* @return \Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher
*/
protected function getDebug_EventDispatcherService()
{
$this->services['debug.event_dispatcher'] = $instance = new \Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher(new \Symfony\Component\EventDispatcher\ContainerAwareEventDispatcher($this), ${($_ = isset($this->services['debug.stopwatch']) ? $this->services['debug.stopwatch'] : ($this->services['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))) && false ?: '_'}, ${($_ = isset($this->services['monolog.logger.event']) ? $this->services['monolog.logger.event'] : $this->getMonolog_Logger_EventService()) && false ?: '_'});
$instance->addListener('security.interactive_login', [0 => function () {
return ${($_ = isset($this->services['App\\EventListener\\LoginListener']) ? $this->services['App\\EventListener\\LoginListener'] : $this->load('getLoginListenerService.php')) && false ?: '_'};
}, 1 => 'onSecurityInteractivelogin'], 0);
$instance->addListener('kernel.controller', [0 => function () {
return ${($_ = isset($this->services['data_collector.router']) ? $this->services['data_collector.router'] : ($this->services['data_collector.router'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector())) && false ?: '_'};
}, 1 => 'onKernelController'], 0);
$instance->addListener('kernel.controller', [0 => function () {
return ${($_ = isset($this->services['asprega.breadcrumb.listener']) ? $this->services['asprega.breadcrumb.listener'] : $this->getAsprega_Breadcrumb_ListenerService()) && false ?: '_'};
}, 1 => 'onKernelController'], 0);
$instance->addListener('fos_user.registration.initialize', [0 => function () {
return ${($_ = isset($this->services['App\\EventListener\\RegisterListener']) ? $this->services['App\\EventListener\\RegisterListener'] : $this->load('getRegisterListenerService.php')) && false ?: '_'};
}, 1 => 'onRegistrationInizialize'], 0);
$instance->addListener('security.interactive_login', [0 => function () {
return ${($_ = isset($this->services['App\\EventListener\\UserLocaleSubscriber']) ? $this->services['App\\EventListener\\UserLocaleSubscriber'] : $this->getUserLocaleSubscriberService()) && false ?: '_'};
}, 1 => 'onInteractiveLogin'], 0);
$instance->addListener('kernel.request', [0 => function () {
return ${($_ = isset($this->services['App\\EventListener\\UserLocaleSubscriber']) ? $this->services['App\\EventListener\\UserLocaleSubscriber'] : $this->getUserLocaleSubscriberService()) && false ?: '_'};
}, 1 => 'onKernelRequest'], 20);
$instance->addListener('kernel.response', [0 => function () {
return ${($_ = isset($this->services['response_listener']) ? $this->services['response_listener'] : ($this->services['response_listener'] = new \Symfony\Component\HttpKernel\EventListener\ResponseListener('UTF-8'))) && false ?: '_'};
}, 1 => 'onKernelResponse'], 0);
$instance->addListener('kernel.response', [0 => function () {
return ${($_ = isset($this->services['streamed_response_listener']) ? $this->services['streamed_response_listener'] : ($this->services['streamed_response_listener'] = new \Symfony\Component\HttpKernel\EventListener\StreamedResponseListener())) && false ?: '_'};
}, 1 => 'onKernelResponse'], -1024);
$instance->addListener('kernel.request', [0 => function () {
return ${($_ = isset($this->services['locale_listener']) ? $this->services['locale_listener'] : $this->getLocaleListenerService()) && false ?: '_'};
}, 1 => 'onKernelRequest'], 16);
$instance->addListener('kernel.finish_request', [0 => function () {
return ${($_ = isset($this->services['locale_listener']) ? $this->services['locale_listener'] : $this->getLocaleListenerService()) && false ?: '_'};
}, 1 => 'onKernelFinishRequest'], 0);
$instance->addListener('kernel.request', [0 => function () {
return ${($_ = isset($this->services['validate_request_listener']) ? $this->services['validate_request_listener'] : ($this->services['validate_request_listener'] = new \Symfony\Component\HttpKernel\EventListener\ValidateRequestListener())) && false ?: '_'};
}, 1 => 'onKernelRequest'], 256);
$instance->addListener('kernel.request', [0 => function () {
return ${($_ = isset($this->services['resolve_controller_name_subscriber']) ? $this->services['resolve_controller_name_subscriber'] : $this->getResolveControllerNameSubscriberService()) && false ?: '_'};
}, 1 => 'onKernelRequest'], 24);
$instance->addListener('console.error', [0 => function () {
return ${($_ = isset($this->services['console.error_listener']) ? $this->services['console.error_listener'] : $this->load('getConsole_ErrorListenerService.php')) && false ?: '_'};
}, 1 => 'onConsoleError'], -128);
$instance->addListener('console.terminate', [0 => function () {
return ${($_ = isset($this->services['console.error_listener']) ? $this->services['console.error_listener'] : $this->load('getConsole_ErrorListenerService.php')) && false ?: '_'};
}, 1 => 'onConsoleTerminate'], -128);
$instance->addListener('kernel.request', [0 => function () {
return ${($_ = isset($this->services['session_listener']) ? $this->services['session_listener'] : $this->getSessionListenerService()) && false ?: '_'};
}, 1 => 'onKernelRequest'], 128);
$instance->addListener('kernel.response', [0 => function () {
return ${($_ = isset($this->services['session_listener']) ? $this->services['session_listener'] : $this->getSessionListenerService()) && false ?: '_'};
}, 1 => 'onKernelResponse'], -1000);
$instance->addListener('kernel.finish_request', [0 => function () {
return ${($_ = isset($this->services['session_listener']) ? $this->services['session_listener'] : $this->getSessionListenerService()) && false ?: '_'};
}, 1 => 'onFinishRequest'], 0);
$instance->addListener('kernel.response', [0 => function () {
return ${($_ = isset($this->services['session.save_listener']) ? $this->services['session.save_listener'] : ($this->services['session.save_listener'] = new \Symfony\Component\HttpKernel\EventListener\SaveSessionListener())) && false ?: '_'};
}, 1 => 'onKernelResponse'], -1000);
$instance->addListener('kernel.request', [0 => function () {
return ${($_ = isset($this->services['translator_listener']) ? $this->services['translator_listener'] : $this->getTranslatorListenerService()) && false ?: '_'};
}, 1 => 'onKernelRequest'], 10);
$instance->addListener('kernel.finish_request', [0 => function () {
return ${($_ = isset($this->services['translator_listener']) ? $this->services['translator_listener'] : $this->getTranslatorListenerService()) && false ?: '_'};
}, 1 => 'onKernelFinishRequest'], 0);
$instance->addListener('kernel.response', [0 => function () {
return ${($_ = isset($this->services['profiler_listener']) ? $this->services['profiler_listener'] : $this->getProfilerListenerService()) && false ?: '_'};
}, 1 => 'onKernelResponse'], -100);
$instance->addListener('kernel.exception', [0 => function () {
return ${($_ = isset($this->services['profiler_listener']) ? $this->services['profiler_listener'] : $this->getProfilerListenerService()) && false ?: '_'};
}, 1 => 'onKernelException'], 0);
$instance->addListener('kernel.terminate', [0 => function () {
return ${($_ = isset($this->services['profiler_listener']) ? $this->services['profiler_listener'] : $this->getProfilerListenerService()) && false ?: '_'};
}, 1 => 'onKernelTerminate'], -1024);
$instance->addListener('kernel.controller', [0 => function () {
return ${($_ = isset($this->services['data_collector.request']) ? $this->services['data_collector.request'] : ($this->services['data_collector.request'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RequestDataCollector())) && false ?: '_'};
}, 1 => 'onKernelController'], 0);
$instance->addListener('kernel.response', [0 => function () {
return ${($_ = isset($this->services['data_collector.request']) ? $this->services['data_collector.request'] : ($this->services['data_collector.request'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RequestDataCollector())) && false ?: '_'};
}, 1 => 'onKernelResponse'], 0);
$instance->addListener('kernel.request', [0 => function () {
return ${($_ = isset($this->services['debug.debug_handlers_listener']) ? $this->services['debug.debug_handlers_listener'] : $this->getDebug_DebugHandlersListenerService()) && false ?: '_'};
}, 1 => 'configure'], 2048);
$instance->addListener('kernel.request', [0 => function () {
return ${($_ = isset($this->services['router_listener']) ? $this->services['router_listener'] : $this->getRouterListenerService()) && false ?: '_'};
}, 1 => 'onKernelRequest'], 32);
$instance->addListener('kernel.finish_request', [0 => function () {
return ${($_ = isset($this->services['router_listener']) ? $this->services['router_listener'] : $this->getRouterListenerService()) && false ?: '_'};
}, 1 => 'onKernelFinishRequest'], 0);
$instance->addListener('kernel.exception', [0 => function () {
return ${($_ = isset($this->services['router_listener']) ? $this->services['router_listener'] : $this->getRouterListenerService()) && false ?: '_'};
}, 1 => 'onKernelException'], -64);
$instance->addListener('kernel.response', [0 => function () {
return ${($_ = isset($this->services['web_link.add_link_header_listener']) ? $this->services['web_link.add_link_header_listener'] : ($this->services['web_link.add_link_header_listener'] = new \Symfony\Component\WebLink\EventListener\AddLinkHeaderListener())) && false ?: '_'};
}, 1 => 'onKernelResponse'], 0);
$instance->addListener('kernel.controller', [0 => function () {
return ${($_ = isset($this->services['sensio_framework_extra.controller.listener']) ? $this->services['sensio_framework_extra.controller.listener'] : $this->getSensioFrameworkExtra_Controller_ListenerService()) && false ?: '_'};
}, 1 => 'onKernelController'], 0);
$instance->addListener('kernel.controller', [0 => function () {
return ${($_ = isset($this->services['sensio_framework_extra.converter.listener']) ? $this->services['sensio_framework_extra.converter.listener'] : $this->getSensioFrameworkExtra_Converter_ListenerService()) && false ?: '_'};
}, 1 => 'onKernelController'], 0);
$instance->addListener('kernel.controller', [0 => function () {
return ${($_ = isset($this->services['sensio_framework_extra.view.listener']) ? $this->services['sensio_framework_extra.view.listener'] : $this->getSensioFrameworkExtra_View_ListenerService()) && false ?: '_'};
}, 1 => 'onKernelController'], -128);
$instance->addListener('kernel.view', [0 => function () {
return ${($_ = isset($this->services['sensio_framework_extra.view.listener']) ? $this->services['sensio_framework_extra.view.listener'] : $this->getSensioFrameworkExtra_View_ListenerService()) && false ?: '_'};
}, 1 => 'onKernelView'], 0);
$instance->addListener('kernel.controller', [0 => function () {
return ${($_ = isset($this->services['sensio_framework_extra.cache.listener']) ? $this->services['sensio_framework_extra.cache.listener'] : ($this->services['sensio_framework_extra.cache.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener())) && false ?: '_'};
}, 1 => 'onKernelController'], 0);
$instance->addListener('kernel.response', [0 => function () {
return ${($_ = isset($this->services['sensio_framework_extra.cache.listener']) ? $this->services['sensio_framework_extra.cache.listener'] : ($this->services['sensio_framework_extra.cache.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener())) && false ?: '_'};
}, 1 => 'onKernelResponse'], 0);
$instance->addListener('kernel.controller_arguments', [0 => function () {
return ${($_ = isset($this->services['sensio_framework_extra.security.listener']) ? $this->services['sensio_framework_extra.security.listener'] : $this->getSensioFrameworkExtra_Security_ListenerService()) && false ?: '_'};
}, 1 => 'onKernelControllerArguments'], 0);
$instance->addListener('kernel.controller_arguments', [0 => function () {
return ${($_ = isset($this->services['framework_extra_bundle.event.is_granted']) ? $this->services['framework_extra_bundle.event.is_granted'] : $this->getFrameworkExtraBundle_Event_IsGrantedService()) && false ?: '_'};
}, 1 => 'onKernelControllerArguments'], 0);
$instance->addListener('kernel.response', [0 => function () {
return ${($_ = isset($this->services['security.rememberme.response_listener']) ? $this->services['security.rememberme.response_listener'] : ($this->services['security.rememberme.response_listener'] = new \Symfony\Component\Security\Http\RememberMe\ResponseListener())) && false ?: '_'};
}, 1 => 'onKernelResponse'], 0);
$instance->addListener('kernel.request', [0 => function () {
return ${($_ = isset($this->services['security.firewall']) ? $this->services['security.firewall'] : $this->getSecurity_FirewallService()) && false ?: '_'};
}, 1 => 'onKernelRequest'], 8);
$instance->addListener('kernel.finish_request', [0 => function () {
return ${($_ = isset($this->services['security.firewall']) ? $this->services['security.firewall'] : $this->getSecurity_FirewallService()) && false ?: '_'};
}, 1 => 'onKernelFinishRequest'], 0);
$instance->addListener('kernel.exception', [0 => function () {
return ${($_ = isset($this->services['swiftmailer.email_sender.listener']) ? $this->services['swiftmailer.email_sender.listener'] : $this->load('getSwiftmailer_EmailSender_ListenerService.php')) && false ?: '_'};
}, 1 => 'onException'], 0);
$instance->addListener('kernel.terminate', [0 => function () {
return ${($_ = isset($this->services['swiftmailer.email_sender.listener']) ? $this->services['swiftmailer.email_sender.listener'] : $this->load('getSwiftmailer_EmailSender_ListenerService.php')) && false ?: '_'};
}, 1 => 'onTerminate'], 0);
$instance->addListener('console.error', [0 => function () {
return ${($_ = isset($this->services['swiftmailer.email_sender.listener']) ? $this->services['swiftmailer.email_sender.listener'] : $this->load('getSwiftmailer_EmailSender_ListenerService.php')) && false ?: '_'};
}, 1 => 'onException'], 0);
$instance->addListener('console.terminate', [0 => function () {
return ${($_ = isset($this->services['swiftmailer.email_sender.listener']) ? $this->services['swiftmailer.email_sender.listener'] : $this->load('getSwiftmailer_EmailSender_ListenerService.php')) && false ?: '_'};
}, 1 => 'onTerminate'], 0);
$instance->addListener('kernel.response', [0 => function () {
return ${($_ = isset($this->services['web_profiler.debug_toolbar']) ? $this->services['web_profiler.debug_toolbar'] : $this->getWebProfiler_DebugToolbarService()) && false ?: '_'};
}, 1 => 'onKernelResponse'], -128);
$instance->addListener('kernel.exception', [0 => function () {
return ${($_ = isset($this->services['twig.exception_listener']) ? $this->services['twig.exception_listener'] : $this->load('getTwig_ExceptionListenerService.php')) && false ?: '_'};
}, 1 => 'onKernelException'], -128);
$instance->addListener('console.command', [0 => function () {
return ${($_ = isset($this->services['monolog.handler.console']) ? $this->services['monolog.handler.console'] : $this->getMonolog_Handler_ConsoleService()) && false ?: '_'};
}, 1 => 'onCommand'], 255);
$instance->addListener('console.terminate', [0 => function () {
return ${($_ = isset($this->services['monolog.handler.console']) ? $this->services['monolog.handler.console'] : $this->getMonolog_Handler_ConsoleService()) && false ?: '_'};
}, 1 => 'onTerminate'], -255);
$instance->addListener('console.command', [0 => function () {
return ${($_ = isset($this->services['debug.dump_listener']) ? $this->services['debug.dump_listener'] : $this->load('getDebug_DumpListenerService.php')) && false ?: '_'};
}, 1 => 'configure'], 1024);
$instance->addListener('console.error', [0 => function () {
return ${($_ = isset($this->services['maker.console_error_listener']) ? $this->services['maker.console_error_listener'] : ($this->services['maker.console_error_listener'] = new \Symfony\Bundle\MakerBundle\Event\ConsoleErrorSubscriber())) && false ?: '_'};
}, 1 => 'onConsoleError'], 0);
$instance->addListener('console.terminate', [0 => function () {
return ${($_ = isset($this->services['maker.console_error_listener']) ? $this->services['maker.console_error_listener'] : ($this->services['maker.console_error_listener'] = new \Symfony\Bundle\MakerBundle\Event\ConsoleErrorSubscriber())) && false ?: '_'};
}, 1 => 'onConsoleTerminate'], 0);
$instance->addListener('fos_user.security.implicit_login', [0 => function () {
return ${($_ = isset($this->services['fos_user.security.interactive_login_listener']) ? $this->services['fos_user.security.interactive_login_listener'] : $this->load('getFosUser_Security_InteractiveLoginListenerService.php')) && false ?: '_'};
}, 1 => 'onImplicitLogin'], 0);
$instance->addListener('security.interactive_login', [0 => function () {
return ${($_ = isset($this->services['fos_user.security.interactive_login_listener']) ? $this->services['fos_user.security.interactive_login_listener'] : $this->load('getFosUser_Security_InteractiveLoginListenerService.php')) && false ?: '_'};
}, 1 => 'onSecurityInteractiveLogin'], 0);
$instance->addListener('fos_user.registration.completed', [0 => function () {
return ${($_ = isset($this->services['fos_user.listener.authentication']) ? $this->services['fos_user.listener.authentication'] : $this->load('getFosUser_Listener_AuthenticationService.php')) && false ?: '_'};
}, 1 => 'authenticate'], 0);
$instance->addListener('fos_user.registration.confirmed', [0 => function () {
return ${($_ = isset($this->services['fos_user.listener.authentication']) ? $this->services['fos_user.listener.authentication'] : $this->load('getFosUser_Listener_AuthenticationService.php')) && false ?: '_'};
}, 1 => 'authenticate'], 0);
$instance->addListener('fos_user.resetting.reset.completed', [0 => function () {
return ${($_ = isset($this->services['fos_user.listener.authentication']) ? $this->services['fos_user.listener.authentication'] : $this->load('getFosUser_Listener_AuthenticationService.php')) && false ?: '_'};
}, 1 => 'authenticate'], 0);
$instance->addListener('fos_user.change_password.edit.completed', [0 => function () {
return ${($_ = isset($this->services['fos_user.listener.flash']) ? $this->services['fos_user.listener.flash'] : $this->load('getFosUser_Listener_FlashService.php')) && false ?: '_'};
}, 1 => 'addSuccessFlash'], 0);
$instance->addListener('fos_user.group.create.completed', [0 => function () {
return ${($_ = isset($this->services['fos_user.listener.flash']) ? $this->services['fos_user.listener.flash'] : $this->load('getFosUser_Listener_FlashService.php')) && false ?: '_'};
}, 1 => 'addSuccessFlash'], 0);
$instance->addListener('fos_user.group.delete.completed', [0 => function () {
return ${($_ = isset($this->services['fos_user.listener.flash']) ? $this->services['fos_user.listener.flash'] : $this->load('getFosUser_Listener_FlashService.php')) && false ?: '_'};
}, 1 => 'addSuccessFlash'], 0);
$instance->addListener('fos_user.group.edit.completed', [0 => function () {
return ${($_ = isset($this->services['fos_user.listener.flash']) ? $this->services['fos_user.listener.flash'] : $this->load('getFosUser_Listener_FlashService.php')) && false ?: '_'};
}, 1 => 'addSuccessFlash'], 0);
$instance->addListener('fos_user.profile.edit.completed', [0 => function () {
return ${($_ = isset($this->services['fos_user.listener.flash']) ? $this->services['fos_user.listener.flash'] : $this->load('getFosUser_Listener_FlashService.php')) && false ?: '_'};
}, 1 => 'addSuccessFlash'], 0);
$instance->addListener('fos_user.registration.completed', [0 => function () {
return ${($_ = isset($this->services['fos_user.listener.flash']) ? $this->services['fos_user.listener.flash'] : $this->load('getFosUser_Listener_FlashService.php')) && false ?: '_'};
}, 1 => 'addSuccessFlash'], 0);
$instance->addListener('fos_user.resetting.reset.completed', [0 => function () {
return ${($_ = isset($this->services['fos_user.listener.flash']) ? $this->services['fos_user.listener.flash'] : $this->load('getFosUser_Listener_FlashService.php')) && false ?: '_'};
}, 1 => 'addSuccessFlash'], 0);
$instance->addListener('fos_user.resetting.reset.initialize', [0 => function () {
return ${($_ = isset($this->services['fos_user.listener.resetting']) ? $this->services['fos_user.listener.resetting'] : $this->load('getFosUser_Listener_ResettingService.php')) && false ?: '_'};
}, 1 => 'onResettingResetInitialize'], 0);
$instance->addListener('fos_user.resetting.reset.success', [0 => function () {
return ${($_ = isset($this->services['fos_user.listener.resetting']) ? $this->services['fos_user.listener.resetting'] : $this->load('getFosUser_Listener_ResettingService.php')) && false ?: '_'};
}, 1 => 'onResettingResetSuccess'], 0);
$instance->addListener('fos_user.resetting.reset.request', [0 => function () {
return ${($_ = isset($this->services['fos_user.listener.resetting']) ? $this->services['fos_user.listener.resetting'] : $this->load('getFosUser_Listener_ResettingService.php')) && false ?: '_'};
}, 1 => 'onResettingResetRequest'], 0);
$instance->addListener('kernel.request', [0 => function () {
return ${($_ = isset($this->services['httplug.strategy']) ? $this->services['httplug.strategy'] : $this->getHttplug_StrategyService()) && false ?: '_'};
}, 1 => 'onEvent'], 1024);
$instance->addListener('console.command', [0 => function () {
return ${($_ = isset($this->services['httplug.strategy']) ? $this->services['httplug.strategy'] : $this->getHttplug_StrategyService()) && false ?: '_'};
}, 1 => 'onEvent'], 1024);
$instance->addListener('kernel.request', [0 => function () {
return ${($_ = isset($this->services['Http\\HttplugBundle\\Collector\\PluginClientFactoryListener']) ? $this->services['Http\\HttplugBundle\\Collector\\PluginClientFactoryListener'] : $this->getPluginClientFactoryListenerService()) && false ?: '_'};
}, 1 => 'onEvent'], 1024);
$instance->addListener('console.command', [0 => function () {
return ${($_ = isset($this->services['Http\\HttplugBundle\\Collector\\PluginClientFactoryListener']) ? $this->services['Http\\HttplugBundle\\Collector\\PluginClientFactoryListener'] : $this->getPluginClientFactoryListenerService()) && false ?: '_'};
}, 1 => 'onEvent'], 1024);
return $instance;
}
/**
* Gets the private 'debug.file_link_formatter' shared service.
*
* @return \Symfony\Component\HttpKernel\Debug\FileLinkFormatter
*/
protected function getDebug_FileLinkFormatterService()
{
return $this->services['debug.file_link_formatter'] = new \Symfony\Component\HttpKernel\Debug\FileLinkFormatter(NULL, ${($_ = isset($this->services['request_stack']) ? $this->services['request_stack'] : ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())) && false ?: '_'}, $this->targetDirs[3], function () {
return ${($_ = isset($this->services['debug.file_link_formatter.url_format']) ? $this->services['debug.file_link_formatter.url_format'] : $this->load('getDebug_FileLinkFormatter_UrlFormatService.php')) && false ?: '_'};
});
}
/**
* Gets the private 'debug.log_processor' shared service.
*
* @return \Symfony\Bridge\Monolog\Processor\DebugProcessor
*/
protected function getDebug_LogProcessorService()
{
return $this->services['debug.log_processor'] = new \Symfony\Bridge\Monolog\Processor\DebugProcessor();
}
/**
* Gets the private 'debug.security.access.decision_manager' shared service.
*
* @return \Symfony\Component\Security\Core\Authorization\TraceableAccessDecisionManager
*/
protected function getDebug_Security_Access_DecisionManagerService()
{
return $this->services['debug.security.access.decision_manager'] = new \Symfony\Component\Security\Core\Authorization\TraceableAccessDecisionManager(new \Symfony\Component\Security\Core\Authorization\AccessDecisionManager(new RewindableGenerator(function () {
yield 0 => ${($_ = isset($this->services['security.access.authenticated_voter']) ? $this->services['security.access.authenticated_voter'] : $this->load('getSecurity_Access_AuthenticatedVoterService.php')) && false ?: '_'};
yield 1 => ${($_ = isset($this->services['security.access.role_hierarchy_voter']) ? $this->services['security.access.role_hierarchy_voter'] : $this->load('getSecurity_Access_RoleHierarchyVoterService.php')) && false ?: '_'};
yield 2 => ${($_ = isset($this->services['security.access.expression_voter']) ? $this->services['security.access.expression_voter'] : $this->load('getSecurity_Access_ExpressionVoterService.php')) && false ?: '_'};
}, 3), 'affirmative', false, true));
}
/**
* Gets the private 'debug.stopwatch' shared service.
*
* @return \Symfony\Component\Stopwatch\Stopwatch
*/
protected function getDebug_StopwatchService()
{
return $this->services['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true);
}
/**
* Gets the private 'doctrine.dbal.connection_factory' shared service.
*
* @return \Doctrine\Bundle\DoctrineBundle\ConnectionFactory
*/
protected function getDoctrine_Dbal_ConnectionFactoryService()
{
return $this->services['doctrine.dbal.connection_factory'] = new \Doctrine\Bundle\DoctrineBundle\ConnectionFactory([]);
}
/**
* Gets the private 'doctrine.dbal.logger.profiling.default' shared service.
*
* @return \Doctrine\DBAL\Logging\DebugStack
*/
protected function getDoctrine_Dbal_Logger_Profiling_DefaultService()
{
return $this->services['doctrine.dbal.logger.profiling.default'] = new \Doctrine\DBAL\Logging\DebugStack();
}
/**
* Gets the private 'doctrine.orm.default_entity_listener_resolver' shared service.
*
* @return \Doctrine\Bundle\DoctrineBundle\Mapping\ContainerEntityListenerResolver
*/
protected function getDoctrine_Orm_DefaultEntityListenerResolverService()
{
return $this->services['doctrine.orm.default_entity_listener_resolver'] = new \Doctrine\Bundle\DoctrineBundle\Mapping\ContainerEntityListenerResolver($this);
}
/**
* Gets the private 'doctrine.orm.default_listeners.attach_entity_listeners' shared service.
*
* @return \Doctrine\ORM\Tools\AttachEntityListenersListener
*/
protected function getDoctrine_Orm_DefaultListeners_AttachEntityListenersService()
{
return $this->services['doctrine.orm.default_listeners.attach_entity_listeners'] = new \Doctrine\ORM\Tools\AttachEntityListenersListener();
}
/**
* Gets the private 'doctrine.orm.default_manager_configurator' shared service.
*
* @return \Doctrine\Bundle\DoctrineBundle\ManagerConfigurator
*/
protected function getDoctrine_Orm_DefaultManagerConfiguratorService()
{
return $this->services['doctrine.orm.default_manager_configurator'] = new \Doctrine\Bundle\DoctrineBundle\ManagerConfigurator([], []);
}
/**
* Gets the private 'doctrine.orm.validator_initializer' shared service.
*
* @return \Symfony\Bridge\Doctrine\Validator\DoctrineInitializer
*/
protected function getDoctrine_Orm_ValidatorInitializerService()
{
return $this->services['doctrine.orm.validator_initializer'] = new \Symfony\Bridge\Doctrine\Validator\DoctrineInitializer(${($_ = isset($this->services['doctrine']) ? $this->services['doctrine'] : $this->getDoctrineService()) && false ?: '_'});
}
/**
* Gets the private 'file_locator' shared service.
*
* @return \Symfony\Component\HttpKernel\Config\FileLocator
*/
protected function getFileLocatorService()
{
return $this->services['file_locator'] = new \Symfony\Component\HttpKernel\Config\FileLocator(${($_ = isset($this->services['kernel']) ? $this->services['kernel'] : $this->get('kernel', 1)) && false ?: '_'}, ($this->targetDirs[3].'/src/Resources'), [0 => ($this->targetDirs[3].'/src')]);
}
/**
* Gets the private 'fos_user.util.canonical_fields_updater' shared service.
*
* @return \FOS\UserBundle\Util\CanonicalFieldsUpdater
*/
protected function getFosUser_Util_CanonicalFieldsUpdaterService()
{
$a = ${($_ = isset($this->services['fos_user.util.email_canonicalizer']) ? $this->services['fos_user.util.email_canonicalizer'] : ($this->services['fos_user.util.email_canonicalizer'] = new \FOS\UserBundle\Util\Canonicalizer())) && false ?: '_'};
return $this->services['fos_user.util.canonical_fields_updater'] = new \FOS\UserBundle\Util\CanonicalFieldsUpdater($a, $a);
}
/**
* Gets the private 'fos_user.util.email_canonicalizer' shared service.
*
* @return \FOS\UserBundle\Util\Canonicalizer
*/
protected function getFosUser_Util_EmailCanonicalizerService()
{
return $this->services['fos_user.util.email_canonicalizer'] = new \FOS\UserBundle\Util\Canonicalizer();
}
/**
* Gets the private 'fos_user.util.password_updater' shared service.
*
* @return \FOS\UserBundle\Util\PasswordUpdater
*/
protected function getFosUser_Util_PasswordUpdaterService()
{
return $this->services['fos_user.util.password_updater'] = new \FOS\UserBundle\Util\PasswordUpdater(${($_ = isset($this->services['security.encoder_factory']) ? $this->services['security.encoder_factory'] : $this->getSecurity_EncoderFactoryService()) && false ?: '_'});
}
/**
* Gets the private 'framework_extra_bundle.argument_name_convertor' shared service.
*
* @return \Sensio\Bundle\FrameworkExtraBundle\Request\ArgumentNameConverter
*/
protected function getFrameworkExtraBundle_ArgumentNameConvertorService()
{
return $this->services['framework_extra_bundle.argument_name_convertor'] = new \Sensio\Bundle\FrameworkExtraBundle\Request\ArgumentNameConverter(${($_ = isset($this->services['argument_metadata_factory']) ? $this->services['argument_metadata_factory'] : ($this->services['argument_metadata_factory'] = new \Symfony\Component\HttpKernel\ControllerMetadata\ArgumentMetadataFactory())) && false ?: '_'});
}
/**
* Gets the private 'framework_extra_bundle.event.is_granted' shared service.
*
* @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\IsGrantedListener
*/
protected function getFrameworkExtraBundle_Event_IsGrantedService()
{
return $this->services['framework_extra_bundle.event.is_granted'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\IsGrantedListener(${($_ = isset($this->services['framework_extra_bundle.argument_name_convertor']) ? $this->services['framework_extra_bundle.argument_name_convertor'] : $this->getFrameworkExtraBundle_ArgumentNameConvertorService()) && false ?: '_'}, ${($_ = isset($this->services['security.authorization_checker']) ? $this->services['security.authorization_checker'] : $this->getSecurity_AuthorizationCheckerService()) && false ?: '_'});
}
/**
* Gets the private 'httplug.auto_discovery.auto_discovered_client' shared service.
*
* @return \Http\HttplugBundle\Collector\ProfileClient
*/
protected function getHttplug_AutoDiscovery_AutoDiscoveredClientService()
{
return $this->services['httplug.auto_discovery.auto_discovered_client'] = new \Http\HttplugBundle\Collector\ProfileClient(\Http\Discovery\HttpClientDiscovery::find(), ${($_ = isset($this->services['httplug.collector.collector']) ? $this->services['httplug.collector.collector'] : ($this->services['httplug.collector.collector'] = new \Http\HttplugBundle\Collector\Collector())) && false ?: '_'}, ${($_ = isset($this->services['httplug.collector.formatter']) ? $this->services['httplug.collector.formatter'] : $this->getHttplug_Collector_FormatterService()) && false ?: '_'}, ${($_ = isset($this->services['debug.stopwatch']) ? $this->services['debug.stopwatch'] : ($this->services['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))) && false ?: '_'});
}
/**
* Gets the private 'httplug.collector.collector' shared service.
*
* @return \Http\HttplugBundle\Collector\Collector
*/
protected function getHttplug_Collector_CollectorService()
{
return $this->services['httplug.collector.collector'] = new \Http\HttplugBundle\Collector\Collector();
}
/**
* Gets the private 'httplug.collector.formatter' shared service.
*
* @return \Http\HttplugBundle\Collector\Formatter
*/
protected function getHttplug_Collector_FormatterService()
{
return $this->services['httplug.collector.formatter'] = new \Http\HttplugBundle\Collector\Formatter(new \Http\Message\Formatter\FullHttpMessageFormatter(0), new \Http\Message\Formatter\CurlCommandFormatter());
}
/**
* Gets the private 'httplug.strategy' shared service.
*
* @return \Http\HttplugBundle\Discovery\ConfiguredClientsStrategy
*/
protected function getHttplug_StrategyService()
{
return $this->services['httplug.strategy'] = new \Http\HttplugBundle\Discovery\ConfiguredClientsStrategy(${($_ = isset($this->services['httplug.auto_discovery.auto_discovered_client']) ? $this->services['httplug.auto_discovery.auto_discovered_client'] : $this->getHttplug_AutoDiscovery_AutoDiscoveredClientService()) && false ?: '_'}, NULL);
}
/**
* Gets the private 'locale_listener' shared service.
*
* @return \Symfony\Component\HttpKernel\EventListener\LocaleListener
*/
protected function getLocaleListenerService()
{
return $this->services['locale_listener'] = new \Symfony\Component\HttpKernel\EventListener\LocaleListener(${($_ = isset($this->services['request_stack']) ? $this->services['request_stack'] : ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())) && false ?: '_'}, 'en', ${($_ = isset($this->services['router']) ? $this->services['router'] : $this->getRouterService()) && false ?: '_'});
}
/**
* Gets the private 'logger' shared service.
*
* @return \Symfony\Bridge\Monolog\Logger
*/
protected function getLoggerService()
{
$this->services['logger'] = $instance = new \Symfony\Bridge\Monolog\Logger('app');
$instance->pushProcessor(${($_ = isset($this->services['debug.log_processor']) ? $this->services['debug.log_processor'] : ($this->services['debug.log_processor'] = new \Symfony\Bridge\Monolog\Processor\DebugProcessor())) && false ?: '_'});
$instance->useMicrosecondTimestamps(true);
$instance->pushHandler(${($_ = isset($this->services['monolog.handler.console']) ? $this->services['monolog.handler.console'] : $this->getMonolog_Handler_ConsoleService()) && false ?: '_'});
$instance->pushHandler(${($_ = isset($this->services['monolog.handler.main']) ? $this->services['monolog.handler.main'] : $this->getMonolog_Handler_MainService()) && false ?: '_'});
return $instance;
}
/**
* Gets the private 'monolog.handler.console' shared service.
*
* @return \Symfony\Bridge\Monolog\Handler\ConsoleHandler
*/
protected function getMonolog_Handler_ConsoleService()
{
return $this->services['monolog.handler.console'] = new \Symfony\Bridge\Monolog\Handler\ConsoleHandler(NULL, true, [], []);
}
/**
* Gets the private 'monolog.handler.main' shared service.
*
* @return \Monolog\Handler\StreamHandler
*/
protected function getMonolog_Handler_MainService()
{
$this->services['monolog.handler.main'] = $instance = new \Monolog\Handler\StreamHandler(($this->targetDirs[2].'/log/dev.log'), 100, true, NULL, false);
$instance->pushProcessor(new \Monolog\Processor\PsrLogMessageProcessor());
return $instance;
}
/**
* Gets the private 'monolog.handler.null_internal' shared service.
*
* @return \Monolog\Handler\NullHandler
*/
protected function getMonolog_Handler_NullInternalService()
{
return $this->services['monolog.handler.null_internal'] = new \Monolog\Handler\NullHandler();
}
/**
* Gets the private 'monolog.logger.cache' shared service.
*
* @return \Symfony\Bridge\Monolog\Logger
*/
protected function getMonolog_Logger_CacheService()
{
$this->services['monolog.logger.cache'] = $instance = new \Symfony\Bridge\Monolog\Logger('cache');
$instance->pushProcessor(${($_ = isset($this->services['debug.log_processor']) ? $this->services['debug.log_processor'] : ($this->services['debug.log_processor'] = new \Symfony\Bridge\Monolog\Processor\DebugProcessor())) && false ?: '_'});
$instance->pushHandler(${($_ = isset($this->services['monolog.handler.console']) ? $this->services['monolog.handler.console'] : $this->getMonolog_Handler_ConsoleService()) && false ?: '_'});
$instance->pushHandler(${($_ = isset($this->services['monolog.handler.main']) ? $this->services['monolog.handler.main'] : $this->getMonolog_Handler_MainService()) && false ?: '_'});
return $instance;
}
/**
* Gets the private 'monolog.logger.doctrine' shared service.
*
* @return \Symfony\Bridge\Monolog\Logger
*/
protected function getMonolog_Logger_DoctrineService()
{
$this->services['monolog.logger.doctrine'] = $instance = new \Symfony\Bridge\Monolog\Logger('doctrine');
$instance->pushProcessor(${($_ = isset($this->services['debug.log_processor']) ? $this->services['debug.log_processor'] : ($this->services['debug.log_processor'] = new \Symfony\Bridge\Monolog\Processor\DebugProcessor())) && false ?: '_'});
$instance->pushHandler(${($_ = isset($this->services['monolog.handler.main']) ? $this->services['monolog.handler.main'] : $this->getMonolog_Handler_MainService()) && false ?: '_'});
return $instance;
}
/**
* Gets the private 'monolog.logger.event' shared service.
*
* @return \Symfony\Bridge\Monolog\Logger
*/
protected function getMonolog_Logger_EventService()
{
$this->services['monolog.logger.event'] = $instance = new \Symfony\Bridge\Monolog\Logger('event');
$instance->pushProcessor(${($_ = isset($this->services['debug.log_processor']) ? $this->services['debug.log_processor'] : ($this->services['debug.log_processor'] = new \Symfony\Bridge\Monolog\Processor\DebugProcessor())) && false ?: '_'});
$instance->pushHandler(${($_ = isset($this->services['monolog.handler.null_internal']) ? $this->services['monolog.handler.null_internal'] : ($this->services['monolog.handler.null_internal'] = new \Monolog\Handler\NullHandler())) && false ?: '_'});
return $instance;
}
/**
* Gets the private 'monolog.logger.php' shared service.
*
* @return \Symfony\Bridge\Monolog\Logger
*/
protected function getMonolog_Logger_PhpService()
{
$this->services['monolog.logger.php'] = $instance = new \Symfony\Bridge\Monolog\Logger('php');
$instance->pushProcessor(${($_ = isset($this->services['debug.log_processor']) ? $this->services['debug.log_processor'] : ($this->services['debug.log_processor'] = new \Symfony\Bridge\Monolog\Processor\DebugProcessor())) && false ?: '_'});
$instance->pushHandler(${($_ = isset($this->services['monolog.handler.console']) ? $this->services['monolog.handler.console'] : $this->getMonolog_Handler_ConsoleService()) && false ?: '_'});
$instance->pushHandler(${($_ = isset($this->services['monolog.handler.main']) ? $this->services['monolog.handler.main'] : $this->getMonolog_Handler_MainService()) && false ?: '_'});
return $instance;
}
/**
* Gets the private 'monolog.logger.profiler' shared service.
*
* @return \Symfony\Bridge\Monolog\Logger
*/
protected function getMonolog_Logger_ProfilerService()
{
$this->services['monolog.logger.profiler'] = $instance = new \Symfony\Bridge\Monolog\Logger('profiler');
$instance->pushProcessor(${($_ = isset($this->services['debug.log_processor']) ? $this->services['debug.log_processor'] : ($this->services['debug.log_processor'] = new \Symfony\Bridge\Monolog\Processor\DebugProcessor())) && false ?: '_'});
$instance->pushHandler(${($_ = isset($this->services['monolog.handler.console']) ? $this->services['monolog.handler.console'] : $this->getMonolog_Handler_ConsoleService()) && false ?: '_'});
$instance->pushHandler(${($_ = isset($this->services['monolog.handler.main']) ? $this->services['monolog.handler.main'] : $this->getMonolog_Handler_MainService()) && false ?: '_'});
return $instance;
}
/**
* Gets the private 'monolog.logger.request' shared service.
*
* @return \Symfony\Bridge\Monolog\Logger
*/
protected function getMonolog_Logger_RequestService()
{
$this->services['monolog.logger.request'] = $instance = new \Symfony\Bridge\Monolog\Logger('request');
$instance->pushProcessor(${($_ = isset($this->services['debug.log_processor']) ? $this->services['debug.log_processor'] : ($this->services['debug.log_processor'] = new \Symfony\Bridge\Monolog\Processor\DebugProcessor())) && false ?: '_'});
$instance->pushHandler(${($_ = isset($this->services['monolog.handler.console']) ? $this->services['monolog.handler.console'] : $this->getMonolog_Handler_ConsoleService()) && false ?: '_'});
$instance->pushHandler(${($_ = isset($this->services['monolog.handler.main']) ? $this->services['monolog.handler.main'] : $this->getMonolog_Handler_MainService()) && false ?: '_'});
return $instance;
}
/**
* Gets the private 'monolog.logger.translation' shared service.
*
* @return \Symfony\Bridge\Monolog\Logger
*/
protected function getMonolog_Logger_TranslationService()
{
$this->services['monolog.logger.translation'] = $instance = new \Symfony\Bridge\Monolog\Logger('translation');
$instance->pushProcessor(${($_ = isset($this->services['debug.log_processor']) ? $this->services['debug.log_processor'] : ($this->services['debug.log_processor'] = new \Symfony\Bridge\Monolog\Processor\DebugProcessor())) && false ?: '_'});
$instance->pushHandler(${($_ = isset($this->services['monolog.handler.console']) ? $this->services['monolog.handler.console'] : $this->getMonolog_Handler_ConsoleService()) && false ?: '_'});
$instance->pushHandler(${($_ = isset($this->services['monolog.handler.main']) ? $this->services['monolog.handler.main'] : $this->getMonolog_Handler_MainService()) && false ?: '_'});
return $instance;
}
/**
* Gets the private 'profiler_listener' shared service.
*
* @return \Symfony\Component\HttpKernel\EventListener\ProfilerListener
*/
protected function getProfilerListenerService()
{
return $this->services['profiler_listener'] = new \Symfony\Component\HttpKernel\EventListener\ProfilerListener(${($_ = isset($this->services['profiler']) ? $this->services['profiler'] : $this->getProfilerService()) && false ?: '_'}, ${($_ = isset($this->services['request_stack']) ? $this->services['request_stack'] : ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())) && false ?: '_'}, NULL, false, false);
}
/**
* Gets the private 'property_accessor' shared service.
*
* @return \Symfony\Component\PropertyAccess\PropertyAccessor
*/
protected function getPropertyAccessorService()
{
return $this->services['property_accessor'] = new \Symfony\Component\PropertyAccess\PropertyAccessor(false, false, new \Symfony\Component\Cache\Adapter\ArrayAdapter(0, false));
}
/**
* Gets the private 'resolve_controller_name_subscriber' shared service.
*
* @return \Symfony\Bundle\FrameworkBundle\EventListener\ResolveControllerNameSubscriber
*/
protected function getResolveControllerNameSubscriberService()
{
return $this->services['resolve_controller_name_subscriber'] = new \Symfony\Bundle\FrameworkBundle\EventListener\ResolveControllerNameSubscriber(${($_ = isset($this->services['controller_name_converter']) ? $this->services['controller_name_converter'] : ($this->services['controller_name_converter'] = new \Symfony\Bundle\FrameworkBundle\Controller\ControllerNameParser(${($_ = isset($this->services['kernel']) ? $this->services['kernel'] : $this->get('kernel', 1)) && false ?: '_'}))) && false ?: '_'});
}
/**
* Gets the private 'response_listener' shared service.
*
* @return \Symfony\Component\HttpKernel\EventListener\ResponseListener
*/
protected function getResponseListenerService()
{
return $this->services['response_listener'] = new \Symfony\Component\HttpKernel\EventListener\ResponseListener('UTF-8');
}
/**
* Gets the private 'router.request_context' shared service.
*
* @return \Symfony\Component\Routing\RequestContext
*/
protected function getRouter_RequestContextService()
{
return $this->services['router.request_context'] = new \Symfony\Component\Routing\RequestContext('', 'GET', 'localhost', 'http', 80, 443);
}
/**
* Gets the private 'router_listener' shared service.
*
* @return \Symfony\Component\HttpKernel\EventListener\RouterListener
*/
protected function getRouterListenerService()
{
return $this->services['router_listener'] = new \Symfony\Component\HttpKernel\EventListener\RouterListener(${($_ = isset($this->services['router']) ? $this->services['router'] : $this->getRouterService()) && false ?: '_'}, ${($_ = isset($this->services['request_stack']) ? $this->services['request_stack'] : ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())) && false ?: '_'}, ${($_ = isset($this->services['router.request_context']) ? $this->services['router.request_context'] : $this->getRouter_RequestContextService()) && false ?: '_'}, ${($_ = isset($this->services['monolog.logger.request']) ? $this->services['monolog.logger.request'] : $this->getMonolog_Logger_RequestService()) && false ?: '_'}, $this->targetDirs[3], true);
}
/**
* Gets the private 'security.authentication.manager' shared service.
*
* @return \Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager
*/
protected function getSecurity_Authentication_ManagerService()
{
$this->services['security.authentication.manager'] = $instance = new \Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager(new RewindableGenerator(function () {
yield 0 => ${($_ = isset($this->services['security.authentication.provider.dao.main']) ? $this->services['security.authentication.provider.dao.main'] : $this->load('getSecurity_Authentication_Provider_Dao_MainService.php')) && false ?: '_'};
yield 1 => ${($_ = isset($this->services['security.authentication.provider.anonymous.main']) ? $this->services['security.authentication.provider.anonymous.main'] : ($this->services['security.authentication.provider.anonymous.main'] = new \Symfony\Component\Security\Core\Authentication\Provider\AnonymousAuthenticationProvider($this->getParameter('container.build_hash')))) && false ?: '_'};
}, 2), true);
$instance->setEventDispatcher(${($_ = isset($this->services['debug.event_dispatcher']) ? $this->services['debug.event_dispatcher'] : $this->getDebug_EventDispatcherService()) && false ?: '_'});
return $instance;
}
/**
* Gets the private 'security.authentication.trust_resolver' shared service.
*
* @return \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver
*/
protected function getSecurity_Authentication_TrustResolverService()
{
return $this->services['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver('Symfony\\Component\\Security\\Core\\Authentication\\Token\\AnonymousToken', 'Symfony\\Component\\Security\\Core\\Authentication\\Token\\RememberMeToken');
}
/**
* Gets the private 'security.encoder_factory' shared service.
*
* @return \Symfony\Component\Security\Core\Encoder\EncoderFactory
*/
protected function getSecurity_EncoderFactoryService()
{
return $this->services['security.encoder_factory'] = new \Symfony\Component\Security\Core\Encoder\EncoderFactory(['FOS\\UserBundle\\Model\\UserInterface' => ['class' => 'Symfony\\Component\\Security\\Core\\Encoder\\BCryptPasswordEncoder', 'arguments' => [0 => 13]]]);
}
/**
* Gets the private 'security.firewall' shared service.
*
* @return \Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener
*/
protected function getSecurity_FirewallService()
{
return $this->services['security.firewall'] = new \Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener(${($_ = isset($this->services['security.firewall.map']) ? $this->services['security.firewall.map'] : $this->getSecurity_Firewall_MapService()) && false ?: '_'}, ${($_ = isset($this->services['debug.event_dispatcher']) ? $this->services['debug.event_dispatcher'] : $this->getDebug_EventDispatcherService()) && false ?: '_'}, ${($_ = isset($this->services['security.logout_url_generator']) ? $this->services['security.logout_url_generator'] : $this->getSecurity_LogoutUrlGeneratorService()) && false ?: '_'});
}
/**
* Gets the private 'security.firewall.map' shared service.
*
* @return \Symfony\Bundle\SecurityBundle\Security\FirewallMap
*/
protected function getSecurity_Firewall_MapService()
{
return $this->services['security.firewall.map'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallMap(new \Symfony\Component\DependencyInjection\ServiceLocator(['security.firewall.map.context.dev' => function () {
return ${($_ = isset($this->services['security.firewall.map.context.dev']) ? $this->services['security.firewall.map.context.dev'] : $this->load('getSecurity_Firewall_Map_Context_DevService.php')) && false ?: '_'};
}, 'security.firewall.map.context.main' => function () {
return ${($_ = isset($this->services['security.firewall.map.context.main']) ? $this->services['security.firewall.map.context.main'] : $this->load('getSecurity_Firewall_Map_Context_MainService.php')) && false ?: '_'};
}]), new RewindableGenerator(function () {
yield 'security.firewall.map.context.dev' => ${($_ = isset($this->services['security.request_matcher.zfhj2lw']) ? $this->services['security.request_matcher.zfhj2lw'] : ($this->services['security.request_matcher.zfhj2lw'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/(_(profiler|wdt)|css|images|js)/'))) && false ?: '_'};
yield 'security.firewall.map.context.main' => ${($_ = isset($this->services['security.request_matcher.00qf1z7']) ? $this->services['security.request_matcher.00qf1z7'] : ($this->services['security.request_matcher.00qf1z7'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/'))) && false ?: '_'};
}, 2));
}
/**
* Gets the private 'security.logout_url_generator' shared service.
*
* @return \Symfony\Component\Security\Http\Logout\LogoutUrlGenerator
*/
protected function getSecurity_LogoutUrlGeneratorService()
{
$this->services['security.logout_url_generator'] = $instance = new \Symfony\Component\Security\Http\Logout\LogoutUrlGenerator(${($_ = isset($this->services['request_stack']) ? $this->services['request_stack'] : ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())) && false ?: '_'}, ${($_ = isset($this->services['router']) ? $this->services['router'] : $this->getRouterService()) && false ?: '_'}, ${($_ = isset($this->services['security.token_storage']) ? $this->services['security.token_storage'] : ($this->services['security.token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())) && false ?: '_'});
$instance->registerListener('main', '/logout', 'logout', '_csrf_token', NULL, NULL);
return $instance;
}
/**
* Gets the private 'security.rememberme.response_listener' shared service.
*
* @return \Symfony\Component\Security\Http\RememberMe\ResponseListener
*/
protected function getSecurity_Rememberme_ResponseListenerService()
{
return $this->services['security.rememberme.response_listener'] = new \Symfony\Component\Security\Http\RememberMe\ResponseListener();
}
/**
* Gets the private 'security.role_hierarchy' shared service.
*
* @return \Symfony\Component\Security\Core\Role\RoleHierarchy
*/
protected function getSecurity_RoleHierarchyService()
{
return $this->services['security.role_hierarchy'] = new \Symfony\Component\Security\Core\Role\RoleHierarchy($this->parameters['security.role_hierarchy.roles']);
}
/**
* Gets the private 'sensio_framework_extra.cache.listener' shared service.
*
* @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener
*/
protected function getSensioFrameworkExtra_Cache_ListenerService()
{
return $this->services['sensio_framework_extra.cache.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener();
}
/**
* Gets the private 'sensio_framework_extra.controller.listener' shared service.
*
* @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener
*/
protected function getSensioFrameworkExtra_Controller_ListenerService()
{
return $this->services['sensio_framework_extra.controller.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener(${($_ = isset($this->services['annotation_reader']) ? $this->services['annotation_reader'] : $this->getAnnotationReaderService()) && false ?: '_'});
}
/**
* Gets the private 'sensio_framework_extra.converter.listener' shared service.
*
* @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener
*/
protected function getSensioFrameworkExtra_Converter_ListenerService()
{
return $this->services['sensio_framework_extra.converter.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener(${($_ = isset($this->services['sensio_framework_extra.converter.manager']) ? $this->services['sensio_framework_extra.converter.manager'] : $this->getSensioFrameworkExtra_Converter_ManagerService()) && false ?: '_'}, true);
}
/**
* Gets the private 'sensio_framework_extra.converter.manager' shared service.
*
* @return \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\ParamConverterManager
*/
protected function getSensioFrameworkExtra_Converter_ManagerService()
{
$this->services['sensio_framework_extra.converter.manager'] = $instance = new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\ParamConverterManager();
$instance->add(new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\DoctrineParamConverter(${($_ = isset($this->services['doctrine']) ? $this->services['doctrine'] : $this->getDoctrineService()) && false ?: '_'}, new \Symfony\Component\ExpressionLanguage\ExpressionLanguage()), 0, 'doctrine.orm');
$instance->add(new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\DateTimeParamConverter(), 0, 'datetime');
return $instance;
}
/**
* Gets the private 'sensio_framework_extra.security.listener' shared service.
*
* @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\SecurityListener
*/
protected function getSensioFrameworkExtra_Security_ListenerService()
{
return $this->services['sensio_framework_extra.security.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\SecurityListener(${($_ = isset($this->services['framework_extra_bundle.argument_name_convertor']) ? $this->services['framework_extra_bundle.argument_name_convertor'] : $this->getFrameworkExtraBundle_ArgumentNameConvertorService()) && false ?: '_'}, new \Sensio\Bundle\FrameworkExtraBundle\Security\ExpressionLanguage(), ${($_ = isset($this->services['security.authentication.trust_resolver']) ? $this->services['security.authentication.trust_resolver'] : ($this->services['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver('Symfony\\Component\\Security\\Core\\Authentication\\Token\\AnonymousToken', 'Symfony\\Component\\Security\\Core\\Authentication\\Token\\RememberMeToken'))) && false ?: '_'}, ${($_ = isset($this->services['security.role_hierarchy']) ? $this->services['security.role_hierarchy'] : $this->getSecurity_RoleHierarchyService()) && false ?: '_'}, ${($_ = isset($this->services['security.token_storage']) ? $this->services['security.token_storage'] : ($this->services['security.token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())) && false ?: '_'}, ${($_ = isset($this->services['security.authorization_checker']) ? $this->services['security.authorization_checker'] : $this->getSecurity_AuthorizationCheckerService()) && false ?: '_'}, ${($_ = isset($this->services['logger']) ? $this->services['logger'] : $this->getLoggerService()) && false ?: '_'});
}
/**
* Gets the private 'sensio_framework_extra.view.listener' shared service.
*
* @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\TemplateListener
*/
protected function getSensioFrameworkExtra_View_ListenerService()
{
return $this->services['sensio_framework_extra.view.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\TemplateListener(new \Sensio\Bundle\FrameworkExtraBundle\Templating\TemplateGuesser(${($_ = isset($this->services['kernel']) ? $this->services['kernel'] : $this->get('kernel', 1)) && false ?: '_'}), ${($_ = isset($this->services['twig']) ? $this->services['twig'] : $this->getTwigService()) && false ?: '_'});
}
/**
* Gets the private 'session.save_listener' shared service.
*
* @return \Symfony\Component\HttpKernel\EventListener\SaveSessionListener
*/
protected function getSession_SaveListenerService()
{
return $this->services['session.save_listener'] = new \Symfony\Component\HttpKernel\EventListener\SaveSessionListener();
}
/**
* Gets the private 'session.storage.metadata_bag' shared service.
*
* @return \Symfony\Component\HttpFoundation\Session\Storage\MetadataBag
*/
protected function getSession_Storage_MetadataBagService()
{
return $this->services['session.storage.metadata_bag'] = new \Symfony\Component\HttpFoundation\Session\Storage\MetadataBag('_sf2_meta', '0');
}
/**
* Gets the private 'session.storage.native' shared service.
*
* @return \Symfony\Component\HttpFoundation\Session\Storage\NativeSessionStorage
*/
protected function getSession_Storage_NativeService()
{
return $this->services['session.storage.native'] = new \Symfony\Component\HttpFoundation\Session\Storage\NativeSessionStorage($this->parameters['session.storage.options'], NULL, ${($_ = isset($this->services['session.storage.metadata_bag']) ? $this->services['session.storage.metadata_bag'] : ($this->services['session.storage.metadata_bag'] = new \Symfony\Component\HttpFoundation\Session\Storage\MetadataBag('_sf2_meta', '0'))) && false ?: '_'});
}
/**
* Gets the private 'session_listener' shared service.
*
* @return \Symfony\Component\HttpKernel\EventListener\SessionListener
*/
protected function getSessionListenerService()
{
return $this->services['session_listener'] = new \Symfony\Component\HttpKernel\EventListener\SessionListener(new \Symfony\Component\DependencyInjection\ServiceLocator(['session' => function () {
return ${($_ = isset($this->services['session']) ? $this->services['session'] : $this->getSessionService()) && false ?: '_'};
}]));
}
/**
* Gets the private 'streamed_response_listener' shared service.
*
* @return \Symfony\Component\HttpKernel\EventListener\StreamedResponseListener
*/
protected function getStreamedResponseListenerService()
{
return $this->services['streamed_response_listener'] = new \Symfony\Component\HttpKernel\EventListener\StreamedResponseListener();
}
/**
* Gets the private 'templating.locator' shared service.
*
* @return \Symfony\Bundle\FrameworkBundle\Templating\Loader\TemplateLocator
*/
protected function getTemplating_LocatorService()
{
return $this->services['templating.locator'] = new \Symfony\Bundle\FrameworkBundle\Templating\Loader\TemplateLocator(${($_ = isset($this->services['file_locator']) ? $this->services['file_locator'] : ($this->services['file_locator'] = new \Symfony\Component\HttpKernel\Config\FileLocator(${($_ = isset($this->services['kernel']) ? $this->services['kernel'] : $this->get('kernel', 1)) && false ?: '_'}, ($this->targetDirs[3].'/src/Resources'), [0 => ($this->targetDirs[3].'/src')]))) && false ?: '_'}, $this->targetDirs[0]);
}
/**
* Gets the private 'templating.name_parser' shared service.
*
* @return \Symfony\Bundle\FrameworkBundle\Templating\TemplateNameParser
*/
protected function getTemplating_NameParserService()
{
return $this->services['templating.name_parser'] = new \Symfony\Bundle\FrameworkBundle\Templating\TemplateNameParser(${($_ = isset($this->services['kernel']) ? $this->services['kernel'] : $this->get('kernel', 1)) && false ?: '_'});
}
/**
* Gets the private 'translator.default' shared service.
*
* @return \Symfony\Bundle\FrameworkBundle\Translation\Translator
*/
protected function getTranslator_DefaultService()
{
$this->services['translator.default'] = $instance = new \Symfony\Bundle\FrameworkBundle\Translation\Translator(new \Symfony\Component\DependencyInjection\ServiceLocator(['translation.loader.csv' => function () {
return ${($_ = isset($this->services['translation.loader.csv']) ? $this->services['translation.loader.csv'] : ($this->services['translation.loader.csv'] = new \Symfony\Component\Translation\Loader\CsvFileLoader())) && false ?: '_'};
}, 'translation.loader.dat' => function () {
return ${($_ = isset($this->services['translation.loader.dat']) ? $this->services['translation.loader.dat'] : ($this->services['translation.loader.dat'] = new \Symfony\Component\Translation\Loader\IcuDatFileLoader())) && false ?: '_'};
}, 'translation.loader.ini' => function () {
return ${($_ = isset($this->services['translation.loader.ini']) ? $this->services['translation.loader.ini'] : ($this->services['translation.loader.ini'] = new \Symfony\Component\Translation\Loader\IniFileLoader())) && false ?: '_'};
}, 'translation.loader.json' => function () {
return ${($_ = isset($this->services['translation.loader.json']) ? $this->services['translation.loader.json'] : ($this->services['translation.loader.json'] = new \Symfony\Component\Translation\Loader\JsonFileLoader())) && false ?: '_'};
}, 'translation.loader.mo' => function () {
return ${($_ = isset($this->services['translation.loader.mo']) ? $this->services['translation.loader.mo'] : ($this->services['translation.loader.mo'] = new \Symfony\Component\Translation\Loader\MoFileLoader())) && false ?: '_'};
}, 'translation.loader.php' => function () {
return ${($_ = isset($this->services['translation.loader.php']) ? $this->services['translation.loader.php'] : ($this->services['translation.loader.php'] = new \Symfony\Component\Translation\Loader\PhpFileLoader())) && false ?: '_'};
}, 'translation.loader.po' => function () {
return ${($_ = isset($this->services['translation.loader.po']) ? $this->services['translation.loader.po'] : ($this->services['translation.loader.po'] = new \Symfony\Component\Translation\Loader\PoFileLoader())) && false ?: '_'};
}, 'translation.loader.qt' => function () {
return ${($_ = isset($this->services['translation.loader.qt']) ? $this->services['translation.loader.qt'] : ($this->services['translation.loader.qt'] = new \Symfony\Component\Translation\Loader\QtFileLoader())) && false ?: '_'};
}, 'translation.loader.res' => function () {
return ${($_ = isset($this->services['translation.loader.res']) ? $this->services['translation.loader.res'] : ($this->services['translation.loader.res'] = new \Symfony\Component\Translation\Loader\IcuResFileLoader())) && false ?: '_'};
}, 'translation.loader.xliff' => function () {
return ${($_ = isset($this->services['translation.loader.xliff']) ? $this->services['translation.loader.xliff'] : ($this->services['translation.loader.xliff'] = new \Symfony\Component\Translation\Loader\XliffFileLoader())) && false ?: '_'};
}, 'translation.loader.yml' => function () {
return ${($_ = isset($this->services['translation.loader.yml']) ? $this->services['translation.loader.yml'] : ($this->services['translation.loader.yml'] = new \Symfony\Component\Translation\Loader\YamlFileLoader())) && false ?: '_'};
}]), new \Symfony\Component\Translation\Formatter\MessageFormatter(new \Symfony\Component\Translation\MessageSelector()), 'en', ['translation.loader.php' => [0 => 'php'], 'translation.loader.yml' => [0 => 'yaml', 1 => 'yml'], 'translation.loader.xliff' => [0 => 'xlf', 1 => 'xliff'], 'translation.loader.po' => [0 => 'po'], 'translation.loader.mo' => [0 => 'mo'], 'translation.loader.qt' => [0 => 'ts'], 'translation.loader.csv' => [0 => 'csv'], 'translation.loader.res' => [0 => 'res'], 'translation.loader.dat' => [0 => 'dat'], 'translation.loader.ini' => [0 => 'ini'], 'translation.loader.json' => [0 => 'json']], ['cache_dir' => ($this->targetDirs[0].'/translations'), 'debug' => true, 'resource_files' => ['af' => [0 => ($this->targetDirs[3].'/vendor/symfony/validator/Resources/translations/validators.af.xlf'), 1 => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.af.yml')], 'ar' => [0 => ($this->targetDirs[3].'/vendor/symfony/validator/Resources/translations/validators.ar.xlf'), 1 => ($this->targetDirs[3].'/vendor/symfony/form/Resources/translations/validators.ar.xlf'), 2 => ($this->targetDirs[3].'/vendor/symfony/security/Core/Resources/translations/security.ar.xlf'), 3 => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.ar.yml'), 4 => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.ar.yml')], 'az' => [0 => ($this->targetDirs[3].'/vendor/symfony/validator/Resources/translations/validators.az.xlf'), 1 => ($this->targetDirs[3].'/vendor/symfony/form/Resources/translations/validators.az.xlf'), 2 => ($this->targetDirs[3].'/vendor/symfony/security/Core/Resources/translations/security.az.xlf')], 'be' => [0 => ($this->targetDirs[3].'/vendor/symfony/validator/Resources/translations/validators.be.xlf'), 1 => ($this->targetDirs[3].'/vendor/symfony/form/Resources/translations/validators.be.xlf'), 2 => ($this->targetDirs[3].'/vendor/symfony/security/Core/Resources/translations/security.be.xlf')], 'bg' => [0 => ($this->targetDirs[3].'/vendor/symfony/validator/Resources/translations/validators.bg.xlf'), 1 => ($this->targetDirs[3].'/vendor/symfony/form/Resources/translations/validators.bg.xlf'), 2 => ($this->targetDirs[3].'/vendor/symfony/security/Core/Resources/translations/security.bg.xlf'), 3 => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.bg.yml'), 4 => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.bg.yml')], 'ca' => [0 => ($this->targetDirs[3].'/vendor/symfony/validator/Resources/translations/validators.ca.xlf'), 1 => ($this->targetDirs[3].'/vendor/symfony/form/Resources/translations/validators.ca.xlf'), 2 => ($this->targetDirs[3].'/vendor/symfony/security/Core/Resources/translations/security.ca.xlf'), 3 => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.ca.yml'), 4 => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.ca.yml')], 'cs' => [0 => ($this->targetDirs[3].'/vendor/symfony/validator/Resources/translations/validators.cs.xlf'), 1 => ($this->targetDirs[3].'/vendor/symfony/form/Resources/translations/validators.cs.xlf'), 2 => ($this->targetDirs[3].'/vendor/symfony/security/Core/Resources/translations/security.cs.xlf'), 3 => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.cs.yml'), 4 => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.cs.yml')], 'cy' => [0 => ($this->targetDirs[3].'/vendor/symfony/validator/Resources/translations/validators.cy.xlf')], 'da' => [0 => ($this->targetDirs[3].'/vendor/symfony/validator/Resources/translations/validators.da.xlf'), 1 => ($this->targetDirs[3].'/vendor/symfony/form/Resources/translations/validators.da.xlf'), 2 => ($this->targetDirs[3].'/vendor/symfony/security/Core/Resources/translations/security.da.xlf'), 3 => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.da.yml'), 4 => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.da.yml')], 'de' => [0 => ($this->targetDirs[3].'/vendor/symfony/validator/Resources/translations/validators.de.xlf'), 1 => ($this->targetDirs[3].'/vendor/symfony/form/Resources/translations/validators.de.xlf'), 2 => ($this->targetDirs[3].'/vendor/symfony/security/Core/Resources/translations/security.de.xlf'), 3 => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.de.yml'), 4 => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.de.yml')], 'el' => [0 => ($this->targetDirs[3].'/vendor/symfony/validator/Resources/translations/validators.el.xlf'), 1 => ($this->targetDirs[3].'/vendor/symfony/form/Resources/translations/validators.el.xlf'), 2 => ($this->targetDirs[3].'/vendor/symfony/security/Core/Resources/translations/security.el.xlf'), 3 => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.el.yml'), 4 => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.el.yml')], 'en' => [0 => ($this->targetDirs[3].'/vendor/symfony/validator/Resources/translations/validators.en.xlf'), 1 => ($this->targetDirs[3].'/vendor/symfony/form/Resources/translations/validators.en.xlf'), 2 => ($this->targetDirs[3].'/vendor/symfony/security/Core/Resources/translations/security.en.xlf'), 3 => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.en.yml'), 4 => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.en.yml'), 5 => ($this->targetDirs[3].'/translations/messages.en.yml'), 6 => ($this->targetDirs[3].'/translations/messages.en.yml')], 'es' => [0 => ($this->targetDirs[3].'/vendor/symfony/validator/Resources/translations/validators.es.xlf'), 1 => ($this->targetDirs[3].'/vendor/symfony/form/Resources/translations/validators.es.xlf'), 2 => ($this->targetDirs[3].'/vendor/symfony/security/Core/Resources/translations/security.es.xlf'), 3 => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.es.yml'), 4 => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.es.yml'), 5 => ($this->targetDirs[3].'/translations/messages.es.yml'), 6 => ($this->targetDirs[3].'/translations/messages.es.yml')], 'et' => [0 => ($this->targetDirs[3].'/vendor/symfony/validator/Resources/translations/validators.et.xlf'), 1 => ($this->targetDirs[3].'/vendor/symfony/form/Resources/translations/validators.et.xlf'), 2 => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.et.yml')], 'eu' => [0 => ($this->targetDirs[3].'/vendor/symfony/validator/Resources/translations/validators.eu.xlf'), 1 => ($this->targetDirs[3].'/vendor/symfony/form/Resources/translations/validators.eu.xlf'), 2 => ($this->targetDirs[3].'/vendor/symfony/security/Core/Resources/translations/security.eu.xlf'), 3 => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.eu.yml'), 4 => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.eu.yml')], 'fa' => [0 => ($this->targetDirs[3].'/vendor/symfony/validator/Resources/translations/validators.fa.xlf'), 1 => ($this->targetDirs[3].'/vendor/symfony/form/Resources/translations/validators.fa.xlf'), 2 => ($this->targetDirs[3].'/vendor/symfony/security/Core/Resources/translations/security.fa.xlf'), 3 => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.fa.yml'), 4 => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.fa.yml')], 'fi' => [0 => ($this->targetDirs[3].'/vendor/symfony/validator/Resources/translations/validators.fi.xlf'), 1 => ($this->targetDirs[3].'/vendor/symfony/form/Resources/translations/validators.fi.xlf'), 2 => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.fi.yml'), 3 => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.fi.yml')], 'fr' => [0 => ($this->targetDirs[3].'/vendor/symfony/validator/Resources/translations/validators.fr.xlf'), 1 => ($this->targetDirs[3].'/vendor/symfony/form/Resources/translations/validators.fr.xlf'), 2 => ($this->targetDirs[3].'/vendor/symfony/security/Core/Resources/translations/security.fr.xlf'), 3 => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.fr.yml'), 4 => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.fr.yml')], 'gl' => [0 => ($this->targetDirs[3].'/vendor/symfony/validator/Resources/translations/validators.gl.xlf'), 1 => ($this->targetDirs[3].'/vendor/symfony/form/Resources/translations/validators.gl.xlf'), 2 => ($this->targetDirs[3].'/vendor/symfony/security/Core/Resources/translations/security.gl.xlf'), 3 => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.gl.yml')], 'he' => [0 => ($this->targetDirs[3].'/vendor/symfony/validator/Resources/translations/validators.he.xlf'), 1 => ($this->targetDirs[3].'/vendor/symfony/form/Resources/translations/validators.he.xlf'), 2 => ($this->targetDirs[3].'/vendor/symfony/security/Core/Resources/translations/security.he.xlf'), 3 => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.he.yml'), 4 => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.he.yml')], 'hr' => [0 => ($this->targetDirs[3].'/vendor/symfony/validator/Resources/translations/validators.hr.xlf'), 1 => ($this->targetDirs[3].'/vendor/symfony/form/Resources/translations/validators.hr.xlf'), 2 => ($this->targetDirs[3].'/vendor/symfony/security/Core/Resources/translations/security.hr.xlf'), 3 => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.hr.yml'), 4 => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.hr.yml')], 'hu' => [0 => ($this->targetDirs[3].'/vendor/symfony/validator/Resources/translations/validators.hu.xlf'), 1 => ($this->targetDirs[3].'/vendor/symfony/form/Resources/translations/validators.hu.xlf'), 2 => ($this->targetDirs[3].'/vendor/symfony/security/Core/Resources/translations/security.hu.xlf'), 3 => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.hu.yml'), 4 => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.hu.yml')], 'hy' => [0 => ($this->targetDirs[3].'/vendor/symfony/validator/Resources/translations/validators.hy.xlf'), 1 => ($this->targetDirs[3].'/vendor/symfony/form/Resources/translations/validators.hy.xlf')], 'id' => [0 => ($this->targetDirs[3].'/vendor/symfony/validator/Resources/translations/validators.id.xlf'), 1 => ($this->targetDirs[3].'/vendor/symfony/form/Resources/translations/validators.id.xlf'), 2 => ($this->targetDirs[3].'/vendor/symfony/security/Core/Resources/translations/security.id.xlf'), 3 => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.id.yml'), 4 => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.id.yml')], 'it' => [0 => ($this->targetDirs[3].'/vendor/symfony/validator/Resources/translations/validators.it.xlf'), 1 => ($this->targetDirs[3].'/vendor/symfony/form/Resources/translations/validators.it.xlf'), 2 => ($this->targetDirs[3].'/vendor/symfony/security/Core/Resources/translations/security.it.xlf'), 3 => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.it.yml'), 4 => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.it.yml')], 'ja' => [0 => ($this->targetDirs[3].'/vendor/symfony/validator/Resources/translations/validators.ja.xlf'), 1 => ($this->targetDirs[3].'/vendor/symfony/form/Resources/translations/validators.ja.xlf'), 2 => ($this->targetDirs[3].'/vendor/symfony/security/Core/Resources/translations/security.ja.xlf'), 3 => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.ja.yml'), 4 => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.ja.yml')], 'lb' => [0 => ($this->targetDirs[3].'/vendor/symfony/validator/Resources/translations/validators.lb.xlf'), 1 => ($this->targetDirs[3].'/vendor/symfony/form/Resources/translations/validators.lb.xlf'), 2 => ($this->targetDirs[3].'/vendor/symfony/security/Core/Resources/translations/security.lb.xlf'), 3 => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.lb.yml')], 'lt' => [0 => ($this->targetDirs[3].'/vendor/symfony/validator/Resources/translations/validators.lt.xlf'), 1 => ($this->targetDirs[3].'/vendor/symfony/form/Resources/translations/validators.lt.xlf'), 2 => ($this->targetDirs[3].'/vendor/symfony/security/Core/Resources/translations/security.lt.xlf'), 3 => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.lt.yml'), 4 => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.lt.yml')], 'lv' => [0 => ($this->targetDirs[3].'/vendor/symfony/validator/Resources/translations/validators.lv.xlf'), 1 => ($this->targetDirs[3].'/vendor/symfony/form/Resources/translations/validators.lv.xlf'), 2 => ($this->targetDirs[3].'/vendor/symfony/security/Core/Resources/translations/security.lv.xlf'), 3 => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.lv.yml'), 4 => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.lv.yml')], 'mn' => [0 => ($this->targetDirs[3].'/vendor/symfony/validator/Resources/translations/validators.mn.xlf'), 1 => ($this->targetDirs[3].'/vendor/symfony/form/Resources/translations/validators.mn.xlf')], 'nb' => [0 => ($this->targetDirs[3].'/vendor/symfony/validator/Resources/translations/validators.nb.xlf'), 1 => ($this->targetDirs[3].'/vendor/symfony/form/Resources/translations/validators.nb.xlf'), 2 => ($this->targetDirs[3].'/vendor/symfony/security/Core/Resources/translations/security.nb.xlf'), 3 => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.nb.yml'), 4 => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.nb.yml')], 'nl' => [0 => ($this->targetDirs[3].'/vendor/symfony/validator/Resources/translations/validators.nl.xlf'), 1 => ($this->targetDirs[3].'/vendor/symfony/form/Resources/translations/validators.nl.xlf'), 2 => ($this->targetDirs[3].'/vendor/symfony/security/Core/Resources/translations/security.nl.xlf'), 3 => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.nl.yml'), 4 => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.nl.yml')], 'nn' => [0 => ($this->targetDirs[3].'/vendor/symfony/validator/Resources/translations/validators.nn.xlf'), 1 => ($this->targetDirs[3].'/vendor/symfony/form/Resources/translations/validators.nn.xlf'), 2 => ($this->targetDirs[3].'/vendor/symfony/security/Core/Resources/translations/security.nn.xlf')], 'no' => [0 => ($this->targetDirs[3].'/vendor/symfony/validator/Resources/translations/validators.no.xlf'), 1 => ($this->targetDirs[3].'/vendor/symfony/form/Resources/translations/validators.no.xlf'), 2 => ($this->targetDirs[3].'/vendor/symfony/security/Core/Resources/translations/security.no.xlf')], 'pl' => [0 => ($this->targetDirs[3].'/vendor/symfony/validator/Resources/translations/validators.pl.xlf'), 1 => ($this->targetDirs[3].'/vendor/symfony/form/Resources/translations/validators.pl.xlf'), 2 => ($this->targetDirs[3].'/vendor/symfony/security/Core/Resources/translations/security.pl.xlf'), 3 => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.pl.yml'), 4 => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.pl.yml')], 'pt' => [0 => ($this->targetDirs[3].'/vendor/symfony/validator/Resources/translations/validators.pt.xlf'), 1 => ($this->targetDirs[3].'/vendor/symfony/form/Resources/translations/validators.pt.xlf'), 2 => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.pt.yml'), 3 => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.pt.yml')], 'pt_BR' => [0 => ($this->targetDirs[3].'/vendor/symfony/validator/Resources/translations/validators.pt_BR.xlf'), 1 => ($this->targetDirs[3].'/vendor/symfony/form/Resources/translations/validators.pt_BR.xlf'), 2 => ($this->targetDirs[3].'/vendor/symfony/security/Core/Resources/translations/security.pt_BR.xlf'), 3 => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.pt_BR.yml'), 4 => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.pt_BR.yml')], 'ro' => [0 => ($this->targetDirs[3].'/vendor/symfony/validator/Resources/translations/validators.ro.xlf'), 1 => ($this->targetDirs[3].'/vendor/symfony/form/Resources/translations/validators.ro.xlf'), 2 => ($this->targetDirs[3].'/vendor/symfony/security/Core/Resources/translations/security.ro.xlf'), 3 => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.ro.yml'), 4 => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.ro.yml')], 'ru' => [0 => ($this->targetDirs[3].'/vendor/symfony/validator/Resources/translations/validators.ru.xlf'), 1 => ($this->targetDirs[3].'/vendor/symfony/form/Resources/translations/validators.ru.xlf'), 2 => ($this->targetDirs[3].'/vendor/symfony/security/Core/Resources/translations/security.ru.xlf'), 3 => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.ru.yml'), 4 => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.ru.yml')], 'sk' => [0 => ($this->targetDirs[3].'/vendor/symfony/validator/Resources/translations/validators.sk.xlf'), 1 => ($this->targetDirs[3].'/vendor/symfony/form/Resources/translations/validators.sk.xlf'), 2 => ($this->targetDirs[3].'/vendor/symfony/security/Core/Resources/translations/security.sk.xlf'), 3 => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.sk.yml'), 4 => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.sk.yml')], 'sl' => [0 => ($this->targetDirs[3].'/vendor/symfony/validator/Resources/translations/validators.sl.xlf'), 1 => ($this->targetDirs[3].'/vendor/symfony/form/Resources/translations/validators.sl.xlf'), 2 => ($this->targetDirs[3].'/vendor/symfony/security/Core/Resources/translations/security.sl.xlf'), 3 => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.sl.yml'), 4 => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.sl.yml')], 'sq' => [0 => ($this->targetDirs[3].'/vendor/symfony/validator/Resources/translations/validators.sq.xlf')], 'sr_Cyrl' => [0 => ($this->targetDirs[3].'/vendor/symfony/validator/Resources/translations/validators.sr_Cyrl.xlf'), 1 => ($this->targetDirs[3].'/vendor/symfony/form/Resources/translations/validators.sr_Cyrl.xlf'), 2 => ($this->targetDirs[3].'/vendor/symfony/security/Core/Resources/translations/security.sr_Cyrl.xlf')], 'sr_Latn' => [0 => ($this->targetDirs[3].'/vendor/symfony/validator/Resources/translations/validators.sr_Latn.xlf'), 1 => ($this->targetDirs[3].'/vendor/symfony/form/Resources/translations/validators.sr_Latn.xlf'), 2 => ($this->targetDirs[3].'/vendor/symfony/security/Core/Resources/translations/security.sr_Latn.xlf'), 3 => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.sr_Latn.yml'), 4 => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.sr_Latn.yml')], 'sv' => [0 => ($this->targetDirs[3].'/vendor/symfony/validator/Resources/translations/validators.sv.xlf'), 1 => ($this->targetDirs[3].'/vendor/symfony/form/Resources/translations/validators.sv.xlf'), 2 => ($this->targetDirs[3].'/vendor/symfony/security/Core/Resources/translations/security.sv.xlf'), 3 => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.sv.yml'), 4 => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.sv.yml')], 'th' => [0 => ($this->targetDirs[3].'/vendor/symfony/validator/Resources/translations/validators.th.xlf'), 1 => ($this->targetDirs[3].'/vendor/symfony/security/Core/Resources/translations/security.th.xlf'), 2 => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.th.yml'), 3 => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.th.yml')], 'tl' => [0 => ($this->targetDirs[3].'/vendor/symfony/validator/Resources/translations/validators.tl.xlf'), 1 => ($this->targetDirs[3].'/vendor/symfony/form/Resources/translations/validators.tl.xlf'), 2 => ($this->targetDirs[3].'/vendor/symfony/security/Core/Resources/translations/security.tl.xlf')], 'tr' => [0 => ($this->targetDirs[3].'/vendor/symfony/validator/Resources/translations/validators.tr.xlf'), 1 => ($this->targetDirs[3].'/vendor/symfony/security/Core/Resources/translations/security.tr.xlf'), 2 => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.tr.yml'), 3 => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.tr.yml')], 'uk' => [0 => ($this->targetDirs[3].'/vendor/symfony/validator/Resources/translations/validators.uk.xlf'), 1 => ($this->targetDirs[3].'/vendor/symfony/form/Resources/translations/validators.uk.xlf'), 2 => ($this->targetDirs[3].'/vendor/symfony/security/Core/Resources/translations/security.uk.xlf'), 3 => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.uk.yml'), 4 => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.uk.yml')], 'vi' => [0 => ($this->targetDirs[3].'/vendor/symfony/validator/Resources/translations/validators.vi.xlf'), 1 => ($this->targetDirs[3].'/vendor/symfony/form/Resources/translations/validators.vi.xlf'), 2 => ($this->targetDirs[3].'/vendor/symfony/security/Core/Resources/translations/security.vi.xlf'), 3 => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.vi.yml'), 4 => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.vi.yml')], 'zh_CN' => [0 => ($this->targetDirs[3].'/vendor/symfony/validator/Resources/translations/validators.zh_CN.xlf'), 1 => ($this->targetDirs[3].'/vendor/symfony/form/Resources/translations/validators.zh_CN.xlf'), 2 => ($this->targetDirs[3].'/vendor/symfony/security/Core/Resources/translations/security.zh_CN.xlf'), 3 => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.zh_CN.yml'), 4 => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.zh_CN.yml')], 'zh_TW' => [0 => ($this->targetDirs[3].'/vendor/symfony/validator/Resources/translations/validators.zh_TW.xlf')], 'pt_PT' => [0 => ($this->targetDirs[3].'/vendor/symfony/security/Core/Resources/translations/security.pt_PT.xlf')], 'bn' => [0 => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.bn.yml'), 1 => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.bn.yml')], 'bn_BD' => [0 => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.bn_BD.yml'), 1 => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.bn_BD.yml')], 'eo' => [0 => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.eo.yml'), 1 => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.eo.yml')], 'ky' => [0 => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.ky.yml'), 1 => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.ky.yml')]]]);
$instance->setConfigCacheFactory(${($_ = isset($this->services['config_cache_factory']) ? $this->services['config_cache_factory'] : $this->getConfigCacheFactoryService()) && false ?: '_'});
$instance->setFallbackLocales([0 => 'en', 1 => 'en']);
return $instance;
}
/**
* Gets the private 'translator_listener' shared service.
*
* @return \Symfony\Component\HttpKernel\EventListener\TranslatorListener
*/
protected function getTranslatorListenerService()
{
return $this->services['translator_listener'] = new \Symfony\Component\HttpKernel\EventListener\TranslatorListener(${($_ = isset($this->services['translator']) ? $this->services['translator'] : $this->getTranslatorService()) && false ?: '_'}, ${($_ = isset($this->services['request_stack']) ? $this->services['request_stack'] : ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())) && false ?: '_'});
}
/**
* Gets the private 'twig.loader' shared service.
*
* @return \Symfony\Bundle\TwigBundle\Loader\FilesystemLoader
*/
protected function getTwig_LoaderService()
{
$this->services['twig.loader'] = $instance = new \Symfony\Bundle\TwigBundle\Loader\FilesystemLoader(${($_ = isset($this->services['templating.locator']) ? $this->services['templating.locator'] : $this->getTemplating_LocatorService()) && false ?: '_'}, ${($_ = isset($this->services['templating.name_parser']) ? $this->services['templating.name_parser'] : ($this->services['templating.name_parser'] = new \Symfony\Bundle\FrameworkBundle\Templating\TemplateNameParser(${($_ = isset($this->services['kernel']) ? $this->services['kernel'] : $this->get('kernel', 1)) && false ?: '_'}))) && false ?: '_'}, $this->targetDirs[3]);
$instance->addPath(($this->targetDirs[3].'/vendor/symfony/framework-bundle/Resources/views'), 'Framework');
$instance->addPath(($this->targetDirs[3].'/vendor/symfony/framework-bundle/Resources/views'), '!Framework');
$instance->addPath(($this->targetDirs[3].'/vendor/doctrine/doctrine-bundle/Resources/views'), 'Doctrine');
$instance->addPath(($this->targetDirs[3].'/vendor/doctrine/doctrine-bundle/Resources/views'), '!Doctrine');
$instance->addPath(($this->targetDirs[3].'/vendor/symfony/security-bundle/Resources/views'), 'Security');
$instance->addPath(($this->targetDirs[3].'/vendor/symfony/security-bundle/Resources/views'), '!Security');
$instance->addPath(($this->targetDirs[3].'/vendor/symfony/swiftmailer-bundle/Resources/views'), 'Swiftmailer');
$instance->addPath(($this->targetDirs[3].'/vendor/symfony/swiftmailer-bundle/Resources/views'), '!Swiftmailer');
$instance->addPath(($this->targetDirs[3].'/vendor/symfony/web-profiler-bundle/Resources/views'), 'WebProfiler');
$instance->addPath(($this->targetDirs[3].'/vendor/symfony/web-profiler-bundle/Resources/views'), '!WebProfiler');
$instance->addPath(($this->targetDirs[3].'/vendor/symfony/twig-bundle/Resources/views'), 'Twig');
$instance->addPath(($this->targetDirs[3].'/vendor/symfony/twig-bundle/Resources/views'), '!Twig');
$instance->addPath(($this->targetDirs[3].'/vendor/symfony/debug-bundle/Resources/views'), 'Debug');
$instance->addPath(($this->targetDirs[3].'/vendor/symfony/debug-bundle/Resources/views'), '!Debug');
$instance->addPath(($this->targetDirs[3].'/templates/bundles/FOSUserBundle'), 'FOSUser');
$instance->addPath(($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/views'), 'FOSUser');
$instance->addPath(($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/views'), '!FOSUser');
$instance->addPath(($this->targetDirs[3].'/vendor/php-http/httplug-bundle/src/Resources/views'), 'Httplug');
$instance->addPath(($this->targetDirs[3].'/vendor/php-http/httplug-bundle/src/Resources/views'), '!Httplug');
$instance->addPath(($this->targetDirs[3].'/templates/bundles/AndreaSpregaBreadcrumbBundle'), 'AndreaSpregaBreadcrumb');
$instance->addPath(($this->targetDirs[3].'/vendor/asprega/breadcrumb-bundle/Resources/views'), 'AndreaSpregaBreadcrumb');
$instance->addPath(($this->targetDirs[3].'/vendor/asprega/breadcrumb-bundle/Resources/views'), '!AndreaSpregaBreadcrumb');
$instance->addPath(($this->targetDirs[3].'/templates'));
$instance->addPath(($this->targetDirs[3].'/vendor/symfony/twig-bridge/Resources/views/Form'));
return $instance;
}
/**
* Gets the private 'twig.profile' shared service.
*
* @return \Twig\Profiler\Profile
*/
protected function getTwig_ProfileService()
{
return $this->services['twig.profile'] = new \Twig\Profiler\Profile();
}
/**
* Gets the private 'validate_request_listener' shared service.
*
* @return \Symfony\Component\HttpKernel\EventListener\ValidateRequestListener
*/
protected function getValidateRequestListenerService()
{
return $this->services['validate_request_listener'] = new \Symfony\Component\HttpKernel\EventListener\ValidateRequestListener();
}
/**
* Gets the private 'validator.builder' shared service.
*
* @return \Symfony\Component\Validator\ValidatorBuilderInterface
*/
protected function getValidator_BuilderService()
{
$this->services['validator.builder'] = $instance = \Symfony\Component\Validator\Validation::createValidatorBuilder();
$instance->setConstraintValidatorFactory(new \Symfony\Component\Validator\ContainerConstraintValidatorFactory(new \Symfony\Component\DependencyInjection\ServiceLocator(['Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator' => function () {
return ${($_ = isset($this->services['doctrine.orm.validator.unique']) ? $this->services['doctrine.orm.validator.unique'] : $this->load('getDoctrine_Orm_Validator_UniqueService.php')) && false ?: '_'};
}, 'Symfony\\Component\\Security\\Core\\Validator\\Constraints\\UserPasswordValidator' => function () {
return ${($_ = isset($this->services['security.validator.user_password']) ? $this->services['security.validator.user_password'] : $this->load('getSecurity_Validator_UserPasswordService.php')) && false ?: '_'};
}, 'Symfony\\Component\\Validator\\Constraints\\EmailValidator' => function () {
return ${($_ = isset($this->services['validator.email']) ? $this->services['validator.email'] : ($this->services['validator.email'] = new \Symfony\Component\Validator\Constraints\EmailValidator(false))) && false ?: '_'};
}, 'Symfony\\Component\\Validator\\Constraints\\ExpressionValidator' => function () {
return ${($_ = isset($this->services['validator.expression']) ? $this->services['validator.expression'] : ($this->services['validator.expression'] = new \Symfony\Component\Validator\Constraints\ExpressionValidator())) && false ?: '_'};
}, 'doctrine.orm.validator.unique' => function () {
return ${($_ = isset($this->services['doctrine.orm.validator.unique']) ? $this->services['doctrine.orm.validator.unique'] : $this->load('getDoctrine_Orm_Validator_UniqueService.php')) && false ?: '_'};
}, 'security.validator.user_password' => function () {
return ${($_ = isset($this->services['security.validator.user_password']) ? $this->services['security.validator.user_password'] : $this->load('getSecurity_Validator_UserPasswordService.php')) && false ?: '_'};
}, 'validator.expression' => function () {
return ${($_ = isset($this->services['validator.expression']) ? $this->services['validator.expression'] : ($this->services['validator.expression'] = new \Symfony\Component\Validator\Constraints\ExpressionValidator())) && false ?: '_'};
}])));
$instance->setTranslator(${($_ = isset($this->services['translator']) ? $this->services['translator'] : $this->getTranslatorService()) && false ?: '_'});
$instance->setTranslationDomain('validators');
$instance->addXmlMappings([0 => ($this->targetDirs[3].'/vendor/symfony/form/Resources/config/validation.xml'), 1 => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/config/validation.xml')]);
$instance->enableAnnotationMapping(${($_ = isset($this->services['annotation_reader']) ? $this->services['annotation_reader'] : $this->getAnnotationReaderService()) && false ?: '_'});
$instance->addMethodMapping('loadValidatorMetadata');
$instance->addObjectInitializers([0 => ${($_ = isset($this->services['doctrine.orm.validator_initializer']) ? $this->services['doctrine.orm.validator_initializer'] : $this->getDoctrine_Orm_ValidatorInitializerService()) && false ?: '_'}, 1 => new \FOS\UserBundle\Validator\Initializer(${($_ = isset($this->services['fos_user.util.canonical_fields_updater']) ? $this->services['fos_user.util.canonical_fields_updater'] : $this->getFosUser_Util_CanonicalFieldsUpdaterService()) && false ?: '_'})]);
$instance->addXmlMapping(($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/DependencyInjection/Compiler/../../Resources/config/storage-validation/orm.xml'));
return $instance;
}
/**
* Gets the private 'web_link.add_link_header_listener' shared service.
*
* @return \Symfony\Component\WebLink\EventListener\AddLinkHeaderListener
*/
protected function getWebLink_AddLinkHeaderListenerService()
{
return $this->services['web_link.add_link_header_listener'] = new \Symfony\Component\WebLink\EventListener\AddLinkHeaderListener();
}
/**
* Gets the private 'web_profiler.csp.handler' shared service.
*
* @return \Symfony\Bundle\WebProfilerBundle\Csp\ContentSecurityPolicyHandler
*/
protected function getWebProfiler_Csp_HandlerService()
{
return $this->services['web_profiler.csp.handler'] = new \Symfony\Bundle\WebProfilerBundle\Csp\ContentSecurityPolicyHandler(new \Symfony\Bundle\WebProfilerBundle\Csp\NonceGenerator());
}
/**
* Gets the private 'web_profiler.debug_toolbar' shared service.
*
* @return \Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener
*/
protected function getWebProfiler_DebugToolbarService()
{
return $this->services['web_profiler.debug_toolbar'] = new \Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener(${($_ = isset($this->services['twig']) ? $this->services['twig'] : $this->getTwigService()) && false ?: '_'}, false, 2, 'bottom', ${($_ = isset($this->services['router']) ? $this->services['router'] : $this->getRouterService()) && false ?: '_'}, '^/((index|app(_[\\w]+)?)\\.php/)?_wdt', ${($_ = isset($this->services['web_profiler.csp.handler']) ? $this->services['web_profiler.csp.handler'] : $this->getWebProfiler_Csp_HandlerService()) && false ?: '_'});
}
public function getParameter($name)
{
$name = (string) $name;
if (isset($this->buildParameters[$name])) {
return $this->buildParameters[$name];
}
if (!(isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || array_key_exists($name, $this->parameters))) {
$name = $this->normalizeParameterName($name);
if (!(isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || array_key_exists($name, $this->parameters))) {
throw new InvalidArgumentException(sprintf('The parameter "%s" must be defined.', $name));
}
}
if (isset($this->loadedDynamicParameters[$name])) {
return $this->loadedDynamicParameters[$name] ? $this->dynamicParameters[$name] : $this->getDynamicParameter($name);
}
return $this->parameters[$name];
}
public function hasParameter($name)
{
$name = (string) $name;
if (isset($this->buildParameters[$name])) {
return true;
}
$name = $this->normalizeParameterName($name);
return isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || array_key_exists($name, $this->parameters);
}
public function setParameter($name, $value)
{
throw new LogicException('Impossible to call set() on a frozen ParameterBag.');
}
public function getParameterBag()
{
if (null === $this->parameterBag) {
$parameters = $this->parameters;
foreach ($this->loadedDynamicParameters as $name => $loaded) {
$parameters[$name] = $loaded ? $this->dynamicParameters[$name] : $this->getDynamicParameter($name);
}
foreach ($this->buildParameters as $name => $value) {
$parameters[$name] = $value;
}
$this->parameterBag = new FrozenParameterBag($parameters);
}
return $this->parameterBag;
}
private $loadedDynamicParameters = [
'kernel.root_dir' => false,
'kernel.project_dir' => false,
'kernel.cache_dir' => false,
'kernel.logs_dir' => false,
'kernel.bundles_metadata' => false,
'action_documents_directory' => false,
'action_company_entities_documents_directory' => false,
'milestone_company_entities_documents_directory' => false,
'users_images_directory' => false,
'kernel.secret' => false,
'session.save_path' => false,
'validator.mapping.cache.file' => false,
'translator.default_path' => false,
'profiler.storage.dsn' => false,
'debug.container.dump' => false,
'serializer.mapping.cache.file' => false,
'doctrine.orm.proxy_dir' => false,
'doctrine_migrations.dir_name' => false,
'twig.default_path' => false,
];
private $dynamicParameters = [];
/**
* Computes a dynamic parameter.
*
* @param string $name The name of the dynamic parameter to load
*
* @return mixed The value of the dynamic parameter
*
* @throws InvalidArgumentException When the dynamic parameter does not exist
*/
private function getDynamicParameter($name)
{
switch ($name) {
case 'kernel.root_dir': $value = ($this->targetDirs[3].'/src'); break;
case 'kernel.project_dir': $value = $this->targetDirs[3]; break;
case 'kernel.cache_dir': $value = $this->targetDirs[0]; break;
case 'kernel.logs_dir': $value = ($this->targetDirs[2].'/log'); break;
case 'kernel.bundles_metadata': $value = [
'FrameworkBundle' => [
'parent' => NULL,
'path' => ($this->targetDirs[3].'/vendor/symfony/framework-bundle'),
'namespace' => 'Symfony\\Bundle\\FrameworkBundle',
],
'DoctrineCacheBundle' => [
'parent' => NULL,
'path' => ($this->targetDirs[3].'/vendor/doctrine/doctrine-cache-bundle'),
'namespace' => 'Doctrine\\Bundle\\DoctrineCacheBundle',
],
'SensioFrameworkExtraBundle' => [
'parent' => NULL,
'path' => ($this->targetDirs[3].'/vendor/sensio/framework-extra-bundle'),
'namespace' => 'Sensio\\Bundle\\FrameworkExtraBundle',
],
'DoctrineBundle' => [
'parent' => NULL,
'path' => ($this->targetDirs[3].'/vendor/doctrine/doctrine-bundle'),
'namespace' => 'Doctrine\\Bundle\\DoctrineBundle',
],
'DoctrineMigrationsBundle' => [
'parent' => NULL,
'path' => ($this->targetDirs[3].'/vendor/doctrine/doctrine-migrations-bundle'),
'namespace' => 'Doctrine\\Bundle\\MigrationsBundle',
],
'SecurityBundle' => [
'parent' => NULL,
'path' => ($this->targetDirs[3].'/vendor/symfony/security-bundle'),
'namespace' => 'Symfony\\Bundle\\SecurityBundle',
],
'SwiftmailerBundle' => [
'parent' => NULL,
'path' => ($this->targetDirs[3].'/vendor/symfony/swiftmailer-bundle'),
'namespace' => 'Symfony\\Bundle\\SwiftmailerBundle',
],
'WebProfilerBundle' => [
'parent' => NULL,
'path' => ($this->targetDirs[3].'/vendor/symfony/web-profiler-bundle'),
'namespace' => 'Symfony\\Bundle\\WebProfilerBundle',
],
'TwigBundle' => [
'parent' => NULL,
'path' => ($this->targetDirs[3].'/vendor/symfony/twig-bundle'),
'namespace' => 'Symfony\\Bundle\\TwigBundle',
],
'MonologBundle' => [
'parent' => NULL,
'path' => ($this->targetDirs[3].'/vendor/symfony/monolog-bundle'),
'namespace' => 'Symfony\\Bundle\\MonologBundle',
],
'DebugBundle' => [
'parent' => NULL,
'path' => ($this->targetDirs[3].'/vendor/symfony/debug-bundle'),
'namespace' => 'Symfony\\Bundle\\DebugBundle',
],
'MakerBundle' => [
'parent' => NULL,
'path' => ($this->targetDirs[3].'/vendor/symfony/maker-bundle/src'),
'namespace' => 'Symfony\\Bundle\\MakerBundle',
],
'WebServerBundle' => [
'parent' => NULL,
'path' => ($this->targetDirs[3].'/vendor/symfony/web-server-bundle'),
'namespace' => 'Symfony\\Bundle\\WebServerBundle',
],
'FOSUserBundle' => [
'parent' => NULL,
'path' => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle'),
'namespace' => 'FOS\\UserBundle',
],
'HttplugBundle' => [
'parent' => NULL,
'path' => ($this->targetDirs[3].'/vendor/php-http/httplug-bundle/src'),
'namespace' => 'Http\\HttplugBundle',
],
'AndreaSpregaBreadcrumbBundle' => [
'parent' => NULL,
'path' => ($this->targetDirs[3].'/vendor/asprega/breadcrumb-bundle'),
'namespace' => 'AndreaSprega\\Bundle\\BreadcrumbBundle',
],
]; break;
case 'action_documents_directory': $value = ($this->targetDirs[3].'/src/Uploads/actions/documents'); break;
case 'action_company_entities_documents_directory': $value = ($this->targetDirs[3].'/src/Uploads/actions_company_entities/documents'); break;
case 'milestone_company_entities_documents_directory': $value = ($this->targetDirs[3].'/src/Uploads/milestones_company_entities/documents'); break;
case 'users_images_directory': $value = ($this->targetDirs[3].'/public/uploads/users/user_images'); break;
case 'kernel.secret': $value = $this->getEnv('APP_SECRET'); break;
case 'session.save_path': $value = ($this->targetDirs[0].'/sessions'); break;
case 'validator.mapping.cache.file': $value = ($this->targetDirs[0].'/validation.php'); break;
case 'translator.default_path': $value = ($this->targetDirs[3].'/translations'); break;
case 'profiler.storage.dsn': $value = ('file:'.$this->targetDirs[0].'/profiler'); break;
case 'debug.container.dump': $value = ($this->targetDirs[0].'/srcDevDebugProjectContainer.xml'); break;
case 'serializer.mapping.cache.file': $value = ($this->targetDirs[0].'/serialization.php'); break;
case 'doctrine.orm.proxy_dir': $value = ($this->targetDirs[0].'/doctrine/orm/Proxies'); break;
case 'doctrine_migrations.dir_name': $value = ($this->targetDirs[3].'/src/Migrations'); break;
case 'twig.default_path': $value = ($this->targetDirs[3].'/templates'); break;
default: throw new InvalidArgumentException(sprintf('The dynamic parameter "%s" must be defined.', $name));
}
$this->loadedDynamicParameters[$name] = true;
return $this->dynamicParameters[$name] = $value;
}
private $normalizedParameterNames = [
'env(database_url)' => 'env(DATABASE_URL)',
];
private function normalizeParameterName($name)
{
if (isset($this->normalizedParameterNames[$normalizedName = strtolower($name)]) || isset($this->parameters[$normalizedName]) || array_key_exists($normalizedName, $this->parameters)) {
$normalizedName = isset($this->normalizedParameterNames[$normalizedName]) ? $this->normalizedParameterNames[$normalizedName] : $normalizedName;
if ((string) $name !== $normalizedName) {
@trigger_error(sprintf('Parameter names will be made case sensitive in Symfony 4.0. Using "%s" instead of "%s" is deprecated since Symfony 3.4.', $name, $normalizedName), E_USER_DEPRECATED);
}
} else {
$normalizedName = $this->normalizedParameterNames[$normalizedName] = (string) $name;
}
return $normalizedName;
}
/**
* Gets the default parameters.
*
* @return array An array of the default parameters
*/
protected function getDefaultParameters()
{
return [
'kernel.environment' => 'dev',
'kernel.debug' => true,
'kernel.name' => 'src',
'kernel.bundles' => [
'FrameworkBundle' => 'Symfony\\Bundle\\FrameworkBundle\\FrameworkBundle',
'DoctrineCacheBundle' => 'Doctrine\\Bundle\\DoctrineCacheBundle\\DoctrineCacheBundle',
'SensioFrameworkExtraBundle' => 'Sensio\\Bundle\\FrameworkExtraBundle\\SensioFrameworkExtraBundle',
'DoctrineBundle' => 'Doctrine\\Bundle\\DoctrineBundle\\DoctrineBundle',
'DoctrineMigrationsBundle' => 'Doctrine\\Bundle\\MigrationsBundle\\DoctrineMigrationsBundle',
'SecurityBundle' => 'Symfony\\Bundle\\SecurityBundle\\SecurityBundle',
'SwiftmailerBundle' => 'Symfony\\Bundle\\SwiftmailerBundle\\SwiftmailerBundle',
'WebProfilerBundle' => 'Symfony\\Bundle\\WebProfilerBundle\\WebProfilerBundle',
'TwigBundle' => 'Symfony\\Bundle\\TwigBundle\\TwigBundle',
'MonologBundle' => 'Symfony\\Bundle\\MonologBundle\\MonologBundle',
'DebugBundle' => 'Symfony\\Bundle\\DebugBundle\\DebugBundle',
'MakerBundle' => 'Symfony\\Bundle\\MakerBundle\\MakerBundle',
'WebServerBundle' => 'Symfony\\Bundle\\WebServerBundle\\WebServerBundle',
'FOSUserBundle' => 'FOS\\UserBundle\\FOSUserBundle',
'HttplugBundle' => 'Http\\HttplugBundle\\HttplugBundle',
'AndreaSpregaBreadcrumbBundle' => 'AndreaSprega\\Bundle\\BreadcrumbBundle\\AndreaSpregaBreadcrumbBundle',
],
'kernel.charset' => 'UTF-8',
'kernel.container_class' => 'srcDevDebugProjectContainer',
'container.autowiring.strict_mode' => true,
'container.dumper.inline_class_loader' => true,
'env(DATABASE_URL)' => '',
'locale' => 'en',
'users_images_src' => 'uploads/users/user_images',
'fragment.renderer.hinclude.global_template' => NULL,
'fragment.path' => '/_fragment',
'kernel.http_method_override' => true,
'kernel.trusted_hosts' => [
],
'kernel.default_locale' => 'en',
'templating.helper.code.file_link_format' => NULL,
'debug.file_link_format' => NULL,
'session.metadata.storage_key' => '_sf2_meta',
'session.storage.options' => [
'cache_limiter' => '0',
'cookie_httponly' => true,
'gc_probability' => 1,
'use_strict_mode' => true,
],
'session.metadata.update_threshold' => '0',
'form.type_extension.csrf.enabled' => true,
'form.type_extension.csrf.field_name' => '_token',
'asset.request_context.base_path' => '',
'asset.request_context.secure' => false,
'templating.loader.cache.path' => NULL,
'templating.engines' => [
0 => 'twig',
],
'validator.mapping.cache.prefix' => '',
'validator.translation_domain' => 'validators',
'translator.logging' => true,
'profiler_listener.only_exceptions' => false,
'profiler_listener.only_master_requests' => false,
'debug.error_handler.throw_at' => -1,
'router.options.generator_class' => 'Symfony\\Component\\Routing\\Generator\\UrlGenerator',
'router.options.generator_base_class' => 'Symfony\\Component\\Routing\\Generator\\UrlGenerator',
'router.options.generator_dumper_class' => 'Symfony\\Component\\Routing\\Generator\\Dumper\\PhpGeneratorDumper',
'router.options.matcher_class' => 'Symfony\\Bundle\\FrameworkBundle\\Routing\\RedirectableUrlMatcher',
'router.options.matcher_base_class' => 'Symfony\\Bundle\\FrameworkBundle\\Routing\\RedirectableUrlMatcher',
'router.options.matcher_dumper_class' => 'Symfony\\Component\\Routing\\Matcher\\Dumper\\PhpMatcherDumper',
'router.options.matcher.cache_class' => 'srcDevDebugProjectContainerUrlMatcher',
'router.options.generator.cache_class' => 'srcDevDebugProjectContainerUrlGenerator',
'router.request_context.host' => 'localhost',
'router.request_context.scheme' => 'http',
'router.request_context.base_url' => '',
'router.resource' => 'kernel:loadRoutes',
'router.cache_class_prefix' => 'srcDevDebugProjectContainer',
'request_listener.http_port' => 80,
'request_listener.https_port' => 443,
'serializer.mapping.cache.prefix' => '',
'doctrine_cache.apc.class' => 'Doctrine\\Common\\Cache\\ApcCache',
'doctrine_cache.apcu.class' => 'Doctrine\\Common\\Cache\\ApcuCache',
'doctrine_cache.array.class' => 'Doctrine\\Common\\Cache\\ArrayCache',
'doctrine_cache.chain.class' => 'Doctrine\\Common\\Cache\\ChainCache',
'doctrine_cache.couchbase.class' => 'Doctrine\\Common\\Cache\\CouchbaseCache',
'doctrine_cache.couchbase.connection.class' => 'Couchbase',
'doctrine_cache.couchbase.hostnames' => 'localhost:8091',
'doctrine_cache.file_system.class' => 'Doctrine\\Common\\Cache\\FilesystemCache',
'doctrine_cache.php_file.class' => 'Doctrine\\Common\\Cache\\PhpFileCache',
'doctrine_cache.memcache.class' => 'Doctrine\\Common\\Cache\\MemcacheCache',
'doctrine_cache.memcache.connection.class' => 'Memcache',
'doctrine_cache.memcache.host' => 'localhost',
'doctrine_cache.memcache.port' => 11211,
'doctrine_cache.memcached.class' => 'Doctrine\\Common\\Cache\\MemcachedCache',
'doctrine_cache.memcached.connection.class' => 'Memcached',
'doctrine_cache.memcached.host' => 'localhost',
'doctrine_cache.memcached.port' => 11211,
'doctrine_cache.mongodb.class' => 'Doctrine\\Common\\Cache\\MongoDBCache',
'doctrine_cache.mongodb.collection.class' => 'MongoCollection',
'doctrine_cache.mongodb.connection.class' => 'MongoClient',
'doctrine_cache.mongodb.server' => 'localhost:27017',
'doctrine_cache.predis.client.class' => 'Predis\\Client',
'doctrine_cache.predis.scheme' => 'tcp',
'doctrine_cache.predis.host' => 'localhost',
'doctrine_cache.predis.port' => 6379,
'doctrine_cache.redis.class' => 'Doctrine\\Common\\Cache\\RedisCache',
'doctrine_cache.redis.connection.class' => 'Redis',
'doctrine_cache.redis.host' => 'localhost',
'doctrine_cache.redis.port' => 6379,
'doctrine_cache.riak.class' => 'Doctrine\\Common\\Cache\\RiakCache',
'doctrine_cache.riak.bucket.class' => 'Riak\\Bucket',
'doctrine_cache.riak.connection.class' => 'Riak\\Connection',
'doctrine_cache.riak.bucket_property_list.class' => 'Riak\\BucketPropertyList',
'doctrine_cache.riak.host' => 'localhost',
'doctrine_cache.riak.port' => 8087,
'doctrine_cache.sqlite3.class' => 'Doctrine\\Common\\Cache\\SQLite3Cache',
'doctrine_cache.sqlite3.connection.class' => 'SQLite3',
'doctrine_cache.void.class' => 'Doctrine\\Common\\Cache\\VoidCache',
'doctrine_cache.wincache.class' => 'Doctrine\\Common\\Cache\\WinCacheCache',
'doctrine_cache.xcache.class' => 'Doctrine\\Common\\Cache\\XcacheCache',
'doctrine_cache.zenddata.class' => 'Doctrine\\Common\\Cache\\ZendDataCache',
'doctrine_cache.security.acl.cache.class' => 'Doctrine\\Bundle\\DoctrineCacheBundle\\Acl\\Model\\AclCache',
'doctrine.dbal.logger.chain.class' => 'Doctrine\\DBAL\\Logging\\LoggerChain',
'doctrine.dbal.logger.profiling.class' => 'Doctrine\\DBAL\\Logging\\DebugStack',
'doctrine.dbal.logger.class' => 'Symfony\\Bridge\\Doctrine\\Logger\\DbalLogger',
'doctrine.dbal.configuration.class' => 'Doctrine\\DBAL\\Configuration',
'doctrine.data_collector.class' => 'Doctrine\\Bundle\\DoctrineBundle\\DataCollector\\DoctrineDataCollector',
'doctrine.dbal.connection.event_manager.class' => 'Symfony\\Bridge\\Doctrine\\ContainerAwareEventManager',
'doctrine.dbal.connection_factory.class' => 'Doctrine\\Bundle\\DoctrineBundle\\ConnectionFactory',
'doctrine.dbal.events.mysql_session_init.class' => 'Doctrine\\DBAL\\Event\\Listeners\\MysqlSessionInit',
'doctrine.dbal.events.oracle_session_init.class' => 'Doctrine\\DBAL\\Event\\Listeners\\OracleSessionInit',
'doctrine.class' => 'Doctrine\\Bundle\\DoctrineBundle\\Registry',
'doctrine.entity_managers' => [
'default' => 'doctrine.orm.default_entity_manager',
],
'doctrine.default_entity_manager' => 'default',
'doctrine.dbal.connection_factory.types' => [
],
'doctrine.connections' => [
'default' => 'doctrine.dbal.default_connection',
],
'doctrine.default_connection' => 'default',
'doctrine.orm.configuration.class' => 'Doctrine\\ORM\\Configuration',
'doctrine.orm.entity_manager.class' => 'Doctrine\\ORM\\EntityManager',
'doctrine.orm.manager_configurator.class' => 'Doctrine\\Bundle\\DoctrineBundle\\ManagerConfigurator',
'doctrine.orm.cache.array.class' => 'Doctrine\\Common\\Cache\\ArrayCache',
'doctrine.orm.cache.apc.class' => 'Doctrine\\Common\\Cache\\ApcCache',
'doctrine.orm.cache.memcache.class' => 'Doctrine\\Common\\Cache\\MemcacheCache',
'doctrine.orm.cache.memcache_host' => 'localhost',
'doctrine.orm.cache.memcache_port' => 11211,
'doctrine.orm.cache.memcache_instance.class' => 'Memcache',
'doctrine.orm.cache.memcached.class' => 'Doctrine\\Common\\Cache\\MemcachedCache',
'doctrine.orm.cache.memcached_host' => 'localhost',
'doctrine.orm.cache.memcached_port' => 11211,
'doctrine.orm.cache.memcached_instance.class' => 'Memcached',
'doctrine.orm.cache.redis.class' => 'Doctrine\\Common\\Cache\\RedisCache',
'doctrine.orm.cache.redis_host' => 'localhost',
'doctrine.orm.cache.redis_port' => 6379,
'doctrine.orm.cache.redis_instance.class' => 'Redis',
'doctrine.orm.cache.xcache.class' => 'Doctrine\\Common\\Cache\\XcacheCache',
'doctrine.orm.cache.wincache.class' => 'Doctrine\\Common\\Cache\\WinCacheCache',
'doctrine.orm.cache.zenddata.class' => 'Doctrine\\Common\\Cache\\ZendDataCache',
'doctrine.orm.metadata.driver_chain.class' => 'Doctrine\\Common\\Persistence\\Mapping\\Driver\\MappingDriverChain',
'doctrine.orm.metadata.annotation.class' => 'Doctrine\\ORM\\Mapping\\Driver\\AnnotationDriver',
'doctrine.orm.metadata.xml.class' => 'Doctrine\\ORM\\Mapping\\Driver\\SimplifiedXmlDriver',
'doctrine.orm.metadata.yml.class' => 'Doctrine\\ORM\\Mapping\\Driver\\SimplifiedYamlDriver',
'doctrine.orm.metadata.php.class' => 'Doctrine\\ORM\\Mapping\\Driver\\PHPDriver',
'doctrine.orm.metadata.staticphp.class' => 'Doctrine\\ORM\\Mapping\\Driver\\StaticPHPDriver',
'doctrine.orm.proxy_cache_warmer.class' => 'Symfony\\Bridge\\Doctrine\\CacheWarmer\\ProxyCacheWarmer',
'form.type_guesser.doctrine.class' => 'Symfony\\Bridge\\Doctrine\\Form\\DoctrineOrmTypeGuesser',
'doctrine.orm.validator.unique.class' => 'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator',
'doctrine.orm.validator_initializer.class' => 'Symfony\\Bridge\\Doctrine\\Validator\\DoctrineInitializer',
'doctrine.orm.security.user.provider.class' => 'Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider',
'doctrine.orm.listeners.resolve_target_entity.class' => 'Doctrine\\ORM\\Tools\\ResolveTargetEntityListener',
'doctrine.orm.listeners.attach_entity_listeners.class' => 'Doctrine\\ORM\\Tools\\AttachEntityListenersListener',
'doctrine.orm.naming_strategy.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultNamingStrategy',
'doctrine.orm.naming_strategy.underscore.class' => 'Doctrine\\ORM\\Mapping\\UnderscoreNamingStrategy',
'doctrine.orm.quote_strategy.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultQuoteStrategy',
'doctrine.orm.quote_strategy.ansi.class' => 'Doctrine\\ORM\\Mapping\\AnsiQuoteStrategy',
'doctrine.orm.entity_listener_resolver.class' => 'Doctrine\\Bundle\\DoctrineBundle\\Mapping\\ContainerEntityListenerResolver',
'doctrine.orm.second_level_cache.default_cache_factory.class' => 'Doctrine\\ORM\\Cache\\DefaultCacheFactory',
'doctrine.orm.second_level_cache.default_region.class' => 'Doctrine\\ORM\\Cache\\Region\\DefaultRegion',
'doctrine.orm.second_level_cache.filelock_region.class' => 'Doctrine\\ORM\\Cache\\Region\\FileLockRegion',
'doctrine.orm.second_level_cache.logger_chain.class' => 'Doctrine\\ORM\\Cache\\Logging\\CacheLoggerChain',
'doctrine.orm.second_level_cache.logger_statistics.class' => 'Doctrine\\ORM\\Cache\\Logging\\StatisticsCacheLogger',
'doctrine.orm.second_level_cache.cache_configuration.class' => 'Doctrine\\ORM\\Cache\\CacheConfiguration',
'doctrine.orm.second_level_cache.regions_configuration.class' => 'Doctrine\\ORM\\Cache\\RegionsConfiguration',
'doctrine.orm.auto_generate_proxy_classes' => true,
'doctrine.orm.proxy_namespace' => 'Proxies',
'doctrine_migrations.namespace' => 'DoctrineMigrations',
'doctrine_migrations.table_name' => 'migration_versions',
'doctrine_migrations.column_name' => 'version',
'doctrine_migrations.column_length' => 14,
'doctrine_migrations.executed_at_column_name' => 'executed_at',
'doctrine_migrations.all_or_nothing' => false,
'doctrine_migrations.name' => 'Application Migrations',
'doctrine_migrations.custom_template' => NULL,
'doctrine_migrations.organize_migrations' => false,
'security.authentication.trust_resolver.anonymous_class' => 'Symfony\\Component\\Security\\Core\\Authentication\\Token\\AnonymousToken',
'security.authentication.trust_resolver.rememberme_class' => 'Symfony\\Component\\Security\\Core\\Authentication\\Token\\RememberMeToken',
'security.role_hierarchy.roles' => [
'ROLE_PARTNER' => [
0 => 'ROLE_USER',
],
'ROLE_MARKET' => [
0 => 'ROLE_PARTNER',
],
'ROLE_EUROPE' => [
0 => 'ROLE_MARKET',
],
'ROLE_ADMIN' => [
0 => 'ROLE_EUROPE',
1 => 'ROLE_CREATE',
2 => 'ROLE_READ',
3 => 'ROLE_UPDATE',
4 => 'ROLE_DELETE',
5 => 'ROLE_APPROVE',
6 => 'ROLE_VALIDATE',
],
'ROLE_SUPER_ADMIN' => [
0 => 'ROLE_ADMIN',
],
],
'security.access.denied_url' => NULL,
'security.authentication.manager.erase_credentials' => true,
'security.authentication.session_strategy.strategy' => 'migrate',
'security.access.always_authenticate_before_granting' => false,
'security.authentication.hide_user_not_found' => true,
'swiftmailer.mailer.default.transport.name' => 'dynamic',
'swiftmailer.mailer.default.spool.enabled' => false,
'swiftmailer.mailer.default.plugin.impersonate' => NULL,
'swiftmailer.mailer.default.single_address' => NULL,
'swiftmailer.mailer.default.delivery.enabled' => true,
'swiftmailer.spool.enabled' => false,
'swiftmailer.delivery.enabled' => true,
'swiftmailer.single_address' => NULL,
'swiftmailer.mailers' => [
'default' => 'swiftmailer.mailer.default',
],
'swiftmailer.default_mailer' => 'default',
'web_profiler.debug_toolbar.position' => 'bottom',
'web_profiler.debug_toolbar.intercept_redirects' => false,
'web_profiler.debug_toolbar.mode' => 2,
'twig.exception_listener.controller' => 'twig.controller.exception:showAction',
'twig.form.resources' => [
0 => 'form_div_layout.html.twig',
],
'monolog.use_microseconds' => true,
'monolog.swift_mailer.handlers' => [
],
'monolog.handlers_to_channels' => [
'monolog.handler.console' => [
'type' => 'exclusive',
'elements' => [
0 => 'event',
1 => 'doctrine',
2 => 'console',
],
],
'monolog.handler.main' => [
'type' => 'exclusive',
'elements' => [
0 => 'event',
],
],
],
'fos_user.backend_type_orm' => true,
'fos_user.security.interactive_login_listener.class' => 'FOS\\UserBundle\\EventListener\\LastLoginListener',
'fos_user.security.login_manager.class' => 'FOS\\UserBundle\\Security\\LoginManager',
'fos_user.resetting.email.template' => '@FOSUser/Resetting/email.txt.twig',
'fos_user.registration.confirmation.template' => '@FOSUser/Registration/email.txt.twig',
'fos_user.storage' => 'orm',
'fos_user.firewall_name' => 'main',
'fos_user.model_manager_name' => NULL,
'fos_user.model.user.class' => 'App\\Entity\\User',
'fos_user.profile.form.type' => 'FOS\\UserBundle\\Form\\Type\\ProfileFormType',
'fos_user.profile.form.name' => 'fos_user_profile_form',
'fos_user.profile.form.validation_groups' => [
0 => 'Profile',
1 => 'Default',
],
'fos_user.registration.confirmation.from_email' => [
'test@test.com' => 'test@test.com',
],
'fos_user.registration.confirmation.enabled' => false,
'fos_user.registration.form.type' => 'FOS\\UserBundle\\Form\\Type\\RegistrationFormType',
'fos_user.registration.form.name' => 'fos_user_registration_form',
'fos_user.registration.form.validation_groups' => [
0 => 'Registration',
1 => 'Default',
],
'fos_user.change_password.form.type' => 'FOS\\UserBundle\\Form\\Type\\ChangePasswordFormType',
'fos_user.change_password.form.name' => 'fos_user_change_password_form',
'fos_user.change_password.form.validation_groups' => [
0 => 'ChangePassword',
1 => 'Default',
],
'fos_user.resetting.email.from_email' => [
'test@test.com' => 'test@test.com',
],
'fos_user.resetting.retry_ttl' => 7200,
'fos_user.resetting.token_ttl' => 86400,
'fos_user.resetting.form.type' => 'FOS\\UserBundle\\Form\\Type\\ResettingFormType',
'fos_user.resetting.form.name' => 'fos_user_resetting_form',
'fos_user.resetting.form.validation_groups' => [
0 => 'ResetPassword',
1 => 'Default',
],
'fos_user.group_manager.class' => 'FOS\\UserBundle\\Doctrine\\GroupManager',
'fos_user.model.group.class' => 'AppBundle\\Entity\\Group',
'fos_user.group.form.type' => 'FOS\\UserBundle\\Form\\Type\\GroupFormType',
'fos_user.group.form.name' => 'fos_user_group_form',
'fos_user.group.form.validation_groups' => [
0 => 'Registration',
1 => 'Default',
],
'asprega_breadcrumb.template' => 'bundles/AndreaSpregaBreadcrumbBundle/breadcrumb.html.twig',
'data_collector.templates' => [
'data_collector.request' => [
0 => 'request',
1 => '@WebProfiler/Collector/request.html.twig',
],
'data_collector.time' => [
0 => 'time',
1 => '@WebProfiler/Collector/time.html.twig',
],
'data_collector.memory' => [
0 => 'memory',
1 => '@WebProfiler/Collector/memory.html.twig',
],
'data_collector.validator' => [
0 => 'validator',
1 => '@WebProfiler/Collector/validator.html.twig',
],
'data_collector.ajax' => [
0 => 'ajax',
1 => '@WebProfiler/Collector/ajax.html.twig',
],
'data_collector.form' => [
0 => 'form',
1 => '@WebProfiler/Collector/form.html.twig',
],
'data_collector.exception' => [
0 => 'exception',
1 => '@WebProfiler/Collector/exception.html.twig',
],
'data_collector.logger' => [
0 => 'logger',
1 => '@WebProfiler/Collector/logger.html.twig',
],
'data_collector.events' => [
0 => 'events',
1 => '@WebProfiler/Collector/events.html.twig',
],
'data_collector.router' => [
0 => 'router',
1 => '@WebProfiler/Collector/router.html.twig',
],
'data_collector.cache' => [
0 => 'cache',
1 => '@WebProfiler/Collector/cache.html.twig',
],
'data_collector.translation' => [
0 => 'translation',
1 => '@WebProfiler/Collector/translation.html.twig',
],
'data_collector.security' => [
0 => 'security',
1 => '@Security/Collector/security.html.twig',
],
'data_collector.twig' => [
0 => 'twig',
1 => '@WebProfiler/Collector/twig.html.twig',
],
'data_collector.doctrine' => [
0 => 'db',
1 => '@Doctrine/Collector/db.html.twig',
],
'swiftmailer.data_collector' => [
0 => 'swiftmailer',
1 => '@Swiftmailer/Collector/swiftmailer.html.twig',
],
'data_collector.dump' => [
0 => 'dump',
1 => '@Debug/Profiler/dump.html.twig',
],
'httplug.collector.collector' => [
0 => 'httplug',
1 => '@Httplug/webprofiler.html.twig',
],
'data_collector.config' => [
0 => 'config',
1 => '@WebProfiler/Collector/config.html.twig',
],
],
'console.command.ids' => [
'console.command.symfony_bundle_frameworkbundle_command_aboutcommand' => 'console.command.about',
'console.command.symfony_bundle_frameworkbundle_command_assetsinstallcommand' => 'console.command.assets_install',
'console.command.symfony_bundle_frameworkbundle_command_cacheclearcommand' => 'console.command.cache_clear',
'console.command.symfony_bundle_frameworkbundle_command_cachepoolclearcommand' => 'console.command.cache_pool_clear',
'console.command.symfony_bundle_frameworkbundle_command_cachepoolprunecommand' => 'console.command.cache_pool_prune',
'console.command.symfony_bundle_frameworkbundle_command_cachewarmupcommand' => 'console.command.cache_warmup',
'console.command.symfony_bundle_frameworkbundle_command_configdebugcommand' => 'console.command.config_debug',
'console.command.symfony_bundle_frameworkbundle_command_configdumpreferencecommand' => 'console.command.config_dump_reference',
'console.command.symfony_bundle_frameworkbundle_command_containerdebugcommand' => 'console.command.container_debug',
'console.command.symfony_bundle_frameworkbundle_command_debugautowiringcommand' => 'console.command.debug_autowiring',
'console.command.symfony_bundle_frameworkbundle_command_eventdispatcherdebugcommand' => 'console.command.event_dispatcher_debug',
'console.command.symfony_bundle_frameworkbundle_command_routerdebugcommand' => 'console.command.router_debug',
'console.command.symfony_bundle_frameworkbundle_command_routermatchcommand' => 'console.command.router_match',
'console.command.symfony_bundle_frameworkbundle_command_translationdebugcommand' => 'console.command.translation_debug',
'console.command.symfony_bundle_frameworkbundle_command_translationupdatecommand' => 'console.command.translation_update',
'console.command.symfony_bundle_frameworkbundle_command_xlifflintcommand' => 'console.command.xliff_lint',
'console.command.symfony_bundle_frameworkbundle_command_yamllintcommand' => 'console.command.yaml_lint',
'console.command.symfony_component_form_command_debugcommand' => 'console.command.form_debug',
'console.command.doctrine_bundle_doctrinecachebundle_command_containscommand' => 'console.command.doctrine_bundle_doctrinecachebundle_command_containscommand',
'console.command.doctrine_bundle_doctrinecachebundle_command_deletecommand' => 'console.command.doctrine_bundle_doctrinecachebundle_command_deletecommand',
'console.command.doctrine_bundle_doctrinecachebundle_command_flushcommand' => 'console.command.doctrine_bundle_doctrinecachebundle_command_flushcommand',
'console.command.doctrine_bundle_doctrinecachebundle_command_statscommand' => 'console.command.doctrine_bundle_doctrinecachebundle_command_statscommand',
'console.command.doctrine_bundle_doctrinebundle_command_createdatabasedoctrinecommand' => 'doctrine.database_create_command',
'console.command.doctrine_bundle_doctrinebundle_command_dropdatabasedoctrinecommand' => 'doctrine.database_drop_command',
'console.command.doctrine_bundle_doctrinebundle_command_generateentitiesdoctrinecommand' => 'doctrine.generate_entities_command',
'console.command.doctrine_bundle_doctrinebundle_command_proxy_runsqldoctrinecommand' => 'doctrine.query_sql_command',
'console.command.doctrine_bundle_doctrinebundle_command_proxy_clearmetadatacachedoctrinecommand' => 'doctrine.cache_clear_metadata_command',
'console.command.doctrine_bundle_doctrinebundle_command_proxy_clearquerycachedoctrinecommand' => 'doctrine.cache_clear_query_cache_command',
'console.command.doctrine_bundle_doctrinebundle_command_proxy_clearresultcachedoctrinecommand' => 'doctrine.cache_clear_result_command',
'console.command.doctrine_bundle_doctrinebundle_command_proxy_collectionregiondoctrinecommand' => 'doctrine.cache_collection_region_command',
'console.command.doctrine_bundle_doctrinebundle_command_proxy_convertmappingdoctrinecommand' => 'doctrine.mapping_convert_command',
'console.command.doctrine_bundle_doctrinebundle_command_proxy_createschemadoctrinecommand' => 'doctrine.schema_create_command',
'console.command.doctrine_bundle_doctrinebundle_command_proxy_dropschemadoctrinecommand' => 'doctrine.schema_drop_command',
'console.command.doctrine_bundle_doctrinebundle_command_proxy_ensureproductionsettingsdoctrinecommand' => 'doctrine.ensure_production_settings_command',
'console.command.doctrine_bundle_doctrinebundle_command_proxy_entityregioncachedoctrinecommand' => 'doctrine.clear_entity_region_command',
'console.command.doctrine_bundle_doctrinebundle_command_proxy_importdoctrinecommand' => 'doctrine.database_import_command',
'console.command.doctrine_bundle_doctrinebundle_command_proxy_infodoctrinecommand' => 'doctrine.mapping_info_command',
'console.command.doctrine_bundle_doctrinebundle_command_proxy_queryregioncachedoctrinecommand' => 'doctrine.clear_query_region_command',
'console.command.doctrine_bundle_doctrinebundle_command_proxy_rundqldoctrinecommand' => 'doctrine.query_dql_command',
'console.command.doctrine_bundle_doctrinebundle_command_proxy_updateschemadoctrinecommand' => 'doctrine.schema_update_command',
'console.command.doctrine_bundle_doctrinebundle_command_proxy_validateschemacommand' => 'doctrine.schema_validate_command',
'console.command.doctrine_bundle_doctrinebundle_command_importmappingdoctrinecommand' => 'doctrine.mapping_import_command',
'console.command.doctrine_bundle_migrationsbundle_command_migrationsdiffdoctrinecommand' => 'console.command.doctrine_bundle_migrationsbundle_command_migrationsdiffdoctrinecommand',
'console.command.doctrine_bundle_migrationsbundle_command_migrationsdumpschemadoctrinecommand' => 'console.command.doctrine_bundle_migrationsbundle_command_migrationsdumpschemadoctrinecommand',
'console.command.doctrine_bundle_migrationsbundle_command_migrationsexecutedoctrinecommand' => 'console.command.doctrine_bundle_migrationsbundle_command_migrationsexecutedoctrinecommand',
'console.command.doctrine_bundle_migrationsbundle_command_migrationsgeneratedoctrinecommand' => 'console.command.doctrine_bundle_migrationsbundle_command_migrationsgeneratedoctrinecommand',
'console.command.doctrine_bundle_migrationsbundle_command_migrationslatestdoctrinecommand' => 'console.command.doctrine_bundle_migrationsbundle_command_migrationslatestdoctrinecommand',
'console.command.doctrine_bundle_migrationsbundle_command_migrationsmigratedoctrinecommand' => 'console.command.doctrine_bundle_migrationsbundle_command_migrationsmigratedoctrinecommand',
'console.command.doctrine_bundle_migrationsbundle_command_migrationsrollupdoctrinecommand' => 'console.command.doctrine_bundle_migrationsbundle_command_migrationsrollupdoctrinecommand',
'console.command.doctrine_bundle_migrationsbundle_command_migrationsstatusdoctrinecommand' => 'console.command.doctrine_bundle_migrationsbundle_command_migrationsstatusdoctrinecommand',
'console.command.doctrine_bundle_migrationsbundle_command_migrationsuptodatedoctrinecommand' => 'console.command.doctrine_bundle_migrationsbundle_command_migrationsuptodatedoctrinecommand',
'console.command.doctrine_bundle_migrationsbundle_command_migrationsversiondoctrinecommand' => 'console.command.doctrine_bundle_migrationsbundle_command_migrationsversiondoctrinecommand',
'console.command.symfony_bundle_securitybundle_command_userpasswordencodercommand' => 'security.command.user_password_encoder',
'console.command.symfony_bundle_swiftmailerbundle_command_debugcommand' => 'swiftmailer.command.debug',
'console.command.symfony_bundle_swiftmailerbundle_command_newemailcommand' => 'swiftmailer.command.new_email',
'console.command.symfony_bundle_swiftmailerbundle_command_sendemailcommand' => 'swiftmailer.command.send_email',
'console.command.symfony_bridge_twig_command_debugcommand' => 'twig.command.debug',
'console.command.symfony_bundle_twigbundle_command_lintcommand' => 'twig.command.lint',
'console.command.symfony_bundle_webserverbundle_command_serverruncommand' => 'web_server.command.server_run',
'console.command.symfony_bundle_webserverbundle_command_serverstartcommand' => 'web_server.command.server_start',
'console.command.symfony_bundle_webserverbundle_command_serverstopcommand' => 'web_server.command.server_stop',
'console.command.symfony_bundle_webserverbundle_command_serverstatuscommand' => 'web_server.command.server_status',
'console.command.symfony_bundle_webserverbundle_command_serverlogcommand' => 'web_server.command.server_log',
'console.command.fos_userbundle_command_activateusercommand' => 'fos_user.command.activate_user',
'console.command.fos_userbundle_command_changepasswordcommand' => 'fos_user.command.change_password',
'console.command.fos_userbundle_command_createusercommand' => 'fos_user.command.create_user',
'console.command.fos_userbundle_command_deactivateusercommand' => 'fos_user.command.deactivate_user',
'console.command.fos_userbundle_command_demoteusercommand' => 'fos_user.command.demote_user',
'console.command.fos_userbundle_command_promoteusercommand' => 'fos_user.command.promote_user',
'console.command.symfony_bundle_makerbundle_command_makercommand' => 'maker.auto_command.make_migration',
],
'console.lazy_command.ids' => [
'console.command.about' => true,
'console.command.assets_install' => true,
'console.command.cache_clear' => true,
'console.command.cache_pool_clear' => true,
'console.command.cache_pool_prune' => true,
'console.command.cache_warmup' => true,
'console.command.config_debug' => true,
'console.command.config_dump_reference' => true,
'console.command.container_debug' => true,
'console.command.debug_autowiring' => true,
'console.command.event_dispatcher_debug' => true,
'console.command.router_debug' => true,
'console.command.router_match' => true,
'console.command.translation_debug' => true,
'console.command.translation_update' => true,
'console.command.xliff_lint' => true,
'console.command.yaml_lint' => true,
'console.command.form_debug' => true,
'doctrine.database_create_command' => true,
'doctrine.database_drop_command' => true,
'doctrine.generate_entities_command' => true,
'doctrine.query_sql_command' => true,
'doctrine.cache_clear_metadata_command' => true,
'doctrine.cache_clear_query_cache_command' => true,
'doctrine.cache_clear_result_command' => true,
'doctrine.cache_collection_region_command' => true,
'doctrine.mapping_convert_command' => true,
'doctrine.schema_create_command' => true,
'doctrine.schema_drop_command' => true,
'doctrine.ensure_production_settings_command' => true,
'doctrine.clear_entity_region_command' => true,
'doctrine.database_import_command' => true,
'doctrine.mapping_info_command' => true,
'doctrine.clear_query_region_command' => true,
'doctrine.query_dql_command' => true,
'doctrine.schema_update_command' => true,
'doctrine.schema_validate_command' => true,
'doctrine.mapping_import_command' => true,
'security.command.user_password_encoder' => true,
'swiftmailer.command.debug' => true,
'swiftmailer.command.new_email' => true,
'swiftmailer.command.send_email' => true,
'twig.command.debug' => true,
'twig.command.lint' => true,
'web_server.command.server_run' => true,
'web_server.command.server_start' => true,
'web_server.command.server_stop' => true,
'web_server.command.server_status' => true,
'web_server.command.server_log' => true,
'fos_user.command.activate_user' => true,
'fos_user.command.change_password' => true,
'fos_user.command.create_user' => true,
'fos_user.command.deactivate_user' => true,
'fos_user.command.demote_user' => true,
'fos_user.command.promote_user' => true,
'maker.auto_command.make_auth' => true,
'maker.auto_command.make_command' => true,
'maker.auto_command.make_controller' => true,
'maker.auto_command.make_crud' => true,
'maker.auto_command.make_entity' => true,
'maker.auto_command.make_fixtures' => true,
'maker.auto_command.make_form' => true,
'maker.auto_command.make_functional_test' => true,
'maker.auto_command.make_registration_form' => true,
'maker.auto_command.make_serializer_encoder' => true,
'maker.auto_command.make_serializer_normalizer' => true,
'maker.auto_command.make_subscriber' => true,
'maker.auto_command.make_twig_extension' => true,
'maker.auto_command.make_unit_test' => true,
'maker.auto_command.make_validator' => true,
'maker.auto_command.make_voter' => true,
'maker.auto_command.make_user' => true,
'maker.auto_command.make_migration' => true,
],
];
}
}