ProductVideoController
class ProductVideoController extends Controller
Class ProductVideoController defines routes for product video
Methods
Backend route for adding new product video
API route for searching products
API route for adding new product video
API route for editing product video
Backend route for listing all product videos
API route for loading all product videos
Backend route for editing product video
API route for deleting product video
API route for rendering product video tab section
Details
at line 38
array
productVideoNewAction()
Backend route for adding new product video
at line 54
JsonResponse
productVideoSearchJSONAction(ArrayCollection $productVideoSearchJSON)
API route for searching products
at line 73
JsonResponse
productVideoAddJSONAction(ArrayCollection $productVideoSaveJSON)
API route for adding new product video
at line 89
JsonResponse
productVideoEditJSONAction(ArrayCollection $productVideoEditJSON)
API route for editing product video
at line 103
array
frontendProductOnModelAction()
Backend route for listing all product videos
at line 119
JsonResponse
getAllProductsJQGridAction(ArrayCollection $productVideoListJSON)
API route for loading all product videos
at line 137
array
productVideoEditAction(ArrayCollection $productVideoEdit)
Backend route for editing product video
at line 153
JsonResponse
deleteProductAction(ArrayCollection $productVideoDeleteJSON)
API route for deleting product video
at line 167
Response
getProductDescriptionTabSectionAction(Request $request)
API route for rendering product video tab section