RegistrationController
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)
at line 82
Redirect
registerRedirect()
Redirects to signup Route
at line 96
Response
signup(Request $request)
Renders the signup form
at line 165
Redirect
signupConfirm(Request $request, $token)
Confirms signup and redirects to user signin