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

Parameters

ArrayCollection $groupAddJSON

Return Value

Response

See also

GroupAddJSONConverter

at line 61
JsonResponse removeGroupAction(ArrayCollection $groupRemoveJSON)

API route for removing groups

Parameters

ArrayCollection $groupRemoveJSON

Return Value

JsonResponse

See also

GroupRemoveJSONConverter

at line 76
JsonResponse getGroupAndRolesAction(ArrayCollection $groupGetWithRolesJSON)

API route for loading groups and roles

Parameters

ArrayCollection $groupGetWithRolesJSON

Return Value

JsonResponse

See also

GroupGetWithRolesJSONConverter

at line 91
JsonResponse getGroupAction(ArrayCollection $groupGetAllJSON)

API route for loading all groups

Parameters

ArrayCollection $groupGetAllJSON

Return Value

JsonResponse

See also

GroupGetAllJSONConverter

at line 114
JsonResponse editGroupAction(ArrayCollection $groupEditJSON)

Parameters

ArrayCollection $groupEditJSON

Return Value

JsonResponse

See also

GroupEditJSONConverter