AttributeJSONController
class AttributeJSONController extends Controller
Class AttributeJSONController defines API routes for attributes
Methods
JsonResponse
getAllAttributesJQGridAction(ArrayCollection $attributeList)
No description
JsonResponse
saveAttributeAction(ArrayCollection $attributeJSON)
API route for adding new attribute
JsonResponse
editAttributeAction(ArrayCollection $attributeEditJSON)
API route for editing attribute
JsonResponse
deleteAttributeAction(ArrayCollection $attributeDeleteJSON)
No description
Response
downloadFileAction(string $filename)
Frontend route for downloading file
JsonResponse
changeAttributeOrderAction(ArrayCollection $attributeOrder)
API route for ordering attributes
Details
at line 40
JsonResponse
getAllAttributesJQGridAction(ArrayCollection $attributeList)
at line 55
JsonResponse
saveAttributeAction(ArrayCollection $attributeJSON)
API route for adding new attribute
at line 70
JsonResponse
editAttributeAction(ArrayCollection $attributeEditJSON)
API route for editing attribute
at line 84
JsonResponse
deleteAttributeAction(ArrayCollection $attributeDeleteJSON)
at line 97
Response
downloadFileAction(string $filename)
Frontend route for downloading file
at line 121
JsonResponse
changeAttributeOrderAction(ArrayCollection $attributeOrder)
API route for ordering attributes