class RegistrationController extends AbstractController

Registration Controller class

Properties

private ConfigServiceInterface $configService Stores ConfigServiceInterface
private EventDispatcherInterface $dispatcher Stores EventDispatcherInterface
private ServiceToolsInterface $serviceTools Stores ServiceToolsInterface
private UserFormFactoryInterface $userFormFactory Stores UserFormFactoryInterface
private UserServiceInterface $userService Stores UserServiceInterface

Methods

__construct(ConfigServiceInterface $configService, EventDispatcherInterface $dispatcher, ServiceToolsInterface $serviceTools, UserFormFactoryInterface $userFormFactory, UserServiceInterface $userService)

No description

Redirect
registerRedirect()

Redirects to signup Route

Response
signup(Request $request)

Renders the signup form

Redirect
signupConfirm(Request $request, $token)

Confirms signup and redirects to user signin

Details

at line 59
__construct(ConfigServiceInterface $configService, EventDispatcherInterface $dispatcher, ServiceToolsInterface $serviceTools, UserFormFactoryInterface $userFormFactory, UserServiceInterface $userService)

Parameters

ConfigServiceInterface $configService
EventDispatcherInterface $dispatcher
ServiceToolsInterface $serviceTools
UserFormFactoryInterface $userFormFactory
UserServiceInterface $userService

at line 82
Redirect registerRedirect()

Redirects to signup Route

Return Value

Redirect

at line 96
Response signup(Request $request)

Renders the signup form

Parameters

Request $request

Return Value

Response

Exceptions

AccessDeniedException

at line 165
Redirect signupConfirm(Request $request, $token)

Confirms signup and redirects to user signin

Parameters

Request $request
$token

Return Value

Redirect

Exceptions

AccessDeniedException