class ApiConfigController extends Controller

Class ApiConfigController

Methods

array
mappingsFilesAction(ArrayCollection $apiConfigMappingsFiles)

Backend route for managing mapping files

JsonResponse
getMappingFileContentAction(ArrayCollection $apiConfigMappingsFileContent)

API route for loading mapping file content

JsonResponse
saveMappingFileContentAction(ArrayCollection $apiConfigSaveMappingsFile)

API route for saving mapping file content

Details

at line 38
array mappingsFilesAction(ArrayCollection $apiConfigMappingsFiles)

Backend route for managing mapping files

Parameters

ArrayCollection $apiConfigMappingsFiles

Return Value

array

See also

ApiConfigMappingsFilesConverter

at line 54
JsonResponse getMappingFileContentAction(ArrayCollection $apiConfigMappingsFileContent)

API route for loading mapping file content

Parameters

ArrayCollection $apiConfigMappingsFileContent

Return Value

JsonResponse

See also

ApiConfigMappingsFileContentConverter

at line 70
JsonResponse saveMappingFileContentAction(ArrayCollection $apiConfigSaveMappingsFile)

API route for saving mapping file content

Parameters

ArrayCollection $apiConfigSaveMappingsFile

Return Value

JsonResponse

See also

ApiConfigSaveMappingsFileConverter