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)

Parameters

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

at line 77
Response manage(Request $request, PaginatorInterface $paginator)

Manage the users

Parameters

Request $request
PaginatorInterface $paginator

Return Value

Response

Exceptions

AccessDeniedException

at line 106
Response display(Request $request, $identifier)

Adds a role to the user

Parameters

Request $request
$identifier

Return Value

Response

Exceptions

AccessDeniedException
NotFoundHttpException

at line 139
Response modify(Request $request, $identifier)

Adds a role to the user

Parameters

Request $request
$identifier

Return Value

Response

Exceptions

AccessDeniedException
NotFoundHttpException

at line 182
Response addRole(Request $request, $identifier)

Adds a role to the user

Parameters

Request $request
$identifier

Return Value

Response

Exceptions

AccessDeniedException
NotFoundHttpException

at line 223
Response deleteRole(Request $request, $identifier)

Displays the dashboard

Parameters

Request $request
$identifier

Return Value

Response

Exceptions

AccessDeniedException
NotFoundHttpException

at line 264
Response delete(Request $request, $identifier)

Adds a role to the user

Parameters

Request $request
$identifier

Return Value

Response

Exceptions

AccessDeniedException
NotFoundHttpException