GroupController
class GroupController extends Controller
Class GroupController defines routes for group
Methods
Response
addGroupAction(ArrayCollection $groupAddJSON)
API route for adding new group
JsonResponse
removeGroupAction(ArrayCollection $groupRemoveJSON)
API route for removing groups
JsonResponse
getGroupAndRolesAction(ArrayCollection $groupGetWithRolesJSON)
API route for loading groups and roles
JsonResponse
getGroupAction(ArrayCollection $groupGetAllJSON)
API route for loading all groups
JsonResponse
editGroupAction(ArrayCollection $groupEditJSON)
No description
Details
at line 41
Response
addGroupAction(ArrayCollection $groupAddJSON)
API route for adding new group
at line 61
JsonResponse
removeGroupAction(ArrayCollection $groupRemoveJSON)
API route for removing groups
at line 76
JsonResponse
getGroupAndRolesAction(ArrayCollection $groupGetWithRolesJSON)
API route for loading groups and roles
at line 91
JsonResponse
getGroupAction(ArrayCollection $groupGetAllJSON)
API route for loading all groups