UserController
class UserController extends Controller
Class UserController defines routes for user
Methods
Frontend route for user register
No description
API route for user edit by admin
API route for editing users address
API route for editing users information
API route for adding product to wish list for specific user
API route for removing product from wish list for specific user
No description
API route for creating new ticket
APi route for adding comment to ticket
API route for removing users social network
API route for updating user gdpr
Login user by token route
Details
at line 53
Response|RedirectResponse
indexAction()
Frontend route for user register
at line 72
JsonResponse
registerUserAction(ArrayCollection $userJSON)
at line 87
JsonResponse
editAdminUserAction(ArrayCollection $userEditJSON)
API route for user edit by admin
at line 102
JsonResponse
editUserAction(ArrayCollection $userAddressEditJSON)
API route for editing users address
at line 118
JsonResponse
editUserSProfileFrontAction(ArrayCollection $userFrontEditJSON)
API route for editing users information
at line 133
JsonResponse
userAddToWishListAction(ArrayCollection $userAddToWishList)
API route for adding product to wish list for specific user
at line 148
JsonResponse
userRemoveFromWishListAction(ArrayCollection $userRemoveFromWishList)
API route for removing product from wish list for specific user
at line 160
JsonResponse
getJQGRIDDataUserAction(ArrayCollection $userJQGRIDList)
at line 175
JsonResponse
addTicketAction(ArrayCollection $ticketJSON)
API route for creating new ticket
at line 190
JsonResponse
addTicketCommentAction(ArrayCollection $commentJSON)
APi route for adding comment to ticket
at line 231
JsonResponse
addOrderCommentAction(Comment $orderCommentJSON)
API route for adding comment to order
at line 246
RedirectResponse
removeSocialAction(ArrayCollection $userRemoveSocialNetworkAccount)
API route for removing users social network
at line 268
Response
updateLoggedUserGdpr(ArrayCollection $userUpdateLoggedUserGdpr)
API route for updating user gdpr
at line 284
Response|RedirectResponse
loginUserByToken(Request $request)
Login user by token route