<?php
use Symfony\Component\DependencyInjection\Argument\RewindableGenerator;
use Symfony\Component\DependencyInjection\ContainerInterface;
use Symfony\Component\DependencyInjection\Container;
use Symfony\Component\DependencyInjection\Exception\InvalidArgumentException;
use Symfony\Component\DependencyInjection\Exception\LogicException;
use Symfony\Component\DependencyInjection\Exception\RuntimeException;
use Symfony\Component\DependencyInjection\ParameterBag\FrozenParameterBag;
/**
* This class has been auto-generated
* by the Symfony Dependency Injection Component.
*
* @final since Symfony 3.3
*/
class appDevDebugProjectContainer extends Container
{
private $parameters;
private $targetDirs = array();
public function __construct()
{
$dir = __DIR__;
for ($i = 1; $i <= 4; ++$i) {
$this->targetDirs[$i] = $dir = dirname($dir);
}
$this->parameters = $this->getDefaultParameters();
$this->services = array();
$this->normalizedIds = array(
'appbundle\\controller\\actions\\poolactionscontroller' => 'AppBundle\\Controller\\Actions\\PoolActionsController',
'appbundle\\controller\\actions\\quinibankcontroller' => 'AppBundle\\Controller\\Actions\\QuiniBankController',
'appbundle\\controller\\actions\\rankingcontroller' => 'AppBundle\\Controller\\Actions\\RankingController',
'appbundle\\controller\\actions\\useractionscontroller' => 'AppBundle\\Controller\\Actions\\UserActionsController',
'appbundle\\controller\\actions\\weekactionscontroller' => 'AppBundle\\Controller\\Actions\\WeekActionsController',
'appbundle\\controller\\admin\\admincontroller' => 'AppBundle\\Controller\\Admin\\AdminController',
'appbundle\\controller\\admin\\barcontroller' => 'AppBundle\\Controller\\Admin\\BarController',
'appbundle\\controller\\admin\\categorycontroller' => 'AppBundle\\Controller\\Admin\\CategoryController',
'appbundle\\controller\\admin\\globalcontroller' => 'AppBundle\\Controller\\Admin\\GlobalController',
'appbundle\\controller\\admin\\groupcontroller' => 'AppBundle\\Controller\\Admin\\GroupController',
'appbundle\\controller\\admin\\leaguecontroller' => 'AppBundle\\Controller\\Admin\\LeagueController',
'appbundle\\controller\\admin\\matchcontroller' => 'AppBundle\\Controller\\Admin\\MatchController',
'appbundle\\controller\\admin\\poolcontroller' => 'AppBundle\\Controller\\Admin\\PoolController',
'appbundle\\controller\\admin\\roundcontroller' => 'AppBundle\\Controller\\Admin\\RoundController',
'appbundle\\controller\\admin\\seassoncontroller' => 'AppBundle\\Controller\\Admin\\SeassonController',
'appbundle\\controller\\admin\\teamcontroller' => 'AppBundle\\Controller\\Admin\\TeamController',
'appbundle\\controller\\admin\\usercontroller' => 'AppBundle\\Controller\\Admin\\UserController',
'appbundle\\controller\\admin\\week\\poolcontroller' => 'AppBundle\\Controller\\Admin\\Week\\PoolController',
'appbundle\\controller\\admin\\weekcontroller' => 'AppBundle\\Controller\\Admin\\WeekController',
'appbundle\\controller\\api\\apibank' => 'AppBundle\\Controller\\Api\\ApiBank',
'appbundle\\controller\\api\\apibars' => 'AppBundle\\Controller\\Api\\ApiBars',
'appbundle\\controller\\api\\apicontroller' => 'AppBundle\\Controller\\Api\\ApiController',
'appbundle\\controller\\api\\apigroup' => 'AppBundle\\Controller\\Api\\ApiGroup',
'appbundle\\controller\\api\\apileague' => 'AppBundle\\Controller\\Api\\ApiLeague',
'appbundle\\controller\\api\\apipool' => 'AppBundle\\Controller\\Api\\ApiPool',
'appbundle\\controller\\api\\apiround' => 'AppBundle\\Controller\\Api\\ApiRound',
'appbundle\\controller\\api\\apiseasson' => 'AppBundle\\Controller\\Api\\ApiSeasson',
'appbundle\\controller\\api\\apiusers' => 'AppBundle\\Controller\\Api\\ApiUsers',
'appbundle\\controller\\api\\apiverify' => 'AppBundle\\Controller\\Api\\ApiVerify',
'appbundle\\controller\\api\\apiweek' => 'AppBundle\\Controller\\Api\\ApiWeek',
'appbundle\\controller\\api_controllers\\auth' => 'AppBundle\\Controller\\API_controllers\\auth',
'appbundle\\controller\\api_controllers\\week' => 'AppBundle\\Controller\\API_controllers\\week',
'appbundle\\controller\\defaultcontroller' => 'AppBundle\\Controller\\DefaultController',
'appbundle\\controller\\ownercontroller' => 'AppBundle\\Controller\\OwnerController',
'appbundle\\controller\\privat\\privatecontroller' => 'AppBundle\\Controller\\Privat\\PrivateController',
'appbundle\\controller\\privat\\quinibarcontroller' => 'AppBundle\\Controller\\Privat\\QuinibarController',
'appbundle\\controller\\signupcontroller' => 'AppBundle\\Controller\\SignupController',
'appbundle\\controller\\webapp\\loginapp' => 'AppBundle\\Controller\\WebApp\\LoginApp',
'appbundle\\controller\\webapp\\ownercontroller' => 'AppBundle\\Controller\\WebApp\\OwnerController',
'appbundle\\controller\\webapp\\webappcontroller' => 'AppBundle\\Controller\\WebApp\\WebAppController',
'appbundle\\controller\\webapp\\webappinitializer' => 'AppBundle\\Controller\\WebApp\\WebAppInitializer',
'appbundle\\eventlistener\\kernelsubscriber' => 'AppBundle\\EventListener\\KernelSubscriber',
'appbundle\\eventlistener\\userregister' => 'AppBundle\\EventListener\\UserRegister',
'kreait\\firebase\\factory' => 'Kreait\\Firebase\\Factory',
'kreait\\firebase\\symfony\\bundle\\dependencyinjection\\factory\\projectfactory' => 'Kreait\\Firebase\\Symfony\\Bundle\\DependencyInjection\\Factory\\ProjectFactory',
);
$this->methodMap = array(
'1_b91b48c86fe9c4ee2eb56d25119b36670b2059ee8e8748803d079dde1e6a4c40' => 'get1B91b48c86fe9c4ee2eb56d25119b36670b2059ee8e8748803d079dde1e6a4c40Service',
'2_b91b48c86fe9c4ee2eb56d25119b36670b2059ee8e8748803d079dde1e6a4c40' => 'get2B91b48c86fe9c4ee2eb56d25119b36670b2059ee8e8748803d079dde1e6a4c40Service',
'AppBundle\\Controller\\API_controllers\\auth' => 'getAppBundle_Controller_APIControllers_AuthService',
'AppBundle\\Controller\\API_controllers\\week' => 'getAppBundle_Controller_APIControllers_WeekService',
'AppBundle\\Controller\\Actions\\PoolActionsController' => 'getAppBundle_Controller_Actions_PoolActionsControllerService',
'AppBundle\\Controller\\Actions\\QuiniBankController' => 'getAppBundle_Controller_Actions_QuiniBankControllerService',
'AppBundle\\Controller\\Actions\\RankingController' => 'getAppBundle_Controller_Actions_RankingControllerService',
'AppBundle\\Controller\\Actions\\UserActionsController' => 'getAppBundle_Controller_Actions_UserActionsControllerService',
'AppBundle\\Controller\\Actions\\WeekActionsController' => 'getAppBundle_Controller_Actions_WeekActionsControllerService',
'AppBundle\\Controller\\Admin\\AdminController' => 'getAppBundle_Controller_Admin_AdminControllerService',
'AppBundle\\Controller\\Admin\\BarController' => 'getAppBundle_Controller_Admin_BarControllerService',
'AppBundle\\Controller\\Admin\\CategoryController' => 'getAppBundle_Controller_Admin_CategoryControllerService',
'AppBundle\\Controller\\Admin\\GlobalController' => 'getAppBundle_Controller_Admin_GlobalControllerService',
'AppBundle\\Controller\\Admin\\GroupController' => 'getAppBundle_Controller_Admin_GroupControllerService',
'AppBundle\\Controller\\Admin\\LeagueController' => 'getAppBundle_Controller_Admin_LeagueControllerService',
'AppBundle\\Controller\\Admin\\MatchController' => 'getAppBundle_Controller_Admin_MatchControllerService',
'AppBundle\\Controller\\Admin\\PoolController' => 'getAppBundle_Controller_Admin_PoolControllerService',
'AppBundle\\Controller\\Admin\\RoundController' => 'getAppBundle_Controller_Admin_RoundControllerService',
'AppBundle\\Controller\\Admin\\SeassonController' => 'getAppBundle_Controller_Admin_SeassonControllerService',
'AppBundle\\Controller\\Admin\\TeamController' => 'getAppBundle_Controller_Admin_TeamControllerService',
'AppBundle\\Controller\\Admin\\UserController' => 'getAppBundle_Controller_Admin_UserControllerService',
'AppBundle\\Controller\\Admin\\WeekController' => 'getAppBundle_Controller_Admin_WeekControllerService',
'AppBundle\\Controller\\Admin\\Week\\PoolController' => 'getAppBundle_Controller_Admin_Week_PoolControllerService',
'AppBundle\\Controller\\Api\\ApiBank' => 'getAppBundle_Controller_Api_ApiBankService',
'AppBundle\\Controller\\Api\\ApiBars' => 'getAppBundle_Controller_Api_ApiBarsService',
'AppBundle\\Controller\\Api\\ApiController' => 'getAppBundle_Controller_Api_ApiControllerService',
'AppBundle\\Controller\\Api\\ApiGroup' => 'getAppBundle_Controller_Api_ApiGroupService',
'AppBundle\\Controller\\Api\\ApiLeague' => 'getAppBundle_Controller_Api_ApiLeagueService',
'AppBundle\\Controller\\Api\\ApiPool' => 'getAppBundle_Controller_Api_ApiPoolService',
'AppBundle\\Controller\\Api\\ApiRound' => 'getAppBundle_Controller_Api_ApiRoundService',
'AppBundle\\Controller\\Api\\ApiSeasson' => 'getAppBundle_Controller_Api_ApiSeassonService',
'AppBundle\\Controller\\Api\\ApiUsers' => 'getAppBundle_Controller_Api_ApiUsersService',
'AppBundle\\Controller\\Api\\ApiVerify' => 'getAppBundle_Controller_Api_ApiVerifyService',
'AppBundle\\Controller\\Api\\ApiWeek' => 'getAppBundle_Controller_Api_ApiWeekService',
'AppBundle\\Controller\\DefaultController' => 'getAppBundle_Controller_DefaultControllerService',
'AppBundle\\Controller\\OwnerController' => 'getAppBundle_Controller_OwnerControllerService',
'AppBundle\\Controller\\Privat\\PrivateController' => 'getAppBundle_Controller_Privat_PrivateControllerService',
'AppBundle\\Controller\\Privat\\QuinibarController' => 'getAppBundle_Controller_Privat_QuinibarControllerService',
'AppBundle\\Controller\\SignupController' => 'getAppBundle_Controller_SignupControllerService',
'AppBundle\\Controller\\WebApp\\LoginApp' => 'getAppBundle_Controller_WebApp_LoginAppService',
'AppBundle\\Controller\\WebApp\\OwnerController' => 'getAppBundle_Controller_WebApp_OwnerControllerService',
'AppBundle\\Controller\\WebApp\\WebAppController' => 'getAppBundle_Controller_WebApp_WebAppControllerService',
'AppBundle\\Controller\\WebApp\\WebAppInitializer' => 'getAppBundle_Controller_WebApp_WebAppInitializerService',
'AppBundle\\EventListener\\KernelSubscriber' => 'getAppBundle_EventListener_KernelSubscriberService',
'AppBundle\\EventListener\\UserRegister' => 'getAppBundle_EventListener_UserRegisterService',
'Kreait\\Firebase\\Factory' => 'getKreait_Firebase_FactoryService',
'Kreait\\Firebase\\Symfony\\Bundle\\DependencyInjection\\Factory\\ProjectFactory' => 'getKreait_Firebase_Symfony_Bundle_DependencyInjection_Factory_ProjectFactoryService',
'annotation_reader' => 'getAnnotationReaderService',
'annotations.cache' => 'getAnnotations_CacheService',
'annotations.reader' => 'getAnnotations_ReaderService',
'api.group' => 'getApi_GroupService',
'api.league' => 'getApi_LeagueService',
'api.match' => 'getApi_MatchService',
'api.pool' => 'getApi_PoolService',
'api.round' => 'getApi_RoundService',
'api.user' => 'getApi_UserService',
'argument_resolver.default' => 'getArgumentResolver_DefaultService',
'argument_resolver.request' => 'getArgumentResolver_RequestService',
'argument_resolver.request_attribute' => 'getArgumentResolver_RequestAttributeService',
'argument_resolver.service' => 'getArgumentResolver_ServiceService',
'argument_resolver.session' => 'getArgumentResolver_SessionService',
'argument_resolver.variadic' => 'getArgumentResolver_VariadicService',
'assetic.asset_factory' => 'getAssetic_AssetFactoryService',
'assetic.asset_manager' => 'getAssetic_AssetManagerService',
'assetic.controller' => 'getAssetic_ControllerService',
'assetic.filter.cssrewrite' => 'getAssetic_Filter_CssrewriteService',
'assetic.filter_manager' => 'getAssetic_FilterManagerService',
'assetic.request_listener' => 'getAssetic_RequestListenerService',
'assets.context' => 'getAssets_ContextService',
'assets.packages' => 'getAssets_PackagesService',
'cache.annotations' => 'getCache_AnnotationsService',
'cache.annotations.recorder_inner' => 'getCache_Annotations_RecorderInnerService',
'cache.app' => 'getCache_AppService',
'cache.app.recorder_inner' => 'getCache_App_RecorderInnerService',
'cache.default_clearer' => 'getCache_DefaultClearerService',
'cache.global_clearer' => 'getCache_GlobalClearerService',
'cache.serializer.recorder_inner' => 'getCache_Serializer_RecorderInnerService',
'cache.system' => 'getCache_SystemService',
'cache.system.recorder_inner' => 'getCache_System_RecorderInnerService',
'cache.validator' => 'getCache_ValidatorService',
'cache.validator.recorder_inner' => 'getCache_Validator_RecorderInnerService',
'cache_clearer' => 'getCacheClearerService',
'cache_warmer' => 'getCacheWarmerService',
'config_cache_factory' => 'getConfigCacheFactoryService',
'console.command.appbundle_command_bootstrapcommand' => 'getConsole_Command_AppbundleCommandBootstrapcommandService',
'console.command.symfony_bundle_securitybundle_command_userpasswordencodercommand' => 'getConsole_Command_SymfonyBundleSecuritybundleCommandUserpasswordencodercommandService',
'console.command.symfony_bundle_webserverbundle_command_serverruncommand' => 'getConsole_Command_SymfonyBundleWebserverbundleCommandServerruncommandService',
'console.command.symfony_bundle_webserverbundle_command_serverstartcommand' => 'getConsole_Command_SymfonyBundleWebserverbundleCommandServerstartcommandService',
'console.command.symfony_bundle_webserverbundle_command_serverstatuscommand' => 'getConsole_Command_SymfonyBundleWebserverbundleCommandServerstatuscommandService',
'console.command.symfony_bundle_webserverbundle_command_serverstopcommand' => 'getConsole_Command_SymfonyBundleWebserverbundleCommandServerstopcommandService',
'console.error_listener' => 'getConsole_ErrorListenerService',
'controller_name_converter' => 'getControllerNameConverterService',
'crawler.group' => 'getCrawler_GroupService',
'crawler.league' => 'getCrawler_LeagueService',
'crawler.match' => 'getCrawler_MatchService',
'crawler.round' => 'getCrawler_RoundService',
'crawler.team' => 'getCrawler_TeamService',
'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.dump_listener' => 'getDebug_DumpListenerService',
'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',
'deprecated.form.registry' => 'getDeprecated_Form_RegistryService',
'deprecated.form.registry.csrf' => 'getDeprecated_Form_Registry_CsrfService',
'doctrine' => 'getDoctrineService',
'doctrine.cache_clear_metadata_command' => 'getDoctrine_CacheClearMetadataCommandService',
'doctrine.cache_clear_query_cache_command' => 'getDoctrine_CacheClearQueryCacheCommandService',
'doctrine.cache_clear_result_command' => 'getDoctrine_CacheClearResultCommandService',
'doctrine.cache_collection_region_command' => 'getDoctrine_CacheCollectionRegionCommandService',
'doctrine.clear_entity_region_command' => 'getDoctrine_ClearEntityRegionCommandService',
'doctrine.clear_query_region_command' => 'getDoctrine_ClearQueryRegionCommandService',
'doctrine.database_create_command' => 'getDoctrine_DatabaseCreateCommandService',
'doctrine.database_drop_command' => 'getDoctrine_DatabaseDropCommandService',
'doctrine.database_import_command' => 'getDoctrine_DatabaseImportCommandService',
'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.ensure_production_settings_command' => 'getDoctrine_EnsureProductionSettingsCommandService',
'doctrine.fixtures_load_command' => 'getDoctrine_FixturesLoadCommandService',
'doctrine.generate_entities_command' => 'getDoctrine_GenerateEntitiesCommandService',
'doctrine.mapping_convert_command' => 'getDoctrine_MappingConvertCommandService',
'doctrine.mapping_import_command' => 'getDoctrine_MappingImportCommandService',
'doctrine.mapping_info_command' => 'getDoctrine_MappingInfoCommandService',
'doctrine.orm.default_entity_listener_resolver' => 'getDoctrine_Orm_DefaultEntityListenerResolverService',
'doctrine.orm.default_entity_manager' => 'getDoctrine_Orm_DefaultEntityManagerService',
'doctrine.orm.default_entity_manager.property_info_extractor' => 'getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService',
'doctrine.orm.default_listeners.attach_entity_listeners' => 'getDoctrine_Orm_DefaultListeners_AttachEntityListenersService',
'doctrine.orm.default_manager_configurator' => 'getDoctrine_Orm_DefaultManagerConfiguratorService',
'doctrine.orm.validator.unique' => 'getDoctrine_Orm_Validator_UniqueService',
'doctrine.orm.validator_initializer' => 'getDoctrine_Orm_ValidatorInitializerService',
'doctrine.query_dql_command' => 'getDoctrine_QueryDqlCommandService',
'doctrine.query_sql_command' => 'getDoctrine_QuerySqlCommandService',
'doctrine.schema_create_command' => 'getDoctrine_SchemaCreateCommandService',
'doctrine.schema_drop_command' => 'getDoctrine_SchemaDropCommandService',
'doctrine.schema_update_command' => 'getDoctrine_SchemaUpdateCommandService',
'doctrine.schema_validate_command' => 'getDoctrine_SchemaValidateCommandService',
'doctrine_cache.contains_command' => 'getDoctrineCache_ContainsCommandService',
'doctrine_cache.delete_command' => 'getDoctrineCache_DeleteCommandService',
'doctrine_cache.flush_command' => 'getDoctrineCache_FlushCommandService',
'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',
'doctrine_cache.stats_command' => 'getDoctrineCache_StatsCommandService',
'file_locator' => 'getFileLocatorService',
'filesystem' => 'getFilesystemService',
'form.factory' => 'getForm_FactoryService',
'form.registry' => 'getForm_RegistryService',
'form.resolved_type_factory' => 'getForm_ResolvedTypeFactoryService',
'form.server_params' => 'getForm_ServerParamsService',
'form.type.birthday' => 'getForm_Type_BirthdayService',
'form.type.button' => 'getForm_Type_ButtonService',
'form.type.checkbox' => 'getForm_Type_CheckboxService',
'form.type.choice' => 'getForm_Type_ChoiceService',
'form.type.collection' => 'getForm_Type_CollectionService',
'form.type.country' => 'getForm_Type_CountryService',
'form.type.currency' => 'getForm_Type_CurrencyService',
'form.type.date' => 'getForm_Type_DateService',
'form.type.datetime' => 'getForm_Type_DatetimeService',
'form.type.email' => 'getForm_Type_EmailService',
'form.type.entity' => 'getForm_Type_EntityService',
'form.type.file' => 'getForm_Type_FileService',
'form.type.form' => 'getForm_Type_FormService',
'form.type.hidden' => 'getForm_Type_HiddenService',
'form.type.integer' => 'getForm_Type_IntegerService',
'form.type.language' => 'getForm_Type_LanguageService',
'form.type.locale' => 'getForm_Type_LocaleService',
'form.type.money' => 'getForm_Type_MoneyService',
'form.type.number' => 'getForm_Type_NumberService',
'form.type.password' => 'getForm_Type_PasswordService',
'form.type.percent' => 'getForm_Type_PercentService',
'form.type.radio' => 'getForm_Type_RadioService',
'form.type.range' => 'getForm_Type_RangeService',
'form.type.repeated' => 'getForm_Type_RepeatedService',
'form.type.reset' => 'getForm_Type_ResetService',
'form.type.search' => 'getForm_Type_SearchService',
'form.type.submit' => 'getForm_Type_SubmitService',
'form.type.text' => 'getForm_Type_TextService',
'form.type.textarea' => 'getForm_Type_TextareaService',
'form.type.time' => 'getForm_Type_TimeService',
'form.type.timezone' => 'getForm_Type_TimezoneService',
'form.type.url' => 'getForm_Type_UrlService',
'form.type_extension.csrf' => 'getForm_TypeExtension_CsrfService',
'form.type_extension.form.data_collector' => 'getForm_TypeExtension_Form_DataCollectorService',
'form.type_extension.form.http_foundation' => 'getForm_TypeExtension_Form_HttpFoundationService',
'form.type_extension.form.validator' => 'getForm_TypeExtension_Form_ValidatorService',
'form.type_extension.repeated.validator' => 'getForm_TypeExtension_Repeated_ValidatorService',
'form.type_extension.submit.validator' => 'getForm_TypeExtension_Submit_ValidatorService',
'form.type_extension.upload.validator' => 'getForm_TypeExtension_Upload_ValidatorService',
'form.type_guesser.doctrine' => 'getForm_TypeGuesser_DoctrineService',
'form.type_guesser.validator' => 'getForm_TypeGuesser_ValidatorService',
'fos_user.change_password.controller' => 'getFosUser_ChangePassword_ControllerService',
'fos_user.change_password.form.factory' => 'getFosUser_ChangePassword_Form_FactoryService',
'fos_user.change_password.form.type' => 'getFosUser_ChangePassword_Form_TypeService',
'fos_user.command.activate_user' => 'getFosUser_Command_ActivateUserService',
'fos_user.command.change_password' => 'getFosUser_Command_ChangePasswordService',
'fos_user.command.create_user' => 'getFosUser_Command_CreateUserService',
'fos_user.command.deactivate_user' => 'getFosUser_Command_DeactivateUserService',
'fos_user.command.demote_user' => 'getFosUser_Command_DemoteUserService',
'fos_user.command.promote_user' => 'getFosUser_Command_PromoteUserService',
'fos_user.listener.authentication' => 'getFosUser_Listener_AuthenticationService',
'fos_user.listener.flash' => 'getFosUser_Listener_FlashService',
'fos_user.listener.resetting' => 'getFosUser_Listener_ResettingService',
'fos_user.mailer' => 'getFosUser_MailerService',
'fos_user.profile.controller' => 'getFosUser_Profile_ControllerService',
'fos_user.profile.form.factory' => 'getFosUser_Profile_Form_FactoryService',
'fos_user.profile.form.type' => 'getFosUser_Profile_Form_TypeService',
'fos_user.registration.controller' => 'getFosUser_Registration_ControllerService',
'fos_user.registration.form.factory' => 'getFosUser_Registration_Form_FactoryService',
'fos_user.registration.form.type' => 'getFosUser_Registration_Form_TypeService',
'fos_user.resetting.controller' => 'getFosUser_Resetting_ControllerService',
'fos_user.resetting.form.factory' => 'getFosUser_Resetting_Form_FactoryService',
'fos_user.resetting.form.type' => 'getFosUser_Resetting_Form_TypeService',
'fos_user.security.controller' => 'getFosUser_Security_ControllerService',
'fos_user.security.interactive_login_listener' => 'getFosUser_Security_InteractiveLoginListenerService',
'fos_user.security.login_manager' => 'getFosUser_Security_LoginManagerService',
'fos_user.user_manager' => 'getFosUser_UserManagerService',
'fos_user.user_provider.username' => 'getFosUser_UserProvider_UsernameService',
'fos_user.username_form_type' => 'getFosUser_UsernameFormTypeService',
'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',
'fos_user.util.token_generator' => 'getFosUser_Util_TokenGeneratorService',
'fos_user.util.user_manipulator' => 'getFosUser_Util_UserManipulatorService',
'fragment.handler' => 'getFragment_HandlerService',
'fragment.listener' => 'getFragment_ListenerService',
'fragment.renderer.hinclude' => 'getFragment_Renderer_HincludeService',
'fragment.renderer.inline' => 'getFragment_Renderer_InlineService',
'http_kernel' => 'getHttpKernelService',
'kernel.class_cache.cache_warmer' => 'getKernel_ClassCache_CacheWarmerService',
'kreait_firebase.default' => 'getKreaitFirebase_DefaultService',
'locale_listener' => 'getLocaleListenerService',
'logger' => 'getLoggerService',
'mobile_detect.device_view' => 'getMobileDetect_DeviceViewService',
'mobile_detect.mobile_detector.default' => 'getMobileDetect_MobileDetector_DefaultService',
'mobile_detect.request_listener' => 'getMobileDetect_RequestListenerService',
'mobile_detect.twig.extension' => 'getMobileDetect_Twig_ExtensionService',
'mobile_detect_bundle.device.collector' => 'getMobileDetectBundle_Device_CollectorService',
'model.user' => 'getModel_UserService',
'monolog.handler.console' => 'getMonolog_Handler_ConsoleService',
'monolog.handler.main' => 'getMonolog_Handler_MainService',
'monolog.handler.null_internal' => 'getMonolog_Handler_NullInternalService',
'monolog.handler.server_log' => 'getMonolog_Handler_ServerLogService',
'monolog.logger.assetic' => 'getMonolog_Logger_AsseticService',
'monolog.logger.cache' => 'getMonolog_Logger_CacheService',
'monolog.logger.console' => 'getMonolog_Logger_ConsoleService',
'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.security' => 'getMonolog_Logger_SecurityService',
'monolog.logger.templating' => 'getMonolog_Logger_TemplatingService',
'monolog.logger.translation' => 'getMonolog_Logger_TranslationService',
'nelmio_cors.cors_listener' => 'getNelmioCors_CorsListenerService',
'nelmio_cors.options_provider.config' => 'getNelmioCors_OptionsProvider_ConfigService',
'profiler' => 'getProfilerService',
'profiler_listener' => 'getProfilerListenerService',
'property_accessor' => 'getPropertyAccessorService',
'quinibar.api' => 'getQuinibar_ApiService',
'quinibar.bank' => 'getQuinibar_BankService',
'quinibar.bar' => 'getQuinibar_BarService',
'quinibar.category' => 'getQuinibar_CategoryService',
'quinibar.crawler.round' => 'getQuinibar_Crawler_RoundService',
'quinibar.global.round' => 'getQuinibar_Global_RoundService',
'quinibar.group' => 'getQuinibar_GroupService',
'quinibar.league' => 'getQuinibar_LeagueService',
'quinibar.match' => 'getQuinibar_MatchService',
'quinibar.notification' => 'getQuinibar_NotificationService',
'quinibar.pool' => 'getQuinibar_PoolService',
'quinibar.ranking' => 'getQuinibar_RankingService',
'quinibar.round' => 'getQuinibar_RoundService',
'quinibar.seasson' => 'getQuinibar_SeassonService',
'quinibar.team' => 'getQuinibar_TeamService',
'quinibar.user' => 'getQuinibar_UserService',
'quinibar.utils' => 'getQuinibar_UtilsService',
'quinibar.week' => 'getQuinibar_WeekService',
'request_stack' => 'getRequestStackService',
'resolve_controller_name_subscriber' => 'getResolveControllerNameSubscriberService',
'response_listener' => 'getResponseListenerService',
'router' => 'getRouterService',
'router.request_context' => 'getRouter_RequestContextService',
'router_listener' => 'getRouterListenerService',
'routing.loader' => 'getRouting_LoaderService',
'security.access.authenticated_voter' => 'getSecurity_Access_AuthenticatedVoterService',
'security.access.expression_voter' => 'getSecurity_Access_ExpressionVoterService',
'security.access.role_hierarchy_voter' => 'getSecurity_Access_RoleHierarchyVoterService',
'security.authentication.guard_handler' => 'getSecurity_Authentication_GuardHandlerService',
'security.authentication.manager' => 'getSecurity_Authentication_ManagerService',
'security.authentication.provider.anonymous.main' => 'getSecurity_Authentication_Provider_Anonymous_MainService',
'security.authentication.provider.dao.main' => 'getSecurity_Authentication_Provider_Dao_MainService',
'security.authentication.session_strategy' => 'getSecurity_Authentication_SessionStrategyService',
'security.authentication.trust_resolver' => 'getSecurity_Authentication_TrustResolverService',
'security.authentication_utils' => 'getSecurity_AuthenticationUtilsService',
'security.authorization_checker' => 'getSecurity_AuthorizationCheckerService',
'security.csrf.token_manager' => 'getSecurity_Csrf_TokenManagerService',
'security.csrf.token_storage' => 'getSecurity_Csrf_TokenStorageService',
'security.encoder_factory' => 'getSecurity_EncoderFactoryService',
'security.firewall' => 'getSecurity_FirewallService',
'security.firewall.map' => 'getSecurity_Firewall_MapService',
'security.firewall.map.context.dev' => 'getSecurity_Firewall_Map_Context_DevService',
'security.firewall.map.context.main' => 'getSecurity_Firewall_Map_Context_MainService',
'security.logout_url_generator' => 'getSecurity_LogoutUrlGeneratorService',
'security.password_encoder' => 'getSecurity_PasswordEncoderService',
'security.rememberme.response_listener' => 'getSecurity_Rememberme_ResponseListenerService',
'security.request_matcher.5314eeb91110adf24b9b678372bb11bbe00e8858c519c088bfb65f525181ad3bf573fd1d' => 'getSecurity_RequestMatcher_5314eeb91110adf24b9b678372bb11bbe00e8858c519c088bfb65f525181ad3bf573fd1dService',
'security.request_matcher.a64d671f18e5575531d76c1d1154fdc4476cb8a79c02ed7a3469178c6d7b96b5ed4e60db' => 'getSecurity_RequestMatcher_A64d671f18e5575531d76c1d1154fdc4476cb8a79c02ed7a3469178c6d7b96b5ed4e60dbService',
'security.role_hierarchy' => 'getSecurity_RoleHierarchyService',
'security.token_storage' => 'getSecurity_TokenStorageService',
'security.user_checker' => 'getSecurity_UserCheckerService',
'security.user_value_resolver' => 'getSecurity_UserValueResolverService',
'security.validator.user_password' => 'getSecurity_Validator_UserPasswordService',
'sensio_distribution.security_checker' => 'getSensioDistribution_SecurityCheckerService',
'sensio_distribution.security_checker.command' => 'getSensioDistribution_SecurityChecker_CommandService',
'sensio_framework_extra.cache.listener' => 'getSensioFrameworkExtra_Cache_ListenerService',
'sensio_framework_extra.controller.listener' => 'getSensioFrameworkExtra_Controller_ListenerService',
'sensio_framework_extra.converter.datetime' => 'getSensioFrameworkExtra_Converter_DatetimeService',
'sensio_framework_extra.converter.doctrine.orm' => 'getSensioFrameworkExtra_Converter_Doctrine_OrmService',
'sensio_framework_extra.converter.listener' => 'getSensioFrameworkExtra_Converter_ListenerService',
'sensio_framework_extra.converter.manager' => 'getSensioFrameworkExtra_Converter_ManagerService',
'sensio_framework_extra.security.listener' => 'getSensioFrameworkExtra_Security_ListenerService',
'sensio_framework_extra.view.guesser' => 'getSensioFrameworkExtra_View_GuesserService',
'sensio_framework_extra.view.listener' => 'getSensioFrameworkExtra_View_ListenerService',
'service_locator.cc2b70dfe28c491d5d4736dc8913e9ae' => 'getServiceLocator_Cc2b70dfe28c491d5d4736dc8913e9aeService',
'session' => 'getSessionService',
'session.handler' => 'getSession_HandlerService',
'session.save_listener' => 'getSession_SaveListenerService',
'session.storage.filesystem' => 'getSession_Storage_FilesystemService',
'session.storage.metadata_bag' => 'getSession_Storage_MetadataBagService',
'session.storage.native' => 'getSession_Storage_NativeService',
'session.storage.php_bridge' => 'getSession_Storage_PhpBridgeService',
'session_listener' => 'getSessionListenerService',
'streamed_response_listener' => 'getStreamedResponseListenerService',
'swiftmailer.email_sender.listener' => 'getSwiftmailer_EmailSender_ListenerService',
'swiftmailer.mailer.default' => 'getSwiftmailer_Mailer_DefaultService',
'swiftmailer.mailer.default.plugin.messagelogger' => 'getSwiftmailer_Mailer_Default_Plugin_MessageloggerService',
'swiftmailer.mailer.default.spool' => 'getSwiftmailer_Mailer_Default_SpoolService',
'swiftmailer.mailer.default.transport' => 'getSwiftmailer_Mailer_Default_TransportService',
'swiftmailer.mailer.default.transport.eventdispatcher' => 'getSwiftmailer_Mailer_Default_Transport_EventdispatcherService',
'swiftmailer.mailer.default.transport.real' => 'getSwiftmailer_Mailer_Default_Transport_RealService',
'templating' => 'getTemplatingService',
'templating.filename_parser' => 'getTemplating_FilenameParserService',
'templating.helper.logout_url' => 'getTemplating_Helper_LogoutUrlService',
'templating.helper.security' => 'getTemplating_Helper_SecurityService',
'templating.loader' => 'getTemplating_LoaderService',
'templating.locator' => 'getTemplating_LocatorService',
'templating.name_parser' => 'getTemplating_NameParserService',
'translation.dumper.csv' => 'getTranslation_Dumper_CsvService',
'translation.dumper.ini' => 'getTranslation_Dumper_IniService',
'translation.dumper.json' => 'getTranslation_Dumper_JsonService',
'translation.dumper.mo' => 'getTranslation_Dumper_MoService',
'translation.dumper.php' => 'getTranslation_Dumper_PhpService',
'translation.dumper.po' => 'getTranslation_Dumper_PoService',
'translation.dumper.qt' => 'getTranslation_Dumper_QtService',
'translation.dumper.res' => 'getTranslation_Dumper_ResService',
'translation.dumper.xliff' => 'getTranslation_Dumper_XliffService',
'translation.dumper.yml' => 'getTranslation_Dumper_YmlService',
'translation.extractor' => 'getTranslation_ExtractorService',
'translation.extractor.php' => 'getTranslation_Extractor_PhpService',
'translation.loader' => 'getTranslation_LoaderService',
'translation.loader.csv' => 'getTranslation_Loader_CsvService',
'translation.loader.dat' => 'getTranslation_Loader_DatService',
'translation.loader.ini' => 'getTranslation_Loader_IniService',
'translation.loader.json' => 'getTranslation_Loader_JsonService',
'translation.loader.mo' => 'getTranslation_Loader_MoService',
'translation.loader.php' => 'getTranslation_Loader_PhpService',
'translation.loader.po' => 'getTranslation_Loader_PoService',
'translation.loader.qt' => 'getTranslation_Loader_QtService',
'translation.loader.res' => 'getTranslation_Loader_ResService',
'translation.loader.xliff' => 'getTranslation_Loader_XliffService',
'translation.loader.yml' => 'getTranslation_Loader_YmlService',
'translation.writer' => 'getTranslation_WriterService',
'translator' => 'getTranslatorService',
'translator.default' => 'getTranslator_DefaultService',
'translator_listener' => 'getTranslatorListenerService',
'twig' => 'getTwigService',
'twig.controller.exception' => 'getTwig_Controller_ExceptionService',
'twig.controller.preview_error' => 'getTwig_Controller_PreviewErrorService',
'twig.exception_listener' => 'getTwig_ExceptionListenerService',
'twig.form.renderer' => 'getTwig_Form_RendererService',
'twig.loader' => 'getTwig_LoaderService',
'twig.profile' => 'getTwig_ProfileService',
'twig.runtime.httpkernel' => 'getTwig_Runtime_HttpkernelService',
'twig.translation.extractor' => 'getTwig_Translation_ExtractorService',
'uri_signer' => 'getUriSignerService',
'validate_request_listener' => 'getValidateRequestListenerService',
'validator' => 'getValidatorService',
'validator.builder' => 'getValidator_BuilderService',
'validator.email' => 'getValidator_EmailService',
'validator.expression' => 'getValidator_ExpressionService',
'var_dumper.cli_dumper' => 'getVarDumper_CliDumperService',
'var_dumper.cloner' => 'getVarDumper_ClonerService',
'web_profiler.controller.exception' => 'getWebProfiler_Controller_ExceptionService',
'web_profiler.controller.profiler' => 'getWebProfiler_Controller_ProfilerService',
'web_profiler.controller.router' => 'getWebProfiler_Controller_RouterService',
'web_profiler.csp.handler' => 'getWebProfiler_Csp_HandlerService',
'web_profiler.debug_toolbar' => 'getWebProfiler_DebugToolbarService',
);
$this->privates = array(
'1_b91b48c86fe9c4ee2eb56d25119b36670b2059ee8e8748803d079dde1e6a4c40' => true,
'2_b91b48c86fe9c4ee2eb56d25119b36670b2059ee8e8748803d079dde1e6a4c40' => true,
'AppBundle\\EventListener\\KernelSubscriber' => true,
'AppBundle\\EventListener\\UserRegister' => true,
'annotations.cache' => true,
'annotations.reader' => 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,
'assetic.asset_factory' => true,
'cache.annotations' => true,
'cache.annotations.recorder_inner' => true,
'cache.app.recorder_inner' => true,
'cache.serializer.recorder_inner' => true,
'cache.system.recorder_inner' => true,
'cache.validator' => true,
'cache.validator.recorder_inner' => true,
'console.error_listener' => true,
'controller_name_converter' => true,
'debug.file_link_formatter' => true,
'debug.log_processor' => true,
'debug.security.access.decision_manager' => true,
'doctrine.dbal.logger.profiling.default' => true,
'form.server_params' => true,
'form.type.choice' => 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.validator' => true,
'form.type_extension.repeated.validator' => true,
'form.type_extension.submit.validator' => true,
'form.type_extension.upload.validator' => true,
'form.type_guesser.validator' => true,
'fos_user.user_provider.username' => true,
'fos_user.util.canonical_fields_updater' => true,
'fos_user.util.password_updater' => true,
'resolve_controller_name_subscriber' => true,
'router.request_context' => true,
'security.access.authenticated_voter' => true,
'security.access.expression_voter' => true,
'security.access.role_hierarchy_voter' => true,
'security.authentication.manager' => true,
'security.authentication.provider.anonymous.main' => true,
'security.authentication.provider.dao.main' => true,
'security.authentication.session_strategy' => true,
'security.authentication.trust_resolver' => true,
'security.csrf.token_storage' => true,
'security.firewall.map' => true,
'security.logout_url_generator' => true,
'security.request_matcher.5314eeb91110adf24b9b678372bb11bbe00e8858c519c088bfb65f525181ad3bf573fd1d' => true,
'security.request_matcher.a64d671f18e5575531d76c1d1154fdc4476cb8a79c02ed7a3469178c6d7b96b5ed4e60db' => true,
'security.role_hierarchy' => true,
'security.user_checker' => true,
'security.user_value_resolver' => true,
'service_locator.cc2b70dfe28c491d5d4736dc8913e9ae' => true,
'session.storage.metadata_bag' => true,
'swiftmailer.mailer.default.transport.eventdispatcher' => true,
'templating.locator' => true,
'web_profiler.csp.handler' => true,
);
$this->aliases = array(
'cache.app_clearer' => 'cache.default_clearer',
'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',
'mailer' => 'swiftmailer.mailer.default',
'mobile_detect.mobile_detector' => 'mobile_detect.mobile_detector.default',
'session.storage' => 'session.storage.native',
'swiftmailer.mailer' => 'swiftmailer.mailer.default',
'swiftmailer.plugin.messagelogger' => 'swiftmailer.mailer.default.plugin.messagelogger',
'swiftmailer.spool' => 'swiftmailer.mailer.default.spool',
'swiftmailer.transport' => 'swiftmailer.mailer.default.transport',
'swiftmailer.transport.real' => 'swiftmailer.mailer.default.transport.real',
);
}
/**
* {@inheritdoc}
*/
public function compile()
{
throw new LogicException('You cannot compile a dumped container that was already compiled.');
}
/**
* {@inheritdoc}
*/
public function isCompiled()
{
return true;
}
/**
* {@inheritdoc}
*/
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;
}
/**
* Gets the public 'AppBundle\Controller\API_controllers\auth' shared autowired service.
*
* @return \AppBundle\Controller\API_controllers\auth
*/
protected function getAppBundle_Controller_APIControllers_AuthService()
{
return $this->services['AppBundle\Controller\API_controllers\auth'] = new \AppBundle\Controller\API_controllers\auth();
}
/**
* Gets the public 'AppBundle\Controller\API_controllers\week' shared autowired service.
*
* @return \AppBundle\Controller\API_controllers\week
*/
protected function getAppBundle_Controller_APIControllers_WeekService()
{
return $this->services['AppBundle\Controller\API_controllers\week'] = new \AppBundle\Controller\API_controllers\week();
}
/**
* Gets the public 'AppBundle\Controller\Actions\PoolActionsController' shared autowired service.
*
* @return \AppBundle\Controller\Actions\PoolActionsController
*/
protected function getAppBundle_Controller_Actions_PoolActionsControllerService()
{
return $this->services['AppBundle\Controller\Actions\PoolActionsController'] = new \AppBundle\Controller\Actions\PoolActionsController();
}
/**
* Gets the public 'AppBundle\Controller\Actions\QuiniBankController' shared autowired service.
*
* @return \AppBundle\Controller\Actions\QuiniBankController
*/
protected function getAppBundle_Controller_Actions_QuiniBankControllerService()
{
return $this->services['AppBundle\Controller\Actions\QuiniBankController'] = new \AppBundle\Controller\Actions\QuiniBankController();
}
/**
* Gets the public 'AppBundle\Controller\Actions\RankingController' shared autowired service.
*
* @return \AppBundle\Controller\Actions\RankingController
*/
protected function getAppBundle_Controller_Actions_RankingControllerService()
{
return $this->services['AppBundle\Controller\Actions\RankingController'] = new \AppBundle\Controller\Actions\RankingController();
}
/**
* Gets the public 'AppBundle\Controller\Actions\UserActionsController' shared autowired service.
*
* @return \AppBundle\Controller\Actions\UserActionsController
*/
protected function getAppBundle_Controller_Actions_UserActionsControllerService()
{
return $this->services['AppBundle\Controller\Actions\UserActionsController'] = new \AppBundle\Controller\Actions\UserActionsController();
}
/**
* Gets the public 'AppBundle\Controller\Actions\WeekActionsController' shared autowired service.
*
* @return \AppBundle\Controller\Actions\WeekActionsController
*/
protected function getAppBundle_Controller_Actions_WeekActionsControllerService()
{
return $this->services['AppBundle\Controller\Actions\WeekActionsController'] = new \AppBundle\Controller\Actions\WeekActionsController();
}
/**
* Gets the public 'AppBundle\Controller\Admin\AdminController' shared autowired service.
*
* @return \AppBundle\Controller\Admin\AdminController
*/
protected function getAppBundle_Controller_Admin_AdminControllerService()
{
return $this->services['AppBundle\Controller\Admin\AdminController'] = new \AppBundle\Controller\Admin\AdminController();
}
/**
* Gets the public 'AppBundle\Controller\Admin\BarController' shared autowired service.
*
* @return \AppBundle\Controller\Admin\BarController
*/
protected function getAppBundle_Controller_Admin_BarControllerService()
{
return $this->services['AppBundle\Controller\Admin\BarController'] = new \AppBundle\Controller\Admin\BarController();
}
/**
* Gets the public 'AppBundle\Controller\Admin\CategoryController' shared autowired service.
*
* @return \AppBundle\Controller\Admin\CategoryController
*/
protected function getAppBundle_Controller_Admin_CategoryControllerService()
{
return $this->services['AppBundle\Controller\Admin\CategoryController'] = new \AppBundle\Controller\Admin\CategoryController();
}
/**
* Gets the public 'AppBundle\Controller\Admin\GlobalController' shared autowired service.
*
* @return \AppBundle\Controller\Admin\GlobalController
*/
protected function getAppBundle_Controller_Admin_GlobalControllerService()
{
return $this->services['AppBundle\Controller\Admin\GlobalController'] = new \AppBundle\Controller\Admin\GlobalController();
}
/**
* Gets the public 'AppBundle\Controller\Admin\GroupController' shared autowired service.
*
* @return \AppBundle\Controller\Admin\GroupController
*/
protected function getAppBundle_Controller_Admin_GroupControllerService()
{
return $this->services['AppBundle\Controller\Admin\GroupController'] = new \AppBundle\Controller\Admin\GroupController();
}
/**
* Gets the public 'AppBundle\Controller\Admin\LeagueController' shared autowired service.
*
* @return \AppBundle\Controller\Admin\LeagueController
*/
protected function getAppBundle_Controller_Admin_LeagueControllerService()
{
return $this->services['AppBundle\Controller\Admin\LeagueController'] = new \AppBundle\Controller\Admin\LeagueController();
}
/**
* Gets the public 'AppBundle\Controller\Admin\MatchController' shared autowired service.
*
* @return \AppBundle\Controller\Admin\MatchController
*/
protected function getAppBundle_Controller_Admin_MatchControllerService()
{
return $this->services['AppBundle\Controller\Admin\MatchController'] = new \AppBundle\Controller\Admin\MatchController();
}
/**
* Gets the public 'AppBundle\Controller\Admin\PoolController' shared autowired service.
*
* @return \AppBundle\Controller\Admin\PoolController
*/
protected function getAppBundle_Controller_Admin_PoolControllerService()
{
return $this->services['AppBundle\Controller\Admin\PoolController'] = new \AppBundle\Controller\Admin\PoolController();
}
/**
* Gets the public 'AppBundle\Controller\Admin\RoundController' shared autowired service.
*
* @return \AppBundle\Controller\Admin\RoundController
*/
protected function getAppBundle_Controller_Admin_RoundControllerService()
{
return $this->services['AppBundle\Controller\Admin\RoundController'] = new \AppBundle\Controller\Admin\RoundController();
}
/**
* Gets the public 'AppBundle\Controller\Admin\SeassonController' shared autowired service.
*
* @return \AppBundle\Controller\Admin\SeassonController
*/
protected function getAppBundle_Controller_Admin_SeassonControllerService()
{
return $this->services['AppBundle\Controller\Admin\SeassonController'] = new \AppBundle\Controller\Admin\SeassonController();
}
/**
* Gets the public 'AppBundle\Controller\Admin\TeamController' shared autowired service.
*
* @return \AppBundle\Controller\Admin\TeamController
*/
protected function getAppBundle_Controller_Admin_TeamControllerService()
{
return $this->services['AppBundle\Controller\Admin\TeamController'] = new \AppBundle\Controller\Admin\TeamController();
}
/**
* Gets the public 'AppBundle\Controller\Admin\UserController' shared autowired service.
*
* @return \AppBundle\Controller\Admin\UserController
*/
protected function getAppBundle_Controller_Admin_UserControllerService()
{
return $this->services['AppBundle\Controller\Admin\UserController'] = new \AppBundle\Controller\Admin\UserController();
}
/**
* Gets the public 'AppBundle\Controller\Admin\WeekController' shared autowired service.
*
* @return \AppBundle\Controller\Admin\WeekController
*/
protected function getAppBundle_Controller_Admin_WeekControllerService()
{
return $this->services['AppBundle\Controller\Admin\WeekController'] = new \AppBundle\Controller\Admin\WeekController();
}
/**
* Gets the public 'AppBundle\Controller\Admin\Week\PoolController' shared autowired service.
*
* @return \AppBundle\Controller\Admin\Week\PoolController
*/
protected function getAppBundle_Controller_Admin_Week_PoolControllerService()
{
return $this->services['AppBundle\Controller\Admin\Week\PoolController'] = new \AppBundle\Controller\Admin\Week\PoolController();
}
/**
* Gets the public 'AppBundle\Controller\Api\ApiBank' shared autowired service.
*
* @return \AppBundle\Controller\Api\ApiBank
*/
protected function getAppBundle_Controller_Api_ApiBankService()
{
return $this->services['AppBundle\Controller\Api\ApiBank'] = new \AppBundle\Controller\Api\ApiBank();
}
/**
* Gets the public 'AppBundle\Controller\Api\ApiBars' shared autowired service.
*
* @return \AppBundle\Controller\Api\ApiBars
*/
protected function getAppBundle_Controller_Api_ApiBarsService()
{
return $this->services['AppBundle\Controller\Api\ApiBars'] = new \AppBundle\Controller\Api\ApiBars();
}
/**
* Gets the public 'AppBundle\Controller\Api\ApiController' shared autowired service.
*
* @return \AppBundle\Controller\Api\ApiController
*/
protected function getAppBundle_Controller_Api_ApiControllerService()
{
return $this->services['AppBundle\Controller\Api\ApiController'] = new \AppBundle\Controller\Api\ApiController();
}
/**
* Gets the public 'AppBundle\Controller\Api\ApiGroup' shared autowired service.
*
* @return \AppBundle\Controller\Api\ApiGroup
*/
protected function getAppBundle_Controller_Api_ApiGroupService()
{
return $this->services['AppBundle\Controller\Api\ApiGroup'] = new \AppBundle\Controller\Api\ApiGroup();
}
/**
* Gets the public 'AppBundle\Controller\Api\ApiLeague' shared autowired service.
*
* @return \AppBundle\Controller\Api\ApiLeague
*/
protected function getAppBundle_Controller_Api_ApiLeagueService()
{
return $this->services['AppBundle\Controller\Api\ApiLeague'] = new \AppBundle\Controller\Api\ApiLeague();
}
/**
* Gets the public 'AppBundle\Controller\Api\ApiPool' shared autowired service.
*
* @return \AppBundle\Controller\Api\ApiPool
*/
protected function getAppBundle_Controller_Api_ApiPoolService()
{
return $this->services['AppBundle\Controller\Api\ApiPool'] = new \AppBundle\Controller\Api\ApiPool();
}
/**
* Gets the public 'AppBundle\Controller\Api\ApiRound' shared autowired service.
*
* @return \AppBundle\Controller\Api\ApiRound
*/
protected function getAppBundle_Controller_Api_ApiRoundService()
{
return $this->services['AppBundle\Controller\Api\ApiRound'] = new \AppBundle\Controller\Api\ApiRound();
}
/**
* Gets the public 'AppBundle\Controller\Api\ApiSeasson' shared autowired service.
*
* @return \AppBundle\Controller\Api\ApiSeasson
*/
protected function getAppBundle_Controller_Api_ApiSeassonService()
{
return $this->services['AppBundle\Controller\Api\ApiSeasson'] = new \AppBundle\Controller\Api\ApiSeasson();
}
/**
* Gets the public 'AppBundle\Controller\Api\ApiUsers' shared autowired service.
*
* @return \AppBundle\Controller\Api\ApiUsers
*/
protected function getAppBundle_Controller_Api_ApiUsersService()
{
return $this->services['AppBundle\Controller\Api\ApiUsers'] = new \AppBundle\Controller\Api\ApiUsers();
}
/**
* Gets the public 'AppBundle\Controller\Api\ApiVerify' shared autowired service.
*
* @return \AppBundle\Controller\Api\ApiVerify
*/
protected function getAppBundle_Controller_Api_ApiVerifyService()
{
return $this->services['AppBundle\Controller\Api\ApiVerify'] = new \AppBundle\Controller\Api\ApiVerify();
}
/**
* Gets the public 'AppBundle\Controller\Api\ApiWeek' shared autowired service.
*
* @return \AppBundle\Controller\Api\ApiWeek
*/
protected function getAppBundle_Controller_Api_ApiWeekService()
{
return $this->services['AppBundle\Controller\Api\ApiWeek'] = new \AppBundle\Controller\Api\ApiWeek();
}
/**
* Gets the public 'AppBundle\Controller\DefaultController' shared autowired service.
*
* @return \AppBundle\Controller\DefaultController
*/
protected function getAppBundle_Controller_DefaultControllerService()
{
return $this->services['AppBundle\Controller\DefaultController'] = new \AppBundle\Controller\DefaultController();
}
/**
* Gets the public 'AppBundle\Controller\OwnerController' shared autowired service.
*
* @return \AppBundle\Controller\OwnerController
*/
protected function getAppBundle_Controller_OwnerControllerService()
{
return $this->services['AppBundle\Controller\OwnerController'] = new \AppBundle\Controller\OwnerController();
}
/**
* Gets the public 'AppBundle\Controller\Privat\PrivateController' shared autowired service.
*
* @return \AppBundle\Controller\Privat\PrivateController
*/
protected function getAppBundle_Controller_Privat_PrivateControllerService()
{
return $this->services['AppBundle\Controller\Privat\PrivateController'] = new \AppBundle\Controller\Privat\PrivateController();
}
/**
* Gets the public 'AppBundle\Controller\Privat\QuinibarController' shared autowired service.
*
* @return \AppBundle\Controller\Privat\QuinibarController
*/
protected function getAppBundle_Controller_Privat_QuinibarControllerService()
{
return $this->services['AppBundle\Controller\Privat\QuinibarController'] = new \AppBundle\Controller\Privat\QuinibarController();
}
/**
* Gets the public 'AppBundle\Controller\SignupController' shared autowired service.
*
* @return \AppBundle\Controller\SignupController
*/
protected function getAppBundle_Controller_SignupControllerService()
{
return $this->services['AppBundle\Controller\SignupController'] = new \AppBundle\Controller\SignupController();
}
/**
* Gets the public 'AppBundle\Controller\WebApp\LoginApp' shared autowired service.
*
* @return \AppBundle\Controller\WebApp\LoginApp
*/
protected function getAppBundle_Controller_WebApp_LoginAppService()
{
return $this->services['AppBundle\Controller\WebApp\LoginApp'] = new \AppBundle\Controller\WebApp\LoginApp();
}
/**
* Gets the public 'AppBundle\Controller\WebApp\OwnerController' shared autowired service.
*
* @return \AppBundle\Controller\WebApp\OwnerController
*/
protected function getAppBundle_Controller_WebApp_OwnerControllerService()
{
return $this->services['AppBundle\Controller\WebApp\OwnerController'] = new \AppBundle\Controller\WebApp\OwnerController();
}
/**
* Gets the public 'AppBundle\Controller\WebApp\WebAppController' shared autowired service.
*
* @return \AppBundle\Controller\WebApp\WebAppController
*/
protected function getAppBundle_Controller_WebApp_WebAppControllerService()
{
return $this->services['AppBundle\Controller\WebApp\WebAppController'] = new \AppBundle\Controller\WebApp\WebAppController();
}
/**
* Gets the public 'AppBundle\Controller\WebApp\WebAppInitializer' shared autowired service.
*
* @return \AppBundle\Controller\WebApp\WebAppInitializer
*/
protected function getAppBundle_Controller_WebApp_WebAppInitializerService()
{
return $this->services['AppBundle\Controller\WebApp\WebAppInitializer'] = new \AppBundle\Controller\WebApp\WebAppInitializer();
}
/**
* Gets the public 'Kreait\Firebase\Factory' shared service.
*
* @return \Kreait\Firebase\Factory
*/
protected function getKreait_Firebase_FactoryService()
{
return $this->services['Kreait\Firebase\Factory'] = new \Kreait\Firebase\Factory();
}
/**
* Gets the public 'Kreait\Firebase\Symfony\Bundle\DependencyInjection\Factory\ProjectFactory' shared service.
*
* @return \Kreait\Firebase\Symfony\Bundle\DependencyInjection\Factory\ProjectFactory
*/
protected function getKreait_Firebase_Symfony_Bundle_DependencyInjection_Factory_ProjectFactoryService()
{
return $this->services['Kreait\Firebase\Symfony\Bundle\DependencyInjection\Factory\ProjectFactory'] = new \Kreait\Firebase\Symfony\Bundle\DependencyInjection\Factory\ProjectFactory(${($_ = isset($this->services['Kreait\Firebase\Factory']) ? $this->services['Kreait\Firebase\Factory'] : $this->get('Kreait\Firebase\Factory')) && false ?: '_'});
}
/**
* Gets the public 'annotation_reader' shared service.
*
* @return \Doctrine\Common\Annotations\CachedReader
*/
protected function getAnnotationReaderService()
{
$this->services['annotation_reader'] = $instance = new \Doctrine\Common\Annotations\CachedReader(${($_ = isset($this->services['annotations.reader']) ? $this->services['annotations.reader'] : $this->getAnnotations_ReaderService()) && false ?: '_'}, new \Doctrine\Common\Cache\ArrayCache(), true);
$instance->cacheProviderBackup = function () {
return ${($_ = isset($this->services['annotations.cache']) ? $this->services['annotations.cache'] : $this->getAnnotations_CacheService()) && false ?: '_'};
};
return $instance;
}
/**
* Gets the public 'api.group' shared autowired service.
*
* @return \AppBundle\Service\Api\Group
*/
protected function getApi_GroupService()
{
return $this->services['api.group'] = new \AppBundle\Service\Api\Group(${($_ = isset($this->services['doctrine.orm.default_entity_manager']) ? $this->services['doctrine.orm.default_entity_manager'] : $this->get('doctrine.orm.default_entity_manager')) && false ?: '_'}, ${($_ = isset($this->services['quinibar.group']) ? $this->services['quinibar.group'] : $this->get('quinibar.group')) && false ?: '_'}, ${($_ = isset($this->services['crawler.group']) ? $this->services['crawler.group'] : $this->get('crawler.group')) && false ?: '_'});
}
/**
* Gets the public 'api.league' shared autowired service.
*
* @return \AppBundle\Service\Api\League
*/
protected function getApi_LeagueService()
{
return $this->services['api.league'] = new \AppBundle\Service\Api\League(${($_ = isset($this->services['doctrine.orm.default_entity_manager']) ? $this->services['doctrine.orm.default_entity_manager'] : $this->get('doctrine.orm.default_entity_manager')) && false ?: '_'}, ${($_ = isset($this->services['quinibar.league']) ? $this->services['quinibar.league'] : $this->get('quinibar.league')) && false ?: '_'}, ${($_ = isset($this->services['crawler.league']) ? $this->services['crawler.league'] : $this->get('crawler.league')) && false ?: '_'});
}
/**
* Gets the public 'api.match' shared autowired service.
*
* @return \AppBundle\Service\Api\Match
*/
protected function getApi_MatchService()
{
return $this->services['api.match'] = new \AppBundle\Service\Api\Match(${($_ = isset($this->services['doctrine.orm.default_entity_manager']) ? $this->services['doctrine.orm.default_entity_manager'] : $this->get('doctrine.orm.default_entity_manager')) && false ?: '_'});
}
/**
* Gets the public 'api.pool' shared autowired service.
*
* @return \AppBundle\Service\Api\Pool
*/
protected function getApi_PoolService()
{
return $this->services['api.pool'] = new \AppBundle\Service\Api\Pool(${($_ = isset($this->services['doctrine.orm.default_entity_manager']) ? $this->services['doctrine.orm.default_entity_manager'] : $this->get('doctrine.orm.default_entity_manager')) && false ?: '_'});
}
/**
* Gets the public 'api.round' shared autowired service.
*
* @return \AppBundle\Service\Api\Round
*/
protected function getApi_RoundService()
{
return $this->services['api.round'] = new \AppBundle\Service\Api\Round(${($_ = isset($this->services['doctrine.orm.default_entity_manager']) ? $this->services['doctrine.orm.default_entity_manager'] : $this->get('doctrine.orm.default_entity_manager')) && false ?: '_'}, ${($_ = isset($this->services['quinibar.round']) ? $this->services['quinibar.round'] : $this->get('quinibar.round')) && false ?: '_'}, ${($_ = isset($this->services['crawler.round']) ? $this->services['crawler.round'] : $this->get('crawler.round')) && false ?: '_'});
}
/**
* Gets the public 'api.user' shared autowired service.
*
* @return \AppBundle\Service\Api\User
*/
protected function getApi_UserService()
{
return $this->services['api.user'] = new \AppBundle\Service\Api\User(${($_ = isset($this->services['doctrine.orm.default_entity_manager']) ? $this->services['doctrine.orm.default_entity_manager'] : $this->get('doctrine.orm.default_entity_manager')) && false ?: '_'}, $this);
}
/**
* Gets the public 'assetic.asset_manager' shared service.
*
* @return \Assetic\Factory\LazyAssetManager
*/
protected function getAssetic_AssetManagerService()
{
$a = ${($_ = isset($this->services['templating.loader']) ? $this->services['templating.loader'] : $this->get('templating.loader')) && false ?: '_'};
$this->services['assetic.asset_manager'] = $instance = new \Assetic\Factory\LazyAssetManager(${($_ = isset($this->services['assetic.asset_factory']) ? $this->services['assetic.asset_factory'] : $this->getAssetic_AssetFactoryService()) && false ?: '_'}, array('twig' => new \Assetic\Factory\Loader\CachedFormulaLoader(new \Assetic\Extension\Twig\TwigFormulaLoader(${($_ = isset($this->services['twig']) ? $this->services['twig'] : $this->get('twig')) && false ?: '_'}, ${($_ = isset($this->services['monolog.logger.assetic']) ? $this->services['monolog.logger.assetic'] : $this->get('monolog.logger.assetic', ContainerInterface::NULL_ON_INVALID_REFERENCE)) && false ?: '_'}), new \Assetic\Cache\ConfigCache((__DIR__.'/assetic/config')), true)));
$instance->addResource(new \Symfony\Bundle\AsseticBundle\Factory\Resource\CoalescingDirectoryResource(array(0 => new \Symfony\Bundle\AsseticBundle\Factory\Resource\DirectoryResource($a, 'FrameworkBundle', ($this->targetDirs[3].'/app/Resources/FrameworkBundle/views'), '/\\.[^.]+\\.twig$/'), 1 => new \Symfony\Bundle\AsseticBundle\Factory\Resource\DirectoryResource($a, 'FrameworkBundle', ($this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Resources/views'), '/\\.[^.]+\\.twig$/'))), 'twig');
$instance->addResource(new \Symfony\Bundle\AsseticBundle\Factory\Resource\CoalescingDirectoryResource(array(0 => new \Symfony\Bundle\AsseticBundle\Factory\Resource\DirectoryResource($a, 'SecurityBundle', ($this->targetDirs[3].'/app/Resources/SecurityBundle/views'), '/\\.[^.]+\\.twig$/'), 1 => new \Symfony\Bundle\AsseticBundle\Factory\Resource\DirectoryResource($a, 'SecurityBundle', ($this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Bundle/SecurityBundle/Resources/views'), '/\\.[^.]+\\.twig$/'))), 'twig');
$instance->addResource(new \Symfony\Bundle\AsseticBundle\Factory\Resource\CoalescingDirectoryResource(array(0 => new \Symfony\Bundle\AsseticBundle\Factory\Resource\DirectoryResource($a, 'TwigBundle', ($this->targetDirs[3].'/app/Resources/TwigBundle/views'), '/\\.[^.]+\\.twig$/'), 1 => new \Symfony\Bundle\AsseticBundle\Factory\Resource\DirectoryResource($a, 'TwigBundle', ($this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/Resources/views'), '/\\.[^.]+\\.twig$/'))), 'twig');
$instance->addResource(new \Symfony\Bundle\AsseticBundle\Factory\Resource\CoalescingDirectoryResource(array(0 => new \Symfony\Bundle\AsseticBundle\Factory\Resource\DirectoryResource($a, 'MonologBundle', ($this->targetDirs[3].'/app/Resources/MonologBundle/views'), '/\\.[^.]+\\.twig$/'), 1 => new \Symfony\Bundle\AsseticBundle\Factory\Resource\DirectoryResource($a, 'MonologBundle', ($this->targetDirs[3].'/vendor/symfony/monolog-bundle/Resources/views'), '/\\.[^.]+\\.twig$/'))), 'twig');
$instance->addResource(new \Symfony\Bundle\AsseticBundle\Factory\Resource\CoalescingDirectoryResource(array(0 => new \Symfony\Bundle\AsseticBundle\Factory\Resource\DirectoryResource($a, 'SwiftmailerBundle', ($this->targetDirs[3].'/app/Resources/SwiftmailerBundle/views'), '/\\.[^.]+\\.twig$/'), 1 => new \Symfony\Bundle\AsseticBundle\Factory\Resource\DirectoryResource($a, 'SwiftmailerBundle', ($this->targetDirs[3].'/vendor/symfony/swiftmailer-bundle/Resources/views'), '/\\.[^.]+\\.twig$/'))), 'twig');
$instance->addResource(new \Symfony\Bundle\AsseticBundle\Factory\Resource\CoalescingDirectoryResource(array(0 => new \Symfony\Bundle\AsseticBundle\Factory\Resource\DirectoryResource($a, 'DoctrineBundle', ($this->targetDirs[3].'/app/Resources/DoctrineBundle/views'), '/\\.[^.]+\\.twig$/'), 1 => new \Symfony\Bundle\AsseticBundle\Factory\Resource\DirectoryResource($a, 'DoctrineBundle', ($this->targetDirs[3].'/vendor/doctrine/doctrine-bundle/Resources/views'), '/\\.[^.]+\\.twig$/'))), 'twig');
$instance->addResource(new \Symfony\Bundle\AsseticBundle\Factory\Resource\CoalescingDirectoryResource(array(0 => new \Symfony\Bundle\AsseticBundle\Factory\Resource\DirectoryResource($a, 'MobileDetectBundle', ($this->targetDirs[3].'/app/Resources/MobileDetectBundle/views'), '/\\.[^.]+\\.twig$/'), 1 => new \Symfony\Bundle\AsseticBundle\Factory\Resource\DirectoryResource($a, 'MobileDetectBundle', ($this->targetDirs[3].'/vendor/suncat/mobile-detect-bundle/SunCat/MobileDetectBundle/Resources/views'), '/\\.[^.]+\\.twig$/'))), 'twig');
$instance->addResource(new \Symfony\Bundle\AsseticBundle\Factory\Resource\CoalescingDirectoryResource(array(0 => new \Symfony\Bundle\AsseticBundle\Factory\Resource\DirectoryResource($a, 'SensioFrameworkExtraBundle', ($this->targetDirs[3].'/app/Resources/SensioFrameworkExtraBundle/views'), '/\\.[^.]+\\.twig$/'), 1 => new \Symfony\Bundle\AsseticBundle\Factory\Resource\DirectoryResource($a, 'SensioFrameworkExtraBundle', ($this->targetDirs[3].'/vendor/sensio/framework-extra-bundle/Resources/views'), '/\\.[^.]+\\.twig$/'))), 'twig');
$instance->addResource(new \Symfony\Bundle\AsseticBundle\Factory\Resource\CoalescingDirectoryResource(array(0 => new \Symfony\Bundle\AsseticBundle\Factory\Resource\DirectoryResource($a, 'DoctrineFixturesBundle', ($this->targetDirs[3].'/app/Resources/DoctrineFixturesBundle/views'), '/\\.[^.]+\\.twig$/'), 1 => new \Symfony\Bundle\AsseticBundle\Factory\Resource\DirectoryResource($a, 'DoctrineFixturesBundle', ($this->targetDirs[3].'/vendor/doctrine/doctrine-fixtures-bundle/Resources/views'), '/\\.[^.]+\\.twig$/'))), 'twig');
$instance->addResource(new \Symfony\Bundle\AsseticBundle\Factory\Resource\CoalescingDirectoryResource(array(0 => new \Symfony\Bundle\AsseticBundle\Factory\Resource\DirectoryResource($a, 'NelmioCorsBundle', ($this->targetDirs[3].'/app/Resources/NelmioCorsBundle/views'), '/\\.[^.]+\\.twig$/'), 1 => new \Symfony\Bundle\AsseticBundle\Factory\Resource\DirectoryResource($a, 'NelmioCorsBundle', ($this->targetDirs[3].'/vendor/nelmio/cors-bundle/Resources/views'), '/\\.[^.]+\\.twig$/'))), 'twig');
$instance->addResource(new \Symfony\Bundle\AsseticBundle\Factory\Resource\CoalescingDirectoryResource(array(0 => new \Symfony\Bundle\AsseticBundle\Factory\Resource\DirectoryResource($a, 'FOSUserBundle', ($this->targetDirs[3].'/app/Resources/FOSUserBundle/views'), '/\\.[^.]+\\.twig$/'), 1 => new \Symfony\Bundle\AsseticBundle\Factory\Resource\DirectoryResource($a, 'FOSUserBundle', ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/views'), '/\\.[^.]+\\.twig$/'))), 'twig');
$instance->addResource(new \Symfony\Bundle\AsseticBundle\Factory\Resource\CoalescingDirectoryResource(array(0 => new \Symfony\Bundle\AsseticBundle\Factory\Resource\DirectoryResource($a, 'AsseticBundle', ($this->targetDirs[3].'/app/Resources/AsseticBundle/views'), '/\\.[^.]+\\.twig$/'), 1 => new \Symfony\Bundle\AsseticBundle\Factory\Resource\DirectoryResource($a, 'AsseticBundle', ($this->targetDirs[3].'/vendor/symfony/assetic-bundle/Resources/views'), '/\\.[^.]+\\.twig$/'))), 'twig');
$instance->addResource(new \Symfony\Bundle\AsseticBundle\Factory\Resource\CoalescingDirectoryResource(array(0 => new \Symfony\Bundle\AsseticBundle\Factory\Resource\DirectoryResource($a, 'AppBundle', ($this->targetDirs[3].'/app/Resources/AppBundle/views'), '/\\.[^.]+\\.twig$/'), 1 => new \Symfony\Bundle\AsseticBundle\Factory\Resource\DirectoryResource($a, 'AppBundle', ($this->targetDirs[3].'/src/AppBundle/Resources/views'), '/\\.[^.]+\\.twig$/'))), 'twig');
$instance->addResource(new \Symfony\Bundle\AsseticBundle\Factory\Resource\CoalescingDirectoryResource(array(0 => new \Symfony\Bundle\AsseticBundle\Factory\Resource\DirectoryResource($a, 'FirebaseBundle', ($this->targetDirs[3].'/app/Resources/FirebaseBundle/views'), '/\\.[^.]+\\.twig$/'), 1 => new \Symfony\Bundle\AsseticBundle\Factory\Resource\DirectoryResource($a, 'FirebaseBundle', ($this->targetDirs[3].'/vendor/kreait/firebase-bundle/Resources/views'), '/\\.[^.]+\\.twig$/'))), 'twig');
$instance->addResource(new \Symfony\Bundle\AsseticBundle\Factory\Resource\CoalescingDirectoryResource(array(0 => new \Symfony\Bundle\AsseticBundle\Factory\Resource\DirectoryResource($a, 'DebugBundle', ($this->targetDirs[3].'/app/Resources/DebugBundle/views'), '/\\.[^.]+\\.twig$/'), 1 => new \Symfony\Bundle\AsseticBundle\Factory\Resource\DirectoryResource($a, 'DebugBundle', ($this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Bundle/DebugBundle/Resources/views'), '/\\.[^.]+\\.twig$/'))), 'twig');
$instance->addResource(new \Symfony\Bundle\AsseticBundle\Factory\Resource\CoalescingDirectoryResource(array(0 => new \Symfony\Bundle\AsseticBundle\Factory\Resource\DirectoryResource($a, 'WebProfilerBundle', ($this->targetDirs[3].'/app/Resources/WebProfilerBundle/views'), '/\\.[^.]+\\.twig$/'), 1 => new \Symfony\Bundle\AsseticBundle\Factory\Resource\DirectoryResource($a, 'WebProfilerBundle', ($this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Bundle/WebProfilerBundle/Resources/views'), '/\\.[^.]+\\.twig$/'))), 'twig');
$instance->addResource(new \Symfony\Bundle\AsseticBundle\Factory\Resource\CoalescingDirectoryResource(array(0 => new \Symfony\Bundle\AsseticBundle\Factory\Resource\DirectoryResource($a, 'SensioDistributionBundle', ($this->targetDirs[3].'/app/Resources/SensioDistributionBundle/views'), '/\\.[^.]+\\.twig$/'), 1 => new \Symfony\Bundle\AsseticBundle\Factory\Resource\DirectoryResource($a, 'SensioDistributionBundle', ($this->targetDirs[3].'/vendor/sensio/distribution-bundle/Resources/views'), '/\\.[^.]+\\.twig$/'))), 'twig');
$instance->addResource(new \Symfony\Bundle\AsseticBundle\Factory\Resource\CoalescingDirectoryResource(array(0 => new \Symfony\Bundle\AsseticBundle\Factory\Resource\DirectoryResource($a, 'SensioGeneratorBundle', ($this->targetDirs[3].'/app/Resources/SensioGeneratorBundle/views'), '/\\.[^.]+\\.twig$/'), 1 => new \Symfony\Bundle\AsseticBundle\Factory\Resource\DirectoryResource($a, 'SensioGeneratorBundle', ($this->targetDirs[3].'/vendor/sensio/generator-bundle/Resources/views'), '/\\.[^.]+\\.twig$/'))), 'twig');
$instance->addResource(new \Symfony\Bundle\AsseticBundle\Factory\Resource\CoalescingDirectoryResource(array(0 => new \Symfony\Bundle\AsseticBundle\Factory\Resource\DirectoryResource($a, 'WebServerBundle', ($this->targetDirs[3].'/app/Resources/WebServerBundle/views'), '/\\.[^.]+\\.twig$/'), 1 => new \Symfony\Bundle\AsseticBundle\Factory\Resource\DirectoryResource($a, 'WebServerBundle', ($this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Bundle/WebServerBundle/Resources/views'), '/\\.[^.]+\\.twig$/'))), 'twig');
$instance->addResource(new \Symfony\Bundle\AsseticBundle\Factory\Resource\DirectoryResource($a, '', ($this->targetDirs[3].'/app/Resources/views'), '/\\.[^.]+\\.twig$/'), 'twig');
return $instance;
}
/**
* Gets the public 'assetic.controller' shared service.
*
* @return \Symfony\Bundle\AsseticBundle\Controller\AsseticController
*/
protected function getAssetic_ControllerService()
{
return $this->services['assetic.controller'] = new \Symfony\Bundle\AsseticBundle\Controller\AsseticController(${($_ = isset($this->services['assetic.asset_manager']) ? $this->services['assetic.asset_manager'] : $this->get('assetic.asset_manager')) && false ?: '_'}, new \Assetic\Cache\FilesystemCache((__DIR__.'/assetic/assets')), false, ${($_ = isset($this->services['profiler']) ? $this->services['profiler'] : $this->get('profiler', ContainerInterface::NULL_ON_INVALID_REFERENCE)) && false ?: '_'});
}
/**
* Gets the public 'assetic.filter.cssrewrite' shared service.
*
* @return \Assetic\Filter\CssRewriteFilter
*/
protected function getAssetic_Filter_CssrewriteService()
{
return $this->services['assetic.filter.cssrewrite'] = new \Assetic\Filter\CssRewriteFilter();
}
/**
* Gets the public 'assetic.filter_manager' shared service.
*
* @return \Symfony\Bundle\AsseticBundle\FilterManager
*/
protected function getAssetic_FilterManagerService()
{
return $this->services['assetic.filter_manager'] = new \Symfony\Bundle\AsseticBundle\FilterManager($this, array('cssrewrite' => 'assetic.filter.cssrewrite'));
}
/**
* Gets the public 'assetic.request_listener' shared service.
*
* @return \Symfony\Bundle\AsseticBundle\EventListener\RequestListener
*/
protected function getAssetic_RequestListenerService()
{
return $this->services['assetic.request_listener'] = new \Symfony\Bundle\AsseticBundle\EventListener\RequestListener();
}
/**
* Gets the public '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->get('request_stack')) && false ?: '_'});
}
/**
* Gets the public '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->get('assets.context')) && false ?: '_'}), array());
}
/**
* Gets the public 'cache.app' shared service.
*
* @return \Symfony\Component\Cache\Adapter\TraceableAdapter
*/
protected function getCache_AppService()
{
return $this->services['cache.app'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(${($_ = isset($this->services['cache.app.recorder_inner']) ? $this->services['cache.app.recorder_inner'] : $this->getCache_App_RecorderInnerService()) && false ?: '_'});
}
/**
* Gets the public 'cache.default_clearer' shared service.
*
* @return \Symfony\Component\HttpKernel\CacheClearer\Psr6CacheClearer
*/
protected function getCache_DefaultClearerService()
{
return $this->services['cache.default_clearer'] = new \Symfony\Component\HttpKernel\CacheClearer\Psr6CacheClearer(array('cache.app' => ${($_ = isset($this->services['cache.app']) ? $this->services['cache.app'] : $this->get('cache.app')) && false ?: '_'}, 'cache.system' => ${($_ = isset($this->services['cache.system']) ? $this->services['cache.system'] : $this->get('cache.system')) && false ?: '_'}, 'cache.validator' => ${($_ = isset($this->services['cache.validator']) ? $this->services['cache.validator'] : $this->getCache_ValidatorService()) && false ?: '_'}, 'cache.annotations' => ${($_ = isset($this->services['cache.annotations']) ? $this->services['cache.annotations'] : $this->getCache_AnnotationsService()) && false ?: '_'}));
}
/**
* Gets the public 'cache.global_clearer' shared service.
*
* @return \Symfony\Component\HttpKernel\CacheClearer\Psr6CacheClearer
*/
protected function getCache_GlobalClearerService()
{
return $this->services['cache.global_clearer'] = new \Symfony\Component\HttpKernel\CacheClearer\Psr6CacheClearer(array('cache.app' => ${($_ = isset($this->services['cache.app']) ? $this->services['cache.app'] : $this->get('cache.app')) && false ?: '_'}, 'cache.system' => ${($_ = isset($this->services['cache.system']) ? $this->services['cache.system'] : $this->get('cache.system')) && false ?: '_'}, 'cache.validator' => ${($_ = isset($this->services['cache.validator']) ? $this->services['cache.validator'] : $this->getCache_ValidatorService()) && false ?: '_'}, 'cache.annotations' => ${($_ = isset($this->services['cache.annotations']) ? $this->services['cache.annotations'] : $this->getCache_AnnotationsService()) && false ?: '_'}));
}
/**
* 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(${($_ = isset($this->services['cache.system.recorder_inner']) ? $this->services['cache.system.recorder_inner'] : $this->getCache_System_RecorderInnerService()) && false ?: '_'});
}
/**
* Gets the public 'cache_clearer' shared service.
*
* @return \Symfony\Component\HttpKernel\CacheClearer\ChainCacheClearer
*/
protected function getCacheClearerService()
{
return $this->services['cache_clearer'] = new \Symfony\Component\HttpKernel\CacheClearer\ChainCacheClearer(array(0 => ${($_ = isset($this->services['cache.default_clearer']) ? $this->services['cache.default_clearer'] : $this->get('cache.default_clearer')) && false ?: '_'}));
}
/**
* Gets the public 'cache_warmer' shared service.
*
* @return \Symfony\Component\HttpKernel\CacheWarmer\CacheWarmerAggregate
*/
protected function getCacheWarmerService()
{
$a = ${($_ = isset($this->services['kernel']) ? $this->services['kernel'] : $this->get('kernel')) && false ?: '_'};
$b = ${($_ = isset($this->services['templating.filename_parser']) ? $this->services['templating.filename_parser'] : $this->get('templating.filename_parser')) && false ?: '_'};
$c = new \Symfony\Bundle\FrameworkBundle\CacheWarmer\TemplateFinder($a, $b, ($this->targetDirs[3].'/app/Resources'));
return $this->services['cache_warmer'] = new \Symfony\Component\HttpKernel\CacheWarmer\CacheWarmerAggregate(array(0 => new \Symfony\Bundle\FrameworkBundle\CacheWarmer\TemplatePathsCacheWarmer($c, ${($_ = isset($this->services['templating.locator']) ? $this->services['templating.locator'] : $this->getTemplating_LocatorService()) && false ?: '_'}), 1 => new \Symfony\Bundle\AsseticBundle\CacheWarmer\AssetManagerCacheWarmer($this), 2 => new \Symfony\Bundle\FrameworkBundle\CacheWarmer\ValidatorCacheWarmer(${($_ = isset($this->services['validator.builder']) ? $this->services['validator.builder'] : $this->get('validator.builder')) && false ?: '_'}, (__DIR__.'/validation.php'), ${($_ = isset($this->services['cache.validator']) ? $this->services['cache.validator'] : $this->getCache_ValidatorService()) && false ?: '_'}), 3 => new \Symfony\Bundle\FrameworkBundle\CacheWarmer\TranslationsCacheWarmer(${($_ = isset($this->services['translator.default']) ? $this->services['translator.default'] : $this->get('translator.default')) && false ?: '_'}), 4 => new \Symfony\Bundle\FrameworkBundle\CacheWarmer\RouterCacheWarmer(${($_ = isset($this->services['router']) ? $this->services['router'] : $this->get('router')) && false ?: '_'}), 5 => new \Symfony\Bundle\FrameworkBundle\CacheWarmer\AnnotationsCacheWarmer(${($_ = isset($this->services['annotations.reader']) ? $this->services['annotations.reader'] : $this->getAnnotations_ReaderService()) && false ?: '_'}, (__DIR__.'/annotations.php'), ${($_ = isset($this->services['cache.annotations']) ? $this->services['cache.annotations'] : $this->getCache_AnnotationsService()) && false ?: '_'}), 6 => new \Symfony\Bundle\TwigBundle\CacheWarmer\TemplateCacheCacheWarmer(new \Symfony\Component\DependencyInjection\ServiceLocator(array('twig' => function () {
$f = function (\Twig\Environment $v) { return $v; }; return $f(${($_ = isset($this->services['twig']) ? $this->services['twig'] : $this->get('twig')) && false ?: '_'});
})), $c, array(($this->targetDirs[3].'/app/../pwa/') => 'pwa', ($this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Resources/views/Form') => NULL)), 7 => new \Symfony\Bundle\TwigBundle\CacheWarmer\TemplateCacheWarmer($this, new \Symfony\Bundle\TwigBundle\TemplateIterator($a, ($this->targetDirs[3].'/app'), array(($this->targetDirs[3].'/app/../pwa/') => 'pwa', ($this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Resources/views/Form') => NULL))), 8 => new \Symfony\Bridge\Doctrine\CacheWarmer\ProxyCacheWarmer(${($_ = isset($this->services['doctrine']) ? $this->services['doctrine'] : $this->get('doctrine')) && false ?: '_'})));
}
/**
* Gets the public '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['1_b91b48c86fe9c4ee2eb56d25119b36670b2059ee8e8748803d079dde1e6a4c40']) ? $this->services['1_b91b48c86fe9c4ee2eb56d25119b36670b2059ee8e8748803d079dde1e6a4c40'] : $this->get1B91b48c86fe9c4ee2eb56d25119b36670b2059ee8e8748803d079dde1e6a4c40Service()) && false ?: '_'};
yield 1 => ${($_ = isset($this->services['2_b91b48c86fe9c4ee2eb56d25119b36670b2059ee8e8748803d079dde1e6a4c40']) ? $this->services['2_b91b48c86fe9c4ee2eb56d25119b36670b2059ee8e8748803d079dde1e6a4c40'] : $this->get2B91b48c86fe9c4ee2eb56d25119b36670b2059ee8e8748803d079dde1e6a4c40Service()) && false ?: '_'};
}, 2));
}
/**
* Gets the public 'console.command.appbundle_command_bootstrapcommand' shared autowired service.
*
* @return \AppBundle\Command\BootstrapCommand
*/
protected function getConsole_Command_AppbundleCommandBootstrapcommandService()
{
return $this->services['console.command.appbundle_command_bootstrapcommand'] = new \AppBundle\Command\BootstrapCommand();
}
/**
* Gets the public 'console.command.symfony_bundle_securitybundle_command_userpasswordencodercommand' shared service.
*
* @return \Symfony\Bundle\SecurityBundle\Command\UserPasswordEncoderCommand
*/
protected function getConsole_Command_SymfonyBundleSecuritybundleCommandUserpasswordencodercommandService()
{
return $this->services['console.command.symfony_bundle_securitybundle_command_userpasswordencodercommand'] = new \Symfony\Bundle\SecurityBundle\Command\UserPasswordEncoderCommand(${($_ = isset($this->services['security.encoder_factory']) ? $this->services['security.encoder_factory'] : $this->get('security.encoder_factory')) && false ?: '_'}, array(0 => 'FOS\\UserBundle\\Model\\UserInterface'));
}
/**
* Gets the public 'console.command.symfony_bundle_webserverbundle_command_serverruncommand' shared service.
*
* @return \Symfony\Bundle\WebServerBundle\Command\ServerRunCommand
*/
protected function getConsole_Command_SymfonyBundleWebserverbundleCommandServerruncommandService()
{
return $this->services['console.command.symfony_bundle_webserverbundle_command_serverruncommand'] = new \Symfony\Bundle\WebServerBundle\Command\ServerRunCommand(($this->targetDirs[3].'/public'), 'dev');
}
/**
* Gets the public 'console.command.symfony_bundle_webserverbundle_command_serverstartcommand' shared service.
*
* @return \Symfony\Bundle\WebServerBundle\Command\ServerStartCommand
*/
protected function getConsole_Command_SymfonyBundleWebserverbundleCommandServerstartcommandService()
{
return $this->services['console.command.symfony_bundle_webserverbundle_command_serverstartcommand'] = new \Symfony\Bundle\WebServerBundle\Command\ServerStartCommand(($this->targetDirs[3].'/public'), 'dev');
}
/**
* Gets the public 'console.command.symfony_bundle_webserverbundle_command_serverstatuscommand' shared service.
*
* @return \Symfony\Bundle\WebServerBundle\Command\ServerStatusCommand
*/
protected function getConsole_Command_SymfonyBundleWebserverbundleCommandServerstatuscommandService()
{
return $this->services['console.command.symfony_bundle_webserverbundle_command_serverstatuscommand'] = new \Symfony\Bundle\WebServerBundle\Command\ServerStatusCommand();
}
/**
* Gets the public 'console.command.symfony_bundle_webserverbundle_command_serverstopcommand' shared service.
*
* @return \Symfony\Bundle\WebServerBundle\Command\ServerStopCommand
*/
protected function getConsole_Command_SymfonyBundleWebserverbundleCommandServerstopcommandService()
{
return $this->services['console.command.symfony_bundle_webserverbundle_command_serverstopcommand'] = new \Symfony\Bundle\WebServerBundle\Command\ServerStopCommand();
}
/**
* Gets the public 'crawler.group' shared autowired service.
*
* @return \AppBundle\Service\Crawler\Group
*/
protected function getCrawler_GroupService()
{
return $this->services['crawler.group'] = new \AppBundle\Service\Crawler\Group(${($_ = isset($this->services['doctrine.orm.default_entity_manager']) ? $this->services['doctrine.orm.default_entity_manager'] : $this->get('doctrine.orm.default_entity_manager')) && false ?: '_'});
}
/**
* Gets the public 'crawler.league' shared autowired service.
*
* @return \AppBundle\Service\Crawler\League
*/
protected function getCrawler_LeagueService()
{
return $this->services['crawler.league'] = new \AppBundle\Service\Crawler\League(${($_ = isset($this->services['doctrine.orm.default_entity_manager']) ? $this->services['doctrine.orm.default_entity_manager'] : $this->get('doctrine.orm.default_entity_manager')) && false ?: '_'});
}
/**
* Gets the public 'crawler.match' shared autowired service.
*
* @return \AppBundle\Service\Crawler\Match
*/
protected function getCrawler_MatchService()
{
return $this->services['crawler.match'] = new \AppBundle\Service\Crawler\Match(${($_ = isset($this->services['doctrine.orm.default_entity_manager']) ? $this->services['doctrine.orm.default_entity_manager'] : $this->get('doctrine.orm.default_entity_manager')) && false ?: '_'});
}
/**
* Gets the public 'crawler.round' shared autowired service.
*
* @return \AppBundle\Service\Crawler\Round
*/
protected function getCrawler_RoundService()
{
return $this->services['crawler.round'] = new \AppBundle\Service\Crawler\Round(${($_ = isset($this->services['doctrine.orm.default_entity_manager']) ? $this->services['doctrine.orm.default_entity_manager'] : $this->get('doctrine.orm.default_entity_manager')) && false ?: '_'});
}
/**
* Gets the public 'crawler.team' shared autowired service.
*
* @return \AppBundle\Service\Crawler\Team
*/
protected function getCrawler_TeamService()
{
return $this->services['crawler.team'] = new \AppBundle\Service\Crawler\Team(${($_ = isset($this->services['doctrine.orm.default_entity_manager']) ? $this->services['doctrine.orm.default_entity_manager'] : $this->get('doctrine.orm.default_entity_manager')) && 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->get('debug.stopwatch', ContainerInterface::NULL_ON_INVALID_REFERENCE)) && 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->get('request_stack')) && false ?: '_'}, NULL);
}
/**
* Gets the public '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->get('data_collector.form.extractor')) && false ?: '_'});
}
/**
* Gets the public '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 public '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 public '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 public '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->get('translator')) && false ?: '_'});
}
/**
* Gets the public '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(new \Symfony\Component\HttpKernel\ControllerMetadata\ArgumentMetadataFactory(), new RewindableGenerator(function () {
yield 0 => ${($_ = isset($this->services['argument_resolver.request_attribute']) ? $this->services['argument_resolver.request_attribute'] : $this->getArgumentResolver_RequestAttributeService()) && false ?: '_'};
yield 1 => ${($_ = isset($this->services['argument_resolver.request']) ? $this->services['argument_resolver.request'] : $this->getArgumentResolver_RequestService()) && false ?: '_'};
yield 2 => ${($_ = isset($this->services['argument_resolver.session']) ? $this->services['argument_resolver.session'] : $this->getArgumentResolver_SessionService()) && false ?: '_'};
yield 3 => ${($_ = isset($this->services['security.user_value_resolver']) ? $this->services['security.user_value_resolver'] : $this->getSecurity_UserValueResolverService()) && false ?: '_'};
yield 4 => ${($_ = isset($this->services['argument_resolver.service']) ? $this->services['argument_resolver.service'] : $this->getArgumentResolver_ServiceService()) && false ?: '_'};
yield 5 => ${($_ = isset($this->services['argument_resolver.default']) ? $this->services['argument_resolver.default'] : $this->getArgumentResolver_DefaultService()) && false ?: '_'};
yield 6 => ${($_ = isset($this->services['argument_resolver.variadic']) ? $this->services['argument_resolver.variadic'] : $this->getArgumentResolver_VariadicService()) && false ?: '_'};
}, 7)), ${($_ = isset($this->services['debug.stopwatch']) ? $this->services['debug.stopwatch'] : $this->get('debug.stopwatch')) && false ?: '_'});
}
/**
* Gets the public '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->getControllerNameConverterService()) && false ?: '_'}, ${($_ = isset($this->services['monolog.logger.request']) ? $this->services['monolog.logger.request'] : $this->get('monolog.logger.request', ContainerInterface::NULL_ON_INVALID_REFERENCE)) && false ?: '_'}), ${($_ = isset($this->services['debug.stopwatch']) ? $this->services['debug.stopwatch'] : $this->get('debug.stopwatch')) && false ?: '_'}, ${($_ = isset($this->services['debug.argument_resolver']) ? $this->services['debug.argument_resolver'] : $this->get('debug.argument_resolver')) && false ?: '_'});
}
/**
* Gets the public '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->get('monolog.logger.php', ContainerInterface::NULL_ON_INVALID_REFERENCE)) && false ?: '_'}, -1, -1, true, ${($_ = isset($this->services['debug.file_link_formatter']) ? $this->services['debug.file_link_formatter'] : $this->getDebug_FileLinkFormatterService()) && false ?: '_'}, true);
}
/**
* Gets the public 'debug.dump_listener' shared service.
*
* @return \Symfony\Component\HttpKernel\EventListener\DumpListener
*/
protected function getDebug_DumpListenerService()
{
return $this->services['debug.dump_listener'] = new \Symfony\Component\HttpKernel\EventListener\DumpListener(${($_ = isset($this->services['var_dumper.cloner']) ? $this->services['var_dumper.cloner'] : $this->get('var_dumper.cloner')) && false ?: '_'}, ${($_ = isset($this->services['var_dumper.cli_dumper']) ? $this->services['var_dumper.cli_dumper'] : $this->get('var_dumper.cli_dumper')) && false ?: '_'});
}
/**
* Gets the public '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->get('debug.stopwatch')) && false ?: '_'}, ${($_ = isset($this->services['monolog.logger.event']) ? $this->services['monolog.logger.event'] : $this->get('monolog.logger.event', ContainerInterface::NULL_ON_INVALID_REFERENCE)) && false ?: '_'});
$instance->addListener('kernel.controller', array(0 => function () {
return ${($_ = isset($this->services['data_collector.router']) ? $this->services['data_collector.router'] : $this->get('data_collector.router')) && false ?: '_'};
}, 1 => 'onKernelController'), 0);
$instance->addListener('kernel.request', array(0 => function () {
return ${($_ = isset($this->services['mobile_detect.request_listener']) ? $this->services['mobile_detect.request_listener'] : $this->get('mobile_detect.request_listener')) && false ?: '_'};
}, 1 => 'handleRequest'), 1);
$instance->addListener('kernel.response', array(0 => function () {
return ${($_ = isset($this->services['mobile_detect.request_listener']) ? $this->services['mobile_detect.request_listener'] : $this->get('mobile_detect.request_listener')) && false ?: '_'};
}, 1 => 'handleResponse'), 0);
$instance->addListener('kernel.request', array(0 => function () {
return ${($_ = isset($this->services['nelmio_cors.cors_listener']) ? $this->services['nelmio_cors.cors_listener'] : $this->get('nelmio_cors.cors_listener')) && false ?: '_'};
}, 1 => 'onKernelRequest'), 250);
$instance->addListener('kernel.request', array(0 => function () {
return ${($_ = isset($this->services['assetic.request_listener']) ? $this->services['assetic.request_listener'] : $this->get('assetic.request_listener')) && false ?: '_'};
}, 1 => 'onKernelRequest'), 0);
$instance->addListener('kernel.controller', array(0 => function () {
return ${($_ = isset($this->services['AppBundle\EventListener\KernelSubscriber']) ? $this->services['AppBundle\EventListener\KernelSubscriber'] : $this->getAppBundle_EventListener_KernelSubscriberService()) && false ?: '_'};
}, 1 => 'onKernelController'), 0);
$instance->addListener('fos_user.registration.success', array(0 => function () {
return ${($_ = isset($this->services['AppBundle\EventListener\UserRegister']) ? $this->services['AppBundle\EventListener\UserRegister'] : $this->getAppBundle_EventListener_UserRegisterService()) && false ?: '_'};
}, 1 => 'onUserRegisterSuccess'), 0);
$instance->addListener('kernel.response', array(0 => function () {
return ${($_ = isset($this->services['response_listener']) ? $this->services['response_listener'] : $this->get('response_listener')) && false ?: '_'};
}, 1 => 'onKernelResponse'), 0);
$instance->addListener('kernel.response', array(0 => function () {
return ${($_ = isset($this->services['streamed_response_listener']) ? $this->services['streamed_response_listener'] : $this->get('streamed_response_listener')) && false ?: '_'};
}, 1 => 'onKernelResponse'), -1024);
$instance->addListener('kernel.request', array(0 => function () {
return ${($_ = isset($this->services['locale_listener']) ? $this->services['locale_listener'] : $this->get('locale_listener')) && false ?: '_'};
}, 1 => 'onKernelRequest'), 16);
$instance->addListener('kernel.finish_request', array(0 => function () {
return ${($_ = isset($this->services['locale_listener']) ? $this->services['locale_listener'] : $this->get('locale_listener')) && false ?: '_'};
}, 1 => 'onKernelFinishRequest'), 0);
$instance->addListener('kernel.request', array(0 => function () {
return ${($_ = isset($this->services['validate_request_listener']) ? $this->services['validate_request_listener'] : $this->get('validate_request_listener')) && false ?: '_'};
}, 1 => 'onKernelRequest'), 256);
$instance->addListener('kernel.request', array(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', array(0 => function () {
return ${($_ = isset($this->services['console.error_listener']) ? $this->services['console.error_listener'] : $this->getConsole_ErrorListenerService()) && false ?: '_'};
}, 1 => 'onConsoleError'), -128);
$instance->addListener('console.terminate', array(0 => function () {
return ${($_ = isset($this->services['console.error_listener']) ? $this->services['console.error_listener'] : $this->getConsole_ErrorListenerService()) && false ?: '_'};
}, 1 => 'onConsoleTerminate'), -128);
$instance->addListener('kernel.request', array(0 => function () {
return ${($_ = isset($this->services['session_listener']) ? $this->services['session_listener'] : $this->get('session_listener')) && false ?: '_'};
}, 1 => 'onKernelRequest'), 128);
$instance->addListener('kernel.response', array(0 => function () {
return ${($_ = isset($this->services['session.save_listener']) ? $this->services['session.save_listener'] : $this->get('session.save_listener')) && false ?: '_'};
}, 1 => 'onKernelResponse'), -1000);
$instance->addListener('kernel.request', array(0 => function () {
return ${($_ = isset($this->services['fragment.listener']) ? $this->services['fragment.listener'] : $this->get('fragment.listener')) && false ?: '_'};
}, 1 => 'onKernelRequest'), 48);
$instance->addListener('kernel.request', array(0 => function () {
return ${($_ = isset($this->services['translator_listener']) ? $this->services['translator_listener'] : $this->get('translator_listener')) && false ?: '_'};
}, 1 => 'onKernelRequest'), 10);
$instance->addListener('kernel.finish_request', array(0 => function () {
return ${($_ = isset($this->services['translator_listener']) ? $this->services['translator_listener'] : $this->get('translator_listener')) && false ?: '_'};
}, 1 => 'onKernelFinishRequest'), 0);
$instance->addListener('kernel.response', array(0 => function () {
return ${($_ = isset($this->services['profiler_listener']) ? $this->services['profiler_listener'] : $this->get('profiler_listener')) && false ?: '_'};
}, 1 => 'onKernelResponse'), -100);
$instance->addListener('kernel.exception', array(0 => function () {
return ${($_ = isset($this->services['profiler_listener']) ? $this->services['profiler_listener'] : $this->get('profiler_listener')) && false ?: '_'};
}, 1 => 'onKernelException'), 0);
$instance->addListener('kernel.terminate', array(0 => function () {
return ${($_ = isset($this->services['profiler_listener']) ? $this->services['profiler_listener'] : $this->get('profiler_listener')) && false ?: '_'};
}, 1 => 'onKernelTerminate'), -1024);
$instance->addListener('kernel.controller', array(0 => function () {
return ${($_ = isset($this->services['data_collector.request']) ? $this->services['data_collector.request'] : $this->get('data_collector.request')) && false ?: '_'};
}, 1 => 'onKernelController'), 0);
$instance->addListener('kernel.response', array(0 => function () {
return ${($_ = isset($this->services['data_collector.request']) ? $this->services['data_collector.request'] : $this->get('data_collector.request')) && false ?: '_'};
}, 1 => 'onKernelResponse'), 0);
$instance->addListener('kernel.request', array(0 => function () {
return ${($_ = isset($this->services['debug.debug_handlers_listener']) ? $this->services['debug.debug_handlers_listener'] : $this->get('debug.debug_handlers_listener')) && false ?: '_'};
}, 1 => 'configure'), 2048);
$instance->addListener('console.command', array(0 => function () {
return ${($_ = isset($this->services['debug.debug_handlers_listener']) ? $this->services['debug.debug_handlers_listener'] : $this->get('debug.debug_handlers_listener')) && false ?: '_'};
}, 1 => 'configure'), 2048);
$instance->addListener('kernel.request', array(0 => function () {
return ${($_ = isset($this->services['router_listener']) ? $this->services['router_listener'] : $this->get('router_listener')) && false ?: '_'};
}, 1 => 'onKernelRequest'), 32);
$instance->addListener('kernel.finish_request', array(0 => function () {
return ${($_ = isset($this->services['router_listener']) ? $this->services['router_listener'] : $this->get('router_listener')) && false ?: '_'};
}, 1 => 'onKernelFinishRequest'), 0);
$instance->addListener('kernel.request', array(0 => function () {
return ${($_ = isset($this->services['security.firewall']) ? $this->services['security.firewall'] : $this->get('security.firewall')) && false ?: '_'};
}, 1 => 'onKernelRequest'), 8);
$instance->addListener('kernel.finish_request', array(0 => function () {
return ${($_ = isset($this->services['security.firewall']) ? $this->services['security.firewall'] : $this->get('security.firewall')) && false ?: '_'};
}, 1 => 'onKernelFinishRequest'), 0);
$instance->addListener('kernel.response', array(0 => function () {
return ${($_ = isset($this->services['security.rememberme.response_listener']) ? $this->services['security.rememberme.response_listener'] : $this->get('security.rememberme.response_listener')) && false ?: '_'};
}, 1 => 'onKernelResponse'), 0);
$instance->addListener('kernel.exception', array(0 => function () {
return ${($_ = isset($this->services['twig.exception_listener']) ? $this->services['twig.exception_listener'] : $this->get('twig.exception_listener')) && false ?: '_'};
}, 1 => 'onKernelException'), -128);
$instance->addListener('console.command', array(0 => function () {
return ${($_ = isset($this->services['monolog.handler.console']) ? $this->services['monolog.handler.console'] : $this->get('monolog.handler.console')) && false ?: '_'};
}, 1 => 'onCommand'), 255);
$instance->addListener('console.terminate', array(0 => function () {
return ${($_ = isset($this->services['monolog.handler.console']) ? $this->services['monolog.handler.console'] : $this->get('monolog.handler.console')) && false ?: '_'};
}, 1 => 'onTerminate'), -255);
$instance->addListener('kernel.exception', array(0 => function () {
return ${($_ = isset($this->services['swiftmailer.email_sender.listener']) ? $this->services['swiftmailer.email_sender.listener'] : $this->get('swiftmailer.email_sender.listener')) && false ?: '_'};
}, 1 => 'onException'), 0);
$instance->addListener('kernel.terminate', array(0 => function () {
return ${($_ = isset($this->services['swiftmailer.email_sender.listener']) ? $this->services['swiftmailer.email_sender.listener'] : $this->get('swiftmailer.email_sender.listener')) && false ?: '_'};
}, 1 => 'onTerminate'), 0);
$instance->addListener('console.error', array(0 => function () {
return ${($_ = isset($this->services['swiftmailer.email_sender.listener']) ? $this->services['swiftmailer.email_sender.listener'] : $this->get('swiftmailer.email_sender.listener')) && false ?: '_'};
}, 1 => 'onException'), 0);
$instance->addListener('console.terminate', array(0 => function () {
return ${($_ = isset($this->services['swiftmailer.email_sender.listener']) ? $this->services['swiftmailer.email_sender.listener'] : $this->get('swiftmailer.email_sender.listener')) && false ?: '_'};
}, 1 => 'onTerminate'), 0);
$instance->addListener('kernel.controller', array(0 => function () {
return ${($_ = isset($this->services['sensio_framework_extra.controller.listener']) ? $this->services['sensio_framework_extra.controller.listener'] : $this->get('sensio_framework_extra.controller.listener')) && false ?: '_'};
}, 1 => 'onKernelController'), 0);
$instance->addListener('kernel.controller', array(0 => function () {
return ${($_ = isset($this->services['sensio_framework_extra.converter.listener']) ? $this->services['sensio_framework_extra.converter.listener'] : $this->get('sensio_framework_extra.converter.listener')) && false ?: '_'};
}, 1 => 'onKernelController'), 0);
$instance->addListener('kernel.controller', array(0 => function () {
return ${($_ = isset($this->services['sensio_framework_extra.view.listener']) ? $this->services['sensio_framework_extra.view.listener'] : $this->get('sensio_framework_extra.view.listener')) && false ?: '_'};
}, 1 => 'onKernelController'), -128);
$instance->addListener('kernel.view', array(0 => function () {
return ${($_ = isset($this->services['sensio_framework_extra.view.listener']) ? $this->services['sensio_framework_extra.view.listener'] : $this->get('sensio_framework_extra.view.listener')) && false ?: '_'};
}, 1 => 'onKernelView'), 0);
$instance->addListener('kernel.controller', array(0 => function () {
return ${($_ = isset($this->services['sensio_framework_extra.cache.listener']) ? $this->services['sensio_framework_extra.cache.listener'] : $this->get('sensio_framework_extra.cache.listener')) && false ?: '_'};
}, 1 => 'onKernelController'), 0);
$instance->addListener('kernel.response', array(0 => function () {
return ${($_ = isset($this->services['sensio_framework_extra.cache.listener']) ? $this->services['sensio_framework_extra.cache.listener'] : $this->get('sensio_framework_extra.cache.listener')) && false ?: '_'};
}, 1 => 'onKernelResponse'), 0);
$instance->addListener('kernel.controller', array(0 => function () {
return ${($_ = isset($this->services['sensio_framework_extra.security.listener']) ? $this->services['sensio_framework_extra.security.listener'] : $this->get('sensio_framework_extra.security.listener')) && false ?: '_'};
}, 1 => 'onKernelController'), 0);
$instance->addListener('fos_user.security.implicit_login', array(0 => function () {
return ${($_ = isset($this->services['fos_user.security.interactive_login_listener']) ? $this->services['fos_user.security.interactive_login_listener'] : $this->get('fos_user.security.interactive_login_listener')) && false ?: '_'};
}, 1 => 'onImplicitLogin'), 0);
$instance->addListener('security.interactive_login', array(0 => function () {
return ${($_ = isset($this->services['fos_user.security.interactive_login_listener']) ? $this->services['fos_user.security.interactive_login_listener'] : $this->get('fos_user.security.interactive_login_listener')) && false ?: '_'};
}, 1 => 'onSecurityInteractiveLogin'), 0);
$instance->addListener('fos_user.registration.completed', array(0 => function () {
return ${($_ = isset($this->services['fos_user.listener.authentication']) ? $this->services['fos_user.listener.authentication'] : $this->get('fos_user.listener.authentication')) && false ?: '_'};
}, 1 => 'authenticate'), 0);
$instance->addListener('fos_user.registration.confirmed', array(0 => function () {
return ${($_ = isset($this->services['fos_user.listener.authentication']) ? $this->services['fos_user.listener.authentication'] : $this->get('fos_user.listener.authentication')) && false ?: '_'};
}, 1 => 'authenticate'), 0);
$instance->addListener('fos_user.resetting.reset.completed', array(0 => function () {
return ${($_ = isset($this->services['fos_user.listener.authentication']) ? $this->services['fos_user.listener.authentication'] : $this->get('fos_user.listener.authentication')) && false ?: '_'};
}, 1 => 'authenticate'), 0);
$instance->addListener('fos_user.change_password.edit.completed', array(0 => function () {
return ${($_ = isset($this->services['fos_user.listener.flash']) ? $this->services['fos_user.listener.flash'] : $this->get('fos_user.listener.flash')) && false ?: '_'};
}, 1 => 'addSuccessFlash'), 0);
$instance->addListener('fos_user.group.create.completed', array(0 => function () {
return ${($_ = isset($this->services['fos_user.listener.flash']) ? $this->services['fos_user.listener.flash'] : $this->get('fos_user.listener.flash')) && false ?: '_'};
}, 1 => 'addSuccessFlash'), 0);
$instance->addListener('fos_user.group.delete.completed', array(0 => function () {
return ${($_ = isset($this->services['fos_user.listener.flash']) ? $this->services['fos_user.listener.flash'] : $this->get('fos_user.listener.flash')) && false ?: '_'};
}, 1 => 'addSuccessFlash'), 0);
$instance->addListener('fos_user.group.edit.completed', array(0 => function () {
return ${($_ = isset($this->services['fos_user.listener.flash']) ? $this->services['fos_user.listener.flash'] : $this->get('fos_user.listener.flash')) && false ?: '_'};
}, 1 => 'addSuccessFlash'), 0);
$instance->addListener('fos_user.profile.edit.completed', array(0 => function () {
return ${($_ = isset($this->services['fos_user.listener.flash']) ? $this->services['fos_user.listener.flash'] : $this->get('fos_user.listener.flash')) && false ?: '_'};
}, 1 => 'addSuccessFlash'), 0);
$instance->addListener('fos_user.registration.completed', array(0 => function () {
return ${($_ = isset($this->services['fos_user.listener.flash']) ? $this->services['fos_user.listener.flash'] : $this->get('fos_user.listener.flash')) && false ?: '_'};
}, 1 => 'addSuccessFlash'), 0);
$instance->addListener('fos_user.resetting.reset.completed', array(0 => function () {
return ${($_ = isset($this->services['fos_user.listener.flash']) ? $this->services['fos_user.listener.flash'] : $this->get('fos_user.listener.flash')) && false ?: '_'};
}, 1 => 'addSuccessFlash'), 0);
$instance->addListener('fos_user.resetting.reset.initialize', array(0 => function () {
return ${($_ = isset($this->services['fos_user.listener.resetting']) ? $this->services['fos_user.listener.resetting'] : $this->get('fos_user.listener.resetting')) && false ?: '_'};
}, 1 => 'onResettingResetInitialize'), 0);
$instance->addListener('fos_user.resetting.reset.success', array(0 => function () {
return ${($_ = isset($this->services['fos_user.listener.resetting']) ? $this->services['fos_user.listener.resetting'] : $this->get('fos_user.listener.resetting')) && false ?: '_'};
}, 1 => 'onResettingResetSuccess'), 0);
$instance->addListener('fos_user.resetting.reset.request', array(0 => function () {
return ${($_ = isset($this->services['fos_user.listener.resetting']) ? $this->services['fos_user.listener.resetting'] : $this->get('fos_user.listener.resetting')) && false ?: '_'};
}, 1 => 'onResettingResetRequest'), 0);
$instance->addListener('console.command', array(0 => function () {
return ${($_ = isset($this->services['debug.dump_listener']) ? $this->services['debug.dump_listener'] : $this->get('debug.dump_listener')) && false ?: '_'};
}, 1 => 'configure'), 1024);
$instance->addListener('kernel.response', array(0 => function () {
return ${($_ = isset($this->services['web_profiler.debug_toolbar']) ? $this->services['web_profiler.debug_toolbar'] : $this->get('web_profiler.debug_toolbar')) && false ?: '_'};
}, 1 => 'onKernelResponse'), -128);
return $instance;
}
/**
* Gets the public 'debug.stopwatch' shared service.
*
* @return \Symfony\Component\Stopwatch\Stopwatch
*/
protected function getDebug_StopwatchService()
{
return $this->services['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch();
}
/**
* Gets the public 'deprecated.form.registry' shared service.
*
* @return \stdClass
*
* @deprecated The service "deprecated.form.registry" is internal and deprecated since Symfony 3.3 and will be removed in Symfony 4.0
*/
protected function getDeprecated_Form_RegistryService()
{
@trigger_error('The service "deprecated.form.registry" is internal and deprecated since Symfony 3.3 and will be removed in Symfony 4.0', E_USER_DEPRECATED);
$this->services['deprecated.form.registry'] = $instance = new \stdClass();
$instance->registry = array(0 => ${($_ = isset($this->services['form.type_guesser.validator']) ? $this->services['form.type_guesser.validator'] : $this->getForm_TypeGuesser_ValidatorService()) && false ?: '_'}, 1 => ${($_ = isset($this->services['form.type.choice']) ? $this->services['form.type.choice'] : $this->getForm_Type_ChoiceService()) && false ?: '_'}, 2 => ${($_ = isset($this->services['form.type.form']) ? $this->services['form.type.form'] : $this->getForm_Type_FormService()) && false ?: '_'}, 3 => ${($_ = isset($this->services['form.type_extension.form.http_foundation']) ? $this->services['form.type_extension.form.http_foundation'] : $this->getForm_TypeExtension_Form_HttpFoundationService()) && false ?: '_'}, 4 => ${($_ = isset($this->services['form.type_extension.form.validator']) ? $this->services['form.type_extension.form.validator'] : $this->getForm_TypeExtension_Form_ValidatorService()) && false ?: '_'}, 5 => ${($_ = isset($this->services['form.type_extension.repeated.validator']) ? $this->services['form.type_extension.repeated.validator'] : $this->getForm_TypeExtension_Repeated_ValidatorService()) && false ?: '_'}, 6 => ${($_ = isset($this->services['form.type_extension.submit.validator']) ? $this->services['form.type_extension.submit.validator'] : $this->getForm_TypeExtension_Submit_ValidatorService()) && false ?: '_'}, 7 => ${($_ = isset($this->services['form.type_extension.upload.validator']) ? $this->services['form.type_extension.upload.validator'] : $this->getForm_TypeExtension_Upload_ValidatorService()) && false ?: '_'});
return $instance;
}
/**
* Gets the public 'deprecated.form.registry.csrf' shared service.
*
* @return \stdClass
*
* @deprecated The service "deprecated.form.registry.csrf" is internal and deprecated since Symfony 3.3 and will be removed in Symfony 4.0
*/
protected function getDeprecated_Form_Registry_CsrfService()
{
@trigger_error('The service "deprecated.form.registry.csrf" is internal and deprecated since Symfony 3.3 and will be removed in Symfony 4.0', E_USER_DEPRECATED);
$this->services['deprecated.form.registry.csrf'] = $instance = new \stdClass();
$instance->registry = array(0 => ${($_ = isset($this->services['form.type_extension.csrf']) ? $this->services['form.type_extension.csrf'] : $this->getForm_TypeExtension_CsrfService()) && false ?: '_'});
return $instance;
}
/**
* Gets the public 'doctrine' shared service.
*
* @return \Doctrine\Bundle\DoctrineBundle\Registry
*/
protected function getDoctrineService()
{
return $this->services['doctrine'] = new \Doctrine\Bundle\DoctrineBundle\Registry($this, array('default' => 'doctrine.dbal.default_connection'), array('default' => 'doctrine.orm.default_entity_manager'), 'default', 'default');
}
/**
* Gets the public 'doctrine.cache_clear_metadata_command' shared service.
*
* @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ClearMetadataCacheDoctrineCommand
*/
protected function getDoctrine_CacheClearMetadataCommandService()
{
return $this->services['doctrine.cache_clear_metadata_command'] = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ClearMetadataCacheDoctrineCommand();
}
/**
* Gets the public 'doctrine.cache_clear_query_cache_command' shared service.
*
* @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ClearQueryCacheDoctrineCommand
*/
protected function getDoctrine_CacheClearQueryCacheCommandService()
{
return $this->services['doctrine.cache_clear_query_cache_command'] = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ClearQueryCacheDoctrineCommand();
}
/**
* Gets the public 'doctrine.cache_clear_result_command' shared service.
*
* @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ClearResultCacheDoctrineCommand
*/
protected function getDoctrine_CacheClearResultCommandService()
{
return $this->services['doctrine.cache_clear_result_command'] = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ClearResultCacheDoctrineCommand();
}
/**
* Gets the public 'doctrine.cache_collection_region_command' shared service.
*
* @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\CollectionRegionDoctrineCommand
*/
protected function getDoctrine_CacheCollectionRegionCommandService()
{
return $this->services['doctrine.cache_collection_region_command'] = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\CollectionRegionDoctrineCommand();
}
/**
* Gets the public 'doctrine.clear_entity_region_command' shared service.
*
* @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\EntityRegionCacheDoctrineCommand
*/
protected function getDoctrine_ClearEntityRegionCommandService()
{
return $this->services['doctrine.clear_entity_region_command'] = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\EntityRegionCacheDoctrineCommand();
}
/**
* Gets the public 'doctrine.clear_query_region_command' shared service.
*
* @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\QueryRegionCacheDoctrineCommand
*/
protected function getDoctrine_ClearQueryRegionCommandService()
{
return $this->services['doctrine.clear_query_region_command'] = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\QueryRegionCacheDoctrineCommand();
}
/**
* Gets the public 'doctrine.database_create_command' shared service.
*
* @return \Doctrine\Bundle\DoctrineBundle\Command\CreateDatabaseDoctrineCommand
*/
protected function getDoctrine_DatabaseCreateCommandService()
{
return $this->services['doctrine.database_create_command'] = new \Doctrine\Bundle\DoctrineBundle\Command\CreateDatabaseDoctrineCommand(${($_ = isset($this->services['doctrine']) ? $this->services['doctrine'] : $this->get('doctrine')) && false ?: '_'});
}
/**
* Gets the public 'doctrine.database_drop_command' shared service.
*
* @return \Doctrine\Bundle\DoctrineBundle\Command\DropDatabaseDoctrineCommand
*/
protected function getDoctrine_DatabaseDropCommandService()
{
return $this->services['doctrine.database_drop_command'] = new \Doctrine\Bundle\DoctrineBundle\Command\DropDatabaseDoctrineCommand(${($_ = isset($this->services['doctrine']) ? $this->services['doctrine'] : $this->get('doctrine')) && false ?: '_'});
}
/**
* Gets the public 'doctrine.database_import_command' shared service.
*
* @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ImportDoctrineCommand
*/
protected function getDoctrine_DatabaseImportCommandService()
{
return $this->services['doctrine.database_import_command'] = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ImportDoctrineCommand();
}
/**
* Gets the public '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(array());
}
/**
* Gets the public 'doctrine.dbal.default_connection' shared service.
*
* @return \Doctrine\DBAL\Connection
*/
protected function getDoctrine_Dbal_DefaultConnectionService()
{
$a = new \Doctrine\DBAL\Logging\LoggerChain();
$a->addLogger(new \Symfony\Bridge\Doctrine\Logger\DbalLogger(${($_ = isset($this->services['monolog.logger.doctrine']) ? $this->services['monolog.logger.doctrine'] : $this->get('monolog.logger.doctrine', ContainerInterface::NULL_ON_INVALID_REFERENCE)) && false ?: '_'}, ${($_ = isset($this->services['debug.stopwatch']) ? $this->services['debug.stopwatch'] : $this->get('debug.stopwatch', ContainerInterface::NULL_ON_INVALID_REFERENCE)) && false ?: '_'}));
$a->addLogger(${($_ = isset($this->services['doctrine.dbal.logger.profiling.default']) ? $this->services['doctrine.dbal.logger.profiling.default'] : $this->getDoctrine_Dbal_Logger_Profiling_DefaultService()) && false ?: '_'});
$b = new \Doctrine\DBAL\Configuration();
$b->setSQLLogger($a);
$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(array(0 => 'loadClassMetadata'), ${($_ = isset($this->services['doctrine.orm.default_listeners.attach_entity_listeners']) ? $this->services['doctrine.orm.default_listeners.attach_entity_listeners'] : $this->get('doctrine.orm.default_listeners.attach_entity_listeners')) && false ?: '_'});
return $this->services['doctrine.dbal.default_connection'] = ${($_ = isset($this->services['doctrine.dbal.connection_factory']) ? $this->services['doctrine.dbal.connection_factory'] : $this->get('doctrine.dbal.connection_factory')) && false ?: '_'}->createConnection(array('driver' => 'pdo_mysql', 'host' => 'db', 'port' => 3306, 'dbname' => 'quinibar', 'user' => 'quinibar', 'password' => 'psS52AhCQW9A4FBH', 'charset' => 'UTF8', 'driverOptions' => array(), 'defaultTableOptions' => array()), $b, $c, array());
}
/**
* Gets the public 'doctrine.ensure_production_settings_command' shared service.
*
* @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\EnsureProductionSettingsDoctrineCommand
*/
protected function getDoctrine_EnsureProductionSettingsCommandService()
{
return $this->services['doctrine.ensure_production_settings_command'] = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\EnsureProductionSettingsDoctrineCommand();
}
/**
* Gets the public 'doctrine.fixtures_load_command' shared service.
*
* @return \Doctrine\Bundle\FixturesBundle\Command\LoadDataFixturesDoctrineCommand
*/
protected function getDoctrine_FixturesLoadCommandService()
{
return $this->services['doctrine.fixtures_load_command'] = new \Doctrine\Bundle\FixturesBundle\Command\LoadDataFixturesDoctrineCommand();
}
/**
* Gets the public 'doctrine.generate_entities_command' shared service.
*
* @return \Doctrine\Bundle\DoctrineBundle\Command\GenerateEntitiesDoctrineCommand
*/
protected function getDoctrine_GenerateEntitiesCommandService()
{
return $this->services['doctrine.generate_entities_command'] = new \Doctrine\Bundle\DoctrineBundle\Command\GenerateEntitiesDoctrineCommand(${($_ = isset($this->services['doctrine']) ? $this->services['doctrine'] : $this->get('doctrine')) && false ?: '_'});
}
/**
* Gets the public 'doctrine.mapping_convert_command' shared service.
*
* @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ConvertMappingDoctrineCommand
*/
protected function getDoctrine_MappingConvertCommandService()
{
return $this->services['doctrine.mapping_convert_command'] = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ConvertMappingDoctrineCommand();
}
/**
* Gets the public 'doctrine.mapping_import_command' shared service.
*
* @return \Doctrine\Bundle\DoctrineBundle\Command\ImportMappingDoctrineCommand
*/
protected function getDoctrine_MappingImportCommandService()
{
return $this->services['doctrine.mapping_import_command'] = new \Doctrine\Bundle\DoctrineBundle\Command\ImportMappingDoctrineCommand(${($_ = isset($this->services['doctrine']) ? $this->services['doctrine'] : $this->get('doctrine')) && false ?: '_'}, array('FrameworkBundle' => 'Symfony\\Bundle\\FrameworkBundle\\FrameworkBundle', 'SecurityBundle' => 'Symfony\\Bundle\\SecurityBundle\\SecurityBundle', 'TwigBundle' => 'Symfony\\Bundle\\TwigBundle\\TwigBundle', 'MonologBundle' => 'Symfony\\Bundle\\MonologBundle\\MonologBundle', 'SwiftmailerBundle' => 'Symfony\\Bundle\\SwiftmailerBundle\\SwiftmailerBundle', 'DoctrineBundle' => 'Doctrine\\Bundle\\DoctrineBundle\\DoctrineBundle', 'MobileDetectBundle' => 'SunCat\\MobileDetectBundle\\MobileDetectBundle', 'SensioFrameworkExtraBundle' => 'Sensio\\Bundle\\FrameworkExtraBundle\\SensioFrameworkExtraBundle', 'DoctrineFixturesBundle' => 'Doctrine\\Bundle\\FixturesBundle\\DoctrineFixturesBundle', 'NelmioCorsBundle' => 'Nelmio\\CorsBundle\\NelmioCorsBundle', 'FOSUserBundle' => 'FOS\\UserBundle\\FOSUserBundle', 'AsseticBundle' => 'Symfony\\Bundle\\AsseticBundle\\AsseticBundle', 'AppBundle' => 'AppBundle\\AppBundle', 'FirebaseBundle' => 'Kreait\\Firebase\\Symfony\\Bundle\\FirebaseBundle', 'DebugBundle' => 'Symfony\\Bundle\\DebugBundle\\DebugBundle', 'WebProfilerBundle' => 'Symfony\\Bundle\\WebProfilerBundle\\WebProfilerBundle', 'SensioDistributionBundle' => 'Sensio\\Bundle\\DistributionBundle\\SensioDistributionBundle', 'SensioGeneratorBundle' => 'Sensio\\Bundle\\GeneratorBundle\\SensioGeneratorBundle', 'WebServerBundle' => 'Symfony\\Bundle\\WebServerBundle\\WebServerBundle'));
}
/**
* Gets the public 'doctrine.mapping_info_command' shared service.
*
* @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\InfoDoctrineCommand
*/
protected function getDoctrine_MappingInfoCommandService()
{
return $this->services['doctrine.mapping_info_command'] = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\InfoDoctrineCommand();
}
/**
* Gets the public 'doctrine.orm.default_entity_listener_resolver' shared service.
*
* @return \Doctrine\Bundle\DoctrineBundle\Mapping\ContainerAwareEntityListenerResolver
*/
protected function getDoctrine_Orm_DefaultEntityListenerResolverService()
{
return $this->services['doctrine.orm.default_entity_listener_resolver'] = new \Doctrine\Bundle\DoctrineBundle\Mapping\ContainerAwareEntityListenerResolver($this);
}
/**
* Gets the public 'doctrine.orm.default_entity_manager' shared service.
*
* @return \Doctrine\ORM\EntityManager
*/
protected function getDoctrine_Orm_DefaultEntityManagerService($lazyLoad = true)
{
$a = new \Doctrine\Common\Persistence\Mapping\Driver\MappingDriverChain();
$a->addDriver(new \Doctrine\ORM\Mapping\Driver\AnnotationDriver(${($_ = isset($this->services['annotation_reader']) ? $this->services['annotation_reader'] : $this->get('annotation_reader')) && false ?: '_'}, array(0 => ($this->targetDirs[3].'/src/AppBundle/Entity'))), 'AppBundle\\Entity');
$a->addDriver(new \Doctrine\ORM\Mapping\Driver\XmlDriver(new \Doctrine\Common\Persistence\Mapping\Driver\SymfonyFileLocator(array(($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/config/doctrine-mapping') => 'FOS\\UserBundle\\Model'), '.orm.xml')), 'FOS\\UserBundle\\Model');
$b = new \Doctrine\ORM\Configuration();
$b->setEntityNamespaces(array('AppBundle' => 'AppBundle\\Entity'));
$b->setMetadataCacheImpl(${($_ = isset($this->services['doctrine_cache.providers.doctrine.orm.default_metadata_cache']) ? $this->services['doctrine_cache.providers.doctrine.orm.default_metadata_cache'] : $this->get('doctrine_cache.providers.doctrine.orm.default_metadata_cache')) && false ?: '_'});
$b->setQueryCacheImpl(${($_ = isset($this->services['doctrine_cache.providers.doctrine.orm.default_query_cache']) ? $this->services['doctrine_cache.providers.doctrine.orm.default_query_cache'] : $this->get('doctrine_cache.providers.doctrine.orm.default_query_cache')) && false ?: '_'});
$b->setResultCacheImpl(${($_ = isset($this->services['doctrine_cache.providers.doctrine.orm.default_result_cache']) ? $this->services['doctrine_cache.providers.doctrine.orm.default_result_cache'] : $this->get('doctrine_cache.providers.doctrine.orm.default_result_cache')) && false ?: '_'});
$b->setMetadataDriverImpl($a);
$b->setProxyDir((__DIR__.'/doctrine/orm/Proxies'));
$b->setProxyNamespace('Proxies');
$b->setAutoGenerateProxyClasses(true);
$b->setClassMetadataFactoryName('Doctrine\\ORM\\Mapping\\ClassMetadataFactory');
$b->setDefaultRepositoryClassName('Doctrine\\ORM\\EntityRepository');
$b->setNamingStrategy(new \Doctrine\ORM\Mapping\UnderscoreNamingStrategy());
$b->setQuoteStrategy(new \Doctrine\ORM\Mapping\DefaultQuoteStrategy());
$b->setEntityListenerResolver(${($_ = isset($this->services['doctrine.orm.default_entity_listener_resolver']) ? $this->services['doctrine.orm.default_entity_listener_resolver'] : $this->get('doctrine.orm.default_entity_listener_resolver')) && false ?: '_'});
$b->setRepositoryFactory(new \Doctrine\Bundle\DoctrineBundle\Repository\ContainerRepositoryFactory(new \Symfony\Component\DependencyInjection\ServiceLocator(array())));
$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->get('doctrine.dbal.default_connection')) && false ?: '_'}, $b);
${($_ = isset($this->services['doctrine.orm.default_manager_configurator']) ? $this->services['doctrine.orm.default_manager_configurator'] : $this->get('doctrine.orm.default_manager_configurator')) && false ?: '_'}->configure($instance);
return $instance;
}
/**
* Gets the public 'doctrine.orm.default_entity_manager.property_info_extractor' shared service.
*
* @return \Symfony\Bridge\Doctrine\PropertyInfo\DoctrineExtractor
*/
protected function getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService()
{
return $this->services['doctrine.orm.default_entity_manager.property_info_extractor'] = new \Symfony\Bridge\Doctrine\PropertyInfo\DoctrineExtractor(${($_ = isset($this->services['doctrine.orm.default_entity_manager']) ? $this->services['doctrine.orm.default_entity_manager'] : $this->get('doctrine.orm.default_entity_manager')) && false ?: '_'}->getMetadataFactory());
}
/**
* Gets the public '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 public '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(array(), array());
}
/**
* Gets the public 'doctrine.orm.validator.unique' shared service.
*
* @return \Symfony\Bridge\Doctrine\Validator\Constraints\UniqueEntityValidator
*/
protected function getDoctrine_Orm_Validator_UniqueService()
{
return $this->services['doctrine.orm.validator.unique'] = new \Symfony\Bridge\Doctrine\Validator\Constraints\UniqueEntityValidator(${($_ = isset($this->services['doctrine']) ? $this->services['doctrine'] : $this->get('doctrine')) && false ?: '_'});
}
/**
* Gets the public '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->get('doctrine')) && false ?: '_'});
}
/**
* Gets the public 'doctrine.query_dql_command' shared service.
*
* @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\RunDqlDoctrineCommand
*/
protected function getDoctrine_QueryDqlCommandService()
{
return $this->services['doctrine.query_dql_command'] = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\RunDqlDoctrineCommand();
}
/**
* Gets the public 'doctrine.query_sql_command' shared service.
*
* @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\RunSqlDoctrineCommand
*/
protected function getDoctrine_QuerySqlCommandService()
{
return $this->services['doctrine.query_sql_command'] = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\RunSqlDoctrineCommand();
}
/**
* Gets the public 'doctrine.schema_create_command' shared service.
*
* @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\CreateSchemaDoctrineCommand
*/
protected function getDoctrine_SchemaCreateCommandService()
{
return $this->services['doctrine.schema_create_command'] = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\CreateSchemaDoctrineCommand();
}
/**
* Gets the public 'doctrine.schema_drop_command' shared service.
*
* @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\DropSchemaDoctrineCommand
*/
protected function getDoctrine_SchemaDropCommandService()
{
return $this->services['doctrine.schema_drop_command'] = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\DropSchemaDoctrineCommand();
}
/**
* Gets the public 'doctrine.schema_update_command' shared service.
*
* @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\UpdateSchemaDoctrineCommand
*/
protected function getDoctrine_SchemaUpdateCommandService()
{
return $this->services['doctrine.schema_update_command'] = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\UpdateSchemaDoctrineCommand();
}
/**
* Gets the public 'doctrine.schema_validate_command' shared service.
*
* @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ValidateSchemaCommand
*/
protected function getDoctrine_SchemaValidateCommandService()
{
return $this->services['doctrine.schema_validate_command'] = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ValidateSchemaCommand();
}
/**
* Gets the public 'doctrine_cache.contains_command' shared service.
*
* @return \Doctrine\Bundle\DoctrineCacheBundle\Command\ContainsCommand
*/
protected function getDoctrineCache_ContainsCommandService()
{
return $this->services['doctrine_cache.contains_command'] = new \Doctrine\Bundle\DoctrineCacheBundle\Command\ContainsCommand();
}
/**
* Gets the public 'doctrine_cache.delete_command' shared service.
*
* @return \Doctrine\Bundle\DoctrineCacheBundle\Command\DeleteCommand
*/
protected function getDoctrineCache_DeleteCommandService()
{
return $this->services['doctrine_cache.delete_command'] = new \Doctrine\Bundle\DoctrineCacheBundle\Command\DeleteCommand();
}
/**
* Gets the public 'doctrine_cache.flush_command' shared service.
*
* @return \Doctrine\Bundle\DoctrineCacheBundle\Command\FlushCommand
*/
protected function getDoctrineCache_FlushCommandService()
{
return $this->services['doctrine_cache.flush_command'] = new \Doctrine\Bundle\DoctrineCacheBundle\Command\FlushCommand();
}
/**
* 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_97701a8c172db25f2f2664a5cf08d7fe83c334248d552b952161a7178a09fb39');
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_97701a8c172db25f2f2664a5cf08d7fe83c334248d552b952161a7178a09fb39');
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_97701a8c172db25f2f2664a5cf08d7fe83c334248d552b952161a7178a09fb39');
return $instance;
}
/**
* Gets the public 'doctrine_cache.stats_command' shared service.
*
* @return \Doctrine\Bundle\DoctrineCacheBundle\Command\StatsCommand
*/
protected function getDoctrineCache_StatsCommandService()
{
return $this->services['doctrine_cache.stats_command'] = new \Doctrine\Bundle\DoctrineCacheBundle\Command\StatsCommand();
}
/**
* Gets the public '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')) && false ?: '_'}, ($this->targetDirs[3].'/app/Resources'), array(0 => ($this->targetDirs[3].'/app')));
}
/**
* Gets the public 'filesystem' shared service.
*
* @return \Symfony\Component\Filesystem\Filesystem
*/
protected function getFilesystemService()
{
return $this->services['filesystem'] = new \Symfony\Component\Filesystem\Filesystem();
}
/**
* Gets the public 'form.factory' shared service.
*
* @return \Symfony\Component\Form\FormFactory
*/
protected function getForm_FactoryService()
{
return $this->services['form.factory'] = new \Symfony\Component\Form\FormFactory(${($_ = isset($this->services['form.registry']) ? $this->services['form.registry'] : $this->get('form.registry')) && false ?: '_'}, ${($_ = isset($this->services['form.resolved_type_factory']) ? $this->services['form.resolved_type_factory'] : $this->get('form.resolved_type_factory')) && false ?: '_'});
}
/**
* Gets the public 'form.registry' shared service.
*
* @return \Symfony\Component\Form\FormRegistry
*/
protected function getForm_RegistryService()
{
return $this->services['form.registry'] = new \Symfony\Component\Form\FormRegistry(array(0 => new \Symfony\Component\Form\Extension\DependencyInjection\DependencyInjectionExtension(new \Symfony\Component\DependencyInjection\ServiceLocator(array('FOS\\UserBundle\\Form\\Type\\ChangePasswordFormType' => function () {
return ${($_ = isset($this->services['fos_user.change_password.form.type']) ? $this->services['fos_user.change_password.form.type'] : $this->get('fos_user.change_password.form.type')) && false ?: '_'};
}, 'FOS\\UserBundle\\Form\\Type\\ProfileFormType' => function () {
return ${($_ = isset($this->services['fos_user.profile.form.type']) ? $this->services['fos_user.profile.form.type'] : $this->get('fos_user.profile.form.type')) && false ?: '_'};
}, 'FOS\\UserBundle\\Form\\Type\\RegistrationFormType' => function () {
return ${($_ = isset($this->services['fos_user.registration.form.type']) ? $this->services['fos_user.registration.form.type'] : $this->get('fos_user.registration.form.type')) && false ?: '_'};
}, 'FOS\\UserBundle\\Form\\Type\\ResettingFormType' => function () {
return ${($_ = isset($this->services['fos_user.resetting.form.type']) ? $this->services['fos_user.resetting.form.type'] : $this->get('fos_user.resetting.form.type')) && false ?: '_'};
}, 'FOS\\UserBundle\\Form\\Type\\UsernameFormType' => function () {
return ${($_ = isset($this->services['fos_user.username_form_type']) ? $this->services['fos_user.username_form_type'] : $this->get('fos_user.username_form_type')) && false ?: '_'};
}, 'Symfony\\Bridge\\Doctrine\\Form\\Type\\EntityType' => function () {
return ${($_ = isset($this->services['form.type.entity']) ? $this->services['form.type.entity'] : $this->get('form.type.entity')) && false ?: '_'};
}, 'Symfony\\Component\\Form\\Extension\\Core\\Type\\ChoiceType' => function () {
return ${($_ = isset($this->services['form.type.choice']) ? $this->services['form.type.choice'] : $this->getForm_Type_ChoiceService()) && false ?: '_'};
}, 'Symfony\\Component\\Form\\Extension\\Core\\Type\\FormType' => function () {
return ${($_ = isset($this->services['form.type.form']) ? $this->services['form.type.form'] : $this->getForm_Type_FormService()) && false ?: '_'};
})), array('Symfony\\Component\\Form\\Extension\\Core\\Type\\FormType' => new RewindableGenerator(function () {
yield 0 => ${($_ = isset($this->services['form.type_extension.form.http_foundation']) ? $this->services['form.type_extension.form.http_foundation'] : $this->getForm_TypeExtension_Form_HttpFoundationService()) && false ?: '_'};
yield 1 => ${($_ = isset($this->services['form.type_extension.form.validator']) ? $this->services['form.type_extension.form.validator'] : $this->getForm_TypeExtension_Form_ValidatorService()) && false ?: '_'};
yield 2 => ${($_ = isset($this->services['form.type_extension.upload.validator']) ? $this->services['form.type_extension.upload.validator'] : $this->getForm_TypeExtension_Upload_ValidatorService()) && false ?: '_'};
yield 3 => ${($_ = isset($this->services['form.type_extension.csrf']) ? $this->services['form.type_extension.csrf'] : $this->getForm_TypeExtension_CsrfService()) && false ?: '_'};
yield 4 => ${($_ = isset($this->services['form.type_extension.form.data_collector']) ? $this->services['form.type_extension.form.data_collector'] : $this->getForm_TypeExtension_Form_DataCollectorService()) && false ?: '_'};
}, 5), 'Symfony\\Component\\Form\\Extension\\Core\\Type\\RepeatedType' => new RewindableGenerator(function () {
yield 0 => ${($_ = isset($this->services['form.type_extension.repeated.validator']) ? $this->services['form.type_extension.repeated.validator'] : $this->getForm_TypeExtension_Repeated_ValidatorService()) && false ?: '_'};
}, 1), 'Symfony\\Component\\Form\\Extension\\Core\\Type\\SubmitType' => new RewindableGenerator(function () {
yield 0 => ${($_ = isset($this->services['form.type_extension.submit.validator']) ? $this->services['form.type_extension.submit.validator'] : $this->getForm_TypeExtension_Submit_ValidatorService()) && false ?: '_'};
}, 1)), new RewindableGenerator(function () {
yield 0 => ${($_ = isset($this->services['form.type_guesser.validator']) ? $this->services['form.type_guesser.validator'] : $this->getForm_TypeGuesser_ValidatorService()) && false ?: '_'};
yield 1 => ${($_ = isset($this->services['form.type_guesser.doctrine']) ? $this->services['form.type_guesser.doctrine'] : $this->get('form.type_guesser.doctrine')) && false ?: '_'};
}, 2), NULL)), ${($_ = isset($this->services['form.resolved_type_factory']) ? $this->services['form.resolved_type_factory'] : $this->get('form.resolved_type_factory')) && false ?: '_'});
}
/**
* Gets the public 'form.resolved_type_factory' shared service.
*
* @return \Symfony\Component\Form\Extension\DataCollector\Proxy\ResolvedTypeFactoryDataCollectorProxy
*/
protected function getForm_ResolvedTypeFactoryService()
{
return $this->services['form.resolved_type_factory'] = new \Symfony\Component\Form\Extension\DataCollector\Proxy\ResolvedTypeFactoryDataCollectorProxy(new \Symfony\Component\Form\ResolvedFormTypeFactory(), ${($_ = isset($this->services['data_collector.form']) ? $this->services['data_collector.form'] : $this->get('data_collector.form')) && false ?: '_'});
}
/**
* Gets the public 'form.type.birthday' shared service.
*
* @return \Symfony\Component\Form\Extension\Core\Type\BirthdayType
*
* @deprecated The "form.type.birthday" service is deprecated since Symfony 3.1 and will be removed in 4.0.
*/
protected function getForm_Type_BirthdayService()
{
@trigger_error('The "form.type.birthday" service is deprecated since Symfony 3.1 and will be removed in 4.0.', E_USER_DEPRECATED);
return $this->services['form.type.birthday'] = new \Symfony\Component\Form\Extension\Core\Type\BirthdayType();
}
/**
* Gets the public 'form.type.button' shared service.
*
* @return \Symfony\Component\Form\Extension\Core\Type\ButtonType
*
* @deprecated The "form.type.button" service is deprecated since Symfony 3.1 and will be removed in 4.0.
*/
protected function getForm_Type_ButtonService()
{
@trigger_error('The "form.type.button" service is deprecated since Symfony 3.1 and will be removed in 4.0.', E_USER_DEPRECATED);
return $this->services['form.type.button'] = new \Symfony\Component\Form\Extension\Core\Type\ButtonType();
}
/**
* Gets the public 'form.type.checkbox' shared service.
*
* @return \Symfony\Component\Form\Extension\Core\Type\CheckboxType
*
* @deprecated The "form.type.checkbox" service is deprecated since Symfony 3.1 and will be removed in 4.0.
*/
protected function getForm_Type_CheckboxService()
{
@trigger_error('The "form.type.checkbox" service is deprecated since Symfony 3.1 and will be removed in 4.0.', E_USER_DEPRECATED);
return $this->services['form.type.checkbox'] = new \Symfony\Component\Form\Extension\Core\Type\CheckboxType();
}
/**
* Gets the public 'form.type.collection' shared service.
*
* @return \Symfony\Component\Form\Extension\Core\Type\CollectionType
*
* @deprecated The "form.type.collection" service is deprecated since Symfony 3.1 and will be removed in 4.0.
*/
protected function getForm_Type_CollectionService()
{
@trigger_error('The "form.type.collection" service is deprecated since Symfony 3.1 and will be removed in 4.0.', E_USER_DEPRECATED);
return $this->services['form.type.collection'] = new \Symfony\Component\Form\Extension\Core\Type\CollectionType();
}
/**
* Gets the public 'form.type.country' shared service.
*
* @return \Symfony\Component\Form\Extension\Core\Type\CountryType
*
* @deprecated The "form.type.country" service is deprecated since Symfony 3.1 and will be removed in 4.0.
*/
protected function getForm_Type_CountryService()
{
@trigger_error('The "form.type.country" service is deprecated since Symfony 3.1 and will be removed in 4.0.', E_USER_DEPRECATED);
return $this->services['form.type.country'] = new \Symfony\Component\Form\Extension\Core\Type\CountryType();
}
/**
* Gets the public 'form.type.currency' shared service.
*
* @return \Symfony\Component\Form\Extension\Core\Type\CurrencyType
*
* @deprecated The "form.type.currency" service is deprecated since Symfony 3.1 and will be removed in 4.0.
*/
protected function getForm_Type_CurrencyService()
{
@trigger_error('The "form.type.currency" service is deprecated since Symfony 3.1 and will be removed in 4.0.', E_USER_DEPRECATED);
return $this->services['form.type.currency'] = new \Symfony\Component\Form\Extension\Core\Type\CurrencyType();
}
/**
* Gets the public 'form.type.date' shared service.
*
* @return \Symfony\Component\Form\Extension\Core\Type\DateType
*
* @deprecated The "form.type.date" service is deprecated since Symfony 3.1 and will be removed in 4.0.
*/
protected function getForm_Type_DateService()
{
@trigger_error('The "form.type.date" service is deprecated since Symfony 3.1 and will be removed in 4.0.', E_USER_DEPRECATED);
return $this->services['form.type.date'] = new \Symfony\Component\Form\Extension\Core\Type\DateType();
}
/**
* Gets the public 'form.type.datetime' shared service.
*
* @return \Symfony\Component\Form\Extension\Core\Type\DateTimeType
*
* @deprecated The "form.type.datetime" service is deprecated since Symfony 3.1 and will be removed in 4.0.
*/
protected function getForm_Type_DatetimeService()
{
@trigger_error('The "form.type.datetime" service is deprecated since Symfony 3.1 and will be removed in 4.0.', E_USER_DEPRECATED);
return $this->services['form.type.datetime'] = new \Symfony\Component\Form\Extension\Core\Type\DateTimeType();
}
/**
* Gets the public 'form.type.email' shared service.
*
* @return \Symfony\Component\Form\Extension\Core\Type\EmailType
*
* @deprecated The "form.type.email" service is deprecated since Symfony 3.1 and will be removed in 4.0.
*/
protected function getForm_Type_EmailService()
{
@trigger_error('The "form.type.email" service is deprecated since Symfony 3.1 and will be removed in 4.0.', E_USER_DEPRECATED);
return $this->services['form.type.email'] = new \Symfony\Component\Form\Extension\Core\Type\EmailType();
}
/**
* Gets the public 'form.type.entity' shared service.
*
* @return \Symfony\Bridge\Doctrine\Form\Type\EntityType
*/
protected function getForm_Type_EntityService()
{
return $this->services['form.type.entity'] = new \Symfony\Bridge\Doctrine\Form\Type\EntityType(${($_ = isset($this->services['doctrine']) ? $this->services['doctrine'] : $this->get('doctrine')) && false ?: '_'});
}
/**
* Gets the public 'form.type.file' shared service.
*
* @return \Symfony\Component\Form\Extension\Core\Type\FileType
*
* @deprecated The "form.type.file" service is deprecated since Symfony 3.1 and will be removed in 4.0.
*/
protected function getForm_Type_FileService()
{
@trigger_error('The "form.type.file" service is deprecated since Symfony 3.1 and will be removed in 4.0.', E_USER_DEPRECATED);
return $this->services['form.type.file'] = new \Symfony\Component\Form\Extension\Core\Type\FileType();
}
/**
* Gets the public 'form.type.hidden' shared service.
*
* @return \Symfony\Component\Form\Extension\Core\Type\HiddenType
*
* @deprecated The "form.type.hidden" service is deprecated since Symfony 3.1 and will be removed in 4.0.
*/
protected function getForm_Type_HiddenService()
{
@trigger_error('The "form.type.hidden" service is deprecated since Symfony 3.1 and will be removed in 4.0.', E_USER_DEPRECATED);
return $this->services['form.type.hidden'] = new \Symfony\Component\Form\Extension\Core\Type\HiddenType();
}
/**
* Gets the public 'form.type.integer' shared service.
*
* @return \Symfony\Component\Form\Extension\Core\Type\IntegerType
*
* @deprecated The "form.type.integer" service is deprecated since Symfony 3.1 and will be removed in 4.0.
*/
protected function getForm_Type_IntegerService()
{
@trigger_error('The "form.type.integer" service is deprecated since Symfony 3.1 and will be removed in 4.0.', E_USER_DEPRECATED);
return $this->services['form.type.integer'] = new \Symfony\Component\Form\Extension\Core\Type\IntegerType();
}
/**
* Gets the public 'form.type.language' shared service.
*
* @return \Symfony\Component\Form\Extension\Core\Type\LanguageType
*
* @deprecated The "form.type.language" service is deprecated since Symfony 3.1 and will be removed in 4.0.
*/
protected function getForm_Type_LanguageService()
{
@trigger_error('The "form.type.language" service is deprecated since Symfony 3.1 and will be removed in 4.0.', E_USER_DEPRECATED);
return $this->services['form.type.language'] = new \Symfony\Component\Form\Extension\Core\Type\LanguageType();
}
/**
* Gets the public 'form.type.locale' shared service.
*
* @return \Symfony\Component\Form\Extension\Core\Type\LocaleType
*
* @deprecated The "form.type.locale" service is deprecated since Symfony 3.1 and will be removed in 4.0.
*/
protected function getForm_Type_LocaleService()
{
@trigger_error('The "form.type.locale" service is deprecated since Symfony 3.1 and will be removed in 4.0.', E_USER_DEPRECATED);
return $this->services['form.type.locale'] = new \Symfony\Component\Form\Extension\Core\Type\LocaleType();
}
/**
* Gets the public 'form.type.money' shared service.
*
* @return \Symfony\Component\Form\Extension\Core\Type\MoneyType
*
* @deprecated The "form.type.money" service is deprecated since Symfony 3.1 and will be removed in 4.0.
*/
protected function getForm_Type_MoneyService()
{
@trigger_error('The "form.type.money" service is deprecated since Symfony 3.1 and will be removed in 4.0.', E_USER_DEPRECATED);
return $this->services['form.type.money'] = new \Symfony\Component\Form\Extension\Core\Type\MoneyType();
}
/**
* Gets the public 'form.type.number' shared service.
*
* @return \Symfony\Component\Form\Extension\Core\Type\NumberType
*
* @deprecated The "form.type.number" service is deprecated since Symfony 3.1 and will be removed in 4.0.
*/
protected function getForm_Type_NumberService()
{
@trigger_error('The "form.type.number" service is deprecated since Symfony 3.1 and will be removed in 4.0.', E_USER_DEPRECATED);
return $this->services['form.type.number'] = new \Symfony\Component\Form\Extension\Core\Type\NumberType();
}
/**
* Gets the public 'form.type.password' shared service.
*
* @return \Symfony\Component\Form\Extension\Core\Type\PasswordType
*
* @deprecated The "form.type.password" service is deprecated since Symfony 3.1 and will be removed in 4.0.
*/
protected function getForm_Type_PasswordService()
{
@trigger_error('The "form.type.password" service is deprecated since Symfony 3.1 and will be removed in 4.0.', E_USER_DEPRECATED);
return $this->services['form.type.password'] = new \Symfony\Component\Form\Extension\Core\Type\PasswordType();
}
/**
* Gets the public 'form.type.percent' shared service.
*
* @return \Symfony\Component\Form\Extension\Core\Type\PercentType
*
* @deprecated The "form.type.percent" service is deprecated since Symfony 3.1 and will be removed in 4.0.
*/
protected function getForm_Type_PercentService()
{
@trigger_error('The "form.type.percent" service is deprecated since Symfony 3.1 and will be removed in 4.0.', E_USER_DEPRECATED);
return $this->services['form.type.percent'] = new \Symfony\Component\Form\Extension\Core\Type\PercentType();
}
/**
* Gets the public 'form.type.radio' shared service.
*
* @return \Symfony\Component\Form\Extension\Core\Type\RadioType
*
* @deprecated The "form.type.radio" service is deprecated since Symfony 3.1 and will be removed in 4.0.
*/
protected function getForm_Type_RadioService()
{
@trigger_error('The "form.type.radio" service is deprecated since Symfony 3.1 and will be removed in 4.0.', E_USER_DEPRECATED);
return $this->services['form.type.radio'] = new \Symfony\Component\Form\Extension\Core\Type\RadioType();
}
/**
* Gets the public 'form.type.range' shared service.
*
* @return \Symfony\Component\Form\Extension\Core\Type\RangeType
*
* @deprecated The "form.type.range" service is deprecated since Symfony 3.1 and will be removed in 4.0.
*/
protected function getForm_Type_RangeService()
{
@trigger_error('The "form.type.range" service is deprecated since Symfony 3.1 and will be removed in 4.0.', E_USER_DEPRECATED);
return $this->services['form.type.range'] = new \Symfony\Component\Form\Extension\Core\Type\RangeType();
}
/**
* Gets the public 'form.type.repeated' shared service.
*
* @return \Symfony\Component\Form\Extension\Core\Type\RepeatedType
*
* @deprecated The "form.type.repeated" service is deprecated since Symfony 3.1 and will be removed in 4.0.
*/
protected function getForm_Type_RepeatedService()
{
@trigger_error('The "form.type.repeated" service is deprecated since Symfony 3.1 and will be removed in 4.0.', E_USER_DEPRECATED);
return $this->services['form.type.repeated'] = new \Symfony\Component\Form\Extension\Core\Type\RepeatedType();
}
/**
* Gets the public 'form.type.reset' shared service.
*
* @return \Symfony\Component\Form\Extension\Core\Type\ResetType
*
* @deprecated The "form.type.reset" service is deprecated since Symfony 3.1 and will be removed in 4.0.
*/
protected function getForm_Type_ResetService()
{
@trigger_error('The "form.type.reset" service is deprecated since Symfony 3.1 and will be removed in 4.0.', E_USER_DEPRECATED);
return $this->services['form.type.reset'] = new \Symfony\Component\Form\Extension\Core\Type\ResetType();
}
/**
* Gets the public 'form.type.search' shared service.
*
* @return \Symfony\Component\Form\Extension\Core\Type\SearchType
*
* @deprecated The "form.type.search" service is deprecated since Symfony 3.1 and will be removed in 4.0.
*/
protected function getForm_Type_SearchService()
{
@trigger_error('The "form.type.search" service is deprecated since Symfony 3.1 and will be removed in 4.0.', E_USER_DEPRECATED);
return $this->services['form.type.search'] = new \Symfony\Component\Form\Extension\Core\Type\SearchType();
}
/**
* Gets the public 'form.type.submit' shared service.
*
* @return \Symfony\Component\Form\Extension\Core\Type\SubmitType
*
* @deprecated The "form.type.submit" service is deprecated since Symfony 3.1 and will be removed in 4.0.
*/
protected function getForm_Type_SubmitService()
{
@trigger_error('The "form.type.submit" service is deprecated since Symfony 3.1 and will be removed in 4.0.', E_USER_DEPRECATED);
return $this->services['form.type.submit'] = new \Symfony\Component\Form\Extension\Core\Type\SubmitType();
}
/**
* Gets the public 'form.type.text' shared service.
*
* @return \Symfony\Component\Form\Extension\Core\Type\TextType
*
* @deprecated The "form.type.text" service is deprecated since Symfony 3.1 and will be removed in 4.0.
*/
protected function getForm_Type_TextService()
{
@trigger_error('The "form.type.text" service is deprecated since Symfony 3.1 and will be removed in 4.0.', E_USER_DEPRECATED);
return $this->services['form.type.text'] = new \Symfony\Component\Form\Extension\Core\Type\TextType();
}
/**
* Gets the public 'form.type.textarea' shared service.
*
* @return \Symfony\Component\Form\Extension\Core\Type\TextareaType
*
* @deprecated The "form.type.textarea" service is deprecated since Symfony 3.1 and will be removed in 4.0.
*/
protected function getForm_Type_TextareaService()
{
@trigger_error('The "form.type.textarea" service is deprecated since Symfony 3.1 and will be removed in 4.0.', E_USER_DEPRECATED);
return $this->services['form.type.textarea'] = new \Symfony\Component\Form\Extension\Core\Type\TextareaType();
}
/**
* Gets the public 'form.type.time' shared service.
*
* @return \Symfony\Component\Form\Extension\Core\Type\TimeType
*
* @deprecated The "form.type.time" service is deprecated since Symfony 3.1 and will be removed in 4.0.
*/
protected function getForm_Type_TimeService()
{
@trigger_error('The "form.type.time" service is deprecated since Symfony 3.1 and will be removed in 4.0.', E_USER_DEPRECATED);
return $this->services['form.type.time'] = new \Symfony\Component\Form\Extension\Core\Type\TimeType();
}
/**
* Gets the public 'form.type.timezone' shared service.
*
* @return \Symfony\Component\Form\Extension\Core\Type\TimezoneType
*
* @deprecated The "form.type.timezone" service is deprecated since Symfony 3.1 and will be removed in 4.0.
*/
protected function getForm_Type_TimezoneService()
{
@trigger_error('The "form.type.timezone" service is deprecated since Symfony 3.1 and will be removed in 4.0.', E_USER_DEPRECATED);
return $this->services['form.type.timezone'] = new \Symfony\Component\Form\Extension\Core\Type\TimezoneType();
}
/**
* Gets the public 'form.type.url' shared service.
*
* @return \Symfony\Component\Form\Extension\Core\Type\UrlType
*
* @deprecated The "form.type.url" service is deprecated since Symfony 3.1 and will be removed in 4.0.
*/
protected function getForm_Type_UrlService()
{
@trigger_error('The "form.type.url" service is deprecated since Symfony 3.1 and will be removed in 4.0.', E_USER_DEPRECATED);
return $this->services['form.type.url'] = new \Symfony\Component\Form\Extension\Core\Type\UrlType();
}
/**
* Gets the public 'form.type_guesser.doctrine' shared service.
*
* @return \Symfony\Bridge\Doctrine\Form\DoctrineOrmTypeGuesser
*/
protected function getForm_TypeGuesser_DoctrineService()
{
return $this->services['form.type_guesser.doctrine'] = new \Symfony\Bridge\Doctrine\Form\DoctrineOrmTypeGuesser(${($_ = isset($this->services['doctrine']) ? $this->services['doctrine'] : $this->get('doctrine')) && false ?: '_'});
}
/**
* Gets the public 'fos_user.change_password.controller' shared service.
*
* @return \FOS\UserBundle\Controller\ChangePasswordController
*/
protected function getFosUser_ChangePassword_ControllerService()
{
$this->services['fos_user.change_password.controller'] = $instance = new \FOS\UserBundle\Controller\ChangePasswordController(${($_ = isset($this->services['debug.event_dispatcher']) ? $this->services['debug.event_dispatcher'] : $this->get('debug.event_dispatcher')) && false ?: '_'}, ${($_ = isset($this->services['fos_user.change_password.form.factory']) ? $this->services['fos_user.change_password.form.factory'] : $this->get('fos_user.change_password.form.factory')) && false ?: '_'}, ${($_ = isset($this->services['fos_user.user_manager']) ? $this->services['fos_user.user_manager'] : $this->get('fos_user.user_manager')) && false ?: '_'});
$instance->setContainer($this);
return $instance;
}
/**
* Gets the public 'fos_user.change_password.form.factory' shared service.
*
* @return \FOS\UserBundle\Form\Factory\FormFactory
*/
protected function getFosUser_ChangePassword_Form_FactoryService()
{
return $this->services['fos_user.change_password.form.factory'] = new \FOS\UserBundle\Form\Factory\FormFactory(${($_ = isset($this->services['form.factory']) ? $this->services['form.factory'] : $this->get('form.factory')) && false ?: '_'}, 'fos_user_change_password_form', 'FOS\\UserBundle\\Form\\Type\\ChangePasswordFormType', array(0 => 'ChangePassword', 1 => 'Default'));
}
/**
* Gets the public 'fos_user.change_password.form.type' shared service.
*
* @return \FOS\UserBundle\Form\Type\ChangePasswordFormType
*/
protected function getFosUser_ChangePassword_Form_TypeService()
{
return $this->services['fos_user.change_password.form.type'] = new \FOS\UserBundle\Form\Type\ChangePasswordFormType('AppBundle\\Entity\\User');
}
/**
* Gets the public 'fos_user.command.activate_user' shared service.
*
* @return \FOS\UserBundle\Command\ActivateUserCommand
*/
protected function getFosUser_Command_ActivateUserService()
{
return $this->services['fos_user.command.activate_user'] = new \FOS\UserBundle\Command\ActivateUserCommand(${($_ = isset($this->services['fos_user.util.user_manipulator']) ? $this->services['fos_user.util.user_manipulator'] : $this->get('fos_user.util.user_manipulator')) && false ?: '_'});
}
/**
* Gets the public 'fos_user.command.change_password' shared service.
*
* @return \FOS\UserBundle\Command\ChangePasswordCommand
*/
protected function getFosUser_Command_ChangePasswordService()
{
return $this->services['fos_user.command.change_password'] = new \FOS\UserBundle\Command\ChangePasswordCommand(${($_ = isset($this->services['fos_user.util.user_manipulator']) ? $this->services['fos_user.util.user_manipulator'] : $this->get('fos_user.util.user_manipulator')) && false ?: '_'});
}
/**
* Gets the public 'fos_user.command.create_user' shared service.
*
* @return \FOS\UserBundle\Command\CreateUserCommand
*/
protected function getFosUser_Command_CreateUserService()
{
return $this->services['fos_user.command.create_user'] = new \FOS\UserBundle\Command\CreateUserCommand(${($_ = isset($this->services['fos_user.util.user_manipulator']) ? $this->services['fos_user.util.user_manipulator'] : $this->get('fos_user.util.user_manipulator')) && false ?: '_'});
}
/**
* Gets the public 'fos_user.command.deactivate_user' shared service.
*
* @return \FOS\UserBundle\Command\DeactivateUserCommand
*/
protected function getFosUser_Command_DeactivateUserService()
{
return $this->services['fos_user.command.deactivate_user'] = new \FOS\UserBundle\Command\DeactivateUserCommand(${($_ = isset($this->services['fos_user.util.user_manipulator']) ? $this->services['fos_user.util.user_manipulator'] : $this->get('fos_user.util.user_manipulator')) && false ?: '_'});
}
/**
* Gets the public 'fos_user.command.demote_user' shared service.
*
* @return \FOS\UserBundle\Command\DemoteUserCommand
*/
protected function getFosUser_Command_DemoteUserService()
{
return $this->services['fos_user.command.demote_user'] = new \FOS\UserBundle\Command\DemoteUserCommand(${($_ = isset($this->services['fos_user.util.user_manipulator']) ? $this->services['fos_user.util.user_manipulator'] : $this->get('fos_user.util.user_manipulator')) && false ?: '_'});
}
/**
* Gets the public 'fos_user.command.promote_user' shared service.
*
* @return \FOS\UserBundle\Command\PromoteUserCommand
*/
protected function getFosUser_Command_PromoteUserService()
{
return $this->services['fos_user.command.promote_user'] = new \FOS\UserBundle\Command\PromoteUserCommand(${($_ = isset($this->services['fos_user.util.user_manipulator']) ? $this->services['fos_user.util.user_manipulator'] : $this->get('fos_user.util.user_manipulator')) && false ?: '_'});
}
/**
* Gets the public 'fos_user.listener.authentication' shared service.
*
* @return \FOS\UserBundle\EventListener\AuthenticationListener
*/
protected function getFosUser_Listener_AuthenticationService()
{
return $this->services['fos_user.listener.authentication'] = new \FOS\UserBundle\EventListener\AuthenticationListener(${($_ = isset($this->services['fos_user.security.login_manager']) ? $this->services['fos_user.security.login_manager'] : $this->get('fos_user.security.login_manager')) && false ?: '_'}, 'main');
}
/**
* Gets the public 'fos_user.listener.flash' shared service.
*
* @return \FOS\UserBundle\EventListener\FlashListener
*/
protected function getFosUser_Listener_FlashService()
{
return $this->services['fos_user.listener.flash'] = new \FOS\UserBundle\EventListener\FlashListener(${($_ = isset($this->services['session']) ? $this->services['session'] : $this->get('session')) && false ?: '_'}, ${($_ = isset($this->services['translator']) ? $this->services['translator'] : $this->get('translator')) && false ?: '_'});
}
/**
* Gets the public 'fos_user.listener.resetting' shared service.
*
* @return \FOS\UserBundle\EventListener\ResettingListener
*/
protected function getFosUser_Listener_ResettingService()
{
return $this->services['fos_user.listener.resetting'] = new \FOS\UserBundle\EventListener\ResettingListener(${($_ = isset($this->services['router']) ? $this->services['router'] : $this->get('router')) && false ?: '_'}, 86400);
}
/**
* Gets the public 'fos_user.mailer' shared service.
*
* @return \FOS\UserBundle\Mailer\Mailer
*/
protected function getFosUser_MailerService()
{
return $this->services['fos_user.mailer'] = new \FOS\UserBundle\Mailer\Mailer(${($_ = isset($this->services['swiftmailer.mailer.default']) ? $this->services['swiftmailer.mailer.default'] : $this->get('swiftmailer.mailer.default')) && false ?: '_'}, ${($_ = isset($this->services['router']) ? $this->services['router'] : $this->get('router')) && false ?: '_'}, ${($_ = isset($this->services['templating']) ? $this->services['templating'] : $this->get('templating')) && false ?: '_'}, array('confirmation.template' => '@FOSUser/Registration/email.txt.twig', 'resetting.template' => '@FOSUser/Resetting/email.txt.twig', 'from_email' => array('confirmation' => array('test@test.com' => 'test@test.com'), 'resetting' => array('test@test.com' => 'test@test.com'))));
}
/**
* Gets the public 'fos_user.profile.controller' shared service.
*
* @return \FOS\UserBundle\Controller\ProfileController
*/
protected function getFosUser_Profile_ControllerService()
{
$this->services['fos_user.profile.controller'] = $instance = new \FOS\UserBundle\Controller\ProfileController(${($_ = isset($this->services['debug.event_dispatcher']) ? $this->services['debug.event_dispatcher'] : $this->get('debug.event_dispatcher')) && false ?: '_'}, ${($_ = isset($this->services['fos_user.profile.form.factory']) ? $this->services['fos_user.profile.form.factory'] : $this->get('fos_user.profile.form.factory')) && false ?: '_'}, ${($_ = isset($this->services['fos_user.user_manager']) ? $this->services['fos_user.user_manager'] : $this->get('fos_user.user_manager')) && false ?: '_'});
$instance->setContainer($this);
return $instance;
}
/**
* Gets the public 'fos_user.profile.form.factory' shared service.
*
* @return \FOS\UserBundle\Form\Factory\FormFactory
*/
protected function getFosUser_Profile_Form_FactoryService()
{
return $this->services['fos_user.profile.form.factory'] = new \FOS\UserBundle\Form\Factory\FormFactory(${($_ = isset($this->services['form.factory']) ? $this->services['form.factory'] : $this->get('form.factory')) && false ?: '_'}, 'fos_user_profile_form', 'FOS\\UserBundle\\Form\\Type\\ProfileFormType', array(0 => 'Profile', 1 => 'Default'));
}
/**
* Gets the public 'fos_user.profile.form.type' shared service.
*
* @return \FOS\UserBundle\Form\Type\ProfileFormType
*/
protected function getFosUser_Profile_Form_TypeService()
{
return $this->services['fos_user.profile.form.type'] = new \FOS\UserBundle\Form\Type\ProfileFormType('AppBundle\\Entity\\User');
}
/**
* Gets the public 'fos_user.registration.controller' shared service.
*
* @return \FOS\UserBundle\Controller\RegistrationController
*/
protected function getFosUser_Registration_ControllerService()
{
$this->services['fos_user.registration.controller'] = $instance = new \FOS\UserBundle\Controller\RegistrationController(${($_ = isset($this->services['debug.event_dispatcher']) ? $this->services['debug.event_dispatcher'] : $this->get('debug.event_dispatcher')) && false ?: '_'}, ${($_ = isset($this->services['fos_user.registration.form.factory']) ? $this->services['fos_user.registration.form.factory'] : $this->get('fos_user.registration.form.factory')) && false ?: '_'}, ${($_ = isset($this->services['fos_user.user_manager']) ? $this->services['fos_user.user_manager'] : $this->get('fos_user.user_manager')) && false ?: '_'}, ${($_ = isset($this->services['security.token_storage']) ? $this->services['security.token_storage'] : $this->get('security.token_storage')) && false ?: '_'});
$instance->setContainer($this);
return $instance;
}
/**
* Gets the public 'fos_user.registration.form.factory' shared service.
*
* @return \FOS\UserBundle\Form\Factory\FormFactory
*/
protected function getFosUser_Registration_Form_FactoryService()
{
return $this->services['fos_user.registration.form.factory'] = new \FOS\UserBundle\Form\Factory\FormFactory(${($_ = isset($this->services['form.factory']) ? $this->services['form.factory'] : $this->get('form.factory')) && false ?: '_'}, 'fos_user_registration_form', 'FOS\\UserBundle\\Form\\Type\\RegistrationFormType', array(0 => 'Registration', 1 => 'Default'));
}
/**
* Gets the public 'fos_user.registration.form.type' shared service.
*
* @return \FOS\UserBundle\Form\Type\RegistrationFormType
*/
protected function getFosUser_Registration_Form_TypeService()
{
return $this->services['fos_user.registration.form.type'] = new \FOS\UserBundle\Form\Type\RegistrationFormType('AppBundle\\Entity\\User');
}
/**
* Gets the public 'fos_user.resetting.controller' shared service.
*
* @return \FOS\UserBundle\Controller\ResettingController
*/
protected function getFosUser_Resetting_ControllerService()
{
$this->services['fos_user.resetting.controller'] = $instance = new \FOS\UserBundle\Controller\ResettingController(${($_ = isset($this->services['debug.event_dispatcher']) ? $this->services['debug.event_dispatcher'] : $this->get('debug.event_dispatcher')) && false ?: '_'}, ${($_ = isset($this->services['fos_user.resetting.form.factory']) ? $this->services['fos_user.resetting.form.factory'] : $this->get('fos_user.resetting.form.factory')) && false ?: '_'}, ${($_ = isset($this->services['fos_user.user_manager']) ? $this->services['fos_user.user_manager'] : $this->get('fos_user.user_manager')) && false ?: '_'}, ${($_ = isset($this->services['fos_user.util.token_generator']) ? $this->services['fos_user.util.token_generator'] : $this->get('fos_user.util.token_generator')) && false ?: '_'}, ${($_ = isset($this->services['fos_user.mailer']) ? $this->services['fos_user.mailer'] : $this->get('fos_user.mailer')) && false ?: '_'}, 7200);
$instance->setContainer($this);
return $instance;
}
/**
* Gets the public 'fos_user.resetting.form.factory' shared service.
*
* @return \FOS\UserBundle\Form\Factory\FormFactory
*/
protected function getFosUser_Resetting_Form_FactoryService()
{
return $this->services['fos_user.resetting.form.factory'] = new \FOS\UserBundle\Form\Factory\FormFactory(${($_ = isset($this->services['form.factory']) ? $this->services['form.factory'] : $this->get('form.factory')) && false ?: '_'}, 'fos_user_resetting_form', 'FOS\\UserBundle\\Form\\Type\\ResettingFormType', array(0 => 'ResetPassword', 1 => 'Default'));
}
/**
* Gets the public 'fos_user.resetting.form.type' shared service.
*
* @return \FOS\UserBundle\Form\Type\ResettingFormType
*/
protected function getFosUser_Resetting_Form_TypeService()
{
return $this->services['fos_user.resetting.form.type'] = new \FOS\UserBundle\Form\Type\ResettingFormType('AppBundle\\Entity\\User');
}
/**
* Gets the public 'fos_user.security.controller' shared service.
*
* @return \FOS\UserBundle\Controller\SecurityController
*/
protected function getFosUser_Security_ControllerService()
{
$this->services['fos_user.security.controller'] = $instance = new \FOS\UserBundle\Controller\SecurityController(${($_ = isset($this->services['security.csrf.token_manager']) ? $this->services['security.csrf.token_manager'] : $this->get('security.csrf.token_manager', ContainerInterface::NULL_ON_INVALID_REFERENCE)) && false ?: '_'});
$instance->setContainer($this);
return $instance;
}
/**
* Gets the public 'fos_user.security.interactive_login_listener' shared service.
*
* @return \FOS\UserBundle\EventListener\LastLoginListener
*/
protected function getFosUser_Security_InteractiveLoginListenerService()
{
return $this->services['fos_user.security.interactive_login_listener'] = new \FOS\UserBundle\EventListener\LastLoginListener(${($_ = isset($this->services['fos_user.user_manager']) ? $this->services['fos_user.user_manager'] : $this->get('fos_user.user_manager')) && false ?: '_'});
}
/**
* Gets the public 'fos_user.security.login_manager' shared service.
*
* @return \FOS\UserBundle\Security\LoginManager
*/
protected function getFosUser_Security_LoginManagerService()
{
return $this->services['fos_user.security.login_manager'] = new \FOS\UserBundle\Security\LoginManager(${($_ = isset($this->services['security.token_storage']) ? $this->services['security.token_storage'] : $this->get('security.token_storage')) && false ?: '_'}, ${($_ = isset($this->services['security.user_checker']) ? $this->services['security.user_checker'] : $this->getSecurity_UserCheckerService()) && false ?: '_'}, ${($_ = isset($this->services['security.authentication.session_strategy']) ? $this->services['security.authentication.session_strategy'] : $this->getSecurity_Authentication_SessionStrategyService()) && false ?: '_'}, ${($_ = isset($this->services['request_stack']) ? $this->services['request_stack'] : $this->get('request_stack')) && false ?: '_'}, NULL);
}
/**
* Gets the public 'fos_user.user_manager' shared service.
*
* @return \FOS\UserBundle\Doctrine\UserManager
*/
protected function getFosUser_UserManagerService()
{
return $this->services['fos_user.user_manager'] = new \FOS\UserBundle\Doctrine\UserManager(${($_ = 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 ?: '_'}, ${($_ = isset($this->services['doctrine']) ? $this->services['doctrine'] : $this->get('doctrine')) && false ?: '_'}->getManager(NULL), 'AppBundle\\Entity\\User');
}
/**
* Gets the public 'fos_user.username_form_type' shared service.
*
* @return \FOS\UserBundle\Form\Type\UsernameFormType
*/
protected function getFosUser_UsernameFormTypeService()
{
return $this->services['fos_user.username_form_type'] = new \FOS\UserBundle\Form\Type\UsernameFormType(new \FOS\UserBundle\Form\DataTransformer\UserToUsernameTransformer(${($_ = isset($this->services['fos_user.user_manager']) ? $this->services['fos_user.user_manager'] : $this->get('fos_user.user_manager')) && false ?: '_'}));
}
/**
* Gets the public '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 public 'fos_user.util.token_generator' shared service.
*
* @return \FOS\UserBundle\Util\TokenGenerator
*/
protected function getFosUser_Util_TokenGeneratorService()
{
return $this->services['fos_user.util.token_generator'] = new \FOS\UserBundle\Util\TokenGenerator();
}
/**
* Gets the public 'fos_user.util.user_manipulator' shared service.
*
* @return \FOS\UserBundle\Util\UserManipulator
*/
protected function getFosUser_Util_UserManipulatorService()
{
return $this->services['fos_user.util.user_manipulator'] = new \FOS\UserBundle\Util\UserManipulator(${($_ = isset($this->services['fos_user.user_manager']) ? $this->services['fos_user.user_manager'] : $this->get('fos_user.user_manager')) && false ?: '_'}, ${($_ = isset($this->services['debug.event_dispatcher']) ? $this->services['debug.event_dispatcher'] : $this->get('debug.event_dispatcher')) && false ?: '_'}, ${($_ = isset($this->services['request_stack']) ? $this->services['request_stack'] : $this->get('request_stack')) && false ?: '_'});
}
/**
* Gets the public 'fragment.handler' shared service.
*
* @return \Symfony\Component\HttpKernel\DependencyInjection\LazyLoadingFragmentHandler
*/
protected function getFragment_HandlerService()
{
return $this->services['fragment.handler'] = new \Symfony\Component\HttpKernel\DependencyInjection\LazyLoadingFragmentHandler(${($_ = isset($this->services['service_locator.cc2b70dfe28c491d5d4736dc8913e9ae']) ? $this->services['service_locator.cc2b70dfe28c491d5d4736dc8913e9ae'] : $this->getServiceLocator_Cc2b70dfe28c491d5d4736dc8913e9aeService()) && false ?: '_'}, ${($_ = isset($this->services['request_stack']) ? $this->services['request_stack'] : $this->get('request_stack')) && false ?: '_'}, true);
}
/**
* Gets the public 'fragment.listener' shared service.
*
* @return \Symfony\Component\HttpKernel\EventListener\FragmentListener
*/
protected function getFragment_ListenerService()
{
return $this->services['fragment.listener'] = new \Symfony\Component\HttpKernel\EventListener\FragmentListener(${($_ = isset($this->services['uri_signer']) ? $this->services['uri_signer'] : $this->get('uri_signer')) && false ?: '_'}, '/_fragment');
}
/**
* Gets the public 'fragment.renderer.hinclude' shared service.
*
* @return \Symfony\Component\HttpKernel\Fragment\HIncludeFragmentRenderer
*/
protected function getFragment_Renderer_HincludeService()
{
$this->services['fragment.renderer.hinclude'] = $instance = new \Symfony\Component\HttpKernel\Fragment\HIncludeFragmentRenderer(${($_ = isset($this->services['twig']) ? $this->services['twig'] : $this->get('twig')) && false ?: '_'}, ${($_ = isset($this->services['uri_signer']) ? $this->services['uri_signer'] : $this->get('uri_signer')) && false ?: '_'}, NULL);
$instance->setFragmentPath('/_fragment');
return $instance;
}
/**
* Gets the public 'fragment.renderer.inline' shared service.
*
* @return \Symfony\Component\HttpKernel\Fragment\InlineFragmentRenderer
*/
protected function getFragment_Renderer_InlineService()
{
$this->services['fragment.renderer.inline'] = $instance = new \Symfony\Component\HttpKernel\Fragment\InlineFragmentRenderer(${($_ = isset($this->services['http_kernel']) ? $this->services['http_kernel'] : $this->get('http_kernel')) && false ?: '_'}, ${($_ = isset($this->services['debug.event_dispatcher']) ? $this->services['debug.event_dispatcher'] : $this->get('debug.event_dispatcher')) && false ?: '_'});
$instance->setFragmentPath('/_fragment');
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->get('debug.event_dispatcher')) && false ?: '_'}, ${($_ = isset($this->services['debug.controller_resolver']) ? $this->services['debug.controller_resolver'] : $this->get('debug.controller_resolver')) && false ?: '_'}, ${($_ = isset($this->services['request_stack']) ? $this->services['request_stack'] : $this->get('request_stack')) && false ?: '_'}, ${($_ = isset($this->services['debug.argument_resolver']) ? $this->services['debug.argument_resolver'] : $this->get('debug.argument_resolver')) && false ?: '_'});
}
/**
* Gets the public 'kernel.class_cache.cache_warmer' shared service.
*
* @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\ClassCacheCacheWarmer
*
* @deprecated The "kernel.class_cache.cache_warmer" option is deprecated since version 3.3, to be removed in 4.0.
*/
protected function getKernel_ClassCache_CacheWarmerService()
{
@trigger_error('The "kernel.class_cache.cache_warmer" option is deprecated since version 3.3, to be removed in 4.0.', E_USER_DEPRECATED);
return $this->services['kernel.class_cache.cache_warmer'] = new \Symfony\Bundle\FrameworkBundle\CacheWarmer\ClassCacheCacheWarmer(array(0 => 'Symfony\\Component\\HttpFoundation\\ParameterBag', 1 => 'Symfony\\Component\\HttpFoundation\\HeaderBag', 2 => 'Symfony\\Component\\HttpFoundation\\FileBag', 3 => 'Symfony\\Component\\HttpFoundation\\ServerBag', 4 => 'Symfony\\Component\\HttpFoundation\\Request', 5 => 'Symfony\\Component\\HttpKernel\\Kernel'));
}
/**
* Gets the public 'kreait_firebase.default' shared service.
*
* @return \Kreait\Firebase
*/
protected function getKreaitFirebase_DefaultService()
{
return $this->services['kreait_firebase.default'] = ${($_ = isset($this->services['Kreait\Firebase\Symfony\Bundle\DependencyInjection\Factory\ProjectFactory']) ? $this->services['Kreait\Firebase\Symfony\Bundle\DependencyInjection\Factory\ProjectFactory'] : $this->get('Kreait\Firebase\Symfony\Bundle\DependencyInjection\Factory\ProjectFactory')) && false ?: '_'}->create(array('public' => true, 'credentials' => ($this->targetDirs[3].'/app/config/firebase-credentials.json'), 'database_uri' => 'https://quinibar-app.firebaseio.com'));
}
/**
* Gets the public '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->get('request_stack')) && false ?: '_'}, 'en', ${($_ = isset($this->services['router']) ? $this->services['router'] : $this->get('router', ContainerInterface::NULL_ON_INVALID_REFERENCE)) && false ?: '_'});
}
/**
* Gets the public '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->getDebug_LogProcessorService()) && false ?: '_'});
$instance->useMicrosecondTimestamps(true);
$instance->pushHandler(${($_ = isset($this->services['monolog.handler.server_log']) ? $this->services['monolog.handler.server_log'] : $this->get('monolog.handler.server_log')) && false ?: '_'});
$instance->pushHandler(${($_ = isset($this->services['monolog.handler.console']) ? $this->services['monolog.handler.console'] : $this->get('monolog.handler.console')) && false ?: '_'});
$instance->pushHandler(${($_ = isset($this->services['monolog.handler.main']) ? $this->services['monolog.handler.main'] : $this->get('monolog.handler.main')) && false ?: '_'});
return $instance;
}
/**
* Gets the public 'mobile_detect.device_view' shared service.
*
* @return \SunCat\MobileDetectBundle\Helper\DeviceView
*/
protected function getMobileDetect_DeviceViewService()
{
$this->services['mobile_detect.device_view'] = $instance = new \SunCat\MobileDetectBundle\Helper\DeviceView(${($_ = isset($this->services['request_stack']) ? $this->services['request_stack'] : $this->get('request_stack', ContainerInterface::NULL_ON_INVALID_REFERENCE)) && false ?: '_'});
$instance->setCookieKey('device_view');
$instance->setSwitchParam('device_view');
$instance->setCookieExpireDatetimeModifier('1 month');
$instance->setRedirectConfig(array('detect_tablet_as_mobile' => true, 'mobile' => array('is_enabled' => false, 'host' => NULL, 'status_code' => 302, 'action' => 'redirect'), 'tablet' => array('is_enabled' => false, 'host' => NULL, 'status_code' => 302, 'action' => 'redirect'), 'full' => array('is_enabled' => false, 'host' => NULL, 'status_code' => 302, 'action' => 'redirect')));
return $instance;
}
/**
* Gets the public 'mobile_detect.mobile_detector.default' shared service.
*
* @return \SunCat\MobileDetectBundle\DeviceDetector\MobileDetector
*/
protected function getMobileDetect_MobileDetector_DefaultService()
{
return $this->services['mobile_detect.mobile_detector.default'] = new \SunCat\MobileDetectBundle\DeviceDetector\MobileDetector();
}
/**
* Gets the public 'mobile_detect.request_listener' shared service.
*
* @return \SunCat\MobileDetectBundle\EventListener\RequestResponseListener
*/
protected function getMobileDetect_RequestListenerService()
{
return $this->services['mobile_detect.request_listener'] = new \SunCat\MobileDetectBundle\EventListener\RequestResponseListener(${($_ = isset($this->services['mobile_detect.mobile_detector.default']) ? $this->services['mobile_detect.mobile_detector.default'] : $this->get('mobile_detect.mobile_detector.default')) && false ?: '_'}, ${($_ = isset($this->services['mobile_detect.device_view']) ? $this->services['mobile_detect.device_view'] : $this->get('mobile_detect.device_view')) && false ?: '_'}, ${($_ = isset($this->services['router']) ? $this->services['router'] : $this->get('router')) && false ?: '_'}, array('detect_tablet_as_mobile' => true, 'mobile' => array('is_enabled' => false, 'host' => NULL, 'status_code' => 302, 'action' => 'redirect'), 'tablet' => array('is_enabled' => false, 'host' => NULL, 'status_code' => 302, 'action' => 'redirect'), 'full' => array('is_enabled' => false, 'host' => NULL, 'status_code' => 302, 'action' => 'redirect')), true);
}
/**
* Gets the public 'mobile_detect.twig.extension' shared service.
*
* @return \SunCat\MobileDetectBundle\Twig\Extension\MobileDetectExtension
*/
protected function getMobileDetect_Twig_ExtensionService()
{
$this->services['mobile_detect.twig.extension'] = $instance = new \SunCat\MobileDetectBundle\Twig\Extension\MobileDetectExtension(${($_ = isset($this->services['mobile_detect.mobile_detector.default']) ? $this->services['mobile_detect.mobile_detector.default'] : $this->get('mobile_detect.mobile_detector.default')) && false ?: '_'}, ${($_ = isset($this->services['mobile_detect.device_view']) ? $this->services['mobile_detect.device_view'] : $this->get('mobile_detect.device_view')) && false ?: '_'}, array('detect_tablet_as_mobile' => true, 'mobile' => array('is_enabled' => false, 'host' => NULL, 'status_code' => 302, 'action' => 'redirect'), 'tablet' => array('is_enabled' => false, 'host' => NULL, 'status_code' => 302, 'action' => 'redirect'), 'full' => array('is_enabled' => false, 'host' => NULL, 'status_code' => 302, 'action' => 'redirect')));
$instance->setRequestByRequestStack(${($_ = isset($this->services['request_stack']) ? $this->services['request_stack'] : $this->get('request_stack', ContainerInterface::NULL_ON_INVALID_REFERENCE)) && false ?: '_'});
return $instance;
}
/**
* Gets the public 'mobile_detect_bundle.device.collector' shared service.
*
* @return \SunCat\MobileDetectBundle\DataCollector\DeviceDataCollector
*/
protected function getMobileDetectBundle_Device_CollectorService()
{
$this->services['mobile_detect_bundle.device.collector'] = $instance = new \SunCat\MobileDetectBundle\DataCollector\DeviceDataCollector(${($_ = isset($this->services['mobile_detect.device_view']) ? $this->services['mobile_detect.device_view'] : $this->get('mobile_detect.device_view')) && false ?: '_'});
$instance->setRedirectConfig(array('detect_tablet_as_mobile' => true, 'mobile' => array('is_enabled' => false, 'host' => NULL, 'status_code' => 302, 'action' => 'redirect'), 'tablet' => array('is_enabled' => false, 'host' => NULL, 'status_code' => 302, 'action' => 'redirect'), 'full' => array('is_enabled' => false, 'host' => NULL, 'status_code' => 302, 'action' => 'redirect')));
return $instance;
}
/**
* Gets the public 'model.user' shared autowired service.
*
* @return \AppBundle\Service\Model\User
*/
protected function getModel_UserService()
{
return $this->services['model.user'] = new \AppBundle\Service\Model\User(${($_ = isset($this->services['doctrine.orm.default_entity_manager']) ? $this->services['doctrine.orm.default_entity_manager'] : $this->get('doctrine.orm.default_entity_manager')) && false ?: '_'}, ${($_ = isset($this->services['quinibar.pool']) ? $this->services['quinibar.pool'] : $this->get('quinibar.pool')) && false ?: '_'});
}
/**
* Gets the public '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, array());
}
/**
* Gets the public '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].'/logs/dev.log'), 100, true, NULL);
$instance->pushProcessor(new \Monolog\Processor\PsrLogMessageProcessor());
return $instance;
}
/**
* Gets the public '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 public 'monolog.handler.server_log' shared service.
*
* @return \Symfony\Bridge\Monolog\Handler\ServerLogHandler
*/
protected function getMonolog_Handler_ServerLogService()
{
return $this->services['monolog.handler.server_log'] = new \Symfony\Bridge\Monolog\Handler\ServerLogHandler('127.0.0.1:9911', 100, true);
}
/**
* Gets the public 'monolog.logger.assetic' shared service.
*
* @return \Symfony\Bridge\Monolog\Logger
*/
protected function getMonolog_Logger_AsseticService()
{
$this->services['monolog.logger.assetic'] = $instance = new \Symfony\Bridge\Monolog\Logger('assetic');
$instance->pushProcessor(${($_ = isset($this->services['debug.log_processor']) ? $this->services['debug.log_processor'] : $this->getDebug_LogProcessorService()) && false ?: '_'});
$instance->pushHandler(${($_ = isset($this->services['monolog.handler.server_log']) ? $this->services['monolog.handler.server_log'] : $this->get('monolog.handler.server_log')) && false ?: '_'});
$instance->pushHandler(${($_ = isset($this->services['monolog.handler.console']) ? $this->services['monolog.handler.console'] : $this->get('monolog.handler.console')) && false ?: '_'});
$instance->pushHandler(${($_ = isset($this->services['monolog.handler.main']) ? $this->services['monolog.handler.main'] : $this->get('monolog.handler.main')) && false ?: '_'});
return $instance;
}
/**
* Gets the public '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->getDebug_LogProcessorService()) && false ?: '_'});
$instance->pushHandler(${($_ = isset($this->services['monolog.handler.server_log']) ? $this->services['monolog.handler.server_log'] : $this->get('monolog.handler.server_log')) && false ?: '_'});
$instance->pushHandler(${($_ = isset($this->services['monolog.handler.console']) ? $this->services['monolog.handler.console'] : $this->get('monolog.handler.console')) && false ?: '_'});
$instance->pushHandler(${($_ = isset($this->services['monolog.handler.main']) ? $this->services['monolog.handler.main'] : $this->get('monolog.handler.main')) && false ?: '_'});
return $instance;
}
/**
* Gets the public 'monolog.logger.console' shared service.
*
* @return \Symfony\Bridge\Monolog\Logger
*/
protected function getMonolog_Logger_ConsoleService()
{
$this->services['monolog.logger.console'] = $instance = new \Symfony\Bridge\Monolog\Logger('console');
$instance->pushProcessor(${($_ = isset($this->services['debug.log_processor']) ? $this->services['debug.log_processor'] : $this->getDebug_LogProcessorService()) && false ?: '_'});
$instance->pushHandler(${($_ = isset($this->services['monolog.handler.server_log']) ? $this->services['monolog.handler.server_log'] : $this->get('monolog.handler.server_log')) && false ?: '_'});
$instance->pushHandler(${($_ = isset($this->services['monolog.handler.main']) ? $this->services['monolog.handler.main'] : $this->get('monolog.handler.main')) && false ?: '_'});
return $instance;
}
/**
* Gets the public '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->getDebug_LogProcessorService()) && false ?: '_'});
$instance->pushHandler(${($_ = isset($this->services['monolog.handler.server_log']) ? $this->services['monolog.handler.server_log'] : $this->get('monolog.handler.server_log')) && false ?: '_'});
$instance->pushHandler(${($_ = isset($this->services['monolog.handler.main']) ? $this->services['monolog.handler.main'] : $this->get('monolog.handler.main')) && false ?: '_'});
return $instance;
}
/**
* Gets the public '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->getDebug_LogProcessorService()) && false ?: '_'});
$instance->pushHandler(${($_ = isset($this->services['monolog.handler.server_log']) ? $this->services['monolog.handler.server_log'] : $this->get('monolog.handler.server_log')) && false ?: '_'});
return $instance;
}
/**
* Gets the public '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->getDebug_LogProcessorService()) && false ?: '_'});
$instance->pushHandler(${($_ = isset($this->services['monolog.handler.server_log']) ? $this->services['monolog.handler.server_log'] : $this->get('monolog.handler.server_log')) && false ?: '_'});
$instance->pushHandler(${($_ = isset($this->services['monolog.handler.console']) ? $this->services['monolog.handler.console'] : $this->get('monolog.handler.console')) && false ?: '_'});
$instance->pushHandler(${($_ = isset($this->services['monolog.handler.main']) ? $this->services['monolog.handler.main'] : $this->get('monolog.handler.main')) && false ?: '_'});
return $instance;
}
/**
* Gets the public '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->getDebug_LogProcessorService()) && false ?: '_'});
$instance->pushHandler(${($_ = isset($this->services['monolog.handler.server_log']) ? $this->services['monolog.handler.server_log'] : $this->get('monolog.handler.server_log')) && false ?: '_'});
$instance->pushHandler(${($_ = isset($this->services['monolog.handler.console']) ? $this->services['monolog.handler.console'] : $this->get('monolog.handler.console')) && false ?: '_'});
$instance->pushHandler(${($_ = isset($this->services['monolog.handler.main']) ? $this->services['monolog.handler.main'] : $this->get('monolog.handler.main')) && false ?: '_'});
return $instance;
}
/**
* Gets the public '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->getDebug_LogProcessorService()) && false ?: '_'});
$instance->pushHandler(${($_ = isset($this->services['monolog.handler.server_log']) ? $this->services['monolog.handler.server_log'] : $this->get('monolog.handler.server_log')) && false ?: '_'});
$instance->pushHandler(${($_ = isset($this->services['monolog.handler.console']) ? $this->services['monolog.handler.console'] : $this->get('monolog.handler.console')) && false ?: '_'});
$instance->pushHandler(${($_ = isset($this->services['monolog.handler.main']) ? $this->services['monolog.handler.main'] : $this->get('monolog.handler.main')) && false ?: '_'});
return $instance;
}
/**
* Gets the public 'monolog.logger.security' shared service.
*
* @return \Symfony\Bridge\Monolog\Logger
*/
protected function getMonolog_Logger_SecurityService()
{
$this->services['monolog.logger.security'] = $instance = new \Symfony\Bridge\Monolog\Logger('security');
$instance->pushProcessor(${($_ = isset($this->services['debug.log_processor']) ? $this->services['debug.log_processor'] : $this->getDebug_LogProcessorService()) && false ?: '_'});
$instance->pushHandler(${($_ = isset($this->services['monolog.handler.server_log']) ? $this->services['monolog.handler.server_log'] : $this->get('monolog.handler.server_log')) && false ?: '_'});
$instance->pushHandler(${($_ = isset($this->services['monolog.handler.console']) ? $this->services['monolog.handler.console'] : $this->get('monolog.handler.console')) && false ?: '_'});
$instance->pushHandler(${($_ = isset($this->services['monolog.handler.main']) ? $this->services['monolog.handler.main'] : $this->get('monolog.handler.main')) && false ?: '_'});
return $instance;
}
/**
* Gets the public 'monolog.logger.templating' shared service.
*
* @return \Symfony\Bridge\Monolog\Logger
*/
protected function getMonolog_Logger_TemplatingService()
{
$this->services['monolog.logger.templating'] = $instance = new \Symfony\Bridge\Monolog\Logger('templating');
$instance->pushProcessor(${($_ = isset($this->services['debug.log_processor']) ? $this->services['debug.log_processor'] : $this->getDebug_LogProcessorService()) && false ?: '_'});
$instance->pushHandler(${($_ = isset($this->services['monolog.handler.server_log']) ? $this->services['monolog.handler.server_log'] : $this->get('monolog.handler.server_log')) && false ?: '_'});
$instance->pushHandler(${($_ = isset($this->services['monolog.handler.console']) ? $this->services['monolog.handler.console'] : $this->get('monolog.handler.console')) && false ?: '_'});
$instance->pushHandler(${($_ = isset($this->services['monolog.handler.main']) ? $this->services['monolog.handler.main'] : $this->get('monolog.handler.main')) && false ?: '_'});
return $instance;
}
/**
* Gets the public '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->getDebug_LogProcessorService()) && false ?: '_'});
$instance->pushHandler(${($_ = isset($this->services['monolog.handler.server_log']) ? $this->services['monolog.handler.server_log'] : $this->get('monolog.handler.server_log')) && false ?: '_'});
$instance->pushHandler(${($_ = isset($this->services['monolog.handler.console']) ? $this->services['monolog.handler.console'] : $this->get('monolog.handler.console')) && false ?: '_'});
$instance->pushHandler(${($_ = isset($this->services['monolog.handler.main']) ? $this->services['monolog.handler.main'] : $this->get('monolog.handler.main')) && false ?: '_'});
return $instance;
}
/**
* Gets the public 'nelmio_cors.cors_listener' shared service.
*
* @return \Nelmio\CorsBundle\EventListener\CorsListener
*/
protected function getNelmioCors_CorsListenerService()
{
return $this->services['nelmio_cors.cors_listener'] = new \Nelmio\CorsBundle\EventListener\CorsListener(${($_ = isset($this->services['debug.event_dispatcher']) ? $this->services['debug.event_dispatcher'] : $this->get('debug.event_dispatcher')) && false ?: '_'}, new \Nelmio\CorsBundle\Options\Resolver(array(0 => ${($_ = isset($this->services['nelmio_cors.options_provider.config']) ? $this->services['nelmio_cors.options_provider.config'] : $this->get('nelmio_cors.options_provider.config')) && false ?: '_'})));
}
/**
* Gets the public 'nelmio_cors.options_provider.config' shared service.
*
* @return \Nelmio\CorsBundle\Options\ConfigProvider
*/
protected function getNelmioCors_OptionsProvider_ConfigService()
{
return $this->services['nelmio_cors.options_provider.config'] = new \Nelmio\CorsBundle\Options\ConfigProvider(array(), array('allow_origin' => true, 'allow_credentials' => true, 'allow_headers' => true, 'expose_headers' => array(), 'allow_methods' => array(0 => '*'), 'max_age' => 0, 'hosts' => array(), 'origin_regex' => false, 'forced_allow_origin_value' => NULL));
}
/**
* 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->get('monolog.logger.profiler', ContainerInterface::NULL_ON_INVALID_REFERENCE)) && false ?: '_'};
$b = ${($_ = isset($this->services['kernel']) ? $this->services['kernel'] : $this->get('kernel', ContainerInterface::NULL_ON_INVALID_REFERENCE)) && false ?: '_'};
$c = new \Symfony\Component\Cache\DataCollector\CacheDataCollector();
$c->addInstance('cache.app', ${($_ = isset($this->services['cache.app']) ? $this->services['cache.app'] : $this->get('cache.app')) && false ?: '_'});
$c->addInstance('cache.system', ${($_ = isset($this->services['cache.system']) ? $this->services['cache.system'] : $this->get('cache.system')) && false ?: '_'});
$c->addInstance('cache.validator', ${($_ = isset($this->services['cache.validator']) ? $this->services['cache.validator'] : $this->getCache_ValidatorService()) && false ?: '_'});
$c->addInstance('cache.serializer', new \Symfony\Component\Cache\Adapter\TraceableAdapter(${($_ = isset($this->services['cache.serializer.recorder_inner']) ? $this->services['cache.serializer.recorder_inner'] : $this->getCache_Serializer_RecorderInnerService()) && 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->get('doctrine')) && false ?: '_'});
$d->addLogger('default', ${($_ = isset($this->services['doctrine.dbal.logger.profiling.default']) ? $this->services['doctrine.dbal.logger.profiling.default'] : $this->getDoctrine_Dbal_Logger_Profiling_DefaultService()) && false ?: '_'});
$e = new \Symfony\Component\HttpKernel\DataCollector\ConfigDataCollector();
if ($this->has('kernel')) {
$e->setKernel($b);
}
$this->services['profiler'] = $instance = new \Symfony\Component\HttpKernel\Profiler\Profiler(new \Symfony\Component\HttpKernel\Profiler\FileProfilerStorage(('file:'.__DIR__.'/profiler')), $a);
$instance->add(${($_ = isset($this->services['data_collector.request']) ? $this->services['data_collector.request'] : $this->get('data_collector.request')) && false ?: '_'});
$instance->add(new \Symfony\Component\HttpKernel\DataCollector\TimeDataCollector($b, ${($_ = isset($this->services['debug.stopwatch']) ? $this->services['debug.stopwatch'] : $this->get('debug.stopwatch', ContainerInterface::NULL_ON_INVALID_REFERENCE)) && false ?: '_'}));
$instance->add(new \Symfony\Component\HttpKernel\DataCollector\MemoryDataCollector());
$instance->add(new \Symfony\Component\HttpKernel\DataCollector\AjaxDataCollector());
$instance->add(${($_ = isset($this->services['data_collector.form']) ? $this->services['data_collector.form'] : $this->get('data_collector.form')) && false ?: '_'});
$instance->add(new \Symfony\Component\HttpKernel\DataCollector\ExceptionDataCollector());
$instance->add(new \Symfony\Component\HttpKernel\DataCollector\LoggerDataCollector($a, (__DIR__.'/appDevDebugProjectContainer')));
$instance->add(new \Symfony\Component\HttpKernel\DataCollector\EventDataCollector(${($_ = isset($this->services['debug.event_dispatcher']) ? $this->services['debug.event_dispatcher'] : $this->get('debug.event_dispatcher', ContainerInterface::NULL_ON_INVALID_REFERENCE)) && false ?: '_'}));
$instance->add(${($_ = isset($this->services['data_collector.router']) ? $this->services['data_collector.router'] : $this->get('data_collector.router')) && false ?: '_'});
$instance->add($c);
$instance->add(${($_ = isset($this->services['data_collector.translation']) ? $this->services['data_collector.translation'] : $this->get('data_collector.translation')) && false ?: '_'});
$instance->add(new \Symfony\Bundle\SecurityBundle\DataCollector\SecurityDataCollector(${($_ = isset($this->services['security.token_storage']) ? $this->services['security.token_storage'] : $this->get('security.token_storage', ContainerInterface::NULL_ON_INVALID_REFERENCE)) && 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 ?: '_'}));
$instance->add(new \Symfony\Bridge\Twig\DataCollector\TwigDataCollector(${($_ = isset($this->services['twig.profile']) ? $this->services['twig.profile'] : $this->get('twig.profile')) && 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->get('data_collector.dump')) && false ?: '_'});
$instance->add(${($_ = isset($this->services['mobile_detect_bundle.device.collector']) ? $this->services['mobile_detect_bundle.device.collector'] : $this->get('mobile_detect_bundle.device.collector')) && false ?: '_'});
$instance->add($e);
return $instance;
}
/**
* Gets the public '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->get('profiler')) && false ?: '_'}, ${($_ = isset($this->services['request_stack']) ? $this->services['request_stack'] : $this->get('request_stack')) && false ?: '_'}, NULL, false, false);
}
/**
* Gets the public '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 public 'quinibar.api' shared autowired service.
*
* @return \AppBundle\Service\Api\Api
*/
protected function getQuinibar_ApiService()
{
return $this->services['quinibar.api'] = new \AppBundle\Service\Api\Api(${($_ = isset($this->services['doctrine.orm.default_entity_manager']) ? $this->services['doctrine.orm.default_entity_manager'] : $this->get('doctrine.orm.default_entity_manager')) && false ?: '_'}, ${($_ = isset($this->services['api.round']) ? $this->services['api.round'] : $this->get('api.round')) && false ?: '_'}, ${($_ = isset($this->services['api.pool']) ? $this->services['api.pool'] : $this->get('api.pool')) && false ?: '_'});
}
/**
* Gets the public 'quinibar.bank' shared autowired service.
*
* @return \AppBundle\Service\Model\Bank
*/
protected function getQuinibar_BankService()
{
return $this->services['quinibar.bank'] = new \AppBundle\Service\Model\Bank(${($_ = isset($this->services['doctrine.orm.default_entity_manager']) ? $this->services['doctrine.orm.default_entity_manager'] : $this->get('doctrine.orm.default_entity_manager')) && false ?: '_'}, ${($_ = isset($this->services['security.token_storage']) ? $this->services['security.token_storage'] : $this->get('security.token_storage')) && false ?: '_'}, ${($_ = isset($this->services['quinibar.week']) ? $this->services['quinibar.week'] : $this->get('quinibar.week')) && false ?: '_'});
}
/**
* Gets the public 'quinibar.bar' shared autowired service.
*
* @return \AppBundle\Service\Establishment
*/
protected function getQuinibar_BarService()
{
return $this->services['quinibar.bar'] = new \AppBundle\Service\Establishment(${($_ = isset($this->services['doctrine.orm.default_entity_manager']) ? $this->services['doctrine.orm.default_entity_manager'] : $this->get('doctrine.orm.default_entity_manager')) && false ?: '_'});
}
/**
* Gets the public 'quinibar.category' shared autowired service.
*
* @return \AppBundle\Service\Category
*/
protected function getQuinibar_CategoryService()
{
return $this->services['quinibar.category'] = new \AppBundle\Service\Category(${($_ = isset($this->services['doctrine.orm.default_entity_manager']) ? $this->services['doctrine.orm.default_entity_manager'] : $this->get('doctrine.orm.default_entity_manager')) && false ?: '_'});
}
/**
* Gets the public 'quinibar.crawler.round' shared autowired service.
*
* @return \AppBundle\Service\Crawler\Round
*/
protected function getQuinibar_Crawler_RoundService()
{
return $this->services['quinibar.crawler.round'] = new \AppBundle\Service\Crawler\Round(${($_ = isset($this->services['doctrine.orm.default_entity_manager']) ? $this->services['doctrine.orm.default_entity_manager'] : $this->get('doctrine.orm.default_entity_manager')) && false ?: '_'}, ${($_ = isset($this->services['security.token_storage']) ? $this->services['security.token_storage'] : $this->get('security.token_storage')) && false ?: '_'}, array('roles.admin' => 'ROLE_ADMIN', 'roles.standard_user' => 'ROLE_STANDARD_USER', 'roles.establishment_owner' => 'ROLE_ESTABLISHMENT_OWNER'));
}
/**
* Gets the public 'quinibar.global.round' shared autowired service.
*
* @return \AppBundle\Service\Model\GlobalRound
*/
protected function getQuinibar_Global_RoundService()
{
return $this->services['quinibar.global.round'] = new \AppBundle\Service\Model\GlobalRound(${($_ = isset($this->services['doctrine.orm.default_entity_manager']) ? $this->services['doctrine.orm.default_entity_manager'] : $this->get('doctrine.orm.default_entity_manager')) && false ?: '_'}, ${($_ = isset($this->services['quinibar.round']) ? $this->services['quinibar.round'] : $this->get('quinibar.round')) && false ?: '_'});
}
/**
* Gets the public 'quinibar.group' shared autowired service.
*
* @return \AppBundle\Service\Group
*/
protected function getQuinibar_GroupService()
{
return $this->services['quinibar.group'] = new \AppBundle\Service\Group(${($_ = isset($this->services['doctrine.orm.default_entity_manager']) ? $this->services['doctrine.orm.default_entity_manager'] : $this->get('doctrine.orm.default_entity_manager')) && false ?: '_'}, ${($_ = isset($this->services['security.token_storage']) ? $this->services['security.token_storage'] : $this->get('security.token_storage')) && false ?: '_'}, array('roles.admin' => 'ROLE_ADMIN', 'roles.standard_user' => 'ROLE_STANDARD_USER', 'roles.establishment_owner' => 'ROLE_ESTABLISHMENT_OWNER'));
}
/**
* Gets the public 'quinibar.league' shared autowired service.
*
* @return \AppBundle\Service\League
*/
protected function getQuinibar_LeagueService()
{
return $this->services['quinibar.league'] = new \AppBundle\Service\League(${($_ = isset($this->services['doctrine.orm.default_entity_manager']) ? $this->services['doctrine.orm.default_entity_manager'] : $this->get('doctrine.orm.default_entity_manager')) && false ?: '_'});
}
/**
* Gets the public 'quinibar.match' shared autowired service.
*
* @return \AppBundle\Service\Model\Match
*/
protected function getQuinibar_MatchService()
{
return $this->services['quinibar.match'] = new \AppBundle\Service\Model\Match(${($_ = isset($this->services['doctrine.orm.default_entity_manager']) ? $this->services['doctrine.orm.default_entity_manager'] : $this->get('doctrine.orm.default_entity_manager')) && false ?: '_'}, ${($_ = isset($this->services['crawler.match']) ? $this->services['crawler.match'] : $this->get('crawler.match')) && false ?: '_'});
}
/**
* Gets the public 'quinibar.notification' shared autowired service.
*
* @return \AppBundle\Service\Model\Notifications
*/
protected function getQuinibar_NotificationService()
{
return $this->services['quinibar.notification'] = new \AppBundle\Service\Model\Notifications(${($_ = isset($this->services['doctrine.orm.default_entity_manager']) ? $this->services['doctrine.orm.default_entity_manager'] : $this->get('doctrine.orm.default_entity_manager')) && false ?: '_'});
}
/**
* Gets the public 'quinibar.pool' shared autowired service.
*
* @return \AppBundle\Service\Model\Pool
*/
protected function getQuinibar_PoolService()
{
return $this->services['quinibar.pool'] = new \AppBundle\Service\Model\Pool(${($_ = isset($this->services['doctrine.orm.default_entity_manager']) ? $this->services['doctrine.orm.default_entity_manager'] : $this->get('doctrine.orm.default_entity_manager')) && false ?: '_'}, ${($_ = isset($this->services['security.token_storage']) ? $this->services['security.token_storage'] : $this->get('security.token_storage')) && false ?: '_'}, ${($_ = isset($this->services['quinibar.round']) ? $this->services['quinibar.round'] : $this->get('quinibar.round')) && false ?: '_'}, ${($_ = isset($this->services['quinibar.week']) ? $this->services['quinibar.week'] : $this->get('quinibar.week')) && false ?: '_'}, ${($_ = isset($this->services['quinibar.seasson']) ? $this->services['quinibar.seasson'] : $this->get('quinibar.seasson')) && false ?: '_'}, ${($_ = isset($this->services['quinibar.bank']) ? $this->services['quinibar.bank'] : $this->get('quinibar.bank')) && false ?: '_'});
}
/**
* Gets the public 'quinibar.ranking' shared autowired service.
*
* @return \AppBundle\Service\Model\Ranking
*/
protected function getQuinibar_RankingService()
{
return $this->services['quinibar.ranking'] = new \AppBundle\Service\Model\Ranking(${($_ = isset($this->services['doctrine.orm.default_entity_manager']) ? $this->services['doctrine.orm.default_entity_manager'] : $this->get('doctrine.orm.default_entity_manager')) && false ?: '_'}, ${($_ = isset($this->services['security.token_storage']) ? $this->services['security.token_storage'] : $this->get('security.token_storage')) && false ?: '_'}, ${($_ = isset($this->services['quinibar.seasson']) ? $this->services['quinibar.seasson'] : $this->get('quinibar.seasson')) && false ?: '_'});
}
/**
* Gets the public 'quinibar.round' shared autowired service.
*
* @return \AppBundle\Service\Model\Round
*/
protected function getQuinibar_RoundService()
{
return $this->services['quinibar.round'] = new \AppBundle\Service\Model\Round(${($_ = isset($this->services['doctrine.orm.default_entity_manager']) ? $this->services['doctrine.orm.default_entity_manager'] : $this->get('doctrine.orm.default_entity_manager')) && false ?: '_'}, ${($_ = isset($this->services['crawler.match']) ? $this->services['crawler.match'] : $this->get('crawler.match')) && false ?: '_'}, ${($_ = isset($this->services['quinibar.match']) ? $this->services['quinibar.match'] : $this->get('quinibar.match')) && false ?: '_'}, ${($_ = isset($this->services['quinibar.seasson']) ? $this->services['quinibar.seasson'] : $this->get('quinibar.seasson')) && false ?: '_'});
}
/**
* Gets the public 'quinibar.seasson' shared autowired service.
*
* @return \AppBundle\Service\Model\Seasson
*/
protected function getQuinibar_SeassonService()
{
return $this->services['quinibar.seasson'] = new \AppBundle\Service\Model\Seasson(${($_ = isset($this->services['doctrine.orm.default_entity_manager']) ? $this->services['doctrine.orm.default_entity_manager'] : $this->get('doctrine.orm.default_entity_manager')) && false ?: '_'});
}
/**
* Gets the public 'quinibar.team' shared autowired service.
*
* @return \AppBundle\Service\Team
*/
protected function getQuinibar_TeamService()
{
return $this->services['quinibar.team'] = new \AppBundle\Service\Team(${($_ = isset($this->services['doctrine.orm.default_entity_manager']) ? $this->services['doctrine.orm.default_entity_manager'] : $this->get('doctrine.orm.default_entity_manager')) && false ?: '_'}, ${($_ = isset($this->services['crawler.team']) ? $this->services['crawler.team'] : $this->get('crawler.team')) && false ?: '_'});
}
/**
* Gets the public 'quinibar.user' shared autowired service.
*
* @return \AppBundle\Service\User
*/
protected function getQuinibar_UserService()
{
return $this->services['quinibar.user'] = new \AppBundle\Service\User(${($_ = isset($this->services['doctrine.orm.default_entity_manager']) ? $this->services['doctrine.orm.default_entity_manager'] : $this->get('doctrine.orm.default_entity_manager')) && false ?: '_'}, ${($_ = isset($this->services['fos_user.user_manager']) ? $this->services['fos_user.user_manager'] : $this->get('fos_user.user_manager')) && false ?: '_'}, ${($_ = isset($this->services['quinibar.bank']) ? $this->services['quinibar.bank'] : $this->get('quinibar.bank')) && false ?: '_'}, array('roles.admin' => 'ROLE_ADMIN', 'roles.standard_user' => 'ROLE_STANDARD_USER', 'roles.establishment_owner' => 'ROLE_ESTABLISHMENT_OWNER'));
}
/**
* Gets the public 'quinibar.utils' shared autowired service.
*
* @return \AppBundle\Service\Utils
*/
protected function getQuinibar_UtilsService()
{
return $this->services['quinibar.utils'] = new \AppBundle\Service\Utils(${($_ = isset($this->services['doctrine.orm.default_entity_manager']) ? $this->services['doctrine.orm.default_entity_manager'] : $this->get('doctrine.orm.default_entity_manager')) && false ?: '_'}, ${($_ = isset($this->services['quinibar.round']) ? $this->services['quinibar.round'] : $this->get('quinibar.round')) && false ?: '_'}, ${($_ = isset($this->services['quinibar.week']) ? $this->services['quinibar.week'] : $this->get('quinibar.week')) && false ?: '_'});
}
/**
* Gets the public 'quinibar.week' shared autowired service.
*
* @return \AppBundle\Service\Model\Week
*/
protected function getQuinibar_WeekService()
{
return $this->services['quinibar.week'] = new \AppBundle\Service\Model\Week(${($_ = isset($this->services['doctrine.orm.default_entity_manager']) ? $this->services['doctrine.orm.default_entity_manager'] : $this->get('doctrine.orm.default_entity_manager')) && false ?: '_'}, ${($_ = isset($this->services['quinibar.round']) ? $this->services['quinibar.round'] : $this->get('quinibar.round')) && false ?: '_'}, ${($_ = isset($this->services['quinibar.seasson']) ? $this->services['quinibar.seasson'] : $this->get('quinibar.seasson')) && false ?: '_'});
}
/**
* 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 '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 public 'router' shared service.
*
* @return \Symfony\Bundle\FrameworkBundle\Routing\Router
*/
protected function getRouterService()
{
$this->services['router'] = $instance = new \Symfony\Bundle\FrameworkBundle\Routing\Router($this, (__DIR__.'/assetic/routing.yml'), array('cache_dir' => __DIR__, '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' => 'appDevDebugProjectContainerUrlGenerator', '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' => 'appDevDebugProjectContainerUrlMatcher', 'strict_requirements' => true, 'resource_type' => 'yaml'), ${($_ = 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->get('config_cache_factory')) && false ?: '_'});
return $instance;
}
/**
* Gets the public '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->get('router')) && false ?: '_'}, ${($_ = isset($this->services['request_stack']) ? $this->services['request_stack'] : $this->get('request_stack')) && 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->get('monolog.logger.request', ContainerInterface::NULL_ON_INVALID_REFERENCE)) && false ?: '_'});
}
/**
* Gets the public 'routing.loader' shared service.
*
* @return \Symfony\Bundle\FrameworkBundle\Routing\DelegatingLoader
*/
protected function getRouting_LoaderService()
{
$a = ${($_ = isset($this->services['file_locator']) ? $this->services['file_locator'] : $this->get('file_locator')) && false ?: '_'};
$b = ${($_ = isset($this->services['annotation_reader']) ? $this->services['annotation_reader'] : $this->get('annotation_reader')) && false ?: '_'};
$c = new \Sensio\Bundle\FrameworkExtraBundle\Routing\AnnotatedRouteControllerLoader($b);
$d = new \Symfony\Component\Config\Loader\LoaderResolver();
$d->addLoader(new \Symfony\Component\Routing\Loader\XmlFileLoader($a));
$d->addLoader(new \Symfony\Component\Routing\Loader\YamlFileLoader($a));
$d->addLoader(new \Symfony\Component\Routing\Loader\PhpFileLoader($a));
$d->addLoader(new \Symfony\Component\Config\Loader\GlobFileLoader($a));
$d->addLoader(new \Symfony\Component\Routing\Loader\DirectoryLoader($a));
$d->addLoader(new \Symfony\Component\Routing\Loader\DependencyInjection\ServiceRouterLoader($this));
$d->addLoader($c);
$d->addLoader(new \Symfony\Component\Routing\Loader\AnnotationDirectoryLoader($a, $c));
$d->addLoader(new \Symfony\Component\Routing\Loader\AnnotationFileLoader($a, $c));
$d->addLoader(new \Symfony\Bundle\AsseticBundle\Routing\AsseticLoader(${($_ = isset($this->services['assetic.asset_manager']) ? $this->services['assetic.asset_manager'] : $this->get('assetic.asset_manager')) && false ?: '_'}, array()));
return $this->services['routing.loader'] = new \Symfony\Bundle\FrameworkBundle\Routing\DelegatingLoader(${($_ = isset($this->services['controller_name_converter']) ? $this->services['controller_name_converter'] : $this->getControllerNameConverterService()) && false ?: '_'}, $d);
}
/**
* Gets the public 'security.authentication.guard_handler' shared service.
*
* @return \Symfony\Component\Security\Guard\GuardAuthenticatorHandler
*/
protected function getSecurity_Authentication_GuardHandlerService()
{
return $this->services['security.authentication.guard_handler'] = new \Symfony\Component\Security\Guard\GuardAuthenticatorHandler(${($_ = isset($this->services['security.token_storage']) ? $this->services['security.token_storage'] : $this->get('security.token_storage')) && false ?: '_'}, ${($_ = isset($this->services['debug.event_dispatcher']) ? $this->services['debug.event_dispatcher'] : $this->get('debug.event_dispatcher', ContainerInterface::NULL_ON_INVALID_REFERENCE)) && false ?: '_'});
}
/**
* Gets the public 'security.authentication_utils' shared service.
*
* @return \Symfony\Component\Security\Http\Authentication\AuthenticationUtils
*/
protected function getSecurity_AuthenticationUtilsService()
{
return $this->services['security.authentication_utils'] = new \Symfony\Component\Security\Http\Authentication\AuthenticationUtils(${($_ = isset($this->services['request_stack']) ? $this->services['request_stack'] : $this->get('request_stack')) && false ?: '_'});
}
/**
* 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->get('security.token_storage')) && 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.csrf.token_manager' shared service.
*
* @return \Symfony\Component\Security\Csrf\CsrfTokenManager
*/
protected function getSecurity_Csrf_TokenManagerService()
{
return $this->services['security.csrf.token_manager'] = new \Symfony\Component\Security\Csrf\CsrfTokenManager(new \Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator(), ${($_ = isset($this->services['security.csrf.token_storage']) ? $this->services['security.csrf.token_storage'] : $this->getSecurity_Csrf_TokenStorageService()) && false ?: '_'}, ${($_ = isset($this->services['request_stack']) ? $this->services['request_stack'] : $this->get('request_stack', ContainerInterface::NULL_ON_INVALID_REFERENCE)) && false ?: '_'});
}
/**
* Gets the public '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(array('FOS\\UserBundle\\Model\\UserInterface' => array('class' => 'Symfony\\Component\\Security\\Core\\Encoder\\BCryptPasswordEncoder', 'arguments' => array(0 => 13))));
}
/**
* Gets the public 'security.firewall' shared service.
*
* @return \Symfony\Bundle\SecurityBundle\EventListener\FirewallListener
*/
protected function getSecurity_FirewallService()
{
return $this->services['security.firewall'] = new \Symfony\Bundle\SecurityBundle\EventListener\FirewallListener(${($_ = 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->get('debug.event_dispatcher')) && false ?: '_'}, ${($_ = isset($this->services['security.logout_url_generator']) ? $this->services['security.logout_url_generator'] : $this->getSecurity_LogoutUrlGeneratorService()) && false ?: '_'});
}
/**
* Gets the public 'security.firewall.map.context.dev' shared service.
*
* @return \Symfony\Bundle\SecurityBundle\Security\FirewallContext
*/
protected function getSecurity_Firewall_Map_Context_DevService()
{
return $this->services['security.firewall.map.context.dev'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallContext(array(), NULL, new \Symfony\Bundle\SecurityBundle\Security\FirewallConfig('dev', 'security.user_checker', 'security.request_matcher.5314eeb91110adf24b9b678372bb11bbe00e8858c519c088bfb65f525181ad3bf573fd1d', false, '', '', '', '', '', '', array()));
}
/**
* Gets the public 'security.firewall.map.context.main' shared service.
*
* @return \Symfony\Bundle\SecurityBundle\Security\FirewallContext
*/
protected function getSecurity_Firewall_Map_Context_MainService()
{
$a = ${($_ = isset($this->services['monolog.logger.security']) ? $this->services['monolog.logger.security'] : $this->get('monolog.logger.security', ContainerInterface::NULL_ON_INVALID_REFERENCE)) && false ?: '_'};
$b = ${($_ = isset($this->services['security.token_storage']) ? $this->services['security.token_storage'] : $this->get('security.token_storage')) && false ?: '_'};
$c = ${($_ = isset($this->services['debug.event_dispatcher']) ? $this->services['debug.event_dispatcher'] : $this->get('debug.event_dispatcher', ContainerInterface::NULL_ON_INVALID_REFERENCE)) && false ?: '_'};
$d = ${($_ = isset($this->services['security.authentication.trust_resolver']) ? $this->services['security.authentication.trust_resolver'] : $this->getSecurity_Authentication_TrustResolverService()) && false ?: '_'};
$e = ${($_ = isset($this->services['router']) ? $this->services['router'] : $this->get('router')) && false ?: '_'};
$f = ${($_ = isset($this->services['security.authentication.manager']) ? $this->services['security.authentication.manager'] : $this->getSecurity_Authentication_ManagerService()) && false ?: '_'};
$g = new \Symfony\Component\HttpFoundation\RequestMatcher('^/login_check');
$h = new \Symfony\Component\HttpFoundation\RequestMatcher('^/signup');
$i = new \Symfony\Component\HttpFoundation\RequestMatcher('^/register');
$j = new \Symfony\Component\HttpFoundation\RequestMatcher('^/login');
$k = new \Symfony\Component\HttpFoundation\RequestMatcher('^/reset');
$l = new \Symfony\Component\HttpFoundation\RequestMatcher('^/admin');
$m = new \Symfony\Component\HttpFoundation\RequestMatcher('^/webapp');
$n = new \Symfony\Component\HttpFoundation\RequestMatcher('^/owner');
$o = new \Symfony\Component\Security\Http\AccessMap();
$o->add($g, array(0 => 'NON_EXISTING_ROLE | IS_AUTHENTICATED_ANONYMOUSLY'), NULL);
$o->add($h, array(0 => 'NON_EXISTING_ROLE | IS_AUTHENTICATED_ANONYMOUSLY'), NULL);
$o->add($i, array(0 => 'NON_EXISTING_ROLE'), NULL);
$o->add($j, array(0 => 'IS_AUTHENTICATED_ANONYMOUSLY'), NULL);
$o->add($k, array(0 => 'NON_EXISTING_ROLE'), NULL);
$o->add($l, array(0 => 'ROLE_ADMIN'), NULL);
$o->add($m, array(0 => 'ROLE_STANDARD_USER'), NULL);
$o->add($n, array(0 => 'ROLE_ESTABLISHMENT_OWNER'), NULL);
$p = new \Symfony\Component\Security\Http\HttpUtils($e, $e, '{^https?://%s$}i');
$q = new \Symfony\Component\Security\Http\Firewall\LogoutListener($b, $p, new \Symfony\Component\Security\Http\Logout\DefaultLogoutSuccessHandler($p, '/'), array('csrf_parameter' => '_csrf_token', 'csrf_token_id' => 'logout', 'logout_path' => '/logout'));
$q->addHandler(new \Symfony\Component\Security\Http\Logout\CsrfTokenClearingLogoutHandler(${($_ = isset($this->services['security.csrf.token_storage']) ? $this->services['security.csrf.token_storage'] : $this->getSecurity_Csrf_TokenStorageService()) && false ?: '_'}));
$q->addHandler(new \Symfony\Component\Security\Http\Logout\SessionLogoutHandler());
$r = new \Symfony\Component\Security\Http\Authentication\DefaultAuthenticationFailureHandler(${($_ = isset($this->services['http_kernel']) ? $this->services['http_kernel'] : $this->get('http_kernel')) && false ?: '_'}, $p, array(), $a);
$r->setOptions(array('login_path' => '/login', 'failure_path' => NULL, 'failure_forward' => false, 'failure_path_parameter' => '_failure_path'));
return $this->services['security.firewall.map.context.main'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallContext(array(0 => new \Symfony\Component\Security\Http\Firewall\ChannelListener($o, new \Symfony\Component\Security\Http\EntryPoint\RetryAuthenticationEntryPoint(80, 443), $a), 1 => new \Symfony\Component\Security\Http\Firewall\ContextListener($b, array(0 => ${($_ = isset($this->services['fos_user.user_provider.username']) ? $this->services['fos_user.user_provider.username'] : $this->getFosUser_UserProvider_UsernameService()) && false ?: '_'}), 'main', $a, $c, $d), 2 => $q, 3 => new \Symfony\Component\Security\Http\Firewall\UsernamePasswordFormAuthenticationListener($b, $f, ${($_ = isset($this->services['security.authentication.session_strategy']) ? $this->services['security.authentication.session_strategy'] : $this->getSecurity_Authentication_SessionStrategyService()) && false ?: '_'}, $p, 'main', new \Symfony\Component\Security\Http\Authentication\CustomAuthenticationSuccessHandler(new \AppBundle\EventListener\UserLogin(array('roles.admin' => 'ROLE_ADMIN', 'roles.standard_user' => 'ROLE_STANDARD_USER', 'roles.establishment_owner' => 'ROLE_ESTABLISHMENT_OWNER'), $e), array('always_use_default_target_path' => false, 'default_target_path' => '/', 'login_path' => '/login', 'target_path_parameter' => '_target_path', 'use_referer' => false), 'main'), $r, array('check_path' => '/login_check', 'use_forward' => false, 'require_previous_session' => true, 'username_parameter' => '_username', 'password_parameter' => '_password', 'csrf_parameter' => '_csrf_token', 'csrf_token_id' => 'authenticate', 'post_only' => true), $a, $c, ${($_ = isset($this->services['security.csrf.token_manager']) ? $this->services['security.csrf.token_manager'] : $this->get('security.csrf.token_manager')) && false ?: '_'}), 4 => new \Symfony\Component\Security\Http\Firewall\AnonymousAuthenticationListener($b, '67a8e2bd138e73.63155908', $a, $f), 5 => new \Symfony\Component\Security\Http\Firewall\AccessListener($b, ${($_ = isset($this->services['debug.security.access.decision_manager']) ? $this->services['debug.security.access.decision_manager'] : $this->getDebug_Security_Access_DecisionManagerService()) && false ?: '_'}, $o, $f)), new \Symfony\Component\Security\Http\Firewall\ExceptionListener($b, $d, $p, 'main', new \AppBundle\Security\EntryPoint(), NULL, new \AppBundle\Security\AccessDeniedHandler(), $a, false), new \Symfony\Bundle\SecurityBundle\Security\FirewallConfig('main', 'security.user_checker', 'security.request_matcher.a64d671f18e5575531d76c1d1154fdc4476cb8a79c02ed7a3469178c6d7b96b5ed4e60db', true, false, 'fos_user.user_provider.username', 'main', 'AppBundle\\Security\\EntryPoint', 'AppBundle\\Security\\AccessDeniedHandler', NULL, array(0 => 'logout', 1 => 'form_login', 2 => 'anonymous')));
}
/**
* Gets the public 'security.password_encoder' shared service.
*
* @return \Symfony\Component\Security\Core\Encoder\UserPasswordEncoder
*/
protected function getSecurity_PasswordEncoderService()
{
return $this->services['security.password_encoder'] = new \Symfony\Component\Security\Core\Encoder\UserPasswordEncoder(${($_ = isset($this->services['security.encoder_factory']) ? $this->services['security.encoder_factory'] : $this->get('security.encoder_factory')) && false ?: '_'});
}
/**
* Gets the public '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 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 'security.validator.user_password' shared service.
*
* @return \Symfony\Component\Security\Core\Validator\Constraints\UserPasswordValidator
*/
protected function getSecurity_Validator_UserPasswordService()
{
return $this->services['security.validator.user_password'] = new \Symfony\Component\Security\Core\Validator\Constraints\UserPasswordValidator(${($_ = isset($this->services['security.token_storage']) ? $this->services['security.token_storage'] : $this->get('security.token_storage')) && false ?: '_'}, ${($_ = isset($this->services['security.encoder_factory']) ? $this->services['security.encoder_factory'] : $this->get('security.encoder_factory')) && false ?: '_'});
}
/**
* Gets the public 'sensio_distribution.security_checker' shared service.
*
* @return \SensioLabs\Security\SecurityChecker
*/
protected function getSensioDistribution_SecurityCheckerService()
{
return $this->services['sensio_distribution.security_checker'] = new \SensioLabs\Security\SecurityChecker();
}
/**
* Gets the public 'sensio_distribution.security_checker.command' shared service.
*
* @return \SensioLabs\Security\Command\SecurityCheckerCommand
*/
protected function getSensioDistribution_SecurityChecker_CommandService()
{
return $this->services['sensio_distribution.security_checker.command'] = new \SensioLabs\Security\Command\SecurityCheckerCommand(${($_ = isset($this->services['sensio_distribution.security_checker']) ? $this->services['sensio_distribution.security_checker'] : $this->get('sensio_distribution.security_checker')) && false ?: '_'});
}
/**
* Gets the public '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 public '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->get('annotation_reader')) && false ?: '_'});
}
/**
* Gets the public 'sensio_framework_extra.converter.datetime' shared service.
*
* @return \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\DateTimeParamConverter
*/
protected function getSensioFrameworkExtra_Converter_DatetimeService()
{
return $this->services['sensio_framework_extra.converter.datetime'] = new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\DateTimeParamConverter();
}
/**
* Gets the public 'sensio_framework_extra.converter.doctrine.orm' shared service.
*
* @return \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\DoctrineParamConverter
*/
protected function getSensioFrameworkExtra_Converter_Doctrine_OrmService()
{
return $this->services['sensio_framework_extra.converter.doctrine.orm'] = new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\DoctrineParamConverter(${($_ = isset($this->services['doctrine']) ? $this->services['doctrine'] : $this->get('doctrine', ContainerInterface::NULL_ON_INVALID_REFERENCE)) && false ?: '_'});
}
/**
* Gets the public '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->get('sensio_framework_extra.converter.manager')) && false ?: '_'}, true);
}
/**
* Gets the public '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(${($_ = isset($this->services['sensio_framework_extra.converter.doctrine.orm']) ? $this->services['sensio_framework_extra.converter.doctrine.orm'] : $this->get('sensio_framework_extra.converter.doctrine.orm')) && false ?: '_'}, 0, 'doctrine.orm');
$instance->add(${($_ = isset($this->services['sensio_framework_extra.converter.datetime']) ? $this->services['sensio_framework_extra.converter.datetime'] : $this->get('sensio_framework_extra.converter.datetime')) && false ?: '_'}, 0, 'datetime');
return $instance;
}
/**
* Gets the public '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(NULL, new \Sensio\Bundle\FrameworkExtraBundle\Security\ExpressionLanguage(), ${($_ = isset($this->services['security.authentication.trust_resolver']) ? $this->services['security.authentication.trust_resolver'] : $this->getSecurity_Authentication_TrustResolverService()) && 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->get('security.token_storage', ContainerInterface::NULL_ON_INVALID_REFERENCE)) && false ?: '_'}, ${($_ = isset($this->services['security.authorization_checker']) ? $this->services['security.authorization_checker'] : $this->get('security.authorization_checker', ContainerInterface::NULL_ON_INVALID_REFERENCE)) && false ?: '_'});
}
/**
* Gets the public 'sensio_framework_extra.view.guesser' shared service.
*
* @return \Sensio\Bundle\FrameworkExtraBundle\Templating\TemplateGuesser
*/
protected function getSensioFrameworkExtra_View_GuesserService()
{
return $this->services['sensio_framework_extra.view.guesser'] = new \Sensio\Bundle\FrameworkExtraBundle\Templating\TemplateGuesser(${($_ = isset($this->services['kernel']) ? $this->services['kernel'] : $this->get('kernel')) && false ?: '_'});
}
/**
* Gets the public '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($this);
}
/**
* 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->get('session.storage.native')) && false ?: '_'}, new \Symfony\Component\HttpFoundation\Session\Attribute\AttributeBag(), new \Symfony\Component\HttpFoundation\Session\Flash\FlashBag());
}
/**
* Gets the public 'session.handler' shared service.
*
* @return \Symfony\Component\HttpFoundation\Session\Storage\Handler\NativeFileSessionHandler
*/
protected function getSession_HandlerService()
{
return $this->services['session.handler'] = new \Symfony\Component\HttpFoundation\Session\Storage\Handler\NativeFileSessionHandler(($this->targetDirs[2].'/sessions/dev'));
}
/**
* Gets the public '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 public 'session.storage.filesystem' shared service.
*
* @return \Symfony\Component\HttpFoundation\Session\Storage\MockFileSessionStorage
*/
protected function getSession_Storage_FilesystemService()
{
return $this->services['session.storage.filesystem'] = new \Symfony\Component\HttpFoundation\Session\Storage\MockFileSessionStorage((__DIR__.'/sessions'), 'MOCKSESSID', ${($_ = isset($this->services['session.storage.metadata_bag']) ? $this->services['session.storage.metadata_bag'] : $this->getSession_Storage_MetadataBagService()) && false ?: '_'});
}
/**
* Gets the public '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(array('cookie_lifetime' => 7200, 'cookie_httponly' => true, 'gc_probability' => 1), ${($_ = isset($this->services['session.handler']) ? $this->services['session.handler'] : $this->get('session.handler')) && false ?: '_'}, ${($_ = isset($this->services['session.storage.metadata_bag']) ? $this->services['session.storage.metadata_bag'] : $this->getSession_Storage_MetadataBagService()) && false ?: '_'});
}
/**
* Gets the public 'session.storage.php_bridge' shared service.
*
* @return \Symfony\Component\HttpFoundation\Session\Storage\PhpBridgeSessionStorage
*/
protected function getSession_Storage_PhpBridgeService()
{
return $this->services['session.storage.php_bridge'] = new \Symfony\Component\HttpFoundation\Session\Storage\PhpBridgeSessionStorage(${($_ = isset($this->services['session.handler']) ? $this->services['session.handler'] : $this->get('session.handler')) && false ?: '_'}, ${($_ = isset($this->services['session.storage.metadata_bag']) ? $this->services['session.storage.metadata_bag'] : $this->getSession_Storage_MetadataBagService()) && false ?: '_'});
}
/**
* Gets the public '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(array('session' => function () {
return ${($_ = isset($this->services['session']) ? $this->services['session'] : $this->get('session', ContainerInterface::NULL_ON_INVALID_REFERENCE)) && false ?: '_'};
})));
}
/**
* Gets the public '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 public 'swiftmailer.email_sender.listener' shared service.
*
* @return \Symfony\Bundle\SwiftmailerBundle\EventListener\EmailSenderListener
*/
protected function getSwiftmailer_EmailSender_ListenerService()
{
return $this->services['swiftmailer.email_sender.listener'] = new \Symfony\Bundle\SwiftmailerBundle\EventListener\EmailSenderListener($this, ${($_ = isset($this->services['logger']) ? $this->services['logger'] : $this->get('logger', ContainerInterface::NULL_ON_INVALID_REFERENCE)) && false ?: '_'});
}
/**
* Gets the public 'swiftmailer.mailer.default' shared service.
*
* @return \Swift_Mailer
*/
protected function getSwiftmailer_Mailer_DefaultService()
{
return $this->services['swiftmailer.mailer.default'] = new \Swift_Mailer(${($_ = isset($this->services['swiftmailer.mailer.default.transport']) ? $this->services['swiftmailer.mailer.default.transport'] : $this->get('swiftmailer.mailer.default.transport')) && false ?: '_'});
}
/**
* Gets the public 'swiftmailer.mailer.default.plugin.messagelogger' shared service.
*
* @return \Swift_Plugins_MessageLogger
*/
protected function getSwiftmailer_Mailer_Default_Plugin_MessageloggerService()
{
return $this->services['swiftmailer.mailer.default.plugin.messagelogger'] = new \Swift_Plugins_MessageLogger();
}
/**
* Gets the public 'swiftmailer.mailer.default.spool' shared service.
*
* @return \Swift_MemorySpool
*/
protected function getSwiftmailer_Mailer_Default_SpoolService()
{
return $this->services['swiftmailer.mailer.default.spool'] = new \Swift_MemorySpool();
}
/**
* Gets the public 'swiftmailer.mailer.default.transport' shared service.
*
* @return \Swift_Transport_SpoolTransport
*/
protected function getSwiftmailer_Mailer_Default_TransportService()
{
$this->services['swiftmailer.mailer.default.transport'] = $instance = new \Swift_Transport_SpoolTransport(${($_ = isset($this->services['swiftmailer.mailer.default.transport.eventdispatcher']) ? $this->services['swiftmailer.mailer.default.transport.eventdispatcher'] : $this->getSwiftmailer_Mailer_Default_Transport_EventdispatcherService()) && false ?: '_'}, ${($_ = isset($this->services['swiftmailer.mailer.default.spool']) ? $this->services['swiftmailer.mailer.default.spool'] : $this->get('swiftmailer.mailer.default.spool')) && false ?: '_'});
$instance->registerPlugin(${($_ = isset($this->services['swiftmailer.mailer.default.plugin.messagelogger']) ? $this->services['swiftmailer.mailer.default.plugin.messagelogger'] : $this->get('swiftmailer.mailer.default.plugin.messagelogger')) && false ?: '_'});
return $instance;
}
/**
* Gets the public 'swiftmailer.mailer.default.transport.real' shared service.
*
* @return \Swift_Transport_EsmtpTransport
*/
protected function getSwiftmailer_Mailer_Default_Transport_RealService()
{
$a = new \Swift_Transport_Esmtp_AuthHandler(array(0 => new \Swift_Transport_Esmtp_Auth_CramMd5Authenticator(), 1 => new \Swift_Transport_Esmtp_Auth_LoginAuthenticator(), 2 => new \Swift_Transport_Esmtp_Auth_PlainAuthenticator()));
$a->setUsername('test@test.com');
$a->setPassword('test12345');
$a->setAuthMode(NULL);
$this->services['swiftmailer.mailer.default.transport.real'] = $instance = new \Swift_Transport_EsmtpTransport(new \Swift_Transport_StreamBuffer(new \Swift_StreamFilters_StringReplacementFilterFactory()), array(0 => $a), ${($_ = isset($this->services['swiftmailer.mailer.default.transport.eventdispatcher']) ? $this->services['swiftmailer.mailer.default.transport.eventdispatcher'] : $this->getSwiftmailer_Mailer_Default_Transport_EventdispatcherService()) && false ?: '_'});
$instance->setHost('127.0.0.1');
$instance->setPort(25);
$instance->setEncryption(NULL);
$instance->setTimeout(30);
$instance->setSourceIp(NULL);
(new \Symfony\Bundle\SwiftmailerBundle\DependencyInjection\SmtpTransportConfigurator(NULL, ${($_ = isset($this->services['router.request_context']) ? $this->services['router.request_context'] : $this->getRouter_RequestContextService()) && false ?: '_'}))->configure($instance);
return $instance;
}
/**
* Gets the public 'templating' shared service.
*
* @return \Symfony\Bundle\TwigBundle\TwigEngine
*/
protected function getTemplatingService()
{
return $this->services['templating'] = new \Symfony\Bundle\TwigBundle\TwigEngine(${($_ = isset($this->services['twig']) ? $this->services['twig'] : $this->get('twig')) && false ?: '_'}, ${($_ = isset($this->services['templating.name_parser']) ? $this->services['templating.name_parser'] : $this->get('templating.name_parser')) && false ?: '_'}, ${($_ = isset($this->services['templating.locator']) ? $this->services['templating.locator'] : $this->getTemplating_LocatorService()) && false ?: '_'});
}
/**
* Gets the public 'templating.filename_parser' shared service.
*
* @return \Symfony\Bundle\FrameworkBundle\Templating\TemplateFilenameParser
*/
protected function getTemplating_FilenameParserService()
{
return $this->services['templating.filename_parser'] = new \Symfony\Bundle\FrameworkBundle\Templating\TemplateFilenameParser();
}
/**
* Gets the public 'templating.helper.logout_url' shared service.
*
* @return \Symfony\Bundle\SecurityBundle\Templating\Helper\LogoutUrlHelper
*/
protected function getTemplating_Helper_LogoutUrlService()
{
return $this->services['templating.helper.logout_url'] = new \Symfony\Bundle\SecurityBundle\Templating\Helper\LogoutUrlHelper(${($_ = isset($this->services['security.logout_url_generator']) ? $this->services['security.logout_url_generator'] : $this->getSecurity_LogoutUrlGeneratorService()) && false ?: '_'});
}
/**
* Gets the public 'templating.helper.security' shared service.
*
* @return \Symfony\Bundle\SecurityBundle\Templating\Helper\SecurityHelper
*/
protected function getTemplating_Helper_SecurityService()
{
return $this->services['templating.helper.security'] = new \Symfony\Bundle\SecurityBundle\Templating\Helper\SecurityHelper(${($_ = isset($this->services['security.authorization_checker']) ? $this->services['security.authorization_checker'] : $this->get('security.authorization_checker', ContainerInterface::NULL_ON_INVALID_REFERENCE)) && false ?: '_'});
}
/**
* Gets the public 'templating.loader' shared service.
*
* @return \Symfony\Bundle\FrameworkBundle\Templating\Loader\FilesystemLoader
*/
protected function getTemplating_LoaderService()
{
return $this->services['templating.loader'] = new \Symfony\Bundle\FrameworkBundle\Templating\Loader\FilesystemLoader(${($_ = isset($this->services['templating.locator']) ? $this->services['templating.locator'] : $this->getTemplating_LocatorService()) && false ?: '_'});
}
/**
* Gets the public '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')) && false ?: '_'});
}
/**
* Gets the public 'translation.dumper.csv' shared service.
*
* @return \Symfony\Component\Translation\Dumper\CsvFileDumper
*/
protected function getTranslation_Dumper_CsvService()
{
return $this->services['translation.dumper.csv'] = new \Symfony\Component\Translation\Dumper\CsvFileDumper();
}
/**
* Gets the public 'translation.dumper.ini' shared service.
*
* @return \Symfony\Component\Translation\Dumper\IniFileDumper
*/
protected function getTranslation_Dumper_IniService()
{
return $this->services['translation.dumper.ini'] = new \Symfony\Component\Translation\Dumper\IniFileDumper();
}
/**
* Gets the public 'translation.dumper.json' shared service.
*
* @return \Symfony\Component\Translation\Dumper\JsonFileDumper
*/
protected function getTranslation_Dumper_JsonService()
{
return $this->services['translation.dumper.json'] = new \Symfony\Component\Translation\Dumper\JsonFileDumper();
}
/**
* Gets the public 'translation.dumper.mo' shared service.
*
* @return \Symfony\Component\Translation\Dumper\MoFileDumper
*/
protected function getTranslation_Dumper_MoService()
{
return $this->services['translation.dumper.mo'] = new \Symfony\Component\Translation\Dumper\MoFileDumper();
}
/**
* Gets the public 'translation.dumper.php' shared service.
*
* @return \Symfony\Component\Translation\Dumper\PhpFileDumper
*/
protected function getTranslation_Dumper_PhpService()
{
return $this->services['translation.dumper.php'] = new \Symfony\Component\Translation\Dumper\PhpFileDumper();
}
/**
* Gets the public 'translation.dumper.po' shared service.
*
* @return \Symfony\Component\Translation\Dumper\PoFileDumper
*/
protected function getTranslation_Dumper_PoService()
{
return $this->services['translation.dumper.po'] = new \Symfony\Component\Translation\Dumper\PoFileDumper();
}
/**
* Gets the public 'translation.dumper.qt' shared service.
*
* @return \Symfony\Component\Translation\Dumper\QtFileDumper
*/
protected function getTranslation_Dumper_QtService()
{
return $this->services['translation.dumper.qt'] = new \Symfony\Component\Translation\Dumper\QtFileDumper();
}
/**
* Gets the public 'translation.dumper.res' shared service.
*
* @return \Symfony\Component\Translation\Dumper\IcuResFileDumper
*/
protected function getTranslation_Dumper_ResService()
{
return $this->services['translation.dumper.res'] = new \Symfony\Component\Translation\Dumper\IcuResFileDumper();
}
/**
* Gets the public 'translation.dumper.xliff' shared service.
*
* @return \Symfony\Component\Translation\Dumper\XliffFileDumper
*/
protected function getTranslation_Dumper_XliffService()
{
return $this->services['translation.dumper.xliff'] = new \Symfony\Component\Translation\Dumper\XliffFileDumper();
}
/**
* Gets the public 'translation.dumper.yml' shared service.
*
* @return \Symfony\Component\Translation\Dumper\YamlFileDumper
*/
protected function getTranslation_Dumper_YmlService()
{
return $this->services['translation.dumper.yml'] = new \Symfony\Component\Translation\Dumper\YamlFileDumper();
}
/**
* Gets the public 'translation.extractor' shared service.
*
* @return \Symfony\Component\Translation\Extractor\ChainExtractor
*/
protected function getTranslation_ExtractorService()
{
$this->services['translation.extractor'] = $instance = new \Symfony\Component\Translation\Extractor\ChainExtractor();
$instance->addExtractor('php', ${($_ = isset($this->services['translation.extractor.php']) ? $this->services['translation.extractor.php'] : $this->get('translation.extractor.php')) && false ?: '_'});
$instance->addExtractor('twig', ${($_ = isset($this->services['twig.translation.extractor']) ? $this->services['twig.translation.extractor'] : $this->get('twig.translation.extractor')) && false ?: '_'});
return $instance;
}
/**
* Gets the public 'translation.extractor.php' shared service.
*
* @return \Symfony\Bundle\FrameworkBundle\Translation\PhpExtractor
*/
protected function getTranslation_Extractor_PhpService()
{
return $this->services['translation.extractor.php'] = new \Symfony\Bundle\FrameworkBundle\Translation\PhpExtractor();
}
/**
* Gets the public 'translation.loader' shared service.
*
* @return \Symfony\Bundle\FrameworkBundle\Translation\TranslationLoader
*/
protected function getTranslation_LoaderService()
{
$a = ${($_ = isset($this->services['translation.loader.xliff']) ? $this->services['translation.loader.xliff'] : $this->get('translation.loader.xliff')) && false ?: '_'};
$this->services['translation.loader'] = $instance = new \Symfony\Bundle\FrameworkBundle\Translation\TranslationLoader();
$instance->addLoader('php', ${($_ = isset($this->services['translation.loader.php']) ? $this->services['translation.loader.php'] : $this->get('translation.loader.php')) && false ?: '_'});
$instance->addLoader('yml', ${($_ = isset($this->services['translation.loader.yml']) ? $this->services['translation.loader.yml'] : $this->get('translation.loader.yml')) && false ?: '_'});
$instance->addLoader('xlf', $a);
$instance->addLoader('xliff', $a);
$instance->addLoader('po', ${($_ = isset($this->services['translation.loader.po']) ? $this->services['translation.loader.po'] : $this->get('translation.loader.po')) && false ?: '_'});
$instance->addLoader('mo', ${($_ = isset($this->services['translation.loader.mo']) ? $this->services['translation.loader.mo'] : $this->get('translation.loader.mo')) && false ?: '_'});
$instance->addLoader('ts', ${($_ = isset($this->services['translation.loader.qt']) ? $this->services['translation.loader.qt'] : $this->get('translation.loader.qt')) && false ?: '_'});
$instance->addLoader('csv', ${($_ = isset($this->services['translation.loader.csv']) ? $this->services['translation.loader.csv'] : $this->get('translation.loader.csv')) && false ?: '_'});
$instance->addLoader('res', ${($_ = isset($this->services['translation.loader.res']) ? $this->services['translation.loader.res'] : $this->get('translation.loader.res')) && false ?: '_'});
$instance->addLoader('dat', ${($_ = isset($this->services['translation.loader.dat']) ? $this->services['translation.loader.dat'] : $this->get('translation.loader.dat')) && false ?: '_'});
$instance->addLoader('ini', ${($_ = isset($this->services['translation.loader.ini']) ? $this->services['translation.loader.ini'] : $this->get('translation.loader.ini')) && false ?: '_'});
$instance->addLoader('json', ${($_ = isset($this->services['translation.loader.json']) ? $this->services['translation.loader.json'] : $this->get('translation.loader.json')) && false ?: '_'});
return $instance;
}
/**
* Gets the public 'translation.loader.csv' shared service.
*
* @return \Symfony\Component\Translation\Loader\CsvFileLoader
*/
protected function getTranslation_Loader_CsvService()
{
return $this->services['translation.loader.csv'] = new \Symfony\Component\Translation\Loader\CsvFileLoader();
}
/**
* Gets the public 'translation.loader.dat' shared service.
*
* @return \Symfony\Component\Translation\Loader\IcuDatFileLoader
*/
protected function getTranslation_Loader_DatService()
{
return $this->services['translation.loader.dat'] = new \Symfony\Component\Translation\Loader\IcuDatFileLoader();
}
/**
* Gets the public 'translation.loader.ini' shared service.
*
* @return \Symfony\Component\Translation\Loader\IniFileLoader
*/
protected function getTranslation_Loader_IniService()
{
return $this->services['translation.loader.ini'] = new \Symfony\Component\Translation\Loader\IniFileLoader();
}
/**
* Gets the public 'translation.loader.json' shared service.
*
* @return \Symfony\Component\Translation\Loader\JsonFileLoader
*/
protected function getTranslation_Loader_JsonService()
{
return $this->services['translation.loader.json'] = new \Symfony\Component\Translation\Loader\JsonFileLoader();
}
/**
* Gets the public 'translation.loader.mo' shared service.
*
* @return \Symfony\Component\Translation\Loader\MoFileLoader
*/
protected function getTranslation_Loader_MoService()
{
return $this->services['translation.loader.mo'] = new \Symfony\Component\Translation\Loader\MoFileLoader();
}
/**
* Gets the public 'translation.loader.php' shared service.
*
* @return \Symfony\Component\Translation\Loader\PhpFileLoader
*/
protected function getTranslation_Loader_PhpService()
{
return $this->services['translation.loader.php'] = new \Symfony\Component\Translation\Loader\PhpFileLoader();
}
/**
* Gets the public 'translation.loader.po' shared service.
*
* @return \Symfony\Component\Translation\Loader\PoFileLoader
*/
protected function getTranslation_Loader_PoService()
{
return $this->services['translation.loader.po'] = new \Symfony\Component\Translation\Loader\PoFileLoader();
}
/**
* Gets the public 'translation.loader.qt' shared service.
*
* @return \Symfony\Component\Translation\Loader\QtFileLoader
*/
protected function getTranslation_Loader_QtService()
{
return $this->services['translation.loader.qt'] = new \Symfony\Component\Translation\Loader\QtFileLoader();
}
/**
* Gets the public 'translation.loader.res' shared service.
*
* @return \Symfony\Component\Translation\Loader\IcuResFileLoader
*/
protected function getTranslation_Loader_ResService()
{
return $this->services['translation.loader.res'] = new \Symfony\Component\Translation\Loader\IcuResFileLoader();
}
/**
* Gets the public 'translation.loader.xliff' shared service.
*
* @return \Symfony\Component\Translation\Loader\XliffFileLoader
*/
protected function getTranslation_Loader_XliffService()
{
return $this->services['translation.loader.xliff'] = new \Symfony\Component\Translation\Loader\XliffFileLoader();
}
/**
* Gets the public 'translation.loader.yml' shared service.
*
* @return \Symfony\Component\Translation\Loader\YamlFileLoader
*/
protected function getTranslation_Loader_YmlService()
{
return $this->services['translation.loader.yml'] = new \Symfony\Component\Translation\Loader\YamlFileLoader();
}
/**
* Gets the public 'translation.writer' shared service.
*
* @return \Symfony\Component\Translation\Writer\TranslationWriter
*/
protected function getTranslation_WriterService()
{
$this->services['translation.writer'] = $instance = new \Symfony\Component\Translation\Writer\TranslationWriter();
$instance->addDumper('php', ${($_ = isset($this->services['translation.dumper.php']) ? $this->services['translation.dumper.php'] : $this->get('translation.dumper.php')) && false ?: '_'});
$instance->addDumper('xlf', ${($_ = isset($this->services['translation.dumper.xliff']) ? $this->services['translation.dumper.xliff'] : $this->get('translation.dumper.xliff')) && false ?: '_'});
$instance->addDumper('po', ${($_ = isset($this->services['translation.dumper.po']) ? $this->services['translation.dumper.po'] : $this->get('translation.dumper.po')) && false ?: '_'});
$instance->addDumper('mo', ${($_ = isset($this->services['translation.dumper.mo']) ? $this->services['translation.dumper.mo'] : $this->get('translation.dumper.mo')) && false ?: '_'});
$instance->addDumper('yml', ${($_ = isset($this->services['translation.dumper.yml']) ? $this->services['translation.dumper.yml'] : $this->get('translation.dumper.yml')) && false ?: '_'});
$instance->addDumper('ts', ${($_ = isset($this->services['translation.dumper.qt']) ? $this->services['translation.dumper.qt'] : $this->get('translation.dumper.qt')) && false ?: '_'});
$instance->addDumper('csv', ${($_ = isset($this->services['translation.dumper.csv']) ? $this->services['translation.dumper.csv'] : $this->get('translation.dumper.csv')) && false ?: '_'});
$instance->addDumper('ini', ${($_ = isset($this->services['translation.dumper.ini']) ? $this->services['translation.dumper.ini'] : $this->get('translation.dumper.ini')) && false ?: '_'});
$instance->addDumper('json', ${($_ = isset($this->services['translation.dumper.json']) ? $this->services['translation.dumper.json'] : $this->get('translation.dumper.json')) && false ?: '_'});
$instance->addDumper('res', ${($_ = isset($this->services['translation.dumper.res']) ? $this->services['translation.dumper.res'] : $this->get('translation.dumper.res')) && false ?: '_'});
return $instance;
}
/**
* 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->get('translator.default')) && false ?: '_'}, ${($_ = isset($this->services['monolog.logger.translation']) ? $this->services['monolog.logger.translation'] : $this->get('monolog.logger.translation')) && false ?: '_'}));
}
/**
* Gets the public '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(array('translation.loader.csv' => function () {
return ${($_ = isset($this->services['translation.loader.csv']) ? $this->services['translation.loader.csv'] : $this->get('translation.loader.csv')) && false ?: '_'};
}, 'translation.loader.dat' => function () {
return ${($_ = isset($this->services['translation.loader.dat']) ? $this->services['translation.loader.dat'] : $this->get('translation.loader.dat')) && false ?: '_'};
}, 'translation.loader.ini' => function () {
return ${($_ = isset($this->services['translation.loader.ini']) ? $this->services['translation.loader.ini'] : $this->get('translation.loader.ini')) && false ?: '_'};
}, 'translation.loader.json' => function () {
return ${($_ = isset($this->services['translation.loader.json']) ? $this->services['translation.loader.json'] : $this->get('translation.loader.json')) && false ?: '_'};
}, 'translation.loader.mo' => function () {
return ${($_ = isset($this->services['translation.loader.mo']) ? $this->services['translation.loader.mo'] : $this->get('translation.loader.mo')) && false ?: '_'};
}, 'translation.loader.php' => function () {
return ${($_ = isset($this->services['translation.loader.php']) ? $this->services['translation.loader.php'] : $this->get('translation.loader.php')) && false ?: '_'};
}, 'translation.loader.po' => function () {
return ${($_ = isset($this->services['translation.loader.po']) ? $this->services['translation.loader.po'] : $this->get('translation.loader.po')) && false ?: '_'};
}, 'translation.loader.qt' => function () {
return ${($_ = isset($this->services['translation.loader.qt']) ? $this->services['translation.loader.qt'] : $this->get('translation.loader.qt')) && false ?: '_'};
}, 'translation.loader.res' => function () {
return ${($_ = isset($this->services['translation.loader.res']) ? $this->services['translation.loader.res'] : $this->get('translation.loader.res')) && false ?: '_'};
}, 'translation.loader.xliff' => function () {
return ${($_ = isset($this->services['translation.loader.xliff']) ? $this->services['translation.loader.xliff'] : $this->get('translation.loader.xliff')) && false ?: '_'};
}, 'translation.loader.yml' => function () {
return ${($_ = isset($this->services['translation.loader.yml']) ? $this->services['translation.loader.yml'] : $this->get('translation.loader.yml')) && false ?: '_'};
})), new \Symfony\Component\Translation\MessageSelector(), 'en', array('translation.loader.php' => array(0 => 'php'), 'translation.loader.yml' => array(0 => 'yml'), 'translation.loader.xliff' => array(0 => 'xlf', 1 => 'xliff'), 'translation.loader.po' => array(0 => 'po'), 'translation.loader.mo' => array(0 => 'mo'), 'translation.loader.qt' => array(0 => 'ts'), 'translation.loader.csv' => array(0 => 'csv'), 'translation.loader.res' => array(0 => 'res'), 'translation.loader.dat' => array(0 => 'dat'), 'translation.loader.ini' => array(0 => 'ini'), 'translation.loader.json' => array(0 => 'json')), array('cache_dir' => (__DIR__.'/translations'), 'debug' => true, 'resource_files' => array('ja' => array(0 => ($this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Validator/Resources/translations/validators.ja.xlf'), 1 => ($this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Form/Resources/translations/validators.ja.xlf'), 2 => ($this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Security/Core/Resources/translations/security.ja.xlf'), 3 => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.ja.yml'), 4 => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.ja.yml')), 'id' => array(0 => ($this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Validator/Resources/translations/validators.id.xlf'), 1 => ($this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Form/Resources/translations/validators.id.xlf'), 2 => ($this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Security/Core/Resources/translations/security.id.xlf'), 3 => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.id.yml'), 4 => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.id.yml')), 'hr' => array(0 => ($this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Validator/Resources/translations/validators.hr.xlf'), 1 => ($this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Form/Resources/translations/validators.hr.xlf'), 2 => ($this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Security/Core/Resources/translations/security.hr.xlf'), 3 => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.hr.yml'), 4 => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.hr.yml')), 'lv' => array(0 => ($this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Validator/Resources/translations/validators.lv.xlf'), 1 => ($this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Form/Resources/translations/validators.lv.xlf'), 2 => ($this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Security/Core/Resources/translations/security.lv.xlf'), 3 => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.lv.yml'), 4 => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.lv.yml')), 'fr' => array(0 => ($this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Validator/Resources/translations/validators.fr.xlf'), 1 => ($this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Form/Resources/translations/validators.fr.xlf'), 2 => ($this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/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')), 'it' => array(0 => ($this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Validator/Resources/translations/validators.it.xlf'), 1 => ($this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Form/Resources/translations/validators.it.xlf'), 2 => ($this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/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')), 'el' => array(0 => ($this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Validator/Resources/translations/validators.el.xlf'), 1 => ($this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Form/Resources/translations/validators.el.xlf'), 2 => ($this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/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')), 'pt' => array(0 => ($this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Validator/Resources/translations/validators.pt.xlf'), 1 => ($this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Form/Resources/translations/validators.pt.xlf'), 2 => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.pt.yml'), 3 => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.pt.yml')), 'bg' => array(0 => ($this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Validator/Resources/translations/validators.bg.xlf'), 1 => ($this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Form/Resources/translations/validators.bg.xlf'), 2 => ($this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Security/Core/Resources/translations/security.bg.xlf'), 3 => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.bg.yml'), 4 => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.bg.yml')), 'fa' => array(0 => ($this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Validator/Resources/translations/validators.fa.xlf'), 1 => ($this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Form/Resources/translations/validators.fa.xlf'), 2 => ($this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Security/Core/Resources/translations/security.fa.xlf'), 3 => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.fa.yml'), 4 => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.fa.yml')), 'tr' => array(0 => ($this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Validator/Resources/translations/validators.tr.xlf'), 1 => ($this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/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')), 'sr_Cyrl' => array(0 => ($this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Validator/Resources/translations/validators.sr_Cyrl.xlf'), 1 => ($this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Form/Resources/translations/validators.sr_Cyrl.xlf'), 2 => ($this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Security/Core/Resources/translations/security.sr_Cyrl.xlf')), 'hy' => array(0 => ($this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Validator/Resources/translations/validators.hy.xlf'), 1 => ($this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Form/Resources/translations/validators.hy.xlf')), 'ar' => array(0 => ($this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Validator/Resources/translations/validators.ar.xlf'), 1 => ($this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Form/Resources/translations/validators.ar.xlf'), 2 => ($this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Security/Core/Resources/translations/security.ar.xlf'), 3 => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.ar.yml'), 4 => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.ar.yml')), 'sl' => array(0 => ($this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Validator/Resources/translations/validators.sl.xlf'), 1 => ($this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Form/Resources/translations/validators.sl.xlf'), 2 => ($this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/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')), 'sk' => array(0 => ($this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Validator/Resources/translations/validators.sk.xlf'), 1 => ($this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Form/Resources/translations/validators.sk.xlf'), 2 => ($this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Security/Core/Resources/translations/security.sk.xlf'), 3 => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.sk.yml'), 4 => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.sk.yml')), 'es' => array(0 => ($this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Validator/Resources/translations/validators.es.xlf'), 1 => ($this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Form/Resources/translations/validators.es.xlf'), 2 => ($this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Security/Core/Resources/translations/security.es.xlf'), 3 => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.es.yml'), 4 => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.es.yml')), 'zh_CN' => array(0 => ($this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Validator/Resources/translations/validators.zh_CN.xlf'), 1 => ($this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Form/Resources/translations/validators.zh_CN.xlf'), 2 => ($this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/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' => array(0 => ($this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Validator/Resources/translations/validators.zh_TW.xlf')), 'uk' => array(0 => ($this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Validator/Resources/translations/validators.uk.xlf'), 1 => ($this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Form/Resources/translations/validators.uk.xlf'), 2 => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.uk.yml'), 3 => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.uk.yml')), 'nl' => array(0 => ($this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Validator/Resources/translations/validators.nl.xlf'), 1 => ($this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Form/Resources/translations/validators.nl.xlf'), 2 => ($this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Security/Core/Resources/translations/security.nl.xlf'), 3 => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.nl.yml'), 4 => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.nl.yml')), 'ru' => array(0 => ($this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Validator/Resources/translations/validators.ru.xlf'), 1 => ($this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Form/Resources/translations/validators.ru.xlf'), 2 => ($this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Security/Core/Resources/translations/security.ru.xlf'), 3 => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.ru.yml'), 4 => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.ru.yml')), 'gl' => array(0 => ($this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Validator/Resources/translations/validators.gl.xlf'), 1 => ($this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Form/Resources/translations/validators.gl.xlf'), 2 => ($this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Security/Core/Resources/translations/security.gl.xlf'), 3 => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.gl.yml')), 'fi' => array(0 => ($this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Validator/Resources/translations/validators.fi.xlf'), 1 => ($this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Form/Resources/translations/validators.fi.xlf'), 2 => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.fi.yml'), 3 => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.fi.yml')), 'nb' => array(0 => ($this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Validator/Resources/translations/validators.nb.xlf'), 1 => ($this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Form/Resources/translations/validators.nb.xlf'), 2 => ($this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Security/Core/Resources/translations/security.nb.xlf'), 3 => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.nb.yml'), 4 => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.nb.yml')), 'az' => array(0 => ($this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Validator/Resources/translations/validators.az.xlf'), 1 => ($this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Form/Resources/translations/validators.az.xlf'), 2 => ($this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Security/Core/Resources/translations/security.az.xlf')), 'sr_Latn' => array(0 => ($this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Validator/Resources/translations/validators.sr_Latn.xlf'), 1 => ($this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Form/Resources/translations/validators.sr_Latn.xlf'), 2 => ($this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Security/Core/Resources/translations/security.sr_Latn.xlf'), 3 => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.sr_Latn.yml'), 4 => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.sr_Latn.yml')), 'sq' => array(0 => ($this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Validator/Resources/translations/validators.sq.xlf')), 'eu' => array(0 => ($this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Validator/Resources/translations/validators.eu.xlf'), 1 => ($this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Form/Resources/translations/validators.eu.xlf'), 2 => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.eu.yml'), 3 => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.eu.yml')), 'cs' => array(0 => ($this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Validator/Resources/translations/validators.cs.xlf'), 1 => ($this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Form/Resources/translations/validators.cs.xlf'), 2 => ($this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Security/Core/Resources/translations/security.cs.xlf'), 3 => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.cs.yml'), 4 => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.cs.yml')), 'af' => array(0 => ($this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Validator/Resources/translations/validators.af.xlf'), 1 => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.af.yml')), 'nn' => array(0 => ($this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Validator/Resources/translations/validators.nn.xlf'), 1 => ($this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Form/Resources/translations/validators.nn.xlf'), 2 => ($this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Security/Core/Resources/translations/security.nn.xlf')), 'et' => array(0 => ($this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Validator/Resources/translations/validators.et.xlf'), 1 => ($this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Form/Resources/translations/validators.et.xlf'), 2 => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.et.yml')), 'cy' => array(0 => ($this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Validator/Resources/translations/validators.cy.xlf')), 'he' => array(0 => ($this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Validator/Resources/translations/validators.he.xlf'), 1 => ($this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Form/Resources/translations/validators.he.xlf'), 2 => ($this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/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')), 'hu' => array(0 => ($this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Validator/Resources/translations/validators.hu.xlf'), 1 => ($this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Form/Resources/translations/validators.hu.xlf'), 2 => ($this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Security/Core/Resources/translations/security.hu.xlf'), 3 => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.hu.yml'), 4 => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.hu.yml')), 'en' => array(0 => ($this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Validator/Resources/translations/validators.en.xlf'), 1 => ($this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Form/Resources/translations/validators.en.xlf'), 2 => ($this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/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')), 'de' => array(0 => ($this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Validator/Resources/translations/validators.de.xlf'), 1 => ($this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Form/Resources/translations/validators.de.xlf'), 2 => ($this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/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')), 'vi' => array(0 => ($this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Validator/Resources/translations/validators.vi.xlf'), 1 => ($this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Security/Core/Resources/translations/security.vi.xlf'), 2 => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.vi.yml'), 3 => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.vi.yml')), 'sv' => array(0 => ($this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Validator/Resources/translations/validators.sv.xlf'), 1 => ($this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Form/Resources/translations/validators.sv.xlf'), 2 => ($this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/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')), 'lt' => array(0 => ($this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Validator/Resources/translations/validators.lt.xlf'), 1 => ($this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Form/Resources/translations/validators.lt.xlf'), 2 => ($this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Security/Core/Resources/translations/security.lt.xlf'), 3 => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.lt.yml'), 4 => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.lt.yml')), 'no' => array(0 => ($this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Validator/Resources/translations/validators.no.xlf'), 1 => ($this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Form/Resources/translations/validators.no.xlf'), 2 => ($this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Security/Core/Resources/translations/security.no.xlf')), 'pt_BR' => array(0 => ($this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Validator/Resources/translations/validators.pt_BR.xlf'), 1 => ($this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Form/Resources/translations/validators.pt_BR.xlf'), 2 => ($this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Security/Core/Resources/translations/security.pt_BR.xlf'), 3 => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.pt_BR.yml'), 4 => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.pt_BR.yml')), 'da' => array(0 => ($this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Validator/Resources/translations/validators.da.xlf'), 1 => ($this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Form/Resources/translations/validators.da.xlf'), 2 => ($this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/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')), 'ca' => array(0 => ($this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Validator/Resources/translations/validators.ca.xlf'), 1 => ($this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Form/Resources/translations/validators.ca.xlf'), 2 => ($this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Security/Core/Resources/translations/security.ca.xlf'), 3 => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.ca.yml'), 4 => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.ca.yml')), 'pl' => array(0 => ($this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Validator/Resources/translations/validators.pl.xlf'), 1 => ($this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Form/Resources/translations/validators.pl.xlf'), 2 => ($this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Security/Core/Resources/translations/security.pl.xlf'), 3 => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.pl.yml'), 4 => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.pl.yml')), 'lb' => array(0 => ($this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Validator/Resources/translations/validators.lb.xlf'), 1 => ($this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Form/Resources/translations/validators.lb.xlf'), 2 => ($this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Security/Core/Resources/translations/security.lb.xlf'), 3 => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.lb.yml')), 'ro' => array(0 => ($this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Validator/Resources/translations/validators.ro.xlf'), 1 => ($this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Form/Resources/translations/validators.ro.xlf'), 2 => ($this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Security/Core/Resources/translations/security.ro.xlf'), 3 => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.ro.yml'), 4 => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.ro.yml')), 'th' => array(0 => ($this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Validator/Resources/translations/validators.th.xlf'), 1 => ($this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Security/Core/Resources/translations/security.th.xlf'), 2 => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.th.yml'), 3 => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.th.yml')), 'mn' => array(0 => ($this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Validator/Resources/translations/validators.mn.xlf'), 1 => ($this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Form/Resources/translations/validators.mn.xlf')), 'pt_PT' => array(0 => ($this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Security/Core/Resources/translations/security.pt_PT.xlf')), 'ua' => array(0 => ($this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Security/Core/Resources/translations/security.ua.xlf')), 'ky' => array(0 => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.ky.yml'), 1 => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.ky.yml')), 'bn' => array(0 => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.bn.yml'), 1 => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.bn.yml')), 'eo' => array(0 => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.eo.yml'), 1 => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.eo.yml')), 'bn_BD' => array(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')))));
$instance->setConfigCacheFactory(${($_ = isset($this->services['config_cache_factory']) ? $this->services['config_cache_factory'] : $this->get('config_cache_factory')) && false ?: '_'});
$instance->setFallbackLocales(array(0 => 'en'));
return $instance;
}
/**
* Gets the public '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->get('translator')) && false ?: '_'}, ${($_ = isset($this->services['request_stack']) ? $this->services['request_stack'] : $this->get('request_stack')) && false ?: '_'});
}
/**
* Gets the public 'twig' shared service.
*
* @return \Twig\Environment
*/
protected function getTwigService()
{
$a = ${($_ = isset($this->services['debug.stopwatch']) ? $this->services['debug.stopwatch'] : $this->get('debug.stopwatch', ContainerInterface::NULL_ON_INVALID_REFERENCE)) && false ?: '_'};
$b = ${($_ = isset($this->services['debug.file_link_formatter']) ? $this->services['debug.file_link_formatter'] : $this->getDebug_FileLinkFormatterService()) && false ?: '_'};
$c = ${($_ = isset($this->services['request_stack']) ? $this->services['request_stack'] : $this->get('request_stack')) && false ?: '_'};
$d = new \Symfony\Component\VarDumper\Dumper\HtmlDumper(NULL, 'UTF-8', 0);
$d->setDisplayOptions(array('fileLinkFormat' => $b));
$e = new \Symfony\Component\VarDumper\Dumper\HtmlDumper(NULL, 'UTF-8', 1);
$e->setDisplayOptions(array('maxStringLength' => 4096, 'fileLinkFormat' => $b));
$f = new \Symfony\Bridge\Twig\AppVariable();
$f->setEnvironment('dev');
$f->setDebug(true);
if ($this->has('security.token_storage')) {
$f->setTokenStorage(${($_ = isset($this->services['security.token_storage']) ? $this->services['security.token_storage'] : $this->get('security.token_storage', ContainerInterface::NULL_ON_INVALID_REFERENCE)) && false ?: '_'});
}
if ($this->has('request_stack')) {
$f->setRequestStack($c);
}
$this->services['twig'] = $instance = new \Twig\Environment(${($_ = isset($this->services['twig.loader']) ? $this->services['twig.loader'] : $this->get('twig.loader')) && false ?: '_'}, array('debug' => true, 'strict_variables' => true, 'paths' => array(($this->targetDirs[3].'/app/../pwa/') => 'pwa'), 'exception_controller' => 'twig.controller.exception:showAction', 'form_themes' => array(0 => 'form_div_layout.html.twig'), 'autoescape' => 'name', 'cache' => (__DIR__.'/twig'), 'charset' => 'UTF-8', 'date' => array('format' => 'F j, Y H:i', 'interval_format' => '%d days', 'timezone' => NULL), 'number_format' => array('decimals' => 0, 'decimal_point' => '.', 'thousands_separator' => ',')));
$instance->addExtension(new \AppBundle\Twig\Quinibar(${($_ = isset($this->services['doctrine.orm.default_entity_manager']) ? $this->services['doctrine.orm.default_entity_manager'] : $this->get('doctrine.orm.default_entity_manager')) && 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->get('security.authorization_checker', ContainerInterface::NULL_ON_INVALID_REFERENCE)) && false ?: '_'}));
$instance->addExtension(new \Symfony\Bridge\Twig\Extension\ProfilerExtension(${($_ = isset($this->services['twig.profile']) ? $this->services['twig.profile'] : $this->get('twig.profile')) && false ?: '_'}, $a));
$instance->addExtension(new \Symfony\Bridge\Twig\Extension\TranslationExtension(${($_ = isset($this->services['translator']) ? $this->services['translator'] : $this->get('translator')) && false ?: '_'}));
$instance->addExtension(new \Symfony\Bridge\Twig\Extension\AssetExtension(${($_ = isset($this->services['assets.packages']) ? $this->services['assets.packages'] : $this->get('assets.packages')) && false ?: '_'}));
$instance->addExtension(new \Symfony\Bridge\Twig\Extension\CodeExtension($b, ($this->targetDirs[3].'/app'), 'UTF-8'));
$instance->addExtension(new \Symfony\Bridge\Twig\Extension\RoutingExtension(${($_ = isset($this->services['router']) ? $this->services['router'] : $this->get('router')) && 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($c, ${($_ = isset($this->services['router.request_context']) ? $this->services['router.request_context'] : $this->getRouter_RequestContextService()) && false ?: '_'}));
$instance->addExtension(new \Symfony\Bridge\Twig\Extension\FormExtension(array(0 => $this, 1 => 'twig.form.renderer')));
$instance->addExtension(new \Symfony\Bridge\Twig\Extension\WebLinkExtension($c));
$instance->addExtension(new \Doctrine\Bundle\DoctrineBundle\Twig\DoctrineExtension());
$instance->addExtension(${($_ = isset($this->services['mobile_detect.twig.extension']) ? $this->services['mobile_detect.twig.extension'] : $this->get('mobile_detect.twig.extension')) && false ?: '_'});
$instance->addExtension(new \Symfony\Bundle\AsseticBundle\Twig\AsseticExtension(${($_ = isset($this->services['assetic.asset_factory']) ? $this->services['assetic.asset_factory'] : $this->getAssetic_AssetFactoryService()) && false ?: '_'}, ${($_ = isset($this->services['templating.name_parser']) ? $this->services['templating.name_parser'] : $this->get('templating.name_parser')) && false ?: '_'}, true, array(), array(0 => 'FrameworkBundle', 1 => 'SecurityBundle', 2 => 'TwigBundle', 3 => 'MonologBundle', 4 => 'SwiftmailerBundle', 5 => 'DoctrineBundle', 6 => 'MobileDetectBundle', 7 => 'SensioFrameworkExtraBundle', 8 => 'DoctrineFixturesBundle', 9 => 'NelmioCorsBundle', 10 => 'FOSUserBundle', 11 => 'AsseticBundle', 12 => 'AppBundle', 13 => 'FirebaseBundle', 14 => 'DebugBundle', 15 => 'WebProfilerBundle', 16 => 'SensioDistributionBundle', 17 => 'SensioGeneratorBundle', 18 => 'WebServerBundle'), new \Symfony\Bundle\AsseticBundle\DefaultValueSupplier($this)));
$instance->addExtension(new \Symfony\Bridge\Twig\Extension\DumpExtension(${($_ = isset($this->services['var_dumper.cloner']) ? $this->services['var_dumper.cloner'] : $this->get('var_dumper.cloner')) && false ?: '_'}, $d));
$instance->addExtension(new \Symfony\Bundle\WebProfilerBundle\Twig\WebProfilerExtension($e));
$instance->addGlobal('app', $f);
$instance->addRuntimeLoader(new \Twig\RuntimeLoader\ContainerRuntimeLoader(new \Symfony\Component\DependencyInjection\ServiceLocator(array('Symfony\\Bridge\\Twig\\Extension\\HttpKernelRuntime' => function () {
return ${($_ = isset($this->services['twig.runtime.httpkernel']) ? $this->services['twig.runtime.httpkernel'] : $this->get('twig.runtime.httpkernel')) && false ?: '_'};
}, 'Symfony\\Bridge\\Twig\\Form\\TwigRenderer' => function () {
return ${($_ = isset($this->services['twig.form.renderer']) ? $this->services['twig.form.renderer'] : $this->get('twig.form.renderer')) && false ?: '_'};
}))));
(new \Symfony\Bundle\TwigBundle\DependencyInjection\Configurator\EnvironmentConfigurator('F j, Y H:i', '%d days', NULL, 0, '.', ','))->configure($instance);
return $instance;
}
/**
* Gets the public 'twig.controller.exception' shared service.
*
* @return \Symfony\Bundle\TwigBundle\Controller\ExceptionController
*/
protected function getTwig_Controller_ExceptionService()
{
return $this->services['twig.controller.exception'] = new \Symfony\Bundle\TwigBundle\Controller\ExceptionController(${($_ = isset($this->services['twig']) ? $this->services['twig'] : $this->get('twig')) && false ?: '_'}, true);
}
/**
* Gets the public 'twig.controller.preview_error' shared service.
*
* @return \Symfony\Bundle\TwigBundle\Controller\PreviewErrorController
*/
protected function getTwig_Controller_PreviewErrorService()
{
return $this->services['twig.controller.preview_error'] = new \Symfony\Bundle\TwigBundle\Controller\PreviewErrorController(${($_ = isset($this->services['http_kernel']) ? $this->services['http_kernel'] : $this->get('http_kernel')) && false ?: '_'}, 'twig.controller.exception:showAction');
}
/**
* Gets the public 'twig.exception_listener' shared service.
*
* @return \Symfony\Component\HttpKernel\EventListener\ExceptionListener
*/
protected function getTwig_ExceptionListenerService()
{
return $this->services['twig.exception_listener'] = new \Symfony\Component\HttpKernel\EventListener\ExceptionListener('twig.controller.exception:showAction', ${($_ = isset($this->services['monolog.logger.request']) ? $this->services['monolog.logger.request'] : $this->get('monolog.logger.request', ContainerInterface::NULL_ON_INVALID_REFERENCE)) && false ?: '_'}, true);
}
/**
* Gets the public 'twig.form.renderer' shared service.
*
* @return \Symfony\Bridge\Twig\Form\TwigRenderer
*/
protected function getTwig_Form_RendererService()
{
return $this->services['twig.form.renderer'] = new \Symfony\Bridge\Twig\Form\TwigRenderer(new \Symfony\Bridge\Twig\Form\TwigRendererEngine(array(0 => 'form_div_layout.html.twig'), ${($_ = isset($this->services['twig']) ? $this->services['twig'] : $this->get('twig')) && false ?: '_'}), ${($_ = isset($this->services['security.csrf.token_manager']) ? $this->services['security.csrf.token_manager'] : $this->get('security.csrf.token_manager', ContainerInterface::NULL_ON_INVALID_REFERENCE)) && false ?: '_'});
}
/**
* Gets the public '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->get('templating.name_parser')) && false ?: '_'}, $this->targetDirs[3]);
$instance->addPath(($this->targetDirs[3].'/app/../pwa/'), 'pwa');
$instance->addPath(($this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Resources/views'), 'Framework');
$instance->addPath(($this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Bundle/SecurityBundle/Resources/views'), 'Security');
$instance->addPath(($this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/Resources/views'), 'Twig');
$instance->addPath(($this->targetDirs[3].'/vendor/symfony/swiftmailer-bundle/Resources/views'), 'Swiftmailer');
$instance->addPath(($this->targetDirs[3].'/vendor/doctrine/doctrine-bundle/Resources/views'), 'Doctrine');
$instance->addPath(($this->targetDirs[3].'/vendor/suncat/mobile-detect-bundle/SunCat/MobileDetectBundle/Resources/views'), 'MobileDetect');
$instance->addPath(($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/views'), 'FOSUser');
$instance->addPath(($this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Bundle/DebugBundle/Resources/views'), 'Debug');
$instance->addPath(($this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Bundle/WebProfilerBundle/Resources/views'), 'WebProfiler');
$instance->addPath(($this->targetDirs[3].'/app/Resources/views'));
$instance->addPath(($this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Resources/views/Form'));
return $instance;
}
/**
* Gets the public 'twig.profile' shared service.
*
* @return \Twig\Profiler\Profile
*/
protected function getTwig_ProfileService()
{
return $this->services['twig.profile'] = new \Twig\Profiler\Profile();
}
/**
* Gets the public 'twig.runtime.httpkernel' shared service.
*
* @return \Symfony\Bridge\Twig\Extension\HttpKernelRuntime
*/
protected function getTwig_Runtime_HttpkernelService()
{
return $this->services['twig.runtime.httpkernel'] = new \Symfony\Bridge\Twig\Extension\HttpKernelRuntime(${($_ = isset($this->services['fragment.handler']) ? $this->services['fragment.handler'] : $this->get('fragment.handler')) && false ?: '_'});
}
/**
* Gets the public 'twig.translation.extractor' shared service.
*
* @return \Symfony\Bridge\Twig\Translation\TwigExtractor
*/
protected function getTwig_Translation_ExtractorService()
{
return $this->services['twig.translation.extractor'] = new \Symfony\Bridge\Twig\Translation\TwigExtractor(${($_ = isset($this->services['twig']) ? $this->services['twig'] : $this->get('twig')) && false ?: '_'});
}
/**
* Gets the public 'uri_signer' shared service.
*
* @return \Symfony\Component\HttpKernel\UriSigner
*/
protected function getUriSignerService()
{
return $this->services['uri_signer'] = new \Symfony\Component\HttpKernel\UriSigner('5quN4VQJt3uYmTpH');
}
/**
* Gets the public '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 public 'validator' shared service.
*
* @return \Symfony\Component\Validator\Validator\ValidatorInterface
*/
protected function getValidatorService()
{
return $this->services['validator'] = ${($_ = isset($this->services['validator.builder']) ? $this->services['validator.builder'] : $this->get('validator.builder')) && false ?: '_'}->getValidator();
}
/**
* Gets the public '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(array('Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator' => function () {
return ${($_ = isset($this->services['doctrine.orm.validator.unique']) ? $this->services['doctrine.orm.validator.unique'] : $this->get('doctrine.orm.validator.unique')) && false ?: '_'};
}, 'Symfony\\Component\\Security\\Core\\Validator\\Constraints\\UserPasswordValidator' => function () {
return ${($_ = isset($this->services['security.validator.user_password']) ? $this->services['security.validator.user_password'] : $this->get('security.validator.user_password')) && false ?: '_'};
}, 'Symfony\\Component\\Validator\\Constraints\\EmailValidator' => function () {
return ${($_ = isset($this->services['validator.email']) ? $this->services['validator.email'] : $this->get('validator.email')) && false ?: '_'};
}, 'Symfony\\Component\\Validator\\Constraints\\ExpressionValidator' => function () {
return ${($_ = isset($this->services['validator.expression']) ? $this->services['validator.expression'] : $this->get('validator.expression')) && false ?: '_'};
}, 'doctrine.orm.validator.unique' => function () {
return ${($_ = isset($this->services['doctrine.orm.validator.unique']) ? $this->services['doctrine.orm.validator.unique'] : $this->get('doctrine.orm.validator.unique')) && false ?: '_'};
}, 'security.validator.user_password' => function () {
return ${($_ = isset($this->services['security.validator.user_password']) ? $this->services['security.validator.user_password'] : $this->get('security.validator.user_password')) && false ?: '_'};
}, 'validator.expression' => function () {
return ${($_ = isset($this->services['validator.expression']) ? $this->services['validator.expression'] : $this->get('validator.expression')) && false ?: '_'};
}))));
$instance->setTranslator(${($_ = isset($this->services['translator']) ? $this->services['translator'] : $this->get('translator')) && false ?: '_'});
$instance->setTranslationDomain('validators');
$instance->addXmlMappings(array(0 => ($this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/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->get('annotation_reader')) && false ?: '_'});
$instance->addMethodMapping('loadValidatorMetadata');
$instance->addObjectInitializers(array(0 => ${($_ = isset($this->services['doctrine.orm.validator_initializer']) ? $this->services['doctrine.orm.validator_initializer'] : $this->get('doctrine.orm.validator_initializer')) && 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 public 'validator.email' shared service.
*
* @return \Symfony\Component\Validator\Constraints\EmailValidator
*/
protected function getValidator_EmailService()
{
return $this->services['validator.email'] = new \Symfony\Component\Validator\Constraints\EmailValidator(false);
}
/**
* Gets the public 'validator.expression' shared service.
*
* @return \Symfony\Component\Validator\Constraints\ExpressionValidator
*/
protected function getValidator_ExpressionService()
{
return $this->services['validator.expression'] = new \Symfony\Component\Validator\Constraints\ExpressionValidator();
}
/**
* Gets the public 'var_dumper.cli_dumper' shared service.
*
* @return \Symfony\Component\VarDumper\Dumper\CliDumper
*/
protected function getVarDumper_CliDumperService()
{
return $this->services['var_dumper.cli_dumper'] = new \Symfony\Component\VarDumper\Dumper\CliDumper(NULL, 'UTF-8', 0);
}
/**
* 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->setMaxString(-1);
return $instance;
}
/**
* Gets the public 'web_profiler.controller.exception' shared service.
*
* @return \Symfony\Bundle\WebProfilerBundle\Controller\ExceptionController
*/
protected function getWebProfiler_Controller_ExceptionService()
{
return $this->services['web_profiler.controller.exception'] = new \Symfony\Bundle\WebProfilerBundle\Controller\ExceptionController(${($_ = isset($this->services['profiler']) ? $this->services['profiler'] : $this->get('profiler', ContainerInterface::NULL_ON_INVALID_REFERENCE)) && false ?: '_'}, ${($_ = isset($this->services['twig']) ? $this->services['twig'] : $this->get('twig')) && false ?: '_'}, true);
}
/**
* Gets the public 'web_profiler.controller.profiler' shared service.
*
* @return \Symfony\Bundle\WebProfilerBundle\Controller\ProfilerController
*/
protected function getWebProfiler_Controller_ProfilerService()
{
return $this->services['web_profiler.controller.profiler'] = new \Symfony\Bundle\WebProfilerBundle\Controller\ProfilerController(${($_ = isset($this->services['router']) ? $this->services['router'] : $this->get('router', ContainerInterface::NULL_ON_INVALID_REFERENCE)) && false ?: '_'}, ${($_ = isset($this->services['profiler']) ? $this->services['profiler'] : $this->get('profiler', ContainerInterface::NULL_ON_INVALID_REFERENCE)) && false ?: '_'}, ${($_ = isset($this->services['twig']) ? $this->services['twig'] : $this->get('twig')) && false ?: '_'}, array('data_collector.request' => array(0 => 'request', 1 => '@WebProfiler/Collector/request.html.twig'), 'data_collector.time' => array(0 => 'time', 1 => '@WebProfiler/Collector/time.html.twig'), 'data_collector.memory' => array(0 => 'memory', 1 => '@WebProfiler/Collector/memory.html.twig'), 'data_collector.ajax' => array(0 => 'ajax', 1 => '@WebProfiler/Collector/ajax.html.twig'), 'data_collector.form' => array(0 => 'form', 1 => '@WebProfiler/Collector/form.html.twig'), 'data_collector.exception' => array(0 => 'exception', 1 => '@WebProfiler/Collector/exception.html.twig'), 'data_collector.logger' => array(0 => 'logger', 1 => '@WebProfiler/Collector/logger.html.twig'), 'data_collector.events' => array(0 => 'events', 1 => '@WebProfiler/Collector/events.html.twig'), 'data_collector.router' => array(0 => 'router', 1 => '@WebProfiler/Collector/router.html.twig'), 'data_collector.cache' => array(0 => 'cache', 1 => '@WebProfiler/Collector/cache.html.twig'), 'data_collector.translation' => array(0 => 'translation', 1 => '@WebProfiler/Collector/translation.html.twig'), 'data_collector.security' => array(0 => 'security', 1 => '@Security/Collector/security.html.twig'), 'data_collector.twig' => array(0 => 'twig', 1 => '@WebProfiler/Collector/twig.html.twig'), 'data_collector.doctrine' => array(0 => 'db', 1 => '@Doctrine/Collector/db.html.twig'), 'swiftmailer.data_collector' => array(0 => 'swiftmailer', 1 => '@Swiftmailer/Collector/swiftmailer.html.twig'), 'data_collector.dump' => array(0 => 'dump', 1 => '@Debug/Profiler/dump.html.twig'), 'mobile_detect_bundle.device.collector' => array(0 => 'device.collector', 1 => 'MobileDetectBundle:Collector:device'), 'data_collector.config' => array(0 => 'config', 1 => '@WebProfiler/Collector/config.html.twig')), 'bottom', ${($_ = isset($this->services['web_profiler.csp.handler']) ? $this->services['web_profiler.csp.handler'] : $this->getWebProfiler_Csp_HandlerService()) && false ?: '_'}, $this->targetDirs[3]);
}
/**
* Gets the public 'web_profiler.controller.router' shared service.
*
* @return \Symfony\Bundle\WebProfilerBundle\Controller\RouterController
*/
protected function getWebProfiler_Controller_RouterService()
{
return $this->services['web_profiler.controller.router'] = new \Symfony\Bundle\WebProfilerBundle\Controller\RouterController(${($_ = isset($this->services['profiler']) ? $this->services['profiler'] : $this->get('profiler', ContainerInterface::NULL_ON_INVALID_REFERENCE)) && false ?: '_'}, ${($_ = isset($this->services['twig']) ? $this->services['twig'] : $this->get('twig')) && false ?: '_'}, ${($_ = isset($this->services['router']) ? $this->services['router'] : $this->get('router', ContainerInterface::NULL_ON_INVALID_REFERENCE)) && false ?: '_'});
}
/**
* Gets the public '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->get('twig')) && false ?: '_'}, false, 2, 'bottom', ${($_ = isset($this->services['router']) ? $this->services['router'] : $this->get('router', ContainerInterface::NULL_ON_INVALID_REFERENCE)) && false ?: '_'}, '^/(app(_[\\w]+)?\\.php/)?_wdt', ${($_ = isset($this->services['web_profiler.csp.handler']) ? $this->services['web_profiler.csp.handler'] : $this->getWebProfiler_Csp_HandlerService()) && false ?: '_'});
}
/**
* Gets the private '1_b91b48c86fe9c4ee2eb56d25119b36670b2059ee8e8748803d079dde1e6a4c40' shared service.
*
* @return \Symfony\Component\DependencyInjection\Config\ContainerParametersResourceChecker
*/
protected function get1B91b48c86fe9c4ee2eb56d25119b36670b2059ee8e8748803d079dde1e6a4c40Service()
{
return $this->services['1_b91b48c86fe9c4ee2eb56d25119b36670b2059ee8e8748803d079dde1e6a4c40'] = new \Symfony\Component\DependencyInjection\Config\ContainerParametersResourceChecker($this);
}
/**
* Gets the private '2_b91b48c86fe9c4ee2eb56d25119b36670b2059ee8e8748803d079dde1e6a4c40' shared service.
*
* @return \Symfony\Component\Config\Resource\SelfCheckingResourceChecker
*/
protected function get2B91b48c86fe9c4ee2eb56d25119b36670b2059ee8e8748803d079dde1e6a4c40Service()
{
return $this->services['2_b91b48c86fe9c4ee2eb56d25119b36670b2059ee8e8748803d079dde1e6a4c40'] = new \Symfony\Component\Config\Resource\SelfCheckingResourceChecker();
}
/**
* Gets the private 'AppBundle\EventListener\KernelSubscriber' shared autowired service.
*
* @return \AppBundle\EventListener\KernelSubscriber
*/
protected function getAppBundle_EventListener_KernelSubscriberService()
{
return $this->services['AppBundle\EventListener\KernelSubscriber'] = new \AppBundle\EventListener\KernelSubscriber();
}
/**
* Gets the private 'AppBundle\EventListener\UserRegister' shared autowired service.
*
* @return \AppBundle\EventListener\UserRegister
*/
protected function getAppBundle_EventListener_UserRegisterService()
{
return $this->services['AppBundle\EventListener\UserRegister'] = new \AppBundle\EventListener\UserRegister();
}
/**
* Gets the private 'annotations.cache' shared service.
*
* @return \Symfony\Component\Cache\DoctrineProvider
*/
protected function getAnnotations_CacheService()
{
return $this->services['annotations.cache'] = new \Symfony\Component\Cache\DoctrineProvider(\Symfony\Component\Cache\Adapter\PhpArrayAdapter::create((__DIR__.'/annotations.php'), ${($_ = isset($this->services['cache.annotations']) ? $this->services['cache.annotations'] : $this->getCache_AnnotationsService()) && false ?: '_'}));
}
/**
* Gets the private 'annotations.reader' shared service.
*
* @return \Doctrine\Common\Annotations\AnnotationReader
*/
protected function getAnnotations_ReaderService()
{
$a = new \Doctrine\Common\Annotations\AnnotationRegistry();
$a->registerUniqueLoader('class_exists');
$this->services['annotations.reader'] = $instance = new \Doctrine\Common\Annotations\AnnotationReader();
$instance->addGlobalIgnoredName('required', $a);
return $instance;
}
/**
* Gets the private 'argument_resolver.default' shared service.
*
* @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\DefaultValueResolver
*/
protected function getArgumentResolver_DefaultService()
{
return $this->services['argument_resolver.default'] = new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\DefaultValueResolver();
}
/**
* Gets the private 'argument_resolver.request' shared service.
*
* @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\RequestValueResolver
*/
protected function getArgumentResolver_RequestService()
{
return $this->services['argument_resolver.request'] = new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\RequestValueResolver();
}
/**
* Gets the private 'argument_resolver.request_attribute' shared service.
*
* @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\RequestAttributeValueResolver
*/
protected function getArgumentResolver_RequestAttributeService()
{
return $this->services['argument_resolver.request_attribute'] = new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\RequestAttributeValueResolver();
}
/**
* Gets the private 'argument_resolver.service' shared service.
*
* @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\ServiceValueResolver
*/
protected function getArgumentResolver_ServiceService()
{
return $this->services['argument_resolver.service'] = new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\ServiceValueResolver(new \Symfony\Component\DependencyInjection\ServiceLocator(array()));
}
/**
* Gets the private 'argument_resolver.session' shared service.
*
* @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\SessionValueResolver
*/
protected function getArgumentResolver_SessionService()
{
return $this->services['argument_resolver.session'] = new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\SessionValueResolver();
}
/**
* Gets the private 'argument_resolver.variadic' shared service.
*
* @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\VariadicValueResolver
*/
protected function getArgumentResolver_VariadicService()
{
return $this->services['argument_resolver.variadic'] = new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\VariadicValueResolver();
}
/**
* Gets the private 'assetic.asset_factory' shared service.
*
* @return \Symfony\Bundle\AsseticBundle\Factory\AssetFactory
*/
protected function getAssetic_AssetFactoryService()
{
$this->services['assetic.asset_factory'] = $instance = new \Symfony\Bundle\AsseticBundle\Factory\AssetFactory(${($_ = isset($this->services['kernel']) ? $this->services['kernel'] : $this->get('kernel')) && false ?: '_'}, $this, $this->getParameterBag(), ($this->targetDirs[3].'/app/../web'), true);
$instance->addWorker(new \Symfony\Bundle\AsseticBundle\Factory\Worker\UseControllerWorker());
return $instance;
}
/**
* 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(${($_ = isset($this->services['cache.annotations.recorder_inner']) ? $this->services['cache.annotations.recorder_inner'] : $this->getCache_Annotations_RecorderInnerService()) && false ?: '_'});
}
/**
* Gets the private 'cache.annotations.recorder_inner' shared service.
*
* @return \Symfony\Component\Cache\Adapter\AdapterInterface
*/
protected function getCache_Annotations_RecorderInnerService($lazyLoad = true)
{
return $this->services['cache.annotations.recorder_inner'] = \Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('WxuqeIK8os', 0, '7mOlTa2lSqjX9BVhkuCAgJ', (__DIR__.'/pools'), ${($_ = isset($this->services['monolog.logger.cache']) ? $this->services['monolog.logger.cache'] : $this->get('monolog.logger.cache', ContainerInterface::NULL_ON_INVALID_REFERENCE)) && false ?: '_'});
}
/**
* Gets the private 'cache.app.recorder_inner' shared service.
*
* @return \Symfony\Component\Cache\Adapter\FilesystemAdapter
*/
protected function getCache_App_RecorderInnerService($lazyLoad = true)
{
$this->services['cache.app.recorder_inner'] = $instance = new \Symfony\Component\Cache\Adapter\FilesystemAdapter('B2ek4FA4Ie', 0, (__DIR__.'/pools'));
if ($this->has('monolog.logger.cache')) {
$instance->setLogger(${($_ = isset($this->services['monolog.logger.cache']) ? $this->services['monolog.logger.cache'] : $this->get('monolog.logger.cache', ContainerInterface::NULL_ON_INVALID_REFERENCE)) && false ?: '_'});
}
return $instance;
}
/**
* Gets the private 'cache.serializer.recorder_inner' shared service.
*
* @return \Symfony\Component\Cache\Adapter\AdapterInterface
*/
protected function getCache_Serializer_RecorderInnerService($lazyLoad = true)
{
return $this->services['cache.serializer.recorder_inner'] = \Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('PxO+HlbVOX', 0, '7mOlTa2lSqjX9BVhkuCAgJ', (__DIR__.'/pools'), ${($_ = isset($this->services['monolog.logger.cache']) ? $this->services['monolog.logger.cache'] : $this->get('monolog.logger.cache', ContainerInterface::NULL_ON_INVALID_REFERENCE)) && false ?: '_'});
}
/**
* Gets the private 'cache.system.recorder_inner' shared service.
*
* @return \Symfony\Component\Cache\Adapter\AdapterInterface
*/
protected function getCache_System_RecorderInnerService($lazyLoad = true)
{
return $this->services['cache.system.recorder_inner'] = \Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('lwZO5XLn3V', 0, '7mOlTa2lSqjX9BVhkuCAgJ', (__DIR__.'/pools'), ${($_ = isset($this->services['monolog.logger.cache']) ? $this->services['monolog.logger.cache'] : $this->get('monolog.logger.cache', ContainerInterface::NULL_ON_INVALID_REFERENCE)) && 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(${($_ = isset($this->services['cache.validator.recorder_inner']) ? $this->services['cache.validator.recorder_inner'] : $this->getCache_Validator_RecorderInnerService()) && false ?: '_'});
}
/**
* Gets the private 'cache.validator.recorder_inner' shared service.
*
* @return \Symfony\Component\Cache\Adapter\AdapterInterface
*/
protected function getCache_Validator_RecorderInnerService($lazyLoad = true)
{
return $this->services['cache.validator.recorder_inner'] = \Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('TaUDbob-vJ', 0, '7mOlTa2lSqjX9BVhkuCAgJ', (__DIR__.'/pools'), ${($_ = isset($this->services['monolog.logger.cache']) ? $this->services['monolog.logger.cache'] : $this->get('monolog.logger.cache', ContainerInterface::NULL_ON_INVALID_REFERENCE)) && false ?: '_'});
}
/**
* Gets the private 'console.error_listener' shared service.
*
* @return \Symfony\Component\Console\EventListener\ErrorListener
*/
protected function getConsole_ErrorListenerService()
{
return $this->services['console.error_listener'] = new \Symfony\Component\Console\EventListener\ErrorListener(${($_ = isset($this->services['monolog.logger.console']) ? $this->services['monolog.logger.console'] : $this->get('monolog.logger.console', ContainerInterface::NULL_ON_INVALID_REFERENCE)) && false ?: '_'});
}
/**
* 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')) && false ?: '_'});
}
/**
* 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->get('request_stack', ContainerInterface::NULL_ON_INVALID_REFERENCE)) && false ?: '_'}, $this->targetDirs[3], '/_profiler/open?file=%f&line=%l#line%l');
}
/**
* 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->getSecurity_Access_AuthenticatedVoterService()) && false ?: '_'};
yield 1 => ${($_ = isset($this->services['security.access.role_hierarchy_voter']) ? $this->services['security.access.role_hierarchy_voter'] : $this->getSecurity_Access_RoleHierarchyVoterService()) && false ?: '_'};
yield 2 => ${($_ = isset($this->services['security.access.expression_voter']) ? $this->services['security.access.expression_voter'] : $this->getSecurity_Access_ExpressionVoterService()) && false ?: '_'};
}, 3), 'affirmative', false, true));
}
/**
* 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 'form.server_params' shared service.
*
* @return \Symfony\Component\Form\Util\ServerParams
*/
protected function getForm_ServerParamsService()
{
return $this->services['form.server_params'] = new \Symfony\Component\Form\Util\ServerParams(${($_ = isset($this->services['request_stack']) ? $this->services['request_stack'] : $this->get('request_stack')) && false ?: '_'});
}
/**
* Gets the private 'form.type.choice' shared service.
*
* @return \Symfony\Component\Form\Extension\Core\Type\ChoiceType
*/
protected function getForm_Type_ChoiceService()
{
return $this->services['form.type.choice'] = new \Symfony\Component\Form\Extension\Core\Type\ChoiceType(new \Symfony\Component\Form\ChoiceList\Factory\CachingFactoryDecorator(new \Symfony\Component\Form\ChoiceList\Factory\PropertyAccessDecorator(new \Symfony\Component\Form\ChoiceList\Factory\DefaultChoiceListFactory(), ${($_ = isset($this->services['property_accessor']) ? $this->services['property_accessor'] : $this->get('property_accessor')) && false ?: '_'})));
}
/**
* Gets the private 'form.type.form' shared service.
*
* @return \Symfony\Component\Form\Extension\Core\Type\FormType
*/
protected function getForm_Type_FormService()
{
return $this->services['form.type.form'] = new \Symfony\Component\Form\Extension\Core\Type\FormType(${($_ = isset($this->services['property_accessor']) ? $this->services['property_accessor'] : $this->get('property_accessor')) && false ?: '_'});
}
/**
* Gets the private 'form.type_extension.csrf' shared service.
*
* @return \Symfony\Component\Form\Extension\Csrf\Type\FormTypeCsrfExtension
*/
protected function getForm_TypeExtension_CsrfService()
{
return $this->services['form.type_extension.csrf'] = new \Symfony\Component\Form\Extension\Csrf\Type\FormTypeCsrfExtension(${($_ = isset($this->services['security.csrf.token_manager']) ? $this->services['security.csrf.token_manager'] : $this->get('security.csrf.token_manager')) && false ?: '_'}, true, '_token', ${($_ = isset($this->services['translator']) ? $this->services['translator'] : $this->get('translator')) && false ?: '_'}, 'validators', ${($_ = isset($this->services['form.server_params']) ? $this->services['form.server_params'] : $this->getForm_ServerParamsService()) && false ?: '_'});
}
/**
* Gets the private 'form.type_extension.form.data_collector' shared service.
*
* @return \Symfony\Component\Form\Extension\DataCollector\Type\DataCollectorTypeExtension
*/
protected function getForm_TypeExtension_Form_DataCollectorService()
{
return $this->services['form.type_extension.form.data_collector'] = new \Symfony\Component\Form\Extension\DataCollector\Type\DataCollectorTypeExtension(${($_ = isset($this->services['data_collector.form']) ? $this->services['data_collector.form'] : $this->get('data_collector.form')) && false ?: '_'});
}
/**
* Gets the private 'form.type_extension.form.http_foundation' shared service.
*
* @return \Symfony\Component\Form\Extension\HttpFoundation\Type\FormTypeHttpFoundationExtension
*/
protected function getForm_TypeExtension_Form_HttpFoundationService()
{
return $this->services['form.type_extension.form.http_foundation'] = new \Symfony\Component\Form\Extension\HttpFoundation\Type\FormTypeHttpFoundationExtension(new \Symfony\Component\Form\Extension\HttpFoundation\HttpFoundationRequestHandler(${($_ = isset($this->services['form.server_params']) ? $this->services['form.server_params'] : $this->getForm_ServerParamsService()) && false ?: '_'}));
}
/**
* Gets the private 'form.type_extension.form.validator' shared service.
*
* @return \Symfony\Component\Form\Extension\Validator\Type\FormTypeValidatorExtension
*/
protected function getForm_TypeExtension_Form_ValidatorService()
{
return $this->services['form.type_extension.form.validator'] = new \Symfony\Component\Form\Extension\Validator\Type\FormTypeValidatorExtension(${($_ = isset($this->services['validator']) ? $this->services['validator'] : $this->get('validator')) && false ?: '_'});
}
/**
* Gets the private 'form.type_extension.repeated.validator' shared service.
*
* @return \Symfony\Component\Form\Extension\Validator\Type\RepeatedTypeValidatorExtension
*/
protected function getForm_TypeExtension_Repeated_ValidatorService()
{
return $this->services['form.type_extension.repeated.validator'] = new \Symfony\Component\Form\Extension\Validator\Type\RepeatedTypeValidatorExtension();
}
/**
* Gets the private 'form.type_extension.submit.validator' shared service.
*
* @return \Symfony\Component\Form\Extension\Validator\Type\SubmitTypeValidatorExtension
*/
protected function getForm_TypeExtension_Submit_ValidatorService()
{
return $this->services['form.type_extension.submit.validator'] = new \Symfony\Component\Form\Extension\Validator\Type\SubmitTypeValidatorExtension();
}
/**
* Gets the private 'form.type_extension.upload.validator' shared service.
*
* @return \Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension
*/
protected function getForm_TypeExtension_Upload_ValidatorService()
{
return $this->services['form.type_extension.upload.validator'] = new \Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension(${($_ = isset($this->services['translator']) ? $this->services['translator'] : $this->get('translator')) && false ?: '_'}, 'validators');
}
/**
* Gets the private 'form.type_guesser.validator' shared service.
*
* @return \Symfony\Component\Form\Extension\Validator\ValidatorTypeGuesser
*/
protected function getForm_TypeGuesser_ValidatorService()
{
return $this->services['form.type_guesser.validator'] = new \Symfony\Component\Form\Extension\Validator\ValidatorTypeGuesser(${($_ = isset($this->services['validator']) ? $this->services['validator'] : $this->get('validator')) && false ?: '_'});
}
/**
* Gets the private 'fos_user.user_provider.username' shared service.
*
* @return \FOS\UserBundle\Security\UserProvider
*/
protected function getFosUser_UserProvider_UsernameService()
{
return $this->services['fos_user.user_provider.username'] = new \FOS\UserBundle\Security\UserProvider(${($_ = isset($this->services['fos_user.user_manager']) ? $this->services['fos_user.user_manager'] : $this->get('fos_user.user_manager')) && false ?: '_'});
}
/**
* 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->get('fos_user.util.email_canonicalizer')) && false ?: '_'};
return $this->services['fos_user.util.canonical_fields_updater'] = new \FOS\UserBundle\Util\CanonicalFieldsUpdater($a, $a);
}
/**
* 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->get('security.encoder_factory')) && 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->getControllerNameConverterService()) && false ?: '_'});
}
/**
* 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 'security.access.authenticated_voter' shared service.
*
* @return \Symfony\Component\Security\Core\Authorization\Voter\AuthenticatedVoter
*/
protected function getSecurity_Access_AuthenticatedVoterService()
{
return $this->services['security.access.authenticated_voter'] = new \Symfony\Component\Security\Core\Authorization\Voter\AuthenticatedVoter(${($_ = isset($this->services['security.authentication.trust_resolver']) ? $this->services['security.authentication.trust_resolver'] : $this->getSecurity_Authentication_TrustResolverService()) && false ?: '_'});
}
/**
* Gets the private 'security.access.expression_voter' shared service.
*
* @return \Symfony\Component\Security\Core\Authorization\Voter\ExpressionVoter
*/
protected function getSecurity_Access_ExpressionVoterService()
{
return $this->services['security.access.expression_voter'] = new \Symfony\Component\Security\Core\Authorization\Voter\ExpressionVoter(new \Symfony\Component\Security\Core\Authorization\ExpressionLanguage(), ${($_ = isset($this->services['security.authentication.trust_resolver']) ? $this->services['security.authentication.trust_resolver'] : $this->getSecurity_Authentication_TrustResolverService()) && false ?: '_'}, ${($_ = isset($this->services['security.role_hierarchy']) ? $this->services['security.role_hierarchy'] : $this->getSecurity_RoleHierarchyService()) && false ?: '_'});
}
/**
* Gets the private 'security.access.role_hierarchy_voter' shared service.
*
* @return \Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter
*/
protected function getSecurity_Access_RoleHierarchyVoterService()
{
return $this->services['security.access.role_hierarchy_voter'] = new \Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter(${($_ = isset($this->services['security.role_hierarchy']) ? $this->services['security.role_hierarchy'] : $this->getSecurity_RoleHierarchyService()) && false ?: '_'});
}
/**
* 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->getSecurity_Authentication_Provider_Dao_MainService()) && false ?: '_'};
yield 1 => ${($_ = isset($this->services['security.authentication.provider.anonymous.main']) ? $this->services['security.authentication.provider.anonymous.main'] : $this->getSecurity_Authentication_Provider_Anonymous_MainService()) && false ?: '_'};
}, 2), true);
$instance->setEventDispatcher(${($_ = isset($this->services['debug.event_dispatcher']) ? $this->services['debug.event_dispatcher'] : $this->get('debug.event_dispatcher')) && false ?: '_'});
return $instance;
}
/**
* Gets the private 'security.authentication.provider.anonymous.main' shared service.
*
* @return \Symfony\Component\Security\Core\Authentication\Provider\AnonymousAuthenticationProvider
*/
protected function getSecurity_Authentication_Provider_Anonymous_MainService()
{
return $this->services['security.authentication.provider.anonymous.main'] = new \Symfony\Component\Security\Core\Authentication\Provider\AnonymousAuthenticationProvider('67a8e2bd138e73.63155908');
}
/**
* Gets the private 'security.authentication.provider.dao.main' shared service.
*
* @return \Symfony\Component\Security\Core\Authentication\Provider\DaoAuthenticationProvider
*/
protected function getSecurity_Authentication_Provider_Dao_MainService()
{
return $this->services['security.authentication.provider.dao.main'] = new \Symfony\Component\Security\Core\Authentication\Provider\DaoAuthenticationProvider(${($_ = isset($this->services['fos_user.user_provider.username']) ? $this->services['fos_user.user_provider.username'] : $this->getFosUser_UserProvider_UsernameService()) && false ?: '_'}, ${($_ = isset($this->services['security.user_checker']) ? $this->services['security.user_checker'] : $this->getSecurity_UserCheckerService()) && false ?: '_'}, 'main', ${($_ = isset($this->services['security.encoder_factory']) ? $this->services['security.encoder_factory'] : $this->get('security.encoder_factory')) && false ?: '_'}, true);
}
/**
* Gets the private 'security.authentication.session_strategy' shared service.
*
* @return \Symfony\Component\Security\Http\Session\SessionAuthenticationStrategy
*/
protected function getSecurity_Authentication_SessionStrategyService()
{
return $this->services['security.authentication.session_strategy'] = new \Symfony\Component\Security\Http\Session\SessionAuthenticationStrategy('migrate');
}
/**
* 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.csrf.token_storage' shared service.
*
* @return \Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage
*/
protected function getSecurity_Csrf_TokenStorageService()
{
return $this->services['security.csrf.token_storage'] = new \Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage(${($_ = isset($this->services['session']) ? $this->services['session'] : $this->get('session')) && 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(array('security.firewall.map.context.dev' => function () {
return ${($_ = isset($this->services['security.firewall.map.context.dev']) ? $this->services['security.firewall.map.context.dev'] : $this->get('security.firewall.map.context.dev')) && false ?: '_'};
}, 'security.firewall.map.context.main' => function () {
return ${($_ = isset($this->services['security.firewall.map.context.main']) ? $this->services['security.firewall.map.context.main'] : $this->get('security.firewall.map.context.main')) && false ?: '_'};
})), new RewindableGenerator(function () {
yield 'security.firewall.map.context.dev' => ${($_ = isset($this->services['security.request_matcher.5314eeb91110adf24b9b678372bb11bbe00e8858c519c088bfb65f525181ad3bf573fd1d']) ? $this->services['security.request_matcher.5314eeb91110adf24b9b678372bb11bbe00e8858c519c088bfb65f525181ad3bf573fd1d'] : $this->getSecurity_RequestMatcher_5314eeb91110adf24b9b678372bb11bbe00e8858c519c088bfb65f525181ad3bf573fd1dService()) && false ?: '_'};
yield 'security.firewall.map.context.main' => ${($_ = isset($this->services['security.request_matcher.a64d671f18e5575531d76c1d1154fdc4476cb8a79c02ed7a3469178c6d7b96b5ed4e60db']) ? $this->services['security.request_matcher.a64d671f18e5575531d76c1d1154fdc4476cb8a79c02ed7a3469178c6d7b96b5ed4e60db'] : $this->getSecurity_RequestMatcher_A64d671f18e5575531d76c1d1154fdc4476cb8a79c02ed7a3469178c6d7b96b5ed4e60dbService()) && 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->get('request_stack', ContainerInterface::NULL_ON_INVALID_REFERENCE)) && false ?: '_'}, ${($_ = isset($this->services['router']) ? $this->services['router'] : $this->get('router', ContainerInterface::NULL_ON_INVALID_REFERENCE)) && false ?: '_'}, ${($_ = isset($this->services['security.token_storage']) ? $this->services['security.token_storage'] : $this->get('security.token_storage', ContainerInterface::NULL_ON_INVALID_REFERENCE)) && false ?: '_'});
$instance->registerListener('main', '/logout', 'logout', '_csrf_token', NULL, NULL);
return $instance;
}
/**
* Gets the private 'security.request_matcher.5314eeb91110adf24b9b678372bb11bbe00e8858c519c088bfb65f525181ad3bf573fd1d' shared service.
*
* @return \Symfony\Component\HttpFoundation\RequestMatcher
*/
protected function getSecurity_RequestMatcher_5314eeb91110adf24b9b678372bb11bbe00e8858c519c088bfb65f525181ad3bf573fd1dService()
{
return $this->services['security.request_matcher.5314eeb91110adf24b9b678372bb11bbe00e8858c519c088bfb65f525181ad3bf573fd1d'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/(_(profiler|wdt)|css|images|js)/');
}
/**
* Gets the private 'security.request_matcher.a64d671f18e5575531d76c1d1154fdc4476cb8a79c02ed7a3469178c6d7b96b5ed4e60db' shared service.
*
* @return \Symfony\Component\HttpFoundation\RequestMatcher
*/
protected function getSecurity_RequestMatcher_A64d671f18e5575531d76c1d1154fdc4476cb8a79c02ed7a3469178c6d7b96b5ed4e60dbService()
{
return $this->services['security.request_matcher.a64d671f18e5575531d76c1d1154fdc4476cb8a79c02ed7a3469178c6d7b96b5ed4e60db'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/');
}
/**
* 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(array('ROLE_ADMIN' => array(0 => 'ROLE_USER'), 'ROLE_MOTHER' => array(0 => 'ROLE_ADMIN')));
}
/**
* Gets the private 'security.user_checker' shared service.
*
* @return \Symfony\Component\Security\Core\User\UserChecker
*/
protected function getSecurity_UserCheckerService()
{
return $this->services['security.user_checker'] = new \Symfony\Component\Security\Core\User\UserChecker();
}
/**
* Gets the private 'security.user_value_resolver' shared service.
*
* @return \Symfony\Bundle\SecurityBundle\SecurityUserValueResolver
*/
protected function getSecurity_UserValueResolverService()
{
return $this->services['security.user_value_resolver'] = new \Symfony\Bundle\SecurityBundle\SecurityUserValueResolver(${($_ = isset($this->services['security.token_storage']) ? $this->services['security.token_storage'] : $this->get('security.token_storage')) && false ?: '_'});
}
/**
* Gets the private 'service_locator.cc2b70dfe28c491d5d4736dc8913e9ae' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function getServiceLocator_Cc2b70dfe28c491d5d4736dc8913e9aeService()
{
return $this->services['service_locator.cc2b70dfe28c491d5d4736dc8913e9ae'] = new \Symfony\Component\DependencyInjection\ServiceLocator(array('hinclude' => function () {
return ${($_ = isset($this->services['fragment.renderer.hinclude']) ? $this->services['fragment.renderer.hinclude'] : $this->get('fragment.renderer.hinclude')) && false ?: '_'};
}, 'inline' => function () {
return ${($_ = isset($this->services['fragment.renderer.inline']) ? $this->services['fragment.renderer.inline'] : $this->get('fragment.renderer.inline')) && false ?: '_'};
}));
}
/**
* 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 'swiftmailer.mailer.default.transport.eventdispatcher' shared service.
*
* @return \Swift_Events_SimpleEventDispatcher
*/
protected function getSwiftmailer_Mailer_Default_Transport_EventdispatcherService()
{
return $this->services['swiftmailer.mailer.default.transport.eventdispatcher'] = new \Swift_Events_SimpleEventDispatcher();
}
/**
* 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->get('file_locator')) && false ?: '_'}, __DIR__);
}
/**
* 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());
}
/**
* {@inheritdoc}
*/
public function getParameter($name)
{
$name = strtolower($name);
if (!(isset($this->parameters[$name]) || array_key_exists($name, $this->parameters) || isset($this->loadedDynamicParameters[$name]))) {
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];
}
/**
* {@inheritdoc}
*/
public function hasParameter($name)
{
$name = strtolower($name);
return isset($this->parameters[$name]) || array_key_exists($name, $this->parameters) || isset($this->loadedDynamicParameters[$name]);
}
/**
* {@inheritdoc}
*/
public function setParameter($name, $value)
{
throw new LogicException('Impossible to call set() on a frozen ParameterBag.');
}
/**
* {@inheritdoc}
*/
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);
}
$this->parameterBag = new FrozenParameterBag($parameters);
}
return $this->parameterBag;
}
private $loadedDynamicParameters = array(
'kernel.root_dir' => false,
'kernel.project_dir' => false,
'kernel.logs_dir' => false,
'kernel.bundles_metadata' => false,
'session.save_path' => false,
'assetic.read_from' => false,
'assetic.write_to' => false,
);
private $dynamicParameters = array();
/**
* Computes a dynamic parameter.
*
* @param string 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].'/app'); break;
case 'kernel.project_dir': $value = $this->targetDirs[3]; break;
case 'kernel.logs_dir': $value = ($this->targetDirs[2].'/logs'); break;
case 'kernel.bundles_metadata': $value = array(
'FrameworkBundle' => array(
'parent' => NULL,
'path' => ($this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle'),
'namespace' => 'Symfony\\Bundle\\FrameworkBundle',
),
'SecurityBundle' => array(
'parent' => NULL,
'path' => ($this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Bundle/SecurityBundle'),
'namespace' => 'Symfony\\Bundle\\SecurityBundle',
),
'TwigBundle' => array(
'parent' => NULL,
'path' => ($this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle'),
'namespace' => 'Symfony\\Bundle\\TwigBundle',
),
'MonologBundle' => array(
'parent' => NULL,
'path' => ($this->targetDirs[3].'/vendor/symfony/monolog-bundle'),
'namespace' => 'Symfony\\Bundle\\MonologBundle',
),
'SwiftmailerBundle' => array(
'parent' => NULL,
'path' => ($this->targetDirs[3].'/vendor/symfony/swiftmailer-bundle'),
'namespace' => 'Symfony\\Bundle\\SwiftmailerBundle',
),
'DoctrineBundle' => array(
'parent' => NULL,
'path' => ($this->targetDirs[3].'/vendor/doctrine/doctrine-bundle'),
'namespace' => 'Doctrine\\Bundle\\DoctrineBundle',
),
'MobileDetectBundle' => array(
'parent' => NULL,
'path' => ($this->targetDirs[3].'/vendor/suncat/mobile-detect-bundle/SunCat/MobileDetectBundle'),
'namespace' => 'SunCat\\MobileDetectBundle',
),
'SensioFrameworkExtraBundle' => array(
'parent' => NULL,
'path' => ($this->targetDirs[3].'/vendor/sensio/framework-extra-bundle'),
'namespace' => 'Sensio\\Bundle\\FrameworkExtraBundle',
),
'DoctrineFixturesBundle' => array(
'parent' => NULL,
'path' => ($this->targetDirs[3].'/vendor/doctrine/doctrine-fixtures-bundle'),
'namespace' => 'Doctrine\\Bundle\\FixturesBundle',
),
'NelmioCorsBundle' => array(
'parent' => NULL,
'path' => ($this->targetDirs[3].'/vendor/nelmio/cors-bundle'),
'namespace' => 'Nelmio\\CorsBundle',
),
'FOSUserBundle' => array(
'parent' => NULL,
'path' => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle'),
'namespace' => 'FOS\\UserBundle',
),
'AsseticBundle' => array(
'parent' => NULL,
'path' => ($this->targetDirs[3].'/vendor/symfony/assetic-bundle'),
'namespace' => 'Symfony\\Bundle\\AsseticBundle',
),
'AppBundle' => array(
'parent' => NULL,
'path' => ($this->targetDirs[3].'/src/AppBundle'),
'namespace' => 'AppBundle',
),
'FirebaseBundle' => array(
'parent' => NULL,
'path' => ($this->targetDirs[3].'/vendor/kreait/firebase-bundle'),
'namespace' => 'Kreait\\Firebase\\Symfony\\Bundle',
),
'DebugBundle' => array(
'parent' => NULL,
'path' => ($this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Bundle/DebugBundle'),
'namespace' => 'Symfony\\Bundle\\DebugBundle',
),
'WebProfilerBundle' => array(
'parent' => NULL,
'path' => ($this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Bundle/WebProfilerBundle'),
'namespace' => 'Symfony\\Bundle\\WebProfilerBundle',
),
'SensioDistributionBundle' => array(
'parent' => NULL,
'path' => ($this->targetDirs[3].'/vendor/sensio/distribution-bundle'),
'namespace' => 'Sensio\\Bundle\\DistributionBundle',
),
'SensioGeneratorBundle' => array(
'parent' => NULL,
'path' => ($this->targetDirs[3].'/vendor/sensio/generator-bundle'),
'namespace' => 'Sensio\\Bundle\\GeneratorBundle',
),
'WebServerBundle' => array(
'parent' => NULL,
'path' => ($this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Bundle/WebServerBundle'),
'namespace' => 'Symfony\\Bundle\\WebServerBundle',
),
); break;
case 'session.save_path': $value = ($this->targetDirs[2].'/sessions/dev'); break;
case 'assetic.read_from': $value = ($this->targetDirs[3].'/app/../web'); break;
case 'assetic.write_to': $value = ($this->targetDirs[3].'/app/../web'); break;
default: throw new InvalidArgumentException(sprintf('The dynamic parameter "%s" must be defined.', $name));
}
$this->loadedDynamicParameters[$name] = true;
return $this->dynamicParameters[$name] = $value;
}
/**
* Gets the default parameters.
*
* @return array An array of the default parameters
*/
protected function getDefaultParameters()
{
return array(
'kernel.environment' => 'dev',
'kernel.debug' => true,
'kernel.name' => 'app',
'kernel.cache_dir' => __DIR__,
'kernel.bundles' => array(
'FrameworkBundle' => 'Symfony\\Bundle\\FrameworkBundle\\FrameworkBundle',
'SecurityBundle' => 'Symfony\\Bundle\\SecurityBundle\\SecurityBundle',
'TwigBundle' => 'Symfony\\Bundle\\TwigBundle\\TwigBundle',
'MonologBundle' => 'Symfony\\Bundle\\MonologBundle\\MonologBundle',
'SwiftmailerBundle' => 'Symfony\\Bundle\\SwiftmailerBundle\\SwiftmailerBundle',
'DoctrineBundle' => 'Doctrine\\Bundle\\DoctrineBundle\\DoctrineBundle',
'MobileDetectBundle' => 'SunCat\\MobileDetectBundle\\MobileDetectBundle',
'SensioFrameworkExtraBundle' => 'Sensio\\Bundle\\FrameworkExtraBundle\\SensioFrameworkExtraBundle',
'DoctrineFixturesBundle' => 'Doctrine\\Bundle\\FixturesBundle\\DoctrineFixturesBundle',
'NelmioCorsBundle' => 'Nelmio\\CorsBundle\\NelmioCorsBundle',
'FOSUserBundle' => 'FOS\\UserBundle\\FOSUserBundle',
'AsseticBundle' => 'Symfony\\Bundle\\AsseticBundle\\AsseticBundle',
'AppBundle' => 'AppBundle\\AppBundle',
'FirebaseBundle' => 'Kreait\\Firebase\\Symfony\\Bundle\\FirebaseBundle',
'DebugBundle' => 'Symfony\\Bundle\\DebugBundle\\DebugBundle',
'WebProfilerBundle' => 'Symfony\\Bundle\\WebProfilerBundle\\WebProfilerBundle',
'SensioDistributionBundle' => 'Sensio\\Bundle\\DistributionBundle\\SensioDistributionBundle',
'SensioGeneratorBundle' => 'Sensio\\Bundle\\GeneratorBundle\\SensioGeneratorBundle',
'WebServerBundle' => 'Symfony\\Bundle\\WebServerBundle\\WebServerBundle',
),
'kernel.charset' => 'UTF-8',
'kernel.container_class' => 'appDevDebugProjectContainer',
'database_host' => 'db',
'database_port' => 3306,
'database_name' => 'quinibar',
'database_user' => 'quinibar',
'database_password' => 'psS52AhCQW9A4FBH',
'mailer_transport' => 'smtp',
'mailer_host' => '127.0.0.1',
'mailer_user' => 'test@test.com',
'mailer_password' => 'test12345',
'secret' => '5quN4VQJt3uYmTpH',
'sync_db' => false,
'constants' => array(
'roles.admin' => 'ROLE_ADMIN',
'roles.standard_user' => 'ROLE_STANDARD_USER',
'roles.establishment_owner' => 'ROLE_ESTABLISHMENT_OWNER',
),
'locale' => 'en',
'fragment.renderer.hinclude.global_template' => NULL,
'fragment.path' => '/_fragment',
'kernel.secret' => '5quN4VQJt3uYmTpH',
'kernel.http_method_override' => true,
'kernel.trusted_hosts' => array(
),
'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' => array(
'cookie_lifetime' => 7200,
'cookie_httponly' => true,
'gc_probability' => 1,
),
'session.metadata.update_threshold' => '0',
'form.type_extension.csrf.enabled' => true,
'form.type_extension.csrf.field_name' => '_token',
'templating.loader.cache.path' => NULL,
'templating.engines' => array(
0 => 'twig',
),
'validator.mapping.cache.prefix' => '',
'validator.mapping.cache.file' => (__DIR__.'/validation.php'),
'validator.translation_domain' => 'validators',
'translator.logging' => true,
'profiler_listener.only_exceptions' => false,
'profiler_listener.only_master_requests' => false,
'profiler.storage.dsn' => ('file:'.__DIR__.'/profiler'),
'debug.error_handler.throw_at' => -1,
'debug.container.dump' => (__DIR__.'/appDevDebugProjectContainer.xml'),
'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' => 'appDevDebugProjectContainerUrlMatcher',
'router.options.generator.cache_class' => 'appDevDebugProjectContainerUrlGenerator',
'router.request_context.host' => 'localhost',
'router.request_context.scheme' => 'http',
'router.request_context.base_url' => '',
'router.resource' => (__DIR__.'/assetic/routing.yml'),
'router.cache_class_prefix' => 'appDevDebugProjectContainer',
'request_listener.http_port' => 80,
'request_listener.https_port' => 443,
'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' => array(
'ROLE_ADMIN' => array(
0 => 'ROLE_USER',
),
'ROLE_MOTHER' => array(
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,
'twig.exception_listener.controller' => 'twig.controller.exception:showAction',
'twig.form.resources' => array(
0 => 'form_div_layout.html.twig',
),
'monolog.use_microseconds' => true,
'monolog.swift_mailer.handlers' => array(
),
'monolog.handlers_to_channels' => array(
'monolog.handler.server_log' => NULL,
'monolog.handler.console' => array(
'type' => 'exclusive',
'elements' => array(
0 => 'event',
1 => 'doctrine',
2 => 'console',
),
),
'monolog.handler.main' => array(
'type' => 'exclusive',
'elements' => array(
0 => 'event',
),
),
),
'swiftmailer.class' => 'Swift_Mailer',
'swiftmailer.transport.sendmail.class' => 'Swift_Transport_SendmailTransport',
'swiftmailer.transport.mail.class' => 'Swift_Transport_MailTransport',
'swiftmailer.transport.failover.class' => 'Swift_Transport_FailoverTransport',
'swiftmailer.plugin.redirecting.class' => 'Swift_Plugins_RedirectingPlugin',
'swiftmailer.plugin.impersonate.class' => 'Swift_Plugins_ImpersonatePlugin',
'swiftmailer.plugin.messagelogger.class' => 'Swift_Plugins_MessageLogger',
'swiftmailer.plugin.antiflood.class' => 'Swift_Plugins_AntiFloodPlugin',
'swiftmailer.transport.smtp.class' => 'Swift_Transport_EsmtpTransport',
'swiftmailer.plugin.blackhole.class' => 'Swift_Plugins_BlackholePlugin',
'swiftmailer.spool.file.class' => 'Swift_FileSpool',
'swiftmailer.spool.memory.class' => 'Swift_MemorySpool',
'swiftmailer.email_sender.listener.class' => 'Symfony\\Bundle\\SwiftmailerBundle\\EventListener\\EmailSenderListener',
'swiftmailer.data_collector.class' => 'Symfony\\Bundle\\SwiftmailerBundle\\DataCollector\\MessageDataCollector',
'swiftmailer.mailer.default.transport.name' => 'smtp',
'swiftmailer.mailer.default.transport.smtp.encryption' => NULL,
'swiftmailer.mailer.default.transport.smtp.port' => 25,
'swiftmailer.mailer.default.transport.smtp.host' => '127.0.0.1',
'swiftmailer.mailer.default.transport.smtp.username' => 'test@test.com',
'swiftmailer.mailer.default.transport.smtp.password' => 'test12345',
'swiftmailer.mailer.default.transport.smtp.auth_mode' => NULL,
'swiftmailer.mailer.default.transport.smtp.timeout' => 30,
'swiftmailer.mailer.default.transport.smtp.source_ip' => NULL,
'swiftmailer.mailer.default.transport.smtp.local_domain' => NULL,
'swiftmailer.spool.default.memory.path' => (__DIR__.'/swiftmailer/spool/default'),
'swiftmailer.mailer.default.spool.enabled' => true,
'swiftmailer.mailer.default.plugin.impersonate' => NULL,
'swiftmailer.mailer.default.single_address' => NULL,
'swiftmailer.mailer.default.delivery.enabled' => true,
'swiftmailer.spool.enabled' => true,
'swiftmailer.delivery.enabled' => true,
'swiftmailer.single_address' => NULL,
'swiftmailer.mailers' => array(
'default' => 'swiftmailer.mailer.default',
),
'swiftmailer.default_mailer' => 'default',
'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' => array(
'default' => 'doctrine.orm.default_entity_manager',
),
'doctrine.default_entity_manager' => 'default',
'doctrine.dbal.connection_factory.types' => array(
),
'doctrine.connections' => array(
'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\\ContainerAwareEntityListenerResolver',
'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_dir' => (__DIR__.'/doctrine/orm/Proxies'),
'doctrine.orm.proxy_namespace' => 'Proxies',
'mobile_detect.mobile_detector.class' => 'SunCat\\MobileDetectBundle\\DeviceDetector\\MobileDetector',
'mobile_detect.device_view.class' => 'SunCat\\MobileDetectBundle\\Helper\\DeviceView',
'mobile_detect.cookie_key' => 'device_view',
'mobile_detect.switch_param' => 'device_view',
'mobile_detect.cookie_expire_datetime_modifier' => '1 month',
'mobile_detect.request_response_listener.class' => 'SunCat\\MobileDetectBundle\\EventListener\\RequestResponseListener',
'mobile_detect.redirect' => array(
'detect_tablet_as_mobile' => true,
'mobile' => array(
'is_enabled' => false,
'host' => NULL,
'status_code' => 302,
'action' => 'redirect',
),
'tablet' => array(
'is_enabled' => false,
'host' => NULL,
'status_code' => 302,
'action' => 'redirect',
),
'full' => array(
'is_enabled' => false,
'host' => NULL,
'status_code' => 302,
'action' => 'redirect',
),
),
'mobile_detect.switch_device_view.save_referer_path' => true,
'mobile_detect.twig.extension.class' => 'SunCat\\MobileDetectBundle\\Twig\\Extension\\MobileDetectExtension',
'sensio_framework_extra.view.guesser.class' => 'Sensio\\Bundle\\FrameworkExtraBundle\\Templating\\TemplateGuesser',
'sensio_framework_extra.controller.listener.class' => 'Sensio\\Bundle\\FrameworkExtraBundle\\EventListener\\ControllerListener',
'sensio_framework_extra.routing.loader.annot_dir.class' => 'Symfony\\Component\\Routing\\Loader\\AnnotationDirectoryLoader',
'sensio_framework_extra.routing.loader.annot_file.class' => 'Symfony\\Component\\Routing\\Loader\\AnnotationFileLoader',
'sensio_framework_extra.routing.loader.annot_class.class' => 'Sensio\\Bundle\\FrameworkExtraBundle\\Routing\\AnnotatedRouteControllerLoader',
'sensio_framework_extra.converter.listener.class' => 'Sensio\\Bundle\\FrameworkExtraBundle\\EventListener\\ParamConverterListener',
'sensio_framework_extra.converter.manager.class' => 'Sensio\\Bundle\\FrameworkExtraBundle\\Request\\ParamConverter\\ParamConverterManager',
'sensio_framework_extra.converter.doctrine.class' => 'Sensio\\Bundle\\FrameworkExtraBundle\\Request\\ParamConverter\\DoctrineParamConverter',
'sensio_framework_extra.converter.datetime.class' => 'Sensio\\Bundle\\FrameworkExtraBundle\\Request\\ParamConverter\\DateTimeParamConverter',
'sensio_framework_extra.view.listener.class' => 'Sensio\\Bundle\\FrameworkExtraBundle\\EventListener\\TemplateListener',
'nelmio_cors.map' => array(
),
'nelmio_cors.defaults' => array(
'allow_origin' => true,
'allow_credentials' => true,
'allow_headers' => true,
'expose_headers' => array(
),
'allow_methods' => array(
0 => '*',
),
'max_age' => 0,
'hosts' => array(
),
'origin_regex' => false,
'forced_allow_origin_value' => NULL,
),
'nelmio_cors.cors_listener.class' => 'Nelmio\\CorsBundle\\EventListener\\CorsListener',
'nelmio_cors.options_resolver.class' => 'Nelmio\\CorsBundle\\Options\\Resolver',
'nelmio_cors.options_provider.config.class' => 'Nelmio\\CorsBundle\\Options\\ConfigProvider',
'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' => 'AppBundle\\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' => array(
0 => 'Profile',
1 => 'Default',
),
'fos_user.registration.confirmation.from_email' => array(
'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' => array(
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' => array(
0 => 'ChangePassword',
1 => 'Default',
),
'fos_user.resetting.email.from_email' => array(
'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' => array(
0 => 'ResetPassword',
1 => 'Default',
),
'assetic.asset_factory.class' => 'Symfony\\Bundle\\AsseticBundle\\Factory\\AssetFactory',
'assetic.asset_manager.class' => 'Assetic\\Factory\\LazyAssetManager',
'assetic.asset_manager_cache_warmer.class' => 'Symfony\\Bundle\\AsseticBundle\\CacheWarmer\\AssetManagerCacheWarmer',
'assetic.cached_formula_loader.class' => 'Assetic\\Factory\\Loader\\CachedFormulaLoader',
'assetic.config_cache.class' => 'Assetic\\Cache\\ConfigCache',
'assetic.config_loader.class' => 'Symfony\\Bundle\\AsseticBundle\\Factory\\Loader\\ConfigurationLoader',
'assetic.config_resource.class' => 'Symfony\\Bundle\\AsseticBundle\\Factory\\Resource\\ConfigurationResource',
'assetic.coalescing_directory_resource.class' => 'Symfony\\Bundle\\AsseticBundle\\Factory\\Resource\\CoalescingDirectoryResource',
'assetic.directory_resource.class' => 'Symfony\\Bundle\\AsseticBundle\\Factory\\Resource\\DirectoryResource',
'assetic.filter_manager.class' => 'Symfony\\Bundle\\AsseticBundle\\FilterManager',
'assetic.worker.ensure_filter.class' => 'Assetic\\Factory\\Worker\\EnsureFilterWorker',
'assetic.worker.cache_busting.class' => 'Assetic\\Factory\\Worker\\CacheBustingWorker',
'assetic.value_supplier.class' => 'Symfony\\Bundle\\AsseticBundle\\DefaultValueSupplier',
'assetic.node.paths' => array(
),
'assetic.cache_dir' => (__DIR__.'/assetic'),
'assetic.bundles' => array(
0 => 'FrameworkBundle',
1 => 'SecurityBundle',
2 => 'TwigBundle',
3 => 'MonologBundle',
4 => 'SwiftmailerBundle',
5 => 'DoctrineBundle',
6 => 'MobileDetectBundle',
7 => 'SensioFrameworkExtraBundle',
8 => 'DoctrineFixturesBundle',
9 => 'NelmioCorsBundle',
10 => 'FOSUserBundle',
11 => 'AsseticBundle',
12 => 'AppBundle',
13 => 'FirebaseBundle',
14 => 'DebugBundle',
15 => 'WebProfilerBundle',
16 => 'SensioDistributionBundle',
17 => 'SensioGeneratorBundle',
18 => 'WebServerBundle',
),
'assetic.twig_extension.class' => 'Symfony\\Bundle\\AsseticBundle\\Twig\\AsseticExtension',
'assetic.twig_formula_loader.class' => 'Assetic\\Extension\\Twig\\TwigFormulaLoader',
'assetic.helper.dynamic.class' => 'Symfony\\Bundle\\AsseticBundle\\Templating\\DynamicAsseticHelper',
'assetic.helper.static.class' => 'Symfony\\Bundle\\AsseticBundle\\Templating\\StaticAsseticHelper',
'assetic.php_formula_loader.class' => 'Symfony\\Bundle\\AsseticBundle\\Factory\\Loader\\AsseticHelperFormulaLoader',
'assetic.debug' => true,
'assetic.use_controller' => true,
'assetic.enable_profiler' => false,
'assetic.variables' => array(
),
'assetic.java.bin' => '/usr/bin/java',
'assetic.node.bin' => '/usr/bin/node',
'assetic.ruby.bin' => '/usr/bin/ruby',
'assetic.sass.bin' => '/usr/bin/sass',
'assetic.reactjsx.bin' => '/usr/bin/jsx',
'assetic.filter.cssrewrite.class' => 'Assetic\\Filter\\CssRewriteFilter',
'assetic.twig_extension.functions' => array(
),
'assetic.controller.class' => 'Symfony\\Bundle\\AsseticBundle\\Controller\\AsseticController',
'assetic.routing_loader.class' => 'Symfony\\Bundle\\AsseticBundle\\Routing\\AsseticLoader',
'assetic.cache.class' => 'Assetic\\Cache\\FilesystemCache',
'assetic.use_controller_worker.class' => 'Symfony\\Bundle\\AsseticBundle\\Factory\\Worker\\UseControllerWorker',
'assetic.request_listener.class' => 'Symfony\\Bundle\\AsseticBundle\\EventListener\\RequestListener',
'web_profiler.debug_toolbar.position' => 'bottom',
'web_profiler.debug_toolbar.intercept_redirects' => false,
'web_profiler.debug_toolbar.mode' => 2,
'data_collector.templates' => array(
'data_collector.request' => array(
0 => 'request',
1 => '@WebProfiler/Collector/request.html.twig',
),
'data_collector.time' => array(
0 => 'time',
1 => '@WebProfiler/Collector/time.html.twig',
),
'data_collector.memory' => array(
0 => 'memory',
1 => '@WebProfiler/Collector/memory.html.twig',
),
'data_collector.ajax' => array(
0 => 'ajax',
1 => '@WebProfiler/Collector/ajax.html.twig',
),
'data_collector.form' => array(
0 => 'form',
1 => '@WebProfiler/Collector/form.html.twig',
),
'data_collector.exception' => array(
0 => 'exception',
1 => '@WebProfiler/Collector/exception.html.twig',
),
'data_collector.logger' => array(
0 => 'logger',
1 => '@WebProfiler/Collector/logger.html.twig',
),
'data_collector.events' => array(
0 => 'events',
1 => '@WebProfiler/Collector/events.html.twig',
),
'data_collector.router' => array(
0 => 'router',
1 => '@WebProfiler/Collector/router.html.twig',
),
'data_collector.cache' => array(
0 => 'cache',
1 => '@WebProfiler/Collector/cache.html.twig',
),
'data_collector.translation' => array(
0 => 'translation',
1 => '@WebProfiler/Collector/translation.html.twig',
),
'data_collector.security' => array(
0 => 'security',
1 => '@Security/Collector/security.html.twig',
),
'data_collector.twig' => array(
0 => 'twig',
1 => '@WebProfiler/Collector/twig.html.twig',
),
'data_collector.doctrine' => array(
0 => 'db',
1 => '@Doctrine/Collector/db.html.twig',
),
'swiftmailer.data_collector' => array(
0 => 'swiftmailer',
1 => '@Swiftmailer/Collector/swiftmailer.html.twig',
),
'data_collector.dump' => array(
0 => 'dump',
1 => '@Debug/Profiler/dump.html.twig',
),
'mobile_detect_bundle.device.collector' => array(
0 => 'device.collector',
1 => 'MobileDetectBundle:Collector:device',
),
'data_collector.config' => array(
0 => 'config',
1 => '@WebProfiler/Collector/config.html.twig',
),
),
'console.command.ids' => array(
'console.command.appbundle_command_bootstrapcommand' => 'console.command.appbundle_command_bootstrapcommand',
'console.command.symfony_bundle_securitybundle_command_userpasswordencodercommand' => 'console.command.symfony_bundle_securitybundle_command_userpasswordencodercommand',
'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_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_fixturesbundle_command_loaddatafixturesdoctrinecommand' => 'doctrine.fixtures_load_command',
'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.sensiolabs_security_command_securitycheckercommand' => 'sensio_distribution.security_checker.command',
'console.command.symfony_bundle_webserverbundle_command_serverruncommand' => 'console.command.symfony_bundle_webserverbundle_command_serverruncommand',
'console.command.symfony_bundle_webserverbundle_command_serverstartcommand' => 'console.command.symfony_bundle_webserverbundle_command_serverstartcommand',
'console.command.symfony_bundle_webserverbundle_command_serverstopcommand' => 'console.command.symfony_bundle_webserverbundle_command_serverstopcommand',
'console.command.symfony_bundle_webserverbundle_command_serverstatuscommand' => 'console.command.symfony_bundle_webserverbundle_command_serverstatuscommand',
),
);
}
}