ManageController
class ManageController extends AbstractController
Manage User Controller class
Properties
private ConfigServiceInterface | $configService | Stores ConfigServiceInterface | |
private EventDispatcherInterface | $dispatcher | Stores EventDispatcherInterface | |
private UserFormFactoryInterface | $userFormFactory | Stores UserFormFactoryInterface | |
private UserServiceInterface | $userService | Stores UserServiceInterface |
Methods
__construct(ConfigServiceInterface $configService, EventDispatcherInterface $dispatcher, UserFormFactoryInterface $userFormFactory, UserServiceInterface $userService)
No description
Response
manage(Request $request, PaginatorInterface $paginator)
Manage the users
Response
display(Request $request, $identifier)
Adds a role to the user
Response
modify(Request $request, $identifier)
Adds a role to the user
Response
addRole(Request $request, $identifier)
Adds a role to the user
Response
deleteRole(Request $request, $identifier)
Displays the dashboard
Response
delete(Request $request, $identifier)
Adds a role to the user
Details
at line 54
__construct(ConfigServiceInterface $configService, EventDispatcherInterface $dispatcher, UserFormFactoryInterface $userFormFactory, UserServiceInterface $userService)
at line 77
Response
manage(Request $request, PaginatorInterface $paginator)
Manage the users
at line 106
Response
display(Request $request, $identifier)
Adds a role to the user
at line 139
Response
modify(Request $request, $identifier)
Adds a role to the user
at line 182
Response
addRole(Request $request, $identifier)
Adds a role to the user
at line 223
Response
deleteRole(Request $request, $identifier)
Displays the dashboard
at line 264
Response
delete(Request $request, $identifier)
Adds a role to the user