class UserController extends Controller

Class UserController defines routes for user

Methods

Response|RedirectResponse
indexAction()

Frontend route for user register

JsonResponse
registerUserAction(ArrayCollection $userJSON)

No description

JsonResponse
editAdminUserAction(ArrayCollection $userEditJSON)

API route for user edit by admin

JsonResponse
editUserAction(ArrayCollection $userAddressEditJSON)

API route for editing users address

JsonResponse
editUserSProfileFrontAction(ArrayCollection $userFrontEditJSON)

API route for editing users information

JsonResponse
userAddToWishListAction(ArrayCollection $userAddToWishList)

API route for adding product to wish list for specific user

JsonResponse
userRemoveFromWishListAction(ArrayCollection $userRemoveFromWishList)

API route for removing product from wish list for specific user

JsonResponse
getJQGRIDDataUserAction(ArrayCollection $userJQGRIDList)

No description

JsonResponse
addTicketAction(ArrayCollection $ticketJSON)

API route for creating new ticket

JsonResponse
addTicketCommentAction(ArrayCollection $commentJSON)

APi route for adding comment to ticket

JsonResponse
addOrderCommentAction(Comment $orderCommentJSON)

API route for adding comment to order

RedirectResponse
removeSocialAction(ArrayCollection $userRemoveSocialNetworkAccount)

API route for removing users social network

Response
updateLoggedUserGdpr(ArrayCollection $userUpdateLoggedUserGdpr)

API route for updating user gdpr

Response|RedirectResponse
loginUserByToken(Request $request)

Login user by token route

Details

at line 53
Response|RedirectResponse indexAction()

Frontend route for user register

Return Value

Response|RedirectResponse

at line 72
JsonResponse registerUserAction(ArrayCollection $userJSON)

Parameters

ArrayCollection $userJSON

Return Value

JsonResponse

See also

UserJSONConverter

at line 87
JsonResponse editAdminUserAction(ArrayCollection $userEditJSON)

API route for user edit by admin

Parameters

ArrayCollection $userEditJSON

Return Value

JsonResponse

See also

UserEditJSONConverter

at line 102
JsonResponse editUserAction(ArrayCollection $userAddressEditJSON)

API route for editing users address

Parameters

ArrayCollection $userAddressEditJSON

Return Value

JsonResponse

See also

UserAddressEditJSONConverter

at line 118
JsonResponse editUserSProfileFrontAction(ArrayCollection $userFrontEditJSON)

API route for editing users information

Parameters

ArrayCollection $userFrontEditJSON

Return Value

JsonResponse

See also

UserFrontEditJSONConverter

at line 133
JsonResponse userAddToWishListAction(ArrayCollection $userAddToWishList)

API route for adding product to wish list for specific user

Parameters

ArrayCollection $userAddToWishList

Return Value

JsonResponse

See also

UserAddToWishListConverter

at line 148
JsonResponse userRemoveFromWishListAction(ArrayCollection $userRemoveFromWishList)

API route for removing product from wish list for specific user

Parameters

ArrayCollection $userRemoveFromWishList

Return Value

JsonResponse

See also

UserRemoveFromWishListConverter

at line 160
JsonResponse getJQGRIDDataUserAction(ArrayCollection $userJQGRIDList)

Parameters

ArrayCollection $userJQGRIDList

Return Value

JsonResponse

at line 175
JsonResponse addTicketAction(ArrayCollection $ticketJSON)

API route for creating new ticket

Parameters

ArrayCollection $ticketJSON

Return Value

JsonResponse

See also

TicketJSONConverter

at line 190
JsonResponse addTicketCommentAction(ArrayCollection $commentJSON)

APi route for adding comment to ticket

Parameters

ArrayCollection $commentJSON

Return Value

JsonResponse

See also

CommentJSONConverter

at line 231
JsonResponse addOrderCommentAction(Comment $orderCommentJSON)

API route for adding comment to order

Parameters

Comment $orderCommentJSON

Return Value

JsonResponse

See also

OrderCommentJSONConverter

at line 246
RedirectResponse removeSocialAction(ArrayCollection $userRemoveSocialNetworkAccount)

API route for removing users social network

Parameters

ArrayCollection $userRemoveSocialNetworkAccount

Return Value

RedirectResponse

See also

UserRemoveSocialNetworkAccountConverter

at line 268
Response updateLoggedUserGdpr(ArrayCollection $userUpdateLoggedUserGdpr)

API route for updating user gdpr

Parameters

ArrayCollection $userUpdateLoggedUserGdpr

Return Value

Response

See also

UserUpdateLoggedUserGdprConverter

at line 284
Response|RedirectResponse loginUserByToken(Request $request)

Login user by token route

Parameters

Request $request

Return Value

Response|RedirectResponse

Exceptions

NotFoundHttpException
Exception