BlogCommentController
class BlogCommentController extends Controller
Class BlogCommentController. Defines routes for blog comment
Methods
API route for adding new blog comment to specific blog post
API route for loading all blog comments
Backend route for editing blog comment
API route for editing blog comment
API route for removing blog comments
Backend route for listig all blog comments
API route for loading and rendering all blog comments for specific blog post
API route for count number of comments for blog post
Details
at line 43
JsonResponse
saveBlogCommentAction(ArrayCollection $blogApproveComment)
API route for adding new blog comment to specific blog post
at line 58
JsonResponse
getCommentsJqGridAction(ArrayCollection $commentsForValidationJSON)
API route for loading all blog comments
at line 75
array
blogCommentEditShowAction(ArrayCollection $blogCommentReviewSingle)
Backend route for editing blog comment
at line 90
JsonResponse
editCommentAction(ArrayCollection $editCommentJSON)
API route for editing blog comment
at line 105
Response
deleteBlogCommentsAction(ArrayCollection $blogCommentsDeleteJSON)
API route for removing blog comments
at line 118
array
commentValidationShowAction()
Backend route for listig all blog comments
at line 133
JsonResponse
getCommentsAction(ArrayCollection $blogCommentsJSON)
API route for loading and rendering all blog comments for specific blog post
at line 157
JsonResponse
getCommentsNumberAction(ArrayCollection $blogCommentsNumberJSON)
API route for count number of comments for blog post