class CategorySurveyBackendJSONController extends Controller

Class CategorySurveyBackendJSONController. Defines routes for SurveyCategory

Methods

JsonResponse
surveyCategoryAddShowCategoriesAction(ArrayCollection $surveyCategoryAddShowCategoriesModal)

Defines route creating new survey category

JsonResponse
surveyCategoryListAction(ArrayCollection $surveyCategoryList)

Defines route for survey category listing

JsonResponse
surveyAddCategoryManageAction(ArrayCollection $surveyCategoryManageAddNewJSON)

Defines route for creating new survey category

JsonResponse
surveyEditCategoryTreeAction(ArrayCollection $surveyCategoryTreeEditJSON)

Defines route for editing survey category

JsonResponse
deleteSurveyCategoryAction(ArrayCollection $surveyCategoryDeleteTreeJSON)

Defines route for deleting survey category

Details

at line 40
JsonResponse surveyCategoryAddShowCategoriesAction(ArrayCollection $surveyCategoryAddShowCategoriesModal)

Defines route creating new survey category

Parameters

ArrayCollection $surveyCategoryAddShowCategoriesModal

Return Value

JsonResponse

See also

SurveyCategoryAddShowCategoriesModalConverter

at line 56
JsonResponse surveyCategoryListAction(ArrayCollection $surveyCategoryList)

Defines route for survey category listing

Parameters

ArrayCollection $surveyCategoryList

Return Value

JsonResponse

See also

SurveyCategoryListConverter

at line 72
JsonResponse surveyAddCategoryManageAction(ArrayCollection $surveyCategoryManageAddNewJSON)

Defines route for creating new survey category

Parameters

ArrayCollection $surveyCategoryManageAddNewJSON

Return Value

JsonResponse

See also

SurveyCategoryManageAddNewJSONConverter

at line 88
JsonResponse surveyEditCategoryTreeAction(ArrayCollection $surveyCategoryTreeEditJSON)

Defines route for editing survey category

Parameters

ArrayCollection $surveyCategoryTreeEditJSON

Return Value

JsonResponse

See also

SurveyCategoryTreeEditJSONConverter

at line 104
JsonResponse deleteSurveyCategoryAction(ArrayCollection $surveyCategoryDeleteTreeJSON)

Defines route for deleting survey category

Parameters

ArrayCollection $surveyCategoryDeleteTreeJSON

Return Value

JsonResponse

See also

SurveyCategoryDeleteTreeJSONConverter