class ProductVideoController extends Controller

Class ProductVideoController defines routes for product video

Methods

array
productVideoNewAction()

Backend route for adding new product video

JsonResponse
productVideoSearchJSONAction(ArrayCollection $productVideoSearchJSON)

API route for searching products

JsonResponse
productVideoAddJSONAction(ArrayCollection $productVideoSaveJSON)

API route for adding new product video

JsonResponse
productVideoEditJSONAction(ArrayCollection $productVideoEditJSON)

API route for editing product video

array
frontendProductOnModelAction()

Backend route for listing all product videos

JsonResponse
getAllProductsJQGridAction(ArrayCollection $productVideoListJSON)

API route for loading all product videos

array
productVideoEditAction(ArrayCollection $productVideoEdit)

Backend route for editing product video

JsonResponse
deleteProductAction(ArrayCollection $productVideoDeleteJSON)

API route for deleting product video

Response
getProductDescriptionTabSectionAction(Request $request)

API route for rendering product video tab section

Details

at line 38
array productVideoNewAction()

Backend route for adding new product video

Return Value

array

at line 54
JsonResponse productVideoSearchJSONAction(ArrayCollection $productVideoSearchJSON)

API route for searching products

Parameters

ArrayCollection $productVideoSearchJSON

Return Value

JsonResponse

See also

ProductVideoSearchJSONConverter

at line 73
JsonResponse productVideoAddJSONAction(ArrayCollection $productVideoSaveJSON)

API route for adding new product video

Parameters

ArrayCollection $productVideoSaveJSON

Return Value

JsonResponse

See also

ProductVideoSaveJSONConverter

at line 89
JsonResponse productVideoEditJSONAction(ArrayCollection $productVideoEditJSON)

API route for editing product video

Parameters

ArrayCollection $productVideoEditJSON

Return Value

JsonResponse

See also

ProductVideoEditJSONConverter

at line 103
array frontendProductOnModelAction()

Backend route for listing all product videos

Return Value

array

at line 119
JsonResponse getAllProductsJQGridAction(ArrayCollection $productVideoListJSON)

API route for loading all product videos

Parameters

ArrayCollection $productVideoListJSON

Return Value

JsonResponse

See also

ProductVideoListJSONConverter

at line 137
array productVideoEditAction(ArrayCollection $productVideoEdit)

Backend route for editing product video

Parameters

ArrayCollection $productVideoEdit

Return Value

array

See also

ProductVideoEditConverter

at line 153
JsonResponse deleteProductAction(ArrayCollection $productVideoDeleteJSON)

API route for deleting product video

Parameters

ArrayCollection $productVideoDeleteJSON

Return Value

JsonResponse

See also

ProductVideoDeleteJSONConverter

at line 167
Response getProductDescriptionTabSectionAction(Request $request)

API route for rendering product video tab section

Parameters

Request $request

Return Value

Response